:root {
    /* --- PALETA DE COLORES HIGH TICKET --- */
    --bg-deep: #fff0f5; 
    --bg-gradient: linear-gradient(135deg, #fff0f5 0%, #ffe6f2 50%, #fff5fa 100%);
    --text-main: #4a0e28; 
    --text-muted: #8a5a6a; 
    --gold-gradient: linear-gradient(45deg, #BF953F, #d4af37, #FBF5B7, #AA771C);
    --gold: #D4AF37;
    --gold-light: #F9E29C;
    --pink-hot: #FF007F; 
    
    /* --- VIDRIO Y SOMBRAS --- */
    --glass-bg: rgba(255, 255, 255, 0.7);
    --glass-border: 1px solid rgba(255, 255, 255, 0.9);
    --glass-shadow: 0 20px 80px rgba(219, 169, 189, 0.15);
    --card-hover-shadow: 0 30px 60px rgba(219, 169, 189, 0.4); /* Sombra más profunda */
    
    /* --- FUENTES --- */
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Outfit', sans-serif;
}

/* --- RESET Y BASE --- */
* { margin: 0; padding: 0; box-sizing: border-box; scroll-behavior: smooth; }

html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
    background: var(--bg-gradient);
    background-attachment: fixed;
    color: var(--text-main);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
}

img, video { max-width: 100%; display: block; }

/* --- BARRA DE PROGRESO SUPERIOR --- */
.scroll-progress {
    position: fixed; top: 0; left: 0; height: 5px; 
    background: var(--gold-gradient); width: 0%; z-index: 9999; 
    box-shadow: 0 2px 15px rgba(212, 175, 55, 0.6);
    transition: width 0.1s linear;
}

/* --- DECORACIONES DE FONDO --- */
.gold-shape {
    position: absolute; border: 1px solid var(--gold); opacity: 0.15; z-index: -1;
    animation: floatShape 30s infinite linear; pointer-events: none;
}
.shape-1 { width: 150px; height: 150px; top: 10%; left: 2%; border-radius: 40% 60% 70% 30%; }
.shape-2 { width: 200px; height: 200px; top: 50%; right: 2%; border-radius: 60% 40% 30% 70%; animation-direction: reverse; }

@keyframes floatShape { 
    0% { transform: rotate(0deg) translate(0,0); } 
    50% { transform: rotate(180deg) translate(30px,30px); } 
    100% { transform: rotate(360deg) translate(0,0); } 
}

.spotlight {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 9000;
    background: radial-gradient(600px circle at var(--x, 50%) var(--y, 50%), rgba(255, 0, 127, 0.04), transparent 40%);
    opacity: 0; transition: opacity 0.5s;
}

.bg-noise {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.03'/%3E%3C/svg%3E");
    pointer-events: none; z-index: -1;
}

.orb {
    position: fixed; border-radius: 50%; filter: blur(120px); z-index: -2; opacity: 0.6;
}
.orb-1 { width: 60vw; height: 60vw; background: #ffe6f2; top: -20%; left: -20%; animation: floatOrb 20s infinite alternate; }
.orb-2 { width: 50vw; height: 50vw; background: #fff5e6; bottom: -20%; right: -20%; animation: floatOrb 25s infinite alternate-reverse; }

@keyframes floatOrb { 0% { transform: translate(0, 0); } 100% { transform: translate(40px, 50px); } }

/* --- UTILIDADES --- */
.container { width: 90%; max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.container-fluid { width: 100%; padding: 0; overflow: hidden; }
.small-container { max-width: 800px; margin: 0 auto; padding: 0 15px; }

.text-center { text-align: center; display: flex; flex-direction: column; align-items: center; }
.mt-20 { margin-top: 20px; }
.mt-50 { margin-top: 50px; }

section { padding: 100px 0; position: relative; }

.section-title {
    font-size: 3.5rem; margin-bottom: 60px; z-index: 2; 
    font-family: var(--font-heading); line-height: 1.1; color: var(--text-main);
}
.subtitle { color: var(--text-muted); font-size: 1.2rem; max-width: 700px; margin: 0 auto 50px auto; letter-spacing: 0.5px;}

.text-gradient {
    background: var(--gold-gradient); -webkit-background-clip: text; background-clip: text;
    color: transparent; background-size: 200% auto; animation: shine 4s linear infinite;
    font-weight: 700;
}
@keyframes shine { to { background-position: 200% center; } }

/* --- BOTONES (CON MAGIA EXTRA) --- */
.btn-primary {
    background: var(--pink-hot); color: white; padding: 18px 45px; border-radius: 50px;
    text-decoration: none; font-weight: 600; font-size: 1.1rem; letter-spacing: 1px;
    display: inline-flex; align-items: center; gap: 10px; border: none; cursor: pointer;
    box-shadow: 0 10px 30px rgba(255, 0, 127, 0.4); /* Sombra inicial más fuerte */
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative; overflow: hidden;
}
.btn-primary:hover { 
    box-shadow: 0 20px 50px rgba(255, 0, 127, 0.6); 
    transform: translateY(-5px) scale(1.02); /* Pequeño escalado */
}
/* Aura pulsante mágica para botones */
.btn-primary::before {
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    border-radius: 50px; background: inherit; z-index: -1;
    animation: pulseAura 2s infinite; opacity: 0.6;
}
@keyframes pulseAura {
    0% { transform: scale(1); opacity: 0.6; }
    100% { transform: scale(1.4); opacity: 0; }
}

.glow-effect::after {
    content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.5), transparent);
    transform: rotate(45deg); animation: shimmerBtn 3s infinite; pointer-events: none;
}
@keyframes shimmerBtn { 0% { transform: translateX(-100%) rotate(45deg); } 100% { transform: translateX(100%) rotate(45deg); } }

.btn-outline {
    background: transparent; border: 2px solid var(--text-main); color: var(--text-main);
    padding: 12px 30px; border-radius: 30px; text-decoration: none; font-weight: 600;
    transition: all 0.3s; display: inline-block;
}
.btn-outline:hover { background: var(--text-main); color: white; transform: translateY(-2px); box-shadow: 0 10px 20px rgba(74, 14, 40, 0.2); }

.btn-nav-gold {
    background: var(--gold-gradient); color: #3e2704; padding: 10px 25px; border-radius: 50px;
    text-decoration: none; font-weight: 700; font-size: 0.85rem; text-transform: uppercase;
    box-shadow: 0 5px 20px rgba(212, 175, 55, 0.3); transition: 0.3s;
}
.btn-nav-gold:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(212, 175, 55, 0.5); }

/* --- NAVEGACIÓN --- */
nav {
    padding: 0 5%; display: flex; justify-content: space-between; align-items: center;
    position: sticky; top: 0; z-index: 1000; background: rgba(255, 240, 245, 0.9);
    backdrop-filter: blur(15px); border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    height: 80px; width: 100%;
}
.logo-img { height: 45px; width: auto; transition: transform 0.3s; }
.logo-img:hover { transform: rotate(-3deg) scale(1.05); }

.nav-desktop { display: flex; gap: 30px; align-items: center; }
.nav-desktop a {
    text-decoration: none; color: var(--text-main); font-weight: 500; font-size: 0.95rem;
    text-transform: uppercase; letter-spacing: 1px; transition: color 0.3s;
}
.nav-desktop a:hover { color: var(--pink-hot); }

.hamburger { display: none; background: none; border: none; font-size: 2rem; color: var(--text-main); cursor: pointer; }

.mobile-menu {
    position: absolute; top: 80px; left: 0; width: 100%; background: #fff0f5;
    border-bottom: 3px solid var(--pink-hot); display: none; flex-direction: column;
    align-items: center; gap: 20px; padding: 40px 20px; box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}
.mobile-menu.active { display: flex; animation: slideDown 0.4s ease-out; }
@keyframes slideDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }

