:root {
  color-scheme: dark;
  --ink: #101312;
  --ink-soft: #171b19;
  --paper: #f3f5f1;
  --paper-strong: #ffffff;
  --line-dark: rgba(255, 255, 255, 0.15);
  --line-light: #cbd1ca;
  --muted-dark: #aeb8b0;
  --muted-light: #5b655e;
  --signal: #81e29a;
  --signal-dark: #176334;
  --cyan: #73cce8;
  --coral: #ff9478;
  --yellow: #f2c85b;
  --focus: #ffffff;
  --shell: 1180px;
  --header-height: 72px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--ink);
  color: var(--paper);
  font-size: 16px;
  line-height: 1.6;
}

body,
button,
a,
summary {
  letter-spacing: 0;
}

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

a {
  color: inherit;
}

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

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

.shell {
  width: min(calc(100% - 40px), var(--shell));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--paper-strong);
  color: var(--ink);
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

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

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

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  height: var(--header-height);
  border-bottom: 1px solid var(--line-dark);
  background: rgba(16, 19, 18, 0.86);
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--paper-strong);
  font-size: 18px;
  font-weight: 780;
  text-decoration: none;
}

.brand-mark {
  width: 31px;
  height: 31px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  gap: 3px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 5px;
  background: #202521;
}

.brand-mark span {
  display: block;
  width: 100%;
  background: var(--signal);
}

.brand-mark span:nth-child(1) {
  height: 40%;
}

.brand-mark span:nth-child(2) {
  height: 75%;
  background: var(--cyan);
}

.brand-mark span:nth-child(3) {
  height: 100%;
  background: var(--coral);
}

.primary-navigation {
  display: flex;
  align-items: center;
  gap: 26px;
}

.primary-navigation > a:not(.button) {
  color: #dce2dc;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.primary-navigation > a:not(.button):hover {
  color: var(--paper-strong);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  gap: 4px;
  padding: 10px;
  border: 1px solid var(--line-dark);
  border-radius: 5px;
  background: transparent;
  color: inherit;
}

.menu-button > span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
}

.button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: var(--ink);
  font-weight: 760;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--signal);
  border-color: var(--signal);
  color: #0b2a16;
}

.button-primary:hover {
  background: #a1edb3;
  border-color: #a1edb3;
}

.button-quiet {
  border-color: rgba(255, 255, 255, 0.35);
  background: transparent;
  color: var(--paper-strong);
}

.button-quiet:hover {
  border-color: var(--paper-strong);
  background: rgba(255, 255, 255, 0.08);
}

.button-small {
  min-height: 36px;
  padding: 8px 13px;
  font-size: 13px;
}

.button-large {
  min-height: 50px;
  padding: 14px 22px;
}

.button-full {
  width: 100%;
}

.hero {
  position: relative;
  min-height: min(820px, 82vh);
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line-dark);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center 54%;
}

.hero-shade {
  background: rgba(5, 8, 7, 0.68);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: calc(var(--header-height) + 56px);
  padding-bottom: 116px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--signal);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.eyebrow-dark {
  color: var(--signal-dark);
}

.hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--paper-strong);
  font-size: 112px;
  line-height: 0.92;
  font-weight: 850;
}

.hero-lede {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--paper-strong);
  font-size: 38px;
  line-height: 1.12;
  font-weight: 670;
}

.hero-copy {
  max-width: 650px;
  margin: 22px 0 0;
  color: #d5ddd6;
  font-size: 18px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
}

.text-link {
  color: var(--paper-strong);
  font-weight: 720;
  text-underline-offset: 5px;
}

.hero-status {
  position: absolute;
  z-index: 3;
  inset: auto 0 0;
  border-top: 1px solid var(--line-dark);
  background: rgba(16, 19, 18, 0.88);
}

