/* ===================================================================
   BLONIX · Phase 2 Visual Fidelity Rebuild
   Open compositions · Native CSS components · Dramatic typography
   =================================================================== */

:root {
  --bg: #050507;
  --bg-2: #0a0a12;
  --surface: #15131f;
  --surface-2: #1c1929;
  --line: rgba(255,255,255,0.08);
  --line-strong: rgba(255,255,255,0.16);
  --text: #ffffff;
  --text-2: #cfcdda;
  --muted: #8a8895;
  --muted-2: #62616c;
  --violet: #9b6cff;
  --purple: #7a4dff;
  --pink: #ff5ec4;
  --mint: #7ef0c5;
  --cyan: #5be3ff;

  /* Original Blonix gradients from PDF */
  --grad-silver: linear-gradient(95deg,#f0eef7 0%,#d8d2e8 45%,#bdb5cd 100%);
  --grad-head:   linear-gradient(110deg,#e9e2ff 0%,#cdb6ff 35%,#a9d8ff 65%,#7ef0c5 100%);
  --grad-soft:   linear-gradient(135deg,#cdb6ff 0%,#7ef0c5 100%);
  --grad-violet-pink: linear-gradient(135deg,#9b6cff 0%,#7a4dff 50%,#ff5ec4 100%);
  --grad-purple-block: linear-gradient(135deg,#3a2356 0%,#2a1844 100%);

  --font-body: 'Inter', system-ui, sans-serif;
  --font-head: 'Manrope', var(--font-body);

  --s-2:8px; --s-3:12px; --s-4:16px; --s-5:20px;
  --s-6:24px; --s-7:32px; --s-8:40px; --s-9:48px;
  --s-10:64px; --s-11:80px; --s-12:96px; --s-13:128px;

  --r-3:14px; --r-4:20px; --r-5:28px; --r-full:999px;
  --container: 1280px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 15px; line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; height: auto; }
button { background: none; border: 0; color: inherit; font: inherit; cursor: pointer; }
ul { list-style: none; }
.muted { color: var(--muted); }
.italic { font-family: var(--font-head); font-style: italic; font-weight: 300; letter-spacing: -0.015em; }
.grad { background: var(--grad-head); -webkit-background-clip: text; background-clip: text; color: transparent; }
.grad-soft { background: var(--grad-soft); -webkit-background-clip: text; background-clip: text; color: transparent; }

.ambient {
  position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background: radial-gradient(40% 25% at 50% 50%, rgba(80,40,140,0.12), transparent 70%);
}

/* ---------- NAV with pill-wrapper (PDF style) ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(5,5,10,0.7);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  max-width: 1500px; margin: 0 auto; padding: 14px 28px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.logo { font-family: var(--font-head); font-weight: 800; font-size: 18px; letter-spacing: .06em; }
.nav-pill {
  display: none;
  align-items: center; gap: 4px;
  padding: 6px;
  border-radius: var(--r-full);
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  backdrop-filter: blur(10px);
}
.nav-pill a {
  color: var(--text-2); font-size: 13px; font-weight: 500;
  padding: 8px 16px; border-radius: var(--r-full);
  transition: all .2s;
  display: inline-flex; align-items: center; gap: 6px;
  white-space: nowrap;
}
.nav-pill a:hover { color: #fff; background: rgba(255,255,255,0.08); }
.caret { font-size: 10px; opacity: .7; }
.nav-actions { display: none; gap: 8px; align-items: center; }
.store-btn {
  display: inline-flex; align-items: center; gap: 7px;
  background: #fff; color: #0a0a12; border-radius: var(--r-full);
  padding: 9px 18px; font-size: 13px; font-weight: 600; white-space: nowrap;
  transition: transform .2s, opacity .2s;
}
.store-btn:hover { transform: translateY(-1px); opacity: .94; }
.burger { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 10px; display: flex; flex-direction: column; justify-content: center; gap: 4px; padding: 0 10px; }
.burger span { display: block; height: 2px; background: #fff; border-radius: 2px; }
.mobile-menu { border-top: 1px solid var(--line); background: rgba(5,5,10,0.97); padding: 16px 20px 24px; display: grid; gap: 12px; }
.mobile-menu[hidden] { display: none; }
.mobile-menu a { color: var(--text-2); padding: 8px 0; font-size: 15px; }
.mm-actions { display: flex; gap: 10px; padding-top: 8px; border-top: 1px solid var(--line); }
.mm-actions .store-btn { flex: 1; justify-content: center; }

/* ---------- HERO (Figma-matched composition) ---------- */
.hero { padding: clamp(40px,5vw,72px) 0 0; text-align: center; position: relative; overflow: hidden; }
.hero-title {
  font-family: var(--font-head); font-weight: 700;
  font-size: clamp(36px,7.2vw,108px);
  line-height: 1; letter-spacing: 0.02em;
  background: linear-gradient(180deg,#f4f3f8 0%,#cfcdda 55%,#9b99aa 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  margin: 0 24px;
  white-space: nowrap;
  position: relative; z-index: 2;
}
@media (max-width: 960px) { .hero-title { white-space: normal; font-size: clamp(34px,8.5vw,72px); letter-spacing: 0.01em; } }
.hero-sub {
  color: var(--text-2);
  font-size: clamp(13px,1.1vw,15px); line-height: 1.6;
  max-width: 480px; margin: 18px auto 0; padding-inline: 20px;
  position: relative; z-index: 2;
}
.orbit-stage {
  position: relative;
  margin: clamp(24px,4vw,56px) auto 0;
  max-width: 1100px;
  padding-inline: 0;
}
.orbit-stage > img {
  width: min(1020px, 92%);
  margin: 0 auto;
  position: relative; z-index: 2;
}
/* Vertical glow line extending from orbit bottom down into the card section */
.orbit-line {
  position: absolute;
  left: 50%; bottom: -160px;
  width: 1.5px; height: 200px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(155,108,255,0.75) 0%, rgba(123,75,255,0.25) 60%, transparent 100%);
  box-shadow: 0 0 18px rgba(155,108,255,0.55);
  pointer-events: none;
  z-index: 3;
}
/* Kicker stack — bottom-left of Hero (Figma) */
.hero-kicker {
  position: absolute;
  left: clamp(16px,4vw,72px);
  bottom: clamp(20px,4vw,56px);
  text-align: left;
  z-index: 4;
}
.hero-kicker .kicker { display: block; text-align: left; }
.hero-kicker .kicker-wordmark { margin: 4px 0; text-align: left; }
@media (max-width: 720px) {
  .hero-kicker { position: static; margin: 32px auto 0; text-align: center; padding: 0 24px; }
  .hero-kicker .kicker, .hero-kicker .kicker-wordmark { text-align: center; }
}

/* ---------- CARD SECTION (overlaps Hero) ---------- */
.card-sec { position: relative; padding: 0 0 100px; margin-top: -120px; overflow: hidden; }
.card-bg {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(45% 40% at 50% 45%, rgba(123,75,255,0.20), transparent 70%);
}
.card-bg::before {
  content: ''; position: absolute; inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(155,108,255,0.16) 0 1px, transparent 1px 80px),
    repeating-linear-gradient(0deg,  rgba(155,108,255,0.10) 0 1px, transparent 1px 80px);
  mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, black, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, black, transparent 80%);
}
/* Card row: card is centered in the section; "Blonix is Opening" text is positioned right via absolute placement so it does not push the card off-center */
.card-row {
  position: relative; z-index: 1;
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  display: flex; flex-direction: column; align-items: center; gap: 28px;
  text-align: center;
}
/* Mobile default: cg-right stacks below card, centered */
.cg-right { min-width: 0; max-width: 280px; margin: 24px auto 0; text-align: center; position: relative; z-index: 1; }
.kicker {
  display: block;
  font-family: var(--font-head); font-weight: 500;
  font-size: clamp(11px,1.05vw,13px); letter-spacing: .25em;
  color: var(--text-2);
  text-transform: uppercase;
}
.kicker-wordmark {
  font-family: var(--font-head); font-weight: 200;
  font-size: clamp(56px,7vw,96px);
  line-height: 1; letter-spacing: -0.02em;
  background: var(--grad-soft);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  margin: 8px 0;
}
/* Card pedestal frame (Figma reference) */
.cg-card {
  position: relative;
  padding: clamp(20px,2.2vw,36px);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(36,26,60,0.55) 0%, rgba(18,12,36,0.30) 100%);
  border: 1px solid rgba(255,255,255,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
  max-width: 720px;
  width: 100%;
}
/* Violet glow positioned BELOW the card */
.cg-card::after {
  content: '';
  position: absolute;
  left: 8%; right: 8%; bottom: -10px; height: 55%;
  background: radial-gradient(ellipse at 50% 100%, rgba(155,108,255,0.55), rgba(123,75,255,0.18) 45%, transparent 70%);
  filter: blur(8px);
  z-index: -1;
  pointer-events: none;
}
.cg-card img {
  position: relative; z-index: 1;
  width: 88%;
  max-width: 560px;
  margin: 0 auto;
  filter: drop-shadow(0 30px 60px rgba(0,0,0,0.55));
}
/* Warmer Figma gradient on "Early Access." */
.early-access-grad {
  background: linear-gradient(120deg, #7ef0c5 0%, #cdb6ff 50%, #ff9ad6 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.cg-right h3 { font-family: var(--font-head); font-weight: 400; font-size: clamp(20px,1.7vw,24px); line-height: 1.2; margin-bottom: 12px; }
.cg-right p { color: var(--muted); font-size: 14px; line-height: 1.6; }
/* Tagline inside Virtual Card section, above CTAs */
.card-tagline {
  position: relative; z-index: 1;
  color: var(--text-2);
  font-size: clamp(13px,1.2vw,15px);
  line-height: 1.65;
  text-align: center;
  margin: clamp(48px,6vw,80px) auto 0;
  max-width: 480px;
  padding-inline: 24px;
}
/* CTA: vertical stack — pills on row 1, "See How" link on its own line below */
.card-cta {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; align-items: center; gap: 18px;
  margin-top: 24px;
}
.cta-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.pill-light {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; color: #0a0a12;
  padding: 12px 28px; border-radius: var(--r-full);
  font-size: 13.5px; font-weight: 600;
  transition: transform .2s, opacity .2s;
}
.pill-light:hover { transform: translateY(-1px); opacity: .94; }
.see-link { color: var(--text-2); font-size: 13.5px; padding: 6px 8px; border-bottom: 1px solid var(--line-strong); }
.see-link:hover { color: #fff; }

/* ---------- DISPLAY HEADING ---------- */
.display-h {
  font-family: var(--font-head); font-weight: 200;
  font-size: clamp(36px,8.5vw,108px);
  line-height: 0.96; letter-spacing: -0.015em;
  margin-bottom: 28px;
}
.tagline { color: var(--text-2); font-size: clamp(13px,1.3vw,15px); line-height: 1.65; text-align: center; margin-bottom: 28px; }

/* ---------- FEATURES (Speed, Security & Global Use) ---------- */
.features {
  padding: clamp(80px,10vw,140px) 24px;
  max-width: 1400px; margin: 0 auto; text-align: center;
}
.features .display-h {
  text-align: center; margin-inline: auto;
  font-family: var(--font-head); font-weight: 700;
  font-size: clamp(28px,6vw,72px);
  line-height: 1.05; letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
  background: none; -webkit-text-fill-color: #fff;
}
.show-grid {
  margin-top: clamp(48px,6vw,80px);
  display: grid; grid-template-columns: 1fr; gap: 28px;
  max-width: 1080px; margin-left: auto; margin-right: auto;
}
.show-card {
  border-radius: 24px; padding: 14px;
  display: flex; flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.05);
  box-shadow: 0 30px 60px rgba(80,40,120,0.15);
  transition: transform .3s, border-color .3s;
}
.show-card:hover { transform: translateY(-4px); border-color: rgba(255,255,255,0.1); }
.show-mint {
  background: linear-gradient(180deg, rgba(126,240,197,0.10), rgba(126,240,197,0.02) 55%, rgba(8,8,14,0.6));
}
.show-cyan {
  background: linear-gradient(180deg, rgba(22,18,32,0.6), rgba(8,8,14,0.6));
}
.show-pink {
  background: linear-gradient(180deg, rgba(255,94,196,0.12), rgba(255,94,196,0.03) 55%, rgba(8,8,14,0.6));
}
.show-art {
  aspect-ratio: 4 / 3;
  border-radius: 16px; overflow: hidden;
  background: rgba(0,0,0,0.3);
}
.show-art img { width: 100%; height: 100%; object-fit: cover; }
.show-body { padding: 18px 14px 14px; text-align: center; }
.show-body h3 { font-family: var(--font-head); font-weight: 600; font-size: clamp(16px,1.4vw,17px); margin-bottom: 8px; color: #fff; }
.show-body p { color: var(--text-2); font-size: 13px; line-height: 1.55; }

/* ---------- PLATFORM (One Platform for Global Money) ---------- */
.platform { padding: clamp(80px,10vw,140px) 24px; max-width: 1400px; margin: 0 auto; }
.platform-grid { display: grid; grid-template-columns: 1fr; gap: 56px; align-items: center; }
.platform-grid > * { min-width: 0; }
/* Headline (One Platform specific) */
.platform .display-h.pf-h {
  font-family: var(--font-head); font-weight: 700;
  font-size: clamp(28px,4.8vw,56px);
  line-height: 1.05; letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff; -webkit-text-fill-color: #fff;
  background: none;
  margin-bottom: 22px;
}
.one-platform-grad {
  background: linear-gradient(90deg, #93f0d8 0%, #cdb6ff 50%, #f0c2dc 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.pf-text p { color: var(--text-2); font-size: 14px; line-height: 1.55; margin-bottom: 12px; max-width: 520px; }
.dot-list { margin: 22px 0 8px; display: flex; flex-direction: column; gap: 10px; }
.dot-list li { padding-left: 18px; position: relative; color: var(--text-2); font-size: 14px; }
.dot-list li::before { content: "•"; position: absolute; left: 0; top: -2px; color: #fff; font-size: 18px; line-height: 1; }
.dark-btn {
  display: inline-block; margin-top: 28px;
  background: #1f1c2a; color: #fff;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  padding: 12px 28px;
  font-size: 13.5px; font-weight: 500;
  transition: background .25s, transform .2s;
}
.dark-btn.big { padding: 15px 38px; font-size: 15px; }
.dark-btn:hover { background: #2a2638; transform: translateY(-1px); }

/* Visual column: positioned canvas */
.pf-visual { position: relative; min-height: 540px; }
.pf-curve { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; }

/* Small Trading Bots pill at top of curve */
.tb-small, .wb-small {
  position: absolute;
  background: rgba(20,16,32,0.85);
  border: 1px solid rgba(155,108,255,0.30);
  border-radius: 14px;
  padding: 14px 22px;
  text-align: center;
  z-index: 1;
  backdrop-filter: blur(8px);
}
.tb-small { top: 30px; right: 8%; }
.wb-small { bottom: 30px; right: 8%; }
.tb-small span, .wb-small span { display: block; font-family: var(--font-head); font-size: 12px; color: #cdb6ff; font-weight: 600; letter-spacing: .04em; }
.tb-small strong, .wb-small strong { display: block; font-family: var(--font-head); font-size: 15px; color: #fff; font-weight: 700; margin-top: 2px; }

/* Trading Bots — big card (middle of curve) */
.trading-bots {
  position: absolute; z-index: 1;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  background: linear-gradient(95deg, #b6e9c8 0%, #c5b6f0 50%, #f4b6d6 100%);
  border-radius: 22px;
  padding: 20px 22px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  width: clamp(280px, 90%, 400px);
  box-shadow: 0 20px 50px rgba(155,108,255,0.20);
}
.tb-text { color: #fff; }
.trading-bots h3 { font-family: var(--font-head); font-weight: 700; font-size: 18px; line-height: 1.15; margin-bottom: 6px; color: #fff; }
.trading-bots p { color: rgba(255,255,255,0.92); font-size: 12.5px; line-height: 1.45; max-width: 260px; }
.tb-arrow {
  width: 40px; height: 40px; border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.7);
  display: grid; place-items: center;
  color: #fff; flex: 0 0 40px;
  transition: transform .25s;
}
.trading-bots:hover .tb-arrow { transform: rotate(20deg); }

/* ---------- CONTROL ---------- */
/* ---------- TOTAL CONTROL ---------- */
.control { padding: 60px 24px; max-width: 1400px; margin: 0 auto; }
.control-card {
  position: relative;
  background:
    radial-gradient(60% 40% at 0% 100%, rgba(155,108,255,0.10), transparent 60%),
    linear-gradient(180deg, rgba(28,23,41,0.6) 0%, rgba(14,12,24,0.6) 100%);
  border: 1px solid rgba(155,108,255,0.20);
  border-radius: 28px;
  padding: clamp(28px,4.5vw,56px);
  display: grid; grid-template-columns: 1fr; gap: 36px;
  align-items: center;
}
.control-card > * { min-width: 0; }
/* BLONIX brand row (top-left of card) */
.cc-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; }
.cc-b-icon {
  width: 28px; height: 28px; border-radius: 7px;
  background: linear-gradient(135deg, #9b6cff, #5be3ff);
  display: grid; place-items: center;
  color: #fff;
  font-family: var(--font-head); font-weight: 800; font-size: 18px;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(155,108,255,0.35);
}
.cc-b-mark { font-family: var(--font-head); font-weight: 700; letter-spacing: 0.12em; font-size: 14px; color: #fff; }
/* Headline + right description */
.cc-headline-row {
  display: grid; grid-template-columns: 1fr; gap: 18px;
}
.cc-h {
  font-family: var(--font-head); font-weight: 700;
  font-size: clamp(28px,5vw,64px);
  line-height: 1.0; letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff; -webkit-text-fill-color: #fff;
  background: none;
}
.cc-h span { display: block; }
.tc-grad {
  background: linear-gradient(180deg, #c5d8ff 0%, #cdb6ff 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.cc-desc { color: var(--text-2); font-size: 12.5px; line-height: 1.55; max-width: 220px; }

/* Phone visual + purple panel (subtle overflow) */
.cc-visual { position: relative; padding: 0; }
.cc-visual::before {
  content: '';
  position: absolute;
  top: -36px; bottom: -36px;
  left: 50%; transform: translateX(-50%);
  width: clamp(220px, 78%, 340px);
  background: linear-gradient(180deg, #5b4cff 0%, #4d3fe6 100%);
  border-radius: 24px;
  z-index: 0;
}
.cc-visual img {
  position: relative; z-index: 1;
  width: 100%; max-width: 320px;
  margin: 0 auto; display: block;
  border-radius: 18px;
}

/* Bottom row */
.control-bottom {
  display: grid; grid-template-columns: 1fr;
  gap: 24px; margin-top: 60px; padding-inline: 8px;
}
.cb-note {
  background: linear-gradient(135deg, rgba(123,75,255,0.30), rgba(155,108,255,0.20));
  border: 1px solid rgba(155,108,255,0.35);
  border-radius: 16px;
  padding: 18px 22px;
  color: #e8e1ff;
  font-size: 13.5px; line-height: 1.55;
}
.cb-tag-pill {
  background: transparent; border: 0;
  padding: 18px 4px;
  font-family: var(--font-head); font-weight: 700;
  font-size: clamp(16px,1.9vw,22px); line-height: 1.4; letter-spacing: .03em;
  color: #fff; text-transform: uppercase;
}
.tag-glow { display: none; }

/* ---------- ACCESS ---------- */
.access { padding: clamp(80px,10vw,140px) 24px; max-width: 1400px; margin: 0 auto; }
.access-grid { display: grid; grid-template-columns: 1fr; gap: 60px; align-items: center; }
.access-grid > * { min-width: 0; }
.ac-text p { color: var(--text-2); font-size: 15.5px; line-height: 1.75; max-width: 460px; margin-bottom: 12px; }
.ac-visual img { margin: 0 auto; width: 100%; max-width: 760px; filter: drop-shadow(0 0 80px rgba(155,108,255,0.30)); }

/* ---------- CRYPTO ---------- */
.crypto { padding: clamp(80px,10vw,140px) 24px; max-width: 1400px; margin: 0 auto; }
.crypto-grid { display: grid; grid-template-columns: 1fr; gap: clamp(48px,6vw,80px); align-items: start; }
.crypto-grid > * { min-width: 0; }
.crypto .cr-h {
  font-family: var(--font-head); font-weight: 700;
  font-size: clamp(28px,3.4vw,44px);
  line-height: 1.15; letter-spacing: 0;
  text-transform: none;
  color: #fff; -webkit-text-fill-color: #fff; background: none;
  margin-bottom: 16px;
}
.cr-text > p { color: var(--text-2); font-size: 13.5px; line-height: 1.55; max-width: 360px; margin: 0 0 24px; }
.check-list { display: flex; flex-direction: column; gap: 16px; margin-top: 16px; }
.check-list li { display: flex; align-items: center; gap: 10px; color: #fff; font-size: 13.5px; }
.ck { width: 17px; height: 17px; border-radius: 50%; background: var(--pink); color: #fff; font-size: 10px; font-weight: 700; display: inline-grid; place-items: center; flex: 0 0 17px; line-height: 1; }

/* Crypto dashboard panel (CSS-native) */
.cr-panel {
  position: relative;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.06);
  background: linear-gradient(180deg, rgba(20,16,32,0.6), rgba(10,8,18,0.6));
  padding: clamp(24px,2.4vw,32px);
  max-width: 600px;
  margin-left: auto; margin-right: auto;
  box-shadow: 0 30px 60px rgba(123,75,255,0.15);
  overflow: hidden;
}
.cr-pills {
  display: flex; gap: 6px; padding: 6px;
  background: rgba(30,24,46,0.55);
  border-radius: 999px;
  width: fit-content;
  margin: 0 auto 28px;
}
.cr-pill {
  appearance: none; border: 0; background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.7);
  padding: 8px 18px; border-radius: 999px;
  font-family: var(--font-head); font-size: 12.5px; font-weight: 500;
  cursor: default;
  transition: background .2s, color .2s;
}
.cr-pill.is-active {
  background: var(--pink);
  color: #fff; font-weight: 600;
}
/* Transaction-card stage */
.cr-tx-stage {
  position: relative;
  height: 220px;
  margin: 0 -8px;
}
.cr-tx {
  position: absolute;
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: center;
  gap: 12px;
  background: rgba(30,24,46,0.6);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
  padding: 10px 14px;
  width: 300px;
  backdrop-filter: blur(6px);
}
.cr-tx-icon {
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  display: grid; place-items: center;
  color: #fff; font-size: 14px; font-weight: 600;
}
.cr-tx-body strong {
  display: block;
  color: #fff; font-family: var(--font-head); font-weight: 600;
  font-size: 14px; line-height: 1.1;
}
.cr-tx-body span {
  display: block;
  color: rgba(255,255,255,0.45);
  font-size: 11.5px;
  margin-top: 2px;
}
.cr-tx-amt { font-family: var(--font-head); font-weight: 600; font-size: 13px; white-space: nowrap; }
.cr-tx-amt.pos { color: #50e3a4; }
.cr-tx-amt.neg { color: #ff5e6c; }

/* Position the 4 cards along the stage */
.cr-tx-left { top: 24px; left: -100px; transform: rotate(-3deg); opacity: 0.85; z-index: 0; }
.cr-tx-main { top: 30px; left: 50%; transform: translateX(-50%) rotate(-1deg); width: 320px; background: rgba(35,28,52,0.85); z-index: 1; }
.cr-tx-right { top: 30px; right: -120px; transform: rotate(2deg); opacity: 0.85; z-index: 0; }
.cr-tx-tilt { top: 130px; left: 50%; transform: translateX(-46%) rotate(-7deg); width: 310px; background: rgba(45,36,68,0.85); z-index: 2; }

/* ---------- FUTURE OF GLOBAL MONEY (single dark panel container) ---------- */
.future {
  padding: clamp(60px,8vw,100px) 24px;
  max-width: 1500px; margin: 0 auto;
}
.future-panel {
  position: relative;
  max-width: 1100px; margin: 0 auto;
  padding: 40px 48px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.06);
  background: linear-gradient(180deg, rgba(22,18,32,0.6), rgba(12,10,20,0.6));
  box-shadow: 0 30px 60px rgba(123,75,255,0.10);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
}
/* Center column (headline + tagline + buttons) */
.future-text { text-align: center; }
.future-headline {
  font-family: var(--font-head); font-weight: 700;
  font-size: clamp(22px,3vw,38px);
  line-height: 1.05; letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff; -webkit-text-fill-color: #fff;
  background: none;
  margin-bottom: 12px;
}
.grad-violet {
  background: linear-gradient(180deg, #c5d8ff 0%, #cdb6ff 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.future-text p {
  color: var(--text-2);
  font-size: 13px; line-height: 1.5;
  margin: 0 auto 16px; max-width: 320px;
}
.future-cta { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

/* Price cards stacks (left + right) */
.future-prices { display: flex; flex-direction: column; gap: 12px; }
.future-prices.right { transform: translateX(40px); }

/* Single price card — CSS native, compact */
.pc {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  align-items: center; gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(20,16,32,0.6);
  border: 1px solid rgba(255,255,255,0.05);
  width: 260px;
}
.pc-icon {
  width: 32px; height: 32px; border-radius: 50%;
  display: grid; place-items: center;
  color: #fff;
  font-family: var(--font-head); font-weight: 700; font-size: 15px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.15);
}
.pc-name strong {
  display: block;
  color: #fff; font-family: var(--font-head); font-weight: 600;
  font-size: 13px; line-height: 1.1;
}
.pc-name span {
  display: block;
  color: rgba(255,255,255,0.45);
  font-size: 11px; margin-top: 2px;
}
.pc-price-block { text-align: right; }
.pc-price {
  display: block;
  color: #fff; font-family: var(--font-head); font-weight: 700;
  font-size: 14px; line-height: 1.1;
}
.change {
  display: block;
  font-size: 11px; font-weight: 600;
  margin-top: 2px;
}
.change.pos { color: #50e3a4; }
.change.neg { color: #ff6b8c; }

/* ---------- SPENDING ---------- */
.spending { padding: clamp(80px,9vw,120px) 24px 48px; margin-top: 40px; border-bottom: 1px solid var(--line); max-width: 1400px; margin-inline: auto; }
.spending-grid { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: start; }
.sp-row { display: flex; align-items: center; gap: 18px; margin-bottom: 22px; }
.bolt-mark { width: 52px; height: 52px; background: rgba(20,16,32,0.55); border: 1px solid rgba(255,255,255,0.05); border-radius: 14px; display: grid; place-items: center; flex: 0 0 52px; }
.sp-h { font-family: var(--font-head); font-weight: 700; font-size: clamp(20px,1.8vw,24px); line-height: 1.15; letter-spacing: 0.02em; text-transform: uppercase; color: #fff; margin: 0; }
.sp-stores { display: flex; gap: 12px; flex-wrap: wrap; }
.pill-dark {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 16px; border-radius: 999px;
  background: rgba(20,16,32,0.55);
  border: 1px solid rgba(155,108,255,0.30);
  color: #fff; font-size: 12.5px; font-weight: 500;
  transition: background .2s, border-color .2s;
}
.pill-dark:hover { background: rgba(30,24,46,0.65); border-color: rgba(155,108,255,0.55); }
.pl-ico { font-size: 11px; opacity: .9; }
.sp-right p { color: var(--text-2); font-size: 14px; line-height: 1.55; max-width: 520px; }
.sp-right strong { color: #fff; font-weight: 600; }

/* ---------- FOOTER ---------- */
.footer {
  padding: 60px 24px 0;
  background:
    radial-gradient(70% 30% at 50% 0%, rgba(123,75,255,0.04), transparent 70%),
    radial-gradient(35% 60% at 0% 0%, rgba(123,75,255,0.06), transparent 70%);
  max-width: 1400px; margin: 0 auto;
}
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 40px; margin-bottom: 24px; }
.footer-logo {
  font-family: var(--font-head); font-weight: 800;
  font-size: 24px; letter-spacing: .05em;
  display: inline-block; margin-bottom: 16px;
  background: linear-gradient(120deg, #cdb6ff, #e8d8ff);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.socials { display: flex; gap: 16px; }
.socials a {
  width: auto; height: auto;
  border: 0; background: transparent; padding: 0;
  color: rgba(255,255,255,0.6);
  display: inline-flex; align-items: center; justify-content: center;
  transition: color .2s;
}
.socials a:hover { color: #fff; background: transparent; border: 0; }
.socials svg { width: 18px; height: 18px; }
.ft-col h4 { font-family: var(--font-head); font-weight: 700; font-size: 13px; letter-spacing: .04em; color: #fff; margin-bottom: 14px; }
.ft-col a { display: block; color: #fff; font-size: 13px; padding: 4px 0; transition: opacity .2s; }
.ft-col a:hover { opacity: .75; }
.ft-copy-line { text-align: right; color: var(--muted-2); font-size: 12px; padding: 12px 0 24px; }
.bigmark { overflow: hidden; line-height: 0.85; padding: 8px 0 0; text-align: center; }
.bigmark-text {
  font-family: var(--font-head); font-weight: 800;
  font-size: clamp(80px,22vw,320px);
  letter-spacing: -0.02em; display: inline-block;
  background: linear-gradient(90deg, #b6e9c8 0%, #c5b6f0 50%, #f4b6d6 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
  text-shadow: none;
}

/* ===================== RESPONSIVE ===================== */
@media (min-width: 600px) {
  .show-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
}
@media (min-width: 900px) {
  .future-panel { grid-template-columns: 260px 1fr 260px; gap: 28px; padding: 28px 36px; }
}
@media (min-width: 820px) {
  /* True-centered card via flex; right column anchored to section, outside card-row */
  .card-row { padding: 0 24px; }
  .cg-card { margin: 0 auto; }
  .cg-right {
    position: absolute;
    right: clamp(24px,5vw,96px);
    top: clamp(180px, 22vw, 280px);
    text-align: left;
    width: clamp(220px, 22vw, 300px);
    max-width: 300px;
    margin: 0;
  }
  .platform-grid { grid-template-columns: 1fr 1fr; gap: 80px; }
  .access-grid { grid-template-columns: 1fr 1fr; }
  .crypto-grid { grid-template-columns: 1fr 1fr; }
  .control-card { grid-template-columns: 1fr 1.1fr; }
  .cc-headline-row { grid-template-columns: 1fr 200px; gap: 28px; align-items: end; }
  .control-bottom { grid-template-columns: 1.4fr 1fr; align-items: center; gap: 24px; }
  .spending-grid { grid-template-columns: 1fr 1fr; gap: 64px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 80px; align-items: start; }
  .ft-copy { align-self: end; text-align: right; }
  .future-row { grid-template-columns: 1fr 1.2fr; }
  .future-prices { margin: 0; }
  .future-text { text-align: left; }
  .future-text p { margin: 0 0 24px; }
  .future-cta { justify-content: flex-start; }
}
@media (min-width: 1000px) {
  .nav-pill { display: inline-flex; }
  .nav-actions { display: flex; }
  .burger, .mobile-menu { display: none !important; }
}

/* Reveal on scroll */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } html { scroll-behavior: auto; } }
