:root {
  --ink: #161b18;
  --muted: #5f6964;
  --quiet: #7b8580;
  --line: #d8dfdb;
  --line-dark: #39413d;
  --surface: #f3f5f4;
  --surface-strong: #e9eeeb;
  --white: #ffffff;
  --teal: #087b6c;
  --teal-dark: #056458;
  --teal-soft: #dff2ed;
  --amber: #b96d09;
  --amber-soft: #fff2d8;
  --charcoal: #171d1a;
  --code: #111714;
  --red: #a34843;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
}

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

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

h1,
h2,
h3,
.brand,
.offer-name,
.price,
.access-name {
  font-weight: 720;
}

h2 {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: 44px;
  line-height: 1.08;
}

h3 {
  line-height: 1.25;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: 100%;
  min-height: 76px;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.brand {
  font-size: 21px;
  line-height: 1;
  text-decoration: none;
}

.site-header nav {
  display: flex;
  justify-content: center;
  gap: 32px;
}

.site-header nav a,
.header-link {
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.site-header nav a:hover,
.header-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.header-link {
  padding: 8px 0;
}

.hero {
  position: relative;
  height: min(76svh, 690px);
  min-height: 610px;
  overflow: hidden;
  color: var(--white);
  background: var(--charcoal);
}

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

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

.hero-shade {
  background: rgba(8, 13, 10, 0.43);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(1180px, calc(100% - 48px));
  height: 100%;
  margin: 0 auto;
  padding-top: 72px;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow.light {
  color: #8ee0ce;
}

.eyebrow.amber {
  color: var(--amber);
}

.hero h1 {
  margin-bottom: 4px;
  font-size: 70px;
  line-height: 0.98;
}

.hero-kicker {
  max-width: 680px;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 680;
  line-height: 1.08;
}

.lead {
  max-width: 650px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.55;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 720;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease;
}

.button.primary {
  color: var(--white);
  background: var(--teal);
}

.button.primary:hover {
  background: var(--teal-dark);
}

.button.secondary {
  color: var(--ink);
  background: transparent;
  border-color: #aeb8b3;
}

.hero .button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.7);
}

.hero .button.secondary:hover {
  color: var(--ink);
  background: var(--white);
  border-color: var(--white);
}

.button.outline {
  color: var(--ink);
  background: var(--white);
  border-color: #aeb8b3;
}

.button.outline:hover {
  color: var(--teal-dark);
  border-color: var(--teal);
}

.button.dark {
  color: var(--white);
  background: var(--charcoal);
}

.button.dark:hover {
  background: #29322e;
}

.button.full {
  width: 100%;
}

.hero-status {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 88px;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.proof-strip div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 18px 28px;
  border-right: 1px solid var(--line);
}

.proof-strip div:first-child {
  padding-left: 0;
}

.proof-strip div:last-child {
  padding-right: 0;
  border-right: 0;
}

.proof-strip strong {
  font-size: 14px;
  line-height: 1.3;
}

.proof-strip span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.download-band {
  scroll-margin-top: 24px;
  padding: 64px 24px;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.download-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(480px, 1.15fr);
  gap: 72px;
  align-items: center;
}

.download-copy h2 {
  max-width: 520px;
  margin-bottom: 16px;
  font-size: 36px;
}

.download-copy > p:last-child {
  max-width: 540px;
  margin-bottom: 0;
  color: var(--muted);
}

.download-options {
  border-top: 1px solid #b9c3be;
}

.download-option {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 14px 0;
  border-bottom: 1px solid #b9c3be;
  text-decoration: none;
}

.download-option > span:first-child {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.download-option strong {
  font-size: 17px;
  line-height: 1.35;
}

.download-option small {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.download-command {
  flex: 0 0 auto;
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 720;
}

.download-option:hover strong,
.download-option:hover .download-command {
  color: var(--teal);
}

.download-option:focus-visible {
  outline: 3px solid rgba(8, 123, 108, 0.32);
  outline-offset: 3px;
}

.download-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.section {
  padding: 96px 24px;
}

.section-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.section-intro {
  max-width: 680px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.text-link {
  color: var(--teal-dark);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.text-link:hover {
  color: var(--teal);
}

.product-section {
  padding-top: 112px;
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  gap: 80px;
  align-items: center;
}

.output-facts {
  margin: 38px 0 28px;
  border-top: 1px solid var(--line);
}

.output-facts div {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.output-facts dt {
  font-weight: 720;
}

.output-facts dd {
  margin-bottom: 0;
  color: var(--muted);
}

.inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.conversion-panel {
  min-width: 0;
  margin-bottom: 0;
  overflow: hidden;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #bfc9c4;
  border-radius: 7px;
  box-shadow: 0 24px 55px rgba(19, 27, 23, 0.16);
}

.conversion-panel figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 18px;
  color: #d4ddd8;
  background: #1b231f;
  border-bottom: 1px solid #303a35;
  font-size: 13px;
  font-weight: 680;
}

.result-state {
  color: #88ddc8;
}

.sheet-tabs {
  display: flex;
  gap: 0;
  min-height: 46px;
  padding: 0 20px;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.sheet-tabs span {
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  color: var(--muted);
  border-bottom: 3px solid transparent;
  font-size: 13px;
}

.sheet-tabs .active {
  color: var(--teal-dark);
  border-bottom-color: var(--teal);
  font-weight: 720;
}

.table-scroll {
  padding: 24px 20px;
  overflow-x: auto;
}

.output-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 14px;
}

.output-table th,
.output-table td {
  padding: 13px 12px;
  text-align: left;
  border: 1px solid var(--line);
}

.output-table th {
  color: #31413a;
  background: var(--teal-soft);
  font-size: 12px;
  font-weight: 760;
}

.output-table td:last-child {
  color: var(--muted);
  font-size: 12px;
}

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

.conversion-summary div {
  display: flex;
  flex-direction: column;
  padding: 18px 20px;
  border-right: 1px solid var(--line);
}

.conversion-summary div:last-child {
  border-right: 0;
}

.conversion-summary strong {
  font-size: 18px;
  line-height: 1.3;
}

.conversion-summary span {
  color: var(--muted);
  font-size: 12px;
}

.conversion-panel > p {
  margin: 0;
  padding: 12px 18px;
  color: var(--muted);
  background: var(--surface);
  border-top: 1px solid var(--line);
  font-size: 12px;
}

.access-section {
  background: var(--surface);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

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

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

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

.split-heading > p {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 18px;
}

.access-list {
  border-top: 1px solid #bac3be;
}

.access-row {
  display: grid;
  grid-template-columns: 180px 145px minmax(0, 1fr) 174px;
  gap: 28px;
  align-items: center;
  min-height: 132px;
  padding: 24px 0;
  border-bottom: 1px solid #bac3be;
}

.access-row p {
  margin-bottom: 0;
}

.access-name {
  font-size: 18px;
  line-height: 1.3;
}

.access-price {
  color: var(--muted);
  font-size: 13px;
}

.availability {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 13px;
  font-weight: 720;
}

.availability span {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal);
}

.availability.pending span,
.availability.request span {
  background: var(--amber);
}

.access-row > p:not(.availability),
.access-row > div:nth-child(3) > p:first-child {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.offer-status.compact {
  margin-top: 7px;
  color: var(--quiet);
  font-size: 12px;
  line-height: 1.45;
}

.access-footnote {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.evidence-band {
  padding: 96px 24px;
  color: var(--white);
  background: var(--charcoal);
}

.evidence-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  gap: 90px;
  align-items: center;
}

.evidence-copy h2 {
  color: var(--white);
}

.evidence-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin-bottom: 26px;
  color: #c2cbc6;
  font-size: 17px;
}

.text-link.on-dark {
  color: #8ee0ce;
}

.text-link.on-dark:hover {
  color: var(--white);
}

.evidence-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 0;
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}

.evidence-stats div {
  min-height: 132px;
  padding: 25px;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.evidence-stats dt {
  margin-bottom: 6px;
  color: var(--white);
  font-size: 38px;
  font-weight: 720;
  line-height: 1;
}

.evidence-stats dd {
  margin-bottom: 0;
  color: #aeb9b3;
  font-size: 14px;
}

.method-section {
  border-bottom: 1px solid var(--line);
}

.workflow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.workflow li {
  min-height: 230px;
  padding: 26px 26px 12px;
  border-right: 1px solid var(--line);
}

.workflow li:first-child {
  padding-left: 0;
}

.workflow li:last-child {
  padding-right: 0;
  border-right: 0;
}

.step-number {
  display: block;
  margin-bottom: 38px;
  color: var(--teal-dark);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px;
  font-weight: 720;
}

.workflow strong {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}

.workflow p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
}

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

.scope-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  gap: 90px;
  align-items: start;
}

.check-list,
.limits-block ul,
.price-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list {
  max-width: 650px;
  border-top: 1px solid var(--line);
}

.check-list li {
  position: relative;
  padding: 13px 0 13px 28px;
  border-bottom: 1px solid var(--line);
}

.check-list li::before {
  position: absolute;
  top: 20px;
  left: 2px;
  width: 9px;
  height: 5px;
  content: "";
  border-bottom: 2px solid var(--teal);
  border-left: 2px solid var(--teal);
  transform: rotate(-45deg);
}

.limits-block {
  padding: 34px;
  background: var(--amber-soft);
  border-left: 4px solid var(--amber);
}

.limits-block h3 {
  margin-bottom: 20px;
  font-size: 25px;
}

.limits-block li {
  padding: 9px 0;
  color: #6c4a1a;
  border-top: 1px solid rgba(185, 109, 9, 0.25);
}

.pricing-section {
  background: var(--surface);
  border-top: 1px solid var(--line);
}

.pricing-heading {
  max-width: 850px;
}

.pricing-heading h2 {
  margin-bottom: 20px;
}

.pricing-heading .section-intro {
  margin-bottom: 0;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 980px;
}

.price-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 550px;
  padding: 34px;
  background: var(--white);
  border: 1px solid #c9d1cd;
  border-radius: 7px;
}

.price-card.featured {
  border-top: 4px solid var(--teal);
  padding-top: 31px;
}

.offer-label {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
}

.offer-name {
  margin-bottom: 8px;
  font-size: 23px;
  line-height: 1.25;
}

.price {
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 1.15;
}

.price span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
}

.scope-line {
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 14px;
}

.price-card li {
  position: relative;
  padding: 9px 0 9px 24px;
  color: #3f4843;
  border-top: 1px solid var(--line);
  font-size: 14px;
}

.price-card li::before {
  position: absolute;
  top: 16px;
  left: 2px;
  width: 7px;
  height: 4px;
  content: "";
  border-bottom: 2px solid var(--teal);
  border-left: 2px solid var(--teal);
  transform: rotate(-45deg);
}

.offer-status {
  margin: 10px 0 0;
  color: var(--quiet);
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}

.refund-note {
  max-width: 980px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.boundary-section {
  padding: 86px 24px;
  color: var(--white);
  background: #202824;
  border-top: 1px solid #35403a;
}

.boundary-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 90px;
  align-items: start;
}

.boundary-layout h2 {
  margin-bottom: 0;
  color: var(--white);
  font-size: 37px;
}

.boundary-layout > div:last-child > p {
  margin-bottom: 24px;
  color: #c2cbc6;
}

.dark-links {
  gap: 26px;
}

footer {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  align-items: center;
  min-height: 84px;
  padding: 22px max(24px, calc((100vw - 1180px) / 2));
  color: #aeb8b3;
  background: #111613;
  font-size: 13px;
}

footer span {
  margin-right: auto;
  color: var(--white);
  font-weight: 720;
}

footer a {
  text-decoration: none;
}

footer a:hover {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-header.inner-header {
  position: static;
  grid-template-columns: auto 1fr;
  color: var(--ink);
  background: var(--white);
  border-bottom-color: var(--line);
}

.inner-header nav {
  justify-content: flex-end;
}

.legal-main {
  padding: 76px 24px 100px;
  background: var(--white);
}

.legal {
  max-width: 780px;
  margin: 0 auto;
}

.legal h1 {
  margin-bottom: 8px;
  font-size: 52px;
  line-height: 1.05;
}

.legal h2 {
  margin-top: 50px;
  margin-bottom: 14px;
  font-size: 27px;
  line-height: 1.2;
}

.legal p,
.legal li {
  color: #46504b;
}

.legal ul {
  padding-left: 22px;
}

.effective {
  margin-bottom: 36px;
  color: var(--quiet);
  font-size: 14px;
}

.notice {
  margin: 22px 0;
  padding: 18px 20px;
  color: #654515;
  background: var(--amber-soft);
  border-left: 4px solid var(--amber);
}

@media (max-width: 1020px) {
  .download-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .download-copy {
    max-width: 720px;
  }

  .product-layout,
  .evidence-layout {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .product-copy {
    max-width: 720px;
  }

  .conversion-panel {
    max-width: 760px;
  }

  .access-row {
    grid-template-columns: 1fr 1fr;
    gap: 18px 28px;
  }

  .access-row > .button {
    justify-self: start;
    min-width: 174px;
  }

  .evidence-stats {
    max-width: 720px;
  }

  .scope-layout {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .limits-block {
    max-width: 720px;
  }
}

@media (max-width: 820px) {
  .site-header nav {
    gap: 22px;
  }

  .split-heading,
  .boundary-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .split-heading > p {
    max-width: 620px;
  }

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

  .workflow li:nth-child(2) {
    border-right: 0;
  }

  .workflow li:nth-child(3),
  .workflow li:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .workflow li:nth-child(3) {
    padding-left: 0;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
  }

  .price-card {
    min-height: 0;
    gap: 42px;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 15px;
  }

  h2 {
    font-size: 36px;
  }

  .site-header {
    min-height: 64px;
    padding: 0 18px;
  }

  .site-header nav {
    justify-content: flex-end;
    gap: 18px;
  }

  .site-header nav a:nth-child(2),
  .site-header nav a:nth-child(3),
  .header-link {
    display: none;
  }

  .site-header nav a {
    font-size: 13px;
  }

  .hero {
    height: 72svh;
    min-height: 570px;
    max-height: 620px;
  }

  .hero-image {
    object-position: 64% center;
  }

  .hero-shade {
    background: rgba(8, 13, 10, 0.6);
  }

  .hero-content {
    width: calc(100% - 36px);
    padding-top: 58px;
  }

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

  .hero-kicker {
    max-width: 360px;
    margin-bottom: 16px;
    font-size: 32px;
  }

  .lead {
    max-width: 430px;
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 1.5;
  }

  .hero .actions {
    align-items: stretch;
    width: min(100%, 360px);
  }

  .hero .button {
    flex: 1 1 100%;
  }

  .hero-status {
    display: block;
    max-width: 340px;
    margin-top: 14px;
    line-height: 1.45;
  }

  .proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 18px;
  }

  .proof-strip div {
    min-height: 78px;
    padding: 14px 12px;
    border-bottom: 1px solid var(--line);
  }

  .proof-strip div:nth-child(2) {
    padding-right: 0;
    border-right: 0;
  }

  .proof-strip div:nth-child(3) {
    padding-left: 0;
    border-bottom: 0;
  }

  .proof-strip div:nth-child(4) {
    border-bottom: 0;
  }

  .download-band {
    padding: 56px 18px;
  }

  .download-copy h2 {
    font-size: 32px;
  }

  .download-option {
    min-height: 72px;
  }

  .section,
  .evidence-band {
    padding: 72px 18px;
  }

  .product-section {
    padding-top: 80px;
  }

  .section-heading {
    margin-bottom: 38px;
  }

  .section-intro {
    font-size: 16px;
  }

  .product-layout {
    gap: 40px;
  }

  .output-facts div {
    grid-template-columns: 82px 1fr;
    gap: 12px;
  }

  .inline-links {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .table-scroll {
    padding: 18px 14px;
  }

  .output-table {
    min-width: 0;
    table-layout: fixed;
  }

  .output-table th:last-child,
  .output-table td:last-child {
    display: none;
  }

  .output-table th,
  .output-table td {
    padding: 11px 8px;
  }

  .conversion-summary div {
    padding: 16px 12px;
  }

  .conversion-summary strong {
    font-size: 15px;
  }

  .access-row {
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: 0;
    padding: 28px 0;
  }

  .access-row > .button {
    width: 100%;
    margin-top: 4px;
  }

  .evidence-layout {
    gap: 42px;
  }

  .evidence-stats div {
    min-height: 112px;
    padding: 20px;
  }

  .evidence-stats dt {
    font-size: 32px;
  }

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

  .workflow li,
  .workflow li:first-child,
  .workflow li:nth-child(3),
  .workflow li:last-child {
    min-height: 0;
    padding: 22px 0;
    border-right: 0;
    border-top: 1px solid var(--line);
  }

  .workflow li:first-child {
    border-top: 0;
  }

  .step-number {
    margin-bottom: 16px;
  }

  .limits-block,
  .price-card {
    padding: 26px;
  }

  .price-card.featured {
    padding-top: 23px;
  }

  .price {
    font-size: 35px;
  }

  .boundary-section {
    padding: 72px 18px;
  }

  .boundary-layout h2 {
    font-size: 33px;
  }

  footer {
    gap: 14px 20px;
    padding: 24px 18px;
  }

  footer span {
    flex-basis: 100%;
  }

  .site-header.inner-header {
    grid-template-columns: auto 1fr;
  }

  .inner-header nav a:nth-child(1),
  .inner-header nav a:nth-child(3) {
    display: none;
  }

  .legal-main {
    padding: 60px 18px 80px;
  }

  .legal h1 {
    font-size: 42px;
  }

  .legal h2 {
    margin-top: 42px;
    font-size: 25px;
  }
}

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

  .button {
    transition: none;
  }
}
