/* ══════════════════════════════════════════════════════════
   VARIANTE B — estructura de oferta directa (test A/B)
   Hereda todo styles.css; aquí solo lo propio de esta versión.
   ══════════════════════════════════════════════════════════ */

/* Barra de urgencia */
.urg{background:linear-gradient(100deg,var(--plum),var(--wine) 60%,#8C3B57);color:#FDF8F4;
  text-align:center;padding:11px 16px}
.urg p{margin:0;font-size:.84rem;letter-spacing:.01em}
.urg b{color:var(--gold-soft)}

/* Hero de oferta: sin WebGL, más directo */
.v-b .hero,.v-b .scroll-hint{display:none}
.hb-hero{padding:56px 0 72px;text-align:center;
  background:radial-gradient(90% 60% at 50% 0%,rgba(168,121,47,.14),rgba(168,121,47,0) 68%),
             linear-gradient(180deg,#FDFAF6,var(--bg) 72%)}
.hb-h1{font-family:var(--serif);font-weight:300;color:var(--plum);letter-spacing:-.02em;
  font-size:clamp(2rem,5vw,3.7rem);line-height:1.08;margin:0 0 20px}
.hb-sub{font-size:clamp(1rem,1.7vw,1.16rem);color:var(--plum-2);max-width:62ch;margin:0 auto}
.hb-hero .vsl{margin-top:38px}
.hb-tags{list-style:none;margin:30px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:10px;
  justify-content:center}
.hb-tags li{padding:8px 16px;border-radius:100px;border:1px solid var(--line);
  background:rgba(255,255,255,.75);font-size:.82rem;color:var(--plum)}

/* Prueba social inmediata */
.hb-proof{padding:52px 0;background:var(--bg-2);border-block:1px solid var(--line-2)}
.hb-proof__grid{display:grid;grid-template-columns:1.15fr 1fr;gap:38px;align-items:center}
@media (max-width:820px){.hb-proof__grid{grid-template-columns:1fr;gap:24px}}
.hb-proof figure{margin:0}
.hb-proof img{width:100%;border-radius:14px;border:1px solid rgba(46,21,51,.10);
  box-shadow:0 26px 50px -34px rgba(46,21,51,.6)}
.hb-num{font-family:var(--serif);font-size:clamp(2.6rem,6vw,4rem);line-height:1;margin:0 0 8px;
  background:linear-gradient(100deg,var(--gold-deep),var(--gold) 45%,var(--rose));
  -webkit-background-clip:text;background-clip:text;color:transparent}
.hb-proof__tx p{margin:0 0 12px;font-size:1rem;color:var(--plum-2);line-height:1.6}
.hb-cred{font-size:.88rem !important;color:var(--muted) !important;padding-top:12px;
  border-top:1px solid var(--line-2)}

/* Tres golpes del problema */
.hb-tres{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:48px}
@media (max-width:820px){.hb-tres{grid-template-columns:1fr}}
.hb-t{padding:28px 26px;border-radius:var(--r);background:var(--surface);
  border:1px solid var(--line-2);box-shadow:var(--shadow)}
.hb-t b{font-family:var(--serif);font-size:1.5rem;color:var(--gold-deep);display:block;margin-bottom:10px}
.hb-t h3{margin:0 0 8px;font-size:1.05rem;color:var(--plum)}
.hb-t p{margin:0;font-size:.94rem;color:var(--muted);line-height:1.55}

/* Tres columnas de resultados */
.hb-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:48px}
@media (max-width:860px){.hb-cols{grid-template-columns:1fr}}
.hb-col{padding:28px 26px;border-radius:var(--r);background:var(--surface);
  border:1px solid var(--line-2);box-shadow:var(--shadow)}
.hb-col h3{margin:0 0 18px;font-family:var(--serif);font-weight:400;font-size:1.2rem;
  color:var(--gold-deep);padding-bottom:12px;border-bottom:1px solid var(--line-2)}

/* Tres fases */
.hb-fases{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:48px}
@media (max-width:860px){.hb-fases{grid-template-columns:1fr}}
.hb-f{padding:30px 28px;border-radius:var(--r);background:var(--surface);
  border:1px solid var(--line);box-shadow:var(--shadow)}
.hb-f__n{margin:0 0 10px;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;
  color:var(--gold-deep);font-weight:700}
.hb-f h3{margin:0 0 10px;font-family:var(--serif);font-weight:400;font-size:1.35rem;color:var(--plum)}
.hb-f p{margin:0;font-size:.94rem;color:var(--muted);line-height:1.6}

/* Lista de todo lo que recibe */
.hb-stack{list-style:none;margin:44px 0 0;padding:0;display:grid;gap:10px}
.hb-stack li{display:grid;grid-template-columns:auto 1fr;gap:4px 14px;align-items:baseline;
  padding:16px 20px;border-radius:12px;background:var(--surface);
  border:1px solid var(--line-2);box-shadow:0 8px 20px -20px rgba(46,21,51,.5)}
.hb-stack li::before{content:"✓";grid-row:span 2;color:var(--gold-deep);font-weight:700}
.hb-stack b{font-size:.98rem;color:var(--plum)}
.hb-stack span{font-size:.88rem;color:var(--muted)}

/* Caja de precio */
.hb-precio{margin-top:44px;padding:42px 38px;border-radius:var(--r);text-align:center;
  background:linear-gradient(170deg,#FFFCF6,#FFFFFF 55%);border:1px solid var(--gold);
  box-shadow:0 44px 90px -44px rgba(168,121,47,.9),0 0 0 1px rgba(168,121,47,.16)}
.hb-precio__ancla{margin:0 0 6px;font-size:.9rem;color:var(--muted)}
.hb-precio__n{margin:0;font-family:var(--serif);font-weight:300;line-height:1;
  font-size:clamp(3rem,9vw,4.6rem);
  background:linear-gradient(100deg,var(--gold-deep),var(--gold) 45%,var(--rose));
  -webkit-background-clip:text;background-clip:text;color:transparent}
.hb-precio__d{margin:6px 0 0;font-size:.92rem;color:var(--muted)}
.hb-precio__alt{margin:14px 0 24px;font-size:1rem;color:var(--plum-2)}
.hb-precio__nota{margin:12px 0 0;font-size:.82rem;color:var(--muted)}
.hb-precio__list{list-style:none;margin:24px 0 0;padding:22px 0 0;display:grid;gap:8px;
  border-top:1px solid var(--line-2);font-size:.9rem;color:var(--plum-2)}
.hb-dudas{margin:26px auto 0;text-align:center;font-size:.94rem;color:var(--muted);max-width:52ch}
.hb-dudas a{color:var(--gold-deep);font-weight:700;text-decoration:underline;text-underline-offset:3px}

/* Foto pequeña en el bloque de Lina */
.hb-mini{margin:26px 0 0}
.hb-mini img{width:100%;border-radius:14px;border:1px solid rgba(46,21,51,.10);
  box-shadow:0 22px 44px -32px rgba(46,21,51,.6)}
