:root {
  --bg: #050308;
  --bg-soft: #0a0610;
  --panel: rgba(15, 9, 23, 0.72);
  --panel-strong: #100a18;
  --line: rgba(214, 190, 255, 0.14);
  --line-bright: rgba(190, 154, 255, 0.34);
  --text: #f6f1ff;
  --muted: #a69caf;
  --purple: #8b5cf6;
  --purple-bright: #b69cff;
  --purple-dark: #4c1d95;
  --success: #8cf2c2;
  --display: "Manrope", sans-serif;
  --body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 50;
  background: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.014) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}

a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }

::selection { background: #8b5cf6; color: white; }

.page-noise {
  position: fixed;
  inset: 0;
  z-index: 60;
  pointer-events: none;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.85'/%3E%3C/svg%3E");
}

.cursor-glow {
  position: fixed;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  opacity: .12;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(126, 74, 241, .65), transparent 68%);
  transition: opacity .3s ease;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 40;
  height: 84px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 clamp(24px, 4vw, 72px);
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: background .35s ease, height .35s ease, backdrop-filter .35s ease;
}

.site-header.scrolled {
  height: 68px;
  background: rgba(5,3,8,.78);
  backdrop-filter: blur(18px);
}

.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; font: 700 14px/1 var(--display); letter-spacing: .15em; }
.brand img { width: 29px; height: 29px; object-fit: contain; }
.brand > span > span { color: var(--purple-bright); }
.main-nav { display: flex; align-items: center; gap: 34px; }
.main-nav a { color: #c9c0cf; font-size: 13px; transition: color .25s ease; }
.main-nav a:hover { color: white; }
.nav-cta { justify-self: end; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; padding: 12px 0 10px 20px; border-left: 1px solid var(--line-bright); }
.nav-cta span, .button span { color: var(--purple-bright); margin-left: 7px; }
.menu-toggle { display: none; border: 0; background: transparent; color: white; }

.hero {
  min-height: 790px;
  height: 100svh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-media {
  position: absolute;
  inset: 0;
  background: url("assets/havex-hero.png") center / cover no-repeat;
  transform: scale(1.035);
  will-change: transform;
}

.hero-vignette {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,3,8,.98) 0%, rgba(5,3,8,.83) 29%, rgba(5,3,8,.26) 58%, rgba(5,3,8,.12) 100%),
    linear-gradient(0deg, rgba(5,3,8,.95) 0%, transparent 34%, rgba(5,3,8,.28) 100%);
}

.hero-orbit { position: absolute; border: 1px solid rgba(181,150,255,.16); border-radius: 50%; animation: orbit 20s linear infinite; }
.hero-orbit::after { content: ""; position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--purple-bright); box-shadow: 0 0 18px var(--purple); top: 14%; left: 15%; }
.orbit-one { width: 580px; height: 580px; right: -190px; top: -220px; }
.orbit-two { width: 820px; height: 820px; right: 3%; bottom: -640px; animation-direction: reverse; animation-duration: 30s; }
@keyframes orbit { to { transform: rotate(360deg); } }

