:root {
  --accent: #0e52af;
  --accent-bright: #2f7fe8;
  --accent-soft: #79adf3;
  --ink: #05080d;
  --ink-2: #080d15;
  --panel: #0b111b;
  --panel-2: #0d1521;
  --text: #f3f6fa;
  --muted: #8c98a8;
  --line: rgba(150, 178, 215, .14);
  --line-strong: rgba(150, 178, 215, .25);
  --success: #40d68b;
  --container: min(1180px, calc(100vw - 48px));
  --display: "Arial Black", "Segoe UI Black", Impact, sans-serif;
  --body: Inter, "Segoe UI", Arial, sans-serif;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-color: var(--accent) var(--ink); }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--text); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img, svg { display: block; }
button { color: inherit; }
::selection { background: var(--accent); color: #fff; }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--ink); }
::-webkit-scrollbar-thumb { background: #183d70; border-radius: 8px; }

.container { width: var(--container); margin-inline: auto; }
.section { position: relative; padding: 132px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -80px; padding: 12px 16px; border-radius: 8px; background: #fff; color: #000; transition: top .2s; }
.skip-link:focus { top: 16px; }
.noise { position: fixed; z-index: 50; inset: 0; pointer-events: none; opacity: .032; 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='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E"); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 86px; display: grid; grid-template-columns: 230px 1fr 230px; align-items: center; gap: 24px; padding: 0 max(28px, calc((100vw - 1320px) / 2)); border-bottom: 1px solid transparent; transition: height .25s, background .25s, border-color .25s, backdrop-filter .25s; }
.site-header.scrolled { height: 72px; border-color: var(--line); background: rgba(5, 8, 13, .84); backdrop-filter: blur(18px); }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.brand img { width: 43px; height: 40px; object-fit: contain; filter: drop-shadow(0 0 12px rgba(14,82,175,.45)); }
.brand span, .footer-brand span { display: flex; flex-direction: column; line-height: .86; }
.brand strong, .footer-brand strong { font-family: var(--display); font-size: 17px; letter-spacing: 2.6px; }
.brand small, .footer-brand small { margin-top: 7px; color: var(--accent-soft); font-size: 7px; font-weight: 800; letter-spacing: 4px; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 34px; }
.main-nav a { position: relative; padding: 30px 0; color: #b7c0cb; font-size: 11px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; transition: color .2s; }
.main-nav a::after { content: ""; position: absolute; left: 50%; bottom: 21px; width: 0; height: 2px; transform: translateX(-50%); background: var(--accent-bright); box-shadow: 0 0 9px var(--accent); transition: width .2s; }
.main-nav a:hover, .main-nav a.active { color: #fff; }
.main-nav a:hover::after, .main-nav a.active::after { width: 100%; }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: 9px; padding: 11px 17px; border: 1px solid rgba(69,134,224,.38); border-radius: 8px; background: rgba(14,82,175,.12); color: #d7e8ff; font-size: 10px; font-weight: 800; letter-spacing: .9px; text-transform: uppercase; transition: background .2s, border-color .2s, transform .2s; }
.header-cta svg { width: 17px; fill: currentColor; }
.header-cta:hover { transform: translateY(-1px); border-color: var(--accent-bright); background: rgba(14,82,175,.26); }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 800px; height: 100svh; max-height: 1080px; overflow: hidden; display: flex; align-items: center; background: #03060a; }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,5,9,.98) 0%, rgba(2,5,9,.82) 30%, rgba(2,5,9,.35) 61%, rgba(2,5,9,.22) 100%), linear-gradient(0deg, #05080d 0%, transparent 24%), url("assets/hero.webp") 62% center / cover no-repeat; transform: scale(1.02); animation: hero-in 1.7s cubic-bezier(.2,.7,.2,1) both; }
@keyframes hero-in { from { opacity: 0; transform: scale(1.08); } }
.hero-grid { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(72,128,202,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(72,128,202,.22) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, #000, transparent 64%); }
.hero::before { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: radial-gradient(circle at 73% 44%, transparent 0 12%, rgba(3,7,12,.04) 33%, rgba(3,7,12,.28) 70%), linear-gradient(180deg, rgba(1,3,6,.32), transparent 28%); }
.hero-orb { position: absolute; z-index: 1; border-radius: 50%; filter: blur(90px); pointer-events: none; }
.orb-one { width: 420px; height: 420px; right: 5%; top: 17%; background: rgba(14,82,175,.22); }
.orb-two { width: 240px; height: 240px; left: 24%; bottom: 4%; background: rgba(14,82,175,.10); }
.hero-layout { position: relative; z-index: 3; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 30px; padding-top: 58px; }
.hero-copy { max-width: 690px; animation: copy-in 1s .15s cubic-bezier(.2,.7,.2,1) both; }
@keyframes copy-in { from { opacity: 0; transform: translateY(24px); } }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #a8b4c3; font-size: 10px; font-weight: 800; letter-spacing: 2.1px; text-transform: uppercase; }
.eyebrow i { width: 25px; height: 2px; background: var(--accent-bright); box-shadow: 0 0 10px var(--accent); }
.eyebrow span { color: #435266; }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 900; letter-spacing: -2.6px; line-height: .94; text-transform: uppercase; }
h1 { margin-top: 25px; font-size: clamp(54px, 5.45vw, 88px); }
h1 em, h2 em { color: var(--accent-bright); font-style: normal; text-shadow: 0 0 35px rgba(14,82,175,.22); }
.hero-copy > p { max-width: 630px; margin: 25px 0 0; color: #a7b2c0; font-size: 16px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; border: 1px solid transparent; border-radius: 8px; font-size: 10px; font-weight: 900; letter-spacing: 1.05px; text-transform: uppercase; transition: transform .2s, filter .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, #1d6cd4, var(--accent)); box-shadow: 0 12px 38px rgba(14,82,175,.24), inset 0 1px rgba(255,255,255,.18); }
.button-primary:hover { filter: brightness(1.12); box-shadow: 0 15px 42px rgba(14,82,175,.38); }
.button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button-ghost { border-color: var(--line-strong); background: rgba(8,13,21,.65); backdrop-filter: blur(10px); color: #d6dde6; }
.button-ghost:hover { border-color: rgba(75,139,228,.65); background: rgba(14,82,175,.12); }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 4px rgba(64,214,139,.1), 0 0 12px rgba(64,214,139,.8); }
.hero-proof { display: flex; align-items: center; gap: 24px; margin-top: 39px; }
.hero-proof > div { display: flex; flex-direction: column; gap: 5px; }
.hero-proof strong { color: #f2f7ff; font-size: 13px; letter-spacing: .6px; }
.hero-proof span { color: #687687; font-size: 8px; font-weight: 700; letter-spacing: 1.05px; text-transform: uppercase; }
.hero-proof > i { width: 1px; height: 32px; background: var(--line-strong); }
.hero-brand { position: relative; justify-self: end; width: min(460px, 37vw); text-align: center; animation: logo-in 1.2s .35s cubic-bezier(.2,.7,.2,1) both; }
@keyframes logo-in { from { opacity: 0; transform: translateX(30px) scale(.96); } }
.hero-brand > img { position: relative; z-index: 2; width: 84%; height: auto; margin-inline: auto; filter: drop-shadow(0 25px 45px rgba(0,0,0,.65)) drop-shadow(0 0 25px rgba(14,82,175,.45)); }
.logo-aura { position: absolute; left: 50%; top: 48%; width: 100%; aspect-ratio: 1; transform: translate(-50%,-50%); border-radius: 50%; background: radial-gradient(circle, rgba(14,82,175,.32), rgba(14,82,175,.07) 42%, transparent 68%); filter: blur(12px); }
.hero-wordmark { position: relative; z-index: 3; margin-top: -24px; display: flex; flex-direction: column; align-items: center; }
.hero-wordmark strong { font-family: var(--display); font-size: clamp(35px,3vw,52px); letter-spacing: 9px; line-height: 1; }
.hero-wordmark span { margin-top: 9px; color: var(--accent-soft); font-size: 9px; font-weight: 900; letter-spacing: 8px; }
.server-bar { position: absolute; z-index: 4; left: 50%; bottom: 28px; width: min(1090px, calc(100vw - 130px)); transform: translateX(-50%); border: 1px solid var(--line); border-radius: 12px; background: rgba(7,11,18,.76); backdrop-filter: blur(16px); box-shadow: 0 18px 45px rgba(0,0,0,.3); }
.server-bar-inner { width: 100%; display: grid; grid-template-columns: 1.35fr .65fr .65fr 1.35fr; align-items: stretch; }
.server-state, .server-metric, .copy-address { min-height: 67px; padding: 0 24px; display: flex; align-items: center; border-right: 1px solid var(--line); }
.server-state { gap: 13px; }
.status-beacon { position: relative; width: 10px; height: 10px; border-radius: 50%; background: #7d8997; box-shadow: 0 0 0 5px rgba(125,137,151,.08); }
.status-beacon.online { background: var(--success); box-shadow: 0 0 0 5px rgba(64,214,139,.1), 0 0 12px rgba(64,214,139,.7); }
.status-beacon.online::after { content: ""; position: absolute; inset: -5px; border: 1px solid rgba(64,214,139,.45); border-radius: 50%; animation: beacon 2s infinite; }
@keyframes beacon { to { transform: scale(1.8); opacity: 0; } }
.server-state div, .server-metric, .copy-address span { display: flex; flex-direction: column; gap: 5px; }
.server-bar small { color: #667487; font-size: 7px; font-weight: 800; letter-spacing: 1.2px; }
.server-bar strong { color: #e6ebf2; font-size: 11px; letter-spacing: .25px; }
.server-metric { justify-content: center; }
.server-metric b { margin-left: 2px; color: #667487; font-weight: 600; }
.copy-address { width: 100%; justify-content: space-between; border: 0; background: transparent; text-align: left; cursor: pointer; }
.copy-address svg { width: 18px; fill: none; stroke: #758397; stroke-width: 1.7; transition: stroke .2s; }
.copy-address:hover svg { stroke: var(--accent-bright); }
.scroll-cue { position: absolute; z-index: 4; left: 28px; bottom: 36px; display: flex; align-items: center; gap: 10px; color: #536174; font-size: 8px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-cue span { width: 1px; height: 35px; background: linear-gradient(var(--accent-bright), transparent); }

.ticker { height: 54px; overflow: hidden; display: flex; align-items: center; border-block: 1px solid rgba(63,123,205,.23); background: #07101e; transform: rotate(-.35deg) scale(1.01); }
.ticker-track { min-width: max-content; display: flex; align-items: center; gap: 35px; color: #b4c2d3; font-size: 10px; font-weight: 900; letter-spacing: 2.1px; animation: ticker 24s linear infinite; }
.ticker-track i { color: var(--accent-bright); font-size: 8px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.manifest { overflow: hidden; background: radial-gradient(circle at 14% 40%, rgba(14,82,175,.09), transparent 28%), var(--ink); }
.manifest::before { content: "U"; position: absolute; right: -2vw; top: 25px; color: rgba(42,83,140,.045); font-family: var(--display); font-size: 500px; line-height: 1; }
.manifest-grid { display: grid; grid-template-columns: 1fr .84fr; gap: 120px; align-items: start; }
h2 { font-size: clamp(42px, 4.35vw, 68px); }
.section-intro h2, .section-heading h2, .faq-heading h2 { margin-top: 20px; }
.manifest-copy { padding-top: 22px; }
.manifest-copy p { margin: 0; color: #8290a1; font-size: 14px; line-height: 1.9; }
.manifest-copy .lead { margin-bottom: 22px; color: #d8dee7; font-size: 18px; font-weight: 600; line-height: 1.65; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 27px; padding-bottom: 6px; border-bottom: 1px solid rgba(76,139,227,.38); color: #c9ddf8; font-size: 10px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.text-link span { color: var(--accent-bright); font-size: 16px; }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 90px; }
.value-card { position: relative; min-height: 250px; padding: 32px; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(145deg, rgba(14,22,35,.88), rgba(7,12,20,.78)); transition: transform .25s, border-color .25s, background .25s; }
.value-card:hover { transform: translateY(-5px); border-color: rgba(57,124,218,.48); background: linear-gradient(145deg, rgba(15,32,58,.95), rgba(7,12,20,.82)); }
.card-index, .feature-number { position: absolute; right: 25px; top: 23px; color: #34445a; font-size: 9px; font-weight: 900; letter-spacing: 1.4px; }
.card-icon { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(57,124,218,.33); border-radius: 10px; background: rgba(14,82,175,.1); color: var(--accent-soft); }
.card-icon svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.value-card h3, .feature h3 { margin: 27px 0 12px; font-family: var(--display); font-size: 18px; letter-spacing: -.4px; text-transform: uppercase; }
.value-card p, .feature p { margin: 0; color: #788698; font-size: 12px; line-height: 1.75; }

.experience { overflow: hidden; border-block: 1px solid var(--line); background: linear-gradient(180deg,#07101b,#05080d); }
.experience::before { content:""; position:absolute; inset:0; opacity:.12; background-image: linear-gradient(rgba(79,130,198,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(79,130,198,.16) 1px,transparent 1px); background-size:52px 52px; mask-image:linear-gradient(transparent,#000 25%,#000 70%,transparent); }
.experience-glow { position: absolute; width: 640px; height: 640px; right: -280px; top: 90px; border-radius: 50%; background: rgba(14,82,175,.13); filter: blur(110px); }
.section-heading { position: relative; display: flex; align-items: end; justify-content: space-between; gap: 70px; }
.section-heading > p { width: 365px; margin: 0 0 5px; color: #7b899b; font-size: 13px; line-height: 1.75; }
.feature-grid { position: relative; display: flex; flex-wrap: wrap; align-items: stretch; justify-content: center; gap: 18px; margin-top: 64px; }
.feature { position: relative; flex: 0 1 calc((100% - 36px) / 3); min-width: 0; height: 410px; overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(145deg,rgba(10,18,30,.96),rgba(6,11,18,.94)); isolation: isolate; transition: transform .25s,border-color .25s,box-shadow .25s; }
.feature:hover { transform: translateY(-4px); border-color: rgba(57,124,218,.52); box-shadow: 0 22px 55px rgba(0,0,0,.26); }
.feature::after { content:""; position:absolute; z-index:0; width:190px; height:190px; right:-85px; bottom:-105px; border-radius:50%; background:rgba(14,82,175,.15); filter:blur(30px); pointer-events:none; }
.feature-number { z-index: 4; right: 16px; top: 14px; padding: 5px 7px; border: 1px solid rgba(116,157,214,.18); border-radius: 5px; background: rgba(4,9,16,.68); color: #6f87a5; backdrop-filter: blur(7px); }
.feature-media { position: relative; flex: 0 0 188px; overflow: hidden; display: grid; place-items: center; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 50% 42%,rgba(14,82,175,.24),transparent 43%),linear-gradient(135deg,#0a1728,#080e17); }
.feature-media::after { content:""; position:absolute; z-index:1; inset:0; background:linear-gradient(180deg,rgba(3,7,12,.02),rgba(5,9,15,.34)); pointer-events:none; }
.feature-media img { position:absolute; z-index:0; inset:0; width:100%; height:100%; object-fit:cover; opacity:0; transform:scale(1.01); filter:saturate(.9) contrast(1.06); transition:opacity .35s,transform .55s; }
.feature.has-image .feature-media img { opacity:.82; }
.feature:hover .feature-media img { transform:scale(1.06); }
.feature-fallback-icon { position:relative; z-index:2; width:48px; fill:none; stroke:var(--accent-soft); stroke-width:1.3; filter:drop-shadow(0 0 15px rgba(14,82,175,.35)); transition:opacity .25s,transform .25s; }
.feature.has-image .feature-fallback-icon { opacity:0; transform:scale(.85); }
.feature-content { position:relative; z-index:2; flex:1; min-height:0; display:flex; flex-direction:column; padding:24px 26px 26px; }
.feature-content h3 { margin:0 0 10px; font-size:17px; }
.feature-content p { margin:0; }
.feature-content ul { display:flex; flex-wrap:wrap; gap:6px; margin:auto 0 0; padding:18px 0 0; list-style:none; }
.feature-content li { padding:6px 8px; border:1px solid var(--line); border-radius:5px; color:#8fa1b8; font-size:7px; font-weight:700; letter-spacing:.5px; text-transform:uppercase; }

.journey { background: radial-gradient(circle at 50% 50%,rgba(14,82,175,.07),transparent 35%),var(--ink); }
.steps { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 45px; margin-top: 82px; }
.step-line { position: absolute; left: 15%; right: 15%; top: 50px; height: 1px; background: var(--line); }
.step-line i { display:block; width:38%; height:100%; background:linear-gradient(90deg,var(--accent),var(--accent-bright)); box-shadow:0 0 10px rgba(14,82,175,.5); }
.step { position: relative; padding: 0 25px; }
.step b { display: block; margin-bottom: 20px; color: #33445a; font-family: var(--display); font-size: 26px; }
.step-dot { position: relative; z-index: 2; width: 13px; height: 13px; margin-bottom: 32px; border: 3px solid #0b111b; border-radius: 50%; background: var(--accent-bright); box-shadow: 0 0 0 1px var(--accent-bright), 0 0 18px rgba(14,82,175,.7); }
.step span { color: #52637a; font-size: 8px; font-weight: 900; letter-spacing: 1.4px; }
.step h3 { margin: 11px 0 13px; font-family: var(--display); font-size: 20px; text-transform: uppercase; }
.step p { min-height: 64px; margin: 0; color: #788698; font-size: 12px; line-height: 1.75; }
.step a { display: inline-block; margin-top: 21px; color: #9fc4f2; font-size: 9px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }

.rules { padding-top: 50px; background: var(--ink); }
.rules-card { position: relative; min-height: 500px; overflow: hidden; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; border: 1px solid rgba(59,123,211,.32); border-radius: 18px; background: radial-gradient(circle at 20% 50%,rgba(14,82,175,.22),transparent 35%),linear-gradient(115deg,#08182e,#070c14 55%,#0a111c); box-shadow: 0 35px 90px rgba(0,0,0,.32); }
.rules-card::after { content:""; position:absolute; inset:0; opacity:.12; background-image:linear-gradient(rgba(90,143,216,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(90,143,216,.18) 1px,transparent 1px); background-size:40px 40px; mask-image:linear-gradient(90deg,#000,transparent); }
.rules-mark { position: relative; z-index: 2; display: grid; place-items: center; height: 100%; }
.rules-mark::before { content:""; position:absolute; width:310px; height:310px; border:1px solid rgba(65,134,229,.18); border-radius:50%; box-shadow:0 0 80px rgba(14,82,175,.18); }
.rules-mark img { position: relative; width: 250px; filter: drop-shadow(0 22px 32px rgba(0,0,0,.6)) drop-shadow(0 0 18px rgba(14,82,175,.46)); }
.rules-content { position: relative; z-index: 2; padding: 70px 75px 70px 25px; }
.rules-content h2 { margin-top: 20px; font-size: clamp(40px,4vw,60px); }
.rules-content > p { max-width: 600px; margin: 24px 0 0; color: #91a0b2; font-size: 13px; line-height: 1.85; }
.rules-pills { display:flex; flex-wrap:wrap; gap:7px; margin:25px 0 28px; }
.rules-pills span { padding:7px 10px; border:1px solid var(--line); border-radius:5px; color:#8fa5c1; font-size:8px; font-weight:800; letter-spacing:.7px; text-transform:uppercase; }
.button-secondary { background:#eaf3ff; color:#07101c; }
.button-secondary:hover { background:#fff; }

.faq { background: linear-gradient(180deg,#05080d,#080d15); }
.faq-grid { display:grid; grid-template-columns:.75fr 1.25fr; gap:115px; align-items:start; }
.faq-heading { position:sticky; top:120px; }
.faq-heading > p { max-width:340px; margin:25px 0 0; color:#788698; font-size:13px; line-height:1.8; }
.accordion details { border-bottom:1px solid var(--line); }
.accordion summary { min-height:78px; display:flex; align-items:center; justify-content:space-between; gap:25px; color:#dbe2eb; font-size:14px; font-weight:700; list-style:none; cursor:pointer; }
.accordion summary::-webkit-details-marker { display:none; }
.accordion summary span { position:relative; width:26px; height:26px; flex:none; border:1px solid var(--line); border-radius:50%; }
.accordion summary span::before,.accordion summary span::after { content:""; position:absolute; left:7px; right:7px; top:12px; height:1px; background:#8292a6; transition:transform .2s; }
.accordion summary span::after { transform:rotate(90deg); }
.accordion details[open] summary { color:var(--accent-soft); }
.accordion details[open] summary span::after { transform:rotate(0); }
.accordion details p { max-width:630px; margin:-5px 55px 26px 0; color:#788698; font-size:12px; line-height:1.85; }
.accordion code { color:#9bc0ee; }

.final-cta { position:relative; min-height:490px; overflow:hidden; display:flex; align-items:center; border-top:1px solid var(--line); }
.final-bg { position:absolute; inset:0; background:linear-gradient(90deg,rgba(4,7,12,.95),rgba(4,7,12,.73) 50%,rgba(4,7,12,.8)),url("assets/hero.webp") center 69%/cover no-repeat; filter:saturate(.75); }
.final-cta::after { content:""; position:absolute; inset:0; background:radial-gradient(circle at 50%,rgba(14,82,175,.18),transparent 50%); }
.final-inner { position:relative; z-index:2; display:grid; grid-template-columns:140px 1fr auto; align-items:center; gap:45px; }
.final-inner > img { width:130px; filter:drop-shadow(0 0 22px rgba(14,82,175,.5)); }
.final-inner span { color:var(--accent-soft); font-size:9px; font-weight:900; letter-spacing:2px; }
.final-inner h2 { margin-top:12px; font-size:clamp(40px,4.4vw,66px); }
.final-actions { display:flex; flex-direction:column; gap:10px; min-width:210px; }

.site-footer { border-top:1px solid var(--line); background:#04070b; }
.footer-main { min-height:250px; display:grid; grid-template-columns:1.2fr 1fr .7fr .7fr; align-items:start; gap:55px; padding-block:62px; }
.footer-brand img { width:53px; height:50px; object-fit:contain; filter:drop-shadow(0 0 10px rgba(14,82,175,.35)); }
.footer-main > p { margin:2px 0 0; color:#657386; font-size:12px; line-height:1.8; }
.footer-links { display:flex; flex-direction:column; gap:11px; }
.footer-links strong { margin-bottom:5px; color:#c5ced9; font-size:9px; letter-spacing:1.2px; text-transform:uppercase; }
.footer-links a { width:max-content; color:#69778a; font-size:10px; transition:color .2s; }
.footer-links a:hover { color:var(--accent-soft); }
.footer-bottom { min-height:64px; display:flex; align-items:center; gap:30px; border-top:1px solid var(--line); color:#465365; font-size:8px; letter-spacing:.35px; }
.footer-bottom span:nth-child(2) { margin-left:auto; }
.footer-bottom a { color:#75859a; }

.toast { position:fixed; z-index:200; right:24px; bottom:24px; min-width:260px; max-width:380px; display:flex; align-items:center; gap:12px; padding:15px 17px; border:1px solid var(--line-strong); border-radius:9px; background:rgba(7,12,20,.95); box-shadow:0 20px 55px rgba(0,0,0,.45); color:#d8e0ea; font-size:11px; opacity:0; transform:translateY(20px); pointer-events:none; transition:.25s; }
.toast.show { opacity:1; transform:none; }
.toast i { width:4px; height:28px; border-radius:4px; background:var(--accent-bright); box-shadow:0 0 12px var(--accent); }
.noscript { position:fixed; z-index:999; left:10px; right:10px; bottom:10px; padding:12px; background:#7a2020; color:#fff; text-align:center; }
.reveal { opacity:0; transform:translateY(24px); transition:opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity:1; transform:none; }

/* Internal pages */
.subpage { min-height:100vh; background:radial-gradient(circle at 80% 0,rgba(14,82,175,.12),transparent 28%),var(--ink); }
.subpage .site-header { background:rgba(5,8,13,.9); border-color:var(--line); backdrop-filter:blur(18px); }
.page-hero { position:relative; overflow:hidden; padding:175px 0 90px; border-bottom:1px solid var(--line); background:linear-gradient(90deg,rgba(3,7,12,.96),rgba(3,7,12,.69)),url("assets/hero.webp") center 60%/cover; }
.page-hero::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,var(--ink),transparent 65%); }
.page-hero .container { position:relative; z-index:1; }
.page-hero h1 { margin-top:20px; font-size:clamp(50px,6vw,82px); }
.page-hero p { max-width:620px; margin:22px 0 0; color:#9aa7b7; line-height:1.8; }
.content-layout { display:grid; grid-template-columns:260px 1fr; gap:75px; align-items:start; }
.content-nav { position:sticky; top:105px; display:flex; flex-direction:column; gap:5px; padding:18px; border:1px solid var(--line); border-radius:10px; background:rgba(9,15,24,.78); }
.content-nav strong { margin:5px 10px 12px; color:#53647a; font-size:8px; letter-spacing:1.3px; text-transform:uppercase; }
.content-nav a { padding:10px; border-radius:6px; color:#8190a3; font-size:10px; transition:.2s; }
.content-nav a:hover { background:rgba(14,82,175,.12); color:#bad6f8; }
.content-article { max-width:780px; }
.content-article section { scroll-margin-top:110px; margin-bottom:68px; }
.content-article h2 { margin-bottom:22px; font-size:32px; letter-spacing:-1px; }
.content-article h3 { margin:32px 0 13px; font-size:15px; }
.content-article p,.content-article li { color:#8c99aa; font-size:13px; line-height:1.9; }
.content-article ul { padding-left:20px; }
.rule-box { padding:21px 23px; border-left:3px solid var(--accent); border-radius:0 8px 8px 0; background:rgba(14,82,175,.1); color:#b9cee9; font-size:12px; line-height:1.8; }
.error-layout { position:relative; z-index:3; grid-template-columns:1fr; }

@media (max-width: 1100px) {
  :root { --container:min(100% - 40px, 980px); }
  .site-header { grid-template-columns:180px 1fr 180px; padding-inline:24px; }
  .main-nav { gap:19px; }
  .hero-brand { width:36vw; }
  .server-bar { width:calc(100vw - 70px); }
  .manifest-grid { gap:65px; }
  .faq-grid { gap:65px; }
  .final-inner { grid-template-columns:100px 1fr auto; gap:25px; }
  .final-inner > img { width:95px; }
}

@media (max-width: 820px) {
  :root { --container:calc(100vw - 32px); }
  .section { padding:90px 0; }
  .site-header { height:72px; grid-template-columns:1fr auto; padding-inline:16px; background:rgba(5,8,13,.76); backdrop-filter:blur(14px); }
  .brand { position:relative; z-index:2; }
  .header-cta { display:none; }
  .menu-toggle { position:relative; z-index:2; width:43px; height:40px; display:grid; place-content:center; gap:5px; border:1px solid var(--line); border-radius:8px; background:rgba(8,14,23,.7); cursor:pointer; }
  .menu-toggle span { width:19px; height:1px; background:#d9e2ed; transition:.25s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform:translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity:0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform:translateY(-6px) rotate(-45deg); }
  .main-nav { position:fixed; inset:0; display:flex; flex-direction:column; align-items:flex-start; justify-content:center; gap:0; padding:90px 34px 40px; background:rgba(4,7,12,.97); backdrop-filter:blur(18px); opacity:0; visibility:hidden; transform:translateY(-12px); transition:.25s; }
  .main-nav.open { opacity:1; visibility:visible; transform:none; }
  .main-nav a { width:100%; padding:16px 0; border-bottom:1px solid var(--line); font-family:var(--display); font-size:28px; letter-spacing:-.5px; }
  .main-nav a::after { display:none; }
  .hero { height:auto; min-height:940px; align-items:start; padding-top:128px; }
  .hero-bg { background:linear-gradient(180deg,rgba(2,5,9,.58),rgba(2,5,9,.76) 35%,#05080d 78%),url("assets/hero.webp") 70% top/auto 58% no-repeat; }
  .hero-layout { display:flex; flex-direction:column-reverse; gap:0; padding-top:0; }
  .hero-brand { width:260px; align-self:center; margin-bottom:18px; }
  .hero-brand > img { width:67%; }
  .hero-wordmark { margin-top:-12px; }
  .hero-wordmark strong { font-size:31px; letter-spacing:7px; }
  .hero-wordmark span { font-size:7px; letter-spacing:5px; }
  .hero-copy { text-align:center; }
  .eyebrow { justify-content:center; }
  h1 { margin-top:17px; font-size:clamp(43px,12vw,68px); letter-spacing:-1.8px; }
  .hero-copy > p { margin-inline:auto; font-size:14px; line-height:1.65; }
  .hero-actions,.hero-proof { justify-content:center; }
  .server-bar { position:relative; left:auto; bottom:auto; width:var(--container); margin:45px auto 24px; transform:none; }
  .server-bar-inner { grid-template-columns:1fr 1fr; }
  .server-state,.server-metric,.copy-address { min-height:62px; padding:0 16px; }
  .server-state { grid-column:1 / 3; border-bottom:1px solid var(--line); }
  .server-metric:nth-of-type(2) { border-right:0; }
  .copy-address { grid-column:1 / 3; border-top:1px solid var(--line); }
  .scroll-cue { display:none; }
  .manifest-grid,.faq-grid { grid-template-columns:1fr; gap:42px; }
  .manifest::before { font-size:330px; }
  h2 { font-size:clamp(38px,10vw,57px); letter-spacing:-1.7px; }
  .values-grid { grid-template-columns:1fr; margin-top:55px; }
  .value-card { min-height:auto; }
  .section-heading { display:block; }
  .section-heading > p { width:auto; margin-top:22px; }
  .feature-grid { gap:16px; }
  .feature { flex-basis:calc((100% - 16px) / 2); height:400px; }
  .feature-media { flex-basis:180px; }
  .steps { grid-template-columns:1fr; gap:50px; margin-top:55px; }
  .step-line { left:6px; right:auto; top:34px; bottom:34px; width:1px; height:auto; }
  .step-line i { width:100%; height:42%; background:linear-gradient(var(--accent),var(--accent-bright)); }
  .step { padding-left:35px; }
  .step b { position:absolute; right:0; top:0; }
  .step-dot { position:absolute; left:0; top:42px; }
  .step p { min-height:auto; }
  .rules-card { grid-template-columns:1fr; }
  .rules-mark { height:260px; }
  .rules-mark img { width:175px; }
  .rules-mark::before { width:230px; height:230px; }
  .rules-content { padding:15px 28px 55px; }
  .faq-heading { position:relative; top:auto; }
  .final-cta { padding:80px 0; }
  .final-inner { grid-template-columns:80px 1fr; }
  .final-inner > img { width:78px; }
  .final-actions { grid-column:1 / 3; flex-direction:row; min-width:0; }
  .footer-main { grid-template-columns:1fr 1fr; }
  .footer-bottom { flex-wrap:wrap; gap:10px 20px; padding-block:18px; }
  .footer-bottom span:nth-child(2) { order:3; width:100%; margin-left:0; }
  .content-layout { grid-template-columns:1fr; gap:40px; }
  .content-nav { position:relative; top:auto; display:grid; grid-template-columns:1fr 1fr; }
}

@media (max-width: 520px) {
  .hero { min-height:970px; }
  .hero-actions { flex-direction:column; }
  .hero-actions .button { width:100%; }
  .hero-proof { gap:12px; }
  .hero-proof > i { height:27px; }
  .hero-proof strong { font-size:11px; }
  .hero-proof span { font-size:7px; }
  .ticker { height:48px; }
  .feature-grid { gap:14px; }
  .feature { flex-basis:100%; height:auto; min-height:0; }
  .feature-media { flex-basis:auto; aspect-ratio:16 / 9; }
  .feature-content { min-height:190px; }
  .rules-content h2 { font-size:37px; }
  .final-inner { grid-template-columns:1fr; text-align:center; }
  .final-inner > img { margin-inline:auto; }
  .final-actions { grid-column:auto; flex-direction:column; }
  .footer-main { grid-template-columns:1fr; min-height:0; gap:34px; }
  .accordion summary { font-size:12px; }
  .toast { left:14px; right:14px; bottom:14px; min-width:0; }
}

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