:root {
  color-scheme: dark;
  --bg: #07101a;
  --bg-deep: #050b12;
  --panel: #0d1723;
  --panel-soft: #101c2a;
  --line: rgba(184, 206, 230, 0.16);
  --line-strong: rgba(214, 229, 244, 0.3);
  --text: #f4f7fb;
  --muted: #99a9bb;
  --quiet: #6f8196;
  --blue: #158fe4;
  --blue-bright: #2a9cff;
  --blue-deep: #2445a7;
  --cyan: #08b8ea;
  --green: #39ce8e;
  --amber: #ffb34d;
  --white-rail: #f4f7fb;
  --shell: min(1180px, calc(100% - 40px));
  --font: "Google Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--bg-deep);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.shell {
  width: var(--shell);
  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;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: #07101a;
  background: #fff;
  border-radius: 6px;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid transparent;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(5, 11, 18, 0.86);
  border-color: var(--line);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(52, 154, 245, 0.46);
  border-radius: 11px;
  background: linear-gradient(145deg, rgba(21, 143, 228, 0.13), rgba(36, 69, 167, 0.06));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.brand-mark img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  line-height: 1.15;
}

.brand-copy strong {
  color: #fff;
  font-size: 15px;
  font-weight: 750;
  letter-spacing: -0.01em;
}

.brand-copy span {
  margin-top: 5px;
  color: #6998c6;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.site-nav > a {
  color: #a8b6c6;
  font-size: 13px;
  font-weight: 620;
  transition: color 140ms ease;
}

.site-nav > a:hover,
.site-nav > a:focus-visible {
  color: #fff;
}

.site-nav .nav-console {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  color: #fff;
  border: 1px solid rgba(45, 151, 244, 0.52);
  border-radius: 7px;
  background: rgba(21, 143, 228, 0.1);
}

.menu-button {
  display: none;
}

.hero {
  position: relative;
  min-height: 850px;
  overflow: hidden;
  padding: 150px 0 36px;
  background:
    radial-gradient(circle at 74% 32%, rgba(19, 121, 219, 0.13), transparent 31%),
    linear-gradient(180deg, #07101a 0%, #08121d 75%, #0a1520 100%);
}

.hero-grid,
.final-grid {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(106, 151, 195, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(106, 151, 195, 0.09) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000 25%, transparent 92%);
}

.hero::before,
.hero::after {
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  content: "";
  pointer-events: none;
}

.hero::before {
  top: 96px;
  left: 18px;
  border-top: 2px solid var(--blue-bright);
  border-left: 2px solid var(--blue-bright);
}

.hero::after {
  right: 18px;
  bottom: 24px;
  border-right: 2px solid var(--blue-bright);
  border-bottom: 2px solid var(--blue-bright);
}

.hero-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(6px);
  pointer-events: none;
}

.hero-glow-one {
  top: 180px;
  left: -160px;
  width: 420px;
  height: 420px;
  background: rgba(8, 184, 234, 0.06);
}

.hero-glow-two {
  right: -180px;
  bottom: 80px;
  width: 520px;
  height: 520px;
  background: rgba(45, 73, 185, 0.07);
}

.hero-layout {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(540px, 1.1fr);
  align-items: center;
  gap: clamp(50px, 7vw, 104px);
}

.eyebrow,
.overline {
  color: #65aeea;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(57, 206, 142, 0.1), 0 0 16px rgba(57, 206, 142, 0.55);
}

