body.special-page.special-redesign-page .special-layout .hero-reference-card {
  display: block !important;
  padding: 38px 40px 34px !important;
  border: 1px solid #dce5f1 !important;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
  overflow: visible !important;
}

body.special-page .hero-reference-card::before,
body.special-page .hero-reference-card::after {
  display: none !important;
}

body.special-page .hero-reference-head {
  max-width: 720px;
}

body.special-page .hero-reference-head .preorder-hero-kicker {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: fit-content !important;
  margin: 0 0 18px !important;
  padding: 11px 19px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: #1464f4 !important;
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
}

body.special-page .hero-reference-head .preorder-hero-kicker svg {
  width: 19px !important;
  height: 19px !important;
  fill: currentColor !important;
}

body.special-page .hero-reference-head .preorder-hero-kicker::before,
body.special-page .hero-reference-head .preorder-hero-kicker::after {
  content: none !important;
  display: none !important;
  box-shadow: none !important;
  filter: none !important;
}

body.special-page .hero-reference-head h1 {
  margin: 0 !important;
  color: #071b3a !important;
  font-size: clamp(32px, 3.1vw, 44px) !important;
  font-weight: 900 !important;
  line-height: 1.14 !important;
  letter-spacing: -.045em !important;
}

body.special-page .hero-reference-head > p {
  margin: 16px 0 0 !important;
  color: #50647f !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
}

body.special-page .hero-reference-vehicle {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 470px) !important;
  align-items: center !important;
  gap: clamp(24px, 4vw, 54px) !important;
  min-height: 330px !important;
  margin-top: 0 !important;
  padding: 34px 40px !important;
  border: 0 !important;
  border-radius: 17px !important;
  background: #fff !important;
}

body.special-page .hero-reference-vehicle-copy {
  min-width: 0;
}

body.special-page .hero-reference-vehicle-copy .hero-reference-inline-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  margin-bottom: 18px;
  padding: 10px 16px;
  border-radius: 10px;
  background: #1464f4;
  color: #fff;
  font-size: 16px;
  font-weight: 850;
  line-height: 1;
}

body.special-page .hero-reference-inline-kicker svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

body.special-page .hero-reference-vehicle-copy > h1 {
  margin: 0 !important;
  color: #071b3a !important;
  font-size: clamp(32px, 3.1vw, 44px) !important;
  font-weight: 900 !important;
  line-height: 1.14 !important;
  letter-spacing: -.045em !important;
}

body.special-page .hero-reference-vehicle-copy > .hero-reference-vehicle-description {
  margin: 17px 0 0 !important;
  color: #50647f !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.75 !important;
}

body.special-page .hero-reference-vehicle > img.hero-reference-preorder-image {
  width: 100% !important;
  height: 280px !important;
  object-fit: contain !important;
  filter: none !important;
}

body.special-page .hero-reference-metrics {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin-top: 20px !important;
}

body.special-page .hero-reference-metrics > article {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 124px !important;
  padding: 16px 10px !important;
  border: 1px solid #d7e1ee !important;
  border-radius: 14px !important;
  background: #fff !important;
  text-align: center !important;
}

body.special-page .hero-reference-metrics svg {
  width: 28px !important;
  height: 28px !important;
  margin-bottom: 10px !important;
  fill: none !important;
  stroke: #1464f4 !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

body.special-page .hero-reference-metrics span,
body.special-page .hero-reference-metrics small,
body.special-page .hero-reference-metrics strong {
  display: block !important;
}

body.special-page .hero-reference-metrics small {
  color: #718198 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

body.special-page .hero-reference-metrics strong {
  margin-top: 7px !important;
  color: #071b3a !important;
  font-size: 17px !important;
  font-weight: 900 !important;
}

body.special-page .hero-reference-stock {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  min-height: 76px !important;
  margin-top: 20px !important;
  padding: 16px 24px !important;
  border: 1.5px solid #1464f4 !important;
  border-radius: 14px !important;
  background: #f7faff !important;
}

body.special-page .hero-reference-stock > span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  color: #1464f4 !important;
  font-size: 16px !important;
  font-weight: 900 !important;
}

body.special-page .hero-reference-stock svg {
  width: 25px !important;
  height: 25px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
}

body.special-page .hero-reference-stock > strong {
  color: #1464f4 !important;
  font-size: clamp(27px, 3vw, 38px) !important;
  font-weight: 900 !important;
  letter-spacing: -.035em !important;
}

body.special-page .hero-reference-stock em {
  margin-left: 2px;
  font-size: .56em;
  font-style: normal;
}

body.special-page .hero-reference-note {
  margin: 15px 2px 0 !important;
  color: #8896a9 !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}

@media (max-width: 760px) {
  body.special-page.special-redesign-page .special-layout,
  body.special-page.special-redesign-page .special-redesign-layout {
    width: 100% !important;
    max-width: none !important;
    padding-bottom: 24px !important;
    padding-right: 2px !important;
    padding-left: 2px !important;
  }

  body.special-page.special-redesign-page .special-layout .hero-reference-card {
    padding: 26px 20px 24px !important;
    border-radius: 19px !important;
  }

  body.special-page .hero-reference-head h1 {
    font-size: 30px !important;
  }

  body.special-page .hero-reference-head > p br {
    display: none;
  }

  body.special-page .hero-reference-vehicle {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    padding: 22px !important;
  }

  body.special-page .hero-reference-vehicle-copy > h1 {
    font-size: 30px !important;
  }

  body.special-page .hero-reference-vehicle-copy {
    margin-left: -14px !important;
  }

  body.special-page .hero-reference-vehicle-copy > .hero-reference-vehicle-description br {
    display: none;
  }

  body.special-page .hero-reference-vehicle > img.hero-reference-preorder-image {
    height: 220px !important;
    margin-top: 4px !important;
  }

  body.special-page .hero-reference-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.special-page .hero-reference-stock {
    padding: 15px 18px !important;
  }
}

@media (max-width: 420px) {
  body.special-page .hero-reference-vehicle-copy > h1 {
    font-size: 27px !important;
  }

  body.special-page .hero-reference-vehicle > img.hero-reference-preorder-image {
    height: 190px !important;
  }

  body.special-page .hero-reference-head h1 {
    font-size: 27px !important;
  }

  body.special-page .hero-reference-metrics > article {
    min-height: 108px !important;
  }

  body.special-page .hero-reference-stock {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 5px !important;
  }
}
