/* =========================================================
   MyFlirtCoach — landing waitlist
   Paleta oscura premium + dorado (coherente con el reel)
   Mobile-first · contraste AA · sin dependencias externas
   ========================================================= */

:root {
  /* Color */
  --bg:        #05060a;
  --bg-elev:   #0b0b10;
  --surface:   #111119;
  --surface-2: #16161f;
  --border:    rgba(255, 210, 78, 0.14);
  --border-soft: rgba(231, 236, 245, 0.08);

  --gold:      #ffd24e;
  --gold-soft: #ffe39a;
  --gold-deep: #d9a93a;

  --text:      #e7ecf5;
  --muted:     #9aa3b2;
  --muted-2:   #6b7384;

  /* Tipografía: stack de sistema (rápido, sin transferencia a terceros) */
  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  /* Medidas */
  --container: 1120px;
  --radius:    18px;
  --radius-sm: 12px;

  /* Motion */
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset ligero ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -0.02em; margin: 0; font-weight: 700; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}

/* ---------- Utilidades ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 22px; }
.container.narrow { max-width: 620px; }
.gold { color: var(--gold); }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 100;
  background: var(--gold); color: #1a1405; padding: 10px 16px; border-radius: 0 0 8px 0; font-weight: 600;
}
.skip-link:focus { left: 0; }

/* Foco accesible visible y consistente */
:where(a, button, input, [tabindex]):focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 8px;
}

/* ---------- Botones ---------- */
.btn {
  --btn-pad: 14px 26px;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: var(--btn-pad);
  font: inherit; font-weight: 600; font-size: 1rem;
  border: 1px solid transparent; border-radius: 999px;
  cursor: pointer; transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .2s, border-color .2s, color .2s;
  white-space: nowrap; text-align: center;
}
.btn:active { transform: translateY(1px) scale(.99); }

.btn-gold {
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  color: #1a1405;
  box-shadow: 0 10px 30px -12px rgba(255, 210, 78, 0.6);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 18px 40px -14px rgba(255, 210, 78, 0.75); }

.btn-ghost {
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  border-color: var(--border-soft);
}
.btn-ghost:hover { border-color: var(--border); background: rgba(255, 210, 78, 0.06); color: var(--gold-soft); }

.btn-block { width: 100%; }
.btn-sm { --btn-pad: 9px 16px; font-size: .9rem; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--bg) 78%, transparent);
  backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid var(--border-soft);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; }

.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; letter-spacing: -0.01em; }
.brand-name { font-size: 1.06rem; }
.brand-mark {
  width: 26px; height: 26px;
  background: url("/assets/img/favicon.svg") center / contain no-repeat;
  filter: drop-shadow(0 0 10px rgba(255, 210, 78, 0.45));
}

/* ---------- Hero ---------- */
.hero { position: relative; padding: clamp(72px, 14vw, 150px) 0 clamp(56px, 9vw, 96px); overflow: hidden; }
.hero-aura {
  position: absolute; inset: -20% -10% auto -10%; height: 620px; z-index: 0;
  background:
    radial-gradient(600px 320px at 30% 20%, rgba(255, 210, 78, 0.16), transparent 70%),
    radial-gradient(520px 300px at 80% 0%, rgba(255, 210, 78, 0.08), transparent 70%);
  filter: blur(8px); pointer-events: none;
}
.hero-inner { position: relative; z-index: 1; }
.hero-copy { max-width: 620px; }
.hero-visual { margin: 40px 0 0; position: relative; }
.hero-visual img {
  width: 100%; max-width: 420px; height: auto; border-radius: 22px;
  border: 1px solid var(--border);
  box-shadow: 0 40px 90px -40px rgba(0,0,0,0.9), 0 0 60px -30px rgba(255,210,78,0.4);
  object-fit: cover;
}

.eyebrow {
  text-transform: uppercase; letter-spacing: 0.18em; font-size: .76rem; font-weight: 600;
  color: var(--gold); margin-bottom: 18px;
}
.hero h1 { font-size: clamp(2.6rem, 7.5vw, 4.5rem); font-weight: 800; }
.hero-sub { font-size: clamp(1.15rem, 2.6vw, 1.5rem); color: var(--text); margin-top: 18px; font-weight: 500; }
.hero-lead { color: var(--muted); font-size: clamp(1rem, 2vw, 1.12rem); margin-top: 18px; max-width: 560px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 34px; }
.hero-scarcity { color: var(--muted-2); font-size: .9rem; }