.hero h1 {
  max-width: 680px;
  margin: 24px 0 24px;
  color: #fff;
  font-size: clamp(48px, 6vw, 78px);
  font-weight: 680;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.hero h1 span {
  display: block;
  color: #8297ad;
}

.hero-lede {
  max-width: 630px;
  margin: 0;
  color: #a9b7c6;
  font-size: 17px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 730;
  transition: transform 140ms ease, border-color 140ms ease, background 140ms ease, box-shadow 140ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  border-color: #329df0;
  background: linear-gradient(110deg, #0f8fe7, #2266df);
  box-shadow: 0 14px 34px rgba(13, 118, 224, 0.22);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 0 18px 42px rgba(13, 118, 224, 0.34);
}

.button-secondary {
  color: #d8e2ec;
  border-color: rgba(184, 206, 230, 0.22);
  background: rgba(255, 255, 255, 0.025);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(184, 206, 230, 0.4);
  background: rgba(255, 255, 255, 0.055);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 26px;
  color: #74869a;
  font-size: 11px;
  font-weight: 650;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.hero-proof i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #2d8ddf;
}

.console-stage {
  position: relative;
  padding: 18px 0 24px 30px;
}

.white-rail {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 6px;
  left: 0;
  width: 72px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-right: 0;
  background: rgba(243, 247, 251, 0.96);
  clip-path: polygon(18px 0, 100% 0, 100% 13px, 47px 13px, 18px 31px, 18px calc(100% - 26px), 38px 100%, 0 100%, 0 18px);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.34);
}

.white-rail::after {
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 18px;
  width: 1px;
  content: "";
  background: rgba(26, 57, 88, 0.22);
}

.white-rail span {
  position: absolute;
  bottom: 16px;
  width: 8px;
  height: 2px;
  background: var(--blue-bright);
}

.white-rail span:nth-child(1) { left: 27px; }
.white-rail span:nth-child(2) { left: 38px; }
.white-rail span:nth-child(3) { left: 49px; }

.console-frame {
  position: relative;
  z-index: 2;
  min-height: 532px;
  padding: 26px 28px 24px;
  border: 1px solid rgba(184, 206, 230, 0.23);
  border-radius: 9px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.025), transparent 32%),
    #0d1723;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
  clip-path: polygon(16px 0, calc(100% - 28px) 0, 100% 28px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 16px);
}

.console-frame::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 3px;
  content: "";
  background: var(--blue-bright);
}

