:root {
  --ink: #1b242c;
  --ink-soft: #44515b;
  --muted: #66747d;
  --paper: #f6f7f8;
  --white: #ffffff;
  --line: #e6eaed;
  --accent: #e85c2a;
  --accent-dark: #c94a1d;
  --accent-soft: #fff1eb;
  --navy: #1c2c38;
  --green: #1f7a4d;
  --max: 1360px;
  --gutter: 28px;
  --header: 72px;
  --shadow: 0 18px 40px rgba(28, 44, 56, 0.08);
  --radius: 12px;
  --font: "Inter", "Segoe UI", sans-serif;
  --display: "Source Serif 4", Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  font-optical-sizing: auto;
  line-height: 1.65;
  letter-spacing: -0.011em;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
address { font-style: normal; margin: 0; }

.skip-link {
  position: absolute;
  left: var(--gutter);
  top: -48px;
  z-index: 100;
  background: var(--accent);
  color: #fff;
  padding: 8px 14px;
  border-radius: 6px;
}
.skip-link:focus { top: 12px; }

.container {
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--header);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.site-header.is-scrolled { box-shadow: 0 8px 24px rgba(28, 44, 56, 0.06); }
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  padding: 0;
  border-radius: 0;
  flex-shrink: 0;
}
.brand-logo {
  height: 42px;
  width: auto;
  display: block;
  flex-shrink: 0;
}
.nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--ink-soft);
}
.nav a:hover { color: var(--ink); }
.nav-cta {
  background: var(--accent);
  color: #fff !important;
  padding: 9px 16px;
  border-radius: 8px;
}
.nav-cta:hover { background: var(--accent-dark); }
.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: transparent;
  border-radius: 8px;
  padding: 11px 10px;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  height: 2px;
  background: var(--ink);
  margin: 5px 0;
}

.hero {
  position: relative;
  overflow: hidden;
  background: #0e171e;
  color: #fff;
  padding: 80px 0 72px;
}
.hero-bg {
  position: absolute;
  inset: -4%;
  background:
    radial-gradient(ellipse 48% 62% at 92% 86%, rgba(8, 14, 20, 0.78) 0%, transparent 68%),
    linear-gradient(90deg, rgba(8, 14, 20, 0.88) 0%, rgba(8, 14, 20, 0.55) 48%, rgba(8, 14, 20, 0.28) 100%),
    url("assets/hero-bg-dark.jpg") center / cover no-repeat;
  pointer-events: none;
  animation: hero-drift 48s linear infinite alternate;
}
@keyframes hero-drift {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(0, -2.4%, 0); }
}
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: center;
}
.hero-copy { max-width: 48rem; }
.hero h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  font-size: clamp(2.15rem, 4.8vw, 3.45rem);
  line-height: 1.02;
}
.hero h1 .hero-line {
  display: block;
  white-space: nowrap;
}
.hero h1 em {
  display: flex;
  flex-direction: column;
  margin-top: 0.08em;
}
.hero .lede {
  color: rgba(255, 255, 255, 0.78);
  max-width: 34rem;
  margin: 18px 0 24px;
}
.hero .hero-note {
  color: rgba(255, 255, 255, 0.55);
  margin-top: 18px;
}