.hero-content { position: relative; z-index: 2; width: min(1240px, calc(100% - 48px)); margin: 52px auto 0; }
.eyebrow { display: flex; align-items: center; gap: 11px; color: #d8caff; font: 600 11px/1 var(--display); letter-spacing: .2em; text-transform: uppercase; }
.eyebrow i { width: 30px; height: 1px; background: var(--purple-bright); box-shadow: 0 0 10px var(--purple); }
.hero h1 {
  max-width: 830px;
  margin: 32px 0 28px;
  font: 500 clamp(55px, 7vw, 104px)/.96 var(--display);
  letter-spacing: -.065em;
}
.hero h1 span { color: transparent; -webkit-text-stroke: 1px rgba(234,221,255,.58); }
.hero-copy { max-width: 610px; color: #bdb4c4; font-size: clamp(16px, 1.5vw, 19px); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 42px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; font: 600 12px/1 var(--display); letter-spacing: .07em; text-transform: uppercase; transition: transform .25s ease, background .25s ease, border .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: linear-gradient(120deg, #6d28d9, #9f7aea); color: white; box-shadow: 0 14px 42px rgba(109,40,217,.26); }
.button-primary span { color: white; }
.button-quiet { padding-inline: 0; color: #d8d1dd; }
.play-icon { display: grid; place-items: center; width: 31px; height: 31px; margin: 0 10px 0 0 !important; border: 1px solid var(--line-bright); border-radius: 50%; font-size: 8px; }

.hero-foot { position: absolute; z-index: 2; bottom: 0; left: 50%; transform: translateX(-50%); width: min(1240px, calc(100% - 48px)); height: 116px; display: grid; grid-template-columns: repeat(3, 170px) 1fr; align-items: center; gap: 18px; border-top: 1px solid var(--line); }
.hero-foot.reveal { transform: translate(-50%, 24px); }
.hero-foot.reveal.in-view { transform: translate(-50%, 0); }
.hero-stat { display: flex; flex-direction: column; gap: 5px; }
.stat-label { color: #807788; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.hero-stat strong { font: 500 17px/1 var(--display); }
.scroll-cue { justify-self: end; display: flex; align-items: center; gap: 10px; color: #746c7b; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.scroll-cue span { width: 1px; height: 36px; position: relative; overflow: hidden; background: rgba(255,255,255,.12); }
.scroll-cue span::after { content: ""; position: absolute; top: -100%; left: 0; width: 1px; height: 60%; background: var(--purple-bright); animation: scrollLine 2s ease-in-out infinite; }
@keyframes scrollLine { 60%, 100% { top: 100%; } }

.signal-tape { overflow: hidden; height: 58px; border-bottom: 1px solid var(--line); background: #08050c; display: flex; align-items: center; }
.signal-track { min-width: max-content; display: flex; animation: marquee 28s linear infinite; }
.signal-track span { display: flex; align-items: center; gap: 40px; margin-right: 40px; color: #8e8495; font: 600 10px/1 var(--display); letter-spacing: .2em; }
.signal-track i { width: 5px; height: 5px; border: 1px solid var(--purple-bright); transform: rotate(45deg); }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { position: relative; width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 140px 0; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: end; margin-bottom: 76px; }
.section-index { display: block; margin-bottom: 24px; color: #94899d; font: 600 10px/1 var(--display); letter-spacing: .18em; }
.section h2, .final-cta h2 { margin: 0; font: 500 clamp(44px, 5.4vw, 76px)/1.06 var(--display); letter-spacing: -.055em; }
.section h2 em { color: var(--purple-bright); font-style: normal; }
.section-heading > p, .process-intro > p { color: var(--muted); margin: 0; font-size: 17px; }

.intelligence::before { content: ""; position: absolute; z-index: -1; width: 700px; height: 700px; top: 10%; left: -55%; background: radial-gradient(circle, rgba(86,38,159,.19), transparent 68%); }
.intelligence-grid { display: grid; grid-template-columns: 1.42fr .79fr; grid-template-rows: repeat(2, 315px); gap: 18px; }
.feature-card { position: relative; overflow: hidden; padding: 30px; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(20,12,30,.78), rgba(8,5,12,.82)); transition: transform .4s ease, border-color .4s ease; }
.feature-card:hover { transform: translateY(-5px); border-color: var(--line-bright); }
.feature-large { grid-row: 1 / 3; min-height: 648px; }
.card-topline { display: flex; justify-content: space-between; color: #8e8595; text-transform: uppercase; font: 600 9px/1 var(--display); letter-spacing: .14em; }
.live-dot { display: flex; align-items: center; gap: 7px; }
.live-dot::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--success); box-shadow: 0 0 10px var(--success); }
.liquidity-visual { height: 420px; position: relative; display: grid; place-items: center; }
.depth-lines { position: absolute; inset: 28px 4px; border-radius: 50%; opacity: .38; background: repeating-radial-gradient(ellipse at center, transparent 0 21px, rgba(159,122,234,.15) 22px 23px); animation: breathe 5s ease-in-out infinite; }
@keyframes breathe { 50% { transform: scale(1.045); opacity: .7; } }
.liquidity-core { position: relative; width: 158px; height: 158px; display: grid; place-items: center; border: 1px solid rgba(190,154,255,.22); border-radius: 50%; background: radial-gradient(circle, rgba(139,92,246,.32), rgba(24,11,42,.55) 46%, transparent 70%); box-shadow: 0 0 100px rgba(105,49,196,.2); }
.liquidity-core > span { position: absolute; inset: -27px; border: 1px solid rgba(183,148,255,.17); border-radius: 48% 52% 44% 56%; animation: coreSpin 14s linear infinite; }
.liquidity-core > span:nth-child(2) { inset: -51px; animation-direction: reverse; animation-duration: 21s; border-radius: 60% 40% 52% 48%; }
.liquidity-core > span:nth-child(3) { inset: 20px; background: rgba(131,81,232,.13); border: 0; }
@keyframes coreSpin { to { transform: rotate(360deg); } }
.core-score { position: relative; font: 600 41px/1 var(--display); }
.core-score small { color: #7d7484; font-size: 11px; }
.data-tag { position: absolute; min-width: 115px; padding: 9px 11px; border-left: 1px solid var(--purple-bright); background: rgba(7,4,11,.72); color: #777080; font-size: 8px; letter-spacing: .1em; }
.data-tag b { display: block; margin-top: 4px; color: #dcd2e8; font-size: 10px; }
.tag-a { top: 80px; left: 8%; }
.tag-b { right: 6%; top: 42%; }
.tag-c { bottom: 54px; left: 14%; }
.feature-copy { display: flex; gap: 20px; align-items: flex-start; padding-top: 24px; border-top: 1px solid var(--line); }
.feature-copy > span, .card-number { color: #706779; font: 600 10px/1 var(--display); letter-spacing: .15em; }
.feature-card h3 { margin: 3px 0 9px; font: 500 24px/1.2 var(--display); }
.feature-card p { color: #958b9e; margin: 0; font-size: 14px; }
.mini-icon { width: 62px; height: 62px; margin-bottom: 45px; position: relative; display: grid; place-items: center; }
.flow-icon span { position: absolute; width: 52px; height: 17px; border: 1px solid var(--purple); border-width: 0 0 1px 0; border-radius: 50%; transform: rotate(-14deg); }
.flow-icon span:nth-child(2) { transform: translateY(10px) rotate(9deg); width: 42px; opacity: .7; }
.flow-icon span:nth-child(3) { transform: translateY(-11px) rotate(-28deg); width: 31px; opacity: .45; }
.risk-icon { border: 1px solid var(--line-bright); border-radius: 50%; }
.risk-icon::before, .risk-icon::after { content: ""; position: absolute; width: 1px; height: 78px; background: var(--line-bright); }
.risk-icon::after { transform: rotate(90deg); }
.risk-icon span { width: 12px; height: 12px; border-radius: 50%; background: var(--purple); box-shadow: 0 0 24px var(--purple); }
.micro-chart { position: absolute; left: 30px; right: 30px; bottom: 22px; height: 55px; }
.micro-chart svg { width: 100%; height: 100%; overflow: visible; }
.micro-chart path { fill: none; stroke: url(#lineGradient); stroke-width: 1.5; vector-effect: non-scaling-stroke; filter: drop-shadow(0 0 6px rgba(139,92,246,.5)); }
.risk-meter { position: absolute; left: 30px; right: 30px; bottom: 25px; }
.risk-bar { height: 2px; background: rgba(255,255,255,.09); }
.risk-bar span { display: block; width: 68%; height: 100%; background: linear-gradient(90deg, #4c1d95, #b69cff); box-shadow: 0 0 10px #7c3aed; }
.risk-meter > div:last-child { display: flex; justify-content: space-between; margin-top: 10px; color: #6f6676; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.risk-meter b { color: #c5b9ce; font-weight: 500; }

.process { width: 100%; max-width: none; padding-inline: max(24px, calc((100vw - 1240px) / 2)); background: radial-gradient(circle at 52% 48%, rgba(96,45,174,.14), transparent 29%), #08050d; border-block: 1px solid var(--line); }
.process-intro { text-align: center; max-width: 780px; margin: 0 auto 70px; }
.process-intro p { max-width: 600px; margin: 26px auto 0; }
.engine-shell { position: relative; display: grid; grid-template-columns: 1fr 70px 160px 70px 1fr; align-items: center; gap: 0; max-width: 1140px; min-height: 400px; margin: 0 auto; padding: 56px; border: 1px solid var(--line); background: rgba(5,3,8,.58); overflow: hidden; }
.engine-shell::before { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.035); pointer-events: none; }
.engine-glow { position: absolute; width: 330px; height: 330px; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 50%; background: radial-gradient(circle, rgba(130,74,233,.24), transparent 68%); animation: breathe 4s ease-in-out infinite; }
.engine-stage { position: relative; }
.stage-label { display: block; margin-bottom: 18px; color: #746b7c; font: 600 9px/1 var(--display); letter-spacing: .15em; }
.stage-items { display: grid; gap: 8px; }
.stage-items div { position: relative; z-index: 2; display: flex; gap: 13px; align-items: center; min-height: 51px; padding: 0 15px; border: 1px solid var(--line); background: rgba(16,9,24,.8); color: #d4cadc; font: 500 12px/1 var(--display); }
.stage-items i { color: #6f6678; font-style: normal; font-size: 8px; }
.engine-connector { height: 1px; background: linear-gradient(90deg, rgba(139,92,246,.1), rgba(183,149,255,.65), rgba(139,92,246,.1)); position: relative; overflow: hidden; }
.engine-connector span { position: absolute; top: -2px; width: 5px; height: 5px; border-radius: 50%; background: white; box-shadow: 0 0 10px var(--purple); animation: connector 2.1s linear infinite; }
@keyframes connector { from { left: 0; } to { left: 100%; } }
.engine-center { position: relative; z-index: 2; width: 145px; height: 145px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--line-bright); transform: rotate(45deg); background: rgba(18,9,29,.84); box-shadow: 0 0 70px rgba(109,40,217,.18); }
.engine-center > * { transform: rotate(-45deg); }
.engine-center img { width: 36px; margin-bottom: 8px; }
.engine-center span { color: #a99bb1; font: 600 7px/1 var(--display); letter-spacing: .15em; }
.engine-center strong { margin-top: 5px; font: 600 9px/1 var(--display); letter-spacing: .13em; }
.score-output { grid-column: 1 / -1; position: relative; margin: 58px auto 0; width: min(390px, 100%); text-align: center; }
.score-output > span { color: #84798e; font: 600 8px/1 var(--display); letter-spacing: .2em; }
.score-output strong { display: block; margin: 12px 0; font: 500 44px/1 var(--display); }
.score-output small { color: #6f6678; font-size: 11px; }
.score-line { height: 2px; background: rgba(255,255,255,.07); overflow: hidden; }
.score-line i { display: block; width: 87%; height: 100%; background: linear-gradient(90deg,#4c1d95,#b69cff); box-shadow: 0 0 14px var(--purple); transform-origin: left; }
.score-output p { margin: 10px 0 0; color: #756c7d; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.score-output em { color: var(--success); font-style: normal; }

.plans { padding-bottom: 95px; }
.plan-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.plan-card { position: relative; min-height: 490px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); background: linear-gradient(160deg, rgba(18,11,26,.8), rgba(7,4,10,.75)); transition: transform .35s ease, border .35s ease, background .35s ease; }
.plan-card:hover { transform: translateY(-7px); border-color: var(--line-bright); background: linear-gradient(160deg, rgba(31,16,48,.88), rgba(8,5,12,.9)); }
.plan-card.featured { border-color: rgba(181,149,255,.48); background: linear-gradient(160deg, rgba(52,25,85,.65), rgba(9,5,14,.9)); }
.recommended { position: absolute; top: 0; right: 0; padding: 7px 10px; background: var(--purple); color: white; font: 600 7px/1 var(--display); letter-spacing: .13em; }
.plan-head { display: flex; justify-content: space-between; color: #7f7588; font: 600 9px/1 var(--display); letter-spacing: .15em; }
.plan-card h3 { margin: 58px 0 17px; font: 500 26px/1 var(--display); }
.plan-rate { display: flex; align-items: flex-start; padding-bottom: 31px; }
.plan-rate strong { font: 500 68px/.8 var(--display); letter-spacing: -.06em; }
.plan-rate > span { color: var(--purple-bright); font: 500 18px/1 var(--display); margin-left: 7px; }
.plan-rate small { display: block; max-width: 78px; margin-top: 7px; color: #6f6678; font: 500 8px/1.3 var(--display); text-transform: uppercase; letter-spacing: .08em; }
.plan-range, .plan-referral { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; border-top: 1px solid var(--line); color: #7d7484; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.plan-range b, .plan-referral b { color: #d9cfdf; font: 500 12px/1 var(--display); }
.plan-card > a { margin-top: auto; display: flex; justify-content: space-between; align-items: center; height: 46px; padding: 0 14px; border: 1px solid var(--line); color: #cfc4d7; font: 600 9px/1 var(--display); letter-spacing: .13em; text-transform: uppercase; transition: background .25s, border .25s; }
.plan-card > a:hover { background: var(--purple-dark); border-color: var(--purple); color: white; }
.plan-card > a span { color: var(--purple-bright); }
.rate-note { max-width: 720px; margin: 32px 0 0; color: #655d6b; font-size: 11px; }

.rewards { width: 100%; max-width: none; padding-inline: max(24px, calc((100vw - 1240px) / 2)); background: linear-gradient(180deg, rgba(13,7,20,.84), rgba(5,3,8,.98)); border-top: 1px solid var(--line); }
.rewards-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.rewards-copy > p { max-width: 470px; margin: 30px 0 45px; color: var(--muted); }
.reward-cadence { border-top: 1px solid var(--line); }
.reward-cadence > div { display: grid; grid-template-columns: 84px 1fr; padding: 17px 0; border-bottom: 1px solid var(--line); align-items: center; }
.reward-cadence span { color: var(--purple-bright); font: 600 8px/1 var(--display); letter-spacing: .14em; }
.reward-cadence strong { font: 500 13px/1 var(--display); }
.network-map { position: relative; min-height: 540px; border: 1px solid var(--line); background: radial-gradient(circle at 50% 34%, rgba(94,42,172,.2), transparent 37%), rgba(8,5,12,.5); overflow: hidden; }
.network-grid { position: absolute; inset: 0; opacity: .36; background-image: linear-gradient(rgba(180,150,235,.08) 1px,transparent 1px), linear-gradient(90deg,rgba(180,150,235,.08) 1px,transparent 1px); background-size: 42px 42px; mask-image: radial-gradient(circle, black, transparent 78%); }
.node { position: absolute; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 82px; height: 82px; border: 1px solid var(--line-bright); background: rgba(13,7,20,.9); transform: rotate(45deg); box-shadow: 0 0 34px rgba(85,37,158,.13); }
.node > * { transform: rotate(-45deg); }
.node img { width: 29px; }
.node span { margin-top: 7px; color: #918698; font: 600 7px/1 var(--display); letter-spacing: .12em; white-space: nowrap; }
.node i { color: var(--purple-bright); font: 600 12px/1 var(--display); font-style: normal; }
.node-root { top: 67px; left: calc(50% - 41px); border-color: rgba(190,154,255,.64); box-shadow: 0 0 80px rgba(122,64,227,.25); }
.node-a { left: 14%; top: 290px; }
.node-b { left: calc(50% - 41px); top: 290px; }
.node-c { right: 14%; top: 290px; }
.node-d { left: calc(50% - 41px); top: 420px; width: 66px; height: 66px; margin-left: 8px; }
.node-d span { position: absolute; top: 73px; }
.optimal { border-color: var(--success); animation: nodePulse 2.4s ease-in-out infinite; }
@keyframes nodePulse { 50% { box-shadow: 0 0 38px rgba(78,222,161,.24); } }
.network-line { position: absolute; z-index: 1; height: 1px; background: linear-gradient(90deg, rgba(139,92,246,.1),rgba(183,149,255,.75),rgba(139,92,246,.1)); transform-origin: left; }
.line-a { width: 200px; top: 215px; left: 49%; transform: rotate(137deg); }
.line-b { width: 140px; top: 149px; left: 50%; transform: rotate(90deg); }
.line-c { width: 200px; top: 215px; left: 51%; transform: rotate(43deg); }
.network-caption { position: absolute; left: 22px; bottom: 19px; display: flex; align-items: center; gap: 8px; color: #756c7d; font: 500 8px/1 var(--display); letter-spacing: .11em; text-transform: uppercase; }
.network-caption i { width: 5px; height: 5px; border-radius: 50%; background: var(--success); box-shadow: 0 0 10px var(--success); }
.levels-table { margin-top: 110px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; padding-top: 60px; border-top: 1px solid var(--line); }
.levels-heading h3 { margin: 7px 0 17px; font: 500 30px/1.15 var(--display); }
.levels-heading span { color: var(--purple-bright); font: 600 9px/1 var(--display); letter-spacing: .14em; text-transform: uppercase; }
.levels-heading p { color: #877d90; font-size: 14px; }
.level-bands > div { position: relative; display: grid; grid-template-columns: 1fr auto; padding: 14px 0; border-bottom: 1px solid var(--line); overflow: hidden; }
.level-bands span { color: #827889; font: 600 9px/1 var(--display); letter-spacing: .12em; }
.level-bands strong { font: 500 14px/1 var(--display); }
.level-bands i { position: absolute; bottom: 0; left: 0; width: var(--w); height: 1px; background: linear-gradient(90deg,#6d28d9,#c4b5fd); box-shadow: 0 0 8px var(--purple); }
.level-caps { grid-column: 1/-1; display: grid; grid-template-columns: repeat(4,1fr); margin-top: 20px; border: 1px solid var(--line); }
.level-caps span { display: flex; justify-content: space-between; padding: 17px; border-right: 1px solid var(--line); color: #7d7484; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.level-caps span:last-child { border: 0; }
.level-caps b { color: #d4cadb; font-weight: 500; }

.leadership { display: grid; grid-template-columns: .68fr 1.32fr; gap: 80px; }
.leadership-title { position: sticky; top: 120px; height: max-content; }
.leadership-title h2 { font-size: clamp(42px,4vw,64px); }
.rank-table { border-top: 1px solid var(--line-bright); }
.rank-row { display: grid; grid-template-columns: 1fr 1fr .7fr; align-items: center; min-height: 72px; padding: 0 18px; border-bottom: 1px solid var(--line); transition: background .25s ease; }
.rank-row:not(.rank-header):hover { background: rgba(92,42,164,.11); }
.rank-header { min-height: 45px; color: #716878; font: 600 8px/1 var(--display); letter-spacing: .14em; text-transform: uppercase; }
.rank-row > span { color: #cfc5d6; font-size: 13px; }
.rank-row > span:nth-child(2) { color: #827889; }
.rank-row i { display: inline-block; width: 34px; color: #6f6677; font: 600 8px/1 var(--display); font-style: normal; }
.rank-row strong { text-align: right; font: 500 15px/1 var(--display); }

.settlement { width: 100%; max-width: none; padding-inline: max(24px, calc((100vw - 1240px) / 2)); background: #08050c; border-block: 1px solid var(--line); }
.settlement-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; min-height: 650px; padding: 70px; border: 1px solid var(--line); background: radial-gradient(circle at 78% 43%, rgba(96,43,176,.2), transparent 37%), linear-gradient(145deg,rgba(18,10,27,.75),rgba(6,4,10,.9)); }
.settlement-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(105deg,transparent 65%,rgba(171,137,238,.035) 65% 65.2%,transparent 65.2%); }
.settlement-copy p { max-width: 475px; margin: 27px 0 32px; color: var(--muted); }
.settlement-points { display: grid; gap: 11px; margin-bottom: 37px; color: #c4b9ca; font-size: 12px; }
.settlement-points i { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 8px; border: 1px solid var(--line-bright); color: var(--purple-bright); font-size: 8px; font-style: normal; }
.payment-console { position: relative; z-index: 2; width: min(410px,100%); margin-left: auto; border: 1px solid var(--line-bright); background: rgba(7,4,11,.92); box-shadow: 0 35px 100px rgba(0,0,0,.45); }
.console-head { height: 44px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; border-bottom: 1px solid var(--line); }
.console-head > div { display: flex; gap: 5px; }
.console-head > div span { width: 5px; height: 5px; border-radius: 50%; background: #3f3845; }
.console-head small { color: #6f6677; font: 600 7px/1 var(--display); letter-spacing: .14em; }
.console-balance { padding: 31px 25px 26px; border-bottom: 1px solid var(--line); position: relative; }
.console-balance > span { display: block; color: #817788; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.console-balance strong { display: block; margin-top: 6px; font: 500 36px/1.2 var(--display); }
.console-balance strong small { color: #7e7487; font-size: 18px; }
.console-balance em { position: absolute; right: 25px; bottom: 34px; padding: 6px 9px; border: 1px solid var(--line); color: var(--purple-bright); font: 600 8px/1 var(--display); font-style: normal; }
.console-steps { padding: 15px 25px; }
.console-steps > div { position: relative; display: grid; grid-template-columns: 30px 1fr auto; min-height: 67px; align-items: center; }
.console-steps > div::after { content: ""; position: absolute; left: 10px; top: 44px; width: 1px; height: 46px; background: var(--line); }
.console-steps > div:last-child::after { display: none; }
.console-steps i { display: grid; place-items: center; width: 20px; height: 20px; border: 1px solid var(--line); color: #756d7d; font-size: 8px; font-style: normal; }
.console-steps span { color: #bdb3c4; font-size: 11px; }
.console-steps small { display: block; margin-top: 4px; color: #625a68; font-size: 8px; }
.console-steps b { color: #6c6473; font: 600 7px/1 var(--display); letter-spacing: .1em; }
.console-steps .complete i { border-color: var(--success); color: var(--success); }
.console-steps .complete b { color: var(--success); }
.console-steps .active i { border-color: var(--purple-bright); box-shadow: 0 0 14px rgba(139,92,246,.25); color: white; }
.console-steps .active b { color: var(--purple-bright); }
.console-foot { display: flex; justify-content: space-between; align-items: center; height: 43px; padding: 0 25px; border-top: 1px solid var(--line); color: #665e6d; font-size: 8px; }
.console-foot span { display: flex; align-items: center; gap: 6px; }
.console-foot i { width: 5px; height: 5px; border-radius: 50%; background: var(--purple-bright); box-shadow: 0 0 8px var(--purple); animation: blink 1.2s ease-in-out infinite; }
@keyframes blink { 50% { opacity: .25; } }
.console-foot b { color: #95899f; font-weight: 500; letter-spacing: .1em; }

.final-cta { position: relative; min-height: 640px; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border-bottom: 1px solid var(--line); }
.final-cta h2 { position: relative; z-index: 2; margin-bottom: 34px; }
.final-mark { position: absolute; width: min(620px,75vw); opacity: .055; filter: blur(1px); animation: finalFloat 8s ease-in-out infinite; }
@keyframes finalFloat { 50% { transform: translateY(-13px) scale(1.02); } }
.final-orb { position: absolute; width: 750px; height: 750px; border-radius: 50%; background: radial-gradient(circle,rgba(106,49,194,.25),transparent 67%); }
.final-cta > *:not(.final-mark,.final-orb) { position: relative; z-index: 2; }

footer { width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 70px 0 28px; display: grid; grid-template-columns: 1fr auto; gap: 45px; }
.footer-brand img { width: 34px; height: 34px; }
.footer-links { display: flex; gap: 30px; align-items: center; color: #928799; font-size: 11px; }
footer > p { grid-column: 1/-1; max-width: 720px; margin: 0; color: #5e5663; font-size: 10px; }
.footer-bottom { grid-column: 1/-1; display: flex; justify-content: space-between; padding-top: 23px; border-top: 1px solid var(--line); color: #5c5462; font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .85s cubic-bezier(.2,.7,.2,1), transform .85s cubic-bezier(.2,.7,.2,1); }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }
.delay-3 { transition-delay: .32s; }

@media (max-width: 1020px) {
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav { display: none; }
  .nav-cta { display: none; }
  .menu-toggle { display: grid; gap: 6px; width: 37px; padding: 8px; justify-self: end; }
  .menu-toggle span { width: 21px; height: 1px; background: white; transition: transform .25s; }
  .main-nav.open { position: absolute; top: 68px; left: 0; width: 100%; display: grid; gap: 0; background: rgba(5,3,8,.96); backdrop-filter: blur(20px); border-bottom: 1px solid var(--line); }
  .main-nav.open a { padding: 18px 24px; border-top: 1px solid var(--line); }
  .section-heading { grid-template-columns: 1fr; gap: 28px; }
  .section-heading > p { max-width: 600px; }
  .plan-grid { grid-template-columns: repeat(2,1fr); }
  .rewards-layout, .leadership, .settlement-card { grid-template-columns: 1fr; }
  .network-map { min-height: 520px; }
  .leadership-title { position: static; }
  .levels-table { grid-template-columns: 1fr; gap: 34px; }
  .payment-console { margin: 0; }
}

@media (max-width: 740px) {
  .cursor-glow { display: none; }
  .site-header { height: 68px; padding-inline: 20px; }
  .hero { min-height: 760px; height: 100svh; align-items: flex-start; }
  .hero-media { background-position: 62% center; opacity: .8; }
  .hero-vignette { background: linear-gradient(90deg,rgba(5,3,8,.96),rgba(5,3,8,.48)),linear-gradient(0deg,rgba(5,3,8,1) 3%,transparent 48%,rgba(5,3,8,.35)); }
  .hero-content { width: calc(100% - 40px); padding-top: 145px; margin-top: 0; }
  .hero h1 { margin-top: 26px; font-size: clamp(48px,15vw,70px); }
  .hero-copy { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; margin-top: 31px; }
  .hero-foot { width: calc(100% - 40px); height: 110px; grid-template-columns: repeat(3,1fr); gap: 10px; }
  .hero-stat strong { font-size: 13px; }
  .stat-label { font-size: 7px; }
  .scroll-cue { display: none; }
  .section { width: calc(100% - 40px); padding: 94px 0; }
  .section h2, .final-cta h2 { font-size: 44px; }
  .intelligence-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .feature-large { grid-row: auto; min-height: 600px; }
  .feature-card:not(.feature-large) { min-height: 300px; }
  .process, .rewards, .settlement { width: 100%; padding-inline: 20px; }
  .engine-shell { display: flex; flex-direction: column; gap: 28px; padding: 50px 22px; }
  .engine-stage { width: 100%; }
  .engine-connector { width: 1px; height: 38px; }
  .engine-center { flex: 0 0 130px; width: 130px; height: 130px; }
  .score-output { margin-top: 8px; }
  .plan-grid { grid-template-columns: 1fr; }
  .plan-card { min-height: 470px; }
  .rewards-layout { gap: 50px; }
  .network-map { min-height: 460px; }
  .node-a { left: 9%; }
  .node-c { right: 9%; }
  .line-a, .line-c { width: 145px; }
  .line-a { transform: rotate(129deg); }
  .line-c { transform: rotate(51deg); }
  .levels-table { margin-top: 75px; }
  .level-caps { grid-template-columns: 1fr 1fr; }
  .level-caps span:nth-child(2) { border-right: 0; }
  .level-caps span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .rank-row { grid-template-columns: 1fr .85fr; }
  .rank-row > span:nth-child(2) { display: none; }
  .settlement-card { min-height: 0; padding: 45px 22px; gap: 55px; }
  .final-cta { min-height: 540px; padding-inline: 20px; }
  footer { width: calc(100% - 40px); grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; gap: 16px 25px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@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; }
}
