:root {
  --bg: #f4f6f7;
  --surface: #ffffff;
  --ink: #101820;
  --muted: #63717b;
  --line: #d8e0e4;
  --brand: #007078;
  --brand-dark: #004f59;
  --accent: #d7ff43;
  --graphite: #182126;
  --radius: 8px;
  --shadow: 0 18px 50px rgba(16, 24, 32, 0.12);
}

.inner-hero-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 300px));
  gap: 0;
  max-width: 560px;
  margin: 28px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(7, 20, 28, 0.42);
}

.inner-hero-stats div {
  padding: 20px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.inner-hero-stats div:last-child {
  border-right: 0;
}

.inner-hero-stats strong {
  display: block;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.05;
  font-weight: 900;
  white-space: nowrap;
}

.inner-hero-stats span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
}

.taxi-page {
  display: grid;
  gap: 44px;
}

.taxi-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.taxi-benefits article {
  min-height: 136px;
  display: grid;
  place-items: center;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid #cfe3f6;
  background: #dcedff;
  color: #111820;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.35;
  box-shadow: 0 14px 32px rgba(16, 65, 112, 0.1);
}

.taxi-about {
  max-width: 1180px;
}

.taxi-about h2 {
  margin: 0 0 18px;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1;
}

.taxi-about p {
  max-width: 1060px;
  margin: 0 0 14px;
  color: #3e4a54;
  font-size: 19px;
  line-height: 1.55;
}

.taxi-stock {
  padding: 0 0 12px;
}

.taxi-stock-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 372px));
  justify-content: center;
  gap: 72px;
}

.taxi-stock-card {
  width: 100%;
  max-width: 372px;
  height: 510px;
  justify-self: center;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e0e4e8;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(14, 24, 36, 0.08);
}

.taxi-stock-media {
  position: relative;
  min-height: 150px;
  display: grid;
  align-items: end;
  padding: 28px 20px 0;
  background: #f4f4f2;
}

.taxi-stock-media span {
  position: absolute;
  left: 20px;
  top: 18px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #f4e7df;
  color: #f0b600;
  font-size: 14px;
}

.taxi-stock-media img {
  width: 100%;
  height: 132px;
  object-fit: contain;
  object-position: center bottom;
}

.taxi-stock-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 14px 20px 18px;
}

.taxi-stock-body > p {
  margin: 0 0 4px;
  color: #8c9298;
  font-size: 16px;
}

.taxi-stock-body h3 {
  margin: 0 0 8px;
  color: #101820;
  font-size: 22px;
  line-height: 1.1;
}

.taxi-stock-body h3 small {
  color: #8c9298;
  font-size: 24px;
  font-weight: 400;
}

.taxi-stock-price {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.taxi-stock-price strong {
  color: #101820;
  font-size: 23px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

.taxi-stock-price s {
  color: #8c9298;
  font-size: 15px;
  white-space: nowrap;
}

.taxi-stock-day {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  padding: 9px 14px;
  border-radius: 12px;
  background: #f0f1f4;
}

.taxi-stock-day span {
  color: #59616b;
  font-size: 16px;
}

.taxi-stock-day strong {
  color: #f0b600;
  font-size: 21px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

.taxi-stock-body dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 20px;
  margin: 0 0 12px;
}

.taxi-stock-body dt {
  color: #8c9298;
  font-size: 15px;
}

.taxi-stock-body dd {
  margin: 4px 0 0;
  color: #101820;
  font-size: 18px;
  font-weight: 700;
}

.taxi-stock-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.taxi-stock-actions .btn {
  min-width: 0;
  width: 100%;
  justify-content: center;
  min-height: 38px;
  padding: 0 10px;
  overflow: hidden;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}

.taxi-stock-actions .btn::after {
  flex: 0 0 auto;
  margin-left: 8px;
  font-size: 20px;
}

.taxi-detail-hero {
  position: relative;
  overflow: hidden;
  padding: 46px 0 28px;
  background:
    radial-gradient(circle, rgba(16, 24, 32, 0.13) 1px, transparent 1px) 0 0 / 22px 22px,
    linear-gradient(105deg, #f7f5f0 0%, #f9f7f2 58%, #efe6d7 100%);
}

.taxi-detail-hero::after {
  content: "BELGEE";
  position: absolute;
  left: 2vw;
  bottom: -0.24em;
  color: rgba(16, 24, 32, 0.05);
  font-size: clamp(92px, 19vw, 286px);
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}

.taxi-detail-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(520px, 1.35fr);
  align-items: center;
  min-height: 560px;
}

.taxi-detail-copy {
  max-width: 680px;
}

.taxi-detail-copy .breadcrumbs {
  margin: 0 0 22px;
  padding: 0;
}

.taxi-detail-copy h1 {
  margin: 0 0 18px;
  color: #1a2029;
  font-size: clamp(46px, 5vw, 76px);
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

.taxi-detail-copy > p {
  max-width: 620px;
  margin: 0 0 28px;
  color: #59616b;
  font-size: 21px;
  line-height: 1.36;
}

.taxi-detail-payment {
  display: grid;
  gap: 8px;
  max-width: 560px;
  margin-bottom: 28px;
  padding-top: 26px;
  border-top: 1px solid rgba(16, 24, 32, 0.14);
}

.taxi-detail-payment span {
  color: #9aa1a8;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.taxi-detail-payment strong {
  color: #1a2029;
  font-size: clamp(46px, 4.4vw, 66px);
  line-height: 0.95;
  font-weight: 900;
  white-space: nowrap;
}

.taxi-detail-payment small {
  color: #59616b;
  font-size: 20px;
}

.taxi-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.taxi-detail-actions .btn {
  min-width: 286px;
  justify-content: center;
}

.taxi-detail-media {
  align-self: stretch;
  display: grid;
  align-items: end;
}

.taxi-detail-media img {
  width: min(980px, 62vw);
  max-width: none;
  justify-self: end;
  object-fit: contain;
  filter: drop-shadow(0 24px 34px rgba(16, 24, 32, 0.16));
}

.taxi-detail-benefits {
  background: #f3f5f6;
  padding-top: 28px;
}

.taxi-trim-table-section .model-table-head {
  margin-bottom: 28px;
}

.taxi-trim-table {
  border-bottom: 1px solid var(--line);
}

.taxi-trim-row {
  border-bottom: 1px solid var(--line);
}

.taxi-trim-row:last-child {
  border-bottom: 0;
}

.taxi-trim-line {
  display: grid;
  grid-template-columns: minmax(200px, 1.35fr) minmax(150px, 0.9fr) 0.7fr 0.48fr 0.68fr 0.76fr 0.9fr 96px;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 10px;
}

.taxi-trim-table .model-trim-header {
  grid-template-columns: minmax(200px, 1.35fr) minmax(150px, 0.9fr) 0.7fr 0.48fr 0.68fr 0.76fr 0.9fr 96px;
  gap: 10px;
}

.taxi-trim-table .model-trim-buy {
  width: 96px;
  min-height: 40px;
  padding: 0 10px;
  justify-content: center;
}

.taxi-trim-table .model-trim-buy::after {
  content: none;
}

.taxi-buyout-section {
  background: #f3f5f6;
}

.taxi-buyout-section h2 {
  margin: 0 0 24px;
  color: #101820;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: 0;
}

.taxi-buyout-panel {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(260px, 1fr) 290px;
  gap: 14px;
  padding: 24px;
  border-radius: 6px;
  background: #02070a;
}

.taxi-buyout-field {
  display: grid;
  gap: 12px;
  padding: 20px;
  border-radius: 8px;
  background: #edf4f9;
}

.taxi-buyout-field span {
  color: #75808a;
  font-size: 14px;
}

.taxi-buyout-field strong {
  color: #02070a;
  font-size: 26px;
  font-weight: 900;
}

.taxi-buyout-money {
  width: 100%;
  border: 0;
  background: transparent;
  color: #02070a;
  font: inherit;
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
  outline: 0;
}

.taxi-buyout-field input {
  width: 100%;
  accent-color: #00838b;
}

.taxi-buyout-field small {
  display: flex;
  justify-content: space-between;
  color: #75808a;
  font-size: 12px;
  font-weight: 800;
}

.taxi-buyout-button {
  display: grid;
  align-content: center;
  min-height: 142px;
  padding: 22px;
  border-radius: 8px;
  color: #ffffff;
  text-decoration: none;
  background: #00838b;
}

.taxi-buyout-button span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 900;
}

.taxi-buyout-button span::after {
  content: "→";
  font-size: 32px;
  line-height: 1;
}

.taxi-buyout-button small {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-top: 8px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.taxi-buyout-button small strong {
  font-size: 36px;
  font-weight: 900;
  white-space: nowrap;
}

.taxi-buyout-button small span {
  font-size: 18px;
  font-weight: 900;
}

@media (max-width: 900px) {
  .inner-hero-stats,
  .taxi-stock-grid {
    grid-template-columns: 1fr;
  }

  .taxi-detail-hero-inner {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 24px;
  }

  .taxi-detail-copy {
    max-width: none;
  }

  .taxi-detail-media img {
    width: 100%;
    justify-self: center;
  }

  .taxi-trim-table {
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .taxi-trim-line {
    min-width: 980px;
  }

  .taxi-buyout-panel {
    grid-template-columns: 1fr;
  }

  .taxi-buyout-button {
    min-height: 96px;
  }

  .inner-hero-stats {
    max-width: 100%;
  }

  .taxi-stock-card {
    height: auto;
  }

  .inner-hero-stats div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }

  .inner-hero-stats div:last-child {
    border-bottom: 0;
  }

  .taxi-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .taxi-benefits article {
    min-height: 112px;
    border-radius: 18px;
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .taxi-page {
    gap: 30px;
  }

  .taxi-benefits {
    grid-template-columns: 1fr;
  }

  .taxi-about h2 {
    font-size: 36px;
  }

  .taxi-about p {
    font-size: 16px;
  }

  .taxi-detail-hero {
    padding: 30px 0 20px;
  }

  .taxi-detail-copy h1 {
    font-size: 40px;
  }

  .taxi-detail-copy > p {
    font-size: 17px;
  }

  .taxi-detail-payment strong {
    font-size: 44px;
  }

  .taxi-detail-payment small {
    font-size: 17px;
  }

  .taxi-detail-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .taxi-buyout-section h2 {
    font-size: 38px;
  }

  .taxi-trim-table {
    display: grid;
    gap: 12px;
    overflow: visible;
    border: 0;
    padding-bottom: 0;
  }

  .taxi-trim-table .model-trim-header {
    display: none;
  }

  .taxi-trim-row {
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 14px;
    background: #ffffff;
  }

  .taxi-trim-line {
    min-width: 0;
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: 0;
    padding: 0;
  }

  .taxi-trim-line > span:not(.model-trim-action) {
    display: grid;
    grid-template-columns: minmax(112px, 0.7fr) minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    font-size: 15px;
  }

  .taxi-trim-line > span:not(.model-trim-action)::before {
    color: #7a858c;
    font-size: 13px;
    font-weight: 700;
  }

  .taxi-trim-line .model-trim-name {
    padding-left: 0;
  }

  .taxi-trim-line .model-trim-name::before {
    position: static;
    width: auto;
    height: auto;
    border: 0;
    transform: none;
    content: "Комплектация";
  }

  .taxi-trim-line .model-trim-engine::before {
    content: "Двигатель";
  }

  .taxi-trim-line .model-trim-fuel::before {
    content: "Топливо";
  }

  .taxi-trim-line .model-trim-gearbox::before {
    content: "КПП";
  }

  .taxi-trim-line .model-trim-drive::before {
    content: "Привод";
  }

  .taxi-trim-line .model-trim-benefit::before {
    content: "Выгода до";
  }

  .taxi-trim-line .model-trim-price::before {
    content: "Минимальная цена";
  }

  .taxi-trim-table .model-trim-buy {
    width: 100%;
  }

  .taxi-buyout-panel {
    padding: 14px;
    gap: 10px;
  }

  .taxi-buyout-field {
    padding: 16px;
  }

  .taxi-buyout-money {
    font-size: 24px;
  }

  .taxi-buyout-button {
    min-height: 86px;
    padding: 18px;
  }

  .taxi-buyout-button small {
    font-size: 18px;
  }

  .taxi-buyout-button small strong {
    font-size: 32px;
  }

  .taxi-stock-media {
    min-height: 260px;
    padding: 48px 18px 0;
  }

  .taxi-stock-media img {
    height: 220px;
  }

  .taxi-stock-body {
    padding: 26px 20px 24px;
  }

  .taxi-stock-price,
  .taxi-stock-day,
  .taxi-stock-actions {
    grid-template-columns: 1fr;
  }

  .taxi-stock-body dl {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

body.locked {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: min(1400px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(220, 228, 232, 0.8);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: grid;
  grid-template-columns: 160px 1fr auto auto;
  gap: 22px;
  align-items: center;
  min-height: 78px;
}

.brand img {
  width: 138px;
}

.nav {
  display: flex;
  gap: 22px;
  align-items: center;
  color: #31414a;
  font-size: 14px;
}

.nav-desktop {
  display: flex;
  gap: 22px;
  align-items: center;
}

.mobile-nav,
.mobile-nav-panel {
  display: none;
}

.mobile-nav-panel.is-active {
  display: block;
}

.model-nav-band {
  position: sticky;
  top: 130px;
  z-index: 15;
  margin-top: -1px;
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.site-model-menu {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(42px, 7vw, 120px);
  padding: 0 30px;
  background: #07151e;
  color: #ffffff;
  font-size: 16px;
}

.site-model-menu a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.nav-shell {
  width: 100%;
  background: #e8ebed;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.12), inset 0 -1px 0 rgba(0, 0, 0, 0.16);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0 0 14px;
  color: var(--muted);
  font-size: 13px;
}

.breadcrumbs a::after {
  content: "|";
  margin-left: 10px;
  color: #a8b4ba;
}

.subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  width: min(1400px, calc(100% - 40px));
  margin: 0 auto;
  margin-bottom: 0;
  padding: 0 4px;
  background: transparent;
  box-shadow: none;
}

.subnav a,
.mini-link {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 0;
  background: transparent;
  color: #101820;
  font-size: 15px;
  font-weight: 800;
}

.subnav a {
  position: relative;
  min-height: 58px;
  font-size: 16px;
}

.subnav a:hover,
.subnav a.active {
  color: #050607;
  background: #ffffff;
}

.subnav a.active::after,
.subnav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #ff7a1a;
}

.mini-link {
  border-radius: 999px;
  background: #eaf6fb;
  color: var(--brand-dark);
}

.nav a {
  padding: 10px 0;
}

.header-phone {
  font-weight: 700;
  white-space: nowrap;
}

.header-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--brand);
  border-radius: 999px;
  color: var(--brand-dark);
  font-size: 14px;
  font-weight: 700;
}

.mobile-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
  border: 1px solid rgba(16, 24, 32, 0.2);
  border-radius: 0;
  background: #ffffff;
}

.mobile-menu-toggle span {
  width: 20px;
  height: 2px;
  background: #101820;
}

.hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: var(--graphite);
}

.inner-hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: var(--graphite);
  color: #ffffff;
}

.inner-hero > picture,
.inner-hero > picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.inner-hero > picture img {
  object-fit: cover;
}

.inner-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 18, 22, 0.9), rgba(10, 18, 22, 0.52), rgba(10, 18, 22, 0.18));
}

.inner-hero-content {
  position: relative;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 82px 0 66px;
}

.inner-hero h1 {
  max-width: 920px;
}

.inner-hero p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
  line-height: 1.5;
}

.model-hero h1 {
  max-width: 780px;
}

.model-hero-content > p:not(.eyebrow) {
  max-width: 760px;
}

.model-hero-prices {
  display: grid;
  grid-template-columns: max-content;
  align-items: start;
  gap: 5px;
  margin: 24px 0 22px;
  color: #ffffff;
}

.model-hero-price {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-size: 20px;
  font-weight: 800;
}

.model-hero-price strong {
  color: #ff7a1a;
  font-size: 34px;
  line-height: 1;
}

.model-hero-benefit {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}

.model-hero-benefit img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.model-hero-benefit strong {
  color: #ffffff;
  font-size: inherit;
  line-height: 1;
}

.model-hero-credit {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
}

.model-hero-credit strong {
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
}

.model-hero-note {
  max-width: 520px;
  display: block;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.4;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 18, 22, 0.9), rgba(10, 18, 22, 0.54) 44%, rgba(10, 18, 22, 0.1)),
    linear-gradient(0deg, rgba(10, 18, 22, 0.3), rgba(10, 18, 22, 0.08));
}

.hero-content {
  position: relative;
  min-height: 720px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px 0 88px;
  color: #ffffff;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow,
.lead .eyebrow {
  color: var(--accent);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 860px;
  margin-bottom: 24px;
  font-size: clamp(44px, 5.4vw, 86px);
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 3.6vw, 54px);
  line-height: 1.06;
}

h3 {
  font-size: 22px;
  line-height: 1.18;
}

.hero-copy {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
  line-height: 1.45;
}

