:root {
  color-scheme: light only;
  --bg: #f5f7fb;
  --bg-soft: #edf3fb;
  --surface: rgba(255, 255, 255, 0.96);
  --surface-strong: #ffffff;
  --line: rgba(15, 36, 70, 0.12);
  --ink: #10223d;
  --ink-soft: #5d6f8c;
  --brand: #0b5db6;
  --brand-deep: #0d2f68;
  --brand-soft: #e6f0fb;
  --gold: #f0c866;
  --gold-soft: #fff4cf;
  --good: #1b7a4a;
  --good-soft: #dbf5e7;
  --caution: #9b6a11;
  --caution-soft: #fff1d5;
  --concern: #b23a52;
  --concern-soft: #ffe0e7;
  --shadow: 0 24px 60px rgba(16, 34, 61, 0.08);
  --radius-xl: 32px;
  --radius-l: 24px;
  --radius-m: 18px;
  --radius-s: 14px;
}

/* MyCarCheck brand pass */
:root {
  --bg: #7ec5f0;
  --bg-soft: #f6f8fb;
  --surface: #ffffff;
  --surface-strong: #ffffff;
  --line: rgba(18, 50, 91, 0.22);
  --ink: #12325b;
  --ink-soft: rgba(18, 50, 91, 0.72);
  --brand: #0a4a99;
  --brand-deep: #12325b;
  --brand-soft: rgba(18, 50, 91, 0.06);
  --gold: #f6db61;
  --gold-soft: #fff4b8;
  --shadow: 0 12px 0 rgba(18, 50, 91, 0.08), 0 24px 60px rgba(18, 50, 91, 0.12);
  --radius-xl: 18px;
  --radius-l: 16px;
  --radius-m: 14px;
  --radius-s: 10px;
}

body {
  background:
    linear-gradient(90deg, #80cef4 0%, #78b5ee 42%, #7a67c8 100%);
  color: var(--ink);
}

.app-shell {
  width: min(1064px, calc(100vw - 28px));
  padding-top: 0;
}

.mcc-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 40px minmax(160px, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 54px;
  margin: 0 calc(50% - 50vw) 14px;
  padding: 8px max(14px, calc((100vw - 1064px) / 2));
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 1px 0 rgba(18, 50, 91, 0.12);
  backdrop-filter: blur(14px);
}

.mcc-menu-mark {
  display: grid;
  place-items: center;
  gap: 3px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
}

.mcc-menu-mark span {
  display: block;
  width: 18px;
  height: 3px;
  border-radius: 999px;
  background: var(--brand-deep);
}

.brand-lockup {
  align-items: center;
  justify-content: center;
  width: auto;
}

.brand-logo {
  width: 146px;
}

.brand-copy-left {
  display: none;
}

.topbar-controls {
  grid-template-columns: auto minmax(230px, 320px);
  align-items: center;
  gap: 14px;
}

.topbar-nav {
  justify-content: flex-end;
}

.topbar-nav a {
  min-height: 36px;
  padding: 0 14px;
  border-color: rgba(18, 50, 91, 0.14);
  border-radius: 999px;
  background: #fff;
  color: var(--brand-deep);
  font-size: 0.84rem;
  font-weight: 900;
}

.topbar-nav a:hover {
  background: var(--brand-deep);
  color: #fff;
}

.account-switcher {
  gap: 4px;
}

.account-switcher span,
.section-kicker,
.card-kicker,
.decision-kicker {
  color: var(--brand-deep);
  font-weight: 900;
}

.account-switcher select {
  min-height: 38px;
  border-radius: 8px;
  border-color: rgba(18, 50, 91, 0.2);
  font-size: 0.84rem;
}

.page-shell {
  gap: 10px;
  margin-top: 0;
}

.mcc-hero-grid {
  display: grid;
  gap: 10px;
}

.mcc-site-card,
.surface-card,
.page-intro,
.hero-panel,
.detail-summary-card,
.search-controls,
.demo-helper,
.filter-toolbar,
.filter-sheet-card {
  overflow: hidden;
  border: 1.5px solid var(--brand-deep);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(18, 50, 91, 0.16);
}

.mcc-card-title {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 60px;
  padding: 10px 14px;
  background: #073f8e;
  color: #fff;
}

.mcc-card-title strong {
  font-size: clamp(1.2rem, 2.4vw, 1.72rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
}

.mcc-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 3px solid #fff;
  background: linear-gradient(180deg, #fff 0%, #f0f5fb 100%);
  color: var(--brand-deep);
}

.mcc-icon::before {
  font-size: 1.22rem;
  font-weight: 900;
  line-height: 1;
}

.mcc-icon-search::before {
  content: "?";
}

.mcc-icon-sale::before {
  content: "%";
}

.mcc-icon-deal::before {
  content: "2";
}

.mcc-reg-body {
  display: grid;
  gap: 0;
  min-height: 360px;
  align-content: end;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), #fff 56%),
    radial-gradient(circle at 50% 18%, rgba(246, 219, 97, 0.28), transparent 34%);
}

.mcc-vrm-plate {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 68px;
  align-items: center;
  gap: 8px;
  margin: 92px 16px 86px;
}

.mcc-vrm-plate span,
.mcc-vrm-plate b {
  min-height: 76px;
  border: 3px solid #050505;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff58e 0%, #f2d45c 100%);
  color: #030303;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.mcc-vrm-plate span {
  display: grid;
  place-items: center;
  padding: 0 12px;
  font-family: Impact, 'Arial Black', sans-serif;
  font-size: clamp(1.7rem, 4vw, 2.55rem);
  letter-spacing: 0.05em;
  text-align: center;
}

.mcc-vrm-plate b {
  position: relative;
  overflow: hidden;
  text-indent: -999px;
}

.mcc-vrm-plate b::before,
.mcc-vrm-plate b::after {
  content: "";
  position: absolute;
  display: block;
}

.mcc-vrm-plate b::before {
  width: 24px;
  height: 24px;
  top: 19px;
  left: 18px;
  border: 5px solid #030303;
  border-radius: 50%;
}

.mcc-vrm-plate b::after {
  width: 22px;
  height: 6px;
  top: 44px;
  left: 39px;
  border-radius: 999px;
  background: #030303;
  transform: rotate(45deg);
}

.mcc-action-list {
  border-top: 1px solid rgba(18, 50, 91, 0.14);
}

.mcc-action-list a,
.mcc-card-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 10px 12px 10px 16px;
  border-top: 1px solid rgba(18, 50, 91, 0.08);
  color: var(--brand-deep);
  font-weight: 900;
}

.mcc-action-list a:first-child {
  border-top: 0;
}

.mcc-action-list small {
  display: block;
  grid-column: 1;
  color: var(--ink-soft);
  font-size: 0.88rem;
  font-weight: 700;
}

.mcc-action-list a::after,
.mcc-card-footer b {
  content: "";
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 5px solid #eff4fb;
  border-radius: 50%;
  background:
    linear-gradient(45deg, transparent 42%, var(--brand-deep) 42% 58%, transparent 58%) center / 12px 12px no-repeat,
    #fff;
  box-shadow: inset 0 0 0 2px var(--brand-deep);
  grid-column: 2;
  grid-row: 1 / span 2;
}

.mcc-site-card > img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-bottom: 1px solid var(--brand-deep);
}

.mcc-card-copy {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.mcc-card-copy h1,
.mcc-card-copy h2 {
  margin: 0;
  color: var(--brand-deep);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.025em;
}

.mcc-card-copy h1 {
  font-size: clamp(2rem, 4vw, 3.15rem);
}

.mcc-card-copy h2 {
  font-size: 1.18rem;
}

.mcc-card-copy p {
  margin: 0;
  color: var(--brand-deep);
  font-size: 1rem;
  line-height: 1.25;
}

.mcc-card-copy ul,
.feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mcc-card-copy li,
.feature-list li {
  position: relative;
  padding-left: 24px;
  color: var(--brand-deep);
  font-weight: 800;
  line-height: 1.28;
}

.mcc-card-copy li::before,
.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 12px;
  height: 7px;
  border-left: 4px solid #00a99d;
  border-bottom: 4px solid #00a99d;
  transform: rotate(-45deg);
}

.mcc-card-footer {
  margin-top: auto;
  border-top-color: var(--brand-deep);
  background: #fbfcfe;
}

.section-head {
  padding: 8px 0 0;
}

.section-head h2,
.page-intro h1,
.detail-summary-card h1 {
  color: var(--brand-deep);
  letter-spacing: -0.028em;
}

.section-head p,
.page-intro p,
.detail-summary-card p,
.hero-copy p {
  color: var(--ink-soft);
}

.listing-grid {
  gap: 10px;
}

.listing-card {
  border: 1.5px solid var(--brand-deep);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(18, 50, 91, 0.14);
}

.listing-card-boosted {
  border-color: var(--brand-deep);
  box-shadow: 0 0 0 4px rgba(246, 219, 97, 0.72), 0 10px 24px rgba(18, 50, 91, 0.16);
}

.listing-card-media {
  border-bottom: 1px solid var(--brand-deep);
  background-color: #0f1725;
}

.listing-card-content {
  gap: 10px;
  padding: 12px;
}

.listing-card-content h3 {
  color: var(--brand-deep);
  font-size: 1.02rem;
  font-weight: 900;
}

.listing-price-row {
  color: var(--brand-deep);
  font-weight: 900;
}

.listing-meta-row,
.listing-utility,
.card-subtitle,
.card-text {
  color: var(--ink-soft);
}

.pill {
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 900;
}

.pill-checked {
  background: #fff2a3;
  color: var(--brand-deep);
}

.pill-default {
  background: #eef2f7;
  color: rgba(18, 50, 91, 0.68);
}

.pill-good {
  background: #e3f8e8;
  color: #008a55;
}

.pill-caution {
  background: #fff1c6;
  color: #8c6400;
}

.pill-concern {
  background: #ffe2ef;
  color: #a01655;
}

.listing-check-grid span {
  background: #eef2f7;
  color: rgba(18, 50, 91, 0.66);
}

.btn {
  min-height: 42px;
  border-radius: 999px;
  font-weight: 900;
}

.btn-primary {
  background: var(--brand-deep);
  color: #fff;
}

.btn-secondary,
.btn-ghost {
  border-color: rgba(18, 50, 91, 0.24);
  background: #fff;
  color: var(--brand-deep);
}

