@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700;800&family=IBM+Plex+Mono:wght@400;500;600&display=swap");

:root {
  --ink: #03111d;
  --ink-2: #071f32;
  --ink-3: #0c2e48;
  --paper: #f2f7fb;
  --paper-2: #dcecf7;
  --muted: #91aabd;
  --line: rgba(202, 226, 244, 0.14);
  --line-strong: rgba(202, 226, 244, 0.28);
  --brand: #0068b4;
  --brand-rgb: 0 104 180;
  --brand-hover: #2f92cf;
  --mint: #168ddd;
  --accent-rgb: 22 141 221;
  --mint-soft: #8ccaf2;
  --amber: #d9eeff;
  --red: #ff6b57;
  --blue: var(--brand);
  --radius: 24px;
  --shadow: 0 32px 80px rgba(0, 0, 0, 0.35);
  --page: min(1240px, calc(100vw - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  color: var(--paper);
  background:
    radial-gradient(circle at 10% 0%, rgb(var(--brand-rgb) / 0.08), transparent 32%),
    radial-gradient(circle at 96% 30%, rgba(116, 190, 235, 0.08), transparent 28%),
    var(--ink);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  z-index: 99;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.15;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.15'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

::selection {
  color: var(--ink);
  background: var(--mint);
}

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

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

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

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

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

h1,
h2,
h3 {
  letter-spacing: -0.045em;
  line-height: 1.08;
  text-wrap: balance;
}

h1 {
  margin-bottom: 26px;
  font-size: clamp(3.4rem, 7.3vw, 7.7rem);
  font-weight: 700;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(2.35rem, 4.25vw, 4.65rem);
  font-weight: 650;
}

h3 {
  margin-bottom: 14px;
  font-size: clamp(1.35rem, 2.3vw, 2.1rem);
}

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

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

.mono,
.eyebrow,
.tag,
.metric-label,
.step-index,
.ticker,
.footer-kicker {
  font-family: "IBM Plex Mono", monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 25px;
  color: var(--mint-soft);
  font-size: 0.72rem;
  font-weight: 600;
}

.eyebrow::before {
  width: 32px;
  height: 1px;
  content: "";
  background: var(--mint);
}

.accent {
  color: var(--mint);
}

.gradient-text {
  color: transparent;
  background: linear-gradient(100deg, var(--mint) 0%, #78bee9 43%, var(--amber) 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.ht-highlight {
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: linear-gradient(120deg, #38bdf8 0%, #818cf8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
}

.section-light .ht-highlight {
  background: linear-gradient(120deg, #005696 0%, #0084e3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
}

.lead {
  max-width: 760px;
  color: #c4d8e6;
  font-size: clamp(1.03rem, 1.5vw, 1.24rem);
}

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

.section-tight {
  padding: 78px 0;
}

.section-light {
  color: var(--ink);
  background: var(--paper);
}

.section-light p {
  color: #4f687b;
}

.section-light .eyebrow {
  color: var(--brand);
}

.section-light .eyebrow::before {
  background: var(--brand);
}

.section-grid {
  position: relative;
}

.section-grid::before,
.grid-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.42;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: linear-gradient(to bottom, transparent, black 16%, black 84%, transparent);
}

.section-head {
  display: flex;
  gap: 50px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 60px;
}

.section-head h2 {
  max-width: 850px;
  margin-bottom: 0;
  font-size: clamp(2.45rem, 4.35vw, 4.75rem);
}

.section-head p {
  max-width: 420px;
  margin-bottom: 8px;
}

.btn {
  position: relative;
  display: inline-flex;
  min-height: 52px;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 13px 23px;
  border: 1px solid transparent;
  border-radius: 11px;
  color: #fff;
  background: var(--brand);
  box-shadow: 0 12px 38px rgb(var(--brand-rgb) / 0.18);
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  cursor: pointer;
  overflow: hidden;
}

.btn::after {
  position: absolute;
  top: -120%;
  left: -30%;
  width: 25%;
  height: 340%;
  content: "";
  background: rgba(255, 255, 255, 0.32);
  transform: rotate(25deg);
  transition: left 0.55s ease;
}

.btn:hover {
  background: var(--brand-hover);
  box-shadow: 0 18px 46px rgb(var(--brand-rgb) / 0.28);
  transform: translateY(-3px);
}

.btn:hover::after {
  left: 115%;
}

.btn-secondary {
  color: var(--paper);
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.025);
  box-shadow: none;
}

.btn-secondary:hover {
  color: var(--mint);
  border-color: rgb(var(--brand-rgb) / 0.45);
  background: rgb(var(--brand-rgb) / 0.07);
}

.btn-small {
  min-height: 42px;
  padding: 9px 17px;
  border-radius: 9px;
  font-size: 0.9rem;
}

.arrow {
  display: inline-block;
  transition: transform 0.22s ease;
}

a:hover .arrow,
button:hover .arrow {
  transform: translateX(4px);
}

/* Header */
.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid transparent;
  background: rgba(3, 17, 29, 0.74);
  backdrop-filter: blur(20px);
  transition: background 0.3s ease, border-color 0.3s ease;
}

.site-header.scrolled {
  border-color: var(--line);
  background: rgba(3, 17, 29, 0.93);
}

.nav-wrap {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.brand-logo-shell {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border: 1px solid rgba(140, 202, 242, 0.52);
  border-radius: 50%;
  background: #f8fbfd;
  box-shadow: 0 8px 24px rgb(var(--brand-rgb) / 0.2);
  overflow: hidden;
}

.brand-logo {
  width: 39px;
  height: 39px;
  object-fit: contain;
}

.brand-name {
  font-size: 1.18rem;
}

.brand-name span {
  color: var(--mint-soft);
}

.nav-links {
  display: flex;
  gap: 6px;
  align-items: center;
}

.nav-item {
  position: relative;
}

.nav-link,
.nav-trigger {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  padding: 10px 13px;
  border: 0;
  border-radius: 8px;
  color: #c1d2df;
  background: transparent;
  font-size: 0.9rem;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
}

.nav-link:hover,
.nav-trigger:hover,
.nav-link.active,
.nav-trigger.active {
  color: var(--paper);
  background: rgba(255, 255, 255, 0.055);
}

.chevron {
  width: 7px;
  height: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.2s ease;
}

.nav-item.open .chevron {
  transform: translateY(2px) rotate(225deg);
}

.mega-menu {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  width: min(760px, 90vw);
  padding: 22px;
  border: 1px solid var(--line-strong);
  border-radius: 20px;
  background: rgba(5, 27, 44, 0.98);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -8px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
}

.nav-item.open .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.mega-inner {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 18px;
}

.mega-feature {
  position: relative;
  min-height: 220px;
  padding: 24px;
  border: 1px solid rgb(var(--brand-rgb) / 0.16);
  border-radius: 15px;
  background:
    linear-gradient(140deg, rgb(var(--brand-rgb) / 0.14), transparent 55%),
    var(--ink);
  overflow: hidden;
}

.mega-feature::after {
  position: absolute;
  right: -40px;
  bottom: -70px;
  width: 210px;
  height: 210px;
  content: "";
  border: 1px solid rgb(var(--brand-rgb) / 0.26);
  border-radius: 50%;
  box-shadow: 0 0 0 25px rgb(var(--brand-rgb) / 0.035), 0 0 0 50px rgb(var(--brand-rgb) / 0.018);
}

.mega-feature h3 {
  max-width: 330px;
  margin-top: 38px;
  font-size: 1.65rem;
}

.mega-feature p {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.mega-list {
  display: grid;
  align-content: start;
  gap: 4px;
}

.mega-link {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border-radius: 10px;
  color: #c7d8e5;
  font-size: 0.88rem;
  transition: background 0.2s ease, color 0.2s ease;
}

.mega-link:hover {
  color: var(--paper);
  background: rgba(255, 255, 255, 0.055);
}

.mega-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 9px;
  color: var(--mint);
  background: rgb(var(--brand-rgb) / 0.06);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
}

.nav-actions {
  display: flex;
  gap: 9px;
  align-items: center;
}

.theme-control {
  position: relative;
}

.theme-toggle {
  display: inline-flex;
  min-height: 40px;
  gap: 8px;
  align-items: center;
  padding: 8px 11px;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  color: #d3e1eb;
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.72rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.theme-toggle:hover,
.theme-control.open .theme-toggle {
  border-color: rgb(var(--brand-rgb) / 0.58);
  background: rgb(var(--brand-rgb) / 0.12);
}

.theme-toggle-dot {
  width: 15px;
  height: 15px;
  border: 3px solid rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 1px rgb(var(--brand-rgb) / 0.55);
}

.theme-panel {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  width: min(360px, calc(100vw - 28px));
  padding: 18px;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  color: var(--paper);
  background: rgba(5, 24, 39, 0.98);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}

.theme-control.open .theme-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.theme-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 16px;
}

.theme-panel-head span,
.theme-custom > span,
.theme-hue > span {
  display: block;
  color: #809bad;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.theme-panel-head strong {
  display: block;
  margin-top: 4px;
  font-size: 1rem;
}

.theme-close {
  width: 30px;
  height: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #bdd0dc;
  background: transparent;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}

.theme-presets {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 7px;
  margin-bottom: 17px;
}

.theme-presets button {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 8px 3px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #8fa8b8;
  background: rgba(255, 255, 255, 0.025);
  font-size: 0.52rem;
  cursor: pointer;
}

.theme-presets button:hover,
.theme-presets button.active {
  color: #fff;
  border-color: rgb(var(--brand-rgb) / 0.38);
  background: rgb(var(--brand-rgb) / 0.1);
}

.theme-presets i {
  width: 25px;
  height: 25px;
  margin: 0 auto;
  border: 3px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  background: var(--swatch);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.13);
}

.theme-custom {
  display: grid;
  grid-template-columns: 1fr 42px 92px;
  gap: 10px;
  align-items: center;
  padding: 13px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.theme-custom input[type="color"] {
  width: 42px;
  height: 34px;
  padding: 3px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
}

.theme-custom code {
  padding: 6px 8px;
  border-radius: 7px;
  color: var(--mint-soft);
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.72rem;
  text-align: center;
}

.theme-hue {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.theme-hue > span {
  display: flex;
  justify-content: space-between;
}

.theme-hue output {
  color: var(--mint-soft);
}

.theme-hue input {
  width: 100%;
  height: 8px;
  border-radius: 999px;
  appearance: none;
  background: linear-gradient(90deg, #f44, #ff0, #30d478, #17cbe4, #315fff, #b83de0, #f44);
  cursor: pointer;
}

.theme-hue input::-webkit-slider-thumb {
  width: 19px;
  height: 19px;
  border: 3px solid #fff;
  border-radius: 50%;
  appearance: none;
  background: var(--brand);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.35);
}

.theme-reset {
  width: 100%;
  margin-top: 15px;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 9px;
  color: #afc2cf;
  background: transparent;
  font-size: 0.7rem;
  cursor: pointer;
}

.theme-reset:hover {
  color: #fff;
  border-color: rgb(var(--brand-rgb) / 0.42);
}

.mobile-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line-strong);
  border-radius: 9px;
  background: transparent;
  cursor: pointer;
}

.mobile-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: var(--paper);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

/* Hero */
.hero {
  position: relative;
  isolation: isolate;
  min-height: max(760px, 100svh);
  padding: 155px 0 90px;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 44%, rgb(var(--brand-rgb) / 0.17), transparent 34%),
    linear-gradient(135deg, #03111d 0%, #041725 52%, #03111d 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(190, 220, 241, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(190, 220, 241, 0.1) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, black, transparent 58%);
}

.hero-media {
  position: absolute;
  z-index: 0;
  inset: 78px 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-media img {
  display: block;
  width: min(100vw, 1915px);
  max-width: none;
  height: auto;
  flex: 0 0 auto;
  image-rendering: auto;
  animation: hero-media-reveal 1.1s cubic-bezier(.2,.75,.2,1) 0.08s both;
}

.hero-media::before,
.hero-media::after {
  position: absolute;
  z-index: 1;
  content: "";
  pointer-events: none;
}

.hero-media::before {
  inset: 0;
  background:
    linear-gradient(180deg, #03111d 0%, rgba(3, 17, 29, 0.5) 7%, transparent 20%),
    linear-gradient(90deg, #03111d 0%, rgba(3, 17, 29, 0.97) 24%, rgba(3, 17, 29, 0.46) 46%, transparent 70%);
}

.hero-media::after {
  right: 0;
  bottom: 0;
  left: 0;
  height: 28%;
  background: linear-gradient(0deg, #03111d, transparent);
}

@keyframes hero-media-reveal {
  from {
    opacity: 0;
    clip-path: inset(0 0 0 14%);
  }
  to {
    opacity: 1;
    clip-path: inset(0);
  }
}

.hero-canvas {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.72;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(3.4rem, 5.25vw, 5.8rem);
  text-wrap: balance;
}

.hero .lead {
  max-width: 590px;
  margin-bottom: 34px;
}

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

.hero-contact {
  min-width: 230px;
  justify-content: center;
}

.hero-contact:hover {
  color: #fff;
  border-color: var(--brand);
  background: var(--brand);
  box-shadow: 0 18px 46px rgb(var(--brand-rgb) / 0.3);
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 720px;
  margin-top: 68px;
  border-top: 1px solid var(--line-strong);
}

.proof-item {
  padding: 24px 20px 8px 0;
}

.proof-item + .proof-item {
  padding-left: 20px;
  border-left: 1px solid var(--line);
}

.proof-item strong {
  display: block;
  margin-bottom: 2px;
  color: var(--paper);
  font-size: clamp(1.6rem, 3vw, 2.7rem);
  letter-spacing: -0.05em;
}

.proof-item span {
  display: block;
  color: var(--muted);
  font-size: 0.7rem;
  white-space: nowrap;
}

.float-status {
  position: absolute;
  z-index: 3;
  right: 6vw;
  bottom: 11%;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px 15px;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background: rgba(5, 26, 42, 0.84);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  animation: float 5s ease-in-out infinite;
}

.pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 0 rgb(var(--brand-rgb) / 0.6);
  animation: pulse 2s infinite;
}

@keyframes float {
  50% { transform: translateY(-10px); }
}

@keyframes pulse {
  70% { box-shadow: 0 0 0 10px rgb(var(--brand-rgb) / 0); }
  100% { box-shadow: 0 0 0 0 rgb(var(--brand-rgb) / 0); }
}

.trust-strip {
  position: relative;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #051624;
  overflow: hidden;
}

.ticker {
  display: flex;
  width: max-content;
  gap: 58px;
  align-items: center;
  padding: 21px 0;
  color: #a2b6c4;
  font-size: 0.68rem;
  animation: marquee 30s linear infinite;
}

.ticker span::before {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 20px 2px 0;
  border-radius: 50%;
  content: "";
  background: var(--mint);
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}

/* Cards and workflows */
.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.value-card {
  position: relative;
  min-height: 390px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgb(var(--brand-rgb) / 0.08), transparent 45%),
    rgba(255, 255, 255, 0.025);
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.value-card:hover {
  border-color: rgb(var(--brand-rgb) / 0.35);
  transform: translateY(-8px);
}

.value-card:nth-child(2) {
  background:
    linear-gradient(145deg, rgba(96, 183, 235, 0.1), transparent 44%),
    rgba(255, 255, 255, 0.025);
}

.value-card:nth-child(3) {
  background:
    linear-gradient(145deg, rgb(var(--brand-rgb) / 0.12), transparent 44%),
    rgba(255, 255, 255, 0.025);
}

.step-index {
  color: var(--mint);
  font-size: 0.74rem;
}

.value-card h3 {
  margin-top: 115px;
}

.payoff {
  position: absolute;
  right: 34px;
  bottom: 30px;
  left: 34px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: #c2d5e3;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.73rem;
  line-height: 1.55;
}

.workflow-panel {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #061a2a;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.workflow-tabs {
  display: grid;
  gap: 8px;
  align-content: center;
}

.workflow-tab {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 15px;
  align-items: center;
  padding: 18px;
  border: 1px solid transparent;
  border-radius: 13px;
  color: #98afbf;
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: background 0.22s ease, color 0.22s ease, border 0.22s ease;
}

.workflow-tab strong {
  display: block;
  color: inherit;
}

.workflow-tab span {
  font-size: 0.78rem;
}

.workflow-tab.active {
  color: var(--paper);
  border-color: rgb(var(--brand-rgb) / 0.27);
  background: rgb(var(--brand-rgb) / 0.08);
}

.workflow-tab .num {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 9px;
  color: var(--mint);
  background: rgb(var(--brand-rgb) / 0.09);
  font-family: "IBM Plex Mono", monospace;
}

.workflow-stage {
  position: relative;
  min-height: 510px;
  padding: 28px;
  border: 1px solid rgba(202, 226, 244, 0.13);
  border-radius: 20px;
  background:
    linear-gradient(rgba(210, 235, 250, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(210, 235, 250, 0.04) 1px, transparent 1px),
    #071f31;
  background-size: 34px 34px;
  overflow: hidden;
}

.stage-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stage-head .tag {
  color: var(--mint);
  font-size: 0.65rem;
}

.stage-window {
  position: relative;
  min-height: 360px;
  margin-top: 35px;
}

.stage-card {
  position: absolute;
  padding: 18px;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  background: rgba(4, 25, 40, 0.94);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.22);
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.stage-card strong {
  display: block;
  margin-bottom: 7px;
}

.stage-card small {
  color: var(--muted);
}

.stage-card.a {
  top: 15px;
  left: 5%;
  width: 54%;
}

.stage-card.b {
  top: 120px;
  right: 2%;
  width: 52%;
}

.stage-card.c {
  bottom: 8px;
  left: 12%;
  width: 58%;
}

.stage-card .status {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  margin-top: 14px;
  padding: 5px 8px;
  border-radius: 999px;
  color: var(--mint-soft);
  background: rgb(var(--brand-rgb) / 0.08);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.62rem;
}

.stage-line {
  position: absolute;
  top: 90px;
  left: 20%;
  width: 62%;
  height: 150px;
  border-right: 1px dashed rgb(var(--brand-rgb) / 0.4);
  border-bottom: 1px dashed rgb(var(--brand-rgb) / 0.4);
  border-radius: 0 0 35px;
}

.workflow-stage.changing .stage-card {
  opacity: 0;
  transform: translateY(12px);
}

/* Interactive product roadmap */
.roadmap-scroll-scene {
  position: relative;
  height: 330vh;
  min-height: 2300px;
}

.roadmap-scroll-scene .roadmap-panel {
  position: sticky;
  top: 96px;
}

.roadmap-panel {
  display: block;
  padding: 40px;
  border-color: rgb(var(--brand-rgb) / 0.22);
  background:
    radial-gradient(circle at 50% 0%, rgb(var(--brand-rgb) / 0.16), transparent 40%),
    linear-gradient(145deg, #061a2a, #04131f);
}

.roadmap-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 195px;
  padding: 18px 10px 0;
}

.roadmap-line {
  position: absolute;
  top: 57px;
  right: 12.5%;
  left: 12.5%;
  height: 2px;
  background: rgba(170, 205, 228, 0.17);
  overflow: hidden;
}

.roadmap-progress {
  display: block;
  width: var(--roadmap-progress);
  height: 100%;
  background: linear-gradient(90deg, var(--mint), var(--mint-soft));
  box-shadow: 0 0 18px rgba(43, 151, 216, 0.7);
  transition: width 0.08s linear, height 0.08s linear;
}

.roadmap-stop {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #7891a3;
  border: 0;
  background: transparent;
  text-align: center;
  cursor: pointer;
  transition: color 0.25s ease, transform 0.25s ease;
}

.roadmap-stop:hover {
  color: #dcecf6;
  transform: translateY(-4px);
}

.roadmap-marker {
  position: relative;
  isolation: isolate;
  display: grid;
  width: 76px;
  height: 76px;
  margin-bottom: 16px;
  place-items: center;
  border: 1px solid rgba(178, 211, 232, 0.2);
  border-radius: 50%;
  color: #7695aa;
  background: #061c2c;
  box-shadow: 0 0 0 9px rgba(5, 25, 40, 0.88);
  transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.roadmap-marker::before {
  position: absolute;
  z-index: -1;
  inset: 8px;
  border: 1px solid rgba(140, 202, 242, 0.12);
  border-radius: 18px;
  content: "";
  transform: rotate(45deg) scale(0.72);
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.roadmap-marker svg {
  width: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.roadmap-stop.active {
  color: #fff;
}

.roadmap-stop.active .roadmap-marker {
  color: #fff;
  border-color: #3ca2df;
  background: linear-gradient(145deg, #1583c5, #075a91);
  box-shadow: 0 0 0 9px rgba(5, 25, 40, 0.9), 0 0 38px rgb(var(--brand-rgb) / 0.52);
}

.roadmap-stop.active .roadmap-marker::before {
  border-color: rgba(255, 255, 255, 0.36);
  transform: rotate(45deg) scale(0.82);
}

.roadmap-step,
.roadmap-kicker,
.roadmap-index,
.roadmap-live,
.core-label,
.lane-index {
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.roadmap-step {
  margin-bottom: 6px;
  color: #45a5dc;
  font-size: 0.62rem;
}

.roadmap-stop strong {
  display: block;
  min-height: 26px;
  color: inherit;
  font-size: clamp(0.78rem, 1.05vw, 0.96rem);
  white-space: nowrap;
}

.roadmap-stop small {
  display: block;
  min-height: 22px;
  margin-top: 5px;
  color: #6f8798;
  font-size: 0.7rem;
}

.roadmap-detail {
  padding: 30px;
  border: 1px solid rgba(190, 220, 241, 0.14);
  border-radius: 22px;
  background:
    linear-gradient(rgba(210, 235, 250, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(210, 235, 250, 0.035) 1px, transparent 1px),
    rgba(6, 29, 46, 0.78);
  background-size: 34px 34px;
  transition: opacity 0.25s ease;
}

.roadmap-live {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: #7ca2b9;
  font-size: 0.6rem;
}

.roadmap-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: end;
  padding: 38px 0 28px;
  min-height: 205px;
}

.roadmap-kicker {
  display: block;
  margin-bottom: 12px;
  color: #43a4dc;
  font-size: 0.64rem;
}

.roadmap-summary h3 {
  min-height: 104px;
  max-width: 720px;
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(1.75rem, 3vw, 3rem);
}

.roadmap-summary p {
  min-height: 58px;
  max-width: 760px;
  margin: 0;
  color: #94aaba;
}

.roadmap-index {
  color: rgba(122, 196, 239, 0.16);
  font-size: clamp(4rem, 10vw, 8rem);
  font-weight: 800;
  line-height: 0.75;
}

.roadmap-evidence {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.roadmap-panel .stage-card {
  position: static;
  width: auto;
  min-height: 162px;
  padding: 20px;
  border-color: rgba(190, 220, 241, 0.13);
  background: rgba(3, 17, 29, 0.7);
  box-shadow: none;
}

.roadmap-panel .stage-card strong {
  display: block;
  min-height: 52px;
  color: #eaf5fc;
}

.roadmap-panel .stage-card small {
  display: block;
  min-height: 46px;
  color: #829bad;
}

.roadmap-detail.changing {
  opacity: 0.55;
}

.roadmap-detail.changing .stage-card {
  opacity: 0;
  transform: translateY(8px);
}

/* Photos */
.split-photo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 700px;
}

.split-photo-media {
  position: relative;
  min-height: 600px;
  overflow: hidden;
}

.split-photo-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.split-photo-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(3, 17, 29, 0.44), transparent 55%);
}

.split-photo-copy {
  display: grid;
  padding: 8vw;
  place-content: center;
  color: var(--ink);
  background: var(--paper);
}

.split-photo-copy p {
  color: #4b6476;
}

.check-list {
  display: grid;
  gap: 16px;
  margin: 30px 0 38px;
}

.check-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 13px;
  align-items: start;
  color: #2c4b61;
}

.check {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--mint);
  font-size: 0.74rem;
  font-weight: 800;
}

/* Passport mockup */
.passport-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
  align-items: center;
}

.passport-copy h2 {
  font-size: clamp(2.6rem, 4.7vw, 4.9rem);
}

.passport-ui {
  position: relative;
  padding: 20px;
  border: 1px solid rgb(var(--brand-rgb) / 0.22);
  border-radius: 28px;
  background: linear-gradient(140deg, rgb(var(--brand-rgb) / 0.08), rgba(255, 255, 255, 0.02));
  box-shadow: var(--shadow);
  transform: perspective(1100px) rotateY(-3deg) rotateX(2deg);
  transition: transform 0.35s ease;
}

.passport-ui:hover {
  transform: perspective(1100px) rotateY(0) rotateX(0) translateY(-4px);
}

.passport-window {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: #f3f8fc;
  color: var(--ink);
}

.ui-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.ui-brand {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 0.83rem;
  font-weight: 800;
}

.ui-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #0b82c7;
  box-shadow: 12px 0 #90caf4, 24px 0 #152b3a;
}

.verified-badge {
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--brand);
  background: #d9effc;
  font-size: 0.66rem;
  font-weight: 700;
}

.product-head {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 15px;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #cadbe7;
}

.product-thumb {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 16px;
  color: #075b8d;
  background: #dfedf7;
  font-size: 1.9rem;
}

.product-head h4 {
  margin: 0 0 3px;
  font-size: 1.04rem;
}

.product-head p {
  margin: 0;
  color: #637c8f;
  font-size: 0.74rem;
}

.journey {
  display: grid;
  margin-top: 25px;
}

.journey-row {
  position: relative;
  display: grid;
  grid-template-columns: 18px 1fr auto;
  gap: 13px;
  padding: 0 0 23px;
}

.journey-row:not(:last-child)::before {
  position: absolute;
  top: 12px;
  bottom: 0;
  left: 5px;
  width: 1px;
  content: "";
  background: #a5becf;
}

.journey-node {
  z-index: 1;
  width: 11px;
  height: 11px;
  margin-top: 7px;
  border: 2px solid #f3f8fc;
  border-radius: 50%;
  background: #168dd8;
  box-shadow: 0 0 0 3px #b8dff4;
}

.journey-row strong {
  display: block;
  font-size: 0.8rem;
}

.journey-row span {
  color: #6a8192;
  font-size: 0.67rem;
}

.journey-row time {
  color: #5e7688;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.61rem;
}

.qr-float {
  position: absolute;
  right: -28px;
  bottom: 48px;
  display: grid;
  width: 110px;
  height: 125px;
  padding: 12px;
  place-items: center;
  border: 1px solid #cfdeea;
  border-radius: 17px;
  color: var(--ink);
  background: white;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22);
  font-size: 0.56rem;
  font-weight: 700;
  text-align: center;
  animation: float 5.5s ease-in-out infinite 1s;
}

.qr-code {
  width: 70px;
  height: 70px;
  background:
    linear-gradient(90deg, #071927 11px, transparent 11px) 0 0 / 22px 22px,
    linear-gradient(#071927 11px, transparent 11px) 0 0 / 22px 22px,
    repeating-linear-gradient(45deg, #071927 0 4px, transparent 4px 8px);
  image-rendering: pixelated;
}

/* Product passport mobile app */
#passport .passport-ui {
  position: relative;
  display: grid;
  min-height: 760px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
  overflow: visible;
}

#passport .passport-ui:hover {
  transform: none;
}

.phone-glow {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(var(--brand-rgb) / 0.24), transparent 68%);
  filter: blur(10px);
}

.mobile-phone {
  position: relative;
  z-index: 2;
  width: 365px;
  border: 8px solid #07111a;
  border-radius: 42px;
  color: #071927;
  background: #f7fbfe;
  box-shadow: 0 42px 90px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(142, 201, 238, 0.3);
  overflow: hidden;
}

.mobile-phone::before {
  position: absolute;
  z-index: 5;
  top: 9px;
  left: 50%;
  width: 92px;
  height: 22px;
  border-radius: 999px;
  content: "";
  background: #07111a;
  transform: translateX(-50%);
}

.phone-status,
.phone-appbar,
.phone-brand,
.phone-meta,
.phone-nav {
  display: flex;
  align-items: center;
}

.phone-status {
  height: 37px;
  padding: 0 22px;
  color: #5a7080;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.55rem;
  justify-content: space-between;
}

.phone-appbar {
  height: 52px;
  padding: 0 18px;
  border-bottom: 1px solid #dbe8f0;
  justify-content: space-between;
}

.phone-brand {
  gap: 8px;
  color: #0d2738;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.phone-brand img {
  width: 27px;
  height: 27px;
  object-fit: contain;
}

.phone-menu {
  color: #6b8292;
  letter-spacing: 0.12em;
}

.phone-visual {
  position: relative;
  height: 188px;
  overflow: hidden;
}

.phone-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(2, 18, 29, 0.75), transparent 58%);
}

.phone-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone-visual .verified-badge {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  color: var(--brand);
  background: rgba(236, 249, 255, 0.94);
}

.phone-image-label {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 14px;
  left: 16px;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
}

.phone-body {
  padding: 18px 18px 12px;
}

.phone-eyebrow {
  color: var(--brand);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.55rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.phone-body h3 {
  margin: 6px 0 8px;
  color: #071927;
  font-size: 1.35rem;
}

.phone-meta {
  gap: 7px;
  margin-bottom: 17px;
}

.phone-meta span {
  padding: 5px 7px;
  border-radius: 6px;
  color: #526c7e;
  background: #e9f2f8;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.5rem;
}

.phone-route {
  display: grid;
}

.phone-route-row {
  position: relative;
  display: grid;
  grid-template-columns: 32px 1fr auto;
  gap: 10px;
  align-items: start;
  padding: 0 0 15px;
}

.phone-route-row:not(:last-child)::after {
  position: absolute;
  top: 29px;
  bottom: 4px;
  left: 15px;
  width: 1px;
  content: "";
  background: #bad2e1;
}

.phone-route-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid #b8d7e9;
  border-radius: 50%;
  color: var(--brand);
  background: #edf7fc;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.53rem;
}

.phone-route-row.active .phone-route-icon {
  color: #fff;
  border-color: var(--brand);
  background: var(--brand);
  box-shadow: 0 0 0 4px #d8edf8;
}

.phone-route-row strong,
.phone-route-row small {
  display: block;
}

.phone-route-row strong {
  margin-top: 2px;
  font-size: 0.72rem;
}

.phone-route-row small {
  margin-top: 2px;
  color: #718899;
  font-size: 0.57rem;
}

.phone-route-row time {
  margin-top: 4px;
  color: #648092;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.5rem;
}

.phone-nav {
  height: 52px;
  padding: 0 18px;
  border-top: 1px solid #dce9f1;
  color: #7a909f;
  font-size: 0.58rem;
  justify-content: space-between;
}

.phone-nav .active {
  color: var(--brand);
  font-weight: 800;
}

.phone-fact {
  position: absolute;
  z-index: 3;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  width: 270px;
  padding: 16px;
  border: 1px solid rgba(151, 204, 236, 0.25);
  border-radius: 16px;
  background: rgba(6, 28, 44, 0.94);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.phone-fact > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--brand);
}

.phone-fact strong,
.phone-fact small {
  display: block;
}

.phone-fact strong {
  margin-bottom: 4px;
  color: #fff;
  font-size: 0.78rem;
}

.phone-fact small {
  color: #89a4b6;
  font-size: 0.64rem;
  line-height: 1.5;
}

.phone-fact-a {
  top: 150px;
  right: -40px;
}

.phone-fact-b {
  bottom: 120px;
  left: -48px;
}

/* Industries */
.industry-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 15px;
}

