:root {
  color-scheme: light;
  --blue: #071f45;
  --blue-2: #0a2d62;
  --gold: #f5b400;
  --gold-2: #ffbf16;
  --green: #21c445;
  --ink: #071f45;
  --muted: #4f5d70;
  --line: #dde4ef;
  --soft: #f6f8fb;
  --shadow: 0 12px 28px rgba(7, 31, 69, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
  background: #ffffff;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.35;
  overflow-x: hidden;
}

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

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

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

:focus-visible {
  outline: 3px solid rgba(33, 196, 69, 0.72);
  outline-offset: 3px;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.container {
  width: min(100% - 60px, 1160px);
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 10;
  height: 82px;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(7, 31, 69, 0.06);
}

.nav-shell {
  height: 82px;
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 32px);
}

.brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: clamp(154px, 17vw, 220px);
  height: auto;
}

.site-nav {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(13px, 2.4vw, 33px);
  min-width: 0;
}

.site-nav a {
  position: relative;
  padding: 31px 0 25px;
  font-size: clamp(0.55rem, 1.05vw, 0.78rem);
  line-height: 1;
  font-weight: 900;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.site-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 19px;
  height: 4px;
  border-radius: 4px;
  background: var(--gold);
}

.line-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 8px;
  background: var(--green);
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 7px 18px rgba(33, 196, 69, 0.26);
}

.line-dot {
  width: 23px;
  height: 23px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: #ffffff;
  color: var(--green);
  font-size: 0.82rem;
  flex: 0 0 auto;
}

.nav-line-button {
  flex: 0 0 auto;
}

.section {
  position: relative;
}

.hero-section {
  overflow: hidden;
  min-height: 393px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 26%, rgba(245, 248, 251, 0.65) 42%, rgba(228, 236, 243, 0.1) 100%),
    linear-gradient(180deg, #dcecf5 0%, #eef3f6 48%, #f2f2f2 100%);
  border-bottom: 1px solid #e9eef5;
}

.hero-grid {
  position: relative;
  min-height: 393px;
  display: grid;
  grid-template-columns: minmax(320px, 42%) 1fr;
  align-items: stretch;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: 32px 0 26px;
  max-width: 410px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  margin: 0 0 12px;
  border-radius: 5px;
  color: #ffffff;
  background: var(--blue-2);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.015em;
}

.hero-copy h1 {
  margin: 0;
  color: var(--blue);
  font-size: clamp(2.1rem, 5vw, 3.88rem);
  line-height: 0.97;
  letter-spacing: -0.045em;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-copy h1 span {
  color: var(--gold);
}

.hero-lead {
  margin: 16px 0 21px;
  color: #112849;
  font-size: clamp(0.86rem, 1.4vw, 1.02rem);
  line-height: 1.45;
  font-weight: 700;
}

.hero-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(58px, 1fr));
  gap: 10px;
  max-width: 360px;
  margin-bottom: 18px;
}

.hero-feature {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 5px;
  color: var(--blue);
  text-align: center;
}

.hero-feature svg {
  width: 31px;
  height: 31px;
  stroke-width: 1.7;
}

.hero-feature span {
  display: block;
  color: #061b3e;
  font-size: 0.58rem;
  line-height: 1.12;
  font-weight: 900;
  text-transform: uppercase;
}

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

.button {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 0 9px 20px rgba(7, 31, 69, 0.12);
  white-space: nowrap;
}

.button svg {
  width: 20px;
  height: 20px;
}

.button-arrow {
  width: 16px !important;
  height: 16px !important;
}

.button-line {
  color: #ffffff;
  background: var(--green);
}

.button-light {
  color: var(--blue);
  background: #ffffff;
  border-color: #d6dce6;
}

.button-light svg {
  color: var(--blue-2);
}

.hero-visual {
  position: absolute;
  z-index: 1;
  right: calc((100vw - min(100vw - 60px, 1160px)) / -2);
  top: 0;
  bottom: 0;
  width: min(72vw, 890px);
  overflow: hidden;
}

@media (min-width: 1280px) {
  .site-header .container,
  .hero-section .container {
    width: min(100% - 96px, 1540px);
  }

  .hero-grid {
    grid-template-columns: minmax(430px, 38%) 1fr;
  }

  .hero-copy {
    max-width: 520px;
    padding-top: 38px;
  }

  .hero-copy h1 {
    font-size: clamp(3.65rem, 4.15vw, 5.1rem);
  }

  .hero-visual {
    right: calc((100vw - min(100vw - 96px, 1540px)) / -2);
    width: clamp(1040px, 69vw, 1320px);
  }
}

.hero-visual picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 33%;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.section-title {
  margin: 0;
  color: var(--blue);
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: -0.035em;
}

.section-title span {
  color: var(--gold);
}

.center {
  text-align: center;
}

.services-section {
  padding: 20px 0 27px;
  background: #ffffff;
}

.situation-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.situation-card,
.car-card {
  border-radius: 9px;
  background: #ffffff;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.situation-card {
  min-height: 166px;
  padding-top: 12px;
}

.situation-head {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 9px;
  align-items: center;
  padding: 0 14px;
}

.situation-icon {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #ffffff;
}

.situation-icon svg {
  width: 25px;
  height: 25px;
}

.situation-icon.blue { background: var(--blue-2); }
.situation-icon.gold { background: var(--gold); }

.situation-card h3 {
  margin: 0;
  color: var(--blue);
  font-size: 0.78rem;
  line-height: 1.1;
  font-weight: 950;
  text-transform: uppercase;
}

.situation-card p {
  margin: 6px 14px 9px 73px;
  min-height: 28px;
  color: #2c3a52;
  font-size: 0.63rem;
  line-height: 1.23;
  font-weight: 700;
}

.situation-card img {
  width: 100%;
  height: 97px;
  object-fit: cover;
}

.cars-section {
  padding: 0 0 25px;
  background: #ffffff;
}

.section-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 19px;
}

.view-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 950;
  text-transform: uppercase;
}

.view-all svg {
  width: 15px;
  height: 15px;
}

.car-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.car-card {
  position: relative;
  padding: 11px 11px 12px;
}

.car-badge {
  position: absolute;
  top: 11px;
  left: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  height: 18px;
  padding: 0 7px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 0.48rem;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
}

