/* =======================================================================
   3 DAY RESET · Landing "Frustrado" — Hundred Academy
   Base desktop: lienzo 1512px (Figma "Frustrado Desktop" 62:1878)
   ======================================================================= */

:root {
  --black: #000;
  --ink-900: #05070a;
  --ink-800: #0c0c10;
  --surface: #1a1a1a;
  --stroke: #6e6d6d;
  --white: #fff;
  --gray-200: #d9d9d9;
  --gray-600: #454545;
  --red: #ff383c;
  --green: #2fd44e;
  --green-bright: #00ff36;
  --green-200: #0ccb34;
  --violet: #542af8;
  --violet-edge: #6942fe;
  --grad-purple: linear-gradient(200.28deg, #5013e2 15.371%, #1c005f 97.268%);
  --grad-purple-hero: linear-gradient(188.02deg, #5013e2 15.371%, #1c005f 97.268%);
  --link: #85b8ff;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: 'Titillium Web', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, p { margin: 0; }
img { display: block; border: 0; }
b, strong { font-weight: 700; }
em { font-style: normal; }

/* ---------- Lienzo escalable (ver js/script.js) ---------- */
#shell { overflow-x: hidden; }

#canvas {
  width: 1512px;
  transform-origin: top left;
}

/* =========================== ELEMENTOS COMPARTIDOS =========================== */

/* Punto rojo "EN VIVO" — el SVG incluye el resplandor, se compensa con margen negativo */
.dot {
  --s: 14.626px;
  flex: 0 0 auto;
  width: calc(var(--s) * 3.8888);
  height: calc(var(--s) * 3.8888);
  margin: calc(var(--s) * -1.4444);
}
.dot--lg { --s: 18.439px; }

.live {
  display: flex;
  align-items: center;
  gap: 14.626px;
}
.live span {
  font-weight: 700;
  font-size: 19.945px;
  letter-spacing: 0.5983px;
  color: var(--gray-200);
  text-transform: uppercase;
  white-space: nowrap;
}

/* ---------- Botones ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--btn-w, auto);
  padding: 20.994px 20px;
  border: 1.039px solid var(--violet-edge);
  border-radius: 5px;
  background-image: var(--grad-purple);
  box-shadow: 0 0 20.358px 5.193px rgba(105, 68, 253, 0.5);
  color: var(--white);
  font-family: inherit;
  font-weight: 700;
  font-size: 22.39px;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  transition: filter 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.btn:hover {
  filter: brightness(1.14);
  box-shadow: 0 0 26px 7px rgba(105, 68, 253, 0.62);
  transform: translateY(-1px);
}
.btn:active { transform: translateY(0); }

.btn--sm {
  padding: 19.794px 20px;
  border-width: 0.979px;
  font-size: 21.11px;
  box-shadow: 0 0 19.195px 4.897px rgba(105, 68, 253, 0.5);
}

.btn--hero {
  padding: 9.838px 34.432px;
  border: 0;
  border-radius: 7.87px;
  background-image: var(--grad-purple-hero);
  box-shadow: 0 0 4.919px 4px rgba(80, 19, 226, 0.37);
  font-size: 23.61px;
  line-height: normal;
  letter-spacing: 1.1805px;
}
.btn--hero:hover {
  box-shadow: 0 0 14px 6px rgba(80, 19, 226, 0.5);
  transform: translateX(-50%) translateY(-1px);
}
.btn--hero:active { transform: translateX(-50%); }

/* ---------- Marca 3 DAY RESET ---------- */
.brand {
  display: flex;
  align-items: center;
  gap: 5.686px;
  text-decoration: none;
}
.brand__mark { width: 67.811px; height: 56.229px; }
.brand__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.948px;
  line-height: 0.96;
  color: var(--white);
  text-transform: uppercase;
}
.brand__l1 {
  font-weight: 900;
  font-size: 34.321px;
  letter-spacing: 1.3729px;
  white-space: nowrap;
}
.brand__l2 {
  font-weight: 400;
  font-size: 18.846px;
  letter-spacing: 4.3346px;
}

/* ================================= HERO ================================= */
.hero {
  position: relative;
  width: 1512px;
  height: 912px;
  background: var(--black);
  overflow: hidden;
}

.hero__candles { position: absolute; inset: 0; }
.candle {
  position: absolute;
  opacity: 0.15;
  max-width: none;
}

.hero__glow {
  position: absolute;
  left: 64.97px;
  top: 456.16px;
  width: 1408.05px;
  height: 426.431px;
  pointer-events: none;
}

.hero .brand {
  position: absolute;
  left: 58px;
  top: 29.69px;
}

.hero__live {
  position: absolute;
  top: 39.1px;
  left: calc(50% + 489.49px);
  transform: translateX(-50%);
}

.hero__title {
  position: absolute;
  top: 119.8px;
  left: 50%;
  transform: translateX(-50%);
  width: 1094px;
  font-weight: 400;
  font-size: 40.025px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
}
.hero__title .t-dim { color: var(--gray-200); }
.hero__title .t-strong {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}

.hero__spoiler {
  position: absolute;
  top: 238.81px;
  left: calc(50% - 0.54px);
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 7.581px;
}
.hero__spoiler img { width: 25.078px; height: 22.743px; }
.hero__spoiler span {
  font-weight: 700;
  font-size: 22.784px;
  line-height: 1.2;
  color: var(--red);
  text-transform: uppercase;
  white-space: nowrap;
}

.hero__video {
  position: absolute;
  top: 296.48px;
  left: calc(50% + 0.59px);
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  width: 761.906px;
  height: 456.383px;
  background: var(--surface);
  border: 1.268px dashed var(--stroke);
  border-radius: 25.355px;
  overflow: hidden;
}
.hero__video span {
  font-weight: 700;
  font-size: 22.784px;
  line-height: 1.2;
  color: var(--white);
  text-transform: uppercase;
}

.hero .btn--hero {
  position: absolute;
  top: 809.36px;
  left: calc(50% + 0.59px);
  transform: translateX(-50%);
  width: 743.006px;
}

/* ============================= TESTIMONIOS ============================= */
.testimonios {
  position: relative;
  width: 1512px;
  padding: 60px 156px;
  background: var(--ink-900);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  overflow: hidden;
}

/* Halos de fondo — el SVG ya trae el desenfoque, se centra con offsets */
.halo { position: absolute; pointer-events: none; }
.halo img { position: absolute; max-width: none; }
.halo--a { left: 450px;  top: 858px; width: 620px; height: 320px; }
.halo--a img { left: -120px; top: -120px; width: 860px; height: 560px; }
.halo--b { left: 880px;  top: 379px; width: 640px; height: 420px; }
.halo--b img { left: -130px; top: -130px; width: 900px; height: 680px; }
.halo--c { left: -20px;  top: 150px; width: 680px; height: 420px; }
.halo--c img { left: -130px; top: -130px; width: 940px; height: 680px; }

.section-head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  text-align: center;
  color: var(--white);
}
.section-head__eyebrow {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
.section-head__sub { font-size: 35px; line-height: 1.28; }
.section-head__sub .is-green { color: var(--green-bright); }

.cards {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 1346px;
}

.card {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 20px;
  box-shadow: 0 22px 48px -12px rgba(3, 6, 10, 0.55),
              inset 0 1px 1px 0 rgba(255, 255, 255, 0.12);
  overflow: hidden;
}
/* Capa de vidrio esmerilado */
.card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: linear-gradient(180deg,
    rgba(255, 255, 255, 0.10) 0%,
    rgba(255, 255, 255, 0.05) 55%,
    rgba(255, 255, 255, 0.02) 100%);
}

