/* ============================================================
   ENGINE FINDERS — CLEAN CSS (deduplicated)
   All duplicate classes resolved to their final intended value.
   ============================================================ */

/* ── TOKENS ─────────────────────────────────────────────── */
@import url("https://fonts.cdnfonts.com/css/charles-wright");

:root {
  --navy:   #0c1f47;
  --navy-2: #152b5b;
  --blue:   #1f67ff;
  --blue-2: #3f86ff;
  --sky:    #eff5ff;
  --border: #dbe5f4;
  --text:   #152646;
  --muted:  #61718f;
  --green:  #17a34a;
  --amber:  #f1b327;
  --red:    #e45858;
  --white:  #ffffff;
  --shadow: 0 18px 45px rgba(14,33,77,.08);
  --radius: 20px;
}

/* ── RESET ───────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html  { scroll-behavior: smooth; }
body  {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  color: var(--text);
  overflow-x: hidden;
  background: linear-gradient(180deg,#f7faff 0%,#fbfdff 20%,#f8fbff 100%);
}
img { max-width: 100%; display: block; }
a   { color: inherit; text-decoration: none; }

/* ── LAYOUT UTILITIES ────────────────────────────────────── */
.container {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
}

.section-spacing {
  padding: 16px 0;
}

/* section-card: de-carded — transparent, no border */
.section-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

/* ── ICON HELPERS ────────────────────────────────────────── */
.icon-sprite {
  position: absolute; width: 0; height: 0;
  overflow: hidden; visibility: hidden; pointer-events: none;
}

.icon-inline,
.mini-icon,
.cost-icon,
.step-icon,
.type-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icon-inline svg,
.mini-icon svg,
.cost-icon svg,
.step-icon svg,
.type-icon svg {
  fill: none;
  stroke: currentColor;
  display: block;
}

/* ── TYPOGRAPHY HELPERS ──────────────────────────────────── */
.eyebrow {
  margin: 0 0 10px;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  color: var(--blue);
  text-transform: uppercase;
}

.section-heading h2 {
  margin: 0;
  font-size: 1.46rem;
  line-height: 1.12;
  letter-spacing: -.04em;
}

.section-heading.centered { text-align: center; }

.section-subtext,
.section-subtitle {
  color: var(--muted);
  line-height: 1.68;
  font-size: .92rem;
}

.section-subtext {
  margin: 10px auto 0;
  max-width: 820px;
}

.stars            { color: #00b67a; letter-spacing: .12em; font-weight: 800; }
.review-label,
.trustpilot-word  { color: var(--text); }

/* ── BUTTONS ─────────────────────────────────────────────── */
.primary-button,
.secondary-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  border-radius: 12px;
  font: inherit;
  font-weight: 800;
  padding: 12px 16px;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.primary-button {
  background: linear-gradient(180deg,#2b76ff 0%,#1d5fe5 100%);
  color: #fff;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,.18);
}

.secondary-button {
  background: #fff;
  color: var(--blue);
  border: 1px solid #c7d7f6;
}

.ghost-button {
  background: transparent;
  color: var(--blue);
  border: 1px solid #c7d7f6;
}

.primary-button:hover,
.secondary-button:hover,
.ghost-button:hover { transform: translateY(-1px); }

.full-width { width: 100%; }

body.modal-open { overflow: hidden; }

/* ── HEADER ──────────────────────────────────────────────── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(12,31,71,.98);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
}

.brand img {
  width: auto;
  height: 58px;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 9px 8px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 10px;
  background: rgba(255,255,255,.08);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
}

.top-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: rgba(255,255,255,.92);
  font-size: .88rem;
  font-weight: 600;
}

.top-nav a:hover { color: #7fb0ff; }

.header-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: .75rem;
  text-align: right;
}

.header-phone-icon svg { width: 18px; height: 18px; }
.header-phone strong   { display: block; font-size: .82rem; }
.header-phone span     { color: rgba(255,255,255,.7); }

/* ── SECTION 1 — HERO ────────────────────────────────────── */
.hero-section { padding: 12px 0 4px; }

.hero-panel {
  position: relative;
  min-height: 438px;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.hero-layout {
  position: relative;
  min-height: 438px;
  padding: 18px 386px 10px 0;
  display: flex;
  flex-direction: column;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 690px;
  display: flex;
  flex-direction: column;
  min-height: 390px;
}

.hero-copy h1 {
  margin: 0;
  max-width: 700px;
  font-size: clamp(2.45rem, 3.1vw, 3.65rem);
  line-height: 1.03;
  letter-spacing: -.04em;
}

.hero-copy .section-subtitle {
  max-width: 620px;
  margin: 8px 0 4px;
  font-size: .86rem;
  line-height: 1.82;
}

/* hero feature row */
.hero-feature-row {
  display: flex;
  gap: 0;
  margin-top: 10px;
  max-width: 560px;
}

.mini-feature {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 1 1 0;
  min-height: 88px;
  padding: 10px 10px 8px;
  font-size: .84rem;
  font-weight: 700;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(214,223,239,.95);
  border-radius: 0;
  margin-top: 12px;
}

.mini-feature:last-child { border-right: 0; }

.mini-feature span:last-child {
  max-width: 104px;
  font-size: .84rem;
  line-height: 1.26;
}

.mini-icon {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--navy);
}

.mini-icon svg,
.mini-feature svg { width: 42px; height: 42px; }

/* review strip */
.review-strip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
  font-size: .86rem;
  font-weight: 700;
}

.review-strip .stars { font-size: 1.18rem; line-height: 1; letter-spacing: .04em; }
.review-strip-mobile { display: none; }

/* hero engine */
.hero-engine-wrap {
  position: absolute;
  right: 148px;
  top: -62px;
  width: 510px;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-engine-wrap img {
  width: 100%;
  max-width: 510px;
  filter:
    drop-shadow(0 26px 34px rgba(17,34,71,.16))
    drop-shadow(0 8px 18px rgba(17,34,71,.14));
}

/* quote card */
.quote-card {
  position: absolute;
  top: 14px;
  right: -2px;
  z-index: 3;
  width: 390px;
  padding: 16px 18px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,.97);
  border: 1px solid rgba(210,221,238,.98);
  box-shadow: 0 14px 28px rgba(13,28,59,.12);
}

.quote-kicker {
  margin: 0 0 6px;
  color: var(--blue);
  font-weight: 800;
  font-size: .8rem;
}

.quote-card h3 {
  margin: 0 0 10px;
  font-size: 1.42rem;
  line-height: 1.04;
  letter-spacing: -.04em;
}

.quote-form { display: grid; gap: 6px; }

.quote-form label { font-weight: 800; font-size: .82rem; }

.quote-form input,
.quote-form select {
  width: 100%;
  border: 1px solid #d5deef;
  border-radius: 12px;
  background: #f8fbff;
  padding: 10px 12px;
  font: inherit;
  color: var(--text);
}

/* UK number plate style for REG fields only */
.reg-plate-input {
  background-color: #FFCB05 !important;
  color: #000 !important;
  border: 2px solid #000 !important;
  border-radius: 8px !important;
  font-family: "Charles Wright", "Charles Wright [Broken]", "Manrope", sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  background-image: url("./assets/img/gp.webp");
  background-repeat: no-repeat;
  background-size: 22px 16px;
  background-position: 10px center;
  padding-left: 42px !important;
}

.reg-plate-input::placeholder {
  color: #000 !important;
  font-weight: 800;
  opacity: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.quote-note {
  margin: 6px 0 5px;
  color: var(--muted);
  font-size: .62rem;
  line-height: 1.4;
}

.quote-proof {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: .67rem;
}

.quote-proof.compact { margin-top: 12px; color: var(--muted); }

.quote-modal[hidden] { display: none; }

.quote-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
}

.quote-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8,19,42,.64);
  backdrop-filter: blur(6px);
}