.gold-badge { background: var(--gold); }
.blue-badge { background: #0c59ce; }

.car-card img {
  width: 100%;
  height: 94px;
  object-fit: contain;
  margin: 2px 0 9px;
}

.car-card h3 {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 0.92rem;
  line-height: 1.08;
  font-weight: 950;
  text-transform: uppercase;
}

.car-meta {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #314158;
  font-size: 0.58rem;
  font-weight: 800;
  white-space: nowrap;
}

.car-meta li {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.car-meta svg {
  width: 13px;
  height: 13px;
  color: var(--blue);
  stroke-width: 2.2;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  margin: 0 0 11px;
  text-align: center;
}

.price-grid div {
  min-width: 0;
}

.price-grid dt {
  margin: 0 0 2px;
  color: #40516c;
  font-size: 0.54rem;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
}

.price-grid dd {
  margin: 0;
  color: var(--blue);
  font-size: 0.68rem;
  line-height: 1.1;
  font-weight: 950;
}

.details-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 37px;
  border-radius: 5px;
  color: #ffffff;
  background: var(--blue-2);
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 0 7px 14px rgba(7, 31, 69, 0.18);
}

.benefits-strip {
  padding: 20px 0;
  background: #ffffff;
  border-top: 1px solid #e3e8f0;
  border-bottom: 1px solid #e3e8f0;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}

.benefit {
  min-height: 52px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-right: 1px solid #e2e8f0;
}

.benefit:last-child {
  border-right: 0;
}

.benefit svg {
  width: 34px;
  height: 34px;
  color: var(--blue);
  flex: 0 0 auto;
}

.benefit strong,
.benefit span {
  display: block;
}

.benefit strong {
  color: var(--blue);
  font-size: 0.65rem;
  line-height: 1.05;
  font-weight: 950;
  text-transform: uppercase;
}

.benefit span {
  margin-top: 3px;
  color: #4e5d72;
  font-size: 0.57rem;
  font-weight: 800;
}

.steps-section {
  padding: 24px 0 18px;
  background: #ffffff;
}

.steps-section .section-title {
  position: relative;
  margin-bottom: 24px;
}

.steps-section .section-title::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  margin: 9px auto 0;
  border-radius: 4px;
  background: #d8dee8;
}

.steps-layout {
  display: grid;
  grid-template-columns: 1fr 160px;
  gap: 24px;
  align-items: start;
}

.steps-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  padding-top: 16px;
}

.step-card {
  position: relative;
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 10px;
  min-width: 0;
}

.step-card:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -16px;
  top: 38px;
  width: 13px;
  height: 1px;
  background: #b8c2d1;
}

.step-number {
  position: absolute;
  top: -18px;
  left: 0;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #ffffff;
  background: var(--blue-2);
  font-size: 0.78rem;
  font-weight: 950;
}

.step-icon {
  width: 55px;
  height: 55px;
  display: grid;
  place-items: center;
  color: var(--blue);
}

.step-icon svg {
  width: 42px;
  height: 42px;
  stroke-width: 1.6;
}

.line-step {
  position: relative;
  width: 55px;
  height: 55px;
  border-radius: 50% 50% 50% 8px;
  background: var(--green);
  color: #ffffff;
  transform: rotate(-45deg);
}

.line-step svg,
.line-step span {
  transform: rotate(45deg);
}

.line-step svg {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 11px;
}

.line-step span {
  position: absolute;
  bottom: 14px;
  font-size: 0.56rem;
  font-weight: 950;
}

.step-card h3 {
  margin: 0 0 5px;
  color: var(--blue);
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.step-card p {
  margin: 0;
  color: #33435a;
  font-size: 0.6rem;
  line-height: 1.25;
  font-weight: 800;
}

.qr-card {
  min-height: 150px;
  padding: 15px 16px 12px;
  border-radius: 10px;
  display: grid;
  justify-items: center;
  gap: 8px;
  color: #ffffff;
  background: var(--blue-2);
  text-align: center;
  box-shadow: 0 12px 24px rgba(7, 31, 69, 0.22);
}

.qr-card strong {
  font-size: 1rem;
  line-height: 1.04;
  font-weight: 950;
  text-transform: uppercase;
}

.qr-card img {
  width: 100px;
  height: 100px;
  border-radius: 6px;
  padding: 4px;
  background: #ffffff;
}

.qr-card span {
  color: var(--green);
  font-size: 0.8rem;
  font-weight: 950;
}

.site-footer {
  color: #ffffff;
  background: var(--blue);
}

.footer-grid {
  min-height: 69px;
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1.32fr;
}

.footer-item {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 0;
  padding: 14px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
  color: #ffffff;
}

.footer-item:last-child {
  border-right: 0;
}

.footer-item svg {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  stroke-width: 1.8;
}

.footer-item strong,
.footer-item span {
  display: block;
}

.footer-item strong {
  font-size: 0.72rem;
  line-height: 1.1;
  font-weight: 950;
  text-transform: uppercase;
}

.footer-item span {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.66rem;
  line-height: 1.2;
  font-weight: 700;
}

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

.cars-page-main {
  background: #ffffff;
}

.cars-browse-section {
  padding: 46px 0 42px;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 68%, #f8fafc 100%);
}

.cars-title-rule {
  display: grid;
  grid-template-columns: minmax(60px, 1fr) auto minmax(60px, 1fr);
  align-items: center;
  gap: 28px;
  margin-bottom: 30px;
}

.cars-title-rule span {
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.cars-title-rule h1 {
  max-width: 100%;
  margin: 0;
  color: var(--blue);
  font-size: clamp(1.28rem, 2vw, 2rem);
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: -0.035em;
  text-align: center;
}

.cars-title-mobile-break {
  display: none;
}

.cars-browser-shell {
  display: grid;
  grid-template-columns: 218px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.cars-filter-panel,
.cars-results,
.browse-card {
  border: 1px solid #e3e9f2;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(7, 31, 69, 0.06);
}

.cars-filter-panel {
  padding: 20px 18px;
}

.cars-filter-panel fieldset {
  padding: 0 0 18px;
  margin: 0 0 18px;
  border: 0;
  border-bottom: 1px solid #e6edf5;
}

.cars-filter-panel fieldset:last-of-type {
  margin-bottom: 16px;
}

.cars-filter-panel legend {
  margin-bottom: 13px;
  color: var(--blue);
  font-size: 0.76rem;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
}

.cars-filter-panel label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 11px 0;
  color: #536174;
  font-size: 0.72rem;
  font-weight: 800;
}

.cars-filter-panel input[type="checkbox"] {
  width: 14px;
  height: 14px;
  margin: 0;
  accent-color: var(--gold);
}

.cars-filter-panel select,
.search-box input,
.sort-box select {
  width: 100%;
  min-height: 38px;
  border: 1px solid #dce4ef;
  border-radius: 6px;
  color: #455266;
  background: #ffffff;
  font: inherit;
  font-size: 0.75rem;
  font-weight: 800;
}

.cars-filter-panel select,
.sort-box select {
  padding: 0 12px;
}

.range-line {
  position: relative;
  height: 4px;
  margin: 17px 3px 11px;
  border-radius: 999px;
  background: #edf2f7;
}

.range-line span {
  position: absolute;
  left: 0;
  top: 0;
  width: 68%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold), #ffd76b);
}

.range-line i {
  position: absolute;
  top: 50%;
  left: 68%;
  width: 16px;
  height: 16px;
  border: 3px solid #ffffff;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 4px 10px rgba(7, 31, 69, 0.22);
  transform: translate(-50%, -50%);
}

.range-values {
  display: flex;
  justify-content: space-between;
  color: #7a8798;
  font-size: 0.64rem;
  font-weight: 800;
}

.reset-filters {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 38px;
  border: 1px solid #e3e9f2;
  border-radius: 7px;
  color: var(--blue);
  background: #ffffff;
  font-size: 0.7rem;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
}

.reset-filters svg {
  width: 13px;
  height: 13px;
  transform: rotate(180deg);
}

.cars-results {
  padding: 16px;
}

.cars-tools {
  display: grid;
  grid-template-columns: minmax(230px, 1fr) 210px auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}

.search-box {
  position: relative;
  display: block;
}

.search-box input {
  padding: 0 42px 0 14px;
}

.search-box svg {
  position: absolute;
  right: 13px;
  top: 50%;
  width: 17px;
  height: 17px;
  color: #8792a1;
  transform: translateY(-50%);
}

.sort-box {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 8px;
  color: #687487;
  font-size: 0.72rem;
  font-weight: 900;
  white-space: nowrap;
}

.view-toggle {
  display: inline-flex;
  justify-content: flex-end;
  gap: 8px;
}

.view-toggle button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid #dce4ef;
  border-radius: 6px;
  color: #637085;
  background: #ffffff;
  font-size: 0.72rem;
  font-weight: 950;
  cursor: pointer;
}

