:root {
  --ink: #07111f;
  --ink-2: #0d1b2d;
  --panel: #102132;
  --line: #d8e2ef;
  --muted: #5c6a7a;
  --soft: #f4f7fb;
  --white: #ffffff;
  --blue: #1769e0;
  --azure: #27a7e6;
  --emerald: #1a9d72;
  --amber: #5f718a;
  --red: #b84242;
  --violet: #6b57c8;
  --shadow: 0 22px 60px rgba(7, 17, 31, .12);
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
  overflow-x: clip;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(39, 167, 230, .9); outline-offset: 3px; }
.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;
  left: 16px;
  top: -80px;
  z-index: 100;
  background: var(--white);
  color: var(--ink);
  padding: 10px 14px;
  border-radius: 6px;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .95);
  border-bottom: 1px solid rgba(216, 226, 239, .9);
  backdrop-filter: blur(16px);
}
.nav-shell {
  width: min(1440px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
  font-weight: 800;
  color: var(--ink);
}
.brand img { width: 142px; height: auto; object-fit: contain; }
.brand span { border-left: 1px solid var(--line); padding-left: 9px; font-size: .78rem; color: var(--muted); white-space: nowrap; }
.primary-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  font-size: .86rem;
  color: #344254;
}
.nav-link, .primary-nav > a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 6px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}
.nav-menu-button::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}
.nav-link.active, .primary-nav > a.active, .nav-link:hover, .primary-nav > a:hover, .nav-group.open > .nav-menu-button {
  color: var(--blue);
  border-bottom-color: var(--blue);
}
.nav-group {
  position: relative;
}
.dropdown-panel {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 260px;
  padding: 12px;
  border: 1px solid rgba(216, 226, 239, .95);
  background: rgba(255,255,255,.98);
  border-radius: 8px;
  box-shadow: 0 22px 52px rgba(7, 17, 31, .16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}
.nav-group.open .dropdown-panel,
.nav-group:hover .dropdown-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-group.suppress-hover .dropdown-panel {
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
}
.solutions-panel {
  width: 420px;
}
.dropdown-title {
  margin: 2px 4px 10px;
  color: var(--muted);
  text-transform: uppercase;
  font-size: .72rem;
  font-weight: 900;
}
.dropdown-panel a {
  display: grid;
  gap: 4px;
  padding: 12px;
  border-radius: 7px;
  color: var(--ink);
  border: 1px solid transparent;
}
.dropdown-panel a:hover, .dropdown-panel a:focus-visible {
  background: #f3f7fc;
  border-color: rgba(23, 105, 224, .18);
}
.dropdown-panel strong {
  font-size: .95rem;
}
.dropdown-panel span {
  color: var(--muted);
  font-size: .84rem;
  line-height: 1.35;
}
.dropdown-panel .status {
  margin-top: 4px;
  font-size: .62rem;
}
.compact-panel {
  display: grid;
  min-width: 230px;
  gap: 2px;
}
.compact-panel a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
  font-weight: 750;
}
.ai-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  min-height: 20px;
  border-radius: 999px;
  background: #e4f0ff;
  color: var(--blue);
  font-size: .65rem;
  font-weight: 900;
  font-style: normal;
  margin-left: 8px;
}
.nav-cta, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 6px;
  padding: 11px 15px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: .92rem;
  white-space: nowrap;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}
.nav-cta {
  min-height: 42px;
  padding: 10px 14px;
  font-size: .86rem;
  flex: 0 0 auto;
}
.nav-cta, .button.primary { background: var(--blue); color: var(--white); }
.primary-nav > a.mobile-nav-cta { display: none; }
.search-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 8px 12px;
  color: var(--ink);
  font-size: .84rem;
  font-weight: 800;
  white-space: nowrap;
  flex: 0 0 auto;
}
.search-link::before {
  content: "";
  width: 13px;
  height: 13px;
  display: inline-block;
  border: 2px solid var(--blue);
  border-radius: 50%;
  margin-right: 8px;
}
.search-link:hover {
  border-color: rgba(23, 105, 224, .45);
  color: var(--blue);
}
.button.secondary { background: var(--white); color: var(--ink); border-color: rgba(255, 255, 255, .8); }
.button.ghost { background: rgba(255, 255, 255, .08); color: var(--white); border-color: rgba(255, 255, 255, .26); }
.button:hover, .nav-cta:hover { transform: translateY(-1px); }
.nav-toggle { display: none; }

