:root {
  --ink: #10233e;
  --ink-soft: #17324f;
  --paper: #f4f8fc;
  --surface: #ffffff;
  --surface-warm: #e6eef8;
  --muted: #66717c;
  --muted-dark: #9aa5ad;
  --line: #d5e0ec;
  --line-dark: rgba(255, 255, 255, 0.14);
  --accent: #ff3f46;
  --accent-dark: #b91f2c;
  --sage: #65786f;
  --blue: #5a8fc5;
  --north-blue: #72bce9;
  --danger: #a84f5f;
  --shadow: 0 22px 70px rgba(16, 35, 62, 0.12);
  --radius: 8px;
  --shell: min(1160px, calc(100vw - 40px));
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
  color-scheme: light;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  font-family: var(--font);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  max-width: 100%;
}

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.shell {
  width: var(--shell);
  margin: 0 auto;
}

.section {
  padding: 84px 0;
  position: relative;
  scroll-margin-top: 88px;
}

.anchor-target {
  position: relative;
  top: -96px;
  display: block;
  height: 0;
  overflow: hidden;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: var(--radius);
  background: var(--accent);
  color: #fff;
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

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

.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;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(16, 35, 62, 0.08);
  background: rgba(244, 248, 252, 0.9);
  backdrop-filter: blur(18px);
  transition: background 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(244, 248, 252, 0.97);
  box-shadow: 0 12px 40px rgba(16, 35, 62, 0.08);
}

.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

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

.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(16, 35, 62, 0.16);
  border-radius: var(--radius);
  background: #eef6ff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.34);
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  line-height: 1.1;
  font-size: 0.98rem;
}

.brand small {
  color: var(--muted);
  font-size: 0.74rem;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #38434d;
  font-size: 0.94rem;
}

.nav-menu a:not(.nav-cta) {
  transition: color 160ms ease;
}

.nav-menu a:not(.nav-cta):hover,
.nav-menu a:not(.nav-cta):focus-visible {
  color: var(--accent-dark);
}

.nav-cta {
  padding: 10px 15px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--paper);
  font-weight: 780;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: var(--radius);
  color: var(--ink);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: currentColor;
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: 0;
}

h1 {
  max-width: 620px;
  margin-bottom: 22px;
  font-size: 3.35rem;
  line-height: 1.02;
  font-weight: 760;
}

h2 {
  margin-bottom: 18px;
  font-size: 2.72rem;
  line-height: 1.06;
  font-weight: 720;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.24rem;
  line-height: 1.22;
}

p {
  color: var(--muted);
}

.eyebrow {
  margin: 0 0 13px;
  color: var(--accent-dark);
  font-size: 0.76rem;
  font-weight: 820;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero {
  min-height: auto;
  padding: 58px 0 50px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(16, 35, 62, 0.97) 0%, rgba(16, 35, 62, 0.92) 54%, rgba(90, 143, 197, 0.82) 100%),
    var(--ink);
  color: var(--paper);
}

.hero-grid {
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 58px;
  align-items: center;
}

.hero .eyebrow {
  color: #bfe8ff;
}

.hero-lede {
  max-width: 590px;
  margin-bottom: 30px;
  color: #d7d9d8;
  font-size: 1.08rem;
}

.hero-actions,
.result-actions,
.quiz-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-actions .button-secondary[href="#products"] {
  order: 1;
}

.hero-actions .button-primary[href="#schedule"] {
  order: 2;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 17px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  line-height: 1;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

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

.button-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 16px 36px rgba(255, 63, 70, 0.22);
}

.button-secondary {
  background: transparent;
  color: inherit;
  border-color: currentColor;
}

.hero .button-secondary {
  color: var(--paper);
  border-color: rgba(244, 248, 252, 0.35);
}

.button[disabled] {
  cursor: not-allowed;
  opacity: 0.48;
  transform: none;
}

.hero-visual {
  position: relative;
  min-height: 480px;
}

.system-map {
  position: relative;
  height: 480px;
  border-left: 1px solid rgba(244, 248, 252, 0.18);
  border-right: 1px solid rgba(244, 248, 252, 0.18);
}

.system-map::before,
.system-map::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.system-map::before {
  background:
    linear-gradient(rgba(244, 248, 252, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 248, 252, 0.08) 1px, transparent 1px);
  background-size: 56px 56px;
}

.system-map::after {
  width: 1px;
  left: 52%;
  background: linear-gradient(180deg, transparent, var(--north-blue), transparent);
  animation: scanLine 4.8s ease-in-out infinite;
}

.workflow-build {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.workflow-route,
.workflow-route-shadow {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.workflow-route-shadow {
  opacity: 0.85;
  stroke: rgba(114, 188, 233, 0.42);
  stroke-width: 1.2;
  stroke-dasharray: 6 9;
}

.workflow-route {
  stroke: rgba(114, 188, 233, 0.92);
  stroke-width: 2.2;
}

.workflow-segment {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  animation: workflowSegment 7.6s ease-in-out infinite;
  animation-delay: var(--segment-delay, 0s);
}

.segment-1 {
  --segment-delay: 0s;
}

.segment-2 {
  --segment-delay: 1.3s;
}

.segment-3 {
  --segment-delay: 2.6s;
}

.segment-4 {
  --segment-delay: 3.9s;
}

.system-node {
  position: absolute;
  z-index: 2;
  width: 225px;
  padding: 16px;
  border: 1px solid rgba(244, 248, 252, 0.18);
  border-radius: var(--radius);
  background: rgba(244, 248, 252, 0.08);
  backdrop-filter: blur(16px);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.18);
  animation: nodeBuild 7.6s ease-in-out infinite;
  animation-delay: var(--node-delay, 0s);
}

.system-node:hover {
  transform: translateY(-3px);
  border-color: rgba(114, 188, 233, 0.42);
  background: rgba(244, 248, 252, 0.1);
}

.system-node span {
  display: block;
  margin-bottom: 22px;
  color: #bfe8ff;
  font-size: 0.78rem;
  font-weight: 900;
}

.system-node strong,
.system-node small {
  display: block;
}

.system-node strong {
  margin-bottom: 4px;
  font-size: 1rem;
}

.system-node small {
  color: #c5c9c8;
  line-height: 1.35;
}

.node-intake {
  top: 44px;
  left: 4%;
  --node-delay: 0s;
}

.node-logic {
  top: 44px;
  right: 4%;
  --node-delay: 1.3s;
}

.node-agents {
  top: 188px;
  left: 50%;
  transform: translateX(-50%);
  --node-delay: 2.6s;
}

.node-agents:hover {
  transform: translateX(-50%) translateY(-3px);
}

.node-qa {
  right: 4%;
  bottom: 26px;
  --node-delay: 3.9s;
}

.node-approval {
  left: 4%;
  bottom: 26px;
  --node-delay: 5.2s;
}

@keyframes scanLine {
  0%,
  100% {
    transform: translateY(-28%);
    opacity: 0.24;
  }

  50% {
    transform: translateY(28%);
    opacity: 0.85;
  }
}

@keyframes workflowSegment {
  0%,
  9% {
    opacity: 0;
    stroke-dashoffset: 1;
  }

  23%,
  82% {
    opacity: 1;
    stroke-dashoffset: 0;
  }

  100% {
    opacity: 0.3;
    stroke-dashoffset: 0;
  }
}

@keyframes nodeBuild {
  0%,
  19%,
  100% {
    border-color: rgba(244, 248, 252, 0.18);
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.18);
  }

  8% {
    border-color: rgba(114, 188, 233, 0.52);
    box-shadow: 0 26px 82px rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(114, 188, 233, 0.16);
  }
}