.industry-card {
  position: relative;
  grid-column: span 4;
  min-height: 300px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.025);
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.industry-card:nth-child(1),
.industry-card:nth-child(5) {
  grid-column: span 8;
}

.industry-card:hover {
  border-color: rgb(var(--brand-rgb) / 0.38);
  transform: translateY(-6px);
}

.industry-card::after {
  position: absolute;
  right: -50px;
  bottom: -70px;
  width: 200px;
  height: 200px;
  content: "";
  border: 1px solid rgb(var(--brand-rgb) / 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 24px rgb(var(--brand-rgb) / 0.025), 0 0 0 48px rgb(var(--brand-rgb) / 0.015);
}

.industry-icon {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 70px;
  place-items: center;
  border: 1px solid rgb(var(--brand-rgb) / 0.2);
  border-radius: 13px;
  color: var(--mint);
  background: rgb(var(--brand-rgb) / 0.07);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.78rem;
}

.industry-card h3 {
  font-size: 1.45rem;
}

.industry-card p {
  max-width: 520px;
  margin-bottom: 0;
  font-size: 0.9rem;
}

/* Industry switchboard */
.industry-switchboard {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  min-height: 630px;
  border: 1px solid var(--line-strong);
  border-radius: 28px;
  background: #051725;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.industry-core {
  position: relative;
  display: grid;
  padding: 54px;
  border-right: 1px solid var(--line);
  background:
    linear-gradient(rgba(190, 220, 241, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(190, 220, 241, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 50% 40%, rgb(var(--brand-rgb) / 0.16), transparent 42%);
  background-size: 42px 42px, 42px 42px, auto;
  align-content: center;
}

.core-label {
  position: absolute;
  top: 30px;
  left: 32px;
  color: var(--mint);
  font-size: 0.58rem;
}

.core-orbit {
  position: relative;
  display: grid;
  width: 170px;
  height: 170px;
  margin-bottom: 45px;
  place-items: center;
  border: 1px solid rgba(82, 165, 216, 0.3);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgb(var(--brand-rgb) / 0.045), 0 0 0 57px rgb(var(--brand-rgb) / 0.025);
}

.core-orbit::before,
.core-orbit::after,
.core-orbit span {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #061a2a;
  border-radius: 50%;
  content: "";
  background: var(--mint);
  box-shadow: 0 0 18px rgba(73, 168, 223, 0.7);
}

.core-orbit::before { top: 5px; left: 25px; }
.core-orbit::after { right: -3px; bottom: 44px; }
.core-orbit span { bottom: 0; left: 32px; }

.core-orbit strong {
  color: #fff;
  font-family: "IBM Plex Mono", monospace;
  font-size: 3.4rem;
}

.industry-core h3 {
  max-width: 360px;
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.industry-core p {
  max-width: 430px;
  margin-bottom: 0;
}

.industry-lanes {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
}

.industry-lane {
  position: relative;
  display: grid;
  grid-template-columns: 52px 18px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 24px 30px;
  border-bottom: 1px solid var(--line);
  color: #fff;
  background: rgba(255, 255, 255, 0.012);
  transition: padding-left 0.3s ease, background 0.3s ease;
}

.industry-lane:last-child {
  border-bottom: 0;
}

.industry-lane:hover {
  padding-left: 40px;
  background: rgb(var(--brand-rgb) / 0.12);
}

.lane-index {
  color: var(--mint);
  font-size: 0.65rem;
}

.lane-signal {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 6px rgba(35, 141, 204, 0.1);
}

.industry-lane h3 {
  margin: 0 0 3px;
  font-size: 1.12rem;
}

.industry-lane p {
  margin: 0;
  color: #7892a4;
  font-size: 0.74rem;
}

.lane-arrow {
  color: #6daed4;
  font-size: 1.15rem;
  transition: transform 0.25s ease;
}

.industry-lane:hover .lane-arrow {
  transform: translate(4px, -4px);
}

/* Chapter 3 — shared data platform */
.architecture-section {
  isolation: isolate;
  min-height: 900px;
  overflow: hidden;
  background: #041523;
}

.architecture-backdrop {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.architecture-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.58;
}

.architecture-backdrop::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(3, 17, 29, 0.94) 0%, rgba(3, 17, 29, 0.68) 48%, rgba(3, 17, 29, 0.86) 100%),
    linear-gradient(180deg, #03111d 0%, transparent 24%, transparent 74%, #03111d 100%);
}

.architecture-head {
  position: relative;
  z-index: 2;
}

.architecture-head > p {
  color: #b7cddd;
}

.architecture-stack {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.architecture-stack::before {
  position: absolute;
  top: 50%;
  right: 4%;
  left: 4%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(87, 179, 234, 0.7), transparent);
  box-shadow: 0 0 24px rgb(var(--accent-rgb) / 0.45);
}

.architecture-layer {
  position: relative;
  min-height: 330px;
  padding: 24px;
  border: 1px solid rgba(140, 202, 242, 0.22);
  border-radius: 22px;
  background: linear-gradient(160deg, rgba(10, 47, 76, 0.82), rgba(3, 17, 29, 0.78));
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
  overflow: hidden;
}

.architecture-layer::after {
  position: absolute;
  right: -40px;
  bottom: -64px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(88, 178, 231, 0.18);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 30px rgb(var(--accent-rgb) / 0.025), 0 0 0 60px rgb(var(--accent-rgb) / 0.014);
}

.layer-number {
  display: block;
  margin-bottom: 20px;
  color: rgba(140, 202, 242, 0.45);
  font-family: "IBM Plex Mono", monospace;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: -0.08em;
}

.architecture-layer h3 {
  margin: 7px 0 12px;
  font-size: clamp(1.55rem, 2.2vw, 2.2rem);
}

.architecture-layer p {
  min-height: 80px;
  margin-bottom: 18px;
  color: #aec4d3;
  font-size: 0.9rem;
}

.layer-tags {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}

.layer-tags span,
.integration-protocols span {
  padding: 6px 9px;
  border: 1px solid rgba(140, 202, 242, 0.18);
  border-radius: 999px;
  color: var(--mint-soft);
  background: rgb(var(--brand-rgb) / 0.08);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.57rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.architecture-spine {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 26px;
  color: var(--mint-soft);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.architecture-spine span {
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, transparent, rgba(140, 202, 242, 0.35));
}

.architecture-spine span:last-child {
  transform: rotate(180deg);
}

/* Chapter 5 — operating model */
.governance-section {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(520px, 0.92fr);
  min-height: 790px;
  color: var(--ink);
  background: #eaf3f9;
}

.governance-media {
  position: relative;
  min-height: 720px;
  overflow: hidden;
}

.governance-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.governance-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent 65%, rgba(234, 243, 249, 0.34));
}

.governance-copy {
  display: grid;
  padding: clamp(60px, 6.2vw, 110px);
  align-content: center;
  background:
    linear-gradient(rgb(var(--brand-rgb) / 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgb(var(--brand-rgb) / 0.045) 1px, transparent 1px);
  background-size: 48px 48px;
}

.governance-copy .eyebrow {
  color: var(--brand);
}

.governance-copy .eyebrow::before {
  background: var(--brand);
}

.governance-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(2.45rem, 4.3vw, 4.55rem);
}

.governance-copy h2 span {
  color: var(--brand);
}

.governance-copy > p {
  max-width: 690px;
  margin-bottom: 30px;
  color: #4f687b;
}

.governance-levels {
  display: grid;
  gap: 8px;
}

.governance-levels article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgb(var(--brand-rgb) / 0.12);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.64);
}