.hero {
  position: relative;
  min-height: 88vh;
  overflow: hidden;
  color: var(--white);
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}
.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,17,31,.96) 0%, rgba(7,17,31,.86) 33%, rgba(7,17,31,.35) 66%, rgba(7,17,31,.2) 100%),
    linear-gradient(180deg, rgba(7,17,31,.12) 0%, rgba(7,17,31,.42) 100%);
}
.hero-content {
  position: relative;
  z-index: 1;
  width: min(1440px, calc(100% - 40px));
  margin: 0 auto;
  padding: 118px 0 92px;
}
.product-kicker, .eyebrow {
  margin: 0 0 12px;
  text-transform: uppercase;
  color: var(--azure);
  font-weight: 800;
  font-size: .78rem;
}
.subtitle {
  margin: 0 0 16px;
  color: #b8c7da;
  font-weight: 700;
}
h1, h2, h3 { line-height: 1.08; margin: 0; letter-spacing: 0; }
h1 {
  max-width: 820px;
  font-size: 4.35rem;
  font-weight: 800;
}
h2 {
  font-size: 2.55rem;
  font-weight: 800;
}
h3 {
  font-size: 1.1rem;
  font-weight: 800;
}
.hero-copy {
  max-width: 790px;
  margin: 24px 0 0;
  color: #d9e5f5;
  font-size: 1.09rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.hero-flow {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(6, minmax(116px, 1fr));
  gap: 12px;
  max-width: 1180px;
}
.hero-flow span, .trust-grid span, .pill-grid span, .indoubt-flow span, .controlled-launch span, .lifecycle-flow span {
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.08);
  color: var(--white);
  border-radius: 6px;
  padding: 13px 12px;
  font-weight: 750;
  text-align: center;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-flow span:not(:last-child), .vertical-flow span:not(:last-child), .lifecycle-flow span:not(:last-child), .indoubt-flow span:not(:last-child), .controlled-launch span:not(:last-child) {
  position: relative;
}
.hero-flow span:not(:last-child)::after, .lifecycle-flow span:not(:last-child)::after, .indoubt-flow span:not(:last-child)::after, .controlled-launch span:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -13px;
  top: 50%;
  width: 13px;
  height: 2px;
  background: var(--azure);
}

.section, .trust-strip, .final-cta {
  padding: 96px 0;
}
.section-inner {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}
.trust-strip {
  background: var(--ink);
  padding: 20px 0;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}