.nav-instagram i { font-size: 1.8rem; color: var(--text-main); transition: 0.3s; }
.nav-instagram:hover i { color: var(--pink-hot); transform: scale(1.2); }

/* --- HERO SECTION --- */
.hero { 
    min-height: 80vh; /* Bajamos de 100vh a 80vh para subir el centro visual */
    display: flex; 
    align-items: center; 
    padding-top: 120px; /* Ajuste para desktop */
    padding-bottom: 80px; 
    position: relative; 
}
.hero-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 60px; align-items: center; }

.badge-gold {
    background: rgba(212, 175, 55, 0.1); color: #b38728; border: 1px solid var(--gold);
    padding: 8px 16px; border-radius: 30px; font-size: 0.75rem; font-weight: 800; letter-spacing: 2px;
    text-transform: uppercase; display: inline-block; margin-bottom: 25px;
}

.hero h1 { font-size: 3.8rem; line-height: 1.1; margin-bottom: 25px; font-weight: 700; letter-spacing: -1px; }
.hero p { font-size: 1.2rem; color: var(--text-muted); margin-bottom: 40px; max-width: 90%; line-height: 1.7; }

.glass-card-abstract {
    background: rgba(255, 255, 255, 0.4); backdrop-filter: blur(25px); border: 2px solid rgba(255,255,255,0.8);
    border-radius: 40px; padding: 50px; display: grid; grid-template-columns: 1fr 1fr; gap: 30px;
    box-shadow: 0 30px 80px rgba(219, 169, 189, 0.3); position: relative;
    transform: perspective(1000px) rotateY(-10deg) rotateX(5deg); transition: transform 0.5s ease;
}
.glass-card-abstract:hover { transform: perspective(1000px) rotateY(0deg) rotateX(0deg); }