@media (min-width: 761px) {
  .hero-copy { padding-right: 0; max-width: 52rem; }
}
.kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.kicker-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}
.hero h1,
.section-heading h2,
.platform-copy h2,
.company-grid h2,
.contact-copy h2,
.page-hero h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.2rem, 4.2vw, 3.35rem);
  font-weight: 600;
  font-optical-sizing: auto;
  line-height: 1.14;
  letter-spacing: -0.028em;
  color: var(--ink);
}
.hero h1 em,
.section-heading em,
.platform-copy em,
.company-grid em,
.contact-copy em {
  font-style: italic;
  font-weight: 600;
  color: var(--accent);
}
.hero h1 { color: #fff; }
.hero h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: clamp(1.85rem, 3.6vw, 3.05rem);
  line-height: 1.04;
  max-width: none;
}
.hero h1 em {
  display: flex;
  flex-direction: column;
  margin-top: 0.06em;
}
.hero .btn-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
}
.hero .btn-ghost:hover { border-color: #fff; }
.lede {
  max-width: 540px;
  margin: 20px 0 28px;
  color: var(--ink-soft);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
}
.hero-note {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s, border-color 0.2s, opacity 0.2s;
}
.btn:hover { transform: translateY(-1px); }
.btn:disabled { opacity: 0.65; cursor: wait; transform: none; }
.btn-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 8px 18px rgba(232, 92, 42, 0.22);
}
.btn-primary:hover { background: var(--accent-dark); }
.btn-ghost {
  border-color: var(--line);
  color: var(--ink);
  background: var(--white);
}
.btn-ghost:hover { border-color: var(--ink); }
.btn-block { width: 100%; }
.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}
.hero-pills li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
}
.live-dot,
.live-badge i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3dcc7a;
  box-shadow: 0 0 0 4px rgba(61, 204, 122, 0.16);
}

.hero-code-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
.hero-code-window {
  position: absolute;
  right: 5%;
  bottom: 22px;
  top: auto;
  width: min(420px, 52vw);
  padding: 8px 0 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.hero-code-layer pre {
  margin: 0;
  padding: 0;
  height: 17.8em;
  overflow: hidden;
  background: none;
  border: 0;
  color: rgba(255, 255, 255, 0.52);
  font-family: "Cascadia Code", "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 11px;
  line-height: 1.68;
  letter-spacing: 0.03em;
  white-space: pre;
  user-select: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7), 0 0 14px rgba(0, 0, 0, 0.45);
}
.hero-code-layer .code-stream {
  display: block;
  will-change: transform;
  transition: transform 0.36s ease-out;
}
.hero-code-layer .code-stream.is-scrolling {
  transform: translateY(-1.68em);
}
.hero-code-layer .cmd { color: rgba(255, 236, 220, 0.7); }
.hero-code-layer .ok { color: rgba(230, 244, 255, 0.62); }
.hero-code-layer .dim { color: rgba(255, 255, 255, 0.42); }
.hero-code-layer .cursor {
  display: inline-block;
  width: 5px;
  height: 0.85em;
  margin-left: 2px;
  background: rgba(255, 220, 200, 0.7);
  vertical-align: text-bottom;
  animation: code-blink 1s steps(1) infinite;
}
@keyframes code-blink {
  50% { opacity: 0; }
}

.product-card {
  background: var(--white);
  color: var(--ink);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  border: 1px solid var(--line);
}
.product-chrome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.product-brand { display: flex; align-items: center; gap: 12px; }
.fw-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 9px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
}
.product-brand strong { display: block; font-size: 14px; font-weight: 600; }
.product-brand small,
.product-title-row small,
.search-row small,
.stat-row small,
.dash-hello small,
.dash-kpis small,
.chart-label small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.live-badge {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--green);
  font-size: 12px;
  font-weight: 600;
}
.product-body { padding: 22px 20px 24px; }
.product-title-row { display: flex; justify-content: space-between; align-items: flex-end; }
.product-title-row h2 {
  margin: 4px 0 0;
  font-family: var(--display);
  font-size: 1.5rem;
  font-weight: 600;
}
.product-date { color: var(--muted); font-size: 13px; }
.search-row {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 8px;
  margin-top: 18px;
}
.search-row > div,
.stat-row > div,
.dash-kpis > div {
  padding: 12px 14px;
  background: var(--paper);
  border-radius: 10px;
  border: 1px solid var(--line);
}
.search-row strong { display: block; font-size: 1.35rem; letter-spacing: -0.03em; }
.search-row span { color: var(--muted); font-size: 12px; }
.search-row button {
  border: 0;
  border-radius: 10px;
  background: var(--navy);
  color: #fff;
  padding: 0 18px;
  font-weight: 600;
  cursor: default;
}
.fare-list { margin-top: 12px; display: grid; gap: 6px; }
.fare-list > div {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 13px;
  background: var(--paper);
}
.fare-list .is-best {
  background: var(--accent-soft);
  outline: 1px solid rgba(232, 92, 42, 0.22);
}
.fare-list span { font-weight: 600; color: var(--ink-soft); }
.fare-list em { font-style: normal; font-weight: 700; }
.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 12px;
}
.stat-row strong,
.dash-kpis strong { display: block; font-size: 1.25rem; letter-spacing: -0.03em; }
.stat-row span,
.dash-kpis span { color: var(--green); font-size: 12px; font-weight: 600; }

