/* ============================================================
   LAUNCHQUAKE — Coming Soon  (GTA VI edition)
   Vice City synthwave. Display: Anton · Body: Inter · Numerics: Azeret Mono
   ============================================================ */

:root {
  color-scheme: dark;
  --bg: #050512; --bg-2: #080a1d;
  --pink: #ff2ea6; --pink-2: #ff5bc6; --cyan: #43f3ff;
  --orange: #ff9b2f; --green: #72ff65; --purple: #b358ff; --red: #ff3869;
  --text: #fff8ff; --muted: #9aa2c7; --muted-2: #636b95;
  --shadow-pink: 0 0 26px rgba(255, 46, 166, 0.38);
  --shadow-cyan: 0 0 24px rgba(67, 243, 255, 0.26);
  --radius-xl: 26px; --radius-lg: 18px; --radius-md: 14px;
  --mx: 50vw; --my: 50vh;
  --grad-cta: linear-gradient(100deg, #ff2ea6, #ff5bc6 38%, #ff7a3c 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --display: "Anton", "Inter", sans-serif;
  --mono: "Azeret Mono", ui-monospace, "SF Mono", Menlo, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  min-height: 100vh; margin: 0; color: var(--text);
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 46, 166, 0.16), transparent 34rem),
    radial-gradient(circle at 86% 6%, rgba(67, 243, 255, 0.12), transparent 28rem),
    radial-gradient(circle at 50% 100%, rgba(255, 117, 43, 0.16), transparent 36rem),
    linear-gradient(135deg, #030411 0%, #080520 42%, #0b0822 100%);
  overflow-x: hidden;
}
body::after {
  content: ""; position: fixed; inset: 0; z-index: -4; pointer-events: none; opacity: 0.5;
  background-image:
    linear-gradient(rgba(71, 242, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 46, 166, 0.045) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 80%, transparent);
}
body.tremor { animation: tremor 0.6s cubic-bezier(.36,.07,.19,.97) both; }

button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; }
::selection { background: rgba(255, 46, 166, 0.38); color: #fff; }

/* ---------- Ambient scene ---------- */
#ambient-canvas { position: fixed; inset: 0; z-index: -2; width: 100%; height: 100%; pointer-events: none; opacity: .88; }
.cursor-glow {
  position: fixed; inset: 0; z-index: 8; pointer-events: none; mix-blend-mode: screen; opacity: .85;
  background: radial-gradient(circle 420px at var(--mx) var(--my), rgba(255,46,166,.13), rgba(67,243,255,.055) 26%, transparent 58%);
}
.scene, .scene > * { pointer-events: none; }
.scene { position: fixed; inset: 0; z-index: -3; overflow: hidden; }
.scene__horizon {
  position: absolute; inset: auto -12% -10% -12%; height: 44vh; filter: blur(12px); opacity: .88;
  background:
    radial-gradient(ellipse at 50% 100%, rgba(255,125,45,.38), transparent 58%),
    radial-gradient(ellipse at 35% 70%, rgba(255,46,166,.2), transparent 60%),
    linear-gradient(to top, rgba(6,7,26,.96), rgba(12,8,40,.22), transparent);
}
.scene__grid {
  position: absolute; inset: auto -10% -24% -10%; height: 58vh; opacity: .2; filter: blur(.2px);
  transform: perspective(650px) rotateX(58deg); transform-origin: 50% 100%;
  background-image:
    linear-gradient(rgba(255,46,166,.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(67,243,255,.14) 1px, transparent 1px);
  background-size: 72px 72px; animation: gridDrift 16s linear infinite;
}
.scene__sun {
  position: absolute; right: 8%; bottom: 22%; width: 300px; aspect-ratio: 1; border-radius: 50%;
  opacity: .16; filter: blur(1px);
  background:
    repeating-linear-gradient(to bottom, rgba(255,255,255,.16) 0 2px, transparent 2px 15px),
    linear-gradient(180deg, rgba(255,225,106,.94), rgba(255,94,157,.72) 48%, rgba(100,36,255,.08));
  box-shadow: 0 0 90px rgba(255,97,53,.32), 0 0 170px rgba(255,46,166,.2);
}
.scene__streak {
  position: absolute; width: 42vw; height: 2px; border-radius: 999px; opacity: .38; transform: rotate(-12deg);
  background: linear-gradient(90deg, transparent, rgba(67,243,255,.84), rgba(255,46,166,.7), transparent);
  box-shadow: 0 0 24px rgba(67,243,255,.42); animation: streak 8s ease-in-out infinite;
}
.scene__streak--one { top: 15%; left: 17%; }
.scene__streak--two { top: 48%; right: -12%; animation-delay: -3s; width: 34vw; }
.scene__streak--three { bottom: 15%; left: -15%; animation-delay: -5s; width: 48vw; }
.palm {
  position: fixed; z-index: -1; width: min(17vw, 240px); min-width: 120px;
  fill: rgba(3,4,14,.7); filter: drop-shadow(0 0 28px rgba(255,46,166,.18)); opacity: .65;
}
.palm--left { left: -36px; bottom: -16px; }
.palm--right { right: -42px; bottom: -24px; transform: scaleX(-1); }

/* ---------- Glass panel ---------- */
.glass {
  position: relative; overflow: hidden; border: 1px solid rgba(255,46,166,.2);
  background:
    linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025)),
    linear-gradient(180deg, rgba(14,20,48,.82), rgba(6,8,26,.72));
  box-shadow: 0 20px 70px rgba(0,0,0,.46), inset 0 1px 0 rgba(255,255,255,.08), inset 0 0 34px rgba(255,46,166,.035);
  backdrop-filter: blur(18px) saturate(130%);
}
.glass::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .9;
  transition: transform .5s ease, opacity .5s ease;
  background:
    linear-gradient(105deg, transparent 0%, rgba(255,255,255,.13) 45%, transparent 52%) -140% 0 / 70% 100% no-repeat,
    radial-gradient(circle at 0 0, rgba(255,46,166,.18), transparent 34%),
    radial-gradient(circle at 100% 0, rgba(67,243,255,.12), transparent 32%);
}
.glass:hover::before { transform: translateX(45%); opacity: 1; }

