:root {
  --ink-950: #071715;
  --ink-900: #0b211e;
  --ink-800: #14342f;
  --ink-700: #255149;
  --ink-600: #3f6961;
  --paper: #f6f4eb;
  --paper-deep: #ebe8dc;
  --white: #fffef9;
  --lime: #c9f45b;
  --lime-soft: #eafbb8;
  --aqua: #67e6d0;
  --aqua-soft: #d6faf3;
  --coral: #ff8a67;
  --gold: #f4c65d;
  --red: #d94d4d;
  --line-dark: rgba(7, 23, 21, 0.14);
  --line-light: rgba(255, 255, 255, 0.14);
  --shadow: 0 24px 80px rgba(7, 23, 21, 0.16);
  --shadow-soft: 0 12px 36px rgba(7, 23, 21, 0.09);
  --radius-xl: 2rem;
  --radius-lg: 1.4rem;
  --radius-md: 1rem;
  --container: 1180px;
  --copy: 720px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  margin: 0;
  color: var(--ink-950);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.32;
  background-image: radial-gradient(rgba(7, 23, 21, 0.14) 0.55px, transparent 0.55px);
  background-size: 8px 8px;
  z-index: -1;
}

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

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

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

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

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--aqua);
  outline-offset: 3px;
}

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

h1,
h2,
h3 {
  text-wrap: balance;
}

h1 {
  margin-bottom: 1.35rem;
  font-size: clamp(3.5rem, 8vw, 7rem);
  line-height: 0.9;
  letter-spacing: -0.078em;
}

h2 {
  margin-bottom: 1.15rem;
  font-size: clamp(2.25rem, 5vw, 4.65rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

h3 {
  margin-bottom: 0.65rem;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

p:last-child {
  margin-bottom: 0;
}

.skip-link {
  position: fixed;
  top: 0.8rem;
  left: -9999px;
  z-index: 200;
  padding: 0.8rem 1rem;
  color: var(--white);
  background: var(--ink-950);
  border-radius: 999px;
}

.skip-link:focus {
  left: 0.8rem;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin-inline: auto;
}

.container-narrow {
  width: min(calc(100% - 2rem), 860px);
  margin-inline: auto;
}

.section {
  position: relative;
  padding: 7rem 0;
}

.section-tight {
  padding: 4.5rem 0;
}

.section-dark {
  overflow: hidden;
  color: var(--white);
  background: var(--ink-950);
}

.section-dark::after {
  content: "";
  position: absolute;
  width: 34rem;
  height: 34rem;
  right: -12rem;
  bottom: -22rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(103, 230, 208, 0.22), transparent 65%);
  pointer-events: none;
}

.section-aqua {
  background: var(--aqua-soft);
}

.section-lime {
  background: var(--lime-soft);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
  color: var(--ink-700);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 1.8rem;
  height: 2px;
  background: currentColor;
}

.section-dark .eyebrow,
.hero .eyebrow {
  color: var(--lime);
}

.section-heading {
  max-width: 850px;
  margin-bottom: 3.2rem;
}

.section-heading p,
.lead {
  max-width: var(--copy);
  color: var(--ink-600);
  font-size: clamp(1.08rem, 1.8vw, 1.28rem);
}

.section-dark .section-heading p,
.section-dark .lead {
  color: rgba(255, 255, 255, 0.68);
}

.microcopy {
  color: var(--ink-600);
  font-size: 0.83rem;
}

.section-dark .microcopy,
.hero .microcopy {
  color: rgba(255, 255, 255, 0.58);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  color: var(--white);
  background: rgba(7, 23, 21, 0.92);
  border-bottom: 1px solid var(--line-light);
  backdrop-filter: blur(18px);
}

:where(section[id], main[id]) {
  scroll-margin-top: 88px;
}

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

.proofline-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  flex: 0 0 auto;
}

.proofline-mark {
  position: relative;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.05);
}

.proofline-mark::before,
.proofline-mark::after {
  content: "";
  position: absolute;
}

.proofline-mark::before {
  left: 7px;
  right: 7px;
  top: 15px;
  height: 2px;
  background: var(--lime);
  box-shadow: 0 -6px 0 rgba(103, 230, 208, 0.62), 0 6px 0 rgba(255, 255, 255, 0.34);
}

.proofline-mark::after {
  width: 7px;
  height: 7px;
  right: 5px;
  top: 12px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 3px var(--ink-950);
}

.proofline-logo strong,
.proofline-logo small {
  display: block;
}

.proofline-logo strong {
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.proofline-logo small {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.7rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
}

.nav-links > a:not(.button):hover,
.nav-links > a:not(.button)[aria-current="page"] {
  color: var(--white);
}

.language-link {
  padding-left: 0.8rem;
  border-left: 1px solid var(--line-light);
  font-weight: 760;
}

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

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.82rem 1.1rem;
  color: var(--ink-950);
  background: var(--lime);
  border: 1px solid var(--lime);
  border-radius: 999px;
  font-weight: 820;
  line-height: 1.1;
  text-align: center;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(201, 244, 91, 0.2);
}

.button-dark {
  color: var(--white);
  background: var(--ink-950);
  border-color: var(--ink-950);
}

.button-ghost {
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.25);
}

.button-paper {
  color: var(--ink-950);
  background: var(--white);
  border-color: var(--line-dark);
}

.button-small {
  min-height: 42px;
  padding: 0.65rem 0.9rem;
  font-size: 0.84rem;
}

.button-arrow::after {
  content: "→";
  transition: transform 160ms ease;
}

.button-arrow:hover::after {
  transform: translateX(3px);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100svh - 74px);
  display: flex;
  align-items: center;
  padding: 5.5rem 0 4.5rem;
  color: var(--white);
  background:
    radial-gradient(circle at 85% 20%, rgba(103, 230, 208, 0.14), transparent 34rem),
    radial-gradient(circle at 10% 90%, rgba(201, 244, 91, 0.08), transparent 27rem),
    var(--ink-950);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(430px, 1.05fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}

.hero-copy h1 {
  max-width: 8.8ch;
}

.hero-copy .lead {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.72);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.8rem 0 1rem;
}

.availability {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
  padding: 0.45rem 0.7rem;
  color: var(--lime-soft);
  background: rgba(201, 244, 91, 0.08);
  border: 1px solid rgba(201, 244, 91, 0.24);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 760;
}

.availability::before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--lime);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(201, 244, 91, 0.12);
}

.evidence-console {
  position: relative;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-xl);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.35);
  transform: rotate(1.2deg);
}

.console-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.35rem 0.35rem 1rem;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.73rem;
  font-weight: 730;
  letter-spacing: 0.04em;
}

.console-dots {
  display: inline-flex;
  gap: 0.35rem;
}

.console-dots i {
  width: 7px;
  height: 7px;
  background: rgba(255, 255, 255, 0.24);
  border-radius: 50%;
}

.console-body {
  overflow: hidden;
  background: #0e2925;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.25rem;
}

.console-flow {
  display: grid;
  grid-template-columns: 1fr 42px 1fr 42px 1fr;
  align-items: center;
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.025);
  border-bottom: 1px solid var(--line-light);
}

.flow-node {
  min-height: 84px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.8rem;
}

.flow-node small {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.64rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.flow-node strong {
  font-size: 0.88rem;
  line-height: 1.2;
}

.flow-arrow {
  color: var(--aqua);
  font-size: 1.3rem;
  text-align: center;
}

.console-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line-light);
}

.console-metric {
  padding: 1.1rem;
  background: #0e2925;
}

.console-metric small,
.console-finding small {
  display: block;
  margin-bottom: 0.3rem;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.console-metric strong {
  color: var(--white);
  font-size: 1.25rem;
}

.console-metric em {
  display: block;
  color: var(--aqua);
  font-size: 0.7rem;
  font-style: normal;
}

.console-finding {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.8rem;
  align-items: center;
  padding: 1rem 1.1rem;
}

.finding-index {
  width: 29px;
  height: 29px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-950);
  background: var(--coral);
  border-radius: 50%;
  font-size: 0.74rem;
  font-weight: 900;
}

.console-finding strong {
  display: block;
  font-size: 0.87rem;
}

.gate-chip,
.status-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  width: fit-content;
  padding: 0.38rem 0.58rem;
  color: var(--lime-soft);
  background: rgba(201, 244, 91, 0.09);
  border: 1px solid rgba(201, 244, 91, 0.2);
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.trust-strip {
  color: var(--white);
  background: var(--ink-900);
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-item {
  min-height: 94px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.2rem;
  border-right: 1px solid var(--line-light);
}

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

.trust-item b {
  color: var(--lime);
  font-size: 1.25rem;
}

.trust-item span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  font-weight: 700;
}

.split-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: start;
}

.problem-stack {
  display: grid;
  gap: 1rem;
}

.problem-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1.15rem;
  background: rgba(255, 254, 249, 0.7);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

.problem-card > span {
  width: 2.6rem;
  height: 2.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--paper-deep);
  border-radius: 0.75rem;
  font-weight: 900;
}

