.old-lander {
  --old-navy: #112548;
  --old-navy-2: #173264;
  --old-blue: #1e6fd9;
  --old-bright-blue: #188bf6;
  --old-mint: #34d399;
  --old-slate: #5d6b7d;
  --old-pale: #f5f8fc;
  min-width: 0;
  overflow: hidden;
  color: var(--old-navy-2);
  background: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

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

.old-lander h1,
.old-lander h2,
.old-lander h3,
.old-lander p,
.old-lander ul,
.old-lander blockquote {
  margin: 0;
}

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

.old-lander a {
  text-decoration: none;
}

.old-wrap {
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
}

.old-topbar {
  position: relative;
  z-index: 20;
  height: 76px;
  background: #f8fafc;
  box-shadow: 0 1px 0 rgba(17, 37, 72, 0.08);
}

.old-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.old-topbar img {
  width: 132px;
  height: auto;
}

.old-top-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.old-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 5px;
  color: white;
  background: var(--old-blue);
  font-size: 0.86rem;
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(30, 111, 217, 0.18);
}

.old-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 12px 20px;
  border: 0;
  border-radius: 5px;
  color: #fff;
  background: linear-gradient(135deg, #2684ec, #146bd7);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 9px 24px rgba(21, 110, 217, 0.2);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.old-button:hover,
.old-button:focus-visible,
.old-phone:hover,
.old-phone:focus-visible {
  color: #fff;
  filter: brightness(1.06);
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(21, 110, 217, 0.26);
}

.old-button-small {
  min-width: 210px;
}

.old-hero {
  position: relative;
  color: white;
  background:
    radial-gradient(circle at 11% 18%, rgba(52, 211, 153, 0.055), transparent 25%),
    radial-gradient(circle at 84% 40%, rgba(30, 111, 217, 0.14), transparent 36%),
    var(--old-navy);
  padding: 82px 0 72px;
}

.old-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 68px;
  font-size: 0.7rem;
  font-weight: 700;
  color: #c6d0dc;
}

.old-trust-row span {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid rgba(198, 208, 220, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.025);
}

.old-trust-row span::first-letter {
  color: var(--old-mint);
}

.old-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(400px, 0.9fr);
  gap: 42px;
  align-items: start;
}

.old-hero-copy {
  padding-top: 8px;
  animation: old-rise 650ms ease both;
}

.old-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.old-kicker-dark {
  border: 1px solid rgba(42, 136, 238, 0.6);
  color: #66a9ef;
  background: rgba(30, 111, 217, 0.09);
}

.old-hero h1 {
  max-width: 720px;
  color: white;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(2.55rem, 4vw, 4.35rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.old-hero-lead {
  max-width: 700px;
  margin-top: 24px !important;
  color: #c6d0dc;
  font-size: 1.02rem;
  line-height: 1.65;
}

.old-offer-strip {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 17px;
  align-items: center;
  max-width: 700px;
  margin-top: 28px;
  padding: 17px 22px;
  border: 1px solid rgba(120, 177, 238, 0.8);
  border-radius: 9px;
  background: rgba(23, 50, 100, 0.25);
}

.old-offer-strip > strong {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border: 1px solid #fbbf24;
  border-radius: 999px;
  color: #fbbf24;
  font-size: 1.55rem;
  line-height: 1;
}

.old-offer-strip sup {
  font-size: 0.55em;
}

.old-offer-strip span,
.old-offer-strip small,
.old-rating span:last-child {
  display: grid;
  gap: 4px;
}

.old-offer-strip b {
  font-size: 1rem;
}

.old-offer-strip small,
.old-rating small {
  color: #aebaca;
  font-size: 0.68rem;
}

.old-hero-lists {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 32px;
  margin-top: 28px;
}

.old-check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  list-style: none;
}

.old-check-list li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 7px;
  align-items: start;
  color: #d1d9e3;
  font-size: 0.78rem;
}

.old-check-list li span {
  color: #43a4f8;
  font-weight: 900;
}

.old-rating {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 30px;
  color: white;
  font-size: 0.75rem;
}

