:root {
  --background: #f3ede5;
  --background-deep: #ede4da;
  --surface-strong: #fcf7f2;
  --ink: #1d2339;
  --ink-soft: rgba(29, 35, 57, 0.78);
  --muted: rgba(29, 35, 57, 0.56);
  --success: #1fb987;
  --danger: #e05555;
  --line: rgba(29, 35, 57, 0.12);
  --shadow: 0 28px 80px rgba(23, 28, 45, 0.12);
  --radius-xl: 36px;
  --radius-lg: 28px;
  --content-width: min(1200px, calc(100vw - 64px));
  --header-height: 112px;
  --hero-dark-surface: #20273f;
  --font-body: "Manrope", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --type-label-size: 0.8rem;
  --type-label-tracking: 0.12em;
  --type-overline-size: 1rem;
  --type-overline-tracking: 0.22em;
  --type-body-size: 1rem;
  --type-body-line: 1.68;
  --subheader-light: #26335A;
  --subheader-dark: #d9b59a;
  --measure-heading: 58rem;
  --measure-heading-wide: 64rem;
  --measure-copy: 50rem;
  --measure-column-heading: 38rem;
  --measure-column-copy: 34rem;
  --scenario-image-filter: saturate(0.9) contrast(0.96) brightness(1.03) sepia(0.04);
  --scenario-image-overlay-top: rgba(250, 244, 237, 0.14);
  --scenario-image-overlay-bottom: rgba(212, 184, 161, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 20px);
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.46), transparent 30%),
    radial-gradient(circle at 85% 12%, rgba(180, 110, 67, 0.12), transparent 20%),
    linear-gradient(180deg, var(--background) 0%, #f8f3ed 38%, #f4ece2 100%);
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: none;
  background: var(--hero-dark-surface);
  border-bottom: 0;
}

.site-header-inner,
.support-shell,
.hero-inner,
.process-shell,
.comparison-shell,
.cta-shell {
  width: var(--content-width);
  margin: 0 auto;
}

.site-header-inner {
  min-height: var(--header-height);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: center;
  padding: 10px 0;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.brand-logo {
  width: clamp(128px, 11vw, 160px);
  height: auto;
}

.header-actions {
  display: grid;
  gap: 10px;
  justify-items: end;
}

.button-nav {
  width: 220px;
  padding: 0 20px;
}

.button-nav-secondary {
  background: rgba(255, 255, 255, 0.62);
}

.site-header .button-nav.button-primary {
  background: rgba(252, 247, 242, 0.96);
  color: var(--ink);
}

.site-header .button-nav.button-primary:hover,
.site-header .button-nav.button-primary:focus-visible {
  background: rgba(252, 247, 242, 1);
}

.site-header .button-nav.button-secondary {
  background: rgba(217, 181, 154, 0.94);
  color: var(--ink);
  border-color: rgba(217, 181, 154, 0.94);
}

.site-header .button-nav.button-secondary:hover,
.site-header .button-nav.button-secondary:focus-visible {
  background: rgba(229, 197, 174, 0.98);
  border-color: rgba(229, 197, 174, 0.98);
}

.button,
.scenario-tag,
.scenario-image-label {
  font-size: var(--type-label-size);
  font-weight: 800;
  letter-spacing: var(--type-label-tracking);
  text-transform: uppercase;
  line-height: 1.15;
}

.button {
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

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

.button-primary {
  background: var(--ink);
  color: var(--surface-strong);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #252d47;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.46);
  color: var(--ink);
  border-color: rgba(29, 35, 57, 0.12);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.68);
}

.hero {
  width: 100%;
  padding: 38px 0 78px;
  position: relative;
  background: var(--hero-dark-surface);
}

.hero-inner {
  width: var(--content-width);
  min-height: auto;
  display: block;
}

.hero-copy {
  max-width: none;
  display: block;
  color: rgba(252, 247, 242, 0.94);
}

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

.hero-copy .hero-lead {
  color: var(--subheader-dark);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--subheader-light);
}

h1,
h2,
h3,
.hero-offer-title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.04em;
}

h1 {
  max-width: min(1280px, 92vw);
  font-size: clamp(3.15rem, 5vw, 4.8rem);
  line-height: 0.97;
  white-space: normal;
}

h2 {
  font-size: clamp(2.7rem, 5vw, 4.5rem);
  line-height: 0.94;
}

