:root {
  --font-body: "IBM Plex Sans";
  --font-heading: "Space Grotesk";
  color-scheme: light;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  background: #f4f8fa;
  color: #111b27;
  font-family: var(--font-body), ui-sans-serif, system-ui, sans-serif;
  line-height: 1.45;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

button,
input,
select,
textarea {
  font: inherit;
}

.gtm-iframe {
  display: none;
  visibility: hidden;
}

.page {
  --green-950: #020713;
  --green-900: #063d5b;
  --green-700: #006fbf;
  --green-500: #009ca8;
  --cyan: #07eff6;
  --bronze: #c94f5d;
  --ink: #111b27;
  --graphite: #081522;
  --slate: #586c7c;
  --paper: #f4f8fa;
  --mist: #eaf3f6;
  --line: #cfdee4;
  --motion-fast: 180ms;
  --motion-mid: 520ms;
  --motion-ease: cubic-bezier(0.2, 0.8, 0.2, 1);
  min-height: 100vh;
  overflow-x: clip;
  color: var(--ink);
  background:
    linear-gradient(rgba(0, 131, 224, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 131, 224, 0.035) 1px, transparent 1px),
    var(--paper);
  background-size: 56px 56px;
  font-family: var(--font-body), ui-sans-serif, system-ui, sans-serif;
}

@keyframes enterUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes reportScan {
  0% {
    opacity: 0;
    transform: translateY(-120%);
  }
  20%,
  55% {
    opacity: 0.65;
  }
  100% {
    opacity: 0;
    transform: translateY(760%);
  }
}

@keyframes activeEvidence {
  from {
    opacity: 0.5;
    transform: translateX(-8px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes statusBlink {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(0, 156, 168, 0);
  }
  50% {
    box-shadow: 0 0 0 5px rgba(0, 156, 168, 0.1);
  }
}

.page *,
.page *::before,
.page *::after {
  box-sizing: border-box;
}

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

.shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.header {
  min-height: 82px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid rgba(24, 63, 54, 0.12);
  animation: enterUp 620ms var(--motion-ease) both;
}

.brand {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--graphite);
  font-size: 15px;
  font-weight: 600;
}

.brand img {
  width: 154px;
  height: 46px;
  display: block;
  border-radius: 0;
  object-fit: contain;
}

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--slate);
  font-size: 13px;
  font-weight: 500;
}

.nav a,
.footer a,
.trustIntro > a {
  transition: color 140ms ease;
}

.nav a:hover,
.footer a:hover,
.trustIntro > a:hover {
  color: var(--green-900);
}

.headerCta {
  justify-self: end;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--green-900);
  font-size: 13px;
  font-weight: 600;
  transition: border-color 140ms ease, background 140ms ease;
}

.headerCta:hover {
  border-color: var(--green-500);
  background: #fff;
}

.hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr);
  align-items: center;
  gap: 72px;
  padding: 76px 0 88px;
}