.view-toggle button.is-selected {
  color: var(--blue);
  border-color: #b9c4d4;
  box-shadow: inset 0 0 0 1px #b9c4d4;
}

.view-toggle svg {
  width: 15px;
  height: 15px;
}

.compare-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 38px;
  margin-bottom: 17px;
  padding: 0 14px;
  border: 1px solid #e5ebf4;
  border-radius: 6px;
  background: #f9fbfd;
  color: #4b596d;
  font-size: 0.7rem;
  font-weight: 950;
  text-transform: uppercase;
}

.compare-bar label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.compare-bar input {
  accent-color: var(--blue);
}

.compare-bar button {
  border: 0;
  color: var(--blue);
  background: transparent;
  font-size: 0.68rem;
  font-weight: 950;
  cursor: pointer;
}

.browse-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.price-filter-notice {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin: 0 0 16px;
  padding: 14px 16px;
  border: 1px solid rgba(214, 166, 45, 0.36);
  border-radius: 10px;
  color: var(--blue);
  background: rgba(234, 186, 68, 0.12);
  font-size: 0.82rem;
  line-height: 1.4;
  font-weight: 900;
}

.price-filter-notice a {
  flex: 0 0 auto;
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.browse-card.is-hidden-by-price {
  display: none;
}

.browse-card {
  overflow: hidden;
}

.browse-card > img {
  width: 100%;
  height: 128px;
  object-fit: contain;
  padding: 14px 12px 4px;
  background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
}

.browse-card-body {
  padding: 13px 13px 15px;
}

.browse-card h3 {
  margin: 0 0 11px;
  color: var(--blue);
  font-size: 0.88rem;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.browse-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin: 0 0 13px;
  padding: 0;
  list-style: none;
  color: #5e6c7d;
  font-size: 0.58rem;
  font-weight: 850;
}

.browse-meta li {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
}

.browse-meta svg {
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  color: #6d7888;
}

.browse-prices {
  margin: 0 0 12px;
}

.browse-prices div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
  margin: 5px 0;
}

.browse-prices dt,
.browse-prices dd {
  margin: 0;
  font-size: 0.63rem;
  line-height: 1.1;
  font-weight: 850;
}

.browse-prices dt {
  color: #627085;
}

.browse-prices dd {
  color: var(--blue);
}

.browse-card-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: #687486;
  font-size: 0.6rem;
  font-weight: 850;
}

.browse-card-actions label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.browse-card-actions input {
  accent-color: var(--gold);
}

.browse-card-actions a {
  color: var(--blue);
  font-weight: 950;
}

.request-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 34px;
  border-radius: 6px;
  color: #ffffff;
  background: var(--blue);
  font-size: 0.67rem;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.request-quote .line-dot {
  width: 18px;
  height: 18px;
  font-size: 0.66rem;
}

.cars-benefits {
  border-top: 1px solid #e8edf5;
}

.cars-rich-footer {
  color: #ffffff;
  background: var(--blue);
}

.cars-footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 150px;
  gap: 34px;
  align-items: start;
  padding: 34px 0 28px;
}

.cars-rich-footer h2 {
  margin: 0 0 13px;
  color: #ffffff;
  font-size: 0.76rem;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
}

.cars-rich-footer p,
.cars-rich-footer a,
.cars-rich-footer span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.68rem;
  line-height: 1.45;
  font-weight: 750;
}

.cars-rich-footer p {
  max-width: 265px;
  margin: 0 0 15px;
}

.social-dots {
  display: flex;
  gap: 9px;
}

.social-dots span {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  color: var(--blue);
  background: #ffffff;
  font-size: 0.48rem;
  font-weight: 950;
}

.cars-footer-contact a,
.cars-footer-contact span {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 7px 0;
}

.cars-footer-contact svg {
  width: 15px;
  height: 15px;
  color: #ffffff;
  flex: 0 0 auto;
}

.footer-line-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 6px;
  color: #ffffff !important;
  background: var(--green);
  font-size: 0.68rem !important;
  font-weight: 950 !important;
  text-transform: uppercase;
}

.footer-line-button .line-dot {
  width: 19px;
  height: 19px;
}

.cars-footer-qr {
  display: block;
  padding: 9px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

.cars-footer-qr img {
  width: 100%;
  height: auto;
}

.cars-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.cars-footer-bottom span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.62rem;
}

.prices-page-main {
  background: #f8fafc;
}

.prices-hero {
  padding: 58px 0 40px;
  background:
    radial-gradient(circle at 18% 0%, rgba(234, 186, 68, 0.13), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.prices-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 44px;
  align-items: center;
}

.prices-hero-copy h1 {
  margin: 0;
  color: var(--blue);
  font-size: clamp(3.35rem, 5.2vw, 6.2rem);
  line-height: 0.88;
  font-weight: 950;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.prices-hero-copy h1 span {
  color: var(--gold);
}

.prices-hero-copy p:not(.eyebrow) {
  max-width: 560px;
  margin: 22px 0 0;
  color: #455468;
  font-size: clamp(1rem, 1.4vw, 1.35rem);
  line-height: 1.55;
  font-weight: 760;
}

.prices-mobile-break {
  display: none;
}

.pricing-works-card {
  padding: 28px 30px;
  border: 1px solid #e4eaf2;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(7, 31, 69, 0.08);
}

.pricing-works-card h2 {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 1.05rem;
  font-weight: 950;
}

.pricing-works-card ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-works-card li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #4f5e72;
  font-size: 0.86rem;
  line-height: 1.45;
  font-weight: 760;
}

.pricing-works-card svg {
  width: 18px;
  height: 18px;
  color: var(--gold);
  flex: 0 0 auto;
  margin-top: 1px;
}

.price-range-section {
  padding: 18px 0 26px;
  background: #f8fafc;
}

.price-tier-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid #e4eaf2;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(7, 31, 69, 0.09);
}