.section-heading {
  max-width: 790px;
  margin-bottom: 34px;
}

.section-heading p:last-child {
  margin-bottom: 0;
  font-size: 1.06rem;
}

.method-section,
.faq-section {
  background: var(--paper);
}

.products-section,
.industry-section,
.trust-section,
.scorecard-section,
.schedule-section {
  background: var(--surface);
}

.products-section {
  overflow: hidden;
  background:
    linear-gradient(180deg, #ffffff 0%, #ffffff 42%, #f6f9fc 100%),
    var(--surface);
}

.product-heading {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: 40px;
  align-items: end;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.product-heading .eyebrow {
  grid-column: 1;
  margin-bottom: 14px;
}

.product-heading h2 {
  grid-column: 1;
  max-width: 680px;
  margin-bottom: 0;
}

.product-heading p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  max-width: 360px;
  margin-bottom: 4px;
  font-size: 1rem;
}

.product-showcase {
  display: grid;
  grid-template-columns: 296px minmax(0, 1fr);
  min-width: 0;
  min-height: 650px;
  border: 1px solid var(--line);
  background: #ffffff;
  box-shadow: 0 32px 92px rgba(16, 35, 62, 0.12);
}

.product-tabs {
  display: grid;
  grid-template-rows: repeat(5, minmax(116px, 1fr));
  min-width: 0;
  gap: 8px;
  padding: 12px;
  border-right: 1px solid rgba(244, 248, 252, 0.12);
  background:
    linear-gradient(rgba(244, 248, 252, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 248, 252, 0.035) 1px, transparent 1px),
    var(--ink);
  background-size: 34px 34px, 34px 34px, auto;
}

.product-tab {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
  align-content: center;
  min-height: 0;
  padding: 18px;
  border: 1px solid rgba(244, 248, 252, 0.12);
  border-radius: var(--radius);
  background: transparent;
  color: rgba(244, 248, 252, 0.74);
  text-align: left;
  overflow: hidden;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.product-tab::before {
  content: "";
  position: absolute;
  inset: auto 18px 12px 18px;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 180ms ease;
}

.product-tab span {
  grid-row: 1 / span 2;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(244, 248, 252, 0.18);
  border-radius: 50%;
  background: rgba(244, 248, 252, 0.08);
  color: #bfe8ff;
  font-size: 0.72rem;
  font-weight: 900;
}

.product-tab strong,
.product-tab small {
  grid-column: 2;
  display: block;
  min-width: 0;
}

.product-tab strong {
  color: #ffffff;
  font-size: 0.98rem;
  line-height: 1.2;
}

.product-tab small {
  margin-top: 6px;
  color: rgba(244, 248, 252, 0.62);
  font-size: 0.76rem;
  font-weight: 760;
}

.product-tab:hover,
.product-tab:focus-visible,
.product-tab.is-active {
  border-color: rgba(255, 63, 70, 0.38);
  background: #ffffff;
  color: var(--ink);
  outline: none;
}

.product-tab:hover,
.product-tab:focus-visible {
  transform: translateX(2px);
}

.product-tab:hover span,
.product-tab:focus-visible span,
.product-tab.is-active span {
  background: var(--accent);
  color: #fff;
}

.product-tab:hover::before,
.product-tab:focus-visible::before,
.product-tab.is-active::before {
  transform: scaleX(1);
}

.product-tab:hover strong,
.product-tab:focus-visible strong,
.product-tab.is-active strong {
  color: var(--ink);
}

.product-tab:hover small,
.product-tab:focus-visible small,
.product-tab.is-active small {
  color: var(--muted);
}

.product-panels {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #ffffff;
}

.product-panel {
  display: none;
  min-height: 650px;
}

.product-panel.is-active {
  display: grid;
  grid-template-columns: minmax(330px, 0.84fr) minmax(430px, 1.16fr);
  align-items: stretch;
  animation: productPanelIn 220ms ease-out;
}

.product-copy {
  display: grid;
  align-content: center;
  justify-items: start;
  padding: 58px 48px;
  border-right: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 251, 255, 0.94)),
    var(--surface);
}

.product-copy h3 {
  max-width: 480px;
  margin-bottom: 16px;
  font-size: clamp(2.3rem, 3.4vw, 3.55rem);
  line-height: 0.98;
  font-weight: 760;
}

.product-copy p:not(.eyebrow) {
  max-width: 430px;
  margin-bottom: 24px;
  font-size: 1.01rem;
  color: #526070;
}

.product-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.product-proof span {
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 850;
}

.product-copy a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 15px;
  border: 1px solid var(--accent);
  border-radius: var(--radius);
  background: var(--accent);
  color: #fff;
  font-weight: 850;
}

