/* Shared public-site theme, following the clean light style on /quote. */
html:has(body.site) {
  --header-h: 58px;
  scroll-padding-top: calc(var(--header-h) + 24px);
}

html:has(body.site) [id] {
  scroll-margin-top: calc(var(--header-h) + 24px);
}

body.site {
  --ink: #ffffff;
  --black: #ffffff;
  --white: #111113;
  --gray-100: #f5f6f8;
  --gray-200: #363940;
  --gray-300: #5a5d66;
  --gray-400: #5a5d66;
  --gray-500: #6e7178;
  --gray-600: #6e7178;
  --gray-700: #7c7f87;
  --gray-900: #fafafa;
  --silver: #2563eb;
  --silver-dim: rgba(37, 99, 235, 0.1);
  --border: #e2e4e8;
  --border-light: #c4c7cd;
  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  --font-mono: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  --font-heading: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  --header-h: 58px;
  --container: 1080px;
  color: var(--white);
  background: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  letter-spacing: -0.011em;
  -webkit-font-smoothing: antialiased;
}

/* Keep the quote design tokens local to its reusable section components.
   The legacy site theme uses --ink and --white for inverted background/text
   tokens on body.site, so LP sections receive their own correct light palette. */
body.site .lp-section {
  --bg: #ffffff;
  --bg-2: #fafafa;
  --ink: #111113;
  --ink-2: #363940;
  --muted: #5a5d66;
  --faint: #6e7178;
  --line: #e2e4e8;
  --line-2: #c4c7cd;
  --accent: #2563eb;
  --accent-hover: #1d4ed8;
  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  --font-display: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  color: var(--ink);
  background-color: var(--bg);
}

body.site .lp-section--alt {
  background-color: var(--bg-2);
}

body.site .lp-section.lp-section--owner {
  background-color: #fff;
}

body.site #locally-owned {
  background-color: #fafafa;
}

body.site .lp-section .lp-addons__subtitle a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.site .lp-section .lp-addon-row {
  text-decoration: none;
}

body.site .lp-section .lp-addon-row:hover .lp-addon-row__name {
  color: var(--accent);
}

body.site .lp-section a.lp-city-pill {
  text-decoration: none;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}

body.site .lp-section a.lp-city-pill:hover {
  border-color: var(--ink);
  background: var(--bg);
}

body.site .lp-section .lp-pack-card__amount--updating {
  opacity: 0.45;
}

body.site .hero .lp-hero-trust {
  --bg: #ffffff;
  --ink: #111113;
  --ink-2: #363940;
  --muted: #5a5d66;
  --line: #e2e4e8;
  --ok: #17864b;
}

/* Quote-page section components remain the source of truth across public pages. */
body.site .header {
  height: var(--header-h);
}

body.site .header__inner {
  min-height: var(--header-h);
}

body.site .header__logo img {
  height: 36px;
}

body.site .lp-faq-standalone {
  max-width: 800px;
}

body.site .lp-location-contextual-link {
  margin-top: 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

body.site .lp-location-contextual-link a,
body.site .lp-service-area__note a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.site .lp-section .lp-addon-row a {
  text-decoration: none;
}

body.site .lp-section .lp-addon-row__price:hover {
  color: var(--accent);
}

body.site .lp-owner__points li > span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

body.site .page--vehicle .lp-owner__points {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: stretch;
  width: 100%;
  max-width: 560px;
  gap: 16px;
  text-align: left;
}

body.site .page--vehicle .lp-owner__points li {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  align-items: start;
  width: 100%;
  gap: 10px;
  text-align: left;
}

body.site .page--vehicle .lp-owner__points li > span {
  width: 100%;
  min-width: 0;
  text-align: left;
}

body.site .page--vehicle .lp-owner__point-detail {
  max-width: none;
}

body.site .page--vehicle .lp-owner__check {
  margin-top: 4px;
}

/* Vehicle-specific trust points read better as three balanced feature cards
   than as a narrow, vertically stacked checklist. */
body.site .page--vehicle .lp-section--owner {
  padding-bottom: 92px;
}

body.site .page--vehicle .lp-owner {
  max-width: 920px;
}

body.site .page--vehicle .lp-owner__points {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 880px;
  margin-top: 32px;
  padding-top: 28px;
  gap: 14px;
  border-top: 1px solid #e2e4e8;
}

body.site .page--vehicle .lp-owner__points li {
  min-height: 100%;
  padding: 18px 16px;
  gap: 10px;
  background: #fff;
  border: 1px solid #e2e4e8;
  border-radius: 12px;
}

body.site .page--vehicle .lp-owner__points li > span {
  gap: 3px;
}

body.site .page--vehicle .lp-owner__points li strong {
  color: #111113;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.4;
}

body.site .lp-owner__point-detail {
  max-width: 280px;
  margin-top: 4px;
  color: var(--muted);
  font-family: var(--font);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}

body.site .lp-requirement-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  border-top: 1px solid var(--line);
}

body.site .lp-requirement-list li {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
  padding: 22px 24px 22px 0;
  border-bottom: 1px solid var(--line);
}

body.site .lp-requirement-list li:not(:nth-child(3n + 1)) {
  padding-left: 24px;
  border-left: 1px solid var(--line);
}

body.site .lp-requirement-list strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

body.site .lp-requirement-list span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

body.site .lp-requirement-note {
  margin: 18px 0 0;
  text-align: center;
}

body.site .location-content__block {
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
}

body.site .location-content__block:last-child {
  border-bottom: 1px solid var(--line);
}

body.site .location-pricing-section {
  padding: 68px 0;
  color: #111113;
  background: #ffffff;
  border-top: 1px solid #e2e4e8;
}