.price-tier-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 22px 24px 26px;
  text-align: center;
  background: #ffffff;
  border-right: 1px solid #e5ebf3;
}

.price-tier-card:last-child {
  border-right: 0;
}

.price-recommended {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 7px 18px 6px;
  border-radius: 0 0 999px 999px;
  color: var(--blue);
  background: var(--gold);
  transform: translateX(-50%);
  font-size: 0.6rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  box-shadow: 0 8px 18px rgba(214, 166, 45, 0.22);
}

.price-tier-visual {
  width: min(158px, 58%);
  margin: 0 auto 9px;
  aspect-ratio: 1;
  border-radius: 999px;
  overflow: hidden;
  filter: drop-shadow(0 12px 18px rgba(7, 31, 69, 0.14));
}

.price-tier-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.price-tier-card h2 {
  margin: 6px 0 6px;
  color: var(--blue);
  font-size: 1.05rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: -0.015em;
}

.price-tier-range {
  margin: 0 0 18px;
  color: #bd8c12;
  font-size: 0.83rem;
  line-height: 1.2;
  font-weight: 950;
}

.price-tier-lines {
  display: grid;
  gap: 12px;
  margin: 0 0 20px;
  text-align: left;
}

.price-tier-lines div {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  align-items: baseline;
}

.price-tier-lines dt,
.price-tier-lines dd {
  margin: 0;
  font-size: 0.74rem;
  line-height: 1.2;
  font-weight: 850;
}

.price-tier-lines dt {
  color: #627186;
}

.price-tier-lines dd {
  color: var(--blue);
  text-align: right;
}

.price-tier-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  margin-top: auto;
  border-radius: 7px;
  color: #ffffff;
  background: var(--blue);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.price-tier-link svg {
  width: 14px;
  height: 14px;
}

.price-tier-card small {
  display: block;
  margin-top: 10px;
  color: #8a96a8;
  font-size: 0.65rem;
  font-weight: 760;
}

.price-estimator-section {
  padding: 22px 0 34px;
  background: #f8fafc;
}

.price-estimator-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
  gap: 22px;
  padding: 20px;
  border-radius: 12px;
  color: #ffffff;
  background: var(--blue);
  box-shadow: 0 18px 42px rgba(7, 31, 69, 0.18);
}

.estimator-fields {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-items: end;
}

.estimator-fields h2 {
  grid-column: 1 / -1;
  margin: 0 0 2px;
  color: var(--gold);
  font-size: 1rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.estimator-fields label {
  display: grid;
  gap: 8px;
  color: rgba(255,255,255,0.84);
  font-size: 0.68rem;
  font-weight: 900;
}

.estimator-fields select,
.day-stepper {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 7px;
  color: var(--blue);
  background: #ffffff;
  font: inherit;
  font-size: 0.74rem;
  font-weight: 850;
}

.estimator-fields select {
  padding: 0 12px;
}

.day-stepper {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}

.day-stepper button {
  border: 0;
  background: transparent;
  color: var(--blue);
  font-size: 1rem;
  font-weight: 950;
  cursor: pointer;
}

.estimate-output {
  display: grid;
  place-items: center;
  padding: 18px;
  border-radius: 9px;
  background: #ffffff;
  text-align: center;
}

.estimate-output span,
.estimate-output small {
  color: #7b8798;
  font-size: 0.72rem;
  font-weight: 800;
}

.estimate-output strong {
  margin: 7px 0 12px;
  color: #bd8c12;
  font-size: 2rem;
  line-height: 1;
  font-weight: 950;
}

.estimate-output a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 40px;
  border-radius: 7px;
  color: #ffffff;
  background: var(--green);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.estimate-output svg {
  width: 14px;
  height: 14px;
}

.included-section,
.compare-section {
  padding-top: 36px;
  padding-bottom: 14px;
  background: #ffffff;
}

.included-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.included-grid article {
  padding: 24px 20px;
  border: 1px solid #e4eaf2;
  border-radius: 10px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 10px 24px rgba(7, 31, 69, 0.06);
}

.included-grid svg {
  width: 44px;
  height: 44px;
  margin-bottom: 12px;
  color: #bd8c12;
}

.included-grid h3 {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.included-grid p {
  margin: 0;
  color: #536174;
  font-size: 0.72rem;
  line-height: 1.45;
  font-weight: 740;
}

.range-table-wrap {
  overflow-x: auto;
  border: 1px solid #dfe7f1;
  border-radius: 9px;
  box-shadow: 0 12px 28px rgba(7, 31, 69, 0.08);
}

.range-table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
  background: #ffffff;
  color: var(--blue);
  font-size: 0.78rem;
}

.range-table th,
.range-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #e5ebf4;
  text-align: center;
  font-weight: 840;
}