.quote-modal__panel {
  position: relative;
  z-index: 1;
  width: min(680px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  overflow-y: auto;
  margin: 16px auto;
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: rgba(255,255,255,.985);
  border: 1px solid rgba(210,221,238,.98);
  box-shadow: 0 30px 70px rgba(11,28,63,.24);
}

.quote-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: #edf4ff;
  color: var(--blue);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.quote-modal__kicker {
  margin: 0 0 6px;
  color: var(--blue);
  font-weight: 800;
  font-size: .8rem;
}

.quote-modal__panel h2 {
  margin: 0;
  font-size: 1.55rem;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.quote-modal__intro {
  margin: 8px 0 14px;
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.5;
  max-width: 520px;
}

.quote-request-card {
  display: grid;
  gap: 8px;
  padding: 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fefefe, #f7faff);
  border: 1px solid #dbe5f7;
  box-shadow: 0 10px 22px rgba(35, 63, 114, .05);
}

.quote-request-card__eyebrow {
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #5f7ba9;
}

.quote-vehicle-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  border-radius: 18px;
  background:
    radial-gradient(circle at top left, rgba(56, 189, 248, .1), transparent 32%),
    linear-gradient(180deg, rgba(247,250,255,.98), rgba(236,243,255,.96));
  border: 1px solid #d8e3f5;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}

.quote-vehicle-card__header {
  display: grid;
  gap: 4px;
}

.quote-vehicle-card__eyebrow {
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #5f7ba9;
}

.quote-vehicle-card__subtext {
  margin: 0;
  font-size: .86rem;
  line-height: 1.45;
  color: #6d7e99;
}

.quote-context-label {
  display: block;
  width: 100%;
  max-width: none;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #18376d;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.02em;
}

.quote-context-label:empty {
  display: none;
}

.quote-popup-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.quote-popup-field {
  display: grid;
  gap: 5px;
}

.quote-popup-field--full,
.quote-modal__status,
.quote-popup-actions {
  grid-column: 1 / -1;
}

.quote-popup-field label {
  font-weight: 800;
  font-size: .8rem;
}

.quote-popup-field label span {
  color: var(--muted);
  font-weight: 600;
}

.quote-popup-field input,
.quote-popup-field select,
.quote-popup-field textarea {
  width: 100%;
  border: 1px solid #d5deef;
  border-radius: 11px;
  background: #f8fbff;
  padding: 10px 11px;
  font: inherit;
  color: var(--text);
}

.quote-popup-field input[readonly] {
  color: var(--blue);
  font-weight: 700;
  background: #eef4ff;
}

.quote-popup-field textarea {
  resize: vertical;
  min-height: 92px;
}

.quote-popup-reg-row {
  display: flex;
  justify-content: center;
}

.quote-plate-field {
  position: relative;
  width: min(100%, 280px);
}

.quote-plate-field .reg-plate-input {
  width: 100%;
  min-height: 54px;
  padding: 12px 46px 12px 14px;
  text-align: center;
  font-size: 1.06rem;
  line-height: 1;
  letter-spacing: .14em;
  box-shadow: 0 14px 26px rgba(245, 158, 11, .18);
}

.quote-plate-field .reg-plate-input::placeholder {
  letter-spacing: .14em;
}

.quote-popup-field .quote-plate-field .reg-plate-input {
  border-color: #111827;
  border-width: 2px;
  background: linear-gradient(180deg, #ffd84f, #ffc90a);
}

.quote-popup-fetch {
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: rgba(255,255,255,.22);
  color: #111827;
  box-shadow: none;
}

.quote-popup-fetch:hover {
  background: rgba(255,255,255,.35);
}

.quote-popup-fetch svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.quote-popup-fetch.is-loading {
  opacity: .6;
}

.quote-vehicle-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start;
}

.quote-vehicle-meta__chip {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  padding: 8px 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #d9e4f7;
  box-shadow: 0 8px 18px rgba(35, 63, 114, .05);
  max-width: 100%;
}

.quote-vehicle-meta__chip strong {
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #6f87ab;
}

.quote-vehicle-meta__chip em {
  font-style: normal;
  font-size: .82rem;
  font-weight: 800;
  color: #20407a;
  word-break: break-word;
}

.quote-modal__status {
  margin: 0;
  padding: 10px 11px;
  border-radius: 11px;
  font-size: .82rem;
  line-height: 1.45;
}

.quote-modal__status.is-error {
  background: #fff1f2;
  color: #b42318;
  border: 1px solid #fecdd3;
}

.quote-modal__status.is-success {
  background: #eefbf3;
  color: #166534;
  border: 1px solid #bbf7d0;
}

.quote-popup-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 0;
}

.quote-popup-actions .primary-button,
.quote-popup-actions .secondary-button {
  min-height: 44px;
}

@media (max-width: 720px) {
  .quote-modal__panel {
    width: calc(100vw - 20px);
    max-height: calc(100vh - 20px);
    margin: 10px auto;
    padding: 16px 14px 14px;
    border-radius: 18px;
  }

  .quote-popup-form {
    grid-template-columns: 1fr;
  }

  .quote-request-card {
    padding: 12px;
  }

  .quote-vehicle-card {
    padding: 12px;
  }

  .quote-popup-reg-row,
  .quote-popup-actions {
    grid-template-columns: 1fr;
    display: grid;
  }

  .quote-popup-reg-row {
    justify-content: stretch;
  }

  .quote-plate-field {
    width: 100%;
  }

  .quote-context-label {
    font-size: .98rem;
  }
}

.avatar-stack { display: flex; align-items: center; }

.avatar-stack img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  margin-left: -8px;
}

.avatar-stack img:first-child { margin-left: 0; }

/* ticker */
.ticker-wrap {
  margin-top: -12px;
  border-top: 1px solid rgba(210,221,239,.9);
  border-bottom: 1px solid rgba(210,221,239,.9);
  border-radius: 0;
  background: transparent;
  overflow: hidden;
    margin-top: 18px;

}

.ticker-track {
  display: flex;
  gap: 48px;
  width: max-content;
  padding: 6px 12px;
  min-height: 32px;
  animation: ticker 28s linear infinite;
  color: var(--muted);
  font-size: .74rem;
  font-weight: 700;
}

.ticker-track span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.ticker-track span svg { width: 15px; height: 15px; color: var(--blue); flex: 0 0 15px; }

@keyframes ticker {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ── SECTION 2 — COST ────────────────────────────────────── */
.cost-card { padding-top: 14px; }

.cost-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 22px;
  margin-top: 8px;
  align-items: start;
}

/* cost items: transparent, no border — arrow separator via ::after */
.cost-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 4px 18px 4px 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.cost-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -11px;
  top: 50%;
  width: 14px;
  height: 14px;
  border-top: 2px solid #8a96ad;
  border-right: 2px solid #8a96ad;
  transform: translateY(-50%) rotate(45deg);
}

.cost-icon {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cost-icon svg { width: 34px; height: 34px; fill: none; stroke: currentColor; }

.cost-item.danger .cost-icon  { color: var(--red);   border: 2px solid rgba(228,88,88,.2);   background: rgba(255,239,239,.9); }
.cost-item.warning .cost-icon { color: var(--amber); border: 2px solid rgba(239,179,39,.25); background: rgba(255,248,227,.92); }
.cost-item.success .cost-icon { color: var(--green); border: 2px solid rgba(23,163,74,.2);   background: rgba(235,251,241,.92); }

.cost-item > div:last-child { flex: 1 1 auto; }

.cost-item h4 {
  margin: 0 0 8px;
  font-size: 1.03rem;
}

.cost-item.danger h4  { color: var(--red); }
.cost-item.warning h4 { color: #d2870b; }
.cost-item.success h4 { color: var(--green); }

.cost-item ul {
  margin: 0; padding-left: 0; list-style: none;
  color: var(--muted); font-size: .92rem; line-height: 1.7;
}

.cost-item li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 2px;
}

.cost-item li::before {
  flex: 0 0 auto;
  margin-top: 2px;
  font-size: 1rem;
  font-weight: 700;
}

.cost-item.danger li::before  { content: "\2715"; color: var(--red); }
.cost-item.warning li::before { content: "\2713"; color: #d48a00; }
.cost-item.success li::before { content: "\2713"; color: var(--green); }

/* cost cta bar */
.cost-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
margin-top: 8px;
margin-bottom: 18px;
padding: 8px 16px;
  background: #edf4ff;
}

.cost-cta p {
  position: relative;
  margin: 0;
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.cost-cta-icon { color: var(--blue); flex: 0 0 18px; }
.cost-cta-icon svg { width: 24px; height: 24px; }

.cost-cta .secondary-button {
  padding: 8px 14px;
  font-size: .82rem;
  background: linear-gradient(180deg,#2b76ff 0%,#1d5fe5 100%);
  color: #fff;
  border: 0;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,.18);
}

/* price strip */
.price-strip {
  display: grid;
  grid-template-columns: 290px 1fr;
  align-items: stretch;
  gap: 0;
  margin-top: 8px;
  padding: 8px 0;
  border-radius: 0;
  background: linear-gradient(180deg,#152646 0%,#0e192e 100%);
  color: #fff;
  /* full-bleed */
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.price-strip-title {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  margin: 0;
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.25;
}

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

.price-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 68px;
  padding: 8px 10px;
  border-radius: 0;
  background: transparent;
}

.price-pill + .price-pill { border-left: 1px solid rgba(255,255,255,.12); }

.price-pill img { width: 42px; height: 42px; object-fit: contain; }

.price-breakdown-title {
  margin: 0 0 14px;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
}

.price-pill strong {
  display: block;
  font-size: .82rem;
  line-height: 1.18;
}

.price-pill span {
  display: block;
  margin-top: 2px;
  font-size: .95rem;
  font-weight: 800;
  color: #70a5ff;
}

.price-strip .panel-note {
  grid-column: 1 / -1;
  width: 100%;
  margin: 8px 0 0 !important;
  border-radius: 10px;
}

/* ── SECTION 3 — HOW IT WORKS ────────────────────────────── */
/* ── SECTION 3 — HOW IT WORKS ────────────────────────────── */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 22px;
  margin-top: 14px;
  align-items: stretch;
}

.step-card {
  position: relative;
  display: grid;
  grid-template-columns: 96px minmax(0,1fr);
  grid-template-rows: auto auto 1fr auto;
  align-items: start;
  column-gap: 14px;
  padding: 16px 18px 0;
  border: 0;
  background: linear-gradient(180deg,rgba(255,255,255,.96),rgba(247,250,255,.94));
  box-shadow: 0 10px 24px rgb(17 34 71 / 43%);
  text-align: left;
  overflow: visible;
}

.step-card:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -13px;
  top: 50%;
  width: 13px;
  height: 13px;
  border-top: 2px solid #99a7c3;
  border-right: 2px solid #99a7c3;
  transform: translateY(-50%) rotate(45deg);
}

.step-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  padding: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
  box-shadow: 0 6px 16px rgba(31,103,255,.18);
}

