/* ════════════════════════════════════════════════════════════
   DESCUENTE — Override v2 (Claude Design — paleta azul)
   Solo overrides visuales, NO toca estructura ni JS.
   Carga DESPUÉS de styles.css.
   ════════════════════════════════════════════════════════════ */

/* Evita scroll horizontal global (bleed por shadows/decoraciones) */
html, body { overflow-x: hidden; max-width: 100%; }

/* ── Tokens nuevos (paleta azul Claude Design) ── */
:root {
  --primary:       #2196F3;
  --primary-dark:  #1565C0;
  --primary-light: #E3F2FD;
  --primary-glow:  rgba(33,150,243,.18);
  --secondary:     #4FC3F7;
  --accent:        #1E88E5;

  --bg:            #FFFFFF;
  --bg-hero:       linear-gradient(180deg, #FFFFFF 0%, #F4F6FB 100%);
  --bg-elev:       #F7F9FD;
  --bg-sunken:     #ECEFF6;
  --surface:       #FFFFFF;
  --border:        #E3E8F2;
  --border-light:  #EEF2F8;
  --text:          #0F1A33;
  --text-secondary:#1B2A4E;
  --text-muted:    #5C6680;
  --text-faint:    #98A1B5;

  --shadow-md:     0 4px 16px rgba(15,26,51,.06);
  --shadow-lg:     0 14px 40px -12px rgba(33,150,243,.30);
  --shadow-xl:     0 24px 60px -20px rgba(33,150,243,.35);
  --shadow-glow:   0 0 0 4px var(--primary-glow);
}

/* ── Botón primario (gradient azul, glossy) ── */
.btn-primary {
  background: linear-gradient(180deg, #2BA1FA 0%, #1976D2 100%) !important;
  color: #fff !important;
  box-shadow:
    0 10px 30px -10px rgba(33,150,243,.55),
    inset 0 1px 0 rgba(255,255,255,.25) !important;
  border: none !important;
  letter-spacing: -.01em;
}
.btn-primary:hover {
  background: linear-gradient(180deg, #2196F3 0%, #1565C0 100%) !important;
  box-shadow:
    0 14px 36px -10px rgba(33,150,243,.7),
    inset 0 1px 0 rgba(255,255,255,.3) !important;
  transform: translateY(-1px);
}

/* ── Navbar minimalista con blur al hacer scroll ── */
#navbar {
  background: rgba(255,255,255,.85) !important;
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border-bottom: 1px solid var(--border) !important;
  box-shadow: none !important;
}

/* ── HERO: mesh gradient + dot grid ── */
.hero {
  max-width: 1100px !important;
  padding: 80px 24px 64px !important;
  background:
    radial-gradient(60% 50% at 80% 0%, rgba(33,150,243,.10), transparent 60%),
    radial-gradient(50% 60% at 0% 100%, rgba(79,195,247,.08), transparent 60%);
  position: relative;
  overflow: hidden;
}
/* dot-grid layer encima del bg */
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(33,150,243,.18) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: .25;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, black 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, black 30%, transparent 75%);
  pointer-events: none;
}
.hero-bg-glow { display: none !important; }