.console-topline,
.console-score,
.list-head,
.signal-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.console-topline {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.console-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.console-brand img {
  width: 31px;
  height: 31px;
  object-fit: contain;
}

.console-brand div {
  display: grid;
}

.console-brand strong {
  font-size: 13px;
  font-weight: 720;
}

.console-brand span {
  color: #71859a;
  font-size: 9px;
}

.operational {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #7f90a4;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.operational i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px rgba(57, 206, 142, 0.7);
}

.console-score {
  min-height: 112px;
  padding: 20px 0;
}

.console-score > div:first-child {
  display: grid;
}

.console-score span {
  color: #7f90a4;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.console-score strong {
  margin-top: 5px;
  font-size: 25px;
  font-weight: 680;
  letter-spacing: -0.025em;
}

.score-ring {
  display: grid;
  width: 76px;
  height: 76px;
  place-content: center;
  text-align: center;
  border: 1px solid rgba(42, 156, 255, 0.54);
  border-radius: 50%;
  background:
    radial-gradient(circle, #0d1723 55%, transparent 57%),
    conic-gradient(#279af6 0 92%, rgba(61, 90, 122, 0.28) 92% 100%);
  box-shadow: 0 0 28px rgba(30, 133, 229, 0.12);
}

.score-ring span {
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

.score-ring small {
  margin-top: 4px;
  color: #6f8298;
  font-size: 7px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.014);
}

.metric-row article {
  min-width: 0;
  padding: 16px;
}

.metric-row article + article {
  border-left: 1px solid var(--line);
}

.metric-row span,
.metric-row small {
  display: block;
  overflow: hidden;
  color: #708397;
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.metric-row span {
  font-weight: 710;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.metric-row strong {
  display: block;
  margin: 8px 0 4px;
  font-size: 22px;
  font-weight: 670;
}

.metric-row small.positive { color: #57c992; }
.metric-row small.warning { color: #e2a85a; }

.exposure-list {
  margin-top: 20px;
}

.list-head {
  padding: 0 2px 8px;
  color: #5f7389;
  font-size: 8px;
  font-weight: 730;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.signal-row {
  gap: 12px;
  min-height: 58px;
  border-top: 1px solid var(--line);
}

.signal-icon {
  display: grid;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #60b5f6;
  border: 1px solid rgba(42, 156, 255, 0.28);
  border-radius: 6px;
  background: rgba(25, 129, 219, 0.08);
  font-size: 8px;
  font-weight: 760;
}

.signal-row > div {
  display: grid;
  flex: 1;
}

.signal-row strong {
  font-size: 10px;
  font-weight: 650;
}

.signal-row small {
  margin-top: 2px;
  color: #667a8f;
  font-size: 8px;
}

.confidence {
  padding: 3px 7px;
  color: #76c9ff;
  border-radius: 4px;
  background: rgba(29, 127, 209, 0.14);
  font-size: 7px;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.confidence.neutral {
  color: #aeb9c6;
  background: rgba(151, 166, 184, 0.1);
}

.stage-note {
  position: absolute;
  right: 18px;
  bottom: 0;
  z-index: 3;
  color: #536a80;
  font-size: 7px;
  font-weight: 740;
  letter-spacing: 0.15em;
}

.hero-footer {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 42px;
  margin-top: 72px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.hero-footer > span {
  color: #5f7286;
  font-size: 10px;
  font-weight: 720;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-footer > div {
  display: flex;
  justify-content: space-between;
  gap: 22px;
}

.hero-footer strong {
  color: #8294a7;
  font-size: 11px;
  font-weight: 620;
}

.section {
  position: relative;
  padding: 112px 0;
}

.section-intro {
  background: #f5f7fa;
  color: #111c29;
}

.intro-layout {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 80px;
}

.section-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-top: 10px;
  color: #5b7086;
  font-size: 11px;
  font-weight: 740;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-label span {
  color: #1a83d3;
}

.intro-copy {
  max-width: 820px;
}

.section-intro .overline {
  color: #1b76bd;
}

.intro-copy h2,
.section-heading h2,
.workflow-header h2,
.trust-copy h2,
.final-cta h2 {
  margin: 12px 0 20px;
  font-size: clamp(36px, 4.4vw, 58px);
  font-weight: 670;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.intro-copy > p:last-child {
  max-width: 700px;
  color: #5b6979;
  font-size: 17px;
  line-height: 1.8;
}

.capabilities-section {
  background: #08121d;
}

.section-heading {
  display: grid;
  grid-template-columns: 1.45fr 0.55fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 54px;
}

.section-heading h2 {
  max-width: 760px;
  margin-bottom: 0;
}

.section-heading > p {
  margin: 0 0 6px;
  color: #8798aa;
  font-size: 14px;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-strong);
  border-left: 1px solid var(--line-strong);
}

.capability-card {
  position: relative;
  min-height: 340px;
  padding: 34px 30px 28px;
  overflow: hidden;
  border-right: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.024), transparent 42%);
  transition: background 160ms ease;
}

.capability-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 36px;
  height: 3px;
  content: "";
  background: #1e86da;
  transform: scaleX(0.3);
  transform-origin: right;
  transition: transform 180ms ease;
}

.capability-card:hover {
  background: rgba(22, 52, 78, 0.24);
}

.capability-card:hover::after {
  transform: scaleX(1);
}

.card-index {
  position: absolute;
  top: 28px;
  right: 28px;
  color: #40566d;
  font-size: 10px;
  font-weight: 740;
  letter-spacing: 0.1em;
}

.card-icon {
  display: grid;
  width: 47px;
  height: 47px;
  place-items: center;
  color: #75c2f8;
  border: 1px solid rgba(39, 151, 240, 0.35);
  border-radius: 9px;
  background: rgba(22, 125, 211, 0.1);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.capability-card h3 {
  margin: 34px 0 12px;
  font-size: 20px;
  font-weight: 660;
  letter-spacing: -0.02em;
}

.capability-card p {
  max-width: 300px;
  margin: 0;
  color: #8ea0b2;
  font-size: 14px;
  line-height: 1.72;
}

.card-meta {
  position: absolute;
  bottom: 28px;
  left: 30px;
  color: #55718c;
  font-size: 9px;
  font-weight: 740;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.workflow-section {
  color: #172230;
  background: #eef2f6;
}

.workflow-header {
  max-width: 760px;
}

.workflow-header .overline {
  color: #1b76bd;
}

.workflow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 66px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #bcc8d3;
}

.workflow li {
  position: relative;
  min-height: 270px;
  padding: 32px 24px 24px 0;
}

.workflow li + li {
  padding-left: 24px;
  border-left: 1px solid #cbd4dd;
}

.workflow-number {
  display: inline-grid;
  width: 42px;
  height: 28px;
  place-items: center;
  color: #126db3;
  border-radius: 4px;
  background: #d9eaf8;
  font-size: 10px;
  font-weight: 800;
}

.workflow h3 {
  margin: 48px 0 10px;
  font-size: 19px;
  font-weight: 680;
}

.workflow p {
  margin: 0;
  color: #657484;
  font-size: 14px;
}

.trust-section {
  background:
    radial-gradient(circle at 15% 50%, rgba(15, 132, 223, 0.08), transparent 32%),
    #07101a;
}

.trust-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 90px;
}

.trust-copy p:not(.overline) {
  max-width: 580px;
  color: #92a3b5;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: #65b6f5;
  font-size: 13px;
  font-weight: 720;
}

.trust-panel {
  position: relative;
  padding: 14px 0 14px 46px;
}

.trust-rail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  background: #f3f6f9;
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 12px), 8px 100%, 0 calc(100% - 8px), 0 8px);
}

.trust-item {
  display: grid;
  grid-template-columns: 0.34fr 0.66fr;
  gap: 20px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
}

.trust-item:last-child {
  border-bottom: 1px solid var(--line);
}

.trust-item span {
  color: #5f86aa;
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.trust-item strong {
  color: #c9d4df;
  font-size: 14px;
  font-weight: 600;
}

.final-cta {
  overflow: hidden;
  padding: 122px 0 126px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 15%, rgba(23, 142, 231, 0.14), transparent 36%),
    #0a1520;
}

.final-grid {
  opacity: 0.2;
  mask-image: radial-gradient(circle at center, #000 20%, transparent 72%);
}

.final-cta-inner {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
}

.final-brand {
  display: grid;
  width: 80px;
  height: 80px;
  margin-bottom: 28px;
  place-items: center;
  border: 1px solid rgba(42, 156, 255, 0.46);
  border-radius: 50%;
  background: rgba(11, 29, 45, 0.74);
  box-shadow: 0 0 0 14px rgba(33, 133, 220, 0.04), 0 0 80px rgba(21, 143, 228, 0.12);
}

.final-brand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.final-cta h2 {
  margin-top: 14px;
}

.final-cta > .shell > p:not(.overline) {
  max-width: 610px;
  margin: 0;
  color: #91a2b4;
}

.final-actions {
  justify-content: center;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #050b12;
}

.footer-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 50px;
  min-height: 126px;
}

.footer-inner > p {
  margin: 0;
  color: #65788d;
  font-size: 12px;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #718397;
  font-size: 11px;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: #fff;
}

.js .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.js .reveal[data-delay="1"] { transition-delay: 90ms; }
.js .reveal[data-delay="2"] { transition-delay: 180ms; }
.js .reveal[data-delay="3"] { transition-delay: 270ms; }

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1050px) {
  .hero {
    padding-top: 134px;
  }

  .hero-layout {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 760px;
  }

  .console-stage {
    max-width: 720px;
  }

  .hero-footer {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .capability-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-heading,
  .trust-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .section-heading > p {
    max-width: 620px;
  }

  .workflow {
    grid-template-columns: repeat(2, 1fr);
  }

  .workflow li:nth-child(3) {
    border-left: 0;
    border-top: 1px solid #cbd4dd;
  }

  .workflow li:nth-child(4) {
    border-top: 1px solid #cbd4dd;
  }
}

@media (max-width: 780px) {
  :root {
    --shell: min(100% - 28px, 680px);
  }

  .site-header {
    background: rgba(5, 11, 18, 0.9);
    border-color: var(--line);
    backdrop-filter: blur(16px);
  }

  .header-inner {
    min-height: 68px;
  }

  .menu-button {
    display: grid;
    width: 42px;
    height: 42px;
    padding: 0;
    place-content: center;
    gap: 7px;
    border: 1px solid var(--line);
    border-radius: 7px;
    background: transparent;
  }

  .menu-button span:not(.sr-only) {
    display: block;
    width: 18px;
    height: 1px;
    background: #ced9e4;
    transition: transform 150ms ease;
  }

  .menu-button[aria-expanded="true"] span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] span:nth-child(2) {
    transform: translateY(-4px) rotate(-45deg);
  }

  .js .site-nav {
    position: fixed;
    top: 68px;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 14px;
    border-bottom: 1px solid var(--line);
    background: rgba(5, 11, 18, 0.98);
  }

  .js .site-nav.is-open {
    display: flex;
  }

  .site-nav > a {
    padding: 15px 10px;
    border-bottom: 1px solid rgba(184, 206, 230, 0.09);
    font-size: 14px;
  }

  .site-nav .nav-console {
    margin-top: 10px;
    justify-content: center;
    border-bottom: 1px solid rgba(45, 151, 244, 0.52);
  }

  .hero {
    min-height: auto;
    padding: 122px 0 34px;
  }

  .hero h1 {
    font-size: clamp(43px, 12vw, 64px);
  }

  .hero-lede {
    font-size: 15px;
  }

  .console-stage {
    padding-left: 18px;
  }

  .white-rail {
    width: 48px;
  }

  .console-frame {
    min-height: auto;
    padding: 20px 18px;
  }

  .metric-row {
    grid-template-columns: 1fr;
  }

  .metric-row article + article {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .metric-row span,
  .metric-row small {
    white-space: normal;
  }

  .console-score {
    gap: 18px;
  }

  .score-ring {
    width: 68px;
    height: 68px;
  }

  .signal-row {
    min-height: 64px;
  }

  .signal-row small {
    line-height: 1.4;
  }

  .hero-footer > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .section {
    padding: 82px 0;
  }

  .intro-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .intro-copy h2,
  .section-heading h2,
  .workflow-header h2,
  .trust-copy h2,
  .final-cta h2 {
    font-size: clamp(34px, 9vw, 46px);
  }

  .capability-grid {
    grid-template-columns: 1fr;
  }

  .capability-card {
    min-height: 310px;
  }

  .workflow {
    grid-template-columns: 1fr;
  }

  .workflow li {
    min-height: auto;
    padding: 28px 0 34px;
    border-top: 1px solid #cbd4dd;
    border-left: 0 !important;
  }

  .workflow li:first-child {
    border-top: 0;
  }

  .workflow h3 {
    margin-top: 24px;
  }

  .trust-panel {
    padding-left: 34px;
  }

  .trust-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .final-cta {
    padding: 90px 0;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 32px 0;
  }

  .footer-links {
    flex-wrap: wrap;
  }
}

@media (max-width: 440px) {
  .brand-copy span {
    letter-spacing: 0.13em;
  }

  .hero-actions,
  .final-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .console-topline {
    align-items: flex-start;
  }

  .operational {
    font-size: 0;
  }

  .operational i {
    margin-top: 6px;
  }

  .signal-row .confidence {
    display: none;
  }

  .hero-footer > div {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