.step-icon {
  grid-column: 1;
  grid-row: 1 / span 3;
  width: 96px;
  height: 96px;
  margin: 0;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--blue);
  align-self: start;
}

.step-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.step-icon svg { width: 40px; height: 40px; }

.step-card h3 {
  grid-column: 2;
  display: block;
  margin: 6px 42px 6px 0;
  font-size: .96rem;
  line-height: 1.28;
  min-height: 2.45em;
  align-self: start;
}

.step-card p {
  grid-column: 2;
  margin: 0 0 10px;
  color: var(--muted);
  font-size: .8rem;
  line-height: 1.5;
  min-height: 4.6em;
  align-self: start;
}

.step-footer {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  margin: 0 -18px;
  padding: 8px 14px;
  background: #edf4ff;
  color: var(--blue);
  font-size: .76rem;
  font-weight: 800;
  margin-top: auto;
}

.step-footer-icon { width: 18px; height: 18px; color: var(--navy); flex: 0 0 18px; }
.step-footer-icon svg { width: 18px; height: 18px; }

/* support bar */
.support-row {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 12px;
  align-items: center;
margin-top:38px;
margin-bottom: 12px;
padding: 8px 12px;
  border-radius: 10px;
  background: rgba(237,244,255,.9);
  border: 0;
  box-shadow: none;
}

.support-row p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.35;
}

.support-row-icon { width: 22px; height: 22px; color: #7f8daa; flex: 0 0 22px; }
.support-row-icon svg { width: 22px; height: 22px; }

.support-row .secondary-button {
  padding: 8px 16px;
  font-size: .84rem;
  background: linear-gradient(180deg,#2b76ff 0%,#1d5fe5 100%);
  color: #fff;
  border: 0;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,.18);
}

/* ── SECTION 4-5 — PRICING + REPAIR ─────────────────────── */
.split-panels {
  display: grid;
  grid-template-columns: minmax(0,1.12fr) minmax(0,.88fr);
  gap: 18px;
  align-items: stretch;
}

.pricing-panel,
.repair-panel {
  padding: 16px 18px 14px;
  border-radius: 18px;
  border: 1px solid rgba(214,225,243,.9);
  background: rgba(255,255,255,.9);
  box-shadow: 0 12px 28px rgba(17,34,71,.06);
  display: flex;
  flex-direction: column;
}

.pricing-panel .section-heading,
.repair-panel .section-heading { margin-bottom: 10px; }

.price-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(213,223,240,.95);
  box-shadow: 0 10px 22px rgba(17,34,71,.05);
}

.price-table th {
  background: var(--navy);
  color: #fff;
  text-align: left;
  padding: 12px 18px;
  font-size: .82rem;
}

.price-table td {
  padding: 16px 18px;
  border-top: 1px solid var(--border);
  vertical-align: middle;
}

.price-high  { color: var(--red);   font-weight: 800; font-size: .92rem; }
.price-mid   { color: #d2870b;      font-weight: 800; font-size: .92rem; }
.price-low   { color: var(--green); font-weight: 800; font-size: .92rem; }

.price-option-cell {
  display: flex;
  align-items: center;
  gap: 12px;
}

.price-option-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  color: var(--blue);
  background: #edf4ff;
  border: 1px solid #dbe5f4;
}

.price-option-icon svg { width: 20px; height: 20px; }

.price-option-copy { display: block; }
.price-option-copy strong { display: block; margin-bottom: 4px; }
.price-option-copy span   { display: block; margin: 0; color: var(--muted); font-size: .82rem; }

.panel-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 14px 0 0;
  width: 100%;
  padding: 8px 12px;
  border-radius: 10px;
  background: rgba(237,244,255,.9);
  border: 0;
  box-shadow: none;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.35;
  font-weight: 800;
}

.panel-note-icon { width: 18px; height: 18px; color: var(--blue); flex: 0 0 18px; }
.panel-note-icon svg { width: 18px; height: 18px; }

.variation-box {
  margin-top: 14px;
  padding: 0;
  border: 0;
  background: transparent;
}

.variation-box h4 { margin-bottom: 10px; font-size: .96rem; }

.variation-box ul,
.repair-block ul,
.featured-model-copy ul {
  margin: 0; padding-left: 0; list-style: none;
  color: var(--muted); line-height: 1.7; display: grid; gap: 7px;
}

.variation-box li,
.repair-block li,
.featured-model-copy li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.variation-box li::before { content: "\2713"; color: var(--green); font-weight: 900; font-size: .96rem; margin-top: 1px; flex: 0 0 auto; }

.variation-box p { color: var(--muted); line-height: 1.7; margin: 12px 0 0; font-size: .82rem; }

.repair-grid { display: grid; gap: 0; }