/* ---------- Secciones ---------- */
.section { padding: clamp(56px, 10vw, 104px) 0; }
.section-alt { background: linear-gradient(180deg, var(--bg-elev), var(--bg)); border-block: 1px solid var(--border-soft); }
.section-head { max-width: 640px; margin-bottom: clamp(34px, 5vw, 54px); }
.kicker { text-transform: uppercase; letter-spacing: 0.16em; font-size: .76rem; font-weight: 600; color: var(--muted); margin-bottom: 12px; }
.kicker.gold { color: var(--gold); }
.section h2 { font-size: clamp(1.8rem, 4.4vw, 2.75rem); }
.section-intro { color: var(--muted); margin-top: 14px; font-size: 1.06rem; }

/* ---------- Cards (por qué funciona) ---------- */
.cards { display: grid; gap: 20px; }
.cards-3 { grid-template-columns: 1fr; }
.card {
  background: linear-gradient(180deg, var(--surface), var(--surface-2));
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 30px 26px;
  transition: transform .3s var(--ease), border-color .3s, box-shadow .3s;
}
.card:hover { transform: translateY(-4px); border-color: var(--border); box-shadow: 0 24px 50px -28px rgba(0,0,0,0.8); }
.card-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 12px; margin-bottom: 18px;
  font-size: 1.4rem; color: var(--gold);
  background: rgba(255, 210, 78, 0.1); border: 1px solid var(--border);
}
.card h3 { font-size: 1.22rem; margin-bottom: 10px; }
.card p { color: var(--muted); }
.cite { margin-top: 14px; font-size: .82rem; color: var(--muted-2); font-style: italic; }

/* ---------- Utilidades de sección añadidas ---------- */
.container.narrow-md { max-width: 820px; }
.section-head.center { margin-inline: auto; text-align: center; }
.btn-lg { --btn-pad: 17px 34px; font-size: 1.05rem; }

/* ---------- Trust bar (hero) ---------- */
.trust-bar { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 26px; }
.trust-bar li { position: relative; padding-left: 22px; color: var(--muted); font-size: .9rem; }
.trust-bar li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 700; }

/* ---------- Problema (agitación) ---------- */
.pain-list { display: grid; gap: 12px; max-width: 640px; margin: 0 auto; }
.pain {
  display: flex; gap: 14px; align-items: flex-start;
  background: var(--surface); border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm); padding: 16px 18px; color: var(--text);
}
.pain span { color: #ff7a7a; font-weight: 700; flex: none; }
.pain-close { text-align: center; color: var(--gold-soft); font-size: 1.2rem; font-weight: 600; margin-top: 28px; }

/* ---------- Split (texto + imagen) ---------- */
.split { display: grid; gap: 30px; align-items: center; }
.split-copy .kicker { margin-bottom: 12px; }
.split-text { color: var(--muted); font-size: 1.08rem; margin: 16px 0 26px; }
.split-text strong { color: var(--gold-soft); }
.split-visual { margin: 0; }
.split-visual img {
  width: 100%; aspect-ratio: 4 / 5; max-height: 540px; object-fit: cover; object-position: center top;
  border-radius: 20px; border: 1px solid var(--border-soft);
  box-shadow: 0 30px 70px -40px rgba(0,0,0,0.9);
}

/* ---------- Value stack ---------- */
.value-stack { display: grid; gap: 12px; margin-bottom: 22px; }
.value-stack li { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: start; }
.vs-check {
  width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(255,210,78,.12); border: 1px solid var(--border); color: var(--gold); font-size: .8rem; font-weight: 700;
}
.vs-text { color: var(--text); }
.vs-value { color: var(--muted-2); font-size: .85rem; white-space: nowrap; }
.value-total { color: var(--muted); }
.value-total s { color: var(--muted-2); }

/* ---------- Galería aspiracional ---------- */
.gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.gallery figure { margin: 0; }
.gallery img {
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center;
  border-radius: 18px; border: 1px solid var(--border-soft);
  box-shadow: 0 24px 60px -40px rgba(0,0,0,0.9);
}

/* ---------- Testimonios ---------- */
.testimonial .stars { color: var(--gold); letter-spacing: 2px; margin-bottom: 12px; }
.testimonial p { color: var(--text); }
.t-author { color: var(--muted-2); font-size: .9rem; margin-top: 14px; }
.placeholder-note { text-align: center; color: var(--muted-2); font-size: .82rem; margin-top: 22px; font-style: italic; }

/* ---------- Oferta / precio ---------- */
.offer-box {
  background: radial-gradient(120% 120% at 50% 0%, rgba(255,210,78,.08), transparent 60%), var(--surface);
  border: 1px solid var(--border); border-radius: 24px; padding: clamp(28px, 5vw, 44px);
  box-shadow: 0 40px 80px -50px rgba(255,210,78,.4);
}
.offer-box h2 { margin: 8px 0 14px; }
.offer-text { color: var(--muted); font-size: 1.05rem; margin-bottom: 22px; }
.offer-text strong { color: var(--gold-soft); }
.price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 12px; margin-bottom: 20px; }
.price-old { color: var(--muted-2); text-decoration: line-through; font-size: 1.2rem; }
.price-now { color: var(--gold); font-size: 2.4rem; font-weight: 800; line-height: 1; }
.price-tag { color: var(--muted); font-size: .85rem; text-transform: uppercase; letter-spacing: .1em; }
.bonus-list { display: grid; gap: 8px; margin-bottom: 18px; }
.bonus-list li { color: var(--text); display: flex; gap: 10px; }
.bonus-list span { color: var(--gold); }
.urgency { color: var(--muted); font-size: .95rem; margin-bottom: 22px; }
.urgency strong { color: var(--gold-soft); }
.price-fineprint { font-size: .72rem; color: var(--muted-2); margin: -8px 0 18px; line-height: 1.5; }
.price-fineprint strong { color: var(--muted); font-weight: 600; }
.price-fineprint a { color: var(--muted); text-decoration: underline; }

