:root {
  --bg: #1a1f2e;
  --bg-deep: #12151f;
  --bg-deepest: #0e111a;
  --bg-elevated: #232838;
  --border: #3a3f4e;
  --text: #f5f5f5;
  --text-soft: #c0c4cd;
  --text-muted: #a0a4ad;
  --text-faint: #7d818c;
  --gold: #d4a843;
  --gold-bright: #e6bb55;
  --gold-deep: #b8892f;
  --green: #2ecc71;
  --blue-deep: #1a3a6e;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { color: var(--gold-bright); text-decoration: none; }
a:hover { color: #f0cd7a; }
::selection { background: rgba(212, 168, 67, 0.35); }

.gold { color: var(--gold); }
.deep-gold { color: var(--gold-deep); }

@keyframes drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(40px, 30px) scale(1.08); }
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(212, 168, 67, 0.6); }
  70% { box-shadow: 0 0 0 8px rgba(212, 168, 67, 0); }
  100% { box-shadow: 0 0 0 0 rgba(212, 168, 67, 0); }
}

/* ---------- Layout helpers ---------- */
.container { position: relative; z-index: 1; max-width: 1040px; margin: 0 auto; padding: 110px 24px; }
.container-narrow { position: relative; z-index: 1; max-width: 880px; margin: 0 auto; padding: 110px 24px; }
.centered { text-align: center; display: flex; flex-direction: column; align-items: center; }

section { position: relative; overflow: hidden; }

h1, h2 { letter-spacing: -0.02em; text-wrap: balance; }
h2 { font-size: clamp(34px, 4.6vw, 56px); font-weight: 700; line-height: 1.1; }

.section-lede { margin-top: 22px; font-size: 17px; color: var(--text-soft); max-width: 58ch; line-height: 1.65; }
.centered .section-lede { margin-left: auto; margin-right: auto; }

.kicker { font-size: 12px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); font-weight: 700; }

.big-q { margin-top: 16px; font-size: clamp(24px, 3vw, 34px); font-weight: 700; letter-spacing: -0.015em; line-height: 1.25; max-width: 26ch; text-wrap: balance; }
.centered-q { margin: 40px auto 0; font-size: clamp(18px, 2.2vw, 24px); }

.muted-note { margin-top: 32px; font-size: 16px; color: var(--text-muted); max-width: 52ch; line-height: 1.65; }
.muted-note strong { color: var(--text); }
.muted-note.left { margin-top: 34px; }

