/* ============================================================= */
/*  Montzon Animes — Landing de ventas (ES)                       */
/*  Paleta: dark anime / neón. Tipografías: Anton + Jakarta Sans  */
/* ============================================================= */

:root {
  --bg:        #08070d;
  --bg-2:      #0e0c18;
  --surface:   #15121f;
  --surface-2: #1c1830;
  --line:      rgba(255,255,255,.08);
  --text:      #ECEAF5;
  --muted:     #9a93b3;

  --brand:     #8b5cf6;   /* violeta */
  --brand-2:   #ec4899;   /* magenta */
  --accent:    #22d3ee;   /* cian */
  --grad:      linear-gradient(100deg, #a855f7 0%, #ec4899 50%, #22d3ee 100%);
  --grad-soft: linear-gradient(100deg, #8b5cf6, #ec4899);

  --radius:    18px;
  --radius-sm: 12px;
  --maxw:      1140px;
  --shadow:    0 24px 60px -20px rgba(168,85,247,.35);
  --ring:      0 0 0 1px var(--line);

  --font-display: 'Anton', system-ui, sans-serif;
  --font-body: 'Plus Jakarta Sans', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

/* --------------------------- Skip link -------------------------- */
.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 100;
  background: var(--grad-soft); color: #fff; font-weight: 800;
  padding: 10px 18px; border-radius: 10px; transition: top .2s ease;
}
.skip-link:focus { top: 12px; }
#contenido:focus { outline: none; }

/* ----------------------------- Reset ----------------------------- */
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; color-scheme: dark; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  font-size: 17px;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* Fondo con resplandor sutil */
body::before {
  content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(60vw 50vh at 80% -5%, rgba(168,85,247,.18), transparent 60%),
    radial-gradient(50vw 40vh at 0% 20%, rgba(34,211,238,.10), transparent 55%),
    linear-gradient(180deg, var(--bg), var(--bg-2));
}

/* --------------------------- Layout ----------------------------- */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.container--narrow { max-width: 780px; }
.section { padding: 92px 0; position: relative; scroll-margin-top: 122px; }
#top { scroll-margin-top: 0; }
.kicker {
  display: inline-block; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  font-size: .78rem; color: var(--accent); margin-bottom: 14px;
}
.section__title {
  font-family: var(--font-display); font-weight: 400; line-height: 1.02;
  font-size: clamp(2rem, 5vw, 3.4rem); letter-spacing: .5px; text-transform: uppercase;
  margin-bottom: 18px;
}
/* Los leads viven en secciones centradas (problema/solución/precio):
   con margin auto el bloque queda realmente centrado. */
.section__lead { font-size: 1.12rem; color: var(--muted); max-width: 640px; margin-inline: auto; text-wrap: pretty; }
.section__title, .hero__title, .finalcta h2 { text-wrap: balance; }
/* Texto con gradiente. Color base legible como fallback si el navegador
   no soporta background-clip:text (evita texto invisible). */
.grad {
  color: #d8a7ff;
  background: var(--grad); -webkit-background-clip: text; background-clip: text;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .grad { -webkit-text-fill-color: transparent; color: transparent; }
}

/* --------------------------- Botones ---------------------------- */
.btn {
  --pad: 14px 24px;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-body); font-weight: 800; font-size: 1rem;
  padding: var(--pad); border-radius: 999px; border: 0; cursor: pointer;
  transition: transform .15s ease, box-shadow .25s ease, filter .2s ease;
  white-space: nowrap; text-align: center;
  min-height: 44px; touch-action: manipulation; -webkit-tap-highlight-color: transparent;
}
.btn--primary {
  background: var(--grad-soft); color: #fff;
  box-shadow: 0 12px 30px -8px rgba(236,72,153,.55), inset 0 0 0 1px rgba(255,255,255,.12);
}
.btn--primary:hover { transform: translateY(-2px); filter: brightness(1.07); box-shadow: 0 18px 40px -10px rgba(236,72,153,.7); }
.btn--ghost { background: rgba(255,255,255,.05); color: var(--text); box-shadow: var(--ring); }
.btn--ghost:hover { background: rgba(255,255,255,.1); transform: translateY(-2px); }
.btn--lg { --pad: 18px 34px; font-size: 1.08rem; }
.btn--sm { --pad: 11px 18px; font-size: .9rem; min-height: 44px; }
.btn--block { display: flex; width: 100%; }
.btn svg { width: 18px; height: 18px; flex: 0 0 auto; }
.pill svg { width: 16px; height: 16px; flex: 0 0 auto; }

/* --------------------------- Topbar ----------------------------- */
.topbar {
  background: var(--grad-soft); color: #fff; text-align: center;
  font-size: .9rem; font-weight: 600; padding: 9px 16px;
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.topbar strong { font-variant-numeric: tabular-nums; }
.topbar__pulse { width: 9px; height: 9px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 0 rgba(255,255,255,.8); animation: pulse 1.6s infinite; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(255,255,255,.7)} 70%{box-shadow:0 0 0 8px rgba(255,255,255,0)} 100%{box-shadow:0 0 0 0 rgba(255,255,255,0)} }

/* --------------------------- Header ----------------------------- */
/* Topbar + header fijos juntos: el sticky vive en el contenedor .sitehead */
.sitehead { position: sticky; top: 0; z-index: 50; }
.header {
  position: relative;
  backdrop-filter: blur(12px); background: rgba(8,7,13,.72);
  border-bottom: 1px solid var(--line);
}
.header__inner { display: flex; align-items: center; gap: 18px; height: 68px; }
.logo { display: flex; align-items: center; gap: 9px; font-weight: 800; font-size: 1.15rem; }
.logo__mark {
  display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px;
  background: var(--grad-soft); color: #fff;
  box-shadow: 0 6px 16px -5px rgba(236,72,153,.6), inset 0 0 0 1px rgba(255,255,255,.16);
}
.logo__mark svg { width: 20px; height: 20px; }
.logo__text { letter-spacing: .5px; }
.nav { display: flex; gap: 26px; margin-left: auto; font-weight: 600; font-size: .95rem; }
.nav a { display: inline-flex; align-items: center; gap: 11px; color: var(--muted); transition: color .2s; padding: 6px 2px; }
.nav a:hover { color: var(--text); }
/* Chips con icono: solo visibles en el menú móvil desplegado */
.nav__ico { display: none; }
.nav__cta { margin-left: 8px; }
.nav__toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav__toggle span { width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: .25s; }

/* ---------------------------- Hero ------------------------------ */
.hero { position: relative; padding: 64px 0 84px; overflow: hidden; scroll-margin-top: 122px; }
.hero__glow {
  position: absolute; width: 620px; height: 620px; right: -160px; top: -180px; border-radius: 50%;
  background: radial-gradient(circle, rgba(168,85,247,.35), transparent 62%); filter: blur(20px);
}
.hero__inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; }
.pill {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; border-radius: 999px;
  background: rgba(236,72,153,.12); color: #ffd0e8; box-shadow: 0 0 0 1px rgba(236,72,153,.3);
  font-weight: 700; font-size: .85rem; margin-bottom: 22px;
}
.hero__title {
  font-family: var(--font-display); font-weight: 400; text-transform: uppercase;
  font-size: clamp(2.5rem, 6.4vw, 4.6rem); line-height: .98; letter-spacing: .5px; margin-bottom: 20px;
}
.hero__sub { font-size: 1.16rem; color: var(--muted); max-width: 540px; margin-bottom: 30px; }
.hero__sub strong { color: var(--text); }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 26px; }
.hero__trust { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: .95rem; }
.hero__trust strong { color: var(--text); }
.stars { color: #ffc83d; letter-spacing: 2px; font-size: 1rem; }

/* Mockup de cuadrícula */
.hero__visual { position: relative; }
.thumbgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.thumb {
  position: relative; aspect-ratio: 9/13; border-radius: var(--radius);
  background: linear-gradient(160deg, #2a1a4a, #3a1640); box-shadow: var(--shadow), var(--ring);
  overflow: hidden; transition: transform .3s;
}
.thumb--alt  { background: linear-gradient(160deg, #14323f, #1a2a55); margin-top: 26px; }
.thumb--alt2 { background: linear-gradient(160deg, #3a1640, #511436); margin-top: -10px; }
.thumb--alt3 { background: linear-gradient(160deg, #1a2a55, #2a1a4a); }
.thumb:hover { transform: translateY(-6px) scale(1.02); }
.thumb__img { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; }
.thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.5)); }
/* Textura sutil tipo "speed lines" para dar carácter anime */
.thumb::before {
  content: ""; position: absolute; inset: 0; z-index: 1; opacity: .35; mix-blend-mode: overlay;
  background: repeating-linear-gradient(115deg, rgba(255,255,255,.16) 0 2px, transparent 2px 9px);
}
.thumb__dur {
  position: absolute; bottom: 10px; right: 10px; z-index: 2; font-size: .7rem; font-weight: 700;
  padding: 3px 8px; border-radius: 7px; background: rgba(0,0,0,.55); color: #fff; font-variant-numeric: tabular-nums;
}
.thumb__play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 2;
  width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%;
  background: rgba(255,255,255,.16); backdrop-filter: blur(4px); color: #fff;
  box-shadow: 0 0 0 1px rgba(255,255,255,.25);
}
.thumb__play svg { width: 20px; height: 20px; margin-left: 2px; }
.thumb__tag {
  position: absolute; top: 10px; left: 10px; z-index: 2; font-size: .68rem; font-weight: 800;
  letter-spacing: .05em; padding: 4px 9px; border-radius: 999px; background: rgba(0,0,0,.45); color: #fff;
}
/* Overlay clicable: toda la miniatura lleva a la sección de planes */
.thumb__link, .gcard__link { position: absolute; inset: 0; z-index: 3; border-radius: inherit; }
.floatcard {
  position: absolute; display: inline-flex; align-items: center; gap: 7px;
  background: var(--surface-2); color: var(--text); font-weight: 700; font-size: .85rem;
  padding: 11px 16px; border-radius: 12px; box-shadow: var(--shadow), var(--ring); animation: float 4s ease-in-out infinite;
}
.floatcard svg { width: 16px; height: 16px; flex: 0 0 auto; color: var(--accent); }
.floatcard--1 { bottom: -14px; left: -18px; }
.floatcard--2 { top: 8px; right: -18px; animation-delay: 1.4s; }
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-9px)} }

/* ---------------------------- Stats ----------------------------- */
.stats { padding: 8px 0 12px; }
.stats__grid {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 16px;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px;
}
.stat { text-align: center; }
.stat__num {
  font-family: var(--font-display); font-size: clamp(2rem,4vw,2.8rem); line-height: 1;
  color: #d8a7ff;
  background: var(--grad); -webkit-background-clip: text; background-clip: text;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .stat__num { -webkit-text-fill-color: transparent; }
}
.stat__label { color: var(--muted); font-size: .9rem; margin-top: 6px; font-weight: 600; }

/* --------------------------- Problema --------------------------- */
.problem { text-align: center; }
.painlist { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin: 38px 0 30px; }
.pain {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 24px; text-align: left; display: flex; flex-direction: column; gap: 12px;
}
.pain__icon {
  width: 48px; height: 48px; display: grid; place-items: center; border-radius: 12px; color: #ff9ecb;
  background: rgba(236,72,153,.12); box-shadow: inset 0 0 0 1px rgba(236,72,153,.25);
}
.pain__icon svg { width: 26px; height: 26px; }
.pain p { color: #c9c3dd; }
.pain strong { color: var(--text); }
.problem__punch { font-size: 1.35rem; font-weight: 800; max-width: 760px; margin: 0 auto; }
.problem__punch strong { color: #ff7eb6; }

/* --------------------------- Solución --------------------------- */
.solution { text-align: center; }
.solution__inner { max-width: 800px; margin: 0 auto; }

/* --------------------- Vistazo a la biblioteca ------------------ */
.showcase { text-align: center; }
.showcase .section__lead em { color: #b9b2d0; }
.gallery { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 42px; }
.gcard {
  position: relative; aspect-ratio: 2/3; border-radius: var(--radius); overflow: hidden; margin: 0;
  background: linear-gradient(160deg, #241a44, #3a1640); box-shadow: var(--ring);
  transition: transform .25s, box-shadow .25s;
}
.gcard img { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; }
.gcard::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.72)); }
.gcard:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.gcard__play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 2;
  width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: #fff;
  background: rgba(255,255,255,.16); backdrop-filter: blur(4px); box-shadow: 0 0 0 1px rgba(255,255,255,.25);
  opacity: 0; transition: opacity .25s;
}
.gcard:hover .gcard__play { opacity: 1; }
.gcard__play svg { width: 18px; height: 18px; margin-left: 2px; }
.gcard figcaption { position: absolute; left: 14px; bottom: 12px; z-index: 2; font-weight: 800; color: #fff; }

/* -------------------------- Beneficios -------------------------- */
.bgrid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 42px; }
.bcard {
  background: linear-gradient(180deg, var(--surface), var(--surface-2));
  border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px;
  transition: transform .25s, border-color .25s, box-shadow .25s; position: relative; overflow: hidden;
}
.bcard::before {
  content:""; position:absolute; inset:0 0 auto 0; height:3px; background:var(--grad); transform: scaleX(0); transform-origin:left; transition: transform .3s;
}
.bcard:hover { transform: translateY(-6px); border-color: rgba(168,85,247,.4); box-shadow: var(--shadow); }
.bcard:hover::before { transform: scaleX(1); }
.bcard__icon {
  width: 52px; height: 52px; display: grid; place-items: center; border-radius: 14px; color: #e9d5ff;
  background: rgba(168,85,247,.14); box-shadow: inset 0 0 0 1px rgba(168,85,247,.25); margin-bottom: 16px;
}
.bcard__icon svg { width: 26px; height: 26px; }
.bcard h3 { font-size: 1.12rem; margin-bottom: 8px; }
.bcard p { color: var(--muted); font-size: .95rem; }

/* --------------------------- Marquee (2 filas opuestas) --------- */
.marquee {
  max-width: 1040px; margin: 0 auto; overflow: hidden; display: grid; gap: 14px; padding: 10px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.marquee__track { display: flex; gap: 14px; width: max-content; animation: mq 34s linear infinite; }
.marquee__track--rev { animation-direction: reverse; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__item {
  display: inline-flex; align-items: center; gap: 9px; flex: 0 0 auto;
  padding: 10px 18px; border-radius: 999px; background: var(--surface);
  border: 1px solid var(--line); color: #c9c3dd; font-weight: 700; font-size: .95rem; white-space: nowrap;
}
.marquee__item svg { width: 18px; height: 18px; color: var(--accent); flex: 0 0 auto; }
@keyframes mq { to { transform: translateX(-50%); } }

/* ------------------------- Cómo funciona ------------------------ */
.how { text-align: center; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin: 42px 0 38px; }
.step {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 34px 26px; text-align: center; position: relative;
}
.step__num {
  width: 56px; height: 56px; margin: 0 auto 16px; display: grid; place-items: center; border-radius: 50%;
  font-family: var(--font-display); font-size: 1.5rem; color: #fff; background: var(--grad-soft);
  box-shadow: 0 10px 24px -8px rgba(236,72,153,.6);
}
.step h3 { font-size: 1.15rem; margin-bottom: 8px; }
.step p { color: var(--muted); }

/* -------------------------- Opiniones --------------------------- */
.social { text-align: center; }
.reviews { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 42px; text-align: left; }
.review {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.review blockquote { font-size: 1.02rem; color: #d8d3e8; }
.review figcaption { display: flex; flex-direction: column; }
.review__name { font-weight: 800; }
.review__role { color: var(--muted); font-size: .85rem; }

/* --------------------------- Pricing ---------------------------- */
.pricing { text-align: center; }
.plans {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 18px;
  margin-top: 46px; text-align: left; align-items: stretch;
}
.plan {
  position: relative; display: flex; flex-direction: column;
  background: linear-gradient(180deg, var(--surface), var(--surface-2));
  border: 1px solid var(--line); border-radius: 24px; padding: 30px 24px 26px;
  transition: transform .25s, border-color .25s, box-shadow .25s;
}
.plan:hover { transform: translateY(-6px); border-color: rgba(168,85,247,.4); box-shadow: var(--shadow); }
.plan--featured {
  border-color: rgba(168,85,247,.6); box-shadow: var(--shadow);
  background:
    linear-gradient(180deg, rgba(168,85,247,.12), rgba(236,72,153,.05)),
    linear-gradient(180deg, var(--surface), var(--surface-2));
}
.plan__badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  display: inline-flex; align-items: center; gap: 6px; white-space: nowrap;
  background: var(--grad-soft); color: #fff; font-weight: 800; font-size: .8rem;
  padding: 7px 18px; border-radius: 999px; box-shadow: 0 8px 20px -6px rgba(236,72,153,.6);
}
.plan__badge svg { width: 14px; height: 14px; }
.plan__icon {
  width: 46px; height: 46px; display: grid; place-items: center; border-radius: 12px; color: #e9d5ff;
  background: rgba(168,85,247,.14); box-shadow: inset 0 0 0 1px rgba(168,85,247,.25); margin-bottom: 14px;
}
.plan__icon svg { width: 24px; height: 24px; }
.plan--featured .plan__icon { background: var(--grad-soft); color: #fff; box-shadow: 0 8px 20px -6px rgba(236,72,153,.55); }
.plan__name { font-family: var(--font-display); font-weight: 400; font-size: 1.35rem; text-transform: uppercase; letter-spacing: .5px; }
.plan__tag { color: var(--muted); font-size: .85rem; margin: 2px 0 16px; }
.plan__price { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; margin-bottom: 18px; }
.plan__old { color: var(--muted); text-decoration: line-through; font-size: .95rem; }
.plan__now { font-family: var(--font-display); font-size: 2.1rem; line-height: 1; color: #fff; }
.plan--featured .plan__now { font-size: 2.4rem; }
.plan__cycle { color: var(--muted); font-weight: 600; font-size: .8rem; }
.plan__list { display: grid; gap: 10px; align-content: start; flex: 1; margin-bottom: 24px; }
.plan__list li { position: relative; padding-left: 28px; color: #d8d3e8; font-size: .92rem; }
.plan__list li::before {
  content: "✓"; position: absolute; left: 0; top: 2px; width: 18px; height: 18px; border-radius: 50%;
  display: grid; place-items: center; font-size: .65rem; font-weight: 900; color: #fff; background: var(--grad-soft);
}
.plan__list strong { color: var(--text); }
.plan .btn { margin-top: auto; font-size: .95rem; }
.pricing__safe { color: var(--muted); font-size: .9rem; margin-top: 28px; }
.pricing__safe svg, .finalcta__safe svg { width: 15px; height: 15px; vertical-align: -3px; }

/* Countdown */
.countdown { margin-top: 22px; text-align: center; }
.countdown__label { display: block; color: var(--muted); font-size: .85rem; font-weight: 700; margin-bottom: 8px; text-transform: uppercase; letter-spacing: .08em; }
.countdown__clock { display: flex; justify-content: center; gap: 10px; }
.countdown__clock div {
  background: var(--bg); border: 1px solid var(--line); border-radius: 12px; padding: 10px 14px; min-width: 62px;
}
.countdown__clock strong { font-family: var(--font-display); font-size: 1.7rem; display: block; color: var(--text); font-variant-numeric: tabular-nums; }
.countdown__clock span { font-size: .7rem; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; }

/* --------------------------- Garantía --------------------------- */
.guarantee__inner {
  display: flex; align-items: center; gap: 30px; background: var(--surface);
  border: 1px solid var(--line); border-radius: 24px; padding: 36px 38px;
}
/* Sello tipo "estampilla": anillo degradado + núcleo oscuro con borde punteado */
.guarantee__seal {
  flex: 0 0 auto; width: 124px; height: 124px; border-radius: 50%; padding: 5px;
  background: conic-gradient(from 200deg, var(--brand), var(--brand-2), var(--accent), var(--brand));
  box-shadow: 0 16px 38px -14px rgba(168,85,247,.6), 0 0 0 6px rgba(255,255,255,.04);
}
.guarantee__seal-core {
  width: 100%; height: 100%; border-radius: 50%;
  background: radial-gradient(circle at 50% 32%, #241e3e, #100d1c 78%);
  border: 1px dashed rgba(255,255,255,.3);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.guarantee__seal-core svg { width: 16px; height: 16px; color: var(--accent); margin-bottom: 3px; }
.guarantee__seal-core strong { font-family: var(--font-display); font-weight: 400; font-size: 2.1rem; line-height: 1; color: #fff; }
.guarantee__seal-core small {
  font-size: .6rem; font-weight: 800; letter-spacing: .2em; text-indent: .2em;
  text-transform: uppercase; color: var(--muted); margin-top: 2px;
}
.guarantee__copy { flex: 1; }
.guarantee h2 { font-family: var(--font-display); font-weight: 400; text-transform: uppercase; font-size: 1.7rem; margin-bottom: 8px; }
.guarantee p { color: var(--muted); }
.guarantee strong { color: var(--text); }

/* ----------------------------- FAQ ------------------------------ */
.accordion { display: grid; gap: 12px; margin-top: 36px; }
.acc { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.acc summary {
  cursor: pointer; padding: 20px 24px; font-weight: 700; font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.acc summary::-webkit-details-marker { display: none; }
.acc summary::after { content: "+"; font-size: 1.5rem; color: var(--accent); transition: transform .25s; line-height: 1; }
.acc[open] summary::after { transform: rotate(45deg); }
.acc__body { padding: 0 24px 20px; color: var(--muted); }

/* --------------------------- CTA Final -------------------------- */
.finalcta { text-align: center; overflow: hidden; }
.finalcta__glow { position: absolute; inset: 0; background: radial-gradient(50vw 40vh at 50% 40%, rgba(236,72,153,.18), transparent 60%); }
.finalcta__inner { position: relative; max-width: 720px; margin: 0 auto; }
.finalcta h2 { font-family: var(--font-display); font-weight: 400; text-transform: uppercase; font-size: clamp(2rem,5vw,3.2rem); line-height: 1.02; margin-bottom: 16px; }
.finalcta p { color: var(--muted); font-size: 1.12rem; margin-bottom: 28px; }
.finalcta__safe { font-size: .9rem; margin-top: 16px; }

/* ---------------------------- Footer ---------------------------- */
.footer { border-top: 1px solid var(--line); background: var(--bg-2); padding: 48px 0 40px; }
.footer__inner { display: flex; flex-direction: column; align-items: center; gap: 18px; text-align: center; }
.footer__brand { display: flex; align-items: center; gap: 9px; font-weight: 800; font-size: 1.1rem; }
.footer__nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; color: var(--muted); font-weight: 600; font-size: .92rem; }
.footer__nav a:hover { color: var(--text); }
.footer__legal { color: #9a93b3; font-size: .82rem; line-height: 1.5; }

/* ------------------------ Sticky bar móvil ---------------------- */
.stickybar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 60; display: none;
  align-items: center; justify-content: space-between; gap: 12px; padding: 12px 16px;
  background: rgba(14,12,24,.95); backdrop-filter: blur(10px); border-top: 1px solid var(--line);
}
.stickybar__price { font-weight: 800; font-size: 1.1rem; }
.stickybar__price small { color: var(--muted); font-weight: 600; font-size: .8rem; }
.stickybar .btn { flex: 0 0 auto; }

/* --------------------- Animaciones de scroll -------------------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* ============================================================= */
/*  RESPONSIVE                                                    */
/* ============================================================= */
@media (max-width: 980px) {
  .hero__inner { grid-template-columns: 1fr; gap: 36px; }
  .hero__visual { max-width: 460px; }
  .bgrid { grid-template-columns: repeat(2,1fr); }
  .reviews { grid-template-columns: repeat(2,1fr); }
  .gallery { grid-template-columns: repeat(3,1fr); }
  /* 2 columnas; row-gap mayor para que el badge "Más popular" no toque la fila de arriba */
  .plans { grid-template-columns: repeat(2,1fr); row-gap: 30px; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .section { padding: 64px 0; }
  .topbar { font-size: .8rem; padding: 8px 14px; }
  .nav { display: none; }
  .nav__cta { display: none; }
  .nav__toggle { display: flex; margin-left: auto; }
  .header.nav-open .nav {
    display: flex; flex-direction: column; position: absolute; top: 68px; left: 0; right: 0;
    background: var(--surface); padding: 18px 22px; gap: 12px; border-bottom: 1px solid var(--line);
  }
  /* Menú móvil: links con chip de icono, siguiendo la estética de la página */
  .header.nav-open .nav a { color: var(--text); font-size: 1rem; padding: 4px 0; }
  .header.nav-open .nav__ico {
    display: grid; place-items: center; width: 36px; height: 36px; border-radius: 10px;
    color: #e9d5ff; background: rgba(168,85,247,.14); box-shadow: inset 0 0 0 1px rgba(168,85,247,.25);
  }
  .header.nav-open .nav__ico svg { width: 18px; height: 18px; }
  /* Etiquetas del hero: de flotantes a chips estáticos centrados bajo la cuadrícula */
  .hero__visual { text-align: center; }
  .floatcard { position: static; margin: 14px 5px 0; animation: none; }
  .painlist, .steps { grid-template-columns: 1fr; }
  .stats__grid { grid-template-columns: repeat(2,1fr); gap: 22px 12px; padding: 24px 16px; }
  .reviews { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2,1fr); }
  .plans { grid-template-columns: 1fr; max-width: 430px; margin-left: auto; margin-right: auto; }
  .guarantee__inner { flex-direction: column; text-align: center; }
  .stickybar { display: flex; }
  body { padding-bottom: 76px; }
  .thumb--alt, .thumb--alt2 { margin-top: 0; }
}

@media (max-width: 460px) {
  .bgrid { grid-template-columns: 1fr; }
  .hero__cta .btn { width: 100%; }
  /* Topbar en una sola línea: se acorta "de lanzamiento" */
  .topbar__extra { display: none; }
}

/* ----------------------- Accesibilidad -------------------------- */
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 6px; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}