.status-row {
  min-height: 62px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.status-row span {
  padding: 9px 20px;
  color: #d8ded8;
  font-size: 13px;
  font-weight: 650;
  text-align: center;
}

.status-row span + span {
  border-left: 1px solid var(--line-dark);
}

.section {
  padding: 104px 0;
}

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

.section-dark {
  background: #141816;
  color: var(--paper);
}

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

.section-signal {
  background: var(--yellow);
  color: #1d211f;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 52px;
}

.section-heading.compact {
  margin-bottom: 0;
}

.section-heading h2,
.workflow h2,
.pricing-copy h2,
.data-layout h2,
.clarity-grid h2,
.closing h2 {
  margin: 0;
  font-size: 60px;
  line-height: 1.02;
  font-weight: 820;
}

.section-heading > p:last-child,
.workflow-copy > p,
.pricing-copy > p:last-child,
.data-copy,
.clarity-grid > p {
  color: var(--muted-light);
  font-size: 18px;
}

.product-figure {
  margin: 0;
  border: 1px solid #aeb7af;
  background: #dce0dc;
}

.product-figure img {
  width: 100%;
  aspect-ratio: 8 / 5;
  object-fit: contain;
}

.product-figure figcaption {
  padding: 10px 14px;
  color: #4d574f;
  font-size: 12px;
}

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

.feature-card {
  min-height: 250px;
  padding: 26px;
  border: 1px solid var(--line-light);
  border-radius: 6px;
  background: var(--paper-strong);
}

.feature-number {
  display: block;
  margin-bottom: 38px;
  color: var(--signal-dark);
  font-size: 13px;
  font-weight: 850;
}

.feature-card h3,
.workflow-steps h3 {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.2;
}

.feature-card p,
.workflow-steps p {
  margin: 0;
  color: var(--muted-light);
}

.workflow-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(460px, 1.18fr);
  gap: 80px;
  align-items: start;
}

.workflow-copy {
  position: sticky;
  top: 40px;
}

.workflow-copy > p {
  color: var(--muted-dark);
}

.workflow-copy .button {
  margin-top: 18px;
}

.workflow-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line-dark);
}

.workflow-steps li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line-dark);
}

.workflow-steps p {
  color: var(--muted-dark);
}

.step-index {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: var(--cyan);
  font-weight: 850;
}

.clarity-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 80px;
  align-items: end;
}

.clarity-grid > p {
  margin: 0;
  color: #323834;
}

.pricing-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 480px);
  gap: 84px;
  align-items: center;
}

.pricing-copy > p:last-child {
  max-width: 600px;
}

.price-panel {
  padding: 34px;
  border: 1px solid #aeb7af;
  border-radius: 6px;
  background: var(--paper-strong);
}

.price-name {
  margin: 0;
  color: var(--signal-dark);
  font-size: 14px;
  font-weight: 850;
  text-transform: uppercase;
}

.price {
  margin: 18px 0 0;
  color: var(--ink);
  font-weight: 700;
}

.price span {
  font-size: 58px;
  line-height: 1;
}

.price-unit {
  margin: 6px 0 24px;
  color: var(--muted-light);
}

.price-panel ul {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.price-panel li {
  position: relative;
  padding: 11px 0 11px 26px;
  border-top: 1px solid #dce1dc;
}

.price-panel li::before {
  position: absolute;
  left: 2px;
  color: var(--signal-dark);
  content: "✓";
  font-weight: 900;
}

.price-note {
  margin: 12px 0 0;
  color: var(--muted-light);
  font-size: 12px;
  text-align: center;
}

.data-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
  gap: 80px;
}

.data-copy {
  color: #c2cbc4;
}

.data-copy p:first-child {
  margin-top: 0;
}

.questions-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(520px, 1.3fr);
  gap: 80px;
  align-items: start;
}

.faq-list {
  border-top: 1px solid var(--line-light);
}

.faq-list details {
  border-bottom: 1px solid var(--line-light);
}

.faq-list summary {
  position: relative;
  padding: 24px 48px 24px 0;
  cursor: pointer;
  font-size: 19px;
  font-weight: 760;
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  top: 20px;
  right: 4px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid #aeb7af;
  border-radius: 50%;
  content: "+";
}

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

.faq-list details p {
  max-width: 690px;
  margin: 0;
  padding: 0 50px 24px 0;
  color: var(--muted-light);
}

.closing {
  padding: 88px 0;
  border-top: 1px solid var(--line-dark);
  background: var(--ink);
}

.closing-inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
}

.closing h2 {
  max-width: 720px;
}

.site-footer {
  padding: 50px 0;
  border-top: 1px solid var(--line-dark);
  background: #090b0a;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: start;
}

.footer-brand + p {
  margin: 16px 0 0;
  color: #9fa8a1;
}

.site-footer nav {
  display: flex;
  gap: 24px;
}

.site-footer nav a,
.legal-footer a {
  color: #d9dfda;
  text-underline-offset: 4px;
}

.copyright {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  color: #808a82;
  font-size: 13px;
}

.legal-body {
  background: var(--paper);
  color: var(--ink);
}

.legal-shell {
  width: min(calc(100% - 40px), 820px);
  margin-inline: auto;
}

