/* Noir · página de inicio */

[hidden] { display: none !important; }

:root {
  --ink: #141414;
  --ground: #E7E5E1;
  --paper: #F4F3F0;
  --muted: #55534F;
  --text-2: #3F3D3A;
  --line: #CFCCC6;
  --dark: #111111;
  --dark-2: #1A1A1B;
  --dark-3: #1F1F21;
  --dark-line: #2B2B2D;
  --dark-muted: #A8A6A1;
  --accent: #D6006F;

  --f-display: 'Archivo', 'Arial Black', sans-serif;
  --f-body: 'Instrument Sans', 'Helvetica Neue', Arial, sans-serif;
  --f-mono: 'IBM Plex Mono', ui-monospace, monospace;
  --f-serif: 'Cormorant Garamond', 'Times New Roman', serif;

  --gutter: clamp(20px, 4.5vw, 64px);
  --header-h: 76px;

  --grafito: radial-gradient(rgba(255,255,255,0.22) 0.5px, transparent 0.9px) 0 0 / 3px 3px,
             radial-gradient(rgba(255,255,255,0.14) 0.6px, transparent 1px) 1px 2px / 5px 5px,
             radial-gradient(rgba(0,0,0,0.35) 0.6px, transparent 1px) 2px 1px / 4px 4px,
             linear-gradient(135deg, #505054 0%, #333336 45%, #45454A 70%, #2E2E31 100%);
  --negro: linear-gradient(145deg, #2A2A2D 0%, #0D0D0E 55%, #1E1E20 100%);
  --metal: linear-gradient(120deg, #2A2A2D 0%, #121213 40%, #3A3A3E 52%, #141415 62%, #232326 100%);
  --acero: repeating-linear-gradient(90deg, rgba(255,255,255,0.05) 0 1px, rgba(0,0,0,0.04) 1px 3px),
           linear-gradient(120deg, #9EA2A6 0%, #D5D8DB 35%, #8E9296 60%, #C3C6C9 100%);
  --dorado: repeating-linear-gradient(90deg, rgba(255,255,255,0.06) 0 1px, rgba(0,0,0,0.05) 1px 3px),
            linear-gradient(120deg, #A8843F 0%, #E3C47E 38%, #B08C45 62%, #D9B96F 100%);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); }
body {
  margin: 0;
  background: var(--ground);
  color: var(--ink);
  font-family: var(--f-body);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
a:hover { opacity: 0.85; }
:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }
h1, h2, h3, p { margin: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.wrap { max-width: 1440px; margin-inline: auto; padding-inline: var(--gutter); }
.i { width: 1em; height: 1em; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.section { padding-block: clamp(56px, 7vw, 104px); }
.bg-paper { background: var(--paper); }
.bg-dark { background: var(--dark); color: var(--paper); }
.bg-accent { background: var(--accent); color: #FFFFFF; }

.eyebrow { font-family: var(--f-mono); font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.bg-dark .eyebrow { color: var(--dark-muted); }
.bg-accent .eyebrow { color: #FFFFFF; }
.h2 {
  font-family: var(--f-display); font-weight: 900; font-stretch: 125%;
  font-size: clamp(30px, 3.4vw, 46px); line-height: 1; text-transform: uppercase; text-wrap: balance;
}
.h2-xl { font-size: clamp(34px, 4vw, 56px); }
.lead { max-width: 34em; font-size: clamp(15px, 1.25vw, 18px); line-height: 1.55; color: var(--text-2); }
.bg-dark .lead { color: var(--dark-muted); }
.bg-accent .lead { color: #FFFFFF; }
.stack-head { display: flex; flex-direction: column; gap: 12px; }
.split-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px 48px; flex-wrap: wrap; }

/* Botones */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  height: 56px; padding: 0 30px; border-radius: 999px; border: 0;
  font-family: inherit; font-size: 15px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  text-decoration: none; cursor: pointer;
}
.btn-light { background: var(--paper); color: var(--ink); box-shadow: 0 0 0 1px rgba(255,255,255,0.12), 0 18px 40px rgba(0,0,0,0.45); }
.btn-white { background: #FFFFFF; color: var(--ink); align-self: flex-start; }
.bg-accent .btn:focus-visible { outline: 2px solid #FFFFFF; outline-offset: 3px; }
.btn .i { width: 16px; height: 16px; }
.btn-dark {
  display: inline-flex; align-items: center; gap: 10px; height: 48px; padding: 0 24px; border-radius: 999px;
  background: var(--ink); color: #FFFFFF; font-size: 14px; font-weight: 600; text-decoration: none; flex-shrink: 0;
}
.btn-dark .i { width: 14px; height: 14px; }
/* Botones de redes (sección de TikTok) */
.social-btns { display: flex; flex-wrap: wrap; gap: 10px; }
.btn-line {
  display: inline-flex; align-items: center; gap: 10px; height: 48px; padding: 0 24px; border-radius: 999px; flex-shrink: 0;
  border: 1px solid var(--ink); color: var(--ink); font-size: 14px; font-weight: 600; text-decoration: none; transition: background .2s, color .2s;
}
.btn-line:hover { background: var(--ink); color: #FFFFFF; }
.btn-line .i { width: 14px; height: 14px; }
.btn-dark .i-brand, .btn-line .i-brand { width: 18px; height: 18px; stroke-width: 1.8; }
.link-u { font-size: 16px; font-weight: 600; text-decoration: underline; text-underline-offset: 5px; }

/* Encabezado */
.site-header {
  position: sticky; top: env(safe-area-inset-top, 0px); z-index: 50;
  background: rgba(14,14,15,0.82);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  color: var(--paper);
}
.site-header .wrap { height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { font-family: var(--f-serif); font-weight: 600; font-size: 26px; letter-spacing: 0.42em; text-decoration: none; white-space: nowrap; }
/* "cards" en cursiva y más discreta, pegada a NOIR */
.logo em { font-style: italic; font-weight: 500; font-size: 0.82em; letter-spacing: 0.02em; margin-left: 0.1em; color: #A8A6A1; }
.nav { display: flex; gap: 32px; font-size: 15px; font-weight: 500; color: #CFCDC8; }
.nav a { text-decoration: none; }
.nav-wa { display: none; }
.header-cta {
  height: 44px; padding: 0 22px; border-radius: 999px; background: var(--paper); color: var(--ink);
  display: inline-flex; align-items: center; font-size: 14px; font-weight: 600; text-decoration: none;
}
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-ig {
  width: 44px; height: 44px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
  color: var(--paper); border: 1px solid rgba(255,255,255,0.22); transition: background .2s, border-color .2s;
}
.header-ig:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.45); }
.header-ig .i { width: 20px; height: 20px; stroke-width: 1.8; }
.menu-btn {
  display: none; width: 44px; height: 44px; border: 0; border-radius: 999px;
  background: var(--paper); color: var(--ink); align-items: center; justify-content: center; cursor: pointer;
}
.menu-btn .i { width: 18px; height: 18px; }
.menu-btn .i-shut { display: none; }
.site-header.open .menu-btn .i-open { display: none; }
.site-header.open .menu-btn .i-shut { display: block; }

/* Animaciones */
@keyframes ncEnter { from { opacity: 0.2; transform: translateY(70px); } to { opacity: 1; transform: none; } }
@keyframes ncFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes ncShadow { 0%, 100% { transform: scale(1); opacity: 0.9; } 50% { transform: scale(0.86); opacity: 0.55; } }
@keyframes ncSheen { 0% { transform: translateX(-140%); } 22%, 100% { transform: translateX(140%); } }
@keyframes ncUp { from { opacity: 0.2; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes ncPulse { 0%, 100% { opacity: 0.3; } 50% { opacity: 1; } }
@keyframes ncMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.anim-up { animation: ncUp 0.7s ease-out var(--d, 0s) both; }

/* Hero */
.hero {
  position: relative; overflow: hidden; color: var(--paper);
  margin-top: calc(var(--header-h) * -1); padding-top: var(--header-h);
  background: radial-gradient(55% 75% at 74% 52%, #3A3A3E 0%, #1B1B1D 48%, #0E0E0F 100%);
}
.grain { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.07; pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; align-items: center; padding-top: 32px; }
.hero-copy { display: flex; flex-direction: column; gap: 28px; }
.hero .eyebrow { color: #9A9893; }
.hero h1 {
  font-family: var(--f-display); font-weight: 900; font-stretch: 125%;
  font-size: clamp(40px, 5vw, 72px); line-height: 0.95; letter-spacing: -0.01em; text-transform: uppercase;
}
.hero h1 em { font-family: var(--f-serif); font-style: italic; font-weight: 500; font-stretch: 100%; font-size: 1.22em; letter-spacing: 0; text-transform: none; }
.hero .sub { max-width: 30em; font-size: clamp(16px, 1.4vw, 20px); line-height: 1.5; color: #B9B7B2; }
.sub-short { display: none; }
.hero-ctas { display: flex; align-items: center; gap: 16px 28px; flex-wrap: wrap; }
.proof { display: flex; align-items: center; gap: 16px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); max-width: 580px; }
.proof-faces { display: flex; flex-shrink: 0; }
.proof-faces span {
  width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; margin-left: -10px;
  font-family: var(--f-serif); font-weight: 600; font-size: 14px; letter-spacing: 0.04em; color: #E9E7E2;
  background: var(--grafito); box-shadow: 0 0 0 2px #1B1B1D;
}
.proof-faces span:first-child { margin-left: 0; }
/* La primera queda encima y las demás se esconden detrás, para que el logo se vea completo */
.proof-faces span { position: relative; }
.proof-faces span:nth-child(1) { z-index: 5; } .proof-faces span:nth-child(2) { z-index: 4; } .proof-faces span:nth-child(3) { z-index: 3; } .proof-faces span:nth-child(4) { z-index: 2; }
.proof-faces .has-logo { overflow: hidden; background: #0C0C0C; }
.proof-faces .has-logo svg { display: block; width: 100%; height: 100%; }
.proof-faces span:nth-child(2) { background: #F4F3F0; color: #141414; }
.proof-faces span:nth-child(3) { background: var(--accent); color: #FFFFFF; }
.proof-faces span:nth-child(4) { background: #2B2B2E; }
.proof-faces span:nth-child(5) { background: var(--dorado); color: #3B2D12; }
.proof p { font-size: 16px; line-height: 1.4; color: #A8A6A1; }
.proof strong { color: var(--paper); font-weight: 700; }

.stage-wrap { position: relative; width: 100%; max-width: 640px; aspect-ratio: 640 / 660; justify-self: center; }
.stage { position: absolute; left: 0; top: 0; width: 640px; height: 660px; transform: scale(var(--s, 1)); transform-origin: 0 0; }
.floor {
  position: absolute; left: 40px; top: 628px; width: 340px; height: 34px; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(0,0,0,0.7), rgba(0,0,0,0)); filter: blur(4px);
  animation: ncShadow 6s ease-in-out 1.1s infinite;
}
.phone { position: absolute; top: 16px; left: 360px; width: 260px; height: 540px; }
/* Teléfono en 3D: la cara va al frente y 14 capas detrás forman el canto de metal */
.phone-float { width: 100%; height: 100%; perspective: 1400px; animation: ncFloat 6s ease-in-out 1.7s infinite; }
.phone-3d {
  position: relative; width: 100%; height: 100%; transform-style: preserve-3d;
  transform: rotateX(calc(7deg - var(--ty, 0) * 10deg)) rotateY(calc(-24deg + var(--tx, 0) * 16deg)) rotateZ(1.5deg);
  transition: transform 0.35s ease-out;
}
.phone-layer { position: absolute; inset: 0; border-radius: 44px; }
.phone-layer:last-of-type { box-shadow: 40px 50px 80px -20px rgba(0,0,0,0.75); }
.phone-btn { position: absolute; right: -3px; top: 150px; width: 6px; height: 70px; border-radius: 3px; background: linear-gradient(90deg, #2a2a2e, #6a6a70 60%, #2a2a2e); transform: translateZ(-15px); }
.phone-body {
  position: relative; width: 100%; height: 100%; padding: 8px; border-radius: 44px; border: 2.5px solid transparent;
  background: linear-gradient(#050506, #050506) padding-box,
              linear-gradient(135deg, #A6A6AC 0%, #3C3C40 28%, #8E8E94 52%, #2C2C2F 76%, #7A7A80 100%) border-box;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
  transform: translateZ(0.5px);
}
.island { position: absolute; z-index: 4; top: 18px; left: 50%; width: 78px; height: 22px; margin-left: -39px; border-radius: 999px; background: #000; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05); }
.glass {
  position: absolute; z-index: 3; inset: 8px; border-radius: 36px; pointer-events: none;
  background: linear-gradient(118deg, rgba(255,255,255,0.26) 0%, rgba(255,255,255,0.07) 26%, rgba(255,255,255,0) 44%) no-repeat;
  background-size: 220% 100%; background-position: calc(30% + var(--tx, 0) * 60%) 0;
}
.phone-floor {
  position: absolute; left: 372px; top: 562px; width: 250px; height: 40px; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(0,0,0,0.65), rgba(0,0,0,0)); filter: blur(6px);
  animation: ncShadow 6s ease-in-out 1.7s infinite;
}
.screen { width: 100%; height: 100%; border-radius: 34px; overflow: hidden; background: #F6F5F2; color: var(--ink); display: flex; flex-direction: column; }
.screen-cover { position: relative; height: 104px; flex-shrink: 0; background: var(--grafito); display: flex; align-items: center; justify-content: center; }
.screen-logo { font-family: var(--f-serif); font-weight: 600; font-size: 15px; letter-spacing: 0.48em; margin-right: -0.48em; color: #E9E7E2; }
.avatar {
  position: absolute; left: 18px; bottom: -32px; width: 64px; height: 64px; border-radius: 50%;
  border: 3px solid #F6F5F2; background: var(--ink); color: var(--paper);
  display: flex; align-items: center; justify-content: center; font-family: var(--f-serif); font-weight: 600; font-size: 28px;
}
.screen-body { padding: 44px 16px 16px; display: flex; flex-direction: column; gap: 8px; }
.screen-name { display: flex; flex-direction: column; gap: 2px; margin-bottom: 6px; }
.screen-name strong { font-family: var(--f-display); font-weight: 800; font-stretch: 110%; font-size: 19px; }
.screen-name span { font-size: 12px; color: var(--muted); }
.row {
  height: 40px; padding: 0 14px; border-radius: 12px; border: 1px solid #DEDBD5; background: #FFFFFF;
  display: flex; align-items: center; justify-content: space-between; font-size: 13px; font-weight: 500;
}
.row .i { width: 14px; height: 14px; }
.row-primary { height: 44px; border: 0; background: var(--accent); color: #FFFFFF; justify-content: center; font-size: 14px; font-weight: 600; }

.waves {
  position: absolute; left: 312px; top: 310px; width: 72px; height: 72px; transform: rotate(-40deg);
  fill: none; stroke: var(--accent); stroke-width: 1.6; stroke-linecap: round;
}
.waves use { animation: ncPulse 1.8s ease-in-out 1.1s infinite; }

.card-enter { position: absolute; left: 0; top: 380px; width: 400px; height: 252px; animation: ncEnter 1.1s cubic-bezier(0.2, 0.8, 0.2, 1) both; }
.card-float { width: 100%; height: 100%; animation: ncFloat 6s ease-in-out 1.1s infinite; }
.card-tilt {
  position: relative; width: 100%; height: 100%;
  transform: perspective(1600px) rotateX(calc(22deg - var(--ty, 0) * 12deg)) rotateY(calc(-16deg + var(--tx, 0) * 18deg)) rotateZ(-9deg);
  transition: transform 0.3s ease-out;
}
.card-edge { position: absolute; inset: 0; border-radius: 18px; background: var(--accent); transform: translate(5px, 7px); }
.card-face {
  position: absolute; inset: 0; border-radius: 18px; overflow: hidden; background: var(--grafito); color: #E9E7E2;
  box-shadow: 0 60px 70px -30px rgba(0,0,0,0.75), inset 0 0 0 1px rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
}
.card-arcs { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: #121213; stroke-width: 1.6; }
.card-nfc { position: absolute; top: 18px; right: 20px; width: 22px; height: 22px; opacity: 0.85; stroke-width: 1.6; }
.card-logo { position: relative; font-family: var(--f-serif); font-weight: 600; font-size: 60px; line-height: 1; letter-spacing: 0.48em; margin-right: -0.48em; }
.sheen {
  position: absolute; top: -20%; bottom: -20%; left: 0; width: 60%; pointer-events: none;
  background: linear-gradient(105deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.18) 50%, rgba(255,255,255,0) 100%);
  animation: ncSheen 7s ease-in-out 1.2s infinite both;
}

.clients-strip {
  position: relative; margin-top: 36px; border-top: 1px solid rgba(255,255,255,0.1); padding-block: 22px 36px;
  display: flex; align-items: center; gap: 12px 40px; flex-wrap: wrap;
}
.clients-strip .label { font-family: var(--f-mono); font-size: 12px; letter-spacing: 0.12em; color: #8E8C88; }
.clients-strip .label { flex-shrink: 0; }
/* Cinta de clientes: 4 copias de la lista; se mueve media cinta (2 copias) y vuelve a empezar sin salto */
.marquee {
  flex: 1 1 0; min-width: 0; overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}
.marquee-track { display: flex; width: max-content; animation: ncMarquee 40s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.clients-strip .names {
  display: flex; flex-shrink: 0; gap: 64px; padding-right: 64px; white-space: nowrap;
  font-family: var(--f-serif); font-weight: 600; font-size: clamp(19px, 1.8vw, 24px); letter-spacing: 0.08em; color: #D9D7D2;
}

/* Cómo funciona */
/* Cómo funciona: la tarjeta baja al teléfono mientras haces scroll.
   Sin JavaScript (o en celular) se ve el momento final, completo. */
#como {
  --a: 1; --t: 1; --g: 0; color: var(--paper);
  background: radial-gradient(50% 60% at 28% 52%, #1A1A1D 0%, #09090A 55%, #000000 100%);
}
#como .lead, #como .steps p { color: var(--dark-muted); }
#como .num { color: #8E8C88; }
#como .steps li { border-top-color: #3A3A3D; }
#como.scrolly { padding-block: 0; }
#como.scrolly .como-track { height: 270vh; }
/* La escena ocupa todo el alto: la tarjeta entra por el borde de arriba y el celular por el de abajo */
#como.scrolly .como-sticky { position: sticky; top: var(--header-h); height: calc(100vh - var(--header-h)); min-height: 420px; display: flex; }
#como.scrolly .como-sticky > .wrap { width: 100%; height: 100%; }
#como.scrolly .como-grid { height: 100%; align-items: stretch; }
#como.scrolly .como-body { align-self: center; padding-block: 32px; }
#como.scrolly .tp-stage { height: 100%; width: calc(100% + var(--gutter)); margin-left: calc(var(--gutter) * -1); }
@media (min-width: 901px) and (max-height: 720px) {
  #como.scrolly .como-body { gap: 20px; padding-block: 16px; }
  #como.scrolly .como-body .steps { gap: 10px; }
  #como.scrolly .como-body .steps li { padding-top: 12px; }
  #como.scrolly .como-body .steps p { font-size: 14px; }
}
.como-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 32px 72px; align-items: center; }
.como-body { display: flex; flex-direction: column; gap: 36px; }
.como-body .split-head { flex-direction: column; align-items: flex-start; gap: 14px; }
.como-body .steps { grid-template-columns: minmax(0, 1fr); gap: 22px; }
.como-body .steps li { display: grid; grid-template-columns: 56px minmax(0, 1fr); column-gap: 16px; row-gap: 6px; padding-top: 18px; transition: opacity 0.35s ease, border-color 0.35s ease; }
.como-body .steps .num { grid-row: span 2; padding-top: 4px; }
#como.scrolly .steps li { opacity: 0.35; border-top-color: var(--dark-line); }
#como.scrolly .steps li.on { opacity: 1; border-top-color: var(--paper); }
.tp-stage { position: relative; width: 100%; height: 600px; overflow: hidden; }
.tp-scene { position: absolute; left: 50%; top: 0; width: 560px; height: 787px; transform: translateX(-50%) scale(var(--ts, 1)); transform-origin: 50% 0; }
.tp-glow { position: absolute; left: 110px; top: 150px; width: 340px; height: 340px; border-radius: 50%; background: radial-gradient(closest-side, rgba(214,0,111,0.30), rgba(214,0,111,0)); opacity: calc(var(--t) * 0.9); filter: blur(12px); }
.tp-cardhand {
  position: absolute; z-index: 1; left: 160px; top: 0; width: 270px; transform-origin: 50% 0;
  transform: translate(calc((1 - var(--a)) * 30px), calc((1 - var(--a)) * -170px)) rotate(calc((1 - var(--a)) * 4deg));
  filter: drop-shadow(0 30px 30px rgba(0,0,0,0.55));
}
.tp-cardhand img, .tp-phone > img { display: block; width: 100%; height: auto; }
.tp-waves {
  position: absolute; z-index: 3; left: 404px; top: 214px; width: 58px; height: 58px; fill: none; stroke: var(--accent); stroke-width: 1.8; stroke-linecap: round;
  transform: rotate(-35deg); opacity: var(--g);
}
.tp-phone { position: absolute; z-index: 2; left: 20.2px; top: 233px; width: 478.2px; transform: translateY(calc((1 - var(--a)) * 70px)); }
.tp-screen { position: absolute; left: 36.635%; top: 3.654%; width: 36.442%; height: 67.857%; border-radius: 10.82% / 5.02%; overflow: hidden; background: #F6F5F2; }
.tp-screen-in { position: absolute; left: 0; top: 0; width: 262px; height: 565px; transform: scale(0.6651); transform-origin: 0 0; }
.tp-island { position: absolute; z-index: 3; top: 14px; left: 50%; width: 80px; height: 23px; margin-left: -40px; border-radius: 999px; background: #000; }
.tp-lock {
  position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: center; padding-top: 70px; gap: 2px; color: #F4F3F0;
  background: radial-gradient(90% 60% at 50% 20%, #3A3A40 0%, #151517 70%); opacity: calc(1 - var(--t));
}
.tp-date { font-size: 13px; font-weight: 600; opacity: 0.85; }
.tp-time { font-family: var(--f-display); font-weight: 700; font-stretch: 100%; font-size: 64px; line-height: 1; letter-spacing: -0.02em; }
.tp-hint { margin-top: auto; margin-bottom: 42px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; background: rgba(255,255,255,0.12); font-size: 12px; font-weight: 600; }
.tp-hint .i { width: 14px; height: 14px; }
.tp-profile { position: absolute; inset: 0; transform: translateY(calc((1 - var(--t)) * 24px)); }
.tp-cover { height: 96px; background: var(--grafito); display: flex; align-items: center; justify-content: center; }
.tp-cover span { font-family: var(--f-serif); font-weight: 600; font-size: 13px; letter-spacing: 0.4em; margin-right: -0.4em; color: #E9E7E2; }
.tp-avatar { position: absolute; left: 16px; top: 66px; width: 60px; height: 60px; border-radius: 50%; border: 3px solid #F6F5F2; background: var(--ink); color: var(--paper); display: flex; align-items: center; justify-content: center; font-family: var(--f-display); font-weight: 800; font-size: 18px; }
.tp-body { padding: 40px 14px 14px; display: flex; flex-direction: column; gap: 7px; color: var(--ink); }
.tp-name { display: flex; flex-direction: column; gap: 2px; margin-bottom: 4px; }
.tp-name strong { font-family: var(--f-display); font-weight: 800; font-stretch: 110%; font-size: 18px; }
.tp-name span { font-size: 11px; color: var(--muted); }
.tp-row { height: 38px; padding: 0 12px; border-radius: 12px; border: 1px solid #DEDBD5; background: #FFFFFF; display: flex; align-items: center; justify-content: space-between; font-size: 12px; font-weight: 600; transition: box-shadow 0.3s ease; }
.tp-row .i { width: 13px; height: 13px; }
.tp-row b { color: var(--accent); letter-spacing: 1px; font-size: 11px; }
.tp-primary { border: 0; background: var(--accent); color: #FFFFFF; justify-content: center; }
#como.step3 .tp-hl { box-shadow: 0 0 0 2px var(--accent); }
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.steps li { border-top: 2px solid var(--ink); padding-top: 20px; display: flex; flex-direction: column; gap: 12px; }
.num { font-family: var(--f-mono); font-size: 13px; color: var(--muted); }
.steps h3 { font-family: var(--f-display); font-weight: 800; font-stretch: 110%; font-size: clamp(20px, 1.8vw, 24px); }
.steps p { font-size: 16px; line-height: 1.55; color: var(--text-2); }

/* Giros */
/* Carrusel continuo en todas las pantallas: 3 giros y un pedazo del siguiente en compu, 2 en tableta, 1 grande en celular.
   Sin JS se desliza a mano; con JS (.is-marquee) la fila corre sola sin fin (app.js) */
.giros-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 40px; }
.tiles-nav { display: flex; gap: 10px; flex-shrink: 0; }
.tn {
  width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--line); background: var(--paper); color: var(--ink);
  display: grid; place-items: center; cursor: pointer; transition: background .2s, color .2s, border-color .2s;
}
.tn:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.tn:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.tn .i { width: 18px; height: 18px; }
.tn[data-dir="-1"] .i { transform: scaleX(-1); }
.tiles {
  --tgap: 20px; container-type: inline-size;
  display: flex; gap: var(--tgap); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-x: contain;
  margin-inline: calc(var(--gutter) * -1); padding-inline: var(--gutter); scroll-padding-inline: var(--gutter);
}
.tiles::-webkit-scrollbar { display: none; }
.tiles.is-marquee { display: block; overflow: hidden; scroll-snap-type: none; }
.tiles-track {
  display: flex; gap: var(--tgap); width: max-content; will-change: transform;
  touch-action: pan-y; user-select: none; -webkit-user-select: none; cursor: grab;
}
.tiles-track.dragging { cursor: grabbing; }
.tiles-track img { -webkit-user-drag: none; pointer-events: none; }
.tile { flex: 0 0 calc((100cqw - 3 * var(--tgap)) / 3.3); scroll-snap-align: start; background: var(--paper); border-radius: 16px; padding: 24px; display: flex; flex-direction: column; gap: 10px; overflow: hidden; }
.tile-img { margin: -24px -24px 8px; aspect-ratio: 3 / 2; background: #D9D6D0; }
.tile-img img { display: block; width: 100%; height: 100%; object-fit: cover; }
/* Cuadro con dos fotos que se turnan (barberías y estéticas) */
.tile-img.duo { position: relative; overflow: hidden; }
.tile-img.duo picture { position: absolute; inset: 0; transition: opacity .9s ease; }
.tile-img.duo picture + picture, .tile-img.duo.alt picture:first-child { opacity: 0; }
.tile-img.duo.alt picture + picture { opacity: 1; }
.tile-img.ph { display: flex; align-items: center; justify-content: center; background: radial-gradient(70% 90% at 50% 40%, #2C2C30 0%, #141416 100%); }
.ph-card {
  position: relative; width: 46%; aspect-ratio: 85.6 / 54; border-radius: 8px; transform: rotate(-8deg);
  background: var(--grafito); color: #E6E4DF; display: grid; place-items: center;
  box-shadow: 0 18px 26px -12px rgba(0,0,0,0.8), inset 0 0 0 1px rgba(255,255,255,0.1);
}
.ph-card span { font-family: var(--f-serif); font-weight: 600; font-size: clamp(12px, 1.3vw, 17px); letter-spacing: 0.42em; margin-right: -0.42em; }
.ph-card .i { position: absolute; top: 8%; right: 7%; width: 12%; height: auto; aspect-ratio: 1; stroke-width: 1.7; opacity: 0.8; }
.tile h3 { font-size: 18px; font-weight: 700; line-height: 1.3; }
.tile p { flex-grow: 1; font-size: 15px; line-height: 1.5; color: var(--text-2); }
.tag { font-family: var(--f-mono); font-size: 12px; letter-spacing: 0.08em; color: var(--muted); }

/* Clientes */
/* Clientes: franja con foto a todo lo ancho. El título va arriba y el botón abajo para que se vean el celular y la tarjeta */
.banda { position: relative; overflow: hidden; background: #0B0A09; color: #FFFFFF; min-height: clamp(560px, 46vw, 720px); display: flex; }
.banda-foto { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.banda::before {
  content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(180deg, #000000 0%, rgba(0,0,0,0.78) 16%, rgba(0,0,0,0.42) 40%, rgba(0,0,0,0.3) 56%, rgba(0,0,0,0.62) 84%, #111111 100%),
    radial-gradient(70% 60% at 50% 50%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%);
}
.banda-in {
  position: relative; z-index: 2; width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: space-between;
  gap: 24px; text-align: center; padding-block: clamp(48px, 6vw, 80px);
}
.banda-top { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.banda-h {
  font-family: var(--f-display); font-weight: 900; font-stretch: 125%; text-transform: uppercase; line-height: 0.95;
  font-size: clamp(44px, 6.6vw, 96px); text-shadow: 0 6px 40px rgba(0,0,0,0.45);
}
.banda-h em { font-family: var(--f-serif); font-style: italic; font-weight: 600; font-stretch: 100%; text-transform: none; font-size: 1.12em; letter-spacing: -0.01em; }
.btn-accent { background: var(--accent); color: #FFFFFF; box-shadow: 0 18px 40px -12px rgba(214,0,111,0.55); }

/* Diseños: galería de colecciones */
.disenos { background: #111111; color: var(--paper); }
.disenos .eyebrow, .disenos .lead { color: var(--dark-muted); }
.disenos .split-head { margin-bottom: 40px; }
.dz-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: auto; gap: 16px; }
.dz-item { position: relative; margin: 0; border-radius: 20px; overflow: hidden; background: #1A1A1B; aspect-ratio: 5 / 4; }
.dz-real { grid-row: span 2; aspect-ratio: auto; }
.dz-item picture, .dz-item img { display: block; width: 100%; height: 100%; }
.dz-item img { object-fit: cover; transition: transform 0.5s ease; }
.dz-item:hover img { transform: scale(1.04); }
.dz-item figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 18px 16px; display: flex; flex-direction: column; gap: 4px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
}
.dz-item strong { font-size: 17px; font-weight: 700; }
.dz-item figcaption span { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: #CFCCC6; }
.dz-item .dz-chip { align-self: flex-start; margin-bottom: 4px; padding: 4px 10px; border-radius: 999px; background: var(--accent); color: #FFFFFF; font-size: 10px; }
.dz-page { min-height: calc(100vh - var(--header-h)); padding-top: clamp(32px, 5vw, 64px); }
.dz-back { color: inherit; text-decoration: none; }
.dz-back:hover { color: var(--paper); }
.nav a[aria-current="page"] { color: var(--paper); text-decoration: underline; text-underline-offset: 6px; }
.dz-cta { margin-top: 40px; padding: 28px 32px; border-radius: 22px; background: #1A1A1B; border: 1px solid var(--dark-line); display: flex; align-items: center; justify-content: space-between; gap: 20px 32px; }
.dz-cta h3 { font-size: 22px; font-weight: 700; }
.dz-cta p { margin-top: 6px; color: var(--dark-muted); }
.dz-cta-btns { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px; }
.dz-cta .link-u { color: var(--paper); }

/* Tu tarjeta: dos tarjetas que se mueven con el scroll */
.tarjeta { --q: 0.5; color: var(--paper); background: linear-gradient(180deg, rgba(17,17,17,0) 62%, #111111 100%), radial-gradient(60% 70% at 72% 58%, #2A2A2D 0%, #151516 55%, #111111 100%); overflow: hidden; }
.tarjeta .eyebrow { color: var(--dark-muted); }
.tarjeta .lead { color: var(--dark-muted); }
.tarjeta-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 32px 56px; align-items: center; }
.tarjeta-copy { display: flex; flex-direction: column; gap: 18px; }
.tj-card[data-finish="grafito"] { background: var(--grafito); }
.tj-stage { position: relative; height: 480px; }
.tj-scene { position: absolute; left: 50%; top: 50%; width: 560px; height: 460px; transform: translate(-50%, -50%) scale(var(--js, 1)); perspective: 1400px; }
.tj-card {
  position: absolute; width: 340px; height: 214px; border-radius: 18px; overflow: hidden; color: #E6E4DF;
  box-shadow: 0 50px 70px -30px rgba(0,0,0,0.85), inset 0 0 0 1px rgba(255,255,255,0.1);
  transition: background 0.4s ease, color 0.4s ease;
}
.tj-front {
  z-index: 2; left: 70px; top: 40px; display: flex; align-items: center; justify-content: center;
  transform: translate(calc(-40px + var(--q) * 80px), calc(70px - var(--q) * 120px)) rotate(calc(-26deg + var(--q) * 18deg)) rotateY(calc(-14deg + var(--q) * 22deg)) rotateX(8deg);
}
.tj-back {
  z-index: 1; left: 170px; top: 200px;
  transform: translate(calc(50px - var(--q) * 60px), calc(-40px + var(--q) * 90px)) rotate(calc(4deg + var(--q) * 14deg)) rotateY(calc(10deg - var(--q) * 16deg));
}
.tj-emblem { position: relative; width: 116px; height: 116px; display: flex; align-items: center; justify-content: center; transform: rotate(-12deg); }
.tj-emblem svg { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; opacity: 0.9; }
.tj-emblem span { font-family: var(--f-display); font-weight: 800; font-stretch: 110%; font-size: 17px; line-height: 1.05; letter-spacing: 0.06em; text-align: center; }
.tj-chipbox { position: absolute; left: 22px; bottom: 58px; height: 46px; padding: 0 12px; border-radius: 10px; border: 1.6px solid currentColor; display: flex; align-items: center; gap: 10px; opacity: 0.85; }
.tj-chipbox .i { width: 20px; height: 20px; stroke-width: 1.6; }
.tj-chipbox i { width: 1.6px; height: 24px; background: currentColor; }
.tj-qr { position: absolute; right: 22px; top: 50%; width: 96px; height: 96px; margin-top: -48px; border-radius: 8px; padding: 6px; background: #DAD8D3; fill: #121213; }
.tj-brand { position: absolute; left: 24px; bottom: 20px; font-family: var(--f-serif); font-weight: 600; font-size: 16px; letter-spacing: 0.44em; opacity: 0.85; }

/* Tu tarjeta: desfile de diseños de distintos negocios (frente y reverso con la misma paleta) */
.tj-face {
  position: absolute; inset: 0; opacity: 0; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; gap: 5px; padding: 22px 24px;
  background: var(--bg); color: var(--fg);
}
.tj-face.on { opacity: 1; }
.tj-face.lay-c { align-items: center; justify-content: center; text-align: center; }
.tj-face.pop, .tj-back.pop { animation: tjIn 0.2s cubic-bezier(0.2, 0.8, 0.2, 1); }
.tj-back.pop { animation-delay: 0.04s; animation-fill-mode: backwards; }
@keyframes tjIn { from { transform: translateY(6px) scale(0.975); filter: blur(1.5px); } to { transform: none; filter: none; } }
/* Mientras desfilan los negocios, el "Tu logo" se esconde para que no se transparente */
.tj-front .tj-emblem { transition: opacity 0.2s ease; }
.tj-front.branded .tj-emblem { opacity: 0; transition: none; }
.tj-back.pop { animation-name: tjInBack; }
@keyframes tjInBack { from { filter: blur(1px) brightness(1.15); } to { filter: none; } }
.tj-face b { position: relative; z-index: 1; line-height: 1; color: var(--nc, var(--fg)); }
.tj-face small { position: relative; z-index: 1; font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; opacity: 0.85; }
.tj-face .fn { position: absolute; z-index: 1; top: 18px; right: 20px; width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; opacity: 0.85; }
.tj-flash { position: absolute; z-index: 3; inset: -20% -40%; pointer-events: none; opacity: 0; background: linear-gradient(105deg, rgba(255,255,255,0) 35%, rgba(255,255,255,0.35) 50%, rgba(255,255,255,0) 65%); }
.tj-flash.go { animation: tjFlash 0.35s ease-out; }

/* Explosión antes del desfile: las tarjetas se cargan (se encogen y brillan) y truena un destello con anillos y chispas */
.tj-scene.charge { animation: tjCharge 0.3s ease-in forwards; }
.tj-scene.charge .tj-card { filter: brightness(1.3); transition: filter 0.3s ease-in; }
.tj-scene.kick { animation: tjKick 0.5s cubic-bezier(0.2, 1.4, 0.4, 1); }
@keyframes tjCharge { 0% { scale: 1; translate: 0 0; } 30% { translate: 1.5px -1px; } 50% { translate: -1.5px 1px; } 75% { translate: 1px 1px; } 100% { scale: 0.93; translate: 0 0; } }
@keyframes tjKick { 0% { scale: 0.93; } 45% { scale: 1.05; } 100% { scale: 1; } }
.tj-burst { position: absolute; z-index: 4; left: 250px; top: 175px; width: 0; height: 0; pointer-events: none; }
.tj-burst i { position: absolute; left: 0; top: 0; opacity: 0; }
/* Luz: se suma a lo que hay atrás (screen) para que brille sin pintar las tarjetas de rosa */
.b-glow {
  width: 460px; height: 460px; margin: -230px 0 0 -230px; border-radius: 50%; mix-blend-mode: screen;
  background: radial-gradient(circle, rgba(255,255,255,0.9) 0%, rgba(255,190,225,0.45) 14%, rgba(214,0,111,0.22) 34%, rgba(214,0,111,0) 62%);
}
.b-core { width: 90px; height: 90px; margin: -45px 0 0 -45px; border-radius: 50%; mix-blend-mode: screen; background: radial-gradient(circle, #FFFFFF 0%, rgba(255,255,255,0.85) 30%, rgba(255,255,255,0) 70%); }
.b-streak { width: 760px; height: 4px; margin: -2px 0 0 -380px; border-radius: 4px; mix-blend-mode: screen; background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,200,230,0.7) 30%, #FFFFFF 50%, rgba(255,200,230,0.7) 70%, rgba(255,255,255,0) 100%); box-shadow: 0 0 18px rgba(255,160,210,0.8); transform: rotate(-12deg); }
.b-ring { width: 180px; height: 180px; margin: -90px 0 0 -90px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,0.95); box-shadow: 0 0 22px rgba(255,255,255,0.45), inset 0 0 18px rgba(255,255,255,0.25); }
.b-ring2 { border: 2px solid var(--accent); box-shadow: 0 0 26px rgba(214,0,111,0.7); }
.b-sparks i { width: 2px; height: var(--l); margin: calc(var(--l) / -2) 0 0 -1px; border-radius: 2px; background: linear-gradient(#FFFFFF, rgba(255,255,255,0)); box-shadow: 0 0 6px rgba(255,255,255,0.8); transform: rotate(var(--a)) translateY(-44px); }
.b-sparks i:nth-child(even) { background: linear-gradient(#FF4FA3, rgba(214,0,111,0)); box-shadow: 0 0 8px rgba(214,0,111,0.9); }
/* Minitarjetas con los colores de los negocios que vienen: salen de detrás de las tarjetas, como si se multiplicaran */
.tj-chips { position: absolute; z-index: 0; left: 250px; top: 175px; width: 0; height: 0; pointer-events: none; }
.tj-chips em { position: absolute; left: -15px; top: -10px; width: 30px; height: 19px; border-radius: 4px; opacity: 0; background: var(--c); box-shadow: 0 6px 12px -4px rgba(0,0,0,0.6), inset 0 0 0 1px rgba(255,255,255,0.18); }
.tj-burst.boom .b-core { animation: bCore 0.38s ease-out; }
.tj-burst.boom .b-glow { animation: bGlow 0.75s ease-out; }
.tj-burst.boom .b-streak { animation: bStreak 0.5s cubic-bezier(0.1, 0.8, 0.3, 1); }
.tj-burst.boom .b-ring { animation: bRing 0.7s cubic-bezier(0.1, 0.7, 0.3, 1); }
.tj-burst.boom .b-ring2 { animation-delay: 0.08s; animation-fill-mode: backwards; }
.tj-burst.boom .b-sparks i { animation: bSpark 0.6s cubic-bezier(0.1, 0.8, 0.3, 1); }
.tj-burst.boom .b-sparks i:nth-child(3n) { animation-delay: 0.04s; animation-fill-mode: backwards; }
.tj-chips.boom em { animation: bChip 0.8s cubic-bezier(0.12, 0.75, 0.3, 1) var(--w, 0s) backwards; }
@keyframes bCore { 0% { opacity: 1; transform: scale(0.3); } 35% { opacity: 1; transform: scale(1.6); } 100% { opacity: 0; transform: scale(2.4); } }
@keyframes bGlow { 0% { opacity: 0; transform: scale(0.2); } 14% { opacity: 1; } 100% { opacity: 0; transform: scale(1.5); } }
@keyframes bStreak { 0% { opacity: 1; transform: rotate(-12deg) scaleX(0.05); } 40% { opacity: 1; } 100% { opacity: 0; transform: rotate(-12deg) scaleX(1); } }
@keyframes bRing { 0% { opacity: 1; transform: scale(0.2); } 100% { opacity: 0; transform: scale(2.9); } }
@keyframes bSpark { 0% { opacity: 1; transform: rotate(var(--a)) translateY(-44px) scaleY(1.5); } 100% { opacity: 0; transform: rotate(var(--a)) translateY(calc(var(--d) * -1)) scaleY(0.3); } }
@keyframes bChip { 0% { opacity: 1; transform: translate(0, 0) rotate(0deg) scale(0.5); } 55% { opacity: 1; } 100% { opacity: 0; transform: translate(var(--x), var(--y)) rotate(var(--r)) scale(1); } }
@keyframes tjFlash { from { opacity: 1; transform: translateX(-35%); } to { opacity: 0; transform: translateX(35%); } }
.tj-caption {
  position: absolute; left: 50%; bottom: 6px; transform: translateX(-50%); margin: 0; display: inline-flex; align-items: center; gap: 10px; white-space: nowrap;
  padding: 8px 14px; border-radius: 999px; border: 1px solid var(--dark-line); background: rgba(17,17,17,0.7);
  font-family: var(--f-mono); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--paper);
}
.tj-caption i { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 10px var(--accent); }

/* Tipografías */
.t-wide b { font-family: var(--f-display); font-weight: 900; font-stretch: 125%; font-size: calc(30px * var(--fit, 1)); text-transform: uppercase; }
.t-cond b { font-family: var(--f-display); font-weight: 800; font-stretch: 62%; font-size: calc(48px * var(--fit, 1)); letter-spacing: 0.06em; text-transform: uppercase; }
.t-serif-i b { font-family: var(--f-serif); font-style: italic; font-weight: 600; font-size: calc(46px * var(--fit, 1)); }
.t-serif-caps b { font-family: var(--f-serif); font-weight: 600; font-size: calc(26px * var(--fit, 1)); letter-spacing: 0.3em; text-transform: uppercase; }
.t-serif-caps.lay-c b { margin-right: -0.3em; }
.t-thin b { font-family: var(--f-display); font-weight: 300; font-stretch: 125%; font-size: calc(48px * var(--fit, 1)); letter-spacing: -0.02em; text-transform: lowercase; }
.t-bold b { font-family: var(--f-body); font-weight: 700; font-size: calc(36px * var(--fit, 1)); letter-spacing: -0.01em; }

/* Detalles gráficos (usan el color de acento de cada marca) */
.m { position: absolute; pointer-events: none; }
.m-stripe { top: 0; bottom: 0; right: 0; width: 34px; background: repeating-linear-gradient(-45deg, var(--ac) 0 9px, var(--fg) 9px 18px); }
.tj-face:has(.m-stripe) .fn { right: 50px; }
.m-sun { right: -34px; top: -30px; width: 170px; height: 170px; border-radius: 50%; background: var(--ac); opacity: 0.9; }
.m-rings { right: -40px; top: -50px; width: 180px; height: 180px; border-radius: 50%; border: 1.5px solid var(--ac); box-shadow: 0 0 0 16px transparent, 0 0 0 17.5px var(--ac); opacity: 0.55; }
.m-waves { top: 24px; left: 24px; width: 72px; height: 22px; background: radial-gradient(circle at 9px -2px, transparent 8px, var(--ac) 8px 9.5px, transparent 10px) 0 0 / 18px 11px repeat; }
.m-dots { right: 0; bottom: 0; width: 62%; height: 75%; background: radial-gradient(var(--ac) 1.6px, transparent 2px) 0 0 / 10px 10px; -webkit-mask-image: linear-gradient(135deg, transparent 25%, #000 90%); mask-image: linear-gradient(135deg, transparent 25%, #000 90%); opacity: 0.7; }
.m-grid { inset: 0; background: linear-gradient(var(--ac) 1px, transparent 1px) 0 0 / 22px 22px, linear-gradient(90deg, var(--ac) 1px, transparent 1px) 0 0 / 22px 22px; opacity: 0.16; }
.m-diag { inset: 0; background: repeating-linear-gradient(-60deg, var(--ac) 0 2px, transparent 2px 14px); opacity: 0.18; }
.m-arcs { left: 50%; bottom: -150px; width: 240px; height: 240px; margin-left: -120px; border-radius: 50%; background: repeating-radial-gradient(circle, transparent 0 14px, var(--ac) 14px 15px); opacity: 0.45; }
.m-frame { inset: 12px; border: 1px solid var(--ac); border-radius: 8px; opacity: 0.6; }
.m-bunting { top: 0; left: 0; right: 0; height: 30px; border-top: 2px solid var(--ac); background: conic-gradient(from 150deg at 50% 0%, var(--ac) 0 60deg, transparent 0) 0 0 / 24px 30px repeat-x; }
.m-band { left: 0; right: 0; top: 0; height: 34%; background: var(--ac); }
.m-blob { top: 22px; left: 24px; width: 40px; height: 54px; border-radius: 50%; background: var(--ac); transform: rotate(-24deg); }

/* Reverso con la paleta de la marca */
.tj-bm { position: absolute; inset: 0; display: none; transform: rotate(180deg); opacity: 0.55; }
.tj-card.tj-back.themed { background: var(--bg); color: var(--fg); transition: none; }
.tj-back.themed .tj-bm { display: block; }
.tj-back.themed .tj-qr { background: var(--fg); fill: var(--bs); }
.tj-back.themed .tj-brand { font-size: 12px; letter-spacing: 0.3em; }
.tj-back .tj-chipbox, .tj-back .tj-qr, .tj-back .tj-brand { z-index: 1; }

/* Kits */
#kits .stack-head { margin-bottom: 56px; }
.kits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.tier { background: var(--dark-2); border: 1px solid var(--dark-line); border-radius: 24px; padding: 32px; display: flex; flex-direction: column; gap: 24px; }
.tier.featured { background: var(--dark-3); border: 2px solid var(--accent); }
.tier-head { display: flex; flex-direction: column; gap: 8px; }
.tier-title { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.tier h3 { font-family: var(--f-display); font-weight: 900; font-stretch: 125%; font-size: 28px; text-transform: uppercase; }
.tier-head p { font-size: 15px; color: var(--dark-muted); }
.badge { padding: 6px 12px; border-radius: 999px; background: var(--accent); color: #FFFFFF; font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; }
.visual { height: 180px; border-radius: 16px; background: #D9D6D0; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.fan { position: relative; flex-shrink: 0; }
.fan-row { display: flex; align-items: center; gap: 22px; }
.mc {
  position: absolute; display: flex; flex-direction: column; justify-content: space-between; padding: 10px 11px; border-radius: 9px;
  background: var(--negro); color: #E9E8E4;
  box-shadow: 0 16px 24px -10px rgba(0,0,0,0.6), inset 0 0 0 1px rgba(255,255,255,0.08);
}
.mc.mc-static { position: relative; }
.mc.metal { background: var(--metal); color: #BDBDC2; }
.mc .i { align-self: flex-end; width: 16px; height: 16px; stroke-width: 1.8; }
.mc span { font-family: var(--f-display); font-weight: 800; font-stretch: 125%; font-size: 9px; letter-spacing: 0.16em; }
.plq { display: flex; flex-direction: column; align-items: center; }
.plq-body {
  width: var(--pw); height: var(--ph); padding: 8px 6px; border-radius: 10px; background: var(--paper); color: var(--ink);
  box-shadow: 0 16px 24px -10px rgba(0,0,0,0.5); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; text-align: center;
}
.plq-body span:first-child { font-family: var(--f-display); font-weight: 800; font-stretch: 110%; font-size: calc(var(--ph) * 0.085); line-height: 1.1; text-transform: uppercase; }
.plq-body .stars { font-size: calc(var(--ph) * 0.095); letter-spacing: 1px; color: var(--accent); }
.plq-body .i { width: calc(var(--ph) * 0.15); height: calc(var(--ph) * 0.15); stroke-width: 1.8; }
.plq-base { width: calc(var(--pw) * 1.16); height: 7px; border-radius: 4px; background: var(--dark-line); }
.price { display: flex; flex-direction: column; gap: 4px; }
.price div { display: flex; align-items: baseline; gap: 8px; }
.price strong { font-family: var(--f-display); font-weight: 800; font-size: 40px; }
.price span { font-size: 14px; color: var(--dark-muted); }
.price small { font-family: var(--f-mono); font-size: 12px; letter-spacing: 0.06em; color: var(--dark-muted); }
.checks { list-style: none; margin: 0; padding: 0; flex-grow: 1; display: flex; flex-direction: column; gap: 10px; font-size: 15px; line-height: 1.45; }
.checks li { display: flex; gap: 10px; }
.checks .i { width: 18px; height: 18px; margin-top: 2px; }
.btn-tier {
  height: 52px; border-radius: 999px; border: 1px solid var(--paper); display: flex; align-items: center; justify-content: center;
  font-size: 15px; font-weight: 700; text-decoration: none;
}
.btn-tier.btn-accent { background: var(--accent); border-color: var(--accent); color: #FFFFFF; }
.tiles-hint { display: none; margin-top: 14px; font-family: var(--f-mono); font-size: 12px; letter-spacing: 0.08em; color: var(--muted); }
.swipe-hint { display: none; margin-top: 14px; font-family: var(--f-mono); font-size: 12px; letter-spacing: 0.08em; color: var(--dark-muted); }
.extras { margin-top: 56px; border-top: 1px solid var(--dark-line); padding-top: 28px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.extras div { display: flex; flex-direction: column; gap: 6px; }
.extras span { font-family: var(--f-mono); font-size: 12px; letter-spacing: 0.1em; color: var(--dark-muted); }
.extras strong, .extras a { font-size: 17px; font-weight: 600; line-height: 1.4; }
.extras a { text-underline-offset: 4px; }

/* Escalera de precios por pieza */
.ladder {
  margin-top: 56px; border-top: 1px solid var(--dark-line); padding-top: 40px;
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); gap: 32px 64px; align-items: end;
}
.ladder-head { display: flex; flex-direction: column; gap: 12px; }
.ladder-head h3 { font-family: var(--f-display); font-weight: 900; font-stretch: 125%; font-size: 28px; text-transform: uppercase; }
.ladder-head p { max-width: 26em; font-size: 16px; line-height: 1.5; color: var(--dark-muted); }
.ladder-head small { font-family: var(--f-mono); font-size: 12px; letter-spacing: 0.08em; color: var(--dark-muted); }
.ladder-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 10px; align-items: end; }
.ladder-steps li { display: flex; flex-direction: column; gap: 10px; }
.ladder-steps strong { font-family: var(--f-display); font-weight: 800; font-size: clamp(17px, 1.6vw, 22px); font-variant-numeric: tabular-nums; }
.ladder-steps i {
  display: block; height: calc(var(--p) * 180px); border-radius: 10px 10px 3px 3px;
  background: var(--grafito); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}
.ladder-steps li:last-child i { background: var(--accent); box-shadow: none; }
.ladder-steps span { font-family: var(--f-mono); font-size: 12px; letter-spacing: 0.04em; color: var(--dark-muted); white-space: nowrap; }

/* Paquetes */
#paquetes .split-head { margin-bottom: 48px; }
.packs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.pack {
  background: #FFFFFF; border-radius: 24px; padding: 16px 16px 28px; display: flex; flex-direction: column; gap: 24px;
  box-shadow: 0 40px 70px -50px rgba(20,20,20,0.45);
}
.pack-visual { position: relative; height: 320px; border-radius: 16px; background: var(--ground); overflow: hidden; }
.pack-stage { position: absolute; left: 50%; top: 34px; width: 400px; height: 450px; margin-left: -200px; }
.pack-body { padding-inline: 16px; display: flex; flex-direction: column; gap: 20px; flex-grow: 1; }
.pack-title { display: flex; align-items: center; gap: 12px; }
.pack h3 { font-family: var(--f-display); font-weight: 900; font-stretch: 125%; font-size: clamp(24px, 2.2vw, 30px); text-transform: uppercase; }
.pack-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 8px; }
.pack-price strong { font-family: var(--f-display); font-weight: 800; font-size: 44px; line-height: 1; }
.pack-price span { font-size: 16px; color: var(--muted); }
.pack-price small { flex-basis: 100%; font-family: var(--f-mono); font-size: 12px; letter-spacing: 0.06em; color: var(--muted); }
.pack .checks { color: var(--text-2); }
.pack .checks .i { color: var(--accent); }
.pack-extra { border-top: 1px solid #E4E1DB; padding-top: 14px; font-size: 14px; line-height: 1.5; color: var(--muted); }
.btn-pack {
  height: 52px; border-radius: 999px; background: var(--ink); color: #FFFFFF; display: flex; align-items: center; justify-content: center;
  font-size: 15px; font-weight: 700; text-decoration: none;
}

.mini-phone {
  position: absolute; top: 0; left: 180px; width: 216px; height: 440px; padding: 8px; border-radius: 38px; background: #050506;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.08), 0 40px 60px -30px rgba(0,0,0,0.6);
}
.mini-screen {
  width: 100%; height: 100%; border-radius: 31px; overflow: hidden; background: #F6F5F2; color: var(--ink);
  display: flex; flex-direction: column; font-size: 11px; line-height: 1.3;
}
.pack-card {
  position: absolute; z-index: 1; left: -6px; top: 176px; width: 178px; height: 112px; padding: 12px 14px; border-radius: 12px;
  display: flex; flex-direction: column; justify-content: space-between; transform: rotate(-11deg);
  background: var(--grafito); color: #E9E7E2;
  box-shadow: 0 30px 40px -16px rgba(0,0,0,0.6), inset 0 0 0 1px rgba(255,255,255,0.1);
}
.pack-card .i { align-self: flex-end; width: 18px; height: 18px; stroke-width: 1.6; }
.pack-card span { font-family: var(--f-serif); font-weight: 600; font-size: 19px; letter-spacing: 0.42em; }
.pack-card.gold { background: var(--dorado); color: #3B2D12; box-shadow: 0 30px 40px -16px rgba(0,0,0,0.5), inset 0 0 0 1px rgba(255,255,255,0.25); }

/* Pantalla: menú (captura real que baja sola) */
.mini-screen-dark { padding-top: 14px; background: #050201; }
.ms-shot { width: 100%; height: auto; flex-shrink: 0; animation: ncMenuScroll 16s ease-in-out infinite; }
@keyframes ncMenuScroll { 0%, 16% { transform: translateY(0); } 48%, 66% { transform: translateY(-30%); } 100% { transform: translateY(0); } }
.pack-link { align-self: flex-start; display: inline-flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 600; color: var(--ink); text-decoration: underline; text-underline-offset: 5px; }
.pack-link .i { width: 14px; height: 14px; }

/* Pantalla: club de puntos */
.cs-cover { height: 78px; flex-shrink: 0; background: var(--grafito); display: flex; align-items: flex-end; justify-content: center; padding-bottom: 14px; }
.cs-cover span { font-family: var(--f-serif); font-weight: 600; font-size: 12px; letter-spacing: 0.36em; margin-right: -0.36em; color: #E9E7E2; }
.cs-body { padding: 14px; display: flex; flex-direction: column; gap: 8px; }
.cs-who { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.cs-who b { font-size: 13px; }
.cs-who span { padding: 3px 8px; border-radius: 999px; background: var(--dorado); color: #3B2D12; font-family: var(--f-mono); font-size: 9px; letter-spacing: 0.06em; text-transform: uppercase; }
.cs-points { display: flex; align-items: baseline; gap: 6px; margin-top: 4px; }
.cs-points strong { font-family: var(--f-display); font-weight: 900; font-stretch: 110%; font-size: 36px; line-height: 1; font-variant-numeric: tabular-nums; }
.cs-points span { color: var(--muted); }
.cs-bar { height: 8px; border-radius: 4px; background: #E4E1DB; }
.cs-bar i { display: block; width: 83%; height: 100%; border-radius: 4px; background: var(--accent); }
.cs-body > small { font-size: 10px; color: var(--muted); }
.cs-row { margin-top: 2px; padding: 9px 11px; border-radius: 12px; background: #FFFFFF; border: 1px solid #E4E1DB; display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.cs-row b { font-variant-numeric: tabular-nums; }
.cs-row small { font-size: 9px; color: var(--muted); }
.cs-reward b { padding: 5px 10px; border-radius: 999px; background: var(--ink); color: #FFFFFF; font-size: 10px; }

.pack-combo {
  margin-top: 24px; padding: 26px 30px; border-radius: 24px; background: var(--ink); color: #FFFFFF;
  display: flex; justify-content: space-between; align-items: center; gap: 18px 32px; flex-wrap: wrap;
}
.pack-combo div { display: flex; flex-direction: column; gap: 6px; }
.pack-combo span { font-family: var(--f-mono); font-size: 12px; letter-spacing: 0.1em; color: var(--dark-muted); }
.pack-combo strong { font-family: var(--f-display); font-weight: 800; font-stretch: 110%; font-size: clamp(20px, 2vw, 26px); line-height: 1.2; }
.pack-combo small { font-size: 15px; color: var(--dark-muted); }
.btn-combo {
  height: 52px; padding: 0 28px; border-radius: 999px; background: var(--accent); color: #FFFFFF; flex-shrink: 0;
  display: inline-flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 700; text-decoration: none;
}
.btn-combo .i { width: 16px; height: 16px; }
.pack-note { margin-top: 18px; max-width: 62em; font-size: 15px; line-height: 1.55; color: var(--text-2); }

/* Noir Pro */
.pro-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 72px; row-gap: 28px; align-items: start;
  grid-template-areas: "head dash" "feat dash" "plans dash";
}
.pro-head { grid-area: head; display: flex; flex-direction: column; gap: 14px; }
.pro-features { grid-area: feat; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 32px; }
.pro-features div { border-top: 2px solid var(--ink); padding-top: 14px; display: flex; flex-direction: column; gap: 6px; }
.pro-features h3 { font-size: 18px; font-weight: 700; }
.pro-features p { font-size: 15px; line-height: 1.5; color: var(--text-2); }
.plans { grid-area: plans; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.plan { padding: 14px 18px; border-radius: 16px; border: 1px solid var(--line); display: flex; flex-direction: column; gap: 4px; text-decoration: none; }
.plan span { font-family: var(--f-mono); font-size: 12px; letter-spacing: 0.1em; color: var(--muted); }
.plan strong { font-size: 17px; line-height: 1.3; }
.plan-dark { background: var(--ink); border-color: var(--ink); color: #FFFFFF; }
.plan-dark span { color: var(--dark-muted); }
.dash {
  grid-area: dash; align-self: center; background: #FFFFFF; border-radius: 24px; padding: 28px;
  box-shadow: 0 40px 80px -40px rgba(20,20,20,0.35); display: flex; flex-direction: column; gap: 22px;
}
.dash-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.dash-top div { display: flex; flex-direction: column; gap: 2px; }
.dash-top strong { font-family: var(--f-display); font-weight: 800; font-stretch: 110%; font-size: 20px; }
.dash-top div span { font-size: 13px; color: var(--muted); }
.pill { flex-shrink: 0; padding: 5px 10px; border-radius: 999px; background: var(--paper); font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.bars { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.bars li { display: grid; grid-template-columns: 160px minmax(0, 1fr) 44px; gap: 14px; align-items: center; font-size: 14px; }
.bar { height: 10px; border-radius: 5px; background: #EFEDE9; }
.bar i { display: block; height: 100%; border-radius: 5px; background: var(--ink); }
.bars b { text-align: right; font-variant-numeric: tabular-nums; font-weight: 600; }
.dash-dest { border-top: 1px solid #E4E1DB; padding-top: 20px; display: flex; flex-direction: column; gap: 12px; }
.mono-label { font-family: var(--f-mono); font-size: 12px; letter-spacing: 0.08em; color: var(--muted); }
.dest-row { display: flex; gap: 12px; }
.select { position: relative; flex-grow: 1; }
.select select {
  width: 100%; height: 48px; padding: 0 40px 0 16px; border-radius: 12px; border: 1px solid var(--line); background: #FFFFFF;
  font-family: inherit; font-size: 15px; color: var(--ink); appearance: none; -webkit-appearance: none; cursor: pointer;
}
.select .i { position: absolute; right: 14px; top: 16px; width: 16px; height: 16px; pointer-events: none; }
.btn-small { height: 48px; padding: 0 20px; border: 0; border-radius: 12px; background: var(--accent); color: #FFFFFF; font-family: inherit; font-size: 14px; font-weight: 600; cursor: pointer; white-space: nowrap; }
.protected { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--muted); }
.protected .i { width: 16px; height: 16px; }

/* TikTok */
#tiktok .split-head { margin-bottom: 40px; }
.videos { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.video {
  aspect-ratio: 9 / 14; border-radius: 18px; background: var(--dark-2); color: #FFFFFF; padding: 18px;
  display: flex; flex-direction: column; justify-content: space-between;
}
.handle { font-size: 12px; font-weight: 600; }
.play { align-self: center; width: 64px; height: 64px; border-radius: 50%; background: rgba(255,255,255,0.14); display: flex; align-items: center; justify-content: center; }
.play svg { width: 22px; height: 22px; fill: #FFFFFF; }
.video div { display: flex; flex-direction: column; gap: 6px; }
a.video { text-decoration: none; transition: transform 0.2s ease; }
a.video:hover { transform: translateY(-4px); }
a.video:hover .play { background: var(--accent); }
.video small { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.1em; color: var(--dark-muted); }
.video strong { font-size: 17px; font-weight: 600; line-height: 1.3; }

/* Afiliados */
.resell-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: 48px; align-items: center; }
.resell-copy { display: flex; flex-direction: column; gap: 24px; }
.aff-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; max-width: 40em; }
.aff-steps li { display: flex; gap: 14px; padding: 18px; border-radius: 18px; background: rgba(0,0,0,0.16); }
.aff-steps .num { color: #FFFFFF; letter-spacing: 0.08em; padding-top: 3px; }
.aff-steps h3 { font-size: 18px; font-weight: 700; line-height: 1.25; }
.aff-steps p { margin-top: 4px; font-size: 15px; line-height: 1.5; color: rgba(255,255,255,0.9); }
.aff-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 28px; }
.aff-actions .link-u { color: #FFFFFF; font-weight: 600; }
.resell-terms { max-width: 40em; font-size: 14px; line-height: 1.5; color: #FFFFFF; }
.aff-visual { display: flex; justify-content: center; }
.aff-stage { position: relative; width: 440px; height: 440px; flex-shrink: 0; }
.kit-chip {
  position: absolute; left: 10px; top: 10px; padding: 8px 14px; border-radius: 999px; background: #FFFFFF; color: var(--ink);
  font-family: var(--f-mono); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase;
}
.aff-card {
  position: absolute; left: 20px; top: 70px; width: 330px; height: 208px; border-radius: 16px; transform: rotate(-9deg);
  background: var(--grafito); color: #E9E7E2; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 40px 50px -22px rgba(0,0,0,0.55), inset 0 0 0 1px rgba(255,255,255,0.1);
}
.aff-card span { font-family: var(--f-serif); font-weight: 600; font-size: 40px; letter-spacing: 0.46em; margin-right: -0.46em; }
.aff-card small { position: absolute; left: 20px; top: 20px; font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.14em; opacity: 0.85; }
.aff-card .i { position: absolute; top: 18px; right: 20px; width: 20px; height: 20px; stroke-width: 1.7; }
.aff-receipt {
  position: absolute; right: 0; bottom: 0; width: 270px; padding: 18px 20px; border-radius: 18px; background: #FFFFFF; color: var(--ink);
  display: flex; flex-direction: column; gap: 10px; box-shadow: 0 30px 40px -20px rgba(0,0,0,0.4);
}
.aff-r-label { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-2); }
.aff-r-row, .aff-r-total { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; font-size: 15px; }
.aff-r-row b { font-variant-numeric: tabular-nums; }
.aff-r-total { border-top: 1px solid var(--line); padding-top: 10px; font-weight: 700; }
.aff-r-total strong { font-family: var(--f-display); font-weight: 800; font-size: 30px; line-height: 1; color: var(--accent); font-variant-numeric: tabular-nums; }

#afiliados { overflow: hidden; }

/* Preguntas frecuentes */
.faq-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr); gap: 32px 72px; align-items: start; }
.faq-head { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; position: sticky; top: calc(var(--header-h) + 24px); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  list-style: none; cursor: pointer; padding-block: 20px; display: flex; justify-content: space-between; align-items: center; gap: 16px;
  font-size: clamp(17px, 1.5vw, 20px); font-weight: 700; line-height: 1.35;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .i { width: 18px; height: 18px; transition: transform 0.2s ease; }
.faq-list details[open] summary .i { transform: rotate(45deg); }
.faq-list details p { padding-bottom: 22px; max-width: 40em; font-size: 16px; line-height: 1.6; color: var(--text-2); }

/* Pie */
.footer { background: var(--dark); color: var(--paper); padding-block: 64px 40px; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 32px 48px; flex-wrap: wrap; }
.footer-brand { display: flex; flex-direction: column; gap: 12px; }
.footer-brand .logo { font-size: 30px; }
.footer-brand p { color: var(--dark-muted); }
.footer-links { display: grid; grid-template-columns: repeat(3, auto); gap: 24px 48px; }
.footer-links div { display: flex; flex-direction: column; gap: 6px; }
.footer-links span { font-family: var(--f-mono); font-size: 12px; letter-spacing: 0.1em; color: var(--dark-muted); }
.footer-links strong { font-size: 16px; }
.footer-links a { text-decoration: none; display: inline-flex; align-items: center; gap: 9px; }
.footer-links a .i { width: 19px; height: 19px; stroke-width: 1.8; color: var(--dark-muted); transition: color .2s; }
.footer-links a:hover .i { color: var(--paper); }
.copy { margin-top: 40px; border-top: 1px solid var(--dark-line); padding-top: 20px; font-size: 13px; color: var(--dark-muted); }

/* Tableta */
@media (max-width: 1100px) {
  .dz-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-grid { grid-template-columns: minmax(0, 1fr); }
  .stage-wrap { max-width: 560px; }
  .tile { flex-basis: calc((100cqw - var(--tgap)) / 2.25); }
  .pro-grid { grid-template-columns: 1fr; grid-template-areas: "head" "dash" "feat" "plans"; }
  .dash { align-self: stretch; }
  .videos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .resell-grid { grid-template-columns: minmax(0, 1fr); }
  .aff-visual { min-width: 0; }
  .ladder { grid-template-columns: minmax(0, 1fr); }
  .faq-grid { grid-template-columns: minmax(0, 1fr); }
  .faq-head { position: static; }
}

@media (max-width: 960px) {
  :root { --header-h: 64px; }
  .nav, .header-cta { display: none; }
  .menu-btn { display: inline-flex; }
  .logo { font-size: 21px; }
  .site-header.open .nav {
    display: flex; flex-direction: column; gap: 0; position: absolute; top: var(--header-h); left: 0; right: 0;
    background: #0E0E0F; padding: 4px var(--gutter) 20px; border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .site-header.open .nav a { padding-block: 14px; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 17px; color: var(--paper); }
  .site-header.open .nav .nav-wa { display: block; border-bottom: 0; font-weight: 700; }

  /* Kits como carrusel */
  .kits {
    display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 14px;
    margin-inline: calc(var(--gutter) * -1); padding-inline: var(--gutter); padding-bottom: 4px; scroll-padding-inline: var(--gutter);
  }
  .tier { flex: 0 0 min(320px, 84vw); scroll-snap-align: start; padding: 22px; gap: 16px; }
  .tier.featured { order: -1; }
  .swipe-hint { display: block; }
  .extras { grid-template-columns: 1fr; gap: 16px; }
}

@media (max-width: 900px) {
  #como { padding-top: 0; }
  .como-grid { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  #como:not(.scrolly) .tp-stage {
    width: calc(100% + 2 * var(--gutter)); margin-inline: calc(var(--gutter) * -1); height: var(--stage-h, 600px);
    -webkit-mask-image: linear-gradient(180deg, #000 72%, transparent 100%); mask-image: linear-gradient(180deg, #000 72%, transparent 100%);
  }
}

@media (max-width: 780px) {
  .packs { grid-template-columns: minmax(0, 1fr); }
  .como-body .steps li { grid-template-columns: 36px minmax(0, 1fr); column-gap: 10px; }
  .tarjeta-grid { grid-template-columns: minmax(0, 1fr); }
  .tj-stage { height: 340px; }
}

/* Celular */
@media (max-width: 640px) {
  .hero-grid { padding-top: 28px; gap: 12px; }
  .hero-copy { gap: 18px; }
  /* Inicio en celular: menos texto antes de ver la tarjeta y el teléfono */
  .hero .eyebrow, .sub-full { display: none; }
  .sub-short { display: inline; }
  .proof-faces span { width: 34px; height: 34px; font-size: 12px; margin-left: -9px; }
  .proof p { font-size: 15px; }
  .hero-ctas .btn { width: 100%; }
  .hero-ctas { justify-content: center; }
  .clients-strip { flex-direction: column; align-items: flex-start; gap: 10px; margin-top: 12px; padding-bottom: 28px; }
  .marquee { flex: none; width: 100%; }
  .clients-strip .names { gap: 40px; padding-right: 40px; }
  .marquee-track { animation-duration: 30s; }

  .steps { grid-template-columns: 1fr; gap: 20px; }
  /* Hecha para tu giro: carrusel de una tarjeta grande en celular */
  .tiles { --tgap: 12px; }
  .tile { flex-basis: 80cqw; padding: 20px; }
  .tiles-nav { display: none; }
  .tiles-hint { display: block; }
  .dz-grid { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .dz-real { grid-row: auto; aspect-ratio: 4 / 5; }
  .dz-cta { flex-direction: column; align-items: stretch; padding: 22px; }
  .dz-cta-btns .btn { width: 100%; }
  /* Botón de partner visible en el inicio del celular */
  .hero .hero-aff { display: flex; align-items: center; justify-content: center; width: 100%; height: 48px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.28); text-decoration: none; font-size: 15px; }
  .tile-img { margin: -20px -20px 6px; }


  .tier h3 { font-size: 24px; }
  .visual { height: 130px; }
  .fan { transform: scale(0.72); }
  .price strong { font-size: 32px; }
  .checks { font-size: 14px; gap: 8px; }

  .pro-features { grid-template-columns: 1fr; gap: 16px; }
  .dash { padding: 18px; gap: 16px; }
  .bars li { grid-template-columns: 112px minmax(0, 1fr) 32px; gap: 10px; font-size: 12px; }
  .dest-row { flex-direction: column; }
  .btn-small { height: 44px; }

  .videos {
    display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 12px;
    margin-inline: calc(var(--gutter) * -1); padding-inline: var(--gutter); scroll-padding-inline: var(--gutter);
  }
  .video { flex: 0 0 200px; scroll-snap-align: start; }

  .btn-white { align-self: stretch; }

  .ladder { margin-top: 40px; padding-top: 28px; }
  .ladder-steps { grid-template-columns: minmax(0, 1fr); gap: 10px; }
  .ladder-steps li { display: grid; grid-template-columns: 70px minmax(0, 1fr) 48px; align-items: center; gap: 12px; }
  .ladder-steps span { order: -1; }
  .ladder-steps i { height: 12px; width: calc(var(--p) * 100%); border-radius: 6px; }
  .ladder-steps strong { order: 1; text-align: right; font-size: 17px; }

  .pack { padding: 12px 12px 22px; gap: 20px; }
  .pack-visual { height: 270px; }
  .pack-stage { transform: scale(0.84); transform-origin: 50% 0; top: 26px; }
  .pack-body { padding-inline: 8px; gap: 16px; }
  .pack-price strong { font-size: 38px; }
  .pack-combo { padding: 22px; }
  .btn-combo { width: 100%; justify-content: center; }
  .aff-steps { grid-template-columns: minmax(0, 1fr); }
  .br-d { display: none; }
  .aff-stage { transform: scale(0.76); transform-origin: top center; margin-bottom: -106px; }
  .footer-links { grid-template-columns: 1fr; }
  .banda { min-height: 640px; }
  .banda-foto { object-position: 52% 50%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .anim-up, .floor, .card-enter, .card-float, .sheen, .waves use, .phone-float, .phone-floor { animation: none; }
  .faq-list summary .i { transition: none; }
  .tile-img.duo picture { transition: none; }
}

/* Solicitud para ser partner (ventana sobre la página) */
html:has(.aff-dialog[open]) { overflow: hidden; }
.aff-dialog {
  width: min(680px, calc(100% - 32px)); max-height: min(92dvh, 900px); margin: auto; padding: 0; border: 0; border-radius: 24px;
  background: radial-gradient(120% 60% at 100% 0%, #26262A 0%, #121213 55%, #0D0D0E 100%); color: var(--paper);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.08), 0 40px 120px rgba(0,0,0,0.6); overflow: hidden;
}
.aff-dialog[open] { display: flex; animation: affIn .35s cubic-bezier(.2,.8,.2,1); }
.aff-dialog::backdrop { background: rgba(8,8,9,0.62); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
@keyframes affIn { from { opacity: 0; transform: translateY(18px) scale(.98); } to { opacity: 1; transform: none; } }
.aff-form { position: relative; display: flex; flex-direction: column; width: 100%; min-height: 0; overflow-y: auto; overscroll-behavior: contain; }
.aff-x {
  position: absolute; top: 18px; right: 18px; z-index: 2; width: 40px; height: 40px; border-radius: 50%; border: 0; cursor: pointer;
  display: grid; place-items: center; background: rgba(255,255,255,0.08); color: var(--paper); transition: background .2s;
}
.aff-x:hover { background: rgba(255,255,255,0.16); }
.aff-x .i { width: 16px; height: 16px; }
.aff-head { padding: 36px 40px 8px; display: flex; flex-direction: column; gap: 10px; }
.aff-head .eyebrow { color: #F0A6C8; }
.aff-title { font-family: var(--f-display); font-weight: 900; font-stretch: 125%; font-size: clamp(26px, 3.4vw, 34px); line-height: 1.02; text-transform: uppercase; letter-spacing: -0.01em; padding-right: 44px; }
.aff-sub { font-size: 15px; line-height: 1.5; color: var(--dark-muted); max-width: 34em; }
.aff-body { padding: 20px 40px 8px; display: flex; flex-direction: column; gap: 18px; }
.aff-row { display: flex; gap: 14px; }
.fld { display: flex; flex-direction: column; gap: 8px; min-width: 0; border: 0; padding: 0; margin: 0; }
.fld-grow { flex: 1 1 0; }
.fld-age { flex: 0 0 120px; }
.fld label, .fld legend { font-size: 14px; font-weight: 600; color: #E6E4DF; padding: 0; }
.fld legend { margin-bottom: 10px; }
.fld small { font-weight: 400; color: #8E8C87; margin-left: 6px; }
.fld input[type="text"], .fld input[type="number"], .fld select {
  width: 100%; height: 50px; padding: 0 16px; border-radius: 12px; border: 1px solid #333336; background: #1B1B1D; color: var(--paper);
  font: inherit; font-size: 16px; transition: border-color .2s, background .2s; -moz-appearance: textfield; appearance: none;
}
.fld select { background-image: linear-gradient(45deg, transparent 50%, #A8A6A1 50%), linear-gradient(-45deg, transparent 50%, #A8A6A1 50%);
  background-position: calc(100% - 22px) 22px, calc(100% - 16px) 22px; background-size: 6px 6px; background-repeat: no-repeat; padding-right: 40px; }
.fld select option { color: #111; }
.fld input::-webkit-outer-spin-button, .fld input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.fld input::placeholder { color: #6E6C68; }
.fld input:focus, .fld select:focus { outline: none; border-color: #F0A6C8; background: #202023; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { position: relative; cursor: pointer; }
.chip input { position: absolute; opacity: 0; width: 1px; height: 1px; pointer-events: none; }
.chip span {
  display: inline-flex; align-items: center; height: 42px; padding: 0 16px; border-radius: 999px; border: 1px solid #38383B;
  background: #1B1B1D; font-size: 14px; color: #D8D6D1; transition: background .2s, color .2s, border-color .2s; user-select: none;
}
.chip:hover span { border-color: #5A5A5E; }
.chip input:checked + span { background: var(--paper); color: var(--ink); border-color: var(--paper); font-weight: 600; }
.chip input:focus-visible + span { outline: 2px solid #F0A6C8; outline-offset: 2px; }
.fld-err { display: none; font-size: 13px; color: #FF8FBF; }
.fld.bad .fld-err { display: block; }
.fld.bad input, .fld.bad select { border-color: #FF5FA2; }
.fld.bad .chip span { border-color: rgba(255,95,162,0.55); }
.aff-foot { position: sticky; bottom: 0; padding: 20px 40px 28px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
  background: linear-gradient(180deg, rgba(13,13,14,0) 0%, #0F0F10 28%); }
.btn-send { background: var(--accent); color: #FFFFFF; }
.btn-send:hover { background: #BF0063; }
.aff-note { font-size: 13px; color: #8E8C87; }
.aff-done { padding: 64px 40px 48px; display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.aff-done[hidden] { display: none; }
.aff-form.sent .aff-head, .aff-form.sent .aff-body, .aff-form.sent .aff-foot { display: none; }
.aff-check { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: var(--accent); }
.aff-check .i { width: 26px; height: 26px; stroke-width: 2.4; }
.aff-link { background: none; border: 0; padding: 4px 0; color: var(--paper); font: inherit; font-size: 15px; font-weight: 600; text-decoration: underline; text-underline-offset: 5px; cursor: pointer; }
@media (max-width: 640px) {
  .aff-dialog { width: 100%; max-width: 100%; max-height: 94dvh; margin: auto 0 0; border-radius: 22px 22px 0 0; }
  .aff-dialog[open] { animation-name: affUp; }
  @keyframes affUp { from { transform: translateY(40px); opacity: 0; } to { transform: none; opacity: 1; } }
  .aff-head { padding: 28px 20px 4px; }
  .aff-body { padding: 16px 20px 4px; gap: 16px; }
  .aff-row { flex-direction: column; gap: 16px; }
  .fld-age { flex-basis: auto; }
  .social-btns { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; width: 100%; }
  .social-btns a { justify-content: center; padding: 0 12px; }
  .social-btns .i:not(.i-brand) { display: none; }
  .fld-age input { max-width: 150px; }
  .aff-foot { padding: 16px 20px calc(20px + env(safe-area-inset-bottom)); }
  .aff-foot .btn-send { width: 100%; }
  .aff-note { width: 100%; text-align: center; }
  .aff-done { padding: 48px 20px calc(36px + env(safe-area-inset-bottom)); }
  .aff-done .btn-send { width: 100%; }
}

/* Carga: las últimas secciones no se dibujan hasta que te acercas (no afecta los enlaces del menú) */
#preguntas, .footer { content-visibility: auto; contain-intrinsic-size: auto 800px; }