.eyebrow,
.monoLabel {
  margin: 0;
  color: var(--green-700);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.eyebrow::before {
  width: 24px;
  height: 1px;
  content: "";
  background: currentColor;
}

.hero h1,
.sectionHeading h2,
.demoBand h2,
.trustIntro h2,
.pilotCopy h2 {
  margin: 0;
  color: var(--graphite);
  font-family: var(--font-heading), var(--font-body), sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero h1 {
  max-width: 640px;
  margin-top: 20px;
  font-size: clamp(54px, 5.7vw, 78px);
  line-height: 0.98;
}

.heroCopy > * {
  animation: enterUp 720ms var(--motion-ease) both;
}

.heroCopy > *:nth-child(2) { animation-delay: 80ms; }
.heroCopy > *:nth-child(3) { animation-delay: 150ms; }
.heroCopy > *:nth-child(4) { animation-delay: 220ms; }
.heroCopy > *:nth-child(5) { animation-delay: 290ms; }

.heroText {
  max-width: 610px;
  margin: 28px 0 0;
  color: #485861;
  font-size: 18px;
  line-height: 1.62;
  text-wrap: pretty;
}

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

.primaryButton,
.secondaryButton {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 10px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 600;
  transition: background var(--motion-fast) ease, border-color var(--motion-fast) ease, color var(--motion-fast) ease, transform var(--motion-fast) ease;
}

.primaryButton {
  border: 1px solid var(--green-950);
  background: var(--green-950);
  color: #fff !important;
}

.primaryButton:hover {
  border-color: var(--green-950);
  background: var(--green-950);
  transform: translateY(-2px);
}

.secondaryButton {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.68);
  color: var(--graphite);
}

.secondaryButton:hover {
  border-color: var(--green-500);
  background: #fff;
  transform: translateY(-2px);
}

.heroNote {
  margin: 16px 0 0;
  color: var(--slate);
  font-size: 12px;
}

.heroEvidence {
  position: relative;
  overflow: hidden;
  border: 1px solid #cbd5cf;
  border-radius: 16px;
  background: rgba(251, 252, 250, 0.96);
  box-shadow: 0 28px 70px rgba(21, 28, 36, 0.1);
  animation: enterUp 820ms var(--motion-ease) 180ms both;
}

.reportSweep {
  position: absolute;
  z-index: 3;
  inset: 0 0 auto 6px;
  height: 62px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(7, 239, 246, 0.08), transparent);
  animation: reportScan 6.4s var(--motion-ease) infinite;
}

.heroEvidence::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  content: "";
  background: linear-gradient(180deg, var(--green-700) 0 58%, var(--cyan) 58% 74%, var(--bronze) 74%);
}

.previewTopbar,
.candidateLine,
.signalGrid,
.artifactList,
.decisionRail {
  margin-left: 6px;
}

.previewTopbar {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding: 0 20px;
  color: var(--slate);
  font-size: 12px;
  font-weight: 600;
}

.statusReady {
  border: 1px solid #b9cec5;
  border-radius: 999px;
  padding: 6px 9px;
  background: #edf5f1;
  color: var(--green-700);
  animation: statusBlink 2.1s ease-in-out infinite;
}

.candidateLine {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 22px 20px;
}

.candidateLine strong {
  display: block;
  margin-top: 7px;
  color: var(--graphite);
  font-size: 26px;
  font-weight: 500;
}

.score {
  color: var(--green-900);
  font-size: 14px;
  font-weight: 600;
}

.signalGrid {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 1px;
  border-block: 1px solid var(--line);
  background: var(--line);
}

.signalMain,
.signalRisk {
  min-height: 126px;
  padding: 20px 22px;
  background: #fff;
}

.signalMain > span,
.signalRisk > span {
  color: var(--slate);
  font-size: 12px;
}

.signalMain strong,
.signalRisk strong {
  display: block;
  margin-top: 10px;
  color: var(--graphite);
  font-size: 26px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}

.track {
  height: 7px;
  margin-top: 18px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--mist);
}

.track span {
  width: var(--evidence-progress, 62%);
  height: 100%;
  display: block;
  background: linear-gradient(90deg, var(--green-700), var(--cyan));
  transition: width var(--motion-mid) var(--motion-ease);
}

.signalRisk {
  border-left: 4px solid var(--bronze);
}

.signalRisk p {
  margin: 8px 0 0;
  color: #79563d;
  font-size: 12px;
}

.artifactList {
  padding: 8px 22px;
}

.artifactList > button {
  appearance: none;
  position: relative;
  width: 100%;
  min-height: 66px;
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 10px;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 0 10px;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: background var(--motion-fast) ease, transform var(--motion-fast) ease;
}

.artifactList > button:last-child {
  border-bottom: 0;
}

.artifactList > button > span {
  color: var(--green-500);
  font-size: 11px;
  font-weight: 600;
}