.product-offer-card .card-body-wrap {
  padding: 0;
}

.product-offer-card .card-head {
  display: grid;
  min-height: 58px;
  padding: 12px 14px;
  background: #073f8e;
  color: #fff;
}

.product-offer-card .card-kicker,
.product-offer-card .card-subtitle,
.product-offer-card .card-head h2 {
  color: #fff;
}

.product-offer-card .card-kicker {
  opacity: 0.86;
}

.product-offer-card .card-subtitle {
  opacity: 0.9;
}

.product-offer-card .card-text,
.product-offer-card .feature-list,
.product-offer-card .card-actions {
  padding-right: 16px;
  padding-left: 16px;
}

.product-offer-card .card-text {
  padding-top: 16px;
}

.product-offer-card .feature-list {
  padding-bottom: 16px;
}

.product-offer-card .card-actions {
  padding-bottom: 16px;
}

.search-controls input,
.search-controls select,
.stack-form input,
.stack-form select,
.stack-form textarea,
.search-inline-field input {
  border-color: rgba(18, 50, 91, 0.22);
  border-radius: 8px;
  color: var(--brand-deep);
}

.search-controls input[name="term"],
.stack-form input[name="registration"] {
  border: 3px solid #050505;
  background: linear-gradient(180deg, #fff58e 0%, #f2d45c 100%);
  color: #050505;
  font-family: Impact, 'Arial Black', sans-serif;
  font-size: 1.35rem;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

.chip-button {
  border-color: rgba(18, 50, 91, 0.24);
  background: #fff;
  color: var(--brand-deep);
  font-weight: 900;
}

.chip-button.active,
.filter-trigger {
  background: var(--brand-deep);
  color: #fff;
}

.site-footer {
  border-top-color: rgba(18, 50, 91, 0.18);
  color: rgba(18, 50, 91, 0.78);
}

@media (min-width: 760px) {
  .mcc-hero-grid {
    grid-template-columns: minmax(280px, 0.95fr) minmax(0, 0.95fr) minmax(0, 0.95fr);
    align-items: stretch;
  }

  .mcc-site-card {
    display: flex;
    flex-direction: column;
    min-height: 630px;
  }
}

@media (min-width: 960px) {
  .listing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .mcc-topbar {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .topbar-controls {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
  }

  .topbar-nav {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .app-shell {
    width: min(100vw - 18px, 430px);
  }

  .mcc-topbar {
    margin-bottom: 10px;
    padding-right: max(9px, env(safe-area-inset-right));
    padding-left: max(9px, env(safe-area-inset-left));
  }

  .brand-logo {
    width: 112px;
  }

  .topbar-nav {
    gap: 6px;
  }

  .topbar-nav a {
    min-height: 32px;
    padding: 0 10px;
    font-size: 0.72rem;
  }

  .account-switcher select {
    width: 100%;
  }

  .mcc-card-title {
    min-height: 52px;
  }

  .mcc-card-title strong {
    font-size: 1.28rem;
  }

  .mcc-reg-body {
    min-height: auto;
  }

  .mcc-vrm-plate {
    grid-template-columns: minmax(0, 1fr) 58px;
    margin: 54px 12px 52px;
  }

  .mcc-vrm-plate span,
  .mcc-vrm-plate b {
    min-height: 62px;
  }
}

@font-face {
  font-display: swap;
  font-family: 'SharpSans';
  src: url('./assets/fonts/SharpSansDispNo1-Medium.woff2') format('woff2');
  font-weight: 400;
}

@font-face {
  font-display: swap;
  font-family: 'SharpSans';
  src: url('./assets/fonts/SharpSansDispNo1-Bold.woff2') format('woff2');
  font-weight: 700;
}

@font-face {
  font-display: swap;
  font-family: 'SharpSans';
  src: url('./assets/fonts/SharpSansDispNo1-Extrabold.woff2') format('woff2');
  font-weight: 900;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(11, 93, 182, 0.16), transparent 32%),
    radial-gradient(circle at top right, rgba(240, 200, 102, 0.18), transparent 28%),
    linear-gradient(180deg, #f8fbff 0%, #f4f7fb 48%, #eef3f9 100%);
  color: var(--ink);
  font-family: 'SharpSans', 'Segoe UI', sans-serif;
  line-height: 1.5;
}

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

button,
input,
select,
textarea {
  font: inherit;
  font-size: 16px;
}

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

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

button {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid rgba(11, 93, 182, 0.24);
  outline-offset: 2px;
}

.app-shell {
  width: min(1120px, calc(100vw - 24px));
  margin: 0 auto;
  padding: 14px 0 calc(72px + env(safe-area-inset-bottom, 0px));
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 4px 2px 0;
}

.brand-lockup {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  width: 100%;
  min-width: 0;
}

.brand-copy {
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
  min-width: 0;
  text-align: right;
}

.brand-lockup strong,
.brand-lockup span {
  display: block;
}

.brand-lockup strong {
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.01em;
}

.brand-logo {
  width: 88px;
  height: auto;
}

.page-shell {
  display: grid;
  gap: 20px;
  margin-top: 16px;
}

.page-shell.has-bottom-bar {
  padding-bottom: calc(92px + env(safe-area-inset-bottom, 0px));
}

.page-intro,
.hero-panel,
.surface-card,
.detail-summary-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.page-intro,
.detail-summary-card {
  padding: 20px;
}

.hero-copy h1,
.section-head h2,
.card-copy h2,
.page-intro h1 {
  margin: 0;
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: -0.018em;
}

.detail-summary-card h1,
.page-intro h1 {
  line-height: 1.1;
}

.hero-copy h1 {
  font-size: clamp(2rem, 7vw, 4.1rem);
}

.page-intro h1,
.detail-summary-card h1 {
  font-size: clamp(1.58rem, 5.4vw, 2.45rem);
}

.page-intro p,
.hero-copy p,
.detail-summary-card p,
.section-head p,
.card-subtitle,
.card-text,
.comparison-helper,
.comparison-foot,
.todo-note,
.intent-text,
.listing-meta-row,
.listing-utility,
.site-footer,
.checked-flow p {
  margin: 0;
  color: var(--ink-soft);
}

.section-kicker,
.card-kicker,
.intent-label {
  margin: 0;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-panel {
  display: grid;
  gap: 20px;
  padding: 20px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.98), rgba(230, 240, 251, 0.9)),
    linear-gradient(180deg, rgba(240, 200, 102, 0.16), transparent);
}

.hero-copy {
  display: grid;
  gap: 10px;
  max-width: 720px;
}

.hero-proof {
  display: grid;
  gap: 10px;
}

.hero-proof-item {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid rgba(15, 36, 70, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
}

.hero-proof-item span {
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-proof-item strong {
  font-size: 1rem;
  line-height: 1.2;
}

.hero-last-words {
  white-space: nowrap;
}

.hero-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 4px;
}

.hero-actions .btn {
  flex: 1 1 180px;
}

.intent-grid {
  display: grid;
  gap: 12px;
}

.intent-card {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: var(--radius-m);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.84);
}

.intent-card.selected {
  border-color: rgba(11, 93, 182, 0.2);
  background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
}

.intent-label {
  color: var(--ink);
  font-size: 1.15rem;
  letter-spacing: -0.01em;
  text-transform: none;
}

.surface-card {
  overflow: hidden;
}

.latest-showcase {
  display: grid;
  gap: 20px;
  padding: 20px;
}

.latest-showcase-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  flex-direction: column;
}

.latest-showcase-head h2,
.latest-listing-body h3 {
  margin: 0;
  line-height: 1.06;
}

.showcase-link,
.latest-sell-prompt a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--brand-deep);
  font-weight: 700;
}

.showcase-link::after,
.latest-sell-prompt a::after {
  content: '→';
}

.latest-rail-wrap {
  position: relative;
}

.latest-rail-desktop {
  display: none;
}

.latest-grid {
  display: grid;
  gap: 16px;
}

.latest-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 2px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.latest-rail::-webkit-scrollbar {
  display: none;
}

.latest-listing-card {
  min-width: 0;
  scroll-snap-align: start;
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.latest-listing-card:hover {
  transform: translateY(-2px);
}

.latest-listing-link {
  display: grid;
  height: 100%;
  color: inherit;
}

.latest-listing-media {
  aspect-ratio: 16 / 10;
  position: relative;
  background: var(--bg-soft) url('/assets/brand/topmakes.jpg') center/cover no-repeat;
  overflow: hidden;
}

.latest-listing-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.latest-listing-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--brand-deep);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.latest-listing-body {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.latest-listing-body h3 {
  font-size: 1.18rem;
}

.latest-listing-price {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
}

.latest-listing-meta,
.latest-listing-foot {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.latest-listing-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.latest-carousel-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: 12px;
}

.latest-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(12, 28, 61, 0.18);
  transition: transform 180ms ease, background 180ms ease, width 180ms ease;
}

.latest-dot.active {
  width: 22px;
  background: var(--brand-deep);
}

.latest-sell-prompt {
  padding: 16px 18px;
  border: 1px solid rgba(11, 93, 182, 0.12);
  border-radius: 18px;
  background: linear-gradient(135deg, #f8fbff 0%, #eef4fb 100%);
}

.latest-sell-prompt p {
  margin: 0;
  color: var(--ink-soft);
}

.card-image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--bg-soft) url('/assets/brand/topmakes.jpg') center/cover no-repeat;
}

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

.card-body-wrap {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  flex-direction: column;
}

.card-copy {
  display: grid;
  gap: 6px;
}

.card-copy h2 {
  font-size: 1.32rem;
}

.card-badges,
.detail-badges,
.listing-stickers,
.card-actions,
.step-row,
.detail-thumbs {
  display: flex;
  flex-wrap: wrap;
}

.card-badges,
.detail-badges,
.listing-stickers {
  gap: 8px;
}

.card-actions {
  gap: 10px;
}

.card-actions .btn,
.listing-actions .btn,
.cta-row .btn,
.filter-actions .btn {
  flex: 1 1 auto;
  min-width: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  text-align: center;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:disabled {
  opacity: 0.56;
  cursor: not-allowed;
  transform: none;
}

.btn:disabled:hover {
  transform: none;
}

.btn-primary {
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-deep) 100%);
  color: #fff;
}

.btn-secondary {
  background: #fff;
  color: var(--brand-deep);
  border-color: rgba(11, 93, 182, 0.18);
}