.repair-block {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.repair-block + .repair-block {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e4ebf6;
}

.repair-block h3  { margin-bottom: 10px; font-size: .98rem; }
.repair-block.positive h3 { color: #1b8c3b; }
.repair-block.negative h3 { color: #cb3f49; }

.repair-block.positive li::before { content: "\2713"; color: var(--green); font-weight: 900; font-size: .96rem; margin-top: 1px; flex: 0 0 auto; }
.repair-block.negative li::before { content: "\2715"; color: var(--red);   font-weight: 900; font-size: .96rem; margin-top: 1px; flex: 0 0 auto; }

.repair-block p { margin-top: 10px; font-size: .82rem; color: var(--text); }

.mistake-box {
  margin: 14px 0;
  padding: 14px;
  border-radius: 14px;
  background: linear-gradient(180deg,rgba(255,248,227,.78),rgba(255,244,214,.72));
  border: 1px solid rgba(239,179,39,.3);
}

.mistake-box h4  { color: #9f6a00; font-size: .96rem; margin-bottom: 8px; }
.mistake-box > p { margin-top: 8px; font-size: .82rem; color: var(--muted); line-height: 1.7; }

.mistake-box ul {
  margin: 12px 0 0; padding-left: 0; list-style: none; display: grid; gap: 8px;
  color: var(--muted); font-size: .92rem; line-height: 1.7;
}

.mistake-box li { display: flex; gap: 10px; align-items: flex-start; }
.mistake-box li::before { content: "\2713"; color: #d89610; font-weight: 900; font-size: .96rem; margin-top: 1px; flex: 0 0 auto; }

.mistake-helper {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(214,225,243,.82);
}

.mistake-helper img { width: 42px; height: 42px; object-fit: contain; filter: drop-shadow(0 8px 14px rgba(17,34,71,.16)); }
.mistake-helper p   { margin: 0; font-size: .78rem; line-height: 1.45; color: var(--muted); }

.pricing-panel > .secondary-button.full-width { margin-top: 29px; min-height: 44px; }
.repair-panel  > .secondary-button.full-width { margin-top: auto; min-height: 44px; }

/* ── SECTION 6 — ENGINE OPTIONS ──────────────────────────── */
#engine-options { overflow-x: clip; }

.options-shell {
  position: relative;
  overflow: hidden;
  padding: 8px 0 0;
  isolation: isolate;
}

.options-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 73% 26%,rgba(84,135,245,.14),transparent 20%),
    linear-gradient(180deg,rgba(255,255,255,.98),rgba(246,250,255,.96));
  z-index: -3;
}

.options-shell::after {
  content: "";
  position: absolute;
  top: -62px;
  right: -48px;
  width: 560px;
  height: 438px;
  background: url("./assets/img/hero.webp") no-repeat right top / contain;
  filter: drop-shadow(0 22px 20px rgba(17,34,71,.16));
  pointer-events: none;
  z-index: -1;
}

.options-grid {
  display: grid;
  grid-template-columns: 220px minmax(0,1fr) 284px;
  grid-template-areas:
    "intro engines visual"
    "types engines visual";
  gap: 14px;
  align-items: start;
  margin-top: 0;
}

.options-header {
  grid-area: intro;
  padding: 0;
  max-width: 220px;
}

.options-header h2 { margin: 0; font-size: 1.42rem; line-height: 1.08; text-align: left; }
.options-header .section-subtext { max-width: none; margin: 10px 0 0; font-size: .8rem; line-height: 1.55; text-align: left; }

/* engine type accordions */
.engine-types { grid-area: types; display: grid; gap: 8px; align-content: start; }
.engine-types h3,
.engine-grid-wrap > h3 { margin: 0 0 6px; font-size: .74rem; font-weight: 800; }

.type-card {
  border-radius: 14px;
  border: 0;
  background: rgba(255,255,255,.76);
  box-shadow: 0 10px 22px rgba(17,34,71,.05);
  overflow: hidden;
}

.accordion-type-card summary {
  list-style: none;
  position: relative;
  cursor: pointer;
  display: grid;
  grid-template-columns: 36px 1fr 18px;
  align-items: center;
  column-gap: 10px;
  padding: 7px 12px 6px;
}

.accordion-type-card summary::-webkit-details-marker { display: none; }

.accordion-type-card summary::after {
  content: "+";
  justify-self: end;
  color: var(--blue);
  font-size: 1rem;
  font-weight: 800;
}

.accordion-type-card[open] summary::after { content: "\2212"; }

.type-icon {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg,#f8fbff 0%,#eaf2ff 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 4px 10px rgba(31,103,255,.08);
  color: var(--blue);
}

.type-icon svg { width: 18px; height: 18px; }

.type-card h4 { margin: 0; font-size: .86rem; line-height: 1.16; }

/* body text left-aligned starting under the icon (36px icon + 10px gap = 46px) */
.type-card-body { padding: 0 12px 8px 46px; }
.type-card-body p { margin: 0; font-size: .72rem; line-height: 1.45; color: var(--muted); text-align: left; }

.type-card-footer {
  padding: 5px 12px 7px 46px;
  font-size: .7rem;
  font-weight: 800;
  line-height: 1.3;
  background: rgba(237,244,255,.86);
  color: var(--blue);
  text-align: left;
}

/* engine cards grid */
.engine-grid-wrap { grid-area: engines; min-width: 0; display: flex; flex-direction: column; }
.engine-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 10px;
  align-items: stretch;
}

.engine-grid-wrap {
  position: relative;
}

.engine-grid-wrap:has(.engine-card:nth-child(5)) > h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.engine-grid-wrap:has(.engine-card:nth-child(5)) > h3::after {
  content: "Scroll for more";
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(237,244,255,.88);
  color: var(--blue);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.engine-grid:has(.engine-card:nth-child(5)) {
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, calc((100% - 30px) / 4));
  overflow-x: auto;
  overflow-y: visible;
  padding: 0 2px 8px;
  margin: 0 -2px;
  scroll-snap-type: x proximity;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(31,103,255,.4) rgba(226,235,248,.9);
}

.engine-grid:has(.engine-card:nth-child(5)) .engine-card {
  scroll-snap-align: start;
  min-height: 100%;
}

.engine-grid:has(.engine-card:nth-child(5))::-webkit-scrollbar {
  height: 8px;
}

.engine-grid:has(.engine-card:nth-child(5))::-webkit-scrollbar-track {
  background: rgba(226,235,248,.9);
  border-radius: 999px;
}

.engine-grid:has(.engine-card:nth-child(5))::-webkit-scrollbar-thumb {
  background: rgba(31,103,255,.42);
  border-radius: 999px;
}

.engine-card {
  display: flex;
  flex-direction: column;
  padding: 8px;
  border-radius: 14px;
  border: 1px solid rgba(214,225,243,.9);
  background: rgba(255,255,255,.92);
  box-shadow: 0 10px 20px rgba(17,34,71,.04);
}

.engine-card img {
  width: 100%;
  aspect-ratio: 1.22 / 1;
  object-fit: contain;
  border-radius: 12px;
  background: #f8fbff;
  padding: 6px;
}

.fuel-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 6px;
  background: #edf4ff;
  color: var(--blue);
  font-size: .69rem;
  font-weight: 800;
  margin-top: 8px;
}

.fuel-pill.petrol { background: rgba(23,163,74,.12); color: var(--green); }

.engine-card h4    { font-size: .98rem; margin: 8px 0 0; }
.engine-card p { display: block; color: var(--muted); font-size: .72rem; line-height: 1.45; }
.engine-card-meta { margin: 2px 0 0; font-weight: 700; }

.engine-card-points {
  margin: 8px 0 0;
  padding-left: 16px;
  color: var(--muted);
  font-size: .72rem;
  line-height: 1.45;
}

.engine-card-points li + li { margin-top: 6px; }

.engine-card a,
.text-link,
.view-more-models {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  font-size: .74rem;
  font-weight: 800;
  margin-top: 14px;
    margin-bottom: 14px;

}

.engine-card a { margin-top: auto; padding-top: 8px; }

.engines-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(237,244,255,.86);
  border: 1px solid rgba(214,225,243,.9);
}

.engines-note-copy strong {
  display: block;
  margin-bottom: 6px;
  font-size: .78rem;
}

.engines-note-copy ul {
  margin: 0;
  padding-left: 16px;
  color: var(--muted);
  font-size: .76rem;
  line-height: 1.45;
}

.engines-note-copy li + li { margin-top: 4px; }

.engines-note-icon {
  width: 28px; height: 28px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff; color: var(--blue); border: 1px solid #cad9f5; flex: 0 0 28px;
}

.engines-note-icon svg { width: 15px; height: 15px; }

/* floating quote card in engine options */
.options-visual-card {
  grid-area: visual;
  position: relative;
  min-height: 360px;
  background: none;
  border: 0;
  box-shadow: none;
  overflow: visible;
  pointer-events: none;
}

.options-engine-scene { display: none; }

.mini-quote-card.overlay {
  position: absolute;
  top: 140px;
  right: 18px;
  width: 268px;
  max-width: 268px;
  margin: 0;
  padding: 16px 16px 14px;
  border-radius: 6px;
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(214,225,243,.92);
  box-shadow: 0 16px 32px rgba(13,28,59,.14);
  pointer-events: auto;
  z-index: 3;
}

.mini-quote-card.overlay h3 { font-size: 1.08rem; line-height: 1.06; margin: 0 0 6px; }
.mini-quote-card.overlay p  { margin: 0 0 10px; font-size: .75rem; line-height: 1.48; color: var(--muted); }
.mini-quote-card.overlay .primary-button { padding: 10px 12px; font-size: .92rem; }
.mini-quote-card.overlay .quote-proof.compact { margin-top: 10px; font-size: .7rem; }
.mini-quote-card.overlay .avatar-stack img { width: 22px; height: 22px; }

.side-benefits { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }

.side-benefits span,
.chip-list span,
.pill-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border-radius: 999px;
  background: #edf4ff;
  color: var(--blue);
  font-size: .73rem;
  font-weight: 800;
}

