/* ============================================================
   VADAI · Claude en tu Empresa
   landing.css — "El Diagnóstico Vivo" · sistema azul con gradientes
   ============================================================ */

/* ══════════════════════════════════════════════════════════
   0 · CHROME
   ══════════════════════════════════════════════════════════ */

/* navbar estilo referencia: logo izquierda · links centrados en pill · CTAs derecha.
   Fondo blanco siempre (los links necesitan contraste sobre el hero cian). */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 90;
  display: grid; grid-template-columns: auto 1fr auto;
  align-items: center; gap: var(--s-4);
  padding: var(--s-3) clamp(1rem, 4vw, 2.5rem);
  background: rgba(255,255,255,.9);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  border-bottom: 1px solid transparent;
  transition: border-color var(--d-slow) var(--e-out), box-shadow var(--d-slow);
}
.site-header .brand { grid-column: 1; justify-self: start; }
.site-header .nav-pill { grid-column: 2; justify-self: center; }
.site-header .header__actions { grid-column: 3; justify-self: end; }
.site-header.is-stuck { border-bottom-color: var(--c-line); box-shadow: var(--sh-1); }

/* pill de navegación centrada */
.nav-pill {
  display: flex; align-items: center; gap: 4px;
  padding: 5px;
  background: var(--c-surface);
  border: 1px solid var(--c-line);
  border-radius: 100px;
}
.nav-pill a {
  padding: 8px 16px; border-radius: 100px;
  font-size: .9rem; font-weight: 450; color: var(--c-text-2);
  transition: background var(--d-fast), color var(--d-fast);
  white-space: nowrap;
}
.nav-pill a:hover { background: var(--c-canvas); color: var(--brand-ink); box-shadow: var(--sh-1); }

/* botón chico para el navbar */
.btn--sm { padding: 10px 18px; font-size: .88rem; }
/* el "Inscribirme" del navbar es dark navy (como Register de la referencia) */
.header__cta { --btn-bg: var(--brand-ink); --btn-fg: #fff; }

@media (max-width: 900px) {
  .nav-pill { display: none; }               /* en móvil: logo + CTAs */
  .site-header { grid-template-columns: auto 1fr auto; }
  .site-header .header__actions { grid-column: 3; }
}
@media (max-width: 520px) {
  .header__actions .btn--lime { display: none; }   /* deja solo Inscribirme */
}

.brand { display: inline-flex; align-items: center; }

/* logo VADAI oficial (wordmark). Texto oscuro → va sobre fondos claros. */
.brand__logo {
  height: 26px; width: auto;
  display: block;
}

.header__actions { display: flex; align-items: center; gap: var(--s-3); }
/* el CTA del navbar siempre está visible (ya no se desvanece) */

/* fondo: velo azul clarísimo que respira */
#ambient {
  position: fixed; inset: 0; z-index: -2;
  width: 100%; height: 100%;
  opacity: .9; pointer-events: none;
}

.ambient-video {
  position: fixed; inset: 0; z-index: -3;
  width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transition: opacity 1.6s var(--e-out);
}
.ambient-video.is-on { opacity: .3; }


/* ══════════════════════════════════════════════════════════
   1 · HERO — qué es esto y por qué deberías responder
   ══════════════════════════════════════════════════════════ */

.hero { padding: clamp(5.5rem, 11vh, 7.5rem) 0 0; }

.hero__panel {
  padding: clamp(3.5rem, 8vw, 6.5rem) clamp(1.5rem, 5vw, 4rem) clamp(7rem, 12vw, 9.5rem);
  text-align: center;
}

.hero__badge { margin-bottom: var(--s-6); }
.hero__eyebrow { margin-bottom: var(--s-5); }

/* ⚠️ placeholder del logo de Claude — reemplazar por <img> del logo oficial */
.hero__claude {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: clamp(1.1rem, 2vw, 1.5rem); font-weight: 600; letter-spacing: -.01em;
  color: #fff; margin-bottom: var(--s-4);
}
.hero__claude::before { content: none; }

/* titular gigante estilo referencia */
.hero__title {
  font-size: clamp(3rem, 9vw, 7rem);
  color: #fff;
  margin: 0 auto var(--s-5);
}
.hero__title em {
  font-style: normal;
  color: var(--brand-lime);   /* la palabra clave, en lima */
}
/* "Claude" con ícono + naranja durazno (contrasta con el azul, sin verse fosforescente);
   "en tu empresa" queda en blanco */
.hero__title-claude {
  color: #FFB489;
  display: inline-flex; align-items: center; gap: .16em;
}
.hero__claude-ico { height: .74em; width: auto; flex: none; }

.hero__sub {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.55; color: rgba(255,255,255,.86);
  max-width: 54ch; margin: 0 auto var(--s-7); text-wrap: pretty;
}

.hero__actions {
  display: flex; align-items: center; justify-content: center;
  gap: var(--s-4); flex-wrap: wrap;
}
.hero__micro {
  margin-top: var(--s-5);
  font-size: var(--t-small); color: rgba(255,255,255,.7);
  display: flex; align-items: center; justify-content: center;
  gap: var(--s-3); flex-wrap: wrap;
}
.hero__micro i { width: 3px; height: 3px; border-radius: 50%; background: currentColor; opacity: .6; }

/* retratos de personas que muerden el borde inferior del panel (estilo referencia) */
.hero__people {
  width: min(100% - 2.5rem, 760px);
  /* jala las fotos sobre el borde del panel. clamp(MÍN, val, MÁX): el mínimo
     debe ser el número MÁS negativo. En pantallas chicas -8vw es pequeño → poco
     solape; en grandes se topa en -7.5rem. (Antes estaba invertido y encimaba.) */
  margin: clamp(-7.5rem, -8vw, -3rem) auto 0;
  position: relative; z-index: 3;
  display: flex; align-items: flex-end; justify-content: center;
  gap: clamp(12px, 2vw, 24px);
}
.pcard {
  position: relative; margin: 0;
  width: clamp(150px, 24vw, 220px);
  aspect-ratio: 3 / 4;
  border-radius: var(--radius-l);
  overflow: hidden;
  background: var(--c-surface-2);
  border: 5px solid #fff;
  box-shadow: var(--sh-3);
}
.pcard img { width: 100%; height: 100%; object-fit: cover; }
.pcard figcaption {
  position: absolute; left: 10px; bottom: 10px;
  font-size: var(--t-micro); font-weight: 500;
  background: rgba(255,255,255,.92); color: var(--brand-ink);
  padding: 4px 11px; border-radius: 100px;
  backdrop-filter: blur(4px);
}
.pcard--a { transform: rotate(-5deg) translateY(14px); }
.pcard--b { transform: translateY(-16px) scale(1.06); z-index: 2; }
.pcard--c { transform: rotate(5deg) translateY(14px); }