.old-rating b,
.old-stars {
  color: #fbbf24;
  letter-spacing: 0.08em;
}

.old-avatars {
  display: flex;
  padding-left: 8px;
}

.old-avatars i {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-left: -8px;
  border: 2px solid var(--old-navy);
  border-radius: 999px;
  color: white;
  background: #6a7890;
  font-size: 0.52rem;
  font-style: normal;
  font-weight: 900;
}

.old-avatars i:nth-child(2) { background: #a87568; }
.old-avatars i:nth-child(3) { background: #586b94; }
.old-avatars i:nth-child(4) { background: #5c866d; }

.old-survey {
  min-height: 670px;
  padding: 38px;
  border-radius: 22px;
  color: #141c2b;
  background: #fff;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
  animation: old-rise 700ms 100ms ease both;
}

.old-survey-welcome {
  position: relative;
  min-height: 592px;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.2);
}

.old-survey-copy {
  padding: 80px 34px 0;
  text-align: center;
}

.old-survey-copy h2,
.old-survey-fields h2 {
  color: #101828;
  font-family: Inter, Arial, sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.old-survey-copy p {
  margin-top: 16px !important;
  color: #2e3542;
  font-size: 0.78rem;
}

.old-survey-welcome img {
  width: 160px;
  height: 160px;
  margin: 36px auto 0;
  object-fit: contain;
  animation: old-float 3.2s ease-in-out infinite;
}

.old-survey-next {
  position: absolute;
  right: 24px;
  bottom: 24px;
  padding: 8px 0 8px 18px;
  border: 0;
  color: var(--old-blue);
  background: transparent;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
}

.old-survey-fields {
  display: grid;
  gap: 13px;
}

.old-survey-fields[hidden],
.old-survey-welcome[hidden] {
  display: none;
}

.old-survey-fields > p {
  margin-bottom: 5px !important;
  color: #667085;
  font-size: 0.8rem;
}

.old-survey-back {
  justify-self: start;
  padding: 0;
  border: 0;
  color: var(--old-blue);
  background: transparent;
  font: inherit;
  font-size: 0.75rem;
  font-weight: 800;
  cursor: pointer;
}

.old-survey-fields label {
  display: grid;
  gap: 5px;
  color: #27364d;
  font-size: 0.75rem;
  font-weight: 800;
}

.old-survey-fields label span {
  color: #7b8698;
  font-weight: 500;
}

.old-survey-fields input,
.old-survey-fields textarea {
  width: 100%;
  min-height: 43px;
  padding: 9px 11px;
  border: 1px solid #cdd5df;
  border-radius: 5px;
  color: #101828;
  background: white;
  font: inherit;
  font-size: 0.82rem;
  outline: 0;
}

.old-survey-fields textarea {
  min-height: 66px;
  resize: vertical;
}

.old-survey-fields input:focus,
.old-survey-fields textarea:focus {
  border-color: var(--old-blue);
  box-shadow: 0 0 0 3px rgba(30, 111, 217, 0.12);
}

.old-survey-submit {
  min-height: 46px;
  border: 0;
  border-radius: 5px;
  color: white;
  background: var(--old-blue);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  cursor: pointer;
}

.old-survey-submit:disabled {
  cursor: wait;
  opacity: 0.65;
}

.old-survey-status {
  min-height: 0;
  font-size: 0.72rem !important;
}

.old-survey-status[data-state="success"] { color: #087a55; }
.old-survey-status[data-state="error"] { color: #b42318; }

.old-section {
  padding: 108px 0;
}

.old-problems {
  background:
    radial-gradient(circle at 20% 0%, rgba(30, 111, 217, 0.035), transparent 34%),
    #fff;
}

.old-section-heading {
  max-width: 850px;
  margin: 0 auto 65px;
  text-align: center;
}

.old-section-heading h2 {
  color: var(--old-navy-2);
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(2.1rem, 3.4vw, 3.35rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.06;
}

.old-section-heading > p {
  max-width: 760px;
  margin: 20px auto 0 !important;
  color: var(--old-slate);
  font-size: 0.94rem;
  line-height: 1.65;
}

.old-kicker-alert {
  margin-bottom: 19px;
  color: #c34a4f;
  background: #fef2f2;
}

.old-kicker-blue {
  color: var(--old-blue);
  background: #eff6ff;
}

.old-problem-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 18px;
}

.old-problem-card {
  overflow: hidden;
  border: 1px solid #e1e7ee;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(17, 37, 72, 0.04);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.old-problem-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(17, 37, 72, 0.1);
}

.old-problem-card img {
  width: 100%;
  height: 177px;
  object-fit: cover;
}

.old-problem-card > div {
  padding: 20px 20px 24px;
}

.old-problem-card h3 {
  color: var(--old-navy-2);
  font-family: Inter, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
}

.old-problem-card p {
  margin-top: 12px !important;
  color: #617083;
  font-size: 0.76rem;
  line-height: 1.62;
}

.old-promise-spacer {
  min-height: 830px;
  background: #fff;
}

.old-promise-position {
  display: flex;
  justify-content: flex-end;
  padding-top: 95px;
}

.old-promise-card {
  width: 570px;
  padding: 43px;
  border-radius: 21px 0 0 21px;
  color: white;
  background: linear-gradient(145deg, #173264, #1d407b);
  box-shadow: 0 28px 75px rgba(17, 37, 72, 0.16);
}

.old-promise-card h2 {
  color: white;
  font-family: Inter, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.old-promise-card h2 em,
.old-final-copy h2 em {
  color: var(--old-blue);
  font-style: normal;
}

.old-promise-card > p {
  margin-top: 18px !important;
  color: #cad6e5;
  font-size: 0.9rem;
}

.old-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0;
}

.old-stat-grid div {
  display: grid;
  gap: 7px;
  min-height: 97px;
  padding: 20px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.065);
}

.old-stat-grid b {
  font-size: 1rem;
}

.old-stat-grid span {
  color: #9db0ca;
  font-size: 0.67rem;
}

.old-promise-card .old-button {
  width: 100%;
}

.old-products {
  background: #fff;
}

.old-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.old-product-card {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  padding: 0 28px 25px;
  border: 1px solid #e0e7ef;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 9px 28px rgba(17, 37, 72, 0.035);
}

.old-product-image {
  display: grid;
  place-items: center;
  height: 166px;
  margin: 0 -28px 19px;
  background: linear-gradient(#f5f8fc, #fff);
}

.old-product-image img {
  width: 200px;
  height: 150px;
  object-fit: contain;
}

.old-product-card > span {
  color: var(--old-blue);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.old-product-card h3 {
  min-height: 52px;
  margin-top: 8px;
  color: var(--old-navy-2);
  font-family: Inter, Arial, sans-serif;
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.2;
}

.old-product-offer {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 13px;
  align-items: center;
  margin: 15px 0;
  padding: 13px;
  border-radius: 8px;
  background: #f6f9fd;
}

.old-product-offer > b {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  color: white;
  background: var(--old-blue);
  font-size: 0.82rem;
}

.old-product-offer p,
.old-product-offer small {
  display: grid;
  gap: 2px;
}

.old-product-offer strong {
  color: #27364d;
  font-size: 0.75rem;
}

.old-product-offer small {
  color: #6a7788;
  font-size: 0.63rem;
}

.old-product-card .old-button {
  width: 100%;
  min-height: 40px;
  padding-block: 8px;
  font-size: 0.75rem;
}

.old-reviews {
  background:
    radial-gradient(circle at 25% 0, rgba(30, 111, 217, 0.03), transparent 42%),
    #fbfdff;
}

.old-reviews .old-section-heading {
  margin-bottom: 48px;
}

.old-reviews .old-section-heading h2 {
  font-size: clamp(1.75rem, 2.6vw, 2.5rem);
}

.old-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.old-review-card {
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 27px;
  border: 1px solid #e2e8f0;
  border-radius: 5px;
  background: white;
  box-shadow: 0 8px 22px rgba(17, 37, 72, 0.08);
}

.old-stars {
  margin-bottom: 17px;
  font-size: 0.9rem;
}

.old-review-card blockquote {
  color: #657184;
  font-size: 0.81rem;
  font-style: italic;
  line-height: 1.65;
}

.old-review-result {
  margin-top: 10px !important;
  color: #69768a;
  font-size: 0.72rem;
  font-weight: 700;
}

.old-review-card footer {
  display: grid;
  gap: 3px;
  margin-top: auto;
  padding-top: 22px;
  color: var(--old-navy-2);
  font-size: 0.72rem;
}

.old-review-card footer span {
  color: var(--old-blue);
  font-size: 0.66rem;
}

.old-final {
  padding-top: 135px;
  background: #fff;
}

.old-final-card {
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  overflow: hidden;
  min-height: 540px;
  border-radius: 21px;
  background: var(--old-navy-2);
  box-shadow: 0 28px 70px rgba(17, 37, 72, 0.14);
}

.old-final-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.old-final-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px;
  color: white;
}

.old-final-badge {
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #17233b;
  background: #fbbf24;
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.old-final-copy h2 {
  color: white;
  font-family: Inter, Arial, sans-serif;
  font-size: 2.65rem;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.old-final-copy > p {
  margin-top: 20px !important;
  color: #c8d3e1;
  font-size: 0.85rem;
}

.old-final-list {
  margin: 24px 0;
}

.old-final-list li {
  color: #e3e9f0;
}

.old-final-list li span {
  color: var(--old-mint);
}

.old-final-copy .old-button {
  align-self: stretch;
}

.old-secure {
  margin-top: 15px;
  color: #9caec5;
  font-size: 0.63rem;
  text-align: center;
}

.old-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 24px 76px;
  color: #607086;
  background: #edf5ff;
  text-align: center;
}

.old-footer img {
  width: 130px;
  height: auto;
}

.old-footer p {
  margin: 28px 0 24px !important;
  font-size: 0.73rem;
}

.old-footer-phone {
  min-height: 42px;
  font-size: 0.76rem;
}

@keyframes old-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes old-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@media (max-width: 900px) {
  .old-wrap {
    width: min(100% - 32px, 700px);
  }

  .old-topbar {
    height: 64px;
  }

  .old-topbar img {
    width: 104px;
  }

  .old-phone {
    min-width: 42px;
    min-height: 40px;
    padding: 0 13px;
  }

  .old-top-actions .old-phone span {
    display: none;
  }

  .old-button-small {
    min-width: 0;
    min-height: 40px;
    padding-inline: 14px;
    font-size: 0.68rem;
  }

  .old-hero {
    padding: 48px 0 52px;
  }

  .old-trust-row {
    gap: 8px;
    margin-bottom: 34px;
    font-size: 0.58rem;
  }

  .old-trust-row span {
    padding: 5px 7px;
  }

  .old-hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .old-hero-copy {
    padding-top: 0;
  }

  .old-hero h1 {
    font-size: clamp(2.25rem, 10.5vw, 3.65rem);
  }

  .old-hero-lead {
    font-size: 0.93rem;
  }

  .old-survey {
    min-height: 640px;
    padding: 22px;
    border-radius: 17px;
  }

  .old-survey-welcome {
    min-height: 596px;
  }

  .old-problem-grid,
  .old-review-grid {
    grid-template-columns: 1fr;
  }

  .old-problem-card img {
    height: auto;
    aspect-ratio: 2.07 / 1;
  }

  .old-promise-spacer {
    min-height: 0;
    padding: 56px 0;
  }

  .old-promise-position {
    display: block;
    padding-top: 0;
  }

  .old-promise-card {
    width: 100%;
    border-radius: 15px;
  }

  .old-product-card {
    min-height: 390px;
  }

  .old-final-card {
    grid-template-columns: 1fr;
  }

  .old-final-card > img {
    height: auto;
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 600px) {
  .old-wrap {
    width: calc(100% - 26px);
  }

  .old-topbar-inner {
    width: calc(100% - 20px);
  }

  .old-topbar img {
    width: 90px;
  }

  .old-top-actions {
    gap: 7px;
  }

  .old-phone {
    display: none;
  }

  .old-button-small {
    min-height: 36px;
    padding: 8px 11px;
    font-size: 0.58rem;
  }

  .old-hero {
    padding-top: 38px;
  }

  .old-trust-row {
    margin-bottom: 30px;
  }

  .old-kicker {
    margin-bottom: 14px;
    font-size: 0.58rem;
  }

  .old-hero h1 {
    font-size: 2.38rem;
    line-height: 1.06;
  }

  .old-hero-lead {
    margin-top: 18px !important;
    font-size: 0.82rem;
    line-height: 1.55;
  }

  .old-offer-strip {
    grid-template-columns: 63px 1fr;
    gap: 12px;
    margin-top: 22px;
    padding: 13px;
  }

  .old-offer-strip > strong {
    width: 56px;
    height: 56px;
    font-size: 1.25rem;
  }

  .old-offer-strip b {
    font-size: 0.8rem;
  }

  .old-offer-strip small {
    font-size: 0.56rem;
  }

  .old-hero-lists {
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 22px;
  }

  .old-check-list {
    gap: 9px;
  }

  .old-check-list li {
    font-size: 0.7rem;
  }

  .old-rating {
    margin-top: 22px;
    font-size: 0.65rem;
  }

  .old-rating small {
    font-size: 0.55rem;
  }

  .old-survey {
    min-height: 566px;
    padding: 13px;
  }

  .old-survey-welcome {
    min-height: 540px;
  }

  .old-survey-copy {
    padding: 72px 24px 0;
  }

  .old-survey-copy h2,
  .old-survey-fields h2 {
    font-size: 1.25rem;
  }

  .old-survey-welcome img {
    width: 145px;
    height: 145px;
    margin-top: 32px;
  }

  .old-survey-fields {
    gap: 10px;
    padding: 9px;
  }

  .old-survey-fields input {
    min-height: 40px;
  }

  .old-section {
    padding: 74px 0;
  }

  .old-section-heading {
    margin-bottom: 42px;
  }

  .old-section-heading h2 {
    font-size: 2.05rem;
    line-height: 1.08;
  }

  .old-section-heading > p {
    margin-top: 15px !important;
    font-size: 0.77rem;
    line-height: 1.55;
  }

  .old-problem-grid {
    gap: 17px;
  }

  .old-problem-card {
    border-radius: 12px;
  }

  .old-problem-card > div {
    padding: 16px 15px 19px;
  }

  .old-problem-card h3 {
    font-size: 0.9rem;
  }

  .old-problem-card p {
    margin-top: 8px !important;
    font-size: 0.69rem;
  }

  .old-promise-spacer {
    padding: 30px 0 60px;
  }

  .old-promise-card {
    padding: 25px 20px;
  }

  .old-promise-card h2 {
    font-size: 2.45rem;
  }

  .old-promise-card > p {
    font-size: 0.76rem;
  }

  .old-stat-grid {
    gap: 10px;
    margin: 22px 0;
  }

  .old-stat-grid div {
    min-height: 83px;
    padding: 15px;
  }

  .old-product-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .old-product-card {
    min-height: 380px;
    padding-inline: 18px;
  }

  .old-product-image {
    height: 150px;
    margin-inline: -18px;
  }

  .old-product-card h3 {
    min-height: 42px;
    font-size: 1.05rem;
  }

  .old-review-grid {
    gap: 14px;
  }

  .old-review-card {
    min-height: 295px;
    padding: 22px;
  }

  .old-final {
    padding-top: 84px;
  }

  .old-final-card {
    border-radius: 13px;
  }

  .old-final-copy {
    padding: 28px 22px;
  }

  .old-final-copy h2 {
    font-size: 2.05rem;
  }

  .old-final-copy > p {
    font-size: 0.73rem;
  }

  .old-final-list li {
    font-size: 0.66rem;
  }

  .old-final-copy .old-button {
    font-size: 0.72rem;
  }

  .old-footer {
    padding: 50px 20px 56px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .old-hero-copy,
  .old-survey,
  .old-survey-welcome img {
    animation: none;
  }

  .old-button,
  .old-phone,
  .old-problem-card {
    transition: none;
  }
}
