/* ============================================================
   BRIVO — Landing · Rediseño "Aurora editorial" 2026-07-03b
   Referencia de estilo (founder): blanco aireado, tipografía
   display gigante, gradientes aurora mesh, minimalismo editorial,
   phone con movimiento estilo Apple.
   Adaptado a las UI specs de Brivo: paleta violeta + lima + lavanda
   (NO rosa/naranja), Space Grotesk (display) + Inter (cuerpo),
   dot lime de firma.
   Se carga DESPUÉS de styles.css → overridea sección por sección.
   Tokens: SIEMPRE variables de styles.css :root — cero hex nuevos
   salvo los stops de los mesh-gradients (arte, no superficie de UI).
   ============================================================ */

:root {
  --font-display: "Space Grotesk", system-ui, sans-serif;
  --font-text:    "Inter", system-ui, -apple-system, sans-serif;
  --gem-from: #8B5CF6;
  --gem-to:   #6722D6;
  --gem-glow: rgba(124,58,237,0.42);
  --accent-ink: #2B4708;
  --eyebrow-tr: 0.02em;
  --r-app: 16px;
  /* Fondo claro editorial (más blanco que el --bg lavanda). */
  --paper: #FCFBFF;
}

/* ── Dual typography ────────────────────────────────────── */
body { font-family: var(--font-text); background: var(--paper); }
.h-section, .ax-h1, .ax-h2, .lx-amount, .wordmark { font-family: var(--font-display); }
.lead, .btn-solid, .btn-text, .nav-cta, .faq-q, .faq-a,
.pro-bullets, .zona-list, .modal-form, label, input { font-family: var(--font-text); }

/* ============================================================
   PRIMITIVOS "como la app"
   ============================================================ */

/* Eyebrow editorial — Inter italic, gris, con guion decorativo.
   (Guiño al "Your Day, in Perfect Rhythm" de la referencia, en clave
   Brivo: usa Inter — una de las dos familias — no una serif ajena.) */
.ax-eyebrow-it {
  font-family: var(--font-text);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(15px, 1.3vw, 18px);
  letter-spacing: 0.01em;
  color: var(--ink-2);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.ax-eyebrow-it::before {
  content: "";
  width: 26px; height: 1.5px;
  background: var(--accent);
  display: inline-block;
}
.ax-eyebrow-it.on-band { color: rgba(255,255,255,0.82); }
.ax-eyebrow-it.on-band::before { background: rgba(255,255,255,0.6); }

.lx-dot {
  display: inline-block;
  width: clamp(12px, 1vw, 18px); height: clamp(12px, 1vw, 18px);
  border-radius: 50%;
  background: var(--accent);
  margin-left: 8px;
  vertical-align: 0.04em;
}
.lx-lime { color: var(--accent); }

.lx-amount {
  font-family: var(--font-display);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}

/* CTA gema — gradiente violeta + glow + gloss, radio 16. */
.lx-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-text);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 15px 26px;
  border-radius: var(--r-app);
  background: linear-gradient(180deg, var(--gem-from), var(--gem-to));
  box-shadow: 0 8px 22px -4px var(--gem-glow), inset 0 1px 0 rgba(255,255,255,0.28);
  overflow: hidden;
  transition: transform var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out);
}
.lx-cta::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.22), transparent 55%);
  pointer-events: none;
}
.lx-cta:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -6px var(--gem-glow), inset 0 1px 0 rgba(255,255,255,0.28); }
.lx-cta svg { position: relative; }

/* Store badges — negros (estándar App Store / Google Play), sobre claro. */
.lx-badges { display: flex; gap: 12px; flex-wrap: wrap; }
.lx-badge {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  background: var(--ink);
  color: #fff;
  padding: 11px 18px;
  border-radius: var(--r-app);
  box-shadow: 0 10px 30px -10px rgba(30,10,60,0.5);
  transition: transform var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out);
}
.lx-badge:hover { transform: translateY(-2px); box-shadow: 0 16px 36px -10px rgba(30,10,60,0.55); }
.lx-badge-glyph { width: 26px; height: 26px; flex-shrink: 0; }
.lx-badge-txt { display: flex; flex-direction: column; line-height: 1.1; text-align: left; }
.lx-badge-sub { font-size: 10.5px; font-weight: 500; color: rgba(255,255,255,0.72); letter-spacing: 0.02em; }
.lx-badge-main { font-family: var(--font-display); font-size: 17px; font-weight: 700; letter-spacing: -0.02em; }