.problem-card p {
  margin-bottom: 0;
  color: var(--ink-600);
  font-size: 0.91rem;
}

.fit-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 2rem;
}

.fit-panel {
  padding: 1.4rem;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg);
}

.fit-panel.good {
  background: var(--aqua-soft);
}

.fit-panel.early {
  background: rgba(255, 254, 249, 0.65);
}

.check-list,
.plain-list,
.scope-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.scope-list li {
  position: relative;
  margin-top: 0.72rem;
  padding-left: 1.55rem;
  color: var(--ink-700);
  font-size: 0.9rem;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--ink-950);
  font-weight: 950;
}

.scope-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--coral);
  font-weight: 950;
}

.deliverables-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.deliverable-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.deliverable-card:nth-child(2),
.deliverable-card:nth-child(5) {
  transform: translateY(1.4rem);
}

.card-index {
  width: fit-content;
  margin-bottom: auto;
  padding: 0.35rem 0.5rem;
  color: var(--ink-700);
  background: var(--paper-deep);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 850;
}

.deliverable-card h3 {
  margin-top: 2rem;
}

.deliverable-card p {
  margin-bottom: 0;
  color: var(--ink-600);
  font-size: 0.9rem;
}

.process-track {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-top: 3rem;
}

.process-step {
  position: relative;
  padding: 1.1rem 1.2rem 1.2rem 0;
  border-top: 2px solid rgba(255, 255, 255, 0.18);
}

.process-step::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 10px;
  height: 10px;
  background: var(--lime);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(201, 244, 91, 0.09);
}

.process-step small {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--lime);
  font-size: 0.67rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.process-step p {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
}

.case-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 3rem;
  align-items: center;
}

.case-copy blockquote {
  margin: 1.4rem 0;
  padding: 1rem 0 1rem 1.2rem;
  color: var(--ink-800);
  border-left: 3px solid var(--coral);
  font-size: 1.12rem;
  font-weight: 720;
}

.case-card {
  overflow: hidden;
  background: var(--ink-950);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.case-card-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  color: rgba(255, 255, 255, 0.62);
  border-bottom: 1px solid var(--line-light);
  font-size: 0.75rem;
}

.case-bars {
  display: grid;
  gap: 1.1rem;
  padding: 1.5rem;
}

.bar-row {
  display: grid;
  grid-template-columns: 88px 1fr 58px;
  gap: 0.8rem;
  align-items: center;
  color: var(--white);
  font-size: 0.76rem;
}

.bar-track {
  height: 11px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}

.bar-track span {
  display: block;
  height: 100%;
  background: var(--aqua);
  border-radius: inherit;
}

.bar-track.coral span {
  background: var(--coral);
}

.case-verdict {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line-light);
  border-top: 1px solid var(--line-light);
}

.case-verdict div {
  padding: 1.1rem;
  background: #0e2925;
}

.case-verdict small {
  display: block;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.63rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.case-verdict strong {
  color: var(--white);
  font-size: 0.9rem;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  background: rgba(255, 254, 249, 0.78);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg);
}

.price-card.featured {
  color: var(--white);
  background: var(--ink-950);
  border-color: var(--ink-950);
  transform: translateY(-1rem);
  box-shadow: var(--shadow);
}

.price-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.34rem 0.55rem;
  color: var(--ink-950);
  background: var(--lime);
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.price-kicker {
  color: var(--ink-600);
  font-size: 0.7rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.featured .price-kicker {
  color: var(--lime);
}

.price {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  margin: 1.1rem 0 0.35rem;
  font-size: 2.7rem;
  font-weight: 900;
  letter-spacing: -0.055em;
}

.price small {
  color: var(--ink-600);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0;
}

.featured .price small,
.featured .price-note,
.featured .price-list li {
  color: rgba(255, 255, 255, 0.65);
}

.price-note {
  min-height: 50px;
  color: var(--ink-600);
  font-size: 0.8rem;
}

.price-list {
  display: grid;
  gap: 0.65rem;
  margin: 1.2rem 0 1.5rem;
  padding: 1.2rem 0;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  list-style: none;
}

.featured .price-list {
  border-color: var(--line-light);
}

.price-list li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--ink-700);
  font-size: 0.84rem;
}

.price-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--coral);
}

.price-card .button {
  margin-top: auto;
}

.pricing-footnote {
  max-width: 830px;
  margin: 2rem auto 0;
  color: var(--ink-600);
  font-size: 0.78rem;
  text-align: center;
}

.boundary-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.boundary-card {
  padding: 1.6rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line-light);
  border-radius: var(--radius-lg);
}

.boundary-card h3 {
  color: var(--lime);
}

.boundary-card p,
.boundary-card li {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.87rem;
}

.boundary-card ul {
  margin: 1rem 0 0;
  padding-left: 1.1rem;
}

.fit-check-card {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 3rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.fit-question {
  margin: 0 0 1.15rem;
  padding: 0;
  border: 0;
}

.fit-question legend {
  margin-bottom: 0.55rem;
  font-size: 0.88rem;
  font-weight: 800;
}

.option-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.option-pill {
  position: relative;
}

.option-pill input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.option-pill span {
  display: inline-flex;
  align-items: center;
  min-height: 39px;
  padding: 0.58rem 0.75rem;
  color: var(--ink-700);
  background: var(--paper);
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 720;
  cursor: pointer;
}

.option-pill input:checked + span {
  color: var(--ink-950);
  background: var(--lime-soft);
  border-color: var(--ink-700);
}

.option-pill input:focus-visible + span {
  outline: 3px solid var(--aqua);
  outline-offset: 2px;
}

.fit-result {
  display: none;
  margin-top: 1rem;
  padding: 1rem;
  background: var(--aqua-soft);
  border-left: 4px solid var(--ink-700);
  border-radius: 0.7rem;
}

.fit-result.is-visible {
  display: block;
}

.fit-result strong,
.fit-result span {
  display: block;
}

.fit-result span {
  margin-top: 0.25rem;
  color: var(--ink-700);
  font-size: 0.84rem;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

.faq-list details {
  background: rgba(255, 254, 249, 0.72);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-md);
}

.faq-list summary {
  position: relative;
  padding: 1.25rem 3rem 1.25rem 1.25rem;
  font-weight: 820;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: 400;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  margin: -0.25rem 1.25rem 1.25rem;
  color: var(--ink-600);
  font-size: 0.91rem;
}

.route-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.route-card {
  display: flex;
  flex-direction: column;
  min-height: 220px;
  padding: 1.4rem;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line-light);
  border-radius: var(--radius-lg);
}

.route-card > span {
  color: var(--lime);
  font-size: 0.68rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.route-card p {
  color: rgba(255, 255, 255, 0.59);
  font-size: 0.86rem;
}

.route-card a {
  margin-top: auto;
  color: var(--aqua);
  font-size: 0.82rem;
  font-weight: 850;
}

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

.final-cta h2 {
  max-width: 10ch;
  margin-inline: auto;
}

.final-cta .lead {
  margin-inline: auto;
}

.final-cta .hero-actions {
  justify-content: center;
}

.site-footer {
  padding: 3.5rem 0;
  color: var(--white);
  background: var(--ink-950);
  border-top: 1px solid var(--line-light);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2rem;
  align-items: start;
}

.footer-copy {
  max-width: 370px;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.8rem;
}

.footer-links {
  display: grid;
  gap: 0.55rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
}

.footer-links strong {
  margin-bottom: 0.2rem;
  color: var(--white);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

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

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2.5rem;
  padding-top: 1.2rem;
  color: rgba(255, 255, 255, 0.4);
  border-top: 1px solid var(--line-light);
  font-size: 0.72rem;
}

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

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Sample evidence report */
.report-hero,
.intake-hero,
.formal-hero {
  padding: 5.5rem 0 4rem;
  color: var(--white);
  background: var(--ink-950);
}

.report-hero h1,
.intake-hero h1,
.formal-hero h1 {
  max-width: 11ch;
  font-size: clamp(3rem, 7vw, 6rem);
}

.report-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.5rem;
}

.report-meta span {
  padding: 0.42rem 0.62rem;
  color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line-light);
  border-radius: 999px;
  font-size: 0.72rem;
}

.report-shell {
  width: min(calc(100% - 2rem), 1040px);
  margin: -2rem auto 5rem;
  padding: clamp(1.2rem, 4vw, 3.4rem);
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.report-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line-dark);
}

.report-label {
  color: var(--ink-600);
  font-size: 0.7rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.report-decision {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.2rem;
  margin-bottom: 2.5rem;
  padding: 1.4rem;
  background: var(--lime-soft);
  border-radius: var(--radius-lg);
}

.decision-mark {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--ink-950);
  border-radius: 50%;
  font-size: 1.35rem;
  font-weight: 950;
}

.report-section {
  padding: 2.5rem 0;
  border-top: 1px solid var(--line-dark);
}

.report-section h2 {
  font-size: clamp(1.7rem, 4vw, 2.8rem);
}

