@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/landing/onest-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/landing/onest-symbols.woff2") format("woff2");
  unicode-range: U+20BD;
}

@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/landing/onest-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/landing/ibm-plex-mono-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/landing/ibm-plex-mono-symbols.woff2") format("woff2");
  unicode-range: U+20BD;
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/landing/ibm-plex-mono-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

:root {
  color-scheme: dark;
  --ink: oklch(0.115 0 0);
  --ink-raised: oklch(0.16 0 0);
  --paper: oklch(0.965 0 0);
  --paper-soft: oklch(0.91 0 0);
  --muted-dark: oklch(0.69 0 0);
  --muted-light: oklch(0.39 0 0);
  --line-dark: oklch(1 0 0 / 0.16);
  --line-light: oklch(0 0 0 / 0.18);
  --focus-dark: oklch(1 0 0);
  --focus-light: oklch(0 0 0);
  --frame: 80rem;
  --gutter: clamp(1rem, 3vw, 2.5rem);
  --section-y: clamp(4rem, 9vh, 7rem);
  --spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --glide: cubic-bezier(0.16, 1, 0.3, 1);
  --font-display: "Onest", sans-serif;
  --font-mono: "IBM Plex Mono", monospace;
  font-family: var(--font-display);
  font-size: 16px;
  font-synthesis: none;
}

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

html {
  background: var(--ink);
  scroll-padding-top: 0;
  scroll-snap-type: y proximity;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  min-height: 100dvh;
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--paper);
  letter-spacing: 0.012em;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

button,
a,
label {
  touch-action: manipulation;
}

button,
input {
  font: inherit;
}

a {
  color: inherit;
  text-decoration-thickness: from-font;
  text-underline-offset: 0.22em;
}

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

.section-light a:focus-visible,
.section-light button:focus-visible {
  outline-color: var(--focus-light);
}

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

.frame {
  width: min(calc(100% - (2 * var(--gutter))), var(--frame));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  inset-block-start: 0.75rem;
  inset-inline-start: var(--gutter);
  padding: 0.75rem 1rem;
  background: var(--paper);
  color: var(--ink);
  transform: translateY(-160%);
}

.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;
  z-index: 20;
  inset: 0 0 auto;
  padding-block: 1.1rem;
}

.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
}

.wordmark {
  width: fit-content;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.main-nav,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 3vw, 2.5rem);
}

.main-nav a,
.site-footer nav a {
  color: var(--muted-dark);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-decoration: none;
  text-transform: uppercase;
}

.main-nav a:hover,
.site-footer nav a:hover {
  color: var(--paper);
}

.header-action {
  justify-self: end;
}

.section-index {
  --index-strong: var(--paper);
  --index-muted: oklch(1 0 0 / 0.3);
  --index-rail: oklch(1 0 0 / 0.12);
  position: fixed;
  z-index: 30;
  inset-block-start: 50%;
  inset-inline-start: calc(0.75rem + env(safe-area-inset-left));
  display: none;
  flex-direction: column;
  transform: translateY(-50%);
}

.section-index[data-theme="light"] {
  --index-strong: var(--ink);
  --index-muted: oklch(0 0 0 / 0.34);
  --index-rail: oklch(0 0 0 / 0.14);
}

.section-index::before {
  content: "";
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 0;
  width: 1px;
  height: 100dvh;
  background: var(--index-rail);
  transform: translateY(-50%);
  pointer-events: none;
}

.section-index a {
  display: flex;
  width: 2.75rem;
  min-height: 2.75rem;
  align-items: center;
  padding-inline-start: 1rem;
  color: var(--index-muted);
  text-decoration: none;
}

.section-index a::before {
  content: "";
  width: 1.5rem;
  height: 2px;
  background: currentColor;
  transform: scaleX(0.333);
  transform-origin: center left;
}

.section-index a:hover::before,
.section-index a:focus-visible::before {
  color: var(--index-strong);
  transform: scaleX(0.667);
}

.section-index a[aria-current="location"]::before {
  color: var(--index-strong);
  transform: scaleX(1);
}

