/* Mobile-first finishing layer. Keep loaded after zz-frontend-boundaries.css. */
html:has(body.home-page),
body.home-page {
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
}

/* 2026-07-20: keep the quick-consult submit label visible on every viewport. */
html body.home-page #quickConsultDrawer #quickDrawerForm > button.quick-drawer-submit,
html body.home-page #quickConsultDrawer #quickDrawerForm > button.quick-drawer-submit:disabled {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #145cff !important;
  background-image: linear-gradient(90deg, #2254ff, #145cff) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-indent: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html body.home-page #quickConsultDrawer #quickDrawerForm > button.quick-drawer-submit > span {
  display: inline !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* 2026-07-13: reference-style preorder vehicle overview cards */
body.special-page #preorderOverview .preorder-groups {
  gap: 20px !important;
}

body.special-page #preorderOverview .preorder-group-card,
body.special-page #preorderOverview .preorder-group-card.active,
body.special-page #preorderOverview .preorder-group-card:hover,
body.special-page #preorderOverview .preorder-group-card:focus-visible {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: auto minmax(148px, 1fr) auto !important;
  gap: 8px !important;
  min-height: 292px !important;
  padding: 18px 18px 14px !important;
  overflow: hidden !important;
  border: 1px solid #dce4ef !important;
  border-radius: 15px !important;
  background: #fff !important;
  background-image: none !important;
  box-shadow: none !important;
  text-align: left !important;
}

body.special-page #preorderOverview .preorder-group-card:hover,
body.special-page #preorderOverview .preorder-group-card:focus-visible {
  border-color: #1684ff !important;
}

body.special-page #preorderOverview .preorder-group-card-head {
  position: relative !important;
  z-index: 2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  min-width: 0 !important;
}

body.special-page #preorderOverview .preorder-group-logo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex: 0 0 auto !important;
  min-width: 150px !important;
  height: 52px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #18365e !important;
  box-sizing: border-box !important;
}

body.special-page #preorderOverview .preorder-group-logo img {
  position: static !important;
  width: auto !important;
  max-width: 180px !important;
  height: 48px !important;
  margin: 0 !important;
  transform: none !important;
  object-fit: contain !important;
  filter: none !important;
}

body.special-page #preorderOverview .preorder-group-logo strong {
  font-size: 12px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body.special-page #preorderOverview .preorder-group-name {
  min-width: 0 !important;
  overflow: hidden !important;
  color: #071a35 !important;
  font-size: clamp(20px, 2vw, 25px) !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  text-align: right !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.special-page #preorderOverview .preorder-group-vehicle {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 148px !important;
}

body.special-page #preorderOverview .preorder-group-vehicle > img {
  position: static !important;
  width: 100% !important;
  max-width: 310px !important;
  height: 158px !important;
  margin: 0 auto !important;
  transform: none !important;
  object-fit: contain !important;
  filter: none !important;
}

body.special-page #preorderOverview .preorder-group-metrics {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  justify-self: center !important;
  width: min(100%, 310px) !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  min-height: 58px !important;
  overflow: hidden !important;
  border: 1px solid #dfe6ef !important;
  border-radius: 11px !important;
  background: #fff !important;
}

body.special-page #preorderOverview .preorder-group-metric {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  min-width: 0 !important;
  padding: 9px 12px !important;
  color: #40536f !important;
}

body.special-page #preorderOverview .preorder-group-metric + .preorder-group-metric {
  border-left: 1px solid #e1e7ef !important;
}

body.special-page #preorderOverview .preorder-group-metric svg {
  flex: 0 0 23px !important;
  width: 23px !important;
  height: 23px !important;
  fill: none !important;
  stroke: #234f89 !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

body.special-page #preorderOverview .preorder-group-metric > span {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 2px !important;
  min-width: 0 !important;
  font-size: 12px !important;
  line-height: 1.15 !important;
  text-align: center !important;
  white-space: nowrap !important;
}

body.special-page #preorderOverview .preorder-group-metric strong {
  color: #17365f !important;
  font-size: 15px !important;
  font-weight: 900 !important;
}

@media (max-width: 640px) {
  body.special-page #preorderOverview .preorder-group-card,
  body.special-page #preorderOverview .preorder-group-card.active,
  body.special-page #preorderOverview .preorder-group-card:hover,
  body.special-page #preorderOverview .preorder-group-card:focus-visible {
    min-height: 276px !important;
    padding: 16px 14px 12px !important;
  }

  body.special-page #preorderOverview .preorder-group-logo {
    min-width: 74px !important;
  }

  body.special-page #preorderOverview .preorder-group-vehicle > img {
    height: 146px !important;
  }
}

/* Quote drawer polish: transparent vehicle art and a balanced close control. */
body.special-page #preorderQuoteDrawer #drawerImage {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
}

body.special-page #preorderQuoteDrawer .preorder-drawer-close {
  width: 48px !important;
  height: 48px !important;
  display: grid !important;
  place-items: center !important;
  padding: 0 !important;
  border: 1px solid #d9e2ee !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 1 !important;
  box-shadow: none !important;
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease, transform .18s ease !important;
}

body.special-page #preorderQuoteDrawer .preorder-drawer-close::before,
body.special-page #preorderQuoteDrawer .preorder-drawer-close::after {
  content: '' !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 17px !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: #13243d !important;
  transform-origin: center !important;
}

body.special-page #preorderQuoteDrawer .preorder-drawer-close::before {
  transform: translate(-50%, -50%) rotate(45deg) !important;
}

body.special-page #preorderQuoteDrawer .preorder-drawer-close::after {
  transform: translate(-50%, -50%) rotate(-45deg) !important;
}

body.special-page #preorderQuoteDrawer .preorder-drawer-close:hover,
body.special-page #preorderQuoteDrawer .preorder-drawer-close:focus-visible {
  border-color: #145cff !important;
  background: #f3f7ff !important;
  transform: translateY(-1px) !important;
  outline: none !important;
}

body.special-page #preorderQuoteDrawer .preorder-drawer-close:hover::before,
body.special-page #preorderQuoteDrawer .preorder-drawer-close:hover::after,
body.special-page #preorderQuoteDrawer .preorder-drawer-close:focus-visible::before,
body.special-page #preorderQuoteDrawer .preorder-drawer-close:focus-visible::after {
  background: #145cff !important;
}

@media (max-width: 760px) {
  body.special-page #preorderQuoteDrawer .preorder-drawer-close {
    width: 44px !important;
    height: 44px !important;
  }
}

body.home-page::before,
body.home-page::after {
  display: none !important;
  content: none !important;
  background: none !important;
  box-shadow: none !important;
  filter: none !important;
}

body.home-page .site-common-footer {
  background: transparent !important;
  background-image: none !important;
}

body.home-page .landing-main {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

body.home-page .landing-main::before,
body.home-page .landing-main::after {
  display: none !important;
  content: none !important;
  background: none !important;
  box-shadow: none !important;
}

body.home-page .landing-hero-card-image {
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  transform: none !important;
}

body.home-page .landing-actions .landing-primary,
body.home-page .landing-actions .landing-primary:hover,
body.home-page .landing-actions .landing-primary:focus,
body.home-page .landing-actions .landing-primary:focus-visible,
body.home-page .landing-actions .landing-primary:active {
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
}

body.home-page .landing-actions .landing-primary::before,
body.home-page .landing-actions .landing-primary::after {
  display: none !important;
  content: none !important;
  box-shadow: none !important;
  filter: none !important;
}

body.home-page #specials-preview .deal-slider {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
}

body.home-page #specials-preview .deal-card > a,
body.home-page #specials-preview .deal-card > a:hover,
body.home-page #specials-preview .deal-card > a:focus,
body.home-page #specials-preview .deal-card > a:focus-visible,
body.home-page #specials-preview .deal-card > a:active {
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
}