/* ── Hero badge V2 (slogan posicionador con gradient + chip NUEVO) ── */
.hero-badge--v2 {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0 !important;
  padding: 0 !important;
  margin-bottom: 32px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(33,150,243,.25) !important;
  background:
    linear-gradient(135deg, rgba(33,150,243,.08), rgba(124,58,237,.06)) !important;
  color: var(--text) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  box-shadow:
    0 4px 14px -4px rgba(33,150,243,.20),
    inset 0 1px 0 rgba(255,255,255,.6) !important;
  transition: transform .15s, box-shadow .2s, border-color .15s !important;
  overflow: hidden !important;
  position: relative;
}
.hero-badge--v2:hover {
  transform: translateY(-1px);
  border-color: rgba(33,150,243,.50) !important;
  box-shadow:
    0 10px 26px -6px rgba(33,150,243,.35),
    inset 0 1px 0 rgba(255,255,255,.7) !important;
}
.hero-badge--v2 .hb-chip {
  background: linear-gradient(135deg, #2BA1FA, #1976D2);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.10);
}
.hero-badge--v2 .hb-chip::after {
  content: '';
  position: absolute;
  right: -6px; top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 12px; height: 12px;
  background: linear-gradient(135deg, #2BA1FA, #1976D2);
  z-index: 0;
}
.hero-badge--v2 .hb-text {
  padding: 8px 14px 8px 18px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.hero-badge--v2 .hb-text strong {
  color: var(--text);
  font-weight: 800;
}
.hero-badge--v2 .hb-icon {
  font-size: 14px;
  line-height: 1;
  filter: drop-shadow(0 1px 2px rgba(245,158,11,.45));
  animation: hbBlink 2.4s ease-in-out infinite;
}
@keyframes hbBlink {
  0%, 100% { transform: scale(1); }
  10%, 20% { transform: scale(1.18); }
}
.hero-badge--v2 .hb-arrow {
  margin-right: 14px;
  color: #1976D2;
  font-weight: 800;
  font-size: 14px;
  transition: transform .2s;
}
.hero-badge--v2:hover .hb-arrow { transform: translateX(4px); }

/* Glow ambiental detrás del badge para más presencia */
.hero-badge--v2::before {
  content: '';
  position: absolute;
  inset: -10px -20px;
  background: radial-gradient(ellipse, rgba(33,150,243,.18), transparent 60%);
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s;
}
.hero-badge--v2:hover::before { opacity: 1; }

/* Responsive: en mobile colapsa el chip arriba o oculta el arrow */
@media (max-width: 520px) {
  .hero-badge--v2 .hb-chip { padding: 7px 10px; font-size: 9px; }
  .hero-badge--v2 .hb-text { padding: 7px 10px 7px 14px; font-size: 12px; }
  .hero-badge--v2 .hb-arrow { display: none; }
}

/* Mantengo el old .hero-badge para no romper otras instancias */
.hero-badge:not(.hero-badge--v2) {
  background: rgba(33,150,243,.06) !important;
  color: var(--text-muted) !important;
  border: 1px solid rgba(33,150,243,.20) !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  padding: 7px 14px !important;
  margin-bottom: 28px !important;
  box-shadow: none !important;
}
.pulse-dot {
  width: 8px !important; height: 8px !important;
  background: #22C55E !important;
  position: relative;
}
.pulse-dot::before {
  content: ''; position: absolute; inset: 0;
  border-radius: 50%;
  background: #22C55E;
  animation: ping 1.4s cubic-bezier(0,0,.2,1) infinite;
}
@keyframes ping {
  75%, 100% { transform: scale(2.2); opacity: 0; }
}

/* ── Headline grande + gradient azul ── */
.hero-title {
  font-size: clamp(38px, 6.5vw, 80px) !important;
  font-weight: 800 !important;
  letter-spacing: -.035em !important;
  line-height: 1.0 !important;
  margin-bottom: 22px !important;
  color: var(--text) !important;
}
@media (max-width: 540px) {
  .hero-title {
    font-size: 38px !important;
    line-height: 1.05 !important;
    letter-spacing: -.025em !important;
  }
}
.gradient-text {
  background: linear-gradient(135deg, #4FC3F7 0%, #2196F3 50%, #1565C0 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}

.hero-sub {
  font-size: 18px !important;
  color: var(--text-muted) !important;
  max-width: 580px !important;
  margin: 0 auto 36px !important;
  line-height: 1.6 !important;
}

/* ── Search box: card flotante con sombra azul ── */
.search-wrapper { max-width: 640px; margin: 0 auto 18px !important; }

.search-box {
  background: var(--surface) !important;
  border: 1px solid var(--border) !important;
  border-radius: 20px !important;
  padding: 6px 6px 6px 20px !important;
  box-shadow:
    0 24px 60px -20px rgba(33,150,243,.35),
    0 4px 12px rgba(15,26,51,.04) !important;
  transition: border-color .2s, box-shadow .2s !important;
}
.search-box:focus-within {
  border-color: rgba(33,150,243,.45) !important;
  box-shadow:
    0 0 0 4px var(--primary-glow),
    0 24px 60px -20px rgba(33,150,243,.45) !important;
}
.search-icon svg { color: var(--text-faint) !important; }
.search-input {
  font-size: 15px !important;
  color: var(--text) !important;
}
.search-input::placeholder { color: var(--text-faint) !important; }

.btn-search {
  border-radius: 14px !important;
  padding: 12px 22px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

/* ── Chip Bencineras minimalista (encima de los chips de tiendas) ── */
.hint-bencina-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--surface);
  color: var(--text-muted);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 700;
  padding: 7px 16px;
  text-decoration: none;
  margin-bottom: 12px;
  transition: all .15s;
}
.hint-bencina-chip:hover {
  background: rgba(34,197,94,.06);
  color: #15803D;
  border-color: rgba(34,197,94,.30);
  transform: translateY(-1px);
}

/* ── Chips de tiendas (hints) ── */
.hint-categories { margin-top: 20px !important; }
.hint-label {
  background: transparent !important;
  color: var(--text-faint) !important;
  font-weight: 700 !important;
  font-size: 11.5px !important;
  text-transform: uppercase !important;
  letter-spacing: .06em !important;
  padding: 0 6px 0 0 !important;
}
.hint-chip {
  background: var(--bg-elev) !important;
  color: var(--text-secondary) !important;
  border: 1px solid var(--border) !important;
  border-radius: 999px !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
  padding: 6px 12px !important;
  transition: all .15s !important;
}
.hint-chip:hover {
  background: var(--primary-light) !important;
  color: var(--primary-dark) !important;
  border-color: rgba(33,150,243,.30) !important;
  transform: translateY(-1px);
}

/* ── Botones ghost (Iniciar sesión) ── */
.btn-ghost {
  background: transparent !important;
  color: var(--text) !important;
  border: 1px solid transparent !important;
}
.btn-ghost:hover {
  background: var(--bg-elev) !important;
  border-color: var(--border) !important;
}

/* ── Botón "Mi panel" en navbar (logged-in) ── */
.btn-mi-panel {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: linear-gradient(180deg, #2BA1FA 0%, #1976D2 100%);
  color: #fff !important;
  text-decoration: none;
  border-radius: 10px;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: -.01em;
  border: 0;
  cursor: pointer;
  transition: all .15s;
  box-shadow:
    0 6px 14px -4px rgba(33,150,243,.45),
    inset 0 1px 0 rgba(255,255,255,.20);
  white-space: nowrap;
}
.btn-mi-panel:hover {
  transform: translateY(-1px);
  box-shadow:
    0 10px 22px -4px rgba(33,150,243,.55),
    inset 0 1px 0 rgba(255,255,255,.25);
}
.btn-mi-panel svg { flex-shrink: 0; }

/* ── Counter pill (badge buscador en navbar logged-in) ── */
.nav-search-counter {
  background: var(--bg-elev) !important;
  border: 1px solid var(--border) !important;
}
.counter-bar-fill {
  background: linear-gradient(90deg, #2BA1FA, #1976D2) !important;
}

/* ════════════════════════════════════════════════════════════
   SECCIONES — overrides v2 (Claude Design)
   ════════════════════════════════════════════════════════════ */

/* ── Layout general de secciones ── */
.section-how,
.section-types,
.section-pricing {
  max-width: 1100px !important;
  padding: 80px 24px !important;
}

/* Section types con fondo sunken (diferenciación visual) */
.section-types {
  background: var(--bg-sunken) !important;
  max-width: 100% !important;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.section-types > * { max-width: 1100px; margin-left: auto; margin-right: auto; }

/* ── Kicker (badge) estilo nuevo ── */
.section-badge {
  background: rgba(33,150,243,.10) !important;
  color: #1976D2 !important;
  border: 1px solid rgba(33,150,243,.20) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  padding: 6px 12px !important;
  border-radius: 999px !important;
  text-transform: uppercase !important;
  margin-bottom: 18px !important;
}
.section-badge::before { content: '▸ '; }

/* ── Títulos de sección ── */
.section-title {
  font-size: clamp(28px, 4vw, 48px) !important;
  font-weight: 800 !important;
  letter-spacing: -.025em !important;
  line-height: 1.1 !important;
  margin-bottom: 14px !important;
  color: var(--text) !important;
}
.section-sub {
  color: var(--text-muted) !important;
  font-size: 16px !important;
  margin-bottom: 48px !important;
  max-width: 640px;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ════════════════════════════════════════════════════════════
   TRUST MARQUEE (scroll horizontal de tiendas + bancos)
   Inyectado vía CSS antes de section-how usando el padding del hero.
   ════════════════════════════════════════════════════════════ */
.section-how {
  position: relative;
}
.section-how::before {
  /* Banner que precede a "Cómo funciona" — usa pseudo para no tocar HTML */
  content: 'Funciona con cualquier tienda · cruza datos de 14 bancos chilenos';
  display: block;
  text-align: center;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--text-muted);
  padding: 24px 0 10px;
  border-top: 1px solid var(--border);
  margin: -80px -24px 0;
  background: var(--bg-elev);
}
.section-how > .section-badge { margin-top: 80px; }

/* ── STEP CARDS (¿Cómo funciona?) ── */
.steps-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  gap: 20px !important;
  margin-top: 8px !important;
}
.step-card {
  background: var(--bg-elev) !important;
  border: 1px solid var(--border) !important;
  border-radius: 20px !important;
  padding: 28px !important;
  box-shadow: none !important;
  position: relative;
  overflow: hidden;
}
.step-card::before { display: none !important; }
.step-card::after {
  content: attr(data-num);
  position: absolute;
  top: 16px; right: 20px;
  font-size: 80px;
  font-weight: 900;
  line-height: 1;
  color: var(--text);
  opacity: .055;
  pointer-events: none;
}
.step-card:nth-child(1)::after { content: '01'; }
.step-card:nth-child(2)::after { content: '02'; }
.step-card:nth-child(3)::after { content: '03'; }
.step-card:hover {
  border-color: rgba(33,150,243,.30);
  box-shadow: 0 12px 28px -10px rgba(33,150,243,.18) !important;
  transform: translateY(-3px);
}
.step-icon {
  width: 48px !important; height: 48px !important;
  background: rgba(33,150,243,.10) !important;
  border: 1px solid rgba(33,150,243,.22) !important;
  border-radius: 14px !important;
  margin-bottom: 18px !important;
}
.step-icon svg { stroke: #1976D2 !important; }
.step-num-label {
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .12em !important;
  color: #1976D2 !important;
  margin-bottom: 4px !important;
  text-transform: uppercase;
}
.step-card h3 {
  font-size: 20px !important;
  font-weight: 800 !important;
  letter-spacing: -.015em !important;
  margin-bottom: 8px !important;
}
.step-card p {
  font-size: 14px !important;
  color: var(--text-muted) !important;
  line-height: 1.6 !important;
}

/* ── TYPE PILLS → cards estilo nuevo ── */
.types-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)) !important;
  gap: 14px !important;
  margin-top: 24px !important;
}
.type-pill {
  background: var(--surface) !important;
  border: 1px solid var(--border) !important;
  color: var(--text) !important;
  border-radius: 16px !important;
  padding: 20px 18px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  flex-direction: column;
  align-items: flex-start !important;
  gap: 12px !important;
  text-align: left;
  transition: all .2s;
}
.type-pill .type-icon {
  width: 44px; height: 44px;
  background: rgba(33,150,243,.08);
  border-radius: 12px;
  display: inline-flex; align-items: center; justify-content: center;
  color: #1976D2;
}
.type-pill .type-icon svg { display: block; }
.type-pill .type-text {
  font-size: 14px;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -.01em;
  line-height: 1.2;
}
.type-pill .type-sub {
  font-size: 12px;
  font-weight: 500;
  color: var(--text-muted);
  margin-top: -2px;
  line-height: 1.35;
}
.type-pill:hover {
  border-color: rgba(33,150,243,.40) !important;
  background: var(--bg-elev) !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 10px 24px -8px rgba(33,150,243,.20);
}
/* Cada tipo conserva un acento sutil de color */
.type-coupon       .type-icon { background: rgba(245,158,11,.12); color: #D97706; }
.type-bank         .type-icon { background: rgba(33,150,243,.12); color: #1976D2; }
.type-installments .type-icon { background: rgba(34,197,94,.12); color: #16A34A; }
.type-cashback     .type-icon { background: rgba(168,85,247,.12); color: #9333EA; }
.type-shipping     .type-icon { background: rgba(14,165,233,.12); color: #0284C7; }
.type-offer        .type-icon { background: rgba(236,72,153,.12); color: #DB2777; }

/* ── PRICING CARDS ── */
.section-pricing { background: transparent !important; }
.pricing-grid {
  margin-top: 40px !important;
  gap: 18px !important;
}
.pricing-grid--3 { max-width: 1080px !important; }
.pricing-card {
  background: var(--surface) !important;
  border: 1px solid var(--border) !important;
  border-radius: 22px !important;
  padding: 32px 28px !important;
  box-shadow: 0 1px 2px rgba(15,26,51,.04) !important;
  transition: all .2s !important;
  text-align: left;
}
.pricing-card:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(33,150,243,.30) !important;
  box-shadow: 0 16px 36px -12px rgba(33,150,243,.20) !important;
}
.pricing-card--pro {
  border: 2px solid var(--primary) !important;
  box-shadow:
    0 0 0 1px var(--primary),
    0 18px 40px -14px rgba(33,150,243,.40) !important;
}
.pricing-card--annual {
  border-color: rgba(34,197,94,.40) !important;
  background: linear-gradient(180deg, var(--surface) 0%, rgba(34,197,94,.03) 100%) !important;
}
.pricing-badge {
  background: linear-gradient(135deg, #2BA1FA, #1976D2) !important;
  font-size: 11px !important;
  letter-spacing: .04em !important;
  padding: 5px 14px !important;
  box-shadow: 0 6px 16px -4px rgba(33,150,243,.45);
}
.pricing-badge--green {
  background: linear-gradient(135deg, #16a34a, #22c55e) !important;
}
.pricing-plan-name {
  font-size: 12px !important;
  letter-spacing: .12em !important;
  color: var(--text-faint) !important;
  margin-bottom: 14px !important;
}
.pricing-amount {
  font-size: 56px !important;
  font-weight: 900 !important;
  letter-spacing: -.04em !important;
  color: var(--text) !important;
}
.pricing-dollar {
  color: #1976D2 !important;
  font-size: 30px !important;
}
.pricing-period {
  font-size: 16px !important;
  color: var(--text-muted) !important;
}
.pricing-note {
  color: var(--text-muted) !important;
  font-size: 13px !important;
  margin-bottom: 26px !important;
}
.pricing-features li {
  font-size: 14px !important;
  color: var(--text-secondary) !important;
  padding: 4px 0;
}
.pricing-guarantee {
  font-size: 12px !important;
  color: #16A34A !important;
  font-weight: 600 !important;
  margin-top: 16px !important;
}

/* ════════════════════════════════════════════════════════════
   PREMIOS — 3 cards con gradient distintivo (Dorado/Zafiro/Diamante)
   ════════════════════════════════════════════════════════════ */
/* Apaga la animación goldenBg del CSS legacy */
.section-golden, .golden-banner { animation: none !important; }

.section-prizes {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 24px;
}
.prizes-head { text-align: center; margin-bottom: 40px; }
.prizes-kicker {
  background: rgba(245,158,11,.12) !important;
  color: #D97706 !important;
  border-color: rgba(245,158,11,.25) !important;
}
.prizes-kicker::before { content: '▸ '; }
.prizes-title {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
  text-align: center !important;
  font-size: clamp(28px, 4vw, 48px) !important;
  line-height: 1.05 !important;
}
.prizes-subtitle {
  color: var(--text-muted) !important;
  background: none !important;
  -webkit-text-fill-color: var(--text-muted) !important;
  font-weight: 800 !important;
}
.prizes-desc {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-muted);
  max-width: 580px;
  margin: 0 auto;
}
.prizes-desc strong { color: var(--text); font-weight: 700; }

.prizes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 0 auto;
}
@media (max-width: 880px) { .prizes-grid { grid-template-columns: 1fr; max-width: 400px; } }

.prize-card {
  position: relative;
  border-radius: 24px;
  padding: 28px;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 20px 50px -16px rgba(0,0,0,.30);
  transition: transform .25s, box-shadow .25s;
}
.prize-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 60px -16px rgba(0,0,0,.40);
}
.prize-card--dorado {
  background: linear-gradient(135deg, #FCD34D 0%, #D97706 60%, #78350F 100%);
}
.prize-card--zafiro {
  background: linear-gradient(135deg, #7DD3FC 0%, #0284C7 60%, #1E3A8A 100%);
}
.prize-card--diamante {
  background: linear-gradient(135deg, #C7D2FE 0%, #6366F1 55%, #581C87 100%);
}

.prize-icon {
  font-size: 32px;
  line-height: 1;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,.25));
}
.prize-tier {
  margin-top: 16px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  opacity: .85;
}
.prize-amount {
  margin-top: 6px;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: 1.1;
}
.prize-plans {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.20);
  font-size: 12.5px;
  font-weight: 700;
  opacity: .85;
}

/* Shine sweep */
.prize-shine {
  position: absolute;
  top: 0; bottom: 0;
  left: -50%;
  width: 50%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.30), transparent);
  transform: skewX(-20deg);
  pointer-events: none;
  animation: prizeShine 4s ease-in-out infinite;
}
.prize-card--zafiro .prize-shine { animation-delay: .8s; }
.prize-card--diamante .prize-shine { animation-delay: 1.6s; }
@keyframes prizeShine {
  0% { left: -50%; }
  60%, 100% { left: 130%; }
}

.prizes-note {
  text-align: center;
  margin-top: 32px;
  font-size: 12.5px;
  color: var(--text-faint);
}
.prizes-note strong { color: var(--text-muted); font-weight: 700; }

/* ── FAQ ── */
.section-faq {
  max-width: 820px !important;
  padding: 80px 24px !important;
}
.faq-item {
  background: var(--bg-elev) !important;
  border: 1px solid var(--border) !important;
  border-radius: 16px !important;
}
.faq-item[open] {
  border-color: rgba(33,150,243,.40) !important;
  background: var(--surface) !important;
  box-shadow: 0 8px 24px -10px rgba(33,150,243,.15) !important;
}
.faq-q {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: var(--text) !important;
  padding: 20px 24px !important;
}
.faq-q::after {
  background: rgba(33,150,243,.10);
  width: 28px; height: 28px;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: #1976D2 !important;
  font-size: 18px;
}
.faq-item[open] .faq-q::after {
  background: rgba(33,150,243,.20);
}
.faq-a {
  font-size: 14px !important;
  line-height: 1.7 !important;
  color: var(--text-muted) !important;
  padding: 0 24px 22px !important;
}
/* override del primer FAQ (el que tenía gradient inline) */
.section-faq details.faq-item[open]:first-of-type {
  background: linear-gradient(135deg, rgba(33,150,243,.05), rgba(79,195,247,.04)) !important;
  border-color: rgba(33,150,243,.30) !important;
}
.section-faq details.faq-item:first-of-type .faq-q { color: #1976D2 !important; }

/* ── SEO STORES GRID (chips de tiendas) ── */
.section-seo-stores { max-width: 1080px !important; padding: 32px 24px 80px !important; }
.seo-stores-grid { gap: 8px !important; }
.seo-store-link {
  background: var(--bg-elev) !important;
  border: 1px solid var(--border) !important;
  color: var(--text-secondary) !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
  padding: 8px 16px !important;
  border-radius: 999px !important;
}
.seo-store-link:hover {
  background: linear-gradient(180deg, #2BA1FA, #1976D2) !important;
  color: #fff !important;
  border-color: transparent !important;
  box-shadow: 0 8px 20px -6px rgba(33,150,243,.45) !important;
}

/* ── FOOTER claro estilo Claude Design ── */
.site-footer {
  background: var(--bg-elev) !important;
  border-top: 1px solid var(--border) !important;
  color: var(--text-muted) !important;
  padding: 56px 24px 28px !important;
}
.site-footer .footer-desc {
  color: var(--text-muted) !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
}
.site-footer .footer-desc strong { color: var(--text); font-weight: 800; }
.site-footer .footer-tagline {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -.01em;
  background: linear-gradient(135deg, #4FC3F7, #2196F3, #1565C0);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.site-footer .footer-logo { height: 32px !important; }
.site-footer .footer-links h4 {
  color: var(--text) !important;
  letter-spacing: .08em !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
}
.site-footer .footer-links a {
  color: var(--text-muted) !important;
  font-size: 13px !important;
  font-weight: 500;
  text-decoration: none;
  transition: color .15s;
}
.site-footer .footer-links a:hover { color: #1976D2 !important; }
.site-footer .footer-bottom {
  border-top: 1px solid var(--border) !important;
  margin-top: 40px !important;
  padding-top: 24px !important;
}
.site-footer .footer-bottom p {
  color: var(--text-faint) !important;
  font-size: 12.5px;
}

/* ════════════════════════════════════════════════════════════
   AUTOCOMPLETE BUSCADOR (estilo SimplyCodes)
   ════════════════════════════════════════════════════════════ */
.search-box-wrap { width: 100%; }
.search-suggest {
  position: absolute;
  top: calc(100% + 8px);
  left: 0; right: 0;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow:
    0 24px 48px -12px rgba(15,26,51,.20),
    0 8px 24px -8px rgba(15,26,51,.10);
  z-index: 100;
  overflow: hidden;
  max-height: 480px;
  overflow-y: auto;
  padding: 6px;
  text-align: left;
}
.ss-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 14px;
  border-radius: 12px;
  cursor: pointer;
  transition: background .12s;
}
.ss-item.is-active,
.ss-item:hover {
  background: var(--bg-elev);
}
.ss-logo {
  width: 38px; height: 38px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  font-size: 15px;
  font-weight: 900;
  color: #fff;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 6px -1px rgba(0,0,0,.15);
}
.ss-logo span { position: relative; z-index: 1; }
.ss-logo img {
  position: absolute;
  inset: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  object-fit: contain;
  display: none;
}
.ss-logo.has-img {
  background: #fff !important;
  border: 1px solid var(--border);
}
.ss-logo.has-img span { display: none; }
.ss-logo.has-img img { display: block; }

.ss-info { flex: 1; min-width: 0; }
.ss-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ss-domain {
  font-size: 11.5px;
  color: var(--text-muted);
  margin-top: 2px;
  font-family: 'JetBrains Mono', ui-monospace, Menlo, monospace;
}
.ss-domain em {
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 10px;
  color: var(--text-faint);
}
.ss-meta {
  font-size: 11.5px;
  font-weight: 700;
  color: #16A34A;
  background: rgba(34,197,94,.12);
  padding: 4px 10px;
  border-radius: 6px;
  white-space: nowrap;
}
.ss-empty {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 16px;
  color: var(--text-muted);
  font-size: 13.5px;
}
.ss-go-url {
  display: flex;
  width: calc(100% - 12px);
  margin: 0 6px 6px;
  background: linear-gradient(180deg, #2BA1FA, #1976D2);
  color: #fff;
  border: 0;
  padding: 11px 16px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-shadow: 0 6px 16px -4px rgba(33,150,243,.40);
}
.ss-go-url:hover { box-shadow: 0 10px 22px -4px rgba(33,150,243,.50); }

/* scrollbar */
.search-suggest::-webkit-scrollbar { width: 6px; }
.search-suggest::-webkit-scrollbar-thumb { background: var(--border); border-radius: 3px; }

/* ════════════════════════════════════════════════════════════
   DIRECTORIO DE TIENDAS — cards con tabs por categoría
   ════════════════════════════════════════════════════════════ */
.section-store-directory {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 24px 32px;
  background: var(--bg-sunken);
  border-radius: 24px;
  margin-top: 48px;
  margin-bottom: 24px;
}
.sd-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  text-align: center;
}
.sd-titles { width: 100%; }
.sd-kicker::before { content: '◆ '; }
.sd-kicker { margin-bottom: 14px !important; }
.sd-title {
  margin: 0 !important;
  text-align: center !important;
  font-size: clamp(28px, 4vw, 48px) !important;
  line-height: 1.05 !important;
}
.sd-actions {
  justify-content: center;
  display: flex;
  gap: 24px;
}
.sd-link {
  font-size: 14px;
  font-weight: 700;
  color: #1976D2;
  text-decoration: none;
  transition: gap .15s, color .15s;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.sd-link:hover { gap: 8px; color: #1565C0; }

/* Tabs */
.sd-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.sd-tab {
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--text-muted);
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  padding: 9px 18px;
  border-radius: 999px;
  cursor: pointer;
  transition: all .15s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.sd-tab:hover {
  background: var(--bg-elev);
  color: var(--text);
}
.sd-tab.is-active {
  background: #0F1A33;
  border-color: #0F1A33;
  color: #fff;
}

/* Grid de cards */
.sd-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}
@media (max-width: 980px) { .sd-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .sd-grid { grid-template-columns: 1fr; } }

.sd-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 18px 18px 20px;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  transition: all .2s;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.sd-card:hover {
  border-color: rgba(33,150,243,.40);
  box-shadow: 0 12px 28px -8px rgba(33,150,243,.20);
  transform: translateY(-3px);
}
.sd-logo {
  position: relative;
  width: 48px; height: 48px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 12px;
  box-shadow: 0 4px 10px -2px rgba(0,0,0,.15);
  overflow: hidden;
}
/* Cuando el logo real cargó, fondo blanco para que se vea bien */
.sd-logo.has-img {
  background: #fff !important;
  border: 1px solid var(--border);
  color: transparent !important;
  box-shadow: 0 2px 6px -1px rgba(15,26,51,.10);
}
.sd-logo img {
  position: absolute;
  inset: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  object-fit: contain;
  display: none;  /* aparece solo si has-img */
}
.sd-logo.has-img img { display: block; }
.sd-name {
  font-size: 15px;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -.01em;
  line-height: 1.2;
}
.sd-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  color: var(--text-muted);
  font-weight: 500;
  margin-bottom: 10px;
}
.sd-dot {
  width: 7px; height: 7px;
  background: #22C55E;
  border-radius: 50%;
  flex-shrink: 0;
}
.sd-health-label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  color: var(--text-faint);
  margin-bottom: 5px;
}
.sd-bar {
  height: 5px;
  background: var(--bg-sunken);
  border-radius: 3px;
  overflow: hidden;
}
.sd-bar-fill {
  height: 100%;
  border-radius: 3px;
  transition: width .4s ease;
}

/* Trust micro al final del directorio */
.sd-trust {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 16px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}
.sd-trust span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
}

/* ════════════════════════════════════════════════════════════
   MOTOR DE VERIFICACIÓN — sección 2-columnas con panel demo
   ════════════════════════════════════════════════════════════ */
.section-verification {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 24px;
  overflow-x: hidden;
}
.verification-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 56px;
  align-items: start;
}
@media (max-width: 980px) {
  .verification-grid { grid-template-columns: 1fr; gap: 36px; }
  .section-verification { padding: 56px 16px; }
}
@media (max-width: 540px) {
  .section-verification { padding: 40px 12px; }
}

/* — LEFT — */
.verification-copy { padding-top: 8px; text-align: center; min-width: 0; }
.verification-badge::before { content: '◆ '; }
.verification-title {
  margin: 16px 0 18px !important;
  text-align: center !important;
  font-size: clamp(22px, 4vw, 48px) !important;
  line-height: 1.15 !important;
  letter-spacing: -.02em !important;
  word-break: break-word;
  overflow-wrap: anywhere;
  hyphens: auto;
  max-width: 100%;
}
@media (max-width: 600px) {
  .verification-title {
    font-size: 20px !important;
    line-height: 1.25 !important;
    letter-spacing: -.01em !important;
    padding: 0 4px !important;
  }
  .verification-title .gradient-text {
    display: inline;
    font-size: inherit !important;
  }
}
@media (max-width: 380px) {
  .verification-title {
    font-size: 18px !important;
  }
}
.verification-desc {
  font-size: 16px;
  line-height: 1.65;
  color: var(--text-muted);
  max-width: 480px;
  margin: 0 auto 28px;
  text-align: center;
}
.verification-desc strong { color: var(--text); font-weight: 700; }

/* Comparativa visual: tú a mano vs IA (15 min vs 30 s) */
.time-saving {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  margin: 20px 0 28px;
  padding: 18px;
  background: linear-gradient(135deg, rgba(33,150,243,.04), rgba(124,58,237,.04));
  border: 1px solid var(--border);
  border-radius: 18px;
}
.time-col {
  text-align: center;
  padding: 10px 8px;
  border-radius: 14px;
  position: relative;
  transition: transform .2s;
}
.time-col--you {
  background: var(--bg-elev);
  opacity: .8;
}
.time-col--ia {
  background: linear-gradient(135deg, rgba(33,150,243,.10), rgba(33,150,243,.04));
  border: 1.5px solid rgba(33,150,243,.30);
  box-shadow: 0 12px 24px -8px rgba(33,150,243,.20);
  transform: scale(1.03);
}
.time-col-icon { font-size: 26px; line-height: 1; }
.time-col-time {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -.03em;
  margin-top: 4px;
  line-height: 1;
}
.time-col--you .time-col-time { color: var(--text-muted); }
.time-col--ia .time-col-time {
  background: linear-gradient(135deg, #4FC3F7, #2196F3, #1565C0);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.time-col-label {
  font-size: 11px;
  color: var(--text-muted);
  margin-top: 6px;
  line-height: 1.35;
  font-weight: 600;
}
.time-col-vs {
  font-size: 13px;
  font-weight: 800;
  color: var(--text-faint);
  text-transform: uppercase;
  letter-spacing: .15em;
  padding: 0 4px;
}

.method-list {
  display: flex; flex-direction: column; gap: 10px;
  margin-bottom: 24px;
  text-align: left;  /* las cards adentro mantienen su alineación natural */
}
.method-card {
  display: flex; gap: 14px;
  padding: 16px;
  background: var(--bg-elev);
  border: 1px solid var(--border);
  border-radius: 14px;
  transition: all .2s;
}
.method-card:hover {
  border-color: rgba(33,150,243,.30);
  transform: translateY(-1px);
}
.method-icon {
  width: 38px; height: 38px;
  display: grid; place-items: center;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  font-size: 18px;
  flex-shrink: 0;
}
.method-body { flex: 1; min-width: 0; }
.method-head {
  display: flex; align-items: center; gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
.method-head strong { color: var(--text); font-size: 14px; font-weight: 800; }
.method-status {
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: .12em;
  padding: 2px 6px;
  border-radius: 4px;
  background: rgba(34,197,94,.14);
  color: #16A34A;
  white-space: nowrap;
}
.method-body p {
  font-size: 13px;
  line-height: 1.55;
  color: var(--text-muted);
  margin: 0;
}
.verification-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  text-decoration: none;
  transition: gap .15s;
}
.verification-link:hover { gap: 10px; color: #1976D2; }

/* — RIGHT: panel demo — */
.verification-panel { width: 100%; }
.vp-window {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 24px 60px -20px rgba(33,150,243,.20),
    0 8px 24px -8px rgba(15,26,51,.10);
}
.vp-titlebar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: var(--bg-elev);
  border-bottom: 1px solid var(--border);
}
.vp-dot { width: 11px; height: 11px; border-radius: 50%; flex-shrink: 0; }
.vp-dot--red { background: #FF5F57; }
.vp-dot--yellow { background: #FEBC2E; }
.vp-dot--green { background: #28C840; }
.vp-url {
  flex: 1;
  text-align: center;
  font-family: 'JetBrains Mono', ui-monospace, Menlo, Consolas, monospace;
  font-size: 12px;
  color: var(--text-muted);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 5px 12px;
  margin: 0 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vp-url-prefix { color: var(--text-faint); margin-right: 4px; }
.vp-url strong { color: var(--text); font-weight: 700; }
.vp-status {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  color: #f59e0b;
  white-space: nowrap;
  position: relative;
  animation: vpStatusFlip 7s linear infinite;
}
.vp-status::before {
  content: '● SCANNING';
  position: absolute; inset: 0;
  display: block;
  animation: vpStatusFlipText 7s linear infinite;
  color: #f59e0b;
}
@keyframes vpStatusFlip {
  0%, 45%   { color: #f59e0b; }
  50%, 95%  { color: #16A34A; }
  100%      { color: #f59e0b; }
}
@keyframes vpStatusFlipText {
  0%, 45%   { opacity: 1; }
  50%, 100% { opacity: 0; }
}
.vp-body { padding: 18px; }

.vp-steps { display: flex; flex-direction: column; gap: 12px; margin-bottom: 18px; }
.vp-step {
  display: grid;
  grid-template-columns: 24px 1fr 80px;
  gap: 12px;
  align-items: center;
  /* arranca atenuado, se "activa" con animación */
  opacity: .35;
  animation: vpStepEnter 7s linear infinite;
}
.vp-step:nth-child(1) { animation-delay: 0.0s; }
.vp-step:nth-child(2) { animation-delay: 0.55s; }
.vp-step:nth-child(3) { animation-delay: 1.10s; }
.vp-step:nth-child(4) { animation-delay: 1.65s; }
.vp-step:nth-child(5) { animation-delay: 2.20s; }

@keyframes vpStepEnter {
  0%, 100%   { opacity: .35; }   /* idle / restart */
  10%, 95%   { opacity: 1; }     /* activo */
}

.vp-check {
  width: 22px; height: 22px;
  display: grid; place-items: center;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 900;
  /* arranca como spinner azul vacío */
  background: var(--bg-elev);
  border: 1.5px solid #2196F3;
  color: transparent;
  position: relative;
  overflow: hidden;
  animation: vpCheckFlip 7s linear infinite;
}
.vp-step:nth-child(1) .vp-check { animation-delay: 0.0s; }
.vp-step:nth-child(2) .vp-check { animation-delay: 0.55s; }
.vp-step:nth-child(3) .vp-check { animation-delay: 1.10s; }
.vp-step:nth-child(4) .vp-check { animation-delay: 1.65s; }
.vp-step:nth-child(5) .vp-check { animation-delay: 2.20s; }

@keyframes vpCheckFlip {
  0%, 6%     { background: var(--bg-elev); border-color: #2196F3; color: transparent; transform: scale(1); }
  7%, 9%     { transform: scale(1.15); }   /* "pop" al completar */
  10%, 95%   { background: #2196F3; border-color: #2196F3; color: #fff; transform: scale(1); }
  100%       { background: var(--bg-elev); border-color: #2196F3; color: transparent; transform: scale(1); }
}

/* spinner sutil mientras el check está vacío */
.vp-check::before {
  content: '';
  position: absolute;
  inset: 2px;
  border: 1.5px solid transparent;
  border-top-color: #2196F3;
  border-radius: 4px;
  animation: vpSpin .9s linear infinite;
  opacity: 0;
}
.vp-step:nth-child(1) .vp-check::before { animation-delay: 0.0s; }
.vp-step:nth-child(2) .vp-check::before { animation-delay: 0.55s; }
.vp-step:nth-child(3) .vp-check::before { animation-delay: 1.10s; }
.vp-step:nth-child(4) .vp-check::before { animation-delay: 1.65s; }
.vp-step:nth-child(5) .vp-check::before { animation-delay: 2.20s; }
@keyframes vpSpin { to { transform: rotate(360deg); } }

.vp-step-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.2;
}
.vp-step-meta {
  font-size: 11px;
  color: var(--text-faint);
  font-family: 'JetBrains Mono', ui-monospace, Menlo, monospace;
  margin-top: 2px;
}

/* barra que se "llena" al completar el step */
.vp-step-bar {
  height: 2px;
  background: var(--border);
  border-radius: 1px;
  position: relative;
  overflow: hidden;
}
.vp-step-bar::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #4FC3F7, #2196F3, #1565C0);
  border-radius: 1px;
  transform: translateX(-100%);
  animation: vpBarFill 7s linear infinite;
}
.vp-step:nth-child(1) .vp-step-bar::after { animation-delay: 0.0s; }
.vp-step:nth-child(2) .vp-step-bar::after { animation-delay: 0.55s; }
.vp-step:nth-child(3) .vp-step-bar::after { animation-delay: 1.10s; }
.vp-step:nth-child(4) .vp-step-bar::after { animation-delay: 1.65s; }
.vp-step:nth-child(5) .vp-step-bar::after { animation-delay: 2.20s; }

@keyframes vpBarFill {
  0%, 6%   { transform: translateX(-100%); }  /* vacía mientras escanea */
  10%, 95% { transform: translateX(0); }      /* llena al completar */
  100%     { transform: translateX(-100%); }
}

.vp-results-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0 8px;
  border-top: 1px solid var(--border);
  font-size: 12px;
  color: var(--text-muted);
  opacity: .35;
  animation: vpResultsHeadIn 7s linear infinite;
  animation-delay: 3.0s;
}
@keyframes vpResultsHeadIn {
  0%, 8%    { opacity: .35; transform: translateY(2px); }
  12%, 90%  { opacity: 1;   transform: translateY(0); }
  100%      { opacity: .35; transform: translateY(2px); }
}
.vp-results-count strong { color: var(--text); font-weight: 800; }
.vp-results-savings strong { color: #16A34A; font-weight: 800; font-size: 13px; }

.vp-results { display: flex; flex-direction: column; gap: 6px; margin-top: 4px; }
.vp-result {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  background: var(--bg-elev);
  border: 1px solid var(--border);
  border-radius: 10px;
  transition: all .15s;

  /* entran en cascada después del último step */
  opacity: 0;
  transform: translateY(8px);
  animation: vpResultIn 7s linear infinite;
}
.vp-result:nth-child(1) { animation-delay: 3.10s; }
.vp-result:nth-child(2) { animation-delay: 3.25s; }
.vp-result:nth-child(3) { animation-delay: 3.40s; }
.vp-result:nth-child(4) { animation-delay: 3.55s; }
.vp-result:nth-child(5) { animation-delay: 3.70s; }
.vp-result:nth-child(6) { animation-delay: 3.85s; }
@keyframes vpResultIn {
  0%, 5%   { opacity: 0; transform: translateY(8px); }
  10%, 90% { opacity: 1; transform: translateY(0); }
  100%     { opacity: 0; transform: translateY(8px); }
}
.vp-result:hover { border-color: rgba(33,150,243,.30); transform: translateX(2px); }
.vp-badge {
  text-align: center;
  font-weight: 900;
  font-size: 14px;
  color: #1976D2;
  letter-spacing: -.02em;
}
.vp-badge--free {
  font-size: 11px !important;
  letter-spacing: .08em;
  color: #16A34A !important;
}
.vp-result-body { display: flex; flex-direction: column; min-width: 0; }
.vp-result-body strong {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vp-result-body span {
  font-size: 11px;
  color: var(--text-muted);
  margin-top: 2px;
}
.vp-tag {
  font-size: 9.5px;
  font-weight: 900;
  letter-spacing: .12em;
  padding: 4px 8px;
  border-radius: 5px;
  white-space: nowrap;
}
.vp-tag--bank   { background: #0F1A33; color: #fff; }
.vp-tag--coupon { background: #DBEAFE; color: #1E40AF; }
.vp-tag--cuotas { background: #7F1D1D; color: #fff; }
.vp-tag--ship   { background: #064E3B; color: #6EE7B7; }
.vp-tag--caja   { background: #FEF3C7; color: #92400E; }

/* ── FINAL CTA (panel navy) ── */
.section-final-cta {
  max-width: 1100px;
  margin: 32px auto;
  padding: 0 24px 48px;
}
.final-cta-panel {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #1B2A4E 0%, #14213D 60%, #0F1A33 100%);
  color: #fff;
  border-radius: 32px;
  padding: 64px 32px;
  text-align: center;
  box-shadow:
    0 32px 80px -20px rgba(15,26,51,.45),
    inset 0 1px 0 rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.05);
}
.final-cta-panel::before {
  /* dot grid sutil */
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(79,195,247,.20) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, black 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, black 30%, transparent 75%);
  opacity: .5;
  pointer-events: none;
}
.final-cta-panel::after {
  /* glow azul derecha-superior */
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(33,150,243,.35), transparent 70%);
  pointer-events: none;
}
.final-cta-panel > * { position: relative; z-index: 1; }
.final-cta-kicker {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #7DD3FC;
  margin-bottom: 18px;
}
.final-cta-title {
  font-size: clamp(28px, 4.5vw, 52px) !important;
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.05;
  color: #fff;
  margin: 0 0 32px;
}
.final-cta-accent {
  background: linear-gradient(135deg, #4FC3F7, #2196F3, #1565C0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.final-cta-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
.final-cta-ghost {
  background: rgba(255,255,255,.10) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  color: #fff !important;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 14px;
  text-decoration: none;
  transition: all .15s;
}
.final-cta-ghost:hover {
  background: rgba(255,255,255,.18) !important;
  transform: translateY(-1px);
}
.final-cta-foot {
  font-size: 12.5px;
  color: #B6C5E2;
  margin-top: 8px;
}

/* ── Social proof banner debajo de stats ── */
.social-proof-banner {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 18px auto 0;
  padding: 8px 18px 8px 8px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
  box-shadow: 0 6px 16px -6px rgba(15,26,51,.10);
  font-size: 13px;
  color: var(--text-muted);
}
.spb-avatars {
  display: flex;
}
.spb-avatar {
  width: 26px; height: 26px;
  border-radius: 50%;
  display: grid; place-items: center;
  color: #fff;
  font-weight: 800;
  font-size: 11px;
  border: 2px solid var(--surface);
  margin-left: -8px;
}
.spb-avatar:first-child { margin-left: 0; }
.spb-text strong { color: var(--text); font-weight: 800; }

/* ════════════════════════════════════════════════════════════
   VIEW-LOADING — pantalla de búsqueda activa estilo Motor IA
   ════════════════════════════════════════════════════════════ */
#view-loading {
  min-height: 80vh;
  padding: 60px 24px;
  background:
    radial-gradient(60% 50% at 80% 0%, rgba(33,150,243,.10), transparent 60%),
    radial-gradient(50% 60% at 0% 100%, rgba(79,195,247,.08), transparent 60%);
}
.vl-wrap {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
.vl-headline {
  font-size: clamp(24px, 3.5vw, 38px);
  font-weight: 800;
  letter-spacing: -.025em;
  color: var(--text);
  margin-bottom: 8px;
}
.vl-headline strong {
  background: linear-gradient(135deg, #4FC3F7, #2196F3, #1565C0);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}
.vl-subline {
  color: var(--text-muted);
  font-size: 14px;
  margin-bottom: 28px;
}

/* Browser-style panel */
.vl-panel {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 24px 60px -20px rgba(33,150,243,.25),
    0 8px 24px -8px rgba(15,26,51,.10);
  text-align: left;
}
.vl-titlebar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: var(--bg-elev);
  border-bottom: 1px solid var(--border);
}
.vl-dot { width: 11px; height: 11px; border-radius: 50%; flex-shrink: 0; }
.vl-dot--red { background: #FF5F57; }
.vl-dot--yellow { background: #FEBC2E; }
.vl-dot--green { background: #28C840; }
.vl-url {
  flex: 1;
  text-align: center;
  font-family: 'JetBrains Mono', ui-monospace, Menlo, Consolas, monospace;
  font-size: 12px;
  color: var(--text-muted);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 5px 12px;
  margin: 0 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vl-url-prefix { color: var(--text-faint); margin-right: 4px; }
.vl-url strong { color: var(--text); font-weight: 700; }
.vl-status {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  color: #f59e0b;
  white-space: nowrap;
  transition: color .25s;
}
.vl-status.is-done { color: #16A34A; }

.vl-body { padding: 18px; display: flex; flex-direction: column; gap: 14px; }

.vl-step {
  display: grid;
  grid-template-columns: 24px 1fr 80px;
  gap: 14px;
  align-items: center;
  opacity: .35;
  transition: opacity .25s;
}
.vl-step.is-active, .vl-step.is-done { opacity: 1; }

.vl-check {
  width: 22px; height: 22px;
  display: grid; place-items: center;
  border-radius: 5px;
  border: 1.5px solid var(--border-strong);
  background: var(--bg-elev);
  position: relative;
  transition: all .3s;
  font-size: 12px;
  font-weight: 900;
  color: transparent;
}
.vl-step.is-active .vl-check {
  border-color: #2196F3;
  background: var(--bg-elev);
}
.vl-step.is-active .vl-check::before {
  /* spinner mientras está activo */
  content: '';
  position: absolute;
  inset: 2px;
  border: 1.5px solid transparent;
  border-top-color: #2196F3;
  border-right-color: #2196F3;
  border-radius: 4px;
  animation: vlSpin .9s linear infinite;
}
.vl-step.is-done .vl-check {
  background: #2196F3;
  border-color: #2196F3;
  color: #fff;
}
.vl-step.is-done .vl-check::after {
  content: '✓';
  font-size: 12px;
  line-height: 1;
}
.vl-step.is-done .vl-check {
  animation: vlPop .35s cubic-bezier(.4, 0, .2, 1.4);
}
@keyframes vlSpin { to { transform: rotate(360deg); } }
@keyframes vlPop {
  0% { transform: scale(.6); }
  60% { transform: scale(1.18); }
  100% { transform: scale(1); }
}

.vl-step-info { min-width: 0; }
.vl-step-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.2;
}
.vl-step-meta {
  font-size: 11px;
  color: var(--text-faint);
  font-family: 'JetBrains Mono', ui-monospace, Menlo, monospace;
  margin-top: 2px;
}

.vl-step-line {
  height: 2px;
  background: var(--border);
  border-radius: 1px;
  overflow: hidden;
  position: relative;
}
.vl-step-line > div {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, #4FC3F7, #2196F3, #1565C0);
  border-radius: 1px;
  transform: translateX(-100%);
  transition: transform .5s ease;
}
.vl-step.is-done .vl-step-line > div { transform: translateX(0); }
.vl-step.is-active .vl-step-line > div {
  transform: translateX(-50%);
  animation: vlLineWait 1.2s ease-in-out infinite alternate;
}
@keyframes vlLineWait {
  from { transform: translateX(-70%); }
  to   { transform: translateX(-30%); }
}

/* Footer del panel: mensaje activo + barra global */
.vl-footer {
  padding: 16px 18px;
  border-top: 1px solid var(--border);
  background: var(--bg-elev);
}
.vl-footer-msg {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px;
  color: var(--text);
  font-weight: 600;
  margin-bottom: 10px;
}
.vl-spinner {
  width: 12px; height: 12px;
  border: 1.6px solid var(--border-strong);
  border-top-color: var(--primary);
  border-radius: 50%;
  animation: vlSpin .7s linear infinite;
  flex-shrink: 0;
}
.vl-progress {
  position: relative;
  height: 5px;
  background: var(--border);
  border-radius: 3px;
  overflow: hidden;
}
.vl-progress-fill {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, #4FC3F7, #2BA1FA, #1976D2) !important;
  border-radius: 3px;
  width: 0%;
  transition: width .4s ease;
  box-shadow: 0 0 12px rgba(33,150,243,.45);
  height: 100% !important;
}
.vl-progress-shine {
  position: absolute; top: 0; bottom: 0;
  left: -30%; width: 30%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent);
  animation: vlShine 1.6s linear infinite;
  pointer-events: none;
}
@keyframes vlShine {
  0% { left: -30%; }
  100% { left: 100%; }
}

/* Tip rotativo */
.vl-tip {
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 13px;
  color: var(--text-muted);
  max-width: 720px;
}
.vl-tip > span {
  transition: opacity .2s;
}

/* — Mobile: ajustes view-loading para que el panel no desborde — */
@media (max-width: 640px) {
  #view-loading { padding: 32px 12px; }
  .vl-wrap { max-width: 100%; }
  .vl-headline { font-size: 22px; line-height: 1.2; }
  .vl-subline { font-size: 13px; padding: 0 6px; margin-bottom: 18px; }
  .vl-panel { border-radius: 14px; }
  .vl-titlebar { padding: 10px 12px; gap: 6px; flex-wrap: nowrap; }
  .vl-dot { width: 9px; height: 9px; }
  .vl-url { font-size: 10.5px; padding: 4px 8px; margin: 0 4px; }
  .vl-status { font-size: 9px; letter-spacing: .06em; }
  .vl-body { padding: 14px 12px; gap: 12px; }
  .vl-step { grid-template-columns: 20px 1fr 38px; gap: 10px; }
  .vl-step-title { font-size: 12.5px; }
  .vl-step-meta { font-size: 10px; }
  .vl-check { width: 18px; height: 18px; }
  .vl-footer { padding: 12px 14px; }
  .vl-footer-msg { font-size: 12.5px; }
  .vl-tip { font-size: 12.5px; padding: 0 8px; }
}
@media (max-width: 380px) {
  #view-loading { padding: 24px 10px; }
  .vl-headline { font-size: 19px; }
  .vl-step { grid-template-columns: 18px 1fr 26px; gap: 8px; }
  .vl-url { font-size: 9.5px; }
}

/* ════════════════════════════════════════════════════════════
   HERO LETTER FLIP — última letra "o" ↔ "e" (descuento ↔ descuente)
   Spacer invisible reserva el espacio, las 2 letras absolute encima.
   ════════════════════════════════════════════════════════════ */
.hero-flip-letter {
  display: inline-block !important;
  position: relative !important;
  vertical-align: baseline !important;
  line-height: 1 !important;
  text-align: center !important;
}
/* Spacer invisible: ocupa el ancho natural de "o" y mantiene el flow */
.hero-flip-letter .hfl-spacer {
  display: inline-block !important;
  visibility: hidden !important;
  /* hereda gradient para que ocupe exacto el mismo ancho que las letras visibles */
}
.hero-flip-letter .hfl-letter {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  display: inline-block !important;
  text-align: center !important;
  line-height: 1 !important;
  opacity: 0;
  transform: translateY(45%);
  transition:
    opacity .32s cubic-bezier(.4,0,.2,1),
    transform .32s cubic-bezier(.4,0,.2,1);
  will-change: transform, opacity;
  pointer-events: none;
  user-select: none;
  /* Gradient explícito (no heredar del padre transparent) */
  background: linear-gradient(135deg, #4FC3F7 0%, #2196F3 50%, #1565C0 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}
.hero-flip-letter .hfl-letter.is-active {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.hero-flip-letter .hfl-letter.is-leaving {
  opacity: 0 !important;
  transform: translateY(-45%) !important;
}

/* ════════════════════════════════════════════════════════════
   CONVERSION OPTIMIZATIONS — micro-trust, testimonials, vs, sticky
   ════════════════════════════════════════════════════════════ */

/* ── Hero microtrust line debajo del search ── */
.hero-microtrust {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 14px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--text-muted);
}
.hero-microtrust-item { color: var(--text-muted); }
.hero-microtrust-item::before { color: var(--success); }
.hero-microtrust-sep { color: var(--text-faint); opacity: .6; }
.hero-microtrust-demo {
  background: rgba(34,197,94,.10);
  color: #15803D;
  border: 1px solid rgba(34,197,94,.30);
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 700;
  cursor: pointer;
  transition: all .15s;
  font-family: inherit;
}
.hero-microtrust-demo:hover {
  background: rgba(34,197,94,.18);
  border-color: rgba(34,197,94,.50);
  transform: translateY(-1px);
}

/* ── Testimonials section ── */
.section-testimonials {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 24px;
  text-align: center;
}
.testimonials-kicker { background: rgba(34,197,94,.12) !important; color: #16A34A !important; border-color: rgba(34,197,94,.25) !important; }
.testimonials-kicker::before { content: '★ '; }
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  margin: 36px 0;
  text-align: left;
}
.testimonial-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 22px;
  transition: all .2s;
}
.testimonial-card:hover {
  border-color: rgba(33,150,243,.30);
  box-shadow: 0 14px 32px -10px rgba(33,150,243,.18);
  transform: translateY(-3px);
}
.testimonial-stars {
  color: #F59E0B;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.testimonial-quote {
  font-size: 14px;
  line-height: 1.65;
  color: var(--text);
  margin-bottom: 16px;
}
.testimonial-quote strong { color: #1976D2; font-weight: 800; }
.testimonial-author {
  display: flex; align-items: center; gap: 10px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
}
.testimonial-avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  display: grid; place-items: center;
  color: #fff; font-weight: 800; font-size: 14px;
}
.testimonial-name { font-size: 13px; font-weight: 800; color: var(--text); }
.testimonial-meta { font-size: 11px; color: var(--text-muted); }

/* Stats summary debajo de testimonials */
.testimonials-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 720px;
  margin: 24px auto 0;
  padding: 28px;
  background: linear-gradient(135deg, rgba(33,150,243,.04), rgba(124,58,237,.04));
  border: 1px solid var(--border);
  border-radius: 18px;
}
@media (max-width: 540px) { .testimonials-summary { grid-template-columns: 1fr; } }
.ts-item { text-align: center; }
.ts-num {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -.03em;
  background: linear-gradient(135deg, #4FC3F7, #2196F3, #1565C0);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.ts-num span { font-size: 18px; opacity: .6; }
.ts-label {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 6px;
}

/* ── Comparación VS ── */
.section-vs {
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 24px 80px;
  text-align: center;
}
.vs-kicker { background: rgba(245,158,11,.12) !important; color: #D97706 !important; border-color: rgba(245,158,11,.25) !important; }
.vs-kicker::before { content: '⚔ '; }
.vs-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 36px;
}
@media (max-width: 700px) { .vs-table { grid-template-columns: 1fr; } }
.vs-col {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 26px;
  text-align: left;
  position: relative;
}
.vs-col--bad { background: var(--bg-elev); opacity: .85; }
.vs-col--good {
  border: 2px solid var(--primary);
  box-shadow: 0 18px 40px -14px rgba(33,150,243,.30);
}
.vs-col-head {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
}
.vs-col--good .vs-col-head { border-color: rgba(33,150,243,.20); }
.vs-emoji { font-size: 26px; }
.vs-title { font-size: 16px; font-weight: 800; color: var(--text); flex: 1; }
.vs-badge-pop {
  background: linear-gradient(135deg, #2BA1FA, #1976D2);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 999px;
  letter-spacing: .04em;
}
.vs-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.vs-list li {
  font-size: 13.5px;
  color: var(--text);
  line-height: 1.5;
}
.vs-col--bad .vs-list li { color: var(--text-muted); }
.vs-list li strong { color: var(--text); font-weight: 800; }

/* ── Pricing guarantees row (debajo de los planes) ── */
.pricing-guarantees {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 900px;
  margin: 40px auto 0;
  padding: 22px;
  background: var(--bg-elev);
  border: 1px solid var(--border);
  border-radius: 16px;
}
@media (max-width: 720px) { .pricing-guarantees { grid-template-columns: 1fr; } }
.pg-item {
  display: flex; align-items: center; gap: 12px;
  text-align: left;
}
.pg-icon {
  width: 38px; height: 38px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  display: grid; place-items: center;
  font-size: 18px;
  flex-shrink: 0;
}
.pg-item strong { display: block; font-size: 13px; font-weight: 800; color: var(--text); }
.pg-item span { display: block; font-size: 11.5px; color: var(--text-muted); margin-top: 2px; }

/* ── Sticky mobile CTA ── */
.sticky-cta {
  position: fixed;
  bottom: 14px;
  left: 14px; right: 14px;
  z-index: 90;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
  box-shadow: 0 18px 40px -10px rgba(15,26,51,.25);
  padding: 8px 8px 8px 22px;
  animation: stickyIn .3s cubic-bezier(.4,0,.2,1) both;
}
@keyframes stickyIn {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.sticky-cta-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.sticky-cta-text { display: flex; flex-direction: column; line-height: 1.15; min-width: 0; }
.sticky-cta-text strong { font-size: 13.5px; font-weight: 800; color: var(--text); }
.sticky-cta-text span { font-size: 11.5px; color: var(--text-muted); }
.sticky-cta-btn {
  flex-shrink: 0;
  border-radius: 999px !important;
  padding: 10px 20px !important;
  font-size: 13px !important;
}
@media (min-width: 768px) {
  .sticky-cta { display: none !important; }  /* solo en mobile */
}

/* ── Headings genéricos ── */
h2 { letter-spacing: -.025em; }
h3 { letter-spacing: -.015em; }
