/* LANDING PMP v3 — Capas idénticas al home, paleta azul */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; font-weight: 400; background: #0A0608; color: #D1D1D6; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }

/* HEADER — copiado exacto del home */
.v3-header { position: fixed; top: 0; left: 0; width: 100%; height: 67px; z-index: 1000; background: rgba(10,10,12,0.4); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); border-bottom: 1px solid rgba(255,255,255,0.1); box-shadow: 0 4px 30px rgba(0,0,0,0.25); }
.v3-header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0 48px 0 50px; }
.v3-header__logo { display: flex; align-items: center; }
.v3-header__logo-img { height: 32px; width: auto; }
.v3-header__nav { display: flex; gap: 36px; }
.v3-header__nav a { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.92rem; font-weight: 500; color: #A1A1AA; transition: color 0.3s; }
.v3-header__nav a:hover { color: #FFF; }
.v3-btn-ghost { font-family: 'Inter', sans-serif; font-size: 0.935rem; font-weight: 600; letter-spacing: 0.05em; color: #FFF; padding: 12px 28px; border: none; border-radius: 50px; transition: all 0.4s cubic-bezier(0.4,0,0.2,1); display: inline-block; position: relative; background: transparent; box-shadow: none; z-index: 0; }
.v3-btn-ghost::before { content: ''; position: absolute; inset: 0; border-radius: 50px; padding: 2px; background: linear-gradient(90deg, #8B0000, #FF4500); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; z-index: -1; }
.v3-btn-ghost:hover { transform: translateY(-2px); background: rgba(255,69,0,0.10); box-shadow: 0 0 25px rgba(255,69,0,0.2); }
.v3-header__hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.v3-header__hamburger span { display: block; width: 24px; height: 2px; background: #FFF; border-radius: 2px; transition: all 0.3s; }

/* HERO — Composición por capas */
.lp-hero { position: relative; width: 100%; min-height: 100vh; overflow: hidden; }

/* Capa 1: Cristal — absoluto, cubre todo */
.lp-hero__crystal { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; pointer-events: none; overflow: hidden; }
.lp-hero__crystal-img { position: absolute; width: 100%; height: auto; bottom: 0; right: -150px; filter: contrast(1.15) saturate(1.3) brightness(1.05); -webkit-mask-image: linear-gradient(to right, transparent 0%, black 35%), linear-gradient(to top, transparent 0%, black 15%); -webkit-mask-composite: destination-in; mask-image: linear-gradient(to right, transparent 0%, black 35%), linear-gradient(to top, transparent 0%, black 15%); mask-composite: intersect; }

/* Capa 2: Aura azul zafiro */
.lp-hero__aura { position: absolute; top: 45%; right: 25%; transform: translate(0,-50%); width: 450px; height: 450px; background: #001A80; border-radius: 50%; filter: blur(180px); opacity: 0.25; z-index: 2; pointer-events: none; }

/* Capa 3: Velo legibilidad izq→der */
.lp-hero__veil { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to right, rgba(10,6,8,1) 0%, rgba(10,6,8,1) 18%, rgba(10,6,8,0.7) 32%, transparent 48%); z-index: 3; pointer-events: none; }

/* Capa 4: Texto flotante */
.lp-hero__text { position: relative; z-index: 10; width: 55%; margin: 0; padding: 90px 0 40px 48px; display: flex; flex-direction: column; justify-content: center; min-height: 100vh; }

/* Eyebrow */
.lp-hero__eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,77,0,0.15); border: 1px solid rgba(255,77,0,0.35); border-radius: 100px; padding: 8px 18px; margin-bottom: 20px; align-self: flex-start; }
.lp-hero__eyebrow-dot { width: 6px; height: 6px; background: #FF4D00; border-radius: 50%; animation: lpPulse 2s ease-in-out infinite; }
@keyframes lpPulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.4;transform:scale(0.8)} }
.lp-hero__eyebrow-text { font-family: 'Inter', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 0.5px; color: #FF4D00; }

/* Headline */
.lp-hero__headline { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 60px; line-height: 1.12; letter-spacing: -0.05em; color: #FFF; margin-bottom: 16px; }
.lp-hero__tagline { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 20px; line-height: 1.25; letter-spacing: -0.02em; color: #FFF; margin-bottom: 38px; }
.lp-hero__tagline-accent { color: #FF4D00; }
.lp-hero__subheadline { font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 400; line-height: 1.5; color: rgba(255,255,255,0.65); margin-top: 16px; margin-bottom: 40px; }

/* Form — Glassmorphism */
@keyframes lpFormGlow { 0%,100% { box-shadow: 0 0 40px rgba(0,71,255,0.28), 0 0 80px rgba(0,71,255,0.12); } 33% { box-shadow: 0 0 40px rgba(0,130,255,0.32), 0 0 80px rgba(0,180,255,0.14); } 66% { box-shadow: 0 0 40px rgba(0,200,255,0.28), 0 0 80px rgba(0,150,220,0.12); } }
.lp-form { background: rgba(255,255,255,0.08); border: 1px solid rgba(100,180,255,0.25); border-radius: 20px; padding: 14px 24px 16px; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); max-width: 589px; width: 100%; align-self: center; margin-top: 30px; animation: lpFormGlow 6s ease-in-out infinite; }
.lp-form__title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; font-weight: 700; color: #FFF; margin-bottom: 8px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,0.1); line-height: 1.4; text-align: center; }
.lp-form__title-label { font-size: 12px; }
.lp-form__title-accent { color: #FF4D00; }
.lp-form__fields { display: flex; flex-direction: column; gap: 8px; margin-bottom: 6px; max-width: 90%; margin-left: auto; margin-right: auto; margin-top: 12px; }
.lp-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.lp-form__phone-group { display: flex; gap: 0; }
.lp-form__country-selector { position: relative; }
.lp-form__country-btn { display: flex; align-items: center; gap: 4px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-right: none; border-radius: 8px 0 0 8px; padding: 10px 10px; cursor: pointer; white-space: nowrap; height: 100%; }
.lp-form__country-flag { font-size: 18px; line-height: 1; }
.lp-form__country-code { font-family: 'Inter', sans-serif; font-size: 11px; color: #FFF; }
.lp-form__country-arrow { font-size: 10px; color: rgba(255,255,255,0.5); }
.lp-form__country-dropdown { display: none; position: absolute; top: 100%; left: 0; min-width: 280px; max-height: 260px; background: rgba(20,16,18,0.97); border: 1px solid rgba(255,255,255,0.15); border-radius: 12px; overflow: hidden; z-index: 100; margin-top: 4px; box-shadow: 0 12px 40px rgba(0,0,0,0.5); }
.lp-form__country-dropdown.active { display: block; }
.lp-form__country-search { width: 100%; background: rgba(255,255,255,0.06); border: none; border-bottom: 1px solid rgba(255,255,255,0.1); padding: 12px 14px; font-family: 'Inter', sans-serif; font-size: 14px; color: #FFF; outline: none; }
.lp-form__country-search::placeholder { color: rgba(255,255,255,0.35); }
.lp-form__country-list { list-style: none; padding: 0; margin: 0; max-height: 200px; overflow-y: auto; }
.lp-form__country-list li { display: flex; align-items: center; gap: 10px; padding: 10px 14px; cursor: pointer; font-family: 'Inter', sans-serif; font-size: 13px; color: rgba(255,255,255,0.8); transition: background 0.15s; }
.lp-form__country-list li:hover { background: rgba(255,255,255,0.08); }
.lp-form__country-list li .flag { font-size: 18px; }
.lp-form__country-list li .code { color: rgba(255,255,255,0.5); margin-left: auto; }
.lp-form__input--phone { border-radius: 0 8px 8px 0; }
.lp-form__input { width: 100%; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.20); border-radius: 8px; padding: 10px 12px; font-family: 'Inter', sans-serif; font-size: 13px; color: #FFF; outline: none; transition: border-color 0.2s; }
.lp-form__input::placeholder { color: rgba(255,255,255,0.50); }
.lp-form__input:focus { border-color: #0066FF; }
.lp-form__submit { width: auto; display: block; margin-left: auto; margin-right: auto; font-family: 'Inter', sans-serif; font-weight: 500; font-size: 14px; text-transform: uppercase; letter-spacing: 0.13em; color: #FFF; padding: 11px 32px; background: linear-gradient(90deg, #8B0000, #FF4500); border: 1px solid rgba(255,120,50,0.3); border-radius: 50px; box-shadow: 0 0 40px rgba(255,69,0,0.45), 0 0 100px rgba(139,0,0,0.35); cursor: pointer; transition: all 0.4s cubic-bezier(0.4,0,0.2,1); margin-top: 14px; margin-bottom: 6px; }
.lp-form__submit:hover { transform: translateY(-3px); box-shadow: 0 0 50px rgba(255,69,0,0.55), 0 0 120px rgba(139,0,0,0.45); }
.lp-form__microcopy { text-align: center; font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 400; color: rgba(255,255,255,0.45); margin-top: 8px; }

/* Testimonial — glassmorphism flotando sobre cristal */
.lp-hero__testimonial { display: none; }
.lp-hero__testimonial-avatar { width: 42px; height: 42px; border-radius: 50%; background: rgba(0,71,255,0.2); border: 1px solid rgba(0,71,255,0.35); display: flex; align-items: center; justify-content: center; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; font-weight: 800; color: rgba(255,255,255,0.7); flex-shrink: 0; }
.lp-hero__testimonial-body { display: flex; flex-direction: column; gap: 6px; }
.lp-hero__testimonial-text { font-family: 'Inter', sans-serif; font-size: 13px; line-height: 1.55; color: #FFF; }
.lp-hero__testimonial-author { font-family: 'Inter', sans-serif; font-size: 11px; color: rgba(255,255,255,0.50); }
.lp-hero__testimonial-stars { color: #FF4D00; font-size: 12px; letter-spacing: 2px; }

/* Chat IA */
.lp-chat { position: fixed; bottom: 24px; right: 24px; z-index: 900; }
.lp-chat__btn { width: 56px; height: 56px; border-radius: 50%; background: #0047FF; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 32px rgba(0,71,255,0.35); position: relative; transition: transform 0.2s; }
.lp-chat__btn:hover { transform: scale(1.06); }
.lp-chat__btn-icon { font-size: 22px; color: #FFF; }
.lp-chat__status { position: absolute; top: 2px; right: 2px; width: 10px; height: 10px; background: #22C55E; border-radius: 50%; border: 2px solid #0047FF; animation: lpPulse 2s ease-in-out infinite; }
.lp-chat__label { font-family: 'Inter', sans-serif; font-size: 9px; font-weight: 700; color: rgba(255,255,255,0.5); text-align: center; margin-top: 6px; }

/* Utility */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Logo carousel */
.v3-logos { position: relative; z-index: 4; background: #050505; padding: 0; text-align: center; margin-top: -1px; }
.v3-logos__glass { position: relative; background: rgba(255,255,255,0.04); border-top: 1px solid rgba(255,255,255,0.08); border-bottom: 1px solid rgba(255,255,255,0.08); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); padding: 40px 0; overflow: hidden; }
.v3-logos__track { display: flex; align-items: center; gap: 80px; flex-wrap: nowrap; animation: v3-logo-scroll 40s linear infinite; width: max-content; }
.v3-logos__track:hover { animation-play-state: paused; }
@keyframes v3-logo-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.v3-logos__track img { height: 36px; width: auto; flex-shrink: 0; filter: brightness(0) invert(1); opacity: 0.7; }
.v3-bento__tagline { font-family: 'Inter', sans-serif; font-weight: 400; font-size: 13px; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.5); max-width: 700px; margin: 0 auto 0; padding-top: 50px; padding-bottom: 60px; line-height: 1.6; text-align: center; position: relative; z-index: 5; }

/* ============================================================
   AURORA — Fondo unificado serpentino post-hero
   ============================================================ */
.lp-aurora-wrap { position: relative; background: #050505; overflow: hidden; }
.lp-aurora { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }
.lp-aurora__orb { position: absolute; border-radius: 50%; filter: blur(200px); }
.lp-aurora__orb--1 { width: 700px; height: 700px; background: rgba(0,26,128,0.24); top: 3%;  left: -8%; }
.lp-aurora__orb--2 { width: 750px; height: 750px; background: rgba(0,40,180,0.20); top: 28%; right: -10%; }
.lp-aurora__orb--3 { width: 650px; height: 650px; background: rgba(0,26,128,0.22); top: 54%; left: 5%; }
.lp-aurora__orb--4 { width: 700px; height: 700px; background: rgba(0,40,180,0.18); top: 78%; right: -5%; }

/* ============================================================
   ZONA 2 — EL PROBLEMA
   ============================================================ */
.lp-problem { position: relative; z-index: 1; background: transparent; padding: 80px 48px; }
.lp-problem__inner { max-width: 960px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; }

/* Eyebrow */
.lp-problem__eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,77,0,0.12); border: 1px solid rgba(255,77,0,0.35); border-radius: 20px; padding: 5px 14px; margin-bottom: 28px; }
.lp-problem__eyebrow-dot { width: 6px; height: 6px; background: #FF4D00; border-radius: 50%; animation: lpPulse 2s ease-in-out infinite; }
.lp-problem__eyebrow-text { font-family: 'Inter', sans-serif; font-size: 14.5px; font-weight: 700; letter-spacing: 0.5px; color: #FF4D00; }

/* Headline */
.lp-problem__headline { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 34px; line-height: 1.25; color: #FFFFFF; text-align: center; margin-bottom: 16px; max-width: 820px; }
.lp-problem__subline { font-family: 'Inter', sans-serif; font-weight: 400; font-size: 20px; line-height: 1.5; color: rgba(255,255,255,0.70); text-align: center; max-width: 680px; }

/* Cards grid */
.lp-problem__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 64px; width: 100%; }
.lp-problem__card { background: rgba(255,255,255,0.06); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.12); border-radius: 18px; overflow: hidden; }
.lp-problem__card-banner { height: 160px; position: relative; overflow: hidden; }
.lp-problem__card-banner::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 40px; background: linear-gradient(to top, rgba(255,255,255,0.06) 0%, transparent 100%); pointer-events: none; }
.lp-problem__card-banner-img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.lp-problem__card-body { padding: 24px 28px 28px; }
.lp-problem__card-title { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 16px; color: #FFFFFF; margin-bottom: 12px; }
.lp-problem__card-text { font-family: 'Inter', sans-serif; font-size: 14px; line-height: 1.75; color: rgba(255,255,255,0.65); margin-bottom: 16px; }
.lp-problem__card-close { font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 600; color: rgba(255,255,255,0.90); line-height: 1.5; }

/* CTA card */
.lp-problem__cta-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-radius: 18px; padding: 32px 48px; text-align: center; margin-top: 32px; width: 100%; }
.lp-problem__cta-line1 { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 20px; color: #FFFFFF; margin-bottom: 8px; }
.lp-problem__cta-line2 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 18px; color: rgba(255,255,255,0.75); }

/* ============================================================
   ZONA 3 — LA SOLUCIÓN
   ============================================================ */
.lp-solution { position: relative; z-index: 1; background: transparent; padding: 100px 48px 80px; }
.lp-solution__inner { max-width: 960px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; }

/* Eyebrow */
.lp-solution__eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,77,0,0.12); border: 1px solid rgba(255,77,0,0.35); border-radius: 20px; padding: 5px 14px; margin-bottom: 28px; }
.lp-solution__eyebrow-dot { width: 6px; height: 6px; background: #FF4D00; border-radius: 50%; animation: lpPulse 2s ease-in-out infinite; }
.lp-solution__eyebrow-text { font-family: 'Inter', sans-serif; font-size: 14.5px; font-weight: 700; letter-spacing: 0.5px; color: #FF4D00; }

/* Headline */
.lp-solution__headline { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 34px; line-height: 1.25; color: #FFFFFF; text-align: center; margin-bottom: 16px; max-width: 820px; }
.lp-solution__subline { font-family: 'Inter', sans-serif; font-weight: 400; font-size: 20px; line-height: 1.5; color: rgba(255,255,255,0.70); text-align: center; max-width: 680px; }

/* Bento grid */
.lp-solution__grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 20px; margin-top: 64px; width: 100%; }

/* Cards */
.lp-solution__card { background: rgba(255,255,255,0.06); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.12); border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease, background 0.4s ease; }
.lp-solution__card:hover { background: rgba(255,255,255,0.09); border-color: rgba(0,120,255,0.30); transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,71,255,0.12), 0 0 30px rgba(0,71,255,0.06); }
.lp-solution__card--tall { grid-row: span 2; }
.lp-solution__card-img { position: relative; overflow: hidden; height: 160px; }
.lp-solution__card-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; animation: lpKenBurns 18s ease-in-out infinite alternate; }
.lp-solution__card:hover .lp-solution__card-img img { animation-play-state: paused; transform: scale(1.05); transition: transform 0.6s ease; }
@keyframes lpKenBurns { 0% { transform: scale(1) translate(0,0); } 50% { transform: scale(1.08) translate(-1%,-1%); } 100% { transform: scale(1.04) translate(1%,0.5%); } }
.lp-solution__card-img--tall { flex: 1; height: auto; min-height: 0; }
.lp-solution__card-img--tall img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; animation-duration: 24s; }
.lp-solution__card-body { padding: 20px 24px 24px; }
.lp-solution__card-title { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 18px; color: #FFFFFF; margin-bottom: 8px; }
.lp-solution__card-text { font-family: 'Inter', sans-serif; font-size: 14px; line-height: 1.75; color: rgba(255,255,255,0.70); }

/* CTA card */
.lp-solution__cta-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-radius: 18px; padding: 32px 48px; text-align: center; margin-top: 32px; width: 100%; }
.lp-solution__cta-line1 { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 20px; color: #FFFFFF; margin-bottom: 8px; }
.lp-solution__cta-line2 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 18px; color: rgba(255,255,255,0.75); }

/* ============================================================
   ZONA 4 — EL CURSO
   ============================================================ */
.lp-course { position: relative; z-index: 1; background: transparent; padding: 100px 60px 80px; }
.lp-course__inner { max-width: 960px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; }

/* Eyebrow */
.lp-course__eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,77,0,0.12); border: 1px solid rgba(255,77,0,0.35); border-radius: 20px; padding: 6px 16px; margin-bottom: 24px; }
.lp-course__eyebrow-dot { width: 6px; height: 6px; background: #FF4D00; border-radius: 50%; animation: lpPulse 2s ease-in-out infinite; }
.lp-course__eyebrow-text { font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #FF4D00; }

/* Headline */
.lp-course__headline { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 36px; line-height: 1.25; color: #FFFFFF; text-align: center; max-width: 780px; margin: 0 auto 12px; }
.lp-course__subline { font-family: 'Inter', sans-serif; font-weight: 400; font-size: 20px; line-height: 1.5; color: rgba(255,255,255,0.80); text-align: center; max-width: 680px; margin-bottom: 40px; }

/* 4 píldoras */
.lp-course__pills { display: flex; justify-content: center; align-items: center; gap: 16px; margin-bottom: 32px; flex-wrap: wrap; }
.lp-course__pill { background: rgba(255,255,255,0.04); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.10); border-radius: 12px; padding: 16px 24px; text-align: center; min-width: 140px; }
.lp-course__pill-num { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 22px; font-weight: 800; color: #FFFFFF; display: block; margin-bottom: 4px; }
.lp-course__pill-label { font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 500; color: rgba(255,255,255,0.50); text-transform: uppercase; letter-spacing: 1px; }
.lp-course__pill--hero { background: rgba(255,77,0,0.15); border: 1px solid rgba(255,77,0,0.40); padding: 20px 32px; min-width: 160px; transform: scale(1.08); box-shadow: 0 0 30px rgba(255,77,0,0.15); }
.lp-course__pill--hero .lp-course__pill-num { font-size: 32px; font-weight: 900; color: #FF4D00; }
.lp-course__pill--hero .lp-course__pill-label { font-weight: 700; color: rgba(255,255,255,0.70); }

/* Dirigido a */
.lp-course__audience { background: rgba(255,255,255,0.04); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 20px 32px; text-align: center; margin-bottom: 48px; max-width: 780px; }
.lp-course__audience p { font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 400; color: rgba(255,255,255,0.65); line-height: 1.65; }
.lp-course__audience strong { color: #FFFFFF; font-weight: 600; }

/* Separador dominios */
.lp-course__separator { text-align: center; margin-bottom: 24px; width: 100%; }
.lp-course__separator-line { border: none; border-top: 1px solid rgba(255,255,255,0.08); margin-bottom: 16px; }
.lp-course__separator-label { font-family: 'Inter', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,0.25); }

/* 3 bloques temáticos */
.lp-course__domains { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; margin-bottom: 48px; width: 100%; }
.lp-course__domain { background: rgba(255,255,255,0.04); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.08); border-radius: 18px; overflow: hidden; }
.lp-course__domain-header { padding: 16px 24px; border-bottom: 1px solid rgba(255,255,255,0.06); display: flex; align-items: center; justify-content: space-between; }
.lp-course__domain-name { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; font-weight: 700; color: #FFFFFF; }
.lp-course__domain-badge { font-family: 'Inter', sans-serif; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 20px; padding: 3px 10px; font-size: 12px; font-weight: 700; color: rgba(255,255,255,0.70); }
.lp-course__domain-body { padding: 0 24px 24px; }
.lp-course__domain-icon { width: 44px; height: 44px; background: rgba(255,77,0,0.10); border: 1px solid rgba(255,77,0,0.25); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin: 20px 0 12px; }
.lp-course__domain-text { font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 400; color: rgba(255,255,255,0.65); line-height: 1.75; }

/* Dominio protagonista — Procesos 50% */
.lp-course__domain--hero { background: rgba(255,77,0,0.06); border: 1px solid rgba(255,77,0,0.25); }
.lp-course__domain--hero .lp-course__domain-header { background: rgba(255,77,0,0.10); border-bottom: 1px solid rgba(255,77,0,0.20); }
.lp-course__domain--hero .lp-course__domain-badge { background: rgba(255,77,0,0.20); border: 1px solid rgba(255,77,0,0.40); color: #FF4D00; font-size: 14px; font-weight: 800; }
.lp-course__domain--hero .lp-course__domain-icon { background: rgba(255,77,0,0.15); border: 1px solid rgba(255,77,0,0.35); }

/* CTA */
.lp-course__cta { display: block; width: fit-content; margin: 0 auto; background: transparent; border: 1px solid rgba(255,255,255,0.25); border-radius: 10px; padding: 16px 40px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15px; font-weight: 700; color: #FFFFFF; letter-spacing: 0.3px; cursor: pointer; transition: all 0.2s ease; text-decoration: none; text-align: center; }
.lp-course__cta:hover { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.40); }
.lp-course__cta-arrow { color: #FF4D00; margin-left: 8px; }

/* ============================================================
   ZONA 5 — PRUEBA SOCIAL
   ============================================================ */
.lp-proof { position: relative; z-index: 1; background: transparent; padding: 100px 60px 80px; }
.lp-proof__inner { max-width: 960px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; }

/* Eyebrow */
.lp-proof__eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,77,0,0.12); border: 1px solid rgba(255,77,0,0.35); border-radius: 20px; padding: 6px 16px; margin-bottom: 24px; }
.lp-proof__eyebrow-dot { width: 6px; height: 6px; background: #FF4D00; border-radius: 50%; animation: lpPulse 2s ease-in-out infinite; }
.lp-proof__eyebrow-text { font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #FF4D00; }

/* Headline */
.lp-proof__headline { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 42px; line-height: 1.2; color: #FFFFFF; text-align: center; max-width: 760px; margin: 0 auto 12px; }
.lp-proof__headline2 { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 38px; line-height: 1.2; color: rgba(255,255,255,0.80); text-align: center; max-width: 760px; margin: 0 auto 12px; }

/* Subheadline */
.lp-proof__sub { font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 400; color: rgba(255,255,255,0.55); text-align: center; max-width: 580px; margin: 0 auto 48px; line-height: 1.65; }

/* Separador */
.lp-proof__sep { border: none; border-top: 1px solid rgba(255,255,255,0.08); max-width: 680px; width: 100%; margin: 0 auto 40px; }

/* 3 números de impacto */
.lp-proof__stats { display: flex; justify-content: center; align-items: center; gap: 20px; margin-bottom: 60px; flex-wrap: wrap; }
.lp-proof__stat { background: rgba(255,255,255,0.04); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 28px 32px; text-align: center; min-width: 200px; }
.lp-proof__stat-num { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 36px; font-weight: 900; color: #FFFFFF; display: block; margin-bottom: 8px; letter-spacing: -1px; }
.lp-proof__stat-desc { font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 500; color: rgba(255,255,255,0.50); text-transform: uppercase; letter-spacing: 1px; display: block; }
.lp-proof__stat-desc2 { font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 500; color: rgba(255,255,255,0.35); text-transform: uppercase; letter-spacing: 1px; display: block; }

/* Stat protagonista — +640.000 */
.lp-proof__stat--hero { background: rgba(255,77,0,0.08); border: 1px solid rgba(255,77,0,0.35); padding: 36px 40px; min-width: 220px; transform: scale(1.06); box-shadow: 0 0 40px rgba(255,77,0,0.12); }
.lp-proof__stat--hero .lp-proof__stat-num { font-size: 48px; color: #FF4D00; letter-spacing: -2px; }
.lp-proof__stat--hero .lp-proof__stat-desc { font-weight: 600; color: rgba(255,255,255,0.65); }

/* Separador testimonios */
.lp-proof__sep-label { text-align: center; margin: 0 auto 32px; width: 100%; }
.lp-proof__sep-label span { font-family: 'Inter', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,0.20); display: block; margin-bottom: 16px; }
.lp-proof__sep-label hr { border: none; border-top: 1px solid rgba(255,255,255,0.06); max-width: 560px; margin: 0 auto; }

/* 3 testimonios */
.lp-proof__testimonials { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; margin-bottom: 48px; width: 100%; }
.lp-proof__testimonial { background: rgba(255,255,255,0.04); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.08); border-radius: 18px; padding: 28px; display: flex; flex-direction: column; min-height: 260px; }
.lp-proof__quote { font-family: Georgia, serif; font-size: 64px; font-weight: 900; color: rgba(255,77,0,0.25); line-height: 0.8; margin-bottom: 16px; display: block; }
.lp-proof__ttext { font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 400; color: rgba(255,255,255,0.75); line-height: 1.75; margin-bottom: 20px; flex: 1; }
.lp-proof__ttext strong { color: #FFFFFF; font-weight: 600; }
.lp-proof__stars { color: #FF4D00; font-size: 14px; letter-spacing: 2px; margin-bottom: 20px; display: block; }
.lp-proof__tsep { border: none; border-top: 1px solid rgba(255,255,255,0.06); margin-bottom: 16px; }

/* Autor */
.lp-proof__author { display: flex; align-items: center; gap: 12px; }
.lp-proof__avatar { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,77,0,0.15); border: 1px solid rgba(255,77,0,0.30); display: flex; align-items: center; justify-content: center; font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 700; color: #FF4D00; flex-shrink: 0; }
.lp-proof__author-name { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; font-weight: 700; color: #FFFFFF; display: block; margin-bottom: 2px; }
.lp-proof__author-role { font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 400; color: rgba(255,255,255,0.40); display: block; }

/* Card de cierre */
.lp-proof__close-card { background: rgba(255,255,255,0.03); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.08); border-radius: 18px; padding: 40px 60px; text-align: center; max-width: 780px; margin: 0 auto; }
.lp-proof__close-h { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 22px; font-weight: 800; color: #FFFFFF; margin-bottom: 12px; display: block; }
.lp-proof__close-t1 { font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 400; color: rgba(255,255,255,0.65); line-height: 1.65; display: block; margin-bottom: 4px; }
.lp-proof__close-t2 { font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 600; color: rgba(255,255,255,0.90); display: block; }

/* Exit zone — transición azul→negro */
.lp-exit-zone { height: 120px; position: relative; z-index: 1; background: linear-gradient(to bottom, transparent 0%, #050505 100%); }

/* Footer */
.v3-footer { border-top: 1px solid rgba(255,255,255,0.06); padding: 40px 48px; background: #050505; position: relative; z-index: 1; }
.v3-footer__inner { max-width: 1280px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.v3-footer__logo { display: flex; align-items: center; }
.v3-footer__logo-img { height: 28px; width: auto; }
.v3-footer__links { display: flex; gap: 24px; }
.v3-footer__links a { font-family: 'Inter', sans-serif; font-size: 0.82rem; font-weight: 400; color: #A1A1AA; transition: color 0.3s ease; }
.v3-footer__links a:hover { color: #FFFFFF; }
.v3-footer__copy { font-family: 'Inter', sans-serif; font-size: 0.78rem; color: #52525B; }
.v3-footer__social { display: flex; gap: 16px; align-items: center; }
.v3-footer__social a { color: rgba(255,255,255,0.35); transition: color 0.3s ease; display: flex; align-items: center; }
.v3-footer__social a:hover { color: #FFFFFF; }

/* Share buttons (after testimonials) */
.lp-share { text-align: center; margin-top: 48px; }
.lp-share__label { font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.50); display: block; margin-bottom: 16px; }
.lp-share__buttons { display: flex; gap: 12px; justify-content: center; }
.lp-share__btn { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,0.10); background: rgba(255,255,255,0.04); color: rgba(255,255,255,0.50); transition: all 0.3s ease; text-decoration: none; }
.lp-share__btn:hover { background: rgba(255,255,255,0.08); color: #FFFFFF; transform: translateY(-2px); }
.lp-share__btn--wa:hover { color: #25D366; border-color: rgba(37,211,102,0.3); }
.lp-share__btn--li:hover { color: #0A66C2; border-color: rgba(10,102,194,0.3); }
.lp-share__btn--fb:hover { color: #1877F2; border-color: rgba(24,119,242,0.3); }
.lp-share__btn--tw:hover { color: #FFFFFF; border-color: rgba(255,255,255,0.3); }

/* ============================================================
   RESPONSIVE — 4 breakpoints (mismo esquema que home)
   Desktop  ≥1281px  (estilos base arriba)
   Laptop   ≤1280px
   Tablet   ≤1024px
   Mobile   ≤768px
   Small    ≤480px
   ============================================================ */

/* ── LAPTOP ≤1280px ── */
@media (max-width: 1280px) {
  /* Hero */
  .lp-hero__text { width: 58%; padding-left: 40px; }
  .lp-hero__headline { font-size: 48px; }
  .lp-hero__tagline { font-size: 18px; }
  .lp-form { max-width: 520px; }

  /* Sections — slightly tighter padding */
  .lp-problem { padding: 70px 40px; }
  .lp-solution { padding: 80px 40px 70px; }
  .lp-course { padding: 80px 40px 70px; }
  .lp-proof { padding: 80px 40px 70px; }

  /* Zona 2 */
  .lp-problem__headline { font-size: 32px; }
  .lp-problem__subline { font-size: 18px; }

  /* Zona 3 */
  .lp-solution__headline { font-size: 32px; }
  .lp-solution__subline { font-size: 18px; }

  /* Zona 4 */
  .lp-course__headline { font-size: 34px; }
  .lp-course__subline { font-size: 18px; }

  /* Zona 5 */
  .lp-proof__headline { font-size: 38px; }
  .lp-proof__headline2 { font-size: 34px; }
}

/* ── TABLET ≤1024px ── */
@media (max-width: 1024px) {
  /* Hero */
  .lp-hero__text { width: 65%; padding: 90px 0 40px 36px; }
  .lp-hero__headline { font-size: 40px; }
  .lp-hero__tagline { font-size: 17px; }
  .lp-hero__aura { width: 350px; height: 350px; }
  .lp-hero__crystal-img { width: 95%; }
  .lp-form { max-width: 480px; padding: 12px 20px 14px; }
  .lp-form__input { padding: 9px 11px; font-size: 12px; }
  .lp-form__submit { font-size: 13px; padding: 10px 28px; }

  /* Sections */
  .lp-problem { padding: 60px 32px; }
  .lp-solution { padding: 70px 32px 60px; }
  .lp-course { padding: 70px 32px 60px; }
  .lp-proof { padding: 70px 32px 60px; }

  /* Zona 2 */
  .lp-problem__headline { font-size: 30px; }
  .lp-problem__subline { font-size: 17px; }
  .lp-problem__cards { gap: 16px; margin-top: 48px; }
  .lp-problem__card-body { padding: 20px 22px 24px; }
  .lp-problem__card-banner { height: 140px; }

  /* Zona 3 */
  .lp-solution__headline { font-size: 30px; }
  .lp-solution__subline { font-size: 17px; }
  .lp-solution__grid { gap: 16px; margin-top: 48px; }
  .lp-solution__card-img { height: 140px; }
  .lp-solution__card-body { padding: 18px 20px 22px; }
  .lp-solution__card-title { font-size: 16px; }
  .lp-solution__card-text { font-size: 13px; }

  /* Zona 4 */
  .lp-course__headline { font-size: 30px; }
  .lp-course__subline { font-size: 17px; }
  .lp-course__pills { gap: 14px; }
  .lp-course__pill { min-width: 130px; padding: 14px 20px; }
  .lp-course__pill-num { font-size: 20px; }
  .lp-course__pill--hero { min-width: 150px; padding: 18px 28px; }
  .lp-course__pill--hero .lp-course__pill-num { font-size: 28px; }
  .lp-course__domains { grid-template-columns: 1fr 1fr 1fr; gap: 16px; }
  .lp-course__domain-text { font-size: 13px; }
  .lp-course__audience { padding: 18px 28px; }
  .lp-course__audience p { font-size: 14px; }

  /* Zona 5 */
  .lp-proof__headline { font-size: 34px; }
  .lp-proof__headline2 { font-size: 30px; }
  .lp-proof__stats { gap: 16px; }
  .lp-proof__stat { min-width: 180px; padding: 24px 28px; }
  .lp-proof__stat-num { font-size: 32px; }
  .lp-proof__stat--hero { min-width: 200px; padding: 30px 36px; }
  .lp-proof__stat--hero .lp-proof__stat-num { font-size: 42px; }
  .lp-proof__testimonials { grid-template-columns: 1fr 1fr 1fr; gap: 16px; }
  .lp-proof__testimonial { padding: 24px; min-height: 240px; }
  .lp-proof__ttext { font-size: 14px; }
  .lp-proof__close-card { padding: 32px 40px; }

  /* Logos */
  .v3-logos__track { gap: 60px; }
  .v3-logos__track img { height: 30px; }
  .v3-logos__glass { padding: 32px 0; }
  .v3-bento__tagline { font-size: 12px; padding-top: 40px; padding-bottom: 48px; }

  /* Aurora orbs — slightly smaller */
  .lp-aurora__orb--1 { width: 550px; height: 550px; }
  .lp-aurora__orb--2 { width: 600px; height: 600px; }
  .lp-aurora__orb--3 { width: 500px; height: 500px; }
  .lp-aurora__orb--4 { width: 550px; height: 550px; }

  /* Footer */
  .v3-footer { padding: 32px 24px; }
}

/* ── MOBILE ≤768px ── */
@media (max-width: 768px) {
  /* Header — hamburger menu */
  .v3-header__nav,
  .v3-header__actions {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 67px;
    left: 0;
    width: 100%;
    background: rgba(10,6,8,0.97);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    padding: 24px;
    gap: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }
  .v3-header__nav.active,
  .v3-header__actions.active { display: flex; }
  .v3-header__hamburger { display: flex; }
  .v3-header__inner { padding: 0 20px; }
  .v3-header__logo-img { height: 22px; }

  /* Hero — Crystal behind text, full width */
  .lp-hero { min-height: auto; }
  .lp-hero__text {
    width: 100%;
    padding: 100px 24px 40px;
    min-height: auto;
    text-align: left;
  }
  .lp-hero__headline {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
    line-height: 1.15;
  }
  .lp-hero__tagline {
    font-size: clamp(0.95rem, 3.8vw, 1.25rem);
    margin-bottom: 28px;
  }
  .lp-hero__tagline br { display: none; }
  .lp-hero__subheadline { max-width: 100%; font-size: 14px; margin-bottom: 24px; }
  .lp-hero__crystal-img {
    width: 140%;
    height: auto;
    right: auto;
    left: 50%;
    bottom: auto;
    top: 67px;
    transform: translateX(-50%);
    filter: contrast(1.15) saturate(1.3) brightness(0.7);
  }
  .lp-hero__veil {
    background: linear-gradient(to bottom,
      rgba(10,6,8,0.92) 0%,
      rgba(10,6,8,0.55) 35%,
      rgba(10,6,8,0.45) 55%,
      rgba(10,6,8,0.88) 100%);
  }
  .lp-hero__aura {
    width: 280px; height: 280px;
    right: 50%; top: 45%;
    transform: translate(50%, -50%);
    opacity: 0.3;
  }
  .lp-hero__eyebrow { padding: 6px 14px; margin-bottom: 16px; }
  .lp-hero__eyebrow-text { font-size: 8.5px; letter-spacing: 0.3px; }

  /* Form — full-width, single column */
  .lp-form {
    max-width: 100%;
    padding: 14px 20px 16px;
    margin-top: 20px;
    border-radius: 16px;
  }
  .lp-form__fields { max-width: 100%; }
  .lp-form__row { grid-template-columns: 1fr; }
  .lp-form__title { font-size: 13px; }
  .lp-form__title-label { font-size: 11px; }
  .lp-form__input { padding: 10px 12px; font-size: 13px; }
  .lp-form__submit { font-size: 13px; padding: 11px 28px; margin-top: 10px; }
  .lp-form__microcopy { font-size: 10px; }

  /* Logos */
  .v3-logos__track { gap: 50px; }
  .v3-logos__track img { height: 26px; }
  .v3-logos__glass { padding: 24px 0; }
  .v3-bento__tagline { font-size: 10px; padding-top: 32px; padding-bottom: 36px; }

  /* Aurora orbs — smaller for mobile */
  .lp-aurora__orb--1 { width: 400px; height: 400px; left: -20%; }
  .lp-aurora__orb--2 { width: 420px; height: 420px; right: -20%; }
  .lp-aurora__orb--3 { width: 380px; height: 380px; left: -10%; }
  .lp-aurora__orb--4 { width: 400px; height: 400px; right: -15%; }

  /* ── Zona 2: El Problema ── */
  .lp-problem { padding: 50px 24px; }
  .lp-problem__eyebrow { padding: 4px 12px; margin-bottom: 20px; }
  .lp-problem__eyebrow-text { font-size: 12px; }
  .lp-problem__headline { font-size: 24px; }
  .lp-problem__subline { font-size: 15px; }
  .lp-problem__cards { grid-template-columns: 1fr; gap: 16px; margin-top: 36px; }
  .lp-problem__card { border-radius: 14px; }
  .lp-problem__card-banner { height: 140px; }
  .lp-problem__card-body { padding: 18px 20px 22px; }
  .lp-problem__card-title { font-size: 15px; }
  .lp-problem__card-text { font-size: 13px; line-height: 1.65; }
  .lp-problem__card-close { font-size: 13px; }
  .lp-problem__cta-card { padding: 24px 20px; border-radius: 14px; margin-top: 24px; }
  .lp-problem__cta-line1 { font-size: 16px; }
  .lp-problem__cta-line2 { font-size: 14px; }

  /* ── Zona 3: La Solución ── */
  .lp-solution { padding: 50px 24px; }
  .lp-solution__eyebrow { padding: 4px 12px; margin-bottom: 20px; }
  .lp-solution__eyebrow-text { font-size: 12px; }
  .lp-solution__headline { font-size: 24px; }
  .lp-solution__subline { font-size: 15px; }
  .lp-solution__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 16px;
    margin-top: 36px;
  }
  .lp-solution__card { border-radius: 14px; }
  .lp-solution__card--tall { grid-row: span 1; }
  .lp-solution__card-img { height: 180px; }
  .lp-solution__card-img--tall { height: 220px; flex: none; }
  .lp-solution__card-img--tall img { position: absolute; top: 0; left: 0; }
  .lp-solution__card-body { padding: 18px 20px 22px; }
  .lp-solution__card-title { font-size: 16px; }
  .lp-solution__card-text { font-size: 13px; }
  .lp-solution__cta-card { padding: 24px 20px; border-radius: 14px; margin-top: 24px; }
  .lp-solution__cta-line1 { font-size: 16px; }
  .lp-solution__cta-line2 { font-size: 14px; }

  /* ── Zona 4: El Curso ── */
  .lp-course { padding: 50px 24px; }
  .lp-course__eyebrow { padding: 4px 12px; margin-bottom: 20px; }
  .lp-course__eyebrow-text { font-size: 10px; }
  .lp-course__headline { font-size: 24px; }
  .lp-course__subline { font-size: 15px; margin-bottom: 32px; }
  .lp-course__pills { gap: 12px; }
  .lp-course__pill { min-width: 110px; padding: 12px 16px; border-radius: 10px; }
  .lp-course__pill-num { font-size: 18px; }
  .lp-course__pill-label { font-size: 10px; }
  .lp-course__pill--hero { min-width: 130px; padding: 14px 20px; transform: scale(1.04); }
  .lp-course__pill--hero .lp-course__pill-num { font-size: 24px; }
  .lp-course__audience { padding: 16px 20px; margin-bottom: 36px; }
  .lp-course__audience p { font-size: 13px; }
  .lp-course__separator-label { font-size: 9px; letter-spacing: 2.5px; }
  .lp-course__domains { grid-template-columns: 1fr; gap: 14px; }
  .lp-course__domain { border-radius: 14px; }
  .lp-course__domain-header { padding: 14px 20px; }
  .lp-course__domain-name { font-size: 13px; }
  .lp-course__domain-badge { font-size: 11px; }
  .lp-course__domain-body { padding: 0 20px 20px; }
  .lp-course__domain-icon { width: 38px; height: 38px; margin: 16px 0 10px; }
  .lp-course__domain-text { font-size: 13px; }
  .lp-course__cta { padding: 14px 28px; font-size: 14px; border-radius: 10px; }

  /* ── Zona 5: Prueba Social ── */
  .lp-proof { padding: 50px 24px; }
  .lp-proof__eyebrow { padding: 4px 12px; margin-bottom: 20px; }
  .lp-proof__eyebrow-text { font-size: 10px; }
  .lp-proof__headline { font-size: 26px; }
  .lp-proof__headline2 { font-size: 22px; }
  .lp-proof__sub { font-size: 14px; margin: 0 auto 36px; }
  .lp-proof__stats { gap: 12px; margin-bottom: 48px; }
  .lp-proof__stat { min-width: 140px; padding: 20px 22px; border-radius: 14px; }
  .lp-proof__stat-num { font-size: 26px; }
  .lp-proof__stat-desc { font-size: 10px; }
  .lp-proof__stat-desc2 { font-size: 10px; }
  .lp-proof__stat--hero { min-width: 160px; padding: 24px 28px; transform: scale(1.03); }
  .lp-proof__stat--hero .lp-proof__stat-num { font-size: 34px; }
  .lp-proof__testimonials { grid-template-columns: 1fr; gap: 14px; }
  .lp-proof__testimonial { border-radius: 14px; padding: 24px; min-height: auto; }
  .lp-proof__quote { font-size: 48px; margin-bottom: 12px; }
  .lp-proof__ttext { font-size: 14px; margin-bottom: 16px; }
  .lp-proof__stars { font-size: 12px; margin-bottom: 16px; }
  .lp-proof__avatar { width: 36px; height: 36px; font-size: 12px; }
  .lp-proof__author-name { font-size: 13px; }
  .lp-proof__author-role { font-size: 11px; }
  .lp-proof__close-card { padding: 24px 20px; border-radius: 14px; }
  .lp-proof__close-h { font-size: 17px; }
  .lp-proof__close-t1 { font-size: 14px; }
  .lp-proof__close-t2 { font-size: 14px; }

  /* Chat label — smaller on mobile */
  .lp-chat-label { font-size: 12px; padding: 10px 16px; right: 70px; bottom: 24px; }

  /* Footer */
  .v3-footer { padding: 28px 24px; }
  .v3-footer__inner { flex-direction: column; text-align: center; gap: 12px; }
  .v3-footer__links { flex-wrap: wrap; justify-content: center; gap: 16px; }
  .v3-footer__social { justify-content: center; }
  .lp-share__btn { width: 40px; height: 40px; }
}

/* ── SMALL MOBILE ≤480px ── */
@media (max-width: 480px) {
  /* Hero */
  .lp-hero__text { padding: 90px 18px 28px; }
  .lp-hero__headline { font-size: clamp(1.5rem, 6.5vw, 1.9rem); }
  .lp-hero__tagline { font-size: clamp(0.85rem, 3.5vw, 1.05rem); margin-bottom: 22px; }
  .lp-hero__eyebrow { padding: 5px 10px; }
  .lp-hero__eyebrow-text { font-size: 7.5px; }
  .v3-header__logo-img { height: 18px; }

  /* Form */
  .lp-form { padding: 12px 16px 14px; border-radius: 14px; }
  .lp-form__title { font-size: 12px; }
  .lp-form__title-label { font-size: 10px; }
  .lp-form__input { padding: 9px 10px; font-size: 12px; border-radius: 7px; }
  .lp-form__submit { font-size: 12px; padding: 10px 24px; }
  .lp-form__country-btn { padding: 9px 8px; }
  .lp-form__country-code { font-size: 10px; }

  /* Logos */
  .v3-logos__track { gap: 36px; }
  .v3-logos__track img { height: 20px; }
  .v3-logos__glass { padding: 18px 0; }
  .v3-bento__tagline { font-size: 9px; letter-spacing: 0.10em; padding-top: 24px; padding-bottom: 28px; }

  /* Zona 2 */
  .lp-problem { padding: 40px 16px; }
  .lp-problem__headline { font-size: 20px; }
  .lp-problem__subline { font-size: 13px; }
  .lp-problem__card-banner { height: 120px; }
  .lp-problem__card-body { padding: 16px 16px 18px; }
  .lp-problem__card-title { font-size: 14px; }
  .lp-problem__card-text { font-size: 12.5px; }
  .lp-problem__card-close { font-size: 12.5px; }
  .lp-problem__cta-card { padding: 20px 16px; }
  .lp-problem__cta-line1 { font-size: 14px; }
  .lp-problem__cta-line2 { font-size: 13px; }

  /* Zona 3 */
  .lp-solution { padding: 40px 16px; }
  .lp-solution__headline { font-size: 20px; }
  .lp-solution__subline { font-size: 13px; }
  .lp-solution__card-img { height: 150px; }
  .lp-solution__card-img--tall { height: 180px; }
  .lp-solution__card-body { padding: 16px 16px 18px; }
  .lp-solution__card-title { font-size: 15px; }
  .lp-solution__card-text { font-size: 12.5px; }
  .lp-solution__cta-card { padding: 20px 16px; }
  .lp-solution__cta-line1 { font-size: 14px; }
  .lp-solution__cta-line2 { font-size: 13px; }

  /* Zona 4 */
  .lp-course { padding: 40px 16px; }
  .lp-course__headline { font-size: 20px; }
  .lp-course__subline { font-size: 13px; margin-bottom: 24px; }
  .lp-course__pills { flex-direction: column; align-items: stretch; gap: 10px; }
  .lp-course__pill { min-width: auto; padding: 12px 16px; }
  .lp-course__pill-num { font-size: 18px; }
  .lp-course__pill--hero { transform: scale(1); padding: 14px 20px; }
  .lp-course__pill--hero .lp-course__pill-num { font-size: 22px; }
  .lp-course__audience { padding: 14px 16px; margin-bottom: 28px; }
  .lp-course__audience p { font-size: 12.5px; }
  .lp-course__domain-header { padding: 12px 16px; }
  .lp-course__domain-body { padding: 0 16px 16px; }
  .lp-course__domain-text { font-size: 12.5px; }
  .lp-course__cta { padding: 12px 20px; font-size: 13px; }

  /* Zona 5 */
  .lp-proof { padding: 40px 16px; }
  .lp-proof__headline { font-size: 22px; }
  .lp-proof__headline2 { font-size: 18px; }
  .lp-proof__sub { font-size: 13px; margin: 0 auto 28px; }
  .lp-proof__stats { flex-direction: column; align-items: stretch; gap: 10px; margin-bottom: 36px; }
  .lp-proof__stat { min-width: auto; padding: 18px 20px; }
  .lp-proof__stat-num { font-size: 24px; }
  .lp-proof__stat--hero { transform: scale(1); min-width: auto; padding: 22px 24px; }
  .lp-proof__stat--hero .lp-proof__stat-num { font-size: 30px; }
  .lp-proof__testimonial { padding: 20px; }
  .lp-proof__quote { font-size: 40px; margin-bottom: 10px; }
  .lp-proof__ttext { font-size: 13px; }
  .lp-proof__close-card { padding: 20px 16px; }
  .lp-proof__close-h { font-size: 15px; }
  .lp-proof__close-t1, .lp-proof__close-t2 { font-size: 13px; }

  /* Chat label — hide on very small screens */
  .lp-chat-label { display: none; }

  /* Footer */
  .v3-footer { padding: 24px 16px; }
  .v3-footer__links { gap: 14px; }
}