body.home-page #specials-preview .deal-card > a::before,
body.home-page #specials-preview .deal-card > a::after {
  display: none !important;
  content: none !important;
  box-shadow: none !important;
  filter: none !important;
}

body.home-page .site-common-header .landing-chat-phone,
body.home-page .site-common-header .landing-chat-phone:hover,
body.home-page .site-common-header .landing-chat-phone:focus,
body.home-page .site-common-header .landing-chat-phone:focus-visible,
body.home-page .site-common-header .landing-chat-phone:active,
body.home-page .site-common-header .landing-chat-phone .landing-chat-icon-img {
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
}

body.home-page .site-common-header .landing-chat-phone::before,
body.home-page .site-common-header .landing-chat-phone::after {
  display: none !important;
  content: none !important;
  box-shadow: none !important;
  filter: none !important;
}

body.home-page #service,
body.home-page #service:hover,
body.home-page #service:focus-within,
body.home-page #homeEstimateBox,
body.home-page #homeEstimateBox:hover,
body.home-page #homeEstimateBox:focus-within,
body.home-page #specials-preview .deal-card,
body.home-page #specials-preview .deal-card:hover,
body.home-page #specials-preview .deal-card:focus-within {
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
}

body.home-page #homeEstimateBox {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

body.home-page #service::before,
body.home-page #service::after,
body.home-page #homeEstimateBox::before,
body.home-page #homeEstimateBox::after,
body.home-page #specials-preview .deal-card::before,
body.home-page #specials-preview .deal-card::after {
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
}

body.home-page #specials-preview .deal-slider {
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
  overscroll-behavior-x: contain;
}

body.home-page #specials-preview .deal-slider.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none !important;
  scroll-behavior: auto !important;
}

body.special-page,
body.special-page .special-layout,
body.special-page .special-redesign-layout,
body.special-page .preorder-flow {
  background: #fff !important;
  background-image: none !important;
}

body.special-page::before,
body.special-page::after,
body.special-page .special-layout::before,
body.special-page .special-layout::after {
  display: none !important;
  content: none !important;
}

body.special-page .preorder-brand-tab,
body.special-page .preorder-brand-tab.active,
body.special-page .preorder-brand-tab:hover,
body.special-page .preorder-brand-tab:focus-visible {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

body.special-page .preorder-brand-tab.active {
  border: 2px solid #1686f4 !important;
}

/* Compact circular brand selector, inspired by automotive mobile navigation. */
body.special-page #preorderBrandBar .preorder-brand-tabs {
  display: flex !important;
  align-items: flex-start !important;
  gap: 3px !important;
  padding: 8px 6px 11px !important;
  overflow-x: auto !important;
  scroll-snap-type: x proximity !important;
  scrollbar-width: thin;
}

body.special-page #preorderBrandBar .preorder-brand-tab,
body.special-page #preorderBrandBar .preorder-brand-tab.active,
body.special-page #preorderBrandBar .preorder-brand-tab:hover,
body.special-page #preorderBrandBar .preorder-brand-tab:focus-visible {
  flex: 0 0 78px !important;
  width: 78px !important;
  min-width: 78px !important;
  min-height: 100px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 7px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #111827 !important;
  text-align: center !important;
  scroll-snap-align: start !important;
}

body.special-page #preorderBrandBar .preorder-brand-logo {
  width: 67px !important;
  height: 67px !important;
  min-width: 67px !important;
  display: grid !important;
  place-items: center !important;
  padding: 13px !important;
  border: 1px solid #cfd6df !important;
  border-radius: 50% !important;
  background: #fff !important;
  box-shadow: none !important;
  transition: border-color .18s ease, background-color .18s ease !important;
}

body.special-page #preorderBrandBar .preorder-brand-logo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  grid-row: auto !important;
}

body.special-page #preorderBrandBar .preorder-brand-tab.active .preorder-brand-logo {
  border: 2px solid #1686f4 !important;
  background: #eef6ff !important;
}

body.special-page #preorderBrandBar .preorder-brand-tab strong {
  width: 100% !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  white-space: nowrap !important;
  text-align: center !important;
}

body.special-page #preorderBrandBar .preorder-brand-tab.active strong {
  color: #075fd8 !important;
}

body.special-page #preorderBrandBar .preorder-brand-count {
  display: none !important;
}

body.special-page #preorderBrandBar .preorder-brand-fallback {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: radial-gradient(circle, #111 0 3.5px, transparent 4px) 0 0 / 14px 14px;
}

body.special-page #preorderBrandBar .preorder-brand-all-icon {
  width: 31px;
  height: 31px;
  display: grid;
  grid-template-columns: repeat(2, 10px);
  grid-template-rows: repeat(2, 10px);
  place-content: center;
  gap: 4px;
}

body.special-page #preorderBrandBar .preorder-brand-all-icon b {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: #111827;
}

body.special-page .special-hero,
body.special-page .special-redesign-hero,
body.special-page .preorder-hero-panel {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
}

body.special-page .special-hero::before,
body.special-page .special-hero::after,
body.special-page .special-redesign-hero::before,
body.special-page .special-redesign-hero::after,
body.special-page .preorder-hero-panel::before,
body.special-page .preorder-hero-panel::after {
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
}

body.special-page #preorderOverview .preorder-group-card,
body.special-page #preorderOverview .preorder-group-card.active,
body.special-page #preorderOverview .preorder-group-card:hover,
body.special-page #preorderOverview .preorder-group-card:focus-visible {
  background: #fff !important;
  background-image: none !important;
  box-shadow: none !important;
  border-color: rgba(211, 218, 232, .98) !important;
}

body.special-page #preorderListView .preorder-list-head {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
}

body.special-page #preorderListView .preorder-list-head-main {
  grid-template-columns: minmax(0, 1fr) minmax(240px, 360px) !important;
  align-items: end !important;
}

body.special-page #preorderListView .preorder-list-head-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

body.special-page #preorderListView .preorder-list-head-specs span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 11px;
  border: 1px solid #dce4ef;
  border-radius: 999px;
  background: #fff;
  color: #53637a;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

body.special-page #preorderListView .preorder-list-condition-dropdown {
  position: relative;
  z-index: 6;
}

body.special-page #preorderListView .preorder-list-condition-dropdown[open] {
  z-index: 20;
}

body.special-page #preorderListView .preorder-list-condition-trigger,
body.special-page #preorderListView .preorder-list-fixed-condition {
  box-sizing: border-box;
  width: 176px;
  min-height: 54px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 2px 12px;
  padding: 9px 14px;
  border: 1px solid #cfd9e8;
  border-radius: 14px;
  background: #fff;
  color: #182e4e;
  text-align: left;
}

body.special-page #preorderListView .preorder-list-condition-trigger {
  cursor: pointer;
  list-style: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.special-page #preorderListView .preorder-list-condition-trigger::-webkit-details-marker {
  display: none;
}

body.special-page #preorderListView .preorder-list-condition-trigger:hover,
body.special-page #preorderListView .preorder-list-condition-trigger:focus-visible,
body.special-page #preorderListView .preorder-list-condition-dropdown[open] .preorder-list-condition-trigger {
  border-color: #1765f2;
  outline: 0;
  box-shadow: 0 6px 20px rgba(23, 101, 242, .12);
  transform: translateY(-1px);
}

body.special-page #preorderListView .preorder-list-condition-trigger small,
body.special-page #preorderListView .preorder-list-fixed-condition small {
  grid-column: 1;
  color: #8290a5;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.15;
}

body.special-page #preorderListView .preorder-list-condition-trigger strong,
body.special-page #preorderListView .preorder-list-fixed-condition strong {
  grid-column: 1;
  color: #183052;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.2;
}

body.special-page #preorderListView .preorder-list-condition-trigger > i {
  grid-column: 2;
  grid-row: 1 / 3;
  width: 8px;
  height: 8px;
  margin-right: 3px;
  border-right: 2px solid #55708f;
  border-bottom: 2px solid #55708f;
  transform: translateY(-2px) rotate(45deg);
  transition: transform .18s ease;
}