h3,
.hero-offer-title {
  font-size: clamp(1.7rem, 2.8vw, 2.3rem);
  line-height: 0.96;
}

.hero-text,
.section-heading p,
.scenario-copy p,
.process-item p,
.cta-copy > p,
.hero-offer-note,
.hero-edit-type-text,
.comparison-copy,
.form-note {
  font-size: var(--type-body-size);
  line-height: var(--type-body-line);
}

.section-heading p,
.scenario-copy p,
.process-item p,
.cta-copy > p,
.form-note {
  color: var(--ink-soft);
}

p.eyebrow {
  color: var(--subheader-light);
}

.hero-edit-type-title,
.comparison-table tbody th,
.contact-link strong,
.lead-form label > span {
  font-size: var(--type-body-size);
  line-height: var(--type-body-line);
  font-weight: 700;
}

.hero-text {
  max-width: none;
  width: 100%;
  margin: 14px 0 0;
  color: rgba(252, 247, 242, 0.78);
}

.copy-line {
  display: block;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.eyebrow,
.hero-lead,
.comparison-table thead th,
.card-kicker,
.contact-link span,
.process-step {
  font-size: var(--type-overline-size);
  font-weight: 800;
  letter-spacing: var(--type-overline-tracking);
  line-height: var(--type-body-line);
  text-transform: uppercase;
}

.hero-lead {
  max-width: none;
  width: 100%;
  margin: 22px 0 0;
}

.hero-offer-band {
  width: var(--content-width);
  margin: 32px auto 0;
  padding: 28px 30px 26px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(252, 247, 242, 0.16);
  background: rgba(252, 247, 242, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(6px);
}

.hero-offer-band-process {
  width: 100%;
  margin: 0 0 44px;
}

.hero-offer-head {
  max-width: none;
  width: 100%;
  display: grid;
  gap: 8px;
}

.hero-offer-head .eyebrow {
  margin-bottom: 0;
  color: #d9b59a;
}

.hero-offer-title {
  margin: 0;
  color: rgba(252, 247, 242, 0.94);
}

.hero-offer-note {
  margin: 0;
  color: rgba(252, 247, 242, 0.76);
}

.hero-edit-types {
  margin: 22px 0 0;
  padding: 22px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 26px;
  border-top: 1px solid rgba(252, 247, 242, 0.14);
}

.hero-edit-type {
  position: relative;
  display: grid;
  align-content: start;
  gap: 10px;
  padding-top: 14px;
  min-width: 0;
}

.hero-edit-type::before {
  content: "";
  width: 40px;
  height: 2px;
  border-radius: 999px;
  background: #d9b59a;
}

.hero-edit-type + .hero-edit-type {
  border-left: 1px solid rgba(252, 247, 242, 0.14);
  padding-left: 26px;
}

.hero-edit-type-title {
  margin: 0;
  color: rgba(252, 247, 242, 0.94);
  letter-spacing: 0;
  text-transform: none;
}

.hero-edit-type-text {
  margin: 0;
  max-width: none;
  color: rgba(252, 247, 242, 0.76);
}

.card-kicker,
.contact-link span,
.process-step {
  display: block;
  margin-bottom: 7px;
  color: var(--subheader-light);
}

.comparison-table thead th {
  color: var(--subheader-dark);
}

.scenario-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scenario-image {
  transform: translateY(var(--parallax-shift, 0px)) scale(1.03);
  transition: transform 700ms ease;
}

.section {
  width: 100%;
  padding: 110px 0;
}

.section-support {
  background:
    radial-gradient(circle at 82% 18%, rgba(180, 110, 67, 0.08), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(252, 248, 244, 0.96));
  border-top: 1px solid rgba(29, 35, 57, 0.04);
  border-bottom: 1px solid rgba(29, 35, 57, 0.04);
}

.section-heading {
  max-width: min(var(--measure-heading), 100%);
  display: grid;
  gap: 14px;
}

.section-heading h2 {
  text-wrap: balance;
}

.section-heading p {
  max-width: min(var(--measure-copy), 100%);
  margin: 0;
  text-wrap: pretty;
}

.section-heading-compact {
  max-width: min(54rem, 100%);
  margin-bottom: 44px;
}

.section-process .section-heading-compact {
  max-width: 100%;
  width: 100%;
}

.section-process .section-heading h2 {
  max-width: none;
  width: 100%;
  font-size: clamp(2.25rem, 3.95vw, 3.5rem);
  text-wrap: balance;
}

.section-heading-wide {
  max-width: min(var(--measure-heading-wide), 100%);
  margin-bottom: 58px;
}

.section-support .section-heading-wide {
  max-width: none;
  width: 100%;
}

.section-support .section-heading-wide h2 {
  max-width: none;
  width: 100%;
  text-wrap: initial;
}

.section-support .section-heading-wide p {
  max-width: none;
  width: 100%;
}

.section-comparison .section-heading {
  max-width: none;
  width: 100%;
  margin-bottom: 42px;
}

.section-comparison .section-heading h2 {
  max-width: none;
  width: 100%;
  text-wrap: initial;
}

.section-comparison .section-heading p {
  max-width: none;
  width: 100%;
}

.scenario-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px 56px;
}

.scenario-entry {
  display: grid;
  gap: 18px;
  align-content: start;
}

.scenario-copy-top h3 {
  margin: 0;
}

.scenario-image-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.compare-after .scenario-image-label {
  left: auto;
  right: 12px;
}

.scenario-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.scenario-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.scenario-copy h3 {
  margin-bottom: 12px;
}

.scenario-title-row h3 {
  flex: 1 1 auto;
  min-width: 0;
  margin-bottom: 0;
}

.scenario-title-row .scenario-tag {
  flex: 0 0 auto;
}

.scenario-copy p:last-child {
  margin-bottom: 0;
}

.scenario-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 15px;
  border-radius: 999px;
  background: rgba(29, 35, 57, 0.08);
  color: var(--ink);
  line-height: 1.05;
  text-align: center;
  white-space: nowrap;
}

