/* --- HERO ADS MINIMAL --- */
.hero-ads-minimal {
    padding: 120px 5% 100px;
    background-color: #000000 !important;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    position: relative;
}

/* --- ESTADO INICIAL (Oculto por defecto) --- */
.container-hero-minimal.js-reveal {
    opacity: 0 !important;
    filter: blur(20px) !important;
    transform: translateY(30px) !important;
    /* Transición de alta ingeniería con delay para que no sea brusco */
    transition: 
        opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1),
        transform 1.2s cubic-bezier(0.16, 1, 0.3, 1),
        filter 1s cubic-bezier(0.16, 1, 0.3, 1) !important;
    will-change: opacity, transform, filter;
}

/* --- ESTADO FINAL (Visible) --- */
.container-hero-minimal.js-reveal.is-visible {
    opacity: 1 !important;
    filter: blur(0) !important;
    transform: translateY(0) !important;
}

/* --- Tipografía Forzada --- */
.hero-text-block h1 {
    color: #ffffff !important;
    font-size: clamp(2.2rem, 5vw, 3.5rem) !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    margin: 0 0 20px 0 !important;
    letter-spacing: -2px !important;
    text-transform: uppercase !important;
    display: block !important;
    visibility: visible !important; /* Asegura que no lo oculte un script externo */
}

.hero-text-block p {
    font-size: clamp(1rem, 1.8vw, 1.3rem) !important;
    color: #888888 !important;
    margin-bottom: 50px !important;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Botón Cyan */
.btn-ads-impact {
    display: inline-block;
    background-color: #00f2ff !important;
    color: #000000 !important;
    padding: 20px 50px;
    font-size: 0.95rem;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.3s ease !important;
}

/* --- Sección Dolor (Pain Section) --- */
.pain-section {
    padding: 120px 5%;
    background-color: #ffffff; /* Fondo Blanco para claridad */
    color: #111111;
    overflow: hidden;
}

.container-pain {
    max-width: 1400px;
    margin: 0 auto;
}

/* Grid de 2 Columnas */
.pain-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 80px;
    align-items: center;
}

/* --- Estados Iniciales para jQuery (js-reveal) --- */
.container-pain.js-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: 
        opacity 1s cubic-bezier(0.16, 1, 0.3, 1),
        transform 1s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
}

.container-pain.js-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* --- Columna Texto --- */
.badge-pain {
    color: #00f2ff ; /* Rojo para el problema */
    font-weight: 800;
    font-size: 0.85rem;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 20px;
}

.pain-text h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 30px;
    letter-spacing: -2px;
}

.pain-intro {
    font-size: 1.3rem;
    color: #555555;
    margin-bottom: 50px;
    max-width: 600px;
}

/* Puntos de Dolor */
.pain-points {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.pain-item {
    display: flex;
    align-items: start;
    gap: 15px;
}

.pain-item i {
    color: #ff3c3c; /* Icono Rojo X */
    font-size: 1.3rem;
    margin-top: 4px;
}

.pain-item p {
    font-size: 1.1rem;
    color: #333333;
    line-height: 1.6;
}

.pain-item p strong {
    font-weight: 700;
    color: #000000;
}

/* --- Columna Imagen --- */
.pain-visual {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 11;
    overflow: hidden;
    background-color: #f7f7f7;
    /* Sombras sutiles de ingeniería */
    box-shadow: 0 30px 60px rgba(0,0,0,0.1);
}

.pain-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Filtro de dolor: un poco de contraste y desaturación */
    filter: contrast(1.1) saturate(0.8);
    transition: transform 0.6s ease;
}

.pain-visual:hover img {
    transform: scale(1.05);
}

/* Overlay rojo sutil */
.pain-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

/* --- Sección Historia y Diagnóstico --- */
.story-section {
    padding: 100px 5%;
    background-color: #f9f9f9;
    color: #111;
}

.container-story {
    max-width: 1100px;
    margin: 0 auto;
}

/* Header de Historia */
.story-header {
    text-align: center;
    margin-bottom: 80px;
}

.badge-story {
    color: #ff3c3c;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 0.8rem;
    display: block;
    margin-bottom: 15px;
}

.story-header h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    margin-bottom: 40px;
    letter-spacing: -1px;
}