body.site .location-pricing-section .pack-preview__card {
  padding: 32px 28px;
  color: #111113;
  background: #ffffff;
  border: 1px solid #c4c7cd;
  border-radius: 16px;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.site .location-pricing-section .pack-preview__card:hover {
  border-color: #363940;
  box-shadow: 0 12px 32px rgba(17, 17, 19, 0.06);
}

body.site .location-pricing-section .pack-preview__card--featured {
  border-color: #2563eb;
  box-shadow: 0 0 0 1px #2563eb;
}

body.site .location-pricing-section .pack-preview__card--featured:hover {
  box-shadow: 0 0 0 1px #2563eb, 0 12px 32px rgba(17, 17, 19, 0.06);
}

body.site .location-pricing-section .pack-preview__title,
body.site .location-pricing-section .pack-preview__title a {
  margin-bottom: 8px;
  color: #111113;
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
  text-transform: none;
}

body.site .location-pricing-section .pack-preview__list,
body.site .location-pricing-section .pack-preview__lead {
  color: #363940;
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 760px) {
  body.site .lp-requirement-list {
    grid-template-columns: 1fr;
  }

  body.site .lp-requirement-list li,
  body.site .lp-requirement-list li:not(:nth-child(3n + 1)) {
    padding: 18px 0;
    border-left: 0;
  }
}

body.site main {
  min-height: 60vh;
}

body.site .header {
  position: sticky;
  height: var(--header-h);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(12px);
}

body.site .header--scrolled {
  background: rgba(255, 255, 255, 0.94);
  border-bottom-color: var(--border);
}

body.site .header__inner {
  gap: 24px;
}

body.site .header__logo img {
  height: 38px;
}

body.site .nav__list {
  gap: clamp(14px, 2.2vw, 30px);
}

body.site .nav__link,
body.site .header__sign-in {
  color: var(--muted, #5a5d66);
  font-family: var(--font);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

body.site .nav__link:hover,
body.site .header__sign-in:hover {
  color: var(--white);
}

body.site .header__sign-in {
  color: var(--muted, #5a5d66);
}

body.site .header__sign-in:hover {
  color: var(--white);
}

body.site .header .header__booking-cta {
  width: auto;
  min-height: 44px;
  padding: 10px 16px;
  font-size: 14px;
}

body.site .header .header__booking-cta .lp-spark__inner {
  white-space: nowrap;
}

body.site .header .lp-spark__fold::after {
  background-color: #fff;
}

body.site .header .nav__mobile-cta {
  width: 100%;
}

body.site .btn,
body.site .header .btn,
body.site .service-pack-jump__link--cta {
  min-height: 44px;
  padding: 11px 18px;
  border-radius: 8px;
  font-family: var(--font);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: none;
  transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

body.site .btn--primary,
body.site .service-pack-jump__link--cta {
  color: #fff;
  background: #2563eb;
  border-color: #2563eb;
}

body.site .btn--primary:hover,
body.site .service-pack-jump__link--cta:hover {
  color: #fff;
  background: #1d4ed8;
  border-color: #1d4ed8;
}

body.site .btn--outline {
  color: var(--white);
  background: #fff;
  border-color: var(--line, #c4c7cd);
}

body.site .btn--outline:hover {
  color: var(--white);
  background: #f5f6f8;
  border-color: #aeb2ba;
}

body.site .btn--ghost {
  color: var(--gray-300);
}

body.site .btn--ghost:hover {
  color: var(--white);
}

body.site .btn--large {
  min-height: 50px;
  padding: 14px 22px;
  font-size: 15px;
}

body.site .burger span {
  background: var(--white);
}

body.site .nav--open,
body.site .nav__list--open {
  background: #fff;
}

body.site .nav--open .nav__link,
body.site .nav__list--open .nav__link {
  color: var(--white);
}

body.site .hero {
  min-height: 0;
  align-items: center;
  padding: 96px 0 84px;
  background: #fafafa;
}

body.site .hero__bg,
body.site .services-hero__bg,
body.site .service-pack-hero__bg {
  display: none;
}

body.site .hero__content {
  padding-top: 0;
}

body.site .hero__content--home {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
  align-items: center;
  gap: clamp(36px, 6vw, 72px);
}

body.site .hero__eyebrow,
body.site .services-hero__eyebrow,
body.site .section__eyebrow,
body.site .service-pack-hero__badge,
body.site .service-pack-band__header .section__eyebrow {
  color: #5a5d66;
  font-family: var(--font);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

body.site .hero__eyebrow {
  margin-bottom: 16px;
}

body.site .hero__title,
body.site .services-hero__title,
body.site .section__title,
body.site .service-pack-hero__title,
body.site .page__title {
  color: var(--white);
  font-family: var(--font-heading);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.1;
  text-transform: none;
}

body.site .service-pack-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.78fr);
  align-items: center;
  gap: clamp(32px, 6vw, 72px);
}

body.site .service-pack-hero__offer {
  display: grid;
  gap: 12px;
  padding: 28px;
  color: #111113;
  background: #fff;
  border: 1px solid #c4c7cd;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(17, 17, 19, 0.06);
}

body.site .service-pack-hero__offer-eyebrow {
  color: #5a5d66;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

body.site .service-pack-hero__offer-price {
  margin: 0;
  color: #111113;
  font-family: var(--font-heading);
  font-size: clamp(30px, 4vw, 38px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

body.site .service-pack-hero__offer-copy {
  color: #5a5d66;
  font-size: 14px;
  line-height: 1.55;
}

body.site .service-pack-hero__offer .btn {
  justify-content: center;
  margin-top: 4px;
}

body.site .service-pack-hero__offer-link {
  color: #363940;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

body.site .service-pack-hero__offer-link:hover {
  color: #2563eb;
}

body.site .hero__title {
  max-width: 18ch;
  margin-bottom: 18px;
  font-size: clamp(38px, 5.7vw, 64px);
}

body.site .hero__text,
body.site .section__subtitle,
body.site .services-hero__lead,
body.site .service-pack-hero__lead,
body.site .legal-prose {
  color: var(--gray-300);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.65;
}

body.site .hero__text {
  max-width: 58ch;
  margin-bottom: 28px;
}

body.site .hero__actions {
  gap: 12px;
}

body.site .hero__rating,
body.site .google-rating,
body.site .footer__google {
  color: var(--gray-300);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 999px;
  box-shadow: 0 1px 2px rgba(17, 17, 19, 0.04);
}

body.site .hero__rating:hover,
body.site .google-rating:hover,
body.site .footer__google:hover {
  color: var(--white);
  border-color: var(--border-light);
  background: #fff;
}

body.site .hero__rating-text strong,
body.site .hero__rating-score,
body.site .google-rating__score {
  color: var(--white);
}

body.site .stats {
  padding: 32px 0;
  background: #fff;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

body.site .stats__number {
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: none;
}

body.site .stats__label {
  color: var(--gray-500);
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
}

body.site .stats__divider {
  background: var(--border);
}

body.site .section {
  padding: 88px 0;
  background: #fff;
}

body.site .section + .section {
  border-top: 1px solid var(--border);
}

body.site .section--dark,
body.site .section--dark + .section--dark,
body.site .section--dark + .section--dark + .section--dark,
body.site .section--cta,
body.site .locations-band,
body.site .addons-band,
body.site .service-pack-band,
body.site .service-pack-cta,
body.site .location-about,
body.site .location-cta {
  color: var(--white);
  background: #fafafa;
  border-color: var(--border);
}

body.site .section--dark + .section--dark {
  background: #fff;
}

body.site .section__header {
  margin-bottom: 42px;
}

body.site .section__eyebrow {
  margin-bottom: 10px;
}

body.site .section__title,
body.site .page__title {
  font-size: clamp(30px, 4vw, 46px);
}

body.site .section__subtitle {
  max-width: 620px;
  margin-top: 14px;
}

body.site .section__header--center .section__subtitle {
  margin-left: auto;
  margin-right: auto;
}

body.site .philosophy__text,
body.site .philosophy__value-desc,
body.site .process__step-text,
body.site .location-content__body,
body.site .service-pack-panel__lead,
body.site .service-pack-panel__hint,
body.site .service-pack-card__text,
body.site .addon-expertise__text {
  color: var(--gray-300);
  font-weight: 400;
  letter-spacing: 0;
}

body.site .philosophy__value-title,
body.site .process__step-title,
body.site .location-content__title,
body.site .service-pack-panel__subhead,
body.site .service-pack-card__title {
  color: var(--white);
}

body.site .philosophy__value,
body.site .process__step,
body.site .location-content__block,
body.site .service-pack-panel,
body.site .service-pack-panel--muted,
body.site .service-pack-card,
body.site .service-pack-pricing__card,
body.site .service-pack-related,
body.site .pack-preview__card,
body.site .pack-offer,
body.site .addon-card,
body.site .addons-index-card,
body.site .locations-card,
body.site .testimonial,
body.site .booking__panel,
body.site .booking__summary,
body.site .faq__item,
body.site .location-pricing-table__panel,
body.site .location-pricing-compact,
body.site .service-area__panel,
body.site .vehicle-card,
body.site .vehicle-make-card {
  color: var(--white);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(17, 17, 19, 0.04);
}

body.site .philosophy__value,
body.site .service-pack-card,
body.site .service-pack-panel,
body.site .service-pack-panel--muted {
  padding: 22px;
}

body.site .philosophy__values {
  gap: 12px;
}

body.site .pack-preview__card,
body.site .pack-offer,
body.site .addons-index-card,
body.site .locations-card,
body.site .testimonial {
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

body.site .pack-preview__card--featured,
body.site .pack-offer--featured,
body.site .service-pack-pricing__card--featured {
  background: #fff;
  border-color: rgba(37, 99, 235, 0.42);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.08);
}

body.site .pack-preview__card:hover,
body.site .pack-offer:hover,
body.site .addons-index-card:hover,
body.site .locations-card:hover,
body.site .service-pack-pricing__card:hover {
  border-color: #c4c7cd;
  box-shadow: 0 8px 24px rgba(17, 17, 19, 0.08);
}

body.site .pack-preview__tag,
body.site .pack-offer__badge,
body.site .services-hero__pack-tag,
body.site .service-pack-pricing__vehicle {
  color: var(--gray-500);
  background: #f5f6f8;
  border-color: var(--border);
  font-family: var(--font);
  letter-spacing: 0;
}

/* The vehicle/range label is a bare span in a flex column, so the tinted
   background above stretched into a full-width band. Give it the pill shape
   the other tags in that group already have. */
body.site .service-pack-pricing__vehicle {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  padding: 5px 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.site .pack-preview__title,
body.site .pack-preview__title a,
body.site .pack-offer__title,
body.site .pack-offer__title a,
body.site .service-pack-pricing__title,
body.site .locations-card__title,
body.site .addons-index-card__title,
body.site .addon-card__name {
  color: var(--white);
}

body.site .pack-preview__lead,
body.site .pack-preview__list,
body.site .pack-offer__desc,
body.site .service-pack-pricing__notes,
body.site .service-pack-related__desc,
body.site .locations-card__tagline,
body.site .addons-index-card__summary {
  color: var(--gray-300);
}

body.site .pack-preview__price,
body.site .pack-offer__price,
body.site .service-pack-pricing__price,
body.site .service-pack-related__price,
body.site .addons-index-card__price,
body.site .addon-card__price {
  color: #2563eb;
  font-family: var(--font-heading);
  font-weight: 600;
}

body.site .pack-preview__item--check::before,
body.site .pack-preview__item--plus::before,
body.site .service-pack-checklist .pack-preview__item::before {
  color: #17864b;
}

body.site .vehicle-picker__btn,
body.site .booking__progress-num,
body.site .booking__panel,
body.site .booking__pack-inner,
body.site .booking__addon,
body.site .date-grid__item,
body.site .window-grid__item,
body.site .location-pricing-table__grid {
  border-color: var(--border);
}

body.site .vehicle-picker__btn {
  color: var(--gray-300);
  background: #fff;
  border-radius: 8px;
  font-family: var(--font);
  letter-spacing: 0;
}

body.site .vehicle-picker__btn:hover,
body.site .vehicle-picker__btn--active {
  color: #1d4ed8;
  background: #eff6ff;
  border-color: #2563eb;
}

body.site .pricing-widget__header,
body.site .services-seo-bar,
body.site .services-band,
body.site .location-pricing-table__head,
body.site .location-pricing-section,
body.site .location-pricing-compact {
  color: var(--white);
  background: #fafafa;
  border-color: var(--border);
}

body.site .services-hero {
  padding: 36px 0 64px;
  color: var(--white);
  background: #fafafa;
  border-color: var(--border);
}

body.site .services-hero__inner,
body.site .service-pack-hero__inner {
  color: var(--white);
}

body.site .services-hero__title {
  max-width: 15ch;
  font-size: clamp(38px, 5vw, 56px);
}

body.site .services-hero__lead,
body.site .service-pack-hero__lead {
  color: var(--gray-300);
}

body.site .services-hero__highlight,
body.site .service-pack-hero__stat {
  min-width: 130px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
}

body.site .services-hero__highlight-value,
body.site .service-pack-hero__stat-value {
  color: var(--white);
  font-family: var(--font);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

body.site .services-hero__highlight-label,
body.site .service-pack-hero__stat-label {
  color: var(--gray-500);
  letter-spacing: 0;
  text-transform: none;
}

body.site .services-hero__pack {
  padding: 22px 24px;
  color: var(--white);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(17, 17, 19, 0.04);
  backdrop-filter: none;
}

body.site .services-hero__pack:hover {
  background: #fff;
  border-color: #c4c7cd;
  box-shadow: 0 8px 24px rgba(17, 17, 19, 0.08);
}

body.site .services-hero__pack-name {
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: none;
}

body.site .services-hero__pack-desc,
body.site .breadcrumb__item a,
body.site .breadcrumb__item[aria-current="page"] {
  color: var(--gray-500);
}

body.site .services-hero__pack-price {
  color: #2563eb;
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 600;
}

body.site .service-pack-hero {
  padding: 44px 0 64px;
  color: var(--white);
  background: #fafafa;
  border-color: var(--border);
}

body.site .service-pack-hero__badge {
  padding: 6px 12px;
  background: #fff;
  border-color: var(--border);
}

body.site .service-pack-hero__title {
  font-size: clamp(38px, 5vw, 56px);
}

body.site .service-pack-jump {
  top: var(--header-h);
  background: rgba(255, 255, 255, 0.94);
  border-color: var(--border);
}

body.site .service-pack-jump__link {
  color: var(--gray-300);
  font-family: var(--font);
  letter-spacing: 0;
}

body.site .service-pack-jump__link:hover {
  color: var(--white);
  background: #f5f6f8;
}

body.site .service-pack-jump__link--cta {
  color: #fff;
  background: #2563eb;
  border-color: #2563eb;
}

body.site .service-pack-jump__link--cta:hover {
  color: #fff;
  background: #1d4ed8;
  border-color: #1d4ed8;
}

body.site .service-pack-band--alt,
body.site .service-pack-band--pricing,
body.site .service-pack-band--faq {
  background: #fafafa;
}

body.site .service-pack-pricing__footer,
body.site .service-pack-cta__inner,
body.site .location-cta__inner {
  color: var(--white);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
}

/* The dark theme leaves this block open on three sides (it only has a rule
   above it), so once the light theme turns it into a card the notes and
   buttons need padding of their own. */
body.site .service-pack-pricing__footer {
  padding: 26px 26px 24px;
}

body.site .service-pack-cta__title,
body.site .location-cta__title,
body.site .service-pack-cta__text,
body.site .location-cta__text {
  color: var(--white);
}

body.site .location-content {
  gap: 12px;
  background: transparent;
  border: 0;
}

body.site .location-content__block {
  gap: 24px;
  padding: 28px 32px;
}

body.site .location-content__index {
  color: #2563eb;
}

body.site .page--location .location-about {
  padding: 88px 0;
  background: #fafafa;
}

body.site .location-pricing-table__grid thead th {
  color: var(--gray-500);
  background: #f5f6f8;
}

body.site .location-pricing-table__grid tbody tr,
body.site .location-pricing-table__grid th[scope="row"],
body.site .location-pricing-table__grid td {
  color: var(--white);
  background: #fff;
  border-color: var(--border);
}

body.site .location-pricing-table__grid td.is-featured,
body.site .location-pricing-table__grid tbody tr.is-tier-highlight th,
body.site .location-pricing-table__grid tbody tr.is-tier-highlight td {
  background: #eff6ff;
}

body.site .location-hero__actions .btn--ghost {
  color: #2563eb;
}

body.site .breadcrumb__list {
  font-family: var(--font);
  letter-spacing: 0;
}

body.site .legal-prose {
  color: var(--gray-300);
}

body.site .legal-prose h2,
body.site .legal-prose strong {
  color: var(--white);
}

body.site .legal-prose a,
body.site .legal-consent__text a {
  color: #2563eb;
}

body.site .faq__item {
  overflow: hidden;
}

body.site .faq__item summary {
  color: var(--white);
}

body.site .faq__item summary:hover {
  background: #fafafa;
}

body.site .faq__item p,
body.site .service-pack-faq p {
  color: var(--gray-300);
}

body.site .faq__item a,
body.site .location-pricing-table__link,
body.site .service-pack-panel__link,
body.site .addon-service-area__cities a {
  color: #2563eb;
}

body.site .faq__item a:hover,
body.site .location-pricing-table__link:hover,
body.site .service-pack-panel__link:hover,
body.site .addon-service-area__cities a:hover {
  color: #1d4ed8;
}

body.site .testimonials-score,
body.site .testimonial__quote,
body.site .testimonial__footer {
  color: var(--white);
  background: #fff;
  border-color: var(--border);
}

body.site .testimonial__quote p,
body.site .testimonial__name {
  color: var(--gray-300);
}

body.site .testimonial__toggle {
  color: #2563eb;
}

body.site .gallery-lightbox__panel {
  background: #fff;
  border-color: var(--border);
}

body.site .gallery-lightbox__caption {
  color: var(--gray-300);
}

body.site .footer {
  padding-top: 56px;
  color: var(--white);
  background: #fafafa;
  border-top: 1px solid var(--border);
}

body.site .footer__heading,
body.site .footer__connect-label,
body.site .footer__location,
body.site .footer__hours,
body.site .footer__phone,
body.site .footer__nav a,
body.site .footer__tagline,
body.site .footer__copy,
body.site .footer__legal a {
  color: var(--gray-500);
}

body.site .footer__heading {
  font-family: var(--font);
  letter-spacing: 0;
  text-transform: none;
}

body.site .footer__nav a:hover,
body.site .footer__contact a:hover,
body.site .footer__phone:hover,
body.site .footer__legal a:hover {
  color: var(--white);
}

body.site .footer__social-link {
  color: var(--gray-500);
  background: #fff;
  border-color: var(--border);
}

body.site .footer__social-link:hover {
  color: var(--white);
  background: #f5f6f8;
  border-color: var(--border-light);
}

body.site .footer__bar {
  border-color: var(--border);
}

body.site .footer__google-text strong {
  color: var(--white);
}

body.site .booking {
  padding-top: 64px;
}

body.site .booking__intro {
  margin-bottom: 36px;
}

body.site .booking__panel {
  padding: 24px;
}

body.site .booking__progress-num,
body.site .booking__progress-label {
  color: var(--gray-500);
}

body.site .booking__progress-step--active .booking__progress-num,
body.site .booking__progress-step--active .booking__progress-label,
body.site .booking__progress-step--done .booking__progress-num,
body.site .booking__progress-step--done .booking__progress-label {
  color: #2563eb;
}

body.site .booking__pack-inner,
body.site .booking__addon,
body.site .booking__summary,
body.site .booking__pack-badge {
  color: var(--white);
  background: #fff;
  border-radius: 10px;
}

body.site .booking__pack-inner:hover,
body.site .booking__addon:hover {
  background: #fafafa;
  border-color: var(--border-light);
}

body.site .booking__pack input:checked + .booking__pack-inner,
body.site .booking__addon:has(input:checked) {
  background: #eff6ff;
  border-color: #2563eb;
}

body.site .booking__pack-name,
body.site .booking__addon-name,
body.site .booking__summary-title,
body.site .booking__panel-title {
  color: var(--white);
}

body.site .booking__pack input:checked + .booking__pack-inner .booking__pack-name,
body.site .booking__pack input:checked + .booking__pack-inner .booking__pack-price {
  color: var(--white);
}

body.site .booking__panel-title,
body.site .booking__summary-title {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: none;
}

body.site .booking__progress-label,
body.site .booking__summary-row dt {
  font-family: var(--font);
  letter-spacing: 0;
  text-transform: none;
}

body.site .booking__panel-subtitle,
body.site .booking__promo-label,
body.site .booking__address-legend {
  color: var(--gray-300);
  font-family: var(--font);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

body.site .booking__pack-price,
body.site .booking__summary-row dd,
body.site .booking__addon-price,
body.site .booking__addon-count {
  color: #2563eb;
}

body.site .booking__summary-row dt,
body.site .booking__panel-subtitle,
body.site .booking__panel-hint,
body.site .booking__summary-note,
body.site .booking__price-help,
body.site .price-help {
  color: var(--gray-500);
}

/* On the light site the dark-theme bubble lands near-white on a white card, so
   it gets an inverted surface instead — legible over cards and the summary. */
body.site .booking__price-help::after,
body.site .price-help::after {
  color: #ffffff;
  background: #111113;
  border-color: #111113;
  box-shadow: 0 8px 24px rgba(17, 17, 19, 0.18);
}

body.site .booking__addon-divider {
  color: var(--gray-500);
  background: #f5f6f8;
  border-color: var(--border);
  font-family: var(--font);
  letter-spacing: 0;
  text-transform: none;
}

body.site .booking__promo-row input,
body.site .form-field input,
body.site .form-field textarea,
body.site .booking__address-block,
body.site .booking__address-suggestions {
  color: var(--white);
  background: #fff;
  border-color: var(--border);
  border-radius: 8px;
}

body.site .form-field label,
body.site .booking__address-legend,
body.site .booking__address-suggestion {
  color: var(--gray-300);
}

body.site input:focus,
body.site textarea:focus,
body.site select:focus {
  border-color: #2563eb;
  outline: 3px solid rgba(37, 99, 235, 0.14);
}

body.site .booking-submitted__card,
body.site .account-auth__card {
  color: var(--white);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: 0 12px 36px rgba(17, 17, 19, 0.08);
}

body.site .account-auth__card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body.site .account-auth,
body.site .booking-submitted {
  color: var(--white);
}

body.site .form-field input,
body.site .form-field textarea,
body.site .booking__promo-row input {
  color: var(--white);
}

@media (max-width: 900px) {
  body.site .header__inner {
    gap: 14px;
  }

  body.site .nav__list {
    gap: 0;
  }

  body.site .hero {
    padding: 76px 0 64px;
  }

  body.site .hero__content--home {
    grid-template-columns: minmax(0, 1fr) minmax(290px, 0.8fr);
    gap: 24px;
  }

  body.site .services-hero,
  body.site .service-pack-hero {
    padding: 32px 0 52px;
  }

  body.site .section {
    padding: 68px 0;
  }
}

@media (max-width: 640px) {
  html:has(body.site) {
    --header-h: 58px;
  }

  body.site {
    --header-h: 58px;
  }

  body.site .header__logo img {
    height: 34px;
  }

  body.site .header__actions {
    display: none;
  }

  body.site .hero {
    padding: 60px 0 52px;
  }

  body.site .hero__title {
    font-size: clamp(36px, 10vw, 48px);
  }

  body.site .hero__text {
    font-size: 16px;
  }

  body.site .hero__content--home {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  body.site .section {
    padding: 56px 0;
  }

  body.site .section__header {
    margin-bottom: 30px;
  }

  body.site .stats {
    padding: 24px 0;
  }

  body.site .stats__grid {
    gap: 16px;
  }

  body.site .stats__item {
    min-width: 0;
  }

  body.site .location-content__block {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 22px;
  }

  body.site .booking__panel {
    padding: 18px;
  }
}

@media (max-width: 900px) {
  body.site .service-pack-hero__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  body.site .service-pack-hero__offer {
    max-width: 560px;
  }
}

/* Quote visual system across the public site. */
body.site .hero,
body.site .services-hero,
body.site .service-pack-hero,
body.site .location-hero {
  padding-top: 56px;
  padding-bottom: 60px;
  color: #111113;
  background: #fafafa;
}

body.site .hero__title,
body.site .services-hero__title,
body.site .service-pack-hero__title,
body.site .location-hero__title,
body.site .page__title {
  max-width: 20ch;
  color: #111113;
  font-family: var(--font-heading);
  font-size: clamp(30px, 5vw, 44px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.1;
  text-transform: none;
}

body.site .hero__text,
body.site .services-hero__lead,
body.site .service-pack-hero__lead,
body.site .location-hero__lead,
body.site .section__subtitle,
body.site .service-pack-band__header .section__subtitle {
  color: #363940;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.55;
  text-transform: none;
}

body.site .section,
body.site .service-pack-band,
body.site .location-about,
body.site .locations-band,
body.site .addons-band {
  padding-top: 68px;
  padding-bottom: 68px;
  color: #111113;
  background: #fff;
  border-top: 1px solid #e2e4e8;
}

body.site .section--dark,
body.site .section--cta,
body.site .service-pack-band--alt,
body.site .service-pack-band--pricing,
body.site .service-pack-band--faq,
body.site .locations-band,
body.site .addons-band,
body.site .location-about {
  color: #111113;
  background: #fafafa;
}

body.site .section__header,
body.site .service-pack-band__header,
body.site .location-content__header {
  width: min(100%, 680px);
  margin: 0 auto 36px;
  text-align: center;
}

body.site .section__eyebrow,
body.site .hero__eyebrow,
body.site .services-hero__eyebrow,
body.site .service-pack-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 14px;
  padding: 5px 12px;
  color: #5a5d66;
  background: #fff;
  border: 1px solid #e2e4e8;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-transform: uppercase;
}

body.site .section__title,
body.site .service-pack-band__header .section__title,
body.site .location-content__title {
  margin: 0 0 8px;
  color: #111113;
  font-family: var(--font-heading);
  font-size: clamp(24px, 3.5vw, 32px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.2;
  text-transform: none;
}

body.site .section__subtitle,
body.site .service-pack-band__header .section__subtitle {
  max-width: 680px;
  margin: 0 auto;
  color: #5a5d66;
}

body.site .philosophy__value,
body.site .process__step,
body.site .location-content__block,
body.site .service-pack-panel,
body.site .service-pack-panel--muted,
body.site .service-pack-card,
body.site .service-pack-pricing__card,
body.site .service-pack-related,
body.site .pack-preview__card,
body.site .pack-offer,
body.site .addon-card,
body.site .addons-index-card,
body.site .locations-card,
body.site .testimonial,
body.site .booking__panel,
body.site .booking__summary,
body.site .faq__item,
body.site .location-pricing-table__panel,
body.site .location-pricing-compact,
body.site .service-area__panel,
body.site .vehicle-card,
body.site .vehicle-make-card {
  color: #111113;
  background: #fff;
  border: 1px solid #c4c7cd;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(17, 17, 19, 0.035);
}

body.site .service-pack-panel,
body.site .service-pack-panel--muted,
body.site .service-pack-card,
body.site .philosophy__value {
  padding: 28px;
}

body.site .service-pack-card__title,
body.site .locations-card__title,
body.site .addons-index-card__title,
body.site .vehicle-card__title,
body.site .vehicle-make-card__title,
body.site .booking__panel-title,
body.site .booking__summary-title {
  color: #111113;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: none;
}

body.site .service-pack-panel__label,
body.site .service-pack-panel__subhead,
body.site .philosophy__value-title,
body.site .process__step-title,
body.site .booking__pack-name,
body.site .booking__addon-name {
  color: #111113;
  font-family: var(--font-heading);
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: none;
}

body.site .service-pack-panel__lead,
body.site .service-pack-panel__hint,
body.site .service-pack-card__text,
body.site .service-pack-steps__text,
body.site .philosophy__text,
body.site .philosophy__value-desc,
body.site .process__step-text,
body.site .location-content__body,
body.site .addon-expertise__text,
body.site .locations-card__tagline,
body.site .addons-index-card__summary {
  color: #5a5d66;
  font-size: 14.5px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.55;
}

body.site .pack-preview__price,
body.site .pack-offer__price,
body.site .service-pack-pricing__price,
body.site .service-pack-related__price,
body.site .addons-index-card__price,
body.site .addon-card__price,
body.site .service-pack-hero__stat-value {
  color: #111113;
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

body.site .footer {
  color: #111113;
  background: #fafafa;
  border-top: 1px solid #e2e4e8;
}

body.site .footer__heading,
body.site .footer__connect-label {
  color: #111113;
  font-family: var(--font-heading);
  font-weight: 600;
}

body.site .faq__item summary {
  color: #111113;
  font-weight: 500;
}

body.site .faq__item p,
body.site .service-pack-faq p {
  color: #5a5d66;
  line-height: 1.6;
}

/* Quote page design system: final layer for legacy content components. */
body.site .lp-page-intro {
  padding-top: 34px;
  padding-bottom: 64px;
  border-top: 0;
  background: #fff;
}

body.site .lp-page-title {
  max-width: 22ch;
  margin: 0 auto 8px;
  color: #111113;
  font-family: var(--font-display);
  font-size: clamp(34px, 5vw, 48px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.1;
  text-wrap: balance;
}

body.site .lp-page-intro .breadcrumb {
  margin: 0 auto 30px;
  text-align: center;
}

body.site .lp-page-intro .lp-section__header {
  margin-bottom: 0;
}

body.site .lp-page-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

body.site .lp-page-actions .lp-btn {
  width: auto;
  min-width: 160px;
}

body.site .lp-page-intro .google-rating {
  display: flex;
  width: fit-content;
  margin: 24px auto 0;
  color: #363940;
  background: #fff;
  border-color: #e2e4e8;
}

body.site .lp-page-intro .google-rating:hover {
  color: #111113;
  background: #fafafa;
  border-color: #c4c7cd;
}

body.site .lp-page-intro .google-rating__score {
  color: #111113;
}

body.site .page--locations,
body.site .page--vehicles,
body.site .page--addons,
body.site .page--services,
body.site .page--location,
body.site .page--vehicle {
  color: #111113;
  background: #fff;
}

body.site .page--vehicle {
  padding-top: 0;
}

body.site .page--vehicle > .lp-page-intro {
  padding-top: 44px;
  padding-bottom: 54px;
}

body.site .page--vehicle > .lp-page-intro .breadcrumb {
  margin-bottom: 18px;
}

body.site .page--vehicle > .lp-page-intro .lp-section__eyebrow--pill {
  margin-bottom: 18px;
}

body.site .page--vehicle > .lp-page-intro .lp-page-title {
  margin-bottom: 16px;
}

body.site .page--vehicle > .lp-page-intro .lp-home-hero__actions {
  margin: 40px auto 0;
}

body.site .service-pack-hero {
  padding: 34px 0 56px;
  --bg: #ffffff;
  --bg-2: #fafafa;
  --ink: #111113;
  --ink-2: #363940;
  --muted: #5a5d66;
  --faint: #6e7178;
  --line: #e2e4e8;
  --line-2: #c4c7cd;
  --accent: #2563eb;
  --accent-hover: #1d4ed8;
  color: #111113;
  background: #fafafa;
  border-bottom: 1px solid #e2e4e8;
}

body.site .service-pack-hero__bg {
  display: none;
}

body.site .service-pack-hero__inner {
  color: #111113;
}

body.site .service-pack-hero__title {
  color: #111113;
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.08;
  text-transform: none;
}

body.site .service-pack-hero__lead {
  color: #5a5d66;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.55;
}

body.site .service-pack-hero__offer,
body.site .service-pack-hero__stat {
  color: #111113;
  background: #fff;
  border: 1px solid #c4c7cd;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(17, 17, 19, 0.035);
}

body.site .service-pack-hero__offer-price,
body.site .service-pack-hero__stat-value {
  color: #111113;
  font-family: var(--font-display);
  letter-spacing: -0.03em;
}

body.site .service-pack-hero__offer-copy,
body.site .service-pack-hero__stat-label {
  color: #5a5d66;
}

body.site .service-pack-jump {
  color: #363940;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid #e2e4e8;
  box-shadow: none;
}

body.site .service-pack-jump__link {
  color: #5a5d66;
  font-family: var(--font);
  letter-spacing: 0;
  text-transform: none;
}

body.site .service-pack-jump__link:hover,
body.site .service-pack-jump__link--cta {
  color: #111113;
  background: #fafafa;
  border-color: #c4c7cd;
}

body.site .service-pack-band {
  padding: 68px 0;
  color: #111113;
  background: #fff;
  border-top: 1px solid #e2e4e8;
}

body.site .service-pack-band--alt,
body.site .service-pack-band--faq {
  background: #fafafa;
}

body.site .service-pack-band--pricing {
  color: #111113;
  background: #fff;
}

body.site .service-pack-band__header {
  width: min(100%, 800px);
  margin: 0 auto 36px;
  text-align: center;
}

body.site .service-pack-band__header .section__title {
  color: #111113;
  font-family: var(--font-display);
  font-size: clamp(24px, 3.5vw, 32px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

body.site .service-pack-band__header .section__subtitle {
  color: #5a5d66;
  font-size: 15.5px;
  line-height: 1.55;
}

body.site .service-pack-panel,
body.site .service-pack-panel--muted,
body.site .service-pack-card,
body.site .service-pack-pricing__card,
body.site .service-pack-related,
body.site .pack-offer {
  color: #111113;
  background: #fff;
  border: 1px solid #c4c7cd;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(17, 17, 19, 0.035);
}

body.site .service-pack-panel__label,
body.site .service-pack-panel__subhead,
body.site .service-pack-card__title,
body.site .service-pack-pricing__title,
body.site .service-pack-related__name,
body.site .pack-offer__title,
body.site .pack-offer__title a {
  color: #111113;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: none;
}

body.site .service-pack-panel__lead,
body.site .service-pack-panel__hint,
body.site .service-pack-panel__list,
body.site .service-pack-checklist .pack-preview__item,
body.site .service-pack-card__text,
body.site .service-pack-pricing__notes,
body.site .service-pack-related__desc,
body.site .pack-offer__desc {
  color: #5a5d66;
  font-size: 14.5px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.55;
}

body.site .service-pack-panel__link,
body.site .service-pack-related__price,
body.site .service-pack-pricing__price,
body.site .pack-offer__price {
  color: #111113;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.03em;
  text-transform: none;
}

body.site .locations-band,
body.site .addons-band,
body.site .location-about,
body.site .service-pack-band--alt .service-pack-card {
  color: #111113;
  background: #fafafa;
}

body.site .location-neighborhoods {
  padding: 0;
  color: #5a5d66;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.site .page--vehicle .brand-models .location-neighborhoods__list {
  justify-content: center;
}

body.site .page--vehicle .brand-models {
  max-width: 900px;
  margin: 48px auto 0;
  padding: 28px 16px 40px;
  border-top: 1px solid #e2e4e8;
  border-bottom: 1px solid #e2e4e8;
}

body.site .page--vehicle .brand-models .location-neighborhoods__title {
  margin-bottom: 18px;
  text-align: center;
}

body.site .page--vehicle .brand-models .location-neighborhoods__list {
  gap: 10px;
}

body.site .page--vehicle .brand-models .location-neighborhoods__list li {
  padding: 8px 12px;
  color: #363940;
  background: #fafafa;
  border: 1px solid #e2e4e8;
  border-radius: 999px;
  font-size: 12.5px;
  letter-spacing: 0.015em;
  line-height: 1.4;
  text-align: center;
}

body.site .page--location .location-neighborhoods__list {
  justify-content: center;
}

body.site .vehicle-brand-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 16px;
}

body.site .vehicle-brand-card {
  display: flex;
  min-width: 0;
  min-height: 220px;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  color: #111113;
  background: #fff;
  border: 1px solid #e2e4e8;
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(17, 17, 19, 0.04);
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

body.site .vehicle-brand-card:hover {
  border-color: #c4c7cd;
  box-shadow: 0 8px 24px rgba(17, 17, 19, 0.08);
  transform: translateY(-2px);
}

body.site .vehicle-brand-card__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

body.site .vehicle-brand-card__title a {
  color: #111113;
  text-decoration: none;
}

body.site .vehicle-brand-card__title a:hover {
  color: #2563eb;
}

body.site .vehicle-brand-card__tagline {
  margin: 0;
  color: #5a5d66;
  font-size: 14.5px;
  line-height: 1.6;
}

/* Model names and known problem areas per brand: the substance that makes the
   hub worth landing on, and the words people search by. */
body.site .vehicle-brand-card__label {
  margin: 4px 0 -4px;
  color: #6e7178;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.site .vehicle-brand-card__models,
body.site .vehicle-brand-card__focus {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.site .vehicle-brand-card__models li,
body.site .vehicle-brand-card__focus li {
  padding: 4px 10px;
  color: #363940;
  background: #f5f6f8;
  border: 1px solid #e2e4e8;
  border-radius: 999px;
  font-size: 12.5px;
  line-height: 1.35;
}

body.site .vehicle-brand-card__focus li {
  color: #5a5d66;
  background: transparent;
  border-style: dashed;
}

body.site .vehicle-difference-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
  max-width: 980px;
  margin: 0 auto;
}

body.site .vehicle-difference {
  padding: 24px 22px;
  background: #fff;
  border: 1px solid #e2e4e8;
  border-radius: 14px;
}

body.site .vehicle-difference__title {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #111113;
}

body.site .vehicle-difference p {
  margin: 0;
  color: #5a5d66;
  font-size: 14.5px;
  line-height: 1.6;
}

body.site .vehicle-difference__note {
  max-width: 720px;
  margin: 24px auto 0;
  color: #5a5d66;
  font-size: 14.5px;
  line-height: 1.6;
  text-align: center;
}

body.site .vehicle-brand-card__link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 4px;
  color: #2563eb;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

body.site .vehicle-brand-card:nth-child(3n + 1):last-child {
  grid-column: 2;
}

body.site .vehicle-brand-card__link:hover {
  color: #1749b1;
}

body.site .lp-vehicles-hero__copy {
  max-width: 760px;
  margin: 16px auto 0;
  color: #5a5d66;
  font-size: 15px;
  line-height: 1.65;
}

body.site .lp-vehicles-hero__proof {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

body.site .lp-vehicles-hero__proof li {
  padding: 8px 12px;
  color: #363940;
  background: #fff;
  border: 1px solid #e2e4e8;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
}

body.site .vehicle-make-models__grid > .locations-card:only-child {
  grid-column: 1 / -1;
  justify-self: center;
  width: min(100%, 560px);
}

body.site .location-neighborhoods__body {
  max-width: 760px;
  margin: 0 auto;
  color: #5a5d66;
  font-size: 15.5px;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 900px) {
  body.site .vehicle-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.site .vehicle-brand-card:nth-child(2n + 1):last-child {
    grid-column: 2;
  }
}

@media (max-width: 600px) {
  body.site .vehicle-brand-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.site .vehicle-brand-card:nth-child(2n + 1):last-child {
    grid-column: auto;
  }
}

body.site .location-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
}

body.site .location-content__block {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 20px;
  padding: 24px 0;
  color: #111113;
  background: transparent;
  border: 0;
  border-top: 1px solid #e2e4e8;
  border-radius: 0;
  box-shadow: none;
}

body.site .page--vehicle .location-content__block {
  padding-top: 30px;
  padding-bottom: 30px;
}

body.site .location-content__block:last-child {
  border-bottom: 1px solid #e2e4e8;
}

body.site .location-content__index {
  color: #6e7178;
  font-family: var(--font-display);
  font-size: 14px;
}

body.site .location-content__title {
  color: #111113;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: none;
}

body.site .location-content__body {
  max-width: 720px;
  color: #5a5d66;
  font-size: 14.5px;
  line-height: 1.6;
}

body.site .brand-focus,
body.site .brand-approach {
  padding: 68px 0;
  color: #111113;
  background: #fff;
  border-top: 1px solid #e2e4e8;
}

body.site .brand-focus__item,
body.site .brand-approach__step {
  color: #111113;
  background: #fff;
  border: 1px solid #e2e4e8;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(17, 17, 19, 0.035);
}

/* The dark theme draws the "steps" variant as a full-width list with a hanging
   number and no side padding. On the light site it inherits the card look from
   the rule above, which left text hugging one edge of a very wide box. Here the
   sequence becomes the same card grid as the "cards" variant, with the counter
   rendered as a numbered badge so the order is still obvious. */
body.site .brand-approach__list {
  display: grid;
  /* 230px keeps a four-step sequence (Porsche) on one row instead of
     stranding the last card, while three steps still fill the width. */
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
  max-width: 1080px;
  margin: 0 auto;
}

body.site .brand-approach--steps .brand-approach__step,
body.site .brand-approach--cards .brand-approach__step {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 24px 22px;
  border-bottom: 1px solid #e2e4e8;
}

body.site .brand-approach--steps .brand-approach__step:last-child {
  padding-bottom: 24px;
  border-bottom: 1px solid #e2e4e8;
}

body.site .brand-approach--steps .brand-approach__step::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  color: #2563eb;
  background: #eff4ff;
  border-radius: 999px;
  font-family: var(--font);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

body.site .brand-approach__step-title,
body.site .brand-approach__step-desc {
  margin: 0;
}

body.site .brand-focus__item-title,
body.site .brand-approach__step-title {
  color: #111113;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: none;
}

body.site .brand-focus__item-desc,
body.site .brand-approach__step-desc {
  color: #5a5d66;
  font-size: 14.5px;
  line-height: 1.55;
}

/* Locations directory */
body.site .locations-intro-copy {
  max-width: 760px;
  margin: 16px auto 0;
  color: #5a5d66;
  font-size: 15px;
  line-height: 1.65;
}

body.site .locations-intro-points {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

body.site .locations-intro-points li {
  padding: 7px 11px;
  color: #363940;
  background: #f5f6f8;
  border: 1px solid #e2e4e8;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
}

body.site .locations-directory .lp-section__header {
  margin-bottom: 30px;
}

body.site .locations-directory .locations-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body.site .locations-directory .locations-card {
  gap: 12px;
  padding: 22px;
  border-color: #e2e4e8;
  border-radius: 14px;
}

body.site .locations-directory .locations-card__title {
  font-size: 18px;
  line-height: 1.3;
}

body.site .locations-directory .locations-card__title a {
  color: #111113;
  text-decoration: none;
}

body.site .locations-directory .locations-card__title a:hover {
  color: #2563eb;
}

body.site .locations-directory .locations-card__tagline {
  font-size: 14px;
  line-height: 1.6;
}

body.site .locations-directory .locations-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin-top: 2px;
  color: #2563eb;
  font-family: var(--font);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}

body.site .locations-directory .locations-card__link:hover {
  color: #1749b1;
}

body.site .locations-more-section {
  padding-top: 56px;
}

body.site .locations-more-section .locations-more {
  max-width: 840px;
  margin: 0 auto;
  padding: 34px 28px;
  color: #111113;
  background: #fafafa;
  border: 1px solid #e2e4e8;
  border-radius: 16px;
  text-align: center;
}

body.site .locations-more-section .lp-section__eyebrow {
  margin-bottom: 12px;
}

body.site .locations-more-section .locations-more__title {
  margin-bottom: 10px;
  color: #111113;
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 600;
  letter-spacing: -0.025em;
}

body.site .locations-more-section .locations-more__text {
  color: #5a5d66;
  font-size: 15px;
  line-height: 1.6;
}

body.site .locations-more__button {
  width: fit-content;
  min-width: 150px;
  margin-top: 18px;
}

@media (max-width: 900px) {
  body.site .locations-directory .locations-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  body.site .locations-directory .locations-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.site .locations-more-section .locations-more {
    padding: 28px 20px;
  }
}

/* Location-page hero, navigation and pricing details */
body.site .page--location {
  padding-top: 0;
}

body.site .page--location > .lp-page-intro {
  padding-top: 28px;
  padding-bottom: 52px;
}

body.site .page--location .lp-page-intro .lp-page-actions {
  margin: 16px auto 0;
}

body.site .page--location .lp-page-intro .breadcrumb {
  margin-bottom: 16px;
}

body.site .breadcrumb__item a {
  transition: color 0.16s ease, text-decoration-color 0.16s ease;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
}

body.site .breadcrumb__item a:hover,
body.site .breadcrumb__item a:focus-visible {
  color: #2563eb;
  text-decoration: underline;
  text-decoration-color: currentColor;
}

body.site .location-vehicle-pricing .location-pricing-table__panel {
  max-width: 920px;
  margin: 0 auto;
  border-color: #e2e4e8;
  border-radius: 16px;
}

body.site .location-vehicle-pricing .location-pricing-table__head {
  max-width: 760px;
  background: transparent;
}

body.site .location-vehicle-pricing .location-pricing-table__eyebrow {
  color: #2563eb;
  font-family: var(--font);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

body.site .location-vehicle-pricing .location-pricing-table__title {
  color: #111113;
  font-family: var(--font-display);
  font-size: clamp(26px, 3.5vw, 34px);
  font-weight: 600;
  letter-spacing: -0.03em;
}

body.site .location-vehicle-pricing .location-pricing-table__lead,
body.site .location-vehicle-pricing .location-pricing-table__note,
body.site .location-vehicle-pricing .location-pricing-table__condition {
  color: #5a5d66;
  font-weight: 400;
}

body.site .location-vehicle-pricing .location-pricing-table__condition strong {
  color: #363940;
}

body.site .location-vehicle-pricing .location-pricing-table__grid th[scope="row"],
body.site .location-vehicle-pricing .location-pricing-table__grid td {
  color: #363940;
  font-weight: 500;
}

body.site .location-vehicle-pricing .location-pricing-table__grid th[scope="row"] {
  font-weight: 600;
}

body.site .location-vehicle-pricing .location-pricing-table__grid td.is-featured {
  color: #1d4ed8;
}

@media (max-width: 640px) {
  body.site .page--location > .lp-page-intro {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  body.site .page--location .lp-page-intro .breadcrumb {
    margin-bottom: 14px;
  }
}

@media (max-width: 760px) {
  body.site .page--vehicle .lp-owner__points {
    grid-template-columns: minmax(0, 1fr);
    max-width: 560px;
  }

  body.site .page--vehicle .lp-owner__points li {
    min-height: 0;
  }
}

body.site .lp-site-home-hero {
  --bg: #ffffff;
  --bg-2: #fafafa;
  --ink: #111113;
  --ink-2: #363940;
  --muted: #5a5d66;
  --faint: #6e7178;
  --line: #e2e4e8;
  --line-2: #c4c7cd;
  --accent: #2563eb;
  --accent-hover: #1d4ed8;
  color: #111113;
  background: #fafafa;
}

body.site .lp-site-home-hero .lp-hero__grid {
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto;
  justify-items: center;
  gap: 0;
}

body.site .lp-site-home-hero .lp-hero__copy {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  text-align: center;
}

body.site .lp-site-home-hero .lp-h1 {
  max-width: 32ch;
  margin-right: auto;
  margin-left: auto;
  text-wrap: balance;
}

body.site .lp-site-home-hero .lp-sub {
  max-width: 60ch;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
}

body.site .lp-home-hero__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(100%, 480px);
  margin: 0 auto;
}

body.site .lp-home-hero__actions .lp-btn {
  width: 100%;
  min-width: 0;
  height: 52px;
  padding: 12px 20px;
  box-sizing: border-box;
}

body.site .lp-home-hero__actions .lp-spark__inner {
  white-space: nowrap;
}

body.site .lp-home-hero__actions .lp-btn--quiet {
  gap: 8px;
}

body.site .lp-home-hero__actions .lp-phone-icon {
  color: #6e7178;
  flex: none;
}

body.site .lp-hero-carousel {
  position: relative;
  width: 100%;
  height: clamp(100px, 13vw, 168px);
  margin: 40px auto 0;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, #000 12%, #000 88%, transparent);
}

body.site .lp-hero-carousel__track {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.32vw, 17px);
  width: max-content;
  transform: translateX(-50%);
  transition: transform 680ms cubic-bezier(0.22, 0.7, 0.2, 1);
  will-change: transform;
}

body.site .lp-hero-carousel__slide {
  flex: 0 0 clamp(112px, 16.7vw, 203px);
  width: clamp(112px, 16.7vw, 203px);
  height: clamp(76px, 10vw, 127px);
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 9px;
  background: #fff;
  opacity: 0.38;
  filter: saturate(0.65);
  --hero-slide-x: 0%;
  transform: translate(var(--hero-slide-x), -50%) scale(0.76);
  transition: opacity 680ms ease, filter 680ms ease, transform 680ms cubic-bezier(0.22, 0.7, 0.2, 1);
}

body.site .lp-hero-carousel__slide.is-near {
  opacity: 0.68;
  transform: translate(var(--hero-slide-x), -50%) scale(0.92);
}

body.site .lp-hero-carousel__slide.is-left-near {
  --hero-slide-x: -8%;
}

body.site .lp-hero-carousel__slide.is-right-near {
  --hero-slide-x: 8%;
}

body.site .lp-hero-carousel__slide.is-left-far {
  --hero-slide-x: 8%;
}

body.site .lp-hero-carousel__slide.is-right-far {
  --hero-slide-x: -8%;
}

body.site .lp-hero-carousel__slide.is-active {
  z-index: 1;
  opacity: 1;
  filter: none;
  transform: translate(0, -50%) scale(1.24);
}

body.site .lp-hero-carousel__slide.is-buffer {
  opacity: 0.38;
  filter: saturate(0.65);
  pointer-events: none;
}

body.site .lp-hero-carousel__slide.is-exiting {
  opacity: 0;
  pointer-events: none;
}

body.site .lp-hero-carousel__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.site .lp-site-home-hero .lp-home-hero__actions .lp-spark__fold::after {
  background-color: #fafafa;
}

body.site .lp-site-home-hero .lp-hero-trust {
  justify-content: center;
  margin-bottom: 20px;
  padding-bottom: 0;
  border-bottom: 0;
}

@media (max-width: 860px) {
  body.site .lp-site-home-hero .lp-hero__copy {
    grid-row: 1;
  }
}

@media (max-width: 640px) {
  body.site .lp-home-hero__actions {
    grid-template-columns: 1fr;
    width: min(100%, 360px);
    margin-right: auto;
    margin-left: auto;
  }

  body.site .lp-hero-carousel {
    width: min(100%, 380px);
    height: 88px;
    margin-top: 28px;
  }

  body.site .lp-hero-carousel__track {
    gap: 6px;
  }

  body.site .lp-hero-carousel__slide {
    flex-basis: 64px;
    width: 64px;
    height: 44px;
  }

  body.site .lp-hero-carousel__slide.is-near {
    transform: translate(var(--hero-slide-x), -50%) scale(0.9);
  }

  body.site .lp-hero-carousel__slide.is-left-near {
    --hero-slide-x: -9%;
  }

  body.site .lp-hero-carousel__slide.is-right-near {
    --hero-slide-x: 9%;
  }

  body.site .lp-hero-carousel__slide.is-active {
    transform: translate(0, -50%) scale(1.28);
  }

  body.site .lp-hero-carousel__slide.is-buffer {
    opacity: 0.38;
  }

  body.site .lp-hero-carousel__slide.is-exiting {
    opacity: 0;
  }

  body.site .lp-site-home-hero .lp-hero__copy {
    text-align: center;
  }

  body.site .lp-site-home-hero .lp-h1,
  body.site .lp-site-home-hero .lp-sub {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.site .lp-hero-carousel__track,
  body.site .lp-hero-carousel__slide {
    transition: none;
  }
}

@media (max-width: 640px) {
  body.site .lp-page-intro {
    padding-top: 24px;
    padding-bottom: 48px;
  }

  body.site .lp-page-title {
    font-size: clamp(31px, 9vw, 40px);
  }

  body.site .location-content__block {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 12px;
  }
}

@media (max-width: 760px) {
  body.site .page--vehicle > .lp-page-intro {
    padding-top: 38px;
    padding-bottom: 48px;
  }

  body.site .page--vehicle > .lp-page-intro .breadcrumb,
  body.site .page--vehicle > .lp-page-intro .lp-section__eyebrow--pill {
    margin-bottom: 14px;
  }
}

@media (max-width: 480px) {
  body.site .page--vehicle > .lp-page-intro {
    padding-top: 34px;
    padding-bottom: 42px;
  }
}

/* Booking flow — reuse the clean quote-page palette and card language. */
body.site .booking--flow {
  padding: 48px 0 88px;
  color: #111113;
  background: #fafafa;
}

body.site .booking--flow .booking__intro {
  max-width: none;
  margin: 0 0 34px;
  text-align: left;
}

body.site .booking--flow .booking__intro .lp-h1 {
  max-width: none;
  margin: 0 0 12px;
  color: #111113;
  font-family: var(--font-display);
  font-size: clamp(36px, 4.5vw, 48px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

body.site .booking--flow .booking__intro .lp-sub {
  max-width: 62ch;
  margin: 0 0 18px;
  color: #5a5d66;
  font-size: 16px;
  line-height: 1.6;
}

body.site .booking--flow .booking__benefits-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 20px;
}

body.site .booking--flow .booking__trust {
  justify-content: flex-start;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
}

body.site .booking--flow .booking__trust .lp-trust-item {
  font-size: 13px;
}

body.site .booking--flow .booking__phone-option {
  margin: 0 0 0 auto;
  color: #5a5d66;
  font-size: 14px;
  white-space: nowrap;
}

body.site .booking--flow .booking__phone-option a {
  color: #111113;
  font-weight: 600;
  text-decoration: none;
  text-underline-offset: 3px;
}

body.site .booking--flow .booking__phone-option a:hover {
  color: #111113;
  text-decoration: underline;
}

body.site .booking--flow .booking__layout {
  grid-template-columns: minmax(0, 1fr) 336px;
  gap: 28px;
}

body.site .booking--flow .booking__progress {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 20px;
  padding: 0 17px;
}

body.site .booking--flow .booking__progress::before {
  position: absolute;
  z-index: 0;
  top: 16px;
  right: 17px;
  left: 17px;
  height: 1px;
  background: linear-gradient(to right, #2563eb 0 var(--booking-progress, 0%), #e2e4e8 var(--booking-progress, 0%) 100%);
  content: "";
}

body.site .booking--flow .booking__main {
  min-width: 0;
}

body.site .booking--flow .booking__progress-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 0 0 34px;
  flex-direction: column;
  width: 34px;
  min-width: 34px;
  gap: 8px;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
}

body.site .booking--flow .booking__progress-step:not(:last-child)::after {
  content: none;
}

body.site .booking--flow .booking__progress-num {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #e2e4e8;
  border-radius: 50%;
  color: #6e7178;
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
}

body.site .booking--flow .booking__progress-label {
  display: block;
  width: max-content;
  color: #6e7178;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}

body.site .booking--flow .booking__progress-step--active .booking__progress-num,
body.site .booking--flow .booking__progress-step--done .booking__progress-num {
  color: #fff;
  background: #2563eb;
  border-color: #2563eb;
}

body.site .booking--flow .booking__progress-step--active .booking__progress-label,
body.site .booking--flow .booking__progress-step--done .booking__progress-label {
  color: #1d4ed8;
}

body.site .booking--flow .booking__panel {
  min-width: 0;
  padding: 28px;
  border: 1px solid #e2e4e8;
  border-radius: 16px;
  color: #111113;
  background: #fff;
  box-shadow: 0 2px 8px rgba(17, 17, 19, 0.035);
}

body.site .booking--flow .booking__panel-title {
  display: block;
  float: none;
  width: 100%;
  margin: 0 0 22px;
  padding: 0;
  color: #111113;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.25;
  text-transform: none;
}

body.site .booking--flow #booking-start .booking__panel-title,
body.site .booking--flow [data-step="2"] .booking__panel-title {
  margin-bottom: 14px;
  color: #363940;
  font-family: var(--font);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
}

body.site .booking--flow #booking-start .booking__panel-legend,
body.site .booking--flow [data-step="2"] .booking__panel-legend,
body.site .booking--flow [data-step="3"] .booking__panel-legend,
body.site .booking--flow [data-step="4"] .booking__panel-legend {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.site .booking--flow .booking__address-legend {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.site .booking--flow .booking__addons-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

body.site .booking--flow .booking__addons-copy {
  min-width: 0;
}

body.site .booking--flow .booking__addons-heading .booking__panel-title {
  margin: 0 0 6px;
}

body.site .booking--flow .booking__addons-heading .booking__panel-hint {
  margin: 0;
}

body.site .booking--flow .booking__skip-addons {
  flex: 0 0 auto;
  padding: 10px 14px;
  border: 1px solid #c4c7cd;
  border-radius: 8px;
  color: #111113;
  background: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 0.16s ease, color 0.16s ease, background-color 0.16s ease;
}

body.site .booking--flow .booking__skip-addons:hover {
  border-color: #2563eb;
  color: #1d4ed8;
  background: #eff6ff;
}

body.site .booking--flow .booking__skip-addons:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.2);
  outline-offset: 2px;
}

body.site .booking--flow .booking__panel-subtitle {
  margin: 28px 0 14px;
  color: #363940;
  font-size: 14px;
  font-weight: 600;
}

body.site .booking--flow .booking__panel-hint {
  margin: -8px 0 20px;
  color: #5a5d66;
  font-size: 14px;
  font-weight: 400;
}

body.site .booking--flow .booking__packs {
  gap: 12px;
}

body.site .booking--flow .booking__vehicle-picker {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  max-width: 100%;
  gap: 6px;
  margin-bottom: 0;
  padding: 5px;
  border: 1px solid #e2e4e8;
  border-radius: 12px;
  background: #f5f6f8;
}

body.site .booking--flow .booking__vehicle-picker .vehicle-picker__btn {
  min-width: 0;
  min-height: 48px;
  padding: 8px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #5a5d66;
  background: transparent;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
  transition: color 0.16s ease, border-color 0.16s ease, background-color 0.16s ease, box-shadow 0.16s ease;
}

body.site .booking--flow .booking__vehicle-picker .vehicle-picker__btn:hover {
  color: #111113;
  background: rgba(17, 17, 19, 0.06);
}

body.site .booking--flow .booking__vehicle-picker .vehicle-picker__btn--active {
  border-color: #2563eb;
  color: #1d4ed8;
  background: #eff6ff;
  box-shadow: 0 0 0 1px #2563eb;
}

body.site .booking--flow .booking__vehicle-picker .vehicle-picker__btn--active:hover {
  border-color: #1d4ed8;
  color: #1d4ed8;
  background: #e0edfe;
  box-shadow: 0 0 0 1px #1d4ed8;
}

body.site .booking--flow .booking__pack-inner {
  position: relative;
  gap: 14px;
  min-height: 248px;
  padding: 24px;
  border: 1px solid #c4c7cd;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(17, 17, 19, 0.025);
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

body.site .booking--flow .booking__pack-inner:hover {
  transform: translateY(-2px);
  border-color: #8d929b;
  background: #fff;
  box-shadow: 0 12px 32px rgba(17, 17, 19, 0.06);
}

body.site .booking--flow .booking__pack input:focus-visible + .booking__pack-inner {
  outline: 3px solid rgba(37, 99, 235, 0.18);
  outline-offset: 2px;
}

body.site .booking--flow .booking__pack input:checked + .booking__pack-inner {
  border-color: #2563eb;
  background: #f8faff;
  box-shadow: 0 0 0 1px #2563eb, 0 8px 24px rgba(37, 99, 235, 0.08);
}

body.site .booking--flow .booking__pack-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body.site .booking--flow .booking__pack-badge {
  padding: 4px 10px;
  border: 1px solid #c4c7cd;
  border-radius: 6px;
  color: #5a5d66;
  background: #f5f6f8;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body.site .booking--flow .booking__pack-choice {
  display: grid;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1.5px solid #c4c7cd;
  border-radius: 50%;
  color: transparent;
  background: #fff;
  transition: color 0.16s ease, border-color 0.16s ease, background-color 0.16s ease;
}

body.site .booking--flow .booking__pack input:checked + .booking__pack-inner .booking__pack-badge {
  border-color: #2563eb;
  color: #1d4ed8;
  background: #eff6ff;
}

body.site .booking--flow .booking__pack input:checked + .booking__pack-inner .booking__pack-choice {
  border-color: #2563eb;
  color: #fff;
  background: #2563eb;
}

body.site .booking--flow .booking__pack-name {
  color: #111113;
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

body.site .booking--flow .booking__pack-desc {
  color: #5a5d66;
  font-size: 13.5px;
  line-height: 1.55;
}

/* The rule above the price belongs to the whole price row, so it still spans
   the card once the "max price" hint sits next to the amount. */
body.site .booking--flow .booking__pack-price-row {
  padding-top: 14px;
  border-top: 1px solid #e2e4e8;
}

body.site .booking--flow .booking__pack-price-row .booking__pack-price {
  padding-top: 0;
  border-top: 0;
}

body.site .booking--flow .booking__pack-price {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #e2e4e8;
  color: #111113;
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

body.site .booking--flow .booking__addon {
  padding: 14px 16px;
  border: 1px solid transparent;
  border-bottom: 1px solid #e2e4e8;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  transition: border-color 0.16s ease, background-color 0.16s ease, color 0.16s ease;
}

body.site .booking--flow .booking__addons {
  gap: 0;
  border-color: #e2e4e8;
  background: #fff;
}

body.site .booking--flow .booking__addon-divider {
  font-size: 12px;
  font-weight: 600;
}

body.site .booking--flow .booking__addon-name,
body.site .booking--flow .booking__addon-price {
  letter-spacing: 0.01em;
}

body.site .booking--flow .booking__addon:has(input:focus-visible) {
  outline: 3px solid rgba(37, 99, 235, 0.16);
  outline-offset: 1px;
}

body.site .booking--flow .booking__addon:has(input:checked) {
  border-color: #2563eb;
  background: #eff6ff;
}

body.site .booking--flow .booking__addon:hover {
  border-bottom-color: #c4c7cd;
  background: #f5f6f8;
}

body.site .booking--flow .booking__addon:has(input:checked):hover {
  background: #eaf2ff;
}

body.site .booking--flow .booking__addon-price {
  color: #6e7178;
  font-weight: 600;
}

body.site .booking--flow .booking__addon:has(input:checked) .booking__addon-price {
  color: #111113;
}

body.site .booking--flow .booking__addon input[type="checkbox"]:checked {
  border-color: #2563eb;
  background: #2563eb;
}

body.site .booking--flow .booking__addon input[type="checkbox"]:checked::after {
  border-color: #fff;
}

body.site .booking--flow #summary-addons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

body.site .booking--flow .booking__summary-addon {
  display: inline-flex;
  align-items: center;
  padding: 5px 8px;
  border: 1px solid #d9dce2;
  border-radius: 6px;
  background: #fff;
  color: #111113;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  text-align: left;
}

body.site .booking--flow .booking__addon-tag {
  padding: 4px 9px;
  border-radius: 999px;
  color: #1d4ed8;
  background: #dbeafe;
  font-size: 9px;
  letter-spacing: 0.03em;
}

body.site .booking--flow .schedule-picker__label {
  color: #363940;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

body.site .booking--flow .date-tile,
body.site .booking--flow .window-tile {
  color: #111113;
  background: #fff;
  border-color: #e2e4e8;
  border-radius: 10px;
  transition: border-color 0.16s ease, background-color 0.16s ease, box-shadow 0.16s ease;
}

body.site .booking--flow .date-tile:hover,
body.site .booking--flow .window-tile:hover {
  border-color: #c4c7cd;
  background: #fafafa;
}

body.site .booking--flow .date-tile--active,
body.site .booking--flow .window-tile--active {
  color: #111113;
  background: #eff6ff;
  border-color: #2563eb;
  box-shadow: inset 0 0 0 1px #2563eb;
}

body.site .booking--flow .date-tile__day,
body.site .booking--flow .window-tile__range {
  color: #6e7178;
}

body.site .booking--flow .date-tile__date,
body.site .booking--flow .window-tile__title {
  color: #111113;
  font-weight: 600;
}

body.site .booking--flow .date-tile--active .date-tile__day,
body.site .booking--flow .date-tile--active .date-tile__date,
body.site .booking--flow .window-tile--active .window-tile__title,
body.site .booking--flow .window-tile--active .window-tile__range {
  color: #1d4ed8;
}

body.site .booking--flow .booking__nav {
  margin-top: 16px;
  padding-top: 0;
  border: 0;
}

body.site .booking--flow .booking__nav .btn--primary {
  min-width: 150px;
  min-height: 48px;
  border-radius: 8px;
  background: #2563eb;
  border-color: #2563eb;
  color: #fff;
  font-family: var(--font);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

body.site .booking--flow .booking__nav .btn--primary:hover {
  background: #1d4ed8;
  border-color: #1d4ed8;
}

body.site .booking--flow .booking__summary {
  top: calc(var(--header-h) + 20px);
  padding: 24px;
  border: 1px solid #e2e4e8;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(17, 17, 19, 0.035);
}

body.site .booking--flow .booking__summary-title {
  margin-bottom: 20px;
  color: #111113;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.025em;
  text-transform: none;
}

body.site .booking--flow .booking__summary-list {
  gap: 15px;
}

body.site .booking--flow .booking__summary-row {
  padding-bottom: 13px;
  border-bottom: 1px solid #f0f1f3;
}

body.site .booking--flow .booking__summary-row dt {
  color: #6e7178;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

body.site .booking--flow .booking__summary-row dd {
  color: #111113;
  font-size: 14px;
  font-weight: 500;
}

body.site .booking--flow .booking__summary-estimate {
  --bg: #ffffff;
  --bg-2: #fafafa;
  --ink: #111113;
  --ink-2: #363940;
  --muted: #5a5d66;
  --faint: #6e7178;
  --line: #e2e4e8;
  --line-2: #c4c7cd;
  --accent: #2563eb;
  --accent-hover: #1d4ed8;
  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  --font-display: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  margin: 18px 0 0;
  color: var(--ink);
}

body.site .booking--flow .booking__summary-estimate .booking__summary-price--discounted {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

body.site .booking--flow .booking__summary-estimate .booking__price-original {
  display: block;
  color: #6e7178;
  font-size: 13px;
  text-decoration: line-through;
}

body.site .booking--flow .booking__summary-estimate .booking__price-discounted {
  display: block;
  margin: 0;
  color: #111113;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}

body.site .booking--flow .booking__promo {
  margin-top: 20px;
}

body.site .booking--flow .booking__promo-label {
  color: #363940;
  font-size: 13px;
  font-weight: 600;
}

body.site .booking--flow .booking__promo-row input {
  min-width: 0;
  height: 44px;
  padding: 10px 12px;
  border-radius: 8px;
  font-family: var(--font);
  font-size: 14px;
}

body.site .booking--flow .booking__promo-apply {
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 8px;
  font-family: var(--font);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

body.site .booking--flow .booking__summary-note {
  margin-top: 16px;
  padding: 11px 12px;
  border-radius: 8px;
  color: #6e7178;
  background: #f5f6f8;
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 860px) {
  body.site .booking--flow .booking__layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  body.site .booking--flow .booking__summary {
    position: static;
  }
}

@media (max-width: 640px) {
  body.site .booking--flow {
    padding: 32px 0 64px;
  }

  body.site .booking--flow .lp-shell {
    padding-right: 18px;
    padding-left: 18px;
  }

  body.site .booking--flow .booking__intro {
    margin-bottom: 28px;
    text-align: left;
  }

  body.site .booking--flow .booking__intro .lp-h1 {
    margin-bottom: 12px;
    font-size: clamp(32px, 8.5vw, 38px);
    line-height: 1.12;
  }

  body.site .booking--flow .booking__intro .lp-sub {
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 1.55;
  }

  body.site .booking--flow .booking__trust {
    margin-top: 0;
    margin-bottom: 12px;
  }

  body.site .booking--flow .booking__benefits-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  body.site .booking--flow .booking__trust {
    margin-bottom: 0;
  }

  body.site .booking--flow .booking__trust .lp-trust-item {
    min-height: 34px;
    font-size: 11.5px;
  }

  body.site .booking--flow .booking__phone-option {
    margin: 0;
    font-size: 13px;
    white-space: normal;
  }

  body.site .booking--flow .booking__progress {
    margin-bottom: 16px;
    padding-right: 15px;
    padding-left: 15px;
  }

  body.site .booking--flow .booking__progress::before {
    top: 14px;
    right: 15px;
    left: 15px;
  }

  body.site .booking--flow .booking__progress-step {
    flex-basis: 30px;
    width: 30px;
    min-width: 30px;
    gap: 6px;
    padding: 0;
  }

  body.site .booking--flow .booking__progress-num {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  body.site .booking--flow .booking__progress-step:not(:last-child)::after {
    content: none;
  }

  body.site .booking--flow .booking__progress-label {
    font-size: 10px;
    line-height: 1.2;
  }

  body.site .booking--flow .booking__panel {
    padding: 22px 17px;
    border-radius: 14px;
  }

  body.site .booking--flow .booking__panel-title {
    margin-bottom: 18px;
    font-size: 20px;
  }

  body.site .booking--flow .booking__addons-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  body.site .booking--flow .booking__panel-subtitle {
    margin-top: 24px;
  }

  body.site .booking--flow .booking__packs {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  body.site .booking--flow .booking__vehicle-picker {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.site .booking--flow .booking__vehicle-picker .vehicle-picker__btn {
    padding: 10px 8px;
    white-space: normal;
  }

  body.site .booking--flow .booking__pack-inner {
    min-height: 220px;
    padding: 18px;
  }

  body.site .booking--flow .booking__summary {
    padding: 21px 18px;
    border-radius: 14px;
  }

  body.site .booking--flow .booking__nav {
    margin-top: 14px;
  }

  body.site .booking--flow .booking__nav .btn--primary {
    min-width: 132px;
  }
}
