/* 
 * MANDARIN ORO - Estilos específicos
 * Programa premium para adultos mayores
 */

/* ===== COLOR DEL PROGRAMA ===== */
:root {
    --oro-color: #D4AF37; /* Oro clásico elegante */
    --oro-color-dark: #B8860B;
    --oro-color-light: #F4E5B3;
    --oro-bronze: #996515;
}

/* ===== HERO - COLOR DORADO ELEGANTE ===== */
.hero-programa {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.95) 0%, rgba(184, 134, 11, 0.92) 100%) !important;
    min-height: 560px;
}

.hero-programa::before {
    background: linear-gradient(90deg, 
        rgba(212, 175, 55, 0.98) 0%, 
        rgba(212, 175, 55, 0.88) 50%, 
        rgba(212, 175, 55, 0.4) 100%
    ) !important;
}

/* Badge del hero - dorado premium */
.hero-programa-badge {
    background: rgba(244, 229, 179, 0.35) !important;
    border: 2px solid rgba(255, 255, 255, 0.8) !important;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 800;
}

/* ===== BOTONES DEL HERO ===== */
.btn-programa-primary {
    background: linear-gradient(135deg, #FFFFFF 0%, #F3F4F6 100%) !important;
    color: var(--oro-color-dark) !important;
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4) !important;
    font-weight: 700;
    border: 2px solid var(--oro-color-dark);
}

.btn-programa-primary:hover {
    background: linear-gradient(135deg, #F3F4F6 0%, #E5E7EB 100%) !important;
    box-shadow: 0 12px 35px rgba(212, 175, 55, 0.5) !important;
    transform: translateY(-3px);
    color: var(--oro-bronze) !important;
}

.btn-programa-secondary {
    background: rgba(255, 255, 255, 0.25) !important;
    border: 2px solid rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(15px);
}

.btn-programa-secondary:hover {
    background: var(--color-white) !important;
    color: var(--oro-color) !important;
}

/* ===== TABS - COLOR DORADO ===== */
.tab-link.active {
    color: var(--oro-color) !important;
    border-bottom-color: var(--oro-color) !important;
    background: rgba(212, 175, 55, 0.08) !important;
}

.tab-link:hover {
    color: var(--oro-color) !important;
}

/* ===== FORMULARIO - COLOR MARRÓN CÁLIDO ELEGANTE ===== */
.contact-form-card {
    background: linear-gradient(135deg, #78350F 0%, #92400E 100%) !important;
    box-shadow: 0 25px 70px rgba(120, 53, 15, 0.4) !important;
}




/* ===== ICONOS DE BENEFICIOS - ELEGANTES Y CENTRADOS ===== */
.beneficio-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.25) !important;
}

.beneficio-icon span {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    font-size: 2.8rem !important;
}

