/* ═══════════════════════════════════════════
   VILSU LANDING V3 — CORE
   Tokens · reset · preloader · banner · hero · botones · nav
   Estrategia: tráfico orgánico · escasez evergreen
═══════════════════════════════════════════ */
:root {
  --pink:    #D63384;
  --pink-lt: #FFC2E8;
  --purple:  #931CD3;
  --deep:    #2D0A3D;
  --gold:    #FFD700;
  --orange:  #FF6B35;
  --green:   #22c55e;
  --red:     #ef4444;
  --white:   #FFFFFF;
  --ink:     #0a0010;
  --r:       20px;
  --banner-h: 46px;
}

*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--ink);
  color: var(--white);
  overflow-x: hidden;
  padding-top: var(--banner-h);
}
body.preloading { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
button { font-family: inherit; cursor: pointer; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 clamp(16px,5vw,48px); }
section { padding: clamp(64px,8vw,120px) 0; }

h2 { font-family: 'Poppins', sans-serif; font-size: clamp(28px,4vw,48px); font-weight: 900; line-height: 1.14; text-wrap: pretty; }
.hl-pink { color: var(--pink); }
.hl-gold { color: var(--gold); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--gold);
  background: rgba(255,215,0,0.1);
  border: 1px solid rgba(255,215,0,0.3);
  padding: 6px 14px; border-radius: 40px; margin-bottom: 20px;
}
.eyebrow::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); animation: pulse-dot 2s infinite; }
@keyframes pulse-dot { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.4; transform: scale(0.6); } }

.subtitle { font-size: clamp(15px,1.7vw,17px); color: rgba(255,255,255,0.62); line-height: 1.7; max-width: 660px; margin: 0 auto; }

/* ── REVEAL ── */
.reveal { opacity: 0; transform: translateY(38px); transition: opacity 0.7s cubic-bezier(0.22,1,0.36,1), transform 0.7s cubic-bezier(0.22,1,0.36,1); }
.reveal-left { opacity: 0; transform: translateX(-40px); transition: opacity 0.7s cubic-bezier(0.22,1,0.36,1), transform 0.7s cubic-bezier(0.22,1,0.36,1); }
.reveal-right { opacity: 0; transform: translateX(40px); transition: opacity 0.7s cubic-bezier(0.22,1,0.36,1), transform 0.7s cubic-bezier(0.22,1,0.36,1); }
.reveal.visible, .reveal-left.visible, .reveal-right.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: 0.1s; } .delay-2 { transition-delay: 0.2s; } .delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; } .delay-5 { transition-delay: 0.5s; }
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-left, .reveal-right { opacity: 1 !important; transform: none !important; }
}