.governance-levels article > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--brand);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
}

.governance-levels strong,
.governance-levels small {
  display: block;
}

.governance-levels strong {
  font-size: 0.92rem;
}

.governance-levels small {
  margin-top: 2px;
  color: #5c7486;
  font-size: 0.7rem;
}

.governance-users {
  display: flex;
  gap: 7px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.governance-users span {
  padding: 7px 10px;
  border-radius: 999px;
  color: #24536f;
  background: #d5e8f4;
  font-size: 0.64rem;
  font-weight: 600;
}

/* Scroll-stacked management model */
.governance-scroll {
  position: relative;
  padding: 120px 0 180px;
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 12%, rgb(var(--brand-rgb) / 0.09), transparent 28%),
    #e5f0f6;
}

.governance-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 70px;
}

.governance-intro .eyebrow {
  color: var(--brand);
}

.governance-intro .eyebrow::before {
  background: var(--brand);
}

.governance-intro h2 {
  max-width: 780px;
  margin-bottom: 0;
}

.governance-intro h2 span {
  color: var(--brand);
}

.governance-intro > p {
  margin-bottom: 8px;
  color: #4d687b;
}

.governance-stack {
  position: relative;
}

.governance-layer {
  position: sticky;
  z-index: calc(10 + var(--layer-index));
  top: calc(92px + var(--layer-index) * 14px);
  min-height: min(72vh, 690px);
  margin-bottom: 130px;
  border: 0;
  border-radius: 28px;
  background: #071f32;
  box-shadow: 0 34px 90px rgba(3, 34, 55, 0.24);
  overflow: hidden;
  transform-origin: center top;
  transition: box-shadow 0.45s ease, filter 0.45s ease, transform 0.45s ease;
}

