/*========================================
ESTILOS PERSONALIZADOS ULAGOS - SUFIJO _dfc
========================================*/


/*========================================
HEADER
========================================*/
.main-header_dfc {
    background: linear-gradient(135deg, #1e3a5f 0%, #152a45 100%);
    padding: 0.75rem 0;
    box-shadow: 0 4px 6px rgba(0,0,0,0.07);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.logo_dfc {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
}

.logo_dfc i {
    font-size: 1.75rem;
    color: #4299e1;
}

.main-nav_dfc {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
}

.nav-link_dfc {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.nav-link_dfc:hover {
    color: white;
    background: rgba(255,255,255,0.1);
    text-decoration: none;
}

/*========================================
PROGRESO - RUTA DE APRENDIZAJE
========================================*/
.progress-tracker_dfc {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
}

.progress-tracker_dfc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3182ce var(--progress, 0%), #e2e8f0 var(--progress, 0%));
    transition: background 0.5s ease;
}

.progress-header_dfc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.progress-title_dfc {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1e3a5f;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.progress-percentage_dfc {
    font-size: 1.25rem;
    font-weight: 700;
    color: #3182ce;
}

.progress-steps_dfc {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 1.5rem;
}

.progress-steps_dfc::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    height: 2px;
    background: #e2e8f0;
    z-index: 0;
}

.progress-line-fill_dfc {
    position: absolute;
    top: 15px;
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, #3182ce, #48bb78);
    z-index: 1;
    transition: width 0.5s ease;
    width: var(--line-progress, 0%);
}

.step_dfc {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    flex: 1;
}

.step-icon_dfc {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    background: white;
    border: 2px solid #e2e8f0;
    color: #718096;
    transition: all 0.3s ease;
    position: relative;
}

.step-icon_dfc.pulse_dfc {
    animation: pulse_dfc 2s infinite;
    border-color: #3182ce;
    color: #3182ce;
    box-shadow: 0 0 0 4px rgba(49, 130, 206, 0.1);
}

@keyframes pulse_dfc {
    0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(49, 130, 206, 0.4); }
    50% { transform: scale(1.05); box-shadow: 0 0 0 10px rgba(49, 130, 206, 0); }
}

.step-icon_dfc.completed_dfc {
    background: #48bb78;
    border-color: #48bb78;
    color: white;
}

.step-icon_dfc.current_dfc {
    background: #3182ce;
    border-color: #3182ce;
    color: white;
    transform: scale(1.1);
}

.step-label_dfc {
    font-size: 0.7rem;
    color: #718096;
    margin-top: 0.5rem;
    text-align: center;
    max-width: 80px;
    line-height: 1.2;
}

.step-label_dfc.active_dfc {
    color: #3182ce;
    font-weight: 600;
}

/*========================================
MAIN CONTENT
========================================*/
.main-content_dfc {
    padding: 2.5rem 0 4rem;
}

.page-header_dfc {
    text-align: center;
    margin-bottom: 2rem;
}

.page-title_dfc {
    font-size: 2.25rem;
    font-weight: 700;
    color: #1e3a5f;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.page-title_dfc i {
    color: #3182ce;
    font-size: 2rem;
}

/*========================================
NAVIGATION TABS
========================================*/
.nav-tabs-container_dfc {
    margin-bottom: 2.5rem;
    position: relative;
}

.nav-tabs-wrapper_dfc {
    background: white;
    border-radius: 16px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    padding: 0.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.nav-tabs-wrapper_dfc::-webkit-scrollbar {
    display: none;
}

.nav-tabs-custom_dfc {
    display: flex;
    gap: 0.5rem;
    flex-wrap: nowrap;
    min-width: max-content;
    border-bottom: none;
}

.nav-tab_dfc {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    border-radius: 12px;
    color: #718096;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    white-space: nowrap;
    border: 2px solid transparent;
    background: transparent;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
}

.nav-tab_dfc:hover {
    color: #1e3a5f;
    background: #f7fafc;
    text-decoration: none;
    transform: translateY(-2px);
}

.nav-tab_dfc.active {
    background: linear-gradient(135deg, #3182ce 0%, #2c5282 100%);
    color: white;
    box-shadow: 0 4px 6px rgba(0,0,0,0.07);
    border-color: rgba(255,255,255,0.2);
}

.tab-status_dfc {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid white;
    display: none;
}

.tab-status_dfc.new_dfc {
    display: block;
    background: #ed8936;
    animation: blink_dfc 2s infinite;
}

.tab-status_dfc.completed_dfc {
    display: block;
    background: #48bb78;
}

@keyframes blink_dfc {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.scroll-indicator_dfc {
    display: none;
}

@media (max-width: 768px) {
    .scroll-indicator_dfc {
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background: linear-gradient(90deg, transparent, white 50%);
        width: 40px;
        height: 100%;
        pointer-events: none;
        border-radius: 0 16px 16px 0;
    }
    
    .scroll-indicator_dfc::after {
        content: '\f054';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #3182ce;
        font-size: 0.8rem;
        animation: bounce_dfc 1s infinite;
    }
    
    @keyframes bounce_dfc {
        0%, 100% { transform: translateY(-50%) translateX(0); }
        50% { transform: translateY(-50%) translateX(3px); }
    }
}

/*========================================
TAB CONTENT
========================================*/
.tab-content_dfc {
    position: relative;
}

.tab-pane_dfc {
    display: none;
    animation: fadeInUp_dfc 0.5s ease;
}

.tab-pane_dfc.active {
    display: block;
}

@keyframes fadeInUp_dfc {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*========================================
WELCOME SECTION
========================================*/
.welcome-section_dfc {
    background: white;
    border-radius: 16px;
    padding: 3rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.07);
    margin-top: 1rem;
}

.welcome-title_dfc {
    color: #1e3a5f;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-align: center;
}

.welcome-text_dfc {
    font-size: 1.05rem;
    color: #2d3748;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.session-details-box_dfc {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    padding: 1.5rem;
    border-left: 4px solid #3182ce;
    margin-top: 1rem;
}

.session-details-box_dfc h4 {
    color: #1e3a5f;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.session-details-box_dfc p {
    margin-bottom: 0.5rem;
    color: #2d3748;
    font-size: 0.95rem;
}

.btn-access-class_dfc {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #3182ce 0%, #2c5282 100%);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 1rem;
    transition: all 0.2s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.07);
    border: none;
    cursor: pointer;
}

.btn-access-class_dfc:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    color: white;
    text-decoration: none;
}

/*========================================
PLATFORM SECTION
========================================*/
.platform-section_dfc {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.07);
    margin-top: 1rem;
}

.intro-text_dfc {
    font-size: 1.05rem;
    color: #2d3748;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.pdf-container_dfc {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.06);
}

.pdf-viewer_dfc {
    width: 100%;
    height: 600px;
    border: none;
    border-radius: 8px;
    background: white;
}

.pdf-toolbar_dfc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    background: #1e3a5f;
    color: white;
    border-radius: 8px 8px 0 0;
    margin-bottom: 0;
}