.report-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.report-card {
  padding: 1.2rem;
  background: var(--paper);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-md);
}

.report-card p,
.report-section > p {
  color: var(--ink-600);
  font-size: 0.9rem;
}

.metrics-table,
.evidence-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.82rem;
}

.metrics-table th,
.metrics-table td,
.evidence-table th,
.evidence-table td {
  padding: 0.85rem;
  text-align: left;
  border-bottom: 1px solid var(--line-dark);
  vertical-align: top;
}

.metrics-table th,
.evidence-table th {
  color: var(--ink-600);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.table-wrap {
  overflow-x: auto;
}

.finding-list {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.finding-list li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.8rem;
  align-items: start;
  padding: 0.9rem;
  background: var(--paper);
  border-radius: 0.8rem;
}

.severity {
  padding: 0.28rem 0.45rem;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 850;
  text-transform: uppercase;
}

.severity.high {
  color: #722719;
  background: #ffd7ca;
}

.severity.medium {
  color: #664a00;
  background: #ffedb8;
}

.severity.info {
  color: #0e5c50;
  background: var(--aqua-soft);
}

.report-note {
  padding: 1.2rem;
  color: var(--ink-700);
  background: var(--paper-deep);
  border-left: 4px solid var(--ink-700);
  border-radius: 0.7rem;
  font-size: 0.83rem;
}

/* Intake */
.intake-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr);
  gap: 2rem;
  align-items: start;
  padding: 4rem 0 6rem;
}

.intake-aside {
  position: sticky;
  top: 96px;
  padding: 1.4rem;
  background: var(--ink-950);
  color: var(--white);
  border-radius: var(--radius-lg);
}

.intake-aside p,
.intake-aside li {
  color: rgba(255, 255, 255, 0.61);
  font-size: 0.82rem;
}

.intake-aside ul {
  padding-left: 1.1rem;
}

.safe-note {
  margin-top: 1rem;
  padding: 0.9rem;
  color: var(--ink-950) !important;
  background: var(--lime-soft);
  border-radius: 0.75rem;
  font-weight: 720;
}

.intake-form {
  padding: clamp(1.2rem, 3vw, 2rem);
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}

.form-progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.progress-step {
  padding-top: 0.55rem;
  color: var(--ink-600);
  border-top: 3px solid var(--paper-deep);
  font-size: 0.7rem;
  font-weight: 800;
}

.progress-step.is-active,
.progress-step.is-complete {
  color: var(--ink-950);
  border-color: var(--aqua);
}

.form-step {
  min-width: 0;
}

.js .form-step[hidden] {
  display: none;
}

.form-step h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.field {
  display: grid;
  gap: 0.42rem;
  margin-bottom: 1rem;
}

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

.field label,
.field-label {
  color: var(--ink-800);
  font-size: 0.8rem;
  font-weight: 800;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  min-height: 48px;
  padding: 0.75rem 0.85rem;
  color: var(--ink-950);
  background: var(--paper);
  border: 1px solid var(--line-dark);
  border-radius: 0.7rem;
}

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

.field input[aria-invalid="true"],
.field textarea[aria-invalid="true"],
.field select[aria-invalid="true"] {
  border-color: var(--red);
  box-shadow: 0 0 0 2px rgba(217, 77, 77, 0.12);
}

.field-hint,
.field-error {
  color: var(--ink-600);
  font-size: 0.7rem;
}

.field-error {
  color: var(--red);
  font-weight: 700;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.65rem;
}

.choice-card {
  position: relative;
}

.choice-card input {
  position: absolute;
  opacity: 0;
}

.choice-card span {
  min-height: 78px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.8rem;
  color: var(--ink-700);
  background: var(--paper);
  border: 1px solid var(--line-dark);
  border-radius: 0.8rem;
  cursor: pointer;
}

.choice-card span strong {
  color: var(--ink-950);
  font-size: 0.84rem;
}

.choice-card span small {
  margin-top: 0.2rem;
  font-size: 0.7rem;
}

.choice-card input:checked + span {
  background: var(--aqua-soft);
  border-color: var(--ink-700);
  box-shadow: inset 0 0 0 1px var(--ink-700);
}

.choice-card input:focus-visible + span {
  outline: 3px solid var(--aqua);
  outline-offset: 2px;
}

.checkbox-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.65rem;
  align-items: start;
  margin: 0.85rem 0;
  font-size: 0.78rem;
}

.checkbox-row input {
  width: 18px;
  height: 18px;
  margin-top: 0.12rem;
  accent-color: var(--ink-950);
}

.form-actions {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line-dark);
}

.form-summary {
  display: none;
  margin-bottom: 1rem;
  padding: 1rem;
  color: #6d2020;
  background: #ffe5e5;
  border-left: 4px solid var(--red);
  border-radius: 0.7rem;
  font-size: 0.8rem;
}

.form-summary.is-visible {
  display: block;
}

.fit-preview {
  margin-top: 1rem;
  padding: 1rem;
  background: var(--aqua-soft);
  border-radius: var(--radius-md);
}

.fit-preview strong,
.fit-preview span {
  display: block;
}

.fit-preview span {
  margin-top: 0.35rem;
  color: var(--ink-700);
  font-size: 0.78rem;
}

.bot-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

/* Formal pages */
.formal-shell {
  width: min(calc(100% - 2rem), 900px);
  margin: -2rem auto 5rem;
  padding: clamp(1.3rem, 4vw, 3.2rem);
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.formal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line-dark);
}

.formal-nav a {
  padding: 0.4rem 0.6rem;
  color: var(--ink-700);
  background: var(--paper);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
}

.formal-section {
  padding: 2rem 0;
  border-top: 1px solid var(--line-dark);
}

.formal-section:first-of-type {
  border-top: 0;
}

.formal-section h2 {
  font-size: clamp(1.55rem, 4vw, 2.3rem);
}

.formal-section h3 {
  margin-top: 1.5rem;
}

.formal-section p,
.formal-section li {
  color: var(--ink-700);
  font-size: 0.88rem;
}

.formal-section li + li {
  margin-top: 0.45rem;
}

.version-note {
  padding: 0.85rem;
  color: var(--ink-700);
  background: var(--paper-deep);
  border-radius: 0.65rem;
  font-size: 0.75rem;
}

/* Thank you */
.thank-you {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 2rem;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 20%, rgba(103, 230, 208, 0.18), transparent 30rem),
    var(--ink-950);
}

.thank-you-card {
  width: min(100%, 720px);
  padding: clamp(1.5rem, 5vw, 3.5rem);
  color: var(--ink-950);
  background: var(--white);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.thank-you-mark {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin-bottom: 1.5rem;
  background: var(--lime);
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: 950;
}

.thank-you h1 {
  max-width: 10ch;
  font-size: clamp(2.8rem, 7vw, 5rem);
}

.next-list {
  display: grid;
  gap: 0.7rem;
  margin: 1.5rem 0;
  padding: 0;
  list-style: none;
}

.next-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem;
  align-items: start;
  padding: 0.8rem;
  background: var(--paper);
  border-radius: 0.7rem;
  font-size: 0.82rem;
}

.next-list b {
  color: var(--ink-600);
}

.language-menu {
  position: relative;
  flex: 0 0 auto;
}

.language-menu summary {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  min-width: 3.35rem;
  padding: 0.55rem 0.7rem;
  color: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--line-light);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  cursor: pointer;
  list-style: none;
}

.language-menu summary::-webkit-details-marker {
  display: none;
}

.language-menu summary::after {
  content: "▾";
  font-size: 0.66rem;
}

.language-menu[open] summary::after {
  transform: rotate(180deg);
}

.language-options {
  position: absolute;
  z-index: 20;
  top: calc(100% + 0.55rem);
  right: 0;
  display: grid;
  min-width: 155px;
  padding: 0.45rem;
  background: var(--ink-900);
  border: 1px solid var(--line-light);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
}

.language-options a {
  padding: 0.65rem 0.75rem;
  color: rgba(255, 255, 255, 0.72);
  border-radius: 0.45rem;
  font-size: 0.8rem;
}

.language-options a:hover,
.language-options a:focus-visible,
.language-options a[aria-current="page"] {
  color: var(--ink-950);
  background: var(--lime);
}