/* ---------- Layout ---------- */
.page { position: relative; z-index: 1; width: min(1200px, 100%); margin: 0 auto; padding: 0 clamp(16px,4vw,40px) 70px; }
section { margin-top: clamp(56px, 8vw, 100px); }

.reveal { opacity: 0; transform: translateY(20px); }
.reveal.in { animation: reveal .9s cubic-bezier(.2,.8,.2,1) forwards; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  color: var(--cyan); font-size: .76rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase;
  text-shadow: var(--shadow-cyan);
}
.eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 999px; background: currentColor; box-shadow: 0 0 12px currentColor; animation: livePulse 1.8s ease-in-out infinite; }
.eyebrow.pink { color: var(--pink-2); text-shadow: 0 0 12px rgba(255,46,166,.5); }

.section-head { text-align: center; display: grid; gap: 14px; justify-items: center; margin-bottom: 34px; }
.section-head h2 {
  margin: 0; font-family: var(--display); font-weight: 400; letter-spacing: .01em;
  font-size: clamp(2rem, 5.5vw, 3.6rem); line-height: .96; text-transform: uppercase;
  text-shadow: 0 0 30px rgba(255,46,166,.18);
}
.section-head p { margin: 0; color: var(--muted); max-width: 54ch; line-height: 1.6; }
.glow-pink { color: var(--pink); text-shadow: 0 0 26px rgba(255,46,166,.7); }
.glow-cyan { color: var(--cyan); text-shadow: 0 0 26px rgba(67,243,255,.6); }

/* ============================================================
   NAV
   ============================================================ */
.nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 0 6px; }
.nav__logo { display: flex; align-items: center; }
.nav__logo img { height: 44px; width: auto; filter: drop-shadow(0 0 7px rgba(255,46,166,.28)); }
.nav__cta {
  padding: 11px 18px; border-radius: 12px; color: #fff; font-size: .74rem; font-weight: 900;
  letter-spacing: .06em; text-transform: uppercase; text-decoration: none;
  border: 1px solid rgba(67,243,255,.4); background: rgba(67,243,255,.06);
  transition: transform .18s ease, box-shadow .2s ease, border-color .2s ease;
}
.nav__cta:hover { transform: translateY(-2px); border-color: var(--cyan); box-shadow: var(--shadow-cyan); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  display: grid; grid-template-columns: minmax(260px, .92fr) minmax(0, 1.1fr);
  align-items: center; gap: clamp(24px, 4vw, 56px); padding-top: clamp(10px, 2vw, 26px);
}
.hero__logo-col { display: grid; justify-items: center; }
.hero__logo { width: min(460px, 100%); height: auto; filter: drop-shadow(0 0 22px rgba(255,46,166,.22)); animation: floatLogo 7s ease-in-out infinite; }
.hero__copy { display: grid; gap: 20px; justify-items: start; text-align: left; }
.hero__tag {
  display: inline-flex; align-items: center; gap: 10px; flex-wrap: wrap;
  padding: 8px 16px; border-radius: 999px; border: 1px solid rgba(67,243,255,.3); background: rgba(67,243,255,.05);
  color: var(--cyan); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase;
}
.hero__tag b { color: var(--pink-2); }
.hero h1 {
  margin: 0; max-width: 14ch; font-family: var(--display); font-weight: 400;
  font-size: clamp(2.4rem, 5.6vw, 4.6rem); line-height: .9; text-transform: uppercase; letter-spacing: .005em;
  transform: skew(-6deg); color: var(--pink);
  text-shadow: 0 0 40px rgba(255,46,166,.7), 0 0 80px rgba(255,46,166,.35);
}
.hero h1 .w { color: var(--text); text-shadow: 0 0 30px rgba(255,255,255,.2); }
.hero__sub { margin: 0; max-width: 56ch; color: var(--muted); font-size: clamp(.95rem,1.3vw,1.1rem); line-height: 1.55; }
.hero__sub b { color: var(--text); font-weight: 700; }

/* countdown */
.countdown-wrap { display: grid; gap: 12px; justify-items: start; margin-top: 0; width: 100%; }
.countdown-label { color: var(--cyan); font-size: .74rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; text-shadow: var(--shadow-cyan); }
.countdown { display: flex; gap: 10px; flex-wrap: wrap; }
.countdown div {
  min-width: 78px; text-align: center; padding: 14px 8px 9px; border-radius: 16px;
  border: 1px solid rgba(255,46,166,.26);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  box-shadow: inset 0 0 22px rgba(255,46,166,.05);
}
.countdown strong {
  display: block; font-family: var(--display); font-weight: 400; color: var(--pink);
  font-size: clamp(1.8rem, 4vw, 2.8rem); line-height: 1; font-variant-numeric: tabular-nums;
  text-shadow: var(--shadow-pink);
}
.countdown span { display: block; margin-top: 6px; color: var(--muted); font-size: .58rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }

/* waitlist form */
.waitlist { width: 100%; margin-top: 0; }
.access-form { display: flex; gap: 12px; flex-wrap: wrap; }
.field {
  flex: 1 1 240px; min-width: 0; display: flex; align-items: center; gap: 12px; height: 60px; padding: 0 18px;
  border: 1px solid rgba(67,243,255,.26); border-radius: 16px;
  background: linear-gradient(180deg, rgba(10,14,30,.7), rgba(6,8,20,.7));
  transition: border-color .2s ease, box-shadow .2s ease;
}
.field:focus-within { border-color: var(--cyan); box-shadow: 0 0 24px rgba(67,243,255,.22); }
.field svg { width: 18px; height: 18px; color: var(--cyan); flex: none; }
.field input { flex: 1; min-width: 0; border: none; background: none; outline: none; color: var(--text); font-size: 1rem; font-weight: 600; }
.field input::placeholder { color: var(--muted-2); }
.cta {
  position: relative; overflow: hidden; height: 60px; padding: 0 28px; border-radius: 16px; border: none; color: #fff;
  background: var(--grad-cta); box-shadow: 0 0 26px rgba(255,46,166,.4), 0 8px 30px rgba(255,46,166,.25);
  font-size: .82rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 10px; transition: transform .18s ease, box-shadow .2s ease;
}
.cta:hover { transform: translateY(-2px); box-shadow: 0 0 34px rgba(255,46,166,.55), 0 10px 36px rgba(255,122,60,.3); }
.cta:disabled { opacity: .65; cursor: not-allowed; transform: none; }
.cta svg { width: 18px; height: 18px; }
.cta::after { content: ""; position: absolute; inset: 0; transform: translateX(-110%); transition: transform .6s ease; background: linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent); }
.cta:hover::after { transform: translateX(110%); }
.form-note { margin: 14px 0 0; color: var(--muted-2); font-size: .8rem; }
.form-note.err { color: var(--red); }

