/* =========================================================
   Fitness Marketing · Landing de registro
   Dirección: oscuro estilo IG de Eric. Un solo amarillo.
   Tokens → docs/DESIGN-SYSTEM.md
   ========================================================= */

:root {
  --bg: #0A0A09;
  --bg-2: #121210;
  --bg-3: #1A1915;
  --line: rgba(243, 240, 232, .12);
  --line-2: rgba(243, 240, 232, .22);
  --text: #F3F0E8;
  --muted: #B0AB9E;
  --dim: #7A766B;
  --y: #FFD60A;
  --y-2: #FFE666;
  --y-soft: rgba(255, 214, 10, .14);
  --lime: rgba(170, 226, 60, .55);
  --ink: #0A0A09;

  --f-display: "Archivo", "Arial Narrow", Impact, sans-serif;
  --f-body: "Figtree", "Segoe UI", system-ui, sans-serif;

  --gut: clamp(16px, 5vw, 48px);
  --max: 1200px;
  --max-wide: 1400px;
  --r: 14px;
  --r-lg: 22px;
  --ease: cubic-bezier(.2, .7, .1, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--f-body);
  font-size: 1.0625rem;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
/* grano sutil de toda la página */
body::after {
  content: "";
  position: fixed; inset: 0;
  pointer-events: none;
  z-index: 100;
  opacity: .06;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 .7 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button { font: inherit; color: inherit; }
[hidden] { display: none !important; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
:focus-visible { outline: 3px solid var(--y); outline-offset: 3px; border-radius: 6px; }

main { overflow-x: clip; } /* halos decorativos sin scroll lateral; clip no rompe position: sticky */
.wrap { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: var(--gut); }

.skip {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  background: var(--y); color: var(--ink); padding: 10px 14px; border-radius: 10px; font-weight: 700;
}
.skip:focus { top: 12px; }

/* ---------- tipografía base ---------- */
.kicker {
  margin: 0 0 .9rem;
  font-family: var(--f-display);
  font-stretch: 125%;
  font-weight: 700;
  font-size: .72rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--y);
}
.h2 {
  margin: 0;
  font-family: var(--f-display);
  font-stretch: 68%;
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(2.4rem, 8.5vw, 4.6rem);
  line-height: .9;
  letter-spacing: -.005em;
  text-wrap: balance;
}

/* ---------- TOP ---------- */
.top { position: relative; z-index: 5; border-bottom: 1px solid var(--line); }
.top .wrap { max-width: var(--max-wide); }
.top__row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-block: 14px; }
.top__brand {
  font-family: var(--f-display); font-weight: 800; font-stretch: 100%;
  font-size: .86rem; letter-spacing: .02em; text-transform: uppercase;
}
.top__handle { color: var(--dim); font-weight: 600; text-transform: none; margin-left: 6px; }
.top__date {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--f-display); font-stretch: 125%; font-weight: 700;
  font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted);
}
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--y); box-shadow: 0 0 0 0 rgba(255, 214, 10, .6); animation: pulse 2.2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(255, 214, 10, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 214, 10, 0); } }
@media (max-width: 520px) { .top__handle { display: none; } }

/* ---------- HERO ---------- */
.hero { position: relative; padding-block: clamp(24px, 4vw, 44px) clamp(48px, 8vw, 96px); isolation: isolate; overflow-x: clip; }
.hero__glow {
  position: absolute; z-index: -1; pointer-events: none;
  left: 50%; top: 32%;
  width: min(1100px, 140vw); aspect-ratio: 1.3;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(closest-side, rgba(255, 214, 10, .20), transparent 70%),
    radial-gradient(closest-side at 35% 60%, rgba(150, 215, 50, .16), transparent 75%);
  filter: blur(20px);
  animation: breathe 7s ease-in-out infinite;
}
@keyframes breathe { 50% { opacity: .65; transform: translate(-50%, -50%) scale(1.06); } }

.eyebrow {
  display: flex; flex-wrap: wrap; align-items: center; gap: 6px 10px;
  margin: 0 0 18px;
  font-family: var(--f-display); font-stretch: 125%; font-weight: 700;
  font-size: clamp(.66rem, 2.6vw, .78rem); letter-spacing: .18em; text-transform: uppercase;
  color: var(--muted);
}
.eyebrow span:first-child { color: var(--ink); background: var(--y); padding: 5px 9px 4px; border-radius: 6px; }
.eyebrow .sep { color: var(--dim); }
@media (max-width: 600px) {
  .eyebrow .sep:nth-child(4) { display: none; } /* la «/» antes de la fecha, que pasa a su propia línea */
  .eyebrow span:last-child { flex-basis: 100%; }
}

.hero__title {
  margin: 0;
  font-family: var(--f-display);
  font-stretch: 62%;
  font-weight: 900;
  text-transform: uppercase;
  line-height: .8;
  letter-spacing: -.01em;
  font-size: clamp(3.4rem, 19vw, 11rem);
}
.hero__word { display: block; }
.hero__word--y {
  color: var(--y);
  text-shadow: 0 0 42px rgba(255, 214, 10, .35);
}
@media (min-width: 960px) {
  .hero__title { font-size: clamp(5.4rem, 10vw, 9rem); white-space: nowrap; }
  .hero__word { display: inline; }
  .hero__word + .hero__word { margin-left: .12em; }
}

