:root {
  color-scheme: light;
  --ink: #12191b;
  --ink-2: #364348;
  --muted: #687579;
  --paper: #f3f4f1;
  --surface: #ffffff;
  --line: #d8dddc;
  --navy: #151d20;
  --navy-2: #090d0f;
  --teal: #087f8c;
  --teal-dark: #076873;
  --orange: #f2652d;
  --green: #18865f;
  --shadow: 0 20px 50px rgba(15, 37, 46, .14);
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 15px/1.65 system-ui, -apple-system, "Segoe UI", "Microsoft YaHei", sans-serif; overflow-wrap: break-word; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, select { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: 0; }
svg { display: block; width: 18px; height: 18px; flex: 0 0 auto; }
.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: 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; top: -70px; left: 20px; z-index: 1000; padding: 10px 14px; background: var(--orange); color: white; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid #ff9b62; outline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .96); border-bottom: 1px solid rgba(18, 25, 27, .14); backdrop-filter: blur(14px); }
.header-inner { width: min(calc(100% - 48px), var(--max)); min-height: 70px; margin-inline: auto; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; flex: 0 0 auto; }
.brand-mark { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 5px; background: var(--navy); color: #ff8b50; font-size: 18px; font-weight: 900; }
.product-icon { display: grid; place-items: center; width: 40px; height: 40px; overflow: hidden; border-radius: 5px; background: var(--navy); }
.product-icon img { width: 32px; height: 32px; image-rendering: auto; }
.product-brand .brand-copy strong { font-size: 18px; }
.brand-copy { display: grid; line-height: 1.08; }
.brand-copy strong { font-size: 17px; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: 10px; }
.site-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.site-nav a { color: var(--ink-2); text-decoration: none; font-size: 13px; font-weight: 700; }
.site-nav a:hover { color: var(--orange); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.language select { min-height: 38px; border: 1px solid var(--line); border-radius: 4px; background: var(--surface); color: var(--ink); padding: 5px 30px 5px 9px; }
.header-download { min-height: 40px; display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 4px; background: var(--navy); color: white; text-decoration: none; font-weight: 800; }
.header-download:hover { background: var(--teal-dark); }
.menu-toggle { display: none; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 4px; background: var(--surface); cursor: pointer; }

.hero { position: relative; min-height: min(690px, calc(100svh - 108px)); overflow: hidden; background: #080c0d; color: white; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.hero-shade { position: absolute; inset: 0; background: rgba(4, 8, 9, .74); }
.hero-inner { position: relative; z-index: 1; width: min(calc(100% - 48px), var(--max)); min-height: inherit; margin-inline: auto; padding: 82px 0 146px; display: flex; align-items: center; }
.hero-copy { max-width: 790px; }
.product-kicker { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; color: #d6e2e5; font-size: 12px; font-weight: 800; }
.product-kicker span:first-child { color: #ff9761; }
.product-kicker span + span { padding-left: 12px; border-left: 1px solid rgba(255,255,255,.3); }
.hero h1 { margin-bottom: 2px; font-size: clamp(60px, 9vw, 104px); line-height: 1; font-weight: 850; }
.hero-headline { margin-bottom: 18px; color: #dbe8eb; font-size: clamp(26px, 3.6vw, 43px); line-height: 1.25; font-weight: 800; text-wrap: balance; }
.hero-lead { max-width: 690px; margin-bottom: 30px; color: #d6e1e4; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 9px 17px; border: 1px solid transparent; border-radius: 4px; text-decoration: none; font-weight: 800; }
.button.primary { background: var(--orange); border-color: var(--orange); color: white; }
.button.primary:hover { background: #d9501c; border-color: #d9501c; }
.button.ghost { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.52); color: white; }
.button.ghost:hover { background: rgba(255,255,255,.16); }
.hero-proof { position: absolute; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.2); background: rgba(7, 11, 12, .9); }
.hero-proof > div { min-height: 116px; display: flex; flex-direction: column; justify-content: center; padding: 20px 28px; border-left: 1px solid rgba(255,255,255,.16); }
.hero-proof > div:last-child { border-right: 1px solid rgba(255,255,255,.16); }
.hero-proof strong { color: #ff9761; font-size: 25px; line-height: 1.2; }
.hero-proof span { margin-top: 6px; color: #c0d1d6; font-size: 12px; }

.release-band { background: white; border-bottom: 1px solid var(--line); }
.release-inner { min-height: 56px; display: flex; align-items: center; gap: 14px; color: var(--muted); font-size: 13px; }
.release-state { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(24, 134, 95, .13); }
.release-inner a { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; color: var(--teal-dark); font-weight: 800; text-decoration: none; }
.release-inner a:hover { color: var(--orange); }
.release-inner a svg { width: 15px; height: 15px; }

.section { padding: 104px 0; border-bottom: 1px solid var(--line); }
.section-heading { max-width: 760px; margin-bottom: 40px; }
.section-heading h2 { margin-bottom: 15px; font-size: clamp(32px, 4.1vw, 50px); line-height: 1.18; text-wrap: balance; }
.section-heading > p:last-child, .split-heading > p { margin-bottom: 0; color: var(--muted); font-size: 17px; }
.section-label { margin-bottom: 11px; color: #c74a18; font-size: 12px; font-weight: 850; }
.split-heading { max-width: none; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); align-items: end; gap: 70px; }
.split-heading h2 { margin-bottom: 0; }

.network-feature { background: var(--surface); }
.network-heading { margin-bottom: 34px; }
.network-stage { margin: 0; overflow: hidden; border: 1px solid #bfcdd1; border-radius: 6px; background: #eef3f4; box-shadow: var(--shadow); }
.network-window-bar { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 9px 15px; background: var(--navy); color: #abc1c7; font: 11px/1.3 Consolas, monospace; }
.network-stage img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.network-stage figcaption { padding: 15px 18px; border-top: 1px solid var(--line); background: white; color: var(--muted); font-size: 13px; }
.network-evidence { display: grid; grid-template-columns: 1.3fr 1fr .7fr 1fr; gap: 1px; margin-top: 18px; overflow: hidden; border: 1px solid var(--line); background: var(--line); }
.network-evidence > div { min-height: 104px; display: flex; flex-direction: column; justify-content: center; padding: 18px 22px; background: var(--paper); }
.network-evidence strong { color: var(--navy); font-size: 18px; line-height: 1.3; }
.network-evidence span { margin-top: 5px; color: var(--muted); font-size: 12px; }
.network-boundary { display: flex; align-items: flex-start; gap: 10px; margin: 18px 0 0; padding: 14px 16px; border-left: 3px solid var(--orange); background: #fff7f2; color: #714328; font-size: 13px; }
.network-boundary svg { margin-top: 2px; color: var(--orange); }

.workflow-section { background: #101719; color: white; border-color: #2d383c; }
.workflow-section .section-label { color: #ff9761; }
.workflow-section .split-heading > p { color: #bdd0d6; }
.workflow-grid { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1px; border: 1px solid #405661; background: #405661; }
.workflow-grid li { position: relative; min-height: 250px; padding: 30px 24px; background: #101719; }
.workflow-grid li:not(:last-child)::after { content: "→"; position: absolute; top: 30px; right: 18px; color: #6f858e; }
.workflow-grid .step-number { display: block; margin-bottom: 38px; color: #ff9761; font: 12px/1 Consolas, monospace; }
.workflow-grid svg { width: 25px; height: 25px; margin-bottom: 18px; color: #6fd0d2; }
.workflow-grid h3 { margin-bottom: 8px; font-size: 20px; }
.workflow-grid p { margin-bottom: 0; color: #bdd0d6; font-size: 13px; }

.product-section { background: var(--surface); }
.tour-controls { display: flex; align-items: stretch; gap: 8px; margin-bottom: 16px; }
.tour-tabs { min-width: 0; display: flex; gap: 8px; flex: 1 1 auto; overflow-x: auto; padding-bottom: 2px; scrollbar-width: thin; }
.tour-tabs button { position: relative; min-height: 44px; display: inline-flex; align-items: center; gap: 8px; flex: 0 0 auto; overflow: hidden; padding: 8px 14px; border: 1px solid var(--line); border-radius: 4px; background: var(--paper); color: var(--ink-2); cursor: pointer; font-weight: 750; }
.tour-tabs button[aria-selected="true"] { background: var(--navy); border-color: var(--navy); color: white; }
.product-section.is-rotating .tour-tabs button[aria-selected="true"]::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--orange); transform-origin: left; animation: tour-progress 6s linear; }
.tour-autoplay { width: 44px; min-height: 44px; display: grid; place-items: center; flex: 0 0 44px; border: 1px solid var(--line); border-radius: 4px; background: white; color: var(--ink); cursor: pointer; }
.tour-autoplay:hover { border-color: var(--navy); background: var(--navy); color: white; }
.tour-autoplay svg { width: 17px; height: 17px; }
@keyframes tour-progress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.tour-stage { overflow: hidden; border: 1px solid #bfcdd1; border-radius: 6px; background: #eef3f4; box-shadow: var(--shadow); }
.window-bar { min-height: 38px; display: flex; align-items: center; justify-content: space-between; padding: 8px 14px; background: var(--navy); color: #a8c0c6; font: 11px/1.2 Consolas, monospace; }
.tour-stage > img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; background: #eef3f4; transition: opacity .16s ease; }
.tour-stage > img.is-changing { opacity: .25; }
.tour-caption { display: grid; grid-template-columns: 86px 1fr; gap: 22px; padding: 24px 28px 26px; background: white; border-top: 1px solid var(--line); }
.tour-index { color: var(--orange); font: 13px/1.4 Consolas, monospace; }
.tour-caption h3 { margin-bottom: 5px; font-size: 21px; }
.tour-caption p { max-width: 850px; margin-bottom: 0; color: var(--muted); }

.capabilities-section { background: #0a0f10; color: #f7f9f8; border-color: #2d3639; }
.capabilities-section .section-label { color: #ff925b; }
.capabilities-section .section-heading h2 { max-width: 760px; }
.capabilities-section .split-heading > p { color: #b5c0c3; }
.capability-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; overflow: visible; border: 0; background: transparent; }
.capability-grid article { position: relative; min-height: 468px; display: flex; flex-direction: column; padding: 34px; border: 1px solid #354044; border-top: 3px solid #66bfc3; background: #141b1d; box-shadow: 0 22px 52px rgba(0, 0, 0, .22); }
.capability-grid article:nth-child(2) { border-top-color: #f2773e; }
.capability-grid article:nth-child(3) { border-top-color: #e7eded; }
.capability-grid article:nth-child(4) { border-top-color: #66bfc3; }
.capability-tag { display: flex; align-items: center; gap: 12px; color: #88d2d5; font: 800 11px/1.2 Consolas, monospace; }
.capability-tag::after { content: ""; width: 42px; height: 1px; background: currentColor; opacity: .55; }
.capability-grid article:nth-child(2) .capability-tag { color: #ff925b; }
.capability-grid article:nth-child(3) .capability-tag { color: #dce4e5; }
.capability-grid h3 { max-width: 470px; margin: 21px 0 11px; color: white; font-size: 27px; line-height: 1.25; }
.capability-grid p { max-width: 500px; margin-bottom: 26px; color: #aebabc; }
.metric-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; margin: auto 0 0; border-top: 1px solid #3a4548; }
.metric-list > div { min-width: 0; padding: 17px 0 15px; border-bottom: 1px solid #303a3d; }
.metric-list > .metric-wide { grid-column: 1 / -1; }
.metric-list dt { margin-bottom: 7px; color: #8f9da1; font-size: 12px; }
.metric-list dd { min-width: 0; display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin: 0; }
.metric-list dd strong { min-width: 0; color: #f7f9f8; font-size: 19px; line-height: 1.25; overflow-wrap: anywhere; }
.metric-list dd span { flex: 0 0 auto; color: #77c9cd; font: 11px/1.3 Consolas, monospace; text-align: right; }
.capability-grid article:nth-child(2) .metric-list dd span { color: #ff925b; }
.metric-list-network dd { display: grid; justify-content: stretch; gap: 4px; }
.metric-list-network dd span { text-align: left; }

.trust-band { padding: 82px 0; background: #ffffff; border-top: 0; border-bottom: 1px solid var(--line); }
.trust-layout { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr); gap: 70px; align-items: start; }
.trust-layout h2 { margin-bottom: 0; font-size: clamp(29px, 3.6vw, 43px); line-height: 1.22; }
.trust-list { border-top: 1px solid #bdcdd1; }
.trust-list > div { display: grid; grid-template-columns: 28px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid #bdcdd1; }
.trust-list > div > svg { width: 23px; height: 23px; color: var(--teal-dark); }
.trust-list p { margin-bottom: 0; }
.trust-list strong { display: block; margin-bottom: 4px; font-size: 16px; }
.trust-list span { color: var(--muted); }

.download-section { background: var(--paper); }
.download-heading { max-width: 780px; }
.launch-allocation { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 42px; align-items: end; margin-bottom: 18px; padding: 28px 30px; border-left: 4px solid var(--orange); background: #101719; color: white; }
.launch-label { display: block; margin-bottom: 8px; color: #ff925b; font: 800 11px/1.2 Consolas, monospace; }
.launch-allocation h3 { margin-bottom: 6px; font-size: 24px; }
.launch-allocation p { margin-bottom: 0; color: #b8c4c7; }
.launch-count { min-width: 280px; text-align: right; }
.launch-count p { display: flex; align-items: baseline; justify-content: flex-end; gap: 7px; margin-bottom: 10px; color: #dce5e7; }
.launch-count strong { color: #ff925b; font: 800 34px/1 Consolas, monospace; }
.launch-count progress { width: 100%; height: 7px; display: block; overflow: hidden; border: 0; border-radius: 0; background: #354146; appearance: none; }
.launch-count progress::-webkit-progress-bar { background: #354146; }
.launch-count progress::-webkit-progress-value { background: #ff7840; }
.launch-count progress::-moz-progress-bar { background: #ff7840; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.pricing-plan { min-width: 0; min-height: 510px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-top: 3px solid #aab5b8; background: white; }
.pricing-plan.featured { border-color: #101719; border-top-color: var(--orange); background: #101719; color: white; box-shadow: 0 20px 45px rgba(15, 24, 27, .18); }
.plan-topline { min-height: 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: var(--teal-dark); font: 800 11px/1.2 Consolas, monospace; }
.plan-topline svg { width: 20px; height: 20px; }
.featured .plan-topline { color: #ff925b; }
.pricing-plan h3 { margin: 24px 0 16px; font-size: 25px; }
.plan-price { display: flex; align-items: baseline; gap: 5px; margin-bottom: 7px; color: var(--ink); }
.plan-price > span { font-size: 20px; font-weight: 800; }
.plan-price strong { font-size: 52px; line-height: 1; }
.plan-price small { color: var(--muted); font-size: 13px; }
.featured .plan-price, .featured .plan-price small { color: white; }
.plan-future { min-height: 24px; margin-bottom: 22px; color: var(--muted); font-size: 12px; }
.featured .plan-future { color: #aebcc0; }
.pricing-plan ul { display: grid; gap: 11px; margin: 0 0 28px; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; color: var(--ink-2); }
.pricing-plan li { position: relative; padding-left: 18px; }
.pricing-plan li::before { content: "+"; position: absolute; left: 0; color: var(--teal-dark); font-weight: 900; }
.featured ul { border-color: #354146; color: #d5dfe1; }
.featured li::before { color: #ff925b; }
.plan-button { width: 100%; margin-top: auto; border-color: #9aabad; background: transparent; color: var(--ink); cursor: pointer; }
.plan-button:hover { border-color: var(--navy); background: var(--navy); color: white; }
.featured .plan-button.primary { color: white; }
.trial-offer { display: grid; grid-template-columns: 54px minmax(0, 1fr) auto; gap: 22px; align-items: center; margin-top: 18px; padding: 26px 30px; border-top: 3px solid #67c3c7; background: #0a0f10; color: white; }
.trial-icon { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid #4d5a5e; color: #67c3c7; }
.trial-icon svg { width: 25px; height: 25px; }
.trial-kicker { display: block; margin-bottom: 5px; color: #79cdd0; font: 800 11px/1.2 Consolas, monospace; }
.trial-offer h3 { margin-bottom: 5px; font-size: 22px; }
.trial-offer p { margin-bottom: 0; color: #b4c0c3; }
.trial-offer .button { min-width: 174px; cursor: pointer; }
.authorization-layout { display: grid; grid-template-columns: minmax(230px, .68fr) minmax(0, 1.32fr); gap: 54px; margin-top: 76px; padding: 34px 0; border-top: 1px solid #bfc8c9; border-bottom: 1px solid #bfc8c9; }
.authorization-layout h3 { margin-bottom: 0; font-size: 28px; }
.authorization-steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; margin: 0; padding: 0; list-style: none; }
.authorization-steps li { display: grid; grid-template-columns: 34px 1fr; gap: 13px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.authorization-steps > li > span { color: var(--orange); font: 12px/1.5 Consolas, monospace; }
.authorization-steps strong { display: block; margin-bottom: 3px; font-size: 15px; }
.authorization-steps p { margin-bottom: 0; color: var(--muted); font-size: 12px; }
.service-boundary { display: grid; grid-template-columns: 24px 1fr; gap: 14px; margin-top: 18px; padding: 18px 20px; border-left: 3px solid var(--orange); background: #fff7f2; color: #714328; }
.service-boundary svg { width: 21px; height: 21px; margin-top: 2px; color: var(--orange); }
.service-boundary strong { display: block; margin-bottom: 3px; }
.service-boundary p { margin-bottom: 0; }
.resource-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .75fr); gap: 56px; align-items: end; margin: 84px 0 28px; }
.resource-heading h3 { margin-bottom: 0; font-size: 31px; }
.resource-heading > p { margin-bottom: 0; color: var(--muted); }
.download-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); gap: 18px; }
.download-primary, .download-secondary article { border: 1px solid var(--line); border-radius: 6px; background: var(--surface); }
.download-primary { padding: 32px; border-top: 4px solid var(--orange); }
.download-topline { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 30px; }
.platform { display: inline-flex; align-items: center; gap: 8px; color: var(--teal-dark); font-weight: 800; }
.version { font: 13px/1 Consolas, monospace; color: var(--muted); }
.download-primary h3 { margin-bottom: 10px; font-size: 26px; }
.download-primary > p { color: var(--muted); }
.download-primary > .button { margin-top: 12px; }
.file-details { margin: 30px 0 0; padding-top: 20px; border-top: 1px solid var(--line); }
.file-details div { display: grid; grid-template-columns: 92px 1fr; gap: 14px; margin-top: 8px; }
.file-details dt { color: var(--muted); }
.file-details dd { margin: 0; overflow-wrap: anywhere; word-break: break-word; font: 12px/1.6 Consolas, monospace; }
.download-secondary { display: grid; gap: 18px; }
.download-secondary article { min-height: 0; display: grid; grid-template-columns: 32px 1fr; gap: 16px; padding: 24px; }
.download-secondary article > svg { width: 26px; height: 26px; color: var(--orange); }
.download-secondary h3 { margin-bottom: 5px; font-size: 18px; }
.download-secondary p { margin-bottom: 14px; color: var(--muted); font-size: 13px; }
.download-secondary a { display: inline-flex; align-items: center; gap: 7px; color: var(--teal-dark); text-decoration: none; font-weight: 800; }
.download-secondary a:hover { color: var(--orange); }
.download-secondary a svg { width: 16px; height: 16px; }

.request-dialog { width: min(calc(100% - 36px), 780px); max-height: min(90vh, 820px); padding: 0; overflow: auto; border: 1px solid #445156; border-radius: 6px; background: white; color: var(--ink); box-shadow: 0 30px 90px rgba(0, 0, 0, .34); }
.request-dialog::backdrop { background: rgba(4, 8, 9, .72); }
.request-dialog form { padding: 32px; }
.dialog-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.dialog-heading h2 { margin-bottom: 0; font-size: 30px; }
.dialog-close { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 40px; border: 1px solid var(--line); border-radius: 4px; background: white; cursor: pointer; }
.dialog-close:hover { background: var(--navy); color: white; }
.dialog-intro { max-width: 650px; margin: 18px 0 24px; color: var(--muted); }
.request-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.request-fields label { display: grid; gap: 6px; color: var(--ink-2); font-size: 13px; font-weight: 750; }
.request-fields .request-wide { grid-column: 1 / -1; }
.request-fields input, .request-fields select, .request-fields textarea { width: 100%; min-height: 44px; padding: 9px 11px; border: 1px solid #bfc9cb; border-radius: 4px; background: white; color: var(--ink); font: inherit; resize: vertical; }
.request-fields textarea { min-height: 104px; }
.request-fields input:focus, .request-fields select:focus, .request-fields textarea:focus { border-color: var(--teal-dark); outline: 2px solid rgba(7, 104, 115, .16); outline-offset: 0; }
.request-consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin-top: 20px; color: var(--muted); font-size: 12px; }
.request-consent input { width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--teal-dark); }
.dialog-actions { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.dialog-actions .button { cursor: pointer; }
.request-status { margin-bottom: 0; color: var(--teal-dark); font-size: 13px; font-weight: 750; }
.request-status.error { color: #a33a32; }
.dialog-actions button:disabled { cursor: wait; opacity: .58; }

.site-footer { padding: 64px 0 26px; background: #080c0d; color: white; }
.footer-main { display: grid; grid-template-columns: 250px 1fr auto; align-items: start; gap: 44px; padding-bottom: 48px; }
.footer-brand .brand-mark { background: white; color: var(--navy); }
.footer-brand .brand-copy small { color: #9eb5bc; }
.footer-main > p { max-width: 560px; margin-bottom: 0; color: #a8bdc3; font-size: 13px; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { color: #d2e0e4; text-decoration: none; font-size: 13px; }
.footer-links a:hover { color: #ff9761; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid #304650; color: #8fa8af; font-size: 12px; }
.footer-bottom a { color: inherit; text-decoration: none; }

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

@media (max-width: 980px) {
  .site-nav { position: fixed; inset: 70px 0 auto 0; display: none; padding: 18px 24px 24px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(16,36,45,.12); }
  .site-nav.open { display: grid; gap: 4px; }
  .site-nav a { padding: 11px 4px; }
  .header-download { display: none; }
  .menu-toggle { display: grid; }
  .hero { min-height: 660px; }
  .hero-inner { padding-top: 68px; }
  .workflow-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .network-evidence { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-layout { grid-template-columns: 1fr; gap: 38px; }
  .pricing-plan { padding: 26px 22px; }
  .authorization-layout { grid-template-columns: 1fr; gap: 20px; }
  .footer-main { grid-template-columns: 220px 1fr; }
  .footer-links { grid-column: 2; grid-row: 2; grid-template-columns: repeat(3, auto); justify-content: start; }
}

@media (max-width: 760px) {
  .shell, .header-inner, .hero-inner { width: min(calc(100% - 36px), var(--max)); }
  .header-inner { min-height: 64px; gap: 12px; }
  .brand-copy strong { font-size: 16px; }
  .brand-copy small { display: none; }
  .language select { min-height: 36px; max-width: 91px; }
  .site-nav { inset: 64px 0 auto 0; }
  .hero { min-height: 610px; }
  .hero-image { object-position: 51% center; }
  .hero-shade { background: rgba(4, 8, 9, .8); }
  .hero-inner { align-items: flex-start; padding: 56px 0 142px; }
  .hero h1 { font-size: 55px; }
  .product-kicker { display: block; }
  .product-kicker span { display: block; }
  .product-kicker span + span { margin-top: 4px; padding-left: 0; border-left: 0; }
  .hero-headline { font-size: 27px; }
  .hero-lead { font-size: 16px; line-height: 1.7; }
  .hero-actions .button { flex: 1 1 auto; }
  .hero-proof { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-proof > div { min-height: 62px; padding: 10px 14px; }
  .hero-proof > div:nth-child(2) { border-right: 1px solid rgba(255,255,255,.16); }
  .hero-proof > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }
  .hero-proof strong { font-size: 18px; }
  .hero-proof span { margin-top: 2px; font-size: 10px; }
  .release-inner { flex-wrap: wrap; gap: 5px 12px; padding-block: 12px; }
  .release-inner > span:nth-child(2) { flex-basis: 100%; }
  .release-inner a { margin-left: 0; }
  .section { padding: 72px 0; }
  .section-heading { margin-bottom: 30px; }
  .section-heading h2 { font-size: 33px; }
  .split-heading { grid-template-columns: 1fr; gap: 18px; }
  .split-heading > p, .section-heading > p:last-child { font-size: 16px; }
  .workflow-grid { grid-template-columns: 1fr; }
  .workflow-grid li { min-height: 0; padding: 24px 22px; }
  .workflow-grid li::after { display: none; }
  .workflow-grid .step-number { margin-bottom: 22px; }
  .network-window-bar { align-items: flex-start; flex-direction: column; gap: 3px; }
  .network-evidence { grid-template-columns: 1fr; }
  .network-evidence > div { min-height: 86px; }
  .tour-controls { margin-right: -18px; padding-right: 18px; }
  .window-bar { min-height: 34px; }
  .tour-stage > img { aspect-ratio: 16 / 9; object-fit: cover; object-position: center top; }
  .tour-caption { grid-template-columns: 1fr; gap: 8px; padding: 20px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid article { min-height: 0; padding: 26px 22px; }
  .metric-list { gap: 0 16px; }
  .metric-list dd { display: grid; justify-content: stretch; gap: 4px; }
  .metric-list dd span { text-align: left; }
  .trust-band { padding: 66px 0; }
  .launch-allocation { grid-template-columns: 1fr; gap: 24px; padding: 24px 22px; }
  .launch-count { min-width: 0; text-align: left; }
  .launch-count p { justify-content: flex-start; }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-plan { min-height: 0; }
  .trial-offer { grid-template-columns: 46px 1fr; padding: 24px 22px; }
  .trial-icon { width: 46px; height: 46px; }
  .trial-offer .button { grid-column: 1 / -1; width: 100%; }
  .authorization-steps { grid-template-columns: 1fr; }
  .resource-heading { grid-template-columns: 1fr; gap: 12px; margin-top: 68px; }
  .download-grid { grid-template-columns: 1fr; }
  .download-primary { padding: 26px 22px; }
  .file-details div { grid-template-columns: 1fr; gap: 2px; margin-top: 12px; }
  .footer-main { grid-template-columns: 1fr; gap: 24px; padding-bottom: 34px; }
  .footer-links { grid-column: auto; grid-row: auto; grid-template-columns: 1fr; }
  .footer-bottom { display: grid; }
  .request-dialog form { padding: 24px 20px; }
  .request-fields { grid-template-columns: 1fr; }
  .request-fields .request-wide { grid-column: auto; }
  .dialog-actions { align-items: stretch; flex-direction: column; }
  .dialog-actions .button { width: 100%; }
}

@media (max-width: 380px) {
  .shell, .header-inner, .hero-inner { width: min(calc(100% - 28px), var(--max)); }
  .header-inner { gap: 8px; }
  .header-actions { gap: 6px; }
  .brand-mark { width: 36px; height: 36px; }
  .product-icon { width: 36px; height: 36px; }
  .product-icon img { width: 30px; height: 30px; }
  .brand-copy strong { font-size: 15px; }
  .language select { width: 76px; padding-right: 22px; }
  .menu-toggle { width: 38px; height: 38px; }
  .hero { min-height: 630px; }
  .hero h1 { font-size: 48px; }
  .hero-headline { font-size: 24px; }
  .hero-actions { display: grid; }
  .section-heading h2 { font-size: 29px; }
  .dialog-heading { gap: 12px; }
  .dialog-heading h2 { font-size: 25px; line-height: 1.28; }
  .tour-controls { margin-right: -14px; padding-right: 14px; }
  .metric-list { grid-template-columns: 1fr; }
  .metric-list > .metric-wide { grid-column: auto; }
}