.trust-grid span {
  color: #dbe7f6;
  min-height: 48px;
}
.muted { background: var(--soft); }
.dark {
  background: var(--ink);
  color: var(--white);
}
.dark .section-heading p, .dark .card p, .dark .section-copy p, .dark .monitor-board span { color: #b9c8dc; }
.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
  gap: 48px;
  align-items: center;
}
.two-column.reverse { grid-template-columns: minmax(360px, .9fr) minmax(0, 1fr); }
.section-heading {
  max-width: 860px;
  margin-bottom: 36px;
}
.section-heading p:not(.eyebrow), .section-copy p {
  color: var(--muted);
  font-size: 1.02rem;
}
.statement {
  display: inline-block;
  margin: 18px 0 0;
  color: var(--ink);
  background: #e7f4ff;
  border-left: 4px solid var(--blue);
  padding: 12px 14px;
  border-radius: 6px;
  font-weight: 800;
}
.dark .statement { color: var(--white); background: rgba(39, 167, 230, .16); }

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.solution-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.solution-card {
  min-height: 300px;
  border: 1px solid rgba(216, 226, 239, .9);
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 26px;
  display: grid;
  align-content: start;
  gap: 14px;
}
.solution-card h3 { font-size: 1.35rem; }
.solution-card p { color: var(--muted); margin: 0; }
.solution-card a {
  color: var(--blue);
  font-weight: 800;
  margin-top: 6px;
}
.status {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: .68rem;
  text-transform: uppercase;
  font-weight: 900;
}
.status.available { color: #07533b; background: #dff5ec; }
.status.development { color: #174168; background: #e4f0ff; }
.status.planned { color: #33415f; background: #e7ecf5; }
.status.provider { color: #204f8d; background: #e4f0ff; }
.status.certification { color: #733232; background: #ffe5e5; }
.status.inline {
  margin-left: 8px;
  vertical-align: middle;
}
.solution-map {
  margin-top: 26px;
  border: 1px solid rgba(216, 226, 239, .9);
  background: var(--ink);
  color: var(--white);
  border-radius: 8px;
  padding: 24px;
  display: grid;
  gap: 18px;
  text-align: center;
}
.solution-map strong, .solution-map em {
  justify-self: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 6px;
  padding: 13px 20px;
  min-width: min(100%, 320px);
  font-style: normal;
  background: rgba(255,255,255,.07);
}
.solution-map div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.solution-map span {
  border: 1px solid rgba(39,167,230,.35);
  border-radius: 6px;
  padding: 14px;
  color: #e5f2ff;
  background: rgba(39,167,230,.1);
  font-weight: 800;
}
.dark-text { color: var(--muted); }
.portal-visual {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  border: 1px solid rgba(216, 226, 239, .9);
  background: #0c1a2a;
  border-radius: 8px;
  padding: 18px;
  box-shadow: var(--shadow);
}
.portal-visual div {
  min-height: 126px;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.06);
  border-radius: 6px;
  padding: 16px;
}
.portal-visual strong {
  display: block;
  color: var(--white);
  margin-bottom: 8px;
}
.portal-visual span {
  color: #b9c8dc;
  font-size: .93rem;
}
.roadmap-grid .card .tag { display: none; }
.four-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card, .challenge-board > div, .diagram-card, .api-panel, .journey-detail, .checklist, .ops-board {
  border: 1px solid rgba(216, 226, 239, .85);
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.dark .card, .dark .diagram-card, .dark .checklist {
  background: rgba(255, 255, 255, .055);
  border-color: rgba(255, 255, 255, .14);
  box-shadow: none;
}
.card {
  min-height: 156px;
  padding: 22px;
  transition: transform .18s ease, border-color .18s ease;
}
.card:hover { transform: translateY(-2px); border-color: rgba(23, 105, 224, .45); }
.card h3 { margin-bottom: 10px; }
.card p { margin: 0; color: var(--muted); }
.card .tag {
  display: inline-block;
  margin-bottom: 13px;
  color: var(--blue);
  font-weight: 800;
  font-size: .78rem;
}
.challenge-board {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.challenge-board > div { padding: 24px; }
ul { margin: 14px 0 0; padding-left: 20px; color: var(--muted); }
li + li { margin-top: 8px; }

.journey-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) 360px;
  gap: 24px;
  align-items: start;
}
.journey-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}
.journey-step {
  min-height: 96px;
  color: var(--white);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 6px;
  padding: 14px;
  text-align: left;
  cursor: pointer;
}
.journey-step strong { display: block; color: var(--azure); margin-bottom: 7px; }
.journey-step[aria-selected="true"] { border-color: var(--azure); background: rgba(39,167,230,.16); }
.journey-detail {
  position: sticky;
  top: 98px;
  padding: 24px;
  background: #0f2135;
  color: var(--white);
  border-color: rgba(255,255,255,.16);
  box-shadow: none;
}
.journey-detail p:last-child { color: #b9c8dc; }

.diagram-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.diagram-card { padding: 18px; }
.diagram-card figcaption { font-weight: 800; margin: 0 0 14px; }
.diagram-shell {
  width: 100%;
  min-height: 360px;
  border: 0;
  background: #edf4fb;
  border-radius: 6px;
  padding: 18px;
  cursor: zoom-in;
}
.flow-diagram, .architecture-diagram {
  min-height: 320px;
  display: grid;
  gap: 12px;
}
.flow-diagram {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
}
.architecture-diagram {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}
.flow-diagram span, .architecture-diagram div, .routing-map span, .vertical-flow span, .api-panel code, .ops-board span, .monitor-board span {
  border: 1px solid rgba(23, 105, 224, .25);
  background: var(--white);
  color: var(--ink);
  border-radius: 6px;
  padding: 14px;
  font-weight: 750;
  text-align: center;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow-diagram span:nth-child(2), .architecture-diagram div:nth-child(2) { background: #e7f4ff; border-color: var(--blue); }
.flow-diagram span:nth-child(7), .architecture-diagram div:nth-child(6) { background: #eaf8f3; border-color: var(--emerald); }

.indoubt-flow, .controlled-launch, .lifecycle-flow {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}
.indoubt-flow { grid-template-columns: repeat(3, 1fr); }
.controlled-launch { grid-template-columns: repeat(5, 1fr); }
.lifecycle-flow { grid-template-columns: repeat(4, 1fr); }
.indoubt-flow span, .controlled-launch span, .lifecycle-flow span {
  color: var(--ink);
  background: var(--white);
  border-color: var(--line);
  box-shadow: var(--shadow);
}

.scheme-status-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -10px 0 24px;
}
.scheme-capability-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: 22px;
  align-items: start;
}
.scheme-feature-card, .scheme-cards article {
  border: 1px solid rgba(216, 226, 239, .9);
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 24px;
}
.scheme-feature-card p, .scheme-disclaimer { color: var(--muted); }
.compact-tag-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.compact-tag-grid span {
  border: 1px solid rgba(23, 105, 224, .2);
  background: #f4f8fd;
  color: #20364f;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: .78rem;
  font-weight: 800;
}
.scheme-cards {
  display: grid;
  gap: 16px;
}
.scheme-cards dl {
  margin: 14px 0 0;
  display: grid;
  gap: 10px;
}
.scheme-cards div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
}
.scheme-cards dt { color: var(--muted); font-weight: 700; }
.scheme-cards dd { margin: 0; color: var(--ink); font-weight: 900; }
.scheme-disclaimer {
  margin: 22px 0 0;
  border-left: 4px solid var(--blue);
  background: #f3f8ff;
  border-radius: 6px;
  padding: 14px 16px;
  font-weight: 750;
}
.scheme-flow, .file-flow, .matching-flow, .ownership-flow, .go-live-journey {
  display: grid;
  gap: 12px;
}
.scheme-flow {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-bottom: 24px;
}
.file-flow {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.matching-flow {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 24px;
}
.ownership-flow {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 22px;
}
.go-live-journey {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 28px;
}
.scheme-flow span, .file-flow span, .matching-flow span, .ownership-flow span, .go-live-journey span {
  position: relative;
  min-height: 62px;
  border: 1px solid rgba(23, 105, 224, .22);
  background: var(--white);
  color: var(--ink);
  border-radius: 6px;
  padding: 12px;
  font-weight: 800;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scheme-flow span:nth-child(1), .scheme-flow span:nth-child(8), .scheme-flow span:nth-child(11),
.file-flow span:nth-child(4), .matching-flow span:nth-child(4), .ownership-flow span:nth-child(2) {
  border-color: var(--blue);
  background: #e7f4ff;
}
.go-live-journey span.complete {
  border-color: rgba(26, 157, 114, .35);
  background: #dff5ec;
  color: #07533b;
}
.scheme-detail-grid { margin-top: 20px; }
.feature-list { margin-top: 16px; }

.routing-map {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.routing-map span:nth-child(2), .routing-map span:nth-child(10), .routing-map span:last-child {
  background: #e7f4ff;
  border-color: var(--blue);
}
.vertical-flow {
  display: grid;
  gap: 10px;
}
.vertical-flow span { min-height: 52px; }
.vertical-flow span:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -11px;
  width: 2px;
  height: 11px;
  background: var(--azure);
}
.api-panel {
  padding: 24px;
  display: grid;
  gap: 12px;
}
.ask-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.ask-suggestions button, .ask-input-row button {
  border: 1px solid rgba(23,105,224,.24);
  background: #e7f4ff;
  color: var(--ink);
  border-radius: 6px;
  padding: 10px 12px;
  font-weight: 800;
  cursor: pointer;
}
.ask-panel {
  border: 1px solid rgba(216, 226, 239, .9);
  background: var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 22px;
}
.ask-panel label {
  display: block;
  color: var(--muted);
  font-weight: 800;
  margin-bottom: 10px;
}
.ask-input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}
.ask-input-row input {
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0 14px;
  font: inherit;
}
.ask-input-row button {
  background: var(--blue);
  color: var(--white);
  min-width: 96px;
}
.ask-answer {
  margin-top: 18px;
  border: 1px solid var(--line);
  background: var(--soft);
  border-radius: 6px;
  padding: 18px;
}
.ask-answer h3 { margin-bottom: 10px; }
.ask-answer p { color: var(--muted); }
.ask-answer ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
}
.ask-answer li a {
  display: inline-flex;
  border: 1px solid rgba(23,105,224,.24);
  color: var(--blue);
  background: var(--white);
  border-radius: 999px;
  padding: 6px 10px;
  font-weight: 800;
}
.api-panel p { margin: 0 0 4px; color: var(--muted); font-weight: 700; }
.api-panel code {
  justify-content: flex-start;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: .92rem;
  overflow-wrap: anywhere;
}
.ops-board {
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.monitor-board {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.monitor-board span {
  background: rgba(255,255,255,.06);
  color: #d8e6f8;
  border-color: rgba(255,255,255,.14);
  min-height: 84px;
}
.pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.pill-grid span {
  color: var(--ink);
  background: var(--white);
  border-color: var(--line);
  min-height: 44px;
  padding: 10px 14px;
  box-shadow: none;
}
.checklist-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.checklist { padding: 22px; }
.checklist h3 { margin-bottom: 12px; }
.checklist ul { color: #b9c8dc; }
.timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.timeline li {
  min-height: 116px;
  margin: 0;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  font-weight: 800;
}
.timeline span { display: block; color: var(--blue); margin-bottom: 10px; }
.final-cta {
  background: var(--ink-2);
  color: var(--white);
  text-align: center;
}
.final-cta .section-inner { max-width: 900px; }
.final-cta p:not(.eyebrow) { color: #c1cfe0; }
.final-cta .hero-actions { justify-content: center; }
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 30px auto 0;
  text-align: left;
}
.contact-grid article {
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  border-radius: 8px;
  padding: 18px;
  min-height: 98px;
}
.contact-grid span {
  display: block;
  color: #8fb6df;
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.contact-grid strong, .contact-grid a {
  color: var(--white);
  font-size: 1.02rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}
.contact-grid a:hover, .powered-by a:hover { color: var(--azure); }
.site-footer {
  background: #050b14;
  color: #c0ccda;
  padding: 34px 0;
}
.search-page {
  background: var(--soft);
}
.search-page .site-header {
  background: rgba(255,255,255,.98);
}
.search-page-nav {
  display: flex;
  gap: 16px;
  margin-left: auto;
  color: #344254;
  font-size: .9rem;
  font-weight: 800;
}
.search-page-nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.search-page-nav a:hover { color: var(--blue); }
.search-home-link { display: none; }
.search-hero {
  padding: 96px 0 56px;
  background: var(--ink);
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.search-hero .section-inner {
  max-width: 1060px;
}
.search-hero h1 {
  max-width: 900px;
  font-size: 3.3rem;
}
.search-hero p:not(.eyebrow) {
  max-width: 780px;
  color: #c6d4e5;
  font-size: 1.06rem;
}
.search-page-form {
  margin-top: 30px;
  display: grid;
  gap: 10px;
}
.search-page-form label {
  font-weight: 850;
  color: #dce8f7;
}
.search-page-form div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
  gap: 10px;
  align-items: center;
}
.search-page-form input {
  min-height: 58px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  color: var(--white);
  border-radius: 8px;
  padding: 0 18px;
  font: inherit;
  font-size: 1rem;
}
.search-page-form input::placeholder { color: #9fb0c5; }
.search-page-form button {
  min-height: 58px;
  border: 1px solid var(--blue);
  background: var(--blue);
  color: var(--white);
  border-radius: 8px;
  font-weight: 900;
  cursor: pointer;
}
.search-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.search-chip-row button {
  min-height: 38px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  color: #e4edf8;
  border-radius: 999px;
  padding: 7px 13px;
  font-weight: 800;
  cursor: pointer;
}
.search-chip-row button:hover {
  border-color: var(--azure);
  color: var(--white);
}
.search-results-section {
  padding-top: 56px;
}
.search-results-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}
.search-help {
  position: sticky;
  top: 90px;
  display: grid;
  gap: 8px;
  border: 1px solid rgba(216,226,239,.9);
  background: var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 18px;
}
.search-help h3 { margin-bottom: 6px; }
.search-help a {
  min-height: 38px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  color: #344254;
  font-weight: 800;
}
.search-help a:hover { color: var(--blue); }
.search-page-results {
  display: grid;
  gap: 14px;
}
.search-page-result, .search-empty-state {
  border: 1px solid rgba(216,226,239,.9);
  background: var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 22px;
}
.search-page-result {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 18px;
  align-items: center;
}
.search-page-result span {
  display: block;
  color: var(--blue);
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.search-page-result h3 { margin-bottom: 8px; }
.search-page-result p, .search-empty-state p {
  margin: 0;
  color: var(--muted);
}
.search-result-footer {
  display: grid;
  gap: 10px;
  justify-items: end;
}
.search-result-footer em {
  font-style: normal;
  border-radius: 999px;
  padding: 6px 10px;
  background: #e4f0ff;
  color: #174168;
  font-size: .7rem;
  font-weight: 900;
  text-transform: uppercase;
}
.search-result-footer a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--blue);
  color: var(--white);
  padding: 9px 13px;
  font-weight: 850;
  white-space: nowrap;
}
.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 26px;
}
.footer-grid p { margin: 8px 0 0; }
.powered-by {
  color: #e4edf8;
  font-weight: 700;
}
.powered-by a {
  color: #e4edf8;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-grid nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-content: center;
  justify-content: flex-end;
}
.footer-grid a:hover { color: var(--azure); }

.lightbox {
  width: min(1120px, calc(100% - 28px));
  max-height: 88vh;
  border: 0;
  padding: 0;
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
}
.lightbox::backdrop { background: rgba(5, 11, 20, .78); }
.lightbox-toolbar {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px;
  border-bottom: 1px solid var(--line);
}
.lightbox-toolbar button {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}
.lightbox-canvas {
  overflow: auto;
  padding: 20px;
  transform-origin: top left;
}
.lightbox-canvas .flow-diagram, .lightbox-canvas .architecture-diagram { min-width: 880px; }

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

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal, .button, .nav-cta, .card { transition: none; transform: none; }
}

@media (max-width: 1199px) {
  .nav-shell { min-height: 66px; }
  .primary-nav, .nav-cta, .search-link { display: none; }
  .nav-toggle {
    margin-left: 0;
    display: grid;
    grid-template-columns: 16px auto;
    grid-template-rows: repeat(3, 1fr);
    align-items: center;
    column-gap: 8px;
    min-width: 92px;
    height: 42px;
    border: 1px solid var(--line);
    background: var(--white);
    border-radius: 6px;
    padding: 9px 11px;
    font-weight: 800;
    color: var(--ink);
  }
  .nav-toggle span { grid-column: 1; width: 16px; height: 2px; background: var(--ink); display: block; }
  .nav-toggle em { grid-column: 2; grid-row: 1 / 4; font-style: normal; }
  .primary-nav.open {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 70px;
    display: grid;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
    padding: 16px;
    z-index: 60;
    max-height: calc(100vh - 88px);
    overflow-y: auto;
  }
  .primary-nav.open .nav-link,
  .primary-nav.open > a:not(.mobile-nav-cta) {
    justify-content: space-between;
    width: 100%;
    min-height: 44px;
    padding: 10px 8px;
  }
  .primary-nav.open .mobile-nav-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-top: 8px;
    border-radius: 6px;
    background: var(--blue);
    color: var(--white);
    font-weight: 800;
    white-space: nowrap;
  }
  .nav-group { position: static; }
  .dropdown-panel,
  .solutions-panel,
  .compact-panel {
    position: static;
    display: none;
    width: 100%;
    min-width: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    margin: 2px 0 10px;
    background: #f6f9fc;
  }
  .nav-group.open .dropdown-panel {
    display: grid;
  }
  h1 { font-size: 3.2rem; }
  h2 { font-size: 2.1rem; }
  .hero-flow, .trust-grid, .journey-list, .monitor-board, .scheme-flow, .go-live-journey { grid-template-columns: repeat(3, 1fr); }
  .solution-overview { grid-template-columns: 1fr; }
  .solution-map div { grid-template-columns: 1fr; }
  .card-grid, .checklist-grid { grid-template-columns: repeat(2, 1fr); }
  .four-grid { grid-template-columns: repeat(2, 1fr); }
  .two-column, .two-column.reverse, .journey-panel, .diagram-grid, .scheme-capability-grid { grid-template-columns: 1fr; }
  .matching-flow, .ownership-flow { grid-template-columns: repeat(2, 1fr); }
  .journey-detail { position: static; }
  .timeline { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .nav-shell, .section-inner { width: min(calc(100% - 28px), 1240px); }
  .brand span { display: none; }
  .brand img { width: 136px; }
  .nav-shell {
    display: flex;
    gap: 12px;
    padding: 0;
  }
  .primary-nav.open { top: 70px; }
  .hero { min-height: auto; }
  .hero-content {
    width: min(346px, calc(100vw - 44px));
    max-width: min(346px, calc(100vw - 44px));
    margin-left: 22px;
    margin-right: 22px;
    padding: 74px 0 22px;
  }
  .hero-scrim {
    background:
      linear-gradient(90deg, rgba(7,17,31,.98) 0%, rgba(7,17,31,.9) 58%, rgba(7,17,31,.58) 100%),
      linear-gradient(180deg, rgba(7,17,31,.24) 0%, rgba(7,17,31,.5) 100%);
  }
  h1 {
    max-width: 100%;
    font-size: 1.72rem;
    line-height: 1.14;
    overflow-wrap: break-word;
  }
  h2 { font-size: 1.78rem; }
  .subtitle { font-size: .88rem; margin-bottom: 10px; }
  .product-kicker, .eyebrow { font-size: .72rem; margin-bottom: 10px; }
  .hero-copy, .section-heading p:not(.eyebrow), .section-copy p { font-size: 1rem; }
  .hero-copy { max-width: 100%; margin-top: 14px; font-size: .94rem; line-height: 1.46; overflow-wrap: break-word; hyphens: auto; }
  .hero-actions { margin-top: 20px; gap: 8px; }
  .hero-actions .button { min-height: 40px; padding: 9px 12px; font-size: .86rem; }
  .hero .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    overflow: visible;
    padding-bottom: 0;
  }
  .hero .hero-actions::-webkit-scrollbar, .hero-flow::-webkit-scrollbar { display: none; }
  .hero .hero-actions .button { width: 100%; white-space: normal; }
  .hero-flow {
    margin-top: 14px;
    gap: 6px;
    display: grid;
    overflow: visible;
    padding-bottom: 2px;
    scrollbar-width: none;
  }
  .hero-flow span { min-height: 38px; padding: 7px 9px; font-size: .82rem; }
  .section, .final-cta { padding: 70px 0; }
  .hero-flow, .trust-grid, .card-grid, .four-grid, .journey-list, .monitor-board, .checklist-grid, .timeline, .indoubt-flow, .controlled-launch, .lifecycle-flow, .challenge-board, .ops-board, .scheme-flow, .file-flow, .matching-flow, .ownership-flow, .go-live-journey {
    grid-template-columns: 1fr;
  }
  .hero-flow span:not(:last-child)::after, .lifecycle-flow span:not(:last-child)::after, .indoubt-flow span:not(:last-child)::after, .controlled-launch span:not(:last-child)::after { display: none; }
  .diagram-shell { min-height: 300px; }
  .flow-diagram, .architecture-diagram { grid-template-columns: 1fr; }
  .footer-grid { display: grid; }
  .footer-grid nav { justify-content: flex-start; }
  .contact-grid { grid-template-columns: 1fr; }
  .portal-visual, .ask-input-row { grid-template-columns: 1fr; }
  .search-page-nav { display: none; }
  .search-home-link {
    margin-left: auto;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 8px 12px;
    color: var(--ink);
    font-weight: 850;
  }
  .search-hero { padding: 72px 0 42px; }
  .search-hero h1 { font-size: 2rem; }
  .search-page-form div, .search-results-layout, .search-page-result { grid-template-columns: 1fr; }
  .search-result-footer { justify-items: start; }
  .search-help { position: static; }
}