.hero-actions,
.filters,
.gallery-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn,
.filter-btn,
.tab-btn {
  border: 0;
  border-radius: 999px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.btn-primary {
  background: var(--brand);
  color: #ffffff;
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.hero-stats {
  width: min(840px, 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 62px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-stats div {
  padding: 24px;
  background: rgba(8, 16, 20, 0.42);
}

.hero-stats strong,
.hero-stats span {
  display: block;
}

.hero-stats strong {
  font-size: 24px;
}

.hero-stats span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.section {
  padding: 92px 0;
}

.model-nav-band + .section {
  padding-top: 34px;
}

.inner-hero + .section {
  padding-top: 34px;
}

.tth-section {
  background: #ffffff;
}

.seo-grid-section {
  background: #ffffff;
}

.seo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.seo-grid a,
.content-panel,
.review-card {
  display: block;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.seo-grid strong,
.seo-grid span {
  display: block;
}

.seo-grid strong {
  margin-bottom: 10px;
  font-size: 22px;
}

.seo-grid span,
.content-panel p,
.review-card p {
  color: var(--muted);
  line-height: 1.55;
}

.site-helper-section {
  background: #ffffff;
  padding: 28px 0 34px;
}

.site-helper-section h2 {
  margin: 0 0 14px;
  font-size: 26px;
  line-height: 1.15;
}

.site-helper-scroll {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 14px;
}

.site-helper-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.site-helper-track::-webkit-scrollbar {
  display: none;
}

.site-helper-chip {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 18px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
  background: #ffffff;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.site-helper-chip:hover {
  color: #ffffff;
  background: var(--ink);
  transform: translateY(-1px);
}

.site-helper-arrow {
  width: 44px;
  height: 44px;
  border: 1px solid #9aa5ad;
  border-radius: 0;
  color: var(--ink);
  background: #ffffff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.site-helper-arrow:hover {
  border-color: var(--ink);
  background: #f3f6f8;
}

.site-helper-arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.section-head {
  max-width: 850px;
  margin-bottom: 34px;
}

.section-head p:not(.eyebrow),
.stock-layout p,
.dealer-copy p,
.lead-panel p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.model-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.model-card,
.stock-card,
.offer-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.model-card {
  position: relative;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 8px 26px rgba(16, 24, 32, 0.05);
}

.model-media {
  min-height: 235px;
  display: grid;
  place-items: center;
  padding: 28px 20px 0;
  background: linear-gradient(180deg, #eef3f4, #ffffff);
}

.model-media img {
  width: 100%;
  max-height: 210px;
  object-fit: contain;
}

.model-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.model-body h3 {
  margin-bottom: 10px;
}

.model-specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 18px 0 24px;
}

.model-specs span {
  padding: 10px;
  border-radius: 6px;
  background: #f2f6f7;
  color: #2d3d45;
  font-size: 13px;
}

.price-row {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.price-row span,
.stock-meta span {
  color: var(--muted);
  font-size: 13px;
}

.price-row strong,
.stock-price strong {
  display: block;
  margin-top: 4px;
  font-size: 23px;
}

.color-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}

.color-dot {
  width: 18px;
  height: 18px;
  border: 1px solid rgba(16, 24, 32, 0.18);
  border-radius: 50%;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  white-space: nowrap;
}

.home-models-section,
.home-stock-preview,
.home-news-section {
  background: #f3f5f6;
}

.home-offers,
.home-links-section {
  background: #ffffff;
}

.home-section-head {
  max-width: 900px;
}

.home-stock-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.home-card-grid {
  display: grid;
  gap: 20px;
}

.home-card-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-card-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-info-card {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  color: inherit;
}

.home-info-card h3 {
  margin-bottom: 14px;
  font-size: 26px;
  line-height: 1.12;
}

.home-info-card p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.home-info-card .mini-link,
.home-news-card::after {
  margin-top: auto;
}

.home-program-card {
  min-height: 330px;
}

.home-program-card > img {
  width: 92px;
  height: 92px;
  margin-bottom: 30px;
  object-fit: contain;
}

.home-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.home-offer-card {
  display: flex;
  min-height: 480px;
  flex-direction: column;
  padding: 24px;
  border: 1px solid #d8dee2;
  background: #ffffff;
}

.home-offer-card-link {
  display: flex;
  flex: 1;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.home-offer-card img {
  width: 100%;
  height: 220px;
  display: block;
  object-fit: cover;
}

.home-offer-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-top: 24px;
}

.home-offer-card h3,
.home-offer-card-title {
  display: block;
  margin: 0 0 14px;
  color: #050607;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.12;
}

.home-offer-card p,
.home-offer-card-text {
  display: block;
  margin: 0 0 26px;
  color: #25343d;
  font-size: 17px;
  line-height: 1.55;
}

.home-offer-card-body > a,
.home-offer-card-action {
  min-height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  background: var(--brand-dark);
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
}

.home-offer-card-body > a:hover,
.home-offer-card-link:hover .home-offer-card-action {
  background: var(--brand);
}

.home-news-card:hover {
  border-color: rgba(0, 128, 134, 0.42);
  transform: translateY(-2px);
}

.home-section-actions {
  margin-top: 28px;
}

.home-seo-section {
  background: #bfc4cb;
  color: #050607;
}

.home-seo-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 42px;
  align-items: start;
}

.home-seo-intro p:not(.eyebrow),
.home-seo-aside p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  line-height: 1.62;
}

.home-seo-intro p:not(.eyebrow) {
  margin-bottom: 18px;
}

.home-seo-aside {
  display: grid;
  gap: 16px;
}

.home-seo-image {
  width: 100%;
  max-height: 280px;
  object-fit: contain;
  object-position: center;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
}

.home-seo-aside article {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.home-seo-aside h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

.home-dark-button {
  width: fit-content;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.76);
}

.home-article-layout {
  max-width: 1180px;
}

.home-article-copy h2 {
  margin: 0 0 26px;
  color: #050607;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.12;
  text-transform: uppercase;
}

.home-article-copy h3 {
  margin: 44px 0 16px;
  color: #050607;
  font-size: 30px;
  line-height: 1.16;
}

.home-article-copy p {
  max-width: 940px;
  margin: 0 0 18px;
  color: #151d24;
  font-size: 18px;
  line-height: 1.72;
}

.home-dealer-section {
  background: #ffffff;
}

.home-dealer-layout {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 24px;
  align-items: stretch;
}

.home-dealer-layout > div {
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.home-dealer-layout p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.home-contact-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.home-contact-list span {
  padding: 18px;
  border-radius: 6px;
  background: #eef3f4;
  color: #26363d;
  line-height: 1.35;
}

.home-contact-list strong {
  display: block;
  margin-bottom: 8px;
  color: #101820;
}

.home-map-card {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}

.home-map-card img {
  width: calc(100% + 72px);
  max-width: none;
  margin: -36px -36px 26px;
  height: 260px;
  object-fit: cover;
}

.home-map-card .mini-link {
  width: fit-content;
  margin-top: 20px;
}

.home-review-card {
  min-height: 230px;
}

.home-benefits {
  background: #ffffff;
}

.home-benefits-title,
.home-reviews-title {
  margin: 0 0 34px;
  color: #1c252c;
  font-size: 32px;
  line-height: 1.16;
}

.home-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-bottom: 1px solid #e3e7ea;
}

.home-benefit-item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 18px;
  min-height: 132px;
  align-items: start;
  padding: 28px 34px 28px 0;
  border-top: 1px solid #e3e7ea;
}

.home-benefit-item span {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #e9edff;
  color: #145dff;
  font-size: 24px;
  font-weight: 800;
}

.home-benefit-item h3 {
  margin: 0 0 8px;
  color: #1f2a32;
  font-size: 19px;
  line-height: 1.2;
}

.home-benefit-item p {
  margin: 0;
  color: #8a9298;
  font-size: 16px;
  line-height: 1.35;
}

.home-reviews-section {
  background: #e8eaec;
}

.home-reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.home-reviews-grid .home-review-card {
  position: relative;
  min-height: 540px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #d9dee1;
  border-radius: 6px;
  background: #ffffff;
}

.home-review-head {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px;
  border-bottom: 1px solid #e5e9ec;
}

.home-review-head span {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #00bda8;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.home-review-head strong,
.home-review-car b {
  display: block;
  color: #050607;
  font-size: 16px;
}

.home-review-head time,
.home-review-car span {
  display: block;
  color: #4f5c65;
  font-size: 14px;
}

.home-review-car {
  padding: 18px 18px 0;
}

.home-reviews-grid .home-review-card > img {
  width: 100%;
  height: 190px;
  object-fit: contain;
  padding: 12px 18px;
}

.home-reviews-grid .home-review-card > i {
  position: absolute;
  top: 112px;
  right: 18px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 4px solid #21c7b7;
  border-radius: 50%;
  background: #f4fbfa;
  color: #050607;
  font-style: normal;
  font-weight: 800;
}

.home-reviews-grid .home-review-card h3 {
  margin: 0;
  padding: 0 18px 8px;
  color: #050607;
  font-size: 20px;
  line-height: 1.2;
}

.home-reviews-grid .home-review-card p {
  margin: 0;
  padding: 0 18px 18px;
  color: #050607;
  font-size: 17px;
  line-height: 1.35;
}

.home-review-foot {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding: 14px 18px;
  border-top: 1px solid #e5e9ec;
  color: #4f5c65;
  font-size: 13px;
}

.home-reviews-action {
  text-align: center;
}

.models-page-section {
  background: #f3f5f6;
}

.models-showcase {
  display: grid;
  gap: 54px;
}

.models-seo-stack {
  display: grid;
  gap: 34px;
}

.models-page-section .model-grid {
  gap: 24px;
}

.models-page-section .model-card {
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
}

.models-page-section .model-media {
  min-height: 270px;
  padding: 34px 28px 8px;
  background: #ffffff;
}

.models-page-section .model-media img {
  max-height: 230px;
}

.models-page-section .model-body {
  padding: 22px 30px 34px;
}

.models-page-section .model-body .eyebrow {
  color: #7b8388;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.models-page-section .model-body h3 {
  order: -1;
  margin: 0 0 22px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0;
  text-transform: uppercase;
}

.models-page-section .model-body h3 a {
  color: #050607;
}

.models-page-section .model-specs {
  display: none;
}

.models-page-section .price-row {
  display: grid;
  flex-direction: column;
  gap: 28px;
  align-items: stretch;
  justify-content: normal;
}

.models-page-section .price-row > div {
  display: grid;
  gap: 18px;
}

.models-page-section .price-row span {
  color: #7b8388;
  font-size: 21px;
}

.models-page-section .price-row strong {
  margin: 0;
  color: #050607;
  font-size: 25px;
  font-weight: 500;
}

.models-page-section .mini-link {
  width: 100%;
  min-width: 100%;
  min-height: 62px;
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #16242c;
  border-radius: 0;
  background: #ffffff;
  color: #2d3d45;
  font-size: 20px;
  font-weight: 400;
}

.models-page-section .mini-link::after {
  content: none;
}

.models-text-block {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(280px, 0.75fr);
  gap: 34px;
  padding: 44px;
  border: 1px solid #d8e0e5;
  background: #ffffff;
}

.models-text-copy h2 {
  max-width: 820px;
  margin-bottom: 20px;
  color: #050607;
}

.models-text-copy p:not(.eyebrow) {
  max-width: 980px;
  margin: 0 0 16px;
  color: #53626c;
  font-size: 18px;
  line-height: 1.62;
}

.models-text-aside {
  align-self: start;
  padding: 28px;
  background: #ecf7fc;
}

.models-text-aside h3 {
  margin-bottom: 18px;
  color: #050607;
}

.models-text-aside ul {
  margin: 0;
  padding-left: 20px;
  color: #2d3d45;
  line-height: 1.6;
}

.models-text-aside li + li {
  margin-top: 10px;
}

.models-lineup-block,
.models-article-block,
.models-dealer-block,
.models-buy-steps {
  padding: 44px;
  border: 1px solid #d8e0e5;
  background: #ffffff;
}

.models-lineup-block .section-head,
.models-dealer-block .section-head {
  margin-bottom: 28px;
}

.models-copy-grid,
.models-feature-grid,
.models-dealer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.models-feature-grid,
.models-dealer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.models-copy-grid article,
.models-feature-grid article,
.models-dealer-grid article,
.models-buy-steps li {
  padding: 26px;
  border: 1px solid #dbe4e9;
  background: #f8fafb;
}

.models-lineup-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  border: 1px solid #e2e8ec;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(12, 25, 34, 0.12);
  scroll-snap-align: start;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.models-lineup-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(12, 25, 34, 0.18);
}

.models-lineup-carousel {
  margin-top: 30px;
}

.models-lineup-viewport {
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.models-lineup-viewport::-webkit-scrollbar {
  display: none;
}

.models-lineup-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 56px) / 3);
  gap: 28px;
  padding: 4px 4px 18px;
}

.models-lineup-media {
  display: block;
  height: 220px;
  margin: 0;
  overflow: hidden;
  background: #eef2f4;
}

.models-lineup-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.models-lineup-card:hover .models-lineup-media img {
  transform: scale(1.035);
}

.models-lineup-card-body {
  display: grid;
  justify-items: center;
  gap: 14px;
  min-height: 360px;
  padding: 26px 28px 24px;
  text-align: center;
}

.models-lineup-label {
  color: #00717b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-transform: uppercase;
}

.models-lineup-card h3 {
  margin: 0;
  color: #0f171d;
  font-size: 30px;
  line-height: 1.08;
  text-transform: uppercase;
}

.models-lineup-card ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  color: #263742;
  font-size: 17px;
  line-height: 1.38;
  list-style: none;
}

.models-lineup-card strong {
  margin-top: auto;
  color: #0f171d;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.1;
}

.models-lineup-more {
  min-width: 130px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  padding: 0 24px;
  border-radius: 5px;
  background: #d92f2f;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 5px 12px rgba(217, 47, 47, 0.24);
  transition: background 0.2s ease, transform 0.2s ease;
}

.models-lineup-more:hover {
  background: #c52727;
  transform: translateY(-1px);
}

.models-lineup-nav {
  display: grid;
  grid-template-columns: 52px 1fr 52px;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
}

.models-lineup-arrow {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #9aa5ac;
  background: transparent;
  color: #263742;
  font-size: 24px;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.models-lineup-arrow:hover {
  border-color: #0f171d;
  color: #0f171d;
  transform: translateY(-1px);
}

.models-lineup-arrow[disabled] {
  opacity: 0.45;
  cursor: default;
  transform: none;
}

.models-lineup-dots {
  display: flex;
  justify-content: center;
  gap: 14px;
}

.models-lineup-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #aeb7bd;
  cursor: pointer;
}

.models-lineup-dots button.active {
  background: #263742;
  transform: scale(1.25);
}

.models-copy-grid h3,
.models-feature-grid h3,
.models-dealer-grid h3,
.models-buy-steps h3 {
  margin-bottom: 12px;
  color: #050607;
  font-size: 24px;
  line-height: 1.18;
}

.models-copy-grid p,
.models-feature-grid p,
.models-dealer-grid p,
.models-buy-steps p {
  margin: 0;
  color: #53626c;
  font-size: 16px;
  line-height: 1.6;
}

.models-copy-grid a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--brand-dark);
  font-weight: 800;
}

.models-article-block {
  padding-top: 54px;
  padding-bottom: 54px;
}

.models-article-content {
  max-width: 1120px;
}

.models-article-content h2 {
  max-width: 980px;
  margin: 0 0 26px;
  color: #050607;
  font-size: 56px;
  line-height: 1.08;
}

.models-article-content h3 {
  margin: 44px 0 16px;
  color: #050607;
  font-size: 32px;
  line-height: 1.16;
}

.models-article-content p {
  max-width: 1040px;
  margin: 0 0 18px;
  color: #202b33;
  font-size: 20px;
  line-height: 1.7;
}

.models-buy-steps {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1.45fr);
  gap: 34px;
}

.models-buy-steps ol {
  counter-reset: modelsStep;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.models-buy-steps li::before {
  counter-increment: modelsStep;
  content: "0" counter(modelsStep);
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.stock {
  background: #ffffff;
}

.stock-layout {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.filter-btn,
.tab-btn {
  min-height: 44px;
  background: #eef3f4;
  color: #2a3c45;
  padding: 0 18px;
}

.filter-btn.active,
.tab-btn.active {
  background: var(--brand);
  color: #ffffff;
}

.stock-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.stock-card {
  display: grid;
  grid-template-columns: 170px 1fr;
  min-height: 176px;
  overflow: hidden;
}

.stock-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px;
  background: #f2f6f7;
}

.stock-info {
  padding: 20px;
}

.stock-info h3 {
  margin-bottom: 12px;
  font-size: 20px;
}

.stock-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.stock-meta span {
  padding: 7px 9px;
  border-radius: 6px;
  background: #f2f6f7;
}

.stock-price {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.stock-seo-head {
  margin: 0 0 34px;
}

.stock-section {
  padding-top: 44px;
}

.stock-seo-head h2 {
  max-width: 1100px;
  margin: 0 0 16px;
  color: #05080b;
  font-size: clamp(34px, 4.4vw, 64px);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: 0;
}

.stock-seo-head p {
  max-width: 920px;
  margin: 0 0 28px;
  color: #5f6b73;
  font-size: 18px;
  line-height: 1.5;
}

.stock-type-toggle {
  display: grid;
  gap: 14px;
  max-width: 620px;
}

.stock-filter .stock-type-toggle {
  max-width: none;
  padding: 0 14px 18px;
}

.stock-type-toggle a {
  position: relative;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  color: #111820;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}

.stock-type-toggle a::before {
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  border: 2px solid #c7ced3;
  border-radius: 4px;
  background: #ffffff;
}

.stock-type-toggle a.active::before {
  border-color: var(--brand);
  background: var(--brand);
  box-shadow: inset 0 0 0 5px #ffffff;
}

.stock-catalog {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.stock-filter {
  position: sticky;
  top: 92px;
  max-height: calc(100vh - 112px);
  overflow-y: auto;
  scrollbar-gutter: stable;
  border: 1px solid #d9e1e6;
  background: #ffffff;
}

.stock-filter::-webkit-scrollbar {
  width: 12px;
}

.stock-filter::-webkit-scrollbar-track {
  background: #f0f3f5;
}

.stock-filter::-webkit-scrollbar-thumb {
  border: 3px solid #f0f3f5;
  border-radius: 999px;
  background: #8a9298;
}

.stock-filter-section {
  border-bottom: 1px solid #d9e1e6;
}

.stock-filter-section:last-child {
  border-bottom: 0;
}

.stock-filter-section summary {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  color: #05080b;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.stock-filter-section summary::-webkit-details-marker {
  display: none;
}

.stock-filter-section summary::after {
  content: "+";
  color: var(--brand);
  font-size: 24px;
  font-weight: 500;
}

.stock-filter-section[open] summary::after {
  content: "-";
}

.stock-model-options,
.stock-check-list,
.stock-color-list {
  padding: 0 14px 16px;
}

.filter-model-card {
  min-height: 106px;
  display: grid;
  grid-template-columns: 126px 1fr 20px;
  gap: 12px;
  align-items: center;
  margin-bottom: 8px;
  padding: 10px 8px;
  border: 1px solid #b8c3c9;
  border-radius: 4px;
  background: #ffffff;
  cursor: pointer;
}

.filter-model-card.active {
  border-color: var(--brand);
}

.filter-model-card input,
.stock-filter-check input,
.stock-color-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.filter-model-card img {
  width: 126px;
  height: 70px;
  object-fit: contain;
}

.filter-model-card strong,
.filter-model-card em,
.filter-model-card b {
  display: block;
}

.filter-model-card strong {
  color: #05080b;
  font-size: 16px;
  font-weight: 700;
}

.filter-model-card em {
  margin-top: 2px;
  color: #7a858c;
  font-size: 12px;
  font-style: normal;
}

.filter-model-card b {
  margin-top: 14px;
  color: #05080b;
  font-size: 12px;
  font-weight: 500;
}

.filter-model-card > i {
  width: 18px;
  height: 18px;
  border-right: 2px solid #7d858b;
  border-bottom: 2px solid #7d858b;
  transform: rotate(45deg);
  opacity: 0;
}

.filter-model-card.active > i {
  opacity: 1;
}

.stock-check-list {
  display: grid;
  gap: 10px;
}

.stock-filter-check {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #111820;
  font-size: 15px;
  cursor: pointer;
}

.stock-filter-check::before {
  content: "";
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border: 2px solid #b9c2c8;
  border-radius: 5px;
  background: #ffffff;
}

.stock-filter-check:has(input:checked)::before {
  border-color: var(--brand);
  background: var(--brand);
}

.stock-filter-check::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 12px;
  width: 16px;
  height: 8px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  opacity: 0;
  transform: rotate(-45deg);
}

.stock-filter-check:has(input:checked)::after {
  opacity: 1;
}

.filter-model-card.is-disabled,
.stock-filter-check.is-disabled,
.stock-color-option.is-disabled {
  color: #a8b2ba;
  cursor: default;
  opacity: 0.48;
}

.filter-model-card.is-disabled {
  border-color: #d8dee3;
}

.stock-filter-check.is-disabled::before {
  border-color: #cfd6dc;
  background: #f3f6f8;
}

.stock-color-option i {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border: 3px solid #e3e7ea;
  border-radius: 50%;
  background: #ffffff;
}

.stock-color-list {
  display: grid;
  gap: 12px;
}

.stock-color-option {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #111820;
  font-size: 14px;
  cursor: pointer;
}

.stock-color-option i {
  box-shadow: inset 0 0 0 1px rgba(16, 24, 32, 0.08);
}

.stock-color-option:has(input:checked) i {
  border-color: var(--brand);
  box-shadow: inset 0 0 0 2px #ffffff, 0 0 0 1px var(--brand);
}

.stock-filter-reset {
  width: calc(100% - 28px);
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 18px 14px;
  border: 2px solid #1a2229;
  border-radius: 6px;
  background: #ffffff;
  color: #1a2229;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.stock-filter-reset[hidden] {
  display: none;
}

.stock-filter-reset span {
  font-size: 28px;
  line-height: 1;
  font-weight: 300;
}

.stock-results {
  min-width: 0;
}

.stock-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 22px;
  color: #7d858b;
  font-size: 14px;
}

.stock-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.stock-chips:empty {
  display: none;
}

.stock-chips button {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #dbe3e8;
  border-radius: 3px;
  background: #ffffff;
  color: #1b252d;
  font-size: 14px;
  font-weight: 600;
}

.stock-chips span {
  margin-left: 8px;
  color: #626d75;
  font-size: 16px;
}

.stock-count {
  margin: 0 0 28px;
  color: #8a9399;
  font-size: 14px;
}

.stock-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.stock-car-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e2e7eb;
  border-radius: 8px;
  background: #ffffff;
}

.stock-car-card.is-hidden {
  display: none;
}

.stock-car-image {
  display: block;
  aspect-ratio: 1.34;
  background: linear-gradient(135deg, #eef5fb 0%, #dfeaf4 52%, #eef4f9 100%);
}

.stock-car-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px;
}

.stock-car-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px 18px 16px;
}

.stock-car-body h3 {
  margin: 0 0 18px;
  color: #000000;
  font-size: 30px;
  line-height: 1.06;
  font-weight: 700;
}

.stock-car-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
}

