/* 
   ==========================================================================
   SISTEMA DE OPTIMIZACIÓN Y LIMPIEZA - ETAPA 8
   Este archivo consolida estilos que estaban inline para mejorar el SEO y caché.
   ==========================================================================
*/

/* Clases para páginas tipo Resultados/FAQS */
/* 
   NUEVO HERO ESTÁTICO DEDICADO - ETAPA 9 
   Reemplazo total de hero-section-results para evitar herencias no deseadas.
*/
.vip-static-hero {
    margin-top: 160px !important;
    /* Increased to clear header fully */
    padding-top: 1.5rem !important;
    /* Added for vertical centering balance */
    padding-bottom: 1.5rem !important;
    /* Added for vertical centering balance */
    border-bottom: none !important;
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
    position: relative !important;
    z-index: 10;
}

.vip-static-hero-content {
    padding: 0 1rem;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.vip-static-hero-title {
    font-family: 'Great Vibes', cursive !important;
    font-size: 3rem !important;
    line-height: 1.2 !important;
    color: #1e375a !important;
    margin-bottom: 0.5rem !important;
    text-align: center !important;
    font-weight: 400 !important;
}

.vip-static-hero-subtitle {
    font-size: 1.1rem !important;
    color: #4a5568 !important;
    /* Gris oscuro suave */
    max-width: 800px !important;
    margin: 0 auto !important;
    padding-bottom: 1.5rem !important;
    /* Espacio controlado hacia abajo */
    text-align: center !important;
    font-weight: 400 !important;
}

/* Ajustes de espacio para los contenedores de contenido */
/* Ajustes de espacio para los contenedores de contenido */
/* IMPORTANTE: Incluir ID #dynamic-content para vencer especificidad de styles.css */
#dynamic-content,
.faq-section,
.legal-section,
.vip-section-alt,
.vip-split-section {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.dynamic-main-reset {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Fixes específicos de Resultados */
.resultados-page .slider-nav-btn {
    display: none !important;
}

/* CTA Unificado */
.cta-clean-wrapper {
    background: #fff;
    margin-top: 0;
}

.cta-clean-button {
    text-decoration: none;
}

/* Mensajes de Éxito / Feedback */
.success-full-container {
    padding: 3rem 2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.success-icon-wrapper {
    width: 80px;
    height: 80px;
    background: #e6fffa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.success-title-clean {
    text-align: center;
    color: #2d3748;
    margin-bottom: 1rem;
}

.success-description-clean {
    color: #718096;
    margin-bottom: 2rem;
}

.btn-clean-return {
    display: inline-block;
    width: auto;
    text-decoration: none;
}

/* Notificaciones de Error */
.notification-error-clean {
    position: relative;
    margin-bottom: 1.5rem;
    animation: none;
}

/* Helpers */
.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 1rem !important;
}

.p-small-muted {
    font-size: 0.8em;
    color: #718096;
}