/* Horarios Flexibles - Oro clásico */
.beneficio-card:nth-child(1) .beneficio-icon {
    background: linear-gradient(135deg, #D4AF37 0%, #B8860B 100%) !important;
}



/* Ritmo Personalizado - Bronce suave */
.beneficio-card:nth-child(2) .beneficio-icon {
    background: linear-gradient(135deg, #C19A6B 0%, #A68A64 100%) !important;
}



/* Grupos Pequeños - Oro brillante */
.beneficio-card:nth-child(3) .beneficio-icon {
    background: linear-gradient(135deg, #FFD700 0%, #D4AF37 100%) !important;
}


/* Método Adaptado - Ámbar */
.beneficio-card:nth-child(4) .beneficio-icon {
    background: linear-gradient(135deg, #FBBF24 0%, #F59E0B 100%) !important;
}



/* Atención Dedicada - Caramelo */
.beneficio-card:nth-child(5) .beneficio-icon {
    background: linear-gradient(135deg, #D97706 0%, #B45309 100%) !important;
}



/* Certificación - Oro imperial */
.beneficio-card:nth-child(6) .beneficio-icon {
    background: linear-gradient(135deg, #D4AF37 0%, #996515 100%) !important;
}


/* Seguimiento Continuo - Dorado suave */
.beneficio-card:nth-child(7) .beneficio-icon {
    background: linear-gradient(135deg, #F4E5B3 0%, #D4AF37 100%) !important;
}



/* ===== TARJETA DESTACADA - COLOR DORADO ===== */
.beneficio-card.beneficio-destacado {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(184, 134, 11, 0.1) 100%) !important;
    border-color: var(--oro-color) !important;
    box-shadow: 0 10px 40px rgba(212, 175, 55, 0.2) !important;
}

.beneficio-card::before {
    background: linear-gradient(90deg, var(--oro-color), var(--oro-color-dark)) !important;
    height: 5px !important;
}

.beneficio-card:hover {
    border-color: var(--oro-color) !important;
    box-shadow: 0 15px 50px rgba(212, 175, 55, 0.25) !important;
}

/* Textos más grandes para mejor legibilidad */
.beneficio-titulo {
    font-size: 1.25rem !important;
}

.beneficio-descripcion {
    font-size: 1.05rem !important;
    line-height: 1.8 !important;
}

/* ===== METODOLOGÍA - ICONOS COLOR DORADO ===== */
.metodologia-icon {
    background: var(--oro-color) !important;
}

.metodologia-card {
    border-top: 4px solid var(--oro-color) !important;
}

.metodologia-card:hover {
    border-top-color: var(--oro-color-dark) !important;
}

/* ===== TABLA DE NIVELES - COLOR DORADO ===== */
.tabla-titulo-header {
    background: linear-gradient(135deg, #D4AF37 0%, #B8860B 100%) !important;
    font-size: 1.5rem !important;
}

.tabla-cursos thead {
    background: linear-gradient(135deg, #D4AF37 0%, #B8860B 100%) !important;
}

.tabla-cursos thead tr {
    border-bottom: 3px solid #996515 !important;
}

.tabla-cursos thead th {
    font-size: 1.1rem !important;
}

.tabla-cursos tbody td {
    font-size: 1.05rem !important;
    padding: 1.5rem !important;
}

.tabla-cursos tbody td:last-child {
    color: var(--oro-color) !important;
    font-weight: 800 !important;
    font-size: 2rem !important;
}

/* ===== SECCIÓN RESULTADOS - COLOR DORADO ===== */
.programa-resultados {
    background: linear-gradient(135deg, var(--oro-color) 0%, var(--oro-color-dark) 100%) !important;
}

/* ===== COSTOS Y HORARIOS - COLOR DORADO ===== */
.programa-inversion {
    background: linear-gradient(180deg, #FFFBEB 0%, var(--color-white) 100%) !important;
}

/* Precio destacado - color DORADO */
.plan-price {
    color: var(--oro-color) !important;
    font-weight: 900 !important;
    font-size: 3.5rem !important;
}

.plan-name {
    font-size: 1.75rem !important;
}

.plan-card:hover {
    border-color: var(--oro-color) !important;
    box-shadow: 0 20px 60px rgba(212, 175, 55, 0.25) !important;
}

.plan-card.destacado {
    border-color: var(--oro-color) !important;
    background: linear-gradient(180deg, #FFFBEB 0%, var(--color-white) 100%) !important;
    box-shadow: 0 20px 60px rgba(212, 175, 55, 0.3) !important;
}

.plan-badge {
    background: linear-gradient(135deg, var(--oro-color) 0%, var(--oro-color-dark) 100%) !important;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
    font-size: 1rem !important;
}

.plan-features {
    font-size: 1.1rem !important;
}

.plan-features li {
    /* Mantenemos el espacio arriba/abajo, pero agregamos 2rem a la izquierda para empujar el texto */
    padding: 1rem 0 1rem 2rem !important; 
    position: relative; /* Asegura que el ícono no se escape de su lugar */
}

/* Y para asegurarnos de que el visto bueno se acomode bien a la izquierda: */
.plan-features li::before {
    color: var(--oro-color) !important;
    font-size: 1.5rem !important;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.btn-plan {
    background: linear-gradient(135deg, var(--oro-color) 0%, var(--oro-color-dark) 100%) !important;
    font-weight: 700 !important;
    font-size: 1.25rem !important;
}

.btn-plan:hover {
    background: linear-gradient(135deg, var(--oro-color-dark) 0%, var(--oro-bronze) 100%) !important;
}

/* ===== CALENDARIO - COLOR DORADO ===== */
.programa-calendario {
    background: linear-gradient(135deg, var(--oro-color) 0%, var(--oro-color-dark) 100%) !important;
}

.calendario-title {
    font-size: 2.5rem !important;
}

.calendario-fecha {
    font-size: 4rem !important;
}

.cupos-destacado {
    background: linear-gradient(135deg, var(--oro-color) 0%, var(--oro-color-dark) 100%) !important;
    box-shadow: 0 25px 70px rgba(212, 175, 55, 0.5) !important;
}

.cupos-destacado-numero {
    font-size: 4.5rem !important;
}

.calendario-tabla thead {
    background: var(--oro-color) !important;
}

.calendario-tabla th,
.calendario-tabla td {
    font-size: 1.1rem !important;
}

.cupos-badge {
    background: var(--oro-color) !important;
    font-size: 1rem !important;
}

/* ===== HIGHLIGHT BOX - COLOR DORADO ===== */
.highlight-box {
    background: linear-gradient(135deg, #FFFBEB 0%, #FEF3C7 100%) !important;
    border-left: 5px solid var(--oro-color) !important;
}

.highlight-box p {
    font-size: 1.25rem !important;
}

.highlight-box strong {
    color: var(--oro-color) !important;
}

/* ===== CERTIFICACIÓN - COLOR DORADO ===== */
.certificacion-benefits li::before {
    color: var(--oro-color) !important;
    font-size: 1.5rem !important;
}

/* ===== INFO CARDS - COLOR DORADO ===== */
.info-card-icon {
    background: var(--oro-color) !important;
}

.info-card-title {
    font-size: 2rem !important;
}

.horario-item {
    border-left: 4px solid var(--oro-color) !important;
    padding: 1.5rem !important;
}

.horario-dia {
    font-size: 1.25rem !important;
}

.horario-hora {
    font-size: 1.1rem !important;
}

.horario-item:hover {
    background: #FFFBEB !important;
}

.requisitos-list li {
    font-size: 1.1rem !important;
    padding: 1.25rem 0 !important;
}

.requisitos-list li::before {
    color: var(--oro-color) !important;
    font-size: 1.5rem !important;
}

/* ===== FAQ - COLOR DORADO ===== */
.faq-item.active {
    border-color: var(--oro-color) !important;
}

.faq-question {
    font-size: 1.2rem !important;
}

.faq-question:hover {
    color: var(--oro-color) !important;
}

.faq-icon {
    color: var(--oro-color) !important;
    font-size: 1.75rem !important;
}

.faq-answer-content {
    font-size: 1.1rem !important;
}

/* ===== WHY CARDS - COLOR DORADO ===== */
.why-card-programa:hover {
    border-color: var(--oro-color) !important;
}

.why-card-programa.featured {
    border-color: var(--oro-color) !important;
}

.why-icon-programa {
    background: var(--oro-color) !important;
}

/* ===== INCLUYE CARDS - COLOR DORADO ===== */
.incluye-card {
    border-left: 4px solid var(--oro-color) !important;
}

.incluye-card:hover {
    background: #FFFBEB !important;
}

/* ===== TÍTULOS MÁS GRANDES PARA MEJOR LEGIBILIDAD ===== */
.section-title {
    font-size: 3rem !important;
    letter-spacing: -0.5px;
    font-weight: 800;
}

.section-subtitle {
    font-size: 1.5rem !important;
    font-weight: 400;
}

/* ===== RESPONSIVE - Ajustes para adultos mayores ===== */
@media screen and (max-width: 767px) {
    .hero-programa::before {
        background: linear-gradient(90deg, 
            rgba(212, 175, 55, 0.98) 0%, 
            rgba(212, 175, 55, 0.95) 70%, 
            rgba(212, 175, 55, 0.7) 100%
        ) !important;
    }
    
    .beneficio-icon {
        width: 80px !important;
        height: 80px !important;
    }
    
    .beneficio-icon span {
        font-size: 2.5rem !important;
    }
    
    .hero-programa {
        min-height: 500px;
    }
    
    .section-title {
        font-size: 2.25rem !important;
    }
    
    .section-subtitle {
        font-size: 1.25rem !important;
    }
}

@media screen and (max-width: 480px) {
    .beneficio-icon {
        width: 70px !important;
        height: 70px !important;
    }
    
    .beneficio-icon span {
        font-size: 2rem !important;
    }
    
    .hero-programa {
        min-height: 450px;
    }
    
    .form-input,
    .form-select {
        font-size: 1rem !important;
    }
    
    .plan-price {
        font-size: 2.5rem !important;
    }
}


/* ===== HERO MANDARÍN ORO — COLOR OVERRIDE ===== */

/* Elimina el translateY que tenías al final del archivo */


.hero-oro {
    background: linear-gradient(120deg, #B8860B 0%, #D4AF37 45%, #F4E5B3 100%);
}

.hero-oro .hero-mand-badge {
    background: rgba(255,255,255,0.25);
    border-color: rgba(255,255,255,0.6);
}

.hero-oro .hero-mand-hor-dia {
    color: var(--oro-color);
}

.hero-oro .hero-mand-plan.popular {
    border-color: var(--oro-color);
    background: linear-gradient(180deg, #FFFBEB 0%, #fff 100%);
}

.hero-oro .hero-mand-pop-tag {
    background: linear-gradient(135deg, var(--oro-color), var(--oro-color-dark));
}

.hero-oro .hero-mand-plan-precio.naranja {
    color: var(--oro-color);
}

.hero-oro .hero-mand-hor-hora {
    background: linear-gradient(135deg, var(--oro-color), var(--oro-color-dark));
}

.hero-oro .hero-mand-btn {
    color: var(--oro-color-dark);
}

.hero-oro .hero-mand-asesor a {
    color: var(--oro-color);
}

/* CTA final con color oro */
.pagina-curso-oro .mand-cta-final {
    background: linear-gradient(135deg, var(--oro-color), var(--oro-color-dark));
}

.pagina-curso-oro .mand-urgencia {
    background: linear-gradient(135deg, #78350F, #92400E);
}

.pagina-curso-oro .section-pretitle {
    color: var(--oro-color);
}

/* ===== ESTRUCTURA VISUAL DE NIVELES ===== */
.oro-niveles-resumen {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 2rem 0;
    flex-wrap: wrap;
}

.oro-nivel-bloque {
    flex: 1;
    min-width: 240px;
    background: linear-gradient(135deg, #FFFBEB, #FEF3C7);
    border: 2px solid var(--oro-color);
    border-radius: var(--radius-xl);
    padding: 1.5rem;
    text-align: center;
}

.oro-nivel-badge {
    display: inline-block;
    background: var(--oro-color);
    color: var(--color-white);
    font-size: var(--text-xs);
    font-weight: var(--font-bold);
    padding: 3px 12px;
    border-radius: var(--radius-full);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.oro-nivel-nombre {
    font-size: var(--text-xl);
    font-weight: var(--font-black);
    color: var(--oro-color-dark);
    margin-bottom: 0.25rem;
}

.oro-nivel-duracion {
    font-size: var(--text-sm);
    color: var(--color-gray-500);
    margin-bottom: 1rem;
    font-weight: var(--font-semibold);
}

.oro-nivel-ciclos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
}

.oro-nivel-ciclos span {
    background: var(--color-white);
    border: 1px solid var(--oro-color-light);
    border-radius: var(--radius-md);
    padding: 6px 4px;
    font-size: 10.5px;
    font-weight: var(--font-semibold);
    color: var(--oro-color-dark);
    line-height: 1.4;
}

.oro-nivel-flecha {
    font-size: 2rem;
    color: var(--oro-color);
    font-weight: var(--font-bold);
    flex-shrink: 0;
}

/* Responsive niveles */
@media screen and (max-width: 767px) {
    .oro-niveles-resumen {
        flex-direction: column;
    }
    .oro-nivel-flecha {
        transform: rotate(90deg);
    }
    .oro-nivel-bloque {
        width: 100%;
    }
}


/* Regla exclusiva para Laptops y Computadoras */
@media screen and (min-width: 1024px) {
      .hero-mand-left {
        padding-left: 13rem; /* Aquí pones el 8rem o el número que más te haya gustado en la laptop */
    }
}




/* Reemplaza .hero-programa-foto por la clase real que encontraste */
.hero-mand-foto img {
    /* translateY mueve elementos verticalmente. 
       Un número positivo lo mueve HACIA ABAJO */
    transform: translateY(40px); 
}

/* ===== REDUCIR ETIQUETA DESTACADA SOLO EN CELULARES ===== */
@media screen and (max-width: 767px) {
    .hero-mand-plan .hero-mand-pop-tag {
        /* scale(0.85) encoge todo el botón al 85% de su tamaño. 
           Si lo quieres más chiquito, ponle 0.8 o 0.75 */
        transform: scale(0.85) !important;
        transform-origin: center !important;
        margin-bottom: 0 !important;
    }
}

/* =====================================================
   SEPARACIÓN PARA TABLETS (768px hasta 1024px)
   Evita que el CTA final choque con el formulario
   ===================================================== */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    
    /* 1. Separamos el bloque de "Listo para potenciar..." */
    .mand-cta-final {
        margin-bottom: 5rem !important; /* Espacio generoso para que no se peguen */
        border-radius: 0 0 30px 30px !important; /* Redondeamos la base para cerrar visualmente */
        position: relative;
        z-index: 1;
    }

    /* 2. Empujamos el formulario de contacto un poco más abajo */
    .contact-section, 
    #contacto {
        margin-top: 3rem !important;
        padding-top: 2rem !important;
    }
}