.stock-car-title h3 {
  margin: 0;
}

.stock-used-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 4px;
  background: var(--brand);
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
}

.stock-specs {
  display: grid;
  gap: 9px;
  min-height: 122px;
  margin: 0 0 20px;
  padding: 0;
  color: #213240;
  font-size: 13px;
  line-height: 1.35;
  list-style: none;
}

.stock-specs li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
  align-items: start;
}

.stock-spec-icon {
  position: relative;
  width: 18px;
  height: 18px;
  margin-top: 0;
  color: var(--brand);
}

.stock-spec-icon::before,
.stock-spec-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.stock-spec-engine::before {
  left: 4px;
  top: 5px;
  width: 11px;
  height: 8px;
  border: 2px solid currentColor;
  border-radius: 1px;
}

.stock-spec-engine::after {
  left: 1px;
  top: 3px;
  width: 16px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  background:
    linear-gradient(currentColor, currentColor) 0 5px / 4px 2px no-repeat,
    linear-gradient(currentColor, currentColor) 14px 5px / 4px 2px no-repeat,
    linear-gradient(currentColor, currentColor) 7px 0 / 2px 3px no-repeat,
    linear-gradient(currentColor, currentColor) 7px 9px / 2px 3px no-repeat;
}

.stock-spec-gearbox::before {
  left: 3px;
  top: 2px;
  width: 12px;
  height: 13px;
  background:
    linear-gradient(currentColor, currentColor) 1px 0 / 2px 13px no-repeat,
    linear-gradient(currentColor, currentColor) 9px 0 / 2px 13px no-repeat,
    linear-gradient(currentColor, currentColor) 1px 5px / 10px 2px no-repeat;
}

.stock-spec-gearbox::after {
  left: 2px;
  top: 1px;
  width: 4px;
  height: 4px;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-shadow:
    0 10px 0 -2px #ffffff,
    0 10px 0 0 currentColor,
    8px 0 0 -2px #ffffff,
    8px 0 0 0 currentColor,
    8px 10px 0 -2px #ffffff,
    8px 10px 0 0 currentColor;
}

.stock-spec-drive::before {
  left: 2px;
  top: 2px;
  width: 14px;
  height: 14px;
  background:
    linear-gradient(currentColor, currentColor) 3px 6px / 8px 2px no-repeat,
    linear-gradient(currentColor, currentColor) 6px 3px / 2px 8px no-repeat;
}

.stock-spec-drive::after {
  left: 1px;
  top: 1px;
  width: 5px;
  height: 5px;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-shadow:
    11px 0 0 -2px #ffffff,
    11px 0 0 0 currentColor,
    0 11px 0 -2px #ffffff,
    0 11px 0 0 currentColor,
    11px 11px 0 -2px #ffffff,
    11px 11px 0 0 currentColor;
}

.stock-spec-color {
  width: 16px;
  height: 16px;
  margin-top: 1px;
  border: 2px solid #e2e8ed;
  border-radius: 3px;
  background: var(--stock-color, #ffffff);
  box-shadow: inset 0 0 0 1px rgba(16, 24, 32, 0.12);
}

.stock-card-price {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin-top: auto;
  color: #000000;
}

.stock-card-price strong {
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
}

.stock-price-hint {
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--brand);
  border-radius: 50%;
  color: var(--brand);
  font-size: 10px;
  font-weight: 700;
}

.stock-card-price s {
  color: #8b949a;
  font-size: 14px;
  font-weight: 700;
}

.stock-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 26px;
}

.model-feature-story {
  background: #fff;
  padding: 72px 0 84px;
}

.model-feature-story h2 {
  max-width: 900px;
  margin: 0 0 48px;
  color: #101820;
  font-size: clamp(34px, 4.3vw, 64px);
  line-height: 1.05;
  letter-spacing: 0;
}

.model-feature-story-list {
  display: grid;
  gap: 58px;
}

.model-feature-row {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.model-feature-row.is-reverse {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
}

.model-feature-row.is-reverse .model-feature-copy {
  order: 2;
}

.model-feature-row.is-reverse .model-feature-media {
  order: 1;
}

.model-feature-copy h3 {
  margin: 0 0 18px;
  color: #000;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
  letter-spacing: 0;
}

.model-feature-copy p {
  margin: 0 0 14px;
  color: #26333b;
  font-size: 18px;
  line-height: 1.6;
}

.model-feature-media {
  margin: 0;
  background: #eef3f6;
  overflow: hidden;
}

.model-feature-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

@media (max-width: 900px) {
  .model-feature-story {
    padding: 48px 0 58px;
  }

  .model-feature-story h2 {
    margin-bottom: 32px;
  }

  .model-feature-row,
  .model-feature-row.is-reverse {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .model-feature-row.is-reverse .model-feature-copy,
  .model-feature-row.is-reverse .model-feature-media {
    order: initial;
  }

  .model-feature-copy p {
    font-size: 16px;
  }
}
.model-stock-hits-section {
  background: #f3f5f6;
  padding-top: 48px;
  padding-bottom: 54px;
}

.model-stock-hits-section h2 {
  margin: 0 0 24px;
  color: #101820;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.05;
  letter-spacing: 0;
}

.model-stock-hits-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 0 0 16px;
  scroll-snap-type: x proximity;
  scrollbar-color: #9aa4ab #e2e7eb;
}

.model-stock-hits-track .stock-car-card {
  flex: 0 0 min(340px, 82vw);
  scroll-snap-align: start;
}

.model-stock-hits-track .stock-car-card.is-hidden {
  display: flex;
}

.auto-detail-top {
  padding: 44px 0 34px;
  background: #f3f5f7;
}

.auto-detail-top h1 {
  max-width: none;
  margin: 18px 0 6px;
  color: #1a2229;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: 0;
}

.auto-live {
  margin: 0 0 22px;
  color: #7a858c;
  font-size: 14px;
}

.auto-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.72fr) minmax(280px, 0.64fr);
  gap: 18px;
  align-items: stretch;
}

.auto-gallery,
.auto-key-specs,
.auto-price-panel,
.auto-summary-card,
.auto-note,
.auto-credit-panel,
.auto-benefit-grid,
.auto-equipment-grid,
.auto-tech-grid article {
  border: 1px solid #dde4e9;
  border-radius: 8px;
  background: #ffffff;
}

.auto-gallery {
  padding: 14px;
}

.auto-main-photo {
  width: 100%;
  aspect-ratio: 1.62;
  display: block;
  border-radius: 7px;
  background: #e8f1f7;
  object-fit: cover;
}

.auto-key-specs,
.auto-price-panel {
  padding: 22px;
}

.auto-key-specs h2 {
  margin: 0 0 14px;
  color: #1a2229;
  font-size: 18px;
}

.auto-key-specs ul {
  display: grid;
  gap: 12px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.auto-key-specs li {
  color: #23313b;
}

.auto-key-specs dl,
.auto-tech-grid dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.auto-key-specs dt,
.auto-tech-grid dt {
  color: #7a858c;
}

.auto-key-specs dd,
.auto-tech-grid dd {
  margin: -28px 0 0;
  color: #101820;
  font-weight: 700;
  text-align: right;
}

.auto-key-specs a {
  color: var(--brand);
  font-weight: 700;
  text-decoration: none;
}

.auto-price-panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.auto-price-panel s {
  color: #8b949a;
  font-weight: 700;
}

.auto-price-panel > strong {
  color: #101820;
  font-size: 30px;
  line-height: 1;
}

.auto-price-panel div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #26333d;
}

.auto-price-panel b {
  color: #101820;
}

.auto-detail-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  gap: 42px;
  overflow-x: auto;
  padding: 18px clamp(20px, 5vw, 70px);
  border-bottom: 1px solid #e1e6ea;
  background: #ffffff;
}

.auto-detail-nav a {
  flex: 0 0 auto;
  padding-bottom: 7px;
  border-bottom: 2px solid #8d949a;
  color: #7d8187;
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
}

.auto-detail-nav a.active {
  border-bottom-color: var(--brand);
  color: #050607;
}

.auto-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
  min-width: 0;
  overflow-x: clip;
}

.auto-detail-layout > * {
  min-width: 0;
}

.auto-detail-content {
  display: grid;
  gap: 42px;
  min-width: 0;
}

.auto-detail-content > section {
  min-width: 0;
  max-width: 100%;
  overflow-x: clip;
}

.auto-detail-content h2 {
  margin: 0 0 20px;
  color: #050607;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: 0;
}

.auto-spec-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  min-width: 0;
  max-width: 100%;
}

.auto-spec-grid div {
  min-height: 132px;
  padding: 22px;
  border-radius: 8px;
  background: #eceef3;
}

.auto-spec-grid span {
  display: block;
  margin-bottom: 12px;
  color: #7d858b;
  font-size: 20px;
}

.auto-spec-grid strong {
  color: #050607;
  font-size: 24px;
  line-height: 1.15;
}

.auto-summary-card {
  position: sticky;
  top: 86px;
  overflow: hidden;
  background: #e8e9ee;
}

.auto-summary-card > img {
  width: 100%;
  aspect-ratio: 1.45;
  display: block;
  object-fit: cover;
}

.auto-summary-body {
  padding: 22px;
}

.auto-summary-body h3 {
  margin: 0 0 8px;
  color: #050607;
  font-size: 28px;
}

.auto-summary-body p {
  margin: 0 0 14px;
  color: #050607;
  font-size: 18px;
}

.auto-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 18px;
}

.auto-pills span {
  padding: 7px 10px;
  border-radius: 999px;
  background: #ffffff;
  color: #050607;
  font-size: 13px;
}

.auto-discount-box,
.auto-total {
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
  padding: 18px;
  border-radius: 8px;
  background: #ffffff;
}

.auto-discount-box label {
  display: grid;
  grid-template-columns: 22px 1fr auto;
  gap: 10px;
  align-items: center;
  color: #050607;
}

.auto-discount-box span {
  font-weight: 800;
}

.auto-total {
  grid-template-columns: auto 1fr;
  align-items: start;
}

.auto-total-price {
  display: grid;
  gap: 4px;
  justify-items: end;
}

.auto-total-price s {
  color: #8b949a;
  font-size: 14px;
  font-weight: 700;
}

.auto-total-price strong {
  color: #050607;
  font-size: 30px;
  line-height: 1;
  text-align: right;
}

.auto-total a {
  grid-column: 2;
  color: #7a858c;
  text-align: right;
}

.auto-summary-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.auto-summary-card .btn {
  min-width: 0;
  padding: 0 14px;
  font-size: 16px;
  line-height: 1.1;
}

.auto-summary-card .btn::after {
  margin-left: 12px;
  font-size: 24px;
}

.auto-note,
.auto-credit-panel {
  padding: 24px;
}

.auto-note h3,
.auto-benefit-grid h3,
.auto-tech-grid h3 {
  margin: 0 0 10px;
  color: #050607;
  font-size: 22px;
}

.auto-note p {
  margin: 0;
  color: #7a858c;
  font-size: 18px;
  line-height: 1.5;
}

.auto-credit-panel {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(260px, 1fr) 190px;
  gap: 14px;
  align-items: stretch;
  min-width: 0;
  max-width: 100%;
  border-radius: 8px;
  background: #050607;
  color: #ffffff;
}

.auto-credit-control {
  display: grid;
  gap: 10px;
  min-height: 118px;
  padding: 18px 20px 16px;
  border: 1px solid rgba(0, 112, 120, 0.18);
  border-radius: 8px;
  background: #eef3f8;
  color: #1a2229;
}

.auto-credit-control > span {
  display: block;
  color: #7a858c;
  font-size: 14px;
}

.auto-credit-control strong {
  font-size: 24px;
  line-height: 1;
}

.auto-credit-money {
  width: 100%;
  border: 0;
  background: transparent;
  color: #050607;
  font: inherit;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  outline: none;
}

.auto-credit-range {
  width: 100%;
  height: 6px;
  accent-color: var(--brand);
  cursor: pointer;
}

.auto-credit-control small {
  display: flex;
  justify-content: space-between;
  color: #7a858c;
  font-size: 12px;
  font-weight: 700;
}

.auto-credit-control small b {
  font-weight: 700;
}

.auto-credit-panel > .btn {
  position: relative;
  min-height: 118px;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  padding: 0 52px 0 24px;
  border-radius: 8px;
  white-space: nowrap;
}

.auto-credit-panel > .btn span {
  font-size: 12px;
  font-weight: 700;
  opacity: 0.86;
}

.auto-credit-panel > .btn::after {
  position: absolute;
  right: 28px;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}

.auto-benefit-grid,
.auto-equipment-grid,
.auto-tech-grid,
.auto-related-grid {
  display: grid;
  gap: 14px;
  min-width: 0;
  max-width: 100%;
}

.auto-benefit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 14px;
  background: #f0f1f5;
}

.auto-benefit-grid article,
.auto-equipment-grid span {
  padding: 18px;
  border-radius: 8px;
  background: #ffffff;
}

.auto-benefit-grid p {
  margin: 0;
  color: #23313b;
  line-height: 1.35;
}

.auto-equipment-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 22px;
  background: #f0f1f5;
}

.auto-equipment-grid span::before {
  content: "✓";
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--brand);
  color: #ffffff;
  font-size: 12px;
}

.auto-tech-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.auto-tech-grid article {
  padding: 22px;
  background: #f0f1f5;
}

.auto-related-grid {
  display: flex;
  gap: 18px;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  padding: 0 0 12px;
  scroll-snap-type: x proximity;
  scrollbar-gutter: stable;
}

.auto-related-card {
  flex: 0 0 min(340px, 82vw);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #dde4e9;
  border-radius: 8px;
  background: #ffffff;
  color: #101820;
  scroll-snap-align: start;
  text-decoration: none;
}

.auto-related-image {
  display: block;
  padding: 18px;
  background: #e8f1f7;
}

.auto-related-image img {
  width: 100%;
  aspect-ratio: 1.35;
  display: block;
  object-fit: contain;
}

.auto-related-body {
  display: block;
  padding: 18px;
}

.auto-related-body > b {
  display: block;
  margin-bottom: 14px;
  color: #050607;
  font-size: 28px;
  line-height: 1;
}

.auto-related-spec {
  display: block;
  margin-bottom: 8px;
  color: #23313b;
  font-size: 13px;
  line-height: 1.35;
}

.auto-related-price {
  display: flex;
  gap: 9px;
  align-items: baseline;
  margin-top: 18px;
}

.auto-related-price strong {
  color: #050607;
  font-size: 20px;
  font-weight: 800;
}

.auto-related-price s {
  color: #8b949a;
  font-size: 14px;
  font-weight: 700;
}

.stock-location {
  display: grid;
  grid-template-columns: 15px 1fr;
  gap: 8px;
  color: #4a5963;
  font-size: 12px;
  line-height: 1.35;
}

.stock-location i {
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border: 2px solid var(--brand);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.stock-actions {
  display: flex;
  gap: 12px;
}

.stock-icon-btn {
  position: relative;
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  color: #101820;
}

.stock-icon-btn::before {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 26px;
  line-height: 1;
}

.stock-compare::before {
  content: "≖";
}

.stock-favorite::before {
  content: "♡";
  font-size: 30px;
}

.model-detail {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.model-detail > img {
  width: 100%;
  max-height: 430px;
  object-fit: contain;
}

.model-text-section {
  padding-top: 34px;
  padding-bottom: 34px;
  background: #ffffff;
}

.model-text-copy {
  max-width: 1120px;
  color: #151d23;
}

.model-text-copy h2 {
  margin: 0 0 16px;
  font-size: 28px;
  line-height: 1.2;
}

.model-text-copy h3 {
  margin: 28px 0 14px;
  font-size: 24px;
  line-height: 1.2;
}

.model-text-copy p {
  max-width: 1080px;
  margin: 0 0 12px;
  color: #202b33;
  font-size: 16px;
  line-height: 1.58;
}

.model-text-points {
  margin: 16px 0;
}

.model-text-points p {
  position: relative;
  padding-left: 18px;
}

.model-text-points p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ff7a1a;
}

.model-trim-table-section {
  background: #ffffff;
  padding-top: 42px;
}

.model-table-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.model-table-head h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 0.95;
}

.model-table-head > span {
  padding: 14px 18px;
  background: var(--green);
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.model-table-programs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-bottom: 22px;
}