.product-visual {
  position: relative;
  min-height: 650px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 24px;
  align-items: stretch;
  overflow: hidden;
  padding: 48px;
  background:
    linear-gradient(rgba(244, 248, 252, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 248, 252, 0.07) 1px, transparent 1px),
    linear-gradient(135deg, #0f213b, #1b3957 58%, #5a8fc5);
  background-size: 58px 58px, 58px 58px, auto;
  color: var(--paper);
}

.product-visual::before {
  content: "";
  position: absolute;
  inset: 48px;
  border: 1px solid rgba(244, 248, 252, 0.14);
  pointer-events: none;
}

.product-visual::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 52%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(191, 232, 255, 0.62), transparent);
  opacity: 0.78;
  animation: productScan 4.2s ease-in-out infinite;
}

.visual-kicker,
.visual-ledger {
  position: relative;
  z-index: 2;
}

.visual-kicker {
  font-size: 0.78rem;
  font-weight: 850;
  color: #bfe8ff;
}

.visual-ledger {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(244, 248, 252, 0.16);
}

.visual-ledger span {
  color: rgba(244, 248, 252, 0.7);
  font-size: 0.72rem;
  font-weight: 820;
}

.flow-stack,
.ops-map,
.agent-team-map,
.audit-stack,
.pathfinder-map {
  position: relative;
  z-index: 2;
  align-self: center;
  justify-self: stretch;
}

.flow-stack {
  display: grid;
  gap: 26px;
  max-width: 520px;
  margin: 0 auto;
  width: 100%;
}

.flow-stack::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 50%;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(191, 232, 255, 0.72), transparent);
}

.flow-stack::after {
  content: "";
  position: absolute;
  left: calc(50% - 8px);
  top: 20px;
  width: 18px;
  height: 56px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 18px rgba(191, 232, 255, 0.78);
  animation: productFlowPulse 2.6s ease-in-out infinite;
}

.flow-stack span,
.ops-map span,
.ops-map strong,
.agent-team-map span,
.agent-team-map strong,
.audit-stack span,
.pathfinder-map span {
  position: relative;
  z-index: 3;
  border: 1px solid rgba(244, 248, 252, 0.18);
  border-radius: var(--radius);
  background: rgba(244, 248, 252, 0.1);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
  color: #ffffff;
  text-align: center;
  font-size: 0.88rem;
  font-weight: 850;
  backdrop-filter: blur(12px);
}

.flow-stack span {
  width: min(250px, 100%);
  padding: 18px;
}

.flow-stack span:nth-child(2) {
  justify-self: end;
}

.ops-map {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(3, 104px);
  gap: 18px;
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
}

.ops-map::before,
.ops-map::after {
  content: "";
  position: absolute;
  z-index: 1;
  background: rgba(191, 232, 255, 0.22);
}

.ops-map::before {
  top: 50%;
  left: 7%;
  right: 7%;
  height: 1px;
}

.ops-map::after {
  top: 7%;
  bottom: 7%;
  left: 50%;
  width: 1px;
}

.ops-map span,
.ops-map strong {
  display: grid;
  place-items: center;
  min-height: 76px;
  padding: 14px;
}

.ops-map strong {
  grid-column: 2;
  grid-row: 2;
  border-color: rgba(255, 63, 70, 0.5);
  background: rgba(255, 63, 70, 0.22);
}

.ops-map span:nth-child(1) {
  grid-column: 2;
  grid-row: 1;
}

.ops-map span:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}

.ops-map span:nth-child(4) {
  grid-column: 3;
  grid-row: 2;
}

.ops-map span:nth-child(5) {
  grid-column: 2;
  grid-row: 3;
}

.agent-team-map {
  width: min(430px, 100%);
  aspect-ratio: 1;
  margin: 0 auto;
  border: 1px solid rgba(191, 232, 255, 0.26);
  border-radius: 50%;
}

.agent-team-map::before,
.agent-team-map::after {
  content: "";
  position: absolute;
  inset: 18%;
  border: 1px solid rgba(191, 232, 255, 0.16);
  border-top-color: rgba(255, 63, 70, 0.46);
  border-radius: 50%;
  animation: productOrbit 14s linear infinite;
}

.agent-team-map::after {
  inset: 34%;
  border-color: rgba(255, 63, 70, 0.2);
  border-right-color: rgba(191, 232, 255, 0.58);
  animation-direction: reverse;
}

.agent-team-map span,
.agent-team-map strong {
  position: absolute;
  min-width: 110px;
  padding: 12px 14px;
}

.agent-team-map strong {
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  border-color: rgba(255, 63, 70, 0.46);
  background: rgba(255, 63, 70, 0.2);
}

.agent-team-map span:nth-child(2) {
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
}

.agent-team-map span:nth-child(3) {
  top: 43%;
  right: -2%;
}

.agent-team-map span:nth-child(4) {
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
}

.agent-team-map span:nth-child(5) {
  top: 43%;
  left: -2%;
}

.audit-stack {
  display: grid;
  gap: 18px;
  width: min(520px, 100%);
  margin: 0 auto;
}

.audit-stack::before {
  content: "";
  position: absolute;
  inset: -20px 12% auto 12%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ffffff, transparent);
  box-shadow: 0 0 28px rgba(191, 232, 255, 0.8);
  animation: productAuditSweep 2.8s ease-in-out infinite;
}

.audit-stack span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 14px 18px;
  text-align: left;
}

.audit-stack span::after {
  content: "checked";
  padding: 5px 8px;
  border: 1px solid rgba(191, 232, 255, 0.3);
  border-radius: 999px;
  color: #bfe8ff;
  font-size: 0.66rem;
  font-weight: 850;
}

.pathfinder-map {
  display: grid;
  place-items: center;
  min-height: 360px;
}

.pathfinder-map svg {
  position: absolute;
  width: min(540px, 96%);
  height: auto;
  overflow: visible;
}

.pathfinder-map path {
  fill: none;
  stroke: rgba(191, 232, 255, 0.78);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 780;
  stroke-dashoffset: 780;
  animation: productRouteDraw 3.8s ease-in-out infinite;
}