.track-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.track-card {
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: 1.5rem;
  color: var(--ink-900);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.track-card.track-general {
  color: var(--white);
  background: var(--ink-900);
  border-color: var(--ink-900);
}

.track-card .card-index {
  color: var(--coral-dark);
}

.track-card.track-general .card-index {
  color: var(--lime);
}

.track-card h3 {
  margin-top: 1.8rem;
  font-size: 1.45rem;
}

.track-card p,
.track-card li {
  font-size: 0.88rem;
}

.track-card.track-general p,
.track-card.track-general li {
  color: rgba(255, 255, 255, 0.67);
}

.track-card ul {
  display: grid;
  gap: 0.55rem;
  margin: 1.2rem 0 1.6rem;
  padding-left: 1.1rem;
}

.track-card a {
  margin-top: auto;
  color: var(--ink-900);
  font-size: 0.82rem;
  font-weight: 850;
}

.track-card.track-general a {
  color: var(--aqua);
}

.track-boundary {
  display: grid;
  grid-template-columns: 0.45fr 1fr;
  gap: 1.5rem;
  margin-top: 1rem;
  padding: 1.25rem 1.4rem;
  background: rgba(241, 109, 80, 0.09);
  border: 1px solid rgba(188, 68, 44, 0.32);
  border-radius: var(--radius-md);
}

.track-boundary strong {
  color: var(--coral-dark);
}

.track-boundary span {
  color: var(--ink-600);
  font-size: 0.87rem;
}

.process-track {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.method-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
  padding: 1.2rem 1.4rem;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line-light);
  border-radius: var(--radius-md);
}

.method-link p {
  margin: 0;
  color: rgba(255, 255, 255, 0.67);
}

.psychometric-section {
  background:
    radial-gradient(circle at 85% 18%, rgba(101, 231, 199, 0.2), transparent 28%),
    var(--paper);
}

.psychometric-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}

.validity-question {
  margin-top: 2rem;
  padding: 1.35rem;
  color: var(--white);
  background: var(--ink-900);
  border-radius: var(--radius-lg);
}

.validity-question small,
.validity-question strong {
  display: block;
}

.validity-question small {
  margin-bottom: 0.7rem;
  color: var(--lime);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.validity-question strong {
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1.2;
}

.axis-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.axis-grid article {
  min-height: 220px;
  padding: 1.3rem;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-md);
}

.axis-grid article > span {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  color: var(--ink-950);
  background: var(--lime);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 900;
}

.axis-grid h3 {
  margin-top: 1.4rem;
  font-size: 1.15rem;
}

.axis-grid p {
  color: var(--ink-600);
  font-size: 0.86rem;
}

.behaviour-flow {
  display: grid;
  grid-template-columns: repeat(9, auto);
  gap: 0.8rem;
  align-items: center;
  margin-top: 3.5rem;
  padding: 1.15rem;
  color: var(--white);
  background: var(--ink-900);
  border-radius: var(--radius-lg);
}

.behaviour-flow > span {
  padding: 0.8rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.74rem;
}

.behaviour-flow small {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--aqua);
  font-size: 0.64rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.behaviour-flow b {
  color: var(--lime);
}

.specialised-pricing {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
  margin-top: 1.25rem;
  padding: 1.5rem;
  color: var(--white);
  background: var(--ink-900);
  border-radius: var(--radius-lg);
}

.specialised-pricing span {
  color: var(--lime);
  font-size: 0.67rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.specialised-pricing h3 {
  margin: 0.45rem 0;
}

.specialised-pricing p {
  max-width: 78ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.87rem;
}

.inner-hero {
  padding: clamp(5rem, 10vw, 8.5rem) 0 4.5rem;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(30, 255, 194, 0.11), transparent 42%),
    var(--ink-950);
}

.inner-hero h1 {
  max-width: 14ch;
}

.inner-hero .lead {
  color: rgba(255, 255, 255, 0.69);
}

.inner-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}

.protocol-panel {
  padding: 1.4rem;
  color: var(--ink-900);
  background: var(--paper);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.protocol-panel > small {
  color: var(--coral-dark);
  font-weight: 850;
  letter-spacing: 0.09em;
}

.protocol-panel ol {
  display: grid;
  gap: 0.75rem;
  margin: 1.2rem 0 0;
  padding-left: 1.25rem;
}

.protocol-panel li {
  padding-left: 0.35rem;
  color: var(--ink-600);
  font-size: 0.86rem;
}

.protocol-grid,
.metric-grid,
.evidence-layer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.protocol-card,
.metric-card,
.evidence-layer-card {
  padding: 1.4rem;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-md);
}

.protocol-card small,
.metric-card small,
.evidence-layer-card small {
  color: var(--coral-dark);
  font-size: 0.65rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.protocol-card h3,
.metric-card h3,
.evidence-layer-card h3 {
  margin-top: 1.2rem;
  font-size: 1.2rem;
}

.protocol-card p,
.metric-card p,
.evidence-layer-card p {
  color: var(--ink-600);
  font-size: 0.86rem;
}

.responsibility-table {
  overflow-x: auto;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg);
}

.responsibility-table table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.78);
}

.responsibility-table th,
.responsibility-table td {
  padding: 1rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line-dark);
  font-size: 0.82rem;
}

.responsibility-table th {
  color: var(--white);
  background: var(--ink-900);
}

.responsibility-table td:first-child {
  color: var(--coral-dark);
  font-weight: 850;
}

.boundary-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  margin-top: 1.25rem;
  padding: 1.25rem;
  background: rgba(241, 109, 80, 0.09);
  border: 1px solid rgba(188, 68, 44, 0.32);
  border-radius: var(--radius-md);
}

.boundary-note strong {
  color: var(--coral-dark);
}

.boundary-note p {
  margin: 0;
  color: var(--ink-600);
  font-size: 0.86rem;
}