body.special-page #preorderListView .preorder-list-condition-dropdown[open] .preorder-list-condition-trigger > i {
  transform: translateY(2px) rotate(225deg);
}

body.special-page #preorderListView .preorder-list-condition-menu {
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: calc(100% + 9px);
  left: 0;
  width: 236px;
  padding: 8px;
  border: 1px solid #d3dfef;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(20, 55, 102, .18);
}

body.special-page #preorderListView .preorder-list-condition-dropdown[open] > .preorder-list-condition-menu {
  display: block;
}

body.special-page #preorderListView .preorder-list-condition-dropdown:nth-child(2) .preorder-list-condition-menu {
  left: auto;
  right: 0;
}

body.special-page #preorderListView .preorder-list-condition-menu[hidden] {
  display: none;
}

body.special-page #preorderListView .preorder-list-condition-menu > button {
  box-sizing: border-box;
  width: 100%;
  min-height: 58px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  gap: 2px 10px;
  margin: 0;
  padding: 9px 11px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

body.special-page #preorderListView .preorder-list-condition-menu > button + button {
  margin-top: 5px;
}

body.special-page #preorderListView .preorder-list-condition-menu > button:hover,
body.special-page #preorderListView .preorder-list-condition-menu > button:focus-visible {
  border-color: #cfe0ff;
  outline: 0;
  background: #f5f8ff;
}

body.special-page #preorderListView .preorder-list-condition-menu > button.active {
  border-color: #9fc0ff;
  background: #edf4ff;
}

body.special-page #preorderListView .preorder-list-condition-menu > button > em {
  grid-column: 1;
  color: #183052;
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
  line-height: 1.2;
}

body.special-page #preorderListView .preorder-list-condition-menu > button > small {
  grid-column: 1;
  color: #8290a5;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.2;
}

body.special-page #preorderListView .preorder-list-fixed-condition {
  border-color: #e0e5ec;
  background: #eef1f5;
  cursor: not-allowed;
}

body.special-page #preorderListView .preorder-list-fixed-condition small,
body.special-page #preorderListView .preorder-list-fixed-condition strong {
  color: #929eae;
}

body.special-page #preorderListView .preorder-list-head-specs span.is-option {
  border-color: #cfe0ff;
  background: #f3f7ff;
  color: #145cff;
}

body.special-page #preorderListView .preorder-list-head-specs span.is-option::before {
  content: '';
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background: #145cff;
}

body.special-page #preorderListView #listGroupImage {
  width: min(100%, 360px) !important;
  height: 180px !important;
}

body.special-page #preorderListView .preorder-list-head::before,
body.special-page #preorderListView .preorder-list-head::after {
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
}

body.special-page #preorderListView #listGroupImage {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
}

body.special-page #preorderListCards .preorder-row-card,
body.special-page #preorderListCards .preorder-row-card.active,
body.special-page #preorderListCards .preorder-row-card:hover,
body.special-page #preorderListCards .preorder-row-card:focus-visible {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
}

body.special-page #preorderListCards .preorder-row-card::before,
body.special-page #preorderListCards .preorder-row-card::after {
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
}

body.special-page #preorderListCards .preorder-row-side,
body.special-page #preorderListCards .preorder-row-card.active .preorder-row-side,
body.special-page #preorderListCards .preorder-row-card:hover .preorder-row-side,
body.special-page #preorderListCards .preorder-row-card:focus-visible .preorder-row-side {
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
}

body.special-page #preorderListCards .preorder-row-side::before,
body.special-page #preorderListCards .preorder-row-side::after {
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
}

body.special-page .preorder-hero-kicker,
body.special-page .preorder-hero-kicker:hover,
body.special-page .preorder-hero-kicker:focus-visible {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
}

@media (max-width: 760px) {
  body { overflow-x: hidden !important; padding-bottom: calc(78px + env(safe-area-inset-bottom)) !important; }
  .site-common-header,
  .landing-page .landing-header.site-common-header { position: sticky !important; top: 0 !important; z-index: 90 !important; gap: 8px 10px !important; padding: 10px 16px 8px !important; background: rgba(255,255,255,.96) !important; border-bottom: 1px solid #e6edf5 !important; backdrop-filter: blur(14px) !important; }
  .site-common-header .landing-brand { min-height: 44px !important; display: flex !important; align-items: center !important; }
  .site-common-header .site-logo-img { width: auto !important; max-width: 168px !important; height: 30px !important; }
  .site-common-header .landing-nav { display: grid !important; grid-template-columns: repeat(3,minmax(0,1fr)) !important; gap: 4px !important; padding: 4px !important; border-radius: 13px !important; background: #f1f6fb !important; }
  .site-common-header .landing-nav a { min-width: 0 !important; min-height: 40px !important; display: flex !important; align-items: center !important; justify-content: center !important; padding: 7px 4px !important; font-size: 13px !important; white-space: nowrap !important; }
  body.home-page #specials-preview .deal-slider-shell[data-deal-slider] > .deal-slider { gap: 12px !important; padding: 2px 16px 14px 0 !important; overflow-x: auto !important; scroll-snap-type: x mandatory !important; }
  body.home-page #specials-preview .deal-slider-shell[data-deal-slider] .deal-card { flex: 0 0 min(82vw,310px) !important; min-width: min(82vw,310px) !important; min-height: 0 !important; gap: 9px !important; padding: 14px !important; border-radius: 18px !important; scroll-snap-align: start !important; }
  body.home-page #specials-preview .deal-slider-shell[data-deal-slider] .deal-card > img { height: 142px !important; padding: 8px !important; border-radius: 14px !important; }
  body.home-page #specials-preview .deal-slider-shell[data-deal-slider] .deal-card h3 { min-height: 0 !important; font-size: 18px !important; }
  body.home-page #specials-preview .deal-slider-shell[data-deal-slider] .deal-card p { min-height: 0 !important; font-size: 13px !important; }
  body.home-page #specials-preview .deal-slider-shell[data-deal-slider] .deal-card strong { font-size: 21px !important; }
  body.home-page #specials-preview .deal-slider-shell[data-deal-slider] .deal-card > a { min-height: 44px !important; display: flex !important; align-items: center !important; justify-content: center !important; padding: 10px 12px !important; border-radius: 12px !important; font-size: 14px !important; }
  body.special-page .preorder-hero-panel,
  body.special-page .preorder-flow,
  body.special-page .preorder-view,
  body.special-page .preorder-groups { min-width: 0 !important; max-width: 100% !important; }
  body.special-page .preorder-hero-panel { overflow: hidden !important; }
  body.special-page .preorder-hero-points { flex-wrap: wrap !important; }
  body.special-page .preorder-hero-points span { flex: 1 1 calc(50% - 6px) !important; min-width: 112px !important; white-space: normal !important; text-align: center !important; }
  body.special-page .preorder-brand-tabs { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 0 !important; padding-right: 0 !important; overflow-x: auto !important; }
  body.special-page .preorder-brand-tabs { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 0 !important; padding-right: 0 !important; overflow-x: auto !important; }
  .sticky-bottom-nav { min-height: 66px !important; padding: 6px 8px calc(6px + env(safe-area-inset-bottom)) !important; }
  .sticky-bottom-nav-item { min-width: 0 !important; min-height: 52px !important; padding: 4px 2px !important; font-size: 11px !important; }
}

/* Specials comparison cards: full vehicle quote presentation. */
body.special-page #preorderListCards.preorder-list-cards {
  gap: 18px !important;
}

body.special-page #preorderListCards .preorder-row-card,
body.special-page #preorderListCards .preorder-row-card.active,
body.special-page #preorderListCards .preorder-row-card:hover,
body.special-page #preorderListCards .preorder-row-card:focus-visible {
  width: 100% !important;
  display: block !important;
  padding: 22px 26px 0 !important;
  border: 1px solid #d7deea !important;
  border-radius: 20px !important;
  background: #fff !important;
  background-color: #fff !important;
  box-shadow: none !important;
  text-align: left !important;
  overflow: hidden !important;
}