.side-benefits.compact span { padding: 6px 9px; font-size: .68rem; }
.side-benefits.light span   { background: rgba(255,255,255,.12); color: #fff; }

.pill-badge { margin-left: 8px; font-size: .64rem; padding: 5px 10px; vertical-align: middle; }

/* ── SECTION 7 — BMW MODELS ──────────────────────────────── */
.models-shell {
  padding: 16px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.models-layout {
  display: grid;
  grid-template-columns: 240px minmax(0,1fr) 190px;
  gap: 16px;
  align-items: start;
}

/* left column */
.models-left-column {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.models-left-column .section-heading { margin-bottom: 8px; }
.models-left-column h2 { font-size: 1.35rem; line-height: 1.08; }
.models-left-column .section-subtext { font-size: .76rem; line-height: 1.45; margin-top: 6px; }

.model-support-card {
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(206,220,243,.9);
  background: linear-gradient(180deg,rgba(247,251,255,.98),rgba(237,245,255,.98));
  box-shadow: 0 10px 22px rgba(17,34,71,.05);
  display: flex;
  flex-direction: column;
}

.model-support-card h4 { margin: 0 0 8px; font-size: .98rem; line-height: 1.15; }
.model-support-card > p { font-size: .74rem; line-height: 1.4; margin: 0 0 10px; color: var(--muted); }

.model-support-callout {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 8px;
  align-items: center;
  padding: 8px;
  margin: -4px 0 8px;
  border-radius: 12px;
  background: rgba(255,255,255,.72);
}

.model-support-icon {
  width: 30px; height: 30px; min-width: 30px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 10px;
  background: linear-gradient(180deg,#f7fbff 0%,#e9f1ff 100%);
  color: var(--blue);
}

.model-support-icon svg { width: 16px; height: 16px; }

.model-support-copy strong { display: block; font-size: .72rem; line-height: 1.25; }
.model-support-copy span   { display: block; font-size: .7rem;  line-height: 1.35; color: var(--muted); margin-top: 4px; }

.model-support-card input {
  width: 100%;
  border: 1px solid #000000;
  border-radius: 10px;
  background: #ffcb05;
  padding: 8px 12px;
  font: inherit;
  color: #000000;
font-weight: bolder;
  height: 40px;
  margin-bottom: 6px;
  text-align: center;
}

.model-support-card .secondary-button { height: 40px; padding: 8px 12px; font-size: .82rem; border-radius: 10px; border-color: #cfe0fb; }

/* center featured model */
.featured-model { display: grid; gap: 4px; align-content: start; min-width: 0; }

.model-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  margin: 0 0 8px;
  padding: 0;
  border-bottom: 2px solid rgba(214,225,243,.9);
}

.model-tabs button {
  padding: 8px 15px;
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  font-family: inherit;
  font-size: .82rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  margin-bottom: -2px;
  transition: color .15s, border-color .15s;
}

.model-tabs button.active {
  color: var(--navy);
  border-bottom-color: var(--navy);
}

.model-tabs button:hover:not(.active) { color: var(--text); }

.featured-model-grid {
  display: grid;
  grid-template-columns: minmax(300px,.96fr) minmax(320px,1.04fr);
  gap: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.featured-media {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
}

#featured-model-image {
  display: block;
  width: 100%;
  height: 190px;
  min-height: 190px;
  max-height: 190px;
  object-fit: contain;
  object-position: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.featured-thumb-strip { display: flex; gap: 8px; align-items: center; }

.featured-thumb-strip button {
  width: 92px; height: 92px; min-width: 72px;
  padding: 2px;
  border: 1px solid #d5e0f2;
  border-radius: 7px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
}

.featured-thumb-strip button.active { border-color: var(--blue); }

.featured-thumb-strip img {
  width: 100%; height: 100%;
  object-fit: contain; padding: 0; margin: 0;
  border: 0; background: transparent;
}

.featured-model-copy {
  padding: 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.featured-model-copy h3 {
  margin: 0 0 8px;
  font-size: 1.15rem;
  line-height: 1.1;
  letter-spacing: -.02em;
}

.common-engines-label {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.chip-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 12px; }

.featured-model-copy h4 { margin: 0 0 9px; font-size: .92rem; line-height: 1.2; }

.featured-points,
#featured-model-points {
  display: grid; gap: 9px;
  margin: 0; padding: 0; list-style: none;
}

#featured-model-points li {
  display: grid;
  grid-template-columns: 22px minmax(0,1fr);
  gap: 8px;
  align-items: start;
  padding: 0; margin: 0;
  color: var(--muted); font-size: .82rem; line-height: 1.45;
}

#featured-model-points li::before { content: none; display: none; }

.tick {
  width: 22px; height: 22px; min-width: 22px;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--blue); line-height: 0; transform: translateY(1px);
}

.tick svg { width: 18px; height: 18px; stroke: currentColor; fill: none; display: block; }

.dual-actions { display: flex; flex-wrap: nowrap; gap: 10px; margin-top: 13px; align-items: center; }
.dual-actions .primary-button,
.dual-actions .ghost-button { padding: 10px 13px; border-radius: 8px; font-size: .72rem; line-height: 1; white-space: nowrap; }

/* right model list */
.model-list {
  display: grid; gap: 0;
  border: 1px solid rgba(214,225,243,.92);
  border-radius: 12px 12px 0 0;
  background: rgba(255,255,255,.9);
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 282px;
  scrollbar-width: thin;
  scrollbar-color: #8ba9df rgba(233,240,251,.65);
}

.model-list-wrap {
  display: flex;
  flex-direction: column;
  align-self: end;
  width: 100%;
  padding-left: 8px;
}

.model-list button,
.model-list a:not(.view-more-models) {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 10px;
  align-items: center;
  min-height: 44px;
  padding: 6px 0;
  border: 0;
  border-bottom: 1px solid rgba(214,225,243,.9);
  border-radius: 0;
  background: transparent;
  font-size: .76rem;
  font-weight: 800;
  color: var(--text);
  font-family: inherit;
  cursor: pointer;
  text-align: left;
  width: 100%;
}

.model-list img { width: 58px; height: 34px; object-fit: contain; padding: 0; background: transparent; }
.model-list span { white-space: nowrap; }
.model-list svg  { width: 10px; height: 10px; }

.model-list::-webkit-scrollbar { width: 7px; }
.model-list::-webkit-scrollbar-track { background: rgba(233,240,251,.65); border-radius: 8px; }
.model-list::-webkit-scrollbar-thumb { background: #8ba9df; border-radius: 8px; }

.view-more-models {
  display: flex; align-items: center; justify-content: center;
  min-height: 40px; padding: 0 12px;
  border: 1px solid rgba(214,225,243,.92);
  border-top: 0;
  border-radius: 0 0 12px 12px;
  background: rgba(255,255,255,.9);
  font-size: .74rem; font-weight: 800; color: var(--blue);
  white-space: nowrap; width: 100%;
  margin-top: 0;
}

/* models trust bar */
.models-trust-bar {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr)) minmax(260px,1.4fr) 172px;
  gap: 14px;
  margin-top: 18px;
  padding: 14px 18px;
  border-radius: 12px;
  border: 1px solid rgba(214,225,243,.9);
  background: rgba(247,251,255,.94);
  align-items: center;
}

.metric-tile {
  display: grid;
  grid-template-columns: 34px 1fr;
  grid-template-rows: auto auto;
  column-gap: 10px;
  row-gap: 0;
  align-items: center;
  justify-items: start;
  text-align: left;
}

.metric-icon {
  grid-row: 1 / 3;
  grid-column: 1;
  width: 24px; height: 24px; min-width: 24px;
  display: flex; align-items: center; justify-content: center;
  color: #6b7280; margin: 0;
}

.metric-icon svg { width: 22px; height: 22px; stroke: currentColor; fill: none; display: block; }

.models-trust-bar > .secondary-button {
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 10px;
  line-height: 1.05;
}

.metric-tile strong { grid-column: 2; font-size: 1rem; line-height: 1.1; text-align: left; display: block; color: var(--blue); }
.metric-tile span:not(.metric-icon) { grid-column: 2; font-size: .7rem; line-height: 1.25; text-align: left; display: block; color: var(--muted); }

.models-cta-copy { text-align: left; align-self: center; }
.models-cta-copy strong { display: block; font-size: .9rem; }
.models-cta-copy span   { display: block; font-size: .72rem; color: var(--muted); }

.models-trust-bar > .secondary-button {
  border-radius: 8px;
  background: linear-gradient(180deg,#2b76ff 0%,#1d5fe5 100%);
  border: 0; color: #fff; min-width: 148px;
  height: 44px;
  padding: 0 16px;
  line-height: 1;
}

/* ── SECTION 8 — TRUST STACK ─────────────────────────────── */
.trust-faq-stack { display: grid; gap: 26px; }

.trust-card {
  padding: 20px 28px 18px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(219,229,244,.95);
  box-shadow: 0 14px 34px rgba(14,33,77,.055);
}

.trust-top {
  display: grid;
  grid-template-columns: minmax(390px,.42fr) minmax(0,.58fr);
  gap: 34px;
  align-items: center;
}

.trust-copy h2 { max-width: 360px; font-size: 1.72rem; line-height: 1.16; margin: 0; }
.trust-copy .section-subtext { max-width: 450px; margin-top: 8px; line-height: 1.5; text-align: left; }

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

.trust-stats .metric-tile {
  min-height: 66px;
  padding: 3px 14px 3px 0;
  display: grid;
  grid-template-columns: 32px minmax(0,1fr);
  grid-template-areas:
    "icon value"
    "icon label";
  align-items: center;
  column-gap: 3px;
  row-gap: 2px;
  text-align: left;
  border-right: 1px solid rgba(214,223,239,.95);
}

.trust-stats .metric-tile:last-child { border-right: 0; }
.trust-stats .metric-tile:nth-child(3) { padding-right: 34px; }
.trust-stats .metric-icon {
  grid-area: icon;
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
}
.trust-stats .metric-icon svg {
  display: block;
  width: 26px;
  height: 26px;
}
.trust-stats .metric-tile:nth-child(1) .metric-icon svg { width: 28px; height: 28px; }
.trust-stats .metric-tile:nth-child(2) .metric-icon svg { width: 25px; height: 25px; }
.trust-stats .metric-tile:nth-child(3) .metric-icon svg { width: 29px; height: 29px; }
.trust-stats .metric-tile:nth-child(4) .metric-icon svg { width: 24px; height: 24px; }
.trust-stats .metric-tile strong {
  grid-area: value;
  display: block;
  align-self: end;
  font-size: 1rem;
  line-height: 1.08;
  padding-right: 12px;
}
.trust-stats .metric-tile span {
  grid-area: label;
  display: block;
  max-width: none;
  white-space: normal;
  font-size: .74rem;
  line-height: 1.18;
  padding-right: 12px;
}
.trust-stats .metric-tile:nth-child(3) strong,
.trust-stats .metric-tile:nth-child(3) span { padding-right: 20px; }

/* review slider */
.review-slider {
  position: relative;
  min-width: 0;
  display: flex;
  align-items: center;
  padding: 0 18px;
}

.review-viewport {
  overflow-x: auto;
  scrollbar-width: none;
  padding: 8px 0 10px;
  width: 100%;
}

.review-viewport::-webkit-scrollbar { display: none; }

.review-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 20px) / 3);
  gap: 10px;
}

.review-card {
  border: 0;
  border-radius: 14px;
  background: rgba(255,255,255,.98);
  padding: 12px 14px;
  min-height: 166px;
  box-shadow: 0 14px 30px rgba(14,33,77,.10);
  display: flex;
  flex-direction: column;
}