/* Chip de zonas — pill outline sobre claro. */
.ax-zonechip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-text);
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-2);
  padding: 8px 15px;
  border-radius: var(--r-full);
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: var(--sh-sm);
  white-space: nowrap;
}
.ax-zonechip svg { color: var(--brand); flex-shrink: 0; }

/* ── Aurora mesh gradient · el motivo del rediseño ──────────
   Blobs de color de la paleta Brivo, muy blureados, como un
   "aurora" moderno. Se usa de fondo en varias secciones. */
.ax-aurora {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}
.ax-aurora::before,
.ax-aurora::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
}

/* ============================================================
   1 · HERO — blanco aireado + aurora mesh + phone Apple-motion
   ============================================================ */
.ax-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(96px, 13vh, 140px) 0 0;
  background: var(--paper);
  overflow: hidden;
}
/* Aurora del hero: mancha a la derecha (detrás del phone) + halo lima. */
.ax-aurora-hero::before {
  width: 46vw; height: 46vw; max-width: 680px; max-height: 680px;
  right: -4vw; top: 50%; transform: translateY(-46%);
  background:
    radial-gradient(circle at 40% 40%, rgba(139,92,246,0.5), transparent 60%),
    radial-gradient(circle at 65% 62%, rgba(132,204,22,0.4), transparent 60%),
    radial-gradient(circle at 55% 82%, rgba(167,139,250,0.42), transparent 62%);
  filter: blur(58px);
}
.ax-aurora-hero::after {
  width: 30vw; height: 30vw; max-width: 420px; max-height: 420px;
  left: -8vw; bottom: 2%;
  background: radial-gradient(circle, rgba(132,204,22,0.2), transparent 65%);
}

/* Hero en 2 columnas: copy a la izquierda, phone a la derecha (no suma
   scroll — comparte alto con el copy). 2026-07-03c. */