.proof {
  background: var(--white);
  color: var(--ink-soft);
  padding: 36px 0 28px;
  border-block: 1px solid var(--line);
}
.proof-inner p {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}
.proof-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.proof-stats strong {
  display: block;
  color: var(--ink);
  font-family: var(--display);
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.proof-stats span { font-size: 13px; }
.source-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}
.source-strip li {
  padding: 7px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section { padding: 88px 0; }
.section-heading {
  display: grid;
  grid-template-columns: 1fr minmax(240px, 0.62fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 40px;
}
.section-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}
.capability-grid,
.audience-grid,
.path-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.audience-grid { grid-template-columns: repeat(4, 1fr); }
.capability,
.audience,
.path-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 26px 24px;
  min-height: 228px;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.capability:hover,
.audience:hover,
.path-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: #d5dde2;
}
.cap-num,
.audience > span,
.path-card small {
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.capability h3,
.audience h3,
.path-card h3 {
  margin: 18px 0 10px;
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.capability p,
.audience p,
.path-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.7;
}
.capability a,
.path-card a {
  display: inline-block;
  margin-top: 20px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 600;
}
.capability a:hover,
.path-card a:hover { text-decoration: underline; }

.architecture-section { padding: 0 0 88px; }
.foundation .architecture { margin-top: 40px; }
.workstreams {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
  margin-bottom: 8px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.workstream {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  padding: 0;
  border: 0;
}
.workstream span {
  display: block;
  margin: 0 0 12px;
  padding: 0;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}
.workstream h3 {
  margin: 0 0 10px;
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.workstream p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.7;
}
.architecture {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px;
}
.arch-label {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}
.arch-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.arch-pills span {
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--paper);
  border: 1px solid var(--line);
  font-size: 13px;
  font-weight: 600;
}
.arch-core {
  background: var(--navy);
  color: #fff;
  border-radius: 14px;
  padding: 22px;
  margin-bottom: 20px;
}
.arch-core strong {
  display: block;
  margin-bottom: 14px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f0a07e;
}
.arch-boxes {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}
.arch-boxes span {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 12px 10px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}
.arch-pills-out span { background: var(--accent-soft); border-color: #f3d0c2; }

.platform-section {
  padding: 88px 0;
  background: #eef2f4;
}
.platform-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
}
.product-card-platform {
  box-shadow: 0 24px 50px rgba(28, 44, 56, 0.12);
}
.product-card-platform .product-chrome {
  background: linear-gradient(180deg, #ffffff 0%, #f6f7f8 100%);
}
.platform-copy > p:not(.kicker) {
  max-width: 460px;
  color: var(--ink-soft);
  font-size: 1.02rem;
  line-height: 1.75;
}
.platform-copy ul {
  list-style: none;
  padding: 0;
  margin: 22px 0 26px;
  display: grid;
  gap: 10px;
}
.platform-copy li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  color: var(--ink-soft);
}
.platform-copy li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}
.dashboard {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  border: 1px solid var(--line);
}
.dash-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  height: 54px;
  padding: 0 18px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}