.pathfinder-map circle {
  fill: #ff3f46;
  stroke: #ffffff;
  stroke-width: 4;
}

.pathfinder-map span {
  position: absolute;
  min-width: 92px;
  padding: 11px 14px;
}

.pathfinder-map span:nth-of-type(1) {
  left: 5%;
  bottom: 24%;
}

.pathfinder-map span:nth-of-type(2) {
  left: 49%;
  top: 24%;
  transform: translateX(-50%);
}

.pathfinder-map span:nth-of-type(3) {
  right: 4%;
  bottom: 30%;
}

@keyframes productPanelIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes productScan {
  from {
    transform: translateX(-160px);
    opacity: 0.18;
  }

  50% {
    opacity: 0.78;
  }

  to {
    transform: translateX(160px);
    opacity: 0.18;
  }
}

@keyframes productFlowPulse {
  from {
    transform: translateY(0);
    opacity: 0;
  }

  18%,
  76% {
    opacity: 1;
  }

  to {
    transform: translateY(216px);
    opacity: 0;
  }
}

@keyframes productOrbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes productAuditSweep {
  from {
    transform: translateY(0);
    opacity: 0;
  }

  30%,
  72% {
    opacity: 1;
  }

  to {
    transform: translateY(300px);
    opacity: 0;
  }
}

@keyframes productRouteDraw {
  0% {
    stroke-dashoffset: 780;
  }

  46%,
  78% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

.industry-board {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  min-height: 520px;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.industry-tabs {
  display: grid;
  grid-template-rows: repeat(8, minmax(76px, 1fr));
  align-content: stretch;
  border-right: 1px solid var(--line);
  background: #eef4fb;
}

.industry-tab {
  position: relative;
  width: 100%;
  min-height: 0;
  display: grid;
  gap: 4px;
  align-content: center;
  padding: 14px 22px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: #4a535c;
  text-align: left;
  font-weight: 760;
  overflow: hidden;
  transition: background 220ms ease, color 220ms ease;
}

.industry-tab::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--accent);
  transform: scaleY(0);
  transform-origin: 50% 50%;
  transition: transform 220ms ease;
}

.industry-tab span,
.industry-tab small {
  position: relative;
  z-index: 1;
  display: block;
}

.industry-tab small {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 850;
}

.industry-tab:hover,
.industry-tab:focus-visible,
.industry-tab.is-active {
  background: var(--ink);
  color: var(--paper);
  outline: none;
}

.industry-tab:hover::before,
.industry-tab:focus-visible::before,
.industry-tab.is-active::before {
  transform: scaleY(1);
}

.industry-tab:hover small,
.industry-tab:focus-visible small,
.industry-tab.is-active small {
  color: #bfe8ff;
}

.industry-panels {
  position: relative;
  min-height: 520px;
  overflow: hidden;
}

.industry-panel {
  display: none;
  min-height: 520px;
  padding: 34px 42px 38px;
}

.industry-panel.is-active {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px;
  grid-template-areas:
    "label impact"
    "headline impact"
    "list list";
  column-gap: 44px;
  align-content: start;
  animation: industryPanelIn 160ms ease-out;
}

.industry-panel-top {
  display: contents;
}

.industry-panel-top .eyebrow {
  grid-area: label;
  margin-bottom: 10px;
}

.industry-impact {
  grid-area: impact;
  align-self: start;
  min-width: 0;
  padding: 14px 16px;
  border-left: 2px solid var(--accent);
  background: #f8fbff;
}

.industry-impact span,
.industry-impact strong {
  display: block;
}

.industry-impact span {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.industry-impact strong {
  color: var(--ink);
  font-size: 1.1rem;
}

.industry-panel h3 {
  grid-area: headline;
  max-width: 740px;
  margin-bottom: 30px;
  font-size: clamp(1.85rem, 2.35vw, 2.55rem);
  line-height: 1.1;
  font-weight: 720;
}

.industry-panel ul,
.faq-list,
.deployment-board {
  margin: 0;
  padding: 0;
  list-style: none;
}

.industry-panel ul {
  grid-area: list;
}

.industry-panel li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid var(--line);
  color: #38434d;
  font-size: 1.04rem;
  transition: padding 160ms ease, border-color 160ms ease;
}

.industry-panel li:hover {
  padding-left: 8px;
  border-color: rgba(255, 63, 70, 0.46);
}

.industry-panel li strong {
  color: var(--ink);
  font-weight: 820;
}

.industry-panel li span {
  flex: 0 0 auto;
  min-width: 112px;
  padding: 7px 9px;
  border: 1px solid rgba(255, 63, 70, 0.28);
  border-radius: var(--radius);
  background: #eef6ff;
  color: var(--accent-dark);
  text-align: center;
  font-size: 0.77rem;
  font-weight: 900;
}

@keyframes industryPanelIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.method-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1.38fr);
  gap: 52px;
  align-items: start;
}

.method-layout .section-heading {
  position: sticky;
  top: 108px;
  margin-bottom: 0;
}

.deployment-board {
  position: relative;
  display: grid;
  gap: 12px;
}

.deployment-board::before {
  content: "";
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 34px;
  width: 1px;
  background: linear-gradient(180deg, rgba(255, 63, 70, 0), rgba(255, 63, 70, 0.72), rgba(255, 63, 70, 0));
}

.deployment-step {
  position: relative;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  min-height: 112px;
  padding: 20px 22px;
  border: 1px solid rgba(16, 35, 62, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.54)),
    radial-gradient(circle at 82% 50%, rgba(255, 63, 70, 0.18), transparent 36%);
  box-shadow: 0 18px 50px rgba(16, 35, 62, 0.07);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.deployment-step:hover {
  border-color: rgba(255, 63, 70, 0.46);
  box-shadow: 0 24px 70px rgba(16, 35, 62, 0.12);
  transform: translateX(4px);
}

.deployment-step > span {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 63, 70, 0.42);
  border-radius: 50%;
  background: var(--paper);
  color: var(--accent-dark);
  font-size: 0.82rem;
  font-weight: 900;
}

.deployment-step h3 {
  margin-bottom: 4px;
  font-size: 1.28rem;
}