.stat-number { display: block; font-size: 3rem; font-weight: 700; color: var(--pink-hot); line-height: 1; }
.stat-label { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1.5px; color: var(--text-main); font-weight: 600; margin-top: 5px; display: block; }

.floating-badge {
    position: absolute; top: -20px; right: -30px; background: var(--gold-gradient); color: white;
    padding: 10px 25px; border-radius: 25px; font-weight: bold; font-size: 0.9rem;
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.4); animation: floatBadge 4s infinite ease-in-out;
}
@keyframes floatBadge { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

.scroll-indicator {
    position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 10;
}
.scroll-arrow {
    width: 40px; height: 70px; border: 2px solid rgba(74, 14, 40, 0.1); border-radius: 20px;
    display: flex; justify-content: center; padding-top: 10px;
}
.scroll-arrow i { font-size: 1.5rem; color: var(--pink-hot); animation: scrollBounce 2s infinite; }
@keyframes scrollBounce { 0%, 100% { transform: translateY(0); opacity: 0.5; } 50% { transform: translateY(10px); opacity: 1; } }

/* --- VIDEO Y PRESENTACION (CORRECCIÓN IMAGEN MARISOL) --- */
.video-wrapper {
    position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 25px;
    border: 6px solid rgba(255,255,255,0.8); box-shadow: var(--glass-shadow); margin-bottom: 60px;
}
.video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.presentation-grid { 
    display: grid; 
    grid-template-columns: 1fr 1fr; /* 50% / 50% para dar espacio a la imagen */
    gap: 50px; align-items: center; padding: 50px; 
}
.glass { background: var(--glass-bg); border: var(--glass-border); border-radius: 30px; box-shadow: var(--glass-shadow); backdrop-filter: blur(15px); }

.presentation-img-wrapper { 
    border-radius: 25px; 
    overflow: hidden; 
    height: auto; 
    min-height: 0; 
    width: 100%;
    box-shadow: var(--glass-shadow); 
    display: flex; 
}

.presentation-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.presentation-img:hover { transform: scale(1.03); }

.presentation-text h3 { font-family: var(--font-heading); font-size: 2.2rem; margin-bottom: 25px; }
.highlight-text {
    border-left: 4px solid var(--pink-hot); padding-left: 20px; margin-top: 25px;
    font-weight: 600; color: var(--text-main); font-size: 1.1rem;
}

/* --- HISTORIA --- */
.story-text { font-size: 1.15rem; margin-bottom: 20px; color: var(--text-muted); }
.story-quote { font-family: var(--font-heading); font-size: 1.8rem; color: var(--gold); margin-top: 40px; font-style: italic; }

/* --- LIFESTYLE (CINEMA GRID) --- */
.cinema-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 280px; 
    gap: 25px; margin-top: 40px;
}
.cinema-item {
    position: relative; border-radius: 25px; overflow: hidden;
    transition: transform 0.4s, box-shadow 0.4s; /* Transición más suave */
    background: #000; border: 1px solid rgba(255,255,255,0.5);
}
.cinema-item:hover { transform: translateY(-10px) scale(1.02); box-shadow: var(--card-hover-shadow); z-index: 2; }