/* ═══════════════════════════════════════════
   PRELOADER — vaso llenándose por capas
═══════════════════════════════════════════ */
#preloader {
  position: fixed; inset: 0; z-index: 100000;
  background: radial-gradient(ellipse 90% 70% at 50% 30%, #3d0a5c 0%, #1a0028 55%, #0a0010 100%);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 26px;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
#preloader.done { opacity: 0; visibility: hidden; }
.pl-brand { font-family: 'Poppins', sans-serif; font-weight: 900; letter-spacing: 3px; font-size: 13px; color: var(--gold); text-transform: uppercase; opacity: 0.9; }
.pl-brand small { display:block; font-weight:600; letter-spacing:5px; color: rgba(255,255,255,0.45); font-size:9px; margin-top:4px; }

/* The cup */
.pl-cup {
  position: relative; width: 96px; height: 118px;
  filter: drop-shadow(0 16px 36px rgba(147,28,211,0.45));
}
.pl-glass {
  position: absolute; inset: 0;
  /* trapezoid cup */
  clip-path: polygon(14% 0, 86% 0, 78% 100%, 22% 100%);
  background: rgba(255,255,255,0.06);
  border: 2px solid rgba(255,255,255,0.35);
  border-top: none;
  overflow: hidden;
}
.pl-fill {
  position: absolute; left: 0; right: 0; bottom: 0; height: 0%;
  background: linear-gradient(180deg, var(--pink) 0%, var(--purple) 100%);
  transition: height 0.25s ease;
}
/* layered dessert look using repeating bands */
.pl-fill::before {
  content: ''; position: absolute; inset: 0;
  background: repeating-linear-gradient(180deg,
    rgba(255,215,0,0.0) 0 14px,
    rgba(255,255,255,0.22) 14px 20px,
    rgba(255,107,53,0.25) 20px 30px,
    rgba(255,255,255,0.18) 30px 36px);
}
.pl-shine { position:absolute; top:0; left:18%; width:10%; height:100%; background:linear-gradient(180deg, rgba(255,255,255,0.5), transparent 60%); border-radius:40px; }
.pl-cherry {
  position:absolute; top:-9px; left:50%; transform:translateX(-50%) scale(0);
  width:18px; height:18px; border-radius:50%;
  background: radial-gradient(circle at 35% 30%, #ff6b8a, #c81d5a);
  box-shadow: 0 3px 8px rgba(200,29,90,0.5);
  transition: transform 0.4s cubic-bezier(0.34,1.56,0.64,1);
}
.pl-cup.full .pl-cherry { transform:translateX(-50%) scale(1); }

.pl-bar-wrap { width: 200px; }
.pl-bar { height: 6px; border-radius: 8px; background: rgba(255,255,255,0.1); overflow:hidden; }
.pl-bar-fill { height:100%; width:0%; border-radius:8px; background: linear-gradient(90deg, var(--pink), var(--gold)); transition: width 0.25s ease; }
.pl-pct { text-align:center; margin-top:10px; font-family:'Poppins',sans-serif; font-weight:800; font-size:13px; color: rgba(255,255,255,0.7); font-variant-numeric: tabular-nums; }
.pl-msg { font-size:12px; color: rgba(255,255,255,0.45); letter-spacing:0.5px; min-height:16px; }

/* ── CTA BUTTONS ── */
.cta-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  background: linear-gradient(135deg, var(--orange) 0%, #ff3355 100%);
  color: var(--white);
  font-family: 'Poppins', sans-serif;
  font-size: clamp(15px,2vw,17px); font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.5px;
  padding: 20px 36px; border-radius: 60px;
  border: none; position: relative; overflow: hidden;
  box-shadow: 0 8px 40px rgba(255,107,53,0.5);
  animation: cta-glow 3s ease-in-out infinite;
  transition: transform 0.2s, box-shadow 0.2s;
  max-width: 560px; width: 100%; text-align: center;
}
@keyframes cta-glow {
  0%,100% { box-shadow: 0 8px 40px rgba(255,107,53,0.5); }
  50% { box-shadow: 0 8px 40px rgba(255,107,53,0.7), 0 0 20px 8px rgba(255,107,53,0.15); }
}
.cta-btn:hover { transform: scale(1.03) translateY(-2px); box-shadow: 0 16px 56px rgba(255,107,53,0.65); }
.cta-btn::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,0.18) 0%, transparent 60%);
}
.cta-btn .ripple { position: absolute; border-radius: 50%; background: rgba(255,255,255,0.4); transform: scale(0); animation: ripple 0.7s linear; pointer-events: none; }
@keyframes ripple { to { transform: scale(4); opacity: 0; } }

.cta-mega { padding: 24px 40px; font-size: clamp(16px,2.2vw,19px); }
.cta-microcopy { font-size: 12px; color: rgba(255,255,255,0.5); text-align: center; margin-top: 10px; }