body.special-page #preorderListCards .preorder-row-card.active {
  border-color: #1683ff !important;
}

body.special-page #preorderListCards .preorder-row-card:hover,
body.special-page #preorderListCards .preorder-row-card:focus-visible {
  border-color: #1683ff !important;
}

body.special-page #preorderListCards .preorder-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

body.special-page #preorderListCards .preorder-card-title {
  min-width: 0;
  display: grid;
  gap: 5px;
}

body.special-page #preorderListCards .preorder-card-title strong {
  color: #0b1d38 !important;
  font-size: 22px !important;
  line-height: 1.25 !important;
  letter-spacing: -.035em !important;
}

body.special-page #preorderListCards .preorder-card-title > span {
  color: #24334a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

body.special-page #preorderListCards .preorder-stock-badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 9px;
  background: #e9f9f1;
  color: #18a968;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

body.special-page #preorderListCards .preorder-card-content {
  display: grid;
  grid-template-columns: minmax(190px, 240px) minmax(280px, 1fr) minmax(230px, 280px);
  gap: 22px;
  align-items: center;
  padding: 12px 0 16px;
}

body.special-page #preorderListCards .preorder-card-image {
  width: 100%;
  height: 150px;
  display: block;
  object-fit: contain;
  background: transparent !important;
}

body.special-page #preorderListCards .preorder-card-options {
  min-width: 0;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: start;
  gap: 9px;
}

body.special-page #preorderListCards .preorder-card-option {
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  padding: 6px 11px;
  border: 1px solid #dfe5ef;
  border-radius: 8px;
  background: #fff;
  color: #34435a;
}

body.special-page #preorderListCards .preorder-card-option b {
  color: #67758b;
  font-size: 13px;
}

body.special-page #preorderListCards .preorder-card-option i {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  border: 1px solid rgba(13, 31, 58, .1);
  border-radius: 50%;
  background: var(--swatch, #7c858e);
}

body.special-page #preorderListCards .preorder-card-option em {
  min-width: 0;
  color: #334158;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
}

body.special-page #preorderListCards .preorder-card-option-wide em {
  flex: 1 1 auto;
  min-width: 0;
  display: block;
  overflow: visible;
  overflow-wrap: anywhere;
  word-break: keep-all;
  text-overflow: clip;
  white-space: normal;
}

body.special-page #preorderListCards .preorder-card-option-wide {
  width: fit-content;
  max-width: 100%;
  min-width: 0;
  align-items: flex-start;
  box-sizing: border-box;
}

body.special-page #preorderListCards .preorder-card-option-wide b {
  flex: 0 0 auto;
}

body.special-page #preorderListCards .preorder-row-side,
body.special-page #preorderListCards .preorder-row-card.active .preorder-row-side,
body.special-page #preorderListCards .preorder-row-card:hover .preorder-row-side,
body.special-page #preorderListCards .preorder-row-card:focus-visible .preorder-row-side {
  min-width: 0 !important;
  display: grid !important;
  justify-items: end !important;
  gap: 8px !important;
  padding: 0 0 0 20px !important;
  border: 0 !important;
  border-left: 1px solid #edf0f5 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body.special-page #preorderListCards .preorder-rent-label {
  color: #8994a5;
  font-size: 14px;
  font-weight: 700;
}

body.special-page #preorderListCards .preorder-row-side em,
body.special-page #preorderListCards .preorder-row-side.is-estimate-request em {
  color: #145cff !important;
  font-size: clamp(27px, 2.6vw, 38px) !important;
  font-style: normal !important;
  font-weight: 950 !important;
  line-height: 1.05 !important;
  letter-spacing: -.04em !important;
  white-space: nowrap;
}

body.special-page #preorderListCards .preorder-row-detail-cta {
  width: min(100%, 220px);
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 10px 20px;
  border-radius: 9px;
  background: #145cff;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

body.special-page #preorderListCards .preorder-row-detail-cta b {
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
}

body.special-page #preorderListCards .preorder-card-footer {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #e3e7ee;
}

body.special-page #preorderListCards .preorder-card-footer > span {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 5px;
  padding: 14px 10px 16px;
}

body.special-page #preorderListCards .preorder-card-footer > span + span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 1px;
  background: #e4e8ef;
}

body.special-page #preorderListCards .preorder-card-footer b {
  color: #8792a3;
  font-size: 12px;
}

body.special-page #preorderListCards .preorder-card-footer em {
  color: #24334a;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
}

@media (max-width: 900px) {
  body.special-page #preorderListCards .preorder-card-content {
    grid-template-columns: 180px minmax(220px, 1fr) minmax(210px, 240px);
    gap: 14px;
  }
}

@media (max-width: 760px) {
  body.special-page #preorderListView .preorder-list-head {
    padding: 18px 0 22px !important;
  }

  body.special-page #preorderListView .preorder-list-head-main {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body.special-page #preorderListView #listGroupImage {
    width: 100% !important;
    height: 150px !important;
    justify-self: center !important;
    grid-row: 1;
  }

  body.special-page #preorderListView .preorder-list-head-main > div {
    grid-row: 2;
  }

  body.special-page #preorderListView .preorder-list-head-specs {
    gap: 6px;
    margin-top: 14px;
  }

  body.special-page #preorderListView .preorder-list-head-specs span {
    min-height: 28px;
    padding: 5px 9px;
    font-size: 11px;
  }

  body.special-page #preorderListCards.preorder-list-cards {
    gap: 14px !important;
  }

  body.special-page #preorderListCards .preorder-row-card,
  body.special-page #preorderListCards .preorder-row-card.active,
  body.special-page #preorderListCards .preorder-row-card:hover,
  body.special-page #preorderListCards .preorder-row-card:focus-visible {
    padding: 18px 16px 0 !important;
    border-radius: 16px !important;
  }

  body.special-page #preorderListCards .preorder-card-head {
    gap: 10px;
  }

  body.special-page #preorderListCards .preorder-card-title strong {
    font-size: 19px !important;
  }

  body.special-page #preorderListCards .preorder-card-title > span {
    font-size: 13px;
  }

  body.special-page #preorderListCards .preorder-stock-badge {
    min-height: 30px;
    padding: 5px 9px;
    font-size: 12px;
  }

  body.special-page #preorderListCards .preorder-card-content {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 8px;
  }

  body.special-page #preorderListCards .preorder-card-image {
    height: 165px;
  }

  body.special-page #preorderListCards .preorder-card-options {
    width: 100%;
  }

  body.special-page #preorderListCards .preorder-card-option {
    width: 100%;
  }

  body.special-page #preorderListCards .preorder-card-option-wide {
    width: fit-content;
  }

  body.special-page #preorderListCards .preorder-row-side,
  body.special-page #preorderListCards .preorder-row-card.active .preorder-row-side,
  body.special-page #preorderListCards .preorder-row-card:hover .preorder-row-side,
  body.special-page #preorderListCards .preorder-row-card:focus-visible .preorder-row-side {
    justify-items: stretch !important;
    padding: 14px 0 0 !important;
    border-left: 0 !important;
    border-top: 1px solid #edf0f5 !important;
    text-align: center;
  }

  body.special-page #preorderListCards .preorder-rent-label,
  body.special-page #preorderListCards .preorder-row-side em {
    text-align: center;
  }

  body.special-page #preorderListCards .preorder-row-side em {
    font-size: 30px !important;
  }

  body.special-page #preorderListCards .preorder-row-detail-cta {
    width: 100%;
  }

  body.special-page #preorderListCards .preorder-card-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.special-page #preorderListCards .preorder-card-footer > span {
    padding: 12px 6px;
  }

  body.special-page #preorderListCards .preorder-card-footer > span:nth-child(3) {
    border-top: 1px solid #e4e8ef;
  }

  body.special-page #preorderListCards .preorder-card-footer > span:nth-child(4) {
    border-top: 1px solid #e4e8ef;
  }
}
@media (max-width: 380px) {
  .site-common-header,
  .landing-page .landing-header.site-common-header { padding-left: 12px !important; padding-right: 12px !important; }
  .site-common-header .site-logo-img { max-width: 148px !important; height: 27px !important; }
}