.governance-layer:last-child {
  margin-bottom: 0;
}

.governance-layer:not(.is-layer-active) {
  filter: saturate(0.82);
}

.governance-layer.is-layer-active {
  box-shadow: 0 42px 110px rgba(3, 34, 55, 0.32);
}

.governance-layer img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(.2,.75,.2,1);
}

.governance-layer.is-layer-active img {
  transform: scale(1.025);
}

.governance-layer-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 17, 29, 0.94) 0%, rgba(3, 17, 29, 0.72) 38%, rgba(3, 17, 29, 0.1) 76%),
    linear-gradient(0deg, rgba(3, 17, 29, 0.76), transparent 48%);
}

.governance-layer-copy {
  position: absolute;
  z-index: 2;
  bottom: 54px;
  left: 54px;
  width: min(590px, calc(100% - 108px));
  color: #fff;
}

.governance-layer-index {
  display: block;
  margin-bottom: 18px;
  color: var(--mint-soft);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.governance-layer h3 {
  margin-bottom: 13px;
  font-size: clamp(2.55rem, 5vw, 5.2rem);
  line-height: 0.98;
}

.governance-units {
  max-width: 560px;
  margin-bottom: 25px;
  color: #c8dce9;
  font-size: 0.93rem;
}

.governance-functions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.governance-functions span {
  padding: 8px 11px;
  border: 1px solid rgba(140, 202, 242, 0.26);
  border-radius: 999px;
  color: #d7ebf8;
  background: rgba(7, 31, 50, 0.5);
  backdrop-filter: blur(9px);
  font-size: 0.68rem;
}

/* Chapter 6 — intelligence */
.intelligence-section {
  background:
    radial-gradient(circle at 85% 50%, rgb(var(--brand-rgb) / 0.14), transparent 34%),
    #03111d;
}

.intelligence-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(140, 202, 242, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(140, 202, 242, 0.06) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, transparent, black 34%, black 80%, transparent);
}