.story-timeline {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 1.2rem;
    color: #444;
    max-width: 800px;
    margin: 0 auto;
}

.story-timeline strong {
    color: #000;
    border-bottom: 2px solid #00f2ff; /* Subrayado Cyan para contraste */
}

/* Grid de Diagnóstico */
.diagnosis-grid {
    margin-top: 100px;
    border-top: 1px solid #ddd;
    padding-top: 60px;
}

.diagnosis-intro h3 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 50px;
    text-align: center;
}

.diagnosis-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.diag-card {
    background: #fff;
    padding: 40px;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    position: relative;
    transition: transform 0.3s ease;
}

.diag-card:hover {
    transform: translateY(-10px);
}

.diag-card .number {
    font-size: 3rem;
    font-weight: 900;
    color: rgba(0, 242, 255, 0.1);
    position: absolute;
    top: 10px;
    right: 20px;
}

.diag-card h4 {
    font-size: 1.3rem;
    font-weight: 900;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.diag-card p {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}

.diag-card p strong {
    color: #000;
}

.diag-card {
    background: #fff;
    padding: 40px;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    position: relative;
    /* Estado inicial antes del JS */
    opacity: 0;
    transform: translateY(30px);
    will-change: transform, opacity;
}

/* El hover se mantiene aparte */
.diag-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 20px 40px rgba(0, 242, 255, 0.15);
}

/* --- Sección Por Qué Nosotros --- */
.why-us-section {
    padding: 120px 5%;
    background-color: #050505; /* Negro casi puro */
    color: #ffffff;
}

.container-why {
    max-width: 1200px;
    margin: 0 auto;
}

.why-header {
    text-align: center;
    margin-bottom: 70px;
}

.badge-why {
    color: #00f2ff;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 0.8rem;
    display: block;
    margin-bottom: 15px;
}

.why-header h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    letter-spacing: -2px;
}

/* Grid de Diferenciales */
.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
}

.why-box {
    background: #111;
    padding: 50px 40px;
    border: 1px solid #222;
    transition: all 0.4s ease;
}

.why-box:hover {
    border-color: #00f2ff;
    transform: translateY(-5px);
    background: #151515;
}

.why-box i {
    font-size: 2.5rem;
    color: #00f2ff;
    margin-bottom: 25px;
    display: block;
}

.why-box h3 {
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.why-box p {
    font-size: 1rem;
    line-height: 1.7;
    color: #888;
}

.why-box p strong {
    color: #fff;
}

/* Resaltar el bloque de la IA */
.highlight-box {
    border: 1px solid #333;
    background: linear-gradient(145deg, #111, #080808);
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 242, 255, 0.05);
}

.highlight-box::after {
    content: 'TOP VENTAS';
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 0.6rem;
    font-weight: 900;
    background: #00f2ff;
    color: #000;
    padding: 4px 8px;
    border-radius: 2px;
}


/* Clase que inyecta el jQuery para activar las tarjetas */
.diag-card.card-active {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* Ajuste al contenedor principal para que no se vea cortado */
.container-story.js-reveal {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(20px);
    transition: all 1s ease-out;
}

.container-story.js-reveal.is-visible {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
}

/* --- Sección FAQ Incómodas --- */
.faq-incómodas {
    padding: 120px 5%;
    background-color: #ffffff; /* Fondo Blanco */
    color: #000000;
}

.container-faq {
    max-width: 1000px;
    margin: 0 auto;
}

.faq-header {
    text-align: center;
    margin-bottom: 80px;
}

.badge-faq {
    color: #ff3c3c; /* Rojo Alerta */
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 0.8rem;
    display: block;
    margin-bottom: 15px;
}

.faq-header h2 {
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    font-weight: 900;
    letter-spacing: -2px;
    margin-bottom: 20px;
}

/* Grid de Preguntas */
.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 60px 80px;
}

.faq-item h3 {
    font-size: 1.4rem;
    font-weight: 900;
    margin-bottom: 15px;
    color: #000;
    line-height: 1.2;
    border-left: 4px solid #ff3c3c;
    padding-left: 15px;
}

.faq-item p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #444;
}

.faq-item p strong {
    color: #000;
    font-weight: 800;
}

/* Responsivo para móviles */
@media (max-width: 768px) {
    .faq-grid {
        grid-template-columns: 1fr;
    }
}