.review-card p     { margin: 10px 0 0; font-size: .82rem; line-height: 1.55; color: var(--muted); }
.review-person     { display: flex; align-items: center; gap: 10px; margin-top: 12px; }
.review-person img { width: 74px; height: 46px; border-radius: 12px; object-fit: contain; background: #f5f8ff; }
.review-person > div strong { display: block; }
.review-person > div span   { display: block; color: var(--muted); font-size: .82rem; }

.verified-badge {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: auto; padding-top: 12px;
  color: var(--text); font-weight: 700; font-size: .78rem;
}

.verified-badge svg {
  width: 16px; height: 16px; padding: 3px;
  border-radius: 999px; background: var(--green); color: #fff;
}

.slider-arrow {
  position: absolute;
  z-index: 4;
  width: 42px; height: 42px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--blue);
  box-shadow: 0 12px 25px rgba(14,33,77,.12);
  font-size: 1.6rem;
  cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
}

.slider-prev { left: -18px; }
.slider-next { right: -18px; }

/* peace bar */
.peace-bar {
  display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(520px,1fr);
  gap: 22px;
  align-items: center;
  margin-top: 18px;
  padding: 14px 18px;
  min-height: 88px;
  border-radius: 16px;
  background: #edf4ff;
  border: 1px solid var(--border);
}

.peace-copy {
  display: flex; align-items: center; gap: 14px;
}

.peace-main-icon { flex: 0 0 48px; color: var(--blue); }
.peace-main-icon svg { width: 48px; height: 48px; }

.peace-copy h4 { margin: 0; font-size: .96rem; }
.peace-copy p  { margin: 6px 0 0; max-width: 540px; font-size: .82rem; line-height: 1.45; color: var(--muted); }

.peace-icons {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  align-items: center;
}

.peace-icons span {
  display: flex; flex-direction: row;
  align-items: center; justify-content: flex-start;
  gap: 9px;
   min-height: 46px;
  border: 0; border-right: 1px solid rgba(214,223,239,.95);
  border-radius: 0; background: transparent;
  font-size: .78rem; font-weight: 800; line-height: 1.2;
  white-space: normal;
  text-align: left;
}

.peace-icons span:last-child { border-right: 0; }
.peace-icons svg { width: 34px; height: 34px; flex: 0 0 34px; color: var(--muted); }
.peace-icons strong { display: block; line-height: 1.15; }

/* ── SECTION 9 — FAQ + FINAL CTA ─────────────────────────── */
.faq-review-row {
  display: grid;
  grid-template-columns: minmax(0,.94fr) minmax(460px,.88fr);
  gap: 34px;
  margin-top: 2px;
  align-items: start;
}