@media (max-width: 1020px) {
  .nav-links {
    gap: 0.65rem;
    font-size: 0.8rem;
  }

  .hero-grid,
  .case-layout {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    max-width: 9.5ch;
  }

  .evidence-console {
    max-width: 720px;
    margin-inline: auto;
  }

  .deliverables-grid,
  .pricing-grid,
  .track-grid,
  .protocol-grid,
  .metric-grid,
  .evidence-layer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .psychometric-layout,
  .inner-hero-grid {
    grid-template-columns: 1fr;
  }

  .behaviour-flow {
    grid-template-columns: repeat(5, 1fr);
  }

  .behaviour-flow b {
    display: none;
  }

  .price-card.featured,
  .deliverable-card:nth-child(2),
  .deliverable-card:nth-child(5) {
    transform: none;
  }

  .process-track {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem 0;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid > :first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .section {
    padding: 5rem 0;
  }

  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 1rem;
    background: var(--ink-950);
    border-bottom: 1px solid var(--line-light);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links > a:not(.button) {
    padding: 0.8rem;
  }

  .language-link {
    border-left: 0;
    border-top: 1px solid var(--line-light);
  }

  .nav-links .button {
    margin-top: 0.5rem;
  }

  .language-menu {
    margin: 0.45rem 0;
  }

  .language-menu summary {
    width: 100%;
    justify-content: space-between;
    border-radius: 0.5rem;
  }

  .language-options {
    position: static;
    margin-top: 0.4rem;
    box-shadow: none;
  }

  .hero {
    min-height: auto;
  }

  .trust-grid,
  .fit-panels,
  .boundary-grid,
  .route-grid,
  .fit-check-card,
  .split-grid,
  .intake-layout {
    grid-template-columns: 1fr;
  }

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

  .trust-item:nth-child(2) {
    border-right: 0;
  }

  .trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line-light);
  }

  .intake-aside {
    position: static;
  }

  .report-grid {
    grid-template-columns: 1fr;
  }

  .track-boundary,
  .specialised-pricing,
  .method-link {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 640px) {
  .container,
  .container-narrow {
    width: min(calc(100% - 1.2rem), var(--container));
  }

  h1 {
    font-size: clamp(3rem, 16vw, 4.8rem);
  }

  .hero {
    padding-top: 3.5rem;
  }

  .console-flow {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .flow-arrow {
    transform: rotate(90deg);
  }

  .console-metrics,
  .case-verdict {
    grid-template-columns: 1fr;
  }

  .console-finding {
    grid-template-columns: auto 1fr;
  }

  .console-finding .gate-chip {
    grid-column: 2;
  }

  .trust-grid,
  .deliverables-grid,
  .pricing-grid,
  .track-grid,
  .protocol-grid,
  .metric-grid,
  .evidence-layer-grid,
  .axis-grid,
  .process-track,
  .footer-grid,
  .form-grid,
  .choice-grid {
    grid-template-columns: 1fr;
  }

  .behaviour-flow {
    grid-template-columns: 1fr;
  }

  .behaviour-flow > span {
    border-bottom: 1px solid var(--line-light);
  }

  .behaviour-flow > span:last-child {
    border-bottom: 0;
  }

  .boundary-note {
    grid-template-columns: 1fr;
  }

  .trust-item {
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

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

  .process-step {
    padding-left: 1rem;
    border-top: 0;
    border-left: 2px solid rgba(255, 255, 255, 0.18);
  }

  .process-step::before {
    top: 0.4rem;
    left: -6px;
  }

  .bar-row {
    grid-template-columns: 70px 1fr 50px;
  }

  .footer-grid > :first-child,
  .field.full {
    grid-column: auto;
  }

  .footer-bottom,
  .report-toolbar,
  .form-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .report-decision {
    grid-template-columns: 1fr;
  }

  .finding-list li {
    grid-template-columns: auto 1fr;
  }

  .finding-list .severity {
    grid-column: 2;
    width: fit-content;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Construct editorial home: a compact field note, not a software dashboard. */
.simple-home {
  background: #f3f0e6;
}

.simple-home::before {
  display: none;
}

.simple-home .site-header {
  background: #102a26;
  backdrop-filter: none;
}

.simple-home .button {
  border-radius: 5px;
}

.simple-home .nav-links > a:not(.button) {
  color: rgba(255, 255, 255, 0.72);
}

.simple-home .nav-links > a:not(.button):hover {
  color: var(--white);
}

.plain-hero {
  padding: clamp(5.5rem, 9vw, 8.5rem) 0 clamp(5rem, 8vw, 7.5rem);
  border-bottom: 1px solid var(--line-dark);
}

.plain-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(280px, 0.72fr);
  gap: clamp(3rem, 8vw, 7.5rem);
  align-items: center;
}

.plain-kicker {
  margin-bottom: 1.2rem;
  color: var(--ink-700);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.plain-hero h1,
.simple-heading h2,
.simple-process h2,
.simple-final h2 {
  font-family: Iowan Old Style, Baskerville, Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.055em;
}

.plain-hero h1 {
  max-width: 10.5ch;
  margin-bottom: 1.7rem;
  font-size: clamp(4rem, 7.5vw, 7.4rem);
  line-height: 0.9;
}

.plain-hero h1 em {
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-color: var(--lime);
  text-decoration-thickness: 0.16em;
  text-underline-offset: -0.08em;
  text-decoration-skip-ink: none;
}

.plain-lead {
  max-width: 620px;
  margin-bottom: 2rem;
  color: var(--ink-700);
  font-size: clamp(1.1rem, 2vw, 1.34rem);
}

.plain-meta {
  margin-top: 1.1rem;
  color: var(--ink-600);
  font-size: 0.86rem;
}

.test-note {
  position: relative;
  padding: 1.4rem 1.5rem 1.55rem;
  background: var(--white);
  border: 1px solid var(--ink-950);
  border-top-width: 8px;
  box-shadow: 12px 12px 0 var(--lime);
  transform: rotate(0.7deg);
}

.test-note-head,
.test-note-foot {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.test-note dl {
  margin: 1.4rem 0;
}

.test-note-row {
  display: grid;
  grid-template-columns: 5.4rem 1fr;
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid var(--line-dark);
}

.test-note-row:last-child {
  border-bottom: 1px solid var(--line-dark);
}

.test-note dt {
  color: var(--ink-600);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.test-note dd {
  margin: 0;
  font-weight: 700;
  line-height: 1.35;
}

.test-note-foot {
  align-items: center;
  color: var(--ink-700);
  text-transform: none;
  letter-spacing: 0;
}

.test-note-mark {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  color: var(--ink-950);
  background: var(--lime);
  border-radius: 50%;
}

.simple-section {
  padding: clamp(5.5rem, 8vw, 8rem) 0;
}

.simple-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(280px, 1.18fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.simple-heading h2,
.simple-process h2,
.simple-final h2 {
  margin-bottom: 0;
  font-size: clamp(2.8rem, 5.5vw, 5.4rem);
  line-height: 0.96;
}

.simple-heading p:last-child {
  max-width: 590px;
  margin-bottom: 0.35rem;
  color: var(--ink-600);
  font-size: 1.12rem;
}

.connection-section {
  background: var(--white);
}

.connection-list {
  border-top: 2px solid var(--ink-950);
}

.connection-row {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr) minmax(180px, 0.34fr);
  gap: clamp(1.3rem, 4vw, 4rem);
  padding: 2.3rem 0;
  border-bottom: 1px solid var(--line-dark);
}

.connection-number {
  color: var(--ink-700);
  font-family: Iowan Old Style, Baskerville, Georgia, serif;
  font-size: 2.2rem;
  font-style: italic;
}

.connection-row h3 {
  margin-bottom: 0.55rem;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
}

.connection-row p {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--ink-600);
}

.connection-fit {
  align-self: center;
  padding-left: 1.1rem;
  color: var(--ink-700);
  border-left: 3px solid var(--lime);
  font-size: 0.86rem;
  font-weight: 700;
}

.access-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.2rem;
  align-items: center;
  margin-top: 2.4rem;
  padding: 1.4rem 1.5rem;
  color: var(--white);
  background: var(--ink-950);
}

.access-note strong {
  color: var(--lime);
  white-space: nowrap;
}

.access-note span {
  color: rgba(255, 255, 255, 0.72);
}

.simple-process {
  padding: clamp(5.5rem, 8vw, 8rem) 0;
  color: var(--white);
  background: var(--ink-950);
}

.simple-process .plain-kicker {
  color: var(--lime);
}

.simple-process-head {
  max-width: 760px;
  margin-bottom: 4rem;
}

.simple-process-head p:last-child {
  margin-top: 1.35rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.1rem;
}

.three-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
}

.three-steps article {
  padding-top: 1.3rem;
  border-top: 4px solid var(--lime);
}

.three-steps small {
  color: var(--lime);
  font-weight: 800;
}

.three-steps h3 {
  margin-top: 1.4rem;
  font-size: 1.55rem;
}

.three-steps p {
  color: rgba(255, 255, 255, 0.64);
}

.process-link {
  display: inline-block;
  margin-top: 3rem;
  color: var(--aqua);
  font-weight: 800;
}

.use-list {
  border-top: 2px solid var(--ink-950);
}

.use-row {
  display: grid;
  grid-template-columns: 4rem minmax(220px, 0.55fr) minmax(280px, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
  padding: 1.8rem 0;
  border-bottom: 1px solid var(--line-dark);
}

.use-row > span:first-child {
  color: var(--ink-600);
  font-family: Iowan Old Style, Baskerville, Georgia, serif;
  font-size: 1.5rem;
  font-style: italic;
}

.use-row h3 {
  margin: 0;
  font-size: 1.45rem;
}

.use-row p {
  margin: 0;
  color: var(--ink-600);
}

.use-row .row-arrow {
  font-size: 1.5rem;
  transition: transform 160ms ease;
}

.use-row:hover .row-arrow {
  transform: translateX(0.35rem);
}

.measurement-note {
  max-width: 900px;
  margin-top: 2rem;
  padding-left: 1.3rem;
  color: var(--ink-600);
  border-left: 4px solid var(--aqua);
}

.offer-section {
  background: #dceee8;
}

.offer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.65fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: start;
}

.offer-list {
  border-top: 2px solid var(--ink-950);
}

.offer-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  padding: 1.8rem 0;
  border-bottom: 1px solid var(--line-dark);
}

.offer-row h3 {
  font-size: 1.55rem;
}

.offer-row p {
  max-width: 560px;
  color: var(--ink-600);
}

.offer-price {
  font-family: Iowan Old Style, Baskerville, Georgia, serif;
  font-size: 2.25rem;
  white-space: nowrap;
}

.offer-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.case-slip {
  padding: 1.7rem;
  background: var(--paper);
  border: 1px solid var(--ink-950);
  box-shadow: 9px 9px 0 var(--aqua);
}

.case-slip blockquote {
  margin: 1.5rem 0;
  font-family: Iowan Old Style, Baskerville, Georgia, serif;
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  line-height: 1.08;
}

.case-slip p {
  color: var(--ink-600);
  font-size: 0.9rem;
}

.simple-final {
  padding: clamp(5.5rem, 8vw, 8rem) 0;
  text-align: center;
  color: var(--white);
  background: #102a26;
}

.simple-final h2 {
  max-width: 900px;
  margin-inline: auto;
}

.simple-final p {
  max-width: 620px;
  margin: 1.5rem auto 2rem;
  color: rgba(255, 255, 255, 0.66);
  font-size: 1.12rem;
}

.simple-final .hero-actions {
  justify-content: center;
}

.simple-footer-links {
  display: flex;
  gap: 1.4rem;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.66);
}

@media (max-width: 900px) {
  .plain-hero-grid,
  .simple-heading,
  .offer-grid {
    grid-template-columns: 1fr;
  }

  .plain-hero-grid {
    gap: 4rem;
  }

  .test-note {
    max-width: 560px;
  }

  .connection-row {
    grid-template-columns: 3.5rem 1fr;
  }

  .connection-fit {
    grid-column: 2;
  }

  .three-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.3rem;
  }

  .use-row {
    grid-template-columns: 3rem 1fr auto;
  }

  .use-row p {
    grid-column: 2 / -1;
  }
}

