:root {
  --ink: #202326;
  --graphite: #232628;
  --muted: #667078;
  --line: #dce3df;
  --paper: #f7f8f6;
  --panel: #ffffff;
  --mist: #eef3f0;
  --sage: #dfe9e1;
  --sand: #eee3d2;
  --red: #ae062f;
  --red-dark: #850720;
  --green: #647d68;
  --gold: #b8874f;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
}

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

button,
input,
select {
  font: inherit;
}

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

h1,
h2,
h3,
.draft-nav,
.draft-phone,
.primary-action,
.secondary-action,
.text-action,
.offer-price,
.search-dock strong {
  font-family: "Montserrat", "Open Sans", sans-serif;
}

.draft-header {
  align-items: center;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(220, 227, 223, .92);
  color: var(--ink);
  display: grid;
  gap: 20px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  left: 0;
  min-height: 78px;
  padding: 0 54px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.draft-brand {
  align-items: center;
  background: var(--graphite);
  border-radius: 8px;
  display: inline-flex;
  justify-self: start;
  min-height: 44px;
  padding: 7px 12px;
}

.draft-brand img {
  width: 142px;
}

.draft-nav {
  align-items: center;
  display: flex;
  gap: 6px;
  justify-content: center;
}

.draft-nav a {
  border-radius: 8px;
  color: #4e565c;
  font-size: 12px;
  font-weight: 800;
  padding: 11px 12px;
  text-transform: uppercase;
}

.draft-nav a:hover {
  background: var(--mist);
  color: var(--red);
}

.draft-nav a.active {
  background: var(--mist);
  color: var(--red);
}

.draft-phone {
  background: var(--red);
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  padding: 12px 14px;
}

.draft-hero {
  background:
    linear-gradient(106deg, #f7f8f6 0%, #f7f8f6 54%, #e7eee9 54%, #e7eee9 100%);
  color: var(--ink);
  min-height: 790px;
  overflow: hidden;
  padding: 150px 86px 118px;
  position: relative;
}

.draft-hero::before {
  background: var(--sand);
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  transform: skewX(-12deg);
  transform-origin: bottom right;
  width: 28%;
  z-index: 0;
}

.hero-visual {
  bottom: 88px;
  max-width: 760px;
  position: absolute;
  right: 72px;
  width: 55vw;
  z-index: 1;
}

.hero-visual img {
  filter: drop-shadow(0 36px 38px rgba(35, 38, 40, .22));
  width: 100%;
}

.hero-inner {
  max-width: 650px;
  position: relative;
  z-index: 2;
}

.kicker {
  color: var(--green);
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.kicker.dark {
  color: var(--red);
}

.draft-hero h1 {
  color: var(--graphite);
  font-size: 112px;
  line-height: .86;
  margin: 0 0 24px;
  max-width: 720px;
  text-transform: uppercase;
}

.draft-hero p {
  color: #4f5961;
  font-size: 21px;
  line-height: 1.5;
  margin: 0 0 28px;
  max-width: 590px;
}

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

.primary-action,
.secondary-action,
.text-action,
.search-dock button {
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  text-transform: uppercase;
}

.primary-action,
.search-dock button {
  background: var(--red);
  border: 0;
  color: #fff;
}

.primary-action:hover,
.search-dock button:hover {
  background: var(--red-dark);
}

.primary-action.dark {
  background: var(--graphite);
}

.primary-action.dark:hover {
  background: #111315;
}

.secondary-action {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--graphite);
}

.secondary-action:hover,
.text-action:hover {
  border-color: var(--red);
  color: var(--red);
}

.text-action {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--red);
}

.search-dock {
  align-items: end;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(255, 255, 255, .92);
  border-radius: 8px;
  bottom: 34px;
  box-shadow: 0 24px 66px rgba(35, 38, 40, .14);
  color: var(--ink);
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1.6fr 1fr auto;
  left: 86px;
  max-width: 1040px;
  padding: 16px;
  position: absolute;
  right: 86px;
  z-index: 3;
}

.search-dock span,
.trust-strip span,
.offer-specs span {
  color: var(--muted);
  display: block;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.search-dock label,
.catalog-filters label,
.vehicle-request-panel label {
  color: inherit;
  display: block;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  text-transform: none;
}

.search-dock input,
.search-dock select {
  background: #f6f8f7;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  display: block;
  min-height: 48px;
  padding: 0 12px;
  width: 100%;
}

.trust-strip {
  background: #fff;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-strip div {
  border-right: 1px solid var(--line);
  padding: 24px 48px;
}

.trust-strip div:last-child {
  border-right: 0;
}

.trust-strip strong {
  color: var(--graphite);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  line-height: 1;
}

.mobility-consulting-band {
  align-items: center;
  background: var(--graphite);
  display: flex;
  justify-content: center;
  min-height: 440px;
  overflow: hidden;
  padding: 82px 86px;
  position: relative;
}

.mobility-consulting-band > img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.mobility-consulting-band::before {
  background:
    linear-gradient(90deg, rgba(35, 38, 40, .18), rgba(35, 38, 40, .04) 42%, rgba(35, 38, 40, .24)),
    linear-gradient(0deg, rgba(247, 248, 246, .08), rgba(247, 248, 246, .08));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.mobility-panel-wrap {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1120px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.mobility-info-card {
  align-items: flex-start;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(35, 38, 40, .22);
  display: grid;
  gap: 24px;
  grid-template-columns: 78px minmax(0, 1fr);
  min-height: 238px;
  padding: 40px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.mobility-info-card:hover {
  box-shadow: 0 32px 78px rgba(35, 38, 40, .28);
  transform: translateY(-3px);
}

.mobility-info-card.warm {
  background: #e9b556;
  color: var(--graphite);
}

.mobility-info-card.accent {
  background: var(--red);
  color: #fff;
}

.mobility-card-icon {
  align-items: center;
  background: rgba(255, 255, 255, .2);
  border-radius: 8px;
  display: inline-flex;
  height: 72px;
  justify-content: center;
  width: 72px;
}

.mobility-card-icon svg {
  fill: none;
  height: 50px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
  width: 50px;
}

.mobility-card-copy strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  line-height: 1.04;
  margin: 4px 0 14px;
  max-width: 390px;
}

.mobility-card-copy em {
  display: block;
  font-style: normal;
  line-height: 1.5;
  max-width: 450px;
}

.mobility-info-card.accent .mobility-card-copy em {
  color: rgba(255, 255, 255, .82);
}

.service-band,
.offers-section,
.process-section {
  padding: 90px 86px;
}

.section-heading {
  margin-bottom: 28px;
  max-width: 760px;
}

.section-heading.split {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  max-width: none;
}

.section-heading h2,
.detail-copy h2 {
  color: var(--graphite);
  font-size: 58px;
  line-height: .98;
  margin: 0;
}

.service-band {
  background: var(--paper);
}

.service-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 270px;
  padding: 24px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.service-card:hover,
.offer-card:hover {
  box-shadow: 0 22px 58px rgba(35, 38, 40, .12);
  transform: translateY(-3px);
}

.service-card.featured {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

.service-card.soft {
  background: var(--sage);
  border-color: #d4e1d7;
}

.service-card span {
  color: var(--red);
  font-weight: 800;
}

.service-card.featured span {
  color: rgba(255, 255, 255, .72);
}

.service-card h3 {
  font-size: 28px;
  margin: 72px 0 12px;
}

.service-card p {
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

.service-card.featured p {
  color: rgba(255, 255, 255, .78);
}

.service-card.featured h3 {
  color: #fff;
}

.offers-section {
  background: #fff;
}

.offers-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.offer-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}

.offer-media {
  align-items: center;
  aspect-ratio: 16 / 10;
  background:
    linear-gradient(150deg, #f7f8f6 0%, #f7f8f6 52%, var(--sage) 52%, var(--sage) 100%);
  color: var(--red);
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 54px;
  font-weight: 800;
  justify-content: center;
}

.offer-media img {
  height: 100%;
  object-fit: contain;
  padding: 16px;
  width: 100%;
}

.offer-body {
  padding: 18px;
}

.offer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 12px;
}

.offer-badges span {
  background: var(--mist);
  border-radius: 8px;
  color: #556068;
  font-size: 11px;
  font-weight: 800;
  padding: 6px 8px;
  text-transform: uppercase;
}

.offer-body h3 {
  font-size: 20px;
  line-height: 1.22;
  margin: 0;
  min-height: 74px;
}

.offer-body h3 a:hover {
  color: var(--red);
}

.offer-specs {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 16px;
  padding-top: 16px;
}

.offer-specs strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  overflow-wrap: anywhere;
}

.offer-bottom {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-top: 16px;
  padding-top: 16px;
}

.offer-price {
  color: var(--red);
  font-size: 30px;
  font-weight: 800;
}

.offer-price small {
  color: var(--muted);
  font-size: 12px;
  margin-left: 3px;
}

.icon-link {
  align-items: center;
  background: var(--graphite);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-size: 22px;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.detail-preview {
  background: linear-gradient(115deg, var(--sage) 0%, var(--sage) 62%, var(--sand) 62%, var(--sand) 100%);
  color: var(--ink);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, .95fr) minmax(320px, 1fr);
  padding: 90px 86px;
}

.detail-copy p {
  color: #4f5961;
  font-size: 17px;
  line-height: 1.6;
  max-width: 580px;
}

.detail-panel {
  align-self: center;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(35, 38, 40, .12);
  color: var(--ink);
  padding: 22px;
}

.detail-panel-showcase {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(170px, 230px);
  padding-bottom: 18px;
}

.detail-panel-head {
  align-items: start;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.detail-panel-head strong {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  line-height: 1.12;
}

.detail-panel-head span {
  color: var(--red);
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 800;
  white-space: nowrap;
}

.detail-panel-media {
  align-items: center;
  background: linear-gradient(145deg, #f8faf9 0%, #eef4f0 100%);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  min-height: 132px;
  overflow: hidden;
  padding: 12px;
}

.detail-panel-media img {
  filter: drop-shadow(0 18px 18px rgba(35, 38, 40, .14));
  max-height: 118px;
  object-fit: contain;
  width: 100%;
}

.detail-panel-media span {
  align-items: center;
  background: var(--red);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
  font-weight: 800;
  height: 86px;
  justify-content: center;
  width: 86px;
}

.mini-feature-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-top: 18px;
}

.mini-feature-grid div {
  background: #f6f8f7;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
}

.mini-feature-grid svg {
  fill: none;
  height: 22px;
  margin-bottom: 10px;
  stroke: var(--red);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 22px;
}

.mini-feature-grid span {
  display: block;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.process-section {
  background: var(--paper);
}

.process-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.process-grid div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
}

.process-grid span {
  align-items: center;
  background: var(--red);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  height: 38px;
  justify-content: center;
  margin-bottom: 42px;
  width: 38px;
}

.process-grid strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  margin-bottom: 8px;
}

.process-grid p {
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

.page-title {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  padding-top: 142px;
}

.page-title h1 {
  color: var(--graphite);
}

.catalog-light-hero {
  background: linear-gradient(112deg, #f7f8f6 0%, #f7f8f6 62%, var(--sage) 62%, var(--sage) 100%);
  border-bottom: 1px solid var(--line);
  padding: 150px 86px 72px;
}

.catalog-light-hero h1 {
  color: var(--graphite);
  font-size: 72px;
  line-height: .95;
  margin: 0 0 18px;
}

.catalog-light-hero p {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
  margin: 0;
  max-width: 720px;
}

.catalog-light-layout {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: 310px minmax(0, 1fr);
  padding: 72px 86px 90px;
}

.catalog-filters {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(35, 38, 40, .08);
  padding: 22px;
  position: sticky;
  top: 104px;
}

.catalog-filter-head {
  margin-bottom: 20px;
}

.catalog-filter-head strong {
  color: var(--graphite);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  line-height: 1.1;
}

.catalog-filters form {
  display: grid;
  gap: 13px;
}

.catalog-filters label span {
  color: var(--muted);
  display: block;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.catalog-filters input,
.catalog-filters select {
  background: #f6f8f7;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  min-height: 48px;
  padding: 0 12px;
  width: 100%;
}

.catalog-filters button {
  background: var(--red);
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 800;
  min-height: 50px;
  text-transform: uppercase;
}

.catalog-filters button:hover {
  background: var(--red-dark);
}

.catalog-filters form > a {
  color: var(--muted);
  font-weight: 800;
  text-align: center;
}

.catalog-filters form > a:hover {
  color: var(--red);
}

.catalog-results {
  min-width: 0;
}

.catalog-results-head {
  align-items: end;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 24px;
}

.catalog-results-head h2 {
  color: var(--graphite);
  font-size: 42px;
  line-height: 1;
  margin: 0;
}

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

.catalog-empty {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 34px;
}

.catalog-empty strong {
  color: var(--graphite);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  margin-bottom: 8px;
}

.catalog-empty p {
  color: var(--muted);
  margin: 0;
}

.vehicle-light-hero {
  background:
    linear-gradient(112deg, #f7f8f6 0%, #f7f8f6 58%, #dfe9e1 58%, #dfe9e1 100%);
  overflow: hidden;
  padding: 134px 86px 70px;
  position: relative;
}

.vehicle-light-hero::after {
  background: var(--sand);
  bottom: 0;
  content: "";
  position: absolute;
  right: -80px;
  top: 0;
  transform: skewX(-12deg);
  width: 28%;
  z-index: 0;
}

.vehicle-crumbs {
  align-items: center;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 800;
  gap: 9px;
  margin-bottom: 30px;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}

.vehicle-crumbs a {
  color: var(--red);
}

.vehicle-crumbs a::after {
  color: var(--muted);
  content: "/";
  margin-left: 9px;
}

.vehicle-light-hero-grid {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  position: relative;
  z-index: 2;
}

.vehicle-light-copy h1 {
  color: var(--graphite);
  font-size: 70px;
  line-height: .98;
  margin: 0 0 22px;
}

.vehicle-light-copy p {
  color: #4f5961;
  font-size: 20px;
  line-height: 1.55;
  margin: 0 0 26px;
  max-width: 620px;
}

.vehicle-light-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vehicle-stage {
  min-height: 460px;
  position: relative;
}

.vehicle-stage-media {
  align-items: center;
  background: rgba(255, 255, 255, .56);
  border: 1px solid rgba(255, 255, 255, .86);
  border-radius: 8px;
  display: flex;
  height: 420px;
  justify-content: center;
  overflow: hidden;
  padding: 24px;
}

.vehicle-stage-media img {
  filter: drop-shadow(0 34px 38px rgba(35, 38, 40, .18));
  max-height: 100%;
  object-fit: contain;
  width: 100%;
}

.vehicle-price-card {
  background: var(--graphite);
  border-radius: 8px;
  bottom: 0;
  box-shadow: 0 24px 60px rgba(35, 38, 40, .18);
  color: #fff;
  max-width: 320px;
  padding: 22px;
  position: absolute;
  right: 24px;
}

.vehicle-price-card > span {
  color: rgba(255, 255, 255, .65);
  display: block;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.vehicle-price-card strong {
  color: #fff;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  line-height: 1;
}

.vehicle-price-card small {
  color: rgba(255, 255, 255, .66);
  font-size: 13px;
  margin-left: 4px;
}

.vehicle-price-card div {
  border-top: 1px solid rgba(255, 255, 255, .14);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
  padding-top: 16px;
}

.vehicle-price-card div span {
  background: rgba(255, 255, 255, .1);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
  padding: 8px 10px;
}

.vehicle-light-summary {
  background: #fff;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.vehicle-light-feature {
  border-right: 1px solid var(--line);
  min-height: 148px;
  padding: 24px;
}

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

.vehicle-light-feature svg {
  fill: none;
  height: 25px;
  margin-bottom: 18px;
  stroke: var(--red);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 25px;
}

.vehicle-light-feature span {
  color: var(--muted);
  display: block;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.vehicle-light-feature strong {
  color: var(--graphite);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.vehicle-light-body {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) 390px;
  padding: 90px 86px;
}

.vehicle-main-column {
  min-width: 0;
}

.quote-options {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.quote-option {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  cursor: pointer;
  display: grid;
  gap: 18px;
  font: inherit;
  min-height: 190px;
  padding: 20px;
  text-align: left;
}

.quote-option.featured {
  border-color: var(--red);
  box-shadow: inset 0 0 0 1px var(--red);
}

.quote-option.is-selected {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
  box-shadow: 0 20px 48px rgba(174, 6, 47, .18);
}

.quote-option:hover {
  border-color: var(--red);
  transform: translateY(-2px);
}

.quote-option span {
  color: var(--muted);
  display: block;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.quote-option .quote-label {
  align-self: start;
  background: var(--red);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  justify-self: start;
  margin: 0;
  padding: 6px 8px;
}

.quote-option.is-selected span,
.quote-option.is-selected p,
.quote-option.is-selected small {
  color: rgba(255, 255, 255, .76);
}

.quote-option strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

.quote-option p {
  color: var(--muted);
  line-height: 1.5;
  margin: 0;
}

.quote-option-price {
  align-self: end;
  color: var(--red);
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 800;
}

.quote-option.is-selected .quote-option-price {
  color: #fff;
}

.quote-option-price small {
  color: var(--muted);
  font-size: 12px;
  margin-left: 3px;
}

.vehicle-included {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.vehicle-included div {
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
}

.vehicle-included span {
  color: var(--red);
  display: block;
  font-weight: 800;
  margin-bottom: 36px;
}

.vehicle-included strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  margin-bottom: 8px;
}

.vehicle-included p {
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

.vehicle-request-panel {
  align-self: start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(35, 38, 40, .1);
  padding: 24px;
  position: sticky;
  top: 104px;
}

.vehicle-request-panel h2 {
  color: var(--graphite);
  font-size: 32px;
  line-height: 1.05;
  margin: 0 0 12px;
}

.vehicle-request-panel p {
  color: var(--muted);
  line-height: 1.55;
  margin: 0 0 18px;
}

.vehicle-request-panel form {
  display: grid;
  gap: 12px;
}

.vehicle-request-panel label span {
  color: var(--muted);
  display: block;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.vehicle-request-panel input,
.vehicle-request-panel textarea {
  background: #f6f8f7;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  display: block;
  padding: 12px;
  width: 100%;
}

.vehicle-request-panel input {
  min-height: 48px;
}

.vehicle-request-panel textarea {
  min-height: 118px;
  resize: vertical;
}

.vehicle-request-panel button {
  background: var(--red);
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 800;
  min-height: 52px;
  text-transform: uppercase;
}

.vehicle-request-panel button:hover {
  background: var(--red-dark);
}

.vehicle-notice {
  border-radius: 8px;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 14px;
  padding: 12px;
}

.vehicle-notice.success {
  background: #e6f3e9;
  color: #315d3a;
}

.vehicle-notice.error {
  background: #f8e3e7;
  color: var(--red-dark);
}

.sr-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.draft-footer {
  background: #fff;
  border-top: 1px solid var(--line);
  color: var(--ink);
  padding: 72px 86px 30px;
}

.draft-footer-top {
  align-items: stretch;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr);
  padding-bottom: 34px;
}

.draft-footer-brand {
  align-items: center;
  align-self: start;
  background: var(--graphite);
  border-radius: 8px;
  display: inline-flex;
  justify-self: start;
  padding: 16px 18px;
}

.draft-footer-brand img {
  width: 210px;
}

.draft-newsletter {
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
}

.draft-newsletter h2 {
  color: var(--graphite);
  font-size: 38px;
  line-height: 1.05;
  margin: 0 0 22px;
  max-width: 760px;
}

.draft-newsletter-form {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
  max-width: 640px;
}

.draft-newsletter-form input {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  min-height: 52px;
  padding: 0 14px;
  width: 100%;
}

.draft-newsletter-form button {
  background: var(--red);
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 800;
  min-height: 52px;
  padding: 0 18px;
  text-transform: uppercase;
}

.draft-newsletter-form button:hover {
  background: var(--red-dark);
}

.draft-newsletter p {
  color: var(--muted);
  line-height: 1.55;
  margin: 14px 0 0;
}

.draft-newsletter a,
.draft-footer-column a:hover {
  color: var(--red);
}

.draft-footer-bottom {
  display: grid;
  gap: 24px;
  grid-template-columns: 1.25fr repeat(3, minmax(0, 1fr));
  padding-top: 30px;
}

.draft-footer-column {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.draft-footer-column strong {
  color: var(--graphite);
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.draft-footer-column a,
.draft-footer-column span {
  color: #5c656c;
  line-height: 1.45;
}

@media (max-width: 1180px) {
  .draft-header {
    grid-template-columns: 1fr auto;
    padding: 14px 32px;
  }

  .draft-phone {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .draft-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    overflow: auto;
    padding-bottom: 8px;
  }

  .draft-hero {
    padding: 178px 44px 126px;
  }

  .catalog-light-hero {
    padding: 178px 44px 64px;
  }

  .vehicle-light-hero {
    padding: 178px 44px 70px;
  }

  .draft-hero h1 {
    font-size: 78px;
  }

  .vehicle-light-copy h1 {
    font-size: 48px;
  }

  .hero-visual {
    opacity: .48;
    right: -180px;
    width: 76vw;
  }

  .search-dock {
    left: 44px;
    right: 44px;
  }

  .trust-strip div,
  .service-band,
  .offers-section,
  .mobility-consulting-band,
  .process-section,
  .detail-preview,
  .catalog-light-layout,
  .vehicle-light-body {
    padding-left: 44px;
    padding-right: 44px;
  }

  .section-heading h2,
  .detail-copy h2 {
    font-size: 42px;
  }

  .search-dock,
  .mobility-panel-wrap,
  .service-grid,
  .offers-grid,
  .catalog-light-layout,
  .detail-preview,
  .process-grid,
  .vehicle-light-hero-grid,
  .vehicle-light-body,
  .vehicle-included,
  .draft-footer-top,
  .draft-footer-bottom {
    grid-template-columns: 1fr;
  }

  .mini-feature-grid,
  .trust-strip,
  .vehicle-light-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-strip div:nth-child(2) {
    border-right: 0;
  }

  .vehicle-light-feature:nth-child(2n) {
    border-right: 0;
  }

  .vehicle-request-panel {
    position: static;
  }

  .catalog-filters {
    position: static;
  }

  .mobility-consulting-band {
    min-height: 560px;
  }

  .mobility-info-card {
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .draft-header {
    min-height: 0;
    padding: 14px 18px;
    position: static;
  }

  .draft-brand {
    min-height: 42px;
    padding: 7px 10px;
  }

  .draft-brand img {
    width: 128px;
  }

  .draft-phone {
    font-size: 12px;
    padding: 10px;
  }

  .draft-nav a {
    font-size: 11px;
    padding: 9px 10px;
    white-space: nowrap;
  }

  .draft-nav {
    flex-wrap: wrap;
    overflow: visible;
    padding-bottom: 0;
  }

  .draft-hero {
    background: #f7f8f6;
    min-height: 0;
    padding: 46px 18px 52px;
  }

  .catalog-light-hero {
    background: #f7f8f6;
    padding: 54px 18px;
  }

  .catalog-light-hero h1 {
    font-size: 42px;
  }

  .catalog-light-hero p {
    font-size: 17px;
  }

  .page-title {
    padding-top: 54px;
  }

  .vehicle-light-hero {
    background: #f7f8f6;
    padding: 46px 18px 48px;
  }

  .vehicle-light-hero::after {
    opacity: .68;
    right: -170px;
    width: 82%;
  }

  .draft-hero::before {
    bottom: 210px;
    opacity: .72;
    right: -140px;
    top: 76px;
    width: 72%;
  }

  .hero-visual {
    bottom: 278px;
    opacity: .28;
    right: -134px;
    width: 118vw;
  }

  .draft-hero h1 {
    font-size: 54px;
  }

  .vehicle-light-copy h1 {
    font-size: 38px;
  }

  .draft-hero p {
    font-size: 18px;
  }

  .vehicle-light-copy p {
    font-size: 17px;
  }

  .vehicle-stage {
    min-height: 380px;
  }

  .vehicle-stage-media {
    height: 300px;
    padding: 16px;
  }

  .vehicle-price-card {
    left: 18px;
    max-width: none;
    right: 18px;
  }

  .vehicle-price-card strong {
    font-size: 34px;
  }

  .search-dock {
    grid-template-columns: 1fr;
    margin-top: 28px;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .trust-strip,
  .mini-feature-grid,
  .offer-specs {
    grid-template-columns: 1fr;
  }

  .trust-strip div {
    border-right: 0;
    padding: 20px 18px;
  }

  .service-band,
  .offers-section,
  .mobility-consulting-band,
  .process-section,
  .detail-preview,
  .catalog-light-layout,
  .vehicle-light-body,
  .draft-footer {
    padding: 54px 18px;
  }

  .mobility-consulting-band {
    align-items: stretch;
    min-height: 0;
  }

  .mobility-consulting-band > img {
    object-position: center top;
  }

  .mobility-consulting-band::before {
    background: rgba(35, 38, 40, .38);
  }

  .mobility-info-card {
    gap: 16px;
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .mobility-card-icon {
    height: 58px;
    width: 58px;
  }

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

  .mobility-card-copy strong {
    font-size: 24px;
    max-width: none;
  }

  .mobility-card-copy em {
    font-size: 15px;
  }

  .catalog-results-head {
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr;
  }

  .catalog-results-head h2 {
    font-size: 32px;
  }

  .vehicle-light-summary {
    grid-template-columns: 1fr;
  }

  .vehicle-light-feature {
    border-right: 0;
    min-height: 0;
    padding: 18px;
  }

  .vehicle-light-feature strong {
    font-size: 17px;
  }

  .draft-newsletter {
    padding: 22px;
  }

  .draft-newsletter h2 {
    font-size: 30px;
  }

  .draft-newsletter-form {
    grid-template-columns: 1fr;
  }

  .section-heading.split,
  .detail-panel-showcase,
  .detail-panel-head {
    align-items: stretch;
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr;
  }

  .section-heading h2,
  .detail-copy h2 {
    font-size: 32px;
  }

  .service-card h3 {
    font-size: 24px;
    margin-top: 54px;
  }

  .offer-body h3 {
    min-height: 0;
  }

  .offer-price {
    font-size: 27px;
  }

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

  .vehicle-request-panel {
    padding: 20px;
  }

  .vehicle-request-panel h2 {
    font-size: 28px;
  }

  .detail-panel-head strong {
    font-size: 22px;
  }

  .detail-panel-head span {
    font-size: 22px;
    white-space: normal;
  }

  .detail-panel-media {
    min-height: 120px;
  }

  .detail-panel-media img {
    max-height: 108px;
  }
}