.artifactCopy {
  margin: 0;
  color: var(--slate);
  font-size: 12px;
  line-height: 1.4;
}

.artifactCopy strong {
  display: block;
  color: var(--graphite);
  font-size: 13px;
}

.artifactList b {
  color: var(--green-700);
  font-size: 11px;
  font-weight: 600;
}

.artifactList [data-tone="review"] b {
  color: var(--bronze);
}

.artifactList > button[data-active="true"] {
  background: linear-gradient(90deg, rgba(0, 156, 168, 0.08), transparent 72%);
  transform: translateX(4px);
  animation: activeEvidence var(--motion-mid) var(--motion-ease) both;
}

.artifactList > button[data-active="true"]::before {
  position: absolute;
  left: 6px;
  width: 3px;
  height: 38px;
  border-radius: 99px;
  content: "";
  background: var(--cyan);
}

.decisionRail {
  display: grid;
  grid-template-columns: 6px 1fr;
  gap: 14px;
  margin: 0 22px 22px 28px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 15px;
  background: var(--mist);
}

.decisionRail > span {
  border-radius: 999px;
  background: var(--green-900);
}

.decisionRail p {
  margin: 0;
  color: var(--slate);
  font-size: 12px;
  line-height: 1.4;
}

.decisionRail strong {
  display: block;
  color: var(--graphite);
  font-size: 13px;
}

.profileGuard {
  min-height: 56px;
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 10px;
  margin-left: 6px;
  border-top: 1px solid var(--line);
  padding: 10px 22px;
  color: var(--green-700);
  background: rgba(238, 242, 239, 0.76);
}

.profileGuard > span {
  font-size: 18px;
  line-height: 1;
}

.profileGuard p {
  margin: 0;
  color: var(--slate);
  font-size: 11px;
  line-height: 1.4;
}

.profileGuard strong {
  display: block;
  color: var(--graphite);
  font-size: 12px;
}

.trustStrip {
  border-block: 1px solid rgba(24, 63, 54, 0.13);
  background: rgba(238, 242, 239, 0.68);
}

.trustStrip > div {
  min-height: 70px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
}

.trustStrip span {
  border-right: 1px solid var(--line);
  padding-inline: 22px;
  color: var(--green-900);
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.trustStrip span:last-child {
  border-right: 0;
}

.section {
  padding: 112px 0;
}

.sectionHeading,
.productGrid,
.evidenceFlow,
.proofGrid,
.trustIntro,
.trustDetails,
.pilotCopy,
.workspacePanel {
  animation: enterUp 760ms var(--motion-ease) both;
  animation-timeline: view();
  animation-range: entry 6% cover 25%;
}

.sectionHeading {
  max-width: 780px;
}

.sectionHeading h2,
.demoBand h2,
.trustIntro h2,
.pilotCopy h2 {
  margin-top: 18px;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.02;
}

.sectionHeading > p:last-child,
.demoBandInner > div > p:not(.eyebrow),
.trustIntro > p:not(.eyebrow),
.pilotCopy > p:not(.eyebrow) {
  max-width: 670px;
  margin: 24px 0 0;
  color: var(--slate);
  font-size: 17px;
  line-height: 1.65;
}

.productGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 58px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--line);
}

.productGrid article {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  background: rgba(251, 252, 250, 0.96);
  transition: background var(--motion-fast) ease, transform var(--motion-fast) ease;
}

.productGrid article:hover {
  background: #fff;
  transform: translateY(-5px);
}

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

.productGrid header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--green-500);
  font-size: 11px;
}

.productGrid header b {
  color: var(--green-700);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.productGrid h3 {
  margin: 54px 0 0;
  color: var(--graphite);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: 0;
  text-wrap: balance;
}

.productGrid p {
  margin: 16px 0 0;
  color: var(--slate);
  font-size: 14px;
  line-height: 1.58;
}

.productGrid article > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  color: var(--green-700);
  font-size: 12px;
  font-weight: 600;
}