.pdf-toolbar_dfc span {
    font-weight: 600;
    font-size: 0.9rem;
}

.btn-download-pdf_dfc {
    background: rgba(255,255,255,0.2);
    color: white;
    border: none;
    padding: 0.4rem 0.8rem;
    border-radius: 8px;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.btn-download-pdf_dfc:hover {
    background: rgba(255,255,255,0.3);
}

/*========================================
ACTIVITIES SECTION
========================================*/
.activities-section_dfc {
    background: white;
    border-radius: 16px;
    padding: 3rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.07);
    margin-top: 1rem;
}

.activities-grid_dfc {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.activity-card_dfc {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.activity-card_dfc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #3182ce, #2c5282);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.activity-card_dfc:hover {
    transform: translateY(-5px);
    border-color: #3182ce;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.activity-card_dfc:hover::before {
    transform: scaleX(1);
}

.activity-card_dfc.forum_dfc::before {
    background: linear-gradient(90deg, #ed8936, #dd6b20);
}

.activity-card_dfc.forum_dfc:hover {
    border-color: #ed8936;
}

.activity-card_dfc.diagnostic_dfc::before {
    background: linear-gradient(90deg, #38a169, #2f855a);
}

.activity-card_dfc.diagnostic_dfc:hover {
    border-color: #38a169;
}

.activity-icon_dfc {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #3182ce 0%, #2c5282 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: white;
    box-shadow: 0 4px 15px rgba(49, 130, 206, 0.3);
}

.activity-card_dfc.forum_dfc .activity-icon_dfc {
    background: linear-gradient(135deg, #ed8936 0%, #dd6b20 100%);
    box-shadow: 0 4px 15px rgba(237, 137, 54, 0.3);
}

.activity-card_dfc.diagnostic_dfc .activity-icon_dfc {
    background: linear-gradient(135deg, #38a169 0%, #2f855a 100%);
    box-shadow: 0 4px 15px rgba(56, 161, 105, 0.3);
}

.activity-title_dfc {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1e3a5f;
    margin-bottom: 1rem;
}

.activity-description_dfc {
    color: #718096;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.btn-activity_dfc {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.btn-activity_dfc:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.btn-forum_dfc {
    background: rgba(237, 137, 54, 0.1);
    color: #c05621;
    border-color: #ed8936;
}

.btn-forum_dfc:hover {
    background: #ed8936;
    color: white;
}

.btn-diagnostic_dfc {
    background: rgba(56, 161, 105, 0.1);
    color: #276749;
    border-color: #38a169;
}

.btn-diagnostic_dfc:hover {
    background: #38a169;
    color: white;
}

/*========================================
TEACHERS SECTION
========================================*/
.section-title_dfc {
    color: #1e3a5f;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.teachers-grid_dfc {
    margin-top: 1rem;
}

.teachers-grid_dfc .row {
    margin: 0 -0.75rem;
}

.teachers-grid_dfc .col-lg-4,
.teachers-grid_dfc .col-md-6 {
    padding: 0.75rem;
}

.teacher-card_dfc {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.07);
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.teacher-card_dfc:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}

.teacher-card_dfc.expanded_dfc {
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.teacher-card-header_dfc {
    padding: 1.5rem;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.teacher-avatar_dfc {
    flex-shrink: 0;
}

.teacher-avatar_dfc img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #e2e8f0;
    transition: all 0.3s ease;
}

.teacher-card_dfc:hover .teacher-avatar_dfc img {
    border-color: #4299e1;
}

.teacher-info_dfc {
    flex: 1;
    min-width: 0;
}

.teacher-name_dfc {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e3a5f;
    margin-bottom: 0.25rem;
    line-height: 1.3;
}

.teacher-role_dfc {
    font-size: 0.85rem;
    color: #3182ce;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.teacher-brief_dfc {
    font-size: 0.85rem;
    color: #718096;
    line-height: 1.5;
    margin: 0;
}

.teacher-card-actions_dfc {
    padding: 0 1.5rem 1rem;
    margin-top: auto;
}

.btn-expand_dfc {
    width: 100%;
    padding: 0.75rem 1rem;
    background: linear-gradient(135deg, #3182ce 0%, #4299e1 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
}

.btn-expand_dfc::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.btn-expand_dfc:hover::before {
    left: 100%;
}

.btn-expand_dfc:hover {
    background: linear-gradient(135deg, #2c5282 0%, #3182ce 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 6px rgba(0,0,0,0.07);
}

.btn-expand_dfc:active {
    transform: translateY(0);
}

.btn-expand_dfc.active {
    background: linear-gradient(135deg, #1e3a5f 0%, #2c5282 100%);
}

.btn-expand_dfc.active .btn-icon_dfc {
    transform: rotate(180deg);
}

.btn-icon_dfc {
    transition: transform 0.3s ease;
    font-size: 0.85rem;
}

.teacher-card-detail_dfc {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1);
    background: #f7fafc;
}

.teacher-card-detail_dfc.open_dfc {
    max-height: 800px;
}

.detail-content_dfc {
    padding: 1.5rem;
}

.detail-section_dfc {
    margin-bottom: 1.25rem;
}

.detail-section_dfc:last-child {
    margin-bottom: 0;
}

.detail-section_dfc h4 {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1e3a5f;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.detail-section_dfc h4 i {
    color: #3182ce;
    font-size: 0.9rem;
}

.detail-section_dfc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.detail-section_dfc ul li {
    padding: 0.35rem 0;
    padding-left: 1.25rem;
    position: relative;
    font-size: 0.9rem;
    color: #2d3748;
}

.detail-section_dfc ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #3182ce;
    font-weight: bold;
}

.detail-section_dfc p {
    font-size: 0.9rem;
    color: #2d3748;
    line-height: 1.6;
    margin: 0;
}

.tags_dfc {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tag_dfc {
    display: inline-block;
    padding: 0.35rem 0.75rem;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    font-size: 0.8rem;
    color: #2c5282;
    font-weight: 500;
    transition: all 0.2s ease;
}

.tag_dfc:hover {
    background: #3182ce;
    color: white;
    border-color: #3182ce;
}


/*========================================
RESPONSIVE
========================================*/
@media (max-width: 991px) {
    .main-nav_dfc {
        display: none;
    }
    .page-title_dfc {
        font-size: 1.75rem;
    }
}

@media (max-width: 767px) {
    .main-content_dfc {
        padding: 1.5rem 0 3rem;
    }
    .page-title_dfc {
        font-size: 1.5rem;
    }
    .welcome-section_dfc {
        padding: 1.5rem;
    }
    .welcome-title_dfc {
        font-size: 1.4rem;
    }
    .activities-section_dfc {
        padding: 1.5rem;
    }
    .pdf-viewer_dfc {
        height: 400px;
    }
    .teacher-card-header_dfc {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .teacher-avatar_dfc img {
        width: 100px;
        height: 100px;
    }
    .progress-steps_dfc {
        overflow-x: auto;
        padding-bottom: 1rem;
    }
    .step-label_dfc {
        font-size: 0.6rem;
        max-width: 60px;
    }
}


/*
########################################################

CSS PARA CARDS NUEVAS 2026 PRESTACION DIPLOMADO/CURSO

########################################################
*/


        .section-title {
            font-size: 1rem;
            font-weight: 600;
            color: #6c757d;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 25px;
            text-align: center;
        }

        .section-title::after {
            content: '';
            display: block;
            width: 50px;
            height: 3px;
            background: #e07b39;
            margin: 10px auto 0;
            border-radius: 2px;
        }

        /* Contenedor para igualar alturas */
        .row-eq-height {
            display: flex;
            flex-wrap: wrap;
        }

        .row-eq-height > [class*="col-"] {
            display: flex;
            margin-bottom: 20px;
        }

        /* Card principal */
        .access-card {
            background: #ffffff;
            border: none;
            border-radius: 10px;
            padding: 0;
            position: relative;
            overflow: hidden;
            box-shadow: 0 1px 4px rgba(30, 58, 95, 0.07);
            transition: box-shadow 0.3s ease, transform 0.3s ease;
            width: 100%;
            display: flex;
            flex-direction: column;
            text-decoration: none;
            cursor: pointer;
        }

        .access-card:hover {
            box-shadow: 0 6px 20px rgba(30, 58, 95, 0.12);
            transform: translateY(-3px);
        }

        /* Barra de color superior */
        .access-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: #1e3a5f;
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.35s ease;
        }

        .access-card:hover::before {
            transform: scaleX(1);
        }

        /* Header */
        .card-header-area {
            padding: 22px 22px 14px;
            text-align: center;
        }

        .card-icon {
            width: 64px;
            height: 64px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 1.6rem;
            color: #ffffff;
            margin-bottom: 14px;
            box-shadow: 0 3px 10px rgba(0,0,0,0.15);
            transition: transform 0.3s ease;
        }

        .access-card:hover .card-icon {
            transform: scale(1.08);
        }

        .card-icon.induccion { background: linear-gradient(135deg, #2c5282, #1e3a5f); }
        .card-icon.clases { background: linear-gradient(135deg, #4a7c9b, #2c5282); }
        .card-icon.consultas { background: linear-gradient(135deg, #e07b39, #c4632a); }

        .card-title {
            font-size: 1.15rem;
            font-weight: 700;
            color: #1e3a5f;
            margin-bottom: 3px;
        }

        .card-subtitle {
            font-size: 0.75rem;
            color: #e07b39;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        /* Cuerpo */
        .card-body-area {
            padding: 0 22px 18px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }

        .card-description {
            font-size: 0.88rem;
            color: #6c757d;
            line-height: 1.55;
            margin-bottom: 14px;
            text-align: center;
        }

        /* Lista minimal */
        .feature-list {
            list-style: none;
            padding: 0;
            margin: 0 0 16px 0;
            flex-grow: 1;
        }

        .feature-list li {
            font-size: 0.82rem;
            color: #555;
            padding: 5px 0;
            display: flex;
            align-items: center;
            gap: 10px;
            border-bottom: 1px solid #f2f2f2;
        }

        .feature-list li:last-child {
            border-bottom: none;
        }

        .feature-list li i {
            color: #4a7c9b;
            font-size: 0.8rem;
            width: 16px;
            text-align: center;
        }

        .feature-list li.ind-i i { color: #2c5282; }
        .feature-list li.cla-i i { color: #4a7c9b; }
        .feature-list li.con-i i { color: #e07b39; }

        /* Botón */
        .card-action {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            background: #1e3a5f;
            color: #ffffff;
            padding: 10px 18px;
            border-radius: 6px;
            font-size: 0.85rem;
            font-weight: 600;
            text-decoration: none !important;
            transition: all 0.25s ease;
            border: none;
            margin-top: auto;
        }

        .card-action:hover {
            background: #2c5282;
            color: #ffffff;
        }

        .card-action i {
            font-size: 0.75rem;
            transition: transform 0.25s ease;
        }

        .access-card:hover .card-action i {
            transform: translateX(3px);
        }

        .card-action.alt-orange {
            background: #e07b39;
        }

        .card-action.alt-orange:hover {
            background: #c4632a;
        }

        /* Separador */
        .divider-line {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-top: 10px;
        }

        .divider-line .line {
            flex: 1;
            height: 1px;
            background: #d0d7de;
        }

        .divider-line .dot {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #e07b39;
        }

        /* Animación de entrada */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(16px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .animate-in {
            animation: fadeInUp 0.5s ease forwards;
            opacity: 0;
        }

        .animate-in:nth-child(1) { animation-delay: 0.08s; }
        .animate-in:nth-child(2) { animation-delay: 0.18s; }
        .animate-in:nth-child(3) { animation-delay: 0.28s; }

        /* Responsive */
        @media (max-width: 768px) {
            body { padding: 20px 12px; }
            .card-icon { width: 56px; height: 56px; font-size: 1.4rem; }
            .card-title { font-size: 1.05rem; }
        }