.section-index[data-theme="light"] a:focus-visible {
  outline-color: var(--focus-light);
}

.button {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.8rem 1.2rem;
  border: 1px solid transparent;
  border-radius: 0.125rem;
  font-size: 0.875rem;
  font-weight: 680;
  letter-spacing: 0.025em;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.button svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

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

.button-dark {
  background: var(--ink);
  color: var(--paper);
}

.button-ghost {
  border-color: var(--line-dark);
  background: transparent;
  color: var(--paper);
}

.button-light:hover {
  background: oklch(0.86 0 0);
}

.button-dark:hover {
  background: oklch(0.24 0 0);
}

.button-ghost:hover {
  border-color: var(--paper);
  background: var(--paper);
  color: var(--ink);
}

.hero {
  display: flex;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  flex-direction: column;
  justify-content: space-between;
  padding-block: clamp(8.5rem, 13vw, 11rem) 0;
  background: var(--ink);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
}

.eyebrow {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.17em;
  line-height: 1.3;
  text-transform: uppercase;
}

.hero .eyebrow,
.pricing .eyebrow,
.team .eyebrow,
.support .eyebrow {
  color: var(--muted-dark);
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

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

.hero h1 {
  margin: clamp(1.5rem, 3vw, 2.25rem) 0 0;
  font-size: clamp(3rem, 10.5vw, 9rem);
  font-weight: 700;
  letter-spacing: -0.042em;
  line-height: 0.9;
}

.hero h1 span {
  display: block;
}

.hero-lead {
  max-width: 34rem;
  margin: clamp(2rem, 4vw, 3rem) 0 0;
  color: var(--muted-dark);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.55;
  text-wrap: pretty;
}

.hero-action-row {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-top: 2rem;
}

.hero-action-row > span {
  color: var(--muted-dark);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.045em;
  font-variant-numeric: tabular-nums;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(4rem, 8vw, 7rem);
  border-top: 1px solid var(--line-dark);
}

.hero-facts div {
  min-width: 0;
  padding-block: 1.25rem 1.5rem;
}

.hero-facts div + div {
  padding-inline-start: clamp(1rem, 3vw, 2.5rem);
  border-inline-start: 1px solid var(--line-dark);
}

.hero-facts dt {
  color: var(--muted-dark);
  font-family: var(--font-mono);
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero-facts dd {
  margin: 0.55rem 0 0;
  font-size: clamp(0.9rem, 1.3vw, 1.05rem);
  font-variant-numeric: tabular-nums;
}

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

main > section {
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.statement,
.steps,
.closing,
.pricing,
.team {
  display: grid;
  align-items: center;
  padding-block: var(--section-y);
}

.closing {
  grid-template-rows: minmax(0, 1fr);
  padding-block: 0;
}

.support {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  padding-block: 0;
  background: var(--ink);
  color: var(--paper);
}

.section-split {
  display: grid;
  grid-template-columns: minmax(8rem, 0.36fr) minmax(0, 1fr);
  gap: clamp(2rem, 7vw, 7rem);
}

.statement h2,
.pricing h2,
.steps h2,
.team h2,
.closing h2,
.support h2 {
  margin: 0;
  font-size: clamp(2.65rem, 7vw, 6.5rem);
  font-weight: 650;
  letter-spacing: -0.032em;
  line-height: 0.95;
}

.statement h2 {
  max-width: 13ch;
}

.pricing h2 {
  line-height: 0.88;
}

.pricing h2 > span {
  display: block;
}

.pricing-amount {
  font-size: 1.18em;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.045em;
}

.section-copy {
  max-width: 43rem;
  margin: clamp(2rem, 4vw, 3rem) 0 0;
  color: var(--muted-light);
  font-size: clamp(1rem, 1.7vw, 1.35rem);
  line-height: 1.6;
  text-wrap: pretty;
}

.pricing .section-copy,
.team-copy {
  color: var(--muted-dark);
}

.section-heading {
  align-items: start;
}

.plan-form {
  margin-top: clamp(2.5rem, 6vh, 4rem);
}

.plan-form fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
  margin: 0;
}

.plan-options {
  display: block;
  border-block: 1px solid var(--line-dark);
}

.plan-option {
  position: relative;
  display: grid;
  grid-template-columns: 0.75rem 3rem minmax(8rem, 1fr) minmax(7rem, 0.42fr) auto;
  min-width: 0;
  min-height: 5.5rem;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2.5rem);
  padding: 0.9rem clamp(1.25rem, 3vw, 2.25rem);
  cursor: pointer;
}

.plan-option + .plan-option {
  border-top: 1px solid var(--line-dark);
}

.plan-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.plan-marker {
  width: 0.75rem;
  height: 0.75rem;
  border: 1px solid currentColor;
}

.plan-option:has(input:focus-visible) {
  z-index: 1;
  outline: 2px solid currentColor;
  outline-offset: -4px;
}

.plan-option:has(input:checked) .plan-marker {
  background: currentColor;
}

.plan-index {
  color: var(--muted-dark);
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
}

.plan-period {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  white-space: nowrap;
}

.plan-price {
  justify-self: end;
  font-size: clamp(2.5rem, 5vw, 4.75rem);
  font-variant-numeric: tabular-nums;
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 0.95;
  white-space: nowrap;
}

.plan-rate {
  color: var(--muted-dark);
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.plan-option:has(input:checked) {
  background: var(--paper);
  color: var(--ink);
}

.plan-option:has(input:checked) .plan-rate {
  color: var(--muted-light);
}

.plan-option:has(input:checked) .plan-index {
  color: var(--muted-light);
}

.plan-option:not(:has(input:checked)):hover {
  background: var(--ink-raised);
}

.plan-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 1.5rem;
}

.plan-submit p {
  margin: 0;
  color: var(--muted-dark);
  font-size: 0.8125rem;
}

.step-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 0;
  margin: clamp(4rem, 9vw, 8rem) 0 0;
  border-block: 1px solid var(--line-light);
  list-style: none;
}

.step-list li {
  min-width: 0;
  min-height: 15rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
  padding: clamp(1.25rem, 3vw, 2.25rem);
}

.step-list li + li {
  border-inline-start: 1px solid var(--line-light);
}

.step-number {
  color: var(--muted-light);
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-variant-numeric: tabular-nums;
}

.step-list h3 {
  margin: 0;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 650;
  letter-spacing: -0.012em;
}

.step-content {
  display: grid;
  grid-template-rows: auto 3.25rem;
  gap: 0.75rem;
}

.step-list h3,
.step-list p,
.step-word-button {
  white-space: nowrap;
}

.step-list p {
  display: flex;
  min-height: 3.25rem;
  align-items: center;
  margin: 0;
  color: var(--muted-light);
}

.step-inline-copy {
  gap: 0.5rem;
}

.step-word-button {
  width: fit-content;
  max-width: 100%;
  min-height: 2.75rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
}

.team-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.55fr);
  align-items: end;
  gap: clamp(3rem, 10vw, 10rem);
}