.faq-card {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.faq-card .section-heading h2 { font-size: 1.55rem; }
.faq-card .section-subtext    { margin-top: 6px; }

.faq-slider { position: relative; margin-top: 16px; }

.faq-arrow { display: none; }

.faq-viewport {
  height: 318px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 8px;
  scroll-snap-type: y proximity;
}

.faq-viewport::-webkit-scrollbar       { width: 6px; }
.faq-viewport::-webkit-scrollbar-thumb { background: #c9d7ef; border-radius: 999px; }

.faq-track { display: block; width: 100%; height: auto; }

.faq-slide { width: 100%; scroll-snap-align: start; }
.faq-slide + .faq-slide { margin-top: 10px; }

.faq-list { display: grid; gap: 8px; margin-top: 0; }

.faq-list details {
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  min-height: 50px;
  box-shadow: 0 8px 16px rgba(14,33,77,.035);
}

.faq-list summary {
  list-style: none;
  cursor: pointer;
  padding: 13px 44px 13px 16px;
  font-weight: 800;
  font-size: .84rem;
  position: relative;
}

.faq-list summary::-webkit-details-marker { display: none; }

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%; right: 16px;
  transform: translateY(-50%);
  color: var(--blue); font-size: 1.1rem; font-weight: 800;
}

.faq-list details[open] summary::after { content: "\2212"; }

.faq-list p {
  margin: 0;
  padding: 0 16px 13px;
  color: var(--muted);
  font-size: .8rem;
  line-height: 1.5;
}

/* final CTA card */
.final-cta-card {
  position: relative;
  border-radius: 16px;
  background: linear-gradient(135deg,#0d224d 0%,#071936 100%);
  color: #fff;
  overflow: hidden;
  border: 0;
  box-shadow: 0 30px 70px rgba(6,20,48,.22);
  margin-top: 100px;
}

.final-cta-inner {
  position: relative;
  min-height: 236px;
  padding: 24px 270px 20px 26px;
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: start;
  gap: 10px;
}

.final-cta-inner h2 {
  max-width: 390px;
  font-size: 1.48rem;
  line-height: 1.1;
  margin: 0;
}

.final-cta-inner p {
  max-width: 370px;
  margin: 8px 0 0;
  font-size: .84rem;
  line-height: 1.5;
  color: rgba(255,255,255,.76);
}

.cta-engine-float {
  position: absolute;
  right: 18px; top: 42px;
  width: 245px; max-width: 42%;
  margin: 0; z-index: 1;
  filter: drop-shadow(0 24px 28px rgba(0,0,0,.35));
}

.value-stack {
  display: flex;
  gap: 14px;
  max-width: 370px;
  margin: 0;
  position: relative; z-index: 2;
}

.value-stack span {
  flex: 1;
  display: flex; flex-direction: row;
  align-items: center; justify-content: flex-start;
  gap: 6px;
  padding: 0; background: transparent;
  color: #fff; font-size: .66rem; line-height: 1.2; text-align: left; font-weight: 800;
}

.value-stack svg { width: 24px; height: 24px; flex: 0 0 24px; }

.final-cta-inner .primary-button {
  width: auto; max-width: none;
  min-height: 40px; padding: 9px 18px;
  border-radius: 9px; font-size: .82rem; line-height: 1.1;
  position: relative; z-index: 2;
}

.final-cta-inner .primary-button svg { width: 15px; height: 15px; }

.side-benefits-clean {
  position: absolute; right: 18px; bottom: 22px;
  display: flex; flex-direction: row; gap: 5px; z-index: 3; margin: 0;
}

.side-benefits-clean span {
  padding: 2px 7px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  font-size: .58rem; line-height: 1; font-weight: 700; color: #fff;
  white-space: nowrap;
}

.side-benefits-clean span + span::before { content: none; }

/* ── FAQ WIDE PROOF BAR ───────────────────────────────────── */
.faq-wide-proof {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  margin-bottom: 14px; padding: 12px 20px;
  border: 1px solid var(--border); border-radius: 14px;
  background: rgba(255,255,255,.92);
}

.faq-wide-left { display: flex; align-items: center; gap: 12px; }
.faq-wide-icon svg { width: 36px; height: 36px; color: var(--blue); }
.faq-wide-left h4 { margin: 0; font-size: .9rem; line-height: 1.2; }
.faq-wide-left p  { margin: 2px 0 0; font-size: .82rem; color: var(--muted); }

.faq-wide-trustpilot {
  display: flex; align-items: center; gap: 10px;
  font-size: .8rem; font-weight: 700; color: var(--muted); white-space: nowrap;
}

.faq-wide-trustpilot .stars { color: #00b67a; letter-spacing: .08em; font-size: .9rem; }
.faq-wide-trustpilot strong { color: var(--text); }

/* ── FINAL WIDE CTA ──────────────────────────────────────── */
.final-section { padding-bottom: 0; }

.final-wide-cta {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 0; margin-bottom: 0;
  background: #0b1d45;
}

.final-wide-cta-inner {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  border-radius: 0;
  background:
    linear-gradient(90deg,rgba(7,22,52,.98) 0%,rgba(7,22,52,.94) 45%,rgb(0,0,0) 100%),
    url(./assets/img/final-bmw-bg.webp) center / cover no-repeat;
  color: #fff;
  padding: 28px;
}

.final-wide-copy { max-width: 620px; position: relative; z-index: 2; }

.final-wide-copy h2 {
  margin: 0; font-size: 2.1rem; line-height: 1.05; letter-spacing: -.04em;
}

.final-wide-benefits {
  display: flex; gap: 22px; margin: 18px 0; flex-wrap: wrap;
}

.final-wide-benefits span {
  display: flex; gap: 8px; align-items: flex-start;
  font-weight: 800; font-size: .82rem;
}

.final-wide-benefits svg { width: 20px; height: 20px; color: #fff; }
.final-wide-benefits small { color: rgba(255,255,255,.75); font-weight: 600; }

.final-wide-actions { display: flex; gap: 10px; align-items: center; }
.final-wide-actions .primary-button { min-height: 44px; padding: 11px 24px; }
.final-wide-actions .primary-button svg { width: 16px; height: 16px; }

.final-call-button {
  display: inline-flex; align-items: center; gap: 10px;
  min-height: 44px; padding: 9px 16px;
  border: 1px solid rgba(255,255,255,.5); border-radius: 10px;
  color: #fff; font-size: .8rem; font-weight: 700;
}

.final-call-button svg { width: 20px; height: 20px; }

.final-wide-proof {
  display: flex; gap: 18px; margin-top: 14px;
  font-size: .78rem; color: rgba(255,255,255,.82);
}

.final-wide-image {
  position: absolute; right: 0; top: 0; bottom: 0; width: 52%;
}

.final-wide-image img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }

.final-wide-note {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 36px;
  background: #f3f7ff; color: var(--muted); font-size: .86rem; font-weight: 700;
}

.final-wide-note svg { width: 20px; height: 20px; color: var(--blue); }

/* ── MISC UTILITY ────────────────────────────────────────── */
.trustpilot-footer {
  display: flex; align-items: center; flex-wrap: wrap;
  gap: 12px; margin-top: 8px;
  padding: 8px 14px;
  border: 1px solid var(--border); border-radius: 14px;
  background: #edf4ff;
  font-size: .8rem; font-weight: 700; color: var(--muted);
  width: fit-content; margin-left: auto; margin-right: auto;
}

/* left-mobile: no effect on desktop, aligns left on mobile */
.left-mobile { text-align: left; }

/* ── SECTION-END DIVIDERS ────────────────────────────────── */
.section-spacing {
  position: relative;
}

.section-spacing::after,
.hero-section::after {
  content: "";
  display: block;
  width: 100vw;
  height: 32px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 18px;
  pointer-events: none;

  /* the actual line */
  border-top: 1px solid rgba(214, 225, 243, 0.95);

  /* ONLY downward fade */
  background: linear-gradient(
    180deg,
    rgba(6, 17, 43, 0.18) 0%,
    rgba(6, 17, 43, 0.08) 35%,
    rgba(6, 17, 43, 0.02) 65%,
    transparent 100%
  );

}


/* Cost ends with the full-bleed price strip — no pseudo needed */
#cost.section-spacing::after { display: none; }
#trust-stack.section-spacing::after { display: none; }

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 1180px) {
  .menu-toggle {
    display: inline-flex;
    order: 3;
  }

  .header-phone { display: none; }

  .top-nav {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 12px;
    left: 12px;
    z-index: 30;
    background: #0f244f;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 14px;
    box-shadow: 0 16px 30px rgba(8, 20, 45, .32);
    padding: 10px;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
  }

  .top-nav a {
    display: block;
    padding: 10px 12px;
    border-radius: 10px;
    color: #ffffff;
  }

  .top-nav a:hover {
    color: #ffffff;
    background: rgba(255,255,255,.12);
  }

  .site-header.menu-open .top-nav {
    display: flex;
  }

  .hero-layout { padding: 22px; flex-direction: column; }
  .hero-copy   { min-height: 0; max-width: none; }

  .hero-engine-wrap,
  .quote-card { position: static; width: 100%; }

  .hero-engine-wrap img { max-width: 420px; width: 100%; margin: 0 auto; }

  .cost-grid  { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; gap: 14px; }
  .step-card:not(:last-child)::after { display: none; }
  .step-card {
    grid-template-columns: 96px minmax(0,1fr);
    padding: 16px 16px 0;
  }
  .step-icon {
    width: 96px;
    height: 96px;
  }

  .split-panels { grid-template-columns: 1fr; }

  .options-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "types"
      "engines"
      "visual";
  }

  .options-visual-card { min-height: 420px; }

  .mini-quote-card.overlay {
    position: static;
    width: 100%; max-width: none;
    margin-top: 16px;
  }

  .models-layout { grid-template-columns: 1fr; }
  .featured-model-grid { grid-template-columns: 1fr; }

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

  .trust-top    { grid-template-columns: 1fr; }
  .peace-bar    { grid-template-columns: 1fr; }
  .peace-icons  { grid-template-columns: repeat(4, minmax(0,1fr)); }

  .faq-review-row { grid-template-columns: 1fr; }

  .final-cta-card { margin-top: 10px; }

  .final-cta-inner { padding-right: 26px; }

  .cta-engine-float {
    position: static;
    max-width: 300px; width: 100%; margin: 8px auto 0;
  }

  .side-benefits-clean { position: static; margin-top: 6px; }

  .review-track { grid-auto-columns: calc((100% - 14px) / 2); }

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

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

  .site-header { position: static; }

  .header-inner { min-height: 74px; }
  .brand img    { width: auto; height: 46px; }
  .menu-toggle  { width: 40px; height: 40px; }

  .hero-copy h1         { font-size: 1.65rem; line-height: 1.05; max-width: 300px; }
  .section-heading h2   { font-size: 1.3rem; }

  .cost-card .section-heading h2 { padding-bottom: 8px; }


  .hero-layout {
    padding: 14px 12px 18px;
    gap: 0;
  }

  .hero-copy {
    position: relative;
    padding-bottom: 0;
  }

  .hero-copy .section-subtitle {
    max-width: 340px;
    font-size: 0.62rem;
    line-height: 1.55;
    margin-bottom: 10px;
  }

  .hero-engine-wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 170px;
    width: 86%;
    opacity: .95;
    pointer-events: none;
    z-index: 0;
  }

  .hero-engine-wrap img {
    max-width: none;
    width: 100%;
    filter: drop-shadow(0 14px 20px rgba(17,34,71,.18));
    margin-top: -60px;
  }

  .hero-feature-row {
    position: relative;
    z-index: 2;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    max-width: none;
    margin-top: 132px;
  }

  .mini-feature {
    min-height: 66px;
    padding: 8px 8px 6px;
    border: 1px solid rgba(214,223,239,.95);
    border-radius: 12px;
    border-right: 1px solid rgba(214,223,239,.95);
    margin-top: 0;
    backdrop-filter: blur(1px);
    background: rgba(255,255,255,.82);
  }

  .mini-icon {
    width: 32px;
    height: 32px;
  }

  .mini-icon svg,
  .mini-feature svg {
    width: 22px;
    height: 22px;
  }

  .mini-feature span:last-child {
    max-width: none;
    font-size: 0.5rem;
    line-height: 1.2;
  }

  .review-strip { display: none; }
  .review-strip-mobile {
    display: flex;
    margin-top: 8px;
    font-size: .5rem;
    row-gap: 6px;
  }

  .quote-card { margin-top: 16px; }

  .cost-item:not(:last-child)::after { display: none; }
  .cost-grid { gap: 14px; }

  .price-strip { grid-template-columns: 1fr; }
  .price-strip-title { display: none; }
  .price-strip-grid  { grid-template-columns: repeat(2, minmax(0,1fr)); }

  /* Engine options mobile readability + compact layout */
  #engine-options .options-shell::after {
    top: -18px;
    right: -120px;
    width: 430px;
    height: 290px;
    opacity: .55;
    filter: drop-shadow(0 10px 14px rgba(17,34,71,.14));
  }

  #engine-options .options-header h2,
  #engine-options .options-header .section-subtext,
  #engine-options .engine-types h3 {
    position: relative;
    z-index: 2;
    text-shadow:
      0 0 8px rgba(255,255,255,.95),
      0 0 16px rgba(255,255,255,.9),
      0 1px 0 rgba(255,255,255,.98);
  }

  #engine-options .section-subtext{
    color: #0c1f47;
  }

  #engine-options .options-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "types"
      "engines"
      "visual";
    gap: 10px;
  }

  #engine-options .options-header {
    max-width: none;
  }

  #engine-options .engine-grid {
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 8px;
    overflow: visible;
    padding-bottom: 0;
    margin: 0;
    scroll-snap-type: none;
  }

  #engine-options .engine-card {
    min-height: 0;
    padding: 8px 10px;
  }

  #engine-options .engine-card img {
    aspect-ratio: 2.1 / 1;
    max-height: 84px;
    padding: 4px;
  }

  #engine-options .engine-card a {
    margin-top: 8px;
    padding-top: 0;
  }

  .engine-grid-wrap:has(.engine-card:nth-child(5)) > h3 {
    display: block;
  }

  .engine-grid-wrap:has(.engine-card:nth-child(5)) > h3::after {
    content: none;
  }

  #engine-options .options-visual-card {
    min-height: 0;
  }

  #engine-options .mini-quote-card.overlay {
    position: static;
    width: 100%;
    max-width: none;
    margin-top: 8px;
  }

  #engine-options.section-spacing {
    padding-bottom: 4px;
  }

  .models-trust-bar { grid-template-columns: 1fr; }
  .model-tabs       { overflow-x: auto; }

  .trust-stats  { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .trust-stats .metric-tile { border-right: 0; }
  .peace-icons  { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .peace-icons span { border-right: 0; border-bottom: 1px solid rgba(214,223,239,.95); }

  .review-track { grid-auto-columns: 88%; }


  .faq-viewport { height: auto; }

  .final-cta-inner { padding: 22px; }

  .value-stack      { flex-wrap: wrap; }
  .side-benefits-clean { flex-wrap: wrap; }

  .support-row,
  .cost-cta {
    display: block;
  }

  

  .support-row p,
  .cost-cta p {
    display: block;
    width: 100%;
    margin: 0 0 8px;
    line-height: 1.35;
  }

  .support-row .secondary-button,
  .cost-cta .secondary-button {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    white-space: nowrap;
    margin-top: 8px;
  }

  .support-row::after,
  .cost-cta::after {
    content: "";
    display: block;
    clear: both;
  }

  .price-table tbody td {
    box-shadow:
      inset 0 1px 0 #d7e2f3,
      inset 0 -1px 0 #d7e2f3;
  }

  .price-strip-grid .price-pill {
    border-top: 0;
    border-bottom: 0;
  }

  .price-strip-grid .price-pill:nth-child(even) {
    border-left: 1px solid rgba(255,255,255,.18);
  }

  .price-strip-grid .price-pill:nth-child(-n+2) {
    border-bottom: 3px double rgba(255,255,255,.3);
  }
  .dual-actions { flex-wrap: wrap; }
  .dual-actions .primary-button,
  .dual-actions .ghost-button { width: 100%; }

  .faq-wide-proof { flex-direction: column; align-items: flex-start; gap: 10px; }
  .faq-wide-trustpilot { flex-wrap: wrap; white-space: normal; }

  /* FAQ-side CTA card: place chips after engine image and center */
  .final-cta-card { margin-top: 8px; }
  .final-cta-inner {
    min-height: 0;
    padding: 16px 14px 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
  }
  .final-cta-copy h2 { font-size: 1.46rem; line-height: 1.08; }
  .final-cta-copy p  { font-size: .84rem; line-height: 1.5; margin: 0; }
  .value-stack { margin: 2px 0 4px; }
  .value-stack span { font-size: .74rem; }
  .final-cta-inner .primary-button { width: 100%; }
  .cta-engine-float {
    position: static;
    width: min(260px, 78%);
    max-width: none;
    margin: 4px auto 0;
    order: 5;
  }
  .side-benefits-clean {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 4px auto 0;
    order: 6;
    width: 100%;
    padding: 10px 10px;
  }
  .side-benefits-clean span {
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.16);
    color: #fff;
    font-size: .74rem;
    font-weight: 800;
  }
  .side-benefits-clean span + span::before { content: none; margin: 0; }

  /* Last section mobile enhancement */
  .final-wide-cta { margin-top: 10px; }
  .final-wide-cta-inner {
    min-height: 0;
    padding: 16px 14px;
    border-radius: 12px;
    background:
      linear-gradient(180deg,rgba(7,22,52,.98) 0%,rgba(7,22,52,.95) 100%);
  }
  .final-wide-copy { max-width: none; }
  .final-wide-copy h2 {
    font-size: 1.56rem;
    line-height: 1.08;
    margin-bottom: 8px;
  }
  .final-wide-benefits { gap: 10px; margin: 10px 0 12px; }
  .final-wide-benefits span { width: 100%; font-size: .8rem; }
  .final-wide-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .final-wide-actions .primary-button,
  .final-call-button {
    width: 100%;
    justify-content: center;
    min-height: 42px;
  }
  .final-wide-image {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
  .final-wide-image img {
    width: 100%;
    height: auto;
    max-height: 210px;
    object-fit: contain;
  }
  .final-wide-proof { display: none; }
  .final-wide-note {
    min-height: 0;
    padding: 10px 12px;
    text-align: center;
    line-height: 1.4;
  }
}
/* =========================
   GLOBAL FIX PATCH (FINAL)
   ========================= */


/* ---------- 1. TRUST STATS ICONS FIX ---------- */
.trust-stats .metric-tile,
.models-trust-bar .metric-tile {
  display: grid;
  grid-template-columns: 54px 1fr;
  grid-template-rows: auto auto;
  column-gap: 10px;
  align-items: center;
  text-align: left;
}

.trust-stats .metric-icon,
.models-trust-bar .metric-icon {
  grid-column: 1;
  grid-row: 1 / 3;
  width: 46px;
  height: 46px;
  min-width: 46px;
  margin: 0;
}

.trust-stats .metric-icon svg,
.models-trust-bar .metric-icon svg {
  width: 40px;
  height: 40px;
}

.trust-stats .metric-tile strong,
.models-trust-bar .metric-tile strong {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  line-height: 1.05;
}

.trust-stats .metric-tile span:not(.metric-icon),
.models-trust-bar .metric-tile span:not(.metric-icon) {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
  line-height: 1.2;
  white-space: normal;
}


/* ---------- 2. STEP FOOTER (ICON ABOVE TEXT) ---------- */
.step-footer {
  flex-direction: column !important;
  gap: 4px !important;
  text-align: center !important;
}

.step-footer-icon {
  margin: 0 !important;
}


/* ---------- 3. PRICE TABLE ALIGNMENT FIX ---------- */
.price-table {
  border-collapse: separate !important;
  border-spacing: 0 !important;
  margin-bottom: 0 !important;
}

.price-table th,
.price-table td {
  padding: 14px 18px !important;
  vertical-align: middle !important;
}

/* force perfect column alignment */
.price-table th:first-child,
.price-table td:first-child {
  width: 60% !important;
}

.price-table th:last-child,
.price-table td:last-child {
  width: 40% !important;
  text-align: left !important;
}

/* remove weird spacing under header */
.price-table thead th {
  border-bottom: none !important;
}

/* remove extra gap above first row */
.price-table tbody tr:first-child td {
  border-top: none !important;
}

/* ensure icon + text aligns nicely */
.price-option-cell {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.price-option-icon {
  margin: 0 !important;
}


/* ---------- 4. REMOVE MICRO GAPS UNDER TABLE ---------- */
.panel-note {
  width: 100%;
  margin-top: 10px !important;
  border-radius: 0 !important;
}

.price-table tbody tr:last-child td {
  padding-bottom: 14px !important;
}


/* ---------- 5. REG INPUT CENTER FIX ---------- */
.reg-plate-input,
.model-support-card input {
  text-align: center !important;
  padding-left: 42px !important;
  padding-right: 42px !important;
  background-position: 10px center !important;
}

.reg-plate-input::placeholder,
.model-support-card input::placeholder {
  text-align: center !important;
}


/* ---------- 6. SAFETY: PREVENT FLEX OVERRIDES ---------- */
.metric-tile {
  display: grid !important;
}
/* ================================
   FINAL TRUST STATS ROW FIX
   Matches reference layout
   ================================ */

.trust-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 16px;
  max-width: none;
  width: 100%;
}

.trust-stats .trust-metric-tile {
  display: flex;
  flex-wrap: nowrap;
  gap: 7px;
  align-items: flex-start;
  padding: 0 14px 0 0;
  border-right: 1px solid #dbe5f4;
  text-align: left;
  min-width: 0;
}

.trust-stats .trust-metric-tile:last-child {
  border-right: 0;
}

.trust-stats .trust-metric-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  flex: 0 0 40px;
  margin: 0;
  color: #6f7f9d;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.trust-stats .trust-metric-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1 1 auto;
  min-width: 0;
  padding-right: 10px;
  text-align: left;
}