.model-table-programs span {
  position: relative;
  min-height: 38px;
  padding-left: 70px;
  display: grid;
  align-content: center;
}

.model-table-programs button {
  position: absolute;
  left: 0;
  top: 50%;
  width: 54px;
  height: 30px;
  padding: 0;
  border: 2px solid #007f80;
  border-radius: 999px;
  transform: translateY(-50%);
  background: #007f80;
  cursor: pointer;
  box-shadow: 0 0 0 2px rgba(0, 127, 128, 0.1);
}

.model-table-programs button[aria-checked="false"] {
  background: #c9d0d4;
  border-color: #c9d0d4;
  box-shadow: none;
}

.model-table-programs i {
  display: block;
}

.model-table-programs i::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 4px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ffffff;
  transition: transform 0.18s ease;
}

.model-table-programs button[aria-checked="false"] i::after {
  transform: translateX(-24px);
}

.model-table-programs strong {
  font-size: 16px;
  text-transform: uppercase;
}

.model-table-programs small {
  color: var(--muted);
}

.model-trim-table {
  border-top: 1px solid var(--line);
}

.model-trim-header,
.model-trim-row summary {
  display: grid;
  grid-template-columns: minmax(260px, 1.8fr) 1fr 0.85fr 0.55fr 0.8fr 0.9fr 1fr 110px;
  align-items: center;
  gap: 14px;
}

.model-trim-header {
  min-height: 44px;
  padding: 0 12px;
  background: #545a5c;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.model-trim-row {
  border-bottom: 1px solid var(--line);
}

.model-trim-row summary {
  min-height: 58px;
  padding: 0 10px;
  cursor: pointer;
  list-style: none;
}

.model-trim-row summary::-webkit-details-marker {
  display: none;
}

.model-trim-name {
  position: relative;
  padding-left: 22px;
  font-weight: 900;
}

.model-trim-name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 9px;
  height: 9px;
  border-right: 1px solid #bb1634;
  border-bottom: 1px solid #bb1634;
  transform: translateY(-50%) rotate(-45deg);
}

.model-trim-row[open] .model-trim-name::before {
  transform: translateY(-65%) rotate(45deg);
}

.model-trim-buy {
  min-height: 40px;
  padding: 0 18px;
  justify-content: center;
  border-color: var(--green);
  color: var(--green);
  background: #ffffff;
}

.model-trim-mobile-old {
  display: none;
}

.model-trim-action {
  display: flex;
}

.model-trim-options {
  padding: 18px 12px 26px;
  background: #ffffff;
}

.model-trim-options h3 {
  margin: 0 0 20px;
  color: #7a7a7a;
  font-size: 18px;
  text-transform: uppercase;
}

.model-trim-options-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}

.model-configurator-section {
  padding-top: 34px;
  background: #ffffff;
}

.model-configurator {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: #12181d;
  color: #ffffff;
}

.model-configurator > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.model-configurator-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 10, 12, 0.88), rgba(6, 10, 12, 0.7)), rgba(0, 0, 0, 0.35);
}

.model-configurator-content {
  position: relative;
  z-index: 1;
  max-width: 980px;
  padding: 34px 30px;
}

.model-configurator h2 {
  margin: 0 0 18px;
  font-size: 30px;
  line-height: 1.05;
}

.model-configurator-title {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.model-configurator-title h2 {
  margin: 0;
}

.model-configurator-link {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-weight: 900;
}

.model-configurator-link span {
  width: 18px;
  height: 18px;
  display: inline-block;
  background:
    linear-gradient(#ffffff, #ffffff) 2px 4px / 14px 2px no-repeat,
    linear-gradient(#ffffff, #ffffff) 2px 12px / 14px 2px no-repeat,
    linear-gradient(#ffffff, #ffffff) 6px 0 / 2px 8px no-repeat,
    linear-gradient(#ffffff, #ffffff) 12px 10px / 2px 8px no-repeat;
}

.model-configurator-controls {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
}

.model-configurator-controls strong {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
}

.model-configurator-controls div div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.model-configurator-controls button {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  background: transparent;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.model-configurator-controls button.active {
  border-color: #ffffff;
  background: #ffffff;
  color: #101820;
}

.model-configurator-list {
  display: grid;
  gap: 12px;
}

.model-configurator-row {
  display: grid;
  grid-template-columns: 28px minmax(220px, 1fr) 210px 170px;
  align-items: center;
  gap: 16px;
  min-height: 54px;
  padding: 8px 12px;
  background: rgba(23, 19, 20, 0.9);
}

.model-configurator-row[hidden] {
  display: none;
}

.model-configurator-row input {
  width: 24px;
  height: 24px;
  margin: 0;
  accent-color: var(--brand);
}

.model-configurator-row span {
  font-weight: 900;
}

.model-configurator-row b {
  display: grid;
  gap: 2px;
  font-size: 14px;
}

.model-configurator-row small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
}

.model-configurator-row a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #101820;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.model-configurator-compare {
  min-width: 220px;
  min-height: 48px;
  margin-top: 16px;
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
  font: inherit;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.trim-compare-dialog {
  width: min(1120px, calc(100vw - 36px));
  max-height: calc(100vh - 36px);
  padding: 24px;
  border: 0;
  background: #ffffff;
  color: #101820;
}

.trim-compare-dialog::backdrop {
  background: rgba(7, 13, 18, 0.72);
}

.trim-compare-dialog h3 {
  margin: 0 48px 20px 0;
  font-size: 28px;
}

.trim-compare-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  background: #ffffff;
  color: #101820;
  font-size: 24px;
  cursor: pointer;
}

.price-trim-cards-section {
  background: #ffffff;
}

.price-trim-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  align-items: stretch;
}

.price-trim-card {
  display: grid;
  grid-template-rows: auto 174px 1fr;
  min-height: 470px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(16, 24, 32, 0.14);
}

.price-trim-card h3 {
  margin: 0;
  min-height: 50px;
  display: grid;
  place-items: center;
  padding: 10px 16px;
  background: #000000;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
}

.price-trim-media {
  display: grid;
  place-items: center;
  background: #ffffff;
}

.price-trim-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 22px 24px 12px;
}

.price-trim-body {
  display: grid;
  grid-template-rows: minmax(126px, 1fr) auto;
  padding: 18px 18px 16px;
}

.price-trim-body ul {
  max-height: 128px;
  margin: 0;
  padding: 0 12px 0 16px;
  overflow-y: auto;
  list-style: square;
  scrollbar-width: thin;
}

.price-trim-body li {
  margin: 0 0 11px;
  color: #46515b;
  font-size: 15px;
  line-height: 1.25;
}

.price-trim-body li::marker {
  color: #366bc1;
}

.price-trim-bottom {
  display: grid;
  gap: 14px;
  margin-top: 18px;
  text-align: center;
}

.price-trim-bottom span {
  display: inline;
  margin-right: 7px;
  color: #777777;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.price-trim-bottom strong {
  display: inline;
  max-width: none;
  color: #c71135;
  font-size: 22px;
  line-height: 1.05;
}

.price-trim-bottom s {
  display: block;
  margin-top: 5px;
  color: #71808a;
  font-size: 14px;
}

.price-trim-bottom a,
.price-trim-action {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #101820;
  border-radius: 0;
  background: #ffffff;
  color: #101820;
  font-weight: 900;
}

.price-trim-action {
  width: 100%;
  box-sizing: border-box;
  margin-right: 0;
  cursor: default;
  text-align: center;
  text-transform: uppercase;
}

.price-trim-card-static {
  position: relative;
}

.price-trim-card-static.is-active {
  border: 1px solid var(--brand-dark);
  box-shadow: 0 0 0 2px rgba(0, 125, 132, 0.16), 0 4px 14px rgba(16, 24, 32, 0.14);
}

.price-trim-card-static.is-active::after {
  content: "✓";
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--brand-dark);
  font-weight: 900;
  z-index: 2;
}

.price-trim-card-static.is-active .price-trim-action {
  border-color: var(--brand-dark);
  background: var(--brand-dark);
  color: #ffffff;
}

.model-trim-only-compare .model-spec-panel,
.trim-compare-dialog .model-spec-panel {
  display: block;
  border-top: 1px solid #c7d5e1;
}

.model-trim-only-compare h2 {
  margin-bottom: 24px;
}

.model-price-cta {
  background: #ffffff;
  padding: 16px 0 46px;
}

.model-price-cta .container {
  max-width: 1460px;
}

.model-price-cta h2 {
  margin: 0 0 10px;
  color: #101820;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: 0;
}

.model-price-cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  height: 360px;
  overflow: hidden;
  background: #eef1f2;
}

.model-price-cta-media {
  min-height: 0;
  background: #dfe5e7;
}

.model-price-cta-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.model-price-cta-form {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 18px 28px;
  background: #eef1f2;
  color: #101820;
}

.model-price-cta-form p {
  margin: 0;
  color: #101820;
  font-size: 12px;
  line-height: 1.12;
  font-weight: 800;
  text-transform: uppercase;
}

.model-price-cta-timer {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: -8px 0 2px;
}

.model-price-cta-timer span {
  display: grid;
  justify-items: center;
  gap: 2px;
}

.model-price-cta-timer strong {
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
}

.model-price-cta-timer small {
  font-size: 10px;
  line-height: 1;
}

.model-price-cta-form input[type="text"],
.model-price-cta-form input[type="tel"] {
  width: 100%;
  height: 36px;
  border: 1px solid #9aa4ab;
  border-radius: 3px;
  padding: 0 12px;
  background: #ffffff;
  color: #101820;
  font: inherit;
}

.model-price-cta-consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 8px;
  align-items: start;
  color: #101820;
  font-size: 11px;
  line-height: 1.35;
}

.model-price-cta-consent input {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: var(--brand);
}

.model-price-cta-consent a {
  color: inherit;
  text-decoration: underline;
}

.model-price-cta-form button {
  min-height: 36px;
  border: 0;
  border-radius: 4px;
  background: var(--accent);
  color: #101820;
  font-weight: 900;
  cursor: pointer;
}

.model-trim-options h4 {
  margin: 0 0 12px;
  text-transform: uppercase;
  font-size: 15px;
}

.model-trim-options ul {
  margin: 0;
  padding-left: 18px;
  color: #41484e;
  line-height: 1.65;
}

.model-color-stage-section {
  background: #ffffff;
  padding-top: 34px;
}

.model-color-stage {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background:
    radial-gradient(circle, rgba(16, 24, 32, 0.13) 1px, transparent 1px) 0 0 / 22px 22px,
    linear-gradient(105deg, #f7f5f0 0%, #f9f7f2 58%, #efe6d7 100%);
}

.model-color-stage::before {
  content: attr(data-color-backdrop);
  position: absolute;
  left: -18px;
  right: -18px;
  bottom: -0.15em;
  z-index: 0;
  color: rgba(16, 24, 32, 0.055);
  font-size: clamp(104px, 17vw, 190px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  pointer-events: none;
}

.model-color-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 58%, rgba(16, 24, 32, 0.035) 100%);
  pointer-events: none;
}

.model-color-stage > img {
  position: absolute;
  right: 5%;
  bottom: 4%;
  width: min(72%, 1060px);
  max-height: 78%;
  object-fit: contain;
  z-index: 2;
  filter: drop-shadow(0 32px 28px rgba(0, 0, 0, 0.28));
}

.model-color-panel {
  position: absolute;
  z-index: 3;
  left: 70px;
  bottom: 56px;
  width: 172px;
  padding: 20px;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.14);
}

.model-color-panel strong {
  display: block;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
}

.model-color-swatches {
  display: grid;
  grid-template-columns: repeat(3, 32px);
  gap: 12px;
  margin-top: 18px;
}

.model-color-swatches button {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: var(--swatch);
  border-radius: 3px;
  cursor: pointer;
  transition: box-shadow 0.18s ease, transform 0.18s ease;
}

.model-color-swatches button.active {
  transform: translate(-2px, -2px);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.18), 0 0 0 2px #ffffff, 0 0 0 3px rgba(0, 0, 0, 0.08);
}

.model-spec-compare-section {
  background: #ffffff;
  padding-top: 24px;
}

.model-spec-compare-section h2 {
  margin: 0 0 34px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.95;
}

.model-spec-compare-section h2 span {
  color: #25a8ff;
}

.model-spec-tabs {
  display: flex;
  align-items: flex-end;
  gap: 0;
  border-bottom: 1px solid #c7d5e1;
}

.model-spec-tabs button {
  min-height: 58px;
  padding: 0 28px;
  border: 1px solid transparent;
  border-bottom: 0;
  background: #ffffff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.model-spec-tabs button.active {
  border-color: #c7d5e1;
  border-bottom-color: #ffffff;
  margin-bottom: -1px;
}

.model-spec-panel {
  display: none;
  border: 1px solid #c7d5e1;
  border-top: 0;
  max-height: 640px;
  overflow: auto;
}

.model-spec-panel.active {
  display: block;
}

.model-spec-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding: 22px 28px;
  font-size: 18px;
}

.model-spec-checks input {
  accent-color: #1976d2;
}

.model-spec-table-wrap {
  min-width: 760px;
}

.model-spec-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.model-spec-table th,
.model-spec-table td {
  padding: 16px 24px;
  text-align: left;
  vertical-align: top;
}

.model-spec-table th {
  font-size: 18px;
}

.model-spec-table th:first-child,
.model-spec-table td:first-child {
  width: 260px;
}

.model-spec-table tr.shade {
  background: #e5f0f8;
}

.model-option-table td:not(:first-child),
.model-option-table th:not(:first-child) {
  text-align: center;
}

.model-option-table b {
  color: #ff6a21;
  font-size: 22px;
}

.model-option-groups {
  border-top: 1px solid #d8e0e6;
}

.model-option-group {
  border-bottom: 1px solid #d8e0e6;
}

.model-option-group summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 24px;
  list-style: none;
  background: #eef1f3;
  color: #2f4656;
  cursor: pointer;
}

.model-option-group summary::-webkit-details-marker {
  display: none;
}

.model-option-group summary span {
  font-weight: 700;
}

.model-option-group summary::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #8f979d;
  transition: transform 0.18s ease;
}

.model-option-group[open] summary::after {
  transform: rotate(180deg);
}

.model-option-group .model-spec-table-wrap {
  min-width: 760px;
  overflow-x: auto;
}