.team h2 {
  margin-top: clamp(1.5rem, 3vw, 2.25rem);
}

.team-copy {
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  line-height: 1.65;
}

.team-copy > p {
  margin: 0;
  text-wrap: pretty;
}

.team-note {
  margin-top: 2.5rem !important;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line-dark);
  color: var(--paper);
  font-size: 0.875rem;
}

.closing-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.45fr);
  align-items: end;
  align-self: center;
  gap: clamp(3rem, 10vw, 10rem);
}

.closing-action {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1.75rem;
}

.closing-action p {
  max-width: 26rem;
  margin: 0;
  color: var(--muted-light);
  font-size: 1.125rem;
  text-wrap: pretty;
}

.support-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.45fr);
  align-items: end;
  align-self: center;
  gap: clamp(3rem, 10vw, 10rem);
}

.support h2 {
  margin-top: clamp(1.5rem, 3vw, 2.25rem);
}

.support-price {
  display: block;
  font-size: 1.12em;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.045em;
}

.support-copy {
  color: var(--muted-dark);
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  line-height: 1.6;
}

.support-copy > p {
  margin: 0;
  text-wrap: pretty;
}

.support-note {
  margin-top: 1.5rem !important;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line-dark);
  color: var(--paper);
  font-size: 0.875rem;
}