.glow { position: absolute; pointer-events: none; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: 10px; border-radius: 999px; font-weight: 700; transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease; }
.btn:active { transform: translateY(1px); }
.btn-gold { background: var(--gold); color: var(--bg); }
.btn-gold:hover { background: var(--gold-bright); color: var(--bg); }
.btn-sm { padding: 10px 20px; font-size: 14px; }
.btn-lg { padding: 16px 32px; font-size: 17px; box-shadow: 0 8px 32px rgba(212, 168, 67, 0.25); }
.btn-xl { margin-top: 38px; padding: 18px 36px; font-size: 18px; box-shadow: 0 8px 32px rgba(212, 168, 67, 0.35); }
.btn-outline { margin-top: 36px; padding: 15px 32px; border: 1px solid var(--gold); background: transparent; color: var(--gold); font-size: 16px; }
.btn-outline:hover { background: rgba(212, 168, 67, 0.1); color: var(--gold-bright); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 18px 40px;
  background: rgba(26, 31, 46, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(58, 63, 78, 0.6);
}
.brand { display: flex; align-items: center; gap: 12px; color: var(--text); }
.brand svg { width: 26px; height: 26px; flex-shrink: 0; }
.brand span { font-weight: 700; font-size: 15px; letter-spacing: 0.18em; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 500; }
.site-nav a { color: var(--text-soft); }
.site-nav a:hover { color: var(--gold-bright); }

/* ---------- Hero ---------- */
.hero { background: linear-gradient(180deg, var(--bg-deep) 0%, var(--bg) 70%); }
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.hero-photo {
  position: absolute; inset: 0;
  background: url("https://images.unsplash.com/photo-1564013799919-ab600027ffc6?auto=format&fit=crop&w=1920&q=80") center / cover no-repeat;
  opacity: 0.14;
}
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(18, 21, 31, 0.55) 0%, rgba(26, 31, 46, 0.85) 70%, var(--bg) 100%); }
.hero-spot { position: absolute; top: -220px; left: 50%; transform: translateX(-50%); width: 1100px; height: 700px; background: radial-gradient(ellipse at center, rgba(212, 168, 67, 0.18) 0%, rgba(212, 168, 67, 0.05) 45%, transparent 68%); }
.orb { position: absolute; border-radius: 50%; filter: blur(120px); will-change: transform; }
.orb-gold { width: 560px; height: 560px; background: var(--gold); opacity: 0.16; top: -140px; right: -160px; animation: drift 22s ease-in-out infinite; }
.orb-green { width: 440px; height: 440px; background: var(--green); opacity: 0.09; bottom: -180px; left: -140px; animation: drift 26s ease-in-out infinite reverse; }
.hero-grid {
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(245, 245, 245, 0.035) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 0%, black, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 0%, black, transparent 80%);
}
.hero-inner { position: relative; z-index: 1; max-width: 1040px; margin: 0 auto; padding: 100px 24px 84px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--gold); font-weight: 500;
  padding: 8px 18px; border: 1px solid rgba(212, 168, 67, 0.35); border-radius: 999px;
  background: rgba(212, 168, 67, 0.06);
}
.pulse-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); animation: pulse 2.4s infinite; flex-shrink: 0; }
h1 { margin-top: 30px; font-size: clamp(46px, 7.4vw, 92px); font-weight: 700; letter-spacing: -0.025em; line-height: 1.03; max-width: 16ch; }
.lede { margin-top: 28px; max-width: 62ch; font-size: clamp(17px, 1.7vw, 20px); color: var(--text-soft); line-height: 1.65; text-wrap: pretty; }
.lede strong { color: var(--text); }
.lede-sub { margin-top: 22px; max-width: 54ch; font-size: 16px; color: var(--text-muted); line-height: 1.65; }
.chip-row { margin-top: 30px; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.chip { padding: 7px 16px; border: 1px solid var(--border); border-radius: 999px; font-size: 13px; color: var(--text-soft); background: rgba(26, 31, 46, 0.5); }
.chip-gold { border-color: rgba(212, 168, 67, 0.5); color: var(--gold-bright); font-weight: 700; background: rgba(212, 168, 67, 0.06); }
.cta-row { margin-top: 40px; display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }

/* ---------- Positioning band ---------- */
.band { background: linear-gradient(115deg, #d4a843 0%, #c39735 55%, #b8892f 100%); padding: 30px 24px; text-align: center; }
.band p { margin: 0 auto; max-width: 78ch; font-size: 15.5px; line-height: 1.6; color: var(--bg); font-weight: 500; }
.band p span { font-weight: 700; letter-spacing: 0.06em; }

/* ---------- Platform shift ---------- */
.shift { background: linear-gradient(180deg, #141824 0%, var(--bg) 100%); }
.glow-shift { top: -180px; left: -220px; width: 800px; height: 620px; background: radial-gradient(ellipse at center, rgba(212, 168, 67, 0.12) 0%, transparent 65%); }
.shift-rows { margin-top: 44px; display: flex; flex-direction: column; }
.shift-row { display: grid; grid-template-columns: 200px 1fr; gap: 16px; align-items: baseline; padding: 18px 0; border-top: 1px solid var(--border); }
.shift-row .co { font-size: 20px; font-weight: 700; }
.shift-row .did { font-size: 16px; color: var(--text-muted); }
.shift-row-fore { padding: 22px 0; border-top: 2px solid rgba(212, 168, 67, 0.6); border-bottom: 2px solid rgba(212, 168, 67, 0.6); background: linear-gradient(90deg, rgba(212, 168, 67, 0.08), transparent 70%); }
.shift-row-fore .co { color: var(--gold); letter-spacing: 0.06em; padding-left: 12px; }
.shift-row-fore .did { color: var(--text); font-weight: 500; }

/* ---------- Operating system ---------- */
.os { background: linear-gradient(160deg, var(--bg-elevated) 0%, #1e2332 100%); border-top: 1px solid rgba(58, 63, 78, 0.6); }
.os-dots { position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(rgba(245, 245, 245, 0.04) 1px, transparent 1px); background-size: 26px 26px; }
.glow-os { bottom: -260px; left: 50%; transform: translateX(-50%); width: 1000px; height: 600px; background: radial-gradient(ellipse at center, rgba(212, 168, 67, 0.14) 0%, transparent 65%); }
.chip-row-dashed { margin-top: 40px; max-width: 780px; }
.chip-dash { padding: 9px 18px; border: 1px dashed #454b5c; border-radius: 999px; font-size: 14px; color: var(--text-muted); }
.os .muted-note { margin-top: 36px; }
.one-line { margin-top: 40px; font-size: clamp(30px, 4.4vw, 52px); font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; }

/* ---------- Vision ---------- */
.vision { background: var(--bg-deep); }
.glow-vision-r { top: 50%; right: -180px; transform: translateY(-50%); width: 820px; height: 820px; background: radial-gradient(circle at center, rgba(212, 168, 67, 0.15) 0%, transparent 62%); }
.glow-vision-l { bottom: -200px; left: -160px; width: 560px; height: 560px; background: radial-gradient(circle at center, rgba(46, 204, 113, 0.07) 0%, transparent 65%); }
.vision-grid { max-width: 1120px; display: grid; grid-template-columns: minmax(300px, 1fr) minmax(320px, 1.1fr); gap: 64px; align-items: center; }
.vision-grid h2 { font-size: clamp(34px, 4.2vw, 52px); }
.instead-list { margin-top: 34px; display: flex; flex-direction: column; gap: 22px; }
.instead { display: flex; flex-direction: column; gap: 2px; border-left: 2px solid rgba(212, 168, 67, 0.5); padding-left: 18px; }
.instead .was { font-size: 15px; color: var(--text-muted); }
.instead .now { font-size: 18px; font-weight: 700; }

.ai-card {
  position: relative;
  background: linear-gradient(165deg, #262b3c 0%, transparent 60%), var(--bg-elevated);
  border: 1px solid rgba(212, 168, 67, 0.25);
  border-radius: 20px; padding: 28px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5), 0 0 120px rgba(212, 168, 67, 0.08);
}
.ai-head { display: flex; align-items: center; gap: 10px; padding-bottom: 18px; border-bottom: 1px solid var(--border); }
.ai-head svg { width: 16px; height: 16px; flex-shrink: 0; }
.ai-head span { font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.ai-msg { margin-top: 18px; font-size: 14.5px; line-height: 1.6; color: var(--text-soft); }
.ai-rows { margin-top: 18px; display: flex; flex-direction: column; gap: 10px; }
.ai-row {
  display: flex; align-items: baseline; justify-content: space-between; gap: 14px;
  background: rgba(18, 21, 31, 0.7); border: 1px solid var(--border); border-radius: 12px;
  padding: 13px 16px; font-size: 14px;
}
.ai-row .v { font-size: 13px; font-weight: 700; white-space: nowrap; }
.gold-v { color: var(--gold); }
.green-v { color: var(--green); }
.ai-btn {
  margin-top: 18px; width: 100%; padding: 14px; border: none; border-radius: 12px;
  background: var(--gold); color: var(--bg);
  font-family: inherit; font-size: 15px; font-weight: 700; cursor: pointer;
  transition: background 0.2s ease;
}
.ai-btn:hover { background: var(--gold-bright); }

/* ---------- Market centers ---------- */
.mc { background: linear-gradient(180deg, var(--bg) 0%, #1e2130 50%, #221f2a 100%); }
.glow-mc { top: -160px; right: -200px; width: 760px; height: 560px; background: radial-gradient(ellipse at center, rgba(212, 168, 67, 0.1) 0%, transparent 65%); }
.mc h2 { max-width: 22ch; }
.photo-card { margin-top: 40px; height: 280px; border-radius: 18px; overflow: hidden; position: relative; border: 1px solid var(--border); }
.photo-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo-card.short { height: 200px; margin-top: 0; }
.photo-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(26, 31, 46, 0.05) 40%, rgba(26, 31, 46, 0.55) 100%); }
.compare-grid { margin-top: 24px; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.card { border-radius: 18px; padding: 32px; }
.card-neutral { background: rgba(18, 21, 31, 0.55); border: 1px solid var(--border); }
.card-gold { background: linear-gradient(155deg, rgba(212, 168, 67, 0.14), rgba(212, 168, 67, 0.04)); border: 1px solid rgba(212, 168, 67, 0.4); }
.card-label { display: block; font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--text-muted); font-weight: 700; }
.card-label.gold { color: var(--gold); }
.mc .big-q { margin-top: 44px; font-size: clamp(22px, 2.6vw, 30px); max-width: 30ch; }

.check-list, .x-list { margin-top: 20px; list-style: none; display: flex; flex-direction: column; gap: 14px; font-size: 16px; }
.check-list li, .x-list li { display: flex; align-items: center; gap: 12px; }
.check-list .mark, .x-list .mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 20px; height: 20px; border-radius: 50%;
  font-size: 12px; font-weight: 700; flex-shrink: 0;
}
.check-list .mark { background: rgba(212, 168, 67, 0.16); color: var(--gold); }
.x-list { color: var(--text-muted); }
.x-list .mark { background: rgba(160, 164, 173, 0.12); color: var(--text-faint); }
.check-list.big { font-size: 17px; font-weight: 500; }

/* ---------- Exclusivity ---------- */
.excl { background: var(--bg-deepest); }
.excl-bg { position: absolute; inset: 0; pointer-events: none; }
.excl-photo {
  position: absolute; inset: 0;
  background: url("https://images.unsplash.com/photo-1449844908441-8829872d2607?auto=format&fit=crop&w=1920&q=80") center / cover no-repeat;
  opacity: 0.1;
}
.excl-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(14, 17, 26, 0.7) 0%, rgba(14, 17, 26, 0.92) 100%); }
.excl-spot { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 1200px; height: 100%; background: radial-gradient(ellipse 55% 60% at 50% -10%, rgba(212, 168, 67, 0.2) 0%, rgba(212, 168, 67, 0.05) 45%, transparent 70%); }
.excl .container-narrow { padding: 120px 24px; }
.excl h2 { margin-top: 18px; max-width: 18ch; }
.excl .section-lede strong { color: var(--text); }
.gone { margin-top: 26px; font-size: clamp(20px, 2.4vw, 26px); font-weight: 700; }
.map-wrap { margin-top: 48px; width: 100%; max-width: 820px; }
us-market-map { display: block; }
.map-legend { margin-top: 18px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 24px; font-size: 14px; color: var(--text-muted); }
.legend-item { display: inline-flex; align-items: center; gap: 9px; }
.legend-item .pulse-dot { width: 9px; height: 9px; }
.legend-cta { font-weight: 700; color: var(--text); }

/* ---------- Flywheel ---------- */
.flywheel { background: linear-gradient(160deg, #1e2332 0%, var(--bg-elevated) 100%); border-top: 1px solid rgba(58, 63, 78, 0.6); }
.glow-fly { top: 50%; left: 50%; transform: translate(-50%, -50%); width: 900px; height: 600px; background: radial-gradient(ellipse at center, rgba(46, 204, 113, 0.07) 0%, transparent 65%); }
.flywheel .container { padding: 100px 24px; }
.flywheel h2 { font-size: clamp(30px, 3.8vw, 46px); }
.fly-chips { margin: 44px auto 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 12px; max-width: 860px; }
.fly-step {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 10px 18px; background: rgba(18, 21, 31, 0.6);
  border: 1px solid var(--border); border-radius: 999px;
  font-size: 14px; white-space: nowrap;
}
.fly-step b { font-size: 11px; font-weight: 700; color: var(--gold); }
.arrow { color: var(--gold); font-size: 16px; }
.loop { color: var(--gold); font-size: 20px; margin-left: 2px; }

/* ---------- Not another app ---------- */
.notapp { background: linear-gradient(160deg, #fbfaf7 0%, #f8f0dc 50%, #efdcae 100%); }
.watermark { position: absolute; inset: 0; pointer-events: none; display: flex; align-items: center; justify-content: center; }
.watermark span {
  font-size: clamp(120px, 22vw, 260px); font-weight: 700; letter-spacing: -0.02em;
  color: transparent; -webkit-text-stroke: 1px rgba(26, 58, 110, 0.1);
  white-space: nowrap; user-select: none;
}
.glow-notapp { bottom: -180px; left: -160px; width: 620px; height: 620px; background: radial-gradient(circle at center, rgba(212, 168, 67, 0.28) 0%, transparent 65%); }
.notapp .container-narrow { padding: 130px 24px; }
.notapp h2 { color: var(--blue-deep); max-width: 16ch; }
.notapp .section-lede { color: #3f5170; font-size: 18px; max-width: 42ch; margin-top: 26px; }
.notapp .big-q { margin-top: 26px; font-size: clamp(20px, 2.4vw, 26px); color: var(--blue-deep); }

/* ---------- Why now ---------- */
.whynow { background: linear-gradient(180deg, #141824 0%, var(--bg) 100%); border-top: 1px solid rgba(58, 63, 78, 0.6); }
.glow-why { top: -140px; left: -180px; width: 640px; height: 520px; background: radial-gradient(ellipse at center, rgba(46, 204, 113, 0.07) 0%, transparent 65%); }
.whynow-grid { padding: 100px 24px; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 64px; align-items: start; }
.whynow h2 { font-size: clamp(28px, 3.4vw, 40px); }
.whynow .section-lede { margin-top: 16px; font-size: 16px; color: var(--text-muted); }
.gold-checks { margin-top: 28px; }
.caught-up { margin-top: 28px; font-size: 16px; color: var(--text-soft); font-weight: 500; }
.side-stack { display: flex; flex-direction: column; gap: 20px; align-self: center; }
.leaders .card-label { margin-bottom: 0; }

/* ---------- Final claim ---------- */
.claim { background: var(--bg-deepest); }
.claim-bg { position: absolute; inset: 0; pointer-events: none; }
.claim-spot { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 1300px; height: 100%; background: radial-gradient(ellipse 50% 65% at 50% -15%, rgba(212, 168, 67, 0.24) 0%, rgba(212, 168, 67, 0.06) 45%, transparent 72%); }
.claim-grid {
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(245, 245, 245, 0.03) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse 60% 55% at 50% 10%, black, transparent 85%);
  -webkit-mask-image: radial-gradient(ellipse 60% 55% at 50% 10%, black, transparent 85%);
}
.claim .container-narrow { padding: 130px 24px 120px; }
.badge {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 12px 24px; border: 1px solid rgba(212, 168, 67, 0.5); border-radius: 999px;
  background: rgba(212, 168, 67, 0.08);
  box-shadow: 0 0 60px rgba(212, 168, 67, 0.15);
}
.badge svg { width: 20px; height: 20px; flex-shrink: 0; }
.badge span { font-size: 13px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.claim h2 { margin-top: 30px; font-size: clamp(36px, 5vw, 62px); line-height: 1.08; max-width: 16ch; }
.claim .section-lede { max-width: 52ch; }
.movement { margin-top: 28px; font-size: 14px; color: var(--text-muted); }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--bg-deepest); border-top: 1px solid rgba(58, 63, 78, 0.6);
  padding: 32px 40px;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px;
  font-size: 13px; color: var(--text-muted);
}
.foot-brand { display: flex; align-items: center; gap: 10px; }
.foot-brand svg { width: 18px; height: 18px; flex-shrink: 0; }
.foot-tag { color: var(--text-faint); }
.site-footer a { color: var(--text-muted); }
.site-footer a:hover { color: var(--gold); }

/* ---------- Scroll reveal (JS adds .in) ---------- */
.reveal { opacity: 1; }
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.75s ease, transform 0.75s ease; }
.js .reveal.in { opacity: 1; transform: translateY(0); }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .vision-grid { grid-template-columns: 1fr; gap: 48px; }
  .site-nav { display: none; }
}
@media (max-width: 640px) {
  .site-header { padding: 14px 20px; }
  .shift-row { grid-template-columns: 1fr; gap: 4px; }
  .container, .container-narrow { padding-top: 80px; padding-bottom: 80px; }
}

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