@media (max-width: 640px) {
  .plain-hero h1 {
    font-size: clamp(3.5rem, 18vw, 5.5rem);
  }

  .test-note {
    margin-right: 9px;
    box-shadow: 8px 8px 0 var(--lime);
  }

  .connection-row {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .connection-fit {
    grid-column: auto;
    margin-top: 0.4rem;
  }

  .access-note,
  .three-steps,
  .offer-row {
    grid-template-columns: 1fr;
  }

  .access-note strong {
    white-space: normal;
  }

  .three-steps {
    gap: 2.5rem;
  }

  .use-row {
    grid-template-columns: 2.5rem 1fr auto;
  }

  .use-row p {
    font-size: 0.92rem;
  }

  .offer-price {
    font-size: 1.8rem;
  }
}

/* Construct Signal Chamber: near-future AI validation, without dashboard clutter. */
.simple-home {
  --future-bg: #060810;
  --future-bg-raised: #090f1a;
  --future-panel: #0d1523;
  --future-panel-strong: #111d30;
  --future-text: #edf4ff;
  --future-muted: #a5b4c9;
  --future-signal: #66f6d4;
  --future-violet: #9c8cff;
  --future-focus: #e9ff6a;
  --ink-950: var(--future-bg);
  --ink-900: var(--future-bg-raised);
  --ink-800: var(--future-panel);
  --ink-700: var(--future-muted);
  --ink-600: var(--future-muted);
  --paper: var(--future-bg);
  --white: var(--future-text);
  --lime: var(--future-signal);
  --aqua: var(--future-violet);
  --line-dark: rgba(174, 198, 236, 0.16);
  --line-light: rgba(214, 226, 255, 0.16);
  color: var(--future-text);
  background:
    radial-gradient(circle at 78% 8%, rgba(156, 140, 255, 0.09), transparent 28rem),
    var(--future-bg);
  color-scheme: dark;
}

.simple-home :where(a, button, summary):focus-visible {
  outline: 3px solid var(--future-focus);
  outline-offset: 4px;
}

.simple-home .site-header {
  background: rgba(6, 8, 16, 0.88);
  border-bottom-color: rgba(102, 246, 212, 0.15);
  backdrop-filter: blur(18px) saturate(140%);
}

.simple-home .proofline-mark {
  border-color: rgba(102, 246, 212, 0.5);
  border-radius: 6px;
  background: linear-gradient(145deg, rgba(102, 246, 212, 0.12), rgba(156, 140, 255, 0.08));
  box-shadow: inset 0 0 18px rgba(102, 246, 212, 0.06), 0 0 22px rgba(102, 246, 212, 0.1);
}

.simple-home .proofline-mark::before {
  background: var(--future-signal);
  box-shadow: 0 -6px 0 rgba(156, 140, 255, 0.7), 0 6px 0 rgba(237, 244, 255, 0.28);
}

.simple-home .proofline-mark::after {
  background: var(--future-signal);
  box-shadow: 0 0 0 3px var(--future-bg), 0 0 14px rgba(102, 246, 212, 0.8);
}

.simple-home .nav-links > a:not(.button) {
  color: rgba(237, 244, 255, 0.68);
}

.simple-home .language-menu summary {
  border-radius: 7px;
}

.simple-home .button {
  border-radius: 8px;
  box-shadow: none;
  letter-spacing: -0.01em;
}

.simple-home .button-dark,
.simple-home .nav-links .button,
.simple-home .simple-final .button:not(.button-ghost) {
  color: #04110f;
  background: var(--future-signal);
  border-color: var(--future-signal);
  box-shadow: 0 0 26px rgba(102, 246, 212, 0.12);
}

.simple-home .button-paper,
.simple-home .button-ghost {
  color: var(--future-text);
  background: rgba(237, 244, 255, 0.045);
  border-color: rgba(174, 198, 236, 0.24);
}

.simple-home .button:hover {
  box-shadow: 0 12px 34px rgba(102, 246, 212, 0.14);
}

.simple-home .plain-hero h1,
.simple-home .simple-heading h2,
.simple-home .simple-process h2,
.simple-home .simple-final h2 {
  font-family: Inter, "SF Pro Display", "Segoe UI", sans-serif;
  font-weight: 680;
  letter-spacing: -0.065em;
}

.simple-home .plain-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--future-signal);
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.simple-home .plain-kicker::before {
  content: "";
  width: 0.48rem;
  height: 0.48rem;
  background: var(--future-signal);
  box-shadow: 0 0 14px rgba(102, 246, 212, 0.7);
}

.simple-home .plain-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--future-text);
  background:
    radial-gradient(circle at 78% 34%, rgba(156, 140, 255, 0.17), transparent 25rem),
    radial-gradient(circle at 14% 88%, rgba(102, 246, 212, 0.09), transparent 28rem),
    linear-gradient(180deg, #060810 0%, #080d17 100%);
  border-bottom-color: rgba(174, 198, 236, 0.12);
}

.simple-home .plain-hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(151, 178, 216, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(151, 178, 216, 0.08) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 88%);
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.simple-home .plain-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 57%;
  width: 1px;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent 8%, rgba(102, 246, 212, 0.44) 35%, rgba(156, 140, 255, 0.34) 72%, transparent 94%);
  box-shadow: 0 0 24px rgba(102, 246, 212, 0.18);
}

.simple-home .plain-hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.92fr);
  gap: clamp(2.25rem, 5vw, 5rem);
}

.simple-home .plain-hero h1 em {
  color: var(--future-signal);
  font-style: normal;
  text-decoration: none;
  text-shadow: 0 0 38px rgba(102, 246, 212, 0.13);
}

.simple-home .plain-lead,
.simple-home .plain-meta {
  color: var(--future-muted);
}

.simple-home .process-video {
  min-width: 0;
  margin: 0;
}

.simple-home .process-video-shell {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #060810;
  border: 1px solid rgba(102, 246, 212, 0.32);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 34px 80px rgba(0, 0, 0, 0.42);
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
}

.simple-home .process-video-shell::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 3rem;
  left: 1.25rem;
  height: 2px;
  pointer-events: none;
  background: linear-gradient(90deg, var(--future-signal), var(--future-violet), transparent);
}

.simple-home .process-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #060810;
}

.simple-home .process-video video::cue {
  color: #edf4ff;
  background: rgba(4, 8, 15, 0.9);
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 88%;
}

.simple-home .process-video figcaption {
  display: grid;
  gap: 0.28rem;
  margin-top: 1rem;
}

.simple-home .process-video figcaption strong {
  color: var(--future-text);
  font-size: 1rem;
}

.simple-home .process-video figcaption span {
  color: var(--future-muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

.simple-home .video-transcript {
  margin-top: 0.7rem;
  color: var(--future-muted);
  font-size: 0.8rem;
}

.simple-home .video-transcript summary {
  width: fit-content;
  cursor: pointer;
  color: var(--future-signal);
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
}

.simple-home .video-transcript ol {
  display: grid;
  gap: 0.55rem;
  margin: 0.85rem 0 0;
  padding-left: 1.25rem;
  line-height: 1.5;
}

.simple-home .test-note {
  overflow: hidden;
  transform: none;
  color: var(--future-text);
  background: linear-gradient(145deg, rgba(17, 29, 48, 0.94), rgba(9, 15, 26, 0.96));
  border: 1px solid rgba(102, 246, 212, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 34px 80px rgba(0, 0, 0, 0.42);
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 24px 100%, 0 calc(100% - 24px));
}

.simple-home .test-note::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.5rem;
  right: 3rem;
  height: 2px;
  background: linear-gradient(90deg, var(--future-signal), var(--future-violet), transparent);
}

.simple-home .test-note::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30%;
  width: 24%;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(102, 246, 212, 0.12), transparent);
  transform: skewX(-18deg);
}

.simple-home .test-note-head,
.simple-home .test-note-foot,
.simple-home .test-note dt {
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
}

.simple-home .test-note-head {
  color: var(--future-signal);
}

.simple-home .test-note-row {
  border-color: rgba(174, 198, 236, 0.14);
}

.simple-home .test-note dt,
.simple-home .test-note-foot {
  color: var(--future-muted);
}

.simple-home .test-note dd {
  color: var(--future-text);
}

.simple-home .test-note-mark {
  color: #04110f;
  background: var(--future-signal);
  border-radius: 6px;
  box-shadow: 0 0 18px rgba(102, 246, 212, 0.22);
}

.simple-home .test-note-foot a {
  color: var(--future-signal);
  font-weight: 700;
  text-decoration: none;
}

.simple-home .product-mode-section {
  background:
    radial-gradient(circle at 14% 20%, rgba(102, 246, 212, 0.08), transparent 24rem),
    linear-gradient(180deg, #080d17, #070b13);
}

.simple-home .product-mode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: clamp(2.4rem, 5vw, 4rem);
}

.simple-home .product-mode-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(1.5rem, 3vw, 2.2rem);
  color: var(--future-text);
  background: linear-gradient(145deg, rgba(17, 29, 48, 0.9), rgba(9, 15, 26, 0.97));
  border: 1px solid rgba(174, 198, 236, 0.18);
  border-radius: 12px;
}

.simple-home .product-mode-api {
  border-color: rgba(102, 246, 212, 0.38);
  box-shadow: inset 0 2px 0 rgba(102, 246, 212, 0.42), 0 26px 64px rgba(0, 0, 0, 0.25);
}

.simple-home .product-mode-topline {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--future-signal);
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.simple-home .product-mode-topline span:last-child {
  color: var(--future-muted);
  text-align: right;
}