/* Retícula técnica de fondo (líneas cada 30px) */
.card__grid {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 1200px;
  height: 242px;
  pointer-events: none;
  background-image:
    repeating-linear-gradient(90deg, transparent 0 29px, rgba(255,255,255,0.03) 29px 30px),
    repeating-linear-gradient(180deg, transparent 0 29px, rgba(255,255,255,0.03) 29px 30px);
}

.card__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.card__who { display: flex; align-items: center; gap: 14px; }

.avatar {
  position: relative;
  flex: 0 0 auto;
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
}
.avatar > img { width: 100%; height: 100%; object-fit: cover; }
/* Recorte cuadrado del screenshot original (2686x1322) */
.avatar--jeancarlo > img {
  position: absolute;
  left: -12.66px;
  top: -97.07px;
  width: 369.6px;
  height: 181.9px;
  max-width: none;
  object-fit: fill;
}

.card__name {
  display: flex;
  flex-direction: column;
  gap: 3px;
  line-height: normal;
  color: var(--white);
  white-space: nowrap;
}
.card__name b { font-size: 20px; }
.card__name em { font-weight: 600; font-size: 14px; text-transform: uppercase; }

.card__amount {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  color: var(--green);
  white-space: nowrap;
}

/* Filas de comprobantes */
.card__row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap, 16px);
  width: 100%;
}
.shot {
  position: relative;
  flex: 0 0 auto;
  width: var(--w, 100%);
  height: var(--h, auto);
  border-radius: 12px;
  overflow: hidden;
}
.shot > img { width: 100%; height: 100%; object-fit: cover; }
.shot--contain > img { object-fit: contain; }
.shot--tile { background: var(--ink-800); }
.shot--fluid { flex: 1 1 0; width: auto; min-width: 0; }