.range-table thead th {
  color: #ffffff;
  background: var(--blue);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.range-table tbody th {
  text-align: left;
  color: #405169;
  background: #f7f9fc;
}

.range-table tr:last-child th,
.range-table tr:last-child td {
  border-bottom: 0;
}

.price-cta-section {
  padding: 34px 0 36px;
  background: #ffffff;
}

.price-cta-card {
  padding: 34px;
  border-radius: 14px;
  color: #ffffff;
  background:
    radial-gradient(circle at 18% 0%, rgba(234, 186, 68, 0.22), transparent 30%),
    var(--blue);
  text-align: center;
  box-shadow: 0 18px 42px rgba(7, 31, 69, 0.18);
}

.cta-icon {
  display: inline-grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 16px;
  border: 1px solid rgba(234, 186, 68, 0.62);
  border-radius: 999px;
  color: var(--gold);
}

.cta-icon svg {
  width: 30px;
  height: 30px;
}

.price-cta-card h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.price-cta-card p {
  margin: 9px 0 20px;
  color: rgba(255,255,255,0.82);
  font-weight: 760;
}

.price-cta-card > div {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.cta-outline {
  color: #ffffff;
  border-color: rgba(234, 186, 68, 0.65);
  background: transparent;
}

.prices-benefits {
  background: #f8fafc;
  border-top: 1px solid #e8edf5;
}

.services-page-main {
  background: #ffffff;
}

.services-hero {
  padding: 58px 0 54px;
  background:
    radial-gradient(circle at 16% 6%, rgba(245, 180, 0, 0.13), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.services-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  gap: 52px;
  align-items: center;
}

.services-hero-copy h1 {
  margin: 0;
  color: var(--blue);
  font-size: clamp(3.1rem, 5.2vw, 6.35rem);
  line-height: 0.88;
  font-weight: 950;
  letter-spacing: -0.065em;
  text-transform: uppercase;
}

.services-hero-copy h1 span {
  color: var(--gold);
}

.services-hero-copy p:not(.eyebrow) {
  max-width: 620px;
  margin: 22px 0 0;
  color: #435267;
  font-size: clamp(1rem, 1.3vw, 1.22rem);
  line-height: 1.58;
  font-weight: 760;
}

.services-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.services-hero-visual {
  position: relative;
  min-width: 0;
}

.services-hero-visual picture,
.services-hero-visual img {
  display: block;
  width: 100%;
  border-radius: 20px;
}

.services-hero-visual img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  box-shadow: 0 24px 54px rgba(7, 31, 69, 0.16);
}

.services-hero-badge,
.services-hero-card {
  position: absolute;
  display: grid;
  align-items: center;
  border-radius: 12px;
  box-shadow: 0 18px 34px rgba(7, 31, 69, 0.18);
}

.services-hero-badge {
  right: 22px;
  top: 22px;
  min-width: 98px;
  padding: 16px 18px;
  color: #ffffff;
  background: var(--blue);
  text-align: center;
}

.services-hero-badge strong {
  color: var(--gold);
  font-size: 2rem;
  line-height: 0.9;
  font-weight: 950;
}

.services-hero-badge span,
.services-hero-card span {
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.services-hero-card {
  left: 22px;
  bottom: 22px;
  grid-template-columns: auto 1fr;
  gap: 10px;
  padding: 14px 18px;
  color: var(--blue);
  background: #ffffff;
}

.services-hero-card svg {
  width: 26px;
  height: 26px;
  color: var(--gold);
}

.services-primary-section,
.service-process-section {
  padding: 58px 0 54px;
  background: #ffffff;
}

.coverage-section,
.service-packages-section {
  padding: 58px 0 54px;
  background: #f8fafc;
}

.section-kicker {
  width: fit-content;
  margin: 0 auto 12px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #bd8c12;
  background: rgba(245, 180, 0, 0.14);
  font-size: 0.68rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.service-detail-card {
  overflow: hidden;
  border: 1px solid #e4eaf2;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(7, 31, 69, 0.08);
}

.service-detail-card img {
  width: 100%;
  aspect-ratio: 1.55 / 1;
  object-fit: cover;
}

.service-detail-body {
  display: flex;
  flex-direction: column;
  min-height: 286px;
  padding: 22px 20px 20px;
}

.service-icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 999px;
  color: var(--gold);
  background: var(--blue);
}

.service-icon svg {
  width: 22px;
  height: 22px;
}

.service-detail-body h3,
.coverage-grid h3,
.service-timeline h3,
.package-grid h3 {
  margin: 0;
  color: var(--blue);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: -0.025em;
}

.service-detail-body h3 {
  min-height: 62px;
  font-size: 1.02rem;
  line-height: 1.08;
}

.service-detail-body p,
.coverage-grid p,
.service-timeline p,
.package-grid p {
  color: #536174;
  font-size: 0.76rem;
  line-height: 1.48;
  font-weight: 740;
}

.service-detail-body p {
  margin: 12px 0 18px;
}

.service-detail-body a,
.package-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  margin-top: auto;
  border-radius: 7px;
  color: #ffffff;
  background: var(--green);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.service-detail-body a svg,
.package-grid a svg {
  width: 14px;
  height: 14px;
}

.services-support-strip {
  padding: 26px 0;
  background: var(--blue);
}

.services-support-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.services-support-grid div {
  display: grid;
  gap: 6px;
  justify-items: center;
  text-align: center;
  color: rgba(255,255,255,0.78);
}

.services-support-grid svg {
  width: 34px;
  height: 34px;
  color: var(--gold);
}

.services-support-grid strong {
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.services-support-grid span {
  max-width: 180px;
  font-size: 0.68rem;
  line-height: 1.35;
  font-weight: 700;
}

.coverage-section,
.service-packages-section {
  background: #f8fafc;
}

.coverage-grid,
.package-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.coverage-grid article,
.package-grid article,
.service-timeline article {
  border: 1px solid #e3eaf3;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(7, 31, 69, 0.07);
}

.coverage-grid article {
  padding: 26px 22px;
  text-align: center;
}

.coverage-grid article > span {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 15px;
  border-radius: 999px;
  color: var(--gold);
  background: var(--blue);
}

.coverage-grid article > span svg {
  width: 26px;
  height: 26px;
}

.coverage-grid h3 {
  font-size: 0.98rem;
}

.coverage-grid p {
  min-height: 64px;
  margin: 10px 0 16px;
}

.coverage-grid strong {
  color: #bd8c12;
  font-size: 0.94rem;
  font-weight: 950;
  text-transform: uppercase;
}

.coverage-note {
  max-width: 760px;
  margin: 18px auto 0;
  color: #5a687a;
  text-align: center;
  font-size: 0.82rem;
  line-height: 1.5;
  font-weight: 760;
}

.service-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
  counter-reset: service-step;
}

.service-timeline article {
  position: relative;
  padding: 28px 22px 24px;
  overflow: hidden;
}

.service-timeline article::after {
  content: "";
  position: absolute;
  inset: auto 20px 0 auto;
  width: 80px;
  height: 6px;
  border-radius: 999px;
  background: var(--gold);
}

.service-timeline b {
  display: block;
  margin-bottom: 20px;
  color: rgba(7, 31, 69, 0.11);
  font-size: 4rem;
  line-height: 0.75;
  font-weight: 950;
  letter-spacing: -0.08em;
}

.service-timeline h3 {
  font-size: 0.98rem;
}

.service-timeline p {
  margin: 10px 0 0;
}

.package-grid article {
  display: flex;
  flex-direction: column;
  padding: 24px 22px;
}

.package-grid small {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--blue);
  background: rgba(245, 180, 0, 0.18);
  font-size: 0.62rem;
  font-weight: 950;
  text-transform: uppercase;
}

.package-grid h3 {
  font-size: 1.02rem;
}

.package-grid p {
  min-height: 60px;
  margin: 10px 0 14px;
}

.package-grid strong {
  display: block;
  margin-bottom: 18px;
  color: #bd8c12;
  font-size: 0.85rem;
  font-weight: 950;
  text-transform: uppercase;
}

.service-cta-section {
  padding: 42px 0;
  background: #ffffff;
}

.service-cta-card {
  padding: 44px 34px;
  border-radius: 16px;
  color: #ffffff;
  background:
    radial-gradient(circle at 18% 0%, rgba(245, 180, 0, 0.22), transparent 32%),
    var(--blue);
  text-align: center;
  box-shadow: 0 20px 46px rgba(7, 31, 69, 0.18);
}

.service-cta-card .cta-icon {
  margin-bottom: 18px;
}

.service-cta-card h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 3.8vw, 4rem);
  line-height: 0.95;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}