.support-copy .button {
  margin-top: 1.75rem;
}

.site-footer {
  padding-block: clamp(1.5rem, 4vh, 2.5rem);
  border-top: 1px solid var(--line-light);
  background: var(--paper);
  color: var(--ink);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 2rem;
}

.footer-inner > div p,
.footer-note {
  margin: 0.75rem 0 0;
  color: var(--muted-light);
  font-size: 0.75rem;
}

.site-footer nav a {
  color: var(--muted-light);
}

.site-footer nav a:hover {
  color: var(--ink);
}

.footer-note {
  justify-self: end;
  margin: 0;
}

.site-footer-dark {
  border-top-color: var(--line-dark);
  background: var(--ink);
  color: var(--paper);
}

.site-footer-dark nav a,
.site-footer-dark .footer-note,
.site-footer-dark .footer-inner > div p {
  color: var(--muted-dark);
}

.site-footer-dark nav a:hover {
  color: var(--paper);
}

.utility-page {
  display: flex;
  min-height: 100dvh;
  align-items: stretch;
}

.utility-main {
  display: flex;
  min-height: 100dvh;
  flex-direction: column;
  justify-content: space-between;
  padding-block: 2rem clamp(3rem, 10vw, 7rem);
}

.utility-main h1 {
  max-width: 14ch;
  margin: 1.5rem 0 0;
  font-size: clamp(2.8rem, 8vw, 7rem);
  font-weight: 650;
  letter-spacing: -0.032em;
  line-height: 0.95;
}

.utility-main p:not(.eyebrow) {
  max-width: 34rem;
  margin: 2rem 0;
  color: var(--muted-dark);
  font-size: 1.05rem;
}

@media (min-width: 32.0625rem) and (min-height: 36rem),
  (min-width: 20rem) and (max-width: 32rem) and (min-height: 44rem) {
  html {
    scroll-snap-type: y mandatory;
  }

  main > section {
    height: 100vh;
    height: 100svh;
    height: 100dvh;
    min-height: 0;
    overflow: clip;
  }
}

@media (min-width: 64rem) and (min-height: 36rem) {
  .section-index {
    display: flex;
  }

  .frame {
    width: min(calc(100% - 8rem), var(--frame));
  }
}

@media (min-width: 44.0625rem) and (max-height: 48rem) {
  .hero {
    padding-top: 6.75rem;
  }

  .hero h1 {
    margin-top: 1.25rem;
    font-size: clamp(4.5rem, 8.75vw, 7rem);
  }

  .hero-lead {
    margin-top: 1.5rem;
  }

  .hero-action-row {
    margin-top: 1.25rem;
  }

  .hero-facts {
    margin-top: 2.25rem;
  }

  .hero-facts div {
    padding-block: 0.85rem 0.95rem;
  }

  .pricing {
    padding-block: 3rem;
  }

  .pricing .section-copy {
    margin-top: 1.5rem;
  }
}

@media (max-width: 60rem) {
  .team-grid,
  .closing-inner,
  .support-inner {
    grid-template-columns: 1fr;
    align-items: start;
    gap: clamp(2rem, 5vw, 3rem);
  }

  .team h2,
  .closing h2,
  .support h2 {
    margin-top: 1rem;
  }

  .team-copy,
  .closing-action,
  .support-copy {
    max-width: 42rem;
  }

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

  .step-list li {
    min-height: 12.5rem;
  }

  .step-list li + li {
    border-top: 1px solid var(--line-light);
    border-inline-start: 0;
  }
}