.deployment-step p {
  margin-bottom: 0;
  color: #45515b;
}

.deployment-step small {
  min-width: 118px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 63, 70, 0.28);
  border-radius: var(--radius);
  background: rgba(238, 246, 255, 0.82);
  color: var(--accent-dark);
  text-align: center;
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.assurance-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 63, 70, 0.16), transparent 34%),
    linear-gradient(135deg, #10233e, #17324f 58%, #10233e);
  color: var(--paper);
}

.assurance-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 86px 86px;
  pointer-events: none;
}

.control-room {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 48px;
  align-items: start;
}

.control-intro {
  position: sticky;
  top: 108px;
  margin-bottom: 0;
}

.control-intro .eyebrow {
  color: #bfe8ff;
}

.control-intro p {
  color: rgba(244, 248, 252, 0.72);
}

.control-console {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(16, 35, 62, 0.54);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.control-console-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(244, 248, 252, 0.72);
  font-size: 0.84rem;
  font-weight: 820;
  letter-spacing: 0;
  text-transform: uppercase;
}

.control-console-header strong {
  color: #bfe8ff;
}

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

.control-matrix article {
  min-height: 208px;
  padding: 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

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

.control-matrix small {
  display: inline-flex;
  margin-bottom: 28px;
  padding: 6px 8px;
  border: 1px solid rgba(114, 188, 233, 0.34);
  border-radius: var(--radius);
  color: #bfe8ff;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.control-matrix h3 {
  margin-bottom: 10px;
  color: #f4f8fc;
  font-size: 1.3rem;
}

.control-matrix p {
  margin-bottom: 0;
  color: rgba(244, 248, 252, 0.72);
}

.control-gates {
  padding: 24px 24px 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0 0 var(--radius) var(--radius);
  background:
    linear-gradient(135deg, rgba(114, 188, 233, 0.1), transparent 32%),
    rgba(7, 12, 18, 0.28);
}

.control-gates-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 24px;
}

.control-gates-header span {
  color: rgba(244, 248, 252, 0.58);
  font-size: 0.76rem;
  font-weight: 840;
  letter-spacing: 0;
  text-transform: uppercase;
}

.control-gates-header strong {
  color: #bfe8ff;
  font-size: 0.86rem;
  font-weight: 850;
}

.control-gates ol {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.control-gates ol::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 20px;
  right: 20px;
  height: 1px;
  background: linear-gradient(90deg, rgba(114, 188, 233, 0.12), rgba(114, 188, 233, 0.68), rgba(114, 188, 233, 0.12));
}

.trust-section {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(230, 238, 248, 0.74), #ffffff 42%, #ffffff),
    var(--surface);
}

.trust-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(380px, 1.22fr);
  gap: 48px;
  align-items: center;
}

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

.trust-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 312px;
  border: 1px solid var(--line);
  background:
    linear-gradient(rgba(16, 35, 62, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 35, 62, 0.04) 1px, transparent 1px),
    #ffffff;
  background-size: 42px 42px, 42px 42px, auto;
  box-shadow: 0 28px 80px rgba(16, 35, 62, 0.11);
}

.trust-board div {
  display: grid;
  align-content: end;
  min-height: 312px;
  padding: 26px;
  border-right: 1px solid var(--line);
  transition: background 180ms ease, transform 180ms ease;
}

.trust-board div:last-child {
  border-right: 0;
}

.trust-board div:hover {
  transform: translateY(-4px);
  background: rgba(230, 238, 248, 0.46);
}

.trust-board span,
.audit-checklist span {
  color: var(--accent-dark);
  font-size: 0.74rem;
  font-weight: 900;
}

.trust-board strong {
  display: block;
  margin: 22px 0 8px;
  color: var(--ink);
  font-size: 1.3rem;
  line-height: 1.08;
}

.trust-board small {
  display: block;
  color: var(--muted);
  line-height: 1.4;
}

.audit-hero {
  background:
    linear-gradient(135deg, rgba(16, 35, 62, 0.97), rgba(16, 35, 62, 0.9) 58%, rgba(90, 143, 197, 0.78)),
    var(--ink);
}

.audit-scorecard {
  display: grid;
  gap: 12px;
  align-self: center;
}

.audit-scorecard div {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(244, 248, 252, 0.18);
  border-radius: var(--radius);
  background: rgba(244, 248, 252, 0.08);
  color: var(--paper);
  backdrop-filter: blur(16px);
}

.audit-scorecard span {
  color: rgba(244, 248, 252, 0.72);
  font-size: 0.84rem;
  font-weight: 820;
  text-transform: uppercase;
}

.audit-scorecard strong {
  color: #bfe8ff;
  font-size: 2rem;
  line-height: 1;
}

.audit-checklist-section {
  background: var(--surface);
}

.audit-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.52fr) minmax(0, 1.48fr);
  gap: 46px;
  align-items: start;
}

.audit-checklist {
  display: grid;
  border: 1px solid var(--line);
  background: #ffffff;
  box-shadow: 0 26px 76px rgba(16, 35, 62, 0.1);
}

.audit-checklist label {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 68px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-weight: 780;
}

.audit-checklist label:last-child {
  border-bottom: 0;
}

.audit-checklist input {
  width: 18px;
  height: 18px;
  accent-color: var(--accent);
}

.control-gates li {
  position: relative;
  display: grid;
  grid-template-rows: 40px 1fr;
  gap: 16px;
  min-height: 132px;
  padding-right: 22px;
}

.control-gates li + li {
  padding-left: 16px;
}

.control-gates li > span {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(114, 188, 233, 0.45);
  border-radius: 50%;
  background: #10233e;
  color: #bfe8ff;
  font-size: 0.72rem;
  font-weight: 900;
  box-shadow: 0 0 0 7px rgba(15, 25, 34, 0.95);
}

.control-gates li div {
  max-width: 152px;
  padding-top: 3px;
}

.control-gates li strong,
.control-gates li small {
  display: block;
}

.control-gates li strong {
  margin-bottom: 8px;
  color: #f4f8fc;
  font-size: 0.98rem;
  line-height: 1.15;
}