.service-cta-card p {
  max-width: 640px;
  margin: 12px auto 22px;
  color: rgba(255,255,255,0.82);
  line-height: 1.5;
  font-weight: 760;
}

.service-cta-card > div {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.how-page-main {
  background: #ffffff;
}

.how-hero {
  padding: 58px 0 54px;
  background:
    radial-gradient(circle at 14% 8%, rgba(245, 180, 0, 0.13), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.how-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1.14fr);
  gap: 52px;
  align-items: center;
}

.how-hero-copy h1 {
  margin: 0;
  color: var(--blue);
  font-size: clamp(3.5rem, 6.2vw, 7.4rem);
  line-height: 0.86;
  font-weight: 950;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}

.how-hero-copy h1 span {
  color: var(--gold);
}

.how-hero-copy p:not(.eyebrow) {
  max-width: 640px;
  margin: 22px 0 0;
  color: #435267;
  font-size: clamp(1rem, 1.3vw, 1.22rem);
  line-height: 1.58;
  font-weight: 760;
}

.how-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.how-hero-visual {
  position: relative;
  min-width: 0;
}

.how-hero-visual picture,
.how-hero-visual img {
  display: block;
  width: 100%;
  border-radius: 20px;
}

.how-hero-visual img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  box-shadow: 0 24px 54px rgba(7, 31, 69, 0.16);
}

.how-hero-badge,
.how-hero-card {
  position: absolute;
  display: grid;
  align-items: center;
  border-radius: 12px;
  box-shadow: 0 18px 34px rgba(7, 31, 69, 0.18);
}

.how-hero-badge {
  right: 22px;
  top: 22px;
  min-width: 108px;
  padding: 16px 18px;
  color: #ffffff;
  background: var(--blue);
  text-align: center;
}

.how-hero-badge strong {
  color: var(--gold);
  font-size: 2.2rem;
  line-height: 0.9;
  font-weight: 950;
}

.how-hero-badge span,
.how-hero-card span {
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.how-hero-card {
  left: 22px;
  bottom: 22px;
  grid-template-columns: auto 1fr;
  gap: 10px;
  padding: 14px 18px;
  color: var(--blue);
  background: #ffffff;
}

.how-hero-card svg {
  width: 26px;
  height: 26px;
  color: var(--gold);
}

.how-process-section,
.how-docs-section,
.how-budget-section,
.how-handover-section {
  padding: 58px 0 54px;
}

.how-process-section,
.how-handover-section {
  background: #ffffff;
}

.how-docs-section,
.how-budget-section {
  background: #f8fafc;
}

.how-step-grid,
.how-budget-grid,
.handover-grid {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.how-step-grid,
.how-budget-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.how-step-card,
.how-budget-grid article,
.handover-grid article,
.docs-grid article,
.quote-check-card {
  border: 1px solid #e3eaf3;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(7, 31, 69, 0.07);
}

.how-step-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 392px;
  padding: 24px 22px 22px;
  overflow: hidden;
}

.how-step-card b {
  position: absolute;
  top: 20px;
  left: 18px;
  z-index: 1;
  display: block;
  margin-bottom: 0;
  color: rgba(7, 31, 69, 0.11);
  font-size: 4rem;
  line-height: 0.75;
  font-weight: 950;
  letter-spacing: -0.08em;
}

.how-step-asset {
  display: block;
  width: min(178px, 82%);
  height: auto;
  margin: 20px auto 18px;
  border-radius: 16px;
  object-fit: contain;
  filter: drop-shadow(0 12px 22px rgba(7, 31, 69, 0.08));
}

.how-step-card > span,
.docs-grid article svg,
.handover-grid article > span {
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: var(--gold);
  background: var(--blue);
}

.how-step-card > span {
  position: absolute;
  top: 24px;
  right: 20px;
  width: 48px;
  height: 48px;
}

.how-step-card > span svg,
.handover-grid article > span svg {
  width: 24px;
  height: 24px;
}

.how-step-card h3,
.docs-grid h3,
.quote-check-card h3,
.how-budget-grid h3,
.handover-grid h3 {
  margin: 0;
  color: var(--blue);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: -0.025em;
}

.how-step-card h3 {
  min-height: 56px;
  font-size: 1rem;
  line-height: 1.08;
}

.how-step-card p,
.docs-grid p,
.how-budget-grid p,
.handover-grid p,
.handover-note,
.quote-check-card li {
  color: #536174;
  font-size: 0.76rem;
  line-height: 1.48;
  font-weight: 740;
}

.how-step-card p {
  margin: 12px 0 18px;
}

.how-step-card a,
.how-budget-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  margin-top: auto;
  border-radius: 7px;
  color: #ffffff;
  background: var(--green);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.how-step-card a svg,
.how-budget-grid a svg {
  width: 14px;
  height: 14px;
}

.how-docs-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 28px;
  align-items: start;
}

.section-kicker.left {
  margin-inline: 0 auto;
}

.docs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.docs-grid article {
  padding: 18px 18px 20px;
}

.docs-grid article svg {
  width: 48px;
  height: 48px;
  padding: 12px;
  margin-bottom: 16px;
}

.how-doc-asset {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 12px;
  border-radius: 12px;
  object-fit: contain;
  background: #ffffff;
}

.docs-grid h3 {
  font-size: 0.98rem;
}

.docs-grid p {
  margin: 9px 0 0;
}

.quote-check-card {
  padding: 28px 24px;
  color: #ffffff;
  background:
    radial-gradient(circle at 20% 0%, rgba(245, 180, 0, 0.18), transparent 34%),
    var(--blue);
}

.quote-check-card h3 {
  color: #ffffff;
  font-size: 1.2rem;
}

.quote-check-card ul {
  list-style: none;
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 18px 0 22px;
}

.quote-check-card li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
  color: rgba(255,255,255,0.82);
}

.quote-check-card li svg {
  width: 20px;
  height: 20px;
  color: var(--gold);
}

.quote-check-card .button {
  width: 100%;
}

.how-budget-grid article {
  display: flex;
  flex-direction: column;
  padding: 24px 22px;
}

.how-budget-grid article.is-featured {
  border-color: rgba(245, 180, 0, 0.55);
  box-shadow: 0 18px 36px rgba(245, 180, 0, 0.14);
}

.how-budget-grid small {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--blue);
  background: rgba(245, 180, 0, 0.18);
  font-size: 0.62rem;
  font-weight: 950;
  text-transform: uppercase;
}

.how-budget-asset {
  display: block;
  width: calc(100% + 12px);
  max-width: none;
  height: auto;
  margin: -2px -6px 14px;
  border-radius: 12px;
  object-fit: contain;
  background: #ffffff;
  filter: drop-shadow(0 10px 18px rgba(7, 31, 69, 0.07));
}