.trust-stats .trust-metric-icon svg {
  width: 34px;
  height: 34px;
  stroke-width: 1.8;
}

.trust-stats .trust-metric-tile:nth-child(1) .trust-metric-icon svg { width: 35px; height: 35px; }
.trust-stats .trust-metric-tile:nth-child(2) .trust-metric-icon svg { width: 32px; height: 32px; }
.trust-stats .trust-metric-tile:nth-child(3) .trust-metric-icon svg { width: 37px; height: 37px; }
.trust-stats .trust-metric-tile:nth-child(4) .trust-metric-icon svg { width: 30px; height: 30px; }

.trust-stats .trust-metric-copy strong {
  display: block;
  margin: 0;
  color: #1f67ff;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.1;
  white-space: normal;
}

.trust-stats .trust-metric-copy span {
  display: block;
  margin: 0;
  color: #61718f;
  font-size: 0.69rem;
  font-weight: 500;
  line-height: 1.2;
  white-space: normal;
}

/* Keep the CTA bar version like the reference too */
.models-trust-bar {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  align-items: center;
}

.models-trust-bar .metric-tile {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 9px;
  align-items: center;
  padding: 0 14px;
  border-right: 1px solid #dbe5f4;
  text-align: left;
}

.models-trust-bar .metric-tile:last-child {
  border-right: 0;
}

.models-trust-bar .metric-icon {
  grid-column: 1;
  grid-row: 1 / 3;
  width: 34px;
  height: 34px;
  min-width: 34px;
  margin: 0;
  color: #6f7f9d;
}

.models-trust-bar .metric-icon svg {
  width: 30px;
  height: 30px;
}

.models-trust-bar .metric-tile strong {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  font-size: 0.76rem;
  line-height: 1.05;
  color: #061735;
}

.models-trust-bar .metric-tile span:not(.metric-icon) {
  grid-column: 2;
  grid-row: 2;
  margin: 2px 0 0;
  font-size: 0.64rem;
  line-height: 1.15;
  color: #61718f;
}

/* Mobile safety */
@media (max-width: 768px) {
  .trust-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 0;
    max-width: 100%;
  }

  .trust-stats .metric-tile:nth-child(2n) {
    border-right: 0;
  }

  .models-trust-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 0;
  }
}