.dash-nav strong { margin-right: auto; color: var(--ink); font-size: 13px; letter-spacing: 0.06em; }
.dash-nav strong span { color: var(--accent); }
.dash-nav b {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 10px;
}
.dash-main { padding: 22px; }
.dash-hello strong {
  display: block;
  font-family: var(--display);
  font-size: 1.4rem;
  font-weight: 600;
}
.dash-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 18px;
}
.dash-chart {
  margin-top: 12px;
  padding: 16px;
  background: var(--paper);
  border-radius: 12px;
}
.chart-label { display: flex; justify-content: space-between; }
.bars {
  height: 110px;
  display: flex;
  align-items: end;
  gap: 7px;
  margin-top: 16px;
}
.bars i {
  flex: 1;
  background: linear-gradient(to top, var(--accent-soft), rgba(232, 92, 42, 0.5));
  border-top: 2px solid var(--accent);
  border-radius: 3px 3px 0 0;
  height: 38%;
}
.bars i:nth-child(2) { height: 52%; }
.bars i:nth-child(3) { height: 44%; }
.bars i:nth-child(4) { height: 68%; }
.bars i:nth-child(5) { height: 50%; }
.bars i:nth-child(6) { height: 78%; }
.bars i:nth-child(7) { height: 64%; }
.bars i:nth-child(8) { height: 88%; }
.bars i:nth-child(9) { height: 60%; }
.bars i:nth-child(10) { height: 82%; }
.bars i:nth-child(11) { height: 72%; }
.bars i:nth-child(12) { height: 96%; }

.pathways { background: var(--white); }
.path-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
}
.path-step {
  position: relative;
  min-width: 0;
  padding: 0;
}
.path-index {
  display: flex;
  align-items: center;
  height: 36px;
  margin-bottom: 18px;
}
.path-index span {
  display: grid;
  place-items: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
}
.path-step:not(:last-child) .path-index::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  margin-left: 12px;
  margin-right: -48px;
  background: var(--line);
}
.path-step h3 {
  margin: 0 0 10px;
  font-family: var(--display);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.path-step p {
  margin: 0;
  max-width: 340px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.7;
}
.solutions { background: var(--paper); }
.audience-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: var(--white);
}
.audience-list article {
  padding: 28px 32px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  min-height: 0;
}
.audience-list h3 {
  margin: 0 0 8px;
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 600;
}
.audience-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.company-section { padding: 88px 0; background: var(--white); }
.company-grid {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 56px;
}
.company-copy p {
  margin: 0 0 16px;
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.8;
}
.company-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  list-style: none;
  margin: 28px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid var(--line);
}
.company-facts strong {
  display: block;
  color: var(--ink);
  font-size: 15px;
}
.company-facts span {
  color: var(--muted);
  font-size: 13px;
}