.control-gates li small {
  color: rgba(244, 248, 252, 0.68);
  font-size: 0.82rem;
  line-height: 1.45;
}

.schedule-section {
  background:
    linear-gradient(180deg, #ffffff, #f8fbff),
    var(--surface);
}

.schedule-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.52fr) minmax(0, 1.48fr);
  gap: 42px;
  align-items: start;
}

.schedule-copy {
  position: sticky;
  top: 108px;
  margin-bottom: 0;
}

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

.calendar-frame {
  overflow: hidden;
  min-height: 690px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.calendar-frame iframe {
  display: block;
  width: 100%;
  height: 690px;
  border: 0;
}

.calendar-mobile-fallback {
  display: none;
}

.calendar-embed-heading {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  background: #f8fbff;
}

.calendar-embed-heading strong,
.calendar-embed-heading span {
  display: block;
}

.calendar-embed-heading strong {
  color: var(--ink);
  font-size: 0.96rem;
}

.calendar-embed-heading span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.82rem;
}

.calendar-embed-heading a {
  flex: 0 0 auto;
  color: var(--accent-dark);
  font-size: 0.84rem;
  font-weight: 820;
}

.scorecard-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 48px;
  align-items: start;
}

.scorecard-copy {
  position: sticky;
  top: 108px;
}

.quiz-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
  scroll-margin-top: 96px;
}

.quiz-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: start;
  margin-bottom: 18px;
}

.quiz-header .eyebrow {
  margin-bottom: 8px;
}

.progress {
  height: 8px;
  overflow: hidden;
  background: #e8e1d5;
  margin-bottom: 24px;
}

.progress span {
  display: block;
  height: 100%;
  width: 25%;
  background: var(--accent);
  transition: width 240ms ease;
}

.quiz-step {
  display: none;
}

.quiz-step.is-active {
  display: grid;
  gap: 12px;
}

.choice-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f8fbff;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.choice-card:hover,
.choice-card:focus-within {
  border-color: rgba(255, 63, 70, 0.62);
  background: #fff;
  transform: translateY(-2px);
}

.choice-card input {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  accent-color: var(--accent-dark);
}

.choice-card strong,
.choice-card small {
  display: block;
}

.choice-card span {
  flex: 1;
  min-width: 0;
}

.choice-card small {
  margin-top: 4px;
  color: var(--muted);
  line-height: 1.45;
}

.choice-card-other input[type="text"] {
  margin-top: 12px;
  background: #fff;
}

.range-group,
.field-label {
  display: grid;
  gap: 9px;
  color: #38434d;
  font-weight: 760;
}

.range-group {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f8fbff;
}

input[type="range"] {
  width: 100%;
  accent-color: var(--accent-dark);
}

output {
  color: var(--accent-dark);
  font-weight: 900;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 13px 14px;
  background: #fff;
  color: var(--ink);
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

textarea {
  resize: vertical;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  border-color: rgba(255, 63, 70, 0.7);
  box-shadow: 0 0 0 4px rgba(255, 63, 70, 0.14);
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.process-intro {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border-left: 2px solid var(--accent);
  background: #f8fbff;
}

.process-intro strong {
  color: var(--ink);
}

.process-intro span {
  color: var(--muted);
  font-size: 0.92rem;
}

.process-list {
  display: grid;
  gap: 14px;
}

.process-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f8fbff;
}

.process-card-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.process-card-header strong {
  color: var(--ink);
}

.process-card-header button,
.process-add-button {
  border: 0;
  background: transparent;
  color: var(--accent-dark);
  font-weight: 820;
}

.process-card-header button {
  padding: 4px 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.process-card-header button:hover,
.process-card-header button:focus-visible,
.process-add-button:hover,
.process-add-button:focus-visible {
  color: var(--ink);
}

.process-add-button {
  justify-self: start;
  min-height: 44px;
  padding: 0;
}

.contact-calendar-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.65fr) minmax(380px, 1.35fr);
  gap: 18px;
  align-items: stretch;
}

.contact-fields {
  display: grid;
  align-content: start;
  gap: 14px;
}

.contact-fields .field-grid {
  grid-template-columns: 1fr;
}

.quiz-calendar {
  min-height: 520px;
  box-shadow: none;
}

.quiz-calendar iframe {
  height: 460px;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.quiz-actions {
  margin-top: 24px;
  justify-content: space-between;
}

.quiz-forward-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.quiz-forward-actions .button {
  min-width: 148px;
}

.button-skip {
  background: transparent;
  border-color: rgba(16, 35, 62, 0.18);
  color: var(--muted);
  font-weight: 500;
  box-shadow: none;
}

.button-skip:hover,
.button-skip:focus-visible {
  border-color: rgba(16, 35, 62, 0.38);
  color: var(--ink);
  box-shadow: none;
}

.is-hidden {
  display: none !important;
}

.quiz-result {
  margin-top: 28px;
  padding: 24px;
  border: 1px solid rgba(255, 63, 70, 0.38);
  border-radius: var(--radius);
  background: #eef6ff;
}

.result-factors {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.result-factors li {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 14px;
  padding: 10px 0;
  border-top: 1px solid rgba(185, 31, 44, 0.18);
  color: #4b4034;
}

.result-factors strong {
  color: var(--accent-dark);
}

.form-message {
  min-height: 1.5em;
  margin: 16px 0 0;
  color: #38434d;
}

.faq-section {
  padding-top: 72px;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.faq-list summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--ink);
  font-weight: 820;
}

.faq-list p {
  margin: 0;
  padding: 0 22px 22px;
}

.final-cta {
  background: var(--ink);
  color: var(--paper);
}

.final-cta .eyebrow {
  color: #bfe8ff;
}

.final-cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.final-cta-band h2 {
  max-width: 720px;
  margin-bottom: 0;
}

.seo-page {
  background: var(--paper);
}

.seo-hero {
  overflow: hidden;
  padding: 86px 0 72px;
  background:
    radial-gradient(circle at 82% 28%, rgba(114, 188, 233, 0.2), transparent 28%),
    linear-gradient(115deg, rgba(16, 35, 62, 0.98) 0%, rgba(16, 35, 62, 0.94) 58%, rgba(90, 143, 197, 0.88) 100%);
  color: var(--paper);
}

.seo-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.58fr);
  gap: 70px;
  align-items: center;
}