.simple-home .product-mode-card h3 {
  margin-top: 1.6rem;
  font-size: clamp(1.9rem, 4vw, 3rem);
  letter-spacing: -0.05em;
}

.simple-home .product-mode-card > p,
.simple-home .product-mode-card li {
  color: var(--future-muted);
}

.simple-home .product-mode-card > p {
  margin-top: 0.9rem;
}

.simple-home .product-mode-card ul {
  display: grid;
  gap: 0.75rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.simple-home .product-mode-card li {
  position: relative;
  padding-left: 1.3rem;
}

.simple-home .product-mode-card li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  background: var(--future-signal);
  box-shadow: 0 0 10px rgba(102, 246, 212, 0.45);
}

.simple-home .product-price {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 2rem;
}

.simple-home .product-price strong {
  color: var(--future-signal);
  font-size: clamp(2.1rem, 5vw, 3.5rem);
  letter-spacing: -0.06em;
}

.simple-home .product-price span,
.simple-home .product-fineprint {
  color: var(--future-muted);
  font-size: 0.82rem;
}

.simple-home .product-mode-card .offer-list {
  margin-top: auto;
  padding-top: 1.2rem;
  border-top: 0;
}

.simple-home .product-mode-card .offer-row {
  grid-template-columns: 1fr auto;
  gap: 1rem;
  padding-block: 1rem;
}

.simple-home .product-mode-card .offer-row h3 {
  margin: 0;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.simple-home .product-mode-card .offer-price {
  font-size: 1.35rem;
}

.simple-home .product-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.6rem;
}

.simple-home .text-link {
  color: var(--future-signal);
  font-weight: 700;
}

.simple-home .product-boundary {
  max-width: 900px;
  margin: 1.5rem auto 0;
  color: var(--future-muted);
  text-align: center;
}

.simple-home .connection-section {
  background: #080d17;
}

.simple-home .simple-heading p:last-child,
.simple-home .connection-row p,
.simple-home .measurement-note,
.simple-home .offer-row p,
.simple-home .case-slip p {
  color: var(--future-muted);
}

.simple-home .connection-list,
.simple-home .use-list,
.simple-home .offer-list {
  border-top-color: rgba(102, 246, 212, 0.52);
}

.simple-home .connection-row {
  position: relative;
  padding-inline: 1.25rem;
  background: linear-gradient(90deg, rgba(102, 246, 212, 0.035), transparent 68%);
  border-bottom-color: rgba(174, 198, 236, 0.14);
}

.simple-home .connection-row::before {
  content: "";
  position: absolute;
  inset: 1.35rem auto 1.35rem 0;
  width: 2px;
  background: linear-gradient(var(--future-signal), rgba(156, 140, 255, 0.35));
}

.simple-home .connection-number,
.simple-home .use-row > span:first-child {
  color: var(--future-signal);
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-style: normal;
}

.simple-home .connection-fit {
  padding: 0.65rem 0.75rem;
  color: var(--future-signal);
  background: rgba(102, 246, 212, 0.055);
  border: 1px solid rgba(102, 246, 212, 0.2);
  border-radius: 6px;
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 0.74rem;
}

.simple-home .access-note {
  color: var(--future-text);
  background: linear-gradient(100deg, rgba(102, 246, 212, 0.09), rgba(156, 140, 255, 0.055)), var(--future-panel);
  border: 1px solid rgba(102, 246, 212, 0.2);
}

.simple-home .access-note strong {
  color: var(--future-signal);
}

.simple-home .simple-process {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: radial-gradient(circle at 92% 20%, rgba(156, 140, 255, 0.12), transparent 26rem), #05070d;
}

.simple-home .simple-process::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  opacity: 0.24;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(151, 178, 216, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(151, 178, 216, 0.07) 1px, transparent 1px);
  background-size: 72px 72px;
}

.simple-home .simple-process .container {
  position: relative;
  z-index: 1;
}

.simple-home .three-steps {
  position: relative;
}

.simple-home .three-steps::before {
  content: "";
  position: absolute;
  top: 1rem;
  right: 1rem;
  left: 1rem;
  height: 1px;
  background: linear-gradient(90deg, var(--future-signal), var(--future-violet));
}

.simple-home .three-steps article {
  position: relative;
  padding-top: 3.8rem;
  border-top: 0;
}

.simple-home .three-steps small {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  color: #04110f;
  background: var(--future-signal);
  border-radius: 5px;
  box-shadow: 0 0 0 7px #05070d;
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
}

.simple-home .three-steps h3 {
  margin-top: 0;
}

.simple-home .three-steps p,
.simple-home .simple-process-head p:last-child {
  color: var(--future-muted);
}

.simple-home .process-link {
  color: var(--future-signal);
  text-decoration: underline;
  text-decoration-color: rgba(102, 246, 212, 0.35);
  text-underline-offset: 0.3em;
}

.simple-home #uses {
  background: #070b13;
}

.simple-home .use-row {
  padding-inline: 1rem;
  border-bottom-color: rgba(174, 198, 236, 0.14);
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.simple-home .use-row .row-arrow {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  place-items: center;
  color: var(--future-signal);
  border: 1px solid rgba(102, 246, 212, 0.25);
  border-radius: 6px;
}

.simple-home .measurement-note {
  border-left-color: var(--future-violet);
}

.simple-home .offer-section {
  background: radial-gradient(circle at 88% 58%, rgba(156, 140, 255, 0.14), transparent 24rem), linear-gradient(180deg, #0a101c, #080c15);
}

.simple-home .offer-row {
  border-bottom-color: rgba(174, 198, 236, 0.14);
}

.simple-home .offer-price {
  color: var(--future-signal);
  font-family: Inter, "SF Pro Display", "Segoe UI", sans-serif;
  font-weight: 680;
  letter-spacing: -0.05em;
}

.simple-home .case-slip {
  color: var(--future-text);
  background: linear-gradient(145deg, rgba(17, 29, 48, 0.94), rgba(9, 15, 26, 0.97));
  border-color: rgba(156, 140, 255, 0.32);
  box-shadow: 12px 12px 0 rgba(156, 140, 255, 0.16);
}

.simple-home .case-slip small,
.simple-home .case-slip a {
  color: var(--future-signal);
}

.simple-home .case-slip blockquote {
  font-family: Inter, "SF Pro Display", "Segoe UI", sans-serif;
  font-weight: 620;
  letter-spacing: -0.045em;
}

.simple-home .simple-final {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: radial-gradient(circle at 50% 100%, rgba(102, 246, 212, 0.15), transparent 34rem), linear-gradient(120deg, #090e1a, #0d1225 58%, #0a1320);
}

.simple-home .simple-final::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  opacity: 0.23;
  background: repeating-radial-gradient(ellipse at 50% 115%, transparent 0, transparent 72px, rgba(102, 246, 212, 0.28) 73px, transparent 74px);
}

.simple-home .simple-final .container {
  position: relative;
  z-index: 1;
}

.simple-home .simple-final p {
  color: var(--future-muted);
}

.simple-home .site-footer {
  background: #04060b;
  border-top-color: rgba(174, 198, 236, 0.14);
}

@media (hover: hover) and (pointer: fine) {
  .simple-home .use-row:hover,
  .simple-home .use-row:focus-visible {
    background: linear-gradient(90deg, rgba(102, 246, 212, 0.07), rgba(156, 140, 255, 0.035));
    transform: translateY(-2px);
  }
}

@media (min-width: 641px) {
  .simple-home .plain-hero {
    padding-top: clamp(3.5rem, 6vw, 5.5rem);
    padding-bottom: clamp(4rem, 6vw, 5.5rem);
  }

  .simple-home .plain-hero h1 {
    max-width: 12ch;
    font-size: clamp(3.8rem, 5.5vw, 5.3rem);
    line-height: 0.93;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .simple-home .plain-hero-grid > * {
    animation: signal-enter 600ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
  }

  .simple-home .plain-hero-grid > :last-child {
    animation-delay: 100ms;
  }

  .simple-home .test-note::after {
    animation: signal-scan 1400ms ease-out 350ms 1 both;
  }
}

@keyframes signal-enter {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}

@keyframes signal-scan {
  from { opacity: 0; transform: translateX(-110%) skewX(-18deg); }
  35% { opacity: 0.35; }
  to { opacity: 0; transform: translateX(620%) skewX(-18deg); }
}

@media (max-width: 900px) {
  .simple-home .product-mode-grid {
    grid-template-columns: 1fr;
  }

  .simple-home .plain-hero::after,
  .simple-home .three-steps::before {
    display: none;
  }

  .simple-home .plain-hero-grid {
    grid-template-columns: 1fr;
  }

  .simple-home .three-steps article {
    border-top: 1px solid rgba(174, 198, 236, 0.16);
  }
}

@media (max-width: 640px) {
  .simple-home .plain-hero .hero-actions .button {
    width: 100%;
  }

  .simple-home .connection-row,
  .simple-home .use-row {
    padding-inline: 0.3rem;
  }

  .simple-home .test-note {
    margin-right: 0;
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.36);
    clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
  }

  .simple-home .process-video-shell {
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
  }

  .simple-home .product-mode-topline,
  .simple-home .product-price,
  .simple-home .product-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .simple-home .product-mode-topline span:last-child {
    text-align: left;
  }
}

@media (prefers-contrast: more) {
  .simple-home {
    --future-muted: #c8d3e4;
    --line-dark: rgba(237, 244, 255, 0.34);
    --line-light: rgba(237, 244, 255, 0.34);
  }
}

@media (prefers-reduced-motion: reduce) {
  .simple-home .test-note::after {
    display: none;
  }
}

/* Construct Metrics API: a compact technical product surface. */
.api-product {
  --api-bg: #060810;
  --api-panel: #0e1726;
  --api-panel-soft: #101c2e;
  --api-text: #edf4ff;
  --api-muted: #a5b4c9;
  --api-signal: #66f6d4;
  --api-violet: #9c8cff;
  color: var(--api-text);
  background: var(--api-bg);
  color-scheme: dark;
}

.api-product :where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid #e9ff6a;
  outline-offset: 4px;
}

.api-product .site-header {
  color: var(--api-text);
  background: rgba(6, 8, 16, 0.9);
  border-bottom-color: rgba(102, 246, 212, 0.15);
  backdrop-filter: blur(18px) saturate(140%);
}

.api-product .nav-links > a:not(.button),
.api-product .language-menu summary,
.api-product .site-footer a {
  color: rgba(237, 244, 255, 0.75);
}

.api-product .language-options {
  color: var(--api-text);
  background: var(--api-panel);
  border-color: rgba(102, 246, 212, 0.2);
}

.api-product .button {
  border-radius: 8px;
  box-shadow: none;
}

.api-product .button-dark,
.api-product .nav-links .button {
  color: #04110f;
  background: var(--api-signal);
  border-color: var(--api-signal);
}

.api-product .button-paper {
  color: var(--api-text);
  background: rgba(237, 244, 255, 0.045);
  border-color: rgba(174, 198, 236, 0.24);
}

.api-product .plain-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--api-signal);
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.api-product .plain-kicker::before {
  content: "";
  width: 0.48rem;
  height: 0.48rem;
  background: var(--api-signal);
  box-shadow: 0 0 14px rgba(102, 246, 212, 0.7);
}