.model-spec-table [hidden] {
  display: none;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.feature-list span {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  font-weight: 800;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
}

.spec-table th,
.spec-table td {
  padding: 20px 24px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.spec-table th {
  width: 36%;
  color: #31414a;
  background: #f2f6f7;
}

.tth-head {
  display: flex;
  gap: 28px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 28px;
}

.tth-head h2 {
  margin-bottom: 8px;
  font-size: clamp(28px, 3vw, 42px);
}

.tth-note {
  margin: 0;
  color: var(--muted);
}

.trim-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.trim-switch a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid #a7bac3;
  border-radius: 5px;
  color: #1e333d;
  font-size: 13px;
  font-weight: 800;
}

.dimension-block {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 36px;
  align-items: center;
  margin-bottom: 28px;
}

.dimension-visuals {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 16px;
}

.dimension-car {
  position: relative;
  min-height: 320px;
  display: grid;
  place-items: center;
  padding: 34px 46px 58px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #f7fafb, #ffffff);
}

.dimension-face-grid {
  display: grid;
  gap: 16px;
}

.dimension-face-grid figure {
  min-height: 152px;
  margin: 0;
  display: grid;
  place-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #f7fafb, #ffffff);
}

.dimension-face-grid img {
  width: 100%;
  height: 112px;
  object-fit: cover;
  border-radius: 4px;
}

.dimension-face-grid figcaption {
  margin-top: 8px;
  color: #53636b;
  font-size: 12px;
  font-weight: 800;
}

.dimension-car img {
  width: min(780px, 100%);
  max-height: 250px;
  object-fit: contain;
}

.dim-line {
  position: absolute;
  color: #53636b;
  font-size: 12px;
  font-weight: 800;
}

.dim-length {
  left: 12%;
  right: 12%;
  bottom: 30px;
  padding-top: 8px;
  border-top: 1px solid #87949b;
  text-align: center;
}

.dim-height {
  top: 18%;
  right: 28px;
  writing-mode: vertical-rl;
}

.dimension-summary {
  padding: 26px;
  border-radius: var(--radius);
  background: #eef2f3;
}

.dimension-summary p {
  margin: 0 0 14px;
  color: #31414a;
  font-size: 15px;
}

.dimension-summary p:last-child {
  margin-bottom: 0;
}

.tth-controls {
  display: flex;
  justify-content: flex-end;
  gap: 22px;
  margin-bottom: 16px;
  color: #53636b;
  font-size: 13px;
}

.plain-control {
  border: 0;
  background: transparent;
  color: var(--brand-dark);
  font: inherit;
  cursor: pointer;
}

.accordion-specs {
  border-top: 1px solid var(--line);
}

.accordion-specs details {
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.accordion-specs summary {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: #101820;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.accordion-specs summary::after {
  content: "⌄";
  color: #52626a;
  font-size: 20px;
}

.accordion-specs details[open] summary::after {
  transform: rotate(180deg);
}

.accordion-specs .spec-table {
  border: 0;
  border-radius: 0;
}

.accordion-specs .spec-table th,
.accordion-specs .spec-table td {
  padding: 12px 16px;
  font-size: 14px;
}

.color-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.color-landing-hero {
  min-height: 560px;
  display: grid;
  align-items: center;
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle, rgba(16, 24, 32, 0.13) 1px, transparent 1px) 0 0 / 22px 22px,
    linear-gradient(105deg, #f7f5f0 0%, #f9f7f2 58%, #efe6d7 100%);
  color: var(--ink);
}

.color-landing-hero::before {
  content: attr(data-color-backdrop);
  position: absolute;
  left: -18px;
  right: -18px;
  bottom: -0.15em;
  z-index: 0;
  color: rgba(16, 24, 32, 0.055);
  font-size: clamp(104px, 17vw, 190px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  pointer-events: none;
}

.color-landing-hero-inner {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 40px;
  align-items: center;
  padding: 62px 0;
  position: relative;
  z-index: 1;
}

.color-landing-copy {
  position: relative;
  z-index: 1;
}

.color-landing-copy h1 {
  max-width: 820px;
  margin-bottom: 18px;
  color: #101820;
}

.color-landing-copy p:not(.eyebrow) {
  max-width: 680px;
  color: #26333d;
  font-size: 20px;
  line-height: 1.45;
}

.color-landing-copy .model-hero-prices,
.color-landing-copy .model-hero-benefit {
  color: #101820;
}

.color-landing-copy .model-hero-credit,
.color-landing-copy .model-hero-credit strong,
.color-landing-copy .model-hero-benefit strong {
  color: #8d969d;
}

.color-landing-copy .btn-secondary {
  color: #101820;
  border-color: #101820;
  background: rgba(255, 255, 255, 0.38);
}

.color-landing-copy .model-hero-note {
  display: block;
  margin-top: 18px;
  color: #52606a;
}

.color-landing-hero img {
  width: 100%;
  max-height: 430px;
  object-fit: contain;
  filter: drop-shadow(0 26px 28px rgba(10, 20, 28, 0.16));
}

.color-other-section {
  background: #ffffff;
}

.color-stock-section {
  background: #f3f6f8;
}

.color-card {
  position: relative;
  display: block;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
}

.color-card.is-active {
  border-color: var(--brand-dark);
  box-shadow: 0 0 0 2px rgba(0, 125, 132, 0.16);
}

.color-card.is-active::after {
  content: "✓";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--brand-dark);
  font-weight: 900;
}

.color-card img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  margin-bottom: 14px;
  background: #f2f6f7;
}

.color-card span {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 800;
}

.color-card b {
  margin-left: auto;
  color: var(--brand-dark);
  font-size: 14px;
}

.color-card i {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(16, 24, 32, 0.2);
  border-radius: 50%;
}

.credit-layout {
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 24px;
  align-items: start;
}

.calc-card {
  display: grid;
  gap: 18px;
  padding: 28px;
  border-radius: var(--radius);
  background: var(--graphite);
  color: #ffffff;
}

.calc-card label {
  display: grid;
  gap: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.calc-card label::after {
  content: attr(data-value);
  color: #ffffff;
  font-weight: 800;
}

.calc-card input {
  width: 100%;
  accent-color: var(--accent);
}

.calc-result {
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 30px;
}

.calc-card small {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.4;
}

.credit-program {
  width: 100%;
  color: #050607;
}

.credit-car-select,
.credit-conditions,
.credit-banks,
.borrower-terms {
  padding: 46px 0 38px;
  background: #f3f4f5;
}

.credit-car-select {
  padding-bottom: 10px;
}

.car-select-grid {
  width: min(760px, 100%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 0 auto 22px;
}

.car-select-grid label {
  display: grid;
  gap: 8px;
  color: #111820;
  font-size: 13px;
  font-weight: 800;
}

.car-select-grid select {
  min-height: 48px;
  border: 1px solid #8a969d;
  padding: 0 14px;
  background: #ffffff;
  color: #050607;
  font: inherit;
  font-size: 17px;
  font-weight: 900;
}

.credit-title {
  margin-bottom: 42px;
  text-align: center;
}

.credit-title h2,
.borrower-terms h2 {
  margin-bottom: 10px;
  color: #050607;
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 900;
  text-transform: uppercase;
}

.credit-title p,
.borrower-terms p {
  color: #5c6870;
  font-size: 14px;
}

.credit-condition-grid {
  display: grid;
  grid-template-columns: 290px 1fr 310px;
  gap: 48px;
  align-items: center;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.credit-left,
.credit-right {
  display: grid;
  gap: 26px;
}

.credit-input-label {
  display: grid;
  gap: 8px;
  color: #111820;
  font-size: 13px;
  font-weight: 700;
}

.credit-input-label input {
  width: 100%;
  min-height: 48px;
  border: 1px solid #7f8a91;
  padding: 0 16px;
  background: #ffffff;
  color: #050607;
  font: inherit;
  font-size: 18px;
  font-weight: 900;
}

.credit-years span {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
}

.credit-years div {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  border: 1px solid #9ca6ac;
}

.credit-years button {
  min-height: 42px;
  border: 0;
  border-right: 1px solid #c3cbd0;
  background: #ffffff;
  color: #050607;
  font-weight: 800;
  cursor: pointer;
}

.credit-years button:last-child {
  border-right: 0;
}

.credit-years button.active {
  background: #087bbf;
  color: #ffffff;
}

.credit-ring {
  --p: 70;
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  cursor: pointer;
  background: transparent;
}

.speed-svg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.speed-outer,
.speed-track,
.speed-fill {
  fill: none;
  vector-effect: non-scaling-stroke;
}

.speed-outer {
  stroke: #dde2e5;
  stroke-width: 4;
  stroke-linecap: square;
}

.speed-track {
  stroke: #dfe4e7;
  stroke-width: 17;
  stroke-linecap: butt;
}

.speed-fill {
  stroke: #08a9e5;
  stroke-width: 17;
  stroke-linecap: butt;
  stroke-dasharray: var(--p) 100;
  transition: stroke-dasharray 0.18s ease;
}

.speed-tick {
  stroke: #e2e6e9;
  stroke-width: 2.2;
  stroke-linecap: square;
}

.speed-tick.active {
  stroke: #08a9e5;
}

.speed-tick.major {
  stroke: #050607;
  stroke-width: 4.2;
}

.ring-knob {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(17, 24, 32, 0.2);
  transform:
    rotate(calc(135deg + (var(--p) * 2.7deg)))
    translate(82px)
    rotate(calc(-135deg - (var(--p) * 2.7deg)))
    translate(-50%, -50%);
  transform-origin: 0 0;
  pointer-events: none;
}

.credit-percent {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.ring-core {
  position: relative;
  width: 148px;
  height: 148px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f3f4f5;
  z-index: 2;
}

.ring-core strong {
  color: #08a9e5;
  font-size: 48px;
}

.ring-core small {
  position: absolute;
  bottom: -52px;
  color: #111820;
  font-size: 13px;
  font-weight: 500;
}

.ring-min,
.ring-max {
  position: absolute;
  bottom: 18px;
  color: #111820;
  font-size: 18px;
  z-index: 2;
}

.ring-min {
  left: 84px;
}

.ring-max {
  right: 78px;
}

.credit-right > span {
  color: #111820;
  font-size: 13px;
  font-weight: 700;
}

.credit-price {
  margin-top: -22px;
  color: #08a9e5;
  font-size: 28px;
}

.balloon-toggle {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
}

.balloon-toggle input {
  display: none;
}

.balloon-toggle span {
  width: 42px;
  height: 22px;
  position: relative;
  border-radius: 999px;
  background: #bcc6cc;
}

.balloon-toggle span::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffffff;
  transition: transform 0.2s ease;
}

.balloon-toggle input:checked + span {
  background: #087bbf;
}

.balloon-toggle input:checked + span::after {
  transform: translateX(20px);
}

.credit-banks {
  padding-top: 34px;
}

.bank-table {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.bank-head,
.bank-row {
  display: grid;
  grid-template-columns: 1fr 150px 190px 190px;
  gap: 18px;
  align-items: center;
}

.bank-head {
  padding: 0 18px 12px;
  color: #5c6870;
  font-size: 12px;
}

.bank-row {
  min-height: 72px;
  margin-bottom: 8px;
  padding: 0 18px;
  background: #ffffff;
  box-shadow: 0 1px 8px rgba(16, 24, 32, 0.06);
  cursor: pointer;
}

.bank-row span {
  color: #050607;
  font-size: 22px;
  font-weight: 900;
}

.bank-row strong {
  text-align: right;
  color: #050607;
  font-size: 28px;
}

.bank-row b {
  color: #08a9e5;
  font-size: 28px;
}

.bank-row a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--brand);
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
}

.bank-row input,
.bank-submit {
  display: none;
}

.credit-offer-form {
  width: min(1240px, 100%);
  margin: 46px auto 0;
  padding: 0;
  background: transparent;
  color: var(--ink);
}

.credit-offer-form h3 {
  margin: 0 0 18px;
  color: #20252d;
  font-size: clamp(18px, 1.7vw, 27px);
  font-weight: 700;
  line-height: 1.18;
  white-space: nowrap;
}

.credit-offer-form h3 span {
  color: #08a9e5;
}

.credit-offer-fields {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(220px, 1fr) minmax(240px, 0.95fr);
  gap: 16px;
  align-items: center;
}

.credit-offer-fields input[type="text"],
.credit-offer-fields input[type="tel"] {
  width: 100%;
  min-height: 70px;
  border: 1px solid #aeb7bd;
  border-radius: 4px;
  padding: 0 24px;
  background: #ffffff;
  color: #050607;
  font: inherit;
  font-size: 25px;
}

.credit-offer-fields button {
  min-height: 70px;
  border: 0;
  border-radius: 4px;
  background: #08bfe3;
  color: #ffffff;
  font: inherit;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
}

.credit-offer-fields button::after {
  content: none;
}

.credit-offer-form p {
  max-width: 560px;
  margin: 22px 0 0;
  color: #26333d;
  font-size: 18px;
  line-height: 1.35;
}

.credit-offer-form p a {
  color: #087bbf;
  text-decoration: underline;
}

.borrower-terms,
.credit-steps,
.credit-seo {
  width: min(1240px, 100%);
  margin: 0 auto;
}

.credit-info-head {
  margin-bottom: 46px;
  text-align: center;
}

.credit-info-head h2 {
  margin: 0;
  color: #050607;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 900;
  line-height: 1.08;
  text-transform: none;
}

.credit-info-head h2::after {
  content: "";
  display: block;
  width: 160px;
  height: 4px;
  margin: 34px auto 28px;
  background: #08a9e5;
}

.credit-info-head p {
  margin: 0;
  color: #5c6870;
  font-size: 25px;
}

.credit-info-tablist {
  width: fit-content;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 0 auto;
  border: 1px solid #cfd7dd;
  border-radius: 10px;
  background: #f5f8fa;
}

.credit-info-tablist button {
  min-height: 76px;
  padding: 0 44px;
  border: 0;
  border-right: 1px solid #cfd7dd;
  background: transparent;
  color: #5c6870;
  font-size: 26px;
  cursor: pointer;
}

.credit-info-tablist button:last-child {
  border-right: 0;
}

.credit-info-tablist button.active {
  background: #ffffff;
  color: #007f92;
  box-shadow: inset 0 0 0 4px #08a9e5;
}

.credit-tab-panel {
  display: none;
  grid-template-columns: minmax(180px, 0.7fr) minmax(0, 1.6fr);
  gap: 70px;
  margin-top: 70px;
  color: #26333d;
}

.credit-tab-panel.active {
  display: grid;
}

.credit-tab-label {
  color: #657487;
  font-size: 28px;
}

.credit-dash-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #26333d;
  font-size: 25px;
  line-height: 1.35;
}

.credit-dash-list li {
  position: relative;
  margin-bottom: 26px;
  padding-left: 54px;
}

.credit-dash-list li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 24px;
  height: 2px;
  background: #26333d;
}

.credit-faq-list {
  grid-column: 1 / -1;
  display: grid;
  gap: 14px;
}

.credit-faq-list details {
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(16, 24, 32, 0.05);
}

.credit-faq-list summary {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 32px;
  color: #26333d;
  font-size: 25px;
  font-weight: 700;
  cursor: pointer;
}

.credit-faq-list summary::-webkit-details-marker {
  display: none;
}

.credit-faq-list summary::after {
  content: "+";
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border: 2px solid #050607;
  border-radius: 50%;
  font-size: 24px;
  line-height: 1;
}

.credit-faq-list details[open] summary::after {
  content: "-";
}

.credit-faq-list p {
  margin: -6px 32px 28px;
  color: #4c5a64;
  font-size: 18px;
  line-height: 1.6;
}

.credit-steps {
  padding-top: 80px;
}

.credit-steps h2,
.credit-seo h2 {
  color: #050607;
  font-size: clamp(34px, 4vw, 56px);
  text-align: center;
}

.credit-step-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  margin-top: 56px;
}

.credit-step-line article {
  position: relative;
  min-height: 230px;
  padding: 34px 28px;
  border: 1px solid #d9e1e6;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(16, 24, 32, 0.06);
}

.credit-step-line span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #c6d4df;
  color: #ffffff;
  font-size: 30px;
  font-weight: 900;
}

.credit-step-line h3 {
  margin: 28px 0 12px;
  color: #050607;
  font-size: 22px;
}

.credit-step-line p,
.credit-seo p {
  color: #4c5a64;
  line-height: 1.65;
}

.credit-seo {
  padding-top: 80px;
}

.credit-seo h2 {
  text-align: left;
}

.credit-seo p {
  max-width: 1040px;
  font-size: 18px;
}

.credit-program-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 30px;
}

.credit-program-card-grid .home-offer-card {
  min-height: 0;
}

.credit-program-card-grid .home-offer-card img {
  height: 260px;
}

.credit-installment-page {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.credit-installment-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: 34px;
  align-items: center;
  margin-bottom: 54px;
}

.credit-installment-copy img {
  width: 100%;
  display: block;
  border: 1px solid #d8dee2;
  object-fit: cover;
}

.credit-installment-page h2 {
  margin: 0 0 18px;
  color: #101820;
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1.08;
}

.credit-installment-page p {
  color: #34424b;
  font-size: 18px;
  line-height: 1.65;
}

.credit-installment-text {
  max-width: 920px;
}

.credit-installment-text h2 {
  margin-top: 44px;
}

.credit-installment-disclaimer {
  margin-top: 38px;
  padding: 24px 28px;
  border-left: 4px solid var(--brand);
  background: #eef3f5;
  color: #5d6870;
  font-size: 16px;
}

.credit-installment-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

@media (max-width: 760px) {
  .credit-installment-copy {
    grid-template-columns: 1fr;
  }

  .credit-installment-actions .btn {
    width: 100%;
  }
}

.trade-page {
  display: grid;
  gap: 86px;
}

.trade-policy {
  overflow: hidden;
  padding: 56px 0 34px;
  background: #f3f4f5;
}

.trade-policy-copy {
  width: min(980px, 100%);
  margin: 0 auto 56px;
}

.trade-policy h2,
.trade-quiz h2,
.trade-conditions h2,
.trade-info-split h2 {
  color: #050607;
  font-size: clamp(38px, 4vw, 62px);
  font-weight: 900;
  line-height: 1.08;
}

.trade-policy-copy p {
  max-width: 860px;
  color: #4c5a64;
  font-size: 18px;
  line-height: 1.65;
}

.trade-benefit-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(280px, 1fr));
  gap: 24px;
  overflow-x: auto;
  padding: 0 0 16px;
}

.trade-benefit-card {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-radius: 8px;
  background: #ffffff;
}

.trade-benefit-card h3 {
  margin: 0 0 24px;
  color: #050607;
  font-size: 38px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.trade-benefit-head,
.trade-benefit-line {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  border-top: 1px solid #dce3e7;
  padding: 14px 0;
}

.trade-benefit-head {
  color: #7a858c;
}

.trade-benefit-line b {
  color: #050607;
}

.trade-benefit-line span {
  white-space: nowrap;
}

.trade-benefit-card a,
.trade-quiz-actions button {
  width: fit-content;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  gap: 28px;
  margin-top: auto;
  border: 0;
  border-radius: 4px;
  padding: 0 24px;
  background: #20252d;
  color: #ffffff;
  font-weight: 900;
  cursor: pointer;
}

.trade-quiz {
  padding: 20px 0 0;
}

.trade-quiz h2 {
  margin-bottom: 70px;
  text-align: center;
  text-transform: uppercase;
}

.trade-steps-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid #cbd3d8;
}

.trade-steps-nav button {
  min-height: 58px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: #a9b1b6;
  font-size: 18px;
  cursor: pointer;
}

.trade-steps-nav button.active {
  border-bottom-color: #050607;
  color: #050607;
}

.trade-quiz-form {
  padding-top: 52px;
}

.trade-step {
  display: none;
}

.trade-step.active {
  display: block;
}

.trade-question {
  margin: 0 0 34px;
  color: #4c5a64;
  font-size: 22px;
  line-height: 1.45;
}

.trade-option-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.trade-option-card,
.trade-model-card {
  position: relative;
  display: block;
  border: 1px solid #c9d1d6;
  border-radius: 4px;
  background: #ffffff;
  cursor: pointer;
}

.trade-option-card {
  min-height: 260px;
  padding: 38px 36px;
}

.trade-option-card input,
.trade-model-card input,
.trade-trim-choice input {
  position: absolute;
  opacity: 0;
}

.trade-option-card > span {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 18px;
  border: 2px solid #c5ccd1;
  border-radius: 50%;
  vertical-align: middle;
}

.trade-option-card input:checked + span,
.trade-model-card:has(input:checked),
.trade-trim-choice label:has(input:checked) {
  border-color: #050607;
}

.trade-option-card input:checked + span {
  box-shadow: inset 0 0 0 8px #ffffff;
  background: #050607;
}

.trade-option-card strong {
  color: #050607;
  font-size: 23px;
  font-weight: 500;
  text-transform: uppercase;
  vertical-align: middle;
}

.trade-option-card p {
  margin: 34px 0 0;
  color: #5c6870;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.35;
}

.trade-model-choice {
  display: grid;
  grid-template-columns: minmax(280px, 420px) 1fr;
  gap: 36px;
}

.trade-model-list {
  max-height: 520px;
  overflow-y: auto;
  padding-right: 12px;
}

.trade-model-card {
  margin-bottom: 18px;
  padding: 20px;
  text-align: center;
}

.trade-model-card img {
  width: 100%;
  height: 180px;
  object-fit: contain;
}

.trade-model-card strong {
  display: block;
  margin-top: 12px;
  color: #050607;
  font-size: 22px;
}

.trade-trim-choice {
  min-height: 460px;
  padding: 28px;
  background: #ffffff;
}

.trade-trim-choice > div,
.trade-trim-choice label {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid #e1e6e9;
  padding: 16px 0;
}

.trade-trim-choice > div {
  grid-template-columns: 1fr auto;
  color: #7a858c;
}

.trade-trim-choice label::before {
  content: "";
  width: 22px;
  height: 22px;
  border: 1px solid #c5ccd1;
  border-radius: 50%;
}

.trade-trim-choice label:has(input:checked)::before {
  border: 7px solid #050607;
}

.trade-trim-choice strong {
  color: #050607;
  font-size: 20px;
}

.trade-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.trade-contact-grid label {
  display: grid;
  gap: 10px;
  color: #050607;
  font-size: 15px;
}

.trade-contact-grid input {
  min-height: 48px;
  border: 1px solid #c5ccd1;
  padding: 0 16px;
  font: inherit;
}

.trade-consent {
  display: flex;
  gap: 12px;
  margin-top: 28px;
  color: #26333d;
  line-height: 1.5;
}

.trade-consent input {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.trade-quiz-actions {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  margin-top: 38px;
}

.trade-prev {
  background: #eef3f6 !important;
  color: #050607 !important;
}

.trade-submit {
  display: none !important;
  background: var(--brand) !important;
}

.trade-quiz.is-final .trade-next {
  display: none;
}

.trade-quiz.is-final .trade-submit {
  display: inline-flex !important;
}

.trade-conditions,
.trade-info-split {
  padding-top: 12px;
}

.trade-condition-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 34px;
}

.trade-condition-grid article {
  min-height: 300px;
  border: 1px solid #cfd7dd;
  border-radius: 8px;
  padding: 34px 28px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(16, 24, 32, 0.05);
}

