:root {
  --bg: #01070c;
  --bg-soft: #030d14;
  --surface: #06131d;
  --surface-2: #081824;
  --text: #f5f7fa;
  --muted: #9ba8b3;
  --muted-2: #73818d;
  --line: rgba(151, 190, 217, 0.17);
  --line-bright: rgba(81, 199, 255, 0.33);
  --cyan: #4fd4ff;
  --blue: #2d82ff;
  --violet: #b979ff;
  --amber: #ffad54;
  --green: #61e5b4;
  --gradient: linear-gradient(96deg, #72e6ff 0%, #2d96ff 48%, #bd74ff 100%);
  --page: 1216px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--text); background: var(--bg); font-family: "Avenir Next", Avenir, Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body::before { position: fixed; inset: 0; z-index: -2; content: ""; pointer-events: none; background: radial-gradient(circle at 78% 8%, rgba(19, 102, 160, 0.12), transparent 25%), radial-gradient(circle at 15% 46%, rgba(32, 99, 150, 0.06), transparent 30%), #01070c; }
body::after { position: fixed; inset: 0; z-index: 100; content: ""; pointer-events: none; opacity: .055; background-image: radial-gradient(circle, rgba(255,255,255,.5) 0 .35px, transparent .55px); background-size: 5px 5px; mix-blend-mode: soft-light; }
::selection { color: #00111b; background: var(--cyan); }
a { color: inherit; }
button { font: inherit; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 200; padding: 10px 14px; color: #000; background: #fff; border-radius: 6px; transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 40; height: 80px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 44px; padding: 0 max(32px, calc((100vw - var(--page)) / 2)); border-bottom: 1px solid rgba(255,255,255,.06); background: rgba(1,7,12,.94); backdrop-filter: blur(20px); }
.site-header.scrolled { background: rgba(1,7,12,.985); border-color: var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; color: #fff; font-size: 21px; font-weight: 720; letter-spacing: -.055em; text-decoration: none; }
.brand-mark { width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center; gap: 2px; border-radius: 8px 3px 8px 3px; background: var(--gradient); box-shadow: 0 0 24px rgba(79,212,255,.16); }
.brand-mark i { width: 3px; border-radius: 4px; background: #021018; }
.brand-mark i:nth-child(1) { height: 9px; }.brand-mark i:nth-child(2) { height: 18px; }.brand-mark i:nth-child(3) { height: 13px; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 36px; }
.main-nav a, .text-link { position: relative; color: #bac2ca; font-size: 14px; font-weight: 500; text-decoration: none; transition: color .2s ease; }
.main-nav a:hover, .main-nav a.active, .text-link:hover { color: #fff; }
.main-nav a::after { position: absolute; right: 0; bottom: -11px; left: 0; height: 1px; content: ""; background: var(--gradient); transform: scaleX(0); transition: transform .2s ease; }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 24px; }
.nav-toggle { display: none; }

.announcement { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 22px; padding: 10px 24px; color: #07111a; background: linear-gradient(90deg, #ba82f2 0%, #d5e8ef 43%, #5dd9ff 100%); font-size: 13px; font-weight: 620; }
.announcement a { color: #07111a; font-weight: 760; text-decoration: none; }
.announcement a:hover { text-decoration: underline; }

.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 700; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid rgba(79,212,255,.4); outline-offset: 3px; }
.button-small { min-height: 46px; padding: 0 21px; font-size: 13px; }
.button-light, .button-primary { color: #061018; background: #fff; box-shadow: 0 12px 36px rgba(255,255,255,.08); }
.button-light:hover, .button-primary:hover { background: #eaf9ff; box-shadow: 0 14px 40px rgba(79,212,255,.16); }
.button-arrow { width: 30px; height: 30px; display: grid; place-items: center; margin-left: -11px; color: #fff; background: #071019; border-radius: 50%; font-size: 15px; }
.button-ghost { color: #fff; background: transparent; border-color: var(--line); }
.button-ghost:hover { border-color: var(--line-bright); background: rgba(79,212,255,.05); }
.hero-docs-link { display: inline-flex; align-items: center; gap: 9px; color: #aab4bd; font-size: 14px; font-weight: 600; text-decoration: none; }
.hero-docs-link:hover { color: #fff; }

.section { width: min(var(--page), calc(100% - 48px)); margin-inline: auto; }
.hero { min-height: 760px; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(460px, .97fr); align-items: center; gap: clamp(52px, 7vw, 104px); padding-top: 74px; padding-bottom: 86px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 22px; color: var(--cyan); font-size: 11px; font-weight: 760; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { display: inline-flex; align-items: center; gap: 12px; }
.eyebrow span::before { width: 32px; height: 1px; content: ""; background: var(--gradient); }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; font-size: clamp(58px, 5.55vw, 82px); line-height: .98; letter-spacing: -.066em; font-weight: 720; }
h1 span { color: #fff; }
h1 em, h1 strong { font-style: normal; font-weight: inherit; color: transparent; background: var(--gradient); background-clip: text; -webkit-background-clip: text; }
.hero-lede { max-width: 570px; margin: 30px 0 0; color: #c2c8ce; font-size: 18px; line-height: 1.62; letter-spacing: -.017em; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; margin-top: 34px; }
.hero-proof { display: grid; gap: 17px; margin-top: 46px; }
.hero-proof span { display: grid; grid-template-columns: 28px auto; grid-template-rows: auto auto; align-items: center; column-gap: 12px; width: max-content; }
.hero-proof i { grid-row: 1 / 3; width: 27px; height: 27px; display: grid; place-items: center; color: var(--cyan); border: 1px solid rgba(79,212,255,.25); border-radius: 50%; font-style: normal; font-size: 12px; }
.hero-proof b { color: #f1f4f6; font-size: 14px; font-weight: 570; }.hero-proof small { color: var(--muted-2); font-size: 10px; }
.hero-stage { position: relative; min-height: 560px; display: grid; place-items: center; }
.hero-stage::before { position: absolute; inset: 10% 2% -4% 8%; content: ""; background: radial-gradient(circle, rgba(16,143,219,.19), transparent 62%); filter: blur(32px); }
.hero-visual { position: relative; z-index: 1; width: 100%; aspect-ratio: 1.06; overflow: hidden; border: 1px solid rgba(176,207,228,.22); border-radius: 18px; background: #020a11; box-shadow: 0 32px 100px rgba(0,0,0,.55), 0 0 75px rgba(23,128,200,.08); }
.hero-visual::before { position: absolute; inset: 0; z-index: 1; content: ""; background: linear-gradient(180deg, rgba(1,7,12,.04), rgba(1,7,12,.06) 60%, rgba(1,7,12,.78)); pointer-events: none; }
.hero-visual::after { position: absolute; inset: 0; z-index: 1; content: ""; box-shadow: inset 0 0 48px rgba(0,0,0,.5); pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 63% center; filter: saturate(1.08) contrast(1.04); transform: scale(1.03); animation: hero-image 18s ease-in-out infinite alternate; }
@keyframes hero-image { to { transform: scale(1.085) translateX(-1.1%); } }
.hero-visual-caption { position: absolute; right: 22px; bottom: 20px; left: 22px; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.16); }
.hero-visual-caption span { display: flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.hero-visual-caption i { width: 7px; height: 7px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 18px rgba(255,173,84,.75); }
.hero-visual-caption small { color: #a8b4bd; font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }

.signal-strip { min-height: 112px; display: flex; align-items: center; justify-content: center; gap: clamp(38px, 7vw, 100px); padding: 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.012); }
.signal-strip p { margin: 0; color: #6f7d88; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.signal-list { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: clamp(28px, 5vw, 68px); }
.signal-list span { display: flex; align-items: center; gap: 10px; color: #d5dae0; font-size: 15px; font-weight: 560; }
.signal-list i { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 14px rgba(79,212,255,.45); }

.platform { padding-top: 152px; padding-bottom: 152px; }
.section-heading { max-width: 900px; }
.section-heading h2, .developer-copy h2, .security-copy h2, .final-copy h2 { margin: 0; font-size: clamp(46px, 5.5vw, 78px); line-height: 1.02; letter-spacing: -.062em; font-weight: 620; }
.section-heading h2 em, .developer-copy h2 em, .security-copy h2 em, .final-copy h2 em { color: transparent; background: var(--gradient); background-clip: text; -webkit-background-clip: text; font-style: normal; }
.section-heading > p:last-child, .developer-copy > p, .security-copy > p, .final-copy > p { max-width: 650px; margin: 24px 0 0; color: var(--muted); font-size: 17px; line-height: 1.68; }
.bento-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 74px; }
.feature { --mx: 50%; --my: 50%; position: relative; min-height: 410px; overflow: hidden; padding: 38px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, rgba(8,24,36,.77), rgba(3,13,21,.87)); transition: transform .3s ease, border-color .3s ease, background .3s ease; }
.feature::before { position: absolute; inset: 0; content: ""; pointer-events: none; background: radial-gradient(460px circle at var(--mx) var(--my), rgba(79,212,255,.08), transparent 45%); opacity: .65; }
.feature:hover { transform: translateY(-4px); border-color: rgba(79,212,255,.31); background: linear-gradient(145deg, rgba(9,29,44,.84), rgba(3,13,21,.92)); }
.feature-wide { grid-column: 1 / -1; min-height: 480px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 40px; }
.feature-number { color: var(--cyan); font: 10px ui-monospace, "SFMono-Regular", Consolas, monospace; letter-spacing: .12em; }
.feature h3 { max-width: 510px; margin: 20px 0 14px; color: #f4f7f9; font-size: clamp(27px, 2.5vw, 38px); line-height: 1.08; letter-spacing: -.045em; font-weight: 590; }
.feature p { max-width: 530px; color: var(--muted); line-height: 1.68; }
.feature a, .inline-cta { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; color: var(--cyan); font-size: 12px; font-weight: 680; text-decoration: none; }.feature a:hover, .inline-cta:hover { text-decoration: underline; }
.latency-visual { position: relative; min-height: 340px; display: grid; place-items: center; }
.latency-visual::before { position: absolute; inset: 5%; content: ""; border-radius: 50%; background: radial-gradient(circle, rgba(27,143,214,.16), transparent 58%); }
.latency-center { position: relative; z-index: 3; width: 108px; height: 108px; display: grid; place-content: center; text-align: center; border: 1px solid var(--line-bright); border-radius: 50%; background: #04121d; box-shadow: 0 0 65px rgba(45,130,255,.14); }.latency-center b { font-size: 25px; letter-spacing: -.08em; }.latency-center small { margin-top: 5px; color: #7f919f; font-size: 7px; letter-spacing: .09em; text-transform: uppercase; }
.latency-ring { position: absolute; border: 1px solid rgba(79,212,255,.13); border-radius: 50%; }.ring-one { width: 226px; height: 226px; }.ring-two { width: 346px; height: 346px; border-style: dashed; }
.latency-label { position: absolute; z-index: 4; display: flex; align-items: center; gap: 8px; padding: 9px 11px; color: #c8d3db; border: 1px solid var(--line); border-radius: 7px; background: #04111b; font-size: 9px; }.latency-label span { width: 7px; height: 7px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 14px rgba(255,173,84,.55); }.label-one { top: 21%; left: 2%; }.label-two { right: 2%; bottom: 15%; }.label-three { top: 13%; right: 10%; }
.provider-stack { min-height: 235px; display: flex; flex-direction: column; align-items: center; justify-content: center; margin-top: 24px; }.provider-card { position: relative; z-index: 3; width: min(330px, 92%); display: grid; gap: 5px; padding: 18px 20px; border: 1px solid rgba(79,212,255,.26); border-radius: 10px; background: #061722; box-shadow: 0 18px 40px rgba(0,0,0,.3); }.provider-card b { color: var(--cyan); font-size: 9px; letter-spacing: .12em; }.provider-card small { color: #81919e; font-size: 10px; }.muted-card { z-index: 2; margin-top: -2px; transform: scale(.91); border-color: var(--line); opacity: .66; }.provider-row { z-index: 1; display: flex; gap: 9px; margin-top: -4px; }.provider-row i { width: 48px; height: 48px; display: grid; place-items: center; color: #6f8291; border: 1px solid var(--line); border-radius: 9px; background: #041019; font-style: normal; font-size: 9px; }
.quality-chart { position: absolute; right: 38px; bottom: 35px; left: 38px; display: flex; align-items: flex-end; gap: 22px; }.chart-value { display: grid; gap: 4px; }.chart-value b { font-size: 48px; letter-spacing: -.08em; }.chart-value small { color: #738491; font-size: 8px; letter-spacing: .11em; text-transform: uppercase; }.bars { height: 95px; flex: 1; display: flex; align-items: flex-end; gap: 6px; }.bars i { flex: 1; border-radius: 3px 3px 0 0; background: linear-gradient(to top, #146db9, var(--cyan)); opacity: .76; }.bars i:nth-child(1) { height: 28%; }.bars i:nth-child(2) { height: 38%; }.bars i:nth-child(3) { height: 35%; }.bars i:nth-child(4) { height: 50%; }.bars i:nth-child(5) { height: 47%; }.bars i:nth-child(6) { height: 67%; }.bars i:nth-child(7) { height: 58%; }.bars i:nth-child(8) { height: 76%; }.bars i:nth-child(9) { height: 72%; }.bars i:nth-child(10) { height: 88%; }.bars i:nth-child(11) { height: 84%; }.bars i:nth-child(12) { height: 96%; background: var(--amber); }
.recording-demo { position: absolute; right: 38px; bottom: 40px; left: 38px; min-height: 70px; display: flex; align-items: center; gap: 9px; padding: 0 16px; border: 1px solid var(--line); border-radius: 10px; background: #04111a; }.recording-demo .rec-dot { width: 8px; height: 8px; border-radius: 50%; background: #ff766f; box-shadow: 0 0 13px rgba(255,118,111,.45); }.recording-demo b { margin-right: 4px; font: 10px ui-monospace, monospace; }.recording-demo i { width: 3px; border-radius: 3px; background: var(--cyan); opacity: .6; }.recording-demo i:nth-of-type(1) { height: 10px; }.recording-demo i:nth-of-type(2) { height: 24px; }.recording-demo i:nth-of-type(3) { height: 17px; }.recording-demo i:nth-of-type(4) { height: 29px; }.recording-demo i:nth-of-type(5) { height: 13px; }.recording-demo i:nth-of-type(6) { height: 22px; }.recording-demo small { margin-left: auto; color: var(--cyan); font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }

.developer-section { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(60px, 8vw, 116px); padding-top: 135px; padding-bottom: 160px; border-top: 1px solid var(--line); }
.developer-copy > p { max-width: 520px; }.check-list { display: grid; gap: 22px; margin: 34px 0 0; padding: 0; list-style: none; }.check-list li { display: flex; align-items: flex-start; gap: 13px; }.check-list li > span { width: 22px; height: 22px; flex: 0 0 auto; display: grid; place-items: center; color: var(--cyan); border: 1px solid rgba(79,212,255,.28); border-radius: 50%; font-size: 10px; }.check-list div { display: grid; gap: 6px; }.check-list b { font-size: 13px; font-weight: 620; }.check-list small { max-width: 470px; color: #7d8d99; font-size: 12px; line-height: 1.55; }.inline-cta { margin-top: 32px; }
.code-window { overflow: hidden; border: 1px solid rgba(151,190,217,.2); border-radius: 14px; background: #020b12; box-shadow: 0 36px 110px rgba(0,0,0,.5); }.code-header { min-height: 62px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 18px; border-bottom: 1px solid var(--line); }.window-dots { display: flex; gap: 6px; }.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #31404c; }.window-dots i:first-child { background: #ff766f; }.window-dots i:nth-child(2) { background: var(--amber); }.window-dots i:nth-child(3) { background: var(--cyan); }.code-tabs { display: flex; gap: 3px; padding: 3px; border: 1px solid var(--line); border-radius: 7px; background: #06141e; }.code-tabs button { padding: 7px 11px; border: 0; border-radius: 4px; color: #7d8b96; background: transparent; cursor: pointer; font-size: 9px; }.code-tabs button.active { color: #07131a; background: var(--cyan); }.copy-button { justify-self: end; padding: 7px 10px; color: #8998a4; border: 1px solid var(--line); border-radius: 6px; background: transparent; cursor: pointer; font-size: 9px; }.copy-button:hover { color: var(--cyan); border-color: var(--line-bright); }.code-block { min-height: 415px; display: none; margin: 0; padding: 38px 30px; overflow: auto; color: #dce8f1; font: 12px/2 ui-monospace, "SFMono-Regular", Consolas, monospace; tab-size: 2; }.code-block.active { display: block; }.code-dim { color: #354a5b; user-select: none; }.code-pink { color: #dca2ff; }.code-green { color: #8fe7bd; }.code-blue { color: #62d7ff; }.code-comment { color: #556b7b; }.code-footer { min-height: 54px; display: flex; align-items: center; justify-content: space-between; padding: 0 21px; color: #6e7f8c; border-top: 1px solid var(--line); font-size: 9px; letter-spacing: .04em; }.code-footer span:first-child { display: flex; align-items: center; gap: 8px; color: var(--cyan); }.code-footer i { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px rgba(79,212,255,.55); }

.network-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #01070c; }
.network-inner { padding-top: 150px; padding-bottom: 145px; }.section-heading-light { margin-inline: auto; text-align: center; }.section-heading-light .eyebrow span::before { display: none; }.section-heading-light > p:last-child { margin-inline: auto; }
.network-dashboard { min-height: 525px; display: grid; grid-template-columns: 1fr 300px; overflow: hidden; margin-top: 72px; border: 1px solid rgba(151,190,217,.22); border-radius: 16px; background: #020b12; box-shadow: 0 36px 120px rgba(0,0,0,.5); }.dashboard-map { position: relative; overflow: hidden; background: #020a11; }.dashboard-fabric { position: absolute; inset: -2%; width: 104%; height: 104%; object-fit: cover; object-position: center; opacity: .89; filter: saturate(1.08) contrast(1.06); animation: network-drift 20s ease-in-out infinite alternate; }.dashboard-map::before { position: absolute; inset: 0; z-index: 1; content: ""; background: linear-gradient(180deg, transparent 55%, rgba(1,7,12,.62)); pointer-events: none; }.dashboard-map::after { position: absolute; inset: 0; z-index: 1; content: ""; box-shadow: inset 0 0 62px rgba(0,0,0,.52); pointer-events: none; }@keyframes network-drift { to { transform: scale(1.055) translateX(-.8%); } }
.dash-node { position: absolute; z-index: 3; display: grid; grid-template-columns: auto auto; grid-template-rows: auto auto; align-items: center; column-gap: 9px; padding: 10px 12px; color: #fff; border: 1px solid rgba(255,255,255,.15); border-radius: 7px; background: rgba(1,9,15,.78); backdrop-filter: blur(10px); }.dash-node i { grid-row: 1 / 3; width: 7px; height: 7px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 15px rgba(255,173,84,.7); }.dash-node b { font-size: 9px; font-weight: 600; }.dash-node small { color: var(--cyan); font-size: 7px; text-transform: uppercase; }.n1 { top: 32%; left: 12%; }.n2 { top: 22%; left: 49%; }.n3 { top: 68%; left: 60%; }.n4 { top: 49%; right: 6%; }.map-label { position: absolute; z-index: 3; left: 28px; bottom: 26px; color: #8997a2; font-size: 8px; line-height: 1.6; letter-spacing: .15em; }.map-label b { color: var(--cyan); font-size: 10px; }.dashboard-rail { display: grid; border-left: 1px solid var(--line); background: rgba(255,255,255,.012); }.dashboard-rail div { display: grid; align-content: center; gap: 8px; padding: 22px 25px; border-bottom: 1px solid var(--line); }.dashboard-rail div:last-child { border-bottom: 0; }.dashboard-rail small { color: #6d7d89; font-size: 7px; letter-spacing: .13em; }.dashboard-rail b { font-size: 11px; font-weight: 600; }.dashboard-rail span { width: max-content; padding: 4px 7px; color: var(--cyan); border-radius: 4px; background: rgba(79,212,255,.08); font-size: 7px; letter-spacing: .07em; text-transform: uppercase; }.network-principles { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 28px; }.network-principles article { padding: 32px; border-right: 1px solid var(--line); }.network-principles article:last-child { border-right: 0; }.network-principles span { color: var(--cyan); font: 9px ui-monospace, monospace; }.network-principles h3 { margin: 16px 0 9px; font-size: 18px; letter-spacing: -.035em; font-weight: 600; }.network-principles p { margin: 0; color: #7f8e99; font-size: 12px; line-height: 1.65; }

.security-section { padding-top: 145px; padding-bottom: 145px; }.security-panel { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(55px, 8vw, 110px); overflow: hidden; padding: clamp(48px, 6vw, 84px); border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(135deg, #061722, #020b12 70%); }.security-panel::before { position: absolute; right: -180px; top: -240px; width: 620px; height: 620px; content: ""; border-radius: 50%; background: radial-gradient(circle, rgba(45,130,255,.11), transparent 66%); }.security-copy, .security-layers { position: relative; z-index: 2; }.security-copy > p { font-size: 15px; }.security-copy .button { margin-top: 30px; }.security-layers { display: grid; }.security-layers div { display: grid; grid-template-columns: 44px 1fr; gap: 3px 12px; padding: 20px 0; border-bottom: 1px solid var(--line); }.security-layers div:last-child { border-bottom: 0; }.security-layers span { grid-row: 1 / 3; width: 34px; height: 34px; display: grid; place-items: center; color: var(--cyan); border: 1px solid rgba(79,212,255,.22); border-radius: 8px; font: 9px ui-monospace, monospace; }.security-layers b { font-size: 13px; font-weight: 620; }.security-layers small { color: #788893; font-size: 10px; line-height: 1.5; }

.final-cta { position: relative; min-height: 690px; display: grid; place-items: center; overflow: hidden; text-align: center; border-top: 1px solid var(--line); }.final-cta::before { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(1,7,12,.95), rgba(1,7,12,.6) 48%, rgba(1,7,12,.72)), url('/network-fabric-v2.jpg') center / cover no-repeat; opacity: .48; }.final-cta::after { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at center, transparent, #01070c 78%); }.cta-glow { display: none; }.final-copy { position: relative; z-index: 2; }.final-copy .eyebrow span::before { display: none; }.final-copy > p { margin-inline: auto; }.final-copy .hero-actions { justify-content: center; }

.site-footer { width: min(var(--page), calc(100% - 48px)); margin: 0 auto; padding: 70px 0 28px; border-top: 1px solid var(--line); background: transparent; }.footer-top { display: grid; grid-template-columns: 1fr 1fr 2fr; gap: 50px; padding-bottom: 64px; }.footer-top > p { margin: 0; color: #71818d; line-height: 1.65; }.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }.footer-links div { display: grid; align-content: start; gap: 12px; }.footer-links b { margin-bottom: 4px; color: #f0f3f5; font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }.footer-links a { color: #73838f; font-size: 11px; text-decoration: none; }.footer-links a:hover { color: var(--cyan); }.footer-bottom { min-height: 60px; display: flex; align-items: end; justify-content: space-between; padding-top: 22px; color: #536570; border-top: 1px solid var(--line); font-size: 9px; letter-spacing: .05em; }.footer-bottom a { text-decoration: none; }.footer-bottom a:hover { color: var(--cyan); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1060px) {
  .site-header { padding-inline: 28px; gap: 24px; }.main-nav { gap: 20px; }
  .hero { grid-template-columns: 1fr; padding-top: 82px; }.hero-copy { max-width: 820px; }.hero-stage { min-height: auto; }.hero-visual { max-width: 760px; aspect-ratio: 1.35; }
  .developer-section { grid-template-columns: 1fr; }.developer-copy { max-width: 760px; }
  .network-dashboard { grid-template-columns: 1fr 255px; }
  .footer-top { grid-template-columns: 1fr 1fr; }.footer-links { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .site-header { grid-template-columns: 1fr auto; height: 70px; padding-inline: 20px; }
  .header-actions { display: none; }.nav-toggle { width: 40px; height: 40px; display: grid; place-content: center; gap: 6px; border: 1px solid var(--line); border-radius: 7px; background: #05131d; cursor: pointer; }.nav-toggle span { width: 17px; height: 1px; display: block; background: #fff; transition: transform .2s ease; }.nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }.nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav { position: absolute; top: 69px; right: 14px; left: 14px; display: none; flex-direction: column; gap: 0; padding: 9px; border: 1px solid var(--line); border-radius: 10px; background: rgba(1,9,15,.98); box-shadow: 0 30px 70px rgba(0,0,0,.45); }.main-nav.open { display: flex; }.main-nav a { width: 100%; padding: 14px; border-bottom: 1px solid var(--line); }.main-nav a:last-child { border-bottom: 0; }.main-nav a::after { display: none; }
  .announcement { justify-content: flex-start; font-size: 11px; }.announcement a { margin-left: auto; }
  .section { width: min(100% - 32px, var(--page)); }.hero { min-height: auto; padding-block: 70px; }
  .signal-strip { flex-direction: column; gap: 16px; }.signal-list { gap: 20px; }
  .platform, .network-inner, .security-section { padding-block: 110px; }.bento-grid { grid-template-columns: 1fr; }.feature-wide { grid-column: auto; grid-template-columns: 1fr; }.feature { min-height: 440px; }
  .network-dashboard { grid-template-columns: 1fr; }.dashboard-map { min-height: 440px; }.dashboard-rail { grid-template-columns: repeat(2, 1fr); border-left: 0; border-top: 1px solid var(--line); }.dashboard-rail div { border-right: 1px solid var(--line); }
  .network-principles { grid-template-columns: 1fr; }.network-principles article { border-right: 0; border-bottom: 1px solid var(--line); }.network-principles article:last-child { border-bottom: 0; }
  .security-panel { grid-template-columns: 1fr; }.footer-top { grid-template-columns: 1fr; }.footer-links { grid-column: auto; }
}

@media (max-width: 560px) {
  .announcement a { display: none; }.brand { font-size: 18px; }
  h1 { font-size: clamp(50px, 15vw, 68px); }.section-heading h2, .developer-copy h2, .security-copy h2, .final-copy h2 { font-size: clamp(40px, 12vw, 58px); }
  .hero { padding-top: 58px; }.hero-lede { font-size: 16px; }.hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }.hero-actions .button { width: 100%; }.hero-docs-link { justify-content: center; min-height: 44px; }
  .hero-proof span { width: auto; }.hero-visual { aspect-ratio: .92; }.hero-visual img { object-position: 65% center; }.hero-visual-caption { align-items: flex-start; flex-direction: column; gap: 6px; }
  .signal-list span { font-size: 12px; }.signal-list { gap: 15px; }
  .feature { min-height: 440px; padding: 28px; }.feature-wide { min-height: 720px; }.latency-visual { min-height: 300px; }.ring-two { width: 280px; height: 280px; }.label-one { left: -8px; }.label-three { right: -8px; }.quality-chart, .recording-demo { right: 28px; left: 28px; }.recording-demo { overflow: hidden; }.recording-demo small { display: none; }
  .developer-section { padding-block: 100px; }.code-header { grid-template-columns: 1fr auto; }.window-dots { display: none; }.code-tabs { justify-self: start; }.code-block { min-height: 390px; padding: 26px 18px; font-size: 10px; }
  .dashboard-map { min-height: 390px; }.n1 { left: 4%; }.n2 { left: 42%; }.n3 { left: 42%; }.n4 { right: 3%; }.dashboard-rail { grid-template-columns: 1fr; }.dashboard-rail div { border-right: 0; }
  .security-panel { padding: 34px 24px; }.security-layers div { grid-template-columns: 38px 1fr; }.final-cta { min-height: 620px; }
  .site-footer { width: calc(100% - 32px); }.footer-links { grid-template-columns: 1fr 1fr; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }.footer-bottom span:nth-child(2) { display: none; }
}

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