/* Homepage featured vehicles: centered cover-flow presentation. */
body.home-page #specials-preview .deal-slider-shell[data-deal-slider] {
  --deal-feature-width: clamp(300px, 30vw, 340px);
  position: relative;
  overflow: hidden;
}

@media (min-width: 761px) {
  body.home-page #specials-preview .deal-slider-shell[data-deal-slider] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

body.home-page #specials-preview .deal-slider-shell[data-deal-slider] > .deal-slider {
  width: 100%;
  display: flex;
  align-items: center;
  gap: clamp(8px, 2vw, 24px);
  overflow-x: auto !important;
  padding: 22px calc((100% - var(--deal-feature-width)) / 2) 18px !important;
  scroll-padding-inline: calc((100% - var(--deal-feature-width)) / 2);
  scroll-snap-type: x mandatory !important;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

body.home-page #specials-preview .deal-slider-shell[data-deal-slider] > .deal-slider::-webkit-scrollbar {
  display: none;
}

body.home-page #specials-preview .deal-slider-shell[data-deal-slider] .deal-card {
  flex: 0 0 var(--deal-feature-width) !important;
  min-width: var(--deal-feature-width) !important;
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: center;
  gap: 5px !important;
  aspect-ratio: 1;
  padding: 30px 34px 24px !important;
  border: 1px solid #d7e2f8 !important;
  border-radius: 50% !important;
  background: #fff !important;
  box-shadow: none !important;
  filter: none !important;
  opacity: .24;
  transform: scale(.84);
  transform-origin: center;
  transition: opacity .46s cubic-bezier(.22, .61, .36, 1), transform .46s cubic-bezier(.22, .61, .36, 1);
  scroll-snap-align: center !important;
  pointer-events: none;
}

body.home-page #specials-preview .deal-slider-shell[data-deal-slider] .deal-card.is-current {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  border: 2px solid #145cff !important;
}

body.home-page #specials-preview .deal-slider-shell[data-deal-slider] > .deal-slider.is-loop-jumping,
body.home-page #specials-preview .deal-slider-shell[data-deal-slider] > .deal-slider.is-loop-jumping .deal-card {
  scroll-behavior: auto !important;
  scroll-snap-type: none !important;
  transition: none !important;
}

body.home-page #specials-preview .deal-slider-shell[data-deal-slider] .deal-card.is-before {
  transform: translateX(54px) scale(.78);
}

body.home-page #specials-preview .deal-slider-shell[data-deal-slider] .deal-card.is-after {
  transform: translateX(-54px) scale(.78);
}

body.home-page #specials-preview .deal-slider-shell[data-deal-slider] .deal-card .deal-badge {
  position: absolute !important;
  left: 50% !important;
  top: -14px !important;
  z-index: 2;
  width: auto !important;
  min-height: 30px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 !important;
  padding: 6px 14px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #145cff !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  transform: translateX(-50%);
  white-space: nowrap;
}

body.home-page #specials-preview .deal-slider-shell[data-deal-slider] .deal-card .deal-badge::before {
  content: '▣';
  font-size: 10px;
  line-height: 1;
}

body.home-page #specials-preview .deal-slider-shell[data-deal-slider] .deal-card > img {
  width: 100% !important;
  height: clamp(125px, 13vw, 145px) !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  object-fit: contain;
}

body.home-page #specials-preview .deal-slider-shell[data-deal-slider] .deal-card h3,
body.home-page #specials-preview .deal-slider-shell[data-deal-slider] .deal-card p,
body.home-page #specials-preview .deal-slider-shell[data-deal-slider] .deal-card strong,
body.home-page #specials-preview .deal-slider-shell[data-deal-slider] .deal-card .deal-tags {
  width: 100%;
  min-height: 0 !important;
  margin: 0 !important;
  text-align: center;
  justify-content: center;
}

body.home-page #specials-preview .deal-slider-shell[data-deal-slider] .deal-card h3 {
  font-size: clamp(17px, 1.6vw, 20px) !important;
  line-height: 1.25 !important;
}

body.home-page #specials-preview .deal-slider-shell[data-deal-slider] .deal-card p {
  color: #738096 !important;
  font-size: 14px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.home-page #specials-preview .deal-slider-shell[data-deal-slider] .deal-card strong {
  margin-top: 2px !important;
  color: #145cff !important;
  font-size: clamp(20px, 2vw, 24px) !important;
}

body.home-page #specials-preview .deal-slider-shell[data-deal-slider] .deal-card .deal-tags {
  display: none !important;
}

body.home-page #specials-preview .deal-slider-shell[data-deal-slider] .deal-card > a {
  width: auto !important;
  min-height: 0 !important;
  margin-top: 1px;
  padding: 4px 8px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #145cff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.35;
}

body.home-page #specials-preview .deal-slider-shell[data-deal-slider] .deal-card > a::after {
  content: ' ›';
}

body.home-page #specials-preview .deal-slider-shell[data-deal-slider] .deal-slider-meta {
  position: relative;
  z-index: 3;
  justify-content: center;
  margin-top: 2px;
}

body.home-page #specials-preview .deal-slider-shell[data-deal-slider] .deal-dots {
  display: flex;
  align-items: center;
  gap: 7px;
}

body.home-page #specials-preview .deal-slider-shell[data-deal-slider] .deal-dots button {
  width: 8px !important;
  min-width: 8px !important;
  height: 8px !important;
  min-height: 8px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
}

body.home-page #specials-preview .deal-slider-shell[data-deal-slider] .deal-dots button.active {
  width: 28px !important;
  min-width: 28px !important;
}

@media (max-width: 760px) {
  body.home-page #specials-preview .deal-slider-shell[data-deal-slider] {
    --deal-feature-width: min(60vw, 240px);
  }

  body.home-page #specials-preview .deal-slider-shell[data-deal-slider] > .deal-slider {
    gap: 4px !important;
    padding: 10px calc((100% - var(--deal-feature-width)) / 2) 12px !important;
    scroll-padding-inline: calc((100% - var(--deal-feature-width)) / 2) !important;
  }

  body.home-page #specials-preview .deal-slider-shell[data-deal-slider] .deal-card {
    flex-basis: var(--deal-feature-width) !important;
    min-width: var(--deal-feature-width) !important;
    gap: 3px !important;
    padding: 27px 18px 20px !important;
    border-radius: 50% !important;
    scroll-snap-align: center !important;
  }

  body.home-page #specials-preview .deal-slider-shell[data-deal-slider] .deal-card.is-before {
    transform: translateX(60px) scale(.76) !important;
  }

  body.home-page #specials-preview .deal-slider-shell[data-deal-slider] .deal-card.is-after {
    transform: translateX(-60px) scale(.76) !important;
  }

  body.home-page #specials-preview .deal-slider-shell[data-deal-slider] .deal-card > img {
    height: clamp(88px, 26vw, 112px) !important;
    padding: 0 !important;
    border-radius: 0 !important;
  }

  body.home-page #specials-preview .deal-slider-shell[data-deal-slider] .deal-card h3 {
    font-size: 17px !important;
  }

  body.home-page #specials-preview .deal-slider-shell[data-deal-slider] .deal-card p {
    display: none !important;
  }

  body.home-page #specials-preview .deal-slider-shell[data-deal-slider] .deal-card strong {
    font-size: 18px !important;
  }

  body.home-page #specials-preview .deal-slider-shell[data-deal-slider] .deal-card > a {
    display: inline-flex !important;
    min-height: 0 !important;
    padding: 3px 6px !important;
    border-radius: 0 !important;
    font-size: 10px !important;
  }

  body.home-page #specials-preview {
    border: 0 !important;
    box-shadow: none !important;
  }
}