/* success / code */
.access-success { display: none; grid-column: 1 / -1; width: min(680px,100%); margin: 8px auto 0; }
.access-success.show { display: block; animation: reveal .5s ease forwards; }
.code-box {
  display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px 20px; border-radius: 16px;
  border: 1px dashed rgba(67,243,255,.5);
  background: radial-gradient(circle at 20% 0, rgba(67,243,255,.12), transparent 60%), rgba(255,255,255,.03);
}
.code-box .code { font-family: var(--mono); font-weight: 700; font-size: 1.5rem; letter-spacing: .12em; color: var(--cyan); text-shadow: var(--shadow-cyan); }
.copy-btn { display: inline-flex; align-items: center; gap: 7px; padding: 10px 15px; border-radius: 11px; border: 1px solid rgba(67,243,255,.4); color: var(--cyan); background: rgba(67,243,255,.06); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; transition: background .2s ease, transform .15s ease; }
.copy-btn:hover { background: rgba(67,243,255,.14); transform: translateY(-1px); }
.copy-btn svg { width: 14px; height: 14px; }
.queue-readout { margin-top: 16px; display: grid; gap: 10px; text-align: left; }
.queue-line { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.queue-line .label { color: var(--muted); font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.queue-line .value { font-family: var(--mono); font-weight: 700; font-size: 1.05rem; }
.queue-line .value .pink { color: var(--pink); }
.progress { position: relative; height: 10px; border-radius: 999px; overflow: hidden; background: rgba(255,255,255,.06); border: 1px solid rgba(255,46,166,.18); }
.progress > i { position: absolute; inset: 0 auto 0 0; width: var(--p, 12%); border-radius: 999px; background: linear-gradient(90deg, var(--pink), var(--orange) 60%, var(--cyan)); box-shadow: 0 0 18px rgba(255,46,166,.5); transition: width .8s cubic-bezier(.2,.8,.2,1); }
.queue-hint { color: var(--muted-2); font-size: .76rem; line-height: 1.5; }

/* ============================================================
   GLOBAL IMPACT MONITOR (seismograph)
   ============================================================ */
.monitor { border-radius: var(--radius-xl); padding: 18px clamp(14px,2vw,22px); margin-top: 30px; width: min(900px,100%); margin-left: auto; margin-right: auto; }
.monitor__top { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin-bottom: 4px; }
.monitor__title { display: flex; align-items: center; gap: 12px; }
.monitor__title .dot { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; color: var(--cyan); border: 1px solid rgba(67,243,255,.4); background: rgba(67,243,255,.06); box-shadow: inset 0 0 16px rgba(67,243,255,.2); }
.monitor__title strong { font-weight: 900; letter-spacing: .04em; text-transform: uppercase; font-size: .85rem; }
.monitor__title span { display: block; color: var(--muted); font-size: .74rem; font-weight: 600; }
.live-pill { display: inline-flex; align-items: center; gap: 8px; color: var(--red); font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.live-pill span { width: 9px; height: 9px; border-radius: 999px; background: var(--red); box-shadow: 0 0 12px var(--red); animation: livePulse 1.4s ease-in-out infinite; }
.live-pill small { color: var(--muted); font-size: .64rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.live-pill strong { font-family: var(--mono); font-weight: 700; font-size: 1rem; color: var(--orange); text-shadow: 0 0 16px rgba(255,155,47,.55); font-variant-numeric: tabular-nums; }
#seismoCanvas { display: block; width: 100%; height: 120px; }
.monitor__cap { margin: 6px 2px 0; color: var(--muted-2); font-size: .72rem; text-align: center; }

/* ============================================================
   LIVE METRIC STRIP
   ============================================================ */
.metric-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.metric {
  border-radius: var(--radius-lg); padding: 16px 16px 12px; display: grid; gap: 6px; align-content: start;
  transition: transform .25s ease, box-shadow .25s ease;
}
.metric:hover { transform: translateY(-4px); }
.metric__label { display: inline-flex; align-items: center; gap: 8px; font-size: .64rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.metric__label i { width: 22px; height: 22px; border-radius: 7px; display: grid; place-items: center; font-style: normal; font-size: .8rem; border: 1px solid currentColor; }
.metric__value { font-family: var(--display); font-weight: 400; font-size: clamp(1.5rem,2.4vw,2.1rem); line-height: 1; color: var(--text); }
.metric__sub { color: var(--muted); font-size: .68rem; }
.metric .spark { width: 100%; height: 30px; margin-top: 4px; }
.metric .spark path { fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.m-pink { color: var(--pink); border-color: rgba(255,46,166,.45) !important; } .m-pink .spark path { stroke: var(--pink); filter: drop-shadow(0 0 5px rgba(255,46,166,.6)); }
.m-purple { color: var(--purple); border-color: rgba(179,88,255,.45) !important; } .m-purple .spark path { stroke: var(--purple); filter: drop-shadow(0 0 5px rgba(179,88,255,.6)); }
.m-cyan { color: var(--cyan); border-color: rgba(67,243,255,.45) !important; } .m-cyan .spark path { stroke: var(--cyan); filter: drop-shadow(0 0 5px rgba(67,243,255,.6)); }
.m-orange { color: var(--orange); border-color: rgba(255,155,47,.45) !important; } .m-orange .spark path { stroke: var(--orange); filter: drop-shadow(0 0 5px rgba(255,155,47,.6)); }
.m-green { color: var(--green); border-color: rgba(114,255,101,.45) !important; } .m-green .spark path { stroke: var(--green); filter: drop-shadow(0 0 5px rgba(114,255,101,.6)); }
.metric .metric__value, .metric .metric__sub { color: var(--text); }
.metric .metric__sub { color: var(--muted); }
.strip-note { text-align: center; color: var(--muted-2); font-size: .76rem; margin-top: 16px; }

/* ============================================================
   SIGNAL SOURCES
   ============================================================ */
.sources { display: grid; grid-template-columns: repeat(7, 1fr); gap: 12px; }
.source {
  border-radius: var(--radius-lg); padding: 20px 12px; text-align: center; display: grid; gap: 10px; justify-items: center;
  border: 1px solid rgba(67,243,255,.18);
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.015));
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.source:hover { transform: translateY(-5px); border-color: var(--cyan); box-shadow: 0 18px 40px rgba(0,0,0,.5), 0 0 26px rgba(67,243,255,.2); }
.source__icon { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; color: var(--cyan); font-size: 1.3rem; border: 1px solid rgba(67,243,255,.4); background: rgba(67,243,255,.06); box-shadow: inset 0 0 20px rgba(67,243,255,.18); }
.source h3 { margin: 0; font-size: .82rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.source p { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.4; }

/* ============================================================
   VICE CITY HEATMAP
   ============================================================ */
.vice-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.vice-map { border-radius: var(--radius-xl); padding: 18px; }
.vice-map__head { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin-bottom: 8px; }
.vice-map__head .eyebrow { margin: 0; }
.map-legend { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.legend-bar { width: 120px; height: 8px; border-radius: 999px; background: linear-gradient(90deg, rgba(67,243,255,.6), var(--pink), var(--orange)); box-shadow: 0 0 12px rgba(255,46,166,.4); }
.map-stage { position: relative; border-radius: var(--radius-lg); overflow: hidden; background: linear-gradient(180deg, rgba(7,10,30,.7), rgba(4,6,20,.7)); }
.world-map { width: 100%; height: auto; display: block; }
.map-grid-lines path { stroke: rgba(120,150,210,.1); stroke-width: 1; fill: none; }
.continents .land { fill: url(#landGradient); stroke: rgba(67,243,255,.18); stroke-width: 1; }
.heat-blobs ellipse { animation: heatPulse 4s ease-in-out infinite; mix-blend-mode: screen; }
.network-lines path { fill: none; stroke: rgba(67,243,255,.35); stroke-width: 1.3; stroke-dasharray: 5 6; animation: networkFlow 3.4s linear infinite; }
.hotspot .pulse { fill: rgba(255,46,166,.5); transform-box: fill-box; transform-origin: center; animation: hotspotPulse 2.4s ease-out infinite; animation-delay: var(--delay); }
.hotspot .dot { fill: #fff; filter: drop-shadow(0 0 8px var(--pink)); }
.city-label rect { fill: rgba(6,10,26,.86); stroke: rgba(255,46,166,.5); stroke-width: 1; }
.city-label text { fill: #fff; font: 700 13px Inter, sans-serif; }
.city-label text.small { fill: var(--cyan); font-size: 11px; font-weight: 600; }
.city-label--cyan rect { stroke: rgba(67,243,255,.55); }

.city-cards { display: grid; grid-template-columns: 1.1fr repeat(5, 1fr); gap: 14px; }
.vice-intro { border-radius: var(--radius-xl); padding: 24px; display: flex; flex-direction: column; }
.vice-intro .eyebrow { margin-bottom: 14px; }
.vice-intro h3 { margin: 0; font-family: var(--display); font-weight: 400; font-style: italic; font-size: clamp(2.4rem,4vw,3.4rem); line-height: .9; color: var(--pink); text-shadow: 0 0 26px rgba(255,46,166,.7); transform: skew(-4deg); }
.vice-intro p { color: var(--muted); line-height: 1.6; margin: 16px 0 20px; font-size: .92rem; }
.ghost-btn { margin-top: auto; align-self: flex-start; padding: 12px 18px; border-radius: 12px; color: var(--cyan); text-decoration: none; font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; border: 1px solid rgba(67,243,255,.4); background: rgba(67,243,255,.05); transition: transform .18s ease, box-shadow .2s ease, border-color .2s ease; }
.ghost-btn:hover { transform: translateY(-2px); border-color: var(--cyan); box-shadow: var(--shadow-cyan); }
.city {
  position: relative; border-radius: var(--radius-lg); overflow: hidden; min-height: 230px; padding: 16px;
  display: flex; flex-direction: column; justify-content: flex-end;
  border: 1px solid rgba(255,46,166,.2); background: linear-gradient(180deg, rgba(20,10,40,.4), rgba(6,8,26,.7));
  transition: transform .25s ease, box-shadow .25s ease;
}
.city:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(0,0,0,.5), 0 0 30px rgba(255,46,166,.18); }
.city__sun { position: absolute; top: 18px; left: 50%; transform: translateX(-50%); width: 84px; height: 84px; border-radius: 50%; background: linear-gradient(180deg, #ffd166, #ff7a3c 45%, var(--pink)); box-shadow: 0 0 40px rgba(255,122,60,.6), 0 0 70px rgba(255,46,166,.4); }
.city__skyline { position: absolute; left: 0; right: 0; top: 52px; height: 120px; opacity: .5; background:
  repeating-linear-gradient(90deg, transparent 0 6px, rgba(6,10,26,.9) 6px 10px, transparent 10px 18px, rgba(6,10,26,.7) 18px 26px, transparent 26px 30px);
  mask-image: linear-gradient(to top, #000, transparent); }
.city__rank { position: relative; font-family: var(--display); font-weight: 400; color: var(--pink); font-size: 1.5rem; line-height: 1; text-shadow: var(--shadow-pink); }
.city__name { position: relative; margin: 4px 0 2px; font-weight: 900; font-size: 1.05rem; letter-spacing: .02em; text-transform: uppercase; }
.city__note { position: relative; color: var(--muted); font-size: .74rem; margin-bottom: 10px; }
.city__bar { position: relative; height: 6px; border-radius: 999px; background: rgba(255,255,255,.08); overflow: hidden; }
.city__bar > i { position: absolute; inset: 0 auto 0 0; width: var(--s,70%); border-radius: 999px; background: linear-gradient(90deg, var(--pink), var(--cyan)); box-shadow: 0 0 12px rgba(255,46,166,.5); }
.city__score { position: relative; margin-top: 8px; color: var(--muted); font-size: .72rem; }
.city__score b { font-family: var(--mono); color: var(--text); }

/* ============================================================
   WHAT YOU'LL TRACK  (playful indexes)
   ============================================================ */
.track-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.track {
  position: relative; border-radius: var(--radius-lg); padding: 20px 18px; display: grid; gap: 8px; align-content: start;
  transition: transform .25s ease, box-shadow .25s ease;
}
.track:hover { transform: translateY(-4px); box-shadow: 0 22px 50px rgba(0,0,0,.5), 0 0 28px rgba(255,46,166,.16); }
.track__lock { position: absolute; top: 14px; right: 14px; font-size: .58rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; color: var(--muted-2); display: inline-flex; align-items: center; gap: 5px; }
.track__lock svg { width: 11px; height: 11px; }
.track__icon { font-size: 1.5rem; width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.12); background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02)); }
.track h3 { margin: 0; font-size: 1rem; font-weight: 900; letter-spacing: -.01em; }
.track p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.5; }
.t-pink .track__icon { color: var(--pink); box-shadow: inset 0 0 18px rgba(255,46,166,.18); border-color: rgba(255,46,166,.4); }
.t-cyan .track__icon { color: var(--cyan); box-shadow: inset 0 0 18px rgba(67,243,255,.18); border-color: rgba(67,243,255,.4); }
.t-orange .track__icon { color: var(--orange); box-shadow: inset 0 0 18px rgba(255,155,47,.18); border-color: rgba(255,155,47,.4); }
.t-green .track__icon { color: var(--green); box-shadow: inset 0 0 18px rgba(114,255,101,.18); border-color: rgba(114,255,101,.4); }
.t-purple .track__icon { color: var(--purple); box-shadow: inset 0 0 18px rgba(179,88,255,.18); border-color: rgba(179,88,255,.4); }

/* marquee of the rest */
.marquee { margin-top: 22px; position: relative; overflow: hidden; border-radius: 14px; border: 1px solid rgba(255,46,166,.18); background: rgba(255,255,255,.02); padding: 14px 0; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee__track { display: flex; gap: 36px; width: max-content; animation: marquee 38s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__track span { color: var(--muted); font-size: .8rem; font-weight: 800; letter-spacing: .04em; white-space: nowrap; display: inline-flex; align-items: center; gap: 10px; }
.marquee__track span::before { content: "◆"; color: var(--pink); font-size: .6rem; }

/* ============================================================
   EARLY LIST  (checklist + referral / share)
   ============================================================ */
.early { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: stretch; }
.panel-pad { border-radius: var(--radius-xl); padding: clamp(22px,2.6vw,32px); }
.checklist { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 14px; }
.checklist li { display: flex; align-items: center; gap: 14px; font-weight: 800; font-size: 1.02rem; }
.checklist .tick { flex: none; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; color: var(--cyan); border: 1.5px solid var(--cyan); box-shadow: 0 0 14px rgba(67,243,255,.4), inset 0 0 10px rgba(67,243,255,.2); }
.checklist .tick svg { width: 14px; height: 14px; }
.share-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 16px 0 12px; }
.share-btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; height: 48px; border-radius: 13px; color: var(--text); border: 1px solid rgba(255,255,255,.1); background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02)); font-size: .8rem; font-weight: 800; transition: transform .18s ease, border-color .2s ease, box-shadow .2s ease; }
.share-btn svg { width: 17px; height: 17px; }
.share-btn:hover { transform: translateY(-2px); border-color: var(--cyan); box-shadow: 0 0 22px rgba(67,243,255,.18); }
.share-btn.x:hover { border-color: #fff; box-shadow: 0 0 22px rgba(255,255,255,.18); }
.share-btn.wa:hover { border-color: var(--green); box-shadow: 0 0 22px rgba(114,255,101,.2); }
.share-btn.full { grid-column: 1 / -1; }
.share-btn.full.copied { border-color: var(--green); color: var(--green); }
.referral-link { display: flex; align-items: center; gap: 8px; padding: 10px 12px; border-radius: 11px; border: 1px solid rgba(255,255,255,.08); background: rgba(0,0,0,.25); font-family: var(--mono); font-size: .76rem; color: var(--muted); overflow: hidden; }
.referral-link span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.perks { margin-top: 14px; padding: 13px 15px; border-radius: 12px; border: 1px solid rgba(255,46,166,.2); background: rgba(255,46,166,.05); color: var(--muted); font-size: .78rem; line-height: 1.5; }
.perks b { color: var(--pink-2); }

/* ============================================================
   FAQ
   ============================================================ */
.faq { width: min(820px,100%); margin-left: auto; margin-right: auto; display: grid; gap: 12px; }
.faq details { border-radius: var(--radius-lg); padding: 0 20px; overflow: hidden; }
.faq summary { list-style: none; cursor: pointer; padding: 18px 0; display: flex; align-items: center; justify-content: space-between; gap: 14px; font-weight: 800; font-size: 1.02rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .plus { flex: none; width: 24px; height: 24px; position: relative; transition: transform .25s ease; }
.faq summary .plus::before, .faq summary .plus::after { content: ""; position: absolute; background: var(--cyan); box-shadow: 0 0 10px var(--cyan); border-radius: 2px; }
.faq summary .plus::before { top: 11px; left: 3px; right: 3px; height: 2px; }
.faq summary .plus::after { left: 11px; top: 3px; bottom: 3px; width: 2px; transition: transform .25s ease; }
.faq details[open] summary .plus::after { transform: scaleY(0); }
.faq details[open] summary .plus { transform: rotate(180deg); }
.faq p { margin: 0 0 20px; color: var(--muted); line-height: 1.65; font-size: .92rem; }

/* ============================================================
   FINAL CTA
   ============================================================ */
.final-cta { border-radius: var(--radius-xl); padding: clamp(30px,5vw,56px); text-align: center; display: grid; gap: 18px; justify-items: center; }
.final-cta h2 { margin: 0; font-family: var(--display); font-weight: 400; font-size: clamp(2rem,5vw,3.4rem); text-transform: uppercase; line-height: .96; }
.final-cta p { margin: 0; color: var(--muted); max-width: 50ch; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { margin-top: 60px; border-radius: var(--radius-xl); padding: 24px clamp(18px,2.4vw,30px); display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.site-footer img { height: 38px; filter: drop-shadow(0 0 7px rgba(255,46,166,.28)); }
.f-social { display: flex; gap: 12px; }
.f-social a { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; color: var(--cyan); text-decoration: none; font-size: 1rem; border: 1px solid rgba(67,243,255,.22); background: rgba(67,243,255,.05); transition: transform .18s ease, box-shadow .2s ease, border-color .2s ease; }
.f-social a:hover { transform: translateY(-2px); border-color: var(--cyan); box-shadow: var(--shadow-cyan); }
.disclaimer { width: 100%; text-align: center; color: var(--muted-2); font-size: .72rem; }

/* ---------- toast / shockwave ---------- */
.toast { position: fixed; left: 50%; bottom: 26px; transform: translateX(-50%) translateY(20px); z-index: 30; padding: 12px 20px; border-radius: 13px; border: 1px solid rgba(114,255,101,.5); color: var(--green); background: rgba(8,12,26,.92); backdrop-filter: blur(10px); font-size: .84rem; font-weight: 800; box-shadow: 0 18px 50px rgba(0,0,0,.5); opacity: 0; pointer-events: none; transition: opacity .3s ease, transform .3s ease; }
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
.shockwave { position: fixed; left: 50%; top: 40%; z-index: 20; width: 10px; height: 10px; border-radius: 999px; border: 2px solid var(--pink); pointer-events: none; transform: translate(-50%,-50%) scale(0); opacity: .9; }
.shockwave.go { animation: shock 1s cubic-bezier(.1,.6,.3,1) forwards; }

/* ============================================================
   Keyframes
   ============================================================ */
@keyframes gridDrift { from { background-position: 0 0; } to { background-position: 0 72px; } }
@keyframes streak { 0%,100% { transform: translate3d(-20%,0,0) rotate(-12deg); opacity: 0; } 35%,62% { opacity: .5; } 100% { transform: translate3d(75%,0,0) rotate(-12deg); } }
@keyframes livePulse { 0%,100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.5); opacity: .55; } }
@keyframes reveal { to { opacity: 1; transform: translateY(0); } }
@keyframes floatLogo { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes heatPulse { 0%,100% { opacity: .5; transform: scale(.98); } 50% { opacity: .85; transform: scale(1.05); } }
@keyframes hotspotPulse { 0% { transform: scale(.45); opacity: .95; } 70%,100% { transform: scale(1.8); opacity: 0; } }
@keyframes networkFlow { to { stroke-dashoffset: -40; } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes tremor { 10% { transform: translate(-2px,1px); } 20% { transform: translate(3px,-2px); } 30% { transform: translate(-4px,2px); } 40% { transform: translate(3px,1px); } 50% { transform: translate(-2px,-1px); } 60% { transform: translate(2px,2px); } 70% { transform: translate(-1px,-1px); } 80% { transform: translate(1px,1px); } 100% { transform: translate(0,0); } }
@keyframes shock { 0% { transform: translate(-50%,-50%) scale(0); opacity: .9; border-width: 3px; } 100% { transform: translate(-50%,-50%) scale(70); opacity: 0; border-width: .5px; } }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; text-align: center; gap: 22px; }
  .hero__logo { width: min(360px, 80%); }
  .hero__copy { justify-items: center; text-align: center; }
  .hero h1 { max-width: 18ch; }
  .countdown-wrap { justify-items: center; }
}
@media (max-width: 1080px) {
  .metric-strip { grid-template-columns: repeat(3, 1fr); }
  .sources { grid-template-columns: repeat(4, 1fr); }
  .city-cards { grid-template-columns: repeat(3, 1fr); }
  .vice-intro { grid-column: 1 / -1; }
  .early { grid-template-columns: 1fr; }
  .track-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .metric-strip { grid-template-columns: repeat(2, 1fr); }
  .sources { grid-template-columns: repeat(2, 1fr); }
  .city-cards { grid-template-columns: repeat(2, 1fr); }
  .track-grid { grid-template-columns: 1fr; }
  .countdown div { min-width: 62px; }
  .share-row { grid-template-columns: 1fr; }
  .palm { opacity: .4; }
  .nav__cta { display: none; }
  .hero__tag { flex-wrap: nowrap; white-space: nowrap; max-width: 100%; gap: 6px; padding: 8px 12px; font-size: .58rem; letter-spacing: .05em; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}
