:root {
  --ink: #111317;
  --muted: #606873;
  --line: #dfe3e8;
  --soft: #f4f6f8;
  --paper: #ffffff;
  --blue: #1769ff;
  --blue-dark: #0b50d8;
  --green: #16a36a;
  --signal: #ef3340;
  --mono: "IBM Plex Mono", monospace;
  --sans: "Noto Sans SC", Arial, sans-serif;
  --shell: min(1220px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 78px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }

.page-progress { position: fixed; inset: 0 0 auto; z-index: 100; height: 2px; background: transparent; }
.page-progress span { display: block; width: 0; height: 100%; background: var(--blue); }
.section-shell, .nav-shell, .hero-grid, .hero-footer { width: var(--shell); margin-inline: auto; }
.section-pad { padding: 112px 0; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s; }
.site-header.scrolled { background: rgba(255,255,255,.94); border-color: var(--line); backdrop-filter: blur(18px); }
.nav-shell { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 17px; }
.brand img { width: 103px; filter: invert(1); }
.brand span { padding-left: 17px; border-left: 1px solid #b6bdc6; color: #59616b; font-size: 12px; font-weight: 600; }
.desktop-nav { display: flex; align-items: center; gap: 32px; }
.desktop-nav a { position: relative; font-size: 14px; color: #3e4650; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -11px; height: 2px; background: var(--blue); transition: right .25s; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 20px; }
.text-link { font-family: var(--mono); font-size: 12px; font-weight: 600; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: #fff; font-size: 20px; cursor: pointer; }
.mobile-nav { display: none; }

.button { min-height: 48px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 4px; font-size: 14px; font-weight: 600; transition: transform .2s, background .2s, border-color .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 40px; padding-inline: 18px; font-size: 13px; }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: #24282e; }
.button-primary { background: var(--blue); color: #fff; }
.button-primary:hover { background: var(--blue-dark); }
.button-ghost { border-color: #bfc5cc; background: #fff; }
.button-ghost:hover { border-color: var(--ink); }
.button-light { background: #fff; color: var(--ink); }

.hero { min-height: 860px; padding-top: 152px; padding-bottom: 34px; background: #f8f9fb; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(#e9edf1 1px, transparent 1px), linear-gradient(90deg, #e9edf1 1px, transparent 1px); background-size: 80px 80px; opacity: .42; mask-image: linear-gradient(to bottom, #000, transparent 75%); }
.hero-grid { position: relative; display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 72px; }
.eyebrow, .section-kicker, .console-label { font-family: var(--mono); letter-spacing: .08em; font-size: 11px; font-weight: 600; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #4c5662; }
.eyebrow span { width: 32px; height: 2px; background: var(--blue); }
.hero h1 { margin: 27px 0 25px; font-size: clamp(44px, 5vw, 72px); line-height: 1.14; letter-spacing: 0; font-weight: 600; }
.hero h1 strong { color: var(--blue); font-weight: 600; }
.hero-lead { max-width: 620px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.85; }
.hero-actions { display: flex; gap: 12px; margin-top: 36px; }
.hero-metrics { display: grid; grid-template-columns: repeat(3, 1fr); margin: 50px 0 0; border-top: 1px solid #ccd2d9; }
.hero-metrics div { padding: 20px 16px 0 0; }
.hero-metrics div + div { padding-left: 20px; border-left: 1px solid #ccd2d9; }
.hero-metrics dt { font-family: var(--mono); font-size: 19px; font-weight: 600; }
.hero-metrics dd { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.product-visual { position: relative; }
.visual-index { position: absolute; right: 0; top: -25px; z-index: 2; font-family: var(--mono); font-size: 10px; color: #5e6670; }
.product-stage { aspect-ratio: 8 / 7; min-height: 0; display: flex; align-items: center; background: transparent; border: 0; overflow: visible; }
.product-stage img { width: 100%; height: 100%; object-fit: contain; transform: scale(1); filter: drop-shadow(0 22px 28px rgba(44, 56, 69, .08)); transition: transform .7s ease; }
.product-stage:hover img { transform: scale(1.025); }
.product-caption { padding: 15px 0; display: flex; justify-content: space-between; border-bottom: 1px solid #cbd1d8; font-family: var(--mono); font-size: 11px; }
.product-caption span:last-child { color: var(--green); }
.hero-footer { position: relative; margin-top: 63px; padding-top: 23px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-top: 1px solid #cbd1d8; font-family: var(--mono); font-size: 10px; color: #59616c; }
.protocol-list { display: flex; gap: 30px; }
.hero-footer > a { justify-self: end; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid #bac1c9; }

.intro-strip { padding: 64px 0; border-bottom: 1px solid var(--line); }
.intro-grid { display: grid; grid-template-columns: .7fr 1.2fr 1fr; gap: 64px; align-items: start; }
.section-kicker { margin: 4px 0 16px; color: var(--blue); }
.intro-grid h2, .section-heading h2, .specs-intro h2, .faq-intro h2, .contact h2 { margin: 0; font-size: clamp(32px, 3.5vw, 50px); line-height: 1.3; letter-spacing: 0; font-weight: 600; }
.intro-grid > p:last-child, .section-heading > p, .specs-intro > p, .faq-intro > p { margin: 5px 0 0; color: var(--muted); line-height: 1.9; }

.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; margin-bottom: 56px; }
.section-heading h2 { font-size: clamp(34px, 4vw, 54px); }
.quick-add { background: #fff; }
.quick-console { border: 1px solid #cfd5dc; }
.mode-tabs { display: grid; grid-template-columns: 1fr 1fr; background: #eef1f4; border-bottom: 1px solid #cfd5dc; }
.mode-tab { position: relative; min-height: 116px; padding: 24px 30px; display: grid; grid-template-columns: 40px 1fr; grid-template-rows: auto auto; text-align: left; border: 0; background: transparent; cursor: pointer; }
.mode-tab + .mode-tab { border-left: 1px solid #cfd5dc; }
.mode-tab > span { grid-row: 1 / 3; font: 600 12px var(--mono); color: #7a838e; }
.mode-tab strong { font-size: 18px; }
.mode-tab small { color: #69727e; font-size: 13px; margin-top: 7px; }
.mode-tab.active { background: #fff; }
.mode-tab.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 3px; background: var(--blue); }
.mode-tab.active > span { color: var(--blue); }
.console-body { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 550px; }
.console-copy { padding: 54px; border-right: 1px solid #cfd5dc; }
.console-label { color: var(--blue); }
.console-copy h3 { max-width: 500px; margin: 14px 0 17px; font-size: 30px; line-height: 1.42; }
.console-copy > p:not(.console-label) { color: var(--muted); line-height: 1.8; }
.step-list { margin: 42px 0 0; padding: 0; list-style: none; }
.step-list li { position: relative; display: grid; grid-template-columns: 48px 1fr; gap: 12px; min-height: 82px; }
.step-list li:not(:last-child)::after { content: ""; position: absolute; left: 16px; top: 35px; bottom: 3px; width: 1px; background: #d6dbe1; }
.step-list li > span { width: 33px; height: 33px; display: grid; place-items: center; border: 1px solid #bfc6ce; font: 600 10px var(--mono); }
.step-list li.active > span { background: var(--blue); border-color: var(--blue); color: #fff; }
.step-list strong, .step-list small { display: block; }
.step-list strong { font-size: 15px; }
.step-list small { margin-top: 6px; color: #7a838d; }
.device-panel { margin: 42px; align-self: center; border: 1px solid #bfc6ce; background: #f8fafb; box-shadow: 0 18px 50px rgba(31,39,50,.08); }
.panel-bar { height: 54px; padding: 0 18px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid #cfd5dc; background: #fff; }
.panel-bar div { display: flex; gap: 6px; }
.panel-bar div span { width: 7px; height: 7px; border-radius: 50%; background: #b6bec7; }
.panel-bar div span:first-child { background: var(--signal); }
.panel-bar p { margin: 0; font-size: 13px; font-weight: 600; }
.panel-bar > span { justify-self: end; font: 500 10px var(--mono); color: #66717c; }
.panel-content { padding: 28px; }
.panel-content.hidden { display: none; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field { display: block; margin-bottom: 15px; }
.field > span { display: block; margin-bottom: 7px; color: #59636e; font-size: 11px; font-weight: 600; }
.field input, .field button { width: 100%; height: 42px; padding: 0 13px; border: 1px solid #c6cdd5; border-radius: 3px; background: #fff; text-align: left; font-size: 12px; }
.field button { display: flex; align-items: center; justify-content: space-between; cursor: pointer; }
.entity-preview, .parser-block { margin-top: 5px; border: 1px solid #d0d6dd; background: #fff; }
.entity-preview > div { padding: 12px 14px; display: grid; grid-template-columns: 12px 1fr auto; gap: 10px; align-items: center; }
.entity-preview > div + div, .parser-block p + p { border-top: 1px solid #e3e7eb; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.entity-preview p { margin: 0; }
.entity-preview strong, .entity-preview small { display: block; }
.entity-preview strong { font-size: 12px; }
.entity-preview small { margin-top: 3px; color: #7a838d; font-size: 9px; }
.entity-preview b { font: 500 11px var(--mono); }
.parser-block > div { padding: 11px 14px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #e3e7eb; font-size: 11px; font-weight: 600; }
.parser-block button { border: 0; background: transparent; color: var(--blue); font-size: 10px; cursor: pointer; }
.parser-block p { margin: 0; padding: 12px 14px; display: grid; grid-template-columns: 62px 1fr auto; align-items: center; font-size: 10px; }
.parser-block code { color: var(--blue); font-family: var(--mono); }
.parser-block p span { color: #727c87; }
.panel-action { width: 100%; height: 44px; margin-top: 17px; border: 0; border-radius: 3px; background: var(--blue); color: #fff; font-weight: 600; cursor: pointer; }
.benefit-row { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-top: 0; }
.benefit-row > div { min-height: 128px; padding: 26px; display: grid; grid-template-columns: 30px 1fr; align-content: center; }
.benefit-row > div + div { border-left: 1px solid var(--line); }
.benefit-row i { grid-row: 1 / 3; color: var(--blue); font-size: 21px; }
.benefit-row strong, .benefit-row span { display: block; }
.benefit-row strong { font-size: 14px; }
.benefit-row span { margin-top: 5px; color: #747d87; font-size: 11px; }

.workflow { background: #f5f7f9; border-top: 1px solid var(--line); }
.workflow-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.workflow-intro { position: sticky; top: 110px; }
.workflow-intro h2 { margin: 15px 0 24px; font-size: clamp(34px, 4vw, 52px); line-height: 1.3; font-weight: 600; }
.workflow-intro > p:not(.section-kicker) { max-width: 480px; margin: 0; color: var(--muted); line-height: 1.9; }
.workflow-summary { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 42px; border-top: 1px solid #cfd5dc; }
.workflow-summary div { padding: 18px 12px 0 0; }
.workflow-summary div + div { padding-left: 16px; border-left: 1px solid #cfd5dc; }
.workflow-summary strong, .workflow-summary span { display: block; }
.workflow-summary strong { font: 600 17px var(--mono); }
.workflow-summary span { margin-top: 5px; color: #747d87; font-size: 10px; }
.workflow-table { border-top: 2px solid var(--ink); }
.workflow-table article { min-height: 132px; display: grid; grid-template-columns: 42px 48px 1fr auto; gap: 20px; align-items: center; border-bottom: 1px solid #cfd5dc; }
.workflow-index { align-self: start; padding-top: 29px; color: #7a838e; font: 500 10px var(--mono); }
.workflow-icon { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid #c2c9d1; color: var(--blue); font-size: 20px; }
.workflow-table h3 { margin: 0 0 8px; font-size: 17px; }
.workflow-table p { max-width: 620px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.workflow-table article > span { padding: 6px 9px; border: 1px solid #c5ccd4; color: #66707b; font: 500 9px var(--mono); white-space: nowrap; }

.capabilities { background: #12151a; color: #fff; }
.section-heading.light > p { color: #9ea7b3; }
.section-heading.light .section-kicker { color: #6ea0ff; }
.capability-grid { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid #343940; }
.capability { min-height: 330px; padding: 42px; border-bottom: 1px solid #343940; }
.capability:nth-child(odd) { border-right: 1px solid #343940; }
.capability-top { display: flex; align-items: center; justify-content: space-between; color: #7fa9ff; font: 600 11px var(--mono); }
.capability-top i { font-size: 24px; }
.capability h3 { margin: 68px 0 16px; font-size: 29px; }
.capability p { max-width: 570px; margin: 0; color: #aab2bd; line-height: 1.8; }
.capability ul { display: flex; gap: 8px; margin: 27px 0 0; padding: 0; list-style: none; }
.capability li { padding: 7px 10px; border: 1px solid #434a53; font: 500 10px var(--mono); color: #c5cbd3; }
.port-map { margin-top: 30px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.port-map span { padding: 11px; border-top: 2px solid #20b171; background: #1c2127; font: 500 11px var(--mono); text-align: center; }
.signal-line { display: flex; gap: 6px; margin-top: 34px; }
.signal-line span { height: 5px; flex: 1; background: #29303a; }
.signal-line span:nth-child(-n+3) { background: var(--blue); }
.mapping-flow { display: grid; grid-template-columns: 1fr auto 1.25fr auto 1fr; gap: 8px; align-items: center; margin-top: 28px; }
.mapping-flow span { padding: 10px 8px; border: 1px solid #434a53; background: #1c2127; color: #d4dae2; font: 500 9px var(--mono); text-align: center; }
.mapping-flow i { color: #7fa9ff; font-size: 14px; }
.capability-wide { grid-column: 1 / -1; min-height: auto; display: grid; grid-template-columns: 1fr .7fr; align-items: end; border-bottom: 0; border-right: 0 !important; }
.capability-wide h3 { margin-top: 45px; }
.capability-wide dl { display: grid; grid-template-columns: 1fr 1fr; margin: 0; border-left: 1px solid #343940; }
.capability-wide dl div { padding: 24px 32px; }
.capability-wide dl div + div { border-left: 1px solid #343940; }
.capability-wide dt { font: 600 26px var(--mono); color: #fff; }
.capability-wide dd { margin: 7px 0 0; color: #8f99a5; font-size: 11px; }

.ecosystem { background: #f5f7f9; }
.logo-wall { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid #d5dbe1; background: #fff; }
.logo-wall > div { min-height: 170px; padding: 27px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; }
.logo-wall > div:not(:nth-child(4n)) { border-right: 1px solid #d5dbe1; }
.logo-wall > div:nth-child(-n+4) { border-bottom: 1px solid #d5dbe1; }
.logo-wall img { width: 72px; height: 72px; object-fit: contain; filter: saturate(.88); transition: filter .25s, transform .25s; }
.logo-wall > div:hover img { filter: saturate(1); transform: translateY(-3px); }
.logo-wall span { font: 500 11px var(--mono); color: #59636f; text-align: center; }
.ecosystem-note { min-height: 92px; padding: 21px 26px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; border: 1px solid #d5dbe1; border-top: 0; background: #fff; }
.ecosystem-note > i { color: var(--blue); font-size: 26px; }
.ecosystem-note p { margin: 0; }
.ecosystem-note strong, .ecosystem-note span { display: block; }
.ecosystem-note strong { font-size: 14px; }
.ecosystem-note span { margin-top: 4px; color: #737c86; font-size: 11px; }
.ecosystem-note a { font-size: 12px; font-weight: 600; color: var(--blue); }

.specs-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.specs-intro { position: sticky; top: 110px; }
.specs-intro h2 { margin: 15px 0 23px; }
.specs-intro > p { margin-bottom: 32px; }
.spec-table { border-top: 2px solid var(--ink); }
.spec-table div { min-height: 74px; display: grid; grid-template-columns: .7fr 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.spec-table span { color: #6e7782; font: 500 11px var(--mono); }
.spec-table strong { font-size: 15px; }

.faq { background: #f5f7f9; }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; }
.faq-intro { position: sticky; top: 110px; align-self: start; }
.faq-intro h2 { margin: 15px 0 17px; }
.faq-list { border-top: 2px solid var(--ink); }
.faq-item { border-bottom: 1px solid #cfd5dc; }
.faq-item button { width: 100%; min-height: 82px; padding: 0; display: flex; justify-content: space-between; align-items: center; border: 0; background: transparent; text-align: left; font-size: 16px; font-weight: 600; cursor: pointer; }
.faq-item button i { font-size: 20px; color: var(--blue); }
.faq-item > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .28s ease; }
.faq-item > div p { min-height: 0; overflow: hidden; margin: 0; color: var(--muted); line-height: 1.85; }
.faq-item.open > div { grid-template-rows: 1fr; }
.faq-item.open > div p { padding-bottom: 28px; }

.contact { padding: 88px 0; background: var(--blue); color: #fff; }
.contact .section-kicker { color: #cfe0ff; }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: end; }
.contact-grid > div:last-child > p { max-width: 520px; margin: 0 0 29px; color: #deebff; line-height: 1.8; }
.contact-actions { display: flex; align-items: center; gap: 25px; }
.contact-actions > a:last-child { font: 500 13px var(--mono); }

.site-footer { padding: 70px 0 28px; background: #0e1115; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .7fr 1fr; gap: 60px; }
.footer-grid > div:first-child img { width: 115px; }
.footer-grid > div:first-child p { margin-top: 18px; color: #78828e; font-size: 12px; }
.footer-grid nav, .footer-grid > div:last-child { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-grid strong { margin-bottom: 6px; font: 600 10px var(--mono); color: #77818c; }
.footer-grid a { color: #c7cdd4; font-size: 12px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { margin-top: 60px; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid #282d34; color: #666f7a; font: 500 9px var(--mono); }

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

@media (max-width: 1100px) {
  :root { --shell: min(100% - 40px, 940px); }
  .desktop-nav, .nav-actions .text-link, .nav-actions .button { display: none; }
  .menu-toggle { display: grid; place-items: center; }
  .mobile-nav { position: fixed; inset: 78px 0 auto; padding: 20px; display: grid; background: #fff; border-bottom: 1px solid var(--line); transform: translateY(-120%); opacity: 0; pointer-events: none; transition: transform .25s, opacity .25s; }
  .mobile-nav.open { transform: none; opacity: 1; pointer-events: auto; }
  .mobile-nav a { padding: 14px 3px; border-bottom: 1px solid var(--line); font-size: 14px; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .product-stage { min-height: 0; }
  .hero-footer { margin-top: 42px; }
  .intro-grid { grid-template-columns: 1fr 1.5fr; }
  .intro-grid > p:last-child { grid-column: 2; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .section-heading > p { max-width: 680px; }
  .console-body { grid-template-columns: 1fr; }
  .console-copy { border-right: 0; border-bottom: 1px solid #cfd5dc; }
  .step-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
  .step-list li { grid-template-columns: 42px 1fr; }
  .step-list li::after { display: none; }
  .specs-grid, .faq-grid { gap: 55px; }
  .workflow-grid { grid-template-columns: 1fr; gap: 48px; }
  .workflow-intro { position: static; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 32px); }
  .section-pad { padding: 78px 0; }
  .brand span { display: none; }
  .hero { padding-top: 124px; }
  .hero h1 { font-size: 41px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-metrics { grid-template-columns: 1fr; }
  .hero-metrics div, .hero-metrics div + div { padding: 16px 0; border-left: 0; border-bottom: 1px solid #ccd2d9; }
  .product-stage { margin-top: 18px; }
  .product-caption { gap: 20px; font-size: 9px; }
  .hero-footer { grid-template-columns: 1fr auto; }
  .protocol-list { display: none; }
  .intro-grid, .section-heading, .specs-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .intro-grid > p:last-child { grid-column: auto; }
  .mode-tabs { grid-template-columns: 1fr; }
  .mode-tab + .mode-tab { border-left: 0; border-top: 1px solid #cfd5dc; }
  .console-copy { padding: 30px 24px; }
  .console-copy h3 { font-size: 24px; }
  .step-list { grid-template-columns: 1fr; }
  .device-panel { margin: 16px; }
  .panel-content { padding: 19px; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .benefit-row { grid-template-columns: 1fr 1fr; }
  .benefit-row > div + div { border-left: 0; }
  .benefit-row > div:nth-child(even) { border-left: 1px solid var(--line); }
  .benefit-row > div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .workflow-table article { grid-template-columns: 32px 42px 1fr; gap: 14px; padding: 24px 0; }
  .workflow-index { padding-top: 5px; }
  .workflow-table article > span { grid-column: 3; justify-self: start; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability, .capability:nth-child(odd) { border-right: 0; }
  .capability-wide { grid-column: auto; grid-template-columns: 1fr; gap: 35px; }
  .capability-wide dl { border-left: 0; border-top: 1px solid #343940; }
  .capability { min-height: 280px; padding: 30px; }
  .capability h3 { margin-top: 45px; font-size: 25px; }
  .logo-wall { grid-template-columns: repeat(2, 1fr); }
  .logo-wall > div { min-height: 145px; border-bottom: 1px solid #d5dbe1; }
  .logo-wall > div:not(:nth-child(4n)) { border-right: 0; }
  .logo-wall > div:nth-child(odd) { border-right: 1px solid #d5dbe1; }
  .ecosystem-note { grid-template-columns: 35px 1fr; }
  .ecosystem-note a { grid-column: 2; margin-top: 13px; }
  .specs-intro, .faq-intro { position: static; }
  .spec-table div { grid-template-columns: .65fr 1fr; gap: 20px; }
  .contact-actions { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 30px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { gap: 20px; flex-direction: column; }
}

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