.scenario-image-wrap {
  margin: 0;
  position: relative;
  isolation: isolate;
  min-height: 0;
  overflow: hidden;
  min-width: 0;
  aspect-ratio: var(--compare-aspect-ratio, 4 / 5);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 252, 248, 0.8), rgba(248, 242, 235, 0.72)),
    var(--background-deep);
  box-shadow: var(--shadow);
}

.scenario-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    180deg,
    var(--scenario-image-overlay-top),
    var(--scenario-image-overlay-bottom)
  );
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.scenario-image {
  object-fit: cover;
  object-position: center 24%;
  filter: var(--scenario-image-filter);
}

.scenario-image-label {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(252, 247, 242, 0.9);
  color: var(--ink);
  line-height: 1;
  text-align: center;
  border: 1px solid rgba(29, 35, 57, 0.08);
  backdrop-filter: blur(10px);
}

.scenario-entry:hover .scenario-image {
  transform: translateY(var(--parallax-shift, 0px)) scale(1.06);
}

.section-process {
  background:
    radial-gradient(circle at top right, rgba(180, 110, 67, 0.12), transparent 18%),
    linear-gradient(180deg, #20273f, #171d32);
}

.section-comparison {
  background:
    radial-gradient(circle at 82% 16%, rgba(180, 110, 67, 0.12), transparent 18%),
    radial-gradient(circle at 14% 26%, rgba(255, 255, 255, 0.34), transparent 24%),
    linear-gradient(180deg, rgba(247, 241, 234, 0.96), rgba(243, 237, 229, 0.98));
  border-top: 1px solid rgba(29, 35, 57, 0.05);
  border-bottom: 1px solid rgba(29, 35, 57, 0.05);
}

.section-heading-light h2,
.section-heading-light p {
  color: rgba(252, 247, 242, 0.92);
}

.section-heading-light .eyebrow {
  color: #d9b59a;
}

.process-list-eyebrow.eyebrow {
  margin: 0 0 18px;
  color: #d9b59a;
}

.process-track {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  width: 100%;
}

.process-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  column-gap: 28px;
  padding: 26px 0;
  border-top: 1px solid rgba(252, 247, 242, 0.18);
}

.process-item:last-child {
  border-bottom: 1px solid rgba(252, 247, 242, 0.18);
}

.process-item h3,
.process-item p {
  color: rgba(252, 247, 242, 0.92);
}

.process-item h3 {
  grid-column: 2;
}

.process-item p {
  grid-column: 2;
  max-width: none;
}

.process-step {
  grid-row: 1 / span 2;
  margin-bottom: 0;
  color: #d9b59a;
}

.comparison-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  background: rgba(255, 252, 248, 0.82);
  border: 1px solid rgba(29, 35, 57, 0.08);
}