.trade-condition-grid span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #c6d4df;
  color: #ffffff;
  font-size: 30px;
  font-weight: 900;
}

.trade-condition-grid h3 {
  margin: 28px 0 12px;
  color: #050607;
  font-size: 22px;
  line-height: 1.15;
}

.trade-condition-grid p {
  margin: 0;
  color: #4c5a64;
  font-size: 18px;
  line-height: 1.55;
}

.trade-info-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.trade-info-split img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 4px;
}

.trade-info-split ol,
.trade-info-split ul,
.trade-info-split p {
  color: #4c5a64;
  font-size: 18px;
  line-height: 1.55;
}

.trade-info-split h3 {
  margin-top: 26px;
  color: #26333d;
  text-transform: uppercase;
}

.dealer-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.dealer-finder {
  padding: 0;
}

.dealer-finder-head {
  max-width: 980px;
  margin-bottom: 32px;
}

.dealer-finder-head h2 {
  margin: 0 0 16px;
  font-size: clamp(40px, 6vw, 76px);
  line-height: 0.95;
}

.dealer-finder-head p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.dealer-finder-layout {
  min-height: 640px;
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  border: 1px solid var(--line);
  background: #ffffff;
}

.dealer-finder-layout-compact {
  min-height: 520px;
}

.dealer-finder-list {
  max-height: 640px;
  overflow-y: auto;
  border-right: 1px solid var(--line);
  background: #ffffff;
}

.dealer-finder-card {
  width: 100%;
  display: grid;
  gap: 8px;
  padding: 22px 20px;
  border: 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  text-align: left;
  background: #ffffff;
  cursor: pointer;
}

.dealer-finder-card:hover,
.dealer-finder-card.active {
  background: #eef6f5;
}

.dealer-finder-card strong {
  font-size: 18px;
  line-height: 1.2;
}

.dealer-card-title {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.dealer-list-number {
  flex: 0 0 auto;
  min-width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #ffffff;
  background: var(--brand-dark);
  font-weight: 800;
}

.dealer-finder-card span {
  color: #344955;
  line-height: 1.35;
}

.dealer-finder-card small {
  color: var(--muted);
  font-size: 14px;
}

.dealer-rating {
  color: var(--brand-dark);
  font-weight: 800;
}

.dealer-map-panel {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  background: #dfead9;
}

.dealer-map-panel iframe {
  width: 100%;
  height: 100%;
  min-height: 640px;
  border: 0;
  filter: saturate(0.95);
  pointer-events: none;
}

.dealer-finder-layout-compact .dealer-map-panel,
.dealer-finder-layout-compact .dealer-map-panel iframe {
  min-height: 520px;
}

.dealer-map-pins {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.dealer-map-pin {
  position: absolute;
  width: 34px;
  height: 34px;
  transform: translate(-50%, -50%);
  border: 3px solid #ffffff;
  border-radius: 999px;
  color: #ffffff;
  background: var(--brand-dark);
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  pointer-events: auto;
}

.dealer-map-pin.active,
.dealer-map-pin:hover {
  background: var(--brand);
  transform: translate(-50%, -50%) scale(1.18);
}

.dealer-map-caption {
  position: absolute;
  left: 24px;
  bottom: 24px;
  width: min(420px, calc(100% - 48px));
  padding: 18px 20px;
  border: 1px solid rgba(16, 24, 32, 0.12);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.dealer-map-caption strong,
.dealer-map-caption span {
  display: block;
}

.dealer-map-caption strong {
  margin-bottom: 6px;
  font-size: 19px;
}

.dealer-map-caption span {
  color: var(--muted);
  line-height: 1.4;
}

.home-dealer-head {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: flex-end;
  margin-bottom: 30px;
}

.home-dealer-head > div {
  max-width: 860px;
}

.home-dealer-head h2 {
  margin: 0 0 14px;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1;
}

.home-dealer-head p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.reviews-section {
  padding: 6px 0 10px;
}

.reviews-top {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  align-items: center;
  margin-bottom: 38px;
}

.reviews-top h2 {
  margin-bottom: 0;
  color: #050607;
  font-size: clamp(42px, 4.6vw, 72px);
  font-weight: 400;
}

.reviews-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 74px;
}

.review-card {
  padding: 0;
  border: 0;
  background: transparent;
}

.review-author {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
}

.review-author span {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border: 3px solid #1687d9;
  border-radius: 50%;
  color: #050607;
  font-size: 34px;
}

.review-author strong,
.review-author time {
  display: block;
}

.review-author strong {
  color: #050607;
  font-size: 30px;
  line-height: 1.05;
}

.review-author time,
.review-path {
  color: #2f2f2f;
  font-size: 20px;
}

.review-path {
  margin-bottom: 12px;
  color: #1687d9;
}

.review-rating {
  margin-bottom: 14px;
  color: #ffbe16;
  font-size: 20px;
  letter-spacing: 1px;
}

.review-card p {
  margin-bottom: 12px;
  color: #101820;
  font-size: 22px;
  line-height: 1.25;
}

.review-card a {
  color: #1687d9;
  font-size: 22px;
}

.model-reviews-page {
  display: grid;
  gap: 34px;
}

.model-review-summary {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 26px;
  align-items: stretch;
}

.model-review-photo {
  min-height: 420px;
  overflow: hidden;
  border-radius: 8px;
  background: #eef2f4;
}

.model-review-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.model-review-score-card {
  display: grid;
  align-content: start;
  gap: 22px;
  padding: 28px;
  border-radius: 8px;
  background: #f3f5f6;
}

.model-review-score-card h2 {
  margin: 0;
  color: #050607;
  font-size: 30px;
  line-height: 1.15;
}

.model-review-score-main {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 4px 16px;
  align-items: center;
}

.model-review-score-main span {
  grid-row: span 2;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border: 4px solid #27c06a;
  border-radius: 50%;
  background: #ffffff;
  color: #050607;
  font-size: 22px;
  font-weight: 900;
}

.model-review-score-main strong {
  color: #050607;
  font-size: 26px;
}

.model-review-score-main small {
  color: #5f6b73;
  font-size: 15px;
}

.model-review-bars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
}

.model-review-bars div {
  display: grid;
  gap: 5px;
}

.model-review-bars span,
.model-review-pros-cons small {
  color: #626b73;
}

.model-review-bars b {
  color: #ff9b00;
  letter-spacing: 2px;
  font-size: 18px;
}

.model-review-pros-cons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.model-review-pros-cons div {
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid #dce4e9;
  background: #ffffff;
}

.model-review-score-card > a {
  color: #006dff;
  font-weight: 800;
}

.model-owner-reviews {
  display: grid;
  gap: 18px;
}

.model-owner-review {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 26px;
  align-items: start;
}

.model-owner-review aside {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding-top: 8px;
  text-align: center;
}

.model-owner-review aside span {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #c8e8b0;
  color: #ffffff;
  font-size: 26px;
  font-weight: 900;
}

.model-owner-review aside strong {
  color: #050607;
}

.model-owner-review aside small,
.model-owner-review aside em {
  color: #59656d;
  font-style: normal;
  font-size: 13px;
}

.model-owner-review-body {
  position: relative;
  padding: 26px;
  border-radius: 7px;
  background: #f3f3f5;
}

.model-owner-review-body::before {
  content: "";
  position: absolute;
  top: 22px;
  left: -18px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 18px solid #f3f3f5;
}

.model-owner-rating {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.model-owner-rating b {
  min-width: 44px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #d62963;
  color: #ffffff;
  font-size: 18px;
}

.model-owner-rating time {
  color: #59656d;
}

.model-owner-review h3 {
  margin: 0 0 14px;
  color: #050607;
  font-size: 20px;
}

.model-owner-review p {
  margin: 0 0 14px;
  color: #303941;
  font-size: 17px;
  line-height: 1.55;
}

.model-owner-review-foot {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.model-owner-review-foot span {
  min-height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid #dce4e9;
  border-radius: 4px;
  background: #ffffff;
  color: #26333b;
}

.other-model-reviews {
  display: grid;
  gap: 22px;
  padding-top: 22px;
}

.other-model-reviews h2 {
  margin: 0;
  color: #1c252c;
  font-size: 32px;
}

.other-model-review-card {
  color: inherit;
}

.general-review-featured {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding: 22px;
  background: #00172c;
}

.general-review-featured-card {
  display: grid;
  gap: 10px;
  color: #ffffff;
  text-decoration: none;
}

.general-review-featured-card img {
  width: 100%;
  aspect-ratio: 16 / 7.2;
  object-fit: cover;
  background: #dfe7ec;
}

.general-review-featured-card span {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-top: -54px;
  padding-left: 8px;
  position: relative;
  z-index: 1;
  font-style: italic;
  font-weight: 900;
  line-height: 0.9;
}

.general-review-featured-card span b {
  color: #ffffff;
  font-size: clamp(46px, 5vw, 70px);
}

.general-review-featured-card span em {
  color: #18d6df;
  font-size: clamp(32px, 3.6vw, 48px);
  font-style: inherit;
}

.general-review-featured-card small {
  color: #18d6df;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}

.general-review-featured-card strong {
  max-width: 96%;
  color: #ffffff;
  font-size: clamp(22px, 2vw, 34px);
  line-height: 1.15;
}

.general-reviews-intro {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: flex-end;
}

.general-reviews-intro > div {
  max-width: 920px;
}

.general-reviews-intro h2 {
  margin: 0 0 14px;
  color: #050607;
  font-size: clamp(44px, 5vw, 76px);
  line-height: 0.98;
}

.general-reviews-intro p:not(.eyebrow) {
  margin: 0;
  color: #4c5a64;
  font-size: 18px;
  line-height: 1.5;
}

.general-owner-reviews {
  gap: 28px;
}

@media (max-width: 900px) {
  .general-review-featured {
    grid-template-columns: 1fr;
  }

  .general-reviews-intro {
    display: grid;
  }

  .model-review-summary,
  .model-owner-review {
    grid-template-columns: 1fr;
  }

  .model-review-photo {
    min-height: 300px;
  }

  .model-owner-review aside {
    justify-items: start;
    grid-template-columns: 56px 1fr;
    text-align: left;
  }

  .model-owner-review aside span {
    grid-row: span 3;
  }

  .model-owner-review-body::before {
    display: none;
  }
}

@media (max-width: 640px) {
  .model-review-score-card {
    padding: 20px;
  }

  .model-review-bars,
  .model-review-pros-cons,
  .model-owner-review-foot {
    grid-template-columns: 1fr;
  }

  .model-owner-review-body {
    padding: 20px;
  }
}

.stock-price s {
  display: block;
  color: #87949b;
  font-size: 14px;
}

.offer-band {
  background: var(--graphite);
  color: #ffffff;
}

.offer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 18px;
}

.offer-card {
  min-height: 300px;
  padding: 32px;
  background: #202c31;
  border-color: rgba(255, 255, 255, 0.12);
}

.offer-card span {
  display: inline-flex;
  margin-bottom: 70px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(215, 255, 67, 0.14);
  color: var(--accent);
  font-weight: 800;
}

.offer-card p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
}

.primary-offer {
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
}

.offers-page,
.benefit-section,
.light-offers {
  background: #ffffff;
}

.offers-page h2,
.light-offers h2 {
  margin-bottom: 28px;
  color: #101820;
  font-size: clamp(30px, 3.4vw, 48px);
}

.promo-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.promo-news-card {
  display: grid;
  gap: 22px;
}

.promo-news-card img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
  background: #eef2f3;
}

.promo-news-card h3 {
  margin-bottom: 14px;
  color: #050607;
  font-size: 28px;
  font-weight: 400;
}

.promo-news-card p {
  min-height: 74px;
  color: #5d6870;
  font-size: 18px;
  line-height: 1.45;
}

.promo-news-card time {
  color: #a1a8ad;
  font-size: 17px;
}

.benefit-section {
  padding-top: 32px;
}

.benefit-models {
  display: grid;
  gap: 60px;
}

.benefit-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border-radius: var(--radius);
  background: #f2f4f5;
}

.benefit-card > img {
  width: 100%;
  height: 100%;
  min-height: 405px;
  object-fit: cover;
}

.benefit-content {
  padding: 54px 60px;
}

.benefit-content h3 {
  margin-bottom: 24px;
  color: #050607;
  font-size: 48px;
  font-style: italic;
  font-weight: 900;
}

.benefit-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 30px;
}

.benefit-tabs button {
  border: 0;
  background: transparent;
  padding-bottom: 8px;
  border-bottom: 1px solid #9ca8ae;
  color: #61707a;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.benefit-tabs .active {
  color: #050607;
  border-bottom-color: #050607;
}

.benefit-values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 28px;
}

.benefit-values div {
  min-height: 86px;
  padding: 18px;
  background: #ffffff;
  border-radius: 4px;
}

.benefit-values div:last-child {
  grid-column: span 2;
}

.benefit-values span {
  display: block;
  margin-bottom: 8px;
  color: #89949b;
  font-size: 13px;
}

.benefit-values strong {
  color: #101820;
  font-size: 22px;
}

.benefit-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  gap: 22px;
  padding: 0 24px;
  border-radius: 4px;
  background: #20242a;
  color: #ffffff;
  font-weight: 900;
}

.benefit-btn b {
  font-size: 22px;
}

.offer-text-panel {
  width: min(920px, 100%);
  margin: 70px auto 0;
  color: #36444c;
}

.offer-text-panel h3 {
  margin: 0 0 18px;
  font-size: 18px;
}

.offer-text-panel p {
  margin-bottom: 34px;
  color: #55636c;
  line-height: 1.6;
}

.offer-detail-section {
  background: #ffffff;
}

.offer-detail-page {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr);
  gap: 46px;
  align-items: start;
}

.offer-detail-image {
  position: sticky;
  top: 158px;
  width: 100%;
  display: block;
  border: 1px solid #d8dee2;
  background: #eef3f5;
  object-fit: cover;
}

.offer-detail-content {
  min-width: 0;
  display: grid;
  gap: 34px;
}

.offer-detail-copy-section {
  min-width: 0;
}

.offer-detail-copy-section h2 {
  margin: 0 0 16px;
  color: #101820;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.08;
}

.offer-detail-copy-section p {
  margin: 0 0 16px;
  color: #34424b;
  font-size: 18px;
  line-height: 1.62;
}

.offer-detail-table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid #d7e0e5;
  -webkit-overflow-scrolling: touch;
}

.offer-detail-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
  background: #ffffff;
  color: #26333b;
  font-size: 15px;
}

.offer-detail-table th,
.offer-detail-table td {
  padding: 14px 12px;
  border-bottom: 1px solid #d7e0e5;
  text-align: left;
  vertical-align: middle;
}

.offer-detail-table th {
  background: #525b60;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.offer-detail-model-cell {
  font-weight: 900;
}

.offer-detail-disclaimer {
  margin: 0;
  padding: 22px 26px;
  border-left: 4px solid var(--brand);
  background: #eef3f5;
  color: #5d6870;
  font-size: 16px;
  line-height: 1.55;
}

.offer-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.configurator-section {
  background: #ffffff;
}

.configurator-page h1 {
  margin: 18px 0 22px;
  color: #101820;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.04;
}

.configurator-intro {
  max-width: 760px;
  margin: -10px 0 24px;
  color: #536273;
  font-size: 18px;
  line-height: 1.55;
}

.configurator-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 10px;
  margin-bottom: 42px;
}

.configurator-step {
  min-height: 44px;
  border: 1px solid #cfd7dc;
  background: #ffffff;
  color: #9aa3aa;
  font: inherit;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
}

.configurator-step.is-done {
  border-color: var(--brand);
  background: var(--brand);
  color: #ffffff;
}

.configurator-step.is-active {
  border-color: #101820;
  background: #ffffff;
  color: #101820;
}

.configurator-step:disabled {
  cursor: default;
  opacity: 0.62;
}

.configurator-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 46px;
  align-items: start;
}

.configurator-workspace {
  min-width: 0;
}

.configurator-panel-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 26px;
}

.configurator-panel-heading span {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--brand);
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
}

.configurator-panel-heading h2 {
  margin: 0;
  color: #101820;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.1;
}

.configurator-model-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(140px, 1fr));
  gap: 18px;
}

.configurator-model-card,
.configurator-mod-card,
.configurator-trim-row,
.configurator-discount-card {
  border: 1px solid #d8dee2;
  background: #ffffff;
}

.configurator-model-card {
  min-height: 170px;
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 18px 12px;
  color: #101820;
  text-align: center;
  text-decoration: none;
}

.configurator-model-card:hover,
.configurator-model-card.is-active {
  border-color: var(--brand);
  box-shadow: 0 12px 28px rgba(0, 128, 134, 0.12);
}

.configurator-model-card img {
  width: 100%;
  height: 86px;
  object-fit: contain;
}

.configurator-model-card strong,
.configurator-summary-title {
  font-size: 18px;
  font-weight: 900;
}

.configurator-model-card span {
  color: #52616b;
  font-size: 15px;
}

.configurator-subhead {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 34px 0 18px;
  color: var(--brand);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.configurator-subhead::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e2e7ea;
}

.configurator-mod-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.configurator-mod-card {
  width: min(240px, 100%);
  padding: 18px;
  color: #101820;
  text-align: left;
}

.configurator-mod-card.is-active {
  border-color: var(--brand);
  color: var(--brand-dark);
}

.configurator-mod-card strong {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.1;
}

.configurator-mod-card span {
  display: block;
  margin-top: 8px;
  color: #5b6870;
  font-size: 14px;
}

.configurator-mod-card b {
  display: block;
  color: #101820;
  font-size: 14px;
}

.configurator-trim-list {
  display: grid;
  gap: 10px;
}

.configurator-trim-row {
  display: grid;
  grid-template-columns: minmax(150px, 1.2fr) minmax(180px, 1fr) auto auto;
  gap: 16px;
  align-items: center;
  padding: 14px 16px;
}

.configurator-trim-row.is-active {
  border-color: var(--brand);
  box-shadow: 0 10px 24px rgba(0, 128, 134, 0.1);
}

.configurator-trim-row.is-disabled {
  background: #f0f1f2;
  color: #8d969d;
  box-shadow: none;
}

.configurator-trim-row.is-disabled .configurator-trim-spec,
.configurator-trim-row.is-disabled .configurator-price {
  color: #8d969d;
}

.configurator-trim-name {
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

.configurator-trim-spec {
  color: #46545d;
  line-height: 1.35;
}

.configurator-price {
  font-size: 20px;
  font-weight: 900;
  white-space: nowrap;
}

.configurator-small-btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--brand);
  background: var(--brand);
  color: #ffffff;
  font-weight: 900;
  cursor: pointer;
}

.configurator-small-btn:disabled {
  border-color: #d8dee2;
  background: #e8ecef;
  color: #99a3aa;
  cursor: default;
}

.configurator-color-view {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 26px;
  align-items: center;
}

.configurator-color-visual img {
  width: 100%;
  max-height: 390px;
  object-fit: contain;
}

