:root {
  --ink: #07100d;
  --ink-soft: #0d1915;
  --forest: #12372a;
  --forest-2: #194b39;
  --gold: #efb735;
  --gold-light: #ffd978;
  --cream: #f4f1e8;
  --paper: #fbfaf6;
  --text: #122019;
  --muted: #66716b;
  --line: rgba(15, 38, 29, .13);
  --white-line: rgba(255, 255, 255, .13);
  --shadow: 0 28px 70px rgba(5, 19, 14, .12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: #fff;
  font-family: "DM Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.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; left: 16px; top: -60px; z-index: 1000;
  background: var(--gold); color: var(--ink); padding: 12px 18px; border-radius: 8px;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed; z-index: 100; top: 0; left: 0; width: 100%;
  border-bottom: 1px solid transparent; transition: .25s ease;
}
.site-header.scrolled {
  background: rgba(7, 16, 13, .9); border-color: var(--white-line);
  backdrop-filter: blur(18px);
}
.nav-wrap { height: 86px; display: flex; align-items: center; gap: 42px; }
.brand { width: 145px; flex: 0 0 auto; }
.brand img, .footer-brand img { filter: drop-shadow(0 4px 12px rgba(0,0,0,.15)); }
.primary-nav { margin-left: auto; display: flex; align-items: center; gap: 34px; }
.primary-nav a { color: rgba(255,255,255,.72); font-size: 14px; font-weight: 600; transition: .2s; }
.primary-nav a:hover { color: #fff; }
.menu-button { display: none; padding: 8px; border: 0; background: none; cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: #fff; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  min-height: 52px; padding: 0 23px; border: 1px solid transparent; border-radius: 10px;
  font-family: Manrope, sans-serif; font-size: 14px; font-weight: 700; transition: .22s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 18px; }
.button-gold { background: var(--gold); color: #172016; box-shadow: 0 10px 25px rgba(239,183,53,.15); }
.button-gold:hover { background: var(--gold-light); box-shadow: 0 12px 30px rgba(239,183,53,.24); }
.button-ghost { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.04); color: #fff; }
.button-ghost:hover, .button-outline:hover { border-color: var(--gold); }
.button-outline { border-color: rgba(255,255,255,.25); color: #fff; }

.hero { min-height: 850px; position: relative; overflow: hidden; padding: 172px 0 0; background: var(--ink); }
.hero-grid {
  position: absolute; inset: 0; opacity: .18;
  background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 80px 80px; mask-image: linear-gradient(to bottom, #000, transparent 82%);
}
.hero:after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 78% 42%, transparent 0, rgba(7,16,13,.05) 38%, var(--ink) 80%);
  pointer-events: none;
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(3px); opacity: .18; }
.hero-glow-one { width: 620px; height: 620px; right: -190px; top: 40px; background: radial-gradient(circle, #1fa876, transparent 68%); }
.hero-glow-two { width: 480px; height: 480px; left: -250px; bottom: -150px; background: radial-gradient(circle, #af7a10, transparent 68%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; align-items: center; }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 700; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.68); }
.eyebrow span { width: 22px; height: 2px; background: var(--gold); }
h1, h2, h3 { margin: 0; font-family: Manrope, sans-serif; letter-spacing: -.04em; }
h1 { margin-top: 24px; max-width: 680px; font-size: clamp(48px, 6vw, 78px); line-height: 1.03; font-weight: 700; }
h1 em { color: var(--gold); font-style: normal; }
.hero-lead { max-width: 620px; margin: 27px 0 0; color: rgba(255,255,255,.67); font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 54px; padding-top: 25px; border-top: 1px solid var(--white-line); }
.hero-proof div { display: flex; flex-direction: column; padding-right: 20px; }
.hero-proof div + div { border-left: 1px solid var(--white-line); padding-left: 24px; }
.hero-proof strong { font-family: Manrope, sans-serif; font-size: 18px; }
.hero-proof span { margin-top: 5px; color: rgba(255,255,255,.45); font-size: 12px; }

.hero-visual { position: relative; min-height: 560px; display: flex; align-items: center; justify-content: center; }
.visual-orbit { position: absolute; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
.orbit-one { width: 540px; height: 540px; }
.orbit-two { width: 420px; height: 420px; border-color: rgba(239,183,53,.15); }
.operations-card {
  position: relative; z-index: 2; width: min(100%, 510px); padding: 24px;
  background: linear-gradient(145deg, rgba(21,50,40,.96), rgba(9,24,19,.96));
  border: 1px solid rgba(255,255,255,.13); border-radius: 22px; box-shadow: 0 38px 90px rgba(0,0,0,.42);
  transform: perspective(1000px) rotateY(-4deg) rotateX(2deg);
}
.card-bar { display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.7); font-size: 12px; }
.card-bar > div { display: flex; align-items: center; gap: 8px; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #51e49d; box-shadow: 0 0 0 5px rgba(81,228,157,.1); }
.status-label { padding: 6px 9px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; }
.volume-block { margin-top: 30px; display: grid; grid-template-columns: 1fr auto; align-items: end; }
.volume-block > span { color: rgba(255,255,255,.48); font-size: 12px; }
.volume-block strong { grid-row: 1 / span 2; grid-column: 2; color: var(--gold); font: 700 32px Manrope, sans-serif; }
.volume-block small { margin-top: 6px; color: rgba(255,255,255,.72); }
.chart { height: 180px; margin: 18px -4px 4px; }
.chart svg { width: 100%; height: 100%; overflow: visible; }
.chart-grid { stroke: rgba(255,255,255,.07); stroke-width: 1; }
.chart-area { fill: url(#chartFill); }
.chart-line { fill: none; stroke: var(--gold); stroke-width: 3; }
.chart circle { fill: var(--gold); stroke: #fff; stroke-width: 3; }
.rail-list { margin-top: 12px; border-top: 1px solid var(--white-line); }
.rail-list > div { display: flex; align-items: center; gap: 12px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.rail-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; background: rgba(239,183,53,.11); color: var(--gold); font-size: 10px; font-weight: 700; }
.rail-list p { margin: 0; display: flex; flex-direction: column; }
.rail-list strong { font-size: 12px; }
.rail-list small { margin-top: 2px; color: rgba(255,255,255,.4); font-size: 10px; }
.rail-list b { margin-left: auto; color: #64dda8; font-size: 10px; font-weight: 600; }
.floating-chip {
  position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 12px 16px;
  background: rgba(16,34,28,.94); border: 1px solid rgba(255,255,255,.13); border-radius: 13px;
  box-shadow: 0 15px 40px rgba(0,0,0,.3); backdrop-filter: blur(12px);
}
.floating-chip > span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 8px; background: var(--gold); color: var(--ink); font-weight: 700; }
.floating-chip div { display: flex; flex-direction: column; }
.floating-chip small { color: rgba(255,255,255,.43); font-size: 9px; }
.floating-chip strong { margin-top: 2px; font-size: 11px; }
.chip-one { left: -12px; top: 105px; }
.chip-two { right: -4px; bottom: 86px; }
.capability-strip {
  position: relative; z-index: 2; display: flex; align-items: center; gap: 46px; min-height: 93px;
  margin-top: 58px; border-top: 1px solid var(--white-line);
}
.capability-strip > span { color: rgba(255,255,255,.36); font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.capability-strip div { display: flex; align-items: center; gap: 24px; color: rgba(255,255,255,.68); font-size: 13px; }
.capability-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }

.section { padding: 120px 0; }
.section-light { background: var(--paper); color: var(--text); }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: end; }
.kicker { display: block; margin-bottom: 18px; color: #9a6f13; }
.kicker-gold { color: var(--gold); }
.section-heading h2, .center-heading h2, .coverage-copy h2, .developer-copy h2, .trust-copy h2, .contact-card h2 {
  font-size: clamp(37px, 4.5vw, 58px); line-height: 1.12;
}
.section-heading p, .center-heading p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 62px; }
.solution-card {
  position: relative; overflow: hidden; padding: 36px 32px 32px; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; transition: .25s ease;
}
.solution-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.solution-featured { background: var(--forest); color: #fff; border-color: var(--forest); }
.solution-number { position: absolute; top: 24px; right: 28px; color: rgba(18,32,25,.2); font: 700 13px Manrope, sans-serif; }
.solution-featured .solution-number { color: rgba(255,255,255,.28); }
.solution-icon { display: grid; place-items: center; width: 48px; height: 48px; background: #f7edcf; border-radius: 13px; }
.solution-icon svg, .trust-list svg { width: 23px; fill: none; stroke: #765516; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.solution-card h3 { margin-top: 32px; font-size: 27px; }
.solution-card > p { min-height: 84px; margin: 15px 0 0; color: var(--muted); line-height: 1.68; }
.solution-featured > p { color: rgba(255,255,255,.62); }
.solution-card ul { margin: 27px 0 30px; padding: 22px 0 0; list-style: none; border-top: 1px solid var(--line); }
.solution-featured ul { border-color: rgba(255,255,255,.14); }
.solution-card li { position: relative; padding: 7px 0 7px 22px; font-size: 13px; color: #45524b; }
.solution-featured li { color: rgba(255,255,255,.7); }
.solution-card li:before { content: "✓"; position: absolute; left: 0; color: #a87816; font-weight: 700; }
.solution-card > a { font-size: 13px; font-weight: 700; }
.solution-card > a span { margin-left: 7px; color: #b57f10; }

.network-showcase { padding: 120px 0; overflow: hidden; background: #091510; }
.network-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: end; }
.network-heading h2 { max-width: 700px; font-size: clamp(38px,4.7vw,60px); line-height: 1.08; }
.network-heading > p { margin: 0; color: rgba(255,255,255,.55); line-height: 1.75; }
.network-stage { display: grid; grid-template-columns: 1.45fr .55fr; gap: 14px; margin-top: 58px; }
.network-map, .network-console {
  position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(145deg, rgba(18,47,37,.82), rgba(7,22,16,.96)); border-radius: 22px;
  box-shadow: 0 30px 80px rgba(0,0,0,.24);
}
.network-map { min-height: 540px; padding: 22px; }
.network-map:after {
  content:""; position:absolute; width:330px; height:330px; right:-100px; top:-130px;
  border-radius:50%; background:radial-gradient(circle,rgba(239,183,53,.1),transparent 68%);
}
.map-topline { position: relative; z-index: 2; display: flex; justify-content: space-between; color: rgba(255,255,255,.42); font-size: 10px; }
.map-topline > div { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.7); }
.world-network { position: relative; z-index: 1; width: 100%; margin-top: 5px; overflow: visible; }
.map-grid-lines path { fill: none; stroke: rgba(255,255,255,.045); stroke-width: 1; }
.continent-lines path { fill: rgba(255,255,255,.025); stroke: rgba(255,255,255,.13); stroke-width: 1.3; stroke-linejoin: round; }
.network-routes path { fill: none; stroke: url(#routeGold); stroke-width: 1.7; stroke-dasharray: 5 7; opacity: .62; }
.route-pulses circle { fill: var(--gold-light); filter: drop-shadow(0 0 6px var(--gold)); }
.map-node circle { fill: #55d69f; stroke: rgba(255,255,255,.7); stroke-width: 2; filter: drop-shadow(0 0 7px rgba(85,214,159,.65)); }
.map-node.hub circle:not(.node-halo) { fill: var(--gold); }
.map-node .node-halo { fill: url(#nodeGlow); stroke: none; animation: node-breathe 2.8s ease-in-out infinite; }
.map-node text { fill: rgba(255,255,255,.75); font: 600 11px "DM Sans",sans-serif; }
.map-node.small { opacity: .65; }
@keyframes node-breathe { 0%,100%{opacity:.45;transform:scale(.85)}50%{opacity:.9;transform:scale(1.12)} }
.map-legend { display: flex; flex-wrap: wrap; gap: 18px; margin-top: -3px; padding: 13px 8px 0; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.38); font-size: 9px; }
.map-legend span { display: flex; align-items: center; gap: 7px; }
.map-legend i { display: inline-block; width: 7px; height: 7px; border-radius: 50%; }
.legend-gold { background: var(--gold); }.legend-green { background: #55d69f; }
.map-legend .legend-line { width: 17px; height: 1px; border-radius: 0; background: var(--gold); }
.network-console { min-height: 540px; padding: 20px; }
.console-head { display: flex; align-items: center; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.08); }
.console-head > div { display: flex; gap: 5px; }
.console-head > div span { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.15); }
.console-head > div span:first-child { background: var(--gold); }
.console-head b { margin-left: 11px; color: rgba(255,255,255,.75); font-size: 10px; }
.console-head small { margin-left: auto; color: rgba(255,255,255,.3); font-size: 8px; }
.console-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 17px 0; background: rgba(255,255,255,.07); border-radius: 10px; overflow: hidden; }
.console-summary > div { padding: 13px; background: rgba(0,0,0,.17); display: flex; flex-direction: column; }
.console-summary small { color: rgba(255,255,255,.32); font-size: 8px; }
.console-summary strong { margin-top: 5px; color: rgba(255,255,255,.76); font-size: 10px; }
.console-summary strong i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: #55d69f; }
.console-flow { padding: 7px 0; }
.flow-row { display: grid; grid-template-columns: 29px 1fr auto; gap: 10px; align-items: center; opacity: .48; }
.flow-row > span { display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; color: rgba(255,255,255,.5); font-size: 8px; }
.flow-row.active { opacity: 1; }
.flow-row.active > span { background: rgba(239,183,53,.12); border-color: rgba(239,183,53,.3); color: var(--gold); }
.flow-row p { margin: 0; display: flex; flex-direction: column; }
.flow-row b { color: rgba(255,255,255,.75); font-size: 10px; }
.flow-row small { margin-top: 3px; color: rgba(255,255,255,.3); font-size: 8px; }
.flow-row em { color: rgba(255,255,255,.28); font-size: 8px; font-style: normal; }
.flow-line { width: 1px; height: 26px; margin: 3px 0 3px 13px; background: linear-gradient(#efb735,rgba(255,255,255,.08)); }
.console-footer { position: absolute; left: 20px; right: 20px; bottom: 20px; display: flex; justify-content: space-between; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.3); font-size: 8px; }
.console-footer b { color: rgba(239,183,53,.55); }
.network-principles { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; overflow: hidden; }
.network-principles > div { display: flex; gap: 17px; padding: 25px; background: rgba(255,255,255,.025); }
.network-principles > div + div { border-left: 1px solid rgba(255,255,255,.09); }
.network-principles > div > span { color: var(--gold); font-size: 10px; font-weight: 700; }
.network-principles p { margin: 0; display: flex; flex-direction: column; }
.network-principles strong { font: 700 14px Manrope,sans-serif; }
.network-principles small { margin-top: 6px; color: rgba(255,255,255,.4); font-size: 11px; line-height: 1.5; }

.coverage-section { background: var(--ink-soft); }
.coverage-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 105px; align-items: center; }
.coverage-copy h2 { margin-top: 0; }
.coverage-copy p, .developer-copy > p, .trust-copy p, .contact-card p { margin: 24px 0 0; color: rgba(255,255,255,.6); line-height: 1.78; }
.text-link { display: inline-flex; gap: 10px; margin-top: 31px; color: var(--gold); font-weight: 700; font-size: 14px; }
.market-panel { padding: 12px; background: rgba(255,255,255,.04); border: 1px solid var(--white-line); border-radius: 24px; }
.market-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; padding: 4px; background: rgba(0,0,0,.22); border-radius: 12px; }
.market-tabs button { padding: 13px 8px; border: 0; background: transparent; border-radius: 9px; color: rgba(255,255,255,.44); cursor: pointer; font-size: 12px; font-weight: 700; }
.market-tabs button.active { background: var(--gold); color: var(--ink); }
.market-list { display: none; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 12px; overflow: hidden; border-radius: 12px; background: rgba(255,255,255,.09); }
.market-list.active { display: grid; }
.market-list > div { min-height: 86px; display: flex; align-items: center; gap: 13px; padding: 17px; background: #10231c; }
.market-list > div > span { display: grid; place-items: center; width: 37px; height: 37px; background: rgba(239,183,53,.1); color: var(--gold); border-radius: 50%; font-size: 10px; font-weight: 700; }
.market-list p { margin: 0; display: flex; flex-direction: column; }
.market-list strong { font-size: 13px; }
.market-list small { margin-top: 4px; color: rgba(255,255,255,.4); font-size: 10px; }
.market-note { margin: 13px 9px 3px; color: rgba(255,255,255,.35); font-size: 10px; line-height: 1.5; }
.market-list { max-height: 390px; overflow-y: auto; scrollbar-width: thin; scrollbar-color: rgba(239,183,53,.35) transparent; }
.market-list::-webkit-scrollbar { width: 5px; }
.market-list::-webkit-scrollbar-thumb { background: rgba(239,183,53,.35); border-radius: 10px; }

.center-heading { max-width: 720px; margin: 0 auto; text-align: center; }
.center-heading p { max-width: 620px; margin: 22px auto 0; }
.advantage-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 65px; }
.advantage-card { min-height: 240px; padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.advantage-card > span { color: #b78112; font-size: 11px; font-weight: 700; }
.advantage-card h3 { margin-top: 45px; font-size: 24px; }
.advantage-card p { max-width: 430px; margin: 14px 0 0; color: var(--muted); line-height: 1.68; }

.developer-section { background: #0b1813; }
.developer-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.developer-points { margin: 38px 0; }
.developer-points > div { display: flex; gap: 20px; padding: 18px 0; border-top: 1px solid var(--white-line); }
.developer-points > div > span { color: var(--gold); font: 700 11px Manrope, sans-serif; }
.developer-points p { margin: 0; display: flex; flex-direction: column; }
.developer-points strong { font-size: 14px; }
.developer-points small { max-width: 410px; margin-top: 5px; color: rgba(255,255,255,.42); font-size: 12px; line-height: 1.55; }
.code-window { overflow: hidden; background: #07100d; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; box-shadow: 0 34px 80px rgba(0,0,0,.28); }
.code-top { height: 53px; display: flex; align-items: center; gap: 7px; padding: 0 19px; background: rgba(255,255,255,.035); border-bottom: 1px solid rgba(255,255,255,.08); }
.code-top span { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.18); }
.code-top span:first-child { background: var(--gold); }
.code-top b { margin-left: 10px; color: rgba(255,255,255,.4); font-size: 10px; font-weight: 500; }
.code-window pre { margin: 0; padding: 35px; overflow: auto; color: #dfe8e3; font: 13px/2.05 Consolas, monospace; }
.code-muted { color: #68d6a9; }
.code-key { color: #e5c675; }
.code-string { color: #8cccb3; }
.code-number { color: #de9e78; }
.code-response { display: flex; align-items: center; gap: 13px; margin: 0 20px 20px; padding: 15px; background: rgba(80,206,151,.08); border: 1px solid rgba(80,206,151,.13); border-radius: 11px; }
.code-response > span { display: grid; place-items: center; width: 36px; height: 26px; color: #62d7a4; background: rgba(80,206,151,.1); border-radius: 6px; font-size: 10px; font-weight: 700; }
.code-response p { margin: 0; display: flex; flex-direction: column; }
.code-response strong { font-size: 11px; }
.code-response small { color: rgba(255,255,255,.4); font-size: 9px; }
.code-response b { margin-left: auto; color: rgba(255,255,255,.3); font-size: 9px; }

.trust-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.trust-copy p { color: var(--muted); }
.trust-list > div { display: flex; gap: 20px; padding: 24px 0; border-top: 1px solid var(--line); }
.trust-list > div:last-child { border-bottom: 1px solid var(--line); }
.trust-list > div > span { flex: 0 0 auto; display: grid; place-items: center; width: 47px; height: 47px; border-radius: 13px; background: #f6edda; }
.trust-list p { margin: 0; display: flex; flex-direction: column; }
.trust-list strong { font: 700 16px Manrope, sans-serif; }
.trust-list small { margin-top: 6px; color: var(--muted); line-height: 1.55; }

.contact-section { padding: 50px 0 110px; background: var(--paper); color: var(--text); }
.contact-card {
  display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center;
  padding: 65px 70px; background: var(--forest); color: #fff; border-radius: 28px; box-shadow: var(--shadow);
}
.contact-actions { display: flex; flex-direction: column; gap: 10px; }
.contact-actions .button { width: 100%; }
.contact-actions small { margin-top: 8px; color: rgba(255,255,255,.45); text-align: center; }
.contact-actions small a { color: #fff; }

.site-footer { padding: 74px 0 27px; background: #050b09; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 70px; }
.footer-brand img { width: 140px; }
.footer-brand p { max-width: 320px; margin: 22px 0 0; color: rgba(255,255,255,.42); font-size: 13px; line-height: 1.65; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 13px; }
.footer-grid strong { margin-bottom: 7px; font-size: 13px; }
.footer-grid a { color: rgba(255,255,255,.43); font-size: 12px; transition: .2s; }
.footer-grid a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 66px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.3); font-size: 10px; }
.mobile-contact-dock { display: none; }
.mobile-menu-cta { display: none; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1000px) {
  .primary-nav { gap: 20px; }
  .nav-cta { display: none; }
  .hero-layout, .coverage-layout, .developer-layout, .trust-layout { grid-template-columns: 1fr; }
  .hero { padding-top: 145px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { margin-top: 15px; }
  .section-heading { gap: 45px; }
  .coverage-copy, .developer-copy, .trust-copy { max-width: 760px; }
  .market-panel, .code-window { max-width: 760px; width: 100%; }
  .contact-card { gap: 40px; padding: 55px 45px; }
  .network-stage { grid-template-columns: 1fr; }
  .network-console { min-height: 480px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 32px, 1180px); }
  .nav-wrap { height: 72px; }
  .brand { width: 125px; }
  .menu-button { display: block; margin-left: auto; z-index: 3; }
  .primary-nav {
    position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center;
    padding: 40px; background: rgba(7,16,13,.98); opacity: 0; visibility: hidden; transition: .2s;
  }
  .primary-nav.open { opacity: 1; visibility: visible; }
  .primary-nav a { font: 700 28px Manrope, sans-serif; color: #fff; }
  .primary-nav .mobile-menu-cta {
    display: inline-flex; margin-top: 12px; padding: 14px 20px; border-radius: 10px;
    background: var(--gold); color: var(--ink); font-size: 16px;
  }
  .hero { min-height: auto; padding-top: 125px; }
  h1 { font-size: clamp(43px, 13vw, 62px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-proof { gap: 0; }
  .hero-proof strong { font-size: 14px; }
  .hero-proof div + div { padding-left: 12px; }
  .hero-proof div { padding-right: 10px; }
  .hero-visual { min-height: 490px; margin: 20px -14px 0; }
  .operations-card { padding: 19px; transform: none; }
  .visual-orbit { display: none; }
  .floating-chip { transform: scale(.88); }
  .chip-one { left: -5px; top: 76px; }
  .chip-two { right: -5px; bottom: 55px; }
  .capability-strip { margin-top: 20px; padding: 25px 0; flex-direction: column; align-items: flex-start; gap: 18px; }
  .capability-strip div { flex-wrap: wrap; gap: 13px; }
  .section { padding: 82px 0; }
  .section-heading, .contact-card { grid-template-columns: 1fr; }
  .section-heading { gap: 22px; }
  .solution-grid { grid-template-columns: 1fr; margin-top: 42px; }
  .solution-card > p { min-height: auto; }
  .network-showcase { padding: 82px 0; }
  .network-heading { grid-template-columns: 1fr; gap: 20px; }
  .network-stage { margin-top: 40px; }
  .network-map { min-height: 390px; padding: 15px; }
  .world-network { min-width: 620px; transform: translateX(-92px); margin-top: 28px; }
  .map-legend { margin-top: 0; }
  .network-principles { grid-template-columns: 1fr; }
  .network-principles > div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,.09); }
  .coverage-layout, .developer-layout, .trust-layout { gap: 55px; }
  .market-list { grid-template-columns: 1fr; }
  .advantage-grid { grid-template-columns: 1fr; }
  .advantage-card { min-height: 210px; padding: 28px; }
  .code-window pre { padding: 24px 19px; font-size: 11px; }
  .contact-section { padding-bottom: 75px; }
  .contact-card { padding: 42px 27px; border-radius: 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .site-footer { padding-bottom: 94px; }
  .mobile-contact-dock {
    position: fixed; z-index: 90; left: 12px; right: 12px; bottom: 12px; display: grid;
    grid-template-columns: 1fr 1fr; gap: 8px; padding: 7px; border: 1px solid rgba(255,255,255,.14);
    border-radius: 15px; background: rgba(7,16,13,.94); box-shadow: 0 16px 42px rgba(0,0,0,.35);
    backdrop-filter: blur(16px);
  }
  .mobile-contact-dock a {
    min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 8px;
    border-radius: 10px; font: 700 13px Manrope,sans-serif;
  }
  .mobile-contact-dock a:first-child { background: var(--gold); color: var(--ink); }
  .mobile-contact-dock a:last-child { background: #229ed9; color: #fff; }
}

@media (max-width: 420px) {
  .shell { width: min(100% - 28px, 1180px); }
  .eyebrow { align-items: flex-start; max-width: 100%; font-size: 10px; line-height: 1.5; }
  .eyebrow span { margin-top: 6px; flex: 0 0 18px; }
  h1 { font-size: clamp(40px, 11.5vw, 48px); }
  .hero-lead { font-size: 15px; }
  .hero-proof span { font-size: 10px; }
  .mobile-contact-dock { left: 8px; right: 8px; bottom: 8px; }
}

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

.legal-page { background: var(--paper); color: var(--text); }
.legal-header { background: var(--ink); border-bottom: 1px solid var(--white-line); }
.legal-header .shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; }
.legal-header img { width: 135px; }
.legal-header .shell > a:last-child { color: rgba(255,255,255,.65); font-size: 13px; font-weight: 600; }
.legal-header .shell > a:last-child:hover { color: var(--gold); }
.legal-hero { padding: 90px 0 80px; background: var(--ink-soft); color: #fff; }
.legal-hero h1 { margin: 0; font-size: clamp(42px, 6vw, 68px); }
.legal-hero p { margin: 18px 0 0; color: rgba(255,255,255,.48); font-size: 13px; }
.legal-content { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: 85px 0 100px; }
.legal-content section + section { margin-top: 48px; padding-top: 48px; border-top: 1px solid var(--line); }
.legal-content h2 { font-size: 23px; letter-spacing: -.025em; }
.legal-content p, .legal-content li { color: #59655f; font-size: 15px; line-height: 1.85; }
.legal-content p { margin: 17px 0 0; }
.legal-content ul { margin: 17px 0 0; padding-left: 22px; }
.legal-content li + li { margin-top: 7px; }
.legal-content a { color: #8c6310; text-decoration: underline; text-underline-offset: 3px; }
.legal-footer { padding: 25px 0; background: #eae7de; color: #6b746f; font-size: 11px; }
