.idc-1e97d33c-card {
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.idc-1e97d33c-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.idc-1e97d33c-image {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.idc-1e97d33c-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color 0.3s ease;
}

.idc-1e97d33c-content {
    padding: 30px;
}

.idc-1e97d33c-subtitle {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #6366f1;
    margin-bottom: 8px;
}

.idc-1e97d33c-title {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 16px 0;
    line-height: 1.3;
}

.idc-1e97d33c-description {
    font-size: 15px;
    line-height: 1.7;
    color: #64748b;
    margin: 0 0 24px 0;
}

.idc-1e97d33c-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    background-color: #6366f1;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    cursor: pointer;
    border: none;
    outline: none;
}

.idc-1e97d33c-button:hover {
    background-color: #4f46e5;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.4);
    color: #ffffff;
    text-decoration: none;
}

.idc-1e97d33c-button-icon {
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
    font-size: 14px;
    transition: transform 0.3s ease;
}

.idc-1e97d33c-button-icon svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.idc-1e97d33c-button:hover .idc-1e97d33c-button-icon {
    transform: translateX(3px);
}