.hero__lead {
  margin: 20px 0 0;
  max-width: 34ch;
  font-size: clamp(1.12rem, 3.8vw, 1.45rem);
  line-height: 1.35;
  color: var(--muted);
  text-wrap: pretty;
}
.hero__lead strong { color: var(--text); font-weight: 700; }

/* Hero v0.4.4: bajo el título FITNESS MARKETING (que no se toca) va la frase de Eric */
.hero__head { margin-top: clamp(24px, 3.4vw, 42px); }
.hero__kicker {
  margin: 0 0 clamp(12px, 1.4vw, 18px);
  font-family: var(--f-display); font-stretch: 125%; font-weight: 700;
  font-size: clamp(.66rem, 2.6vw, .82rem); letter-spacing: .16em; text-transform: uppercase;
  color: var(--y);
}
.hero__sub {
  margin: 0;
  font-family: var(--f-display); font-stretch: 72%; font-weight: 900; text-transform: uppercase;
  font-size: clamp(1.85rem, 8.4vw, 2.6rem); line-height: .96; letter-spacing: -.005em;
  color: var(--text);
  text-wrap: balance;
}
.hero__sub span { color: var(--y); }
@media (min-width: 960px) {
  .hero__sub { font-size: clamp(2.1rem, 2.75vw, 2.5rem); }
}
@media (max-width: 599px) {
  .hero { padding-top: 18px; }
}

.hero__grid { margin-top: clamp(22px, 3vw, 34px); display: grid; gap: 22px; align-items: start; }
@media (min-width: 960px) {
  .hero__wrap { max-width: var(--max-wide); }
  .hero__grid { grid-template-columns: minmax(0, 1.9fr) minmax(300px, 1fr); gap: 28px; }
}
@media (min-width: 1200px) {
  .hero__grid { grid-template-columns: minmax(0, 2.35fr) minmax(330px, 1fr); }
}
/* móvil: vídeo de borde a borde */
@media (max-width: 599px) {
  .vsl { margin-inline: calc(var(--gut) * -1); }
  .vsl .vsl__frame { border-radius: 0; box-shadow: 0 1px 0 var(--line-2), 0 -1px 0 var(--line-2); }
  .vsl__halo { inset: -4% 0; }
}

/* VSL */
.vsl { position: relative; }
.vsl__halo {
  position: absolute; inset: -8% -6%; z-index: -1;
  background: radial-gradient(60% 60% at 50% 50%, rgba(255, 214, 10, .28), rgba(150, 215, 50, .10) 55%, transparent 75%);
  filter: blur(28px);
}
.vsl__frame {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--bg-3);
  box-shadow: 0 0 0 1px var(--line-2), 0 30px 80px -20px rgba(0, 0, 0, .8);
}
.vsl__poster { width: 100%; height: 100%; object-fit: cover; }
.vsl__frame::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, transparent 45%, rgba(10, 10, 9, .75));
}
.vsl__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; z-index: 2; }
.vsl__play {
  position: absolute; z-index: 1; left: 50%; top: 50%;
  width: clamp(64px, 14vw, 96px); aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border: 0; border-radius: 50%; cursor: pointer;
  background: var(--y); color: var(--ink);
  display: grid; place-items: center;
  box-shadow: 0 0 0 10px rgba(255, 214, 10, .18), 0 12px 40px rgba(0, 0, 0, .5);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.vsl__play svg { width: 42%; fill: currentColor; margin-left: 6%; }
.vsl__play:hover { transform: translate(-50%, -50%) scale(1.06); box-shadow: 0 0 0 16px rgba(255, 214, 10, .14), 0 12px 40px rgba(0, 0, 0, .5); }
.vsl__soon {
  position: absolute; z-index: 1; left: 16px; right: 16px; bottom: 14px;
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px;
}
.vsl__soon-tag {
  font-family: var(--f-display); font-stretch: 125%; font-weight: 800;
  font-size: .68rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--ink); background: var(--y); padding: 6px 10px 5px; border-radius: 6px;
}
.vsl__soon-text { font-weight: 600; font-size: .95rem; text-shadow: 0 1px 12px rgba(0, 0, 0, .8); }

/* PANEL */
.panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .015));
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(16px, 3.5vw, 26px);
  display: grid; gap: 18px;
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}
.ticket { margin: 0; display: grid; grid-template-columns: 1fr 1fr; border: 1px dashed var(--line-2); border-radius: var(--r); }
.ticket__cell { padding: 12px 14px; }
.ticket__cell:nth-child(odd) { border-right: 1px dashed var(--line-2); }
.ticket__cell:nth-child(-n+2) { border-bottom: 1px dashed var(--line-2); }
.ticket dt {
  font-family: var(--f-display); font-stretch: 125%; font-weight: 700;
  font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; color: var(--dim);
}
.ticket dd { margin: 3px 0 0; font-weight: 700; font-size: .98rem; line-height: 1.25; }
.ticket__free { color: var(--y); font-family: var(--f-display); font-stretch: 80%; font-weight: 900; text-transform: uppercase; font-size: 1.2rem; letter-spacing: .02em; }