/* ── calificación bajo el CTA (estilo referencia) ── */
.hero__rating {
  margin-top: var(--s-6);
  display: inline-flex; flex-direction: column; align-items: center; gap: 7px;
  font-size: var(--t-small); color: rgba(255,255,255,.82);
}
.hero__rating b { color: #fff; font-weight: 600; }
.hero__stars { color: var(--brand-lime); letter-spacing: 3px; font-size: 1.1rem; }

/* ── carrusel de tarjetas del hero (bento, estilo referencia) ── */
.hero-rail {
  width: min(100% - 2rem, 1280px);
  margin: clamp(-6.5rem, -8vw, -4.5rem) auto 0;   /* muerde el borde del panel */
  position: relative; z-index: 3; overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.hero-rail__track {
  display: flex; gap: var(--s-4); width: max-content;
  animation: slide 46s linear infinite;
}
.hero-rail:hover .hero-rail__track { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) { .hero-rail__track { animation: none; } }

.hcell {
  flex: 0 0 auto; width: 204px; height: 178px;
  border-radius: var(--radius-l); box-shadow: var(--sh-3);
  padding: var(--s-5); overflow: hidden;
  display: flex; flex-direction: column; justify-content: space-between;
  background: var(--c-canvas); border: 1px solid var(--c-line); color: var(--c-text);
  transition: transform var(--d-mid) var(--e-out), box-shadow var(--d-mid);
}
.hcell:hover { transform: translateY(-4px); box-shadow: var(--sh-2); }
.hcell__cap { font-size: var(--t-small); font-weight: 500; line-height: 1.3; }
.hcell__cap--light { color: rgba(255,255,255,.9); }
.hcell__cap--light b { color: #fff; font-weight: 600; }

/* tarjetas de logo · fondo del color de la marca, logo en blanco */
.hcell--logo { align-items: flex-start; color: #fff; border-color: transparent; }
.hcell--logo .hcell__cap { color: rgba(255,255,255,.86); font-weight: 500; }
.hcell__logo { height: 38px; width: auto; max-width: 100%; object-fit: contain; }
.hcell__meta { display: flex; flex-direction: column; gap: 2px; }
.hcell__name { font-weight: 700; font-size: 1.02rem; line-height: 1.05; }
.hcell--claude  { background: linear-gradient(160deg, #E28A6D, #D97757); }
.hcell--excel   { background: linear-gradient(160deg, #2E8B57, #217346); }
.hcell--word    { background: linear-gradient(160deg, #3B6BB5, #2B579A); }
.hcell--gmail   { background: linear-gradient(160deg, #EA6157, #D93025); }
.hcell--outlook { background: linear-gradient(160deg, #2A90E8, #0F6CBD); }

/* tarjeta azul con mini-gráfico */
.hcell--blue { background: var(--grad-panel); border-color: transparent; color: #fff; }
.hcell__mini { display: flex; align-items: flex-end; gap: 7px; height: 78px; }
.hcell__mini i {
  flex: 1; border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, var(--brand-lime), rgba(198,242,78,.35));
}

/* tarjeta oscura con CTA */
.hcell--ink { background: linear-gradient(160deg, #0C2137, #0A1A2F); border-color: transparent; color: #fff; }
.hcell__ico {
  width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center;
  background: rgba(255,255,255,.1);
}

/* tarjeta lima con número */
.hcell--lime { background: var(--brand-lime); border-color: transparent; }
.hcell--lime .hcell__cap { color: var(--brand-lime-ink); }
.hcell__kpi { font-family: var(--f-display); font-size: 2.7rem; line-height: 1; color: #fff; }
.hcell__kpi--ink { color: var(--brand-lime-ink); }

@media (max-width: 640px) {
  .hero__eyebrow { display: none; }   /* oculta "Curso · VADAI" en mobile */
  .hcell { width: 158px; height: 150px; padding: var(--s-4); }
  .hcell__kpi { font-size: 2rem; }
  .hcell__logo { height: 34px; }
}

/* tarjetas mockup viejas (por si algún día vuelven) */
.hero__cards {
  width: min(100% - 2.5rem, var(--wrap));
  margin: clamp(-6rem, -9vw, -7.5rem) auto 0;
  position: relative; z-index: 3;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: var(--s-4);
}
.hcard {
  background: var(--c-canvas);
  border: 1px solid var(--c-line);
  border-radius: var(--radius-l);
  box-shadow: var(--sh-3);
  padding: var(--s-5);
  display: flex; flex-direction: column; gap: var(--s-3);
}
.hcard:nth-child(2) { transform: translateY(-18px); }
.hcard__top {
  display: flex; align-items: center; gap: 10px;
  font-size: var(--t-micro); color: var(--c-text-3);
}
.hcard__ico {
  width: 26px; height: 26px; border-radius: 8px; flex: none;
  background: var(--brand-accent-soft); color: var(--brand-accent-deep);
  display: grid; place-items: center; font-size: 12px;
}
.hcard__from { font-size: var(--t-small); color: var(--c-text-3); text-decoration: line-through; }
.hcard__to { font-size: .98rem; font-weight: 500; letter-spacing: -.02em; }
.hcard__bar {
  height: 5px; border-radius: 4px; background: var(--c-surface-2); overflow: hidden;
}
.hcard__bar i {
  display: block; height: 100%; border-radius: 4px;
  background: linear-gradient(90deg, var(--brand-accent-2), var(--brand-accent));
  width: 0; transition: width 1.3s var(--e-out) .4s;
}
.hcard.is-in .hcard__bar i { width: var(--w, 70%); }

/* franja de logos */
.trust-strip { padding: clamp(var(--s-8), 7vw, var(--s-9)) 0 var(--s-7); text-align: center; }
.trust-strip__t {
  font-size: clamp(1.05rem, 1.9vw, 1.35rem); font-weight: 500;
  letter-spacing: -.025em; margin-bottom: var(--s-6);
}
.trust-strip__t b { font-weight: 500; color: var(--brand-accent-deep); }


/* ══════════════════════════════════════════════════════════
   2 · EL DIAGNÓSTICO
   ══════════════════════════════════════════════════════════ */

.diag {
  background: var(--c-surface);
  border-block: 1px solid var(--c-line);
  padding-block: clamp(var(--s-9), 10vh, var(--s-10));
}

.diag__head { text-align: center; margin-bottom: var(--s-7); }
.diag__head h2 { margin: var(--s-4) 0 var(--s-3); }
.diag__head p { color: var(--c-text-2); max-width: 50ch; margin-inline: auto; }

.diag__card {
  width: min(100% - 2.5rem, 900px); margin-inline: auto;
  background: var(--c-canvas);
  border: 1px solid var(--c-line);
  border-radius: clamp(20px, 2.6vw, 30px);
  box-shadow: var(--sh-3);
  padding: clamp(var(--s-6), 4vw, var(--s-8));
  position: relative;
}

/* progreso */
.quiz-progress {
  display: flex; align-items: center; gap: var(--s-4);
  margin-bottom: var(--s-7);
}
.quiz-progress__track {
  flex: 1; height: 4px; background: var(--c-surface-2);
  border-radius: 4px; overflow: hidden;
}
.quiz-progress__fill {
  height: 100%; width: 0%;
  background: linear-gradient(90deg, var(--brand-accent-2), var(--brand-accent));
  border-radius: 4px;
  transition: width var(--d-slow) var(--e-out);
}
.quiz-progress__label {
  font-size: var(--t-micro); color: var(--c-text-3);
  letter-spacing: .1em; text-transform: uppercase;
  font-variant-numeric: tabular-nums; white-space: nowrap;
}
.quiz-progress__back {
  font-size: var(--t-small); color: var(--c-text-3);
  opacity: 0; pointer-events: none; transition: opacity var(--d-mid);
  white-space: nowrap;
}
.quiz-progress__back.is-on { opacity: 1; pointer-events: auto; }
.quiz-progress__back:hover { color: var(--brand-accent-deep); }

/* pasos */
.quiz { position: relative; min-height: 330px; }

.qstep {
  position: absolute; inset: 0;
  opacity: 0; visibility: hidden; transform: translateX(28px);
  transition: opacity .4s var(--e-out), transform .5s var(--e-out), visibility .4s;
}
.qstep.is-active { opacity: 1; visibility: visible; transform: none; position: relative; }
.qstep.is-past { transform: translateX(-28px); }

.qstep__q {
  font-size: clamp(1.35rem, 2.6vw, 1.95rem);
  font-weight: 500; letter-spacing: -.032em; margin-bottom: var(--s-2);
}
.qstep__hint { font-size: var(--t-small); color: var(--c-text-2); margin-bottom: var(--s-6); }

.opts { display: flex; flex-wrap: wrap; gap: var(--s-3); }
.opt {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 13px 20px;
  border: 1px solid var(--c-line-strong);
  border-radius: 100px;
  background: var(--c-canvas);
  font-size: .96rem; font-weight: 450; letter-spacing: -.01em;
  transition: border-color var(--d-fast), background var(--d-fast),
              color var(--d-fast), transform var(--d-fast) var(--e-out),
              box-shadow var(--d-mid);
}
.opt:hover { border-color: var(--brand-accent); color: var(--brand-accent); transform: translateY(-2px); box-shadow: var(--sh-1); }
.opt.is-on {
  background: var(--brand-accent-deep); color: #fff;
  border-color: var(--brand-accent-deep); box-shadow: var(--sh-blue);
}
/* icono SVG servido por Iconify. Si el CDN falla, el <img> queda vacío
   y el chip sigue funcionando: solo se ve sin icono. */
.opt__ico {
  width: 20px; height: 20px; flex: none;
  transition: filter var(--d-fast);
}
.opt.is-on .opt__ico { filter: brightness(0) invert(1); }   /* blanco sobre el chip azul */

/* paso 2 — siluetas */
.crowd {
  display: flex; flex-wrap: wrap; gap: 5px;
  height: 66px; align-content: center; margin-bottom: var(--s-6);
}
.crowd i {
  width: 7px; height: 15px; border-radius: 4px 4px 2px 2px;
  background: var(--c-surface-2);
  transform: scale(0); transform-origin: bottom;
  animation: pop .45s var(--e-spring) forwards;
}
.crowd i.hot { background: var(--brand-accent); }
@keyframes pop { to { transform: scale(1); } }

/* ——— paso 3: TAREAS · aquí ocurre el wow ———
   No se pregunta "cuántas horas pierdes" (nadie lo sabe).
   Se pregunta qué tareas reconoce, y el contador sube frente a sus ojos. */
.tasks { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-3); }

.task {
  display: flex; align-items: center; gap: var(--s-3);
  padding: var(--s-4);
  border: 1px solid var(--c-line-strong);
  border-radius: var(--radius-m);
  background: var(--c-canvas);
  text-align: left;
  transition: border-color var(--d-fast), background var(--d-fast),
              transform var(--d-fast) var(--e-out), box-shadow var(--d-mid);
}
.task:hover { border-color: var(--brand-accent); transform: translateY(-2px); box-shadow: var(--sh-1); }
.task.is-on {
  border-color: var(--brand-accent);
  background: var(--brand-accent-soft);
  box-shadow: 0 0 0 3px rgba(0,160,219,.08);
}
.task__check {
  width: 22px; height: 22px; border-radius: 7px; flex: none;
  border: 1.5px solid var(--c-line-strong);
  display: grid; place-items: center;
  font-size: 12px; color: transparent;
  transition: all var(--d-fast) var(--e-out);
}
.task.is-on .task__check {
  background: var(--brand-accent-deep); border-color: var(--brand-accent-deep); color: #fff;
}
.task__t { flex: 1; font-size: .93rem; line-height: 1.35; letter-spacing: -.012em; }
.task__h {
  font-size: var(--t-micro); font-variant-numeric: tabular-nums;
  color: var(--c-text-3); white-space: nowrap;
  padding: 4px 9px; border-radius: 100px; background: var(--c-surface);
  transition: all var(--d-fast);
}
.task.is-on .task__h { background: var(--brand-accent-deep); color: #fff; }

/* contador vivo */
.tally {
  margin-top: var(--s-6);
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--s-5); flex-wrap: wrap;
  padding: var(--s-5);
  border-radius: var(--radius-m);
  background: var(--grad-panel);
  color: #fff;
  box-shadow: var(--sh-blue);
  opacity: 0; transform: translateY(10px);
  transition: opacity var(--d-slow) var(--e-out), transform var(--d-slow) var(--e-out);
}
.tally.is-on { opacity: 1; transform: none; }
.tally__l { font-size: var(--t-small); color: rgba(255,255,255,.82); }
.tally__v {
  font-size: clamp(1.6rem, 3.4vw, 2.3rem); font-weight: 500;
  letter-spacing: -.04em; line-height: 1.05;
  font-variant-numeric: tabular-nums;
}
.tally__v small { font-size: .4em; opacity: .8; letter-spacing: -.01em; }

.qstep__foot {
  display: flex; align-items: center; gap: var(--s-5);
  flex-wrap: wrap; margin-top: var(--s-7);
}
.qstep__foot .tiny { color: var(--c-text-3); }

/* nota de fuentes bajo la tarjeta del diagnóstico */
.diag__source {
  width: min(100% - 2.5rem, 900px);
  margin: var(--s-5) auto 0;
  font-size: var(--t-small); color: var(--c-text-3);
  text-align: center; line-height: 1.6;
}
.diag__source b { color: var(--c-text-2); font-weight: 500; }

.diag__done { text-align: center; }

/* el beat de análisis entre el quiz y el resultado */
.analyzing {
  display: grid; place-items: center; gap: var(--s-4);
  text-align: center; padding: var(--s-8) 0;
  animation: fadeUp .5s var(--e-out);
}
.analyzing__t { font-size: clamp(1.2rem, 2.2vw, 1.6rem); font-weight: 500; letter-spacing: -.03em; }
.analyzing__list { display: grid; gap: 10px; }
.analyzing__list li {
  font-size: var(--t-small); color: var(--c-text-2);
  display: flex; align-items: center; gap: 9px; justify-content: center;
  opacity: 0; animation: fadeUp .5s var(--e-out) forwards;
}
.analyzing__list li::before { content: "✓"; color: var(--brand-accent-deep); font-size: .8em; }
.analyzing__list li:nth-child(1) { animation-delay: .25s; }
.analyzing__list li:nth-child(2) { animation-delay: .55s; }
.analyzing__list li:nth-child(3) { animation-delay: .85s; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
html.no-anim .analyzing__list li { opacity: 1; animation: none; }

/* La página de ventas se ve completa SIN responder el quiz (plan B).
   El quiz es una capa: al responderlo aparece el informe con tu número
   y las piezas marcadas .is-personal-only. */
.is-personal-only { display: none; }
body.is-personal .is-personal-only { display: revert; }
body.is-personal .contrast.is-personal-only { display: grid; }


/* ══════════════════════════════════════════════════════════
   3 · EL INFORME — un solo golpe, un solo número
   ══════════════════════════════════════════════════════════ */

.report { padding-block: clamp(var(--s-8), 8vh, var(--s-10)); }

.report__panel {
  padding: clamp(3rem, 7vw, 5.5rem) clamp(1.5rem, 5vw, 4rem);
  text-align: center;
}

/* ritmo vertical del informe — de arriba a abajo, una sola escala */
.report__badge { margin-bottom: var(--s-5); }

.report__pre {
  font-size: clamp(1rem, 1.7vw, 1.3rem);
  color: rgba(255,255,255,.86); margin-bottom: var(--s-4);
}

.report__big {
  font-size: clamp(4.2rem, 15vw, 10rem);
  font-weight: 500; line-height: .9; letter-spacing: -.06em;
  color: #fff; font-variant-numeric: tabular-nums;
  margin-bottom: var(--s-2);
}
.report__unit {
  font-size: clamp(1rem, 2vw, 1.4rem); color: rgba(255,255,255,.8);
  letter-spacing: -.02em;
}

/* dos traducciones del número, nada más */
.report__pair {
  display: flex; justify-content: center; gap: clamp(var(--s-4), 4vw, var(--s-6));
  flex-wrap: wrap; margin-top: var(--s-7);
}
.rp {
  padding: var(--s-4) var(--s-6);
  border-radius: var(--radius-m);
  background: rgba(255,255,255,.14);
  backdrop-filter: blur(6px);
  min-width: 200px;
}
.rp__v {
  font-size: clamp(1.4rem, 2.8vw, 2rem); font-weight: 500;
  letter-spacing: -.035em; color: #fff;
  font-variant-numeric: tabular-nums; line-height: 1.1;
}
.rp__l { font-size: var(--t-small); color: rgba(255,255,255,.78); margin-top: 5px; }

.report__actions {
  display: flex; align-items: center; justify-content: center;
  gap: var(--s-4); flex-wrap: wrap;
  margin-top: var(--s-8);   /* separa los botones de las equivalencias */
}

/* supuestos: transparencia = credibilidad */
.assump {
  margin-top: var(--s-7);
  max-width: 640px; margin-inline: auto;
  text-align: left;
}
.assump summary {
  list-style: none; cursor: pointer;
  font-size: var(--t-small); color: rgba(255,255,255,.75);
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.assump summary::-webkit-details-marker { display: none; }
.assump summary:hover { color: #fff; }
.assump summary::after {
  content: ""; width: 8px; height: 8px;
  border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform var(--d-mid) var(--e-out);
}
.assump[open] summary::after { transform: translateY(1px) rotate(-135deg); }
.assump__body {
  margin-top: var(--s-4); padding: var(--s-5);
  background: rgba(255,255,255,.12); border-radius: var(--radius-m);
  font-size: var(--t-small); color: rgba(255,255,255,.86); line-height: 1.6;
}
/* bullet posicionado, NO flex: así el texto y las negritas fluyen normal
   en una sola oración (con flex se partían en pedazos, sobre todo en móvil) */
.assump__body ul { display: grid; gap: 2px; }
.assump__body li { position: relative; padding: 5px 0 5px 16px; }
.assump__body li::before {
  content: "·"; position: absolute; left: 3px; top: 4px;
  opacity: .6; font-weight: 700;
}
.assump__body b { color: #fff; font-weight: 600; white-space: nowrap; }

.assump__h {
  font-size: var(--t-micro); letter-spacing: .1em; text-transform: uppercase;
  color: rgba(255,255,255,.6); margin-bottom: 8px;
}
.assump__src { display: grid; gap: 2px; }
.assump__src li {
  position: relative; padding: 9px 0 9px 22px;
  border-bottom: 1px solid rgba(255,255,255,.14);
  line-height: 1.5; font-size: var(--t-micro);
}
.assump__src li:last-child { border-bottom: 0; }
.assump__src li::before { content: "↗"; position: absolute; left: 2px; top: 9px; opacity: .5; }
.assump__src li.is-used::before { content: "★"; opacity: 1; }
.assump__src a {
  color: #fff; text-decoration: underline; text-underline-offset: 2px;
  overflow-wrap: anywhere;
}
.assump__src a:hover { opacity: .8; }



/* ══════════════════════════════════════════════════════════
   4 · ESCENAS ANTES / DESPUÉS  (solo 2 — menos es más)
   ══════════════════════════════════════════════════════════ */

/* Sin pineo ni position:fixed. Las escenas viven en el flujo normal del
   documento y solo se desvanecen hacia adentro al entrar en pantalla.
   El pineo con GSAP daba un efecto bonito y a cambio encimaba secciones
   cada vez que algo cambiaba de altura. No valía el costo. */

.scenes {
  padding-block: clamp(var(--s-9), 11vh, var(--s-10));
  background: var(--c-surface);
  border-block: 1px solid var(--c-line);
}

/* encabezado de sección: título grande + descripción con aire, formato de intro */
.scenes__head { text-align: center; margin-bottom: clamp(var(--s-8), 6vw, var(--s-9)); }
.scenes__head h2 { margin: var(--s-4) 0 var(--s-5); }
.scenes__head p {
  color: var(--c-text-2); max-width: 52ch; margin-inline: auto;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.5;
}

.scene-stage {
  display: grid;
  gap: clamp(var(--s-9), 10vh, var(--s-10));
}

.scene {
  opacity: 0; transform: translateY(22px);
  transition: opacity .8s var(--e-out), transform .9s var(--e-out);
}
.scene.is-live { opacity: 1; transform: none; }
html.no-anim .scene { opacity: 1; transform: none; }

/* el contenedor padre (.scene-stage) ya lleva .wrap y centra el ancho.
   Antes esta rejilla repetía el ancho pero sin márgenes automáticos,
   así que se recargaba a la izquierda. */
.scene__grid {
  width: 100%;
  display: grid; grid-template-columns: 1fr auto 1fr;
  gap: clamp(var(--s-5), 4vw, var(--s-8));
  align-items: center;
  justify-items: stretch;
}
.scene__side { min-width: 0; }
.scene__tag {
  font-size: var(--t-micro); letter-spacing: .12em; text-transform: uppercase;
  color: var(--c-text-3); margin-bottom: var(--s-3);
}
.scene__tag--after { color: var(--brand-accent-deep); }

.scene__arrow {
  display: grid; place-items: center;
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--brand-accent-deep); color: #fff;
  box-shadow: var(--sh-blue);
}

/* el caption va ARRIBA de los gráficos: primero entiendes qué mirar, luego lo ves.
   Se distingue del encabezado de sección: lleva un eyebrow "Ejemplo N" y es más compacto. */
.scene__caption { grid-column: 1 / -1; text-align: center; margin-bottom: var(--s-6); }
.scene__eyebrow {
  font-size: var(--t-micro); font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: var(--brand-accent-deep); margin-bottom: var(--s-3);
}
.scene__caption h3 { font-size: clamp(1.15rem, 1.8vw, 1.4rem); margin-bottom: var(--s-2); }
.scene__caption p { color: var(--c-text-2); font-size: var(--t-small); max-width: 52ch; margin-inline: auto; }

/* maqueta de app */
.mock {
  background: var(--c-canvas);
  border: 1px solid var(--c-line);
  border-radius: var(--radius-m);
  box-shadow: var(--sh-3);
  overflow: hidden;
}
.mock__bar {
  display: flex; align-items: center; gap: 6px;
  padding: 10px 14px; border-bottom: 1px solid var(--c-line);
  background: var(--c-surface);
}
.mock__bar i { width: 8px; height: 8px; border-radius: 50%; background: var(--c-line-strong); }
.mock__title {
  margin-left: 8px; font-size: var(--t-micro); color: var(--c-text-3);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.mock__body { padding: var(--s-4); }

/* pocos correos, más grandes y legibles */
.mail-row {
  display: flex; align-items: center; gap: 10px;
  padding: 13px 6px; border-bottom: 1px solid var(--c-line); font-size: .85rem;
}
.mail-row:last-child { border-bottom: 0; }
.mail-row i { width: 8px; height: 8px; border-radius: 50%; background: var(--brand-accent); flex: none; }
.mail-row span { color: var(--c-text-2); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mail-count {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: var(--t-small); font-weight: 500; color: #C4342C; margin-bottom: var(--s-3);
}

.reply {
  border: 1px solid var(--c-line); border-radius: var(--radius-s);
  padding: var(--s-3) var(--s-4); margin-bottom: var(--s-3);
  background: var(--c-canvas);
}
.reply__to { font-size: var(--t-micro); color: var(--c-text-3); margin-bottom: 4px; }
.reply__body { font-size: .8rem; line-height: 1.5; color: var(--c-text-2); }
.reply__ok {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: var(--t-micro); color: var(--brand-success); margin-top: 8px;
}

/* ——— simulación de hoja de Excel: rejilla con encabezados y datos ——— */
.xls {
  border: 1px solid var(--c-line-strong);
  border-radius: 6px; overflow: hidden;
  background: #fff;
}
.xls__r { display: grid; grid-template-columns: 26px repeat(5, 1fr); }
.xls__h, .xls__rn {
  display: grid; place-items: center; height: 21px;
  font-size: 12px; font-weight: 500; color: var(--c-text-3);
  background: var(--c-surface-2);
  border-right: 1px solid var(--c-line-strong);
  border-bottom: 1px solid var(--c-line-strong);
}
.xls__c {
  height: 21px; display: flex; align-items: center; padding: 0 5px;
  background: #fff;
  border-right: 1px solid var(--c-line);
  border-bottom: 1px solid var(--c-line);
}
.xls__r:nth-child(even) .xls__c { background: var(--c-surface); }
.xls__c i {
  display: block; height: 5px; border-radius: 2px;
  background: var(--c-text-3); opacity: .4;
}

.kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-3); margin-bottom: var(--s-4); }
.kpi { border: 1px solid var(--c-line); border-radius: var(--radius-s); padding: var(--s-3); background: var(--c-canvas); }
.kpi__l { font-size: var(--t-micro); color: var(--c-text-3); margin-bottom: 3px; }
.kpi__v { font-size: 1.15rem; font-weight: 500; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.kpi__d { font-size: var(--t-micro); color: var(--brand-success); }

.chart { display: flex; align-items: flex-end; gap: 8px; height: 96px; padding-top: var(--s-2); }
.chart b {
  flex: 1; border-radius: 5px 5px 2px 2px; height: 8%;
  background: linear-gradient(180deg, var(--brand-accent-2), var(--brand-accent));
  opacity: .6;
}
.chart b.hi { opacity: 1; }

.slides { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-3); }
.slide {
  aspect-ratio: 16/10; border: 1px solid var(--c-line); border-radius: var(--radius-s);
  padding: 10px; background: var(--c-canvas);
  display: flex; flex-direction: column; gap: 5px;
}
.slide__t { font-size: .62rem; font-weight: 500; }
.slide__l { height: 3px; border-radius: 2px; background: var(--c-surface-2); }
.slide__l.s { width: 60%; }
.slide__chart { margin-top: auto; display: flex; align-items: flex-end; gap: 3px; height: 26px; }
.slide__chart i { flex: 1; background: var(--brand-signal-soft); border-radius: 1px; }

/* animación interna en cascada */
.scene [data-anim] { opacity: 0; transform: translateY(12px); }
.scene.is-live [data-anim] {
  opacity: 1; transform: none;
  transition: opacity .6s var(--e-out), transform .7s var(--e-out);
  transition-delay: calc(var(--i, 0) * 65ms + 120ms);
}
.scene .chart b[data-anim] { transform-origin: bottom; transform: scaleY(.06); }
.scene.is-live .chart b[data-anim] { transform: scaleY(1); }
html.no-anim .scene [data-anim] { opacity: 1; transform: none; }



/* ══════════════════════════════════════════════════════════
   5 · LA CONSOLA
   ══════════════════════════════════════════════════════════ */

.console-sec { background: var(--c-canvas); }
.console-head { text-align: center; margin-bottom: var(--s-7); }
.console-head h2 { margin: var(--s-4) 0 var(--s-4); }

.console {
  display: grid; grid-template-columns: 320px 1fr;
  border: 1px solid var(--c-line);
  border-radius: clamp(18px, 2.4vw, 26px);
  background: var(--c-canvas);
  box-shadow: var(--sh-3);
  overflow: hidden; min-height: 470px;
}

.console__aside {
  border-right: 1px solid var(--c-line);
  background: var(--c-surface);
  padding: var(--s-5); display: flex; flex-direction: column;
}
.console__label {
  font-size: var(--t-micro); letter-spacing: .12em; text-transform: uppercase;
  color: var(--c-text-3); margin-bottom: var(--s-4);
}
.console__prompts { display: grid; gap: var(--s-3); }
.cprompt {
  text-align: left; width: 100%;
  border: 1px solid var(--c-line); border-radius: var(--radius-m);
  background: var(--c-canvas); padding: var(--s-4);
  transition: border-color var(--d-fast), transform var(--d-fast) var(--e-out), box-shadow var(--d-mid);
}
.cprompt:hover { border-color: var(--brand-accent); transform: translateY(-2px); box-shadow: var(--sh-1); }
.cprompt.is-on { border-color: var(--brand-accent); box-shadow: 0 0 0 3px rgba(0,160,219,.1); }
.cprompt__t { font-size: .89rem; font-weight: 500; margin-bottom: 3px; letter-spacing: -.012em; }
.cprompt__d { font-size: var(--t-micro); color: var(--c-text-3); line-height: 1.45; }

.console__note {
  margin-top: auto; padding-top: var(--s-5);
  font-size: var(--t-micro); color: var(--c-text-3); line-height: 1.5;
}

.console__main { display: flex; flex-direction: column; min-width: 0; }
.console__input {
  display: flex; align-items: flex-start; gap: var(--s-3);
  padding: var(--s-5); border-bottom: 1px solid var(--c-line);
}
.console__avatar {
  width: 26px; height: 26px; border-radius: 8px; flex: none;
  background: var(--brand-accent-soft); color: var(--brand-accent-deep);
  display: grid; place-items: center; font-size: 12px; font-weight: 600;
}
.console__typed {
  font-family: var(--f-mono); font-size: .82rem; line-height: 1.6; min-height: 3.2em;
}
.console__typed::after {
  content: ""; display: inline-block; width: 7px; height: 1em;
  background: var(--brand-accent); margin-left: 2px;
  vertical-align: text-bottom; animation: blink 1.05s steps(2) infinite;
}
.console__typed.done::after { display: none; }
@keyframes blink { 50% { opacity: 0; } }

.console__out { flex: 1; padding: var(--s-5); overflow: auto; display: grid; align-content: start; gap: var(--s-4); }

.thinking { display: flex; align-items: center; gap: 9px; font-size: var(--t-small); color: var(--c-text-3); }
.thinking i { width: 5px; height: 5px; border-radius: 50%; background: var(--brand-accent); animation: bob 1.15s var(--e-in-out) infinite; }
.thinking i:nth-child(2) { animation-delay: .14s; }
.thinking i:nth-child(3) { animation-delay: .28s; }
@keyframes bob { 0%,60%,100% { opacity: .25; transform: translateY(0); } 30% { opacity: 1; transform: translateY(-4px); } }

.artifact { border: 1px solid var(--c-line); border-radius: var(--radius-m); overflow: hidden; opacity: 0; transform: translateY(14px); }
.artifact.is-in { opacity: 1; transform: none; transition: all .7s var(--e-out); }
.artifact__head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px var(--s-4); border-bottom: 1px solid var(--c-line);
  background: var(--c-surface); font-size: var(--t-micro); color: var(--c-text-2);
}
.artifact__badge {
  font-family: var(--f-mono); font-size: 12px; letter-spacing: .06em;
  padding: 2px 7px; border-radius: 5px;
  background: var(--brand-accent-soft); color: var(--brand-accent-deep);
}
.artifact__body { padding: var(--s-4); }

.a-table { width: 100%; border-collapse: collapse; font-size: .78rem; }
.a-table th {
  text-align: left; font-weight: 500; color: var(--c-text-3);
  font-size: var(--t-micro); padding: 6px 8px; border-bottom: 1px solid var(--c-line);
  text-transform: uppercase; letter-spacing: .06em;
}
.a-table td { padding: 8px; border-bottom: 1px solid var(--c-surface); font-variant-numeric: tabular-nums; }
.a-table tr:last-child td { border-bottom: 0; }
.a-table .pos { color: var(--brand-success); }
.a-table .neg { color: #C4342C; }

.console__cta {
  border-top: 1px solid var(--c-line); padding: var(--s-5);
  display: flex; align-items: center; justify-content: center;
  gap: var(--s-5); background: var(--brand-accent-soft);
  font-size: var(--t-small); color: var(--c-text-2); line-height: 1.55;
  opacity: 0; transition: opacity var(--d-slow) var(--e-out);
}
.console__cta b { color: var(--c-text); font-weight: 500; }
.console__cta .btn { flex: none; }
.console__cta.is-on { opacity: 1; }


/* ══════════════════════════════════════════════════════════
   6 · LA RUTA
   ══════════════════════════════════════════════════════════ */

.route__head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: var(--s-6); margin-bottom: var(--s-7); flex-wrap: wrap;
}
.route__head h2 { margin: var(--s-4) 0 var(--s-3); }
.route__nav { display: flex; gap: var(--s-2); }
.route__btn {
  width: 42px; height: 42px; border-radius: 50%;
  border: 1px solid var(--c-line-strong); display: grid; place-items: center;
  transition: background var(--d-fast), border-color var(--d-fast), color var(--d-fast);
}
.route__btn:hover { background: var(--brand-accent-deep); border-color: var(--brand-accent-deep); color: #fff; }
.route__btn[disabled] { opacity: .3; pointer-events: none; }

.rail {
  display: flex; gap: var(--s-4);
  overflow-x: auto; scroll-snap-type: x mandatory;
  padding-bottom: var(--s-5);
  padding-inline: max(1.25rem, calc(50vw - var(--wrap)/2));
  scrollbar-width: none;
}
.rail::-webkit-scrollbar { display: none; }

.station {
  flex: 0 0 clamp(268px, 30vw, 330px);
  scroll-snap-align: start;
  border: 1px solid var(--c-line); border-radius: var(--radius-l);
  padding: var(--s-6); background: var(--c-canvas);
  box-shadow: var(--sh-1);
  display: flex; flex-direction: column;
  transition: border-color var(--d-mid), box-shadow var(--d-mid), transform var(--d-mid) var(--e-out);
}
.station:hover { transform: translateY(-3px); box-shadow: var(--sh-2); }
.station.is-yours {
  border-color: transparent;
  background: var(--grad-panel); color: #fff;
  box-shadow: var(--sh-blue);
}
.station__n {
  display: inline-block; align-self: flex-start;
  font-size: 12px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase;
  color: var(--brand-accent-deep); background: var(--brand-accent-soft);
  padding: 5px 11px; border-radius: 100px;
  margin-bottom: var(--s-5);
}
.station.is-yours .station__n { color: #fff; background: rgba(255,255,255,.22); }
.station__t { font-size: 1.1rem; margin-bottom: var(--s-3); }
.station__d { font-size: var(--t-small); color: var(--c-text-2); line-height: 1.55; margin-bottom: var(--s-4); }
.station.is-yours .station__d { color: rgba(255,255,255,.82); }
.station__items { display: grid; gap: 7px; }
.station__items li { font-size: var(--t-small); color: var(--c-text-2); display: flex; gap: 8px; align-items: flex-start; }
.station.is-yours .station__items li { color: rgba(255,255,255,.82); }
.station__items li::before { content: "·"; color: var(--brand-accent); font-weight: 700; }
.station.is-yours .station__items li::before { color: #fff; }
.station__you {
  margin-top: auto; padding: var(--s-3) var(--s-4);
  background: var(--brand-accent-soft); border-radius: var(--radius-s);
  font-size: var(--t-small); line-height: 1.45; color: var(--brand-accent-deep);
}
.station.is-yours .station__you { background: rgba(255,255,255,.16); color: #fff; }


/* CTA de cierre de sección — el mismo destino repetido, no seis distintos */
.section-cta {
  display: flex; flex-direction: column; align-items: center;
  gap: var(--s-3);
  margin-top: clamp(var(--s-7), 6vw, var(--s-8));
  text-align: center;
}
.section-cta .tiny { color: var(--c-text-3); }


/* ══════════════════════════════════════════════════════════
   7 · RESPALDO
   ══════════════════════════════════════════════════════════ */

.proof { background: var(--c-canvas); }

.marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee__track { display: flex; gap: var(--s-8); width: max-content; animation: slide 42s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes slide { to { transform: translateX(-50%); } }

.logo-ph {
  height: 38px; min-width: 122px; display: grid; place-items: center;
  border: 1px dashed var(--c-line-strong); border-radius: var(--radius-s);
  font-size: var(--t-micro); color: var(--c-text-3); letter-spacing: .06em;
  padding-inline: var(--s-4); white-space: nowrap; background: var(--c-canvas);
}

.backing-head { text-align: center; margin-bottom: clamp(var(--s-7), 5vw, var(--s-8)); }
.backing-head h2 { margin: var(--s-4) 0 var(--s-4); }

.backing { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-4); }
.back-card {
  background: var(--c-canvas); border: 1px solid var(--c-line);
  border-radius: var(--radius-l); padding: clamp(var(--s-5), 3vw, var(--s-7));
}
.back-card__logo { height: 32px; margin-bottom: var(--s-4); }
.back-card__logo img { height: 100%; width: auto; display: block; }
.back-card__role {
  font-size: var(--t-micro); font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  color: var(--brand-accent-deep); margin-bottom: var(--s-3);
}
.back-card__d { font-size: .95rem; color: var(--c-text-2); line-height: 1.6; margin-bottom: var(--s-5); }
.back-card__pts { display: grid; gap: var(--s-3); border-top: 1px solid var(--c-line); padding-top: var(--s-5); }
.back-card__pts li {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: var(--t-small); color: var(--c-text-2); line-height: 1.4;
}
.back-card__pts li::before {
  content: "✓"; color: var(--brand-accent-deep); font-weight: 700; flex: none;
}
.back-card__pts b { color: var(--c-text); font-weight: 600; }

/* franja "no te dejamos solo" */
.backing-support {
  display: flex; align-items: center; gap: var(--s-4);
  max-width: 780px; margin: var(--s-6) auto 0;
  padding: var(--s-5) var(--s-6);
  background: var(--brand-accent-soft);
  border-radius: var(--radius-l);
}
.backing-support img { flex: none; }
.backing-support p { font-size: .97rem; color: var(--c-text); line-height: 1.55; }
.backing-support b { font-weight: 600; }

@media (max-width: 640px) { .backing-support { flex-direction: column; text-align: center; } }

/* ——— carrusel de testimonios: se mueve solo, se detiene al pasar el mouse ——— */
.tmarquee {
  margin-top: var(--s-8);
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  padding-block: var(--s-3);
}
.tmarquee__track {
  display: flex; width: max-content;
  /* SIN gap: el espaciado va en margin-right de cada tarjeta.
     Así el ancho total es exactamente 2× una copia y el -50% cae al
     inicio de la segunda copia → bucle perfecto, sin saltos ni blanco. */
  /* lento a propósito: el testimonio tiene que poder leerse completo. */
  animation: tslide 140s linear infinite;
}
.tmarquee:hover .tmarquee__track,
.tmarquee:focus-within .tmarquee__track { animation-play-state: paused; }
@keyframes tslide { to { transform: translateX(-50%); } }

@media (prefers-reduced-motion: reduce) {
  .tmarquee { overflow-x: auto; scroll-snap-type: x mandatory; }
  .tmarquee__track { animation: none; }
  .tcard { scroll-snap-align: center; }
}

.tcard {
  flex: 0 0 clamp(300px, 34vw, 400px);
  margin-right: var(--s-4);          /* espaciado uniforme (no gap) → bucle exacto */
  background: var(--c-canvas);
  border: 1px solid var(--c-line);
  border-radius: var(--radius-l);
  box-shadow: var(--sh-2);
  padding: var(--s-6);
  display: flex; flex-direction: column;
}
.tcard__metric {
  font-size: clamp(1.9rem, 3.6vw, 2.5rem); font-weight: 500;
  letter-spacing: -.045em; line-height: 1;
  background: var(--grad-text); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.tcard__unit { font-size: var(--t-small); color: var(--c-text-3); margin: 6px 0 var(--s-4); }
.tcard__q {
  font-size: .96rem; line-height: 1.6; color: var(--c-text);
  margin-bottom: var(--s-5); flex: 1;
}
.tcard__q::before { content: "“"; color: var(--brand-accent); font-size: 1.4em; line-height: 0; vertical-align: -.25em; margin-right: 2px; }
.tcard__who { display: flex; align-items: center; gap: var(--s-3); }
.tcard__ava {
  width: 40px; height: 40px; border-radius: 50%; flex: none;
  background: var(--brand-accent-soft); color: var(--brand-accent-deep);
  display: grid; place-items: center;
  font-size: .82rem; font-weight: 600; letter-spacing: -.02em;
}
.tcard__n { font-size: .9rem; font-weight: 500; }
.tcard__r { font-size: var(--t-micro); color: var(--c-text-3); }




/* ══════════════════════════════════════════════════════════
   8 · LA OFERTA
   ══════════════════════════════════════════════════════════ */

.offer__head { text-align: center; margin-bottom: var(--s-8); }
.offer__head h2 { margin: var(--s-4) 0 0; }

.contrast {
  display: grid; grid-template-columns: 1fr auto 1fr; gap: var(--s-5);
  align-items: center; max-width: 800px; margin: 0 auto var(--s-8);
  padding: var(--s-6); border: 1px solid var(--c-line);
  border-radius: var(--radius-l); background: var(--c-canvas);
  box-shadow: var(--sh-2);
}
.contrast__side { text-align: center; }
.contrast__v {
  font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 500;
  letter-spacing: -.04em; font-variant-numeric: tabular-nums; line-height: 1.1;
}
.contrast__v.bad { color: #C4342C; }
.contrast__v.good { color: var(--brand-accent-deep); }
.contrast__l { font-size: var(--t-small); color: var(--c-text-2); margin-top: 6px; }
.contrast__vs { font-size: var(--t-micro); letter-spacing: .12em; text-transform: uppercase; color: var(--c-text-3); }

.pack {
  display: grid; grid-template-columns: 1.25fr 1fr;
  border: 1px solid var(--c-line); border-radius: clamp(20px, 2.6vw, 30px);
  overflow: hidden; box-shadow: var(--sh-3); background: var(--c-canvas);
}
.pack__left { padding: clamp(var(--s-6), 4vw, var(--s-8)); }
.pack__title { font-size: 1.5rem; margin-bottom: var(--s-2); }
.pack__sub { font-size: var(--t-small); color: var(--c-text-2); margin-bottom: var(--s-6); }

.stack-list { display: grid; }
.stack-item {
  display: grid; grid-template-columns: 1fr auto; gap: var(--s-4);
  align-items: baseline; padding: var(--s-4) 0; border-bottom: 1px solid var(--c-line);
}
.stack-item:first-child { border-top: 1px solid var(--c-line); }
.stack-item__n { font-size: .95rem; font-weight: 450; letter-spacing: -.012em; }
.stack-item__d { font-size: var(--t-small); color: var(--c-text-2); margin-top: 3px; }
.stack-item__v { font-size: var(--t-small); color: var(--c-text-3); font-variant-numeric: tabular-nums; white-space: nowrap; }
.stack-item--bonus .stack-item__v { color: var(--brand-success); font-weight: 600; }
.stack-item--bonus .stack-item__n::before {
  content: "BONO"; font-size: 12px; letter-spacing: .1em;
  background: var(--brand-accent-soft); color: var(--brand-accent-deep);
  padding: 2px 6px; border-radius: 5px; margin-right: 8px; vertical-align: 1px;
}

.stack-total { display: flex; justify-content: space-between; align-items: baseline; padding-top: var(--s-5); font-size: var(--t-small); color: var(--c-text-3); }

.pack__right {
  background: var(--grad-panel); color: #fff;
  padding: clamp(var(--s-6), 4vw, var(--s-8));
  display: flex; flex-direction: column; justify-content: center;
}

.price { margin-bottom: var(--s-5); }
.price__was { font-size: var(--t-small); color: rgba(255,255,255,.72); }
.price__now {
  font-size: clamp(2.6rem, 6vw, 3.8rem); font-weight: 500;
  letter-spacing: -.05em; line-height: 1; font-variant-numeric: tabular-nums;
  display: flex; align-items: baseline; gap: 8px; color: #fff;
}
.price__cur { font-size: .3em; color: rgba(255,255,255,.7); letter-spacing: 0; }
.price__note { font-size: var(--t-small); color: rgba(255,255,255,.78); margin-top: var(--s-3); }


.guarantee {
  display: flex; gap: var(--s-3); align-items: flex-start;
  margin-top: var(--s-5); padding-top: var(--s-5); border-top: 1px solid rgba(255,255,255,.22);
  font-size: var(--t-small); color: rgba(255,255,255,.85); line-height: 1.5;
}
.guarantee svg { flex: none; color: #fff; margin-top: 2px; }
.pay-row { display: flex; align-items: center; gap: var(--s-3); justify-content: center; margin-top: var(--s-5); font-size: var(--t-micro); color: rgba(255,255,255,.65); }


/* ══════════════════════════════════════════════════════════
   9 · OBJECIONES
   ══════════════════════════════════════════════════════════ */

.objections { max-width: 820px; margin-inline: auto; }
.obj { border-bottom: 1px solid var(--c-line); }
.obj summary {
  list-style: none; cursor: pointer;
  padding: var(--s-5) var(--s-8) var(--s-5) 0;
  font-size: clamp(1rem, 1.6vw, 1.15rem); font-weight: 450;
  letter-spacing: -.02em; position: relative; transition: color var(--d-fast);
}
.obj summary::-webkit-details-marker { display: none; }
.obj summary::after {
  content: ""; position: absolute; right: var(--s-3); top: 50%;
  width: 11px; height: 11px;
  border-right: 1.5px solid var(--c-text-3); border-bottom: 1.5px solid var(--c-text-3);
  transform: translateY(-70%) rotate(45deg);
  transition: transform var(--d-mid) var(--e-out);
}
.obj[open] summary::after { transform: translateY(-30%) rotate(-135deg); border-color: var(--brand-accent-deep); }
.obj summary:hover { color: var(--brand-accent-deep); }
.obj__a { padding: 0 var(--s-8) var(--s-6) 0; color: var(--c-text-2); line-height: 1.65; font-size: .97rem; }
.obj__q { color: var(--c-text-3); font-style: italic; }


/* ══════════════════════════════════════════════════════════
   10 · CIERRE
   ══════════════════════════════════════════════════════════ */

.close { padding-block: clamp(var(--s-8), 8vh, var(--s-9)); }
.close__panel { padding: clamp(3.5rem, 8vw, 6rem) clamp(1.5rem, 5vw, 4rem); text-align: center; }
.close__num {
  font-size: clamp(3.4rem, 11vw, 7.5rem); font-weight: 500;
  letter-spacing: -.06em; line-height: .95; color: #fff;
  font-variant-numeric: tabular-nums; margin-bottom: var(--s-3);
}
.close__unit { color: rgba(255,255,255,.75); font-size: var(--t-small); letter-spacing: .1em; text-transform: uppercase; margin-bottom: var(--s-6); }
.close__line {
  font-size: clamp(1.2rem, 2.6vw, 1.85rem); font-weight: 450; color: #fff;
  letter-spacing: -.03em; line-height: 1.3; max-width: 24ch; margin: 0 auto var(--s-7); text-wrap: balance;
}


/* ══════════════════════════════════════════════════════════
   11 · FOOTER + DOCK
   ══════════════════════════════════════════════════════════ */

.site-footer { border-top: 1px solid var(--c-line); padding-block: var(--s-7) calc(var(--s-7) + 60px); font-size: var(--t-small); color: var(--c-text-3); }
.footer__row { display: flex; justify-content: space-between; gap: var(--s-5); flex-wrap: wrap; }
.footer__links { display: flex; gap: var(--s-5); flex-wrap: wrap; }
.footer__links a:hover { color: var(--brand-accent-deep); }

.dock {
  position: fixed; left: 50%; bottom: var(--s-5); z-index: 80;
  transform: translate(-50%, 130%);
  display: flex; align-items: center; gap: var(--s-4);
  padding: 8px 8px 8px var(--s-5);
  background: rgba(255,255,255,.9);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  border: 1px solid var(--c-line);
  border-radius: 100px; box-shadow: var(--sh-3);
  transition: transform var(--d-slow) var(--e-out);
  max-width: calc(100% - 2rem);
}
.dock.is-on { transform: translate(-50%, 0); }
.dock__txt { font-size: var(--t-small); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dock__txt b { font-weight: 500; color: var(--brand-accent-deep); }
.dock .btn { padding: 11px 20px; font-size: .9rem; }


/* ══════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════ */

@media (max-width: 980px) {
  .hero__cards { grid-template-columns: 1fr; margin-top: -5rem; }
  .hcard:nth-child(2) { transform: none; }
  .console { grid-template-columns: 1fr; min-height: 0; }
  .console__aside { border-right: 0; border-bottom: 1px solid var(--c-line); }
  .console__note { margin-top: var(--s-5); }
  .pack { grid-template-columns: 1fr; }
  .backing, .cases { grid-template-columns: 1fr; }
  .scene__grid { grid-template-columns: 1fr; gap: var(--s-4); }
  .scene__arrow { transform: rotate(90deg); justify-self: center; }
  .scene-stage { gap: var(--s-9); }
}

@media (max-width: 720px) {
  .tasks { grid-template-columns: 1fr; }
  .report__pair { flex-direction: column; align-items: stretch; }
  .contrast { grid-template-columns: 1fr; }
  .contrast__vs { justify-self: center; }
  .header__actions .link-ghost { display: none; }
  .dock__txt { display: none; }
  .dock { padding: 7px; }
  .diag__card { padding: var(--s-5); }
  .quiz { min-height: 420px; }
}


/* ══════════════════════════════════════════════════════════
   ESTILO REFERENCIA — tipografía grande, lima, cards de curso
   ══════════════════════════════════════════════════════════ */

/* — módulos como tarjetas de curso — */
.station { padding: 0; overflow: hidden; }
.station__thumb {
  position: relative; height: 116px;
  display: grid; place-items: center;
  background:
    radial-gradient(120% 140% at 20% 0%, rgba(255,255,255,.22), transparent 60%),
    linear-gradient(150deg, #4FC6EE, #00A0DB 55%, #006E96);
  overflow: hidden;
}
.station__thumb::after {         /* patrón de pixeles estilo referencia */
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(120deg, #000, transparent 70%);
  -webkit-mask-image: linear-gradient(120deg, #000, transparent 70%);
}
.station__num {
  font-family: var(--f-display); font-size: 3.4rem; color: #fff;
  line-height: 1; letter-spacing: 0; position: relative; z-index: 1;
  text-shadow: 0 4px 16px rgba(0,60,85,.3);
}
.station__badge {
  position: absolute; top: 12px; left: 12px; z-index: 1;
  font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  background: var(--brand-lime); color: var(--brand-lime-ink);
  padding: 5px 10px; border-radius: 100px;
}
.station__body { padding: var(--s-6); display: flex; flex-direction: column; flex: 1; }
.station.is-yours .station__thumb {
  background:
    radial-gradient(120% 140% at 20% 0%, rgba(255,255,255,.22), transparent 60%),
    linear-gradient(150deg, #0A1A2F, #0A1A2F);
}
.station.is-yours .station__badge { background: var(--brand-lime); color: var(--brand-lime-ink); }

/* ══════════════════════════════════════════════════════════
   FRANJA-PROMESA — statement band oscuro bajo el hero
   ══════════════════════════════════════════════════════════ */
.vband {
  background: linear-gradient(165deg, #0C2137 0%, #0A1A2F 58%, #071322 100%);
  color: #fff; text-align: center;
  padding-block: clamp(var(--s-8), 7vw, var(--s-9));
}
.vband__wrap { max-width: 920px; margin-inline: auto; }
.vband__eyebrow {
  font-size: var(--t-micro); letter-spacing: .18em; text-transform: uppercase;
  color: var(--brand-accent-2); margin-bottom: var(--s-4);
}
.vband__big {
  font-size: clamp(1.65rem, 4.2vw, 3rem); line-height: 1.14;
  letter-spacing: -.01em; color: #fff;
}
.vband__big em { color: var(--brand-lime); font-style: normal; }
.vband__sub {
  margin: var(--s-5) auto 0; max-width: 62ch;
  font-size: var(--t-body); color: rgba(255,255,255,.78); line-height: 1.6;
}

/* ══════════════════════════════════════════════════════════
   QUÉ INCLUYE — dos columnas compactas + logos de pago
   ══════════════════════════════════════════════════════════ */
.incluye2__grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(var(--s-6), 4vw, var(--s-8)); align-items: center;
}
.incluye2__media { position: relative; margin: 0; }
.incluye2__media img { width: 100%; height: auto; display: block; border-radius: var(--radius-l); }
.incluye2__pill {
  position: absolute; left: 50%; bottom: 16px; transform: translateX(-50%);
  display: inline-flex; align-items: center; gap: 8px; white-space: nowrap;
  background: var(--grad-panel); color: #fff; box-shadow: var(--sh-blue);
  padding: 10px 18px; border-radius: 100px;
  font-size: var(--t-small); font-weight: 600;
}
.incluye2__body h2 { margin: var(--s-4) 0 var(--s-5); }
.incluye2__hero-card {
  background: var(--grad-panel); color: #fff; box-shadow: var(--sh-blue);
  border-radius: var(--radius-m); padding: var(--s-4) var(--s-5);
  font-size: 1.02rem; line-height: 1.35; margin-bottom: var(--s-5);
}
.incluye2__hero-card b { color: var(--brand-lime); }
.incluye2__cards {
  display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-4);
  margin-bottom: var(--s-6);
}
.inc-card {
  border: 1px solid var(--c-line); border-radius: var(--radius-m);
  background: var(--c-canvas); padding: var(--s-4); box-shadow: var(--sh-1);
}
.inc-card__ic {
  display: inline-grid; place-items: center; width: 40px; height: 40px;
  border-radius: 11px; background: var(--brand-accent-soft); margin-bottom: var(--s-3);
}
.inc-card__t { font-size: .98rem; font-weight: 600; line-height: 1.25; }
.inc-card__d { font-size: var(--t-small); color: var(--c-text-2); line-height: 1.4; margin-top: 3px; }
.inc-card__tag {
  display: inline-block; margin-top: var(--s-3);
  font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
  color: var(--brand-lime-ink); background: var(--brand-lime);
  padding: 3px 9px; border-radius: 100px;
}

.paylogos {
  margin-top: clamp(var(--s-7), 5vw, var(--s-8));
  padding-top: var(--s-6); border-top: 1px solid var(--c-line);
  text-align: center;
}
.paylogos__lead { font-size: var(--t-small); color: var(--c-text-2); margin-bottom: var(--s-4); }
.paylogos__lead b { color: var(--brand-accent-deep); }
.paylogos__row {
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap;
  gap: clamp(var(--s-4), 3vw, var(--s-6));
}
.paylogo { height: 30px; width: auto; }
.paylogo--txt {
  font-family: var(--f-display); font-size: 1.05rem; letter-spacing: .01em;
  color: var(--c-text-3);
}
.paylogo--msi { font-family: var(--f-sans); font-size: .82rem; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }

@media (max-width: 820px) {
  .incluye2__grid { grid-template-columns: 1fr; }
  .incluye2__media { max-width: 520px; margin-inline: auto; }
}
@media (max-width: 460px) { .incluye2__cards { grid-template-columns: 1fr; } }

/* ══════════════════════════════════════════════════════════
   TEMARIO — línea de tiempo vertical numerada (estilo referencia)
   ══════════════════════════════════════════════════════════ */
.tl-head { text-align: center; margin-bottom: clamp(var(--s-7), 5vw, var(--s-8)); }
.tl-head__big {
  font-size: clamp(2.6rem, 10vw, 7rem); line-height: 1;
  color: var(--brand-ink); opacity: .10; margin: -.06em 0 0;
}
.tl-head .lede { margin-top: var(--s-4); margin-inline: auto; }
.tl-format { display: flex; flex-wrap: wrap; justify-content: center; gap: var(--s-3); margin-top: var(--s-5); }
.tl-format span {
  font-size: var(--t-small); font-weight: 500;
  color: var(--brand-accent-deep); background: var(--brand-accent-soft);
  padding: 7px 15px; border-radius: 100px;
}

.timeline { position: relative; max-width: 900px; margin: 0 auto; }
.timeline::before {
  content: ""; position: absolute; left: 50%; top: 8px; bottom: 8px;
  width: 2px; transform: translateX(-50%);
  background: linear-gradient(var(--brand-accent), var(--c-line-strong));
}
.tl-item {
  position: relative; width: 50%; box-sizing: border-box;
  padding-bottom: clamp(var(--s-6), 4vw, var(--s-8));
}
.tl-item:nth-child(odd) { left: 0; padding-right: calc(27px + var(--s-6)); }
.tl-item:nth-child(even) { left: 50%; padding-left: calc(27px + var(--s-6)); }

.tl-node {
  position: absolute; top: 0; width: 54px; height: 54px; border-radius: 50%;
  display: grid; place-items: center; z-index: 1;
  background: var(--grad-panel); box-shadow: var(--sh-blue);
  border: 3px solid var(--c-canvas);
}
.tl-item:nth-child(odd) .tl-node { right: -27px; }
.tl-item:nth-child(even) .tl-node { left: -27px; }
.tl-num { font-family: var(--f-display); font-size: 1.55rem; color: #fff; line-height: 1; }

.tl-card {
  text-align: left; border: 1px solid var(--c-line); border-radius: var(--radius-l);
  background: var(--c-canvas); padding: var(--s-5); box-shadow: var(--sh-1);
  transition: transform var(--d-mid) var(--e-out), box-shadow var(--d-mid);
}
.tl-card:hover { transform: translateY(-3px); box-shadow: var(--sh-2); }
.tl-badge {
  display: inline-block; font-size: 12px; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--brand-accent-deep); background: var(--brand-accent-soft);
  padding: 4px 10px; border-radius: 100px; margin-bottom: var(--s-3);
}
.tl-t { font-size: 1.1rem; margin-bottom: var(--s-2); }
.tl-d { font-size: var(--t-small); color: var(--c-text-2); line-height: 1.55; margin-bottom: var(--s-3); }
.tl-items { display: grid; gap: 6px; }
.tl-items li {
  position: relative; padding-left: 18px;
  font-size: var(--t-small); color: var(--c-text-2); line-height: 1.5;
}
.tl-items li::before {
  content: ""; position: absolute; left: 3px; top: .55em;
  width: 6px; height: 6px; border-radius: 50%; background: var(--brand-accent);
}
.tl-item.is-yours .tl-card { border-color: transparent; box-shadow: 0 0 0 2px var(--brand-accent), var(--sh-2); }
.tl-item.is-yours .tl-badge { background: var(--brand-lime); color: var(--brand-lime-ink); }

@media (max-width: 720px) {
  .timeline::before { left: 20px; }
  .tl-item,
  .tl-item:nth-child(odd),
  .tl-item:nth-child(even) {
    width: 100%; left: 0; padding-left: 56px; padding-right: 0;
  }
  .tl-item:nth-child(odd) .tl-node,
  .tl-item:nth-child(even) .tl-node { left: -2px; right: auto; }
  .tl-node { width: 44px; height: 44px; }
  .tl-num { font-size: 1.25rem; }
}

/* — titular gigante detrás/encima de los testimonios — */
.tmarquee-head { text-align: center; padding: clamp(var(--s-8), 7vw, var(--s-10)) var(--s-4) var(--s-7); }
.tmarquee-head__big {
  font-size: clamp(2.4rem, 8vw, 6rem);
  color: var(--brand-ink);
  opacity: .12;
  margin: 0 auto;
}

/* — franja de logos: dejar la palabra clave en lima — */
.trust-strip__t b { color: var(--brand-accent-deep); }

/* ══════════════════════════════════════════════════════════
   FOOTER estilo referencia
   ══════════════════════════════════════════════════════════ */
.site-footer {
  border-top: 1px solid var(--c-line);
  padding-block: clamp(var(--s-8), 8vw, var(--s-10)) calc(var(--s-7) + 60px);
  background: var(--c-surface);
}

.footer__cta {
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--s-6); flex-wrap: wrap;
  padding-bottom: clamp(var(--s-8), 6vw, var(--s-9));
  border-bottom: 1px solid var(--c-line);
  margin-bottom: clamp(var(--s-7), 5vw, var(--s-8));
}
.footer__big { font-size: clamp(2rem, 5.5vw, 4rem); color: var(--brand-ink); }
.footer__sub { color: var(--c-text-2); margin-top: var(--s-3); font-size: var(--t-body); }

.footer__grid {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr;
  gap: var(--s-7); margin-bottom: var(--s-8);
}
.footer__note { color: var(--c-text-2); font-size: var(--t-small); margin-top: var(--s-4); max-width: 34ch; line-height: 1.6; }
.footer__h {
  font-size: var(--t-micro); letter-spacing: .12em; text-transform: uppercase;
  color: var(--c-text-3); margin-bottom: var(--s-4);
}
.footer__col { display: grid; gap: var(--s-3); align-content: start; }
.footer__col a { font-size: var(--t-small); color: var(--c-text-2); width: fit-content; }
.footer__col a:hover { color: var(--brand-accent-deep); }

.footer__bottom {
  display: flex; justify-content: space-between; gap: var(--s-4); flex-wrap: wrap;
  padding-top: var(--s-6); border-top: 1px solid var(--c-line);
  font-size: var(--t-small); color: var(--c-text-3);
}
.footer__legal a:hover { color: var(--brand-accent-deep); }

@media (max-width: 720px) {
  .footer__grid { grid-template-columns: 1fr 1fr; gap: var(--s-6); }
  .footer__brand { grid-column: 1 / -1; }
  .footer__cta { flex-direction: column; align-items: flex-start; }
}

/* módulo destacado: tarjeta blanca legible con anillo cian (no texto blanco sobre blanco) */
.station.is-yours { background: var(--c-canvas); color: var(--c-text); box-shadow: 0 0 0 2px var(--brand-accent), var(--sh-2); }
.station.is-yours .station__d { color: var(--c-text-2); }
.station.is-yours .station__items li { color: var(--c-text-2); }
.station.is-yours .station__items li::before { color: var(--brand-accent); }
.station.is-yours .station__you { background: var(--brand-accent-soft); color: var(--brand-accent-deep); }

/* ══════════════════════════════════════════════════════════
   EQUIVALENCIAS — aterrizar el dinero en algo tangible
   ══════════════════════════════════════════════════════════ */
.equiv { margin-top: var(--s-8); }
.equiv__lead {
  color: rgba(255,255,255,.9); font-size: clamp(1rem, 1.6vw, 1.2rem);
  font-weight: 500; margin-bottom: var(--s-5);
}
.equiv__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-4);
  max-width: 820px; margin: 0 auto;
}
.eq {
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: var(--radius-m);
  padding: var(--s-5) var(--s-4);
  display: flex; flex-direction: column; align-items: center; gap: var(--s-3);
  text-align: center;
}
.eq__ico { opacity: .95; }
.eq__t { color: #fff; font-size: .95rem; font-weight: 500; line-height: 1.35; }
.equiv__note { color: rgba(255,255,255,.62); font-size: var(--t-micro); margin-top: var(--s-4); }

@media (max-width: 640px) {
  .equiv__grid { grid-template-columns: 1fr; gap: var(--s-3); }
  .eq { flex-direction: row; text-align: left; justify-content: flex-start; }
}

/* avatar con foto en testimonios */
.tcard__ava--img { padding: 0; object-fit: cover; background: var(--c-surface-2); }

/* retratos del hero en móvil: más chicos para que quepan */
@media (max-width: 560px) {
  /* en móvil, casi sin solape: separación clara respecto al botón de arriba */
  .hero__people { gap: 8px; margin-top: -1.5rem; }
  .pcard { width: clamp(96px, 30vw, 130px); border-width: 4px; }
  .pcard--b { transform: translateY(-10px) scale(1.04); }
  .pcard figcaption { font-size: 12px; padding: 3px 8px; }
}

/* al saltar con los links del navbar, deja aire para la barra fija */
section[id] { scroll-margin-top: 78px; }

/* línea "y esto es solo un área" bajo el número del informe */
.report__scope {
  color: rgba(255,255,255,.82); font-size: var(--t-small);
  margin-top: var(--s-4);   /* hugs the number/unit above it */
}
.report__scope b { color: #fff; font-weight: 600; }

/* ══════════════════════════════════════════════════════════
   POR QUÉ TOMARLO — estilo referencia
   ══════════════════════════════════════════════════════════ */
.why { background: var(--c-surface); border-block: 1px solid var(--c-line); }
.why__title {
  font-size: clamp(2.4rem, 7.5vw, 5.4rem);
  color: var(--brand-ink);
  margin-bottom: clamp(var(--s-7), 6vw, var(--s-9));
}

/* — FILOSOFÍA como franja de color (estilo referencia turquesa) — */
.why--band {
  background: var(--grad-panel); border: 0;
  position: relative; overflow: hidden;
}
.why--band .why__eyebrow {
  font-size: var(--t-micro); letter-spacing: .16em; text-transform: uppercase;
  color: rgba(255,255,255,.72); margin-bottom: var(--s-4);
}
.why--band .why__title { color: #fff; }
.why--band .why__title em { color: var(--brand-lime); font-style: normal; }
.why--band .why__h { color: #fff; }
.why--band .why__d { color: rgba(255,255,255,.82); }
.why__grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(var(--s-7), 5vw, var(--s-8));
}
.why__ico {
  display: inline-grid; place-items: center;
  width: 48px; height: 48px; border-radius: 14px;
  background: var(--brand-lime);
  margin-bottom: var(--s-5);
}
.why__h {
  font-size: 1.2rem; font-weight: 600; line-height: 1.2;
  text-transform: uppercase; letter-spacing: .01em;
  margin-bottom: var(--s-4); color: var(--brand-ink);
}
.why__d { color: var(--c-text-2); font-size: .97rem; line-height: 1.65; }

/* tablets y móviles anchos (incluye iPad 768px): 2 columnas con aire */
@media (max-width: 900px) {
  .why__grid { grid-template-columns: 1fr 1fr; gap: var(--s-8) var(--s-7); }
  .why__h br { display: none; }
}
/* móviles: 1 columna, separación amplia entre bloques */
@media (max-width: 560px) {
  .why__grid { grid-template-columns: 1fr; gap: var(--s-8); }
}

/* ══════════════════════════════════════════════════════════
   LANZAMIENTO + CONTADOR
   ══════════════════════════════════════════════════════════ */
.launch {
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--s-5); flex-wrap: wrap;
  max-width: 820px; margin: 0 auto var(--s-7);
  padding: var(--s-5) var(--s-6);
  border-radius: var(--radius-l);
  background: var(--brand-ink); color: #fff;
  box-shadow: var(--sh-3);
}
.launch__tag {
  display: inline-block; font-weight: 600; font-size: .98rem;
  color: var(--brand-lime);
}
.launch__txt { font-size: var(--t-small); color: rgba(255,255,255,.72); margin-top: 4px; }

.countdown { display: flex; align-items: center; gap: var(--s-2); }
.cd { display: grid; justify-items: center; gap: 3px; }
.cd__n {
  font-family: var(--f-display); font-size: 1.9rem; line-height: 1;
  color: #fff; min-width: 1.6em; text-align: center;
  background: rgba(255,255,255,.1); border-radius: 10px; padding: 8px 6px;
}
.cd__l { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.6); }
.cd__sep { font-size: 1.4rem; color: rgba(255,255,255,.35); align-self: start; margin-top: 8px; }
.cd__over { color: var(--brand-lime); font-weight: 600; font-size: 1rem; }

@media (max-width: 560px) {
  .launch { justify-content: center; text-align: center; }
  .launch__left { width: 100%; }
  .cd__n { font-size: 1.5rem; }
}

/* badge de precio de lanzamiento */
.price__badge {
  display: inline-block; margin-bottom: var(--s-3);
  font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  background: var(--brand-lime); color: var(--brand-lime-ink);
  padding: 5px 12px; border-radius: 100px;
}

/* ══════════════════════════════════════════════════════════
   QUÉ TE LLEVAS — tarjetas de beneficios (estilo referencia)
   ══════════════════════════════════════════════════════════ */
.gifts__head { text-align: center; margin-bottom: clamp(var(--s-7), 5vw, var(--s-8)); }
.gifts__head h2 { margin: var(--s-4) 0 var(--s-4); }

.gifts__grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: var(--s-5);
}
.gift {
  background: var(--c-canvas);
  border: 1px solid var(--c-line);
  border-radius: var(--radius-l);
  padding: var(--s-5);
  transition: transform var(--d-mid) var(--e-out), box-shadow var(--d-mid);
}
.gift:hover { transform: translateY(-4px); box-shadow: var(--sh-2); }

/* thumbnail de color suave con el icono al centro (como las fotos de la referencia) */
.gift__thumb {
  height: 128px; border-radius: var(--radius-m);
  display: grid; place-items: center;
  margin-bottom: var(--s-5);
}
.gift__thumb--1 { background: linear-gradient(150deg, #DFF4FC, #C2E8F7); }   /* cian */
.gift__thumb--2 { background: linear-gradient(150deg, #EEF9CF, #DCF29A); }   /* lima */
.gift__thumb--3 { background: linear-gradient(150deg, #FDE7D6, #FAD1B4); }   /* durazno */
.gift__thumb--4 { background: linear-gradient(150deg, #E7ECF9, #CFD9F2); }   /* lavanda */
.gift__thumb--5 { background: linear-gradient(150deg, #D9F5E6, #B6ECCE); }   /* menta */
.gift__thumb--6 { background: linear-gradient(150deg, #F1E7F9, #E0CFF2); }   /* lila */

.gift__tag {
  display: inline-block; margin-bottom: var(--s-3);
  font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  color: var(--c-text-3); background: var(--c-surface-2);
  padding: 4px 10px; border-radius: 100px;
}
.gift__tag--bonus { background: var(--brand-accent-soft); color: var(--brand-accent-deep); }
.gift__tag--limit { background: var(--brand-lime); color: var(--brand-lime-ink); }
.gift__t { font-size: 1.1rem; margin-bottom: var(--s-2); }
.gift__d { font-size: var(--t-small); color: var(--c-text-2); line-height: 1.6; }

@media (max-width: 860px) { .gifts__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .gifts__grid { grid-template-columns: 1fr; } .gift__thumb { height: 104px; } }

/* ══════════════════════════════════════════════════════════
   RITMO DE SECCIONES — teñido / blanco alternado con contraste real
   (IDs para ganar a los backgrounds definidos antes)
   ══════════════════════════════════════════════════════════ */
#diagnostico, #escenas, #consola, #parati, #programa, #incluye, #respaldo, #oferta, #objeciones {
  border-block: 0;
  border-top: 1px solid var(--c-line);
}
/* alternancia teñido / blanco — orden estilo Mercatitlán.
   #promesa y #porque son franjas de color a todo lo ancho: quedan fuera. */
#incluye, #escenas, #programa, #objeciones { background: var(--c-surface); }
#parati, #diagnostico, #consola, #respaldo, #oferta { background: var(--c-canvas); }

/* ══════════════════════════════════════════════════════════
   ¿ES PARA TI? — calificador sí / no
   ══════════════════════════════════════════════════════════ */
.forwho__head { text-align: center; margin-bottom: clamp(var(--s-7), 5vw, var(--s-8)); }
.forwho__head h2 { margin-top: var(--s-4); }
.forwho__grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-5); max-width: 940px; margin-inline: auto; }
.forwho__col {
  border-radius: var(--radius-l); padding: clamp(var(--s-5), 3vw, var(--s-7));
  background: var(--c-canvas); border: 1px solid var(--c-line); box-shadow: var(--sh-1);
}
.forwho__col--yes { border-color: var(--brand-accent); box-shadow: 0 0 0 3px var(--brand-accent-soft); }
.forwho__t { font-size: 1.2rem; margin-bottom: var(--s-5); }
.forwho__list { display: grid; gap: var(--s-4); }
.forwho__list li {
  position: relative; padding-left: 34px;
  font-size: .97rem; line-height: 1.5; color: var(--c-text-2);
}
.forwho__list li::before {
  position: absolute; left: 0; top: -1px;
  width: 22px; height: 22px; border-radius: 50%;
  display: grid; place-items: center; font-size: 12px; font-weight: 700;
}
.forwho__col--yes .forwho__list li::before { content: "✓"; background: var(--brand-accent-soft); color: var(--brand-accent-deep); }
.forwho__col--no .forwho__list li::before { content: "✕"; background: #FBE3E1; color: #C4342C; }

@media (max-width: 720px) { .forwho__grid { grid-template-columns: 1fr; } }

/* ══════════════════════════════════════════════════════════
   INSTRUCTOR — "¡Hola! Soy…"
   ══════════════════════════════════════════════════════════ */
.instructor { background: var(--c-surface); border-block: 1px solid var(--c-line); }
.instructor__grid {
  display: grid; grid-template-columns: 340px 1fr;
  gap: clamp(var(--s-6), 5vw, var(--s-8)); align-items: center;
}
.instructor__photo {
  aspect-ratio: 4/5; border-radius: var(--radius-l); overflow: hidden;
  box-shadow: var(--sh-3);
}
.instructor__photo img { width: 100%; height: 100%; object-fit: cover; }
.instructor__ph {
  width: 100%; height: 100%;
  display: grid; place-items: center; text-align: center;
  background:
    radial-gradient(120% 100% at 20% 0%, rgba(255,255,255,.4), transparent 60%),
    linear-gradient(150deg, #4FC6EE, #00A0DB 60%, #005E82);
  color: #fff; font-size: var(--t-small); font-weight: 500;
}
.instructor__hi { margin: var(--s-4) 0 var(--s-4); }
.instructor__d { color: var(--c-text-2); line-height: 1.65; margin-bottom: var(--s-5); max-width: 52ch; }
.instructor__pts { display: grid; gap: var(--s-3); margin-bottom: var(--s-6); }
.instructor__pts li {
  position: relative; padding-left: 26px;
  font-size: var(--t-small); color: var(--c-text-2); line-height: 1.5;
}
.instructor__pts li::before {
  content: "★"; position: absolute; left: 0; top: 0;
  color: var(--brand-accent-deep);
}

@media (max-width: 720px) {
  .instructor__grid { grid-template-columns: 1fr; }
  .instructor__photo { max-width: 300px; }
}