.api-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(5.5rem, 10vw, 9rem) 0;
  background:
    linear-gradient(rgba(151, 178, 216, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(151, 178, 216, 0.06) 1px, transparent 1px),
    radial-gradient(circle at 78% 30%, rgba(156, 140, 255, 0.18), transparent 26rem),
    radial-gradient(circle at 15% 100%, rgba(102, 246, 212, 0.1), transparent 30rem),
    #060810;
  background-size: 64px 64px, 64px 64px, auto, auto, auto;
  border-bottom: 1px solid rgba(174, 198, 236, 0.14);
}

.api-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: center;
}

.api-hero h1,
.api-section h2 {
  font-family: Inter, "SF Pro Display", "Segoe UI", sans-serif;
  font-weight: 680;
  letter-spacing: -0.06em;
}

.api-hero h1 {
  max-width: 880px;
  margin-top: 1.25rem;
  font-size: clamp(3.5rem, 8vw, 7.3rem);
  line-height: 0.93;
}

.api-hero .plain-lead {
  max-width: 760px;
  margin-top: 1.6rem;
  color: var(--api-muted);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.api-safety-line {
  margin-top: 1.4rem;
  color: var(--api-muted);
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 0.76rem;
}

.api-contract-card {
  display: grid;
  gap: 0.85rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  background: linear-gradient(145deg, rgba(17, 29, 48, 0.95), rgba(9, 15, 26, 0.98));
  border: 1px solid rgba(102, 246, 212, 0.32);
  border-radius: 12px;
  box-shadow: inset 0 2px 0 rgba(102, 246, 212, 0.36), 0 34px 80px rgba(0, 0, 0, 0.38);
}

.api-contract-card span,
.api-contract-card code,
.api-contract-card b {
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
}

.api-contract-card span,
.api-contract-card b {
  color: var(--api-signal);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.api-contract-card code {
  overflow-wrap: anywhere;
  padding: 0.75rem;
  color: var(--api-text);
  background: rgba(237, 244, 255, 0.045);
  border: 1px solid rgba(174, 198, 236, 0.14);
  border-radius: 6px;
}

.api-contract-card b {
  margin-top: 0.5rem;
}

.api-section {
  padding: clamp(5rem, 8vw, 8rem) 0;
}

.api-section h2 {
  max-width: 900px;
  margin-top: 1rem;
  font-size: clamp(2.5rem, 6vw, 5.2rem);
  line-height: 1;
}

.api-flow {
  background: #080d17;
}

.api-step-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin-top: 3.5rem;
  background: rgba(174, 198, 236, 0.14);
  border: 1px solid rgba(174, 198, 236, 0.14);
}

.api-step-grid article {
  min-width: 0;
  padding: 1.4rem;
  background: var(--api-panel);
}

.api-step-grid small {
  color: var(--api-signal);
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
}

.api-step-grid h3 {
  margin-top: 2rem;
  font-size: 1.2rem;
}

.api-step-grid p,
.api-pricing p,
.api-access-grid > div > p:last-child {
  margin-top: 0.8rem;
  color: var(--api-muted);
}

.api-contract {
  background: radial-gradient(circle at 85% 18%, rgba(156, 140, 255, 0.1), transparent 25rem), #05070d;
}

.api-data-grid,
.api-code-grid,
.api-pricing-grid,
.api-access-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 3.5rem;
}

.api-data-grid article,
.api-code-grid figure,
.api-pricing-grid aside,
.api-access-form {
  min-width: 0;
  padding: clamp(1.4rem, 3vw, 2rem);
  background: var(--api-panel);
  border: 1px solid rgba(174, 198, 236, 0.16);
  border-radius: 10px;
}

.api-data-grid h3,
.api-pricing-grid h3 {
  font-size: 1.45rem;
}

.api-data-grid ul {
  display: grid;
  gap: 0.75rem;
  margin: 1.2rem 0 0;
  padding-left: 1.25rem;
  color: var(--api-muted);
}

.api-code-grid figcaption {
  margin-bottom: 1rem;
  color: var(--api-signal);
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.api-code-grid pre {
  overflow: auto;
  max-height: 520px;
  margin: 0;
  padding: 1rem;
  color: #dfe9fa;
  background: #04060b;
  border-radius: 6px;
  font-size: 0.78rem;
  line-height: 1.65;
  tab-size: 2;
}

.api-pricing {
  background: linear-gradient(135deg, #0b1220, #0d1425);
}

.api-pricing-grid {
  align-items: start;
  margin-top: 0;
}

.api-pricing-grid aside h3 {
  color: var(--api-signal);
}

.api-pricing-grid .text-link {
  display: inline-block;
  margin-top: 1rem;
  color: var(--api-signal);
  font-weight: 700;
}

.api-access {
  background: radial-gradient(circle at 20% 80%, rgba(102, 246, 212, 0.09), transparent 28rem), #060810;
}

.api-access-grid {
  align-items: start;
  margin-top: 0;
}

.api-access-form {
  background: linear-gradient(145deg, rgba(17, 29, 48, 0.96), rgba(9, 15, 26, 0.98));
  border-color: rgba(102, 246, 212, 0.28);
}

.api-access-form .field {
  margin-bottom: 1.25rem;
}

.api-access-form :where(input, select, textarea) {
  color: var(--api-text);
  background: rgba(4, 6, 11, 0.75);
  border-color: rgba(174, 198, 236, 0.25);
}

.api-access-form .checkbox-row {
  color: var(--api-muted);
}

.api-access-form .checkbox-row a {
  color: var(--api-signal);
}

.api-access-form > .button {
  width: 100%;
  margin-top: 1rem;
}

.api-product .site-footer {
  background: #04060b;
  border-top-color: rgba(174, 198, 236, 0.14);
}

@media (max-width: 1000px) {
  .api-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  .api-hero-grid,
  .api-data-grid,
  .api-code-grid,
  .api-pricing-grid,
  .api-access-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .api-hero h1 {
    font-size: clamp(3rem, 16vw, 4.7rem);
  }

  .api-step-grid {
    grid-template-columns: 1fr;
  }

  .api-hero .hero-actions .button {
    width: 100%;
  }
}

@media print {
  body {
    background: #fff;
  }

  body::before,
  .site-header,
  .site-footer,
  .report-toolbar .button,
  .report-cta,
  .reveal {
    display: none !important;
  }

  .report-hero {
    padding: 1.5rem 0;
    color: #000;
    background: #fff;
  }

  .report-hero .eyebrow,
  .report-hero .lead,
  .report-meta span {
    color: #333;
  }

  .report-shell {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
  }

  .report-section {
    break-inside: avoid;
  }
}