@media (max-width: 44rem) {
  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    display: none;
  }

  .header-action {
    min-height: 2.75rem;
    padding: 0.65rem 0.85rem;
  }

  .section-split {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .plan-option {
    grid-template-areas:
      "marker index period price"
      "marker index rate price";
    grid-template-columns: 0.75rem 2rem minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    min-height: 5.25rem;
    gap: 0.2rem 0.85rem;
    padding: 1rem;
  }

  .plan-marker {
    grid-area: marker;
  }

  .plan-index {
    grid-area: index;
  }

  .plan-period {
    grid-area: period;
    align-self: end;
  }

  .plan-rate {
    grid-area: rate;
    align-self: start;
  }

  .plan-price {
    grid-area: price;
    font-size: clamp(2rem, 10vw, 3.25rem);
  }

  .plan-submit {
    align-items: stretch;
    flex-direction: column;
  }

  .plan-submit .button {
    width: 100%;
  }

  .closing h2 {
    font-size: clamp(2.25rem, 7vw, 2.5rem);
    line-height: 1;
  }

  .support h2 {
    font-size: clamp(2.4rem, 8vw, 3.25rem);
    line-height: 0.95;
  }

  .closing-action {
    gap: 1.25rem;
  }

  .closing-action p {
    max-width: 22rem;
    font-size: 1rem;
    line-height: 1.5;
  }

  .closing-action .button {
    min-height: 3rem;
    padding: 0.7rem 1rem;
    font-size: 0.8125rem;
  }

  .support-copy {
    font-size: 1rem;
    line-height: 1.5;
  }

  .support-note {
    margin-top: 1.25rem !important;
    padding-top: 1rem;
    font-size: 0.8125rem;
  }

  .support-copy .button {
    min-height: 3rem;
    margin-top: 1.25rem;
    padding: 0.7rem 1rem;
    font-size: 0.8125rem;
  }

  .site-footer {
    padding-block: 1rem;
  }

  .footer-inner {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 1rem;
  }

  .footer-inner nav {
    min-width: 0;
    justify-content: flex-end;
    gap: clamp(0.75rem, 3vw, 1.25rem);
  }

  .footer-inner > div p,
  .footer-note {
    display: none;
  }

  .site-footer nav a {
    font-size: 0.625rem;
    letter-spacing: 0.06em;
    white-space: nowrap;
  }
}

@media (max-width: 32rem) {
  .hero {
    padding-top: 7.5rem;
  }

  .hero h1 {
    font-size: clamp(2.85rem, 15vw, 4.75rem);
    line-height: 0.91;
  }

  .hero-action-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-action-row .button {
    width: 100%;
  }

  .hero-facts {
    grid-template-columns: 1fr;
  }

  .hero-facts div + div {
    padding-inline-start: 0;
    border-top: 1px solid var(--line-dark);
    border-inline-start: 0;
  }

  .statement h2,
  .pricing h2,
  .steps h2,
  .team h2,
  .closing h2 {
    font-size: clamp(2.45rem, 13vw, 4.25rem);
  }
}

@media (max-width: 22rem) {
  .team h2 {
    font-size: clamp(2.15rem, 11vw, 2.65rem);
    line-height: 1;
  }

  .plan-option {
    grid-template-areas:
      "marker period price"
      "marker rate price";
    grid-template-columns: 0.75rem minmax(0, 1fr) auto;
    column-gap: 0.75rem;
  }

  .plan-index {
    display: none;
  }

  .plan-price {
    font-size: 2rem;
  }

  .plan-rate:has(span[lang="en"]) {
    max-width: 5rem;
    font-size: 0.5625rem;
    letter-spacing: 0;
    white-space: normal;
  }

  .plan-price > span[lang="en"] {
    display: block;
    font-size: 0.42em;
    letter-spacing: 0.08em;
    line-height: 1.15;
    text-transform: uppercase;
  }
}

