/* Landing de Julien (El Método Funcional): agenda + gracias.
   Marca tomada de elmetodofuncional.com: menta #00FFB2, cian #00E0FF, negro en titulares,
   carbón #343434, tinte de sección #E8FFFE, fondo blanco. Tema claro, como el sitio.
   Liquid glass: aproximación web (backdrop-filter + aro especular + mapa de desplazamiento SVG
   generado por elemento en Chromium). No es el material oficial de Apple, que solo existe en sus plataformas. */

@font-face { font-family: 'Wix Madefor Display'; src: url(fonts/WixMadeforDisplay.woff2) format('woff2'); font-weight: 400 800; font-display: swap; }
@font-face { font-family: 'Wix Madefor Text'; src: url(fonts/WixMadeforText.woff2) format('woff2'); font-weight: 400 800; font-display: swap; }

@property --ang { syntax: '<angle>'; inherits: true; initial-value: 320deg; }
@property --p { syntax: '<number>'; inherits: true; initial-value: 0; }
/* Luz del puntero: tienen que heredar para llegar al ::before / ::after del vidrio */
@property --mx { syntax: '<length-percentage>'; inherits: true; initial-value: 22%; }
@property --my { syntax: '<length-percentage>'; inherits: true; initial-value: -8%; }

:root {
  color-scheme: light;
  --white: #fff;
  --ink: #050505;          /* titulares: el negro del sitio */
  --text: #1c1c1c;         /* cuerpo */
  --muted: #555;           /* secundario, 7.4:1 sobre blanco */
  --mint: #00ffb2;         /* menta de marca: rellenos con texto negro, nunca texto sobre blanco */
  --cyan: #00e0ff;         /* cian de la ola */
  --mint-ink: #006b50;     /* menta profundo para texto chico sobre claro (6.5:1) */
  --wash: #e8fffe;         /* tinte de sección del sitio */
  --charcoal: #343434;
  --graphite: #575757;
  --line: rgb(0 0 0 / .08);
  --shade: 168 100% 14%;   /* tono de las sombras: verde profundo, nunca gris puro */

  --font-display: 'Wix Madefor Display', 'Helvetica Neue', Arial, sans-serif;
  --font-text: 'Wix Madefor Text', 'Helvetica Neue', Arial, sans-serif;

  /* Radios: controles 12 · marcos 28 con núcleo concéntrico · pastillas redondas */
  --r-ctl: 12px;
  --r-frame: 28px;
  --bezel: 9px;
  --r-core: calc(var(--r-frame) - var(--bezel));

  --gutter: clamp(16px, 4.5vw, 44px);
  --max: 1240px;
  --island-top: 14px;
  --island-h: 60px;

  --ease-out: cubic-bezier(.23, 1, .32, 1);
  --ease-quint: cubic-bezier(.22, 1, .36, 1);
  --ease-io: cubic-bezier(.77, 0, .175, 1);
  --ease-drawer: cubic-bezier(.32, .72, 0, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-padding-top: calc(var(--island-h) + var(--island-top) + 20px); overflow-x: clip; }
body {
  margin: 0;
  background: var(--white); color: var(--text);
  font: 400 1.0625rem/1.6 var(--font-text); letter-spacing: -.003em;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: clip;
}
/* La página vive en .mf: así funciona igual como documento propio o dentro de un bloque de GoHighLevel */
.mf { min-height: 100dvh; display: flex; flex-direction: column; background: var(--white); color: var(--text);
  font: 400 1.0625rem/1.6 var(--font-text); letter-spacing: -.003em; text-align: left; }
.mf > main { flex: 1; }
/* Blindaje contra el CSS global del sitio anfitrión (clases comunes tipo Bootstrap) */
.mf .container { padding-left: 0; padding-right: 0; max-width: none; }
.mf a.btn, .mf .btn { padding: 0; border: 0; border-radius: 0; background: none; box-shadow: none; line-height: 1.2; height: auto; min-width: 0; text-transform: none; vertical-align: middle; }
.mf .lead { font-weight: 400; margin-bottom: 0; }
.mf .h1, .mf .h2, .mf h1, .mf h2, .mf h3 { margin: 0; text-transform: none; }
.mf p, .mf figure, .mf ul, .mf ol { margin-bottom: 0; }
.mf img, .mf video, .mf iframe { max-width: 100%; }
.mf button { text-transform: none; }
.mf .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
img, video, svg, iframe { display: block; max-width: 100%; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; margin: 0; cursor: pointer; -webkit-tap-highlight-color: transparent; }
a { color: inherit; -webkit-tap-highlight-color: transparent; }
p { text-wrap: pretty; margin: 0; }
h1, h2, h3 { margin: 0; text-wrap: balance; font-family: var(--font-display); color: var(--ink); }
::selection { background: var(--mint); color: var(--ink); }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; box-shadow: 0 0 0 6px rgb(0 255 178 / .55); border-radius: 10px; }
[hidden] { display: none !important; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 1em; height: 1em; fill: currentColor; flex: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: fixed; left: 12px; top: -80px; z-index: 60; padding: 10px 16px; border-radius: var(--r-ctl); background: var(--ink); color: #fff; font-weight: 700; text-decoration: none; }
.skip:focus { top: 12px; }
.container { width: min(100% - 2 * var(--gutter), var(--max)); margin-inline: auto; }

/* ================= Liquid glass ================= */
.glass {
  --gb: 16px;
  position: relative; isolation: isolate;
  background:
    linear-gradient(165deg, rgb(255 255 255 / .66), rgb(255 255 255 / .26) 52%, rgb(232 255 254 / .42));
  -webkit-backdrop-filter: blur(var(--gb)) saturate(185%);
  backdrop-filter: blur(var(--gb)) saturate(185%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / .95),
    inset 0 -1px 1px rgb(255 255 255 / .5),
    inset 0 0 0 1px rgb(255 255 255 / .28),
    0 1px 2px hsl(var(--shade) / .06),
    0 20px 48px -20px hsl(var(--shade) / .30);
  transition: --ang .7s var(--ease-out);
}
/* Aro especular: el borde se ilumina del lado de la luz (sigue al puntero en desktop) */
.glass::before {
  content: ""; position: absolute; inset: 0; z-index: 3; pointer-events: none;
  border-radius: inherit; padding: 1.3px;
  background: conic-gradient(from var(--ang),
    rgb(255 255 255 / 1), rgb(255 255 255 / .2) 22%, rgb(0 224 255 / .45) 42%,
    rgb(255 255 255 / .12) 58%, rgb(0 255 178 / .55) 78%, rgb(255 255 255 / 1));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box exclude, linear-gradient(#000 0 0);
}
/* Brillo especular que sigue al puntero */
.glass::after {
  content: ""; position: absolute; inset: 0; z-index: 3; pointer-events: none; border-radius: inherit;
  background: radial-gradient(340px circle at var(--mx, 22%) var(--my, -8%), rgb(255 255 255 / .75), rgb(255 255 255 / 0) 60%);
  mix-blend-mode: soft-light; opacity: .85;
}
.glass > * { position: relative; z-index: 2; }
@media (prefers-reduced-transparency: reduce) {
  .glass { background: #fff; -webkit-backdrop-filter: none !important; backdrop-filter: none !important; }
}
@media (prefers-contrast: more) {
  .glass { background: #fff; box-shadow: 0 0 0 1.5px var(--ink); }
  .glass::before, .glass::after { display: none; }
}

/* Marcos que alojan contenido de otro sitio (Calendly, reproductores de video): sin backdrop-filter,
   sin refracción y sin la capa de brillo (mix-blend-mode) por encima. En Chrome esa combinación sobre un
   iframe de otro origen lo deja borroso y lavado. El vidrio queda solo en el bisel. */
.book-frame.glass, .video-frame.glass, .reel-frame.glass { -webkit-backdrop-filter: none !important; backdrop-filter: none !important;
  background: linear-gradient(165deg, rgb(255 255 255 / .94), rgb(232 255 249 / .82) 50%, rgb(234 252 255 / .9)); }
.book-frame::after, .video-frame::after, .reel-frame::after { z-index: 1; }
@media (prefers-reduced-motion: no-preference) { .js .book-frame.rv, .js .video-frame.rv { filter: none; } }

/* Marco de doble bisel: el vidrio es la bandeja, el contenido es la placa */
.frame { border-radius: var(--r-frame); padding: var(--bezel); }
.frame-core {
  position: relative; z-index: 2; overflow: hidden; border-radius: var(--r-core); background: #fff;
  box-shadow: 0 0 0 1px rgb(0 0 0 / .05), 0 1px 3px rgb(0 0 0 / .05), inset 0 1px 0 rgb(255 255 255 / .9);
}

/* ================= Escena: la ola de la marca ================= */
.ribbon { position: absolute; z-index: 0; pointer-events: none; overflow: visible; width: 100%; height: var(--rh, clamp(300px, 39vw, 560px)); left: 0; }
.ribbon .r-main { fill: none; stroke-linecap: round; stroke-width: 66; }
.ribbon .r-glow { fill: none; stroke-linecap: round; stroke-width: 120; opacity: .22; }
.rail > .ribbon .r-main { stroke-width: 52; }
.ribbon path { stroke-dasharray: 1 1.02; stroke-dashoffset: 0; }
.glow-spot { position: absolute; z-index: 0; pointer-events: none; opacity: .55;
  background: radial-gradient(closest-side, rgb(0 255 178 / .5), rgb(0 224 255 / .2) 50%, rgb(0 224 255 / 0) 100%); }
@media (prefers-reduced-motion: no-preference) {
  .js .ribbon path { animation: draw 2.1s var(--ease-quint) .15s both; }
  .js .ribbon .r-glow { animation-duration: 2.6s; }
  @supports (animation-timeline: view()) {
    .ribbon { animation: drift linear both; animation-timeline: view(); animation-range: exit 0% exit 100%; }
    @keyframes drift { to { transform: translate3d(0, -60px, 0); } }
  }
}
@keyframes draw { 0% { stroke-dashoffset: 1; opacity: 0; } 6% { opacity: 1; } 100% { stroke-dashoffset: 0; opacity: var(--o, 1); } }

/* ================= Isla superior: marca + pasos ================= */
.island-wrap { position: fixed; z-index: 30; top: var(--island-top); left: 0; right: 0; display: flex; justify-content: center; pointer-events: none; padding-inline: 10px; }
.island {
  pointer-events: auto; height: var(--island-h); border-radius: 999px;
  display: flex; align-items: center; gap: clamp(10px, 2vw, 22px); padding: 0 8px 0 20px;
  view-transition-name: island;
}
.brand { display: flex; flex-direction: column; justify-content: center; line-height: .98; text-decoration: none; color: var(--ink); font-family: var(--font-display); font-weight: 800; font-size: 14.5px; letter-spacing: -.01em; }
.brand sup { font-size: .55em; font-weight: 600; margin-left: 1px; vertical-align: .5em; line-height: 0; }
.brand img { height: 32px; width: auto; }
.steps { --p: 0; list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 0; position: relative; transition: --p .9s var(--ease-quint); }
.step { display: flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 600; color: var(--muted); white-space: nowrap; }
.step .dot {
  position: relative; width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center;
  font: 800 12px/1 var(--font-display); color: var(--muted); background: rgb(255 255 255 / .7);
  box-shadow: inset 0 0 0 1.5px rgb(0 0 0 / .12);
  transition: background-color .4s var(--ease-out), color .4s var(--ease-out), box-shadow .4s var(--ease-out), transform .5s var(--ease-out);
}
.step .dot .icon { position: absolute; width: 13px; height: 13px; opacity: 0; transform: scale(.6); transition: opacity .3s var(--ease-out), transform .45s var(--ease-out); }
.step.is-active { color: var(--ink); }
.step.is-active .dot { background: var(--mint); color: var(--ink); box-shadow: inset 0 0 0 1.5px rgb(0 0 0 / .08), 0 4px 14px -4px rgb(0 200 140 / .8); }
.step.is-done { color: var(--ink); }
.step.is-done .dot { background: var(--ink); color: transparent; box-shadow: none; }
.step.is-done .dot .icon { opacity: 1; transform: none; color: var(--mint); }
.steps .track { width: clamp(28px, 5vw, 64px); height: 3px; margin: 0 10px; border-radius: 3px; background: rgb(0 0 0 / .1); position: relative; overflow: hidden; }
.steps .track::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(90deg, var(--mint), var(--cyan)); transform-origin: 0 50%; transform: scaleX(var(--p)); }
.island-act { display: grid; grid-template-columns: 0fr; transition: grid-template-columns .55s var(--ease-drawer); }
.island-act > div { min-width: 0; overflow: hidden; }
.island.has-act .island-act { grid-template-columns: 1fr; }
.island-act .btn-mini { opacity: 0; transform: translateX(-8px); transition: opacity .3s var(--ease-out), transform .45s var(--ease-out); }
.island.has-act .island-act .btn-mini { opacity: 1; transform: none; transition-delay: .12s; }

/* ================= Botones (patrón del sitio: bloque de texto + bloque de flecha) ================= */
.btn { display: inline-flex; gap: 4px; text-decoration: none; color: var(--ink); font-weight: 700; font-size: 16.5px; letter-spacing: -.01em; }
.btn > span {
  position: relative; display: grid; place-items: center; min-height: 56px; border-radius: var(--r-ctl); background: var(--mint);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / .7), inset 0 -2px 0 rgb(0 120 90 / .18), 0 10px 26px -12px rgb(0 190 135 / .9);
  transition: transform .16s var(--ease-out), box-shadow .3s var(--ease-out), filter .2s;
  overflow: hidden;
}
.btn > span::after { content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: linear-gradient(115deg, transparent 30%, rgb(255 255 255 / .55) 48%, transparent 62%); transform: translateX(-120%); }
.btn .btn-t { padding: 0 26px; }
.btn .btn-i { width: 56px; }
.btn .btn-i .icon { width: 22px; height: 22px; transition: transform .35s var(--ease-out); }
@media (hover: hover) and (pointer: fine) {
  .btn:hover > span { filter: saturate(1.1) brightness(1.03); box-shadow: inset 0 1px 0 rgb(255 255 255 / .75), inset 0 -2px 0 rgb(0 120 90 / .18), 0 14px 32px -12px rgb(0 190 135 / 1); }
  .btn:hover > span::after { transform: translateX(120%); transition: transform .8s var(--ease-out); }
  .btn:hover .btn-i .icon { transform: translateY(-3px); }
}
.btn:active > span { transform: scale(.97); }
.btn-mini {
  display: inline-flex; align-items: center; gap: 8px; height: 44px; padding: 0 16px; border-radius: 999px; white-space: nowrap;
  background: var(--ink); color: #fff; font-weight: 700; font-size: 14px; text-decoration: none;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / .18), 0 8px 20px -10px rgb(0 0 0 / .6);
  transition: transform .16s var(--ease-out);
}
.btn-mini .icon { width: 15px; height: 15px; color: var(--mint); }
.btn-mini:active { transform: scale(.96); }

/* Botón circular de vidrio (play, flechas, cerrar) */
.orb { width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center; color: var(--ink); --gb: 10px; transition: transform .16s var(--ease-out); }
.orb .icon { width: 24px; height: 24px; }
.orb:active { transform: scale(.96); }
/* Play: anillo de vidrio con núcleo menta (el menta + negro de los botones del sitio) */
.orb.play { background: linear-gradient(165deg, rgb(255 255 255 / .34), rgb(255 255 255 / .08)); }
.orb.play > .core { position: absolute; z-index: 2; inset: 15%; border-radius: 50%; display: grid; place-items: center; background: var(--mint);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / .7), inset 0 -2px 0 rgb(0 120 90 / .2), 0 6px 18px -6px rgb(0 190 135 / .9); transition: transform .5s var(--ease-out); }
.orb.play > .core .icon { width: 42%; height: 42%; margin-left: 8%; color: var(--ink); }
@media (hover: hover) and (pointer: fine) { .orb.play:hover > .core { transform: scale(1.06); } }
.orb[disabled], .orb[aria-disabled="true"] { cursor: default; opacity: .55; }

/* ================= Tipografía ================= */
.h1 { font-weight: 800; letter-spacing: -.022em; line-height: .98; }
.h1 .w { display: inline-block; vertical-align: top; overflow: clip; padding-bottom: .09em; margin-bottom: -.09em; overflow-clip-margin: .12em; }
.h1 .w > span { display: inline-block; }
@media (prefers-reduced-motion: no-preference) {
  .js .h1 .w > span { transform: translate3d(0, 105%, 0); transition: transform 1s var(--ease-quint); transition-delay: calc(var(--i, 0) * 70ms + 120ms); }
  .js .ready .h1 .w > span { transform: none; }
}
.mark { position: relative; font-style: normal; white-space: nowrap; z-index: 0; }
/* Marcador menta detrás de las palabras clave (el menta con texto negro, como los botones del sitio) */
.mark::after { content: ""; position: absolute; z-index: -1; left: -.06em; right: -.08em; bottom: .02em; height: .36em; border-radius: .14em;
  background: linear-gradient(90deg, var(--mint), #00f5c8); transform: rotate(-1.2deg); transform-origin: 0 50%; }
@media (prefers-reduced-motion: no-preference) {
  .js .mark::after { transform: rotate(-1.2deg) scaleX(0); transition: transform .9s var(--ease-quint) .7s; }
  .js .ready .mark::after { transform: rotate(-1.2deg) scaleX(1); }
  .vt .mark::after { transition-delay: .35s; }
}
.lead { font-size: clamp(1.0625rem, .98rem + .4vw, 1.25rem); line-height: 1.55; color: var(--text); max-width: 46ch; }
.h2 { font-size: clamp(2rem, 1.25rem + 3vw, 3.5rem); line-height: 1.02; letter-spacing: -.025em; font-weight: 400; }
.h2 strong { display: block; font-weight: 800; }
.sub { margin-top: 14px; color: var(--muted); font-size: 1.0625rem; max-width: 52ch; }

/* Entradas: el contenido es visible por defecto; con JS se revela al entrar en pantalla */
@media (prefers-reduced-motion: no-preference) {
  .js .rv { opacity: 0; transform: translate3d(0, 26px, 0) scale(.985); filter: blur(8px);
    transition: opacity .9s var(--ease-out), transform 1s var(--ease-quint), filter .9s var(--ease-out); transition-delay: calc(var(--d, 0) * 1ms); }
  .js .rv.in { opacity: 1; transform: none; filter: none; }
}
@media (prefers-reduced-motion: reduce) {
  .js .rv { transition: opacity .3s ease; }
}

/* ================= Paso 1: agenda ================= */
.hero-book { position: relative; padding: calc(var(--island-top) + var(--island-h) + clamp(14px, 2vw, 26px)) 0 clamp(28px, 4vw, 44px); }
.hero-book .ribbon { top: clamp(330px, 26vw, 380px); view-transition-name: ribbon; }
@media (max-width: 1099px) { .hero-book .ribbon { top: clamp(300px, 62vw, 420px); } }
.hero-book .glow-spot { width: 46vw; height: 46vw; max-width: 640px; max-height: 640px; right: 4vw; top: 14%; opacity: .32; }
/* Agenda compacta: en escritorio todo entra en la primera pantalla. En móvil el calendario va antes que la prueba y el equipo. */
.book-grid { position: relative; z-index: 1; display: grid; gap: clamp(20px, 3vw, 30px); grid-template-areas: "copy" "cal" "extra"; }
.book-copy { grid-area: copy; container-type: inline-size; }
.book-grid > .book-frame { grid-area: cal; }
.book-extra { grid-area: extra; }
/* Título en dos líneas justas: "Agenda la revisión" mide 8,7 veces el cuerpo, así que el tamaño sale del ancho de la columna */
.book-copy .h1 { font-size: clamp(1.75rem, calc(100cqi / 9.2), 3.5rem); }
.book-copy .h1 .l1, .book-copy .h1 .l2 { display: block; white-space: nowrap; }
/* Escasez: una pastilla chica con punto vivo, pegada al texto */
/* Escasez en rojo (pedido del equipo): texto rojo oscuro sobre rojo muy claro, 6:1 de contraste */
.cupos { display: inline-flex; align-items: center; gap: 10px; margin-top: 14px; padding: 8px 15px 8px 12px; border-radius: 999px;
  background: #fdecea; box-shadow: inset 0 0 0 1px rgb(200 30 30 / .28); color: #b3261e; font-weight: 700; font-size: .95rem; line-height: 1.3; }
.cupos-dot { position: relative; flex: none; width: 8px; height: 8px; border-radius: 50%; background: #d93025; }
@media (prefers-reduced-motion: no-preference) {
  .cupos-dot::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: #d93025; animation: cupos-ping 2.4s var(--ease-out) infinite; }
}
/* Estrellas doradas junto al número de la prueba */
.proof-line strong .stars { display: inline-flex; gap: 2px; margin-left: 8px; vertical-align: .1em; }
.proof-line strong .stars svg { display: block; width: .6em; height: .6em; fill: #f5b301; filter: drop-shadow(0 1px 0 rgb(180 120 0 / .35)); }
@media (max-width: 599px) { .proof-line strong .stars { display: flex; margin: 5px 0 0; } .proof-line strong .stars svg { width: 12px; height: 12px; } }
@keyframes cupos-ping { 0% { transform: scale(1); opacity: .5; } 70%, 100% { transform: scale(2.8); opacity: 0; } }
/* Glow que gira alrededor del borde rojo: un cometa de luz en un gradiente cónico que rota. ::before es el
   borde nítido (enmascarado a 1,5px) y ::after la misma luz desenfocada detrás de la pastilla. */
@property --cupos-ang { syntax: '<angle>'; inherits: false; initial-value: 0deg; }
.cupos { position: relative; }
.cupos::before, .cupos::after { content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: conic-gradient(from var(--cupos-ang), rgb(255 59 48 / 0) 0deg, rgb(255 59 48 / 0) 180deg, rgb(255 59 48 / .7) 295deg, rgb(255 205 198 / .9) 336deg, rgb(255 59 48 / 0) 360deg); }
.cupos::before { padding: 1.5px;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box exclude, linear-gradient(#000 0 0); }
.cupos::after { z-index: -1; inset: -1px; filter: blur(8px); opacity: .45; }
@media (prefers-reduced-motion: no-preference) {
  .cupos::before, .cupos::after { animation: cupos-spin 3.2s linear infinite; }
}
@keyframes cupos-spin { to { --cupos-ang: 360deg; } }
/* Prueba en una línea: tres datos entre dos bordes */
.proof-line { list-style: none; margin: 0; padding: 12px clamp(14px, 2vw, 18px); display: grid; grid-template-columns: repeat(3, auto); justify-content: start;
  width: fit-content; max-width: 100%; border-radius: 18px; background: rgb(255 255 255 / .78);
  -webkit-backdrop-filter: blur(12px) saturate(160%); backdrop-filter: blur(12px) saturate(160%);
  box-shadow: inset 0 0 0 1px rgb(0 0 0 / .07), 0 14px 32px -22px hsl(var(--shade) / .45); }
.proof-line li { padding: 0 clamp(12px, 2vw, 22px); border-left: 1px solid var(--line); min-width: 0; }
.proof-line li:first-child { padding-left: 0; border-left: 0; }
.proof-line li:last-child { padding-right: 0; }
.proof-line strong { display: block; white-space: nowrap; font-family: var(--font-display); font-weight: 800; font-size: clamp(1.15rem, 1rem + .5vw, 1.4rem); letter-spacing: -.02em; line-height: 1.1; color: var(--ink); }
.proof-line li > span { display: block; margin-top: 4px; font-size: .875rem; line-height: 1.3; color: var(--muted); }
.book-copy .lead { margin-top: clamp(12px, 1.4vw, 18px); font-size: clamp(1rem, .95rem + .25vw, 1.125rem); }
/* Equipo chico: fila de caras debajo de la prueba */
.team-mini { margin-top: clamp(16px, 2vw, 22px); }
.team-mini-t { font-size: .9rem; font-weight: 700; color: var(--ink); }
.team-mini .team-list { display: flex; flex-wrap: wrap; gap: 10px 12px; margin-top: 10px; }
.team-mini .person { width: clamp(56px, 15vw, 76px); }
.team-mini .face { width: 100%; box-shadow: 0 10px 22px -14px hsl(var(--shade) / .55); }
.team-mini .pname { margin-top: 6px; font-size: .8125rem; letter-spacing: 0; }
/* Subtítulo chico debajo de la pastilla de cupos */
.book-sub { margin-top: 10px; max-width: 46ch; font-size: clamp(.95rem, .9rem + .2vw, 1.05rem); line-height: 1.5; color: var(--text); }
/* Escritorio: una sola columna centrada, con el calendario al medio y la prueba y el equipo debajo */
@media (min-width: 1100px) {
  .book-grid { grid-template-columns: minmax(0, 1fr); grid-template-areas: "copy" "cal" "extra"; justify-items: center; row-gap: clamp(18px, 2vw, 24px); }
  .book-copy { width: min(100%, 760px); text-align: center; }
  .book-copy .h1 { font-size: clamp(1.75rem, calc(100cqi / 9.2), 2.9rem); }
  .book-sub { margin-inline: auto; }
  .book-grid > .book-frame { width: min(100%, 720px); }
  .book-extra { width: min(100%, 760px); display: grid; justify-items: center; text-align: center; padding-top: 4px; }
  .book-extra .team-mini .team-list { justify-content: center; }
}
.book-frame { --r-frame: 26px; --bezel: 9px; view-transition-name: stage; }

.cal { position: relative; min-height: 660px; }
@media (min-width: 1100px) { .cal { min-height: 560px; } }
@media (max-width: 640px) { .cal { min-height: 580px; } }
.cal-host { position: relative; z-index: 1; min-width: 290px; min-height: inherit; opacity: 0; transition: opacity .6s var(--ease-out); }
.cal-host iframe { display: block; width: 100%; min-height: inherit; border: 0; }
/* Con el alto informado por Calendly, el alto lo manda el calendario (y el recorte de escritorio, ver app.js) */
.cal.is-sized { min-height: 0; }
.cal.is-sized .cal-host { min-height: 0 !important; height: var(--cal-h) !important; overflow: hidden; }
.cal.is-sized .cal-host iframe { min-height: 0 !important; height: var(--cal-ih) !important; margin-top: var(--cal-mt) !important; zoom: var(--cal-z, 1); }
.cal[data-state="ready"] .cal-host, .cal[data-state="booked"] .cal-host { opacity: 1; }
/* Esqueleto con la forma del calendario, mientras carga Calendly */
.cal-skel { position: absolute; inset: 0; z-index: 2; pointer-events: none; padding: clamp(22px, 4vw, 44px); display: grid; align-content: start; gap: 22px; transition: opacity .5s var(--ease-out), visibility 0s linear .5s; }
.cal[data-state="ready"] .cal-skel, .cal[data-state="booked"] .cal-skel, .cal[data-state="empty"] .cal-skel, .cal[data-state="error"] .cal-skel { opacity: 0; visibility: hidden; }
.sk { border-radius: 10px; background: linear-gradient(100deg, #eef3f2 30%, #f8fbfb 50%, #eef3f2 70%) 0 0 / 300% 100%; }
@media (prefers-reduced-motion: no-preference) { .sk { animation: shimmer 1.6s linear infinite; } }
@keyframes shimmer { from { background-position: 100% 0; } to { background-position: -100% 0; } }
.sk-title { height: 26px; width: 46%; }
.sk-month { display: flex; justify-content: space-between; align-items: center; }
.sk-month .sk { height: 18px; width: 30%; }
.sk-month .sk + .sk { width: 64px; }
.sk-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: clamp(8px, 1.6vw, 16px); }
.sk-days .sk { aspect-ratio: 1; border-radius: 50%; max-width: 52px; justify-self: center; width: 100%; }
.sk-days .sk:nth-child(3n) { background: linear-gradient(100deg, #d6fff1 30%, #effffa 50%, #d6fff1 70%) 0 0 / 300% 100%; }
/* Estados: sin configurar, error, reservado */
.cal-state { position: absolute; inset: 0; z-index: 3; display: grid; place-content: center; justify-items: center; gap: 14px; text-align: center; padding: 32px; opacity: 0; visibility: hidden; transition: opacity .5s var(--ease-out), visibility 0s linear .5s; }
.cal-state h2 { font-size: clamp(1.5rem, 1.1rem + 1.4vw, 2rem); letter-spacing: -.02em; line-height: 1.1; font-weight: 800; }
.cal-state p { color: var(--muted); max-width: 40ch; }
.cal[data-state="empty"] .cal-empty, .cal[data-state="error"] .cal-error, .cal[data-state="booked"] .cal-done { opacity: 1; visibility: visible; transition-delay: 0s; }
.cal-slow { position: absolute; z-index: 4; left: 50%; bottom: 18px; transform: translateX(-50%); font-size: 14.5px; color: var(--muted); opacity: 0; transition: opacity .5s; white-space: nowrap; }
.cal-slow a { color: var(--mint-ink); font-weight: 700; }
.cal.is-slow[data-state="loading"] .cal-slow { opacity: 1; }
.cal-done { background: rgb(255 255 255 / .72); -webkit-backdrop-filter: blur(14px) saturate(160%); backdrop-filter: blur(14px) saturate(160%); }
.done-check { width: 84px; height: 84px; }
.done-check circle { fill: var(--mint); stroke: none; transform-origin: 50% 50%; }
.done-check path { fill: none; stroke: var(--ink); stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 1 1.02; stroke-dashoffset: 1; }
.cal[data-state="booked"] .done-check circle { animation: pop .7s var(--ease-out) both; }
@media (prefers-reduced-motion: reduce) { .cal[data-state="booked"] .done-check circle { animation: fade .3s ease both; } }
@keyframes fade { from { opacity: 0; } }
.cal[data-state="booked"] .done-check path { transition: stroke-dashoffset .6s var(--ease-quint) .25s; stroke-dashoffset: 0; }
@keyframes pop { 0% { transform: scale(.6); opacity: 0; } 60% { transform: scale(1.06); opacity: 1; } 100% { transform: none; } }
.done-bar { width: 160px; height: 4px; border-radius: 4px; background: rgb(0 0 0 / .08); overflow: hidden; }
.done-bar i { display: block; height: 100%; background: linear-gradient(90deg, var(--mint), var(--cyan)); transform-origin: 0 50%; transform: scaleX(0); }
.cal[data-state="booked"] .done-bar i { transition: transform 1.2s var(--ease-io) .3s; transform: scaleX(1); }

/* ================= Paso 2: gracias ================= */
.hero-ty { position: relative; padding: calc(var(--island-top) + var(--island-h) + clamp(28px, 4.5vw, 56px)) 0 clamp(64px, 9vw, 120px); text-align: center; }
.hero-ty .ribbon { top: clamp(300px, 34vw, 460px); view-transition-name: ribbon; }
.hero-ty .glow-spot { width: 64vw; height: 40vw; max-width: 900px; max-height: 560px; left: 50%; top: 20%; transform: translateX(-50%); opacity: .28; }
@media (max-width: 767px) { .glow-spot { display: none; } }
.ty { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr); justify-items: center; }
.ty .h1 { font-size: clamp(2.5rem, 1.3rem + 4.3vw, 4.5rem); max-width: 17ch; }
@media (min-width: 1100px) { .ty .h1 { max-width: 24ch; } }
.ty .h1 .l2 { display: block; }
.ty .lead { margin-top: clamp(16px, 2vw, 24px); max-width: 44ch; }
.when { margin-top: 18px; display: inline-flex; align-items: center; gap: 10px; padding: 10px 18px; border-radius: 999px; font-weight: 700; color: var(--ink); --gb: 12px; }
.when .icon { color: var(--mint-ink); width: 18px; height: 18px; }
.video-frame { --r-frame: 32px; --bezel: 13px; width: min(100%, 960px); margin-top: clamp(26px, 3.4vw, 40px); view-transition-name: stage; }
.video-core { aspect-ratio: var(--ratio, 16 / 9); background: var(--charcoal); }
.video-frame.is-vertical { width: min(100%, 420px); }
.video-core iframe, .video-core video { width: 100%; height: 100%; border: 0; object-fit: contain; background: #000; }
.poster { position: absolute; inset: 0; display: grid; place-items: center; overflow: hidden; background:
  radial-gradient(120% 90% at 18% 110%, rgb(0 255 178 / .55), transparent 55%),
  radial-gradient(90% 80% at 100% 0%, rgb(0 224 255 / .45), transparent 60%), var(--charcoal); }
.poster img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease-out); }
.poster .orb { width: clamp(84px, 9vw, 112px); height: clamp(84px, 9vw, 112px); }
@media (hover: hover) and (pointer: fine) { .poster:hover img { transform: scale(1.03); } }

/* ================= Prueba social ================= */
.proof { position: relative; padding: clamp(76px, 10vw, 140px) 0 clamp(76px, 9vw, 124px); overflow: clip;
  background: linear-gradient(180deg, #fff 0, var(--wash) 160px, var(--wash) calc(100% - 160px), #fff 100%); }
.proof[hidden] { display: none; }
.rail > .ribbon { top: 4%; --rh: clamp(300px, 36vw, 520px); }
.proof-head { position: relative; z-index: 1; }
.proof-block { position: relative; z-index: 1; margin-top: clamp(36px, 5vw, 56px); }
.proof-block[hidden] { display: none; }

/* Confirmación: los dos pasos */
.next-steps { list-style: none; margin: clamp(28px, 3.6vw, 44px) 0 0; padding: 0; display: grid; gap: 14px; width: min(100%, 760px); text-align: left; counter-reset: none; }
.nstep { --gb: 14px; display: grid; grid-template-columns: auto minmax(0, 1fr); gap: clamp(14px, 2vw, 22px); align-items: start; padding: clamp(20px, 3vw, 30px); border-radius: 24px; }
.nstep-n { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--mint); color: var(--ink); font-family: var(--font-display); font-weight: 800; font-size: 1.125rem; line-height: 1; box-shadow: 0 8px 20px -10px hsl(var(--shade) / .5); }
.nstep h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.25rem, 1.08rem + .7vw, 1.5rem); letter-spacing: -.015em; line-height: 1.15; color: var(--ink); padding-top: 8px; }
.nstep p { margin-top: 8px; color: var(--text); line-height: 1.55; max-width: 56ch; }
.nstep-cta { margin-top: 18px; }

/* /clase: rótulos de paso sobre el video y el calendario */
.mf .step-label { display: inline-flex; align-items: center; gap: 12px; text-align: left; margin-top: clamp(36px, 4.4vw, 56px); font-family: var(--font-display); font-weight: 800; font-size: clamp(1.25rem, 1.08rem + .7vw, 1.5rem); letter-spacing: -.015em; line-height: 1.15; color: var(--ink); }
.step-label .nstep-n { width: 38px; height: 38px; font-size: 1rem; }
.hero-clase .video-frame { margin-top: 18px; }
.clase-cal { width: min(100%, 960px); margin-top: 18px; text-align: left; view-transition-name: none; }
.poster.is-soon .orb { display: none; }
.poster-note { position: absolute; z-index: 2; left: 50%; top: 50%; transform: translate(-50%, -50%); max-width: calc(100% - 32px); padding: 8px 16px; border-radius: 999px; background: rgb(0 0 0 / .42); color: rgb(255 255 255 / .92); font-size: .95rem; font-weight: 600; line-height: 1.3; text-align: center; }

/* Equipo: quién va a atender la llamada */
.team { position: relative; z-index: 1; padding: 0 0 clamp(72px, 9vw, 120px); }
.team-list { list-style: none; margin: clamp(30px, 4vw, 48px) 0 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(clamp(120px, 34vw, 170px), 1fr)); gap: clamp(22px, 3vw, 36px) clamp(12px, 2vw, 24px); }
.person { display: grid; justify-items: center; text-align: center; }
/* La foto es la pieza completa (Julien + closer, con su propio aro): se recorta en círculo y nada más */
.face { position: relative; display: grid; place-items: center; width: 100%; max-width: 170px; aspect-ratio: 1; border-radius: 50%; overflow: hidden;
  background: #eaf5f2;
  box-shadow: 0 30px 60px -36px hsl(var(--shade) / .55); }
.face.no-foto { background: linear-gradient(145deg, var(--mint), var(--cyan)); }
.face .ini { visibility: hidden; }
.face.no-foto .ini { visibility: visible; }
.face img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease-out); }
@media (hover: hover) and (pointer: fine) { .person:hover .face img { transform: scale(1.03); } }
.face .ini { font-family: var(--font-display); font-weight: 800; font-size: clamp(2rem, 1.2rem + 3vw, 3.25rem); letter-spacing: -.02em; color: var(--ink); }
.pname { margin-top: 16px; font-family: var(--font-display); font-weight: 800; font-size: 1.0625rem; letter-spacing: -.01em; color: var(--ink); }
.prol { margin-top: 2px; color: var(--muted); font-size: .95rem; }

/* Reels de testimonio */
.rail { position: relative; }
.rail > .reels, .rail > .rail-nav { position: relative; z-index: 1; }
.reels {
  --card: clamp(210px, 64vw, 272px);
  list-style: none; margin: 0; display: grid; grid-auto-flow: column; grid-auto-columns: var(--card); gap: clamp(14px, 2vw, 22px);
  overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: none;
  padding: 14px max(var(--gutter), calc((100% - var(--max)) / 2)) 26px; scroll-padding-inline: max(var(--gutter), calc((100% - var(--max)) / 2));
}
.reels::-webkit-scrollbar { display: none; }
.rail.overflows .reels { -webkit-mask: linear-gradient(90deg, transparent 0, #000 var(--gutter), #000 calc(100% - var(--gutter)), transparent 100%); mask: linear-gradient(90deg, transparent 0, #000 var(--gutter), #000 calc(100% - var(--gutter)), transparent 100%); }
.rail.fits .reels { justify-content: center; }
.rail.dragging .reels { scroll-snap-type: none; cursor: grabbing; }
.rail.dragging .reels * { pointer-events: none; }
.reel { scroll-snap-align: start; }
.reel figure { margin: 0; }
.reel-frame { --r-frame: 26px; --bezel: 7px; transition: transform .5s var(--ease-out); }
.reel-core { aspect-ratio: 9 / 16; background: var(--charcoal); }
.reel-core > img, .reel-core > video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease-out); }
.reel-core > video.playing { object-fit: contain; background: #000; }
.reel-core > iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: #000; }
/* Videos horizontales (entrevistas, llamadas grabadas): tarjetas 16:9 más anchas */
.rail.is-wide .reels { --card: clamp(280px, 84vw, 480px); }
.rail.is-wide .reel-core { aspect-ratio: 16 / 9; }
.reel-core .orb { position: absolute; left: 50%; top: 50%; translate: -50% -50%; }
.reel-core .orb { width: 66px; height: 66px; }
.reel figcaption { padding: 14px 6px 0; display: grid; gap: 4px; }
.reel figcaption strong { font-family: var(--font-display); font-weight: 800; font-size: 1.0625rem; color: var(--ink); letter-spacing: -.01em; }
.reel figcaption span { color: var(--muted); font-size: .98rem; line-height: 1.45; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
@media (hover: hover) and (pointer: fine) {
  .reel:hover .reel-frame { transform: translateY(-6px); }
  .reel:hover .reel-core > img { transform: scale(1.04); }
}
.rail-nav { display: none; gap: 10px; justify-content: flex-end; margin-top: 4px; }
.rail.overflows .rail-nav { display: flex; }
.rail-nav .orb { width: 52px; height: 52px; }
.rail-nav .orb .icon { width: 20px; height: 20px; }
@media (max-width: 767px) { .rail.overflows .rail-nav { display: none; } }

/* Capturas en marquee (paso 1) */
.marquee { position: relative; display: grid; gap: clamp(12px, 1.6vw, 18px); }
.mq-row { overflow: hidden; -webkit-mask: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); padding-block: 8px; }
.mq-track { display: flex; width: max-content; }
.mq-track ul { list-style: none; margin: 0; padding: 0 clamp(12px, 1.6vw, 18px) 0 0; display: flex; gap: clamp(12px, 1.6vw, 18px); }
@media (prefers-reduced-motion: no-preference) {
  .mq-track { animation: mq var(--dur, 80s) linear infinite; }
  .mq-row.rev .mq-track { animation-direction: reverse; }
  .marquee:not(.inview) .mq-track, .marquee.paused .mq-track, .mq-row:hover .mq-track, .mq-row:focus-within .mq-track { animation-play-state: paused; }
}
@keyframes mq { to { transform: translate3d(-50%, 0, 0); } }
@media (prefers-reduced-motion: reduce) {
  .mq-row { overflow-x: auto; -webkit-mask: none; mask: none; }
  .mq-track ul[aria-hidden="true"], .mq-toggle { display: none; }
}
.mq-toggle { justify-self: end; margin-right: var(--gutter); height: 40px; padding: 0 16px; border-radius: 999px; display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; color: var(--ink); --gb: 10px; }
.mq-toggle .icon { width: 14px; height: 14px; }
.mq-toggle { transition: transform .16s var(--ease-out); }
.mq-toggle:active { transform: scale(.97); }
.shot {
  --r-frame: 18px; --bezel: 6px; display: block; width: 100%; text-align: left; cursor: zoom-in;
  transition: transform .45s var(--ease-out);
}
.shot.glass { -webkit-backdrop-filter: none; backdrop-filter: none; background: linear-gradient(165deg, rgb(255 255 255 / .96), rgb(255 255 255 / .72)); }
.shot .frame-core { display: block; background: #f4f6f6; }
.shot img { width: 100%; height: auto; }
.mq-track .shot { width: auto; }
.mq-track .shot img { height: clamp(220px, 26vw, 300px); width: auto; max-width: none; }
@media (hover: hover) and (pointer: fine) { .shot:hover { transform: translateY(-4px) rotate(-.4deg); } }
.shot:active { transform: scale(.98); }

/* Capturas en grilla tipo masonry (paso 2) */
.shots-grid { list-style: none; margin: 0; padding: 0; columns: 4 250px; column-gap: clamp(14px, 1.8vw, 20px); }
.shots-grid li { break-inside: avoid; margin-bottom: clamp(14px, 1.8vw, 20px); }

.back { position: relative; z-index: 1; margin-top: clamp(44px, 6vw, 72px); display: flex; justify-content: center; }

/* ================= Lightbox ================= */
.lb { position: fixed; inset: 0; width: 100%; height: 100%; max-width: none; max-height: none; margin: 0; padding: 0; border: 0; background: transparent; overflow: hidden; color: #fff; }
.lb::backdrop { background: transparent; }
.lb-scrim { position: absolute; inset: 0; background: rgb(22 26 25 / .78); -webkit-backdrop-filter: blur(20px) saturate(140%); backdrop-filter: blur(20px) saturate(140%); }
.lb-stage { position: absolute; inset: 0; display: grid; place-items: center; padding: clamp(64px, 8vh, 96px) clamp(12px, 7vw, 110px); touch-action: none; }
.lb-img { max-width: 100%; max-height: 100%; width: auto; height: auto; border-radius: 16px; box-shadow: 0 30px 80px -20px rgb(0 0 0 / .6); user-select: none; -webkit-user-drag: none; will-change: transform; }
.lb .orb { position: absolute; color: var(--ink); width: 52px; height: 52px; }
.lb .orb .icon { width: 20px; height: 20px; }
.lb-close { top: 18px; right: 18px; }
.lb-prev { left: 18px; top: 50%; translate: 0 -50%; }
.lb-next { right: 18px; top: 50%; translate: 0 -50%; }
.lb-count { position: absolute; left: 50%; bottom: 20px; translate: -50% 0; font-weight: 700; font-size: 14px; letter-spacing: .02em; font-variant-numeric: tabular-nums; color: rgb(255 255 255 / .85); }
@media (max-width: 640px) { .lb-prev, .lb-next { display: none; } }

/* ================= Pie ================= */
.foot { padding: 34px 0 40px; font-size: 14.5px; color: var(--muted); }
.foot .container { display: flex; flex-wrap: wrap; gap: 10px 28px; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 26px; }
.foot p:first-child { max-width: 62ch; }

/* ================= Cambio de página (paso 1 -> paso 2) ================= */
@view-transition { navigation: auto; }
::view-transition-group(*) { animation-duration: .7s; animation-timing-function: var(--ease-drawer); }
::view-transition-old(root) { animation: vt-out .35s var(--ease-out) both; }
::view-transition-new(root) { animation: vt-in .6s var(--ease-quint) .1s both; }
@keyframes vt-out { to { opacity: 0; filter: blur(10px); transform: scale(.985); } }
@keyframes vt-in { from { opacity: 0; filter: blur(12px); transform: translateY(18px); } }
@media (prefers-reduced-motion: reduce) {
  ::view-transition-group(*), ::view-transition-old(*), ::view-transition-new(*) { animation: none !important; }
}

@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
@media (prefers-reduced-motion: reduce) { .island-act, .island-act .btn-mini, .steps, .step .dot, .step .dot .icon { transition: none !important; } }

/* ================= Ajustes móviles ================= */
@media (max-width: 560px) {
  :root { --island-h: 54px; --island-top: 10px; }
  .island { padding: 0 6px 0 14px; gap: 10px; }
  .brand { font-size: 12.5px; }
  .step .lbl { display: none; }
  .step.is-active .lbl { display: inline; }
  .steps .track { width: 22px; margin: 0 8px; }
  .btn .btn-t { padding: 0 20px; }
  .btn-mini { height: 40px; padding: 0 13px; font-size: 13px; }
  .btn-mini .full { display: none; }
}
@media (max-width: 380px) { .brand { display: none; } }

/* ================= Confirmación compacta (mismo criterio que la agenda: todo un poco más chico) ================= */
.mf[data-page="gracias"] .hero-ty { padding: calc(var(--island-top) + var(--island-h) + clamp(14px, 2vw, 26px)) 0 clamp(36px, 5vw, 60px); }
/* Título en dos líneas justas: "Tu llamada está reservada." mide 12,6 veces el cuerpo */
.mf[data-page="gracias"] .ty { container-type: inline-size; }
.mf[data-page="gracias"] .ty .h1 { font-size: clamp(1.5rem, calc(100cqi / 13.2), 3.25rem); max-width: none; }
.mf[data-page="gracias"] .ty .h1 .l1, .mf[data-page="gracias"] .ty .h1 .l2 { display: block; white-space: nowrap; }
.mf[data-page="gracias"] .ty .lead { margin-top: clamp(10px, 1.4vw, 16px); font-size: clamp(1rem, .95rem + .25vw, 1.125rem); }
.mf[data-page="gracias"] .next-steps { margin-top: clamp(20px, 2.6vw, 30px); gap: 10px; width: min(100%, 660px); }
.mf[data-page="gracias"] .nstep { padding: clamp(16px, 2.2vw, 22px); border-radius: 20px; gap: clamp(12px, 1.6vw, 18px); }
.mf[data-page="gracias"] .nstep-n { width: 36px; height: 36px; font-size: 1rem; }
.mf[data-page="gracias"] .nstep h2 { font-size: clamp(1.1rem, 1rem + .4vw, 1.25rem); padding-top: 5px; }
.mf[data-page="gracias"] .nstep p { margin-top: 6px; font-size: .9375rem; }
.mf[data-page="gracias"] .nstep-cta { margin-top: 14px; }
.mf[data-page="gracias"] .h2 { font-size: clamp(1.6rem, 1.1rem + 2vw, 2.5rem); }
.mf[data-page="gracias"] .sub { margin-top: 10px; font-size: 1rem; }
.mf[data-page="gracias"] .team { padding-bottom: clamp(36px, 4.5vw, 56px); }
.mf[data-page="gracias"] .team-list { margin-top: clamp(18px, 2.4vw, 28px); grid-template-columns: repeat(auto-fill, minmax(clamp(96px, 26vw, 124px), 1fr)); gap: 16px 12px; }
.mf[data-page="gracias"] .face { max-width: 124px; }
.mf[data-page="gracias"] .pname { margin-top: 10px; font-size: .95rem; }
.mf[data-page="gracias"] .proof { padding: clamp(36px, 4.5vw, 64px) 0 clamp(44px, 5.5vw, 76px); }
.mf[data-page="gracias"] .proof-block { margin-top: clamp(20px, 2.8vw, 32px); }
.mf[data-page="gracias"] .reels { --card: clamp(170px, 48vw, 212px); }
.mf[data-page="gracias"] .rail.is-wide .reels { --card: clamp(240px, 72vw, 380px); }
.mf[data-page="gracias"] .reel figcaption { padding-top: 10px; }
.mf[data-page="gracias"] .reel figcaption strong { font-size: 1rem; }
.mf[data-page="gracias"] .shots-grid { columns: 5 190px; }
/* Confirmación: todo centrado como el título y los pasos */
.mf[data-page="gracias"] .team-in, .mf[data-page="gracias"] .proof-head { text-align: center; }
.mf[data-page="gracias"] .sub { margin-inline: auto; }
.mf[data-page="gracias"] .team-list { display: flex; flex-wrap: wrap; justify-content: center; }
.mf[data-page="gracias"] .team-list .person { width: clamp(96px, 26vw, 124px); }
.mf[data-page="gracias"] .rail-nav { justify-content: center; }

/* Agenda: nombres del equipo sin negrita */
.team-mini .pname { font-weight: 500; }

/* Botón flotante de WhatsApp (código del equipo) + etiqueta "Dudas o Preguntas" a su izquierda */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  height: 60px;
  z-index: 1000;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: floatPulse 2.5s infinite;
}
.whatsapp-float img {
  width: 60px;
  height: 60px;
  flex: none;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.whatsapp-float:hover img {
  transform: scale(1.15);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}
.whatsapp-float-t {
  padding: 9px 14px; border-radius: 999px; background: #fff; color: var(--ink);
  font-family: var(--font-text); font-weight: 700; font-size: .9375rem; line-height: 1.2; white-space: nowrap;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
@keyframes floatPulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}
@media (prefers-reduced-motion: reduce) { .whatsapp-float { animation: none; } }
@media (max-width: 480px) {
  .whatsapp-float { bottom: 16px; right: 16px; height: 54px; }
  .whatsapp-float img { width: 54px; height: 54px; }
  .whatsapp-float-t { font-size: .875rem; padding: 8px 12px; }
}
/* WhatsApp arriba a la derecha, a la altura de la isla. En pantallas medianas solo el ícono (la etiqueta
   chocaría con la isla cuando se expande); en celular queda abajo porque la isla ocupa casi todo el ancho. */
@media (min-width: 760px) {
  .whatsapp-float { top: var(--island-top); bottom: auto; right: 20px; }
}
@media (min-width: 760px) and (max-width: 1149px) {
  .whatsapp-float-t { display: none; }
}
