/* ════════════════════════════════════════════════════════════════════
   Portfoyo — shared design system (index.html + coverage.html)
   "Chart-paper" navy aesthetic. Data colors (up/down) are reserved for
   numbers only; iris is the non-semantic brand/interactive color.
   ════════════════════════════════════════════════════════════════════ */
:root {
  --ink:      #0A0E18;   /* plotting-ink navy */
  --ink-2:    #0D1322;
  --surface:  #121A2E;
  --surface-2:#16203A;
  --line:     rgba(150, 170, 220, 0.12);
  --line-2:   rgba(150, 170, 220, 0.22);
  --paper:    #EAF0FF;   /* cool near-white */
  --mute:     #8A97B8;
  --mute-2:   #59668A;
  --iris:     #7C8CFF;   /* interactive / brand (non-semantic) */
  --iris-2:   #5E6BFF;
  --iris-soft:rgba(124, 140, 255, 0.14);
  --up:       #3DDC97;   /* DATA ONLY — gains */
  --up-soft:  rgba(61, 220, 151, 0.14);
  --down:     #FF6B6B;   /* DATA ONLY — losses */
  --gold:     #E8B873;   /* DATA ONLY — delayed/eod accents */
  --gold-soft:rgba(232, 184, 115, 0.14);
  --maxw: 1160px;
  /* Emoji fonts kept in every stack so flag/symbol glyphs (🇬🇧 ₿ 💱) resolve to a
     color-emoji font instead of vanishing once the web font loads. */
  --emoji: 'Apple Color Emoji', 'Segoe UI Emoji', 'Noto Color Emoji';
  --mono: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, var(--emoji), monospace;
  --display: 'Bricolage Grotesque', 'Inter', var(--emoji), sans-serif;
  --body: 'Inter', system-ui, -apple-system, var(--emoji), sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; scroll-padding-top: 96px; }
body {
  font-family: var(--body); background: var(--ink); color: var(--paper);
  line-height: 1.6; overflow-x: hidden; max-width: 100%; -webkit-font-smoothing: antialiased;
  background-image:
    radial-gradient(60% 45% at 78% -8%, rgba(124,140,255,0.16) 0%, transparent 60%),
    radial-gradient(45% 40% at 2% 4%, rgba(61,220,151,0.07) 0%, transparent 55%),
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 46px 46px, 46px 46px;
  background-position: 0 0, 0 0, -1px -1px, -1px -1px;
}
body::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background: radial-gradient(120% 80% at 50% 0%, transparent 30%, var(--ink) 78%); }

h1, h2, h3 { font-family: var(--display); letter-spacing: -0.02em; color: var(--paper); overflow-wrap: break-word; }
p { color: var(--mute); }
a { color: inherit; }
img { max-width: 100%; }
.mono { font-family: var(--mono); font-variant-numeric: tabular-nums; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; position: relative; }
.section { padding: 84px 0; }
.section.tight { padding-top: 0; }
@media (max-width: 720px) { .section { padding: 54px 0; } }

.kicker { display: inline-flex; align-items: center; gap: 10px; font-family: var(--mono);
  font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--iris); font-weight: 500; }
.kicker::before { content: ""; width: 22px; height: 1px; background: var(--iris); opacity: 0.7; }
.kicker.up { color: var(--up); } .kicker.up::before { background: var(--up); }
.kicker.gold { color: var(--gold); } .kicker.gold::before { background: var(--gold); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 14px 24px; border-radius: 12px; font-weight: 600; font-size: 0.97rem; font-family: var(--body);
  text-decoration: none; cursor: pointer; border: 1px solid transparent; white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.btn-primary { background: linear-gradient(135deg, var(--iris) 0%, var(--iris-2) 100%); color: #0a0e18;
  box-shadow: 0 10px 30px -10px rgba(124,140,255,0.7); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 40px -12px rgba(124,140,255,0.85); }
.btn-ghost { background: var(--surface); border: 1px solid var(--line-2); color: var(--paper); }
.btn-ghost:hover { transform: translateY(-2px); border-color: var(--iris); }
:focus-visible { outline: 2px solid var(--iris); outline-offset: 3px; border-radius: 6px; }

/* ── Top bar ── */
.topbar { position: fixed; inset: 0 0 auto 0; z-index: 1000; background: rgba(10,14,24,0.7);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border-bottom: 1px solid var(--line);
  overflow: hidden; max-width: 100vw; transition: background .3s ease, box-shadow .3s ease, border-color .3s ease; }
.topbar.scrolled { background: rgba(10,14,24,0.94); border-bottom-color: var(--line-2);
  box-shadow: 0 10px 34px -22px rgba(0,0,0,0.95); }
.topbar .bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 0; }
.wordmark { font-family: var(--display); font-weight: 800; font-size: 1.22rem; letter-spacing: -0.03em;
  text-decoration: none; color: var(--paper); display: inline-flex; align-items: center; gap: 10px; }