.evidenceSection {
  border-block: 1px solid rgba(24, 63, 54, 0.13);
  background: rgba(238, 242, 239, 0.62);
}

.evidenceFlow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 58px;
  border-block: 1px solid var(--line);
}

.evidenceFlow article {
  min-height: 250px;
  position: relative;
  border-right: 1px solid var(--line);
  padding: 26px 20px 28px;
}

.evidenceFlow article:last-child {
  border-right: 0;
}

.evidenceFlow article::before {
  position: absolute;
  top: -4px;
  left: 20px;
  width: 56px;
  height: 7px;
  border-radius: 99px;
  content: "";
  background: linear-gradient(90deg, var(--green-700), var(--cyan));
}

.evidenceFlow article:nth-child(4)::before {
  background: var(--bronze);
}

.evidenceFlow article > span {
  color: var(--green-500);
  font-size: 12px;
  font-weight: 600;
}

.evidenceFlow h3,
.proofGrid h3 {
  margin: 36px 0 0;
  color: var(--graphite);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
}

.evidenceFlow p,
.proofGrid p {
  margin: 14px 0 0;
  color: var(--slate);
  font-size: 14px;
  line-height: 1.55;
}

.demoBand {
  border-block: 1px solid #29483f;
  background: var(--green-950);
  color: #fff;
}

.demoBandInner {
  min-height: 620px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 80px;
  padding-block: 76px;
}

.demoBand .eyebrow {
  color: #a9c7bc;
}

.demoBand h2 {
  color: #fff;
}

.demoBandInner > div > p:not(.eyebrow) {
  color: #c6d5d0;
}

.demoBand .primaryButton {
  margin-top: 30px;
  border-color: #fff;
  background: #fff;
  color: var(--green-950) !important;
}

.demoBand .primaryButton:hover {
  background: var(--mist);
}

.demoMap {
  position: relative;
  display: grid;
  gap: 12px;
  padding-left: 18px;
}

.demoMap button {
  appearance: none;
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 76px;
  display: grid;
  grid-template-columns: 42px minmax(100px, 0.7fr) 1fr;
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  padding: 0 22px;
  color: #dbe7e3;
  background: rgba(255, 255, 255, 0.035);
  font: inherit;
  text-align: left;
  cursor: pointer;
  opacity: 0.58;
  transition: border-color var(--motion-mid) var(--motion-ease), background var(--motion-mid) var(--motion-ease), opacity var(--motion-fast) ease, transform var(--motion-mid) var(--motion-ease);
}

.demoMap button[data-active="true"],
.demoMap button:hover,
.demoMap button:focus-visible {
  border-color: rgba(7, 239, 246, 0.55);
  background: rgba(7, 239, 246, 0.08);
  opacity: 1;
  transform: translateX(18px);
}

.demoMap button[data-active="true"]::before {
  position: absolute;
  left: -25px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  content: "";
  background: var(--cyan);
  box-shadow: 0 0 22px rgba(7, 239, 246, 0.72);
}

.demoProgress {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 38px;
  bottom: 38px;
  width: 1px;
  background: linear-gradient(180deg, var(--cyan), rgba(7, 239, 246, 0.08));
}

.demoMap span {
  color: #91b0a5;
  font-size: 11px;
}

.demoMap strong {
  font-size: 17px;
  font-weight: 500;
}

.demoMap small {
  color: #9fb6ae;
  font-size: 11px;
  line-height: 1.4;
}

.proofGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 58px;
}

.proofGrid article {
  min-height: 300px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 28px;
  background: rgba(251, 252, 250, 0.82);
  box-shadow: 0 14px 36px rgba(21, 28, 36, 0.035);
  transition: border-color var(--motion-fast) ease, background var(--motion-fast) ease, transform var(--motion-fast) ease;
}