.how-budget-grid h3 {
  min-height: 45px;
  font-size: 0.96rem;
  line-height: 1.12;
}

.how-budget-grid p {
  min-height: 52px;
  margin: 10px 0 18px;
}

.handover-grid article {
  padding: 20px 22px 28px;
  text-align: center;
}

.handover-asset {
  display: block;
  width: 100%;
  max-width: 250px;
  height: auto;
  margin: 0 auto 16px;
  border-radius: 12px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(7, 31, 69, 0.07));
}

.handover-grid article > span {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
}

.handover-grid h3 {
  font-size: 1rem;
}

.handover-grid p {
  min-height: 46px;
  margin: 10px 0 16px;
}

.handover-grid strong {
  color: #bd8c12;
  font-size: 0.94rem;
  font-weight: 950;
  text-transform: uppercase;
}

.handover-note {
  max-width: 760px;
  margin: 18px auto 0;
  text-align: center;
}

.how-cta-section {
  padding: 42px 0;
  background: #ffffff;
}

.how-cta-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(190px, 270px) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  min-height: 320px;
  padding: 34px 34px 0;
  border-radius: 16px;
  color: #ffffff;
  background:
    radial-gradient(circle at 18% 0%, rgba(245, 180, 0, 0.22), transparent 32%),
    var(--blue);
  text-align: left;
  box-shadow: 0 20px 46px rgba(7, 31, 69, 0.18);
  overflow: hidden;
}

.how-cta-agent {
  align-self: end;
  justify-self: center;
  width: min(260px, 100%);
  height: auto;
  max-height: 315px;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 22px 30px rgba(0,0,0,0.2));
}

.how-cta-copy {
  padding: 10px 0 34px;
}

.how-cta-card .cta-icon {
  margin-bottom: 18px;
}

.how-cta-card h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 3.8vw, 4rem);
  line-height: 0.95;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}

.how-cta-card p {
  max-width: 680px;
  margin: 12px 0 22px;
  color: rgba(255,255,255,0.82);
  line-height: 1.5;
  font-weight: 760;
}

.how-cta-copy > div {
  display: flex;
  justify-content: flex-start;
  gap: 14px;
  flex-wrap: wrap;
}

@media (max-width: 1180px) {
  .price-tier-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .price-tier-card:nth-child(2) {
    border-right: 0;
  }

  .price-tier-card:nth-child(-n + 2) {
    border-bottom: 1px solid #e5ebf3;
  }

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

  .cars-browser-shell {
    grid-template-columns: 200px minmax(0, 1fr);
  }

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

  .service-detail-grid,
  .coverage-grid,
  .service-timeline,
  .package-grid,
  .how-step-grid,
  .how-budget-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .services-support-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cars-footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr 130px;
    gap: 22px;
  }
}