.countdown__label {
  margin: 0 0 8px;
  font-family: var(--f-display); font-stretch: 125%; font-weight: 700;
  font-size: .64rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted);
}
.countdown__row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.countdown__unit {
  display: grid; justify-items: center; padding: 8px 4px 7px;
  background: var(--bg-2); border: 1px solid var(--line); border-radius: 12px;
}
.countdown__unit b {
  font-family: var(--f-display); font-stretch: 70%; font-weight: 900;
  font-size: clamp(1.8rem, 7vw, 2.3rem); line-height: 1; font-variant-numeric: tabular-nums;
}
.countdown__unit small { color: var(--dim); font-size: .7rem; font-weight: 600; margin-top: 3px; }
.countdown.is-live .countdown__row { display: none; }

/* CTA */
.cta {
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center; gap: 12px;
  min-height: 64px; padding: 14px 22px;
  border-radius: var(--r);
  background: var(--y); color: var(--ink);
  text-decoration: none;
  font-family: var(--f-display); font-stretch: 88%; font-weight: 900;
  font-size: clamp(1.1rem, 4.4vw, 1.35rem); letter-spacing: .01em; text-transform: uppercase;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .2) inset, 0 14px 40px -12px rgba(255, 214, 10, .55);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s;
}
.cta::before { /* brillo que cruza */
  content: ""; position: absolute; top: 0; bottom: 0; width: 40%; left: 0;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .55), transparent);
  transform: translateX(-150%) skewX(-20deg);
  animation: shine 4.5s 1.5s infinite;
}
@keyframes shine { 0%, 70% { transform: translateX(-150%) skewX(-20deg); } 100% { transform: translateX(330%) skewX(-20deg); } }
.cta:hover { background: var(--y-2); transform: translateY(-2px); box-shadow: 0 0 0 1px rgba(0, 0, 0, .2) inset, 0 20px 50px -12px rgba(255, 214, 10, .7); }
.cta:active { transform: translateY(0); }
.cta__icon { flex: none; width: 36px; height: 36px; border-radius: 50%; background: var(--ink); color: var(--y); display: grid; place-items: center; }
.cta__icon svg { width: 20px; height: 20px; }
.cta__help { margin: 10px 0 0; text-align: center; color: var(--muted); font-size: .88rem; line-height: 1.4; }
.panel .cta__help { margin-top: -8px; }
@media (min-width: 960px) {
  .panel .cta { font-stretch: 72%; font-size: 1.3rem; gap: 10px; padding-inline: 16px; }
}
/* El botón de reserva va siempre primero en la ficha: visible sin scroll en cualquier pantalla */
.panel .cta { order: -2; }
.panel .cta__help { order: -1; }
@media (max-width: 1199px) { .ticket dd { font-size: .92rem; } }

/* ---------- PRUEBA ---------- */
.proof { position: relative; isolation: isolate; overflow: hidden; border-block: 1px solid var(--line); }
.proof__bg { position: absolute; inset: 0; z-index: -2; }
.proof__bg img { width: 100%; height: 100%; object-fit: cover; object-position: 30% 40%; filter: saturate(.85) contrast(1.05); }
.proof::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(90deg, rgba(10, 10, 9, .96) 0%, rgba(10, 10, 9, .82) 45%, rgba(10, 10, 9, .45) 100%),
    linear-gradient(0deg, rgba(10, 10, 9, .9), transparent 40%);
}
@media (min-width: 800px) {
  .proof::before {
    background:
      linear-gradient(270deg, rgba(10, 10, 9, .97) 0%, rgba(10, 10, 9, .86) 40%, rgba(10, 10, 9, .25) 75%, rgba(10, 10, 9, .35) 100%),
      linear-gradient(0deg, rgba(10, 10, 9, .85), transparent 35%);
  }
  .proof__bg img { object-position: 0% 40%; }
  .proof .proof__inner { display: grid; justify-items: end; }
  .proof .proof__inner > * { width: 100%; max-width: 560px; }
}
@media (max-width: 799px) {
  .proof::before { background: linear-gradient(180deg, rgba(10, 10, 9, .55) 0%, rgba(10, 10, 9, .92) 55%, var(--bg) 100%); }
}
.proof__inner { padding-block: clamp(64px, 12vw, 140px); }
.proof__num {
  margin: 0;
  font-family: var(--f-display); font-stretch: 62%; font-weight: 900;
  font-size: clamp(7rem, 34vw, 15rem); line-height: .78; letter-spacing: -.02em;
  color: transparent;
  -webkit-text-stroke: 2px var(--y);
  text-shadow: 0 0 60px rgba(255, 214, 10, .25);
}
.proof__quote {
  margin: 18px 0 0; max-width: 20ch;
  font-family: var(--f-display); font-stretch: 75%; font-weight: 800;
  font-size: clamp(1.9rem, 6.4vw, 3.3rem); line-height: 1; text-transform: uppercase;
  text-wrap: balance;
}
.proof__quote mark { background: none; color: var(--y); }
.proof__sub { margin: 18px 0 0; max-width: 36ch; font-size: clamp(1.1rem, 3.6vw, 1.35rem); line-height: 1.35; color: var(--muted); }
.proof__sub strong { color: var(--text); }
.proof__sign { margin: 16px 0 0; color: var(--muted); font-weight: 600; }
.proof__sign::before { content: "— "; color: var(--y); }