.btn-ghost {
  background: transparent;
  color: var(--ink-soft);
  border-color: var(--line);
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
}

.pill-default {
  background: #eef3f8;
  color: var(--ink-soft);
}

.pill-checked {
  background: var(--gold-soft);
  color: #7e5d0e;
}

.pill-good {
  background: var(--good-soft);
  color: var(--good);
}

.pill-caution {
  background: var(--caution-soft);
  color: var(--caution);
}

.pill-concern {
  background: var(--concern-soft);
  color: var(--concern);
}

.directory-block {
  display: grid;
  gap: 16px;
}

.section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  flex-direction: column;
}

.section-count {
  flex: none;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--brand-deep);
  font-weight: 700;
  white-space: nowrap;
}

.section-count-soft {
  background: rgba(16, 34, 61, 0.06);
  color: var(--ink-soft);
}

.filter-shell {
  position: relative;
}

.filter-toolbar,
.filter-summary-pills {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.search-inline-form {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.search-inline-field {
  display: grid;
}

.search-inline-field input {
  min-height: 48px;
  width: 100%;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  color: var(--ink);
}

.filter-toolbar {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
}

.filter-results-count {
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 700;
}

.filter-summary-pills {
  overflow: visible;
}

.filter-summary-pills .pill {
  min-height: 28px;
  font-size: 0.76rem;
}

.filter-trigger,
.filter-clear-inline,
.sheet-close {
  min-height: 44px;
}

.filter-form,
.stack-form,
.utility-grid,
.saved-search-grid,
.boost-grid,
.info-list,
.preview-stack,
.photo-slot-grid {
  display: grid;
  gap: 12px;
}

.stack-form {
  padding: 0 18px 18px;
}

.filter-form label,
.stack-form label {
  display: grid;
  gap: 6px;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.filter-form span,
.stack-form span {
  font-weight: 700;
  color: var(--ink);
}

.filter-form select,
.stack-form input,
.stack-form select,
.stack-form textarea {
  min-height: 46px;
  width: 100%;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  color: var(--ink);
}

.stack-form textarea {
  min-height: 120px;
  padding-top: 12px;
  resize: vertical;
}

.filter-sheet-backdrop {
  position: fixed;
  inset: 0;
  z-index: 39;
  border: 0;
  background: rgba(16, 34, 61, 0.28);
}

.filter-sheet {
  position: fixed;
  right: 12px;
  bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  left: 12px;
  z-index: 40;
}

.filter-sheet-card {
  display: grid;
  gap: 14px;
  max-height: min(78vh, 720px);
  padding: 16px;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow);
}

.filter-sheet-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.filter-sheet-head h3 {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.1;
}

.filter-actions,
.cta-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.listing-grid {
  display: grid;
  gap: 14px;
}

.listing-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  background: var(--surface-strong);
  box-shadow: var(--shadow);
}

.listing-card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.listing-card-media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--bg-soft) url('/assets/brand/topmakes.jpg') center/cover no-repeat;
}

.listing-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.listing-card-content {
  position: relative;
  z-index: 2;
  display: grid;
  height: 100%;
  align-content: start;
  gap: 10px;
  padding: 16px;
}

.listing-card-content h3 {
  margin: 0;
  font-size: 1.16rem;
  line-height: 1.18;
  letter-spacing: -0.01em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.listing-price-row {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
}

.listing-stickers {
  row-gap: 8px;
}

.listing-card .listing-stickers {
  flex-wrap: wrap;
  overflow: visible;
  padding-bottom: 0;
}

.listing-card .listing-stickers .pill {
  flex: 0 0 auto;
  max-width: 100%;
}

.listing-utility {
  display: grid;
  gap: 4px;
  font-size: 0.86rem;
}

.price-change {
  color: var(--brand-deep);
  font-weight: 700;
}

.listing-actions {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 10px;
  margin-top: auto;
}

.listing-actions .btn {
  width: 100%;
}

.detail-hero {
  display: grid;
  gap: 10px;
}

.detail-main-image {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  background: var(--surface) url('/assets/brand/topmakes.jpg') center/cover no-repeat;
  box-shadow: var(--shadow);
}

.detail-main-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.detail-image-count {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(16, 34, 61, 0.74);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
}

.detail-thumbs {
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.thumb-button {
  flex: none;
  width: 82px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: #fff url('/assets/brand/topmakes.jpg') center/cover no-repeat;
}

.thumb-button.active {
  border-color: rgba(11, 93, 182, 0.26);
  box-shadow: 0 0 0 3px rgba(11, 93, 182, 0.1);
}

.thumb-button img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.detail-summary-card {
  display: grid;
  gap: 14px;
}

.detail-price {
  margin: 0;
  color: var(--ink) !important;
  font-size: 1.14rem;
  font-weight: 800;
}

.detail-meta {
  font-size: 0.95rem;
}

.detail-save-button {
  width: 100%;
}

.cta-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 0;
}

.detail-cta-row {
  grid-template-columns: 1fr;
  margin-top: -6px;
}

.comparison-value {
  font-size: 1.18rem;
  font-weight: 900;
}

.comparison-helper,
.comparison-foot {
  font-size: 0.92rem;
}

.info-list {
  grid-template-columns: 1fr;
}

.info-list div {
  display: grid;
  gap: 2px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #f7f9fc;
  border: 1px solid rgba(15, 36, 70, 0.08);
}

.info-list span {
  color: var(--ink-soft);
  font-size: 0.84rem;
}

.info-list strong {
  font-size: 0.98rem;
}

.simple-list {
  margin: 0;
  padding-left: 18px;
  color: var(--ink-soft);
}

.checkbox-row {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
}

.checkbox-row input {
  min-height: 18px;
  width: 18px;
  margin-top: 2px;
}

.step-row {
  gap: 8px;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 2px;
}

.photo-slot-grid {
  grid-template-columns: 1fr;
}

.photo-slot {
  display: grid;
  gap: 12px;
  height: 100%;
  align-content: start;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: #f8fbff;
}

.photo-slot-media {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}

.photo-slot img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 14px;
}

.photo-guide-watermark,
.photo-guide-caption {
  position: absolute;
  left: 12px;
  z-index: 2;
  max-width: calc(100% - 24px);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
}

.photo-guide-watermark {
  top: 12px;
  padding: 6px 10px;
  background: rgba(16, 34, 61, 0.72);
  color: #fff;
}

.photo-guide-frame {
  position: absolute;
  inset: 18px;
  z-index: 1;
  border: 2px dashed rgba(255, 255, 255, 0.75);
  border-radius: 12px;
}

.photo-guide-caption {
  bottom: 12px;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--brand-deep);
}

.photo-slot-copy {
  display: grid;
  gap: 6px;
}

.photo-slot-copy strong,
.photo-slot-copy p {
  margin: 0;
}