.cta-secondary {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  background: linear-gradient(135deg, var(--purple) 0%, #6b0fb0 100%);
  color: var(--white);
  font-family: 'Poppins', sans-serif;
  font-size: 15px; font-weight: 700; text-transform: uppercase;
  padding: 18px 32px; border-radius: 60px; border: none;
  box-shadow: 0 6px 28px rgba(147,28,211,0.45);
  transition: transform 0.2s, box-shadow 0.2s;
  text-align: center;
}
.cta-secondary:hover { transform: scale(1.03) translateY(-2px); box-shadow: 0 10px 36px rgba(147,28,211,0.6); }

.cta-mini {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--orange); color: var(--white);
  font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.5px;
  padding: 12px 18px; border-radius: 40px;
  box-shadow: 0 4px 20px rgba(255,107,53,0.4);
  transition: transform 0.2s, box-shadow 0.2s;
  white-space: nowrap;
}
.cta-mini:hover { transform: scale(1.05); box-shadow: 0 8px 28px rgba(255,107,53,0.6); }
.cta-ghost {
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  background: rgba(255,255,255,0.05); border:1px solid rgba(255,255,255,0.18);
  color: var(--white); font-family:'Poppins',sans-serif; font-weight:700; font-size:14px;
  padding: 14px 26px; border-radius: 50px; transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.cta-ghost:hover { background: rgba(255,255,255,0.09); border-color: rgba(255,215,0,0.4); transform: translateY(-2px); }

.cta-wrap { display: flex; flex-direction: column; align-items: center; gap: 10px; width: 100%; }
.cta-price-token { color: var(--white); font-weight: 900; }

/* ═══════════════════════════════════════════
   BANNER DE CUPOS (evergreen, sin fecha)
═══════════════════════════════════════════ */
#scarcity-banner {
  position: fixed; top: 0; left: 0; right: 0; z-index: 9999;
  background: linear-gradient(90deg, var(--deep) 0%, #3d0a5c 50%, var(--deep) 100%);
  border-bottom: 1px solid rgba(255,215,0,0.2);
  height: var(--banner-h); display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 500; padding: 0 16px; gap: 12px; text-align: center;
}
#scarcity-banner .pulse-dot { width: 8px; height: 8px; background: var(--orange); border-radius: 50%; animation: pulse-live 1.5s infinite; flex-shrink: 0; }
@keyframes pulse-live { 0%,100% { box-shadow: 0 0 0 0 rgba(255,107,53,0.6); } 50% { box-shadow: 0 0 0 6px rgba(255,107,53,0); } }
#scarcity-banner em { font-style: normal; color: var(--gold); font-weight: 700; }
#scarcity-banner .bn-spots { color: var(--gold); font-weight: 800; font-variant-numeric: tabular-nums; }
.bn-bar { width: 96px; height: 6px; border-radius: 6px; background: rgba(255,255,255,0.15); overflow: hidden; flex-shrink:0; }
.bn-bar i { display:block; height:100%; border-radius:6px; background: linear-gradient(90deg, var(--orange), var(--gold)); transition: width 1s ease; }
@media (max-width: 560px) { #scarcity-banner { font-size: 11.5px; gap: 8px; } .bn-bar { width: 60px; } #scarcity-banner .bn-hide-sm { display:none; } }

/* ── COUNTRY SWITCHER ── */
.country-switcher { position: fixed; top: calc(var(--banner-h) + 12px); right: 16px; z-index: 100; }
#country-btn {
  display: flex; align-items: center; gap: 8px;
  background: rgba(13,0,21,0.85); backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.12);
  color: var(--white); padding: 8px 12px; border-radius: 40px;
  font-size: 12px; font-weight: 700; transition: border-color 0.2s, background 0.2s;
}
#country-btn:hover { border-color: rgba(255,215,0,0.4); }
.country-menu {
  position: absolute; top: calc(100% + 6px); right: 0;
  background: rgba(13,0,21,0.95); backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px; padding: 6px;
  display: none; flex-direction: column; gap: 2px; min-width: 200px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.6);
}
.country-menu.open { display: flex; }
.country-menu button {
  display: flex; align-items: center; gap: 10px;
  background: none; border: none; color: rgba(255,255,255,0.85);
  padding: 10px 12px; border-radius: 8px; font-size: 13px; text-align: left;
  transition: background 0.15s;
}
.country-menu button:hover { background: rgba(255,255,255,0.06); color: var(--white); }
@media (max-width: 480px) { .country-switcher { top: calc(var(--banner-h) + 8px); right: 12px; } }