.wordmark .mark { width: 27px; height: 27px; border-radius: 8px; flex: 0 0 auto; position: relative; overflow: hidden;
  background: linear-gradient(rgba(0,0,0,0.12), rgba(0,0,0,0.12)), linear-gradient(135deg, #7B67EC, #37CC8C); display: inline-flex; align-items: center; justify-content: center; }
.wordmark .mark::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent); transform: translateX(-120%); }
.wordmark:hover .mark::after { animation: sheen .7s ease; }
@keyframes sheen { to { transform: translateX(120%); } }
.mark span { font-family: var(--display); font-size: 15px; font-weight: 800; color: #0a0e18; }
.nav-cta { padding: 9px 18px; font-size: 0.88rem; }
.nav-right { display: flex; align-items: center; gap: 22px; }
.nav-links { display: none; gap: 22px; }
.nav-links a { color: var(--mute); text-decoration: none; font-size: 0.9rem; font-weight: 500; transition: color .2s; }
.nav-links a:hover { color: var(--paper); }
@media (min-width: 860px) { .nav-links { display: inline-flex; } }

/* ── Ticker tape ── */
.ticker { border-bottom: 1px solid var(--line); background: rgba(13,19,34,0.5); overflow: hidden; position: relative; }
.ticker::after { content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(90deg, var(--ink) 0%, transparent 6%, transparent 94%, var(--ink) 100%); }
.ticker-track { display: inline-flex; gap: 34px; padding: 9px 0; white-space: nowrap; will-change: transform;
  animation: marquee 46s linear infinite;
  /* Ambient market motif only — softened so it reads as decoration, never as
     legible quotes or specific performance figures (compliance-safe). */
  filter: blur(3.5px); opacity: 0.62; }
.ticker:hover .ticker-track { animation-play-state: paused; }
.tk { font-family: var(--mono); font-size: 0.8rem; font-variant-numeric: tabular-nums; color: var(--mute); letter-spacing: 0.02em; }
.tk b { color: var(--paper); font-weight: 600; margin-right: 8px; }
.tk .d-up { color: var(--up); } .tk .d-down { color: var(--down); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ── Hero ── */
.hero { padding-top: 56px; padding-bottom: 80px; display: grid; grid-template-columns: 1fr; gap: 56px; align-items: center; }
.hero > div { min-width: 0; }
@media (min-width: 980px) { .hero { grid-template-columns: 1.02fr 0.98fr; padding-top: 72px; } }
.hero h1 { font-size: clamp(2.4rem, 6.4vw, 4.3rem); line-height: 1.02; font-weight: 800; margin: 20px 0 18px; white-space: normal; overflow-wrap: anywhere; }
.hero h1 .grad { background: linear-gradient(110deg, var(--iris) 0%, var(--up) 115%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero .lead { font-size: 1.12rem; color: var(--mute); max-width: 545px; margin-bottom: 28px; }
.hero-anim { opacity: 0; transform: translateY(18px); animation: rise .8s cubic-bezier(.2,.7,.2,1) forwards; }
.hero-anim.d1 { animation-delay: .05s; } .hero-anim.d2 { animation-delay: .15s; }
.hero-anim.d3 { animation-delay: .25s; } .hero-anim.d4 { animation-delay: .35s; } .hero-anim.d5 { animation-delay: .45s; }
@keyframes rise { to { opacity: 1; transform: none; } }

/* ── Hero launch-offer badge ── */
.hero-perk { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; padding: 7px 9px 7px 8px;
  border-radius: 999px; text-decoration: none; border: 1px solid var(--line-2); background: rgba(124,140,255,0.08);
  transition: border-color .2s, background .2s, transform .2s; max-width: 100%; }
.hero-perk:hover { border-color: var(--iris); background: rgba(124,140,255,0.14); transform: translateY(-1px); }
.hero-perk .hp-tag { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: #0a0e18; background: linear-gradient(135deg, var(--gold), #f0c98a); padding: 4px 9px; border-radius: 999px; font-weight: 600; flex: 0 0 auto; }
.hero-perk .hp-txt { font-size: 0.86rem; color: var(--paper); font-weight: 500; }
.hero-perk .hp-txt b { color: var(--up); font-weight: 700; }
.hero-perk svg { width: 16px; height: 16px; color: var(--iris); flex: 0 0 auto; transition: transform .2s; }
.hero-perk:hover svg { transform: translateX(3px); }
@media (max-width: 420px) { .hero-perk .hp-txt { font-size: 0.8rem; } }

/* ── Hero mini-timeline (build progress, sits above the phone) ── */
.mini-timeline { display: flex; align-items: flex-start; justify-content: center; width: 100%; max-width: 360px; margin: 0 auto 24px; }
.mt-step { display: flex; flex-direction: column; align-items: center; gap: 8px; flex: 0 0 auto; }
.mt-dot { width: 14px; height: 14px; border-radius: 50%; background: var(--ink); border: 2px solid var(--line-2); transition: background .3s, border-color .3s; }
.mt-step.done .mt-dot { background: var(--iris); border-color: var(--iris); }
.mt-step.current .mt-dot { background: var(--up); border-color: var(--up); animation: tlPulse 2s ease-out infinite; }
@keyframes tlPulse { 0% { box-shadow: 0 0 0 0 rgba(61,220,151,0.55); } 70% { box-shadow: 0 0 0 12px rgba(61,220,151,0); } 100% { box-shadow: 0 0 0 0 rgba(61,220,151,0); } }
.mt-l { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--mute-2); white-space: nowrap; }
.mt-step.done .mt-l { color: var(--mute); }
.mt-step.current .mt-l { color: var(--up); }
.mt-bar { flex: 1 1 auto; min-width: 16px; height: 2px; margin-top: 6px; background: var(--line-2); border-radius: 2px; overflow: hidden; }
.mt-bar i { display: block; height: 100%; width: 100%; transform: scaleX(0); transform-origin: left;
  background: linear-gradient(90deg, var(--iris), var(--up)); }
.mt-bar.done i { animation: growX .7s cubic-bezier(.2,.7,.2,1) .3s forwards; }
@keyframes growX { to { transform: scaleX(1); } }
@media (max-width: 420px) { .mt-l { font-size: 0.56rem; } .mini-timeline { max-width: 320px; } }

/* ── Dividend income mini-chart (deep-dive panel) ── */
.div-bars { display: flex; align-items: flex-end; gap: 5px; height: 92px; margin: 18px 0 0; }
.div-bars i { flex: 1; height: 0; border-radius: 4px 4px 0 0; align-self: flex-end;
  background: linear-gradient(180deg, var(--up), #2bbf80); transition: height 1s cubic-bezier(.2,.7,.2,1); }
.reveal.in .div-bars i { height: var(--h, 60%); }
.reveal.in .div-bars i:nth-child(odd) { transition-delay: .08s; }
.reveal.in .div-bars i:nth-child(3n) { transition-delay: .16s; }

/* ── Waitlist form ── */
.waitlist { max-width: 470px; }
.waitlist .row { display: flex; gap: 10px; flex-wrap: wrap; }
.waitlist input[type="email"] { flex: 1 1 200px; min-width: 0; padding: 15px 16px; border-radius: 12px;
  background: var(--surface); border: 1px solid var(--line-2); color: var(--paper); font-size: 1rem; font-family: inherit;
  outline: none; transition: border-color .2s, box-shadow .2s; }
.waitlist input::placeholder { color: var(--mute-2); }
.waitlist input:focus { border-color: var(--iris); box-shadow: 0 0 0 4px var(--iris-soft); }
.waitlist .btn-primary { flex: 0 0 auto; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }
.form-note { font-family: var(--mono); font-size: 0.74rem; letter-spacing: 0.02em; color: var(--mute-2);
  margin-top: 13px; display: flex; align-items: center; gap: 8px; }
.form-note svg { flex: 0 0 auto; }
.form-note a { color: var(--paper); text-decoration: underline; text-underline-offset: 2px; }
.form-note a:hover { color: var(--iris); }
.form-status { margin-top: 12px; font-size: 0.92rem; font-weight: 500; min-height: 1.2em; }
.form-status.ok { color: var(--up); } .form-status.err { color: var(--down); }
@media (max-width: 540px) {
  .waitlist .row { flex-direction: column; }
  .waitlist input[type="email"], .waitlist .btn-primary { width: 100%; flex: 1 1 auto; }
  .hero h1 { font-size: 2rem; line-height: 1.1; } .hero .lead { font-size: 1.04rem; }
  .trust { flex-direction: column; gap: 11px; }
}
.trust { display: flex; flex-wrap: wrap; gap: 13px 22px; margin-top: 28px; }
.trust span { display: inline-flex; align-items: center; gap: 8px; font-family: var(--mono);
  font-size: 0.78rem; letter-spacing: 0.01em; color: var(--mute); }
.trust svg { width: 16px; height: 16px; color: var(--up); flex: 0 0 auto; }

/* ── Hero visual: phone slot + ambient data ── */
.stage { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 520px; }
.phone-wrap {
  position: relative; display: flex; align-items: center; justify-content: center;
  padding: 28px 118px 28px; min-height: 560px; width: 100%; max-width: 520px; margin: 0 auto;
}
/* Hero phone — same full frame as feature mockups (no peek crop) */
.stage .device { width: 272px; }
.ring { position: absolute; width: 380px; height: 380px; border-radius: 50%; z-index: 0; filter: blur(2px); opacity: 0.5;
  background: conic-gradient(from 0deg, var(--iris), var(--up), var(--iris-2), var(--down), var(--iris));
  -webkit-mask: radial-gradient(closest-side, transparent 60%, #000 61%, #000 72%, transparent 73%);
  mask: radial-gradient(closest-side, transparent 60%, #000 61%, #000 72%, transparent 73%);
  animation: spin 26s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* Realistic iPhone frame — proportions match 1170×2410 screenshots (≈ iPhone 14/15) */
.device {
  position: relative; z-index: 2; flex: 0 0 auto;
  width: 272px; max-width: 100%; padding: 10px;
  background: linear-gradient(155deg, #252d48 0%, #0c101c 48%, #161e34 100%);
  border-radius: 50px;
  box-shadow:
    0 48px 96px -32px rgba(0,0,0,0.88),
    inset 0 0 0 1px rgba(255,255,255,0.11),
    inset 0 1px 0 rgba(255,255,255,0.07);
}
.device-screen {
  position: relative; width: 100%; overflow: hidden;
  border-radius: 41px; background: #030508;
  /* Match the app screenshots' aspect (iPhone Pro Max, 1320×2868) so object-fit:
     cover shows the full frame top-to-bottom — no tab-bar crop at the bottom. */
  aspect-ratio: 1320 / 2868;
}
.device-screen img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: top center;
}
/* Dynamic Island — ~28% of screen width, proportional to real iPhone */
.device-screen::after {
  content: ""; position: absolute; top: 12px; left: 50%; transform: translateX(-50%);
  width: 28%; height: 24px; background: #000; border-radius: 999px; z-index: 2;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
}
@media (max-width: 600px) {
  .phone-wrap { padding: 20px 0; min-height: auto; max-width: 100%; }
  .stage .device { width: 268px; }
  .stage { min-height: auto; }
}
@media (max-width: 380px) { .stage .device { width: 252px; } }
.chip { position: absolute; z-index: 3; background: rgba(14,20,34,0.92); border: 1px solid var(--line-2);
  border-radius: 14px; padding: 11px 14px; backdrop-filter: blur(10px); box-shadow: 0 20px 44px -18px rgba(0,0,0,0.8); }
.chip .lab { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mute-2); }
.chip .num { font-family: var(--mono); font-variant-numeric: tabular-nums; font-weight: 600; font-size: 1.08rem; margin-top: 2px; }
.chip .num.up { color: var(--up); }
.chip .spark { display: block; margin-top: 5px; }
.chip .spark path { stroke-dasharray: 1; stroke-dashoffset: 1; animation: draw 1.4s ease .5s forwards; }
.c1 .spark path { stroke: var(--iris); }
.c2 .spark path { stroke: var(--up); }
@keyframes draw { to { stroke-dashoffset: 0; } }
.c1 { top: 20%; left: 0; } .c2 { bottom: 22%; right: 0; }
@media (max-width: 600px) { .chip { display: none; } .ring { width: 300px; height: 300px; } .stage { min-height: 420px; } }

/* ── Section heads ── */
.head { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.head .kicker { justify-content: center; }
.head h2 { font-size: clamp(1.8rem, 4.4vw, 2.7rem); font-weight: 700; margin: 16px 0 12px; line-height: 1.1; }
.head p { font-size: 1.06rem; }

/* ── Value cards ── */
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(244px, 1fr)); gap: 18px; }
.card { position: relative; background: linear-gradient(180deg, var(--surface), var(--ink-2));
  border: 1px solid var(--line); border-radius: 18px; padding: 26px; overflow: hidden;
  transition: transform .25s ease, border-color .25s ease; }
.card::after { content: ""; position: absolute; inset: 0 0 auto 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-2), transparent); }
.card:hover { transform: translateY(-6px); border-color: var(--line-2); }
.card .ico { width: 44px; height: 44px; border-radius: 11px; background: var(--iris-soft); color: var(--iris);
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.card .ico svg { width: 23px; height: 23px; }
.card h3 { font-size: 1.14rem; font-weight: 600; margin-bottom: 9px; letter-spacing: -0.01em; }
.card p { font-size: 0.95rem; }

/* ── Credibility strip (under hero) ── */
.strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(13,19,34,0.45); }
.strip .row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px 30px; padding: 22px 0 14px; }
.strip .stat { display: flex; flex-direction: column; align-items: center; min-width: 92px; }
.strip .stat b { font-family: var(--mono); font-variant-numeric: tabular-nums; font-size: 1.5rem; color: var(--paper); line-height: 1.1; }
.strip .stat span { font-size: 0.68rem; letter-spacing: 0.06em; color: var(--mute); text-transform: uppercase; font-family: var(--mono); margin-top: 3px; }
.strip .sep { width: 1px; height: 32px; background: var(--line-2); }
.strip .prov { width: 100%; text-align: center; font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--mute-2); padding-bottom: 20px; }
.strip .prov b { color: var(--mute); font-weight: 600; }
@media (max-width: 680px) { .strip .sep { display: none; } .strip .row { gap: 16px 26px; } }

/* ── Editorial feature number ── */
.feat-no { font-family: var(--display); font-weight: 800; font-size: 3rem; line-height: 1; display: block; margin-bottom: 10px;
  color: transparent; -webkit-text-stroke: 1.3px var(--line-2); letter-spacing: -0.02em;
  opacity: 0; transform: translateX(-16px); transition: opacity .6s ease .1s, transform .6s ease .1s; }
.reveal.in .feat-no { opacity: 1; transform: none; }

/* ── Bento grid ── */
.bento { display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 560px) { .bento { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .bento { grid-template-columns: repeat(4, 1fr); }
  .bento > * { grid-column: span 1; }
  .bento .wide { grid-column: span 2; } }
.bento .card { margin: 0; display: flex; flex-direction: column; }
.bento .mini { margin-top: auto; padding-top: 16px; }
.bento .chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }

/* ── Coverage region filter ── */
.filters { display: flex; flex-wrap: wrap; gap: 9px; justify-content: center; margin-bottom: 30px; }
.filter { display: inline-flex; align-items: center; gap: 8px; font-family: var(--body); font-size: 0.86rem; font-weight: 500;
  color: var(--mute); background: var(--surface); border: 1px solid var(--line-2); border-radius: 999px; padding: 8px 15px;
  cursor: pointer; transition: color .2s, border-color .2s, background .2s; }
.filter:hover { color: var(--paper); border-color: var(--iris); }
.filter span { font-family: var(--mono); font-size: 0.72rem; color: var(--mute-2); }
.filter.active { color: #0a0e18; background: linear-gradient(135deg, var(--iris), var(--iris-2)); border-color: transparent; }
.filter.active span { color: rgba(10,14,24,0.7); }
.region[hidden] { display: none; }

/* ── Perk / reward card ── */
.perk { position: relative; overflow: hidden; max-width: 760px; margin: 0 auto; text-align: center; border-radius: 24px;
  padding: 44px 32px; background: linear-gradient(135deg, var(--surface-2), var(--ink-2)); border: 1px solid var(--iris); }
.perk::before { content: ""; position: absolute; inset: -60% 20% auto; height: 300px;
  background: radial-gradient(closest-side, rgba(124,140,255,0.3), transparent); filter: blur(40px); }
.perk::after { content: ""; position: absolute; top: 0; left: -65%; width: 45%; height: 100%; z-index: 1; pointer-events: none;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,0.13), transparent); transform: skewX(-18deg); opacity: 0; }
.perk.in::after { animation: perkShine 1.7s cubic-bezier(.4,0,.2,1) .35s 1; }
@keyframes perkShine { 0% { left: -65%; opacity: 0; } 18% { opacity: 1; } 100% { left: 130%; opacity: 0; } }
.perk > * { position: relative; z-index: 2; }
.perk .big { font-family: var(--display); font-weight: 800; font-size: clamp(2.4rem, 7vw, 3.6rem); line-height: 1;
  background: linear-gradient(110deg, var(--iris), var(--up) 130%); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; margin: 6px 0 4px; }
.perk h2 { font-size: clamp(1.5rem, 4vw, 2.1rem); margin-bottom: 10px; }
.perk p { max-width: 520px; margin: 0 auto 22px; font-size: 1.02rem; }
.perk .fine { font-family: var(--mono); font-size: 0.72rem; color: var(--mute-2); margin-top: 16px; letter-spacing: 0.02em; }
.included { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 12px; max-width: 760px; margin: 0 auto 22px; text-align: left; }
.included .it { display: flex; align-items: center; gap: 10px; padding: 13px 16px; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; font-size: 0.92rem; color: var(--paper); }
.included .it svg { width: 17px; height: 17px; color: var(--up); flex: 0 0 auto; }

/* ── Feature blocks ── */
.feature { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; padding: 40px 0; }
.feature > div { min-width: 0; }
@media (min-width: 920px) {
  .feature { grid-template-columns: 1fr 1fr; gap: 76px; }
  /* Alternate the phone side by POSITION (odd → left, even → right) so the zigzag
     survives any reordering of the feature blocks, independent of each block's DOM
     order. `order` on .media relative to the text div (default order 0) sets the column. */
  .feature:nth-of-type(odd) .media { order: -1; }
  .feature:nth-of-type(even) .media { order: 1; }
}
.feature h2 { font-size: clamp(1.55rem, 3.8vw, 2.3rem); font-weight: 700; margin: 14px 0; line-height: 1.14; }
.feature p { font-size: 1.04rem; }
.feature ul { list-style: none; margin-top: 18px; display: grid; gap: 10px; }
.feature li { display: flex; align-items: flex-start; gap: 10px; color: var(--mute); font-size: 0.96rem;
  opacity: 0; transform: translateY(8px); transition: opacity .5s ease, transform .5s ease; }
.reveal.in li { opacity: 1; transform: none; }
.reveal.in li:nth-child(1) { transition-delay: .18s; }
.reveal.in li:nth-child(2) { transition-delay: .26s; }
.reveal.in li:nth-child(3) { transition-delay: .34s; }
.reveal.in li:nth-child(4) { transition-delay: .42s; }
.feature li svg { width: 17px; height: 17px; color: var(--up); flex: 0 0 auto; margin-top: 4px; }
.feature li b { color: var(--paper); font-weight: 600; }

/* ── How it works (3-step) ── */
.steps { position: relative; display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 820px) { .steps { grid-template-columns: repeat(3, 1fr); gap: 28px; } }
.step { position: relative; z-index: 1; background: linear-gradient(180deg, var(--surface), var(--ink-2));
  border: 1px solid var(--line); border-radius: 18px; padding: 28px 24px;
  transition: transform .25s ease, border-color .25s ease; }
.step:hover { transform: translateY(-5px); border-color: var(--line-2); }
.step-no { font-family: var(--mono); font-size: 0.8rem; letter-spacing: 0.14em; color: var(--iris); }
.step .ico { width: 46px; height: 46px; border-radius: 12px; background: var(--iris-soft); color: var(--iris);
  display: flex; align-items: center; justify-content: center; margin: 14px 0 16px; }
.step .ico svg { width: 24px; height: 24px; }
.step h3 { font-size: 1.18rem; font-weight: 600; margin-bottom: 8px; letter-spacing: -0.01em; }
.step p { font-size: 0.95rem; }
.step p b { color: var(--paper); font-weight: 600; }
/* connector draws through the gaps between cards (desktop only) */
.connector { display: none; }
@media (min-width: 820px) {
  .connector { display: block; position: absolute; top: 86px; left: 14%; right: 14%; height: 2px; z-index: 0;
    background: var(--line); border-radius: 2px; overflow: hidden; }
  .connector i { display: block; height: 100%; width: 0; border-radius: 2px;
    background: linear-gradient(90deg, var(--iris), var(--up)); transition: width 1.3s cubic-bezier(.2,.7,.2,1) .2s; }
  .steps.in .connector i { width: 100%; }
}
.feature .media { position: relative; display: flex; justify-content: center; }
.feature .media .device { width: 264px; }
.shot-glow { position: absolute; inset: 10% 14%; filter: blur(58px); opacity: 0.45; z-index: 0; border-radius: 50%; }

/* ── App-preview panels (used where there's no screenshot yet) ── */
.panel { position: relative; z-index: 1; width: 100%; max-width: 380px; background: linear-gradient(180deg, var(--surface), var(--ink-2));
  border: 1px solid var(--line-2); border-radius: 20px; padding: 20px; box-shadow: 0 40px 80px -40px rgba(0,0,0,0.8); }
.panel-h { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.panel-h .t { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mute-2); }
.panel-big { font-family: var(--mono); font-variant-numeric: tabular-nums; font-weight: 600; font-size: 1.7rem; letter-spacing: -0.01em; }
.panel-sub { font-family: var(--mono); font-size: 0.8rem; color: var(--mute); margin-top: 2px; }
.bar { display: grid; grid-template-columns: 92px 1fr auto; align-items: center; gap: 12px; padding: 8px 0; }
.bar .lab { font-size: 0.84rem; color: var(--mute); }
.bar .track { height: 8px; border-radius: 6px; background: rgba(150,170,220,0.1); overflow: hidden; }
.bar .track i { display: block; height: 100%; border-radius: 6px; width: 0;
  background: linear-gradient(90deg, var(--iris), var(--iris-2)); transition: width 1.1s cubic-bezier(.2,.7,.2,1) .15s; }
.bar .track i.g { background: linear-gradient(90deg, var(--up), #2bbf80); }
.reveal.in .bar .track i { width: var(--w, 100%); }
.bar .val { font-family: var(--mono); font-variant-numeric: tabular-nums; font-size: 0.82rem; color: var(--paper); }
.kv { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 0; border-top: 1px solid var(--line); font-size: 0.88rem; }
.kv:first-of-type { border-top: 0; }
.kv .k { color: var(--mute); }
.kv .v { font-family: var(--mono); font-variant-numeric: tabular-nums; color: var(--paper); }
.kv .v.up { color: var(--up); } .kv .v.down { color: var(--down); }

/* ── Brokerage orbit (feature 2) ── */
.orbit { position: relative; z-index: 1; width: 100%; max-width: 340px; aspect-ratio: 1; margin: 0 auto; }
.orbit-guide { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 50%; border: 1px dashed var(--line-2); pointer-events: none; }
.orbit-guide.g1 { width: 168px; height: 168px; }
.orbit-guide.g2 { width: 264px; height: 264px; }
.orbit-core { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2;
  width: 106px; height: 106px; border-radius: 50%; display: grid; place-items: center; gap: 2px; text-align: center;
  background: radial-gradient(circle at 50% 32%, rgba(61,220,151,0.16), var(--surface) 72%);
  border: 1px solid var(--up-soft); box-shadow: 0 24px 52px -22px rgba(0,0,0,0.85), inset 0 0 0 1px rgba(255,255,255,0.05); }
.orbit-core svg { width: 26px; height: 26px; color: var(--up); }
.orbit-core b { font-size: 0.92rem; color: var(--paper); font-weight: 700; line-height: 1.05; }
.orbit-core span { font-family: var(--mono); font-size: 0.56rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mute-2); }
.orbit-ring { position: absolute; inset: 0; }
.orbit-ring.r1 { --r: 84px; animation: spin 30s linear infinite; }
.orbit-ring.r2 { --r: 132px; animation: spin 46s linear infinite reverse; }
.ob { position: absolute; top: 50%; left: 50%; transform: rotate(var(--a)) translate(var(--r)) rotate(calc(-1 * var(--a))); }
.bub { display: grid; place-items: center; width: 46px; height: 46px; margin: -23px; border-radius: 14px; overflow: hidden;
  background: #fff; box-shadow: 0 12px 26px -12px rgba(0,0,0,0.7), 0 0 0 1px var(--line-2); }
.r1 .bub { animation: spin 30s linear infinite reverse; }
.r2 .bub { animation: spin 46s linear infinite; }
.bub img { width: 30px; height: 30px; object-fit: contain; display: block; }
.bub .fb { width: 100%; height: 100%; place-items: center; color: #fff; font-family: var(--mono); font-weight: 700; font-size: 1.15rem; }
@media (max-width: 600px) {
  .orbit { max-width: 300px; }
  .orbit-ring.r1 { --r: 76px; } .orbit-ring.r2 { --r: 118px; }
  .orbit-guide.g1 { width: 152px; height: 152px; } .orbit-guide.g2 { width: 236px; height: 236px; }
  .bub { width: 42px; height: 42px; margin: -21px; }
}
@media (max-width: 380px) {
  .orbit-ring.r1 { --r: 67px; } .orbit-ring.r2 { --r: 104px; }
  .orbit-guide.g1 { width: 134px; height: 134px; } .orbit-guide.g2 { width: 208px; height: 208px; }
  .bub { width: 38px; height: 38px; margin: -19px; } .bub img { width: 26px; height: 26px; }
}

/* ── Global markets tape (feature 3) ── */
.globe { position: relative; z-index: 1; width: 100%; max-width: 400px; background: linear-gradient(180deg, var(--surface), var(--ink-2));
  border: 1px solid var(--line-2); border-radius: 22px; padding: 20px; box-shadow: 0 40px 80px -40px rgba(0,0,0,0.8); }
.globe-h { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.globe-h .t { font-family: var(--mono); font-size: 0.64rem; letter-spacing: 0.13em; text-transform: uppercase; color: var(--mute-2); }
.tape { display: flex; flex-direction: column; gap: 10px; margin: 16px 0; }
.tape-row { position: relative; overflow: hidden;
  -webkit-mask: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.tape-track { display: inline-flex; gap: 9px; white-space: nowrap; will-change: transform; animation: marquee 34s linear infinite; }
.tape-track.rev { animation-duration: 44s; animation-direction: reverse; }
.globe:hover .tape-track { animation-play-state: paused; }
.gchip { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 6px; font-size: 0.82rem; color: var(--iris);
  padding: 8px 13px; border-radius: 999px; border: 1px solid var(--iris-soft); background: var(--iris-soft); }
.gchip.rt { color: var(--up); border-color: var(--up-soft); background: var(--up-soft); }
/* Real flag images (self-hosted SVG) instead of flag emoji — those render
   inconsistently (vanish after web-font load on macOS, absent on Windows). */
.gchip .fl { width: 18px; height: 13px; border-radius: 2px; object-fit: cover; flex: 0 0 auto;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.14); }
.globe-legend { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.g-count { font-family: var(--mono); font-size: 0.64rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mute-2); margin-left: auto; }
.mkt-foot { display: flex; align-items: flex-start; gap: 9px; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line);
  font-family: var(--mono); font-size: 0.7rem; line-height: 1.5; color: var(--mute-2); }
.mkt-foot svg { width: 15px; height: 15px; flex: 0 0 auto; color: var(--gold); margin-top: 1px; }

/* donut (pure CSS) */
.donut-wrap { display: flex; align-items: center; gap: 20px; }
.donut { position: relative; width: 132px; height: 132px; border-radius: 50%; flex: 0 0 auto;
  -webkit-mask: radial-gradient(closest-side, transparent 58%, #000 59%);
  mask: radial-gradient(closest-side, transparent 58%, #000 59%); }
.donut .mid { position: absolute; inset: 0; display: grid; place-content: center; text-align: center;
  -webkit-mask: none; mask: none; }
.donut .mid b { font-family: var(--mono); font-size: 1.1rem; color: var(--paper); }
.donut .mid span { display: block; font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mute-2); }
.legend-list { display: grid; gap: 8px; }
.legend-list .li { display: flex; align-items: center; gap: 9px; font-size: 0.84rem; color: var(--mute); }
.legend-list .dot { width: 10px; height: 10px; border-radius: 3px; flex: 0 0 auto; }
.legend-list .li .n { margin-left: auto; font-family: var(--mono); color: var(--paper); }

/* ── Status / latency pills ── */
.legend { display: flex; flex-wrap: wrap; gap: 9px; }
.stat-pill { display: inline-flex; align-items: center; gap: 7px; font-family: var(--mono); font-size: 0.72rem;
  letter-spacing: 0.04em; padding: 6px 11px; border-radius: 999px; border: 1px solid var(--line-2); color: var(--mute); }
.stat-pill .d { width: 7px; height: 7px; border-radius: 50%; flex: 0 0 auto; }
.stat-pill.live { color: var(--up); border-color: var(--up-soft); } .stat-pill.live .d { background: var(--up); box-shadow: 0 0 0 4px var(--up-soft); animation: livePulse 2.6s ease-in-out infinite; }
@keyframes livePulse { 0%, 100% { box-shadow: 0 0 0 3px var(--up-soft); } 50% { box-shadow: 0 0 0 6px rgba(61,220,151,0.05); } }
.stat-pill.delayed { color: var(--gold); border-color: var(--gold-soft); } .stat-pill.delayed .d { background: var(--gold); }
.stat-pill.eod { color: var(--iris); border-color: var(--iris-soft); } .stat-pill.eod .d { background: var(--iris); }
.stat-pill.closed { color: var(--mute-2); } .stat-pill.closed .d { background: var(--mute-2); }
.stat-pill.always { color: var(--up); border-color: var(--up-soft); } .stat-pill.always .d { background: var(--up); }

/* ── Breadth grid ── */
.everything { display: grid; grid-template-columns: repeat(auto-fill, minmax(216px, 1fr)); gap: 12px; }
.tile { display: flex; align-items: center; gap: 12px; padding: 15px 17px; background: var(--surface);
  border: 1px solid var(--line); border-radius: 13px; transition: border-color .2s, background .2s; }
.tile:hover { border-color: var(--line-2); background: var(--surface-2); }
.tile svg { width: 19px; height: 19px; color: var(--iris); flex: 0 0 auto; }
.tile b { font-weight: 500; font-size: 0.93rem; color: var(--paper); }

/* ── Security grid ── */
.sec-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
.sec { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 22px;
  transition: transform .25s ease, border-color .25s ease; }
.sec:hover { transform: translateY(-4px); border-color: var(--line-2); }
.sec .ico { width: 38px; height: 38px; border-radius: 10px; background: var(--up-soft); color: var(--up);
  display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.sec .ico svg { width: 20px; height: 20px; }
.sec h3 { font-size: 1.04rem; font-weight: 600; margin-bottom: 7px; }
.sec p { font-size: 0.91rem; }

/* ── Pricing ── */
.pricing { display: grid; grid-template-columns: 1fr; gap: 18px; max-width: 820px; margin: 0 auto; }
@media (min-width: 720px) { .pricing { grid-template-columns: 1fr 1fr; } }
.plan { position: relative; background: linear-gradient(180deg, var(--surface), var(--ink-2));
  border: 1px solid var(--line); border-radius: 20px; padding: 30px; overflow: hidden; }
.plan.pro { border-color: var(--iris); box-shadow: 0 24px 60px -30px rgba(124,140,255,0.6); }
.plan .tag { font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--iris); }
.plan h3 { font-size: 1.4rem; font-weight: 700; margin: 8px 0; }
.plan .price { font-family: var(--mono); font-size: 2rem; font-weight: 600; color: var(--paper); }
.plan .price small { font-size: 0.9rem; color: var(--mute); font-weight: 400; }
.plan .price-note { font-family: var(--mono); font-size: 0.74rem; color: var(--mute-2); margin-top: 4px; }
.plan ul { list-style: none; margin: 20px 0 0; display: grid; gap: 11px; }
.plan li { display: flex; align-items: flex-start; gap: 10px; color: var(--mute); font-size: 0.94rem; }
.plan li svg { width: 16px; height: 16px; flex: 0 0 auto; margin-top: 4px; color: var(--up); }
.plan .soon { color: var(--gold); }
.plan .badge { position: absolute; top: 18px; right: 18px; font-family: var(--mono); font-size: 0.62rem;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); border: 1px solid var(--gold-soft);
  padding: 4px 9px; border-radius: 999px; }

/* ── FAQ ── */
.faq { max-width: 760px; margin: 0 auto; }
details { border: 1px solid var(--line); border-radius: 13px; padding: 2px 20px; margin-bottom: 11px;
  background: var(--surface); transition: border-color .2s; }
details[open] { border-color: var(--line-2); }
summary { cursor: pointer; list-style: none; font-weight: 600; font-size: 1.01rem; padding: 17px 0;
  display: flex; justify-content: space-between; align-items: center; gap: 16px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; font-family: var(--mono); font-size: 1.3rem; color: var(--mute); font-weight: 400; transition: transform .2s; flex: 0 0 auto; }
details[open] summary::after { transform: rotate(45deg); }
details p { padding: 0 0 18px; font-size: 0.97rem; }
details p a { color: var(--iris); }
.faq details p { overflow: hidden; transition: height .3s cubic-bezier(.4,0,.2,1); }

/* ── Final CTA ── */
.cta { position: relative; overflow: hidden; text-align: center; border-radius: 26px; padding: 64px 28px;
  background: linear-gradient(135deg, var(--surface-2), var(--ink-2)); border: 1px solid var(--line-2); }
.cta::before { content: ""; position: absolute; inset: -50% 25% auto; height: 320px;
  background: radial-gradient(closest-side, rgba(124,140,255,0.32), transparent); filter: blur(40px); }
.cta h2 { position: relative; font-size: clamp(1.7rem, 4.4vw, 2.6rem); font-weight: 700; margin-bottom: 12px; }
.cta p { position: relative; max-width: 540px; margin: 0 auto 28px; font-size: 1.05rem; }
.cta .waitlist { position: relative; margin: 0 auto; text-align: left; }

/* ── Footer ── */
footer { border-top: 1px solid var(--line); padding: 50px 0 40px; margin-top: 40px; }
.footer-grid { display: flex; flex-wrap: wrap; gap: 24px; justify-content: space-between; align-items: center; }
.footer-links { display: flex; gap: 24px; flex-wrap: wrap; }
.footer-links a { color: var(--mute); text-decoration: none; font-size: 0.92rem; font-weight: 500; transition: color .2s; }
.footer-links a:hover { color: var(--paper); }
.footer-bottom { margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--mute-2);
  font-family: var(--mono); font-size: 0.74rem; line-height: 1.7; display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; }
.footer-bottom .disclaimer { max-width: 640px; }

/* ── Scroll reveal ── */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
.reveal.s1 { transition-delay: .06s; } .reveal.s2 { transition-delay: .12s; } .reveal.s3 { transition-delay: .18s; }

/* ════════════════════════════════════════════════════════════════════
   coverage.html — coverage page specifics
   ════════════════════════════════════════════════════════════════════ */
.page-hero { padding: 132px 0 24px; }
.page-hero h1 { font-size: clamp(2rem, 5.2vw, 3.2rem); font-weight: 800; line-height: 1.05; margin: 16px 0 16px; max-width: 760px; }
.page-hero p { font-size: 1.1rem; max-width: 640px; }
.breadcrumb { font-family: var(--mono); font-size: 0.76rem; letter-spacing: 0.04em; color: var(--mute-2); }
.breadcrumb a { color: var(--iris); text-decoration: none; }

.cov-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 14px; margin: 28px 0 0; }
.cov-stat { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 18px 20px; }
.cov-stat b { font-family: var(--mono); font-variant-numeric: tabular-nums; font-size: 1.7rem; color: var(--paper); display: block; }
.cov-stat span { font-size: 0.82rem; color: var(--mute); }

.region { margin-top: 26px; }
.region h3 { font-size: 1.06rem; font-weight: 600; margin-bottom: 4px; display: flex; align-items: center; gap: 10px; }
.region .flag { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--iris); border: 1px solid var(--iris-soft); padding: 3px 8px; border-radius: 999px; }
.region .sub { font-size: 0.86rem; color: var(--mute-2); margin-bottom: 14px; }
.brokers { display: grid; grid-template-columns: repeat(auto-fill, minmax(168px, 1fr)); gap: 10px; }
.broker { display: flex; align-items: center; gap: 10px; padding: 12px 14px; background: var(--surface);
  border: 1px solid var(--line); border-radius: 11px; font-size: 0.9rem; color: var(--paper); }
.broker .b-mark { width: 26px; height: 26px; border-radius: 7px; flex: 0 0 auto; display: grid; place-content: center;
  font-family: var(--display); font-weight: 800; font-size: 12px; color: #0a0e18; }
/* real brand logos sit on a small white tile so dark/transparent marks stay visible */
.broker .b-logo { width: 26px; height: 26px; border-radius: 7px; flex: 0 0 auto; object-fit: contain;
  background: #fff; padding: 3px; }

/* coverage tables */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
table.matrix { width: 100%; border-collapse: collapse; min-width: 620px; }
table.matrix th, table.matrix td { text-align: left; padding: 14px 18px; font-size: 0.9rem; border-bottom: 1px solid var(--line); }
table.matrix thead th { font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mute-2); font-weight: 500; }
table.matrix tbody tr:last-child td { border-bottom: 0; }
table.matrix td:first-child { color: var(--paper); font-weight: 500; }
table.matrix td { color: var(--mute); vertical-align: middle; }

/* ── Market-data coverage: premium freshness components ── */
.stat-pill.gold-pill { color: var(--gold); border-color: var(--gold-soft); } .stat-pill.gold-pill .d { background: var(--gold); }

.cov-subhead { margin: 0 0 22px; }
.cov-subhead h3 { font-size: 1.5rem; font-weight: 700; color: var(--paper); margin: 12px 0 6px; }
.cov-subhead p { font-size: 0.98rem; color: var(--mute); max-width: 620px; margin: 0; }

/* Tier 1 — real-time asset cards with a live equalizer */
.fresh { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; }
.fresh-card { background: linear-gradient(180deg, var(--surface), var(--ink-2)); border: 1px solid var(--line-2);
  border-radius: 18px; padding: 20px; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.fresh-card:hover { transform: translateY(-4px); border-color: var(--up-soft); box-shadow: 0 30px 60px -34px rgba(0,0,0,0.8); }
.fc-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.fc-icon { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center;
  background: var(--up-soft); color: var(--up); }
.fc-icon svg { width: 22px; height: 22px; }
.fresh-card h4 { font-size: 1.04rem; font-weight: 600; color: var(--paper); margin: 0 0 9px; }
.fresh-card .fc-sub { font-size: 0.84rem; color: var(--mute-2); line-height: 1.5; margin: 11px 0 0; }
.eq { display: inline-flex; align-items: flex-end; gap: 3px; height: 24px; }
.eq i { width: 3.5px; height: 30%; background: var(--up); border-radius: 2px; opacity: 0.9;
  animation: eqbounce 1.1s ease-in-out infinite; }
.eq i:nth-child(1) { animation-delay: 0s; }
.eq i:nth-child(2) { animation-delay: .22s; }
.eq i:nth-child(3) { animation-delay: .44s; }
.eq i:nth-child(4) { animation-delay: .15s; }
.eq i:nth-child(5) { animation-delay: .33s; }
@keyframes eqbounce { 0%, 100% { height: 22%; } 50% { height: 100%; } }

/* Tier 2 — global exchange regions with count-up */
.cov-regions { display: grid; grid-template-columns: repeat(auto-fit, minmax(268px, 1fr)); gap: 14px; }
.rcard { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 20px 22px;
  position: relative; overflow: hidden; transition: transform .25s ease, border-color .25s ease; }
.rcard::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: linear-gradient(180deg, var(--iris), var(--iris-2)); opacity: 0.8; }
.rcard:hover { transform: translateY(-4px); border-color: var(--line-2); }
.rc-h { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.rc-h h4 { font-size: 1.06rem; font-weight: 600; color: var(--paper); margin: 0; }
.rflag { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--iris);
  border: 1px solid var(--iris-soft); background: var(--iris-soft); padding: 5px 8px; border-radius: 8px; flex: 0 0 auto; }
.rc-count { display: flex; align-items: baseline; gap: 8px; }
.rc-count b { font-family: var(--mono); font-variant-numeric: tabular-nums; font-size: 2rem; font-weight: 600; color: var(--paper); line-height: 1; }
.rc-count span { font-size: 0.82rem; color: var(--mute-2); }
.rc-markets { font-size: 0.84rem; color: var(--mute-2); line-height: 1.5; margin: 12px 0 16px; min-height: 2.4em; }
.rc-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 14px; border-top: 1px solid var(--line); }
.rc-assets { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.04em; color: var(--mute-2); }

/* Tier 3 — upgrades / add-ons */
.upgrades { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 14px; }
.ucard { background: linear-gradient(180deg, var(--surface), var(--ink-2)); border: 1px dashed var(--line-2);
  border-radius: 18px; padding: 22px; transition: transform .25s ease, border-color .25s ease; }
.ucard:hover { transform: translateY(-4px); border-color: var(--gold-soft); }
.uc-icon { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; background: var(--gold-soft); color: var(--gold); margin-bottom: 14px; }
.uc-icon svg { width: 21px; height: 21px; }
.ucard h4 { font-size: 1.02rem; font-weight: 600; color: var(--paper); margin: 0 0 7px; }
.ucard p { font-size: 0.85rem; color: var(--mute-2); line-height: 1.55; margin: 0 0 14px; }

.callout { display: flex; gap: 14px; align-items: flex-start; background: var(--iris-soft); border: 1px solid var(--line-2);
  border-radius: 16px; padding: 18px 20px; }
.callout svg { width: 22px; height: 22px; color: var(--iris); flex: 0 0 auto; margin-top: 2px; }
.callout p { color: var(--paper); font-size: 0.94rem; margin: 0; }
.callout p b { color: var(--paper); }
.callout.up { background: var(--up-soft); } .callout.up svg { color: var(--up); }
.callout.gold { background: var(--gold-soft); } .callout.gold svg { color: var(--gold); }

/* ── Legal / content pages (privacy, terms) ── */
.legal { max-width: 820px; margin: 0 auto; padding: 104px 0 40px; }
.legal-back { display: inline-flex; align-items: center; gap: 8px; color: var(--mute); text-decoration: none; font-size: 0.9rem; margin-bottom: 26px; }
.legal-back svg { width: 16px; height: 16px; }
.legal-back:hover { color: var(--paper); }
.legal-head h1 { font-size: clamp(2rem, 5vw, 3rem); font-weight: 800; line-height: 1.06; margin: 12px 0 14px; }
.legal-meta { font-family: var(--mono); font-size: 0.8rem; color: var(--mute-2); letter-spacing: 0.02em; }
.legal-summary { margin-top: 24px; padding: 18px 20px; border: 1px solid var(--line-2); border-radius: 16px;
  background: var(--surface); color: var(--mute); font-size: 0.97rem; line-height: 1.65; }
.legal-summary b { color: var(--paper); }
.toc { margin: 30px 0 46px; padding: 20px 22px; border: 1px solid var(--line); border-radius: 16px; background: rgba(13,19,34,0.4); }
.toc h2 { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--mute-2);
  margin: 0 0 12px; padding: 0; border: 0; }
.toc ol { margin: 0; padding-left: 20px; columns: 2; column-gap: 34px; }
.toc li { margin-bottom: 8px; break-inside: avoid; }
.toc a { color: var(--mute); text-decoration: none; font-size: 0.92rem; }
.toc a:hover { color: var(--paper); }
.legal h2 { font-size: 1.42rem; font-weight: 700; color: var(--paper); margin: 46px 0 14px; scroll-margin-top: 96px; }
.legal h3 { font-size: 1.08rem; font-weight: 600; color: var(--paper); margin: 26px 0 10px; }
.legal p, .legal li { color: var(--mute); font-size: 1rem; line-height: 1.72; }
.legal p { margin: 0 0 16px; }
.legal ul, .legal ol.body { margin: 0 0 18px; padding-left: 22px; }
.legal li { margin-bottom: 9px; }
.legal a { color: var(--iris); text-decoration: none; }
.legal a:hover { text-decoration: underline; }
.legal strong, .legal b { color: var(--paper); font-weight: 600; }
.legal table { width: 100%; border-collapse: collapse; margin: 8px 0 24px; font-size: 0.92rem; }
.legal th, .legal td { text-align: left; padding: 11px 13px; border-bottom: 1px solid var(--line); vertical-align: top; color: var(--mute); line-height: 1.5; }
.legal thead th { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mute-2); }
.legal td b { color: var(--paper); }
.legal-note { display: flex; gap: 13px; align-items: flex-start; background: var(--up-soft); border: 1px solid var(--up-soft);
  border-radius: 14px; padding: 16px 18px; margin: 6px 0 22px; }
.legal-note svg { width: 20px; height: 20px; color: var(--up); flex: 0 0 auto; margin-top: 2px; }
.legal-note p { margin: 0; color: var(--paper); font-size: 0.94rem; }
@media (max-width: 640px) {
  .toc ol { columns: 1; }
  .legal { padding-top: 88px; }
  .legal th, .legal td { padding: 9px 8px; }
  .legal table { font-size: 0.84rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal, .hero-anim { opacity: 1; transform: none; }
  .feat-no, .feature li { opacity: 1 !important; transform: none !important; }
  .bar .track i { width: var(--w, 100%) !important; }
  .connector i { width: 100% !important; }
  .mt-bar i { transform: scaleX(1) !important; }
  .div-bars i { height: var(--h, 60%) !important; }
  .eq i { height: 60% !important; }
  .perk::after { display: none !important; }
  .chip .spark path { stroke-dashoffset: 0; }
  html { scroll-behavior: auto; }
}