.tall-item { grid-column: span 1; grid-row: span 2; }
.wide-item { grid-column: span 2; }

.cinema-media { width: 100%; height: 100%; object-fit: cover; display: block; }
.cinema-caption {
    position: absolute; bottom: 0; left: 0; width: 100%; padding: 25px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent); color: white;
    pointer-events: none;
}
.cinema-caption h3 { font-size: 1.3rem; margin-bottom: 5px; color: var(--gold-light); }
.cinema-caption p { font-size: 0.95rem; opacity: 0.9; }

.text-only-cinema {
    background: white; display: flex; align-items: center; justify-content: center; 
    padding: 40px; text-align: center;
}
.text-only-cinema .content h3 { font-family: var(--font-heading); color: var(--gold); font-size: 2rem; margin-bottom: 15px; }
.text-only-cinema .content p { color: var(--text-muted); font-size: 1.1rem; }

/* --- MARQUESINA AFILIADOS (MÁS LENTA Y FLUIDA) --- */
.marquee-wrapper {
    width: 100%; overflow: hidden; margin-top: 40px; padding: 30px 0; position: relative;
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}
.marquee-track {
    display: flex; gap: 40px; width: max-content;
    animation: scrollInfinite 80s linear infinite; /* MUCHO MÁS LENTO PARA LUJO */
}
@keyframes scrollInfinite { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

.testimonio-img {
    height: 380px; width: auto; border-radius: 20px; /* Un poco más grandes */
    box-shadow: 0 10px 30px rgba(0,0,0,0.1); transition: transform 0.4s;
}
.testimonio-img:hover { transform: scale(1.05); box-shadow: 0 20px 50px rgba(0,0,0,0.2); }

/* --- INFO SECTION --- */
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.info-card { padding: 40px 30px; background: rgba(255,255,255,0.8); border-radius: 25px; height: 100%; transition: transform 0.3s; }
.info-card:hover { transform: translateY(-5px); }
.highlight-card { background: var(--text-main); color: white; }
.highlight-card .icon-gold { color: var(--pink-hot); }

.icon-gold { font-size: 2.5rem; color: var(--gold); margin-bottom: 20px; display: inline-block; }
.clean-list { list-style: none; margin-top: 20px; padding: 0; }
.clean-list li { margin-bottom: 12px; padding-left: 25px; position: relative; font-size: 0.95rem; }
.clean-list li::before { content: '•'; color: var(--gold); position: absolute; left: 0; font-size: 1.5rem; line-height: 1rem; }

/* --- AUDIENCE GRID 3x3 --- */
.target-section .grid-audience {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px;
}
.audience-card {
    background: white; padding: 40px 30px; border-radius: 25px; 
    border: 1px solid rgba(0,0,0,0.03); text-align: center;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
}
.hover-lift:hover { transform: translateY(-15px) scale(1.02); box-shadow: var(--card-hover-shadow); }
.community-card { grid-column: span 3; }
.audience-card h3 { font-size: 1.3rem; margin: 15px 0 10px 0; }
.audience-card p { color: var(--text-muted); font-size: 0.95rem; }

/* --- EVOLUCIÓN (MARQUESINA AUTOMÁTICA & UNIFORME) --- */
.evolution-section { overflow: hidden; padding-bottom: 60px; }
.evolution-marquee {
    width: 100%; overflow: hidden; padding: 30px 0; position: relative;
    mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
}
.evolution-track-auto {
    display: flex; gap: 40px; width: max-content;
    animation: scrollInfinite 60s linear infinite; 
}
.evolution-card {
    min-width: 280px; width: 280px;
    height: 420px; /* ALTURA FIJA PARA TODAS LAS TARJETAS */
    background: rgba(255,255,255,0.85); backdrop-filter: blur(10px);
    border-radius: 25px; padding: 20px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    display: flex; flex-direction: column; align-items: center; justify-content: space-between; /* Distribuir espacio */
    box-shadow: 0 10px 30px rgba(0,0,0,0.05); border: 1px solid rgba(255,255,255,0.8);
}
.evolution-card:hover { transform: scale(1.05) translateY(-5px); z-index: 10; box-shadow: var(--card-hover-shadow); }

/* SOLUCIÓN IMÁGENES UNIFORMES */
.evolution-card img { 
    width: 100%; 
    height: 280px; /* Altura fija para la imagen */
    object-fit: cover; /* Recorte inteligente para llenar el espacio */
    border-radius: 15px; margin-bottom: 15px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); 
}