.seo-hero .eyebrow {
  color: #bfe8ff;
}

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

.seo-hero-visual {
  min-height: 360px;
  display: grid;
  place-items: center;
}

.seo-compass {
  position: relative;
  width: min(360px, 76vw);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(244, 248, 252, 0.26);
  border-radius: 50%;
  background:
    linear-gradient(rgba(244, 248, 252, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 248, 252, 0.1) 1px, transparent 1px),
    rgba(244, 248, 252, 0.06);
  background-size: 42px 42px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.18);
}

.seo-compass::before,
.seo-compass::after {
  content: "";
  position: absolute;
  inset: 42px;
  border: 1px solid rgba(191, 232, 255, 0.24);
  border-radius: 50%;
}

.seo-compass::after {
  inset: 88px;
}

.seo-compass span,
.seo-compass strong {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
}

.seo-compass span {
  color: #bfe8ff;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.seo-compass strong {
  color: var(--paper);
  font-size: 4.6rem;
  line-height: 1;
}

.seo-compass i {
  position: absolute;
  width: 12px;
  height: 76%;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent) 0 46%, #f4f8fc 46% 54%, var(--north-blue) 54% 100%);
  transform: rotate(34deg);
  box-shadow: 0 0 32px rgba(114, 188, 233, 0.22);
}

.seo-proof-section {
  padding: 0 0 38px;
  background: var(--paper);
}

.seo-proof-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: -42px 0 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  list-style: none;
  box-shadow: var(--shadow);
}

.seo-proof-list li {
  min-height: 132px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 26px;
  background: var(--surface);
}

.seo-proof-list strong,
.seo-proof-list span {
  display: block;
}

.seo-proof-list strong {
  color: var(--accent-dark);
  font-size: 1.45rem;
  line-height: 1.05;
}

.seo-proof-list span {
  color: var(--muted);
}

.seo-section {
  padding: 72px 0;
}

.seo-section + .seo-section {
  padding-top: 24px;
}

.seo-two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(320px, 1fr);
  gap: 64px;
  align-items: start;
}

.seo-two-column p {
  max-width: 540px;
}

.seo-workflow-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.seo-workflow-list li {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-height: 74px;
  border-bottom: 1px solid var(--line);
}

.seo-workflow-list span {
  color: var(--accent-dark);
  font-size: 0.82rem;
  font-weight: 900;
}

.seo-workflow-list strong {
  color: var(--ink);
  font-size: 1.05rem;
}

.seo-faq-section {
  background: #eef6ff;
}

.seo-related-section {
  padding: 80px 0;
  background: var(--surface);
}

.seo-related {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

.seo-related h2 {
  margin-bottom: 0;
}

.seo-related-links {
  display: grid;
  gap: 12px;
}

.seo-related-links a {
  display: grid;
  gap: 8px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  transition: color 160ms ease, transform 160ms ease;
}

.seo-related-links a:last-child {
  border-bottom: 1px solid var(--line);
}

.seo-related-links a:hover,
.seo-related-links a:focus-visible {
  color: var(--accent-dark);
  transform: translateX(4px);
}

.seo-related-links span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 850;
  text-transform: uppercase;
}

.seo-related-links strong {
  font-size: 1.16rem;
}

.site-footer {
  padding: 64px 0 28px;
  background: #0b1a2e;
  color: var(--paper);
}

.site-footer p,
.site-footer a,
.site-footer small,
.footer-bottom {
  color: #b9c0c4;
}

.site-footer .brand-mark {
  border-color: rgba(244, 248, 252, 0.22);
  background: var(--paper);
  color: var(--ink);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) repeat(3, minmax(150px, 0.62fr));
  gap: 42px;
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(244, 248, 252, 0.14);
}

.footer-grid h3 {
  margin-bottom: 16px;
  color: var(--paper);
  font-size: 0.95rem;
}

.footer-grid a:not(.brand) {
  display: block;
  margin-top: 9px;
}