.photo-slot-copy p {
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.photo-slot-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.upload-button {
  position: relative;
  overflow: hidden;
}

.photo-slot-status {
  color: var(--ink-soft);
  font-size: 0.84rem;
  font-weight: 700;
}

.price-band-callout {
  display: grid;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, #f8fbff 0%, #eef4fb 100%);
  border: 1px solid rgba(11, 93, 182, 0.12);
}

.price-band-callout span {
  color: var(--ink-soft);
}

.price-band-callout strong {
  font-size: 1rem;
}

.preview-stack .nested-preview {
  box-shadow: none;
}

.boost-grid {
  grid-template-columns: 1fr;
}

.boost-option {
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  background: rgba(255, 255, 255, 0.9);
  text-align: left;
}

.boost-option.active {
  border-color: rgba(11, 93, 182, 0.24);
  background: linear-gradient(180deg, #f7fbff 0%, #edf4ff 100%);
}

.boost-option-title {
  font-weight: 900;
}

.boost-option-copy {
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.success-card {
  background: linear-gradient(180deg, #fcfffd 0%, #f1fff7 100%);
}

.todo-note {
  font-size: 0.86rem;
}

.checked-flow,
.checked-flow-head {
  display: grid;
  gap: 12px;
}

.checked-flow-head {
  grid-template-columns: 96px 1fr;
  align-items: center;
}

.checked-flow-head img {
  width: 96px;
  height: 72px;
  object-fit: cover;
  border-radius: 16px;
}

.mini-results {
  display: grid;
  gap: 8px;
}

.mini-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #f8fbff;
  border: 1px solid rgba(15, 36, 70, 0.08);
}

.mini-result strong {
  color: var(--ink);
}

.site-footer {
  display: grid;
  gap: 4px;
  justify-items: center;
  margin-top: 28px;
  padding: 16px 8px calc(8px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid rgba(15, 36, 70, 0.08);
  text-align: center;
  font-size: 0.82rem;
}

.sticky-cta-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  padding: 0 0 calc(10px + env(safe-area-inset-bottom, 0px));
}

.sticky-cta-inner {
  width: min(1120px, calc(100vw - 24px));
  margin: 0 auto;
  padding: 10px 12px 0;
}

.sticky-cta-inner .btn {
  width: 100%;
  min-height: 50px;
  box-shadow: var(--shadow);
}

.sticky-cta-actions {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(0, 1fr);
  gap: 10px;
}

@media (min-width: 720px) {
  .card-head,
  .section-head,
  .latest-showcase-head {
    flex-direction: row;
  }

  .hero-panel {
    align-items: end;
    padding: 28px;
  }

  .hero-actions {
    max-width: 440px;
  }

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

  .search-inline-form {
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: stretch;
  }

  .intent-grid,
  .listing-grid,
  .saved-search-grid,
  .boost-grid,
  .utility-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .filter-form {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: end;
  }

  .info-list,
  .photo-slot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .filter-sheet {
    position: static;
  }

  .filter-sheet-backdrop {
    display: none;
  }

  .filter-sheet-card {
    max-height: none;
  }

  .filter-actions {
    grid-column: 1 / -1;
  }

  .latest-rail {
    grid-auto-columns: minmax(520px, 1fr);
  }
}

@media (min-width: 960px) {
  .hero-panel {
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.9fr);
    align-items: stretch;
  }

  .hero-proof {
    grid-template-columns: 1fr;
  }

  .latest-rail-mobile {
    display: none;
  }

  .latest-carousel-dots {
    display: none;
  }

  .latest-rail-desktop {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .latest-listing-card {
    width: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .latest-listing-card:hover,
  .btn:hover {
    transform: none;
  }
}

@media (max-width: 360px) {
  .listing-actions {
    grid-template-columns: 1fr;
  }

  .detail-summary-actions {
    grid-template-columns: 1fr;
  }

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

  .sticky-cta-actions {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 980px) {
  .listing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .saved-search-grid,
  .utility-grid,
  .boost-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .detail-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .detail-summary-card {
    align-items: flex-end;
  }
}

.topbar-expanded {
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  padding-top: 10px;
}

.topbar-controls {
  display: grid;
  gap: 12px;
}

.topbar-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}

.topbar-nav::-webkit-scrollbar {
  display: none;
}

.topbar-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(15, 36, 70, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 700;
  white-space: nowrap;
}

.brand-copy-left {
  display: grid;
  align-content: end;
  justify-content: flex-start;
  justify-items: start;
  gap: 2px;
  text-align: left;
}

.brand-copy-left span {
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.25;
}

.account-switcher {
  display: grid;
  gap: 6px;
}

.account-switcher span {
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.account-switcher select,
.forecast-input-grid input,
.surface-input-grid input,
.search-controls input,
.search-controls select {
  min-height: 46px;
  width: 100%;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  color: var(--ink);
}

.decision-grid,
.product-grid,
.journey-grid,
.mechanics-grid,
.gtm-two-col,
.forecast-input-grid,
.surface-input-grid,
.stats-grid,
.kpi-grid,
.manage-grid {
  display: grid;
  gap: 16px;
}

.decision-card {
  display: grid;
  gap: 10px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.decision-card strong {
  font-size: 1.4rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.decision-card p,
.decision-kicker {
  margin: 0;
}

.decision-kicker {
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.decision-card p {
  color: var(--ink-soft);
}

.decision-card-emphasis {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(231, 241, 255, 0.92)),
    linear-gradient(180deg, rgba(240, 200, 102, 0.14), transparent);
  border-color: rgba(11, 93, 182, 0.16);
}

.demo-helper {
  display: grid;
  gap: 10px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(15, 36, 70, 0.08);
  background: rgba(248, 251, 255, 0.92);
}

.demo-helper strong,
.demo-helper p {
  margin: 0;
}

.demo-helper p {
  color: var(--ink-soft);
}

.demo-reg-row,
.scenario-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.chip-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(15, 36, 70, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  font-weight: 700;
}

.chip-button.active {
  background: var(--brand-deep);
  border-color: transparent;
  color: #fff;
}

.search-controls {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.search-controls-actions {
  display: grid;
  gap: 10px;
}

.listing-card-boosted {
  border-color: rgba(240, 200, 102, 0.5);
  box-shadow: 0 22px 56px rgba(16, 34, 61, 0.12);
}

.listing-card-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.listing-card-headline {
  display: grid;
  gap: 6px;
}

.listing-check-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.listing-check-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(16, 34, 61, 0.06);
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 700;
}

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

.summary-grid-item {
  display: grid;
  gap: 4px;
  padding: 14px;
  border-radius: 18px;
  background: #f8fbff;
  border: 1px solid rgba(15, 36, 70, 0.08);
}

.summary-grid-item span {
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.summary-grid-item strong {
  font-size: 0.96rem;
}

.card-footnote {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.84rem;
}

.feature-list {
  margin: 0;
  padding-left: 18px;
  color: var(--ink-soft);
}

.feature-list-tight {
  display: grid;
  gap: 6px;
}

.feature-list li {
  margin: 0;
}

.offer-list {
  display: grid;
  gap: 12px;
}

.offer-item {
  display: grid;
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(15, 36, 70, 0.08);
  background: #f8fbff;
}

.offer-item strong,
.offer-item p {
  margin: 0;
}

.offer-item p {
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.report-hero,
.gtm-hero {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(231, 241, 255, 0.92)),
    linear-gradient(180deg, rgba(240, 200, 102, 0.14), transparent);
  box-shadow: var(--shadow);
}

.report-hero-copy,
.gtm-hero > div:first-child {
  display: grid;
  gap: 8px;
}

.report-hero h1,
.gtm-hero h1 {
  margin: 0;
  font-size: clamp(2rem, 6vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.report-hero p,
.gtm-hero p {
  margin: 0;
  color: var(--ink-soft);
}

.selection-list {
  display: grid;
  gap: 10px;
}

.selection-item {
  display: flex !important;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #f8fbff;
  border: 1px solid rgba(15, 36, 70, 0.08);
}

.selection-item input {
  width: 18px;
  min-height: 18px;
}

.manage-card {
  display: grid;
  gap: 12px;
}

.manage-card-actions {
  display: grid;
  gap: 10px;
}

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

.stat-card {
  display: grid;
  gap: 6px;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.stat-card span {
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.stat-card strong {
  font-size: clamp(1.4rem, 4vw, 2rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.gtm-shell-wrap .page-shell {
  gap: 24px;
}

.gtm-nav {
  position: sticky;
  top: 12px;
  z-index: 10;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 10px 12px;
  border: 1px solid rgba(15, 36, 70, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
  scrollbar-width: none;
}

.gtm-nav::-webkit-scrollbar {
  display: none;
}

.gtm-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: 0.86rem;
  font-weight: 700;
  white-space: nowrap;
}

.gtm-ladder {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gtm-ladder span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  font-weight: 800;
  text-align: center;
}

.gtm-section {
  display: grid;
  gap: 18px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.gtm-hero-metrics {
  display: grid;
  gap: 12px;
}

.gtm-hero-metrics article {
  display: grid;
  gap: 6px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(16, 34, 61, 0.92);
  color: #fff;
}

.gtm-hero-metrics span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 700;
}

.gtm-hero-metrics strong {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: -0.03em;
}

.journey-card,
.mechanic-card,
.diagram-card,
.pricing-row,
.callout-card,
.modal-summary {
  display: grid;
  gap: 8px;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(15, 36, 70, 0.08);
  background: #f8fbff;
}

.journey-card strong,
.journey-card p {
  margin: 0;
}

.journey-card p {
  color: var(--ink-soft);
}

.pricing-table,
.bar-chart {
  display: grid;
  gap: 12px;
}

.pricing-row {
  gap: 6px;
}

.pricing-row strong {
  font-size: 1rem;
}

.pricing-row span {
  color: var(--ink-soft);
}

.bar-row {
  display: grid;
  grid-template-columns: minmax(0, 120px) minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
}

.bar-row span,
.bar-row strong {
  font-size: 0.9rem;
}

.bar-track {
  position: relative;
  height: 12px;
  border-radius: 999px;
  background: rgba(16, 34, 61, 0.08);
  overflow: hidden;
}

.bar-fill {
  position: absolute;
  inset: 0 auto 0 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-deep) 100%);
}

.callout-card.warning {
  background: var(--caution-soft);
  border-color: rgba(155, 106, 17, 0.18);
}

.callout-card.ok {
  background: var(--good-soft);
  border-color: rgba(27, 122, 74, 0.18);
}

.callout-card strong,
.callout-card p,
.mechanic-card strong,
.mechanic-card ul,
.diagram-card div {
  margin: 0;
}

.link-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.link-list a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(16, 34, 61, 0.06);
  color: var(--brand-deep);
  font-weight: 700;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 49;
  background: rgba(16, 34, 61, 0.42);
  backdrop-filter: blur(4px);
}

.modal-shell {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 16px;
}

.modal-card {
  width: min(560px, 100%);
  display: grid;
  gap: 16px;
  padding: 20px;
  border-radius: 28px;
  border: 1px solid rgba(15, 36, 70, 0.08);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 28px 80px rgba(16, 34, 61, 0.2);
}

.modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.modal-head h2,
.modal-head p {
  margin: 0;
}

.modal-price {
  color: var(--ink);
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.modal-context-title {
  margin: -4px 0 0;
  color: var(--ink);
  font-size: 0.96rem;
  font-weight: 800;
}

.modal-actions {
  display: grid;
  gap: 10px;
}

.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(15, 36, 70, 0.08);
  border-radius: 999px;
  background: rgba(16, 34, 61, 0.04);
  color: var(--ink);
  font-size: 1.4rem;
  line-height: 1;
}

.boost-vehicle-card {
  display: grid;
  gap: 16px;
  padding: 16px;
}

.boost-vehicle-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 24px;
}

.boost-vehicle-copy {
  display: grid;
  gap: 10px;
}

.boost-vehicle-copy h1 {
  margin: 0;
  font-size: clamp(1.6rem, 5vw, 2.3rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.boost-vehicle-price,
.boost-vehicle-reg {
  margin: 0;
}

.boost-vehicle-price {
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 900;
}

.boost-vehicle-reg {
  color: var(--ink-soft);
  font-weight: 700;
}

.boost-vehicle-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.boost-status-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(15, 36, 70, 0.08);
  background: #f7f9fc;
}

.boost-status-line span,
.boost-status-line strong {
  margin: 0;
}

.boost-status-line span {
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.boost-status-line strong {
  color: var(--ink);
  font-size: 0.94rem;
}

.boost-options-section {
  display: grid;
  gap: 16px;
}

.boost-options-grid {
  display: grid;
  gap: 14px;
}

.boost-tier-card {
  display: grid;
  gap: 16px;
  padding: 18px;
}

.boost-tier-card-primary {
  border-color: rgba(11, 93, 182, 0.18);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(231, 241, 255, 0.92)),
    linear-gradient(180deg, rgba(240, 200, 102, 0.12), transparent);
  box-shadow: 0 18px 44px rgba(16, 34, 61, 0.08);
}

.boost-tier-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.boost-tier-badge {
  margin: 0 0 8px;
  color: var(--brand-deep);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.boost-tier-card h2 {
  margin: 0;
  font-size: 1.34rem;
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.boost-tier-subtitle {
  margin: 6px 0 0;
  color: var(--ink-soft);
}

.boost-tier-price {
  display: grid;
  justify-items: end;
  gap: 4px;
  text-align: right;
  flex: 0 0 auto;
}

.boost-tier-price strong {
  font-size: 2rem;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.boost-tier-price span {
  color: var(--ink-soft);
  font-size: 0.86rem;
  font-weight: 700;
}

.boost-tier-selection {
  display: grid;
  gap: 10px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(15, 36, 70, 0.08);
  background: #f7f9fc;
}

.boost-tier-selection-label {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.84rem;
  font-weight: 800;
}

.boost-checklist {
  display: grid;
  gap: 10px;
}

.boost-checklist-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(15, 36, 70, 0.08);
}

.boost-checklist-item.met {
  background: var(--good-soft);
}

.boost-checklist-item.missing {
  background: var(--caution-soft);
}

.boost-checklist-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(16, 34, 61, 0.08);
  font-weight: 900;
}

.boost-checklist-item strong {
  margin: 0;
  font-size: 0.95rem;
}

.boost-reason-list {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.boost-reason-list p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.boost-surface-list {
  display: grid;
  gap: 10px;
}

.boost-surface-list div {
  display: grid;
  gap: 4px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(15, 36, 70, 0.08);
  background: #f7f9fc;
}

.boost-surface-list strong,
.boost-surface-list span {
  margin: 0;
}

.boost-surface-list span {
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.boost-page-disclaimer {
  margin: 0;
  padding: 0 2px 8px;
  color: var(--ink-soft);
  font-size: 0.88rem;
  text-align: center;
}

@media (min-width: 720px) {
  .topbar-expanded {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .topbar-controls {
    justify-items: end;
    min-width: min(44vw, 520px);
  }

  .decision-grid,
  .product-grid,
  .journey-grid,
  .mechanics-grid,
  .manage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .search-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: end;
  }

  .search-controls-actions,
  .manage-card-actions,
  .modal-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .gtm-two-col {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
    align-items: start;
  }

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

  .offer-item {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .boost-vehicle-card {
    grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
    align-items: center;
  }

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

@media (min-width: 960px) {
  .decision-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .stats-grid,
  .kpi-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .gtm-ladder {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .gtm-hero {
    grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.8fr);
    align-items: stretch;
  }

  .gtm-hero-metrics {
    align-content: start;
  }

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

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

@media (max-width: 640px) {
  .boost-tier-top {
    display: grid;
    gap: 12px;
  }

  .boost-tier-price {
    justify-items: start;
    text-align: left;
  }
}

@media (max-width: 560px) {
  .brand-copy-left span {
    display: none;
  }

  .brand-logo {
    width: 72px;
  }

  .topbar-nav a {
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.84rem;
  }

  .summary-grid,
  .stats-grid,
  .kpi-grid,
  .modal-actions,
  .manage-card-actions {
    grid-template-columns: 1fr;
  }

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

/* MyCarCheck final cascade */
body {
  background: linear-gradient(90deg, #80cef4 0%, #78b5ee 42%, #7a67c8 100%);
  color: var(--ink);
}

.app-shell {
  width: min(1064px, calc(100vw - 28px));
  padding-top: 0;
}

.mcc-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 40px minmax(160px, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 54px;
  margin: 0 calc(50% - 50vw) 14px;
  padding: 8px max(14px, calc((100vw - 1064px) / 2));
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 1px 0 rgba(18, 50, 91, 0.12);
  backdrop-filter: blur(14px);
}

.brand-lockup {
  align-items: center;
  justify-content: center;
  width: auto;
}

.brand-logo {
  width: 146px;
}

.brand-copy-left {
  display: none;
}

.topbar-controls {
  grid-template-columns: auto minmax(230px, 320px);
  align-items: center;
  gap: 14px;
}

.topbar-nav {
  justify-content: flex-end;
}

.topbar-nav a {
  min-height: 36px;
  padding: 0 14px;
  border-color: rgba(18, 50, 91, 0.14);
  background: #fff;
  color: var(--brand-deep);
  font-size: 0.84rem;
  font-weight: 900;
}

.page-shell {
  gap: 10px;
  margin-top: 0;
}

.mcc-hero-grid {
  display: grid;
  gap: 10px;
}

.mcc-site-card,
.surface-card,
.page-intro,
.hero-panel,
.detail-summary-card,
.search-controls,
.demo-helper,
.filter-toolbar,
.filter-sheet-card {
  overflow: hidden;
  border: 1.5px solid var(--brand-deep);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(18, 50, 91, 0.16);
}

.mcc-card-title,
.product-offer-card .card-head {
  background: #073f8e;
  color: #fff;
}

.mcc-card-title strong,
.product-offer-card .card-head h2 {
  color: #fff;
  font-weight: 900;
}

.mcc-site-card > img,
.listing-card-media {
  border-bottom: 1px solid var(--brand-deep);
}

.listing-card,
.listing-card-boosted {
  border: 1.5px solid var(--brand-deep);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(18, 50, 91, 0.14);
}

.listing-card-boosted {
  box-shadow: 0 0 0 4px rgba(246, 219, 97, 0.72), 0 10px 24px rgba(18, 50, 91, 0.16);
}

.listing-card-content h3,
.listing-price-row,
.mcc-card-copy h1,
.mcc-card-copy h2,
.mcc-card-copy p,
.mcc-card-copy li,
.feature-list li,
.section-head h2 {
  color: var(--brand-deep);
}

.btn-primary {
  background: var(--brand-deep);
  color: #fff;
}

.btn-secondary,
.btn-ghost {
  border-color: rgba(18, 50, 91, 0.24);
  background: #fff;
  color: var(--brand-deep);
}

.search-controls input[name="term"],
.stack-form input[name="registration"] {
  border: 3px solid #050505;
  background: linear-gradient(180deg, #fff58e 0%, #f2d45c 100%);
  color: #050505;
  font-family: Impact, 'Arial Black', sans-serif;
  font-size: 1.35rem;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 760px) {
  .mcc-hero-grid {
    grid-template-columns: minmax(280px, 0.95fr) minmax(0, 0.95fr) minmax(0, 0.95fr);
    align-items: stretch;
  }

  .mcc-site-card {
    display: flex;
    flex-direction: column;
    min-height: 630px;
  }
}

@media (max-width: 900px) {
  .mcc-topbar {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .topbar-controls {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
  }

  .topbar-nav {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .app-shell {
    width: min(100vw - 18px, 430px);
  }

  .mcc-topbar {
    margin-bottom: 10px;
    padding-right: max(9px, env(safe-area-inset-right));
    padding-left: max(9px, env(safe-area-inset-left));
  }

  .brand-logo {
    width: 112px;
  }

  .topbar-nav {
    gap: 6px;
  }

  .topbar-nav a {
    min-height: 32px;
    padding: 0 10px;
    font-size: 0.72rem;
  }
}

/* My Car Check brand pack application */
:root {
  --bg: #eef3f8;
  --bg-soft: #f4f8fc;
  --surface: #ffffff;
  --surface-strong: #ffffff;
  --line: #d9e3ef;
  --line-strong: #afbfd2;
  --ink: #102033;
  --ink-soft: #627185;
  --brand: #053f70;
  --brand-deep: #071f3d;
  --brand-link: #073f6f;
  --brand-soft: #e7f0f8;
  --gold: #ffd43d;
  --gold-soft: #fff8d7;
  --plate: #ffd94a;
  --stage: #dfe8f2;
  --good: #0d4d39;
  --good-soft: #e4f4eb;
  --caution: #6d4218;
  --caution-soft: #fff2df;
  --concern: #a64235;
  --concern-soft: #ffe6e2;
  --shadow: 0 18px 50px rgba(7, 31, 61, 0.1);
  --shadow-soft: 0 10px 30px rgba(20, 32, 24, 0.05);
  --radius-xl: 16px;
  --radius-l: 14px;
  --radius-m: 8px;
  --radius-s: 7px;
}

body {
  background:
    radial-gradient(circle at top left, rgba(5, 63, 112, 0.12), transparent 32%),
    radial-gradient(circle at top right, rgba(255, 212, 61, 0.16), transparent 28%),
    linear-gradient(180deg, #f8fbff 0%, var(--bg) 52%, #e6edf5 100%);
  color: var(--ink);
  font-family: 'SharpSans', 'Avenir Next', 'Segoe UI', sans-serif;
}

.app-shell {
  width: min(1180px, calc(100vw - 28px));
  padding-top: 0;
}

.mcc-topbar {
  min-height: 66px;
  margin-bottom: 18px;
  padding: 10px max(14px, calc((100vw - 1180px) / 2));
  background: var(--brand-deep);
  box-shadow: 0 10px 28px rgba(7, 31, 61, 0.18);
}

.mcc-menu-mark {
  border-radius: var(--radius-m);
  background: rgba(255, 255, 255, 0.08);
}

.mcc-menu-mark span {
  background: var(--gold);
}

.brand-lockup {
  justify-content: flex-start;
  justify-self: start;
  width: fit-content;
  max-width: min(100%, 240px);
  border-radius: var(--radius-m);
  padding: 8px 12px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(7, 31, 61, 0.08);
}

.brand-logo {
  width: 176px;
}

.topbar-controls {
  grid-template-columns: minmax(0, auto) minmax(230px, 320px);
}

.topbar-nav a {
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-m);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  transition:
    background-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.topbar-nav a:hover {
  background: var(--gold);
  color: var(--brand-deep);
  transform: translateY(-1px);
}

.account-switcher span {
  color: var(--gold);
}

.account-switcher select {
  min-height: 40px;
  border-color: rgba(255, 255, 255, 0.22);
  border-radius: var(--radius-m);
  color: var(--ink);
  background: #ffffff;
}

.page-shell {
  gap: 18px;
}

.section-kicker,
.card-kicker,
.decision-kicker,
.intent-label {
  color: var(--brand-link);
  font-weight: 900;
  letter-spacing: 0.05em;
}

.page-intro,
.hero-panel,
.surface-card,
.detail-summary-card,
.search-controls,
.demo-helper,
.filter-toolbar,
.filter-sheet-card,
.modal-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.mcc-hero-grid {
  gap: 14px;
}

.mcc-site-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.mcc-card-title,
.product-offer-card .card-head {
  min-height: 62px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: var(--brand);
  color: #ffffff;
}

.mcc-card-title strong,
.product-offer-card .card-head h2 {
  color: #ffffff;
  letter-spacing: 0;
}

.mcc-icon {
  border-color: rgba(255, 255, 255, 0.92);
  border-radius: var(--radius-m);
  color: var(--brand-deep);
  background: linear-gradient(145deg, var(--gold), #ffffff);
}

.mcc-reg-body {
  background:
    radial-gradient(circle at 50% 22%, rgba(255, 212, 61, 0.2), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 58%, var(--bg-soft) 100%);
}

.mcc-vrm-plate {
  margin: 88px 16px 82px;
}

.mcc-vrm-plate span,
.mcc-vrm-plate b,
.search-controls input[name="term"],
.stack-form input[name="registration"] {
  border: 3px solid #111111;
  border-radius: var(--radius-m);
  background: var(--plate);
  color: #000000;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    0 2px 0 rgba(0, 0, 0, 0.18);
  font-family: 'SharpSans', 'Avenir Next', sans-serif;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.mcc-action-list {
  border-top-color: var(--line);
}

.mcc-action-list a,
.mcc-card-footer {
  border-top-color: var(--line);
  color: var(--brand-deep);
}

.mcc-action-list small {
  color: var(--ink-soft);
}

.mcc-action-list a::after,
.mcc-card-footer b {
  border-color: var(--bg-soft);
  background:
    linear-gradient(45deg, transparent 42%, var(--brand-deep) 42% 58%, transparent 58%) center / 12px 12px no-repeat,
    #ffffff;
  box-shadow: inset 0 0 0 2px var(--brand-deep);
}

.mcc-site-card > img {
  aspect-ratio: 4 / 3;
  border-bottom: 1px solid var(--line);
  background: var(--stage);
  object-fit: cover;
}

.mcc-card-copy {
  gap: 14px;
  padding: 18px;
}

.mcc-card-copy h1,
.mcc-card-copy h2,
.page-intro h1,
.detail-summary-card h1,
.section-head h2 {
  color: var(--brand-deep);
  letter-spacing: 0;
}

.mcc-card-copy p,
.page-intro p,
.detail-summary-card p,
.section-head p,
.hero-copy p,
.card-subtitle,
.card-text,
.listing-meta-row,
.listing-utility {
  color: var(--ink-soft);
}

.mcc-card-footer {
  border-top-color: var(--line);
  background: var(--bg-soft);
  text-transform: none;
}

.mcc-card-copy li::before,
.feature-list li::before {
  border-color: #00a99d;
}

.listing-grid {
  gap: 14px;
}

.listing-card,
.listing-card-boosted,
.latest-listing-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.listing-card:hover,
.latest-listing-card:hover,
.handover-card:hover,
.surface-card:hover {
  transform: translateY(-2px);
}

.listing-card-boosted {
  border-color: rgba(255, 212, 61, 0.95);
  box-shadow:
    0 0 0 4px rgba(255, 212, 61, 0.62),
    var(--shadow-soft);
}

.listing-card-media {
  border-bottom: 1px solid var(--line);
  background: var(--stage) url('/assets/brand-pack/checked-cars-hero.webp') center / cover no-repeat;
}

.latest-listing-media,
.card-image {
  background: var(--stage) url('/assets/brand-pack/checked-cars-hero.webp') center / cover no-repeat;
}

.listing-card-content {
  gap: 12px;
  padding: 14px;
}

.listing-card-content h3,
.listing-price-row,
.latest-listing-body h3,
.latest-listing-price,
.price-change {
  color: var(--brand-deep);
}

.listing-check-grid span,
.pill-default {
  background: #eef3f8;
  color: var(--ink-soft);
}

.pill-checked {
  background: var(--gold-soft);
  color: var(--brand-deep);
}

.pill-good {
  background: var(--good-soft);
  color: var(--good);
}

.pill-caution {
  background: var(--caution-soft);
  color: var(--caution);
}

.pill-concern {
  background: var(--concern-soft);
  color: var(--concern);
}

.btn {
  border-radius: var(--radius-m);
  font-weight: 900;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease,
    color 160ms ease,
    box-shadow 160ms ease;
}

.btn-primary {
  border-color: transparent;
  background: var(--gold);
  color: var(--brand-deep);
}

.btn-primary:hover {
  background: #ffe16a;
  box-shadow: 0 10px 24px rgba(7, 31, 61, 0.14);
}

.btn-secondary,
.btn-ghost,
.chip-button {
  border-color: var(--line-strong);
  background: #ffffff;
  color: var(--brand-link);
}

.btn-secondary:hover,
.btn-ghost:hover,
.chip-button:hover,
.chip-button.active,
.filter-trigger {
  border-color: var(--brand-deep);
  background: var(--brand-deep);
  color: #ffffff;
}

.product-grid,
.handover-card-grid {
  gap: 14px;
}

.product-offer-card .card-body-wrap {
  border-top: 0;
}

.search-controls {
  background: #ffffff;
}

.search-controls input,
.search-controls select,
.stack-form input,
.stack-form select,
.stack-form textarea,
.search-inline-field input {
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-m);
  color: var(--ink);
  background: #ffffff;
}

.detail-main-image,
.thumb-button,
.summary-grid-item,
.offer-item,
.info-list,
.modal-summary {
  border-color: var(--line);
  background: #ffffff;
}

.detail-main-image {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.detail-image-count,
.latest-listing-badge,
.section-count {
  background: #ffffff;
  color: var(--brand-deep);
  border: 1px solid var(--line);
}

.site-footer {
  border-top-color: var(--line);
  color: var(--ink-soft);
}

@media (min-width: 760px) {
  .mcc-hero-grid {
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1fr) minmax(0, 1fr);
  }

  .mcc-site-card {
    min-height: 640px;
  }
}

@media (max-width: 900px) {
  .mcc-topbar {
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: start;
  }

  .topbar-controls {
    grid-column: 1 / -1;
  }

  .topbar-nav {
    gap: 8px;
  }
}

@media (max-width: 560px) {
  .app-shell {
    width: min(100vw - 18px, 430px);
  }

  .mcc-topbar {
    min-height: 0;
    margin-bottom: 12px;
  }

  .brand-logo {
    width: 132px;
  }

  .brand-lockup {
    padding: 7px 10px;
  }

  .topbar-nav a {
    min-height: 34px;
    border-radius: var(--radius-m);
  }

  .mcc-vrm-plate {
    margin: 54px 12px 52px;
  }
}

/* Email brand typography alignment */
@font-face {
  font-family: 'Space Grotesk';
  src: url('/assets/fonts/mcc/space-grotesk-latin.woff2') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 500 700;
}

@font-face {
  font-family: 'Source Sans 3';
  src: url('/assets/fonts/mcc/source-sans-3-latin.woff2') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 400 700;
}

:root {
  --font-display: 'Space Grotesk', 'Avenir Next', 'Segoe UI', sans-serif;
  --font-body: 'Source Sans 3', 'Avenir Next', 'Segoe UI', Arial, sans-serif;
  --type-xs: 0.78rem;
  --type-sm: 0.86rem;
  --type-ui: 0.94rem;
  --type-body: 1rem;
  --type-lede: 1.08rem;
  --type-card-title: 1.15rem;
  --type-section-title: clamp(1.35rem, 2vw, 1.72rem);
  --type-page-title: clamp(2rem, 4vw, 3.4rem);
  --type-email-title: clamp(1.62rem, 3.2vw, 2.34rem);
}

html {
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  font-size: var(--type-body);
  font-weight: 400;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}

button,
input,
select,
textarea {
  font-family: var(--font-body);
  font-size: 1rem;
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
.mcc-heading,
.brand-lockup strong,
.mcc-card-title strong,
.mcc-card-copy h1,
.mcc-card-copy h2,
.section-head h2,
.page-intro h1,
.detail-summary-card h1,
.listing-card-content h3,
.latest-listing-body h3,
.card-copy h2,
.product-offer-card .card-head h2,
.stat-card strong,
.gtm-hero h1,
.report-hero h1,
.journey-card strong,
.modal-head h2,
.boost-vehicle-copy h1,
.boost-tier-card h2 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0;
}

.topbar-nav a,
.account-switcher span,
.section-kicker,
.card-kicker,
.decision-kicker,
.intent-label,
.card-subtitle,
.card-text,
.listing-meta-row,
.listing-utility,
.pill,
.btn,
.chip-button,
.search-controls label,
.stack-form label,
.stack-form span,
.field-hint,
.site-footer,
.card-footnote,
.summary-grid-item span,
.stat-card span,
.mcc-action-list small {
  font-family: var(--font-body);
  letter-spacing: 0;
}

.mcc-topbar {
  min-height: 64px;
  margin-bottom: 16px;
}

.brand-lockup {
  border-radius: 8px;
  padding: 8px 12px;
}

.brand-logo {
  width: 170px;
}

.topbar-nav a {
  min-height: 38px;
  padding: 0 13px;
  font-size: var(--type-sm);
  font-weight: 700;
  line-height: 1;
}

.account-switcher span {
  font-size: var(--type-xs);
  font-weight: 800;
  line-height: 1.1;
}

.account-switcher select {
  min-height: 40px;
  font-size: var(--type-ui);
  font-weight: 500;
  line-height: 1.2;
}

.page-shell {
  gap: 16px;
}

.mcc-hero-grid,
.listing-grid,
.product-grid,
.handover-card-grid {
  gap: 16px;
}

.page-intro,
.hero-panel,
.surface-card,
.detail-summary-card,
.search-controls,
.demo-helper,
.filter-toolbar,
.filter-sheet-card,
.modal-card {
  border-radius: 14px;
}

.mcc-site-card,
.listing-card,
.latest-listing-card,
.product-offer-card,
.journey-card,
.mechanic-card,
.diagram-card,
.callout-card,
.stat-card,
.manage-card,
.boost-tier-card {
  border-radius: 14px;
}

.mcc-card-title,
.product-offer-card .card-head {
  min-height: 58px;
  padding: 13px 16px;
  gap: 10px;
}

.mcc-card-title strong,
.product-offer-card .card-head h2 {
  font-size: var(--type-card-title);
  line-height: 1.12;
}

.mcc-icon {
  width: 32px;
  height: 32px;
  border-radius: 7px;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.mcc-card-copy {
  gap: 12px;
  padding: 18px 18px 20px;
}

.mcc-card-copy h1 {
  max-width: 11ch;
  font-size: var(--type-email-title);
  line-height: 1.05;
}

.mcc-card-copy h2,
.card-copy h2 {
  font-size: 1.18rem;
  line-height: 1.14;
}

.mcc-card-copy p,
.page-intro p,
.detail-summary-card p,
.section-head p,
.hero-copy p,
.card-subtitle,
.card-text {
  font-size: var(--type-body);
  font-weight: 400;
  line-height: 1.5;
}

.mcc-card-copy ul,
.feature-list {
  gap: 4px;
  font-size: var(--type-ui);
  line-height: 1.28;
}

.mcc-card-copy li,
.feature-list li {
  font-weight: 700;
}

.mcc-card-footer,
.mcc-action-list a {
  min-height: 56px;
  padding: 12px 16px;
  font-size: var(--type-ui);
  font-weight: 700;
  line-height: 1.18;
}

.mcc-action-list small {
  margin-top: 3px;
  font-size: var(--type-sm);
  font-weight: 500;
  line-height: 1.25;
}

.mcc-vrm-plate {
  margin: 74px 18px 72px;
}

.mcc-vrm-plate span,
.mcc-vrm-plate b,
.search-controls input[name="term"],
.stack-form input[name="registration"] {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.mcc-vrm-plate span,
.mcc-vrm-plate b {
  font-size: clamp(1.65rem, 3.4vw, 2.34rem);
  line-height: 1;
}

.section-head {
  gap: 8px;
  margin-bottom: 12px;
}

.section-kicker,
.card-kicker,
.decision-kicker,
.intent-label {
  font-size: var(--type-xs);
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.section-head h2,
.page-intro h1,
.detail-summary-card h1 {
  font-size: var(--type-section-title);
  line-height: 1.08;
}

.page-intro h1,
.detail-summary-card h1 {
  font-size: clamp(1.72rem, 3vw, 2.28rem);
}

.listing-card-content {
  gap: 10px;
  padding: 15px;
}

.listing-card-content h3,
.latest-listing-body h3 {
  font-size: 1.06rem;
  line-height: 1.2;
}

.listing-price-row,
.latest-listing-price,
.price-change {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}

.listing-meta-row,
.listing-utility {
  font-size: var(--type-sm);
  font-weight: 500;
  line-height: 1.35;
}

.pill,
.status-pill,
.latest-listing-badge,
.section-count {
  min-height: 28px;
  padding: 5px 9px;
  font-size: var(--type-xs);
  font-weight: 700;
  line-height: 1;
}

.btn {
  min-height: 40px;
  border-radius: 7px;
  padding: 9px 14px;
  font-size: var(--type-ui);
  font-weight: 800;
  line-height: 1.05;
}

.card-actions .btn,
.listing-actions .btn,
.cta-row .btn,
.filter-actions .btn {
  min-height: 42px;
}

.hero-actions .btn,
.sticky-cta-inner .btn {
  min-height: 48px;
}

.product-offer-card .card-text,
.product-offer-card .feature-list,
.card-footnote,
.summary-grid-item,
.offer-item,
.info-list {
  font-size: var(--type-ui);
  line-height: 1.42;
}

.stack-form label,
.search-controls label {
  gap: 6px;
}

.stack-form span,
.search-controls label span,
.field-label,
.summary-grid-item span,
.stat-card span {
  color: var(--ink-soft);
  font-size: var(--type-xs);
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.search-controls input,
.search-controls select,
.stack-form input,
.stack-form select,
.stack-form textarea,
.search-inline-field input {
  min-height: 44px;
  padding: 10px 12px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
}

.detail-summary-card {
  padding: 22px;
}

.summary-grid-item strong,
.offer-item strong,
.info-list strong {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.stat-card {
  padding: 18px;
}

.stat-card strong {
  font-size: clamp(1.55rem, 3vw, 2rem);
  line-height: 1;
}

.journey-card,
.mechanic-card,
.diagram-card,
.callout-card {
  font-size: var(--type-ui);
  line-height: 1.42;
}

.report-hero h1,
.gtm-hero h1,
.boost-vehicle-copy h1 {
  font-size: var(--type-page-title);
  line-height: 1.02;
}

.report-hero p,
.gtm-hero p,
.boost-vehicle-copy p {
  font-family: var(--font-body);
  font-size: var(--type-lede);
  font-weight: 400;
  line-height: 1.5;
}

.modal-head h2,
.boost-tier-card h2 {
  font-size: 1.25rem;
  line-height: 1.15;
}

@media (min-width: 760px) {
  .mcc-site-card {
    min-height: 610px;
  }
}

@media (max-width: 760px) {
  :root {
    --type-body: 0.98rem;
    --type-card-title: 1.08rem;
    --type-section-title: 1.24rem;
    --type-email-title: clamp(1.55rem, 8vw, 2rem);
  }

  .mcc-topbar {
    padding-block: 8px;
  }

  .brand-logo {
    width: 132px;
  }

  .topbar-nav a {
    min-height: 34px;
    padding: 0 10px;
    font-size: 0.82rem;
  }

  .account-switcher select {
    font-size: 0.92rem;
  }

  .mcc-card-title,
  .product-offer-card .card-head {
    min-height: 52px;
    padding: 11px 12px;
  }

  .mcc-card-copy {
    padding: 16px;
  }

  .mcc-card-copy h1 {
    max-width: 12ch;
  }

  .mcc-vrm-plate {
    margin: 52px 12px 50px;
  }

  .listing-card-content {
    padding: 14px;
  }

  .btn {
    min-height: 40px;
    padding-inline: 12px;
  }
}

/* Professional polish pass: quieter chrome, cleaner actions */
:root {
  --shadow-card: 0 12px 34px rgba(7, 31, 61, 0.09);
  --shadow-hover: 0 18px 44px rgba(7, 31, 61, 0.12);
}

body {
  background:
    linear-gradient(135deg, rgba(5, 63, 112, 0.08), transparent 30%),
    linear-gradient(180deg, #fbfdff 0%, var(--bg) 48%, #e8eff6 100%);
}

.app-shell {
  width: min(1140px, calc(100vw - 32px));
}

.mcc-topbar {
  grid-template-columns: auto minmax(0, 1fr);
  min-height: 58px;
  margin-bottom: 14px;
  padding: 8px max(16px, calc((100vw - 1140px) / 2));
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(175, 191, 210, 0.55);
  box-shadow: 0 8px 24px rgba(7, 31, 61, 0.06);
  backdrop-filter: blur(16px);
}

.mcc-menu-mark {
  display: none;
}

.brand-lockup {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.brand-logo {
  width: 152px;
}

.topbar-controls {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
  justify-self: end;
  gap: 12px;
}

.topbar-nav {
  gap: 4px;
}

.topbar-nav a {
  min-height: 34px;
  border: 1px solid transparent;
  border-radius: 7px;
  padding: 0 11px;
  background: transparent;
  color: var(--brand-link);
}

.topbar-nav a:hover {
  border-color: var(--line);
  background: var(--surface-soft);
  color: var(--brand-deep);
  transform: none;
}

.account-switcher span {
  color: var(--brand-link);
}

.account-switcher select {
  min-height: 36px;
  border-color: var(--line);
  box-shadow: none;
}

.page-shell {
  margin-top: 14px;
}

.mcc-site-card,
.listing-card,
.latest-listing-card,
.product-offer-card,
.surface-card,
.detail-summary-card,
.search-controls,
.filter-sheet-card,
.modal-card {
  border-color: rgba(175, 191, 210, 0.58);
  box-shadow: var(--shadow-card);
}

.mcc-site-card:hover,
.listing-card:hover,
.latest-listing-card:hover,
.handover-card:hover,
.surface-card:hover {
  box-shadow: var(--shadow-hover);
}

.mcc-card-title,
.product-offer-card .card-head {
  min-height: 50px;
  padding: 14px 16px 12px;
  background: #ffffff;
  color: var(--brand-deep);
  border-bottom: 1px solid var(--line);
  box-shadow: inset 0 3px 0 var(--brand-link);
}

.mcc-card-title strong,
.product-offer-card .card-head h2 {
  color: var(--brand-deep);
  font-size: 1.05rem;
  line-height: 1.15;
}

.mcc-icon {
  display: none;
}

.mcc-reg-body {
  min-height: 350px;
  background:
    radial-gradient(circle at 50% 16%, rgba(255, 212, 61, 0.14), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 58%, #f6f9fc 100%);
}

.mcc-vrm-plate {
  grid-template-columns: minmax(0, 1fr) 82px;
  gap: 10px;
  margin: 70px 16px 68px;
}

.mcc-vrm-plate span {
  min-height: 62px;
  border: 3px solid #111111;
  border-radius: 7px;
  background: var(--plate);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    0 1px 0 rgba(7, 31, 61, 0.18);
}

.mcc-vrm-plate b {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 7px;
  background: var(--brand-deep);
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(7, 31, 61, 0.16);
  font-family: var(--font-body);
  font-size: var(--type-ui);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-indent: 0;
}

.mcc-vrm-plate b::before,
.mcc-vrm-plate b::after {
  display: none;
}

.mcc-action-list {
  border-top: 1px solid var(--line);
}

.mcc-action-list a,
.mcc-card-footer {
  grid-template-columns: minmax(0, 1fr);
  min-height: 54px;
  padding: 12px 16px;
  color: var(--brand-link);
  background: #fbfdff;
}

.mcc-action-list a::after,
.mcc-card-footer b {
  display: none;
}

.mcc-action-list a:hover,
.mcc-card-footer:hover {
  background: var(--surface-soft);
  color: var(--brand-deep);
}

.mcc-card-footer {
  border-top: 1px solid var(--line);
  text-transform: none;
}

.mcc-card-footer span {
  position: relative;
  width: fit-content;
}

.mcc-card-footer span::after {
  content: "";
  position: absolute;
  right: -22px;
  top: 50%;
  width: 12px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-50%) rotate(-45deg);
}

.mcc-site-card > img {
  border-bottom-color: var(--line);
}

.mcc-card-copy {
  padding: 18px 18px 20px;
}

.mcc-card-copy h1 {
  max-width: 12ch;
  font-size: clamp(1.72rem, 3vw, 2.22rem);
}

.mcc-card-copy h2 {
  font-size: 1.12rem;
}

.mcc-card-copy p {
  color: var(--ink-soft);
  line-height: 1.45;
}

.mcc-card-copy li::before,
.feature-list li::before {
  border-left-width: 3px;
  border-bottom-width: 3px;
}

.listing-card,
.listing-card-boosted {
  border: 1px solid rgba(175, 191, 210, 0.62);
}

.listing-card-boosted {
  box-shadow: var(--shadow-card);
}

.listing-card-boosted::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 4;
  height: 3px;
  background: linear-gradient(90deg, var(--gold) 0%, rgba(255, 212, 61, 0) 82%);
  pointer-events: none;
}

.listing-card-boosted:hover {
  box-shadow: var(--shadow-hover);
}

.listing-card-boosted .pill-checked:last-child {
  color: var(--brand-deep);
  background: #fff7c6;
  border: 1px solid rgba(255, 212, 61, 0.8);
}

.listing-card-content h3 {
  color: var(--ink);
}

.listing-price-row,
.latest-listing-price,
.price-change {
  color: var(--brand-deep);
}

.btn {
  border-radius: 7px;
  box-shadow: none;
}

.btn-primary {
  border-color: rgba(255, 212, 61, 0.95);
  background: var(--gold);
  color: var(--brand-deep);
}

.btn-primary:hover {
  background: #ffe06c;
  box-shadow: 0 8px 18px rgba(7, 31, 61, 0.1);
}

.btn-secondary,
.btn-ghost,
.chip-button {
  border-color: rgba(175, 191, 210, 0.85);
  color: var(--brand-link);
}

.product-offer-card .card-head {
  box-shadow: inset 0 3px 0 rgba(7, 31, 61, 0.9);
}

.product-offer-card .card-kicker,
.product-offer-card .card-subtitle,
.product-offer-card .card-head h2 {
  color: var(--brand-deep);
}

.product-offer-card .card-kicker {
  color: var(--brand-link);
}

@media (min-width: 760px) {
  .mcc-site-card {
    min-height: 590px;
  }
}

@media (max-width: 900px) {
  .mcc-topbar {
    grid-template-columns: 1fr;
  }

  .topbar-controls {
    grid-column: auto;
    grid-template-columns: 1fr;
    justify-self: stretch;
  }

  .topbar-nav {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .app-shell {
    width: min(100vw - 16px, 430px);
  }

  .mcc-topbar {
    margin-bottom: 8px;
    padding-top: 8px;
    padding-bottom: 10px;
  }

  .brand-logo {
    width: 124px;
  }

  .topbar-nav {
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .topbar-nav a {
    flex: 0 0 auto;
    min-height: 32px;
    padding: 0 9px;
    font-size: 0.78rem;
  }

  .mcc-card-title,
  .product-offer-card .card-head {
    min-height: 48px;
  }

  .mcc-vrm-plate {
    grid-template-columns: minmax(0, 1fr) 74px;
    margin: 46px 12px 46px;
  }

  .mcc-vrm-plate span,
  .mcc-vrm-plate b {
    min-height: 56px;
  }
}

/* Email card template direction */
.mcc-site-card,
.mcc-template-card {
  overflow: hidden;
  background: #ffffff;
}

.mcc-card-title,
.product-offer-card .mcc-card-title {
  min-height: 64px;
  align-items: center;
  padding: 18px 20px;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
  box-shadow: none;
}

.mcc-card-title strong,
.product-offer-card .mcc-card-title strong {
  color: var(--brand-deep);
  font-size: 1.08rem;
  line-height: 1.15;
}

.mcc-sale-card > img,
.mcc-deal-card > img {
  aspect-ratio: 4 / 3;
  border-bottom: 0;
  object-fit: cover;
}

.mcc-reg-visual {
  display: grid;
  aspect-ratio: 4 / 3;
  place-items: center;
  padding: 22px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 212, 61, 0.18), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f5f8fb 100%);
}

.mcc-reg-plate-display {
  display: inline-flex;
  min-width: min(100%, 230px);
  min-height: 68px;
  align-items: center;
  justify-content: center;
  border: 3px solid #111111;
  border-radius: 8px;
  padding: 8px 16px 7px;
  color: #111111;
  background: var(--plate);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    0 10px 26px rgba(7, 31, 61, 0.12);
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3.2vw, 2.22rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
}

.mcc-card-offer {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 26px 24px 28px;
  color: #ffffff;
  background: var(--brand);
}

.mcc-card-offer h1,
.mcc-card-offer h2 {
  margin: 0;
  max-width: 12ch;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.8vw, 2.65rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.04;
}

.mcc-card-offer h2 {
  font-size: clamp(1.38rem, 2vw, 1.82rem);
}

.mcc-card-offer p {
  margin: 0;
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.02rem;
  line-height: 1.48;
}

.mcc-offer-cta {
  display: inline-flex;
  width: fit-content;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 7px;
  margin-top: 4px;
  padding: 13px 18px;
  color: var(--brand-deep);
  background: var(--gold);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease;
}

.mcc-offer-cta:hover {
  background: #ffe06c;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
  transform: translateY(-1px);
}

.mcc-card-detail {
  display: grid;
  gap: 14px;
  padding: 18px 20px 22px;
  color: var(--ink);
  background: #ffffff;
}

.mcc-card-detail p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.45;
}

.mcc-card-detail ul,
.mcc-card-detail .feature-list {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mcc-card-detail li,
.mcc-card-detail .feature-list li {
  position: relative;
  padding-left: 23px;
  color: var(--brand-deep);
  font-weight: 800;
  line-height: 1.28;
}

.mcc-card-detail li::before,
.mcc-card-detail .feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.34em;
  width: 11px;
  height: 7px;
  border-left: 3px solid #00a99d;
  border-bottom: 3px solid #00a99d;
  transform: rotate(-45deg);
}

.mcc-reg-body {
  min-height: 0;
  background: #ffffff;
}

.mcc-reg-card .mcc-card-offer h2 {
  max-width: 13ch;
}

.mcc-action-list {
  background: #ffffff;
}

.mcc-action-list a {
  background: #ffffff;
}

.mcc-template-card {
  display: grid;
  grid-template-rows: auto auto 1fr;
}

.mcc-template-card .mcc-card-offer {
  min-height: 210px;
}

.mcc-template-card .mcc-card-offer h2 {
  max-width: 15ch;
}

.mcc-template-card .mcc-card-detail {
  align-content: start;
  border-top: 1px solid rgba(217, 227, 239, 0.8);
}

.mcc-template-card .card-footnote {
  margin: 0;
}

.product-offer-card .card-body-wrap,
.product-offer-card .card-text,
.product-offer-card .card-actions {
  display: contents;
}

@media (min-width: 760px) {
  .mcc-site-card {
    min-height: 0;
  }

  .mcc-hero-grid {
    align-items: start;
  }
}

@media (max-width: 760px) {
  .mcc-card-title,
  .product-offer-card .mcc-card-title {
    min-height: 54px;
    padding: 15px 16px;
  }

  .mcc-reg-visual,
  .mcc-sale-card > img,
  .mcc-deal-card > img {
    aspect-ratio: 4 / 3;
  }

  .mcc-card-offer {
    padding: 22px 18px 24px;
  }

  .mcc-card-offer h1 {
    font-size: clamp(1.78rem, 8vw, 2.28rem);
  }

  .mcc-card-offer h2 {
    font-size: clamp(1.32rem, 6vw, 1.72rem);
  }

  .mcc-offer-cta {
    min-height: 46px;
    padding: 12px 16px;
  }

  .mcc-card-detail {
    padding: 16px 18px 20px;
  }
}

/* Template refinement: preserve reg asset and lead listing identity */
.brand-lockup strong,
.mcc-card-footer {
  text-transform: none;
}

.mcc-card-title strong,
.mcc-action-list a span,
.mcc-action-list a small,
.mcc-card-offer h1,
.mcc-card-offer h2 {
  text-transform: none;
}

.mcc-card-offer h1,
.mcc-card-offer h2 {
  text-wrap: balance;
}

.mcc-reg-visual {
  padding: clamp(26px, 3vw, 42px) clamp(18px, 2.4vw, 34px);
}

.mcc-reg-visual .mcc-vrm-plate {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(76px, 28%, 122px);
  gap: clamp(12px, 3vw, 24px);
  width: min(100%, 560px);
  align-items: stretch;
  margin: 0;
}

.mcc-reg-visual .mcc-vrm-plate span,
.mcc-reg-visual .mcc-vrm-plate b {
  display: flex;
  min-height: clamp(104px, 9vw, 150px);
  align-items: center;
  justify-content: center;
  border: clamp(4px, 0.36vw, 6px) solid #111111;
  border-radius: clamp(10px, 1.05vw, 16px);
  padding: 10px 16px 9px;
  color: #000000;
  background: linear-gradient(180deg, #fff071 0%, var(--plate) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.65),
    0 18px 42px rgba(7, 31, 61, 0.12);
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 0.96;
  text-align: center;
  text-indent: 0;
}

.mcc-reg-visual .mcc-vrm-plate span {
  white-space: normal;
  min-width: 0;
  font-size: clamp(2.75rem, 4.3vw, 4.35rem);
}

.mcc-reg-visual .mcc-vrm-plate b {
  font-size: clamp(1.35rem, 2vw, 2rem);
  letter-spacing: 0;
}

.mcc-reg-visual .mcc-vrm-plate b::before,
.mcc-reg-visual .mcc-vrm-plate b::after {
  display: none;
}

.listing-card {
  grid-template-rows: auto auto 1fr;
}

.listing-card-summary {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 8px;
  padding: 18px 18px 16px;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

.listing-card-summary h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.18;
}

.listing-card-summary .listing-price-row {
  margin: 0;
  color: var(--brand-deep);
  font-size: 1.04rem;
  font-weight: 800;
}

.listing-card-media {
  aspect-ratio: 4 / 3;
}

.listing-card-content {
  padding-top: 16px;
}

.listing-card-headline {
  display: grid;
  gap: 0;
}

.listing-card-content .listing-price-row {
  display: none;
}

.listing-card-content h3 {
  display: none;
}

@media (max-width: 760px) {
  .mcc-reg-visual {
    padding: 22px 14px;
  }

  .mcc-reg-visual .mcc-vrm-plate {
    grid-template-columns: minmax(0, 1fr) clamp(52px, 24%, 68px);
    gap: 8px;
    width: min(100%, 300px);
  }

  .mcc-reg-visual .mcc-vrm-plate span,
  .mcc-reg-visual .mcc-vrm-plate b {
    min-height: clamp(70px, 24vw, 92px);
    border-width: 4px;
    border-radius: 9px;
    padding: 8px 9px 7px;
  }

  .mcc-reg-visual .mcc-vrm-plate span {
    font-size: clamp(2rem, 12vw, 3rem);
  }

  .mcc-reg-visual .mcc-vrm-plate b {
    font-size: clamp(1rem, 5.5vw, 1.45rem);
  }

  .listing-card-summary {
    padding: 16px 16px 14px;
  }

  .listing-card-summary h3 {
    font-size: 1.08rem;
  }
}