/* ---------- SECCIONES ---------- */
.section { padding-block: clamp(64px, 11vw, 128px); }
.section--tight { padding-top: 0; }
.section--flush { padding-top: 0; }
.section__head { margin-bottom: clamp(26px, 5vw, 48px); }
.section__head--row { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 8px 24px; }
.section__note { margin: 0; color: var(--muted); font-size: .92rem; }
.section__intro { margin: 18px 0 0; max-width: 52ch; font-size: clamp(1.1rem, 3.6vw, 1.3rem); line-height: 1.4; color: var(--muted); }

/* PARA QUIÉN */
.who { display: grid; gap: 14px; }
@media (min-width: 800px) { .who { grid-template-columns: 1fr 1fr; gap: 20px; } }
.who__card {
  position: relative; overflow: hidden;
  padding: clamp(22px, 4vw, 36px);
  border-radius: var(--r-lg);
  background: var(--bg-2);
  border: 1px solid var(--line);
}
.who__card::after {
  content: ""; position: absolute; right: -30%; top: -40%; width: 70%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(closest-side, var(--y-soft), transparent);
}
.who__card--alt { background: var(--y); color: var(--ink); border-color: transparent; }
.who__card--alt::after { background: radial-gradient(closest-side, rgba(255, 255, 255, .5), transparent); }
.who__tag {
  margin: 0 0 18px;
  font-family: var(--f-display); font-stretch: 125%; font-weight: 700;
  font-size: .66rem; letter-spacing: .18em; text-transform: uppercase; color: var(--y);
}
.who__card--alt .who__tag { color: var(--ink); opacity: .7; }
.who__title {
  margin: 0; max-width: 16ch;
  font-family: var(--f-display); font-stretch: 72%; font-weight: 900;
  font-size: clamp(1.9rem, 6vw, 2.7rem); line-height: .95; text-transform: uppercase;
}
.who__body { position: relative; z-index: 1; margin: 18px 0 0; max-width: 42ch; font-size: 1.08rem; color: var(--muted); }
.who__card--alt .who__body { color: rgba(10, 10, 9, .82); font-weight: 500; }

/* ERRORES */
.fails { display: grid; gap: 26px; }
@media (min-width: 900px) { .fails { grid-template-columns: .8fr 1.2fr; gap: clamp(48px, 6vw, 88px); align-items: center; } }
.fails .h2 { font-size: clamp(2.2rem, 7.4vw, 3.9rem); }
.fails__list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.fail {
  display: grid; grid-template-columns: auto 1fr; gap: clamp(16px, 2.4vw, 24px); align-items: center;
  padding-block: clamp(20px, 2.6vw, 28px); border-bottom: 1px solid var(--line);
}
.fail__x {
  width: 42px; height: 42px; border-radius: 50%;
  display: grid; place-items: center;
  color: var(--y); background: var(--y-soft);
  box-shadow: inset 0 0 0 1px rgba(255, 214, 10, .45);
  transform: scale(.6) rotate(-45deg); opacity: 0;
  transition: transform .6s .15s var(--ease), opacity .6s .15s var(--ease), background-color .3s, color .3s;
}
.js .fail.is-in .fail__x, html:not(.js) .fail__x { transform: none; opacity: 1; }
.fail:hover .fail__x { background: var(--y); color: var(--ink); }
.fail__x svg { width: 18px; height: 18px; }
.fail__body { display: grid; gap: 6px; }
.fail__pre {
  font-family: var(--f-display); font-stretch: 125%; font-weight: 700;
  font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted);
}
.fail__txt { font-size: clamp(1.3rem, 4.6vw, 1.85rem); font-weight: 600; line-height: 1.3; color: var(--text); text-wrap: pretty; }
/* Tachado legible: línea amarilla fina que cruza cada renglón y se dibuja al entrar */
.fail__txt s {
  text-decoration: none;
  color: #D8D3C8;
  background-image: linear-gradient(var(--y), var(--y));
  background-repeat: no-repeat;
  background-position: 0 58%;
  background-size: 0% 2px;
  -webkit-box-decoration-break: clone; box-decoration-break: clone;
  transition: background-size 1.1s .35s var(--ease);
}
.js .fail.is-in .fail__txt s, html:not(.js) .fail__txt s { background-size: 100% 2px; }

/* ULTRA AFILIACIÓN */
.ultra {
  position: relative; overflow: hidden; isolation: isolate;
  padding: clamp(30px, 7vw, 80px) clamp(22px, 6vw, 72px);
  border-radius: 28px;
  background: #0E0E0C;
  border: 1px solid var(--line-2);
  text-align: center;
}
.ultra__glow {
  position: absolute; z-index: -1; left: 50%; top: 58%; width: 120%; aspect-ratio: 2;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(closest-side, rgba(255, 214, 10, .30), transparent 70%),
    radial-gradient(closest-side at 50% 80%, rgba(150, 215, 50, .18), transparent 70%);
  filter: blur(10px);
}
.ultra .kicker { margin-bottom: 14px; }
.ultra__pre { margin: 0 auto; max-width: 30ch; color: var(--muted); font-size: clamp(1.05rem, 3.6vw, 1.3rem); font-weight: 500; }
.ultra__title {
  margin: 14px 0 0;
  font-family: var(--f-display); font-stretch: 62%; font-weight: 900; text-transform: uppercase;
  font-size: clamp(3.6rem, 16vw, 9.5rem); line-height: .82; letter-spacing: -.01em;
  color: var(--y);
  text-shadow: 0 0 50px rgba(255, 214, 10, .4);
  text-wrap: balance;
}
.ultra__body { margin: 22px auto 0; max-width: 40ch; font-size: clamp(1.1rem, 3.8vw, 1.35rem); line-height: 1.4; }
/* Párrafo de la Ultra afiliación, destacado (antes en el hero) */
h2.kicker { margin-top: 0; }
.ultra__text {
  margin: 6px auto 0; max-width: 30ch;
  font-size: clamp(1.45rem, 5.2vw, 2.35rem); line-height: 1.28; font-weight: 600; color: #D8D3C8;
  text-wrap: balance;
}
.ultra__text strong { color: var(--y); font-weight: 800; text-shadow: 0 0 28px rgba(255, 214, 10, .35); }
.ultra__text b { display: block; margin-top: .55em; color: var(--text); font-weight: 800; }