.evo-header { font-size: 0.8rem; letter-spacing: 2px; font-weight: 700; color: var(--text-muted); margin-bottom: 5px; text-transform: uppercase; }
.evo-footer { font-family: var(--font-heading); font-size: 1.6rem; font-weight: 700; color: var(--text-main); }
.gold-glow { border: 2px solid var(--gold); box-shadow: 0 0 35px rgba(212, 175, 55, 0.25); background: white; }
.gold-bg { background: var(--gold-gradient); color: #3e2704; padding: 4px 12px; border-radius: 6px; }
.gold { color: #b38728; }

/* --- PRECIOS --- */
.pricing-grid-custom {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-bottom: 60px; justify-items: center;
}
.full-span-card { grid-column: 1 / -1; max-width: 500px; width: 100%; }

.price-card {
    background: var(--glass-bg); border: var(--glass-border); border-radius: 35px; padding: 40px 30px;
    position: relative; box-shadow: var(--glass-shadow); display: flex; flex-direction: column;
    transition: transform 0.4s ease, box-shadow 0.4s ease; width: 100%;
}
.price-card:hover { transform: translateY(-15px); box-shadow: var(--card-hover-shadow); }

.fenix-card {
    border: 2px solid var(--gold); background: white; transform: scale(1.02); z-index: 5;
    box-shadow: 0 30px 80px rgba(212, 175, 55, 0.25);
}
.fenix-card:hover { transform: scale(1.04) translateY(-15px); box-shadow: 0 40px 100px rgba(212, 175, 55, 0.4); }

.popular-tag {
    position: absolute; top: 0; left: 0; width: 100%; background: var(--pink-hot);
    color: white; padding: 6px; text-align: center; font-size: 0.75rem; font-weight: 800; letter-spacing: 1px;
    text-transform: uppercase; border-radius: 30px 30px 0 0;
}
.gold-tag { background: var(--gold-gradient); color: #3e2704; }

.membership-logo { width: 90px; height: auto; margin: 0 auto 20px auto; display: block; }
.price-tag { font-family: var(--font-heading); font-size: 2.2rem; color: var(--gold); font-weight: 700; margin: 15px 0; }
.card-desc { font-size: 0.9rem; color: var(--text-muted); min-height: 50px; margin-bottom: 20px; }

.features-list { list-style: none; margin-bottom: 30px; flex-grow: 1; text-align: left; }
.features-list li { margin-bottom: 12px; font-size: 0.95rem; color: var(--text-muted); display: flex; gap: 10px; }
.features-list li.bold { color: var(--text-main); font-weight: 600; }
.features-list i { color: var(--pink-hot); font-size: 1.2rem; min-width: 20px; }

.small-note { font-size: 0.8rem; color: var(--text-muted); margin-top: 15px; text-align: center; }
.full-width { width: 100%; justify-content: center; }
.mobile-swipe-hint { display: none; }

/* --- EBOOK PROMO (TOQUE MÁGICO) --- */
.ebook-promo-section {
    /* Fondo Vino Profundo + Polvo Dorado Estelar */
    background: 
        radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.1) 0%, transparent 60%),
        linear-gradient(135deg, #1a050f 0%, #2a0815 100%); 
    color: white; padding: 120px 0; border-top: 4px solid var(--gold); border-bottom: 4px solid var(--gold);
    box-shadow: inset 0 0 100px rgba(0,0,0,0.8); position: relative; overflow: hidden;
}
/* Partículas sutiles en el fondo */
.ebook-promo-section::before {
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E");
    opacity: 0.3; pointer-events: none;
}

.text-light { color: #ffffff !important; text-shadow: 0 2px 10px rgba(0,0,0,0.5); }
.text-light-alpha { color: rgba(255,255,255,0.8) !important; }
.text-gold { color: var(--gold); font-style: italic; text-shadow: 0 0 10px rgba(212, 175, 55, 0.5); }

/* --- FAQ & FOOTER --- */
.faq-grid { display: grid; gap: 20px; }
.faq-item { background: rgba(255,255,255,0.7); border-radius: 20px; border: 1px solid rgba(255,255,255,0.5); transition: all 0.3s; }
.faq-item[open] { background: white; box-shadow: var(--glass-shadow); border-color: var(--gold); }
.faq-item summary { cursor: pointer; padding: 25px; font-weight: 600; color: var(--text-main); list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item p { padding: 0 25px 25px 25px; color: var(--text-muted); line-height: 1.6; }
.faq-item summary i { transition: transform 0.3s; }
.faq-item[open] summary i { transform: rotate(180deg); color: var(--pink-hot); }

.final-cta { padding: 120px 0; }
.cta-subtitle { font-size: 1.3rem; color: var(--text-muted); margin-bottom: 50px; }
.big-btn { padding: 22px 60px; font-size: 1.3rem; }

footer { padding: 60px 0; text-align: center; border-top: 1px solid rgba(0,0,0,0.05); font-size: 0.9rem; color: var(--text-muted); }
.credits a { color: var(--pink-hot); text-decoration: none; font-weight: 600; }

.float-whatsapp {
    position: fixed; bottom: 30px; right: 30px; background: #25D366; width: 70px; height: 70px;
    border-radius: 50%; display: flex; justify-content: center; align-items: center;
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4); z-index: 999; text-decoration: none;
    animation: heartbeat 2s infinite; color: white; font-size: 40px; transition: transform 0.3s, box-shadow 0.3s;
}
.float-whatsapp:hover { transform: scale(1.1); box-shadow: 0 15px 40px rgba(37, 211, 102, 0.6); }
@keyframes heartbeat {
    0% { transform: scale(1); } 15% { transform: scale(1.1); } 30% { transform: scale(1); } 45% { transform: scale(1.1); } 60% { transform: scale(1); }
}

.payment-icons { display: flex; gap: 25px; justify-content: center; flex-wrap: wrap; margin-top: 25px; }
.payment-icons span { display: flex; align-items: center; gap: 8px; font-size: 0.95rem; color: var(--text-muted); }

/* --- MEDIA QUERIES (RESPONSIVE) --- */

/* CORRECCIÓN 1: Menú Hamburguesa en 1450px */
@media (max-width: 1450px) {
    .nav-desktop { display: none; }
    .hamburger { display: block; }
}

@media (max-width: 1024px) {
    .hero h1 { font-size: 3rem; }
    .cinema-grid { grid-template-columns: repeat(2, 1fr); }
    .hero-grid { gap: 30px; }
    .pricing-grid-custom { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {

    /* 1. FIX PERFORMANCE: Desactiva el fondo fijo en móvil para que vuele */
    html, body {
        background-attachment: scroll !important; 
    }

    .section-title { font-size: 2.5rem; margin-bottom: 40px; }
    
    .hero { 
            min-height: auto;      
            padding-top: 40px; 
            padding-bottom: 150px !important; 
            text-align: center; 
            display: block; 
        }
    
    .hero-grid { grid-template-columns: 1fr; }
    .hero-visual { display: none; } 
    
    /* 3. FIX TARJETA MARISOL */
    .presentation-block.glass {
        padding: 0 !important; /* Quitamos padding del contenedor padre para aprovechar espacio */
        overflow: hidden; /* Para que la imagen respete los bordes redondeados */
    }

    .presentation-grid {
        display: flex;
        flex-direction: column-reverse; /* Ponemos la foto ARRIBA del texto si quieres, o déjalo normal, pero ajustamos gaps */
        gap: 0; /* Quitamos hueco entre texto e imagen */
        padding: 0;
    }

    .presentation-text {
        padding: 30px 20px 40px 20px; /* Le damos aire solo al texto */
    }

    .presentation-img-wrapper {
        width: 100%;
        min-height: auto !important; /* IMPORTANTE: Quitamos la altura forzada */
        height: auto;
        border-radius: 0; /* Quitamos borde redondeado interno para que pegue con el borde de la tarjeta */
        margin-top: 0;
        box-shadow: none; /* Quitamos sombra interna para limpiar visualmente */
    }
    
    .presentation-img {
        width: 100%;
        height: auto;
        display: block;
    }

    .nav-desktop { display: none; }
    .hamburger { display: block; }

    /* SCROLLS HORIZONTALES MÓVIL */
    .cinema-grid.mobile-scroll-snap,
    .target-section .grid-audience.mobile-scroll-snap,
    .pricing-grid-custom.mobile-scroll-snap {
        display: flex; overflow-x: auto; gap: 15px; scroll-snap-type: x mandatory; padding-bottom: 30px;
        grid-template-columns: none; margin-left: -15px; width: calc(100% + 30px); padding-left: 15px;
    }
    .cinema-item, .audience-card, .price-card { min-width: 85vw; scroll-snap-align: center; border: none; }
    .tall-item, .wide-item, .community-card, .full-span-card { grid-column: auto; grid-row: auto; max-width: none; width: auto; }
    .cinema-item { height: 450px; }

    .fenix-card { transform: scale(1); }
    .mobile-swipe-hint { display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--pink-hot); margin-bottom: 20px; animation: swipeAnim 2s infinite; font-size: 0.9rem; }

    /* 2. FIX ESPACIOS: Reduce aire entre secciones */
    section {
        padding: 50px 0 !important; /* De 100px bajamos a 50px */
    }
    
    .section-title {
        margin-bottom: 30px; /* Reducimos la separación del título */
        font-size: 2.2rem; /* Un pelín más chico para que no ocupe tanto alto */
    }
    
    .subtitle {
        margin-bottom: 30px; /* Menos espacio debajo de los subtítulos */
    }

    /* FIX AFILIADOS MÓVIL */
    .marquee-wrapper {
        mask-image: none; /* Quitamos el desvanecido lateral en móvil para que se vea todo */
        -webkit-mask-image: none;
        padding: 10px 0;
    }

    .marquee-track {
        animation: none !important; /* APAGAMOS la animación automática */
        display: flex;
        gap: 15px;
        overflow-x: auto; /* Habilitamos scroll manual */
        scroll-snap-type: x mandatory; /* Efecto imán */
        width: 100%; /* Que ocupe el ancho del cel */
        padding-left: 15px; /* Espacio inicial */
        padding-right: 15px;
    }

    .testimonio-img {
        scroll-snap-align: center;
        min-width: 80vw; /* Hacemos las fotos grandes en móvil */
        height: auto; /* Altura automática */
        object-fit: contain;
    }

    .info-grid.mobile-scroll-snap {
        display: flex; /* Forzamos flex en vez de grid */
        overflow-x: auto;
        gap: 15px;
        padding-bottom: 30px;
    }
    
    .info-card {
        min-width: 85vw; /* Que ocupe casi toda la pantalla */
        scroll-snap-align: center;
    }

    /* FIX EVOLUCIÓN MÓVIL: Adiós animación, hola scroll manual */
    .evolution-marquee {
        mask-image: none; /* Quitamos difuminado lateral para ver todo claro */
        -webkit-mask-image: none;
    }

    .evolution-track-auto {
        animation: none !important; /* APAGAMOS la animación que tranca el cel */
        display: flex;
        overflow-x: auto; /* Habilitamos dedo */
        scroll-snap-type: x mandatory; /* Efecto imán */
        gap: 15px;
        width: 100%;
        padding-left: 15px; /* Espacio para que no se corte el borde */
        padding-right: 15px;
    }

    /* 1. FIX TAMAÑO EVOLUCIÓN (Igualar a Afiliados) */
        .evolution-section .evolution-card {
            min-width: 80vw !important; /* Bajamos de 85vw a 80vw para igualar a la sección anterior */
            width: 80vw !important;
            height: auto !important; /* Quitamos la altura fija de 420px */
            padding: 15px !important; /* Reducimos padding interno */
            justify-content: flex-start; /* Que no estire el contenido */
        }

        .evolution-card img {
            height: auto !important; /* Que la imagen no se fuerce a 280px */
            width: 100%;
            aspect-ratio: 9/16; /* Mantiene la proporción de historia de celular */
            object-fit: cover;
            margin-bottom: 10px;
        }

        .evo-footer { font-size: 1.4rem; }

        /* 2. OPTIMIZACIÓN EXTREMA DE RENDIMIENTO (Adiós Lag) */
    
        /* A. Desactivar filtros pesados de fondo (Los mayores culpables) */
        .bg-noise, 
        .orb, 
        .gold-shape, 
        .spotlight { 
            display: none !important; 
        }

        /* B. Congelar animaciones de Texto (Gradiente quieto) */
        /*.text-gradient {
            animation: none !important; 
            background-size: 100% auto; 
        }*/

        /* C. Desactivar auras y brillos en botones (Solución Botón Rosa Limpio) */
            .btn-primary::before,
            .glow-effect::after {
                display: none !important; 
            }

            .float-whatsapp {
                animation: none !important; /* Solo detenemos el movimiento de WhatsApp */
            }

        /* D. Simplificar sombras en tarjetas (Menos cálculo GPU) */
        .glass, .glass-card, .price-card, .evolution-card {
            backdrop-filter: none !important; /* El blur en tiempo real es MUY pesado */
            background: rgba(255, 240, 245, 0.95); /* Color sólido casi opaco en vez de vidrio */
            box-shadow: 0 5px 15px rgba(0,0,0,0.05) !important; /* Sombra simple */
        }
}

@keyframes swipeAnim { 0%, 100% { transform: translateX(0); opacity: 0.5; } 50% { transform: translateX(10px); opacity: 1; } }
.visible { opacity: 1 !important; transform: translateY(0) !important; }