/* 2026-07-13: reference-style immediate-delivery hero */
body.special-page.special-redesign-page .special-layout .preorder-hero-panel {
  display: grid !important;
  grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr) !important;
  gap: 42px !important;
  align-items: center !important;
  min-height: 490px !important;
  padding: 40px 18px 38px !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  background-image: none !important;
  box-shadow: none !important;
}

body.special-page.special-redesign-page .preorder-hero-copy {
  min-width: 0 !important;
}

body.special-page.special-redesign-page .preorder-hero-copy .preorder-hero-kicker {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  margin: 0 0 18px !important;
  padding: 8px 14px !important;
  border: 1px solid #d8e4fb !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #1766e8 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

body.special-page.special-redesign-page .preorder-hero-kicker svg {
  width: 17px !important;
  height: 17px !important;
  fill: #1766e8 !important;
}

body.special-page.special-redesign-page .preorder-hero-copy h1 {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  margin: 0 0 26px !important;
  color: #071a35 !important;
  font-size: clamp(42px, 4.2vw, 60px) !important;
  font-weight: 950 !important;
  line-height: 1.06 !important;
  letter-spacing: -.045em !important;
  text-wrap: nowrap !important;
}

body.special-page.special-redesign-page .preorder-hero-copy h1 span,
body.special-page.special-redesign-page .preorder-hero-copy h1 em {
  display: block !important;
  white-space: nowrap !important;
}

body.special-page.special-redesign-page .preorder-hero-copy h1 em {
  color: #2468ef !important;
  font-style: italic !important;
}

body.special-page.special-redesign-page .preorder-hero-checklist {
  display: grid !important;
  gap: 16px !important;
  margin: 0 !important;
}

body.special-page.special-redesign-page .preorder-hero-checklist p {
  display: grid !important;
  grid-template-columns: 20px minmax(0, 1fr) !important;
  gap: 11px !important;
  align-items: start !important;
  margin: 0 !important;
  max-width: 100% !important;
  color: #344965 !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  white-space: normal !important;
}

body.special-page.special-redesign-page .preorder-hero-checklist p > svg {
  width: 18px !important;
  height: 18px !important;
  margin-top: 2px !important;
  border-radius: 50% !important;
  background: #2468ef !important;
  fill: none !important;
  stroke: #fff !important;
  stroke-width: 2.5 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

body.special-page.special-redesign-page .preorder-hero-copy .preorder-hero-points {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin: 24px 0 0 !important;
}

body.special-page.special-redesign-page .preorder-hero-points article {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-width: 0 !important;
  min-height: 72px !important;
  padding: 12px !important;
  border: 1px solid #dce5f2 !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.special-page.special-redesign-page .preorder-hero-points article > svg {
  flex: 0 0 31px !important;
  width: 31px !important;
  height: 31px !important;
  fill: none !important;
  stroke: #2468ef !important;
  stroke-width: 1.9 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

body.special-page.special-redesign-page .preorder-hero-points article > span {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  gap: 3px !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #071a35 !important;
  text-align: left !important;
}

body.special-page.special-redesign-page .preorder-hero-points strong {
  font-size: 14px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

body.special-page.special-redesign-page .preorder-hero-points small {
  color: #708098 !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

body.special-page.special-redesign-page .preorder-hero-panel .preorder-hero-visual {
  position: relative !important;
  display: block !important;
  min-height: 410px !important;
  overflow: visible !important;
  border: 1px solid #7aa7ff !important;
  border-radius: 28px !important;
  background: #edf4ff !important;
  box-shadow: none !important;
  transform: rotate(-1deg) !important;
  isolation: isolate !important;
}

body.special-page.special-redesign-page .preorder-hero-visual::before {
  content: "" !important;
  position: absolute !important;
  inset: -10px 10px 10px -10px !important;
  z-index: -1 !important;
  border: 1px solid #a9c3ff !important;
  border-radius: 28px !important;
  background: transparent !important;
}

body.special-page.special-redesign-page .preorder-hero-panel .preorder-hero-visual > img {
  display: block !important;
  width: 100% !important;
  height: 410px !important;
  max-width: none !important;
  border-radius: 27px !important;
  object-fit: cover !important;
  filter: none !important;
  transform: none !important;
}

body.special-page.special-redesign-page .preorder-hero-visual .preorder-hero-mini-card {
  position: absolute !important;
  top: 30px !important;
  right: auto !important;
  left: -18px !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 14px !important;
  min-width: 200px !important;
  padding: 18px 16px 18px 22px !important;
  border: 1px solid #dce7fa !important;
  border-radius: 17px !important;
  background: #fff !important;
  box-shadow: none !important;
  transform: rotate(1deg) !important;
}

body.special-page.special-redesign-page .preorder-hero-mini-card > span {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}

body.special-page.special-redesign-page .preorder-hero-mini-card small {
  color: #31455f !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

body.special-page.special-redesign-page .preorder-hero-mini-card strong {
  color: #2468ef !important;
  font-size: 48px !important;
  font-weight: 950 !important;
  line-height: .95 !important;
}

body.special-page.special-redesign-page .preorder-hero-mini-card strong em {
  margin-left: 3px !important;
  font-size: 20px !important;
  font-style: normal !important;
}

body.special-page.special-redesign-page .preorder-hero-mini-card > svg {
  width: 30px !important;
  height: 30px !important;
  padding: 6px !important;
  border-radius: 9px !important;
  background: #edf4ff !important;
  fill: none !important;
  stroke: #2468ef !important;
  stroke-width: 1.7 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  box-sizing: border-box !important;
}

body.special-page.special-redesign-page .preorder-hero-live {
  position: absolute !important;
  right: 18px !important;
  bottom: 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 10px 15px !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #31455f !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  box-shadow: none !important;
  transform: rotate(1deg) !important;
}

body.special-page.special-redesign-page .preorder-hero-live svg {
  width: 16px !important;
  height: 16px !important;
  fill: none !important;
  stroke: #2468ef !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

@media (max-width: 1050px) {
  body.special-page.special-redesign-page .special-layout .preorder-hero-panel {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 34px !important;
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  body.special-page.special-redesign-page .preorder-hero-panel .preorder-hero-visual,
  body.special-page.special-redesign-page .preorder-hero-panel .preorder-hero-visual > img {
    min-height: 360px !important;
    height: 360px !important;
  }
}

@media (max-width: 640px) {
  body.special-page.special-redesign-page .special-layout .preorder-hero-panel {
    min-height: 0 !important;
    padding: 28px 0 22px !important;
    overflow: hidden !important;
  }

  body.special-page.special-redesign-page .preorder-hero-copy h1 {
    font-size: clamp(34px, 10vw, 44px) !important;
    text-wrap: balance !important;
  }

  body.special-page.special-redesign-page .preorder-hero-copy h1 span,
  body.special-page.special-redesign-page .preorder-hero-copy h1 em {
    white-space: normal !important;
  }

  body.special-page.special-redesign-page .preorder-hero-checklist p > span {
    display: block !important;
    min-width: 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }

  body.special-page.special-redesign-page .preorder-hero-copy .preorder-hero-points {
    grid-template-columns: 1fr !important;
  }

  body.special-page.special-redesign-page .preorder-hero-points article > span {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    text-align: left !important;
  }

  body.special-page.special-redesign-page .preorder-hero-panel .preorder-hero-visual,
  body.special-page.special-redesign-page .preorder-hero-panel .preorder-hero-visual > img {
    min-height: 270px !important;
    height: 270px !important;
  }

  body.special-page.special-redesign-page .preorder-hero-visual .preorder-hero-mini-card {
    top: 18px !important;
    left: 10px !important;
    min-width: 170px !important;
    padding: 14px !important;
  }

  body.special-page.special-redesign-page .preorder-hero-mini-card strong {
    font-size: 38px !important;
  }
}

/* 2026-07-13: neutral quote-request label */
body.special-page #preorderListCards .preorder-row-side.is-estimate-request em {
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #8a94a3 !important;
}

/* 2026-07-13: preserve the segmented control's rounded outer corners */
body.special-page .preorder-drawer-conditions .special-segmented button:first-child.active {
  border-radius: 11px 0 0 11px !important;
}

body.special-page .preorder-drawer-conditions .special-segmented button:last-child.active {
  border-radius: 0 11px 11px 0 !important;
}

/* 2026-07-13: show the quick-consult form without an outer scrollbar when space allows */
@media (min-width: 561px) and (min-height: 1000px) {
  .quick-drawer-panel {
    height: auto !important;
    max-height: calc(100dvh - 48px) !important;
  }

  .quick-drawer-track {
    height: auto !important;
    max-height: none !important;
  }

  .quick-drawer-screen {
    height: auto !important;
    max-height: none !important;
    overflow-y: visible !important;
    scrollbar-gutter: auto !important;
  }
}

/* 2026-07-13: reference-style quick consultation modal */
body #quickConsultDrawer .quick-drawer-panel {
  width: min(620px, calc(100vw - 32px)) !important;
  max-width: min(620px, calc(100vw - 32px)) !important;
  max-height: calc(100dvh - 24px) !important;
  border: 0 !important;
  border-radius: 32px !important;
  background: #fff !important;
  box-shadow: 0 30px 80px rgba(24, 48, 88, .2) !important;
}

body #quickConsultDrawer .quick-drawer-form-screen {
  padding: 48px 44px 32px !important;
  background: #fff !important;
}

body #quickConsultDrawer .quick-drawer-close {
  top: 26px !important;
  right: 26px !important;
  width: 54px !important;
  height: 54px !important;
  border: 1px solid #e3e8f0 !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: #0c1f3d !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  box-shadow: 0 12px 28px rgba(30, 54, 92, .08) !important;
}

body #quickConsultDrawer .quick-drawer-head {
  margin-bottom: 26px !important;
  padding-right: 56px !important;
}

body #quickConsultDrawer .quick-drawer-head > span {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 34px !important;
  margin: 0 0 18px !important;
  padding: 6px 14px !important;
  border: 2px solid #d7e3ff !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #145cff !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

body #quickConsultDrawer .quick-drawer-head h2 {
  margin: 0 !important;
  color: #071a38 !important;
  font-size: clamp(32px, 3.2vw, 39px) !important;
  font-weight: 950 !important;
  line-height: 1.16 !important;
  letter-spacing: -.045em !important;
  word-break: keep-all !important;
}

body #quickConsultDrawer .quick-drawer-head p {
  margin: 18px 0 0 !important;
  color: #617087 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.7 !important;
  word-break: keep-all !important;
}

body #quickConsultDrawer .quick-drawer-form {
  display: grid !important;
  gap: 17px !important;
}