.price {
  margin-top: 14px;
  display: grid; gap: 18px;
  padding: clamp(22px, 5vw, 44px);
  border-radius: 28px;
  background: var(--bg-2); border: 1px solid var(--line);
}
@media (min-width: 900px) { .price { grid-template-columns: 1fr auto; align-items: center; column-gap: 48px; } .price__body { grid-column: 1 / -1; } }
.price__title {
  margin: 0; max-width: 18ch;
  font-family: var(--f-display); font-stretch: 72%; font-weight: 900; text-transform: uppercase;
  font-size: clamp(2rem, 6.6vw, 3.3rem); line-height: .92;
}
.price__compare { display: flex; align-items: center; gap: 8px; }
.price__pill {
  font-family: var(--f-display); font-stretch: 100%; font-weight: 800;
  font-size: clamp(.68rem, 2.8vw, .8rem); letter-spacing: .05em; text-transform: uppercase; white-space: nowrap;
  padding: 9px 12px; border-radius: 999px; border: 1px solid var(--line-2);
}
.price__pill--old { color: var(--dim); text-decoration: line-through; text-decoration-color: var(--y); text-decoration-thickness: 2px; }
.price__pill--new { background: var(--y); color: var(--ink); border-color: transparent; }
.price__arrow { flex: none; width: 32px; color: var(--y); }
.price__body { margin: 0; max-width: 60ch; color: var(--muted); font-size: 1.08rem; }

/* TESTIMONIOS */
.students { position: relative; isolation: isolate; }
.students__glow {
  position: absolute; z-index: -1; left: 50%; top: 55%; width: min(1200px, 130vw); height: 70%;
  transform: translate(-50%, -50%);
  background: radial-gradient(closest-side, rgba(255, 214, 10, .10), rgba(150, 215, 50, .05) 60%, transparent);
  filter: blur(30px); pointer-events: none;
}
.students__head { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 18px 24px; margin-bottom: clamp(24px, 4vw, 40px); }
.students__ctrl { display: flex; align-items: center; gap: 10px; }
.students__count { margin: 0 8px 0 0; color: var(--muted); font-size: .9rem; }
.students__count b { font-family: var(--f-display); font-stretch: 70%; font-weight: 900; font-size: 1.5rem; color: var(--y); margin-right: 4px; vertical-align: -2px; }

.navbtn {
  width: 52px; height: 52px; border-radius: 50%; flex: none;
  display: grid; place-items: center; cursor: pointer;
  background: rgba(255, 255, 255, .04); color: var(--text);
  border: 1px solid var(--line-2);
  transition: background-color .25s, color .25s, border-color .25s, transform .25s var(--ease), opacity .25s;
}
.navbtn svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.navbtn:hover:not(:disabled) { background: var(--y); color: var(--ink); border-color: var(--y); transform: translateY(-1px); }
.navbtn:disabled { opacity: .3; cursor: default; }
@media (max-width: 699px) { .students__ctrl .navbtn { display: none; } }