.proofGrid article:hover {
  border-color: #9ccbd1;
  background: #fff;
  transform: translateY(-5px);
}

.proofGrid article::before {
  width: 44px;
  height: 6px;
  display: block;
  border-radius: 99px;
  content: "";
  background: linear-gradient(90deg, var(--green-700), var(--cyan));
}

.proofGrid article:nth-child(2)::before {
  background: var(--bronze);
}

.proofGrid article > span {
  display: block;
  margin-top: 48px;
  color: var(--green-700);
  font-size: 12px;
  font-weight: 600;
}

.proofGrid h3 {
  margin-top: 16px;
  font-size: 24px;
}

.trustSection {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 88px;
  padding: 32px 0 120px;
}

.trustIntro h2 {
  font-size: clamp(40px, 4.5vw, 58px);
}

.trustIntro > a {
  display: inline-flex;
  margin-top: 26px;
  color: var(--green-700);
  font-size: 14px;
  font-weight: 600;
}

.trustDetails {
  border-top: 1px solid var(--line);
}

.trustDetails details {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}

.trustDetails summary {
  color: var(--graphite);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.trustDetails p {
  max-width: 600px;
  margin: 14px 0 0;
  color: var(--slate);
  font-size: 14px;
  line-height: 1.58;
}

.pilotSection {
  border-top: 1px solid var(--line);
  background: #edf1ee;
}

.pilotGrid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 82px;
  padding-block: 104px;
}

.pilotCopy h2 {
  font-size: clamp(40px, 4.6vw, 58px);
}

.pilotCopy ul {
  display: grid;
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.pilotCopy li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  color: #485861;
  font-size: 14px;
  line-height: 1.5;
}

.pilotCopy li::before {
  color: var(--green-700);
  content: "✓";
  font-weight: 600;
}

.bandTextLink {
  display: inline-flex;
  margin: 30px 0 0 18px;
  color: var(--cyan) !important;
  font-size: 13px;
  font-weight: 600;
}

.bandTextLink:hover {
  color: #fff !important;
}

.workspacePanel {
  position: relative;
  overflow: hidden;
  align-self: start;
  border: 1px solid #183a52;
  border-radius: 16px;
  padding: 34px;
  background:
    linear-gradient(rgba(7, 239, 246, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 239, 246, 0.04) 1px, transparent 1px),
    var(--green-950);
  background-size: 38px 38px;
  box-shadow: 0 24px 54px rgba(2, 7, 19, 0.16);
}

.workspacePanel::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  content: "";
  background: linear-gradient(180deg, var(--cyan), var(--green-700));
}