/* ---------- Card mini (garantía) ---------- */
.card.mini { padding: 24px 22px; text-align: center; }
.card.mini h3 { color: var(--gold-soft); font-size: 1.08rem; }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 12px; }
.faq details {
  background: var(--surface); border: 1px solid var(--border-soft); border-radius: var(--radius-sm);
  padding: 4px 20px; transition: border-color .2s;
}
.faq details[open] { border-color: var(--border); }
.faq summary {
  cursor: pointer; list-style: none; padding: 16px 0; font-weight: 600;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--gold); font-size: 1.4rem; font-weight: 400; transition: transform .2s; }
.faq details[open] summary::after { content: "−"; }
.faq details p { color: var(--muted); padding: 0 0 18px; }
.faq a { color: var(--gold-soft); text-decoration: underline; }

/* ---------- Formulario ---------- */
.waitlist-form { display: grid; gap: 18px; }
.field { display: grid; gap: 8px; }
.field label { font-weight: 600; font-size: .94rem; }
.optional { color: var(--muted-2); font-weight: 400; }
.req { color: var(--gold); }
.field input[type="email"], .field input[type="text"] {
  width: 100%; padding: 14px 16px; font: inherit; color: var(--text);
  background: var(--bg-elev); border: 1px solid var(--border-soft); border-radius: var(--radius-sm);
  transition: border-color .2s, background .2s;
}
.field input::placeholder { color: var(--muted-2); }
.field input:focus { border-color: var(--gold); background: var(--surface); outline: none; }
.field input[aria-invalid="true"] { border-color: #ff6b6b; }

.field-consent .consent { display: flex; gap: 12px; align-items: flex-start; font-weight: 400; cursor: pointer; }
.consent input[type="checkbox"] { margin-top: 4px; width: 18px; height: 18px; accent-color: var(--gold); flex: none; }
.consent span { color: var(--muted); font-size: .92rem; }
.consent a { color: var(--gold-soft); text-decoration: underline; }

.field-error { color: #ff8585; font-size: .85rem; }

.form-note { color: var(--muted-2); font-size: .85rem; text-align: center; }
.form-message {
  text-align: center; padding: 14px 16px; border-radius: var(--radius-sm); font-weight: 500;
}
.form-message.is-success { background: rgba(255, 210, 78, 0.1); border: 1px solid var(--border); color: var(--gold-soft); }
.form-message.is-error { background: rgba(255, 107, 107, 0.1); border: 1px solid rgba(255, 107, 107, 0.4); color: #ff9d9d; }

/* Estado de carga del botón */
.btn-spinner {
  width: 18px; height: 18px; border-radius: 50%; display: none;
  border: 2px solid rgba(26, 20, 5, 0.35); border-top-color: #1a1405;
  animation: spin .7s linear infinite;
}
.btn.is-loading { pointer-events: none; opacity: .85; }
.btn.is-loading .btn-spinner { display: inline-block; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--border-soft); padding-top: 54px; background: var(--bg-elev); }
.footer-inner { display: grid; gap: 30px; padding-bottom: 30px; }
.footer-tag { color: var(--muted); margin-top: 14px; max-width: 360px; }
.footer-disclaimer { color: var(--muted-2); font-size: .85rem; margin-top: 12px; max-width: 420px; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 18px 26px; }
.footer-nav a { color: var(--muted); transition: color .2s; }
.footer-nav a:hover { color: var(--gold-soft); }
.footer-bottom { border-top: 1px solid var(--border-soft); padding-block: 22px; color: var(--muted-2); font-size: .85rem; }

/* ---------- Cookie banner ---------- */
.cookie-banner {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 80;
  max-width: 720px; margin-inline: auto;
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 18px 20px; box-shadow: 0 30px 60px -30px rgba(0,0,0,0.9);
  display: grid; gap: 14px;
}
.cookie-banner p { color: var(--muted); font-size: .9rem; }
.cookie-banner a { color: var(--gold-soft); text-decoration: underline; }
.cookie-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------- Páginas legales ---------- */
.legal { padding: clamp(80px, 12vw, 130px) 0 80px; }
.legal h1 { font-size: clamp(2rem, 5vw, 2.8rem); margin-bottom: 8px; }
.legal .updated { color: var(--muted-2); font-size: .9rem; margin-bottom: 32px; }
.legal h2 { font-size: 1.3rem; margin: 36px 0 12px; }
.legal p, .legal li { color: var(--muted); margin-bottom: 12px; }
.legal ul { list-style: disc; padding-left: 22px; }
.legal a { color: var(--gold-soft); text-decoration: underline; }
.back-link { display: inline-block; margin-top: 40px; color: var(--gold-soft); }

/* ---------- Página gracias ---------- */
.thanks { min-height: 80vh; display: grid; place-items: center; text-align: center; padding: 80px 0; }
.thanks .check {
  width: 72px; height: 72px; border-radius: 50%; margin: 0 auto 26px;
  display: grid; place-items: center; font-size: 2rem; color: #1a1405;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  box-shadow: 0 20px 50px -20px rgba(255, 210, 78, 0.7);
}
.thanks h1 { font-size: clamp(2rem, 5vw, 3rem); margin-bottom: 16px; }
.thanks p { color: var(--muted); max-width: 480px; margin: 0 auto 14px; }

/* ---------- Animación de aparición (mejora progresiva) ----------
   El estado oculto SOLO se aplica si JS está activo (.js en <html>).
   Sin JS, los crawlers y usuarios ven todo el contenido igualmente. */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .js .reveal { opacity: 1; transform: none; } }

/* ---------- Responsive ---------- */
@media (min-width: 720px) {
  .footer-inner { grid-template-columns: 1.4fr 1fr; align-items: start; }
  .footer-nav { justify-content: flex-end; }
  .cookie-banner { grid-template-columns: 1fr auto; align-items: center; }
}
@media (min-width: 860px) {
  .cards-3 { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 860px) {
  .split { grid-template-columns: 1.1fr 0.9fr; gap: 52px; }
  .split.reverse .split-copy { order: 2; }
  .split.reverse .split-visual { order: 1; }
  .split-visual img { aspect-ratio: 3 / 4; max-height: none; }
  .gallery { grid-template-columns: repeat(3, 1fr); gap: 20px; }
}
@media (min-width: 900px) {
  .hero-inner { display: grid; grid-template-columns: 1.15fr 0.85fr; align-items: center; gap: 56px; }
  .hero-visual { margin: 0; justify-self: end; }
  .hero-visual img { max-width: 360px; }
}

/* =========================================================
   v4 — Landing de conversión (funnel directo a registro)
   ========================================================= */

/* Header actions */
.header-actions { display: flex; align-items: center; gap: 18px; }
.header-link { color: var(--muted); font-size: .95rem; transition: color .2s; }
.header-link:hover { color: var(--gold-soft); }

/* Botones extra */
.btn-xl { --btn-pad: 20px 40px; font-size: 1.15rem; }

/* Hero: dos columnas con mockup */
.hero-mock { margin: 40px 0 0; }
.hero-note { color: var(--muted-2); font-size: .85rem; margin-top: 30px; }

/* Mockup "sugerencias del coach" */
.mock-card {
  background: linear-gradient(180deg, var(--surface), var(--surface-2));
  border: 1px solid var(--border); border-radius: 22px; padding: 22px;
  box-shadow: 0 40px 90px -45px rgba(0,0,0,0.9), 0 0 70px -35px rgba(255,210,78,0.35);
  max-width: 440px;
}
.mock-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.mock-title { font-weight: 700; font-size: 1.02rem; }
.mock-badge { display: inline-flex; align-items: center; gap: 7px; font-size: .8rem; color: #7ee0a8; background: rgba(126,224,168,.1); border: 1px solid rgba(126,224,168,.25); padding: 5px 11px; border-radius: 999px; }
.mock-badge .dot { width: 7px; height: 7px; border-radius: 50%; background: #7ee0a8; }
.mock-sug { background: var(--bg-elev); border: 1px solid var(--border-soft); border-radius: 14px; padding: 14px 15px; margin-bottom: 12px; }
.mock-sug-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 9px; }
.mock-tone { font-weight: 600; font-size: .9rem; color: var(--gold-soft); }
.mock-conf { font-size: .78rem; color: var(--muted-2); font-variant-numeric: tabular-nums; }
.mock-bar { height: 6px; border-radius: 999px; background: rgba(255,255,255,.08); overflow: hidden; margin-bottom: 11px; }
.mock-bar i { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--gold-deep), var(--gold)); }
.mock-msg { color: var(--text); font-size: .95rem; line-height: 1.5; margin: 0; }
.mock-cta { display: flex; gap: 9px; align-items: flex-start; margin-top: 4px; padding: 12px 14px; border: 1px dashed var(--border); border-radius: 12px; color: var(--muted); font-size: .88rem; }
.mock-cta span { color: var(--gold); }

/* Pasos */
.steps { display: grid; gap: 18px; margin-bottom: 40px; }
.step-card {
  background: var(--surface); border: 1px solid var(--border-soft); border-radius: var(--radius);
  padding: 30px 26px; position: relative; transition: border-color .3s, transform .3s var(--ease);
}
.step-card:hover { border-color: var(--border); transform: translateY(-4px); }
.step-n {
  display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px;
  border-radius: 50%; font-size: 1.35rem; font-weight: 800; color: #1a1405; margin-bottom: 16px;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold)); box-shadow: 0 10px 26px -12px rgba(255,210,78,.6);
}
.step-card h3 { font-size: 1.2rem; margin-bottom: 8px; }
.step-card p { color: var(--muted); }
.center { text-align: center; }

/* Value stack + pricing */
.pricing-wrap { display: grid; gap: 30px; }
.pricing-card {
  background: radial-gradient(120% 120% at 50% 0%, rgba(255,210,78,.1), transparent 60%), var(--surface);
  border: 1px solid var(--border); border-radius: 24px; padding: clamp(28px,5vw,40px);
  box-shadow: 0 40px 80px -50px rgba(255,210,78,.45); text-align: center; align-self: start;
}
.pc-tag { text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; color: var(--muted); margin-bottom: 10px; }
.pc-price { display: flex; align-items: baseline; justify-content: center; gap: 8px; margin-bottom: 8px; }
.pc-num { font-size: 3.4rem; font-weight: 800; color: var(--gold); line-height: 1; font-variant-numeric: tabular-nums; }
.pc-per { color: var(--muted); font-size: 1.05rem; }
.pc-sub { color: var(--muted); font-size: .96rem; margin-bottom: 22px; }
.pc-reassure { display: grid; gap: 8px; margin: 18px 0 14px; text-align: left; }
.pc-reassure li { position: relative; padding-left: 24px; color: var(--muted); font-size: .9rem; }
.pc-reassure li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.pc-fine { font-size: .74rem; color: var(--muted-2); line-height: 1.5; }
.pc-fine a { color: var(--muted); text-decoration: underline; }

/* Cierre final */
.closing { padding-block: clamp(64px, 11vw, 120px); }
.closing h2 { font-size: clamp(2rem, 6vw, 3.4rem); }
.closing-sub { color: var(--muted); font-size: 1.1rem; margin: 16px auto 30px; max-width: 560px; }
.closing-note { color: var(--muted-2); font-size: .85rem; margin-top: 18px; }

/* Sticky CTA (móvil) */
.sticky-cta {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 70;
  display: none; text-align: center; padding: 16px; border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold)); color: #1a1405;
  font-weight: 700; font-size: 1rem; box-shadow: 0 16px 40px -12px rgba(255,210,78,.7);
  transition: transform .3s var(--ease), opacity .3s;
}
.sticky-cta.is-visible { display: block; }
.sticky-cta:active { transform: translateY(1px); }