.intelligence-layout {
  position: relative;
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  gap: 70px;
  align-items: stretch;
}

.intelligence-copy {
  display: flex;
  min-height: 590px;
  flex-direction: column;
  justify-content: flex-start;
}

.intelligence-copy h2 {
  font-size: clamp(2.45rem, 4.25vw, 4.65rem);
}

.intelligence-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: auto;
}

.intelligence-principles article {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 9px;
  min-height: 84px;
  padding: 14px 12px;
  border: 1px solid rgba(140, 202, 242, 0.16);
  border-radius: 14px;
  background: rgba(7, 31, 50, 0.82);
}

.intelligence-principles article > span {
  color: var(--mint);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.7rem;
}

.intelligence-principles strong,
.intelligence-principles small {
  display: block;
}

.intelligence-principles small {
  margin-top: 4px;
  color: #8fa9ba;
  font-size: 0.68rem;
  white-space: nowrap;
}

.intelligence-media {
  position: relative;
  min-height: 590px;
  margin: 0;
  border: 1px solid rgba(140, 202, 242, 0.22);
  border-radius: 26px;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.38);
  overflow: hidden;
}

.intelligence-media img {
  width: 100%;
  height: 100%;
  min-height: 590px;
  object-fit: cover;
}

.intelligence-media::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(0deg, rgba(3, 17, 29, 0.74), transparent 35%);
}

.intelligence-media figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 22px;
  left: 24px;
  display: flex;
  gap: 11px;
  align-items: center;
  color: #d7e7f2;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Chapter 6 — integration hub */
.integration-section {
  color: var(--ink);
  background: #f3f8fb;
}

.integration-section .eyebrow {
  color: var(--brand);
}

.integration-section .eyebrow::before {
  background: var(--brand);
}

.integration-section .section-head p {
  color: #4f687b;
}

.integration-section .accent {
  color: var(--brand);
}

.integration-hub {
  position: relative;
  min-height: 780px;
  border: 1px solid rgb(var(--brand-rgb) / 0.18);
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 49%, rgba(255, 255, 255, 0.96) 0 11%, transparent 29%),
    linear-gradient(rgb(var(--brand-rgb) / 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgb(var(--brand-rgb) / 0.055) 1px, transparent 1px),
    #e9f3f9;
  background-size: 42px 42px;
  overflow: hidden;
}