.rail-mask { position: relative; }
@media (min-width: 900px) {
  .rail-mask {
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
            mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
  }
}
.rail {
  display: grid; grid-auto-flow: column; grid-auto-columns: min(68vw, 280px);
  gap: 14px;
  overflow-x: auto; overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory; scroll-behavior: smooth;
  padding: 10px var(--gut) 26px;
  scroll-padding-inline: var(--gut);
  scrollbar-width: none;
}
.rail::-webkit-scrollbar { display: none; }
@media (min-width: 900px) {
  .rail {
    grid-auto-columns: 290px; gap: 20px;
    padding-inline: max(var(--gut), calc((100vw - var(--max)) / 2 + var(--gut)));
    scroll-padding-inline: max(var(--gut), calc((100vw - var(--max)) / 2 + var(--gut)));
  }
}
.tcard {
  position: relative; display: block; width: 100%; padding: 0; cursor: pointer;
  scroll-snap-align: start;
  aspect-ratio: 9 / 16; border-radius: 24px; overflow: hidden;
  background: var(--bg-3);
  border: 0;
  box-shadow: 0 0 0 1px var(--line-2), 0 24px 60px -24px rgba(0, 0, 0, .9);
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
  text-align: left; color: var(--text);
}
.tcard img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease), filter .5s; filter: saturate(.92); }
.tcard__shade {
  position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(10, 10, 9, .35) 0%, transparent 22%, transparent 62%, rgba(10, 10, 9, .85) 100%);
}
.tcard__play {
  position: absolute; right: 14px; bottom: 14px; width: 50px; height: 50px; border-radius: 50%;
  display: grid; place-items: center;
  color: var(--ink); background: var(--y);
  box-shadow: 0 0 0 6px rgba(255, 214, 10, .18), 0 10px 26px rgba(0, 0, 0, .5);
  transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.tcard__play svg { width: 20px; height: 20px; margin-left: 3px; }
.tcard__foot {
  position: absolute; left: 16px; right: 78px; bottom: 20px;
  display: grid; gap: 2px;
  font-family: var(--f-display); font-stretch: 110%; font-weight: 700; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase;
}
.tcard__foot i { font-style: normal; color: var(--y); font-size: .66rem; }
.tcard:hover, .tcard:focus-visible { transform: translateY(-8px); box-shadow: 0 0 0 1px rgba(255, 214, 10, .7), 0 30px 70px -20px rgba(255, 214, 10, .28); }
.tcard:hover img { transform: scale(1.05); filter: saturate(1.05); }
.tcard:hover .tcard__play { transform: scale(1.1); box-shadow: 0 0 0 12px rgba(255, 214, 10, .16), 0 10px 26px rgba(0, 0, 0, .5); }

.rail-progress { height: 3px; border-radius: 3px; background: var(--line); overflow: hidden; margin-top: 4px; }
.rail-progress span { display: block; height: 100%; width: 30%; border-radius: 3px; background: var(--y); box-shadow: 0 0 12px rgba(255, 214, 10, .6); transform-origin: left; transition: transform .15s linear, width .2s; }

/* REPRODUCTOR (capa de control sobre Panda) */
.player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; z-index: 2; }
.ptap {
  position: absolute; z-index: 3; left: 0; right: 0; top: 0; bottom: 64px;
  border: 0; padding: 0; background: transparent; cursor: pointer;
  display: grid; place-items: center;
  pointer-events: none; /* hasta que el vídeo haya arrancado, manda el reproductor de Panda */
}
.player.is-started .ptap { pointer-events: auto; }
.ptap__icon {
  width: 84px; height: 84px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(10, 10, 9, .55); color: var(--y);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  box-shadow: 0 0 0 1px rgba(255, 214, 10, .55);
  opacity: 0; transform: scale(.85);
  transition: opacity .25s, transform .25s var(--ease);
}
.ptap__icon svg { width: 34px; height: 34px; }
.ptap__icon { margin-top: 64px; } /* centra respecto al vídeo completo (la capa deja 64px libres abajo) */
.ptap .i-play { display: none; }
/* En pausa Panda ya muestra su propio play: no duplicamos icono */
@media (hover: hover) { .player.is-playing .ptap:hover .ptap__icon { opacity: 1; transform: none; } }
.player.is-playing.is-flash .ptap__icon { opacity: 1; transform: none; }

/* VISOR */
.lb { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; padding: max(12px, env(safe-area-inset-top)) 12px max(12px, env(safe-area-inset-bottom)); }
.lb__backdrop { position: absolute; inset: 0; background: rgba(6, 6, 5, .86); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); animation: lbfade .3s ease both; }
.lb__body { position: relative; display: grid; justify-items: center; gap: 14px; width: 100%; max-width: 760px; animation: lbin .45s var(--ease) both; }
@keyframes lbfade { from { opacity: 0; } }
@keyframes lbin { from { opacity: 0; transform: translateY(18px) scale(.97); } }
.lb__top { width: min(100%, calc(min(74vh, 700px) * 9 / 16 + 140px)); display: flex; align-items: center; justify-content: space-between; }
.lb__count { margin: 0; color: var(--muted); font-family: var(--f-display); font-stretch: 110%; font-weight: 700; letter-spacing: .14em; font-size: .8rem; }
.lb__count b { color: var(--y); font-size: 1.1rem; }
.lb__close {
  width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; cursor: pointer;
  background: rgba(255, 255, 255, .06); color: var(--text); border: 1px solid var(--line-2);
  transition: background-color .25s, color .25s, transform .25s var(--ease);
}
.lb__close svg { width: 20px; height: 20px; }
.lb__close:hover { background: var(--y); color: var(--ink); transform: rotate(90deg); }
.lb__stage { display: flex; align-items: center; justify-content: center; gap: 18px; width: 100%; }
.lb__player {
  position: relative; flex: none;
  height: min(74vh, 700px); aspect-ratio: 9 / 16; max-width: calc(100vw - 24px);
  border-radius: 22px; overflow: hidden; background: #000;
  box-shadow: 0 0 0 1px rgba(255, 214, 10, .35), 0 40px 120px -20px rgba(255, 214, 10, .22);
}
.lb__player > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.lb__cta { width: min(100%, 420px); min-height: 58px; }
@media (max-width: 699px) {
  .lb__stage { position: relative; }
  .lb__nav { position: absolute; z-index: 4; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; background: rgba(10, 10, 9, .6); }
  .lb__nav:first-child { left: 4px; }
  .lb__nav:last-child { right: 4px; }
  .lb__nav:hover:not(:disabled) { transform: translateY(-50%); }
  .lb__player { height: min(68vh, calc((100vw - 24px) * 16 / 9)); }
}
html.lb-open { overflow: hidden; }