.configurator-color-name {
  display: block;
  margin: 14px 0 12px;
  color: #52616b;
  font-size: 16px;
}

.configurator-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.configurator-swatch {
  width: 32px;
  height: 32px;
  border: 2px solid #e3e8eb;
  border-radius: 50%;
  background: var(--swatch);
  cursor: pointer;
}

.configurator-swatch.is-active {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(0, 128, 134, 0.16);
}

.configurator-discount-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.configurator-discount-card {
  min-height: 138px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  padding: 20px;
}

.configurator-discount-card strong {
  display: block;
  margin: 6px 0 10px;
  color: #101820;
  font-size: 28px;
}

.configurator-discount-card span,
.configurator-discount-card p {
  margin: 0;
  color: #52616b;
  font-size: 14px;
  line-height: 1.45;
}

.configurator-discount-card input {
  width: 22px;
  height: 22px;
  accent-color: var(--brand);
}

.configurator-total {
  margin-top: 22px;
  padding: 22px;
  background: #eef3f5;
}

.configurator-total span {
  color: #52616b;
  font-weight: 700;
}

.configurator-total strong {
  display: block;
  margin-top: 6px;
  color: #101820;
  font-size: 30px;
}

.configurator-summary {
  position: sticky;
  top: 150px;
  border: 1px solid #d8dee2;
  background: #ffffff;
  padding: 22px;
  box-shadow: 0 18px 38px rgba(16, 24, 32, 0.08);
}

.configurator-summary-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.configurator-summary-logo {
  width: 46px;
  height: 36px;
  object-fit: contain;
  border: 1px solid #e2e7ea;
  padding: 8px;
}

.configurator-summary-image {
  width: 100%;
  height: 190px;
  object-fit: contain;
  border-bottom: 1px solid #d8dee2;
  margin-bottom: 20px;
}

.configurator-summary-image.is-placeholder {
  opacity: 0.18;
  filter: grayscale(1);
}

.configurator-summary-lines {
  display: grid;
  gap: 8px;
  color: #101820;
}

.configurator-summary-lines small {
  color: #65717a;
  font-size: 14px;
}

.configurator-summary-price {
  margin-top: 12px;
  font-size: 24px;
  font-weight: 900;
}

.configurator-summary-form {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.configurator-summary-form input {
  min-height: 44px;
  border: 1px solid #cfd7dc;
  padding: 0 14px;
  font: inherit;
}

.configurator-summary-form button {
  min-height: 46px;
  border: 0;
  background: var(--brand);
  color: #ffffff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.configurator-summary-note {
  margin: 8px 0 0;
  color: #7b858c;
  font-size: 12px;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .offer-detail-page {
    grid-template-columns: 1fr;
  }

  .offer-detail-image {
    position: static;
  }

  .configurator-layout,
  .configurator-color-view {
    grid-template-columns: 1fr;
  }

  .configurator-summary {
    position: static;
  }

  .configurator-model-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .configurator-trim-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .offer-detail-actions .btn {
    width: 100%;
  }

  .configurator-page h1 {
    font-size: 34px;
  }

  .configurator-intro {
    margin: -8px 0 20px;
    font-size: 16px;
  }

  .configurator-steps {
    display: flex;
    overflow-x: auto;
    margin-bottom: 30px;
    padding-bottom: 6px;
  }

  .configurator-step {
    min-width: 138px;
  }

  .configurator-model-grid,
  .configurator-discount-grid {
    grid-template-columns: 1fr;
  }

  .configurator-model-card {
    min-height: 150px;
  }

  .configurator-summary {
    padding: 18px;
  }
}

.plain-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.plain-offer-grid article {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid #d5dde2;
  border-radius: 12px;
  background: #ffffff;
}

.plain-offer-grid h3 {
  margin-bottom: 22px;
  color: #101820;
  font-size: 26px;
  text-transform: uppercase;
}

.plain-offer-grid p {
  color: #2c363c;
  font-size: 18px;
  line-height: 1.5;
}

.plain-offer-grid a {
  margin-top: auto;
  color: #1687d9;
  font-weight: 900;
}

.gallery-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.9fr 0.9fr;
  gap: 18px;
}

.model-photo-section {
  padding-bottom: 36px;
}

.model-photo-section .container {
  display: grid;
  gap: 54px;
}

.model-photo-group h2 {
  margin: 0 0 24px;
  color: #050607;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
}

.gallery-tile {
  min-height: 270px;
  overflow: hidden;
  border-radius: var(--radius);
  background: #dfe6e9;
}

.gallery-tile:first-child {
  grid-row: span 2;
}

.gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dealer {
  padding-top: 0;
}

.dealer-layout {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 70px;
  align-items: center;
}

