/* Landing Reset Total: estilo compartido por todas las versiones de idioma. */

/* ---------- Fuentes (alojadas aquí: sin peticiones a terceros) ---------- */
@font-face { font-family: 'Archivo'; font-style: normal; font-display: swap; font-weight: 100 900; font-stretch: 62% 125%;
  src: url(fonts/archivo-latin-standard-normal.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Archivo'; font-style: normal; font-display: swap; font-weight: 100 900; font-stretch: 62% 125%;
  src: url(fonts/archivo-latin-ext-standard-normal.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Instrument Serif'; font-style: italic; font-display: swap; font-weight: 400;
  src: url(fonts/instrument-serif-latin-400-italic.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Instrument Serif'; font-style: italic; font-display: swap; font-weight: 400;
  src: url(fonts/instrument-serif-latin-ext-400-italic.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Geist'; font-style: normal; font-display: swap; font-weight: 100 900;
  src: url(fonts/geist-latin-wght-normal.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Geist'; font-style: normal; font-display: swap; font-weight: 100 900;
  src: url(fonts/geist-latin-ext-wght-normal.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Geist Mono'; font-style: normal; font-display: swap; font-weight: 100 900;
  src: url(fonts/geist-mono-latin-wght-normal.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Geist Mono'; font-style: normal; font-display: swap; font-weight: 100 900;
  src: url(fonts/geist-mono-latin-ext-wght-normal.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* ---------- Tokens ---------- */
:root {
  --bg: #0a0a0b;
  --bg-2: #121214;
  --ink: #f3efe8;
  --ink-2: #bdb7ae;
  --ink-3: #7f7970;
  --red: #e3162d;
  --red-2: #ff2d42;
  --line: rgba(243, 239, 232, 0.1);

  --display: 'Archivo', 'Arial Narrow', Impact, sans-serif;
  --serif: 'Instrument Serif', Georgia, 'Times New Roman', serif;
  --sans: 'Geist', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --mono: 'Geist Mono', ui-monospace, Menlo, Consolas, monospace;

  --gutter: 20px;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink-2);
  font: 400 17px/1.6 var(--sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
/* grano de película muy sutil */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 90;
  pointer-events: none;
  opacity: 0.06;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
p { margin: 0 0 1em; }
strong { color: var(--ink); font-weight: 600; }

.wrap { width: 100%; max-width: 1080px; margin: 0 auto; padding: 0 var(--gutter); }
.narrow { max-width: 640px; }
.center { text-align: center; }

section { position: relative; padding: 80px 0; }

/* ---------- Tipografía ---------- */
.h-xl, .h-lg {
  margin: 0 0 24px;
  font-family: var(--display);
  font-stretch: 62%;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.h-xl { font-size: clamp(56px, 16vw, 120px); line-height: 0.88; }
.h-lg { font-size: clamp(46px, 12.5vw, 88px); line-height: 0.95; }

/* frase de contraste en serif cursiva */
.serif {
  display: block;
  margin-top: 0.12em;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  text-transform: none;
  letter-spacing: -0.015em;
  font-size: 0.74em;
  line-height: 1;
  color: var(--red-2);
}

.label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  font: 500 12px/1 var(--mono);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.label::before { content: ''; width: 22px; height: 1px; background: var(--red); }

.sub { font-size: 18.5px; line-height: 1.55; max-width: 520px; margin: 0 auto 32px; }
.micro {
  margin: 16px 0 0;
  font: 500 11.5px/1.5 var(--mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-3);
}

/* ---------- Botón ---------- */
.cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  max-width: 440px;
  min-height: 62px;
  padding: 0 28px;
  overflow: hidden;
  background: var(--red);
  color: #fff;
  font: 700 21px/1 var(--display);
  font-stretch: 78%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 18px 50px -18px rgba(227, 22, 45, 0.9);
  transition: background-color 0.2s, transform 0.2s var(--ease);
}
.cta svg { transition: transform 0.25s var(--ease); }
.cta:hover { background: var(--red-2); }
.cta:hover svg { transform: translateX(4px); }
.cta:active { transform: scale(0.99); }
.cta:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
/* destello que cruza el botón de vez en cuando */
.cta::after {
  content: '';
  position: absolute;
  inset: 0 auto 0 -60%;
  width: 40%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transform: skewX(-18deg);
  animation: shine 4.5s var(--ease) infinite 1.5s;
}
@keyframes shine { 0%, 70% { left: -60%; } 100% { left: 130%; } }

/* ---------- Hero ---------- */
.top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  font: 500 12px/1 var(--mono);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.top b { color: var(--ink); font-weight: 600; letter-spacing: 0.06em; text-transform: none; font-size: 13px; }

/* La cabecera ocupa la primera pantalla: negro, manchas rojas en las esquinas y el titular enorme */
.hero {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100svh;
  padding: 0 0 48px;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(75% 55% at 0% 100%, rgba(227, 22, 45, 0.6), transparent 72%),
    radial-gradient(60% 45% at 100% 0%, rgba(227, 22, 45, 0.4), transparent 70%),
    radial-gradient(45% 35% at 100% 80%, rgba(227, 22, 45, 0.2), transparent 70%);
  /* textura de manchas, como tinta sobre papel */
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='900'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.018' numOctaves='5' seed='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4.2 -1.7'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='900'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.018' numOctaves='5' seed='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4.2 -1.7'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E");
  -webkit-mask-size: 900px 900px;
  mask-size: 900px 900px;
}
/* fundido suave hacia la sección siguiente */
.hero::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  z-index: -1;
  background: linear-gradient(transparent, var(--bg));
}
.hero-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
}
.hero .h-xl { font-size: clamp(68px, 19vw, 128px); }
.hero .h-xl .serif { font-size: 0.6em; margin-top: 0.18em; }

/* ---------- ¿Te suena? (notificaciones) ---------- */
.notifs { display: grid; gap: 10px; margin: 8px 0 40px; }
.notif {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 13px 14px;
  border-radius: 20px;
  background: rgba(243, 239, 232, 0.07);
  border: 1px solid rgba(243, 239, 232, 0.08);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  font-size: 15px;
  line-height: 1.35;
  color: var(--ink);
}
.notif p { margin: 0; min-width: 0; }
.notif b { display: block; font-weight: 600; font-size: 14px; }
.notif span { display: block; color: var(--ink-2); }
.notif time { align-self: start; font-size: 12.5px; color: var(--ink-3); }
.app { position: relative; width: 40px; height: 40px; border-radius: 11px; }
.app::before, .app::after { content: ''; position: absolute; }
.app-ig { background: linear-gradient(45deg, #f7b733, #e1306c 50%, #833ab4); }
.app-ig::before { inset: 10px; border: 2.5px solid #fff; border-radius: 7px; }
.app-ig::after { inset: 15px; border: 2.5px solid #fff; border-radius: 50%; }
.app-yt { background: #ff1f1f; }
.app-yt::before { left: 16px; top: 13px; border-left: 11px solid #fff; border-top: 7px solid transparent; border-bottom: 7px solid transparent; }
.app-rem { background: #ff9f0a; }
.app-rem::before { left: 12px; top: 12px; width: 16px; height: 16px; border: 2.5px solid #fff; border-radius: 50%; }
.app-notes { background: #ffd60a; }
.app-notes::before { left: 11px; right: 11px; top: 12px; height: 16px; border-top: 2.5px solid rgba(0,0,0,.55); border-bottom: 2.5px solid rgba(0,0,0,.55); }
.app-notes::after { left: 11px; right: 17px; top: 19px; border-top: 2.5px solid rgba(0,0,0,.55); }

.loop { font: 500 13px/1.8 var(--mono); letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3); margin: 0 0 44px; }
.loop i { font-style: normal; color: var(--red); padding: 0 4px; }
.loop span { color: var(--ink); }

/* ---------- Banda roja ---------- */
.band { background: var(--red); padding: 88px 0; overflow: hidden; }
.band .h-lg, .band .serif { color: #0a0a0b; }
.band .h-lg { margin: 0; }
.band p { margin: 26px 0 0; font-weight: 500; color: rgba(10, 10, 11, 0.8); max-width: 460px; }

/* ---------- Producto ---------- */
.product { overflow: hidden; }
.product-grid { display: grid; gap: 64px; align-items: center; }
.mock {
  position: relative;
  width: min(300px, 74vw);
  aspect-ratio: 720 / 1018;
  margin: 12px auto 0;
}
.mock::before {
  content: '';
  position: absolute;
  inset: -20%;
  background: radial-gradient(closest-side, rgba(227, 22, 45, 0.35), transparent);
}
.mock img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.9), 0 0 0 1px rgba(255, 255, 255, 0.05);
}
.mock .pg-b { transform: rotate(9deg) translate(30px, 6px); filter: brightness(0.35); }
.mock .pg-a { transform: rotate(4deg) translate(14px, -2px); filter: brightness(0.55); }
.mock .cover { transform: rotate(-3deg); }

.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 34px 0 0; padding: 0; }
.facts div { border-top: 1px solid var(--line); padding-top: 14px; }
.facts dt { font: 800 44px/1 var(--display); font-stretch: 62%; color: var(--ink); }
.facts dd { margin: 6px 0 0; font-size: 14px; line-height: 1.35; color: var(--ink-3); }

.inside { margin-top: 96px; }
.locked { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.locked li {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  font: 700 24px/1 var(--display);
  font-stretch: 70%;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--ink);
}
.locked small { font: 500 12px var(--mono); letter-spacing: 0.1em; color: var(--red-2); }
.locked svg { color: var(--ink-3); }

/* ---------- Lo que vas a notar ---------- */
.gains { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.gains li {
  padding: 22px 22px 20px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 4px;
}
.gains b { display: block; margin-bottom: 4px; font: 800 30px/1 var(--display); font-stretch: 62%; text-transform: uppercase; color: var(--ink); }
.gains span { font-size: 15.5px; }

/* ---------- Oferta ---------- */
.offer { padding-top: 40px; }
.card {
  position: relative;
  max-width: 440px;
  margin: 44px auto 0;
  padding: 30px 24px 26px;
  text-align: left;
  background: linear-gradient(180deg, #17171a, #0f0f11);
  border: 1px solid rgba(227, 22, 45, 0.45);
  border-radius: 6px;
  box-shadow: 0 40px 100px -40px rgba(227, 22, 45, 0.5);
}
.card-head { display: flex; align-items: center; gap: 16px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.card-head img { width: 58px; border-radius: 2px; box-shadow: 0 8px 20px -6px #000; }
.card-head p { margin: 0; font-size: 14px; color: var(--ink-3); }
.card-head strong { display: block; font: 800 26px/1 var(--display); font-stretch: 62%; text-transform: uppercase; }
.price { display: flex; align-items: baseline; gap: 10px; margin: 22px 0 4px; }
.price b { font: 800 76px/0.9 var(--display); font-stretch: 62%; color: var(--ink); }
.price span { font-size: 13px; color: var(--ink-3); }
.checks { list-style: none; margin: 16px 0 26px; padding: 0; display: grid; gap: 9px; font-size: 15.5px; color: var(--ink); }
.checks li { display: flex; gap: 10px; align-items: center; }
.checks li::before {
  content: '';
  flex: none;
  width: 16px;
  height: 16px;
  background: var(--red-2);
  clip-path: polygon(14% 52%, 0 66%, 38% 100%, 100% 22%, 86% 8%, 38% 72%);
}
.card .cta { max-width: none; }
.card .micro { text-align: center; }

/* ---------- Cierre ---------- */
.final { padding-bottom: 130px; }
.final .muted { margin-top: 28px; color: var(--ink-3); font-size: 15.5px; }

footer { border-top: 1px solid var(--line); padding: 34px 0 120px; text-align: center; font-size: 13px; color: var(--ink-3); }
footer p { margin: 0 0 8px; }
.langs { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 18px; margin: 0 0 22px; font: 500 12.5px/1.6 var(--mono); letter-spacing: 0.04em; }
footer .langs a { color: var(--ink-3); font-weight: 500; }
footer .langs a:hover, footer .langs a[aria-current] { color: var(--ink); }

/* Portada del dominio (selector de idioma si no hay JavaScript) */
.picker { min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.picker .langs { font-size: 16px; gap: 14px 26px; }
.picker .langs a { text-decoration: none; color: var(--ink); }
footer a { color: var(--ink); text-decoration: none; font-weight: 600; }

/* ---------- Barra fija (móvil) ---------- */
.sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px var(--gutter) calc(12px + env(safe-area-inset-bottom));
  background: rgba(10, 10, 11, 0.9);
  border-top: 1px solid var(--line);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  transform: translateY(110%);
  visibility: hidden;
  transition: transform 0.3s var(--ease), visibility 0s linear 0.3s;
}
.sticky.show { transform: none; visibility: visible; transition: transform 0.3s var(--ease); }
.sticky p { margin: 0; font-size: 13px; line-height: 1.3; color: var(--ink-3); }
.sticky p b { display: block; font: 800 20px/1 var(--display); font-stretch: 62%; text-transform: uppercase; color: var(--ink); }
.sticky .cta { width: auto; min-height: 48px; padding: 0 20px; font-size: 17px; }
.sticky .cta::after { display: none; }

/* ---------- Animación de entrada ---------- */
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.js .reveal.in { opacity: 1; transform: none; }
.js .notif.reveal:nth-child(2) { transition-delay: 0.12s; }
.js .notif.reveal:nth-child(3) { transition-delay: 0.24s; }
.js .notif.reveal:nth-child(4) { transition-delay: 0.36s; }

/* ---------- Escritorio ---------- */
@media (min-width: 820px) {
  body { font-size: 18px; }
  section { padding: 140px 0; }
  .hero { padding-bottom: 150px; }
  .product-grid { grid-template-columns: 1fr 1.1fr; gap: 80px; }
  .mock { width: 340px; }
  .gains { grid-template-columns: repeat(3, 1fr); }
  .sticky { justify-content: center; gap: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  .cta::after { animation: none; display: none; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .sticky { transition: none; }
}