.legal-header {
  border-bottom: 1px solid var(--line-dark);
  background: var(--ink);
}

.legal-header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.legal-main {
  padding: 70px 0 90px;
}

.legal-main h1,
.not-found h1 {
  margin: 0;
  font-size: 72px;
  line-height: 1;
}

.legal-intro {
  max-width: 680px;
  margin: 24px 0 54px;
  color: var(--muted-light);
  font-size: 20px;
}

.legal-main section {
  padding: 28px 0;
  border-top: 1px solid var(--line-light);
}

.legal-main section h2 {
  margin: 0 0 10px;
  font-size: 23px;
  line-height: 1.25;
}

.legal-main section p {
  margin: 0;
  color: #465048;
}

.draft-notice {
  margin-bottom: 48px;
  padding: 18px;
  border: 1px solid #9d7927;
  border-radius: 5px;
  background: #fff4cc;
  color: #3d3012;
}

.draft-notice strong {
  display: block;
}

.legal-review {
  margin-top: 46px;
  padding: 16px;
  border-left: 4px solid #9d7927;
  background: #fff4cc;
  font-weight: 780;
}

.legal-footer {
  padding: 30px 0;
  background: var(--ink);
}

.legal-footer .legal-shell {
  display: flex;
  gap: 24px;
}

.not-found {
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 60px 0;
}

.not-found .brand {
  color: var(--ink);
}

.error-code {
  margin: 70px 0 10px;
  color: var(--signal-dark);
  font-size: 14px;
  font-weight: 850;
}

.not-found > .legal-shell > p:not(.error-code) {
  color: var(--muted-light);
  font-size: 19px;
}

.legal-actions {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}

.not-found .button-quiet {
  border-color: #6e776f;
  color: var(--ink);
}

@media (max-width: 920px) {
  .hero h1 {
    font-size: 88px;
  }

  .hero-lede {
    font-size: 34px;
  }

  .section-heading h2,
  .workflow h2,
  .pricing-copy h2,
  .data-layout h2,
  .clarity-grid h2,
  .closing h2 {
    font-size: 48px;
  }

  .legal-main h1,
  .not-found h1 {
    font-size: 60px;
  }

  .menu-button {
    display: grid;
  }

  .primary-navigation {
    position: absolute;
    top: var(--header-height);
    left: 0;
    right: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 16px 20px 22px;
    border-bottom: 1px solid var(--line-dark);
    background: #101312;
  }

  .primary-navigation[data-open] {
    display: flex;
  }

  .primary-navigation > a:not(.button) {
    padding: 13px 4px;
    border-bottom: 1px solid var(--line-dark);
  }

  .primary-navigation .button {
    margin-top: 12px;
  }

  .workflow-grid,
  .pricing-layout,
  .data-layout,
  .questions-layout,
  .clarity-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .workflow-copy {
    position: static;
  }

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

  .feature-card {
    min-height: 0;
  }

  .feature-number {
    margin-bottom: 24px;
  }

  .closing-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .shell,
  .legal-shell {
    width: min(calc(100% - 28px), var(--shell));
  }

  .section {
    padding: 74px 0;
  }

  .hero {
    min-height: 760px;
  }

  .hero-content {
    padding-top: 126px;
    padding-bottom: 205px;
  }

  .hero h1 {
    font-size: 64px;
  }

  .hero-lede {
    font-size: 27px;
  }

  .section-heading h2,
  .workflow h2,
  .pricing-copy h2,
  .data-layout h2,
  .clarity-grid h2,
  .closing h2 {
    font-size: 38px;
  }

  .legal-main h1,
  .not-found h1 {
    font-size: 48px;
  }

  .hero-copy {
    font-size: 16px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }

  .text-link {
    text-align: center;
  }

  .status-row {
    grid-template-columns: 1fr;
    padding: 8px 0;
  }

  .status-row span {
    padding: 5px 10px;
  }

  .status-row span + span {
    border-left: 0;
  }

  .price-panel {
    padding: 24px 20px;
  }

  .workflow-steps li {
    grid-template-columns: 42px 1fr;
    gap: 14px;
  }

  .closing {
    padding: 70px 0;
  }

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

  .site-footer nav,
  .legal-footer .legal-shell,
  .legal-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .copyright {
    grid-column: auto;
  }

  .legal-header-inner {
    min-height: 86px;
  }

  .legal-main {
    padding-top: 48px;
  }
}

@media (max-width: 360px) {
  .hero h1 {
    font-size: 54px;
  }
}

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

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