.stack {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--g, 8px);
  width: var(--w);
}

/* ============================== TEMARIO ============================== */
.temario {
  position: relative;
  width: 1512px;
  height: 1082px;
  background: var(--white);
  overflow: hidden;
}
.temario__inner {
  position: absolute;
  left: 89.88px;
  top: 50%;
  transform: translateY(-50%);
  width: 1333.245px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.temario__title {
  font-weight: 700;
  font-size: 51px;
  line-height: 1.2;
  text-align: center;
  color: var(--black);
}
.temario__title span { color: var(--violet); }

.temario__cards { display: flex; align-items: center; gap: 32px; }

.clase {
  position: relative;
  flex: 0 0 auto;
  width: 428.202px;
  height: 641px;
  background: var(--black);
  border-radius: 34.743px;
  overflow: hidden;
}
.clase__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 428.5px;
  height: 641px;
  object-fit: cover;
}
.clase__glass {
  position: absolute;
  left: 25px;
  top: 32px;
  width: 377.231px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 25.912px;
  background: rgba(10, 10, 14, 0.26);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 2.87px 2.87px 7.175px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.clase__meta { display: flex; align-items: center; gap: 6px; }
.tag {
  flex: 0 0 auto;
  padding: 2px 15px;
  border-radius: 10px;
  background: rgba(80, 19, 226, 0.7);
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.8px;
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
}
.clase__date {
  flex: 1 1 auto;
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
  text-align: right;
  color: var(--white);
}
.clase__body { display: flex; flex-direction: column; gap: 11px; color: var(--white); }
.clase__body h3 { font-weight: 700; font-size: 20px; line-height: 1.1; }
.clase__body p  { font-weight: 400; font-size: 16px; line-height: 1.1; }

/* ======================= MENTOR · ANDRÉS VALDÉS ======================= */
.mentor {
  position: relative;
  width: 1512px;
  height: 699px;
  background: var(--black);
  overflow: hidden;
}
.mentor__photo {
  position: absolute;
  left: 486px;
  top: -46px;
  width: 1095px;
  height: 764px;
  object-fit: cover;
  object-position: 50% 16%;
}
/* Viñeta radial que funde la foto con el negro */
.mentor__vignette {
  position: absolute;
  left: 0;
  top: 0;
  width: 1512px;
  height: 819px;
  background: radial-gradient(ellipse 908px 568px at 1185px 347px,
              rgba(0,0,0,0) 21%, #000 83%);
}
.mentor__fade {
  position: absolute;
  left: 0;
  top: 393px;
  width: 1512px;
  height: 358px;
  background: linear-gradient(to top, #000 7.263%, rgba(0,0,0,0) 72.486%);
}
.mentor__content { position: absolute; inset: 0; }

.mentor__title {
  position: absolute;
  left: 84px;
  top: 118px;
  transform: translateY(-50%);
  width: 499px;
  font-weight: 400;
  font-size: 38px;
  line-height: 46px;
  text-transform: uppercase;
  color: var(--white);
}
.mentor__title span { font-weight: 700; color: var(--violet); }

.mentor__text {
  position: absolute;
  left: 84px;
  top: 355.5px;
  transform: translateY(-50%);
  width: 722px;
  display: flex;
  flex-direction: column;
  gap: 27.6px;
  font-size: 23px;
  line-height: 1.2;
  color: var(--white);
}

.mentor__cta { position: absolute; left: 84px; top: 560px; }

/* =========================== ÚLTIMO CTA =========================== */
.cta-final {
  position: relative;
  width: 1512px;
  height: 692px;
  background: var(--black);
  overflow: hidden;
}
.cta-final__bg {
  position: absolute;
  left: 50%;
  top: -231px;
  transform: translateX(-50%);
  width: 1512px;
  height: 1226px;
  object-fit: cover;
  object-position: 50% 54%;
}
.cta-final__fade {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1512px;
  height: 509px;
  background: linear-gradient(to top, rgba(0,0,0,0.89) 43.292%, rgba(0,0,0,0) 85.4%);
}
.cta-final__content {
  position: absolute;
  left: 351px;
  top: 346px;
  width: 808px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
}
.cta-final__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.cta-final__title {
  width: 100%;
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
}
.cta-final__live span { font-size: 25.145px; letter-spacing: 0.7543px; }
.cta-final__note {
  font-size: 30px;
  line-height: 1.27;
  text-align: center;
  color: var(--white);
}

/* ============================== FOOTER ============================== */
.footer {
  position: relative;
  width: 1512px;
  padding: 60px 100px;
  background: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 62px;
}
.footer__logo { position: relative; width: 218.961px; height: 31px; }
.footer__mark { position: absolute; left: 0;        top: 0;      width: 27.196px; height: 31px; }
.footer__w1   { position: absolute; left: 35.2px;   top: 6.31px; width: 86.144px; height: 18.46px; }
.footer__w2   { position: absolute; left: 130.09px; top: 6.14px; width: 88.871px; height: 18.722px; }

.footer__legal {
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  color: var(--gray-600);
}
.footer__legal a { color: var(--link); text-decoration: none; }
.footer__legal a:hover { text-decoration: underline; }

.footer__disclaimer {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16.8px;
  font-size: 14px;
  line-height: 1.2;
  color: var(--gray-600);
}

/* Accesibilidad: respeta la preferencia de menos movimiento */
@media (prefers-reduced-motion: reduce) {
  .btn { transition: none; }
  .btn:hover { transform: none; }
  .hero__cta:hover { transform: translateX(-50%); }
}

/* ---------- Recortes exactos de Figma (zoom/offset del contenido de imagen) ---------- */
.shot--crop > img {
  position: absolute;
  left: var(--il, 0);
  top: var(--it, 0);
  width: var(--iw, 100%);
  height: var(--ih, 100%);
  max-width: none;
  object-fit: fill;
}

/* =======================================================================
   VERSIÓN MÓVIL — lienzo 393px (Figma "Frustrado Mobile" 62:2426)
   Misma landing, diseño propio. El lienzo se escala en js/script.js.
   ======================================================================= */

.only-m { display: none; }

@media (max-width: 767px) {

  .only-d { display: none; }
  .only-m { display: revert; }

  #canvas { width: 393px; }

  .hero, .testimonios, .temario, .mentor, .cta-final, .footer { width: 393px; }

  /* ---------- Compartidos ---------- */
  .dot, .dot--lg { --s: 11px; }
  .live { gap: 11px; }
  .live span { font-size: 15px; letter-spacing: 0.45px; }

  .btn {
    padding: 16.212px 20px;
    border-width: 0.804px;
    font-size: 17.34px;
    box-shadow: 0 0 15.767px 4.022px rgba(105, 68, 253, 0.5);
  }
  .btn--sm {
    padding: 15.052px 40.14px;
    border-width: 0.745px;
    font-size: 16.06px;
    box-shadow: 0 0 14.597px 3.724px rgba(105, 68, 253, 0.5);
  }

  .brand { gap: 5.217px; }
  .brand__mark { width: 62.213px; height: 51.586px; }
  .brand__text { gap: 2.705px; }
  .brand__l1 { font-size: 31.488px; letter-spacing: 1.2595px; }
  .brand__l2 { font-size: 22.533px; letter-spacing: 5.1826px; }

  /* ---------- Hero (393 x 701) ---------- */
  .hero { height: 701px; }

  /* El grupo de velas móvil es el mismo del desktop escalado a 0.833 */
  .hero__candles {
    transform-origin: 0 0;
    transform: translate(-445.87px, -173.91px) scale(0.832985);
  }

  .hero__glow { left: -472px; top: 238px; width: 1322px; height: 491px; }

  .hero .brand { left: 119.861px; top: 51px; }

  .hero__live { left: 26px; top: 136px; transform: none; }

  .hero__title {
    left: 14px; top: 182px; transform: none;
    width: 366px;
    font-size: 26.412px;
  }

  .hero__spoiler { left: 28.291px; top: 332px; transform: none; gap: 6.418px; }
  .hero__spoiler img { width: 24px; height: 21.771px; }
  .hero__spoiler span { font-size: 16px; }

  .hero__video {
    left: 14px; top: 370px; transform: none;
    width: 366px; height: 214px;
    border-width: 0.826px;
    border-radius: 16.528px;
  }

  .hero .btn--hero {
    left: 21px; top: 598px; transform: none;
    width: 352px; height: 50px;
    padding: 7.452px 26.08px;
    border-radius: 5.961px;
    background-image: linear-gradient(194.961deg, #5013e2 15.371%, #1c005f 97.268%);
    box-shadow: 0 0 3.726px 4px rgba(80, 19, 226, 0.37);
    font-size: 17.88px;
    letter-spacing: 0.894px;
  }
  .hero .btn--hero:hover { transform: translateY(-1px); box-shadow: 0 0 11px 5px rgba(80, 19, 226, 0.5); }
  .hero .btn--hero:active { transform: none; }

  /* ---------- Testimonios ---------- */
  .testimonios { gap: 40px; }
  #resultados     { padding: 34px 16px 22px; }
  #mas-resultados { padding: 30px 16px 30px; }

  /* En el diseño móvil el botón de "Resultados Reales" queda fuera del frame */
  #resultados > .btn { display: none; }
  #mas-resultados > .btn { --btn-w: 270.999px; }

  .halo--a { top: 931px; }
  .halo--b { top: 452px; }
  .halo--c { top: 223px; }

  .section-head { width: 353px; }
  .section-head__eyebrow { font-size: 28px; letter-spacing: 0.28px; }
  .section-head__sub { font-size: 20px; }
  #mas-resultados .section-head__eyebrow { max-width: 307px; margin: 0 auto; }

  .cards { width: 361px; }
  .card__grid { display: none; }

  .avatar { width: 45px; height: 45px; }
  .card__who { gap: 14px; }
  .card__name b  { font-size: 15px; }
  .card__name em { font-size: 10px; }
  .card__amount  { font-size: 20px; }
  /* Recorte móvil del screenshot original */
  .avatar--jeancarlo > img {
    left: -1.503px; top: -71.32px;
    width: 210.663px; height: 136.49px;
  }

  /* Los comprobantes conservan la maqueta del desktop reducida (zoom)
     y la fila se desplaza en horizontal, igual que en Figma. */
  .card__row {
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    gap: calc(var(--mgap, var(--gap, 16px)) * var(--k, 0.75));
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .card__row::-webkit-scrollbar { display: none; }
  .card__row > * { zoom: var(--k, 0.75); }

  .shot--fluid { flex: 0 0 auto; width: var(--mw, auto); height: var(--mh, var(--h, auto)); }

  /* ---------- Temario (393 x 1850.913) ---------- */
  .temario { height: 1850.913px; }
  .temario__inner {
    left: 20px; top: 50px; transform: none;
    width: 353px;
    gap: 27px;
  }
  .temario__title { order: 1; font-size: 28px; }
  .temario__cards { order: 2; flex-direction: column; gap: 30.048px; width: 100%; }
  .temario__inner > .btn { order: 3; --btn-w: 200px; }

  .clase { width: 353px; height: 517.904px; border-radius: 32.623px; }
  .clase__img { left: -0.567px; top: -36.815px; width: 402.356px; height: 601.891px; }
  .clase__glass {
    left: 14.513px; top: 18.833px;
    width: 316.483px;
    padding: 18.78px;
    gap: 9.39px;
    border-radius: 24.331px;
    box-shadow: 2.695px 2.695px 6.737px 0 rgba(0, 0, 0, 0.15);
  }
  .clase__meta { gap: 5.634px; }
  .tag { padding: 1.878px 14.085px; border-radius: 9.39px; font-size: 15.024px; letter-spacing: 0.7512px; }
  .clase__date { font-size: 12px; }
  .clase__body { gap: 10.329px; }
  .clase__body h3 { font-size: 16px; }
  .clase__body p  { font-size: 14px; }

  /* ---------- Mentor (393 x 842) ---------- */
  .mentor { height: 842px; }
  .mentor__photo {
    left: -204.93px; top: -46.68px;
    width: 668.866px; height: 728.358px;
    object-position: 50% 50%;
  }
  /* Degradado inferior a negro (Rectangle 174 girado 180°) */
  .mentor__vignette {
    left: -5px; top: 484.559px;
    width: 404px; height: 358px;
    background: linear-gradient(to top, #000 7.263%, rgba(0, 0, 0, 0) 38.934%);
  }
  /* Degradado que funde la foto con el fondo (Rectangle 173) */
  .mentor__fade {
    left: -5px; top: 129.639px;
    width: 404px; height: 635px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 18.551%, #000 40.501%);
  }
  .mentor__title {
    left: 0; top: 390px;
    width: 100%;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
  }
  .mentor__text {
    left: 23px; top: 595px;
    width: 348px;
    gap: 18px;
    font-size: 15px;
  }
  .mentor__cta { left: 59px; top: 764.639px; --btn-w: 276px; }

  /* ---------- Último CTA (393 x 418) ---------- */
  .cta-final { height: 418px; }
  .cta-final__bg {
    left: -140px; top: -353.87px; transform: none;
    width: 648px; height: 972.959px;
    object-position: 50% 50%;
  }
  .cta-final__fade {
    left: -5px; top: 19px; bottom: auto;
    width: 404px; height: 461px;
    background: linear-gradient(to top, #000 37.636%, rgba(0, 0, 0, 0) 94.252%);
  }
  .cta-final__content { left: 22px; top: 122px; width: 349px; gap: 23px; }
  .cta-final__head { gap: 15px; }
  .cta-final__title { width: 372px; margin: 0 -11.5px; font-size: 28px; line-height: 1.2; }
  .cta-final__live span { font-size: 15px; letter-spacing: 0.45px; }
  .cta-final__note { font-size: 16px; }
  .cta-final .btn--sm { --btn-w: 200px; }

  /* ---------- Footer (393 x 513.867) ---------- */
  .footer { padding: 80px 20px; gap: 30px; }
  .footer__logo { width: 154.45px; height: 21.867px; }
  .footer__mark { width: 19.184px; height: 21.867px; }
  .footer__w1 { left: 24.83px;  top: 4.45px; width: 60.765px; height: 13.022px; }
  .footer__w2 { left: 91.76px;  top: 4.33px; width: 62.688px; height: 13.206px; }
}

/* =======================================================================
   VARIANTES DE CAMPAÑA
   Misma maqueta base (Frustrado). Cada landing se marca con
   <body data-landing="..."> y solo redefine lo que cambia en Figma.
     · frustrado → 62:1878 / 62:2426   (logo 3 DAY · RESET)
     · begginer  → 81:2945 / 81:3493   (logo 1 HOUR · PLAN)
     · organico  → 227:3231 / 227:3826 (logo 1 HOUR · STRATEGY)
   ======================================================================= */

/* ---------- Reclamo verde del hero (sustituye al "spoiler" rojo) ---------- */
/* El SVG mide 26.088 pero ocupa una caja de 31.656 en Figma (89:4014),
   así que el relleno se compensa con padding — box-sizing es border-box. */
.hero__spoiler--go span { color: var(--green-200); }
.hero__spoiler--go img { width: 31.656px; height: 31.656px; padding: 2.784px; }

/* ---------- Logo · BEGGINER (1 HOUR / PLAN) ---------- */
[data-landing="begginer"] .hero .brand { left: 82px; top: 24.05px; gap: 5.501px; }
[data-landing="begginer"] .brand__mark { width: 65.601px; height: 54.397px; }
[data-landing="begginer"] .brand__text { gap: 2.852px; }
[data-landing="begginer"] .brand__l1 { font-size: 33.203px; letter-spacing: 1.3282px; }
[data-landing="begginer"] .brand__l2 { font-size: 18.232px; letter-spacing: 4.1934px; }

/* ---------- Logo · ORGÁNICO (1 HOUR / STRATEGY) ---------- */
[data-landing="organico"] .hero .brand { left: 76px; top: 31.05px; gap: 5.060px; }
[data-landing="organico"] .brand__mark { width: 60.348px; height: 50.039px; }
[data-landing="organico"] .brand__text { gap: 2.624px; }
[data-landing="organico"] .brand__l1 { font-size: 30.544px; letter-spacing: 1.2218px; }
[data-landing="organico"] .brand__l2 { font-size: 12.626px; letter-spacing: 2.9042px; }

/* ---------- Hero · BEGGINER (81:2946) ---------- */
[data-landing="begginer"] .hero__title { width: 1360px; }
[data-landing="begginer"] .hero__spoiler { top: 238.81px; left: 635.344px; transform: none; }

/* ---------- Mentor · BEGGINER (81:3473 — texto más largo, 819px) ---------- */
[data-landing="begginer"] .mentor { height: 819px; }
[data-landing="begginer"] .mentor__text { top: 419.3px; }
[data-landing="begginer"] .mentor__cta { top: 674.8px; }

/* ---------- Último CTA · BEGGINER (81:3480) ---------- */
[data-landing="begginer"] .cta-final { height: 671px; }

/* ---------- Variantes · versión móvil ---------- */
@media (max-width: 767px) {

  .hero__spoiler--go { gap: 7.581px; }
  .hero__spoiler--go img { width: 26.119px; height: 26.119px; padding: 2.297px; }
  .hero__spoiler--go span { font-size: 16px; }

  /* Logo · BEGGINER */
  [data-landing="begginer"] .hero .brand { left: 109.861px; top: 73px; gap: 5.322px; }
  [data-landing="begginer"] .brand__mark { width: 63.461px; height: 52.621px; }
  [data-landing="begginer"] .brand__text { gap: 2.759px; }
  [data-landing="begginer"] .brand__l1 { font-size: 32.120px; letter-spacing: 1.2848px; }
  [data-landing="begginer"] .brand__l2 { font-size: 22.985px; letter-spacing: 5.2866px; }

  /* Logo · ORGÁNICO */
  [data-landing="organico"] .hero .brand { left: 102.861px; top: 52px; gap: 5.418px; }
  [data-landing="organico"] .brand__mark { width: 64.620px; height: 53.575px; }
  [data-landing="organico"] .brand__text { gap: 2.809px; }
  [data-landing="organico"] .brand__l1 { font-size: 32.702px; letter-spacing: 1.3081px; }
  [data-landing="organico"] .brand__l2 { font-size: 17.617px; letter-spacing: 4.0517px; }

  /* Hero · BEGGINER (81:3494 — 393 x 771) */
  [data-landing="begginer"] .hero { height: 771px; }
  /* El grupo de velas baja 199px respecto a Frustrado (Figma 81:3499) */
  [data-landing="begginer"] .hero__candles { transform: translate(-445.87px, 25.09px) scale(0.832985); }
  [data-landing="begginer"] .hero__glow { top: 327px; }
  [data-landing="begginer"] .hero__live { top: 162px; }
  [data-landing="begginer"] .hero__title { left: 6px; top: 208px; width: 382px; font-size: 28px; }
  [data-landing="begginer"] .hero__spoiler { left: 109.65px; top: 402px; }
  [data-landing="begginer"] .hero__video { top: 442.119px; }
  [data-landing="begginer"] .hero .btn--hero { top: 670.119px; }

  /* Testimonios · BEGGINER — aquí el botón sí entra en el frame (81:3812) */
  [data-landing="begginer"] #resultados { padding: 30px 16px 30px; }
  [data-landing="begginer"] #resultados > .btn { display: inline-flex; --btn-w: 270.999px; }
  [data-landing="begginer"] #mas-resultados { padding: 60px 16px 60px; }

  /* Mentor · BEGGINER (81:3930 — 393 x 937) */
  [data-landing="begginer"] .mentor { height: 937px; }
  [data-landing="begginer"] .mentor__fade { top: 129.612px; height: 689px; }
  [data-landing="begginer"] .mentor__vignette { top: 560.171px; }
  [data-landing="begginer"] .mentor__text { top: 625px; }
  [data-landing="begginer"] .mentor__cta { top: 831.158px; }

  /* El Último CTA móvil es idéntico en las tres campañas */
  [data-landing="begginer"] .cta-final { height: 418px; }
}

/* =======================================================================
   VIDEO DEL HERO
   Sin `data-video` el bloque queda como el placeholder de Figma.
   Con `data-video` se pinta una carátula ligera y el iframe solo se
   inserta al primer clic (ver js/script.js), para no penalizar el LCP.
   ======================================================================= */
.hero__video--ready {
  border-style: solid;
  border-color: transparent;
  background: var(--black);
  cursor: pointer;
}
.hero__video--ready > span { display: none; }

.hero__video__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__video__play {
  position: relative;
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  border: 0;
  border-radius: 50%;
  background: var(--grad-purple-hero);
  box-shadow: 0 0 24px 6px rgba(80, 19, 226, 0.45);
  color: var(--white);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.hero__video__play::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 6px;
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent currentColor;
}
.hero__video__play:hover { transform: scale(1.06); box-shadow: 0 0 30px 8px rgba(80, 19, 226, 0.6); }
.hero__video__play:focus-visible { outline: 3px solid var(--green-200); outline-offset: 4px; }

.hero__video iframe,
.hero__video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 767px) {
  .hero__video__play { width: 62px; height: 62px; }
  .hero__video__play::before { margin-left: 4px; border-width: 11px 0 11px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero__video__play { transition: none; }
  .hero__video__play:hover { transform: none; }
}
