:root {
  color-scheme: dark;
  --ink: #090f17;
  --ink-2: #0d151e;
  --panel: #111b25;
  --panel-raised: #16222d;
  --line: rgba(192, 210, 222, .13);
  --text: #edf2f4;
  --muted: #9ba9b2;
  --muted-low: #74838d;
  --ice: #a9c9dc;
  --amber: #c7aa72;
  --green: #91b4a0;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --mono: 'IBM Plex Mono', 'SFMono-Regular', Consolas, monospace;
  font-family: var(--sans);
  color: var(--text);
  background: var(--ink);
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: auto; scroll-padding-top: 92px; }
html.lenis, html.lenis body { height: auto; }
html.lenis.lenis-smooth { scroll-behavior: auto !important; }
html.lenis.lenis-stopped { overflow: hidden; }
html.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
body { margin: 0; background: var(--ink); color: var(--text); font: 400 15px/1.7 var(--sans); -webkit-font-smoothing: antialiased; }
html.is-loading, html.is-loading body { overflow: hidden; }
html.is-loading body > :not(.page-loader) { visibility: hidden !important; }
.page-loader { position: fixed; z-index: 1000; inset: 0; display: grid; align-content: center; justify-items: center; gap: 19px; padding: 24px; background: #090f17; color: var(--text); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .48s cubic-bezier(.22,1,.36,1), visibility 0s linear .48s; }
html.is-loading .page-loader { opacity: 1; visibility: visible; pointer-events: auto; transition-delay: 0s; }
.loader-brand { display: flex; align-items: center; gap: 12px; color: #e9eef0; font-size: 13px; font-weight: 700; letter-spacing: 1.4px; }
.loader-brand small { margin-left: 4px; color: #82929c; font-size: 10px; font-weight: 500; }
.loader-mark { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid #c7aa7266; color: var(--amber); font: 500 17px/1 var(--mono); }
.loader-track { width: min(180px, 46vw); height: 1px; overflow: hidden; background: #c6d5dc20; }
.loader-track span { width: 34%; height: 100%; display: block; background: var(--amber); transform: translateX(-110%); animation: loader-sweep 1.45s cubic-bezier(.65,0,.35,1) infinite; }
.page-loader > p { color: #d7e0e3; font-size: 13px; letter-spacing: .1px; }
.loader-caption { color: #74838d; font: 400 10px/1.5 var(--mono); letter-spacing: 1.2px; }
@keyframes loader-sweep { to { transform: translateX(330%); } }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
img, svg { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 2px solid var(--ice); outline-offset: 4px; }
[hidden] { display: none !important; }
::selection { background: var(--amber); color: var(--ink); }
.shell { width: min(1280px, calc(100% - 96px)); margin-inline: auto; }
.section-pad { padding: 124px 0; }
h1, h2, h3, p { margin: 0; }
h2 { color: var(--text); font-size: clamp(42px, 5vw, 68px); font-weight: 500; line-height: 1.06; letter-spacing: -.055em; }
h2 em, h1 em { color: var(--ice); font-style: normal; font-weight: 500; }
.eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; color: #afbbc1; font: 500 12px/1.5 var(--mono); letter-spacing: 1px; text-transform: uppercase; }
.eyebrow-dark { color: #9daeb8; }
.eyebrow-line { width: 30px; height: 1px; background: var(--amber); }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: space-between; gap: 35px; padding: 0 23px; border: 1px solid transparent; font-size: 13px; font-weight: 650; transition: background .2s, color .2s, border-color .2s, transform .2s; }
.button span { font-size: 22px; font-weight: 400; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--amber); color: #171710; }
.button-light:hover { background: #d9c18f; }
.button-dark { background: var(--amber); color: #141813; }
.button-dark:hover { background: #ddc895; }
.text-link { display: inline-flex; align-items: center; gap: 26px; padding-bottom: 7px; border-bottom: 1px solid #91a6b3; color: var(--text); font-size: 12px; font-weight: 650; }
.text-link span { color: var(--ice); font-size: 20px; }
.online-mark { width: 6px; height: 6px; display: inline-block; flex: none; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px #91b4a01b; }
.skip-link { position: fixed; z-index: 200; top: -100px; left: 20px; padding: 12px; background: var(--text); color: var(--ink); }
.skip-link:focus { top: 10px; }

/* Header */
.site-header { position: relative; z-index: 50; height: 84px; border-bottom: 1px solid var(--line); background: #090f17; color: var(--text); }
.nav-wrap { width: min(1440px, calc(100% - 96px)); height: 100%; display: flex; align-items: center; justify-content: space-between; margin: auto; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--text); font-size: 15px; font-weight: 750; letter-spacing: 1.4px; }
.brand img { width: 39px; height: 39px; object-fit: contain; }
.brand > span > span { margin-left: 3px; color: #91a2ad; font-weight: 450; }
.site-nav { display: flex; align-items: center; gap: 34px; color: #c4cdd1; font-size: 12px; }
.site-nav > a { transition: color .2s; }
.site-nav > a:hover { color: white; }
.nav-account { display: flex; align-items: center; gap: 24px; margin-left: 20px; padding: 8px 0; border-bottom: 1px solid #b59c68; color: var(--text); }
.nav-account span { color: var(--amber); font-size: 19px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; color: var(--text); }
.menu-toggle span { width: 20px; height: 1px; display: block; margin: 6px auto; background: currentColor; transition: transform .2s; }
.menu-toggle[aria-expanded=true] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded=true] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

/* Hero */
.hero { position: relative; height: calc(100svh - 84px); min-height: 700px; max-height: 950px; overflow: hidden; background: var(--ink); }
.hero-image { position: absolute; inset: 0 0 0 23%; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 73% center; opacity: .78; }
.hero-image::after { position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 0%, rgba(9,15,23,.98) 15%, rgba(9,15,23,.42) 57%, rgba(9,15,23,.05) 100%), linear-gradient(0deg, var(--ink), transparent 31%); content: ''; }
.hero-grid { position: relative; height: 100%; display: flex; align-items: center; justify-content: space-between; padding: 55px 0 115px; }
.hero-copy { max-width: 610px; }
.hero h1 { margin-bottom: 30px; color: #f1f4f5; font-size: clamp(66px, 6.7vw, 92px); font-weight: 500; line-height: 1.05; letter-spacing: -.055em; }
.hero h1 em { color: var(--amber); }
.hero-lead { max-width: 390px; margin-bottom: 26px; color: #c0cbd0; font-size: 15px; line-height: 1.8; }
.hero-footnote { max-width: 335px; display: flex; align-items: center; gap: 12px; margin-top: 22px; color: #a2afb5; font-size: 12px; }
.hero-index { align-self: flex-end; display: flex; flex-direction: column; align-items: flex-end; padding-bottom: 22px; text-align: right; }
.hero-index-kicker { color: #c0cbd0; font: 400 12px/1.5 var(--mono); letter-spacing: 1px; text-transform: uppercase; }
.hero-index-number { color: var(--text); font-size: 93px; font-weight: 500; line-height: 1.08; letter-spacing: -.08em; }
.hero-index-label { color: #aeb9be; font-size: 12px; }
.hero-index-rule { width: 88px; height: 1px; margin: 19px 0; background: #d4dece44; }
.hero-index-protocol { color: #dbe2e4; font: 500 12px/1.5 var(--mono); letter-spacing: 1.2px; }
.hero-index-protocol i { margin-left: 18px; color: var(--green); font-size: 12px; font-style: normal; }
.hero-bottom { position: absolute; right: 0; bottom: 27px; left: 0; display: flex; align-items: center; gap: 28px; color: #9aa8af; font: 400 12px/1.5 var(--mono); letter-spacing: .5px; text-transform: uppercase; }
.hero-bottom > span:nth-child(2) { margin-left: auto; color: #71818b; }
.hero-bottom-rule { width: 15%; height: 1px; background: #d1dadd2b; }
.hero-bottom a { display: flex; align-items: center; gap: 18px; }
.hero-bottom b { color: var(--ice); font-size: 21px; font-weight: 400; }

/* Catalog facts */
.facts { border-block: 1px solid var(--line); background: #0c141d; }
.facts-row { display: flex; align-items: center; justify-content: space-between; gap: 34px; padding: 34px 0; }
.facts-label { color: #b7c5cb; font-size: 13px; line-height: 1.55; }
.fact { display: flex; align-items: center; gap: 16px; }
.fact strong { color: var(--text); font-size: 42px; font-weight: 500; letter-spacing: -.07em; white-space: nowrap; }
.fact strong small { color: var(--ice); font-size: 13px; letter-spacing: 0; }
.fact > span { max-width: 105px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.facts-link { display: flex; align-items: center; gap: 18px; padding-bottom: 7px; border-bottom: 1px solid #8797a044; font-size: 12px; font-weight: 650; }
.facts-link span { color: var(--amber); font-size: 22px; }

/* Numbered journey */
.journey { background: var(--ink); }
.journey-layout { display: grid; grid-template-columns: 1fr 1.12fr; gap: 100px; }
.section-intro > p:last-child { max-width: 355px; margin-top: 27px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.journey-steps { padding-top: 20px; }
.journey-step { display: grid; grid-template-columns: 42px 1fr 40px; align-items: start; gap: 23px; padding: 30px 0; border-top: 1px solid var(--line); }
.journey-step:last-child { border-bottom: 1px solid var(--line); }
.step-no { color: var(--amber); font-size: 17px; font-weight: 500; }
.journey-step h3 { color: #e3e9eb; font-size: 16px; font-weight: 600; letter-spacing: -.3px; }
.journey-step p { max-width: 325px; margin-top: 8px; color: var(--muted); font-size: 12px; line-height: 1.85; }
.journey-step > a { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--ice); font-size: 18px; transition: background .2s, border-color .2s; }
.journey-step > a:hover { border-color: #a9c9dc66; background: #a9c9dc12; }

/* Brand statement */
.manifesto { padding: 65px 0; border-block: 1px solid var(--line); background: #101923; }
.manifesto-layout { display: grid; grid-template-columns: 120px 1fr 240px; align-items: end; gap: 45px; }
.manifesto-index { align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; color: #81919a; font-size: 12px; letter-spacing: .7px; }
.manifesto .eyebrow { margin-bottom: 16px; color: #aab9c0; font-size: 12px; }
.manifesto h2 { font-size: clamp(44px, 4.6vw, 64px); }
.manifesto h2 em { color: var(--amber); }
.manifesto-copy { padding-bottom: 5px; color: #a3b0b5; font-size: 12px; line-height: 1.9; }

/* Protocol diagram */
.protocol { background: #0b121a; }
.protocol-layout { display: grid; grid-template-columns: 1.15fr 1fr; align-items: center; gap: 105px; }
.protocol-art { position: relative; min-height: 350px; display: flex; align-items: center; justify-content: center; gap: 25px; padding: 65px 30px; border: 1px solid #b6cad41c; background: linear-gradient(145deg, #121e28, #0f1922); }
.protocol-art-top, .protocol-art-bottom { position: absolute; right: 26px; left: 26px; display: flex; align-items: center; justify-content: space-between; color: #82919a; font-size: 12px; letter-spacing: .8px; }
.protocol-art-top { top: 24px; }
.protocol-art-bottom { bottom: 24px; padding-top: 17px; border-top: 1px solid var(--line); font-size: 12px; letter-spacing: .2px; }
.protocol-node { flex: none; text-align: center; }
.node-glyph { width: 72px; height: 72px; display: grid; place-items: center; margin: 0 auto 14px; border: 1px solid #9eb6c233; border-radius: 50%; background: #a9c9dc09; }
.node-glyph img { width: 30px; height: 30px; filter: brightness(0) saturate(100%) invert(82%) sepia(11%) saturate(595%) hue-rotate(161deg) brightness(87%) contrast(86%); }
.protocol-node b { display: block; color: #e1e8eb; font-size: 12px; font-weight: 600; }
.protocol-node small { display: block; margin-top: 3px; color: #83939c; font-size: 12px; }
.protocol-path { position: relative; width: 120px; height: 1px; display: flex; align-items: center; justify-content: space-around; margin-top: -48px; background: #a9c9dc65; }
.protocol-path i { width: 4px; height: 4px; border-radius: 50%; background: var(--ice); }
.protocol-path > span { position: absolute; top: 16px; color: var(--ice); font-size: 12px; letter-spacing: 1px; }
.protocol-copy > p:not(.eyebrow) { max-width: 390px; margin: 25px 0; color: var(--muted); font-size: 14px; line-height: 1.9; }

/* Geographic map */
.network { overflow: hidden; padding: 102px 0 40px; background: #080e15; color: var(--text); }
.network-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.network h2 em { color: var(--ice); }
.network-note { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 8px; color: #a8b5b9; font-size: 12px; }
.network-note .online-mark { margin-top: 6px; }
.network-map { position: relative; margin-top: 24px; }
.route-map { width: 100%; height: auto; max-height: 630px; }
.map-land path { fill: #1b2932; stroke: #33434c; stroke-width: .45; }
.map-routes path { fill: none; stroke: url(#route-stroke); stroke-width: 1.25; opacity: .52; }
.map-routes .route-secondary { stroke: #91afbd; opacity: .27; }
.map-routes .route-primary { stroke: #c7aa72; opacity: .58; }
.map-flag rect { fill: #101922; stroke: #d7e2e5; stroke-opacity: .32; stroke-width: .8; }
.map-flag use { filter: drop-shadow(0 1px 2px #0008); }
.map-flags { transform-box: fill-box; }
.map-legend > span { transition: color .22s ease; }
.map-legend > span:hover { color: #f3f5f6; }
.map-legend { display: flex; justify-content: center; flex-wrap: wrap; gap: 16px 23px; padding-top: 23px; border-top: 1px solid var(--line); }
.map-legend > span { display: flex; align-items: center; gap: 7px; color: #b7c2c5; font-size: 12px; }
.flag { font-size: 15px; font-style: normal; line-height: 1; }
.network-disclaimer { max-width: 760px; margin-top: 25px; color: #829197; font-size: 12px; line-height: 1.8; text-align: center; }

/* Device range */
.limits { background: #0e1720; }
.limits-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.limits-copy { max-width: 390px; margin-top: 22px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.limits-range { display: flex; align-items: center; gap: 20px; }
.limits-range > span { color: #d8e1e4; font-size: 86px; font-weight: 500; line-height: 1; letter-spacing: -.08em; }
.range-track { position: relative; height: 1px; flex: 1; background: #8da3ab77; }
.range-track::before, .range-track::after { position: absolute; top: -4px; width: 9px; height: 9px; border: 1px solid #a9c9dc; border-radius: 50%; background: #101a23; content: ''; }
.range-track::after { right: 0; }
.range-track i { position: absolute; inset: -15px 0; background: repeating-linear-gradient(90deg, transparent 0, transparent 17px, #8da3ab55 18px, transparent 19px); opacity: .6; mask-image: linear-gradient(90deg, transparent, #000, transparent); }
.limits-labels { display: flex; justify-content: space-between; margin-top: 13px; color: #92a1a4; font-size: 12px; }
.device-counts { display: flex; justify-content: space-between; margin: 30px 0 26px; padding-top: 20px; border-top: 1px solid var(--line); }
.device-counts span { color: #aab9be; font-size: 12px; letter-spacing: 1px; }

/* Tariff selector */
.pricing { border-top: 1px solid var(--line); background: #0a1119; }
.pricing-heading { display: flex; align-items: end; justify-content: space-between; gap: 80px; margin-bottom: 50px; }
.pricing-heading > p { max-width: 340px; margin-bottom: 5px; color: #a4b1b5; font-size: 13px; line-height: 1.9; }
.pricing-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 28px; padding: 17px 0; border-block: 1px solid var(--line); }
.plan-filters, .period-switch { display: flex; gap: 5px; }
.plan-filter-option, .period-option { min-height: 38px; padding: 7px 12px; border: 1px solid transparent; background: transparent; color: #9aa8aa; font-size: 12px; font-weight: 600; white-space: nowrap; }
.plan-filter-option i { margin-left: 4px; color: #788991; font-size: 12px; font-style: normal; }
.plan-filter-option:hover, .period-option:hover { color: var(--text); }
.plan-filter-option.is-active { border-color: #95aec055; background: #17232d; color: #e0e8ea; }
.period-switch { gap: 0; padding: 3px; background: #111d27; }
.period-option { min-height: 31px; padding: 5px 12px; }
.period-option.is-active { background: #26343d; color: var(--text); box-shadow: 0 1px 5px #0004; }
.pricing-layout { display: grid; grid-template-columns: 1.15fr 1fr; align-items: start; gap: 45px; }
.plan-picker { display: grid; }
.plan-choice { width: 100%; min-height: 82px; display: flex; align-items: center; gap: 20px; padding: 17px 15px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--text); text-align: left; transition: background .2s; }
.plan-choice:first-child { border-top: 1px solid var(--line); }
.plan-choice:hover { background: #111c26; }
.plan-choice.is-selected { background: #16232c; box-shadow: inset 2px 0 var(--amber); }
.plan-choice-number { width: 25px; color: var(--amber); font-size: 12px; }
.plan-choice-main { flex: 1; }
.plan-choice-main b { display: block; color: #e2e9eb; font-size: 15px; font-weight: 600; }
.plan-choice-main small { display: block; margin-top: 3px; color: #98a7ab; font-size: 12px; }
.plan-choice > strong { color: #dce5e7; font-size: 13px; font-weight: 600; white-space: nowrap; }
.choice-arrow { margin-left: 7px; color: #91a9b0; font-size: 19px; }
.plan-choice.is-selected .choice-arrow { color: var(--amber); }
.plan-detail { position: sticky; top: 26px; min-width: 0; padding: 30px 34px; border: 1px solid #94aeb528; background: linear-gradient(145deg, #14212b, #101a23); }
.plan-detail-top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 18px; padding-bottom: 21px; border-bottom: 1px solid var(--line); color: #a9b8bd; font-size: 12px; letter-spacing: .5px; }
.plan-detail-title { display: flex; align-items: baseline; gap: 17px; margin-top: 27px; }
.plan-detail-title > span { color: var(--amber); font-size: 13px; }
.plan-detail-title h3 { color: var(--text); font-size: 35px; font-weight: 500; letter-spacing: -.05em; line-height: 1.15; }
.plan-detail > p:not(.payment-note) { min-height: 44px; margin-top: 12px; color: #a4b1b5; font-size: 13px; line-height: 1.8; }
.plan-detail-price { display: flex; align-items: baseline; gap: 16px; margin: 23px 0; }
.plan-detail-price strong { color: #f0f3f3; font-size: 48px; font-weight: 500; letter-spacing: -.06em; line-height: 1; }
.plan-detail-price > span { color: #9dacb0; font-size: 12px; white-space: nowrap; }
.plan-detail-specs { padding: 13px 0; border-block: 1px solid var(--line); }
.plan-detail-specs > div { display: flex; justify-content: space-between; padding: 7px 0; font-size: 12px; }
.plan-detail-specs span { color: #9eacb0; }
.plan-detail-specs b { color: #e0e7e9; font-weight: 600; }
.plan-detail-note { min-height: 50px; display: flex; align-items: center; padding: 12px 0; color: #a8b6b7; font-size: 12px; }
.plan-detail .button { width: 100%; justify-content: space-between; }
.payment-note { margin-top: 14px; color: #85969c; font-size: 12px; line-height: 1.8; text-align: center; }
.pricing-noscript { padding: 14px; background: var(--panel); font-size: 12px; }
.change-plan { display: none; }

/* FAQ */
.faq { background: #0d151e; }
.faq-layout { display: grid; grid-template-columns: .9fr 1.3fr; gap: 110px; }
.faq-intro > p:not(.eyebrow) { max-width: 310px; margin: 24px 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item summary { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 0; color: #e2e9eb; font-size: 14px; font-weight: 550; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-plus { position: relative; width: 22px; height: 22px; flex: none; border: 1px solid #9cb4bd45; border-radius: 50%; }
.faq-plus::before, .faq-plus::after { position: absolute; top: 10px; right: 5px; left: 5px; height: 1px; background: var(--ice); content: ''; }
.faq-plus::after { transform: rotate(90deg); transition: transform .2s; }
.faq-item[open] .faq-plus::after { transform: rotate(0); }
.faq-item > p { max-width: 590px; padding: 0 40px 23px 0; color: #a0adb2; font-size: 13px; line-height: 1.85; }

/* Closing and footer */
.closing { position: relative; overflow: hidden; padding: 105px 0; border-top: 1px solid var(--line); background: #101a23; color: var(--text); }
.closing-image { position: absolute; inset: 0; background: radial-gradient(ellipse at 93% 85%, #526d8060, transparent 50%); }
.closing-content { position: relative; }
.closing h2 { max-width: 950px; margin-bottom: 34px; font-size: clamp(49px, 6.2vw, 82px); }
.closing h2 em { color: var(--amber); }
.closing .eyebrow { color: #aebdc0; }
.site-footer { padding: 50px 0 0; background: #080e15; color: #a2b0b4; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr 1.3fr auto; align-items: start; gap: 45px; padding-bottom: 46px; }
.footer-main .brand { color: var(--text); font-size: 14px; }
.footer-main > p { color: #9aa8ad; font-size: 12px; line-height: 1.9; }
.footer-main > nav { display: flex; flex-wrap: wrap; gap: 14px 24px; font-size: 12px; }
.footer-main a:hover { color: white; }
.footer-mark { color: #71838d; font-size: 12px; letter-spacing: 2px; writing-mode: vertical-rl; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 21px 0; border-top: 1px solid var(--line); color: #76868d; font-size: 12px; }
.footer-bottom > a { color: #b7c7cb; }

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .journey-step { transition: border-color .24s ease, background-color .24s ease; }
  .journey-step:hover { border-color: #9fb8c13d; background-color: #a9c9dc06; }
  .plan-choice { transition: background-color .24s ease, border-color .24s ease; }
  .faq-plus { transition: border-color .24s ease, background-color .24s ease; }
  .faq-item summary:hover .faq-plus { border-color: #a9c9dc77; background: #a9c9dc0d; }
}
@media (max-width: 1100px) {
  .shell, .nav-wrap { width: calc(100% - 64px); }
  .site-nav { gap: 22px; }
  .nav-account { margin-left: 4px; }
  .hero { min-height: 680px; }
  .hero h1 { font-size: 79px; }
  .facts-row { gap: 20px; }
  .fact { gap: 10px; }
  .fact strong { font-size: 36px; }
  .facts-link { display: none; }
  .journey-layout, .protocol-layout, .limits-layout { gap: 56px; }
  .manifesto-layout { grid-template-columns: 80px 1fr 200px; gap: 25px; }
  .pricing-toolbar { flex-wrap: wrap; }
  .pricing-layout { gap: 24px; }
  .plan-detail { padding: 25px; }
  .faq-layout { gap: 62px; }
  .footer-main { gap: 25px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 78px; }
  .shell, .nav-wrap { width: calc(100% - 40px); }
  .section-pad { padding: 76px 0; }
  h2 { font-size: 48px; letter-spacing: -.055em; }
  .eyebrow { gap: 9px; margin-bottom: 19px; font-size: 12px; letter-spacing: .6px; }
  .site-header { height: 72px; }
  .brand { gap: 9px; font-size: 14px; }
  .brand img { width: 33px; height: 33px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 72px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px 20px 22px; border-bottom: 1px solid var(--line); background: #0d151e; }
  .site-nav.is-open { display: flex; }
  .site-nav > a { min-height: 46px; padding: 12px 8px; font-size: 13px; }
  .nav-account { justify-content: space-between; margin: 10px 0 0; }
  .hero { height: auto; min-height: 770px; max-height: none; }
  .hero-image { inset: 160px -24% 0 0; }
  .hero-image img { object-position: 77% center; opacity: .58; }
  .hero-image::after { background: linear-gradient(90deg, var(--ink), transparent 76%), linear-gradient(180deg, var(--ink), transparent 31%), linear-gradient(0deg, var(--ink), transparent 38%); }
  .hero-grid { min-height: 770px; align-items: flex-start; padding: 54px 0 143px; }
  .hero-copy { max-width: 440px; }
  .hero h1 { margin-bottom: 23px; font-size: clamp(57px, 12.4vw, 76px); letter-spacing: -.06em; }
  .hero-lead { max-width: 305px; margin-bottom: 21px; font-size: 13px; }
  .button { min-height: 52px; padding-inline: 19px; font-size: 12px; }
  .hero-footnote { max-width: 290px; font-size: 12px; line-height: 1.55; }
  .hero-index { position: absolute; right: 0; bottom: 83px; padding: 0; }
  .hero-index-kicker { font-size: 12px; }
  .hero-index-number { font-size: 64px; }
  .hero-index-label { font-size: 12px; }
  .hero-index-rule, .hero-index-protocol { display: none; }
  .hero-bottom { bottom: 18px; gap: 12px; font-size: 12px; letter-spacing: .3px; }
  .hero-bottom > span:nth-child(2), .hero-bottom-rule { display: none; }
  .hero-bottom a { gap: 9px; margin-left: auto; max-width: 205px; letter-spacing: 0; line-height: 1.4; }
  .hero-bottom b { font-size: 18px; }
  .facts-row { flex-wrap: wrap; gap: 19px 12px; padding: 25px 0; }
  .facts-label { width: 100%; color: var(--muted); }
  .facts-label br { display: none; }
  .fact { flex: 1; display: block; min-width: 0; }
  .fact strong { display: block; font-size: 34px; line-height: 1.2; }
  .fact > span { display: block; max-width: 115px; margin-top: 6px; font-size: 12px; line-height: 1.45; }
  .fact strong small { font-size: 12px; }
  .journey-layout { grid-template-columns: 1fr; gap: 32px; }
  .section-intro > p:last-child { max-width: 360px; margin-top: 19px; font-size: 13px; }
  .journey-steps { padding-top: 0; }
  .journey-step { grid-template-columns: 29px 1fr 32px; gap: 15px; padding: 23px 0; }
  .journey-step h3 { font-size: 15px; }
  .journey-step p { font-size: 12px; }
  .journey-step > a { width: 31px; height: 31px; }
  .manifesto { padding: 45px 0; }
  .manifesto-layout { grid-template-columns: 1fr; gap: 20px; }
  .manifesto-index { flex-direction: row; font-size: 12px; letter-spacing: .5px; }
  .manifesto h2 { font-size: 48px; }
  .manifesto-copy { max-width: 350px; font-size: 12px; }
  .protocol-layout { grid-template-columns: 1fr; gap: 37px; }
  .protocol-art { order: 2; min-height: 286px; gap: 21px; padding-inline: 20px; }
  .protocol-path { width: 95px; }
  .protocol-copy > p:not(.eyebrow) { margin: 20px 0; font-size: 13px; }
  .protocol-art-top, .protocol-art-bottom { right: 18px; left: 18px; font-size: 12px; letter-spacing: .3px; }
  .network { padding: 74px 0 29px; }
  .network-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
  .network h2 { font-size: 47px; }
  .network-note { align-items: center; font-size: 12px; }
  .network-note br { display: none; }
  .network-note .online-mark { margin: 0; }
  .network-map { width: 100%; margin-top: 10px; }
  .route-map { width: 130%; max-width: none; margin-left: -17%; }
  .map-legend { justify-content: flex-start; gap: 12px 17px; margin: 0 20px; padding-top: 20px; }
  .map-legend > span { font-size: 12px; }
  .network-disclaimer { margin-top: 21px; font-size: 12px; line-height: 1.7; text-align: left; }
  .limits-layout { grid-template-columns: 1fr; gap: 35px; }
  .limits-copy { margin-top: 18px; font-size: 13px; }
  .limits-range { gap: 14px; }
  .limits-range > span { font-size: 74px; }
  .limits-labels { font-size: 12px; gap: 12px; }
  .device-counts { margin: 23px 0; }
  .device-counts span { font-size: 12px; letter-spacing: .5px; }
  .pricing-heading { display: block; margin-bottom: 29px; }
  .pricing-heading > p { max-width: 365px; margin-top: 19px; font-size: 12px; }
  .pricing-toolbar { align-items: stretch; flex-direction: column; gap: 14px; margin-bottom: 20px; padding: 14px 0; }
  .plan-filters { flex-wrap: wrap; gap: 2px; }
  .plan-filter-option { min-height: 44px; padding: 7px 9px; font-size: 12px; }
  .period-switch { align-self: flex-start; }
  .period-option { min-height: 44px; padding: 6px 10px; font-size: 12px; }
  .pricing-layout { grid-template-columns: 1fr; gap: 23px; }
  .plan-picker { grid-template-columns: 1fr 1fr; gap: 7px; }
  .plan-choice { min-height: 105px; display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 8px 4px; padding: 13px 11px; border: 1px solid var(--line) !important; }
  .plan-choice:first-child { border-top: 1px solid var(--line); }
  .plan-choice-number { display: none; }
  .plan-choice-main { grid-column: 1/-1; }
  .plan-choice-main b { font-size: 13px; }
  .plan-choice-main small { margin-top: 4px; font-size: 12px; line-height: 1.45; }
  .plan-choice > strong { align-self: end; font-size: 12px; }
  .choice-arrow { margin: 0; font-size: 17px; line-height: 1; }
  .plan-choice.is-selected { border-color: #c7ab71 !important; }
  .plan-detail { position: relative; top: auto; padding: 23px; scroll-margin-top: 18px; }
  .change-plan { display: inline-block; margin-bottom: 18px; padding-bottom: 5px; border-bottom: 1px solid #93a8ad; color: #d3dde0; font-size: 12px; }
  .plan-detail-title h3 { font-size: 33px; }
  .plan-detail-price { flex-wrap: nowrap; gap: 14px; }
  .plan-detail-price strong { font-size: 43px; }
  .plan-detail-price > span { font-size: 12px; }
  .plan-detail-specs > div { font-size: 12px; }
  .payment-note { font-size: 12px; line-height: 1.6; }
  .faq-layout { grid-template-columns: 1fr; gap: 33px; }
  .faq-intro > p:not(.eyebrow) { max-width: 330px; font-size: 13px; }
  .faq-item summary { min-height: 69px; gap: 15px; padding: 19px 0; font-size: 13px; line-height: 1.65; }
  .faq-item > p { padding-right: 20px; font-size: 12px; }
  .closing { padding: 73px 0; }
  .closing h2 { margin-bottom: 27px; font-size: 52px; letter-spacing: -.06em; }
  .closing .eyebrow { font-size: 12px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 26px 15px; padding-bottom: 32px; }
  .footer-main .brand { grid-column: 1/-1; }
  .footer-main > p { font-size: 12px; }
  .footer-main > nav { gap: 11px 18px; font-size: 12px; }
  .footer-mark { display: none; }
  .footer-bottom { flex-wrap: wrap; gap: 12px; font-size: 12px; }
  .footer-bottom > span:last-child { display: none; }
}
@media (max-width: 380px) {
  .hero h1 { font-size: 57px; }
  .hero { min-height: 740px; }
  .hero-grid { min-height: 740px; }
  .hero-index { bottom: 87px; }
  .hero-bottom a { max-width: 160px; }
  h2, .manifesto h2, .network h2 { font-size: 42px; }
  .plan-filter-option { padding-inline: 7px; font-size: 12px; }
  .period-option { padding-inline: 9px; }
  .plan-detail { padding: 19px; }
  .plan-detail-price { gap: 10px; }
  .plan-detail-price strong { font-size: 40px; }
  .closing h2 { font-size: 45px; }
  .protocol-path { width: 75px; }
  .protocol-art { gap: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .loader-track span { width: 35%; transform: none; }
}