.comparison-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-size: var(--type-body-size);
  table-layout: fixed;
}

.comparison-table thead th {
  padding: 24px 22px;
  text-align: left;
  vertical-align: bottom;
  background: #222946;
  color: #d9b59a;
}

.comparison-table thead th:first-child {
  text-align: center;
  width: 18%;
}

.comparison-table thead th:not(:first-child) {
  text-align: center;
}

.comparison-table tbody th,
.comparison-table tbody td {
  padding: 20px 22px;
  text-align: left;
  border-bottom: 1px solid rgba(29, 35, 57, 0.08);
  line-height: 1.55;
  vertical-align: top;
}

.comparison-table tbody tr:nth-child(even) {
  background: rgba(255, 251, 247, 0.82);
}

.comparison-table tbody th {
  width: 18%;
  color: var(--ink);
  vertical-align: middle;
  text-align: center;
  text-wrap: balance;
}

.comparison-table tbody td {
  width: 27.33%;
  text-align: center;
}

.comparison-table tbody td:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(255, 248, 241, 0.64), rgba(255, 255, 255, 0) 82%);
}

.comparison-cell {
  max-width: 210px;
  margin: 0 auto;
  display: grid;
  justify-items: center;
  gap: 14px;
}

.comparison-mark {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 24px rgba(29, 35, 57, 0.1);
}