/* ── CHAPTER NAV (desktop) ── */
#chapter-nav { position: fixed; right: 24px; top: 50%; transform: translateY(-50%); z-index: 90; display: flex; flex-direction: column; gap: 10px; }
#chapter-nav a {
  width: 10px; height: 10px; border-radius: 50%;
  background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.2);
  position: relative; transition: background 0.2s, transform 0.2s;
}
#chapter-nav a:hover { background: var(--pink); transform: scale(1.3); }
#chapter-nav a.active { background: var(--gold); border-color: var(--gold); transform: scale(1.4); box-shadow: 0 0 16px rgba(255,215,0,0.5); }
#chapter-nav a::before {
  content: attr(data-tip); position: absolute; right: 22px; top: 50%; transform: translateY(-50%);
  background: rgba(13,0,21,0.92); color: var(--white);
  padding: 4px 10px; border-radius: 6px; font-size: 11px; font-weight: 600; white-space: nowrap;
  opacity: 0; pointer-events: none; transition: opacity 0.2s; border: 1px solid rgba(255,255,255,0.1);
}
#chapter-nav a:hover::before { opacity: 1; }
@media (max-width: 1100px) { #chapter-nav { display: none; } }

/* ── SCROLL PROGRESS ── */
.scroll-progress {
  position: fixed; top: var(--banner-h); left: 0; height: 3px; width: 0;
  background: linear-gradient(90deg, var(--pink), var(--gold));
  z-index: 9998; transition: width 0.05s linear; box-shadow: 0 0 8px rgba(255,215,0,0.4);
}

/* ═══════════════════════════════════════════
   HERO
═══════════════════════════════════════════ */
#hero {
  position: relative; padding: 0; overflow: hidden;
  background: radial-gradient(ellipse 100% 80% at 50% 0%, #4a0a72 0%, #1a0028 60%, #0a0010 100%);
  min-height: calc(100vh - var(--banner-h));
  display: flex; flex-direction: column;
}
.grid-bg {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(147,28,211,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(147,28,211,0.08) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, black 30%, transparent 100%);
  animation: grid-drift 20s linear infinite;
}
@keyframes grid-drift { from { background-position: 0 0; } to { background-position: 0 60px; } }

.orb { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.5; pointer-events: none; animation: orb-float 22s linear infinite; }
.orb-1 { width: 400px; height: 400px; background: var(--purple); top: -100px; left: -100px; }
.orb-2 { width: 300px; height: 300px; background: var(--pink); top: 20%; right: -80px; animation-delay: -8s; }
.orb-3 { width: 200px; height: 200px; background: var(--gold); bottom: 10%; left: 30%; animation-delay: -12s; opacity: 0.2; }
@keyframes orb-float { 0%,100% { transform: translate(0,0) scale(1); } 33% { transform: translate(30px,-20px) scale(1.05); } 66% { transform: translate(-20px,30px) scale(0.95); } }

.particles { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.particle { position: absolute; border-radius: 50%; animation: particle-rise linear infinite; }
@keyframes particle-rise { from { transform: translateY(100vh) scale(0); opacity: 0; } 10% { opacity: 1; } to { transform: translateY(-10vh) scale(1.5); opacity: 0; } }

.hero-pre {
  position: relative; z-index: 2;
  background: linear-gradient(90deg, rgba(214,51,132,0.15), rgba(147,28,211,0.15));
  border-bottom: 1px solid rgba(214,51,132,0.25);
  padding: clamp(12px,2.2vw,18px) 20px; text-align: center;
}
.hero-pre .pre-pretitulo { display: block; font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--pink-lt); margin-bottom: 6px; }
.hero-pre p { font-size: clamp(13px,1.7vw,16px); color: rgba(255,255,255,0.85); max-width: 740px; margin: 0 auto; line-height: 1.55; font-weight: 500; }
.hero-pre p strong { color: var(--gold); }

.hero-main { flex: 1; display: flex; align-items: center; padding: clamp(36px,5vw,72px) 0; position: relative; z-index: 2; }
.hero-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(32px,5vw,64px); align-items: center; }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; } .hero-img-col { order: -1; } }

.hero-text-col { display: flex; flex-direction: column; gap: 22px; }
.hero-tag {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,215,0,0.08); border: 1px solid rgba(255,215,0,0.25);
  border-radius: 40px; padding: 8px 14px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.3px; color: var(--gold); width: fit-content;
}
.hero-tag .live-dot { width: 7px; height: 7px; background: var(--gold); border-radius: 50%; animation: pulse-live 1.5s infinite; }

.hero-h1 { font-family: 'Poppins', sans-serif; font-size: clamp(30px,4.5vw,56px); font-weight: 900; line-height: 1.08; text-wrap: pretty; }
.hero-sub { font-size: clamp(15px,1.8vw,18px); color: rgba(255,255,255,0.75); line-height: 1.65; max-width: 540px; }
.hero-sub strong { color: var(--gold); font-weight: 700; }