.contact-section {
  padding: 88px 0;
  background: var(--paper);
  color: var(--ink);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.contact-copy > p:not(.kicker) {
  max-width: 480px;
  color: var(--ink-soft);
  font-size: 1.02rem;
}
.contact-details {
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
  display: grid;
  gap: 16px;
}
.contact-details span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4px;
}
.contact-details a:hover { color: var(--accent); }
.contact-form {
  background: var(--white);
  color: var(--ink);
  border-radius: 16px;
  padding: 28px;
  display: grid;
  gap: 14px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.field { display: grid; gap: 6px; }
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.field label { font-size: 13px; font-weight: 600; }
.field input,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px 14px;
  background: var(--paper);
}
.field input:focus,
.field textarea:focus {
  outline: 2px solid var(--accent);
  outline-offset: 1px;
  background: #fff;
}
.form-note {
  margin: 0;
  min-height: 1.2em;
  font-size: 13px;
  color: var(--muted);
}
.form-note.is-ok { color: var(--green); }
.form-note.is-error { color: #b42318; }

.footer {
  background:
    linear-gradient(90deg, var(--accent) 0%, rgba(232, 92, 42, 0.35) 28%, transparent 62%) top / 100% 2px no-repeat,
    #141d25;
  color: rgba(255, 255, 255, 0.62);
  padding: 64px 0 28px;
  border-top: 0;
}
.footer-top {
  display: grid;
  grid-template-columns: minmax(15rem, 1.15fr) minmax(0, 1.85fr);
  gap: 48px 72px;
  align-items: start;
  padding-bottom: 40px;
}
.footer-brand p {
  margin: 18px 0 0;
  max-width: 16.5rem;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.58);
}
.footer .brand-logo { height: 38px; }
.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 32px;
}
.footer h3 {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.42);
  font-family: var(--font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.footer-links > div {
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.footer-links a,
.footer-links span {
  color: rgba(255, 255, 255, 0.78);
}
.footer a:hover { color: #fff; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.38);
}
.footer-bottom a { color: rgba(255, 255, 255, 0.5); }
.footer-bottom a:hover { color: #fff; }

.page-hero {
  background: var(--white);
  color: var(--ink);
  padding: 56px 0 28px;
  border-bottom: 1px solid var(--line);
}
.legal { padding: 48px 0 88px; }
.legal-body {
  max-width: 760px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 40px;
}
.legal-body h2 { margin: 32px 0 10px; font-size: 1.2rem; }
.legal-body p,
.legal-body li {
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.75;
}
.legal-body ul { padding-left: 18px; }
.error-page {
  min-height: 60vh;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 80px 24px;
}
.error-page h1 {
  font-family: var(--display);
  font-size: 4.5rem;
  margin: 0;
  color: var(--accent);
}
.error-page p { color: var(--muted); max-width: 420px; }

.js .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.js .reveal.from-up { transform: translateY(-28px); }
.js .reveal.visible { opacity: 1; transform: none; }

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid #f4b29a;
  outline-offset: 3px;
}

@media (max-width: 1024px) {
  .hero-grid,
  .platform-grid,
  .company-grid,
  .contact-grid,
  .section-heading,
  .workstreams,
  .path-rail,
  .company-facts { grid-template-columns: 1fr; gap: 32px; }
  .workstream,
  .path-step { padding: 0 0 24px; border-bottom: 1px solid var(--line); }
  .workstream:last-child,
  .path-step:last-child { border-bottom: 0; padding-bottom: 0; }
  .path-step:not(:last-child) .path-index::after { display: none; }
  .arch-boxes { grid-template-columns: repeat(3, 1fr); }
  .proof-stats { grid-template-columns: repeat(2, 1fr); }
  .audience-list { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 36px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .hero-code-layer { display: none; }
}

@media (max-width: 760px) {
  :root { --gutter: 20px; }
  .brand-logo { height: 34px; }
  .menu-toggle { display: block; }
  .nav {
    display: none;
    position: absolute;
    top: var(--header);
    left: 0;
    right: 0;
    background: var(--white);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px var(--gutter) 20px;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }
  .nav.open { display: flex; }
  .nav a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .nav-cta { margin-top: 12px; text-align: center; }
  .hero { padding: 48px 0 56px; }
  .hero-copy { max-width: 28rem; padding-right: 0; }
  .hero-code-layer { display: none; }
  .search-row { grid-template-columns: 1fr 1fr; }
  .search-row button { grid-column: 1 / -1; min-height: 44px; }
  .stat-row,
  .dash-kpis,
  .capability-grid,
  .audience-grid,
  .path-grid,
  .workstreams,
  .path-rail,
  .company-facts,
  .field-row { grid-template-columns: 1fr; }
  .arch-boxes { grid-template-columns: 1fr 1fr; }
  .dash-nav span { display: none; }
  .section,
  .platform-section,
  .company-section,
  .contact-section,
  .architecture-section { padding: 56px 0; }
  .footer { padding: 48px 0 24px; }
  .footer-bottom { flex-direction: column; }
  .legal-body { padding: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { transition: none; }
}