.integration-hub::before {
  position: absolute;
  inset: 9%;
  pointer-events: none;
  content: "";
  opacity: 0.45;
  background: repeating-conic-gradient(from 0deg, rgb(var(--brand-rgb) / 0.22) 0 1px, transparent 1px 36deg);
  mask-image: radial-gradient(circle, transparent 0 25%, #000 26% 78%, transparent 79%);
}

.data-exchange {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
}

.data-exchange > span {
  --out-speed: 4.7s;
  --in-speed: 6.1s;
  --out-delay: -1.2s;
  --in-delay: -3.4s;
  position: absolute;
  top: var(--flow-y, 49%);
  left: var(--flow-x, 50%);
  width: var(--flow-length, 34%);
  height: 2px;
  background: linear-gradient(90deg, rgb(var(--brand-rgb) / 0.46), rgb(var(--brand-rgb) / 0.13) 56%, rgb(var(--brand-rgb) / 0.025));
  transform: rotate(var(--flow-angle));
  transform-origin: left center;
}

.data-exchange i,
.data-exchange b {
  position: absolute;
  top: -4px;
  width: 9px;
  height: 9px;
  border-radius: 3px;
  background: var(--mint);
  box-shadow:
    -10px 0 12px rgb(var(--accent-rgb) / 0.2),
    0 0 0 4px rgb(var(--accent-rgb) / 0.09),
    0 0 17px rgb(var(--accent-rgb) / 0.72);
}

.data-exchange i {
  animation: data-flow-out var(--out-speed) cubic-bezier(.35,.05,.25,1) var(--out-delay) infinite;
}

.data-exchange b {
  width: 6px;
  height: 6px;
  top: -2px;
  border-radius: 50%;
  background: #65c5f4;
  box-shadow:
    9px 0 11px rgba(101, 197, 244, 0.24),
    0 0 0 5px rgba(101, 197, 244, 0.08),
    0 0 18px rgba(38, 151, 213, 0.7);
  animation: data-flow-in var(--in-speed) cubic-bezier(.3,.05,.22,1) var(--in-delay) infinite;
}

@keyframes data-flow-out {
  0%, 12% { left: 5%; opacity: 0; transform: scaleX(0.7); }
  18% { opacity: 1; }
  58% { left: 72%; opacity: 1; transform: scaleX(1.35); }
  72% { left: 96%; opacity: 0; transform: scaleX(0.7); }
  100% { left: 96%; opacity: 0; }
}

@keyframes data-flow-in {
  0%, 25% { left: 96%; opacity: 0; transform: scale(0.7); }
  31% { opacity: 0.95; }
  64% { left: 43%; opacity: 1; transform: scale(1.2); }
  82% { left: 6%; opacity: 0; transform: scale(0.7); }
  100% { left: 6%; opacity: 0; }
}

.data-exchange > span:nth-child(2n) { --out-speed: 5.8s; --in-speed: 4.4s; --out-delay: -3.7s; --in-delay: -1.1s; }
.data-exchange > span:nth-child(3n) { --out-speed: 3.9s; --in-speed: 7.2s; --out-delay: -0.6s; --in-delay: -5.8s; }
.data-exchange > span:nth-child(4n) { --out-speed: 6.6s; --in-speed: 5.1s; --out-delay: -5.2s; --in-delay: -2.4s; }
.data-exchange > span:nth-child(5n) { --out-speed: 4.3s; --in-speed: 6.8s; --out-delay: -2.8s; --in-delay: -4.6s; }

.orbit-ring {
  position: absolute;
  top: 49%;
  left: 50%;
  pointer-events: none;
  border: 1px solid rgb(var(--brand-rgb) / 0.16);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.orbit-ring::before,
.orbit-ring::after {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background: var(--mint);
  box-shadow: 0 0 0 7px rgb(var(--accent-rgb) / 0.09), 0 0 22px rgb(var(--accent-rgb) / 0.56);
}

.orbit-ring-outer {
  width: 78%;
  height: 76%;
  animation: orbit-ring-spin 32s linear infinite;
}

.orbit-ring-outer::before { top: 15%; left: 8%; }
.orbit-ring-outer::after { right: 5%; bottom: 23%; }

@keyframes orbit-ring-spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

.integration-core {
  position: absolute;
  z-index: 4;
  top: 49%;
  left: 50%;
  display: grid;
  align-content: center;
  justify-items: center;
  width: 292px;
  height: 292px;
  padding: 28px;
  border: 1px solid rgb(var(--brand-rgb) / 0.34);
  border-radius: 50%;
  background:
    linear-gradient(rgb(var(--brand-rgb) / 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgb(var(--brand-rgb) / 0.055) 1px, transparent 1px),
    radial-gradient(circle at 50% 35%, rgb(var(--brand-rgb) / 0.12), transparent 48%),
    rgba(255, 255, 255, 0.97);
  background-size: 22px 22px, 22px 22px, auto, auto;
  box-shadow:
    0 32px 80px rgba(3, 42, 69, 0.2),
    0 0 0 10px rgba(255, 255, 255, 0.72),
    0 0 0 22px rgb(var(--brand-rgb) / 0.055);
  text-align: center;
  transform: translate(-50%, -50%);
}

.integration-core::after {
  display: none;
}

.core-kicker {
  margin-bottom: 9px;
  color: #557588;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.54rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.core-emblem {
  display: grid;
  width: 92px;
  height: 92px;
  margin-bottom: 10px;
  place-items: center;
  border: 1px solid rgb(var(--brand-rgb) / 0.18);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 34px rgb(var(--brand-rgb) / 0.13);
}

.integration-core .core-emblem img {
  width: 78px;
  height: 78px;
  margin: 0;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgb(var(--brand-rgb) / 0.15));
}

.integration-core strong {
  color: #073354;
  font-size: 1.38rem;
  letter-spacing: 0.1em;
}

.integration-core small {
  margin-top: 3px;
  color: #557588;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.56rem;
  text-transform: uppercase;
}

.core-status {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  margin-top: 13px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #315d78;
  background: rgb(var(--brand-rgb) / 0.07);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.52rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.core-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 4px rgb(var(--accent-rgb) / 0.1);
}

.integration-partners {
  position: absolute;
  z-index: 3;
  inset: 0;
}

.partner-card {
  position: absolute;
  display: grid;
  width: 152px;
  min-height: 108px;
  gap: 7px;
  padding: 12px;
  place-items: center;
  border: 1px solid rgb(var(--brand-rgb) / 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 38px rgba(3, 42, 69, 0.07);
  text-align: center;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.partner-card:hover {
  border-color: rgb(var(--brand-rgb) / 0.38);
  box-shadow: 0 20px 48px rgba(3, 42, 69, 0.12);
  transform: translateY(-4px);
}

.partner-card img {
  width: 62px;
  height: 52px;
  object-fit: contain;
}

.partner-wide-logo img {
  width: 122px;
  height: 44px;
}

.partner-card span {
  color: #204a64;
  font-size: 0.7rem;
  font-weight: 600;
}

.partner-card.city-system img {
  width: 44px;
  height: 44px;
}

.node-1 { top: 4%; left: calc(50% - 76px); }
.node-2 { top: 10%; right: 16%; }
.node-3 { top: 32%; right: 4%; }
.node-4 { right: 11%; bottom: 10%; }
.node-5 { bottom: 3%; left: calc(50% - 76px); }
.node-6 { bottom: 10%; left: 11%; }
.node-7 { top: 32%; left: 4%; }
.node-8 { top: 10%; left: 16%; }
.node-9 { top: 45%; right: 23%; }
.node-10 { top: 45%; left: 23%; }

.orbit-more {
  color: var(--brand);
  border-style: dashed;
  background: rgba(225, 241, 251, 0.95);
}

.orbit-more strong {
  color: var(--brand);
  font-size: 2.1rem;
  line-height: 1;
}

.integration-protocols {
  position: absolute;
  z-index: 3;
  right: 28px;
  bottom: 18px;
  left: 28px;
  display: flex;
  gap: 7px;
  align-items: center;
}

.integration-protocols span {
  color: var(--brand);
  border-color: rgb(var(--brand-rgb) / 0.16);
}

.integration-protocols strong {
  margin-left: auto;
  color: #557588;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.54rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Alternating section rhythm */
#scale {
  background:
    radial-gradient(circle at 16% 50%, rgb(var(--brand-rgb) / 0.15), transparent 28%),
    #061a2a;
}

#consumer-trust {
  background: #061a2a;
}

#connect {
  background: #e5f0f6;
}

/* Metrics */
.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.metric {
  min-height: 230px;
  padding: 45px 28px;
}

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

.metric > strong {
  display: block;
  margin-bottom: 13px;
  color: var(--mint);
  font-size: clamp(2.8rem, 5vw, 5rem);
  letter-spacing: -0.07em;
  line-height: 1;
}

.metric:first-child > strong {
  font-size: clamp(2.4rem, 4vw, 4.2rem);
}

.metric-label {
  color: #b2c5d3;
  font-size: 0.68rem;
}

/* Testimonials */
.quote-card {
  position: relative;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  min-height: 500px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #071d2d;
  overflow: hidden;
}

.quote-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quote-copy {
  display: grid;
  padding: 60px;
  place-content: center;
}

.quote-copy blockquote {
  margin: 0 0 30px;
  color: var(--paper);
  font-size: clamp(1.45rem, 3vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.3;
}

.quote-copy cite {
  color: var(--mint);
  font-style: normal;
  font-weight: 700;
}

.quote-copy small {
  display: block;
  color: var(--muted);
}

/* Page heroes */
.sub-hero {
  position: relative;
  min-height: 720px;
  padding: 190px 0 110px;
  overflow: hidden;
}

.sub-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: linear-gradient(to bottom, black, transparent 90%);
}

.sub-hero::after {
  position: absolute;
  top: 10%;
  right: -15%;
  width: 700px;
  height: 700px;
  content: "";
  border: 1px solid rgb(var(--brand-rgb) / 0.14);
  border-radius: 50%;
  box-shadow:
    0 0 0 80px rgb(var(--brand-rgb) / 0.025),
    0 0 0 160px rgb(var(--brand-rgb) / 0.012);
}

.sub-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1020px;
}

.sub-hero h1 {
  font-size: clamp(3.6rem, 7vw, 7rem);
}

.sub-hero .lead {
  margin-bottom: 35px;
}

.hero-diagram {
  position: absolute;
  z-index: 3;
  right: 6vw;
  bottom: 8%;
  display: grid;
  width: min(470px, 38vw);
  gap: 12px;
  padding: 16px;
}

.diagram-layer {
  display: flex;
  gap: 8px;
  padding: 15px;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background: rgba(5, 26, 42, 0.9);
  backdrop-filter: blur(12px);
}

.diagram-layer.featured {
  border-color: rgb(var(--brand-rgb) / 0.4);
  background: rgba(0, 78, 126, 0.45);
}

.diagram-chip {
  padding: 6px 9px;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: #c6d8e5;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.58rem;
}

.breadcrumbs {
  display: flex;
  gap: 7px;
  margin-bottom: 24px;
  color: #708b9e;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
}

.process-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.process-row {
  display: grid;
  grid-template-columns: 90px 1fr 1fr;
  gap: 30px;
  padding: 40px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}

.process-row .step-index {
  padding-top: 8px;
}

.process-row p {
  margin: 3px 0 0;
}

.image-band {
  position: relative;
  min-height: 580px;
  background-position: center;
  background-size: cover;
}

.image-band::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(3, 17, 29, 0.93), rgba(3, 17, 29, 0.2));
}

.image-band-content {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 580px;
  max-width: 650px;
  place-content: center;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.resource-card {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.025);
  transition: transform 0.3s ease, border 0.3s ease;
}