@media (min-width: 32.0625rem) and (max-width: 60rem) {
  .statement,
  .pricing,
  .steps,
  .team {
    padding-block: clamp(1.75rem, 5vh, 3rem);
  }

  .hero {
    padding-top: 5.75rem;
  }

  .hero h1 {
    margin-top: 1rem;
    font-size: clamp(4rem, 13vw, 7rem);
  }

  .hero-lead {
    margin-top: 1.25rem;
    font-size: 1rem;
  }

  .hero-action-row {
    margin-top: 1rem;
  }

  .hero-facts {
    margin-top: 1.5rem;
  }

  .hero-facts div {
    padding-block: 0.75rem 0.85rem;
  }

  .section-split {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .pricing .section-copy {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.45;
  }

  .plan-form {
    margin-top: 1.25rem;
  }

  .plan-option {
    min-height: 4rem;
    padding-block: 0.65rem;
  }

  .plan-submit {
    gap: 0.75rem;
    padding-top: 0.75rem;
  }

  .plan-submit .button {
    min-height: 2.75rem;
  }

  .step-list {
    grid-template-columns: 1fr;
    margin-top: 1.5rem;
  }

  .step-list li {
    display: grid;
    grid-template-columns: 1.5rem minmax(0, 1fr);
    min-height: 0;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1rem;
  }

  .step-content {
    grid-template-rows: auto;
    grid-template-columns: minmax(7rem, 0.55fr) minmax(0, 1fr);
    align-items: center;
    gap: 1rem;
  }

  .step-list h3 {
    font-size: clamp(1.1rem, 3vw, 1.4rem);
  }

  .step-list p,
  .step-word-button {
    min-height: 2.75rem;
  }

  .step-word-button {
    padding: 0.55rem 0.8rem;
    font-size: 0.75rem;
  }
}

@media (min-width: 20rem) and (max-width: 32rem) and (min-height: 44rem) {
  .statement,
  .pricing,
  .steps,
  .team {
    padding-block: 2rem;
  }

  .hero {
    padding-top: 6rem;
  }

  .hero h1 {
    margin-top: 1rem;
  }

  .hero-lead {
    margin-top: 1.25rem;
    font-size: 1rem;
    line-height: 1.45;
  }

  .hero-action-row {
    margin-top: 1rem;
  }

  .hero-facts {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 1.5rem;
  }

  .hero-facts div {
    padding: 0.75rem 0.35rem 0.85rem;
  }

  .hero-facts div + div {
    padding-inline-start: 0.75rem;
    border-top: 0;
    border-inline-start: 1px solid var(--line-dark);
  }

  .hero-facts dd {
    font-size: 0.75rem;
    line-height: 1.35;
  }

  .pricing .section-copy {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.45;
  }

  .plan-form {
    margin-top: 1.25rem;
  }

  .plan-option {
    min-height: 4rem;
    padding-block: 0.65rem;
  }

  .plan-submit {
    gap: 0.75rem;
    padding-top: 0.75rem;
  }

  .plan-submit .button {
    min-height: 2.75rem;
  }

  .step-list {
    margin-top: 1.5rem;
  }

  .step-list li {
    min-height: 0;
    gap: 1.25rem;
    padding: 0.875rem 1rem;
  }

  .step-content {
    gap: 0.5rem;
  }

  .step-list h3 {
    font-size: 1.25rem;
  }
}

@media (max-width: 18rem) {
  .step-content {
    grid-template-rows: auto auto;
  }

  .step-list h3,
  .step-list p,
  .step-word-button {
    white-space: normal;
  }
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }

  .button {
    transition-property: transform, background-color, border-color, color;
    transition-duration: 220ms;
    transition-timing-function: var(--spring);
  }

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

  .button:active {
    transform: scale(0.96);
  }

  .main-nav a,
  .site-footer nav a {
    transition-property: color;
    transition-duration: 180ms;
    transition-timing-function: var(--glide);
  }

  .plan-option {
    transition-property: background-color, color;
    transition-duration: 240ms;
    transition-timing-function: var(--glide);
  }

  .skip-link {
    transition-property: transform;
    transition-duration: 180ms;
    transition-timing-function: var(--glide);
  }

  .section-index a::before {
    transition-property: transform, color;
    transition-duration: 180ms;
    transition-timing-function: var(--glide);
  }
}

@media (forced-colors: active) {
  .button,
  .plan-option,
  .plan-options,
  .step-list,
  .step-list li,
  .hero-facts,
  .hero-facts div {
    border-color: CanvasText;
  }

  .plan-option:has(input:checked) .plan-marker {
    fill: CanvasText;
    background: CanvasText;
  }

  .section-index::before,
  .section-index a::before {
    background: CanvasText;
  }
}