.comparison-mark svg {
  width: 22px;
  height: 22px;
  stroke: #fff;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.comparison-cell-positive .comparison-mark {
  background: linear-gradient(180deg, #2bca96, var(--success));
}

.comparison-cell-negative .comparison-mark {
  background: linear-gradient(180deg, #f16d6d, var(--danger));
}

.comparison-copy {
  display: block;
  color: var(--ink-soft);
}

.comparison-cell-positive .comparison-copy {
  color: var(--ink);
}

.cta-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 540px;
  gap: 48px;
  align-items: start;
}

.section-cta {
  background:
    radial-gradient(circle at 18% 12%, rgba(180, 110, 67, 0.16), transparent 20%),
    linear-gradient(180deg, rgba(250, 246, 241, 0.98) 0%, rgba(246, 238, 229, 0.96) 34%, rgba(241, 231, 220, 0.92) 100%);
}

.site-footer {
  width: 100%;
  padding: 22px 0;
  background: rgba(241, 231, 220, 0.92);
  border-top: 1px solid rgba(29, 35, 57, 0.08);
}

.site-footer p {
  width: var(--content-width);
  margin: 0 auto;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
  text-align: center;
}

.cta-copy {
  max-width: min(var(--measure-column-heading), 100%);
  display: grid;
  gap: 14px;
}

.cta-copy h2 {
  text-wrap: balance;
}

.cta-copy > p {
  max-width: min(var(--measure-column-copy), 100%);
  text-wrap: pretty;
}

.contact-panel {
  display: grid;
  align-content: start;
  gap: 24px;
}

.contact-links {
  display: grid;
  gap: 16px;
  margin-top: 0;
}

.contact-link {
  display: grid;
  gap: 2px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.contact-link strong {
  color: var(--ink);
}

.lead-form {
  background: rgba(255, 252, 248, 0.82);
  border: 1px solid rgba(29, 35, 57, 0.08);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow);
}

.lead-form label {
  display: grid;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--ink);
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(29, 35, 57, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: var(--type-body-size);
  font-weight: 400;
  line-height: 1.5;
}

.lead-form textarea {
  resize: vertical;
}

.form-note {
  margin-bottom: 0;
}

.hero-stage {
  opacity: 1;
  transform: none;
}

body.motion-ready .hero-stage {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 820ms ease,
    transform 820ms ease;
}

body.is-ready .hero-stage {
  opacity: 1;
  transform: none;
}

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

body.motion-ready .reveal {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 680ms ease,
    transform 680ms ease;
}

body.motion-ready .revealed {
  opacity: 1;
  transform: none;
}

@media (max-width: 1040px) {
  :root {
    --content-width: min(940px, calc(100vw - 72px));
  }

  .site-header-inner {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
    padding: 8px 0;
  }

  .header-actions {
    width: auto;
    justify-self: end;
    justify-items: end;
  }

  .button-nav {
    width: 200px;
  }

  .hero-inner,
  .cta-shell {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    width: var(--content-width);
  }

  .hero-copy {
    max-width: 100%;
    display: block;
  }

  .hero-offer-band {
    margin-top: 30px;
    padding: 26px;
  }

  .hero-offer-band-process {
    margin: 0 0 36px;
  }

  .hero-edit-types {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hero-edit-type {
    padding: 16px 0;
  }

  .hero-edit-type + .hero-edit-type {
    border-left: 0;
    border-top: 1px solid rgba(252, 247, 242, 0.14);
    padding-left: 0;
  }

  .scenario-list {
    gap: 48px;
  }

  .process-track {
    grid-template-columns: 1fr;
  }

  .comparison-table {
    min-width: 820px;
  }
}

@media (max-width: 720px) {
  :root {
    --content-width: min(calc(100vw - 44px), calc(100vw - 44px));
    --header-height: 92px;
    --mobile-heading-size: clamp(2.25rem, 11vw, 3.2rem);
    --mobile-label-size: 0.72rem;
    --mobile-body-line: 1.84;
  }

  body {
    padding-bottom: 0;
  }

  .site-header-inner {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    min-height: auto;
    gap: 8px;
    padding: 5px 0 3px;
  }

  .header-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
    width: min(140px, 39vw);
    justify-self: end;
    position: static;
    left: auto;
    bottom: auto;
    transform: none;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    z-index: auto;
  }

  .hero-inner {
    width: var(--content-width);
  }

  .hero {
    padding-top: 24px;
    padding-bottom: 58px;
  }

  .brand-logo {
    width: 98px;
  }

  .button-nav {
    width: 100%;
    min-height: 31px;
    padding: 0 9px;
    font-size: var(--mobile-label-size);
    letter-spacing: var(--type-label-tracking);
    line-height: 1.1;
  }

  .button,
  .scenario-tag,
  .scenario-image-label {
    font-size: var(--mobile-label-size);
  }

  h1,
  h2,
  .section-process .section-heading h2 {
    font-size: var(--mobile-heading-size);
  }

  h1 {
    max-width: 100%;
    line-height: 1.04;
    white-space: normal;
  }

  .hero-lead {
    margin-top: 18px;
    font-size: var(--type-body-size);
  }

  .hero-text,
  .section-heading p,
  .scenario-copy p,
  .process-item p,
  .cta-copy > p,
  .hero-offer-note,
  .hero-edit-type-text,
  .comparison-copy,
  .form-note {
    line-height: var(--mobile-body-line);
  }

  .copy-line + .copy-line {
    margin-top: 0.52rem;
  }

  .hero-offer-band {
    margin-top: 22px;
    padding: 22px 20px 20px;
  }

  .hero-offer-band-process {
    margin: 0 0 32px;
  }

  .hero-offer-title {
    font-size: clamp(1.62rem, 8vw, 2.05rem);
  }

  .hero-edit-types {
    margin-top: 18px;
    padding-top: 18px;
  }

  .process-item {
    grid-template-columns: 48px minmax(0, 1fr);
    column-gap: 18px;
    padding: 22px 0;
  }

  .scenario-list {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .scenario-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .scenario-image-pair {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .section {
    padding: 82px 0;
  }

  .lead-form {
    padding: 22px 20px;
  }

  .contact-panel {
    gap: 20px;
  }

  .comparison-wrap {
    width: calc(100vw - 24px);
    margin-left: calc(50% - 50vw + 12px);
    border-radius: 24px;
  }

  .comparison-table {
    min-width: 680px;
    font-size: 0.82rem;
  }

  .comparison-table thead th,
  .comparison-table tbody th,
  .comparison-table tbody td {
    padding: 15px 12px;
  }

  .comparison-table thead th:first-child,
  .comparison-table tbody th {
    padding-left: 14px;
    padding-right: 14px;
  }

  .comparison-table thead th {
    font-size: var(--mobile-label-size);
    letter-spacing: 0.1em;
    line-height: 1.35;
  }

  .comparison-table tbody th {
    width: 20%;
    font-size: 0.86rem;
    line-height: 1.35;
  }

  .comparison-table tbody td {
    width: 26.66%;
  }

  .comparison-mark {
    width: 34px;
    height: 34px;
  }

  .comparison-mark svg {
    width: 18px;
    height: 18px;
  }

  .comparison-cell {
    max-width: 158px;
    gap: 10px;
  }

  .comparison-copy {
    font-size: 0.86rem;
    line-height: 1.42;
  }
}