body #quickConsultDrawer .quick-consult-field {
  position: relative !important;
  display: grid !important;
  gap: 9px !important;
  margin: 0 !important;
  color: #0b1e3c !important;
  font-size: 15px !important;
  font-weight: 900 !important;
}

body #quickConsultDrawer .quick-field-title {
  display: block !important;
  color: inherit !important;
}

body #quickConsultDrawer .quick-field-title em {
  color: #7b8799 !important;
  font-style: normal !important;
  font-weight: 700 !important;
}

body #quickConsultDrawer .quick-field-control {
  position: relative !important;
  display: block !important;
}

body #quickConsultDrawer .quick-field-icon {
  position: absolute !important;
  z-index: 2 !important;
  top: 50% !important;
  left: 22px !important;
  width: 26px !important;
  height: 26px !important;
  color: #52627a !important;
  transform: translateY(-50%) !important;
  pointer-events: none !important;
}

body #quickConsultDrawer .quick-field-icon svg {
  width: 100% !important;
  height: 100% !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  stroke-width: 1.8 !important;
}

body #quickConsultDrawer .quick-field-control input,
body #quickConsultDrawer .quick-field-control textarea {
  width: 100% !important;
  margin: 0 !important;
  border: 1px solid #d8dee8 !important;
  border-radius: 16px !important;
  background: #fff !important;
  color: #0b1e3c !important;
  font-size: 16px !important;
  font-weight: 650 !important;
  box-shadow: none !important;
}

body #quickConsultDrawer .quick-field-control input {
  min-height: 64px !important;
  padding: 0 20px 0 64px !important;
}

body #quickConsultDrawer .quick-field-control textarea {
  min-height: 150px !important;
  padding: 19px 58px 34px 64px !important;
  line-height: 1.55 !important;
  resize: none !important;
}

body #quickConsultDrawer .quick-field-textarea .quick-field-icon {
  top: 21px !important;
  transform: none !important;
}

body #quickConsultDrawer .quick-field-control input::placeholder,
body #quickConsultDrawer .quick-field-control textarea::placeholder {
  color: #7d8899 !important;
  opacity: 1 !important;
}

body #quickConsultDrawer .quick-field-control input:focus,
body #quickConsultDrawer .quick-field-control textarea:focus {
  border-color: #145cff !important;
  outline: 0 !important;
  box-shadow: 0 0 0 3px rgba(20, 92, 255, .1) !important;
}

body #quickConsultDrawer .quick-memo-count {
  position: absolute !important;
  right: 18px !important;
  bottom: 14px !important;
  color: #40506a !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

body #quickConsultDrawer .quick-drawer-check {
  display: block !important;
  margin: 1px 0 0 !important;
  padding: 0 16px 14px !important;
  border: 1px solid #dfe4ec !important;
  border-radius: 16px !important;
  background: #fff !important;
}

body #quickConsultDrawer .quick-consent-head {
  min-height: 55px !important;
  display: grid !important;
  grid-template-columns: 24px minmax(0, 1fr) 24px !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 !important;
  color: #14253f !important;
  font-size: 15px !important;
  font-weight: 900 !important;
}

body #quickConsultDrawer .quick-consent-head input {
  width: 22px !important;
  height: 22px !important;
  margin: 0 !important;
  accent-color: #145cff !important;
}

body #quickConsultDrawer .quick-consent-head em {
  color: #7c8799 !important;
  font-style: normal !important;
  font-weight: 700 !important;
}

body #quickConsultDrawer .quick-consent-head b {
  color: #172943 !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  text-align: center !important;
}

body #quickConsultDrawer .quick-drawer-check .privacy-consent-box {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 16px 18px !important;
  overflow: visible !important;
  border: 1px solid #e1e6ed !important;
  border-radius: 12px !important;
  background: #fbfcfe !important;
  color: #47576f !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

body #quickConsultDrawer .privacy-consent-box strong {
  display: block !important;
  margin: 0 0 4px !important;
  color: #263853 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

body #quickConsultDrawer .privacy-consent-box > div + div {
  margin-top: 9px !important;
}

body #quickConsultDrawer .privacy-consent-box ul {
  margin: 0 0 9px !important;
  padding-left: 18px !important;
}

body #quickConsultDrawer .privacy-consent-box ul:last-child {
  margin-bottom: 0 !important;
}

body #quickConsultDrawer .privacy-consent-agree {
  margin: 11px 2px 0 !important;
  color: #69768a !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
}

body #quickConsultDrawer .quick-drawer-submit {
  width: 100% !important;
  min-height: 62px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 13px !important;
  background: linear-gradient(90deg, #2254ff, #145cff) !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  box-shadow: 0 14px 28px rgba(20, 92, 255, .2) !important;
}

body #quickConsultDrawer .quick-drawer-submit span {
  margin-left: 10px !important;
  font-size: 23px !important;
  font-weight: 400 !important;
}

body #quickConsultDrawer .form-status:empty {
  display: none !important;
}