.resource-card:hover {
  border-color: rgb(var(--brand-rgb) / 0.36);
  transform: translateY(-7px);
}

.resource-card .tag {
  color: var(--mint);
  font-size: 0.65rem;
}

.resource-card h3 {
  margin-top: 80px;
  font-size: 1.6rem;
}

.resource-card p {
  font-size: 0.9rem;
}

.resource-link {
  margin-top: auto;
  color: var(--mint-soft);
  font-size: 0.85rem;
  font-weight: 700;
}

/* About timeline */
.timeline {
  position: relative;
  display: grid;
  max-width: 950px;
  margin: 0 auto;
}

.timeline::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  content: "";
  background: var(--line-strong);
}

.timeline-item {
  position: relative;
  width: 50%;
  padding: 0 60px 80px 0;
}

.timeline-item:nth-child(even) {
  margin-left: 50%;
  padding: 0 0 80px 60px;
}

.timeline-dot {
  position: absolute;
  top: 5px;
  right: -7px;
  width: 14px;
  height: 14px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 1px rgb(var(--brand-rgb) / 0.5);
}

.timeline-item:nth-child(even) .timeline-dot {
  right: auto;
  left: -7px;
}

.timeline-item .tag {
  color: var(--mint);
  font-size: 0.66rem;
}

.timeline-item h3 {
  margin-top: 13px;
}

/* Forms */
.contact-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  align-items: start;
}

.contact-points {
  display: grid;
  gap: 18px;
  margin-top: 40px;
}

.contact-point {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 15px;
  align-items: center;
}

.contact-point-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgb(var(--brand-rgb) / 0.2);
  border-radius: 11px;
  color: var(--mint);
  background: rgb(var(--brand-rgb) / 0.06);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.66rem;
}

.contact-point strong,
.contact-point span {
  display: block;
}

.contact-point span {
  color: var(--muted);
  font-size: 0.84rem;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 36px;
  border: 1px solid var(--line-strong);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: var(--shadow);
}

.field {
  display: grid;
  gap: 8px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  color: #b8ccda;
  font-size: 0.78rem;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  min-height: 52px;
  padding: 13px 14px;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  outline: none;
  color: var(--paper);
  background: rgba(2, 14, 23, 0.66);
  transition: border 0.2s ease, box-shadow 0.2s ease;
}

.field textarea {
  min-height: 125px;
  resize: vertical;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: rgb(var(--brand-rgb) / 0.6);
  box-shadow: 0 0 0 3px rgb(var(--brand-rgb) / 0.08);
}

.form-note {
  grid-column: 1 / -1;
  margin: 0;
  color: #6c8799;
  font-size: 0.72rem;
}

.toast {
  position: fixed;
  z-index: 100;
  right: 24px;
  bottom: 24px;
  max-width: 380px;
  padding: 16px 18px;
  border: 1px solid rgb(var(--brand-rgb) / 0.33);
  border-radius: 12px;
  color: var(--paper);
  background: #082a42;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

/* CTA & footer */
.cta-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 48px;
  align-items: stretch;
  padding: 58px;
  border: 1px solid rgb(var(--brand-rgb) / 0.28);
  border-radius: 30px;
  background:
    radial-gradient(circle at 90% 50%, rgb(var(--brand-rgb) / 0.14), transparent 34%),
    linear-gradient(140deg, #082b44, #051725 65%);
  overflow: hidden;
}

.cta-panel::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(207, 232, 248, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(207, 232, 248, 0.05) 1px, transparent 1px);
  background-size: 45px 45px;
  mask-image: linear-gradient(90deg, transparent, black);
}

.cta-panel > * {
  position: relative;
  z-index: 1;
}

.cta-panel h2 {
  max-width: 820px;
  margin-bottom: 0;
}

.cta-panel p {
  max-width: 760px;
  margin: 20px 0 0;
  color: #9cb2c1;
}

.cta-principles {
  display: grid;
  max-width: 820px;
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  border-top: 1px solid rgba(140, 202, 242, 0.16);
  list-style: none;
}

.cta-principles li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(140, 202, 242, 0.12);
}

.cta-principles li > span {
  color: var(--mint);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
}

.cta-principles li p {
  max-width: none;
  margin: 0;
  color: #b8cad7;
  font-size: 0.84rem;
  line-height: 1.6;
}

.cta-visual {
  display: grid;
  min-width: 0;
  grid-template-rows: 1fr auto auto;
  gap: 13px;
  margin: 0;
}

.cta-visual img {
  width: 100%;
  height: 100%;
  min-height: 295px;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.3);
}

.cta-visual-caption {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #8fa9ba;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.55rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
}

.cta-visual-caption span {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 5px rgb(var(--accent-rgb) / 0.1);
}

.cta-visual .btn {
  width: 100%;
}

.site-footer {
  padding: 80px 0 28px;
  border-top: 1px solid var(--line);
  background: #020a11;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 60px;
  padding-bottom: 60px;
}

.footer-brand p {
  max-width: 370px;
  margin-top: 22px;
  font-size: 0.88rem;
}

.footer-kicker {
  margin-bottom: 18px;
  color: #6d8394;
  font-size: 0.65rem;
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-links a {
  color: #9fb3c1;
  font-size: 0.84rem;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: var(--mint);
}

.footer-bottom {
  display: flex;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: #607587;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.62rem;
  justify-content: space-between;
}

/* Reveal */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s cubic-bezier(.2,.75,.2,1), transform 0.75s cubic-bezier(.2,.75,.2,1);
}

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

.reveal-delay-1 { transition-delay: 0.08s; }
.reveal-delay-2 { transition-delay: 0.16s; }
.reveal-delay-3 { transition-delay: 0.24s; }

.spotlight {
  --mouse-x: 50%;
  --mouse-y: 50%;
}

.spotlight::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0;
  background: radial-gradient(420px circle at var(--mouse-x) var(--mouse-y), rgb(var(--brand-rgb) / 0.1), transparent 42%);
  transition: opacity 0.25s ease;
}

.spotlight:hover::before {
  opacity: 1;
}

.spotlight > * {
  position: relative;
  z-index: 1;
}