/* hero scarcity card (replaces countdown) */
.hero-spots {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,107,53,0.28);
  border-radius: var(--r); padding: 18px 22px;
}
.hs-top { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom: 12px; }
.hs-label { display:flex; align-items:center; gap:8px; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,0.6); }
.hs-label .dot { width:8px; height:8px; border-radius:50%; background: var(--orange); animation: pulse-live 1.5s infinite; }
.hs-count { font-family:'Poppins',sans-serif; font-weight:900; font-size: 15px; color: var(--gold); white-space:nowrap; }
.hs-count b { font-size: 22px; }
.hs-bar { height: 12px; border-radius: 8px; background: rgba(255,255,255,0.1); overflow: hidden; position: relative; }
.hs-bar i { position:absolute; left:0; top:0; bottom:0; border-radius:8px; background: linear-gradient(90deg, var(--orange), #ff3355); transition: width 1.1s cubic-bezier(0.22,1,0.36,1); box-shadow: 0 0 12px rgba(255,107,53,0.5); }
.hs-foot { margin-top: 10px; font-size: 12px; color: rgba(255,255,255,0.5); }
.hs-foot strong { color: rgba(255,255,255,0.8); }

.cta-microrow { display:flex; align-items:center; gap: 14px; flex-wrap: wrap; }
.hero-rating { display: flex; align-items: center; gap: 10px; font-size: 13px; color: rgba(255,255,255,0.6); }
.hero-rating .stars { color: var(--gold); font-size: 16px; letter-spacing: 1px; }
.hero-rating strong { color: var(--white); }

/* Hero image col */
.hero-img-col { position: relative; display: flex; align-items: center; justify-content: center; min-height: 520px; }
.hero-img-stage { position: relative; display: flex; align-items: center; justify-content: center; width: 100%; }
.hero-img-glow { position: absolute; width: 70%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(214,51,132,0.4) 0%, transparent 70%); animation: pulse-glow 4s ease-in-out infinite; }
@keyframes pulse-glow { 0%,100% { transform: scale(0.95); opacity: 0.7; } 50% { transform: scale(1.05); opacity: 1; } }
.img-float { width: 100%; max-width: 720px; filter: drop-shadow(0 24px 80px rgba(147,28,211,0.5)); animation: hero-float 6s ease-in-out infinite; position: relative; z-index: 2; }
@keyframes hero-float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-16px) rotate(1deg); } }
.ring-pulse { position: absolute; width: 90%; aspect-ratio: 1; border: 2px solid rgba(255,215,0,0.3); border-radius: 50%; pointer-events: none; animation: ring-out 3s ease-out infinite; }
.ring-pulse.r2 { animation-delay: 1.5s; }
@keyframes ring-out { 0% { transform: scale(0.8); opacity: 1; } 100% { transform: scale(1.3); opacity: 0; } }

.hero-badge {
  position: absolute; z-index: 4;
  background: rgba(13,0,21,0.92); backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px; padding: 10px 14px;
  font-size: 12px; font-weight: 600; white-space: nowrap;
  box-shadow: 0 8px 32px rgba(0,0,0,0.4);
  display: flex; align-items: center; gap: 8px;
  animation: badge-bounce 3s ease-in-out infinite;
}
@keyframes badge-bounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.hero-badge.bv-orange { top: 5%; right: -2%; background: linear-gradient(135deg, var(--orange), #ff3355); border-color: transparent; font-family: 'Poppins', sans-serif; }
.hero-badge.bv-orange .bb-flash { font-size: 18px; }
.hero-badge.bv-gold { top: 50%; left: -5%; background: linear-gradient(135deg, var(--gold), #ffaa00); color: var(--deep); border-color: transparent; font-family: 'Poppins', sans-serif; font-weight: 900; animation-delay: 1s; }
.hero-badge.bv-gold small { font-size: 9px; letter-spacing: 1px; opacity: 0.8; font-weight: 700; }
.hero-badge.bv-green { bottom: 8%; right: 5%; border-color: rgba(34,197,94,0.4); background: rgba(34,197,94,0.15); animation-delay: 1.5s; }
.hero-badge.bv-green span:first-child { font-size: 18px; }
@media (max-width: 600px) {
  .hero-badge { font-size: 10px; padding: 6px 10px; }
  .hero-badge.bv-orange { right: 0; top: 2%; }
  .hero-badge.bv-gold { left: 0; }
  .hero-badge.bv-green { right: 2%; bottom: 5%; }
}

.scroll-indicator {
  position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: rgba(255,255,255,0.5); font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  z-index: 5; transition: color 0.2s;
}
.scroll-indicator:hover { color: var(--white); }
.si-mouse { width: 22px; height: 36px; border: 2px solid rgba(255,255,255,0.4); border-radius: 12px; position: relative; }
.si-dot { position: absolute; left: 50%; top: 6px; transform: translateX(-50%); width: 4px; height: 6px; background: var(--gold); border-radius: 4px; animation: scroll-dot 1.8s ease-in-out infinite; }
@keyframes scroll-dot { 0% { transform: translate(-50%,0); opacity: 1; } 60% { transform: translate(-50%,12px); opacity: 0; } 100% { transform: translate(-50%,0); opacity: 0; } }

/* ── TICKER ── */
#ticker { background: rgba(255,255,255,0.03); border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06); padding: 14px 0; overflow: hidden; }
.ticker-track { display: flex; gap: 60px; animation: ticker-scroll 32s linear infinite; width: max-content; }
@keyframes ticker-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.ticker-item { display: flex; align-items: center; gap: 10px; font-size: 13px; color: rgba(255,255,255,0.55); white-space: nowrap; }
.ticker-item strong { color: var(--gold); font-weight: 700; }
.ticker-item .t-icon { font-size: 16px; }