/* Responsive */
@media (min-width: 900px) {
  .hero-inner { display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: center; gap: 56px; }
  .hero-mock { margin: 0; justify-self: end; }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .pricing-wrap { grid-template-columns: 1.15fr 0.85fr; align-items: start; gap: 44px; }
  .sticky-cta { display: none !important; } /* solo móvil */
}
@media (max-width: 899px) {
  .hero h1 { font-size: clamp(2.5rem, 10vw, 3.4rem); }
}

/* Header más limpio en móvil estrecho */
@media (max-width: 520px) {
  .header-link { display: none; }
  .brand-name { font-size: 1rem; }
}
.mock-bar i.w82 { width: 82%; }
.mock-bar i.w74 { width: 74%; }

/* ====================== BADGES DE TIENDA ====================== */
.store-badges {
  display: flex; flex-wrap: wrap; gap: 12px; margin: 26px 0 14px;
}
.store-badges.center { justify-content: center; }
.store-badge {
  display: inline-flex; align-items: center; gap: 11px;
  padding: 10px 18px; min-width: 190px;
  background: #0a0b10; color: #fff;
  border: 1px solid rgba(255,255,255,.16); border-radius: 14px;
  text-decoration: none; line-height: 1;
  transition: transform .2s var(--ease, ease), border-color .2s, box-shadow .2s;
}
a.store-badge:hover {
  transform: translateY(-2px); border-color: rgba(255,210,78,.55);
  box-shadow: 0 14px 34px -14px rgba(0,0,0,.8);
}
a.store-badge:active { transform: translateY(0); }
.store-badge .sb-ico { width: 26px; height: 26px; flex: 0 0 auto; }
.store-badge .sb-txt { display: flex; flex-direction: column; gap: 3px; text-align: left; }
.store-badge .sb-txt small {
  font-size: .62rem; letter-spacing: .12em; text-transform: uppercase;
  color: rgba(255,255,255,.66); font-weight: 600;
}
.store-badge .sb-txt strong { font-size: 1.18rem; font-weight: 700; letter-spacing: .01em; }
.store-badge.store-soon { opacity: .5; cursor: default; }
.store-badge.store-soon .sb-ico { color: #fff; }

/* Enlace alternativo (navegador) bajo los badges */
.hero-alt { margin: 2px 0 16px; font-size: .95rem; color: var(--muted, #9aa0b0); }
.hero-alt a { color: var(--gold, #FFD24E); text-decoration: none; font-weight: 600; }
.hero-alt a:hover { text-decoration: underline; }

/* ====================== MARCO DE MÓVIL (hero) ====================== */
.phone {
  position: relative; width: min(300px, 78vw); margin-inline: auto;
  padding: 12px; border-radius: 40px;
  background: linear-gradient(160deg, #16181f, #0a0b10);
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 40px 90px -30px rgba(0,0,0,.85), inset 0 1px 0 rgba(255,255,255,.06);
}
.phone-notch {
  position: absolute; top: 20px; left: 50%; transform: translateX(-50%);
  width: 110px; height: 22px; border-radius: 0 0 14px 14px;
  background: #05060a; z-index: 2;
}
.phone-screen {
  border-radius: 30px; overflow: hidden; padding: 30px 14px 16px;
  background: radial-gradient(120% 80% at 50% 0%, rgba(255,210,78,.08), transparent 60%), #0c0e14;
}
.phone-screen .mock-card { margin: 0; box-shadow: none; }
@media (min-width: 900px) {
  .phone { width: 320px; }
}