.dealer-layout img {
  width: 100%;
  min-height: 430px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.dealer-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.dealer-points span {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  font-weight: 800;
}

.lead {
  padding: 96px 0;
  color: #ffffff;
  background: var(--graphite);
}

.lead-panel {
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 80px;
  align-items: center;
}

.lead-panel p {
  color: rgba(255, 255, 255, 0.72);
}

.lead-form {
  display: grid;
  gap: 14px;
  padding: 28px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.lead-form input {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0 20px;
  color: #101820;
  background: rgba(255, 255, 255, 0.11);
  font: inherit;
}

.lead-form input::placeholder {
  color: #7e858b;
  opacity: 1;
}

.lead-form small {
  color: rgba(255, 255, 255, 0.54);
  line-height: 1.4;
}

.footer {
  color: #111820;
  background: #f5f6f7;
  border-top: 1px solid #d6dadd;
  border-bottom: 1px solid #d6dadd;
}

.footer-inner {
  min-height: 320px;
  display: grid;
  grid-template-columns: minmax(160px, 1fr) minmax(240px, 1fr) minmax(240px, 1fr);
  gap: 84px;
  align-items: start;
  padding: 54px 0 48px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.footer-col h2 {
  margin: 0 0 14px;
  color: #8c969d;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-col a {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
}

.footer-col a:hover {
  color: #007a80;
}
.footer-support {
  min-height: 112px;
  display: grid;
  grid-template-columns: 160px 1fr auto;
  gap: 80px;
  align-items: center;
  padding: 26px 0;
  border-top: 1px solid #d6dadd;
}

.footer-support img {
  width: 74px;
  height: auto;
}

.footer-support-phone {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-support-phone span {
  color: #8c969d;
  font-size: 13px;
  line-height: 1.2;
}

.footer-support-phone a {
  color: #000;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
}

.footer-top-link {
  min-width: 100px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 1px solid #111820;
  border-radius: 4px;
  color: #000;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.footer-legal {
  min-height: 116px;
  display: flex;
  align-items: center;
  gap: 38px;
  padding: 34px 0;
  border-top: 1px solid #d6dadd;
  color: #26333b;
  font-size: 14px;
}

.footer-legal a {
  color: #000;
  text-decoration: none;
}

.footer-legal a:hover {
  color: #007a80;
}

.footer-disclaimer {
  padding: 22px 0 32px;
  border-top: 1px solid #d6dadd;
  color: #6f7b83;
  font-size: 12px;
  line-height: 1.55;
}

.legal-page-section {
  background: #fff;
}

.legal-text-page {
  max-width: 980px;
  padding: 48px 0 72px;
}

.legal-text-page h1 {
  margin: 0 0 28px;
  color: #111820;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.02;
}

.legal-text-page h2 {
  margin: 34px 0 14px;
  color: #111820;
  font-size: 28px;
  line-height: 1.18;
}

.legal-text-page p {
  margin: 0 0 12px;
  color: #2f3a42;
  font-size: 17px;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .footer-support {
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: start;
  }

  .footer-legal {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
}

@media (max-width: 640px) {
  .footer-inner {
    gap: 34px;
    padding: 38px 0 34px;
  }

  .footer-support-phone a {
    font-size: 20px;
  }

  .legal-text-page {
    padding: 34px 0 54px;
  }

  .legal-text-page h2 {
    font-size: 23px;
  }

  .legal-text-page p {
    font-size: 15px;
  }
}
/* Unified Belgee actions and forms */
.btn,
.header-cta,
.bank-row a,
.benefit-btn,
.belgee-action,
.trade-benefit-card a,
.trade-quiz-actions button,
.credit-offer-fields button,
.lead-form .btn,
.trade-submit {
  min-height: 56px;
  border-radius: 4px;
  border: 2px solid var(--graphite);
  padding: 0 28px;
  background: var(--graphite);
  color: #ffffff;
  font-weight: 800;
  line-height: 1;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.btn:hover,
.header-cta:hover,
.bank-row a:hover,
.benefit-btn:hover,
.belgee-action:hover,
.trade-benefit-card a:hover,
.trade-quiz-actions button:hover,
.credit-offer-fields button:hover,
.lead-form .btn:hover {
  transform: translateY(-1px);
}

.btn-primary,
.credit-offer-fields button,
.trade-submit {
  border-color: var(--brand);
  background: var(--brand);
}

.btn-secondary,
.belgee-action-light,
.header-cta {
  background: transparent;
  color: var(--graphite);
  border-color: var(--graphite);
}

.hero .btn-secondary,
.inner-hero .btn-secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.14);
}

.btn-primary::after,
.btn-secondary::after,
.header-cta::after,
.bank-row a::after,
.belgee-action::after,
.lead-form .btn::after,
.credit-offer-fields button::after,
.trade-submit::after {
  content: "→";
  margin-left: 20px;
  font-size: 28px;
  font-weight: 400;
  line-height: 0;
}

.credit-offer-fields button::after {
  content: none;
}

.credit-offer-fields button {
  min-height: 64px;
  border: 0;
  padding: 0 24px;
  font-size: 22px;
  font-weight: 700;
}

.benefit-btn b,
.trade-benefit-card a b {
  font-size: 30px;
  font-weight: 400;
}

.lead-form input,
.credit-offer-fields input[type="text"],
.credit-offer-fields input[type="tel"],
.trade-contact-grid input,
.credit-input-label input,
.car-select-grid select {
  border-radius: 4px;
  border: 1px solid #aeb7bd;
  background: #ffffff;
}

input[type="tel"] {
  font-weight: 400;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
}

input[type="tel"]::placeholder {
  color: #7e858b;
  opacity: 1;
}

.general-offers > h2 {
  margin: 0 0 28px;
  color: #050607;
  font-size: clamp(36px, 4vw, 58px);
}

.general-offers .promo-card {
  display: flex;
  flex-direction: column;
}

.general-offers .promo-card img {
  height: 260px;
  object-fit: cover;
}

.general-offers .promo-card .belgee-action {
  width: fit-content;
  margin-top: auto;
}

.offer-benefits-overview {
  padding-bottom: 0;
}

.floating-phone {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 900;
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #303c48;
  color: #fff;
  box-shadow: 0 18px 38px rgba(17, 24, 32, 0.18);
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.floating-phone:hover {
  transform: translateY(-2px);
  background: #17222d;
  box-shadow: 0 22px 44px rgba(17, 24, 32, 0.24);
}

.floating-phone svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

@media (max-width: 640px) {
  .floating-phone {
    right: 18px;
    bottom: 18px;
    width: 58px;
    height: 58px;
  }

  .floating-phone svg {
    width: 28px;
    height: 28px;
  }
}
body.modal-open {
  overflow: hidden;
}

.lead-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 42px;
  background: rgba(0, 0, 0, 0.48);
}

.lead-modal.is-open {
  display: flex;
}

.lead-modal-close {
  position: fixed;
  top: 42px;
  right: 44px;
  z-index: 202;
  width: 54px;
  height: 54px;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 58px;
  font-weight: 200;
  line-height: 1;
  cursor: pointer;
}

.lead-modal-dialog {
  width: min(1480px, 100%);
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(430px, 0.95fr) minmax(520px, 1.05fr);
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}

.lead-modal-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 72px;
  background: #ffffff;
}

.lead-modal-logo {
  width: 330px;
  max-width: 78%;
  margin: 0 0 56px;
}

.lead-modal-card h2 {
  max-width: 720px;
  margin: 0 0 16px;
  color: #26333d;
  font-size: clamp(34px, 3.4vw, 56px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0;
}

.lead-modal-card p {
  margin: 0 0 30px;
  color: #626b72;
  font-size: 28px;
  line-height: 1.25;
}

.lead-modal-field {
  display: block;
  margin: 0 0 22px;
  background: #f1f1f1;
}

.lead-modal-field span {
  display: block;
  padding: 18px 24px 0;
  color: #6b7378;
  font-size: 20px;
}

.lead-modal-field input {
  width: 100%;
  height: 72px;
  border: 0;
  background: transparent;
  padding: 0 24px 16px;
  color: #26333d;
  font-size: 34px;
  outline: none;
}


.lead-modal-submit {
  width: min(560px, 100%);
  min-height: 82px;
  border: 0;
  border-radius: 0;
  background: #050607;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.lead-modal-consent {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  align-items: start;
  max-width: 720px;
  margin: 26px 0 0;
  color: #7b8287;
  font-size: 18px;
  line-height: 1.25;
}

.lead-modal-consent input {
  width: 28px;
  height: 28px;
  margin: 2px 0 0;
  accent-color: var(--brand);
}

.lead-modal-consent b {
  color: #26333d;
}

.lead-modal-visual {
  position: relative;
  min-height: 620px;
  background: #eef1f2;
}

.lead-modal-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #ffffff 0, rgba(255, 255, 255, 0) 35%), url("assets/models/x50/exterior/2.webp") center / cover no-repeat;
  opacity: 0.82;
}

@media (max-width: 1180px) {
  .lead-modal {
    padding: 28px;
  }

  .lead-modal-dialog {
    grid-template-columns: 1fr;
    max-height: calc(100vh - 56px);
    overflow-y: auto;
  }

  .lead-modal-card {
    padding: 42px;
  }

  .lead-modal-visual {
    min-height: 320px;
  }

  .header-inner {
    grid-template-columns: 140px minmax(0, 1fr) auto;
  }

  .header-cta {
    display: none;
  }

  .nav {
    gap: 16px;
    min-width: 0;
  }

  .model-nav-band {
    top: 68px;
  }

  .site-model-menu {
    display: none;
  }

  .model-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stock-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-stock-grid,
  .home-card-grid-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-seo-layout,
  .home-dealer-layout {
    grid-template-columns: 1fr;
  }

  .seo-grid,
  .color-grid,
  .reviews-row,
  .promo-news-grid,
  .plain-offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reviews-row {
    gap: 34px;
  }

  .credit-layout {
    grid-template-columns: 1fr;
  }

  .credit-condition-grid,
  .credit-tab-panel,
  .car-select-grid,
  .bank-head,
  .bank-row {
    grid-template-columns: 1fr;
  }

  .credit-step-line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trade-option-grid,
  .trade-condition-grid,
  .trade-info-split {
    grid-template-columns: 1fr;
  }

  .trade-model-choice {
    grid-template-columns: 1fr;
  }

  .bank-head {
    display: none;
  }

  .bank-row strong,
  .bank-row b {
    text-align: left;
  }

  .credit-offer-fields {
    grid-template-columns: 1fr;
  }

  .credit-offer-form h3 {
    white-space: normal;
  }

  .dimension-block {
    grid-template-columns: 1fr;
  }

  .benefit-card {
    grid-template-columns: 1fr;
  }

  .benefit-card > img {
    min-height: 320px;
  }

  .dimension-visuals {
    grid-template-columns: 1fr;
  }

  .dimension-face-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .lead-modal {
    padding: 14px;
  }

  .lead-modal-close {
    top: 14px;
    right: 16px;
    font-size: 42px;
  }

  .lead-modal-dialog {
    min-height: 0;
  }

  .lead-modal-card {
    padding: 28px 20px;
  }

  .lead-modal-logo {
    width: 230px;
    margin-bottom: 34px;
  }

  .lead-modal-card h2 {
    font-size: 32px;
  }

  .lead-modal-card p {
    font-size: 20px;
  }

  .lead-modal-field input {
    font-size: 26px;
  }

  .lead-modal-submit {
    min-height: 68px;
    font-size: 22px;
  }

  .lead-modal-consent {
    font-size: 14px;
  }

  .lead-modal-visual {
    display: none;
  }

  .container {
    width: min(100% - 28px, 620px);
  }

  .header-inner {
    grid-template-columns: 120px 1fr auto;
    gap: 16px;
    min-height: 68px;
  }

  .nav,
  .header-cta {
    display: none;
  }

  .header-phone {
    justify-self: end;
    font-size: 0;
  }

  .header-phone::before {
    content: "+7 (812) 999-99-99";
    font-size: 13px;
    font-weight: 800;
    color: #101820;
  }

  .mobile-menu-toggle {
    display: inline-flex;
  }

  .site-header.is-menu-open .nav {
    position: absolute;
    left: 14px;
    right: 14px;
    top: 68px;
    display: block;
    max-height: calc(100vh - 86px);
    overflow-y: auto;
    padding: 10px 16px;
    border: 1px solid var(--line);
    background: #ffffff;
    box-shadow: 0 18px 36px rgba(16, 24, 32, 0.16);
    z-index: 30;
  }

  .site-header.is-menu-open .nav-desktop {
    display: none;
  }

  .site-header.is-menu-open .mobile-nav {
    display: block;
  }

  .mobile-nav-link,
  .mobile-nav-back {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 0;
    border: 0;
    background: transparent;
    color: #101820;
    font: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
  }

  .mobile-nav-top {
    padding-top: 4px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e3e9ed;
  }

  .mobile-nav-heading {
    margin: 22px 0 10px;
    color: #8a949c;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  .mobile-nav-back {
    justify-content: flex-start;
    gap: 10px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e3e9ed;
    font-size: 30px;
    font-weight: 800;
  }

  .mobile-nav-service {
    margin: 72px -16px -10px;
    padding: 24px 16px;
    background: #f2f5f7;
  }

  .mobile-nav-service small,
  .mobile-nav-service a {
    display: block;
  }

  .mobile-nav-service small {
    margin-bottom: 8px;
    color: #8a949c;
    font-size: 13px;
  }

  .mobile-nav-service a {
    padding: 7px 0;
    color: #101820;
    font-size: 15px;
    font-weight: 700;
  }

  .mobile-nav-service a:first-of-type {
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 900;
  }

  .mobile-model-list {
    display: grid;
    gap: 16px;
    padding: 14px 0 4px;
  }

  .mobile-model-card {
    overflow: hidden;
    border: 1px solid #e3e9ed;
    border-radius: 8px;
    background: #ffffff;
  }

  .mobile-model-main {
    display: block;
    color: inherit;
  }

  .mobile-model-main strong,
  .mobile-model-main p,
  .mobile-model-main b {
    display: block;
    padding: 0 16px;
  }

  .mobile-model-main strong {
    padding-top: 18px;
    font-size: 24px;
    line-height: 1.1;
  }

  .mobile-model-main img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    margin: 8px 0 10px;
    background: #f4f7f9;
  }

  .mobile-model-main p {
    margin: 0 0 8px;
    color: #6f7b84;
  }

  .mobile-model-main b {
    padding-bottom: 14px;
    font-weight: 500;
  }

  .mobile-model-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid #e3e9ed;
  }

  .mobile-model-actions a {
    padding: 12px 10px;
    color: #101820;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
  }

  .mobile-model-actions a span {
    display: inline;
  }

  .mobile-model-actions a + a {
    border-left: 1px solid #e3e9ed;
  }

  .hero,
  .hero-content {
    min-height: 720px;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(10, 18, 22, 0.82), rgba(10, 18, 22, 0.54)),
      linear-gradient(90deg, rgba(10, 18, 22, 0.76), rgba(10, 18, 22, 0.22));
  }

  .hero-content {
    padding: 76px 0 50px;
    justify-content: flex-end;
  }

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 34px;
  }

  .hero-stats,
  .model-grid,
  .stock-list,
  .offer-grid,
  .gallery-grid,
  .dealer-layout,
  .lead-panel,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .model-detail,
  .seo-grid,
  .color-grid,
  .reviews-row,
  .dealer-cards,
  .feature-list,
  .promo-news-grid,
  .plain-offer-grid,
  .home-stock-grid,
  .home-card-grid-three,
  .home-card-grid-four,
  .home-contact-list {
    grid-template-columns: 1fr;
  }

  .home-info-card,
  .home-dealer-layout > div,
  .home-seo-aside article {
    padding: 24px;
  }

  .site-helper-section {
    padding: 22px 0 28px;
  }

  .site-helper-scroll {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 10px;
  }

  .site-helper-arrow {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }

  .site-helper-track {
    gap: 14px;
  }

  .site-helper-chip {
    min-height: 34px;
    padding: 8px 14px;
    font-size: 14px;
  }

  .dealer-finder-head h2 {
    font-size: 40px;
  }

  .home-dealer-head {
    display: block;
  }

  .home-dealer-head .btn {
    margin-top: 20px;
  }

  .dealer-finder-layout {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .dealer-finder-list {
    max-height: 320px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .dealer-map-panel,
  .dealer-map-panel iframe {
    min-height: 430px;
  }

  .dealer-map-caption {
    left: 14px;
    bottom: 14px;
    width: calc(100% - 28px);
  }

  .home-map-card img {
    width: calc(100% + 48px);
    margin: -24px -24px 22px;
    height: 230px;
  }

  .home-program-card > img {
    width: 78px;
    height: 78px;
    margin-bottom: 22px;
  }

  .home-info-card {
    min-height: 0;
  }

  .reviews-top {
    display: block;
  }

  .reviews-top .btn {
    margin-top: 18px;
  }

  .models-text-block {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .models-lineup-block,
  .models-article-block,
  .models-dealer-block,
  .models-buy-steps {
    padding: 28px;
  }

  .models-article-content h2 {
    font-size: 38px;
  }

  .models-article-content h3 {
    font-size: 26px;
  }

  .models-article-content p {
    font-size: 18px;
  }

  .models-copy-grid,
  .models-feature-grid,
  .models-dealer-grid,
  .models-buy-steps,
  .models-buy-steps ol {
    grid-template-columns: 1fr;
  }

  .models-lineup-track {
    grid-auto-columns: minmax(280px, 86%);
    gap: 18px;
  }

  .models-lineup-card h3 {
    font-size: 28px;
  }

  .models-page-section .model-body h3 {
    font-size: 26px;
  }

  .models-page-section .model-body .eyebrow,
  .models-page-section .price-row span,
  .models-page-section .mini-link {
    font-size: 18px;
  }

  .review-author strong {
    font-size: 24px;
  }

  .review-card p,
  .review-card a,
  .review-path,
  .review-author time {
    font-size: 18px;
  }

  .inner-hero,
  .inner-hero-content {
    min-height: 560px;
  }

  .model-hero-prices {
    display: grid;
    gap: 12px;
  }

  .model-hero-prices strong {
    font-size: 28px;
  }

  .model-hero-credit strong {
    font-size: 20px;
  }

  .model-hero-benefit strong {
    font-size: inherit;
  }

  .model-text-copy h2 {
    font-size: 26px;
  }

  .section {
    padding: 58px 0;
  }

  .inner-hero + .section,
  .model-nav-band + .section,
  .stock-section {
    padding-top: 24px;
  }

  .stock-layout,
  .gallery-head {
    display: block;
  }

  .filters,
  .gallery-tabs {
    margin-top: 20px;
  }

  .stock-card {
    grid-template-columns: 145px 1fr;
  }

  .gallery-tile:first-child {
    grid-row: auto;
  }

  .dealer-points {
    grid-template-columns: 1fr;
  }

  .credit-info-tablist {
    width: 100%;
  }

  .credit-info-tablist button {
    flex: 1 1 100%;
    min-height: 58px;
    border-right: 0;
    border-bottom: 1px solid #cfd7dd;
    padding: 0 18px;
    font-size: 22px;
  }

  .credit-info-tablist button:last-child {
    border-bottom: 0;
  }

  .credit-tab-panel {
    margin-top: 38px;
    gap: 24px;
  }

  .credit-dash-list,
  .credit-faq-list summary {
    font-size: 20px;
  }

  .credit-step-line {
    grid-template-columns: 1fr;
  }

  .credit-offer-fields {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .credit-offer-fields label,
  .credit-offer-fields button {
    font-size: 18px;
  }

  .credit-offer-fields input[type="text"],
  .credit-offer-fields input[type="tel"],
  .credit-offer-fields button {
    min-height: 58px;
    font-size: 19px;
  }

  .trade-policy h2,
  .trade-quiz h2,
  .trade-conditions h2,
  .trade-info-split h2 {
    font-size: 34px;
  }

  .trade-steps-nav {
    grid-template-columns: 1fr;
  }

  .trade-steps-nav button {
    text-align: left;
    padding-left: 16px;
  }

  .trade-contact-grid {
    grid-template-columns: 1fr;
  }

  .trade-quiz-actions {
    justify-content: stretch;
  }

  .trade-quiz-actions button {
    flex: 1;
    justify-content: center;
  }

  .trade-benefit-row {
    grid-template-columns: repeat(4, minmax(260px, 1fr));
  }
}

@media (max-width: 520px) {
  .hero-actions .btn,
  .lead-form .btn {
    width: 100%;
  }

  .hero-stats div {
    padding: 18px;
  }

  .inner-hero,
  .inner-hero-content {
    min-height: 500px;
  }

  .inner-hero-content {
    padding: 70px 0 42px;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 30px;
  }

  .home-seo-image {
    max-height: 220px;
  }

  .stock-card {
    grid-template-columns: 1fr;
  }

  .stock-card img {
    height: 180px;
  }

  .stock-price {
    display: block;
  }

  .model-nav-band {
    position: static;
  }

  .tth-head,
  .tth-controls {
    display: block;
  }

  .trim-switch {
    justify-content: flex-start;
    margin-top: 18px;
  }

  .dimension-car {
    min-height: 250px;
    padding: 24px 28px 52px;
  }

  .dimension-summary {
    padding: 20px;
  }

  .subnav {
    width: min(100% - 28px, 620px);
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .subnav a {
    white-space: nowrap;
  }

  .dimension-face-grid {
    grid-template-columns: 1fr;
  }

  .benefit-content {
    padding: 32px 22px;
  }

  .benefit-values {
    grid-template-columns: 1fr;
  }

  .benefit-values div:last-child {
    grid-column: auto;
  }
}

@media (max-width: 1240px) {
  .auto-detail-grid,
  .auto-detail-layout {
    grid-template-columns: 1fr;
  }

  .auto-summary-card {
    position: static;
  }

  .stock-catalog {
    grid-template-columns: 280px minmax(0, 1fr);
  }

  .stock-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .filter-model-card {
    grid-template-columns: 96px 1fr 18px;
  }

  .filter-model-card img {
    width: 96px;
  }
}

@media (max-width: 900px) {
  .auto-detail-grid,
  .auto-spec-grid,
  .auto-benefit-grid,
  .auto-equipment-grid,
  .auto-tech-grid,
  .auto-related-grid {
    grid-template-columns: 1fr 1fr;
  }

  .auto-credit-panel,
  .auto-summary-actions {
    grid-template-columns: 1fr;
  }

  .stock-seo-head h2 {
    font-size: 44px;
  }

  .stock-type-toggle a {
    font-size: 20px;
  }

  .stock-catalog {
    grid-template-columns: 1fr;
  }

  .stock-filter {
    position: static;
    max-height: none;
    overflow: visible;
  }

  .stock-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .auto-detail-grid,
  .auto-spec-grid,
  .auto-benefit-grid,
  .auto-equipment-grid,
  .auto-tech-grid,
  .auto-related-grid {
    grid-template-columns: 1fr;
  }

  .auto-detail-nav {
    gap: 24px;
    padding: 14px 18px;
  }

  .auto-detail-nav a {
    font-size: 18px;
  }

  .models-lineup-media {
    height: 190px;
  }

  .models-lineup-card-body {
    min-height: 330px;
    padding: 22px;
  }

  .models-lineup-card h3 {
    font-size: 26px;
  }

  .models-article-content h2 {
    font-size: 34px;
  }

  .models-article-content p {
    font-size: 16px;
  }

  .stock-seo-head h2 {
    font-size: 34px;
  }

  .stock-seo-head p {
    font-size: 15px;
  }

  .stock-type-toggle a {
    font-size: 17px;
  }

  .stock-grid {
    grid-template-columns: 1fr;
  }

  .stock-car-body h3 {
    font-size: 28px;
  }

  .stock-model-options,
  .stock-check-list,
  .stock-color-list {
    padding-right: 10px;
    padding-left: 10px;
  }

  .filter-model-card {
    grid-template-columns: 92px 1fr 18px;
  }

  .filter-model-card img {
    width: 92px;
  }
}

@media (max-width: 1180px) {
  .home-offer-grid,
  .home-benefits-grid,
  .home-reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-benefit-item {
    padding-right: 22px;
  }
}

@media (max-width: 760px) {
  .home-offer-grid,
  .home-benefits-grid,
  .home-reviews-grid {
    grid-template-columns: 1fr;
  }

  .home-offer-card {
    min-height: 0;
    padding: 18px;
  }

  .home-offer-card img {
    height: 190px;
  }

  .home-article-copy h2 {
    font-size: 32px;
  }

  .home-article-copy h3 {
    font-size: 24px;
  }

  .home-article-copy p {
    font-size: 16px;
  }

  .home-benefit-item {
    grid-template-columns: 52px 1fr;
    padding-right: 0;
  }

  .home-benefit-item span {
    width: 52px;
    height: 52px;
  }

  .home-reviews-grid .home-review-card {
    min-height: 0;
  }
}

@media (max-width: 980px) {
  .model-table-head,
  .model-table-programs {
    grid-template-columns: 1fr;
  }

  .model-table-head {
    display: grid;
    align-items: start;
  }

  .model-trim-table {
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .model-trim-header,
  .model-trim-row summary {
    min-width: 920px;
  }

  .model-trim-options-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .model-color-stage {
    min-height: 520px;
  }

  .model-color-stage > img {
    right: -12%;
    width: 95%;
  }
}

@media (max-width: 640px) {
  .model-hero-prices {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .model-hero-credit {
    grid-column: auto;
    font-size: 16px;
  }

  .model-table-programs {
    gap: 16px;
  }

  .model-trim-table {
    display: grid;
    gap: 14px;
    overflow: visible;
    border-top: 0;
    padding-bottom: 0;
  }

  .model-trim-header {
    display: none;
  }

  .model-trim-row {
    border: 1px solid #dddddd;
    background: #ffffff;
  }

  .model-trim-row summary {
    min-width: 0;
    min-height: 0;
    grid-template-columns: 1fr 1fr;
    gap: 10px 14px;
    padding: 14px 12px 12px;
    cursor: default;
  }

  .model-trim-name {
    grid-column: 1 / -1;
    padding-left: 0;
    font-size: 15px;
    font-weight: 700;
  }

  .model-trim-name::before {
    display: none;
  }

  .model-trim-engine {
    grid-column: 1 / -1;
    font-weight: 700;
  }

  .model-trim-fuel,
  .model-trim-gearbox,
  .model-trim-drive,
  .model-trim-benefit {
    display: none;
  }

  .model-trim-mobile-old,
  .model-trim-price {
    display: grid;
    gap: 4px;
    align-content: start;
    font-size: 15px;
  }

  .model-trim-mobile-old small,
  .model-trim-price::before {
    color: #5f6b75;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
  }

  .model-trim-price::before {
    content: "Цена со скидкой";
  }

  .model-trim-mobile-old s {
    color: #666666;
    font-size: 16px;
    text-decoration-thickness: 1px;
  }

  .model-trim-price {
    color: #006cff;
    font-weight: 700;
  }

  .model-trim-action {
    grid-column: 1 / -1;
    display: flex;
  }

  .model-trim-buy {
    width: 100%;
    min-height: 36px;
    border: 1px solid #006cff;
    border-radius: 0;
    color: #101820;
    background: #ffffff;
  }

  .model-trim-options {
    display: none;
  }

  .model-trim-options-grid {
    grid-template-columns: 1fr;
  }

  .model-configurator-section {
    padding-top: 20px;
  }

  .model-configurator {
    min-height: 0;
  }

  .model-configurator-content {
    padding: 24px 16px;
  }

  .model-configurator-row {
    grid-template-columns: 24px 1fr;
    gap: 10px 12px;
  }

  .model-configurator-row b,
  .model-configurator-row a {
    grid-column: 2;
  }

  .model-configurator-row a {
    width: 100%;
  }

  .price-trim-grid {
    grid-template-columns: 1fr;
  }

  .price-trim-card {
    grid-template-rows: auto 160px 1fr;
    min-height: 430px;
  }

  .model-price-cta {
    padding: 10px 0 34px;
  }

  .model-price-cta .container {
    width: 100%;
    padding: 0;
  }

  .model-price-cta h2 {
    padding: 0 10px;
    font-size: 24px;
  }

  .model-price-cta-panel {
    grid-template-columns: 1fr;
    height: auto;
  }

  .model-price-cta-media {
    min-height: 0;
    aspect-ratio: 1.45;
  }

  .model-price-cta-form {
    gap: 18px;
    padding: 26px 22px 36px;
    background: #4c5f6b;
    color: #ffffff;
  }

  .model-price-cta-form p {
    color: #ffffff;
    text-align: center;
  }

  .model-price-cta-timer {
    max-width: 230px;
    margin: -14px auto 4px;
  }

  .model-price-cta-timer strong {
    color: #ffffff;
    font-size: 34px;
  }

  .model-price-cta-timer small {
    color: #ffffff;
  }

  .model-price-cta-form input[type="text"],
  .model-price-cta-form input[type="tel"] {
    height: 38px;
    border-color: transparent;
  }

  .model-price-cta-consent {
    color: #ffffff;
    font-size: 14px;
  }

  .model-price-cta-form button {
    min-height: 38px;
  }

  .model-color-stage-section {
    padding-top: 0;
  }

  .model-color-stage-section .section-head {
    display: none;
  }

  .model-color-stage {
    width: 100vw;
    min-height: 450px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .model-color-stage > img {
    right: auto;
    bottom: auto;
    left: 50%;
    top: 18px;
    width: 112%;
    max-height: 58%;
    transform: translateX(-50%);
  }

  .model-color-panel {
    left: 22px;
    right: 22px;
    bottom: 20px;
    width: auto;
    padding: 20px 16px 14px;
    border-radius: 7px;
  }

  .model-color-panel strong {
    margin-bottom: 16px;
    font-size: 18px;
  }

  .model-color-swatches {
    display: flex;
    grid-template-columns: none;
    gap: 18px;
    margin-top: 0;
    padding-bottom: 12px;
    overflow-x: auto;
  }

  .model-color-swatches button {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
  }

  .model-color-swatches button.active {
    transform: none;
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 5px rgba(0, 0, 0, 0.16);
  }
}









.not-found-body {
  margin: 0;
}

.not-found-page {
  background: #2d3036;
}

.not-found-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 72px 24px;
  overflow: hidden;
}

.not-found-hero-picture {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
}

.not-found-hero-picture img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.not-found-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(8, 13, 22, 0.38), rgba(8, 13, 22, 0.58));
  pointer-events: none;
}

.not-found-content {
  position: relative;
  z-index: 2;
  width: min(680px, 100%);
  text-align: center;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.not-found-kicker {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

.not-found-content h1 {
  margin: 0 0 26px;
  color: #ffffff;
  font-size: clamp(44px, 5vw, 74px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.not-found-content p:not(.not-found-kicker) {
  margin: 0 auto 28px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.45;
}

.not-found-home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 150px;
  min-height: 40px;
  padding: 8px 18px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.92);
  color: #16202a;
  font-weight: 500;
  text-decoration: none;
  text-shadow: none;
}

.not-found-links {
  padding: 34px clamp(20px, 7vw, 120px) 38px;
  background: #2d3036;
}

.not-found-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(28px, 7vw, 120px);
}

.not-found-card {
  display: flex;
  min-height: 176px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  color: #ffffff;
  text-decoration: none;
}

.not-found-card svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.not-found-card h2 {
  margin: 22px 0 28px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}

@media (max-width: 900px) {
  .not-found-hero {
    min-height: 460px;
  }

  .not-found-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
  }
}

@media (max-width: 640px) {
  .not-found-page {
    background: #2d3036;
  }

  .not-found-hero {
    display: block;
    min-height: 0;
    padding: 0;
    background: #ffffff;
    color: #121922;
  }

  .not-found-hero-picture {
    position: relative;
    aspect-ratio: 400 / 205;
  }

  .not-found-hero::after {
    display: none;
  }

  .not-found-content {
    width: 100%;
    padding: 30px 24px 38px;
    text-align: left;
    text-shadow: none;
  }

  .not-found-kicker {
    margin-bottom: 12px;
    color: #7b8491;
    font-size: 16px;
    font-weight: 400;
  }

  .not-found-content h1 {
    margin-bottom: 16px;
    color: #000000;
    font-size: 32px;
    font-weight: 400;
  }

  .not-found-content p:not(.not-found-kicker) {
    margin: 0 0 26px;
    color: #243040;
    font-size: 16px;
    line-height: 1.45;
  }

  .not-found-home {
    width: 100%;
    min-height: 40px;
    justify-content: space-between;
    border-color: #2d3036;
    background: #2d3036;
    color: #ffffff;
  }

  .not-found-links {
    padding: 22px 24px 30px;
  }

  .not-found-grid {
    display: block;
  }

  .not-found-card {
    min-height: auto;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .not-found-card:last-child {
    border-bottom: 0;
  }

  .not-found-card svg {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
  }

  .not-found-card h2 {
    margin: 0;
    font-size: 23px;
    font-weight: 500;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
