@font-face {
  font-family: "Plex";
  src: url("fonts/IBMPlexSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Plex";
  src: url("fonts/IBMPlexSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Plex";
  src: url("fonts/IBMPlexSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Plex Mono";
  src: url("fonts/IBMPlexMono-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Plex Mono";
  src: url("fonts/IBMPlexMono-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}

:root {
  --void: #04090d;
  --ink: #071015;
  --deep: #0a151b;
  --panel: #0e1d24;
  --panel-high: #142831;
  --line: #29424b;
  --line-soft: rgba(191, 224, 220, 0.16);
  --text: #e4eeeb;
  --muted: #9eb3b4;
  --dim: #638084;
  --mint: #77f5d4;
  --mint-soft: #bfffe8;
  --violet: #a88cff;
  --violet-soft: #d5c9ff;
  --acid: #d9fa5a;
  --paper: #08151a;
  --paper-alt: #0b1a20;
  --paper-ink: #e4eeeb;
  --paper-muted: #9ab2b4;
  --paper-line: #29474e;
  --mono: "Plex Mono", Consolas, monospace;
  --sans: "Plex", "Segoe UI", system-ui, sans-serif;
  --frame: min(1440px, calc(100vw - 72px));
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--void);
  color: var(--text);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: -2;
  inset: 0;
  background:
    radial-gradient(circle at 74% -4%, rgba(168, 140, 255, 0.12), transparent 29rem),
    radial-gradient(circle at 2% 45%, rgba(119, 245, 212, 0.06), transparent 30rem),
    var(--void);
  content: "";
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

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

button {
  color: inherit;
}

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

:focus-visible {
  outline: 2px solid var(--acid);
  outline-offset: 4px;
}

.page-frame {
  width: var(--frame);
  margin-inline: auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 11px 14px;
  background: var(--acid);
  color: var(--ink);
  font-weight: 600;
  text-decoration: none;
  transform: translateY(-160%);
}

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

/* Navigation */
.topbar {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(158, 198, 196, 0.16);
  background: rgba(4, 9, 13, 0.86);
  backdrop-filter: blur(18px);
}

.topbar__inner {
  display: flex;
  width: var(--frame);
  min-height: 66px;
  align-items: center;
  gap: 28px;
  margin-inline: auto;
}

.identity {
  display: inline-flex;
  flex: none;
  align-items: center;
  gap: 9px;
  color: var(--text);
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}

.identity img {
  border-radius: 7px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a,
.source-link {
  padding: 8px 9px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.site-nav a:hover,
.source-link:hover {
  color: var(--mint);
}

.site-nav a[aria-current="page"] {
  color: var(--text);
}

.topbar__actions {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-left: auto;
}

.source-link span {
  color: var(--dim);
}

.launch-link {
  display: inline-flex;
  min-height: 35px;
  align-items: center;
  gap: 8px;
  padding: 6px 8px 6px 12px;
  border: 1px solid rgba(119, 245, 212, 0.55);
  background: rgba(119, 245, 212, 0.08);
  color: var(--mint-soft);
  font-family: var(--mono);
  font-size: 11px;
  text-decoration: none;
}

.launch-link:hover {
  background: rgba(119, 245, 212, 0.15);
}

.launch-link__tag {
  padding: 3px 5px;
  background: var(--mint);
  color: var(--ink);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nav-trigger {
  display: none;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.nav-trigger span:not(.visually-hidden) {
  display: block;
  width: 22px;
  height: 1px;
  margin: 5px auto;
  background: var(--text);
  transition: transform 160ms ease;
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line-soft);
}

.hero__field {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero__field::before,
.hero__field::after {
  position: absolute;
  content: "";
}

.hero__field::before {
  inset: 0;
  background-image:
    linear-gradient(rgba(154, 218, 207, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(154, 218, 207, 0.08) 1px, transparent 1px);
  background-size: 66px 66px;
  mask-image: linear-gradient(90deg, transparent 0, black 10%, black 90%, transparent 100%);
  opacity: 0.42;
}

.hero__field::after {
  display: none;
}

.hero__frame {
  position: relative;
  padding: 15px 0 34px;
}

.status-line {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(158, 198, 196, 0.2);
  color: var(--dim);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.07em;
}

.status-line span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.status-line__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 13px rgba(119, 245, 212, 0.78);
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  gap: clamp(50px, 8vw, 145px);
  align-items: center;
  min-height: 528px;
  padding: 38px 0 8px;
}

.hero__brief {
  display: grid;
  grid-template-columns: minmax(230px, 0.75fr) minmax(330px, 1.15fr) minmax(285px, 0.9fr);
  gap: clamp(22px, 3vw, 48px);
  align-items: center;
  padding: 17px 0 16px;
}

.eyebrow {
  margin: 0;
  color: var(--mint);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.3;
}

.hero h1 {
  max-width: 640px;
  margin: 8px 0 0;
  color: var(--text);
  font-size: clamp(25px, 2.15vw, 32px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.hero h1 em {
  color: var(--violet);
  font-style: normal;
}

.hero__lede {
  max-width: none;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
}

.hero__info {
  display: grid;
  gap: 9px;
}

.hero__actions,
.final-call__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.hero__actions {
  gap: 7px;
  margin-top: 0;
}

.hero__actions .button {
  min-height: 33px;
  padding: 7px 10px;
  font-size: 11px;
}

.button {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 12px;
  border: 1px solid transparent;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  transition: background 150ms ease, border-color 150ms ease, color 150ms ease;
}

.button--hot {
  border-color: var(--acid);
  background: var(--acid);
  color: var(--ink);
}

.button--hot:hover {
  background: #e6ff8d;
}

.button--quiet {
  border-color: rgba(228, 238, 235, 0.35);
  background: rgba(255, 255, 255, 0.02);
  color: var(--text);
}

.button--quiet:hover {
  border-color: var(--mint);
  color: var(--mint);
}

.hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line-soft);
  list-style: none;
}

.hero__facts div {
  min-height: 39px;
  padding: 8px 9px 0 0;
}

.hero__facts div + div {
  padding-left: 14px;
  border-left: 1px solid var(--line-soft);
}

.hero__facts dt {
  color: var(--dim);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.11em;
}

.hero__facts dd {
  margin: 3px 0 0;
  color: var(--text);
  font-family: var(--mono);
  font-size: 10.5px;
  line-height: 1.5;
}

/* Instrument card */
.instrument {
  position: relative;
  min-height: 438px;
  border: 1px solid rgba(119, 245, 212, 0.34);
  background: linear-gradient(135deg, rgba(20, 40, 49, 0.94), rgba(8, 18, 24, 0.96));
  box-shadow: 24px 24px 0 rgba(119, 245, 212, 0.08);
}

.instrument::before {
  position: absolute;
  top: -1px;
  left: 23px;
  width: 48px;
  height: 3px;
  background: var(--mint);
  box-shadow: 93px 0 0 var(--violet);
  content: "";
}

.instrument__head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 25px 25px 20px;
  border-bottom: 1px solid var(--line-soft);
}

.instrument__eyebrow,
.instrument__stamp,
.instrument__readout span {
  display: block;
  color: var(--dim);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
}

.instrument__head strong {
  display: block;
  margin-top: 8px;
  color: var(--text);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

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

.instrument__chart {
  position: relative;
  margin: 25px 25px 0;
  border: 1px solid rgba(158, 198, 196, 0.17);
  background: #08151b;
}

.instrument__chart svg {
  display: block;
  width: 100%;
  height: 194px;
}

.instrument__grid path {
  fill: none;
  stroke: rgba(158, 198, 196, 0.12);
  stroke-width: 1;
}

.instrument__area {
  fill: url(#area);
}

.instrument__trace {
  fill: none;
  stroke: url(#trace);
  stroke-width: 3;
  vector-effect: non-scaling-stroke;
}

.instrument__probe {
  fill: var(--acid);
  stroke: var(--ink);
  stroke-width: 3;
}

.instrument__guide {
  stroke: rgba(217, 250, 90, 0.48);
  stroke-dasharray: 5 5;
}

.instrument__axis {
  position: absolute;
  color: var(--dim);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.04em;
}

.instrument__axis--x {
  right: 10px;
  bottom: 8px;
}

.instrument__axis--y {
  top: 10px;
  left: 10px;
}

.instrument__readout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 25px;
  border: 1px solid var(--line-soft);
  border-top: 0;
}

.instrument__readout div {
  min-width: 0;
  padding: 13px 11px;
}

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

.instrument__readout strong {
  display: block;
  margin-top: 6px;
  color: var(--mint-soft);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
}

.instrument__note {
  margin: 16px 25px 22px;
  color: var(--dim);
  font-size: 11px;
  line-height: 1.55;
}

/* Shared headings */
.section-title {
  max-width: 1020px;
}

.section-title h2 {
  margin: 19px 0 0;
  color: inherit;
  font-size: clamp(33px, 3.55vw, 56px);
  font-weight: 500;
  letter-spacing: -0.058em;
  line-height: 1;
}

.section-title--split {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.52fr);
  gap: clamp(40px, 8vw, 140px);
  align-items: end;
  max-width: none;
}

.section-title--split > p,
.section-title__body {
  margin: 0;
  color: inherit;
  font-size: 15px;
  line-height: 1.6;
}

/* Workbench */
.workbench {
  position: relative;
  overflow: hidden;
  padding: 78px 0 70px;
  background:
    linear-gradient(90deg, rgba(8, 22, 28, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(8, 22, 28, 0.035) 1px, transparent 1px),
    var(--paper);
  background-size: 24px 24px;
  color: var(--paper-ink);
}

.workbench .eyebrow {
  color: var(--mint);
}

.workbench .section-title--split > p {
  color: var(--paper-muted);
}

.workbench__shell {
  margin-top: 57px;
  border: 1px solid #162b33;
  background: #071116;
  box-shadow: 14px 14px 0 rgba(119, 245, 212, 0.11);
}

.hero .workbench__shell {
  margin-top: 0;
}

.workbench__toolbar {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
  min-height: 54px;
  padding: 8px 14px 8px 8px;
  border-bottom: 1px solid rgba(184, 230, 222, 0.2);
  color: #7f9698;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.07em;
}

.workspace-picker {
  display: flex;
  gap: 4px;
}

.workspace-picker button {
  min-height: 34px;
  padding: 6px 13px;
  border: 1px solid transparent;
  background: transparent;
  color: #7f9698;
  cursor: pointer;
  font-family: var(--mono);
  font-size: 11px;
}

.workspace-picker button[aria-pressed="true"] {
  border-color: rgba(119, 245, 212, 0.58);
  background: rgba(119, 245, 212, 0.12);
  color: var(--mint-soft);
}

.workbench__ledger {
  display: flex;
  justify-content: flex-end;
  gap: 19px;
  color: #718789;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.06em;
}

.workbench__ledger span:first-child {
  color: var(--acid);
}

.workbench__screen {
  margin: 0;
}

.workbench__screen-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-bottom: 1px solid rgba(184, 230, 222, 0.2);
  background: #0a161c;
}

.workbench__screen-frame::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(119, 245, 212, 0.08), transparent 24%, transparent 76%, rgba(168, 140, 255, 0.09));
  pointer-events: none;
  content: "";
}

.workbench__screen iframe {
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
}

.workbench__screen-blocker {
  position: absolute;
  z-index: 2;
  inset: 0;
  cursor: default;
}

.workbench__screen figcaption {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 15px 18px 17px;
  color: #9db3b5;
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.55;
}

.workbench__screen figcaption span:first-child {
  max-width: 760px;
}

.workbench__screen figcaption span:last-child {
  color: #6b8385;
  white-space: nowrap;
}

/* Engine */
.engine {
  padding: 82px 0 0;
  background: var(--deep);
  color: var(--text);
}

.engine__matrix {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 43px;
  border-top: 1px solid var(--line-soft);
  border-left: 1px solid var(--line-soft);
}

.engine__matrix article {
  min-height: 306px;
  padding: 24px 26px 31px;
  border-right: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  background: linear-gradient(135deg, rgba(119, 245, 212, 0.035), transparent 54%);
}

.matrix-index {
  color: var(--violet);
  font-family: var(--mono);
  font-size: 10px;
}

.engine__matrix h3 {
  max-width: 300px;
  margin: 46px 0 0;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1;
}

.engine__matrix p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.engine__matrix ul {
  display: grid;
  gap: 6px;
  margin: 23px 0 0;
  padding: 0;
  color: var(--mint-soft);
  font-family: var(--mono);
  font-size: 10px;
  list-style: none;
}

.engine__matrix li {
  position: relative;
  padding-left: 13px;
}

.engine__matrix li::before {
  position: absolute;
  left: 0;
  color: var(--acid);
  content: "+";
}

.engine__tape {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 72px;
  overflow: hidden;
  color: #7d999a;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.engine__tape i {
  flex: none;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--violet);
}

/* Analyses */
.analyses {
  padding: 84px 0;
  background: #0c1b22;
  color: var(--text);
}

.analyses__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 8vw, 132px);
  align-items: start;
}

.section-title__body {
  max-width: 500px;
  margin-top: 30px;
  color: var(--muted);
}

.analysis-board {
  border-top: 1px solid rgba(191, 224, 220, 0.34);
  border-bottom: 1px solid rgba(191, 224, 220, 0.34);
}

.analysis-board__head,
.analysis-board article {
  display: grid;
  grid-template-columns: 0.88fr 1.24fr 1fr;
  gap: 20px;
}

.analysis-board__head {
  padding: 12px 0;
  color: var(--dim);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
}

.analysis-board article {
  align-items: start;
  min-height: 111px;
  padding: 19px 0;
  border-top: 1px solid var(--line-soft);
}

.analysis-board article > div {
  display: flex;
  align-items: baseline;
  gap: 11px;
}

.analysis-board article > div > code {
  color: var(--violet);
  font-family: var(--mono);
  font-size: 10px;
}

.analysis-board h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
}

.analysis-board p {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0;
}

.analysis-board p code {
  padding: 3px 5px;
  border: 1px solid rgba(119, 245, 212, 0.25);
  color: var(--mint-soft);
  font-family: var(--mono);
  font-size: 10px;
}

.analysis-board small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.analysis-note {
  grid-column: 2;
  padding: 25px;
  border-left: 2px solid var(--violet);
  background: rgba(168, 140, 255, 0.08);
}

.analysis-note__label {
  color: var(--violet-soft);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.11em;
}

.analysis-note p {
  margin: 17px 0 0;
  color: var(--text);
  font-family: var(--mono);
  font-size: 12px;
  line-height: 1.72;
}

.analysis-note a {
  display: inline-block;
  margin-top: 21px;
  color: var(--mint);
  font-family: var(--mono);
  font-size: 11px;
  text-decoration: none;
}

.analysis-note a:hover {
  color: var(--acid);
}

/* Product truth */
.truth {
  padding: 82px 0;
  background: var(--paper-alt);
  color: var(--paper-ink);
}

.truth .eyebrow {
  color: var(--mint);
}

.truth .section-title--split > p {
  color: var(--paper-muted);
}

.truth-table {
  margin-top: 42px;
  border-top: 1px solid var(--paper-ink);
  border-bottom: 1px solid var(--paper-ink);
}

.truth-table__head,
.truth-table article {
  display: grid;
  grid-template-columns: 150px 1.08fr 2fr 140px;
  gap: 23px;
  align-items: center;
}

.truth-table__head {
  min-height: 45px;
  color: #60777b;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.09em;
}

.truth-table article {
  min-height: 120px;
  padding: 19px 0;
  border-top: 1px solid var(--paper-line);
}

.truth-pill {
  display: inline-flex;
  width: max-content;
  align-items: center;
  min-height: 22px;
  padding: 4px 7px;
  border: 1px solid currentColor;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.06em;
}

.truth-pill--ready { color: #19705e; }
.truth-pill--test { color: #785d0b; }
.truth-pill--concept { color: #3f5787; }
.truth-pill--future { color: #925131; }

.truth-table h3,
.truth-table p {
  margin: 0;
}

.truth-table h3 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.truth-table p {
  color: var(--paper-muted);
  font-size: 13px;
}

.truth-table a {
  color: var(--mint-soft);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  text-decoration: none;
}

.truth-table a:hover {
  color: var(--acid);
}

/* Roadmap */
.roadmap {
  position: relative;
  overflow: hidden;
  padding: 84px 0;
  background: var(--void);
  color: var(--text);
}

.roadmap::before {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(168, 140, 255, 0.19) 1px, transparent 1px);
  background-position: 0 0;
  background-size: 22px 22px;
  mask-image: linear-gradient(90deg, transparent, black 22%, black 78%, transparent);
  opacity: 0.24;
  pointer-events: none;
  content: "";
}

.roadmap .page-frame {
  position: relative;
}

.roadmap__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 0.47fr);
  gap: clamp(50px, 9vw, 150px);
  align-items: end;
}

.roadmap__lede {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.roadmap__route {
  display: grid;
  grid-template-columns: 1fr 38px 1fr 38px 1fr 38px 1fr;
  gap: 9px;
  align-items: center;
  margin-top: 43px;
}

.route-node {
  min-height: 188px;
  padding: 18px;
  border: 1px dashed rgba(168, 140, 255, 0.56);
  background: rgba(168, 140, 255, 0.075);
}

.route-node--now {
  border-style: solid;
  border-color: rgba(119, 245, 212, 0.72);
  background: rgba(119, 245, 212, 0.08);
}

.route-node span,
.roadmap__notes article > span {
  color: var(--violet-soft);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.09em;
}

.route-node--now span {
  color: var(--mint);
}

.route-node h3 {
  margin: 31px 0 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.route-node p {
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.roadmap__route > i {
  position: relative;
  height: 1px;
  background: rgba(168, 140, 255, 0.54);
}

.roadmap__route > i::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--violet);
  border-right: 1px solid var(--violet);
  transform: translateY(-50%) rotate(45deg);
  content: "";
}

.roadmap__notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 30px;
  background: rgba(158, 198, 196, 0.22);
}

.roadmap__notes article {
  min-height: 218px;
  padding: 23px;
  background: #071015;
}

.roadmap__notes h3 {
  margin: 30px 0 0;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.05;
}

.roadmap__notes p {
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

/* Pricing */
.pricing {
  padding: 82px 0 72px;
  background: #081419;
  color: var(--text);
}

.pricing .eyebrow {
  color: var(--acid);
}

.pricing .section-title--split > p {
  color: var(--paper-muted);
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 43px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.price-grid article {
  display: flex;
  min-height: 365px;
  flex-direction: column;
  padding: 22px 20px 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0d1d23;
}

.price-grid__featured {
  background: #122a29 !important;
  box-shadow: inset 0 3px var(--acid);
}

.price-grid article > div > span {
  color: var(--dim);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
}

.price-grid h3 {
  margin: 28px 0 0;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1;
}

.price {
  min-height: 89px;
  margin: 28px 0 0;
}

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

.price strong {
  font-size: clamp(37px, 3.45vw, 56px);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.9;
}

.price small {
  margin-top: 8px;
  color: var(--dim);
  font-family: var(--mono);
  font-size: 10px;
  line-height: 1.5;
}

.price-grid ul {
  display: grid;
  gap: 9px;
  margin: 22px 0 26px;
  padding: 0;
  color: var(--muted);
  font-size: 12px;
  list-style: none;
}

.price-grid li {
  position: relative;
  padding-left: 13px;
}

.price-grid li::before {
  position: absolute;
  left: 0;
  color: var(--mint);
  content: "→";
}

.price-grid a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  color: var(--text);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  text-decoration: none;
}

.price-grid a:hover {
  color: var(--acid);
}

.pricing__note {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--dim);
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.55;
}

/* End and footer */
.final-call {
  padding: 70px 0;
  background: linear-gradient(120deg, #08161c, #11172b 55%, #1c1532);
  color: var(--text);
}

.final-call__inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: end;
}

.final-call h2 {
  max-width: 800px;
  margin: 20px 0 0;
  font-size: clamp(36px, 3.65vw, 58px);
  font-weight: 500;
  letter-spacing: -0.058em;
  line-height: 1;
}

.final-call__actions {
  flex: none;
  margin: 0;
}

.footer {
  background: #020607;
  color: var(--muted);
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 0.65fr);
  gap: clamp(30px, 5vw, 80px);
  padding: 66px 0 52px;
}

.footer__identity p {
  max-width: 275px;
  margin: 17px 0 0;
  font-size: 13px;
}

.footer__grid > div:not(.footer__identity) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.footer h2 {
  margin: 0 0 9px;
  color: var(--dim);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.footer a {
  color: var(--muted);
  font-size: 13px;
  text-decoration: none;
}

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

.footer__base {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0 26px;
  border-top: 1px solid rgba(158, 198, 196, 0.14);
  color: var(--dim);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
}

@media (max-width: 1120px) {
  :root { --frame: min(1440px, calc(100vw - 48px)); }

  .site-nav { gap: 0; }
  .site-nav a { padding-inline: 6px; }
  .hero__grid { grid-template-columns: minmax(0, 1fr) minmax(340px, 0.8fr); gap: 42px; }
  .hero h1 { font-size: clamp(32px, 4.2vw, 46px); }
  .roadmap__route { grid-template-columns: 1fr 25px 1fr 25px 1fr 25px 1fr; }
  .truth-table__head,
  .truth-table article { grid-template-columns: 135px 1fr 1.7fr 120px; gap: 17px; }
}

@media (max-width: 930px) {
  .nav-trigger { display: block; margin-left: auto; }
  .topbar__actions { margin-left: 0; }
  .source-link { display: none; }
  .site-nav {
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0;
    width: 100%;
    height: calc(100vh - 66px);
    height: calc(100dvh - 66px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 23px 24px 100px;
    overflow-y: auto;
    background: rgba(4, 9, 13, 0.98);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity 190ms ease, visibility 0s linear 190ms;
  }

  .site-nav.is-open { opacity: 1; pointer-events: auto; visibility: visible; transition: opacity 190ms ease; }
  .site-nav a { padding: 17px 0; border-bottom: 1px solid var(--line-soft); color: var(--text); font-size: 16px; }
  .nav-trigger[aria-expanded="true"] span:not(.visually-hidden):first-of-type { transform: translateY(3px) rotate(45deg); }
  .nav-trigger[aria-expanded="true"] span:not(.visually-hidden):last-of-type { transform: translateY(-3px) rotate(-45deg); }
  .hero__grid,
  .hero__brief,
  .analyses__layout,
  .roadmap__top { grid-template-columns: 1fr; }
  .hero__grid { min-height: 0; padding-top: 65px; }
  .hero__copy { max-width: 780px; }
  .instrument { max-width: 700px; width: 100%; }
  .analyses__layout { gap: 58px; }
  .analysis-note { grid-column: auto; }
  .roadmap__route { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
  .roadmap__route > i { display: none; }
  .price-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer__grid { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 28px; }
}

@media (max-width: 700px) {
  :root { --frame: calc(100vw - 40px); }

  .topbar__inner { min-height: 59px; }
  .topbar__actions { display: none; }
  .site-nav {
    top: 100%;
    height: calc(100vh - 59px);
    height: calc(100dvh - 59px);
  }
  .hero__frame { padding-top: 21px; padding-bottom: 45px; }
  .status-line { align-items: flex-start; flex-direction: column; gap: 8px; font-size: 10px; }
  .hero__grid { padding-top: 45px; }
  .hero h1 { font-size: clamp(29px, 8vw, 39px); letter-spacing: -0.05em; }
  .hero__lede { margin-top: 28px; font-size: 16px; }
  .hero__actions { align-items: stretch; flex-direction: row; }
  .hero__actions .button { flex: 1; width: auto; }
  .hero__facts { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 0; }
  .hero__facts div { min-height: 49px; padding: 10px 7px 0 0; }
  .hero__facts div + div { padding-left: 8px; border-top: 0; border-left: 1px solid var(--line-soft); }
  .hero__facts dd { font-size: 10.5px; }
  .instrument { min-height: 0; box-shadow: 10px 10px 0 rgba(119, 245, 212, 0.08); }
  .instrument__head { padding: 20px; }
  .instrument__head strong { font-size: 16px; }
  .instrument__chart { margin: 20px 20px 0; }
  .instrument__chart svg { height: 185px; }
  .instrument__readout { grid-template-columns: 1fr; margin: 0 20px; }
  .instrument__readout div + div { border-top: 1px solid var(--line-soft); border-left: 0; }
  .instrument__note { margin: 14px 20px 20px; }
  .section-title h2 { font-size: clamp(30px, 9.5vw, 44px); }
  .section-title--split { grid-template-columns: 1fr; gap: 23px; }
  .workbench,
  .engine,
  .analyses,
  .truth,
  .roadmap,
  .pricing { padding: 75px 0; }
  .workbench__shell { margin-top: 38px; box-shadow: 9px 9px 0 #b5c7c7; }
  .workbench__toolbar { align-items: stretch; flex-direction: column; padding: 8px; }
  .workspace-picker { width: 100%; }
  .workspace-picker button { flex: 1; padding-inline: 5px; font-size: 11px; }
  .workbench__ledger { justify-content: space-between; gap: 10px; font-size: 10px; }
  .workbench__screen-frame { overflow: hidden; }
  .workbench__screen figcaption { align-items: flex-start; flex-direction: column; gap: 8px; padding: 13px; }
  .engine__matrix { grid-template-columns: 1fr; margin-top: 43px; }
  .engine__matrix article { min-height: 0; }
  .engine__matrix h3 { margin-top: 36px; }
  .engine__tape { min-height: 58px; }
  .analysis-board__head { display: none; }
  .analysis-board article { grid-template-columns: 1fr; gap: 14px; min-height: 0; }
  .analysis-board article > div { justify-content: space-between; }
  .analysis-note { padding: 20px; }
  .truth-table { margin-top: 39px; }
  .truth-table__head { display: none; }
  .truth-table article { display: grid; grid-template-columns: 1fr; gap: 10px; min-height: 0; padding: 20px 0; }
  .truth-table h3 { font-size: 20px; }
  .truth-table a { margin-top: 3px; }
  .roadmap__route { grid-template-columns: 1fr; margin-top: 42px; }
  .route-node { min-height: 0; }
  .route-node h3 { margin-top: 25px; }
  .roadmap__notes { grid-template-columns: 1fr; }
  .roadmap__notes article { min-height: 0; }
  .roadmap__notes h3 { margin-top: 28px; }
  .price-grid { grid-template-columns: 1fr; margin-top: 42px; }
  .price-grid article { min-height: 0; }
  .final-call { padding: 74px 0; }
  .final-call__inner { align-items: flex-start; flex-direction: column; }
  .final-call h2 { font-size: clamp(31px, 9.5vw, 45px); }
  .final-call__actions { width: 100%; }
  .final-call__actions .button { flex: 1; }
  .footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 18px; padding: 50px 0 40px; }
  .footer__identity { grid-column: 1 / -1; }
  .footer__base { align-items: flex-start; flex-direction: column; gap: 7px; }
}

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

/* Landing page: connected instrumentation layout */
.section-title {
  max-width: 790px;
}

.section-title h2 {
  max-width: 780px;
  margin-top: 13px;
  font-size: clamp(29px, 2.8vw, 43px);
  letter-spacing: -0.052em;
  line-height: 1.04;
}

.section-title__body {
  margin-top: 18px;
  font-size: 14px;
}

.engine,
.analyses,
.truth,
.roadmap,
.pricing {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 64px 0;
}

.engine > .page-frame,
.analyses > .page-frame,
.truth > .page-frame,
.roadmap > .page-frame,
.pricing > .page-frame {
  position: relative;
}

.engine {
  background:
    radial-gradient(circle at 89% 16%, rgba(119, 245, 212, 0.12), transparent 22rem),
    linear-gradient(90deg, rgba(119, 245, 212, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(119, 245, 212, 0.04) 1px, transparent 1px),
    #061015;
  background-size: auto, 54px 54px, 54px 54px, auto;
}

.engine::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 7vw;
  width: min(570px, 46vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--mint), var(--violet), transparent);
  box-shadow: 0 85px 0 rgba(119, 245, 212, 0.19), 0 170px 0 rgba(168, 140, 255, 0.13);
  content: "";
}

.engine__board {
  position: relative;
  margin-top: 29px;
  border: 1px solid rgba(154, 218, 207, 0.28);
  background:
    linear-gradient(112deg, rgba(119, 245, 212, 0.06), transparent 34%),
    linear-gradient(290deg, rgba(168, 140, 255, 0.08), transparent 39%),
    rgba(4, 13, 17, 0.89);
  box-shadow: 15px 15px 0 rgba(119, 245, 212, 0.075);
}

.engine__board::before {
  position: absolute;
  top: 43px;
  right: 8px;
  left: 8px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(119, 245, 212, 0.52) 11%, rgba(168, 140, 255, 0.48) 78%, transparent);
  content: "";
}

.engine__board-head {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  min-height: 45px;
  padding: 0 16px;
  color: var(--dim);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.09em;
}

.engine__board-head span:nth-child(2) {
  color: var(--mint-soft);
  text-align: center;
}

.engine__board-head span:last-child { text-align: right; }

.engine__matrix {
  position: relative;
  grid-template-columns: 1.05fr 0.9fr 1.05fr;
  margin: 0;
  border: 0;
  border-top: 1px solid rgba(191, 224, 220, 0.18);
  border-left: 0;
}

.engine__matrix article {
  min-height: 256px;
  padding: 21px 23px 22px;
  border-right: 1px solid rgba(191, 224, 220, 0.19);
  border-bottom: 0;
  background: transparent;
}

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

.engine__matrix article:nth-child(2) {
  background: linear-gradient(180deg, rgba(168, 140, 255, 0.055), transparent 72%);
}

.engine__matrix article::after {
  display: block;
  width: 37px;
  height: 2px;
  margin-top: 19px;
  background: var(--mint);
  box-shadow: 53px 0 0 rgba(168, 140, 255, 0.68);
  content: "";
}

.engine__matrix article:nth-child(2)::after { background: var(--violet); box-shadow: 53px 0 0 rgba(217, 250, 90, 0.7); }

.matrix-index {
  color: var(--violet-soft);
  font-size: 10px;
  letter-spacing: 0.1em;
}

.engine__matrix h3 {
  max-width: 305px;
  margin-top: 30px;
  font-size: 21px;
  letter-spacing: -0.042em;
  line-height: 1.05;
}

.engine__matrix p {
  max-width: 345px;
  margin-top: 13px;
  font-size: 12px;
  line-height: 1.57;
}

.engine__matrix ul {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 21px;
  color: #abd8d1;
  font-size: 10px;
  line-height: 1.45;
}

.engine__matrix li { padding-left: 10px; }

.engine__tape {
  min-height: 51px;
  padding: 0 16px;
  border-top: 1px solid rgba(191, 224, 220, 0.19);
  color: #819c9c;
  font-size: 10px;
}

.engine__tape i { width: 4px; height: 4px; }

.analyses {
  background:
    radial-gradient(circle at 14% 21%, rgba(168, 140, 255, 0.12), transparent 23rem),
    radial-gradient(circle at 88% 82%, rgba(119, 245, 212, 0.075), transparent 26rem),
    linear-gradient(90deg, rgba(191, 224, 220, 0.045) 1px, transparent 1px),
    #08151a;
  background-size: auto, auto, 72px 72px, auto;
}

.analyses::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, transparent 0, rgba(4, 9, 13, 0.24) 36%, transparent 74%);
  content: "";
}

.analyses__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(410px, 1.18fr);
  gap: clamp(37px, 7vw, 120px);
  align-items: end;
}

.analysis-scope {
  position: relative;
  min-height: 226px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(154, 218, 207, 0.26);
  background:
    linear-gradient(115deg, rgba(119, 245, 212, 0.08), transparent 32%),
    rgba(5, 14, 18, 0.78);
}

.analysis-scope::after {
  position: absolute;
  right: -36px;
  bottom: -36px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(168, 140, 255, 0.34);
  border-radius: 50%;
  box-shadow: 0 0 0 22px rgba(168, 140, 255, 0.045), 0 0 0 44px rgba(168, 140, 255, 0.025);
  content: "";
}

.analysis-scope figcaption {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(154, 218, 207, 0.18);
  color: var(--dim);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
}

.analysis-scope figcaption span:last-child { color: var(--mint-soft); text-align: right; }
.analysis-scope svg { display: block; width: 100%; height: 177px; overflow: visible; }
.analysis-scope__grid { fill: none; stroke: rgba(158, 198, 196, 0.13); stroke-width: 1; }
.analysis-scope__trace { fill: none; stroke-width: 2.2; vector-effect: non-scaling-stroke; }
.analysis-scope__trace--dc { stroke: var(--mint); }
.analysis-scope__trace--tran { stroke: var(--acid); stroke-width: 1.5; }
.analysis-scope__trace--ac { stroke: var(--violet); stroke-dasharray: 5 5; }
.analysis-scope__marks { fill: var(--mint); stroke: #071015; stroke-width: 2; }
.analysis-scope text { fill: #91a8a8; font-family: var(--mono); font-size: 10px; letter-spacing: 0.06em; }

.analyses__layout {
  grid-template-columns: minmax(0, 1.42fr) minmax(260px, 0.58fr);
  gap: 20px;
  margin-top: 22px;
  align-items: stretch;
}

.analysis-board {
  overflow: hidden;
  border: 1px solid rgba(154, 218, 207, 0.25);
  background: rgba(5, 15, 19, 0.66);
}

.analysis-board__head,
.analysis-board article {
  grid-template-columns: 0.88fr 1.4fr 0.9fr;
  gap: 18px;
}

.analysis-board__head {
  min-height: 42px;
  align-items: center;
  padding: 0 16px;
  background: rgba(119, 245, 212, 0.045);
}

.analysis-board article {
  position: relative;
  min-height: 92px;
  align-items: center;
  padding: 15px 16px 15px 22px;
  border-top: 1px solid rgba(191, 224, 220, 0.14);
}

.analysis-board article::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 25px;
  background: var(--mint);
  box-shadow: 0 0 14px rgba(119, 245, 212, 0.36);
  transform: translateY(-50%);
  content: "";
}

.analysis-board article:nth-of-type(2)::before { background: var(--acid); }
.analysis-board article:nth-of-type(3)::before { background: var(--violet); }
.analysis-board article:nth-of-type(4)::before { background: #ffb36d; }
.analysis-board h3 { font-size: 15px; }
.analysis-board p code { padding: 4px 5px; border-color: rgba(119, 245, 212, 0.22); font-size: 10px; }
.analysis-board small { font-size: 12px; }

.analysis-note {
  position: relative;
  display: flex;
  min-height: 414px;
  flex-direction: column;
  grid-column: auto;
  padding: 20px 20px 18px;
  overflow: hidden;
  border: 1px solid rgba(168, 140, 255, 0.46);
  border-left: 3px solid var(--violet);
  background:
    linear-gradient(145deg, rgba(168, 140, 255, 0.15), transparent 47%),
    rgba(9, 14, 28, 0.74);
}

.analysis-note::before {
  position: absolute;
  right: -44px;
  bottom: -47px;
  width: 160px;
  height: 160px;
  border: 1px solid rgba(168, 140, 255, 0.33);
  border-radius: 50%;
  box-shadow: 0 0 0 20px rgba(168, 140, 255, 0.045), 0 0 0 40px rgba(168, 140, 255, 0.025);
  content: "";
}

.analysis-note__label { color: var(--violet-soft); font-size: 10px; }
.analysis-note p { position: relative; margin-top: 27px; color: #d3cdf0; font-size: 12px; line-height: 1.72; }
.analysis-note a { position: relative; margin-top: auto; padding-top: 13px; border-top: 1px solid rgba(168, 140, 255, 0.34); }

.truth {
  background:
    radial-gradient(circle at 72% 28%, rgba(119, 245, 212, 0.085), transparent 23rem),
    linear-gradient(90deg, rgba(119, 245, 212, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(119, 245, 212, 0.032) 1px, transparent 1px),
    #071217;
  background-size: auto, 62px 62px, 62px 62px, auto;
}

.truth::before {
  position: absolute;
  z-index: -1;
  top: 44px;
  right: -90px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(119, 245, 212, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 44px rgba(119, 245, 212, 0.025), 0 0 0 88px rgba(119, 245, 212, 0.015);
  content: "";
}

.truth .section-title--split > p { color: var(--muted); font-size: 14px; }

.truth__instrument {
  margin-top: 27px;
  overflow: hidden;
  border: 1px solid rgba(154, 218, 207, 0.27);
  background: rgba(4, 13, 17, 0.76);
  box-shadow: 12px 12px 0 rgba(168, 140, 255, 0.065);
}

.truth__instrument-head {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 17px;
  align-items: center;
  min-height: 43px;
  padding: 0 15px;
  border-bottom: 1px solid rgba(154, 218, 207, 0.2);
  color: var(--dim);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
}

.truth__instrument-head span:nth-child(2) { color: var(--acid); text-align: center; }
.truth__instrument-head span:last-child { text-align: right; }

.truth-table {
  margin-top: 0;
  border: 0;
}

.truth-table__head,
.truth-table article {
  grid-template-columns: 145px 1.04fr 1.85fr 132px;
  gap: 22px;
}

.truth-table__head {
  min-height: 41px;
  padding: 0 16px;
  background: rgba(119, 245, 212, 0.035);
}

.truth-table article {
  position: relative;
  min-height: 98px;
  padding: 16px 16px 16px 22px;
  border-top: 1px solid rgba(191, 224, 220, 0.14);
}

.truth-table article::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: var(--mint);
  content: "";
}

.truth-table article:nth-of-type(2)::before { background: var(--acid); }
.truth-table article:nth-of-type(3)::before { background: var(--violet); }
.truth-table article:nth-of-type(4)::before { background: #ff9b67; }
.truth-pill { min-height: 23px; font-size: 10px; }
.truth-pill--ready { color: var(--mint); }
.truth-pill--test { color: var(--acid); }
.truth-pill--concept { color: var(--violet-soft); }
.truth-pill--future { color: #ffb189; }
.truth-table h3 { font-size: 16px; }
.truth-table p { color: var(--muted); font-size: 13px; line-height: 1.58; }
.truth-table a { color: var(--mint-soft); font-size: 11px; }

.roadmap {
  background:
    radial-gradient(circle at 9% 78%, rgba(168, 140, 255, 0.15), transparent 25rem),
    radial-gradient(circle at 91% 18%, rgba(119, 245, 212, 0.075), transparent 21rem),
    linear-gradient(90deg, rgba(168, 140, 255, 0.055) 1px, transparent 1px),
    #050d12;
  background-size: auto, auto, 68px 68px, auto;
}

.roadmap::before {
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0, rgba(168, 140, 255, 0.22) 24%, transparent 24.2%, transparent 49%, rgba(119, 245, 212, 0.16) 49.2%, transparent 49.4%, transparent 77%, rgba(168, 140, 255, 0.12) 77.2%, transparent 77.4%),
    linear-gradient(rgba(168, 140, 255, 0.08) 1px, transparent 1px);
  background-size: 100% 100%, 100% 74px;
  mask-image: linear-gradient(90deg, transparent, black 12%, black 88%, transparent);
  opacity: 0.5;
}

.roadmap__lede { font-size: 14px; }

.roadmap__route {
  position: relative;
  gap: 0;
  margin-top: 31px;
  padding: 20px 0;
  border-top: 1px solid rgba(168, 140, 255, 0.34);
  border-bottom: 1px solid rgba(168, 140, 255, 0.34);
}

.route-node {
  min-height: 201px;
  padding: 16px 18px;
  border: 0;
  border-left: 1px solid rgba(168, 140, 255, 0.36);
  background: linear-gradient(160deg, rgba(168, 140, 255, 0.1), transparent 70%);
}

.route-node:first-child { border-left: 0; }
.route-node--now { background: linear-gradient(155deg, rgba(119, 245, 212, 0.16), transparent 72%); }
.route-node::before { display: block; width: 32px; height: 2px; background: var(--violet); content: ""; }
.route-node--now::before { background: var(--mint); }
.route-node h3 { margin-top: 23px; font-size: 18px; }
.route-node p { margin-top: 12px; font-size: 13px; }

.roadmap__route > i {
  z-index: 1;
  width: 30px;
  margin-inline: 4px;
  background: linear-gradient(90deg, rgba(168, 140, 255, 0.22), rgba(119, 245, 212, 0.52));
}

.roadmap__route > i::after { border-color: var(--mint); }

.roadmap__notes {
  gap: 10px;
  margin-top: 18px;
  background: transparent;
}

.roadmap__notes article {
  min-height: 181px;
  padding: 18px 18px 20px;
  border: 1px solid rgba(154, 218, 207, 0.2);
  border-top: 2px solid rgba(168, 140, 255, 0.62);
  background:
    linear-gradient(150deg, rgba(168, 140, 255, 0.075), transparent 58%),
    rgba(5, 13, 18, 0.76);
}

.roadmap__notes article:nth-child(2) { border-top-color: var(--mint); }
.roadmap__notes article:nth-child(3) { border-top-color: var(--acid); }
.roadmap__notes h3 { margin-top: 23px; font-size: 18px; }
.roadmap__notes p { margin-top: 11px; font-size: 13px; }

.pricing {
  background:
    radial-gradient(circle at 83% 24%, rgba(217, 250, 90, 0.1), transparent 24rem),
    linear-gradient(90deg, rgba(217, 250, 90, 0.045) 1px, transparent 1px),
    #071217;
  background-size: auto, 60px 60px, auto;
}

.pricing::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent, rgba(217, 250, 90, 0.045) 43%, transparent 67%);
  content: "";
}

.pricing .section-title--split > p { color: var(--muted); font-size: 14px; }

.price-grid {
  position: relative;
  margin-top: 29px;
  border: 1px solid rgba(154, 218, 207, 0.26);
  background: rgba(4, 13, 17, 0.72);
}

.price-grid article {
  min-height: 320px;
  padding: 19px 18px 18px;
  border-right: 1px solid rgba(154, 218, 207, 0.2);
  border-bottom: 0;
  background: linear-gradient(155deg, rgba(119, 245, 212, 0.045), transparent 59%);
}

.price-grid article:nth-child(3) { background: linear-gradient(155deg, rgba(168, 140, 255, 0.1), transparent 60%); }
.price-grid article:nth-child(4) { background: linear-gradient(155deg, rgba(255, 172, 108, 0.09), transparent 60%); }
.price-grid__featured { background: linear-gradient(155deg, rgba(217, 250, 90, 0.16), transparent 67%) !important; box-shadow: inset 0 3px var(--acid); }
.price-grid article::before { display: block; width: 28px; height: 2px; background: var(--mint); content: ""; }
.price-grid__featured::before { background: var(--acid); }
.price-grid h3 { margin-top: 17px; font-size: 21px; }
.price { min-height: 72px; margin-top: 22px; }
.price strong { font-size: clamp(32px, 2.65vw, 44px); }
.price small { margin-top: 6px; }
.price-grid ul { gap: 7px; margin: 18px 0 20px; font-size: 13px; line-height: 1.5; }
.price-grid a { padding-top: 10px; font-size: 11px; }
.pricing__note { max-width: 920px; margin-top: 16px; }

.final-call {
  position: relative;
  overflow: hidden;
  padding: 57px 0;
  background:
    radial-gradient(circle at 78% 35%, rgba(168, 140, 255, 0.26), transparent 24rem),
    linear-gradient(90deg, rgba(119, 245, 212, 0.07) 1px, transparent 1px),
    #071015;
  background-size: auto, 60px 60px, auto;
}

.final-call::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(105deg, transparent, rgba(119, 245, 212, 0.05), transparent 62%);
  content: "";
}

.final-call__inner { position: relative; }
.final-call h2 { margin-top: 13px; font-size: clamp(31px, 3.25vw, 46px); }

@media (max-width: 1120px) {
  .analyses__intro { grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr); gap: 35px; }
  .engine__matrix ul { grid-template-columns: 1fr; }
  .truth-table__head,
  .truth-table article { grid-template-columns: 125px 1fr 1.55fr 105px; gap: 14px; }
}

@media (max-width: 930px) {
  .engine,
  .analyses,
  .truth,
  .roadmap,
  .pricing { padding: 57px 0; }
  .engine__matrix { grid-template-columns: 1fr; }
  .engine__matrix article,
  .engine__matrix article:last-child { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(191, 224, 220, 0.19); }
  .engine__matrix article:last-child { border-bottom: 0; }
  .engine__matrix ul { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .analyses__intro { grid-template-columns: 1fr; }
  .analysis-scope { max-width: 760px; }
  .analyses__layout { grid-template-columns: 1fr; }
  .analysis-note { min-height: 260px; }
  .roadmap__route { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; }
  .roadmap__route > i { display: none; }
}

@media (max-width: 700px) {
  .section-title h2 { font-size: clamp(27px, 8vw, 34px); }
  .section-title__body { margin-top: 15px; font-size: 14px; }
  .hero__lede { margin-top: 0; font-size: 14px; }
  .engine,
  .analyses,
  .truth,
  .roadmap,
  .pricing { padding: 47px 0; }
  .engine__board { margin-top: 22px; box-shadow: 7px 7px 0 rgba(119, 245, 212, 0.07); }
  .engine__board-head,
  .truth__instrument-head { grid-template-columns: 1fr; gap: 4px; align-content: center; min-height: 70px; padding: 11px; }
  .engine__board-head span:nth-child(2),
  .engine__board-head span:last-child,
  .truth__instrument-head span:nth-child(2),
  .truth__instrument-head span:last-child { text-align: left; }
  .engine__matrix article { padding: 18px; }
  .engine__matrix h3 { margin-top: 23px; font-size: 19px; }
  .engine__matrix ul { grid-template-columns: 1fr; margin-top: 17px; }
  .engine__tape { min-height: 44px; padding-inline: 12px; }
  .analysis-scope { min-height: 206px; }
  .analysis-scope figcaption { align-items: flex-start; flex-direction: column; }
  .analysis-scope figcaption span:last-child { text-align: left; }
  .analysis-scope svg { height: 152px; }
  .analysis-board__head { display: none; }
  .analysis-board article { grid-template-columns: 1fr; gap: 10px; min-height: 0; padding: 18px 16px 18px 20px; }
  .analysis-board article > div { justify-content: flex-start; }
  .analysis-note { min-height: 0; padding: 18px; }
  .analysis-note p { margin-top: 21px; }
  .analysis-note a { margin-top: 25px; }
  .truth__instrument { margin-top: 23px; }
  .truth-table article { padding: 18px 15px 18px 20px; }
  .truth-table h3 { font-size: 18px; }
  .roadmap__route { grid-template-columns: 1fr; padding: 0; }
  .route-node,
  .route-node:first-child { min-height: 0; border-left: 0; border-top: 1px solid rgba(168, 140, 255, 0.34); }
  .route-node:first-child { border-top: 0; }
  .roadmap__notes { grid-template-columns: 1fr; }
  .roadmap__notes article { min-height: 0; }
  .price-grid { grid-template-columns: 1fr; }
  .price-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(154, 218, 207, 0.2); }
  .price-grid article:last-child { border-bottom: 0; }
  .final-call { padding: 48px 0; }
}
