:root {
  --bg: #07130f;
  --bg-soft: #0d1d17;
  --panel: #10251d;
  --ink: #f4f5eb;
  --muted: #9dafaa;
  --line: rgba(255,255,255,.12);
  --accent: #b6f45f;
  --accent-dark: #1b2d18;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; padding: 10px 16px; background: var(--accent); color: #07130f; }
.skip-link:focus { top: 12px; }

.site-header { position: relative; z-index: 10; border-bottom: 1px solid var(--line); }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 17px; font-weight: 750; letter-spacing: .08em; }
.brand b { color: var(--accent); }
.brand-mark { width: 31px; height: 31px; fill: var(--accent); }
.brand-mark .brand-cut { fill: none; stroke: var(--bg); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
nav { display: flex; gap: 36px; color: var(--muted); font-size: 14px; }
nav a:hover, footer a:hover { color: var(--accent); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 25px; border: 1px solid var(--accent); border-radius: 4px; color: #07130f; background: var(--accent); font-weight: 750; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(182,244,95,.15); }
.button-small { min-height: 39px; padding-inline: 17px; font-size: 13px; }
.text-link { color: var(--ink); font-size: 14px; font-weight: 700; }
.text-link span { color: var(--accent); margin-left: 5px; }

.hero { min-height: 690px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: center; padding-block: 85px; position: relative; }
.hero::before { content: ""; position: absolute; width: 480px; height: 480px; left: -250px; top: 80px; border: 1px solid rgba(182,244,95,.08); border-radius: 50%; box-shadow: 0 0 0 80px rgba(182,244,95,.018), 0 0 0 160px rgba(182,244,95,.012); pointer-events: none; }
.eyebrow { margin: 0 0 18px; color: var(--accent); font-size: 12px; line-height: 1.4; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 12px var(--accent); }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { max-width: 680px; margin-bottom: 24px; font-size: clamp(58px, 7vw, 96px); line-height: .94; letter-spacing: -.065em; }
.hero h1 em { color: var(--accent); font-style: normal; font-weight: 450; }
.hero-lead { max-width: 590px; margin-bottom: 34px; color: var(--muted); font-size: clamp(17px, 2vw, 20px); }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 13px 29px; margin: 42px 0 0; padding: 0; color: #b8c7c2; font-size: 12px; font-weight: 700; letter-spacing: .04em; list-style: none; }
.trust-list li::before { content: "✓"; margin-right: 8px; color: var(--accent); }

.connection-card { min-height: 490px; position: relative; overflow: hidden; padding: 25px; border: 1px solid rgba(182,244,95,.2); border-radius: 16px; background: linear-gradient(145deg, rgba(20,48,37,.92), rgba(9,24,18,.95)); box-shadow: 0 35px 80px rgba(0,0,0,.3); }
.card-glow { position: absolute; width: 290px; height: 290px; top: 70px; left: 50%; transform: translateX(-50%); border-radius: 50%; background: rgba(182,244,95,.1); filter: blur(50px); }
.card-top { display: flex; align-items: center; gap: 9px; color: #bad0c8; font-size: 12px; letter-spacing: .04em; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 10px var(--accent); }
.signal { display: flex; align-items: flex-end; gap: 2px; height: 12px; margin-left: auto; }
.signal i { display: block; width: 3px; background: var(--accent); border-radius: 1px; }
.signal i:nth-child(1) { height: 4px; }.signal i:nth-child(2) { height: 8px; }.signal i:nth-child(3) { height: 12px; }
.shield-wrap { height: 285px; display: grid; place-items: center; position: relative; }
.shield-wrap svg { width: 155px; filter: drop-shadow(0 15px 28px rgba(0,0,0,.28)); }
.shield-outer { fill: rgba(182,244,95,.08); stroke: rgba(182,244,95,.7); stroke-width: 2; }
.shield-inner { fill: var(--accent); }
.shield-check { fill: none; stroke: #102017; stroke-width: 10; stroke-linecap: round; stroke-linejoin: round; }
.location-row { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 12px; padding: 15px 16px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.035); }
.location-row small, .location-row strong { display: block; }.location-row small { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }.location-row strong { font-size: 14px; }
.flag { width: 34px; height: 23px; overflow: hidden; border-radius: 3px; display: grid; grid-template-rows: 1fr 1.6fr 1fr; }.flag span:nth-child(odd) { background: #aa151b; }.flag span:nth-child(2) { background: #f1bf00; }
.protocol { padding: 4px 8px; border-radius: 4px; color: var(--accent); background: rgba(182,244,95,.1); font: 750 10px/1 monospace; }
.route-line { height: 18px; display: flex; align-items: center; }.route-line::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }.route-line::after { content: ""; flex: 1; height: 1px; background: linear-gradient(90deg, var(--accent), rgba(182,244,95,.12)); }.route-line span { order: 3; width: 7px; height: 7px; border: 1px solid var(--accent); border-radius: 50%; }
.route-labels { display: flex; justify-content: space-between; color: var(--muted); font-size: 10px; }

.principles { padding: 110px 0; border-block: 1px solid var(--line); background: var(--bg-soft); }
.section-heading { max-width: 700px; margin-bottom: 56px; }.section-heading h2, .launch h2 { margin-bottom: 18px; font-size: clamp(38px, 5vw, 62px); line-height: 1.04; letter-spacing: -.045em; }.section-heading > p:last-child { max-width: 610px; color: var(--muted); font-size: 17px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.feature-grid article { padding: 36px 38px 10px 0; }.feature-grid article + article { padding-left: 38px; border-left: 1px solid var(--line); }
.feature-number { color: var(--accent); font: 700 11px/1 monospace; }.feature-grid h3 { margin: 40px 0 15px; font-size: 21px; line-height: 1.2; }.feature-grid p { color: var(--muted); font-size: 14px; }

.how { padding-block: 115px; }.compact { margin-bottom: 50px; }.steps { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }.steps li { display: grid; grid-template-columns: 95px 1fr; gap: 20px; align-items: start; padding: 30px 0; border-bottom: 1px solid var(--line); }.steps > li > span { color: var(--accent); font: 700 13px/1 monospace; }.steps h3 { margin-bottom: 7px; font-size: 20px; }.steps p { max-width: 720px; margin-bottom: 0; color: var(--muted); }

.launch { margin-bottom: 115px; padding: 58px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; border: 1px solid rgba(182,244,95,.25); border-radius: 12px; background: linear-gradient(125deg, rgba(182,244,95,.06), rgba(182,244,95,.015)); }.launch h2 { margin: 0; font-size: clamp(38px, 4.5vw, 58px); }.launch-copy { align-self: end; }.launch-copy > p { color: var(--muted); }.progress { margin-top: 36px; }.progress-label { display: flex; justify-content: space-between; margin-bottom: 11px; font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }.progress-label strong { color: var(--accent); }.progress-track { height: 4px; overflow: hidden; border-radius: 2px; background: rgba(255,255,255,.1); }.progress-track span { display: block; width: 28%; height: 100%; background: var(--accent); box-shadow: 0 0 10px var(--accent); }

footer { border-top: 1px solid var(--line); color: var(--muted); }.footer-wrap { min-height: 120px; display: flex; align-items: center; justify-content: space-between; gap: 25px; font-size: 12px; }.brand-footer { color: var(--ink); font-size: 14px; }.footer-wrap p { margin: 0; }.footer-wrap > div { display: flex; gap: 24px; }

.legal { max-width: 820px; padding-block: 100px 130px; }.legal h1 { max-width: 750px; margin-bottom: 28px; font-size: clamp(44px, 7vw, 72px); line-height: 1; letter-spacing: -.05em; }.legal-intro { margin-bottom: 65px; color: var(--muted); font-size: 19px; }.legal section { padding-block: 25px; border-top: 1px solid var(--line); }.legal h2 { font-size: 22px; }.legal section p { color: var(--muted); }.legal-date { margin-top: 45px; color: var(--muted); font-size: 12px; }

@media (max-width: 850px) {
  nav { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 60px; padding-block: 70px; }
  .hero h1 { font-size: clamp(55px, 15vw, 80px); }
  .connection-card { width: min(100%, 560px); justify-self: center; }
  .feature-grid { grid-template-columns: 1fr; }.feature-grid article, .feature-grid article + article { padding: 30px 0; border-left: 0; border-bottom: 1px solid var(--line); }.feature-grid h3 { margin-top: 22px; }
  .launch { grid-template-columns: 1fr; gap: 35px; padding: 40px; }
}

@media (max-width: 560px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .site-header .button-small { display: none; }.nav-wrap { height: 68px; }
  .hero { padding-block: 54px 70px; }.hero h1 { font-size: 53px; }.hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }.hero-actions .text-link { text-align: center; }.trust-list { display: grid; gap: 9px; margin-top: 32px; }
  .connection-card { min-height: 450px; padding: 18px; }.shield-wrap { height: 265px; }.shield-wrap svg { width: 135px; }
  .principles, .how { padding-block: 78px; }.section-heading { margin-bottom: 38px; }
  .steps li { grid-template-columns: 35px 1fr; }.launch { margin-bottom: 75px; padding: 28px 22px; }
  .footer-wrap { padding-block: 32px; align-items: flex-start; flex-direction: column; }.footer-wrap > div { width: 100%; justify-content: space-between; }
  .legal { padding-block: 70px 95px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