/* CIERRE */
.close { position: relative; padding-block: clamp(64px, 11vw, 128px); border-top: 1px solid var(--line); overflow: hidden; }
.close__grid { display: grid; gap: 36px; align-items: center; }
.close__grid { justify-items: center; text-align: center; }
.close__photo { position: relative; margin: 0; isolation: isolate; }
@media (max-width: 899px) { .close__photo { max-width: 620px; } }
.close__halo {
  position: absolute; inset: -12%; z-index: -1;
  background: radial-gradient(closest-side, rgba(255, 214, 10, .38), rgba(150, 215, 50, .14) 55%, transparent 80%);
  filter: blur(24px);
  animation: breathe-soft 8s ease-in-out infinite;
}
@keyframes breathe-soft { 50% { opacity: .7; transform: scale(1.04); } }
.close__photo img {
  width: 100%; border-radius: 26px;
  filter: saturate(.9) contrast(1.05);
  box-shadow: 0 0 0 1px var(--line-2), 0 40px 90px -30px rgba(0, 0, 0, .9);
  -webkit-mask-image: linear-gradient(180deg, #000 70%, transparent 100%);
          mask-image: linear-gradient(180deg, #000 70%, transparent 100%);
}
.close__quote { margin: 0; }
.close__quote p {
  margin-inline: auto; max-width: 22ch;
  font-size: clamp(1.7rem, 5.4vw, 2.9rem); line-height: 1.2; font-weight: 600; text-wrap: balance;
}
.close__quote p::before { content: "“"; color: var(--y); font-family: var(--f-display); font-weight: 900; margin-right: .05em; }
.close__quote p::after { content: "”"; color: var(--y); font-family: var(--f-display); font-weight: 900; margin-left: .03em; }
.close__promise { margin: 16px 0 0; color: var(--muted); font-size: 1.08rem; }
.close__title {
  margin: 28px 0 0;
  font-family: var(--f-display); font-stretch: 62%; font-weight: 900; text-transform: uppercase;
  font-size: clamp(3.4rem, 14vw, 6.8rem); line-height: .84;
}
.close__title span { color: var(--y); display: block; text-shadow: 0 0 40px rgba(255, 214, 10, .35); }
.close__title span { white-space: nowrap; }
@media (min-width: 900px) { .close__title { font-size: clamp(4.2rem, 8vw, 8rem); } }
.close__cta { margin: 32px auto 0; max-width: 460px; width: 100%; }
/* El cierre ya no lleva foto: halo suelto detrás del texto */
.close__halo--solo { inset: auto; top: 50%; left: 50%; width: min(760px, 110%); aspect-ratio: 1; transform: translate(-50%, -50%); }

/* FOOTER */
.foot { border-top: 1px solid var(--line); padding-block: 36px calc(36px + 84px); color: var(--dim); font-size: .82rem; }
@media (min-width: 900px) { .foot { padding-bottom: 36px; } }
.foot__links { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-bottom: 16px; }
.foot__links a { color: var(--muted); text-decoration: none; }
.foot__links a:hover { color: var(--y); text-decoration: underline; }
.foot__small { margin: 6px 0 0; max-width: 80ch; line-height: 1.5; }

/* LEGALES */
.legal { max-width: 760px; padding-block: 48px 72px; }
.legal .h2 { font-size: clamp(2.4rem, 8vw, 3.6rem); }
.legal__updated { color: var(--dim); font-size: .9rem; margin: 12px 0 32px; }
.legal h2:not(.h2) { font-family: var(--f-display); font-stretch: 80%; font-weight: 800; text-transform: uppercase; font-size: 1.25rem; margin: 36px 0 10px; }
.legal p, .legal li { color: var(--muted); }
.legal li + li { margin-top: 6px; }
.legal__back { text-decoration: none; }
.pend { background: rgba(255, 90, 90, .18); color: #FF8F8F; padding: 1px 5px; border-radius: 4px; font-weight: 600; }

/* ---------- VÍDEO PROPIO (HLS + MP4) ---------- */
/* El <video> se crea al pulsar el play; tapa el póster y el degradado */
.vsl__frame video, .vbox video { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 3; background: #000; }
.vsl__frame.is-playing .vsl__poster, .vsl__frame.is-playing .vsl__soon { display: none; }
.vsl__frame.is-playing::after { content: none; }

/* Bloque de vídeo reutilizable (página del QR y embajadores) */
.vbox {
  position: relative; aspect-ratio: 16 / 9; overflow: hidden;
  border-radius: var(--r-lg); background: var(--bg-3);
  box-shadow: 0 0 0 1px var(--line-2), 0 26px 70px -22px rgba(0, 0, 0, .85);
  margin-block: clamp(20px, 3vw, 30px);
}
.vbox img { width: 100%; height: 100%; object-fit: cover; }
.vbox__shade { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(10,10,9,.15) 0%, transparent 40%, rgba(10,10,9,.7) 100%); }
.vbox.is-playing img, .vbox.is-playing .vbox__shade, .vbox.is-playing .vbox__soon { display: none; }
.vbox__play {
  position: absolute; left: 50%; top: 50%; width: clamp(62px, 13vw, 88px); aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border: 0; border-radius: 50%; cursor: pointer;
  background: var(--y); color: var(--ink); display: grid; place-items: center;
  box-shadow: 0 0 0 10px rgba(255, 214, 10, .18), 0 12px 40px rgba(0, 0, 0, .5);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.vbox__play svg { width: 40%; height: 40%; margin-left: 6%; }
.vbox__play:hover { transform: translate(-50%, -50%) scale(1.06); box-shadow: 0 0 0 16px rgba(255, 214, 10, .14), 0 12px 40px rgba(0, 0, 0, .5); }
.vbox__soon {
  position: absolute; left: 14px; right: 14px; bottom: 12px;
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px;
  font-weight: 600; font-size: .92rem; text-shadow: 0 1px 12px rgba(0, 0, 0, .8);
}
.vbox__soon-tag {
  font-family: var(--f-display); font-stretch: 125%; font-weight: 800;
  font-size: .66rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--ink); background: var(--y); padding: 6px 10px 5px; border-radius: 6px;
}

/* MODO PREVIEW (config.modoPreview) */
.pv-badge {
  margin-left: auto; margin-right: 12px;
  font-family: var(--f-display); font-stretch: 110%; font-weight: 800; font-size: .62rem; letter-spacing: .14em; text-transform: uppercase;
  color: #FF9B9B; border: 1px solid rgba(255, 120, 120, .45); background: rgba(255, 90, 90, .1);
  padding: 5px 9px 4px; border-radius: 999px; white-space: nowrap;
}
@media (max-width: 520px) {
  .pv-badge { margin-right: 8px; font-size: .56rem; letter-spacing: .08em; padding: 4px 7px 3px; }
  .top__row:has(.pv-badge) .top__brand { font-size: .76rem; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .top__row:has(.pv-badge) .top__date, .pv-badge { flex: none; }
  .top__row:has(.pv-badge) .top__date { letter-spacing: .08em; gap: 6px; }
}
.pv-toast {
  position: fixed; z-index: 95; left: 50%; top: 16px; width: min(92vw, 520px);
  transform: translate(-50%, -140%); transition: transform .45s var(--ease);
  display: grid; gap: 6px; padding: 14px 16px; border-radius: 16px;
  background: var(--bg-3); border: 1px solid rgba(255, 214, 10, .5);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .6); font-size: .92rem; color: var(--muted);
}
.pv-toast.is-on { transform: translate(-50%, 0); }
.pv-toast b { color: var(--y); font-family: var(--f-display); font-stretch: 110%; letter-spacing: .12em; text-transform: uppercase; font-size: .72rem; }
.pv-toast q { color: var(--text); font-weight: 600; }

/* STICKY (móvil) */
.sticky {
  position: fixed; z-index: 50; left: 10px; right: 10px;
  bottom: calc(10px + env(safe-area-inset-bottom));
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 10px 10px 10px 16px;
  background: rgba(18, 18, 16, .88);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border: 1px solid var(--line-2); border-radius: 18px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .6);
  transform: translateY(140%); transition: transform .45s var(--ease);
}
.sticky.is-on { transform: translateY(0); }
.sticky__info { display: grid; line-height: 1.15; min-width: 0; }
.sticky__info b { font-family: var(--f-display); font-stretch: 75%; font-weight: 900; text-transform: uppercase; font-size: 1.05rem; }
.sticky__info span { color: var(--muted); font-size: .8rem; white-space: nowrap; }
.sticky__btn {
  flex: none; display: inline-flex; align-items: center; gap: 8px;
  min-height: 48px; padding: 0 18px; border-radius: 12px;
  background: var(--y); color: var(--ink); text-decoration: none;
  font-family: var(--f-display); font-stretch: 88%; font-weight: 900; text-transform: uppercase; font-size: 1rem;
}
.sticky__btn svg { width: 18px; height: 18px; }
@media (min-width: 900px) { .sticky { display: none !important; } }

/* COOKIES */
.consent {
  position: fixed; z-index: 60; left: 10px; right: 10px; bottom: calc(10px + env(safe-area-inset-bottom));
  max-width: 520px; margin-inline: auto;
  padding: 16px; border-radius: 16px;
  background: var(--bg-3); border: 1px solid var(--line-2);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .6);
  font-size: .9rem;
}
.consent p { margin: 0 0 12px; color: var(--muted); }
.consent a { color: var(--text); }
.consent__btns { display: flex; gap: 8px; justify-content: flex-end; }
.consent__btn { min-height: 44px; padding: 0 16px; border-radius: 10px; border: 1px solid var(--line-2); background: transparent; cursor: pointer; font-weight: 600; }
.consent__btn--yes { background: var(--y); color: var(--ink); border-color: transparent; font-weight: 700; }

/* ---------- REVEAL ---------- */
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.js .reveal.is-in { opacity: 1; transform: none; }
/* hero: sin fundido (opacity 0 retrasa el LCP); solo un desplazamiento corto */
.js .hero .reveal { opacity: 1; transform: translateY(10px); transition-duration: .9s; }
.js .hero .eyebrow { transition-delay: .05s; }
.js .hero .hero__title { transition-delay: .12s; }
.js .hero .hero__lead { transition-delay: .22s; }
.js .hero .vsl { transition-delay: .3s; }
.js .hero .panel { transition-delay: .4s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js .reveal { opacity: 1; transform: none; }
  .fail__pre::after { transform: scaleX(1); }
}