/* Responsive */
@media (max-width: 1050px) {
  :root { --page: min(100% - 34px, 940px); }
  .hero-content { max-width: 640px; }
  .hero h1 {
    max-width: 640px;
    font-size: clamp(3.35rem, 7vw, 4.9rem);
  }
  .hero .lead { max-width: 530px; }
  .hero-proof { max-width: 610px; }
  .hero-media::before {
    background:
      linear-gradient(180deg, #03111d 0%, rgba(3, 17, 29, 0.58) 8%, transparent 22%),
      linear-gradient(90deg, #03111d 0%, rgba(3, 17, 29, 0.98) 34%, rgba(3, 17, 29, 0.58) 58%, transparent 86%);
  }
  .nav-links,
  .nav-actions .btn-secondary { display: none; }
  .mobile-toggle { display: block; }
  .nav-links.mobile-open {
    position: absolute;
    top: 76px;
    right: 0;
    left: 0;
    display: grid;
    gap: 4px;
    padding: 18px;
    border-bottom: 1px solid var(--line-strong);
    background: #061b2b;
  }
  .nav-links.mobile-open .nav-link,
  .nav-links.mobile-open .nav-trigger {
    width: 100%;
    justify-content: space-between;
    padding: 14px;
  }
  .nav-links.mobile-open .mega-menu {
    position: static;
    display: none;
    width: 100%;
    margin: 4px 0 8px;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .nav-links.mobile-open .nav-item.open .mega-menu { display: block; }
  .mega-inner { grid-template-columns: 1fr; }
  .mega-feature { display: none; }
  .value-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 320px; }
  .value-card h3 { margin-top: 70px; }
  .architecture-stack { grid-template-columns: 1fr; }
  .architecture-layer {
    display: grid;
    grid-template-columns: 90px 1fr;
    min-height: 250px;
  }
  .architecture-layer .layer-number { margin: 0; }
  .architecture-layer p { min-height: auto; }
  .governance-section { grid-template-columns: 1fr; }
  .governance-media { min-height: 600px; }
  .governance-copy { padding: 80px max(28px, calc((100vw - 940px) / 2)); }
  .governance-intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .governance-intro > p { max-width: 720px; }
  .governance-layer { min-height: 620px; }
  .intelligence-layout { grid-template-columns: 1fr; }
  .intelligence-copy { max-width: 780px; min-height: 0; }
  .intelligence-principles { margin-top: 34px; }
  .integration-hub { min-height: 720px; }
  .integration-core {
    min-height: 0;
  }
  .integration-protocols {
    position: absolute;
    margin: 0;
    flex-wrap: wrap;
  }
  .integration-protocols strong { margin-left: auto; }
  .workflow-panel,
  .passport-layout,
  .contact-layout { grid-template-columns: 1fr; }
  .passport-layout { gap: 60px; }
  #passport .passport-ui { margin-top: 10px; }
  .industry-switchboard { grid-template-columns: 1fr; }
  .industry-core {
    min-height: 540px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .workflow-tabs { grid-template-columns: repeat(2, 1fr); }
  .split-photo { grid-template-columns: 1fr; }
  .split-photo-media { min-height: 520px; }
  .industry-card,
  .industry-card:nth-child(1),
  .industry-card:nth-child(5) { grid-column: span 6; }
  .metrics { grid-template-columns: repeat(2, 1fr); }
  .metric:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .metric:nth-child(4) { border-top: 1px solid var(--line); }
  .quote-card { grid-template-columns: 1fr; }
  .quote-media { max-height: 500px; }
  .resource-grid { grid-template-columns: 1fr 1fr; }
  .hero-diagram { display: none; }
  .cta-panel { grid-template-columns: 1fr; padding: 50px; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-main > :last-child { grid-column: 2; }
}

@media (max-width: 720px) {
  :root { --page: calc(100vw - 28px); }
  body { font-size: 15px; }
  h1 { font-size: clamp(2.9rem, 14vw, 4.5rem); }
  h2 { font-size: clamp(2.05rem, 9vw, 3.25rem); }
  .section { padding: 84px 0; }
  .section-head { display: block; margin-bottom: 40px; }
  .section-head h2 { font-size: clamp(2.1rem, 9.5vw, 3.35rem); }
  .section-head p { margin-top: 22px; }
  .nav-actions .btn { display: none; }
  .hero {
    min-height: auto;
    padding: 130px 0 0;
  }
  .hero-media {
    position: relative;
    z-index: 2;
    inset: auto;
    height: 340px;
    margin-top: 38px;
    border-top: 1px solid rgba(190, 220, 241, 0.12);
    background: #03111d;
  }
  .hero-media img {
    position: absolute;
    top: 0;
    right: -210px;
    width: auto;
    max-width: none;
    height: 100%;
  }
  .hero-media::before {
    background:
      linear-gradient(180deg, #03111d 0%, transparent 24%, transparent 72%, rgba(3, 17, 29, 0.55) 100%),
      linear-gradient(90deg, rgba(3, 17, 29, 0.48), transparent 38%);
  }
  .hero-media::after { height: 18%; }
  .hero h1 {
    max-width: none;
    font-size: clamp(3rem, 14vw, 5rem);
  }
  .hero-proof { display: none; }
  .float-status { display: none; }
  .architecture-section { min-height: auto; }
  .architecture-head { margin-bottom: 34px; }
  .architecture-stack { gap: 10px; }
  .architecture-layer {
    display: block;
    min-height: 330px;
    padding: 24px;
  }
  .architecture-layer .layer-number { margin-bottom: 20px; }
  .architecture-layer p { font-size: 0.84rem; }
  .architecture-spine { gap: 10px; font-size: 0.54rem; text-align: center; }
  .workflow-panel { padding: 15px; }
  .roadmap-panel { padding: 18px; }
  .roadmap-scroll-scene {
    height: auto;
    min-height: 0;
  }
  .roadmap-scroll-scene .roadmap-panel {
    position: relative;
    top: auto;
  }
  .roadmap-track {
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: auto;
    padding: 6px 0 24px;
  }
  .roadmap-line {
    top: 45px;
    bottom: 69px;
    left: 38px;
    width: 2px;
    height: auto;
  }
  .roadmap-progress {
    width: 100%;
    height: var(--roadmap-progress);
  }
  .roadmap-stop {
    display: grid;
    grid-template-columns: 76px 42px 1fr;
    grid-template-rows: 1fr 1fr;
    min-height: 82px;
    text-align: left;
  }
  .roadmap-stop:hover { transform: none; }
  .roadmap-marker {
    grid-row: 1 / 3;
    width: 64px;
    height: 64px;
    margin: 0;
  }
  .roadmap-marker svg { width: 31px; }
  .roadmap-step {
    grid-row: 1 / 3;
    align-self: center;
    margin: 0;
  }
  .roadmap-stop strong {
    align-self: end;
    font-size: 0.9rem;
  }
  .roadmap-stop small {
    align-self: start;
    margin-top: 2px;
  }
  .roadmap-detail { padding: 22px; }
  .roadmap-live { display: none; }
  .roadmap-summary {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 0 22px;
  }
  .roadmap-summary h3 { font-size: 1.8rem; }
  .roadmap-summary h3,
  .roadmap-summary p { min-height: 0; }
  .roadmap-index { display: none; }
  .roadmap-evidence { grid-template-columns: 1fr; }
  .roadmap-panel .stage-card,
  .roadmap-panel .stage-card strong,
  .roadmap-panel .stage-card small { min-height: 0; }
  .governance-media { min-height: 450px; }
  .governance-copy { padding: 70px 22px; }
  .governance-copy h2 { font-size: clamp(2.15rem, 10vw, 3.35rem); }
  .governance-levels article { grid-template-columns: 38px 1fr; padding: 12px; }
  .governance-levels article > span { width: 36px; height: 36px; }
  .governance-scroll { padding: 84px 0 110px; }
  .governance-intro { margin-bottom: 45px; }
  .governance-layer {
    top: calc(78px + var(--layer-index) * 8px);
    min-height: 680px;
    margin-bottom: 58px;
    border-radius: 20px;
  }
  .governance-layer-shade {
    background:
      linear-gradient(90deg, rgba(3, 17, 29, 0.9), rgba(3, 17, 29, 0.24)),
      linear-gradient(0deg, rgba(3, 17, 29, 0.94) 0%, rgba(3, 17, 29, 0.78) 44%, transparent 76%);
  }
  .governance-layer-copy {
    right: 22px;
    bottom: 25px;
    left: 22px;
    width: auto;
  }
  .governance-layer h3 { font-size: clamp(2.4rem, 12vw, 3.5rem); }
  .governance-units { font-size: 0.8rem; }
  .governance-functions span { font-size: 0.61rem; }
  .intelligence-layout { gap: 44px; }
  .intelligence-copy h2 { font-size: clamp(2.1rem, 9.5vw, 3.35rem); }
  .intelligence-principles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }
  .intelligence-principles article {
    grid-template-columns: 1fr;
    gap: 4px;
    min-height: 92px;
    padding: 11px 9px;
  }
  .intelligence-principles small { white-space: normal; }
  .intelligence-media,
  .intelligence-media img { min-height: 420px; }
  .intelligence-media { border-radius: 19px; }
  .integration-hub {
    min-height: auto;
    padding: 44px 18px 22px;
  }
  .integration-hub::before,
  .orbit-ring,
  .data-exchange { display: none; }
  .integration-core {
    position: relative;
    top: auto;
    left: auto;
    width: 260px;
    height: 260px;
    min-height: 0;
    margin: 0 auto 34px;
    padding: 24px 20px;
    transform: none;
  }
  .core-emblem { width: 76px; height: 76px; }
  .integration-core .core-emblem img { width: 64px; height: 64px; }
  .integration-core strong { font-size: 1.15rem; }
  .core-status { margin-top: 9px; }
  .integration-partners {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
  }
  .partner-card,
  .orbit-node {
    position: relative;
    inset: auto;
    width: auto;
    min-height: 124px;
    padding: 14px 10px;
  }
  .partner-wide-logo img { width: 125px; }
  .integration-protocols {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 18px 0 0;
  }
  .integration-protocols strong { width: 100%; margin: 4px 0 0; }
  .workflow-tabs { grid-template-columns: 1fr; }
  .workflow-stage { min-height: 470px; padding: 18px; }
  .stage-card.a,
  .stage-card.b,
  .stage-card.c { width: 78%; }
  .split-photo-media { min-height: 420px; }
  .split-photo-copy { padding: 70px 25px; }
  .passport-layout { gap: 45px; }
  .passport-ui { transform: none; }
  #passport .passport-ui {
    min-height: 650px;
    margin-top: 0;
  }
  .mobile-phone {
    width: min(100%, 365px);
    border-width: 6px;
  }
  .phone-fact { display: none; }
  .phone-glow {
    width: 360px;
    height: 360px;
  }
  .qr-float { right: 4px; bottom: 30px; }
  .industry-core {
    min-height: 500px;
    padding: 36px 26px;
  }
  .core-label {
    top: 24px;
    left: 26px;
  }
  .core-orbit {
    width: 145px;
    height: 145px;
    margin-bottom: 40px;
  }
  .industry-lane {
    grid-template-columns: 34px 12px 1fr auto;
    gap: 10px;
    padding: 22px 18px;
  }
  .industry-lane:hover { padding-left: 22px; }
  .industry-lane h3 { font-size: 0.95rem; }
  .industry-lane p { font-size: 0.66rem; }
  .industry-card,
  .industry-card:nth-child(1),
  .industry-card:nth-child(5) { grid-column: span 12; }
  .metrics { grid-template-columns: 1fr; }
  .metric,
  .metric + .metric { border-top: 1px solid var(--line); border-left: 0; }
  .quote-copy { padding: 35px 25px; }
  .sub-hero { min-height: 680px; padding: 150px 0 90px; }
  .sub-hero h1 { font-size: clamp(3rem, 13vw, 5rem); }
  .process-row { grid-template-columns: 50px 1fr; }
  .process-row p { grid-column: 2; }
  .resource-grid { grid-template-columns: 1fr; }
  .timeline::before { left: 7px; }
  .timeline-item,
  .timeline-item:nth-child(even) {
    width: 100%;
    margin-left: 0;
    padding: 0 0 60px 45px;
  }
  .timeline-dot,
  .timeline-item:nth-child(even) .timeline-dot {
    right: auto;
    left: 0;
  }
  .contact-form { grid-template-columns: 1fr; padding: 24px; }
  .field.full { grid-column: auto; }
  .form-note { grid-column: auto; }
  .cta-panel { padding: 36px 24px; }
  .cta-visual img { min-height: 250px; }
  .theme-toggle-label { display: none; }
  .theme-toggle { width: 42px; padding: 8px; justify-content: center; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px 22px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-main > :last-child { grid-column: auto; }
  .footer-bottom { display: grid; gap: 10px; }
}

@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;
  }
  .reveal { opacity: 1; transform: none; }
}