.footer-brand {
  margin-bottom: 18px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  font-size: 0.9rem;
}

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

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1080px) {
  h1 {
    font-size: 3.15rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  .hero-grid,
  .seo-hero-grid,
  .seo-two-column,
  .seo-related,
  .scorecard-shell,
  .method-layout,
  .control-room,
  .trust-layout,
  .audit-layout,
  .schedule-shell {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
  }

  .hero-visual {
    min-height: 500px;
  }

  .seo-hero-grid {
    gap: 42px;
  }

  .seo-hero-visual {
    min-height: 300px;
  }

  .seo-compass {
    width: min(300px, 70vw);
  }

  .seo-related {
    gap: 24px;
  }

  .scorecard-copy,
  .method-layout .section-heading,
  .control-intro,
  .schedule-copy {
    position: static;
  }

  .contact-calendar-grid {
    grid-template-columns: 1fr;
  }

  .industry-board {
    grid-template-columns: 260px minmax(0, 1fr);
  }

  .product-heading {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .product-heading .eyebrow,
  .product-heading h2,
  .product-heading p:last-child {
    grid-column: auto;
    grid-row: auto;
  }

  .product-heading p:last-child {
    max-width: 540px;
    margin-bottom: 20px;
  }

  .product-showcase {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .product-tabs {
    grid-template-rows: none;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding: 10px;
    border-right: 0;
    border-bottom: 1px solid rgba(244, 248, 252, 0.12);
  }

  .product-tab {
    grid-template-columns: 1fr;
    min-height: 132px;
  }

  .product-tab span,
  .product-tab strong,
  .product-tab small {
    grid-column: auto;
    grid-row: auto;
  }

  .product-tab:last-child {
    border-right: 0;
  }

  .product-panel {
    min-height: 0;
  }

  .product-panel.is-active {
    grid-template-columns: 1fr;
  }

  .product-copy {
    min-height: 0;
    padding: 42px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .product-copy p:not(.eyebrow) {
    max-width: 620px;
  }

  .product-visual {
    min-height: 480px;
    padding: 42px;
  }

  .product-copy h3 {
    max-width: 720px;
  }
}

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

  .section {
    padding: 66px 0;
  }

  .nav {
    min-height: 68px;
  }

  .nav-toggle {
    display: block;
  }

  .nav-menu {
    position: fixed;
    inset: 68px 14px auto;
    display: none;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: var(--shadow);
  }

  .nav-menu.is-open {
    display: grid;
    gap: 14px;
  }

  .nav-cta {
    text-align: center;
  }

  .trust-board {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .trust-board div {
    min-height: 168px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-board div:last-child {
    border-bottom: 0;
  }

  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.25rem;
  }

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

  .hero-visual {
    min-height: auto;
  }

  .system-map {
    height: auto;
    min-height: 0;
    display: grid;
    gap: 12px;
    border: 0;
  }

  .system-map::before,
  .system-map::after,
  .workflow-build {
    display: none;
  }

  .system-node {
    animation: none;
    position: static;
    width: 100%;
  }

  .node-agents,
  .node-agents:hover {
    width: 100%;
    transform: none;
  }

  .system-node span {
    margin-bottom: 10px;
  }

  .industry-board {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .product-showcase {
    min-height: 0;
  }

  .product-tabs {
    display: flex;
    grid-template-rows: none;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    scrollbar-width: thin;
  }

  .product-tab {
    flex: 0 0 242px;
    min-height: 112px;
  }

  .product-tab:last-child {
    border-right: 1px solid rgba(244, 248, 252, 0.12);
  }

  .product-panels,
  .product-panel {
    min-height: 0;
  }

  .product-panel.is-active {
    grid-template-columns: 1fr;
  }

  .product-copy {
    padding: 28px 22px 30px;
  }

  .product-copy h3 {
    max-width: none;
    font-size: 2.05rem;
    line-height: 1.02;
  }

  .product-copy p:not(.eyebrow) {
    font-size: 0.96rem;
  }

  .product-visual {
    min-height: 430px;
    padding: 26px;
  }

  .product-visual::before {
    inset: 26px;
  }

  .flow-stack {
    gap: 22px;
  }

  .flow-stack span {
    width: min(220px, 92%);
  }

  .ops-map {
    grid-template-rows: repeat(3, 86px);
    gap: 12px;
  }

  .ops-map span,
  .ops-map strong,
  .agent-team-map span,
  .agent-team-map strong,
  .audit-stack span,
  .pathfinder-map span {
    font-size: 0.78rem;
  }

  .agent-team-map {
    width: min(320px, 94%);
  }

  .agent-team-map span,
  .agent-team-map strong {
    min-width: 92px;
    padding: 10px 11px;
  }

  .pathfinder-map {
    min-height: 300px;
  }

  .industry-tabs {
    display: flex;
    grid-template-rows: none;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    scrollbar-width: thin;
  }

  .industry-tab {
    flex: 0 0 188px;
    min-height: 76px;
    border-bottom: 0;
    border-right: 1px solid var(--line);
  }

  .industry-tab:hover,
  .industry-tab:focus-visible,
  .industry-tab.is-active {
    padding-left: 22px;
  }

  .industry-panel {
    min-height: 0;
    padding: 30px 22px;
  }

  .industry-panel.is-active {
    grid-template-columns: 1fr;
    grid-template-areas:
      "label"
      "headline"
      "impact"
      "list";
    row-gap: 0;
  }

  .industry-panel-top {
    display: contents;
  }

  .industry-impact {
    margin: 0 0 22px;
    min-width: 0;
  }

  .industry-panel h3 {
    font-size: 1.7rem;
    margin-bottom: 18px;
  }

  .industry-panel li {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .industry-panel li span {
    min-width: 0;
  }

  .deployment-step {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 16px;
    min-height: 0;
  }

  .deployment-step small {
    grid-column: 2;
    justify-self: start;
  }

  .control-matrix,
  .control-gates ol {
    grid-template-columns: 1fr;
  }

  .control-gates ol {
    gap: 18px;
  }

  .control-matrix article,
  .control-matrix article:nth-child(2n) {
    min-height: 0;
    border-right: 0;
  }

  .control-gates-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .control-gates ol::before {
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: auto;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, rgba(114, 188, 233, 0.16), rgba(114, 188, 233, 0.62), rgba(114, 188, 233, 0.16));
  }

  .control-gates li {
    grid-template-rows: none;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
    min-height: 0;
    padding-right: 0;
  }

  .control-gates li + li {
    padding-left: 0;
  }

  .control-gates li div {
    max-width: none;
    padding-top: 0;
  }

  .field-grid,
  .result-factors li,
  .seo-proof-list,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .seo-hero {
    padding: 64px 0 74px;
  }

  .seo-hero-visual {
    min-height: 220px;
  }

  .seo-proof-list {
    margin-top: -32px;
  }

  .seo-section {
    padding: 58px 0;
  }

  .seo-section + .seo-section {
    padding-top: 10px;
  }

  .seo-workflow-list li {
    grid-template-columns: 40px minmax(0, 1fr);
    min-height: 68px;
  }

  .calendar-frame {
    min-height: auto;
  }

  .quiz-calendar {
    min-height: auto;
  }

  .calendar-frame iframe {
    display: none;
  }

  .calendar-embed-heading {
    display: none;
  }

  .calendar-mobile-fallback {
    display: grid;
    gap: 12px;
    padding: 24px;
  }

  .calendar-mobile-fallback strong {
    color: var(--ink);
    font-size: 1.18rem;
  }

  .calendar-mobile-fallback p {
    margin-bottom: 4px;
    color: var(--muted);
  }

  .final-cta-band,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  h1 {
    font-size: 2.55rem;
  }

  h2 {
    font-size: 1.9rem;
  }

  .hero-lede {
    font-size: 1.02rem;
  }

  .hero-actions,
  .quiz-actions,
  .result-actions,
  .schedule-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .quiz-forward-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .quiz-forward-actions .button {
    min-width: 0;
  }

  .quiz-forward-actions [data-submit-quiz]:not(.is-hidden) {
    grid-column: 1 / -1;
  }

  .quiz-header {
    display: grid;
  }

}