.workspacePanel > span {
  color: var(--cyan);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.workspacePanel h3 {
  max-width: 540px;
  margin: 20px 0 0;
  color: #fff;
  font-family: var(--font-heading), var(--font-body), sans-serif;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 500;
  line-height: 1.08;
}

.workspacePanel > p {
  max-width: 540px;
  margin: 18px 0 0;
  color: #aabcc9;
  font-size: 14px;
  line-height: 1.58;
}

.workspaceSteps {
  display: grid;
  margin-top: 30px;
  border-block: 1px solid rgba(255, 255, 255, 0.14);
}

.workspaceSteps > div {
  min-height: 64px;
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.workspaceSteps > div:last-child {
  border-bottom: 0;
}

.workspaceSteps b {
  color: var(--cyan);
  font-size: 11px;
}

.workspaceSteps span {
  color: #dce7ed;
  font-size: 13px;
}

.workspacePanel > .primaryButton {
  width: 100%;
  margin-top: 28px;
  border-color: var(--cyan);
  background: var(--cyan);
  color: var(--green-950) !important;
}

.workspacePanel > .primaryButton:hover {
  border-color: #fff;
  background: #fff;
}

.footer {
  min-height: 148px;
  display: grid;
  grid-template-columns: auto minmax(320px, 1fr) auto;
  align-items: center;
  gap: 24px;
  color: var(--slate);
  font-size: 12px;
}

.footer p {
  margin: 0;
}

.footerCopy {
  max-width: 650px;
}

.analyticsNotice {
  margin-top: 8px !important;
  color: rgba(71, 84, 96, 0.82);
  font-size: 10px;
  line-height: 1.5;
}

.analyticsNotice a {
  margin-left: 6px;
  white-space: nowrap;
}

.footerLinks {
  justify-self: end;
  display: flex;
  gap: 20px;
}

.page :focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(47, 103, 91, 0.22);
}

@media (max-width: 980px) {
  .header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

  .hero,
  .demoBandInner,
  .trustSection,
  .pilotGrid {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 48px;
    padding-top: 64px;
  }

  .heroEvidence {
    max-width: 660px;
  }

  .trustStrip > div,
  .evidenceFlow {
    grid-template-columns: repeat(2, 1fr);
  }

  .trustStrip span:nth-child(2),
  .trustStrip span:nth-child(4) {
    border-right: 0;
  }

  .trustStrip span:nth-child(-n + 4) {
    border-bottom: 1px solid var(--line);
  }

  .trustStrip span:last-child {
    grid-column: 1 / -1;
  }

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

  .productGrid article {
    min-height: 300px;
  }

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

  .evidenceFlow article:nth-child(2n) {
    border-right: 0;
  }

  .evidenceFlow article:last-child {
    grid-column: 1 / -1;
    min-height: 200px;
    border-top: 1px solid var(--line);
  }

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

  .proofGrid article {
    min-height: 240px;
  }
}

@media (max-width: 640px) {
  .shell {
    width: min(100% - 28px, 1180px);
  }

  .headerCta {
    min-height: 40px;
    padding-inline: 10px;
    font-size: 11px;
  }

  .brand img {
    width: 124px;
    height: auto;
  }

  .header {
    gap: 12px;
  }

  .hero {
    min-height: 0;
    padding: 54px 0 64px;
  }

  .hero h1 {
    font-size: 48px;
  }

  .heroText {
    font-size: 16px;
  }

  .actions,
  .primaryButton,
  .secondaryButton {
    width: 100%;
  }

  .bandTextLink {
    margin: 18px 0 0;
  }

  .candidateLine {
    align-items: flex-start;
    flex-direction: column;
  }

  .signalGrid,
  .trustStrip > div,
  .evidenceFlow {
    grid-template-columns: 1fr;
  }

  .signalRisk {
    border-top: 1px solid var(--line);
    border-left: 4px solid var(--bronze);
  }

  .artifactList > button {
    grid-template-columns: 28px 1fr;
  }

  .artifactList b {
    grid-column: 2;
    margin-bottom: 10px;
  }

  .trustStrip span {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .section {
    padding: 82px 0;
  }

  .sectionHeading h2,
  .demoBand h2,
  .trustIntro h2,
  .pilotCopy h2 {
    font-size: 40px;
  }

  .evidenceFlow article,
  .evidenceFlow article:last-child {
    grid-column: auto;
    min-height: 200px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .demoBandInner {
    min-height: 0;
    gap: 50px;
  }

  .demoMap button[data-active="true"],
  .demoMap button:hover,
  .demoMap button:focus-visible {
    transform: none;
  }

  .demoMap button {
    grid-template-columns: 34px 1fr;
  }

  .demoMap small {
    grid-column: 2;
    margin-top: -12px;
    padding-bottom: 12px;
  }

  .trustSection {
    gap: 50px;
    padding-bottom: 84px;
  }

  .pilotGrid {
    gap: 52px;
    padding-block: 82px;
  }

  .workspacePanel {
    padding: 28px 22px;
  }

  .footer {
    grid-template-columns: 1fr;
    padding-block: 32px;
  }

  .footerLinks {
    justify-self: start;
    flex-wrap: wrap;
  }
}

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

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