@media (max-width: 980px) {
  .container {
    width: min(100% - 60px, 980px);
  }

  .site-header,
  .nav-shell {
    height: 82px;
  }

  .site-nav {
    gap: clamp(12px, 2.5vw, 24px);
  }

  .nav-line-button {
    padding-inline: 12px;
  }

  .hero-section,
  .hero-grid {
    min-height: 392px;
  }

  .hero-visual {
    right: -30px;
    width: 62vw;
  }

  .situation-grid,
  .car-grid {
    gap: 14px;
  }

  .car-meta {
    gap: 6px;
    font-size: 0.52rem;
  }

  .benefit {
    padding-inline: 11px;
  }

  .steps-layout {
    grid-template-columns: 1fr 140px;
    gap: 18px;
  }

  .steps-row {
    gap: 16px;
  }

  .services-hero-grid,
  .how-hero-grid,
  .how-docs-layout,
  .prices-hero-grid,
  .price-estimator-card {
    grid-template-columns: 1fr;
  }

  .services-hero-copy,
  .how-hero-copy {
    max-width: 720px;
  }

  .services-hero-visual,
  .how-hero-visual {
    max-width: 780px;
  }

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

  .quote-check-card {
    max-width: 560px;
  }

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

  .cars-browser-shell {
    grid-template-columns: 1fr;
  }

  .cars-filter-panel form {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    align-items: start;
  }

  .cars-filter-panel fieldset {
    margin: 0;
  }

  .reset-filters {
    align-self: end;
  }

  .cars-tools {
    grid-template-columns: minmax(220px, 1fr) 210px;
  }

  .view-toggle {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

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

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

  .cars-footer-qr {
    width: 150px;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 32px, 680px);
  }

  .page-prices .container,
  .page-services .container,
  .page-how .container {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
  }

  .page-prices .prices-hero-copy,
  .page-prices .pricing-works-card,
  .page-prices .price-tier-grid,
  .page-prices .price-estimator-card,
  .page-prices .included-grid,
  .page-prices .price-cta-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .page-prices .prices-hero-copy p:not(.eyebrow) {
    overflow-wrap: anywhere;
  }

  .site-header,
  .nav-shell {
    height: auto;
  }

  .nav-shell {
    padding: 14px 0;
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between;
    column-gap: 12px;
    row-gap: 8px;
  }

  .site-nav {
    order: initial;
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    justify-content: flex-start;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .site-nav a {
    padding: 10px 0;
    font-size: 0.72rem;
  }

  .site-nav a.is-active::after {
    bottom: 3px;
  }

  .nav-line-button {
    grid-column: 1 / -1;
    grid-row: 3;
    justify-self: start;
  }

  .hero-section {
    min-height: auto;
  }

  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: none;
    padding: 28px 0 260px;
  }

  .hero-visual {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 260px;
  }

  .hero-visual::before {
    width: 45%;
  }

  .hero-features {
    max-width: 400px;
  }

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

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

  .benefit {
    border-bottom: 1px solid #e2e8f0;
  }

  .steps-layout {
    grid-template-columns: 1fr;
  }

  .steps-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 36px;
  }

  .step-card:not(:last-child)::after {
    display: none;
  }

  .qr-card {
    width: min(220px, 100%);
    margin-inline: auto;
  }

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

  .prices-hero {
    padding: 38px 0 28px;
  }

  .prices-hero-copy h1 {
    font-size: 3.2rem;
  }

  .price-tier-grid,
  .included-grid,
  .estimator-fields {
    grid-template-columns: 1fr;
  }

  .price-tier-card,
  .price-tier-card:nth-child(2) {
    border-right: 0;
  }

  .prices-hero-copy p:not(.eyebrow) {
    max-width: 100%;
    font-size: 0.96rem;
  }

  .prices-mobile-break {
    display: block;
  }

  .price-tier-lines {
    text-align: center;
  }

  .price-tier-lines div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .price-tier-lines dd {
    text-align: center;
  }

  .price-tier-link {
    width: 100%;
    padding-inline: 12px;
    white-space: normal;
  }

  .price-tier-card:not(:last-child) {
    border-bottom: 1px solid #e5ebf3;
  }

  .price-estimator-card {
    padding: 16px;
  }

  .price-cta-card {
    padding: 28px 18px;
  }

  .services-hero {
    padding: 34px 0 30px;
  }

  .services-hero-copy h1 {
    font-size: 3rem;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .page-services .services-hero-copy,
  .page-services .services-hero-actions,
  .page-services .services-hero-visual,
  .page-services .service-detail-card,
  .page-services .service-detail-body,
  .page-services .coverage-grid article,
  .page-services .service-timeline article,
  .page-services .package-grid article,
  .page-services .service-cta-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .page-services .section-title,
  .page-services .service-detail-body h3,
  .page-services .coverage-grid h3,
  .page-services .service-timeline h3,
  .page-services .package-grid h3 {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .services-hero-copy p:not(.eyebrow) {
    max-width: 100%;
    font-size: 0.96rem;
    overflow-wrap: anywhere;
  }

  .services-hero-actions {
    align-items: stretch;
  }

  .services-hero-visual img {
    min-height: 270px;
  }

  .services-hero-badge {
    right: 12px;
    top: 12px;
    min-width: 76px;
    padding: 10px 12px;
  }

  .services-hero-badge strong {
    font-size: 1.45rem;
  }

  .services-hero-card {
    left: 12px;
    bottom: 12px;
    padding: 10px 12px;
  }

  .service-detail-grid,
  .coverage-grid,
  .service-timeline,
  .package-grid {
    grid-template-columns: 1fr;
  }

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

  .service-detail-body,
  .service-detail-body h3,
  .coverage-grid p,
  .package-grid p {
    min-height: 0;
  }

  .service-cta-card {
    padding: 28px 18px;
  }

  .how-hero {
    padding: 34px 0 30px;
  }

  .how-hero-copy h1 {
    max-width: 100%;
    font-size: 3.05rem;
    overflow-wrap: anywhere;
  }

  .how-hero-copy p:not(.eyebrow) {
    max-width: 100%;
    font-size: 0.96rem;
    overflow-wrap: anywhere;
  }

  .how-hero-actions {
    align-items: stretch;
  }

  .how-hero-visual img {
    min-height: 270px;
  }

  .how-hero-badge {
    right: 12px;
    top: 12px;
    min-width: 76px;
    padding: 10px 12px;
  }

  .how-hero-badge strong {
    font-size: 1.45rem;
  }

  .how-hero-card {
    left: 12px;
    bottom: 12px;
    max-width: calc(100% - 24px);
    padding: 10px 12px;
  }

  .page-how .how-hero-copy,
  .page-how .how-hero-actions,
  .page-how .how-hero-visual,
  .page-how .how-step-card,
  .page-how .docs-grid article,
  .page-how .quote-check-card,
  .page-how .how-budget-grid article,
  .page-how .handover-grid article,
  .page-how .how-cta-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .page-how .section-title,
  .page-how .how-step-card h3,
  .page-how .docs-grid h3,
  .page-how .how-budget-grid h3,
  .page-how .handover-grid h3 {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .how-step-grid,
  .docs-grid,
  .how-budget-grid,
  .handover-grid {
    grid-template-columns: 1fr;
  }

  .how-step-card,
  .how-step-card h3,
  .how-budget-grid h3,
  .how-budget-grid p,
  .handover-grid p {
    min-height: 0;
  }

  .quote-check-card {
    padding: 28px 18px;
  }

  .how-cta-card {
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: 0;
    padding: 22px 18px 0;
    text-align: center;
  }

  .how-cta-agent {
    order: 2;
    width: min(190px, 72%);
    max-height: 230px;
    margin: 0 auto;
  }

  .how-cta-copy {
    order: 1;
    padding: 0 0 12px;
  }

  .how-cta-copy > div {
    justify-content: center;
  }

  .how-step-asset {
    width: min(190px, 78%);
    margin-top: 24px;
  }

  .how-budget-asset,
  .how-doc-asset,
  .handover-asset {
    max-width: 100%;
  }

  .cars-browse-section {
    padding-top: 32px;
  }

  .cars-title-rule {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 22px;
  }

  .cars-title-rule span {
    display: none;
  }

  .cars-title-rule h1 {
    text-align: left;
  }

  .cars-filter-panel form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cars-tools {
    grid-template-columns: 1fr;
  }

  .sort-box {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .compare-bar {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 10px 12px;
  }

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

  .cars-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 520px) {
  .brand img {
    width: 154px;
  }

  .nav-line-button {
    min-height: 34px;
    padding: 0 10px;
    font-size: 0.65rem;
  }

  .cars-title-rule h1 {
    font-size: 1.48rem;
    line-height: 1.05;
    letter-spacing: -0.04em;
  }

  .cars-title-mobile-break {
    display: block;
  }

  .prices-hero-copy h1 {
    font-size: 2.75rem;
  }

  .services-hero-copy h1 {
    font-size: 2.42rem;
    line-height: 0.94;
  }

  .how-hero-copy h1 {
    font-size: 2.8rem;
    line-height: 0.94;
  }

  .page-how .section-title {
    font-size: 1.03rem;
    line-height: 1.06;
  }

  .page-how .how-step-card h3,
  .page-how .docs-grid h3,
  .page-how .how-budget-grid h3,
  .page-how .handover-grid h3 {
    font-size: 0.96rem;
    line-height: 1.08;
  }

  .page-services .section-title {
    font-size: 1.03rem;
    line-height: 1.06;
  }

  .page-services .service-detail-body h3 {
    font-size: 0.96rem;
    line-height: 1.08;
  }

  .services-support-grid {
    grid-template-columns: 1fr;
  }

  .services-hero-card span,
  .services-hero-badge span {
    font-size: 0.62rem;
  }

  .price-tier-card {
    padding: 20px 18px 24px;
  }

  .price-tier-visual {
    width: min(170px, 62%);
  }

  .estimate-output strong {
    font-size: 1.62rem;
  }

  .range-table {
    min-width: 680px;
    font-size: 0.7rem;
  }

  .hero-copy h1 {
    font-size: 2.45rem;
  }

  .hero-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-actions {
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .situation-grid,
  .car-grid,
  .benefits-grid,
  .steps-row,
  .footer-grid,
  .browse-grid,
  .cars-filter-panel form,
  .cars-footer-grid {
    grid-template-columns: 1fr;
  }

  .cars-filter-panel {
    padding: 16px;
  }

  .cars-results {
    padding: 12px;
  }

  .browse-card > img {
    height: 150px;
  }

  .view-toggle {
    justify-content: stretch;
  }

  .view-toggle button {
    flex: 1;
    justify-content: center;
  }

  .cars-footer-qr {
    width: min(180px, 100%);
  }

  .footer-item {
    border-right: 0;
  }
}

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