.ax-hero-inner {
  position: relative;
  z-index: 2;
  width: min(92%, var(--maxw));
  margin: 0 auto;
  flex: 1;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: clamp(32px, 5vw, 72px);
}
.ax-hero-copy {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.ax-eyebrow-it { margin-bottom: 20px; }

/* Display gigante y audaz (el corazón del estilo) — en columna, sin llegar
   a 118px porque comparte fila con el phone. */
.ax-h1 {
  font-size: clamp(40px, 6vw, 88px);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.045em;
  color: var(--ink);
}
.ax-lead {
  font-size: clamp(17px, 1.5vw, 21px);
  font-weight: 400;
  line-height: 1.5;
  color: var(--ink-2);
  max-width: 42ch;
  margin: 24px 0 0;
}
.ax-hero-copy .lx-badges { margin-top: 32px; }
.ax-zonechip { margin-top: 22px; }

/* ── Escena · phone con perspectiva 3D + movimiento Apple ──
   El phone vive en un stage con `perspective`. El transform (rotateX/
   scale/translateY) lo maneja motion.js scrubbed al scroll (Apple-style);
   el float idle y el tilt de mouse van sobre el inner. */
.ax-stage {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  perspective: 1600px;
  perspective-origin: 50% 40%;
}
/* aura de contacto/glow bajo el phone */
.ax-stage-aura {
  position: absolute;
  bottom: 2%; left: 50%; transform: translateX(-50%);
  width: clamp(280px, 26vw, 420px); height: 110px;
  background: radial-gradient(ellipse at 50% 50%, rgba(124,58,237,0.32), rgba(132,204,22,0.12) 55%, transparent 72%);
  filter: blur(28px);
  z-index: 1;
}
.ax-phone {
  position: relative;
  z-index: 2;
  transform-style: preserve-3d;
  will-change: transform;
}
.ax-phone-inner {
  --pw: clamp(236px, 25vw, 320px);
  width: var(--pw);
  will-change: transform;
}
.ax-phone-inner img {
  width: 100%; height: auto; display: block;
  filter: drop-shadow(0 50px 70px rgba(30,10,60,0.32));
}

/* chips app-style flotando alrededor del phone */
.ax-chip {
  position: absolute;
  z-index: 4;
  transform: translateZ(60px);   /* asoman del plano 3D del phone */
}
.ax-chip-quote {
  top: 12%; left: -22%;
  display: inline-flex; align-items: center; gap: 10px;
  background: #fff; border-radius: 16px; padding: 10px 14px;
  box-shadow: var(--sh-lg);
}
.ax-chip-av {
  width: 34px; height: 34px; border-radius: 50%;
  background: linear-gradient(135deg, #A78BCA, #5B21B6);
  color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 14px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.ax-chip-col { display: flex; flex-direction: column; line-height: 1.15; text-align: left; }
.ax-chip-t { font-size: 12.5px; font-weight: 700; color: var(--ink); }
.ax-chip-amt { font-size: 15px; color: var(--brand); }
.ax-chip-pill {
  font-family: var(--font-text);
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;
  padding: 7px 13px; border-radius: var(--r-full); white-space: nowrap;
}
.ax-chip-rating { top: 28%; right: -16%; background: #fff; color: var(--brand); box-shadow: var(--sh-lg); }
.ax-chip-pago   { bottom: 14%; left: -14%; background: var(--accent); color: var(--accent-ink); box-shadow: var(--sh-accent); }

/* ── Marquee de rubros · ticker fino sobre claro ── */
.lx-marquee {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  margin-top: clamp(36px, 6vh, 70px);
  padding: 16px 0;
  border-top: 1px solid var(--border);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.lx-marquee-track {
  display: flex; gap: 10px; width: max-content;
  animation: lx-marquee 38s linear infinite;
}
.lx-marquee-track span {
  flex-shrink: 0;
  font-family: var(--font-text);
  font-size: 13px; font-weight: 600; letter-spacing: 0.01em;
  color: var(--ink-2);
  padding: 8px 16px;
  border-radius: var(--r-full);
  background: var(--surface);
  border: 1px solid var(--border);
  white-space: nowrap;
}
@keyframes lx-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Hero mobile: 1 columna, copy centrado arriba, phone abajo compacto. */
@media (max-width: 900px) {
  .ax-hero { padding-top: 108px; min-height: 0; }
  .ax-hero-inner { grid-template-columns: 1fr; gap: 30px; }
  .ax-hero-copy { align-items: center; text-align: center; }
  .ax-hero-copy .lx-badges { justify-content: center; }
  .ax-lead { margin-left: auto; margin-right: auto; }
  .ax-aurora-hero::before { left: 50%; right: auto; top: 62%; transform: translate(-50%, -30%); width: 90vw; height: 90vw; }
}
@media (max-width: 700px) {
  .ax-chip-quote { left: -6%; }
  .ax-chip-rating { right: -4%; }
  .ax-chip-pago { left: -2%; }
}
/* Nav en pantallas chicas: el CTA no debe cortarse (los links ya se
   ocultan <820px). Padding + texto más compactos. */
@media (max-width: 460px) {
  .nav { padding: 14px 18px; }
  .nav.scrolled { padding: 10px 18px; }
  .nav-cta { padding: 9px 14px; font-size: 13px; }
}

/* ============================================================
   2 · CÓMO FUNCIONA — editorial (título display + 3 columnas)
   ============================================================ */
.ax-editorial {
  background: var(--surface);
  padding: clamp(90px, 13vh, 170px) 0;
}
.ax-editorial-head,
.ax-steps {
  width: min(92%, var(--maxw));
  margin: 0 auto;
}
/* título grande izquierda + párrafo derecha (layout de la referencia) */
.ax-editorial-head {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: end;
  margin-bottom: clamp(52px, 8vh, 96px);
}
.ax-editorial-lead {
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.6;
  color: var(--ink-2);
  max-width: 44ch;
  padding-bottom: 8px;
}

.ax-h2 {
  font-size: clamp(38px, 5.6vw, 82px);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.04em;
  color: var(--ink);
}

/* 3 columnas de pasos, con línea divisoria arriba (estilo editorial). */
.ax-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 4vw, 56px);
}
.ax-step { position: relative; padding-top: 26px; border-top: 1.5px solid var(--ink); }
.ax-step-num {
  font-family: var(--font-display);
  font-size: 14px; font-weight: 700; font-variant-numeric: tabular-nums;
  color: var(--brand); letter-spacing: 0.04em;
}
.ax-step h3 {
  font-family: var(--font-display);
  font-size: clamp(21px, 2vw, 27px);
  font-weight: 700; letter-spacing: -0.02em;
  color: var(--ink);
  margin: 12px 0 8px;
}
.ax-step p {
  font-size: 15px; line-height: 1.55; color: var(--ink-2);
  max-width: 34ch;
}
@media (max-width: 860px) {
  .ax-editorial-head { grid-template-columns: 1fr; gap: 20px; align-items: start; }
  .ax-steps { grid-template-columns: 1fr; gap: 0; }
  .ax-step { padding: 24px 0; border-top: 1.5px solid var(--border-2); }
  .ax-step:first-child { border-top: 1.5px solid var(--ink); }
}

/* ============================================================
   3 · CONFIANZA — banda aurora de color (el momento wow)
   ============================================================ */
.ax-band {
  position: relative;
  overflow: hidden;
  padding: clamp(90px, 13vh, 160px) 0;
  color: #fff;
  /* base violeta profunda; el aurora mesh encima da el color vivo */
  background: linear-gradient(160deg, #3B0F7D, #2A0A5C);
}
.ax-aurora-band { z-index: 0; }
.ax-aurora-band::before {
  width: 70vw; height: 70vw; max-width: 900px; max-height: 900px;
  left: -10vw; top: -20%;
  background:
    radial-gradient(circle at 40% 40%, rgba(139,92,246,0.75), transparent 58%),
    radial-gradient(circle at 65% 55%, rgba(124,58,237,0.55), transparent 60%);
  filter: blur(80px);
}
.ax-aurora-band::after {
  width: 60vw; height: 60vw; max-width: 760px; max-height: 760px;
  right: -12vw; bottom: -30%;
  background:
    radial-gradient(circle at 50% 50%, rgba(132,204,22,0.5), transparent 60%),
    radial-gradient(circle at 30% 30%, rgba(167,139,250,0.4), transparent 62%);
  filter: blur(80px);
}
.ax-band-inner {
  position: relative;
  z-index: 2;
  width: min(92%, var(--maxw));
  margin: 0 auto;
}
.ax-h2.on-band { color: #fff; }
.ax-lime-band { color: var(--accent-soft); }
.ax-band .ax-h2 { margin-bottom: clamp(44px, 7vh, 76px); }

.ax-trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.ax-trust-cell {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: var(--r-lg);
  padding: clamp(26px, 3vw, 40px);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.ax-trust-ico {
  width: 54px; height: 54px;
  border-radius: var(--r-md);
  background: rgba(132,204,22,0.18);
  border: 1px solid rgba(132,204,22,0.35);
  display: flex; align-items: center; justify-content: center;
  color: var(--accent-soft);
  margin-bottom: 18px;
}
.ax-trust-cell h3 {
  font-family: var(--font-display);
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 700; letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.ax-trust-cell p {
  font-size: 15px; line-height: 1.55;
  color: rgba(255,255,255,0.82);
  max-width: 42ch;
}
@media (max-width: 700px) {
  .ax-trust-grid { grid-template-columns: 1fr; gap: 12px; }
}

/* ============================================================
   4 · PRESTADORES — claro + recorte sangrando derecha
   ============================================================ */
.ax-pro {
  position: relative;
  overflow: hidden;
  background: var(--paper);
  padding: clamp(90px, 13vh, 170px) 0;
}
.ax-aurora-pro::before {
  width: 46vw; height: 46vw; max-width: 620px; max-height: 620px;
  right: -8vw; top: 10%;
  background:
    radial-gradient(circle at 50% 50%, rgba(132,204,22,0.34), transparent 62%),
    radial-gradient(circle at 30% 30%, rgba(139,92,246,0.3), transparent 62%);
}
.ax-pro-inner {
  position: relative;
  z-index: 2;
  width: min(92%, var(--maxw));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: clamp(36px, 5vw, 80px);
}
.ax-pro-copy .ax-h2 { margin-top: 14px; max-width: 12ch; }
.ax-pro-copy .pro-bullets { margin: 30px 0 36px; }
.ax-pro-copy .pro-bullets li { color: var(--ink); }

.ax-pro-shot { position: relative; display: flex; justify-content: flex-end; }
.ax-pro-img {
  --pw: clamp(300px, 30vw, 400px);
  width: var(--pw); height: auto;
  transform: translateX(18%) rotate(5deg);
  filter: drop-shadow(0 40px 60px rgba(59,15,125,0.28));
}
.ax-pro-shot-aura {
  position: absolute;
  width: 80%; height: 80%; right: -12%; top: 8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(132,204,22,0.28), transparent 65%);
  filter: blur(50px);
  pointer-events: none;
}
@media (max-width: 900px) {
  .ax-pro-inner { grid-template-columns: 1fr; gap: 24px; }
  .ax-pro-shot { justify-content: center; order: -1; }
  .ax-pro-img { transform: translateX(0) rotate(3deg); --pw: clamp(240px, 62vw, 320px); }
}

/* ============================================================
   5 · ZONA + CIERRE — mapa estilizado de marca (paleta Brivo)
   ============================================================ */
.ax-zona {
  background: var(--surface);
  padding: clamp(80px, 12vh, 160px) 0 clamp(40px, 6vh, 70px);
  overflow: hidden;
}
.ax-zona-inner {
  width: min(92%, var(--maxw));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

/* Mapa real de Pinamar (recorte teñido a la marca) + ruta que SIGUE las
   calles + el prestador moviéndose sobre ella (animateMotion). */
.ax-brandmap {
  position: relative;
  aspect-ratio: 1035 / 828;   /* = el recorte del mapa */
  border-radius: var(--r-xl);
  overflow: hidden;
  border: 1px solid var(--border-2);
  box-shadow: var(--sh-lg);
  background: var(--surface-2);
}
.ax-brandmap-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
/* tinte de marca sutil sobre el mapa (unifica con el violeta). */
.ax-brandmap-tint {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(120% 100% at 50% 50%, transparent 55%, rgba(59,15,125,0.14) 100%),
    linear-gradient(150deg, rgba(124,58,237,0.06), rgba(132,204,22,0.04));
  mix-blend-mode: multiply;
}
/* SVG de la ruta (viewBox 1035×828, none → 1:1 con el contenedor 5:4). */
.ax-route { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 3; pointer-events: none; }
.ax-route-shadow {
  fill: none; stroke: rgba(30,10,60,0.22); stroke-width: 7;
  stroke-linecap: round; stroke-linejoin: round;
}
.ax-route-line {
  fill: none; stroke: url(#routeGrad); stroke-width: 4.5;
  stroke-linecap: round; stroke-linejoin: round;
  stroke-dasharray: 10 8;
  filter: drop-shadow(0 1px 3px rgba(124,58,237,0.5));
  animation: ax-route-dash 1.1s linear infinite;
}
@keyframes ax-route-dash { to { stroke-dashoffset: -18; } }
/* el prestador que recorre la ruta */
.ax-mover-halo { fill: rgba(132,204,22,0.45); animation: ax-mover-pulse 1.6s ease-in-out infinite; }
.ax-mover-dot  { fill: var(--brand); stroke: #fff; stroke-width: 3; }
@keyframes ax-mover-pulse { 0%,100% { r: 13; opacity: 0.7; } 50% { r: 18; opacity: 0.3; } }

/* pines HTML sobre el mapa */
.ax-mp-pin { position: absolute; width: 0; height: 0; z-index: 4; }
.ax-mp-house {
  position: absolute; transform: translate(-50%, -50%);
  width: 42px; height: 42px; border-radius: 50%;
  background: linear-gradient(135deg, #7C3AED, #5B21B6);
  display: flex; align-items: center; justify-content: center;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px rgba(30,10,60,0.4), 0 8px 22px rgba(124,58,237,0.5);
}
.ax-mp-house svg { width: 21px; height: 21px; }
.ax-mp-label {
  position: absolute; top: 50%; left: 26px; transform: translateY(-50%);
  padding: 4px 11px; border-radius: var(--r-full);
  background: rgba(255,255,255,0.96); border: 1px solid var(--border);
  box-shadow: var(--sh-sm);
  font-family: var(--font-text); font-size: 12px; font-weight: 700; color: var(--ink);
  white-space: nowrap; backdrop-filter: blur(6px);
}
.ax-mp-label-violet { background: var(--brand); color: #fff; border-color: var(--brand-dark); }
.ax-mp-pro .ax-mp-label { left: auto; right: 18px; }
.ax-mp-eta {
  position: absolute; left: 16px; bottom: 16px; z-index: 5;
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; padding: 9px 14px; border-radius: var(--r-full);
  border: 1px solid var(--border); box-shadow: var(--sh-md);
  font-family: var(--font-text); font-size: 14px; font-weight: 700; color: var(--ink);
}
.ax-eta-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); animation: ax-mover-pulse 1.6s ease-in-out infinite; }
@media (prefers-reduced-motion: reduce) {
  .ax-route-line, .ax-mover-halo, .ax-eta-dot { animation: none; }
  .ax-route-mover animateMotion { display: none; }
}

.ax-zona-copy .ax-h2 { font-size: clamp(38px, 5vw, 72px); }
.ax-zona-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.ax-ztag {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--font-text); font-size: 13px; font-weight: 600;
  color: var(--brand);
  padding: 7px 14px; border-radius: var(--r-full);
  background: var(--brand-light);
}
.ax-ztag::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }

.zona-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }

@media (max-width: 900px) {
  .ax-zona-inner { grid-template-columns: 1fr; gap: 28px; }
  .ax-brandmap { order: -1; }
}

/* Padding-bottom generoso: el último FAQ item respira sobre la pill sticky. */
.faq-compact { padding: clamp(80px, 12vh, 140px) 32px clamp(90px, 13vh, 130px); }
.faq-compact .ax-h2 { font-size: clamp(32px, 4vw, 54px); }
.faq-compact > .reveal { margin-bottom: 8px; }
.faq-compact .ax-eyebrow-it { justify-content: center; }
.faq-compact .faq-list { max-width: 760px; margin: 44px auto 0; }
.faq-compact .faq-q { font-size: clamp(17px, 1.7vw, 22px); padding: 22px 0; }
.faq-compact .faq-a-inner { font-size: 16px; padding-bottom: 24px; }

/* ============================================================
   PILL "DESCARGAR" STICKY
   ============================================================ */
.dl-pill {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 150;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-text);
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  padding: 13px 24px;
  border-radius: var(--r-full);
  background: linear-gradient(180deg, var(--gem-from), var(--gem-to));
  box-shadow: 0 10px 28px -4px var(--gem-glow), inset 0 1px 0 rgba(255,255,255,0.28);
  transform: translate(-50%, 90px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.45s var(--ease-out), opacity 0.45s var(--ease-out);
}
.dl-pill.show { transform: translate(-50%, 0); opacity: 1; pointer-events: auto; }
.dl-pill:hover { transform: translate(-50%, -2px); }

/* ============================================================
   NAV · sobre claro (el rediseño arranca en blanco)
   ============================================================ */
.nav-cta {
  background: linear-gradient(180deg, var(--gem-from), var(--gem-to));
  border-radius: var(--r-app);
  color: #fff; font-weight: 700;
  box-shadow: 0 6px 16px -3px var(--gem-glow), inset 0 1px 0 rgba(255,255,255,0.28);
}
.btn-solid {
  background: linear-gradient(180deg, var(--gem-from), var(--gem-to));
  border-radius: var(--r-app);
  box-shadow: 0 8px 22px -4px var(--gem-glow), inset 0 1px 0 rgba(255,255,255,0.28);
}

/* ============================================================
   REDUCE MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  .lx-marquee-track { animation: none; }
  .dl-pill { transition: opacity 0.3s; }
  .ax-phone, .ax-phone-inner { transform: none !important; }
}