@media (max-width: 560px) {
  body #quickConsultDrawer {
    padding: 2px !important;
  }

  body #quickConsultDrawer .quick-drawer-panel {
    width: calc(100vw - 4px) !important;
    max-width: calc(100vw - 4px) !important;
    max-height: calc(100dvh - 20px) !important;
    padding: 4px !important;
    border-radius: 20px !important;
  }

  body #quickConsultDrawer .quick-drawer-form-screen {
    max-height: calc(100dvh - 20px) !important;
    padding: 48px 8px 24px !important;
    overflow-y: auto !important;
  }

  body #quickConsultDrawer .quick-drawer-close {
    top: 18px !important;
    right: 18px !important;
    width: 46px !important;
    height: 46px !important;
  }

  body #quickConsultDrawer .quick-drawer-head h2 {
    font-size: 30px !important;
  }

  body #quickConsultDrawer .quick-drawer-head p br {
    display: none !important;
  }

  body #quickConsultDrawer .quick-drawer-submit {
    position: sticky !important;
    bottom: 0 !important;
    z-index: 8 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 50px !important;
    background: linear-gradient(90deg, #2254ff, #145cff) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: 15px !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  body #quickConsultDrawer .quick-drawer-submit:disabled {
    background: linear-gradient(90deg, #2254ff, #145cff) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    opacity: .72 !important;
  }

  html body.home-page #quickConsultDrawer .quick-drawer-submit:not(#home-no-effects-scope),
  html body.home-page #quickConsultDrawer .quick-drawer-submit:not(#home-no-effects-scope):disabled {
    background-color: #145cff !important;
    background-image: linear-gradient(90deg, #2254ff, #145cff) !important;
  }

}

@media (min-width: 760px) and (max-height: 999px) {
  body #quickConsultDrawer .quick-drawer-panel {
    width: min(780px, calc(100vw - 32px)) !important;
    max-width: min(780px, calc(100vw - 32px)) !important;
    height: auto !important;
    max-height: calc(100dvh - 24px) !important;
  }

  body #quickConsultDrawer .quick-drawer-track {
    height: auto !important;
    max-height: none !important;
  }

  body #quickConsultDrawer .quick-drawer-form-screen {
    height: auto !important;
    max-height: none !important;
    padding: 24px 32px 22px !important;
    overflow-y: visible !important;
    scrollbar-gutter: auto !important;
  }

  body #quickConsultDrawer .quick-drawer-close {
    top: 20px !important;
    right: 22px !important;
    width: 46px !important;
    height: 46px !important;
    font-size: 28px !important;
  }

  body #quickConsultDrawer .quick-drawer-head {
    margin-bottom: 14px !important;
    padding-right: 52px !important;
  }

  body #quickConsultDrawer .quick-drawer-head > span {
    min-height: 28px !important;
    margin-bottom: 10px !important;
    padding: 4px 11px !important;
    font-size: 12px !important;
  }

  body #quickConsultDrawer .quick-drawer-head h2 {
    font-size: 27px !important;
    line-height: 1.12 !important;
  }

  body #quickConsultDrawer .quick-drawer-head h2 br {
    display: inline !important;
    content: " " !important;
  }

  body #quickConsultDrawer .quick-drawer-head p {
    margin-top: 8px !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  body #quickConsultDrawer .quick-drawer-head p br {
    display: inline !important;
    content: " " !important;
  }

  body #quickConsultDrawer .quick-drawer-form {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 11px 14px !important;
  }

  body #quickConsultDrawer .quick-consult-field {
    gap: 6px !important;
    font-size: 13px !important;
  }

  body #quickConsultDrawer .quick-field-control input {
    min-height: 54px !important;
    padding-left: 54px !important;
    font-size: 14px !important;
  }

  body #quickConsultDrawer .quick-field-icon {
    left: 18px !important;
    width: 22px !important;
    height: 22px !important;
  }

  body #quickConsultDrawer .quick-consult-memo,
  body #quickConsultDrawer .quick-drawer-check,
  body #quickConsultDrawer .quick-drawer-submit,
  body #quickConsultDrawer .form-status {
    grid-column: 1 / -1 !important;
  }

  body #quickConsultDrawer .quick-field-control textarea {
    min-height: 94px !important;
    height: 94px !important;
    padding: 15px 54px 28px !important;
    font-size: 13px !important;
  }

  body #quickConsultDrawer .quick-field-textarea .quick-field-icon {
    top: 15px !important;
  }

  body #quickConsultDrawer .quick-memo-count {
    right: 14px !important;
    bottom: 9px !important;
    font-size: 11px !important;
  }

  body #quickConsultDrawer .quick-drawer-check {
    padding: 0 12px 10px !important;
  }

  body #quickConsultDrawer .quick-consent-head {
    min-height: 42px !important;
    grid-template-columns: 20px minmax(0, 1fr) 20px !important;
    font-size: 13px !important;
  }

  body #quickConsultDrawer .quick-consent-head input {
    width: 18px !important;
    height: 18px !important;
  }

  body #quickConsultDrawer .quick-drawer-check .privacy-consent-box {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
    padding: 11px 13px !important;
    font-size: 11px !important;
  }

  body #quickConsultDrawer .privacy-consent-box > div + div {
    margin-top: 0 !important;
    padding-left: 14px !important;
    border-left: 1px solid #e5e9f0 !important;
  }

  body #quickConsultDrawer .privacy-consent-box strong {
    font-size: 11px !important;
  }

  body #quickConsultDrawer .privacy-consent-box ul {
    margin-bottom: 0 !important;
  }

  body #quickConsultDrawer .privacy-consent-agree {
    margin-top: 7px !important;
    font-size: 10px !important;
  }
}

/* 2026-07-17: show preorder overview cards in two columns on phones. */
@media (max-width: 640px) {
  body.special-page #preorderOverview .preorder-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  body.special-page #preorderOverview .preorder-group-card,
  body.special-page #preorderOverview .preorder-group-card.active,
  body.special-page #preorderOverview .preorder-group-card:hover,
  body.special-page #preorderOverview .preorder-group-card:focus-visible {
    min-width: 0 !important;
    min-height: 220px !important;
    grid-template-rows: auto minmax(88px, 1fr) auto !important;
    gap: 4px !important;
    padding: 10px 8px 8px !important;
    border-radius: 12px !important;
  }

  body.special-page #preorderOverview .preorder-group-card-head {
    gap: 4px !important;
  }

  body.special-page #preorderOverview .preorder-group-logo {
    min-width: 44px !important;
    height: 30px !important;
  }

  body.special-page #preorderOverview .preorder-group-logo img {
    max-width: 58px !important;
    height: 28px !important;
  }

  body.special-page #preorderOverview .preorder-group-name {
    font-size: 15px !important;
  }

  body.special-page #preorderOverview .preorder-group-vehicle {
    min-height: 88px !important;
  }

  body.special-page #preorderOverview .preorder-group-vehicle > img {
    height: 96px !important;
  }

  body.special-page #preorderOverview .preorder-group-metrics {
    width: 100% !important;
    min-height: 44px !important;
    border-radius: 8px !important;
  }

  body.special-page #preorderOverview .preorder-group-metric {
    gap: 3px !important;
    padding: 5px 2px !important;
  }

  body.special-page #preorderOverview .preorder-group-metric svg {
    flex-basis: 16px !important;
    width: 16px !important;
    height: 16px !important;
  }

  body.special-page #preorderOverview .preorder-group-metric > span {
    gap: 1px !important;
    font-size: 9px !important;
  }

  body.special-page #preorderOverview .preorder-group-metric strong {
    font-size: 12px !important;
  }
}

/* 2026-07-20: enlarge preorder brand artwork on desktop only. */
@media (min-width: 761px) {
  body.special-page #preorderBrandBar .preorder-brand-logo img {
    transform: scale(1.3) !important;
    transform-origin: center !important;
  }
}
