:root {
  color-scheme: dark;
  --ink: #050b0f;
  --ink-soft: #0a151d;
  --ink-panel: #0c1821;
  --cream: #f2efea;
  --paper: #dedad3;
  --white: #fffefa;
  --muted: #9ba4aa;
  --line: rgba(255, 255, 255, 0.13);
  --violet: #6326ff;
  --violet-bright: #7c43ff;
  --coral: #ff594f;
  --coral-dark: #d9433f;
  --aqua: #8ee7d3;
  --green: #b8f69a;
  --radius: 18px;
  --pad: clamp(22px, 4vw, 72px);
  --content: 1440px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; min-height: 100vh; color: var(--white); background: var(--ink); font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; color: inherit; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 2px solid var(--aqua); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 10px 14px; color: var(--ink); background: var(--cream); transform: translateY(-160%); transition: transform 180ms ease; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 100;
  top: 18px;
  left: max(18px, env(safe-area-inset-left));
  right: max(18px, env(safe-area-inset-right));
  height: 66px;
  display: grid;
  grid-template-columns: 220px 1fr 220px;
  align-items: center;
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 10px 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(5, 11, 15, 0.72);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(22px) saturate(135%);
  -webkit-backdrop-filter: blur(22px) saturate(135%);
  transition: top 250ms ease, background 250ms ease, border-color 250ms ease;
}
.site-header.is-scrolled { top: 10px; background: rgba(5, 11, 15, 0.91); border-color: rgba(255, 255, 255, 0.2); }
.site-brand { width: 158px; }
.site-brand img { width: 100%; height: auto; }
.site-nav { justify-self: center; display: flex; align-items: center; gap: clamp(18px, 2.8vw, 44px); }
.site-nav a { position: relative; color: rgba(255, 255, 255, 0.68); font-size: 13px; font-weight: 650; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: linear-gradient(90deg, var(--violet), var(--coral)); transition: right 220ms ease; }
.site-nav a:hover { color: var(--white); }
.site-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; min-width: 138px; height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 18px; border-radius: 999px; color: var(--white); background: linear-gradient(112deg, var(--violet), var(--coral)); font-size: 13px; font-weight: 850; box-shadow: 0 8px 32px rgba(99, 38, 255, 0.24); transition: transform 180ms ease, box-shadow 180ms ease; }
.header-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 42px rgba(99, 38, 255, 0.38); }
.header-cta svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 100svh; display: grid; grid-template-columns: minmax(0, 0.88fr) minmax(540px, 1.12fr); align-items: center; gap: clamp(30px, 4vw, 80px); max-width: 1600px; margin: 0 auto; padding: 145px var(--pad) 96px; overflow: hidden; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -4; background: linear-gradient(115deg, #050b0f 0%, #07141d 48%, #071018 100%); }
.hero-grid, .closing-grid { position: absolute; inset: 0; z-index: -3; opacity: 0.24; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, black, transparent 74%); }
.hero-orb { position: absolute; z-index: -2; width: min(50vw, 760px); aspect-ratio: 1; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.hero-orb-violet { right: -14%; top: -18%; background: radial-gradient(circle, rgba(99,38,255,.24), transparent 68%); }
.hero-orb-coral { right: 22%; bottom: -36%; background: radial-gradient(circle, rgba(255,89,79,.14), transparent 68%); }
.hero-copy { position: relative; z-index: 2; max-width: 690px; }
.kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: rgba(255,255,255,.55); font-size: 10px; font-weight: 850; letter-spacing: .2em; text-transform: uppercase; }
.kicker > span { width: 26px; height: 1px; background: var(--coral); }
.kicker-dark { color: rgba(5,11,15,.5); }
.hero h1, .section-heading h2, .manifesto h2, .app-showcase h2, .membership-heading h2, .security-copy h2, .faq-heading h2, .closing-cta h2 { margin: 0; font-weight: 800; letter-spacing: -.07em; line-height: .88; }
.hero h1 { max-width: 760px; font-size: clamp(64px, 7.2vw, 122px); }
em { color: var(--coral); font-style: normal; }
.hero h1 em { color: transparent; background: linear-gradient(90deg, #bca4ff 0%, #7640ff 42%, #ff5f53 105%); -webkit-background-clip: text; background-clip: text; }
.hero-lead { max-width: 620px; margin: 34px 0 0; color: rgba(255,255,255,.66); font-size: clamp(17px, 1.45vw, 22px); line-height: 1.58; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 24px; border-radius: 4px; font-size: 13px; font-weight: 850; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: white; background: linear-gradient(112deg, var(--violet) 0%, #7f35ef 48%, var(--coral) 100%); box-shadow: 0 18px 44px rgba(99,38,255,.25); }
.button-primary:hover { box-shadow: 0 22px 56px rgba(99,38,255,.38); }
.button-light { color: var(--ink); background: var(--cream); }
.text-link { display: inline-flex; gap: 11px; align-items: center; color: rgba(255,255,255,.72); font-size: 13px; font-weight: 750; }
.text-link span { color: var(--coral); }
.hero-proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 650px; margin: clamp(44px, 7vh, 76px) 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.hero-proof li { display: grid; gap: 3px; padding: 17px 16px 0 0; border-right: 1px solid var(--line); }
.hero-proof li + li { padding-left: 18px; }
.hero-proof li:last-child { border-right: 0; }
.hero-proof strong { font-size: 23px; letter-spacing: -.04em; }
.hero-proof span { color: rgba(255,255,255,.45); font-size: 10px; font-weight: 700; letter-spacing: .03em; }

.hero-stage { position: relative; min-height: min(68vw, 700px); border: 1px solid rgba(255,255,255,.12); overflow: hidden; background: radial-gradient(circle at 48% 44%, rgba(99,38,255,.34), transparent 31%), linear-gradient(150deg, rgba(255,255,255,.055), rgba(255,255,255,.012) 38%), #07121a; box-shadow: 0 40px 100px rgba(0,0,0,.44); transform-style: preserve-3d; }
.hero-stage::before { content: ""; position: absolute; inset: 11%; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.014), 0 0 0 180px rgba(255,255,255,.012); }
.hero-stage::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 42%; background: linear-gradient(to top, rgba(5,11,15,.92), transparent); }
.hero-stage-label { position: absolute; z-index: 5; top: 23px; left: 24px; right: 24px; display: flex; justify-content: space-between; color: rgba(255,255,255,.4); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero-card-stack { position: absolute; z-index: 3; inset: 0; transform: rotate(-6deg) translateY(4%); transition: transform 420ms var(--ease); }
.hero-stage:hover .hero-card-stack { transform: rotate(-3deg) translateY(1%) scale(1.015); }
.display-card { position: absolute; width: min(80%, 490px); aspect-ratio: 1.61; padding: 7% 7.5%; border: 1px solid rgba(255,255,255,.18); border-radius: 5.5%; overflow: hidden; box-shadow: 0 32px 70px rgba(0,0,0,.55); }
.display-card-back { top: 23%; left: 10%; background: linear-gradient(145deg, #1a0745 0%, #4d18c5 52%, #ff574e 170%); transform: translate3d(10%, -10%, -60px) rotate(12deg); opacity: .82; }
.display-card-front { top: 36%; right: 6%; background: linear-gradient(132deg, #111322 0%, #29104a 45%, #4d1d41 72%, #251319 100%); transform: translateZ(30px) rotate(1deg); }
.display-card-glow { position: absolute; width: 66%; aspect-ratio: 1; top: -45%; left: -10%; border-radius: 50%; background: rgba(139,82,255,.4); filter: blur(42px); }
.display-card-head, .display-card footer { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; }
.display-card-head img { width: 30px; height: 30px; border-radius: 6px; }
.display-card-head span, .display-card footer small { color: rgba(255,255,255,.7); font-size: clamp(7px, .65vw, 10px); font-weight: 800; letter-spacing: .15em; }
.card-chip { position: relative; z-index: 1; display: block; width: 48px; height: 36px; margin-top: 16%; border-radius: 7px; background: linear-gradient(135deg, #dad5bd, #8f8a77 46%, #ecebd6); box-shadow: inset 0 0 0 1px rgba(0,0,0,.25); }
.display-card > p { position: relative; z-index: 1; margin: 8% 0 6%; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: clamp(10px, 1vw, 15px); letter-spacing: .06em; }
.display-card footer strong { font-size: clamp(18px, 2vw, 29px); font-style: italic; letter-spacing: -.07em; }
.tap-signal { position: absolute; z-index: 4; right: 9%; top: 15%; width: 170px; height: 170px; }
.tap-dot { position: absolute; top: 50%; left: 50%; width: 7px; height: 7px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 18px var(--coral); }
.tap-ring { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; animation: signal 2.8s ease-out infinite; }
.ring-two { inset: 24px; animation-delay: -.9s; }
.ring-three { inset: 48px; animation-delay: -1.8s; }
@keyframes signal { 0% { opacity: .12; transform: scale(.78); } 40% { opacity: .7; } 100% { opacity: 0; transform: scale(1.18); } }
.stage-caption { position: absolute; z-index: 5; left: 24px; bottom: 19px; margin: 0; color: rgba(255,255,255,.55); font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.hero-scroll { position: absolute; z-index: 5; left: var(--pad); bottom: 28px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.35); font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.hero-scroll i { position: relative; width: 44px; height: 1px; overflow: hidden; background: rgba(255,255,255,.18); }
.hero-scroll i::after { content: ""; position: absolute; inset: 0; background: var(--coral); transform: translateX(-100%); animation: scroll-line 2.2s ease-in-out infinite; }
@keyframes scroll-line { 50%, 100% { transform: translateX(100%); } }

.section-index { display: flex; gap: 12px; align-items: center; color: currentColor; font-size: 9px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; opacity: .52; }
.section-index span:first-child { color: var(--coral); }
.manifesto { position: relative; isolation: isolate; display: grid; grid-template-columns: .45fr 2fr 1fr; gap: 40px; max-width: var(--content); margin: 0 auto; padding: clamp(90px, 10vw, 160px) var(--pad); color: var(--ink); background: var(--cream); }
.manifesto::before { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 50%; width: 100vw; transform: translateX(-50%); background: var(--cream); }
.manifesto-copy h2 { font-size: clamp(48px, 6.4vw, 105px); }
.manifesto-copy h2 em { color: var(--violet); }
.manifesto-aside { align-self: end; padding-bottom: 6px; }
.manifesto-aside > p { margin: 0 0 30px; color: rgba(5,11,15,.68); font-size: 16px; line-height: 1.75; }
.arrow-link { display: flex; align-items: center; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid rgba(5,11,15,.24); font-size: 12px; font-weight: 850; }
.arrow-link span { color: var(--coral); font-size: 20px; }

.cards-section, .how-section { max-width: var(--content); margin: 0 auto; padding: clamp(90px, 10vw, 160px) var(--pad); }
.section-heading { display: grid; grid-template-columns: .45fr 3fr; gap: 40px; margin-bottom: 66px; }
.section-heading h2 { font-size: clamp(50px, 6.8vw, 110px); }
.section-heading h2 em { color: #a78bff; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; border: 1px solid var(--line); }
.product-panel { position: relative; min-width: 0; overflow: hidden; padding: clamp(28px, 4vw, 58px); }
.product-everyday { color: var(--ink); background: var(--coral); }
.product-business { color: var(--white); background: var(--violet); }
.product-number { position: absolute; top: 30px; right: 34px; color: currentColor; font-size: 9px; font-weight: 900; letter-spacing: .17em; opacity: .52; }
.product-copy { position: relative; z-index: 2; max-width: 500px; }
.product-label { margin: 0 0 14px; font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; opacity: .62; }
.product-copy h3 { margin: 0; font-size: clamp(55px, 6vw, 96px); line-height: .87; letter-spacing: -.07em; }
.product-copy h3 span { color: #d3c5ff; }
.product-copy > p:not(.product-label) { max-width: 490px; margin: 28px 0 26px; font-size: 16px; line-height: 1.65; opacity: .78; }
.product-copy ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.product-copy li { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 750; }
.product-copy li::before { content: "✓"; width: 18px; height: 18px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 9px; }
.mini-card { position: absolute; z-index: 1; right: -8%; bottom: 5%; width: min(68%, 430px); aspect-ratio: 1.6; padding: 27px; border: 1px solid rgba(255,255,255,.22); border-radius: 19px; color: white; background: linear-gradient(135deg, #171322, #351044 55%, #381827); box-shadow: 0 40px 70px rgba(64,7,12,.38); transform: rotate(-12deg); }
.mini-card > div, .mini-card footer { display: flex; align-items: center; justify-content: space-between; }
.mini-card img { width: 26px; }
.mini-card > div span, .mini-card footer span { font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.mini-card > i { display: block; width: 42px; height: 31px; margin-top: 45px; border-radius: 6px; background: linear-gradient(135deg, #eeeccf, #918b74); }
.mini-card > p { margin: 25px 0 17px; font-family: ui-monospace, monospace; font-size: 12px; letter-spacing: .05em; }
.mini-card footer strong { font-size: 23px; font-style: italic; }
.wallet-badges { position: absolute; z-index: 3; left: clamp(28px,4vw,58px); bottom: 44px; display: flex; gap: 9px; }
.wallet-badges span { padding: 9px 12px; border: 1px solid rgba(5,11,15,.18); border-radius: 4px; font-size: 11px; font-weight: 800; background: rgba(255,255,255,.15); backdrop-filter: blur(10px); }
.wallet-badges b { font-size: 15px; }
.service-cloud { position: absolute; inset: auto 8% 8% 8%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; perspective: 800px; }
.service-cloud span { aspect-ratio: 1.3; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.15); background: rgba(6,5,18,.17); backdrop-filter: blur(12px); transform: rotateX(3deg); }
.service-cloud span:nth-child(2), .service-cloud span:nth-child(5) { transform: translateY(18px) rotateX(3deg); }
.service-cloud img { width: 36px; height: 36px; object-fit: contain; filter: brightness(0) invert(1); }

.app-showcase { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: clamp(42px, 6vw, 100px); max-width: var(--content); margin: 0 auto; padding: clamp(80px, 9vw, 140px) var(--pad); border-top: 1px solid var(--line); }
.app-showcase-copy h2 { font-size: clamp(54px, 6.3vw, 98px); }
.app-showcase-copy h2 em { color: var(--coral); }
.app-showcase-copy > p:not(.kicker) { max-width: 570px; margin: 30px 0 40px; color: rgba(255,255,255,.59); font-size: 16px; line-height: 1.75; }
.app-showcase-copy .section-index { margin-bottom: 50px; }
.app-feature-list { border-top: 1px solid var(--line); }
.app-feature-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.app-feature-list > div > span { color: var(--coral); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.app-feature-list p { display: grid; gap: 5px; margin: 0; }
.app-feature-list strong { font-size: 14px; }
.app-feature-list small { color: rgba(255,255,255,.46); font-size: 12px; }
.app-showcase-media { position: relative; width: min(88%, 840px); justify-self: end; box-sizing: border-box; padding: 18px; border: 1px solid rgba(255,255,255,.14); background: #080a12; box-shadow: 0 36px 90px rgba(0,0,0,.5); transform: scale(.8); transform-origin: right center; }
.app-showcase-media::before { content: ""; position: absolute; inset: -1px; pointer-events: none; background: linear-gradient(120deg, rgba(99,38,255,.24), transparent 30%, transparent 68%, rgba(255,89,79,.18)); }
.app-showcase-media img { position: relative; z-index: 1; display: block; width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; }
.app-showcase-media > p { display: flex; justify-content: space-between; margin: 14px 1px 0; color: rgba(255,255,255,.38); font-size: 8px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.media-corner { position: absolute; z-index: 2; width: 28px; height: 28px; }
.media-corner-top { top: 7px; left: 7px; border-top: 2px solid var(--coral); border-left: 2px solid var(--coral); }
.media-corner-bottom { right: 7px; bottom: 35px; border-right: 2px solid var(--violet-bright); border-bottom: 2px solid var(--violet-bright); }

@media (min-width: 1101px) {
  .hero { min-height: min(100svh, 880px); padding-top: 112px; padding-bottom: 42px; }
  .hero h1 { font-size: clamp(64px,5.6vw,100px); }
  .hero-lead { margin-top: 25px; font-size: clamp(16px,1.25vw,19px); }
  .hero-actions { margin-top: 26px; }
  .hero-proof { margin-top: clamp(28px,3.6vh,40px); }
  .hero-stage { min-height: min(52vw,620px); }
  .app-showcase-media img { aspect-ratio: 24/25; object-fit: cover; object-position: center; }
}

.activity-section { position: relative; overflow: hidden; padding: clamp(90px,10vw,150px) var(--pad); border-top: 1px solid var(--line); background: radial-gradient(circle at 20% 42%, rgba(99,38,255,.16), transparent 30%), #07121a; }
.activity-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, black, transparent 76%); }
.activity-heading, .activity-composition { position: relative; z-index: 1; max-width: calc(var(--content) - (var(--pad) * 2)); margin: 0 auto; }
.activity-heading { display: grid; grid-template-columns: .33fr 1.15fr .52fr; gap: clamp(28px,4vw,62px); align-items: end; margin-bottom: clamp(54px,6vw,92px); }
.activity-heading .section-index { align-self: start; }
.activity-heading h2 { margin: 5px 0 0; font-size: clamp(55px,6.7vw,105px); line-height: .88; letter-spacing: -.075em; }
.activity-heading h2 em { color: var(--aqua); }
.activity-heading > p { margin: 0 0 7px; color: rgba(255,255,255,.56); font-size: 15px; line-height: 1.75; }
.activity-composition { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(300px,.65fr); border: 1px solid rgba(255,255,255,.15); box-shadow: 0 42px 110px rgba(0,0,0,.48); }
.activity-dashboard { min-width: 0; padding: clamp(22px,3.2vw,48px); background: linear-gradient(145deg, rgba(14,30,40,.98), rgba(5,12,17,.98)); }
.activity-dashboard-head, .activity-dashboard-head > div, .activity-dashboard-head > div > span:last-child { display: flex; align-items: center; }
.activity-dashboard-head { justify-content: space-between; margin-bottom: 32px; }
.activity-dashboard-head > div { gap: 12px; }
.activity-dashboard-head > div > span:last-child { align-items: flex-start; flex-direction: column; gap: 2px; }
.activity-dashboard-head b { font-size: 15px; }
.activity-dashboard-head small, .activity-metrics span, .activity-metrics small, .activity-details small { color: rgba(255,255,255,.42); font-size: 9px; }
.activity-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; color: white; background: linear-gradient(135deg,var(--violet),var(--coral)); font-size: 10px; font-weight: 900; }
.activity-live { display: flex; align-items: center; gap: 7px; padding: 7px 10px; border: 1px solid rgba(142,231,211,.22); border-radius: 999px; color: var(--aqua); background: rgba(142,231,211,.06); font-size: 8px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.activity-live i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 12px currentColor; }
.activity-metrics { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); }
.activity-metrics article { min-width: 0; padding: 19px; border-right: 1px solid var(--line); background: rgba(255,255,255,.025); }
.activity-metrics article:last-child { border-right: 0; }
.activity-metrics span, .activity-metrics strong, .activity-metrics small { display: block; }
.activity-metrics span { margin-bottom: 12px; text-transform: uppercase; letter-spacing: .1em; }
.activity-metrics strong { margin-bottom: 7px; font-size: clamp(18px,2.1vw,30px); letter-spacing: -.045em; }
.activity-metrics small b { color: var(--coral); }
.activity-details { display: grid; grid-template-columns: 1.35fr .65fr; margin-top: 14px; border: 1px solid var(--line); }
.activity-details article { padding: 20px; }
.activity-details header { display: flex; justify-content: space-between; gap: 14px; margin-bottom: 22px; }
.activity-details header > span:first-child { display: grid; gap: 3px; }
.activity-details header b { font-size: 12px; }
.activity-details header > span:last-child { color: rgba(255,255,255,.34); font-size: 8px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.activity-categories { border-right: 1px solid var(--line); }
.activity-categories > div { display: grid; grid-template-columns: 1fr auto; gap: 7px 15px; margin-top: 15px; font-size: 10px; }
.activity-categories > div > span { font-weight: 720; }
.activity-categories > div > span small { margin-left: 7px; color: var(--aqua); }
.activity-categories > div > strong { font-size: 10px; }
.activity-categories > div > i { grid-column: 1 / -1; height: 3px; overflow: hidden; background: rgba(255,255,255,.08); }
.activity-categories > div > i b { display: block; height: 100%; background: linear-gradient(90deg,var(--violet),var(--coral)); }
.activity-budget header strong { color: var(--aqua); font-size: 12px; }
.budget-ring { width: 112px; height: 112px; display: grid; place-items: center; margin: 16px auto; border-radius: 50%; background: conic-gradient(var(--violet) 0 49%,var(--coral) 49% 70%,rgba(255,255,255,.08) 70%); }
.budget-ring::before { content: ""; grid-area: 1 / 1; width: 82px; height: 82px; border-radius: 50%; background: #09151d; }
.budget-ring span { z-index: 1; grid-area: 1 / 1; display: grid; text-align: center; }
.budget-ring strong { font-size: 16px; }
.budget-legend { display: grid; gap: 7px; }
.budget-legend span { display: grid; grid-template-columns: 7px 1fr auto; align-items: center; gap: 7px; color: rgba(255,255,255,.48); font-size: 8px; }
.budget-legend i { width: 6px; height: 6px; border-radius: 50%; background: var(--violet); }
.budget-legend span + span i { background: rgba(255,255,255,.2); }
.budget-legend b { color: rgba(255,255,255,.78); }
.activity-dashboard-foot { display: flex; justify-content: space-between; margin-top: 15px; color: rgba(255,255,255,.27); font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.activity-feature-stack { display: grid; grid-template-rows: repeat(5,1fr); border-left: 1px solid rgba(255,255,255,.15); background: #050b0f; }
.activity-feature-stack article { position: relative; display: grid; grid-template-columns: 32px 1fr; gap: 12px; align-content: center; padding: 22px clamp(22px,2.5vw,36px); border-bottom: 1px solid var(--line); }
.activity-feature-stack article:last-child { border-bottom: 0; }
.activity-feature-stack article > span { color: var(--coral); font-size: 8px; font-weight: 900; letter-spacing: .15em; }
.activity-feature-stack h3 { margin: 0 0 6px; font-size: 14px; }
.activity-feature-stack p { margin: 0; color: rgba(255,255,255,.45); font-size: 10px; line-height: 1.55; }
.activity-telegram { background: linear-gradient(115deg,rgba(99,38,255,.14),rgba(255,89,79,.07)); }
.activity-telegram > b { position: absolute; top: 16px; right: 18px; color: var(--aqua); font-size: 7px; letter-spacing: .12em; text-transform: uppercase; }

.how-section { border-top: 1px solid var(--line); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps li { position: relative; min-height: 350px; padding: 30px clamp(18px,2vw,32px); border-right: 1px solid var(--line); }
.steps li:last-child { border-right: 0; }
.step-number { position: absolute; top: 22px; right: 22px; color: rgba(255,255,255,.26); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.step-icon { width: 54px; height: 54px; display: grid; place-items: center; margin: 40px 0 68px; border: 1px solid rgba(255,255,255,.14); color: var(--coral); background: rgba(255,255,255,.025); }
.step-icon svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.steps h3 { margin: 0 0 13px; font-size: 18px; letter-spacing: -.025em; }
.steps p { margin: 0; color: rgba(255,255,255,.5); font-size: 13px; line-height: 1.65; }
.steps li::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -1px; height: 2px; background: linear-gradient(90deg, var(--violet), var(--coral)); transition: right 400ms var(--ease); }
.steps li:hover::after { right: 0; }
.network-strip { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #07121a; }
.network-marquee { min-width: max-content; min-height: 96px; display: flex; align-items: center; justify-content: space-around; gap: 44px; padding: 0 36px; }
.network-marquee > span { display: flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 800; }
.network-marquee img { width: 28px; height: 28px; object-fit: contain; }
.network-marquee img.is-round { border-radius: 50%; clip-path: circle(49% at 50% 50%); }
.network-marquee small { color: rgba(255,255,255,.36); font-size: 9px; letter-spacing: .15em; }
.network-marquee i { width: 4px; height: 4px; border-radius: 50%; background: var(--coral); }
.network-marquee b { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--aqua); font-size: 11px; }

.membership-section { position: relative; color: var(--ink); background: var(--cream); }
.membership-section::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 10px; background: linear-gradient(90deg, var(--coral) 0 28%, var(--violet) 28% 66%, var(--ink) 66%); }
.membership-heading { max-width: var(--content); margin: 0 auto; padding: clamp(90px,10vw,150px) var(--pad) 70px; display: grid; grid-template-columns: .36fr 1.45fr .7fr; column-gap: 44px; align-items: end; }
.membership-heading .section-index { grid-row: span 3; align-self: start; }
.membership-heading .kicker { grid-column: 2; }
.membership-heading h2 { grid-column: 2; font-size: clamp(54px,6.5vw,104px); }
.membership-heading h2 em { color: var(--violet); }
.membership-heading > p:last-child { grid-column: 3; grid-row: 2 / span 2; margin: 0 0 8px; color: rgba(5,11,15,.6); font-size: 15px; line-height: 1.7; }
.price-composition { display: grid; grid-template-columns: 1.2fr .8fr; max-width: calc(var(--content) - (var(--pad) * 2)); margin: 0 auto; padding-bottom: clamp(90px,10vw,150px); }
.price-main { padding: clamp(30px,4.5vw,70px); color: var(--white); background: var(--ink); }
.price-top { display: flex; justify-content: space-between; align-items: center; font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.price-pill { padding: 8px 11px; color: var(--ink); background: var(--aqua); border-radius: 999px; }
.price-number { display: flex; align-items: flex-start; gap: 5px; margin: 55px 0 10px; }
.price-number sup { margin-top: 17px; font-size: 25px; font-weight: 800; }
.price-number strong { font-size: clamp(92px,10vw,152px); line-height: .78; letter-spacing: -.09em; }
.price-number > span { align-self: end; margin: 0 0 2px 13px; color: rgba(255,255,255,.46); font-size: 10px; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.price-main h3 { margin: 26px 0 34px; font-size: clamp(27px,3vw,44px); letter-spacing: -.05em; }
.price-main ul { margin: 0 0 38px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.price-main li { display: flex; justify-content: space-between; gap: 25px; padding: 15px 0; border-bottom: 1px solid var(--line); color: rgba(255,255,255,.62); font-size: 12px; }
.price-main li b { color: var(--aqua); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.price-side { display: grid; grid-template-rows: 1fr 1fr; }
.price-side article { padding: clamp(28px,4vw,58px); }
.price-renewal { color: var(--white); background: var(--violet); }
.price-allowance { color: var(--ink); background: var(--coral); }
.price-side article > span { font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; opacity: .65; }
.price-side article > strong { display: block; margin: 18px 0 2px; font-size: clamp(62px,6vw,92px); line-height: .92; letter-spacing: -.07em; }
.price-side sup { font-size: .48em; }
.price-side h3 { margin: 7px 0 18px; font-size: 21px; letter-spacing: -.035em; }
.price-side p { max-width: 480px; margin: 0; font-size: 13px; line-height: 1.65; opacity: .68; }

.security-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 880px; background: #06121a; }
.security-visual { position: relative; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 50%, rgba(99,38,255,.26), transparent 28%), linear-gradient(145deg, #08131a, #060d13); border-right: 1px solid var(--line); }
.security-visual::before { content: ""; position: absolute; inset: 0; opacity: .4; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 52px 52px; }
.security-shield { position: relative; width: min(58%, 400px); aspect-ratio: 1; display: grid; place-items: center; }
.security-shield::before { content: ""; position: absolute; inset: 14%; clip-path: polygon(50% 0, 90% 18%, 82% 70%, 50% 100%, 18% 70%, 10% 18%); background: linear-gradient(160deg, var(--violet), var(--coral)); }
.security-shield::after { content: ""; position: absolute; inset: 19%; clip-path: polygon(50% 0, 90% 18%, 82% 70%, 50% 100%, 18% 70%, 10% 18%); background: #08141c; }
.security-shield img { position: relative; z-index: 2; width: 31%; }
.shield-ring { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; animation: shield-spin 14s linear infinite; }
.shield-ring::after { content: ""; position: absolute; left: 50%; top: -4px; width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 18px var(--coral); }
.shield-ring-two { inset: 7%; animation-direction: reverse; animation-duration: 10s; border-style: dashed; }
.shield-ring-two::after { background: var(--violet-bright); box-shadow: 0 0 18px var(--violet); }
@keyframes shield-spin { to { transform: rotate(360deg); } }
.security-visual > p { position: absolute; bottom: 44px; left: 0; right: 0; margin: 0; text-align: center; color: rgba(255,255,255,.32); font-size: 8px; font-weight: 850; letter-spacing: .23em; }
.security-copy { align-self: center; padding: clamp(60px,7vw,110px); }
.security-copy .section-index { margin-bottom: 54px; }
.security-copy h2 { font-size: clamp(54px,6vw,96px); }
.security-copy h2 em { color: #a98cff; }
.security-copy > p:not(.kicker) { max-width: 580px; margin: 28px 0 40px; color: rgba(255,255,255,.57); line-height: 1.7; }
.security-list { border-top: 1px solid var(--line); }
.security-list article { display: grid; grid-template-columns: 38px 1fr; gap: 17px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.security-list article > span { color: var(--coral); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.security-list h3 { margin: 0 0 5px; font-size: 14px; }
.security-list p { margin: 0; color: rgba(255,255,255,.45); font-size: 12px; }

.faq-section { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(55px,8vw,130px); max-width: var(--content); margin: 0 auto; padding: clamp(90px,10vw,160px) var(--pad); }
.faq-heading .section-index { margin-bottom: 58px; }
.faq-heading h2 { font-size: clamp(56px,6.2vw,100px); }
.faq-heading h2 em { color: var(--coral); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 16px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { position: relative; flex: 0 0 28px; width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; }
.faq-list summary i::before, .faq-list summary i::after { content: ""; position: absolute; top: 50%; left: 50%; width: 10px; height: 1px; background: var(--coral); transform: translate(-50%,-50%); transition: transform 180ms ease; }
.faq-list summary i::after { transform: translate(-50%,-50%) rotate(90deg); }
.faq-list details[open] summary i::after { transform: translate(-50%,-50%) rotate(0); }
.faq-list details > p { max-width: 680px; margin: -6px 54px 0 0; padding: 0 0 28px; color: rgba(255,255,255,.52); font-size: 13px; line-height: 1.7; }

.closing-cta { position: relative; min-height: 720px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; padding: 100px var(--pad) 130px; text-align: center; background: radial-gradient(circle at 50% 50%, rgba(99,38,255,.28), transparent 28%), #06121a; isolation: isolate; }
.closing-grid { mask-image: radial-gradient(circle, black, transparent 64%); }
.closing-icon { width: 92px; height: 92px; display: grid; place-items: center; margin-bottom: 28px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.035); transform: rotate(45deg); }
.closing-icon img { width: 58px; transform: rotate(-45deg); }
.closing-cta .kicker { display: block; margin-bottom: 17px; }
.closing-cta h2 { font-size: clamp(64px,8vw,128px); }
.closing-cta h2 em { color: transparent; background: linear-gradient(90deg,#a987ff,var(--coral)); -webkit-background-clip: text; background-clip: text; }
.closing-cta > p:not(.kicker) { max-width: 560px; margin: 30px 0; color: rgba(255,255,255,.55); font-size: 16px; }
.closing-ticker { position: absolute; left: 0; right: 0; bottom: 0; min-width: max-content; height: 66px; display: flex; align-items: center; justify-content: space-around; gap: 40px; padding: 0 30px; color: var(--ink); background: var(--coral); font-size: 11px; font-weight: 950; letter-spacing: .16em; }
.closing-ticker i { width: 5px; height: 5px; border-radius: 50%; background: var(--ink); }

.site-footer { max-width: var(--content); margin: 0 auto; padding: 80px var(--pad) 35px; }
.footer-main { display: grid; grid-template-columns: minmax(230px,1.45fr) .62fr .62fr .5fr .55fr .75fr; gap: clamp(28px,3vw,55px); padding-bottom: 70px; }
.footer-brand img { width: 185px; }
.footer-brand p { max-width: 330px; margin: 23px 0 0; color: rgba(255,255,255,.43); font-size: 13px; line-height: 1.7; }
.footer-main nav, .footer-status { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-main strong { margin-bottom: 7px; color: rgba(255,255,255,.34); font-size: 9px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.footer-main nav a { color: rgba(255,255,255,.65); font-size: 12px; }
.footer-support-link { margin: 0; padding: 0; border: 0; color: rgba(255,255,255,.65); background: transparent; font-size: 12px; cursor: pointer; }
.footer-main nav a:hover, .footer-support-link:hover { color: var(--white); }
.footer-socials { display: flex; align-items: center; gap: 9px; }
.footer-social-link { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; color: rgba(255,255,255,.72) !important; background: rgba(255,255,255,.035); transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease; }
.footer-social-link:hover { color: white !important; border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.08); transform: translateY(-2px); }
.footer-social-link svg { display: block; width: 17px; height: 17px; overflow: visible; }
.footer-social-link:first-child svg { fill: none; stroke: currentColor; stroke-width: 1.8; }
.footer-social-link:first-child .social-icon-dot { fill: currentColor; stroke: none; }
.footer-social-link:last-child svg { fill: currentColor; }
.footer-status p { display: flex; align-items: center; gap: 8px; margin: 0; font-size: 12px; font-weight: 750; }
.footer-status p span { width: 7px; height: 7px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 12px rgba(142,231,211,.7); }
.footer-status.is-not-live p span { background: var(--coral); box-shadow: 0 0 12px rgba(255,89,79,.65); }
.footer-status small { color: rgba(255,255,255,.37); font-size: 10px; }
.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: rgba(255,255,255,.3); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }

.support-modal { position: fixed; z-index: 300; inset: 0; display: grid; place-items: center; padding: 22px; }
.support-modal[hidden] { display: none; }
.support-modal-backdrop { position: absolute; inset: 0; border: 0; background: rgba(1,6,9,.78); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); cursor: pointer; }
.support-modal-dialog { position: relative; width: min(100%, 520px); padding: clamp(34px,5vw,58px); overflow: hidden; border: 1px solid rgba(255,255,255,.17); background: radial-gradient(circle at 100% 0, rgba(99,38,255,.27), transparent 38%), linear-gradient(145deg,#0b1821,#050b0f); box-shadow: 0 40px 110px rgba(0,0,0,.68); }
.support-modal-dialog::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: linear-gradient(90deg,var(--violet),var(--coral)); }
.support-modal-close { position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; display: grid; place-items: center; padding: 0 0 3px; border: 1px solid var(--line); border-radius: 50%; color: rgba(255,255,255,.72); background: rgba(255,255,255,.04); font-size: 25px; line-height: 1; cursor: pointer; }
.support-modal-close:hover { color: white; border-color: rgba(255,255,255,.3); }
.support-modal-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 42px; color: var(--aqua); border: 1px solid rgba(142,231,211,.25); background: rgba(142,231,211,.07); box-shadow: 0 0 38px rgba(142,231,211,.08); }
.support-modal-icon svg { width: 27px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.support-modal-dialog .kicker { margin-bottom: 14px; }
.support-modal-dialog h2 { margin: 0; font-size: clamp(44px,6vw,68px); font-weight: 800; letter-spacing: -.065em; line-height: .92; }
.support-modal-dialog > p:not(.kicker) { max-width: 390px; margin: 26px 0 30px; color: rgba(255,255,255,.6); font-size: 15px; line-height: 1.7; }
.support-modal-dialog .button { width: 100%; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.steps .reveal:nth-child(2), .security-list .reveal:nth-child(2) { transition-delay: 80ms; }
.steps .reveal:nth-child(3) { transition-delay: 160ms; }
.steps .reveal:nth-child(4) { transition-delay: 240ms; }

@media (min-width: 1800px) {
  .site-header { max-width: 1660px; }
  .hero { max-width: 1800px; grid-template-columns: minmax(0,.93fr) minmax(620px,1.07fr); }
  :root { --content: 1640px; }
}

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 180px 1fr 150px; }
  .site-nav { gap: 18px; }
  .hero { grid-template-columns: 1fr 1fr; gap: 25px; padding-top: 125px; }
  .hero h1 { font-size: clamp(58px,7vw,82px); }
  .hero-stage { min-height: 580px; }
  .display-card { width: 86%; }
  .manifesto { grid-template-columns: .3fr 1.8fr 1fr; }
  .product-grid { min-height: 700px; }
  .app-showcase { grid-template-columns: 1fr; }
  .app-showcase-media { width: 100%; justify-self: stretch; transform: none; }
  .app-showcase-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; }
  .app-showcase-copy .section-index, .app-showcase-copy .kicker, .app-showcase-copy h2 { grid-column: 1; }
  .app-showcase-copy > p:not(.kicker), .app-feature-list { grid-column: 2; }
  .app-showcase-copy > p:not(.kicker) { margin-top: 0; }
  .activity-composition { grid-template-columns: minmax(0,1.2fr) minmax(270px,.8fr); }
  .activity-details { grid-template-columns: 1.15fr .85fr; }
  .steps li { min-height: 320px; }
  .membership-heading { grid-template-columns: .25fr 1.2fr .7fr; }
  .security-section { min-height: 760px; }
  .security-copy { padding: 60px; }
}

@media (max-width: 820px) {
  :root { --pad: 22px; }
  .site-header { top: 10px; left: 10px; right: 10px; height: 58px; grid-template-columns: 1fr auto auto; padding: 0 7px 0 17px; }
  .site-brand { position: relative; z-index: 3; width: 137px; }
  .menu-toggle { position: relative; z-index: 3; width: 42px; height: 42px; display: grid; place-content: center; gap: 6px; padding: 0; border: 0; background: transparent; }
  .menu-toggle > span:not(.sr-only) { display: block; width: 19px; height: 1px; background: white; transition: transform 180ms ease; }
  .menu-toggle[aria-expanded="true"] > span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 2; top: -10px; right: -10px; width: 100vw; height: 100dvh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 0; padding: 100px 32px 80px; background: rgba(5,11,15,.98); visibility: hidden; opacity: 0; transition: opacity 220ms ease, visibility 220ms ease; }
  .site-nav.is-open { visibility: visible; opacity: 1; }
  .site-nav a { width: 100%; padding: 14px 0; border-bottom: 1px solid var(--line); color: white; font-size: clamp(28px,8vw,52px); font-weight: 750; letter-spacing: -.05em; }
  .header-cta { z-index: 3; min-width: auto; height: 42px; padding: 0 14px; }
  .header-cta span { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 124px var(--pad) 80px; }
  .hero-copy { max-width: none; }
  .hero h1 { font-size: clamp(58px,15vw,102px); }
  .hero-lead { max-width: 660px; }
  .hero-stage { min-height: min(108vw,650px); margin-top: 26px; }
  .display-card { width: min(78%,460px); }
  .hero-scroll { display: none; }
  .manifesto { grid-template-columns: 1fr; gap: 24px; }
  .manifesto-copy h2 { font-size: clamp(48px,12vw,86px); }
  .manifesto-aside { max-width: 560px; }
  .section-heading { grid-template-columns: 1fr; gap: 27px; }
  .section-heading h2 { font-size: clamp(50px,12.5vw,90px); }
  .product-grid { grid-template-columns: 1fr; min-height: 0; }
  .product-panel { min-height: 720px; }
  .app-showcase-copy { display: block; }
  .app-showcase-copy .section-index { margin-bottom: 40px; }
  .app-showcase-copy > p:not(.kicker) { margin-top: 28px; }
  .activity-heading { grid-template-columns: 1fr; gap: 24px; }
  .activity-heading > p { max-width: 620px; }
  .activity-composition { grid-template-columns: 1fr; }
  .activity-feature-stack { grid-template-columns: 1fr 1fr; grid-template-rows: auto; border-top: 1px solid var(--line); border-left: 0; }
  .activity-feature-stack article { min-height: 142px; border-right: 1px solid var(--line); }
  .activity-feature-stack article:nth-child(even) { border-right: 0; }
  .activity-feature-stack article:last-child { grid-column: 1 / -1; border-right: 0; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps li:nth-child(2) { border-right: 0; }
  .steps li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .membership-heading { display: block; }
  .membership-heading .section-index { margin-bottom: 45px; }
  .membership-heading > p:last-child { max-width: 600px; margin-top: 26px; }
  .price-composition { grid-template-columns: 1fr; margin: 0 var(--pad); }
  .price-side { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .security-section { grid-template-columns: 1fr; }
  .security-visual { min-height: 600px; border-right: 0; border-bottom: 1px solid var(--line); }
  .security-copy { padding: 80px var(--pad); }
  .faq-section { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1.3fr .7fr .7fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-status { grid-column: auto; padding-top: 0; border-top: 0; }
}

@media (max-width: 560px) {
  .header-cta { width: 42px; padding: 0; }
  .hero { padding-top: 112px; }
  .hero h1 { font-size: clamp(54px,16vw,82px); }
  .hero-lead { margin-top: 24px; font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .button { width: 100%; }
  .hero-proof { margin-top: 45px; }
  .hero-proof strong { font-size: 18px; }
  .hero-proof span { font-size: 8px; line-height: 1.35; }
  .hero-proof li, .hero-proof li + li { padding-left: 8px; padding-right: 8px; }
  .hero-stage { min-height: 117vw; }
  .hero-stage-label { top: 17px; left: 17px; right: 17px; }
  .hero-card-stack { transform: rotate(-5deg) translateY(8%); }
  .display-card { width: 91%; padding: 6.5%; }
  .display-card-back { left: -4%; top: 24%; }
  .display-card-front { right: -4%; top: 42%; }
  .card-chip { width: 35px; height: 26px; margin-top: 11%; }
  .tap-signal { width: 110px; height: 110px; right: 3%; top: 11%; }
  .stage-caption { left: 17px; bottom: 15px; }
  .manifesto, .cards-section, .app-showcase, .activity-section, .how-section, .faq-section { padding-top: 86px; padding-bottom: 86px; }
  .manifesto-copy h2, .section-heading h2, .app-showcase h2, .activity-heading h2, .membership-heading h2, .security-copy h2, .faq-heading h2 { font-size: clamp(46px,14vw,72px); }
  .product-panel { min-height: 640px; padding: 26px; }
  .product-copy h3 { font-size: 57px; }
  .product-number { top: 26px; right: 25px; }
  .mini-card { right: -12%; bottom: 7%; width: 82%; padding: 22px; }
  .mini-card > i { margin-top: 33px; }
  .wallet-badges { left: 26px; bottom: 28px; }
  .service-cloud { grid-template-columns: repeat(3,1fr); inset: auto 6% 7%; }
  .service-cloud span { aspect-ratio: 1.2; }
  .app-showcase-media { width: 100%; overflow: hidden; padding: 8px; }
  .app-showcase-media img {
    left: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    transform: none;
  }
  .app-showcase-media > p { padding: 0 5px; }
  .activity-dashboard { padding: 17px; }
  .activity-dashboard-head { margin-bottom: 18px; }
  .activity-live { padding: 6px 8px; letter-spacing: .04em; }
  .activity-metrics { grid-template-columns: 1fr; }
  .activity-metrics article { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 3px 14px; padding: 15px; border-right: 0; border-bottom: 1px solid var(--line); }
  .activity-metrics article:last-child { border-bottom: 0; }
  .activity-metrics span { margin: 0; }
  .activity-metrics strong { grid-column: 2; grid-row: 1 / span 2; margin: 0; font-size: 21px; }
  .activity-details { grid-template-columns: 1fr; }
  .activity-categories { border-right: 0; border-bottom: 1px solid var(--line); }
  .activity-budget { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 0 20px; }
  .activity-budget header { grid-column: 1; }
  .budget-ring { grid-column: 2; grid-row: 1 / span 2; width: 104px; height: 104px; }
  .activity-feature-stack { grid-template-columns: 1fr; }
  .activity-feature-stack article, .activity-feature-stack article:last-child { grid-column: auto; min-height: 0; border-right: 0; }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: 270px; border-right: 0; border-bottom: 1px solid var(--line); }
  .step-icon { margin-bottom: 48px; }
  .network-marquee { min-height: 80px; gap: 28px; }
  .price-composition { margin: 0; }
  .price-main { padding: 30px 22px; }
  .price-top { align-items: flex-start; gap: 12px; }
  .price-number { margin-top: 44px; }
  .price-number strong { font-size: 94px; }
  .price-side { grid-template-columns: 1fr; }
  .security-visual { min-height: 480px; }
  .security-shield { width: 72%; }
  .faq-list summary { min-height: 76px; font-size: 14px; }
  .closing-cta { min-height: 650px; }
  .closing-cta h2 { font-size: clamp(57px,16vw,90px); }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-status { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid var(--line); }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 7px; }
}

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

/* Legal */
.legal-page { background: #071017; }
.legal-page .site-header { max-width: 1460px; }
.legal-hero { position: relative; min-height: 780px; display: grid; grid-template-columns: minmax(0,1.12fr) minmax(390px,.62fr); align-items: end; gap: clamp(50px,8vw,140px); max-width: var(--content); margin: 0 auto; padding: 185px var(--pad) 105px; overflow: hidden; isolation: isolate; }
.legal-hero::before { content: ""; position: absolute; z-index: -4; inset: 0 50% 0; width: 100vw; transform: translateX(-50%); background: radial-gradient(circle at 80% 5%,rgba(99,38,255,.22),transparent 32%), radial-gradient(circle at 62% 86%,rgba(255,89,79,.12),transparent 28%), linear-gradient(135deg,#050b0f,#07141d 58%,#061018); }
.legal-hero-grid { position: absolute; z-index: -3; inset: 0 50% 0; width: 100vw; transform: translateX(-50%); opacity: .2; background-image: linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg,#000,transparent 85%); }
.legal-hero-copy h1 { max-width: 950px; margin: 0; font-size: clamp(76px,8vw,138px); font-weight: 800; letter-spacing: -.075em; line-height: .84; }
.legal-hero-copy h1 em { color: transparent; background: linear-gradient(90deg,#b69bff,var(--violet) 45%,var(--coral)); -webkit-background-clip: text; background-clip: text; }
.legal-hero-copy > p:not(.kicker) { max-width: 710px; margin: 38px 0 0; color: rgba(255,255,255,.62); font-size: clamp(17px,1.5vw,22px); line-height: 1.65; }
.legal-meta { display: flex; gap: 9px; margin-top: 40px; }
.legal-meta span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.5); background: rgba(255,255,255,.03); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.legal-hero-panel { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.15); background: linear-gradient(160deg,rgba(255,255,255,.06),rgba(255,255,255,.018)); box-shadow: 0 35px 90px rgba(0,0,0,.32); backdrop-filter: blur(16px); }
.legal-hero-panel::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg,var(--violet),var(--coral)); }
.legal-hero-panel > p { margin: 0; padding: 25px 28px 19px; border-bottom: 1px solid var(--line); color: rgba(255,255,255,.4); font-size: 9px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.legal-hero-panel > div { display: grid; grid-template-columns: 1fr auto; gap: 4px 22px; padding: 22px 28px; border-bottom: 1px solid var(--line); }
.legal-hero-panel span { color: rgba(255,255,255,.6); font-size: 12px; font-weight: 750; }
.legal-hero-panel strong { grid-column: 2; grid-row: 1 / span 2; align-self: center; font-size: 26px; letter-spacing: -.05em; }
.legal-hero-panel small { color: rgba(255,255,255,.36); font-size: 10px; }
.legal-hero-panel footer { padding: 20px 28px 23px; color: rgba(255,255,255,.35); font-size: 10px; line-height: 1.6; }

.legal-intro { position: relative; display: grid; grid-template-columns: .4fr 1.55fr .85fr; gap: 40px; max-width: var(--content); margin: 0 auto; padding: clamp(95px,10vw,155px) var(--pad); color: var(--ink); background: var(--cream); isolation: isolate; }
.legal-intro::before { content: ""; position: absolute; z-index: -1; inset: 0 50%; width: 100vw; transform: translateX(-50%); background: var(--cream); }
.legal-intro h2 { margin: 0; font-size: clamp(58px,6.5vw,104px); font-weight: 800; letter-spacing: -.075em; line-height: .87; }
.legal-intro h2 em { color: var(--violet); }
.legal-intro > p:last-child { align-self: end; margin: 0 0 5px; color: rgba(5,11,15,.64); font-size: 15px; line-height: 1.8; }

.legal-shell { display: grid; grid-template-columns: minmax(230px,.52fr) minmax(0,1.48fr); gap: clamp(50px,8vw,130px); max-width: 1320px; margin: 0 auto; padding: 110px var(--pad) 150px; }
.legal-toc { position: sticky; top: 105px; align-self: start; max-height: calc(100vh - 125px); overflow: auto; padding-right: 22px; scrollbar-width: thin; scrollbar-color: rgba(255,255,255,.2) transparent; }
.legal-toc > p { margin: 0 0 20px; color: rgba(255,255,255,.34); font-size: 9px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.legal-toc nav { display: grid; border-top: 1px solid var(--line); }
.legal-toc nav a { display: grid; grid-template-columns: 28px 1fr; gap: 8px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.07); color: rgba(255,255,255,.47); font-size: 11px; line-height: 1.35; transition: color 160ms ease,padding-left 160ms ease; }
.legal-toc nav a span { color: var(--coral); font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.legal-toc nav a:hover { padding-left: 5px; color: white; }
.legal-app-link { display: flex; justify-content: space-between; margin-top: 23px; padding: 14px 16px; color: white; background: linear-gradient(110deg,var(--violet),var(--coral)); font-size: 11px; font-weight: 850; }

.legal-document { min-width: 0; }
.legal-section { position: relative; scroll-margin-top: 120px; padding: 0 0 76px 78px; border-left: 1px solid var(--line); }
.legal-section + .legal-section { padding-top: 76px; border-top: 1px solid var(--line); }
.legal-number { position: absolute; top: 3px; left: -1px; width: 46px; height: 28px; display: grid; place-items: center; color: var(--ink); background: var(--coral); font-size: 9px; font-weight: 950; letter-spacing: .13em; transform: translateX(-50%); }
.legal-section + .legal-section .legal-number { top: 79px; }
.legal-section h2 { max-width: 820px; margin: 0 0 35px; font-size: clamp(43px,5vw,72px); font-weight: 800; letter-spacing: -.06em; line-height: .95; }
.legal-section h3 { margin: 37px 0 10px; color: rgba(255,255,255,.9); font-size: 15px; letter-spacing: -.015em; }
.legal-section p { max-width: 850px; margin: 0 0 18px; color: rgba(255,255,255,.57); font-size: 14px; line-height: 1.9; }
.legal-section p strong { color: white; }
.legal-section ul { display: grid; gap: 12px; max-width: 850px; margin: 23px 0 25px; padding: 0; list-style: none; }
.legal-section li { position: relative; padding-left: 24px; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.75; }
.legal-section li::before { content: ""; position: absolute; top: .72em; left: 1px; width: 7px; height: 7px; border: 1px solid var(--coral); transform: rotate(45deg); }
.legal-two-up,.legal-fee-grid { display: grid; gap: 1px; max-width: 850px; margin: 31px 0; background: var(--line); border: 1px solid var(--line); }
.legal-two-up { grid-template-columns: 1fr 1fr; }
.legal-two-up > div,.legal-fee-grid > div { padding: 27px; background: #09141c; }
.legal-two-up span { color: var(--coral); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.legal-two-up strong { display: block; margin: 21px 0 8px; font-size: 21px; }
.legal-two-up p,.legal-fee-grid p { margin: 0; font-size: 12px; line-height: 1.65; }
.legal-callout { max-width: 850px; margin: 30px 0; padding: 28px 30px; border: 1px solid rgba(255,89,79,.36); background: linear-gradient(120deg,rgba(255,89,79,.11),rgba(99,38,255,.06)); }
.legal-callout strong { color: white; font-size: 18px; letter-spacing: -.025em; }
.legal-callout p { margin: 10px 0 0; color: rgba(255,255,255,.68); }
.legal-fee-grid { grid-template-columns: repeat(3,1fr); }
.legal-fee-grid span { display: block; color: rgba(255,255,255,.42); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.legal-fee-grid strong { display: block; margin: 15px 0 11px; color: var(--aqua); font-size: 36px; letter-spacing: -.06em; }
.legal-prohibited-list { grid-template-columns: 1fr 1fr; gap: 1px !important; border: 1px solid var(--line); background: var(--line); }
.legal-prohibited-list li { min-height: 100px; display: flex; align-items: center; padding: 20px 22px 20px 47px; background: #09141c; }
.legal-prohibited-list li::before { left: 25px; }
.legal-contact { overflow: hidden; margin-top: 10px; padding: 80px 80px 86px !important; border: 1px solid rgba(255,255,255,.14) !important; background: radial-gradient(circle at 95% 10%,rgba(99,38,255,.3),transparent 36%),linear-gradient(145deg,#0c1922,#071017); }
.legal-contact .legal-number { display: none; }
.legal-contact .kicker { margin-bottom: 23px; }
.legal-contact h2 { font-size: clamp(58px,6vw,88px); }
.legal-contact h2 em { color: transparent; background: linear-gradient(90deg,#b79cff,var(--coral)); -webkit-background-clip: text; background-clip: text; }
.legal-contact p:not(.kicker) { max-width: 670px; margin-bottom: 30px; }

@media (max-width: 1000px) {
  .legal-hero { min-height: 720px; grid-template-columns: 1fr .65fr; gap: 45px; }
  .legal-hero-copy h1 { font-size: clamp(68px,9.5vw,105px); }
  .legal-intro { grid-template-columns: .3fr 1.4fr .8fr; }
  .legal-shell { grid-template-columns: 210px minmax(0,1fr); gap: 55px; }
  .legal-section { padding-left: 52px; }
  .legal-prohibited-list { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .legal-hero { min-height: auto; grid-template-columns: 1fr; align-items: start; padding-top: 135px; }
  .legal-hero-copy h1 { font-size: clamp(63px,14vw,105px); }
  .legal-hero-panel { width: min(100%,600px); }
  .legal-intro { grid-template-columns: 1fr; gap: 26px; }
  .legal-intro > p:last-child { max-width: 650px; }
  .legal-shell { grid-template-columns: 1fr; padding-top: 70px; }
  .legal-toc { position: static; max-height: none; padding: 0; }
  .legal-toc nav { grid-template-columns: 1fr 1fr; }
  .legal-toc nav a:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.07); padding-right: 15px; }
  .legal-toc nav a:nth-child(even) { padding-left: 15px; }
  .legal-toc nav a:hover { padding-left: 5px; }
  .legal-toc nav a:nth-child(even):hover { padding-left: 20px; }
  .legal-app-link { display: none; }
  .legal-section { padding-left: 56px; }
}

@media (max-width: 560px) {
  .legal-hero { padding: 120px var(--pad) 78px; }
  .legal-hero-copy h1 { font-size: clamp(57px,15vw,80px); }
  .legal-hero-copy > p:not(.kicker) { margin-top: 27px; font-size: 16px; }
  .legal-meta { align-items: flex-start; flex-direction: column; margin-top: 30px; }
  .legal-hero-panel > div { padding: 19px 20px; }
  .legal-hero-panel > p,.legal-hero-panel footer { padding-left: 20px; padding-right: 20px; }
  .legal-intro { padding-top: 80px; padding-bottom: 80px; }
  .legal-intro h2 { font-size: clamp(51px,14vw,74px); }
  .legal-shell { gap: 58px; padding: 66px var(--pad) 100px; }
  .legal-toc nav { grid-template-columns: 1fr; }
  .legal-toc nav a,.legal-toc nav a:nth-child(odd),.legal-toc nav a:nth-child(even) { padding: 11px 0; border-right: 0; }
  .legal-toc nav a:hover,.legal-toc nav a:nth-child(even):hover { padding-left: 5px; }
  .legal-section { padding: 0 0 58px 30px; }
  .legal-section + .legal-section { padding-top: 58px; }
  .legal-section + .legal-section .legal-number { top: 61px; }
  .legal-number { width: 34px; height: 24px; font-size: 8px; }
  .legal-section h2 { margin-bottom: 26px; font-size: clamp(38px,11vw,56px); }
  .legal-section h3 { margin-top: 30px; }
  .legal-section p { font-size: 13px; line-height: 1.8; }
  .legal-two-up,.legal-fee-grid { grid-template-columns: 1fr; }
  .legal-two-up > div,.legal-fee-grid > div { padding: 23px; }
  .legal-callout { padding: 23px; }
  .legal-prohibited-list li { min-height: 0; padding: 18px 18px 18px 44px; }
  .legal-prohibited-list li::before { left: 22px; }
  .legal-contact { margin-left: -30px; padding: 52px 24px 58px !important; }
  .legal-contact h2 { font-size: clamp(50px,14vw,70px); }
}
