.hero {
  position: relative;
}


.hero-media {
  position: relative;
  width: 100%;
  height: 22.8rem;
  overflow: hidden;
}

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

.hero-actions {
  position: absolute;
  left: 1.6rem;
  right: 1.6rem;
  bottom: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.hero-actions .btn {
  width: auto;
  max-width: 100%;
  flex: 0 1 auto;
  padding: 0 1.6rem;
  white-space: nowrap;
}

.hero-actions .iconfont {
  font-size: 1.2rem;
  line-height: 1;
}

.search-card {
  position: relative;
  z-index: 2;
  width: 33.5rem;
  margin: 1.6rem auto 0;
  padding: 2.2rem 1.6rem 2rem;
  background: #fff;
  border: 0.1rem solid var(--h5-text);
  border-radius: 0.8rem;
  box-shadow: var(--h5-shadow-card);
}

.search-card h2 {
  margin-bottom: 1.6rem;
  color: var(--h5-text);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.8rem;
  text-align: center;
}

.search-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem 1.1rem;
  margin-bottom: 2.2rem;
}

.search-block+.search-block {
  margin-top: 2rem;
}

.search-block h3 {
  margin-bottom: 0.8rem;
  color: var(--h5-text);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
}

.search-block h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.1rem;
  margin-top: 0.8rem;
  background: var(--h5-line);
}

.search-fields {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.search-panel[hidden] {
  display: none !important;
}

.search-panel+.search-panel {
  margin-top: 0;
}

.sec-title {
  position: relative;
  z-index: 1;
}

.vehicle-search-hint {
  margin-top: 2rem;
}

.search-block .btn,
.search-panel>.btn {
  display: flex;
  width: auto;
  max-width: 100%;
  margin: 2rem auto 0;
}

.services-bg {
  width: 100%;
  height: 7.4rem;
  background: url("../../assets/images/services-bg.png") center / 100% 100% no-repeat;
}

.services {
  position: relative;
  padding: 0 2rem 0;
  background: linear-gradient(180deg, #FEF0EB 0%, #FFFFFF 56.73%, #FFFEFD 88%, #FFFCF9 100%);
}

.services .sec-lead {
  margin-top: 1rem;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 1.6rem;
}

.service-card {
  cursor: pointer;
}

.service-media {
  position: relative;
  width: 33.5rem;
  height: 19rem;
  overflow: hidden;
  border-radius: 0.8rem;
}

.service-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-tags {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  display: flex;
  gap: 0.4rem;
}

.service-card h3 {
  margin-top: 1.2rem;
  color: var(--h5-text);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
}

.service-card p {
  margin-top: 0.4rem;
  color: var(--h5-muted);
  font-size: 1.2rem;
  line-height: 2rem;
}

.mid-cta {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  padding: 2.4rem 0 0;
}

.phone-pill {
  position: relative;
  display: flex;
  align-items: center;
  height: 4.8rem;
  overflow: hidden;
  border: 0.2rem solid #fff;
  border-radius: 999px;
  background: var(--h5-accent);
  box-shadow: var(--h5-shadow-btn);
}

.phone-pill-deco {
  position: absolute;
  right: 0;
  top: 0;
  width: 9.6rem;
  height: 100%;
  object-fit: cover;
  -webkit-mask-image: linear-gradient(to right, transparent, #000);
  mask-image: linear-gradient(to right, transparent, #000);
}

.phone-pill-hours {
  display: flex;
  flex-direction: column;
  margin-left: 1.6rem;
}

.phone-pill-hours small {
  color: #333;
  font-size: 1rem;
  line-height: 1.4rem;
}

.phone-pill-hours span {
  display: inline-flex;
  align-items: center;
  height: 2rem;
  padding: 0 0.4rem;
  border: 0.1rem solid #333;
  border-radius: 999px;
  background: var(--h5-primary);
  color: #fff;
  font-size: 1rem;
}

.phone-pill-num {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-left: 1.1rem;
  color: var(--h5-primary);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  white-space: nowrap;
}

.phone-pill-num img {
  width: 1.6rem;
  height: 1.6rem;
}

.line-wide {
  width: 100%;
  height: 4.8rem;
  font-size: 1.8rem;
}

.line-wide img {
  width: 1.8rem;
  height: 1.8rem;
}

.reasons {
  padding: 3.2rem 0 0;
}

.reasons-copy {
  width: 30rem;
  margin: 0.8rem auto 0;
  color: var(--h5-muted);
  font-size: 1.2rem;
  line-height: 2.2rem;
  text-align: center;
}

.reasons-underline {
  display: block;
  width: 24rem;
  height: 0.9rem;
  margin: 0.8rem auto 0;
}

.reasons .btn {
  width: auto;
  max-width: 100%;
  margin: 1.6rem auto 0;
}

.store-photo {
  position: relative;
  margin-top: 2rem;
}

.store-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.reason-slider {
  position: relative;
  margin-top: 1.8rem;
  text-align: center;
}

.reason-illust {
  display: block;
  width: 22rem;
  height: 22rem;
  margin: 0 auto;
  object-fit: contain;
}

.reason-nav {
  position: absolute;
  top: 10rem;
  left: 0.8rem;
  right: 0.8rem;
  display: flex;
  justify-content: space-between;
}

.reason-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  color: #333;
}

.reason-nav .iconfont {
  font-size: 2.4rem;
  line-height: 1;
}

.reason-nav button:active,
.reason-nav button.is-on {
  color: var(--h5-primary);
}

.reason-slides {
  margin-top: 0.8rem;
}

.reason-slide {
  display: none;
}

.reason-slide.is-on {
  display: block;
}

.reason-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 0.8rem;
  border-radius: 999px;
  background: var(--h5-primary);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}

.reason-slide h3 {
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.8rem;
}

.reason-slide p {
  width: 28rem;
  margin: 0.8rem auto 0;
  color: var(--h5-muted);
  font-size: 1.2rem;
  line-height: 2.2rem;
}

.news {
  padding: 0 2rem 0;
}

.news-bg {
  width: 100%;
  height: 7.4rem;
  background: url("../../assets/images/news-bg.png") center / 100% 100% no-repeat;
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 1.6rem;
}

.news-item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 7rem;
}

.news-date {
  position: relative;
  z-index: 1;
  display: flex;
  width: 7rem;
  height: 7rem;
  background: url("../../assets/icons/news-date.svg") center / contain no-repeat;
  color: #fff;
}

.news-m,
.news-d {
  position: absolute;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.8rem;
}

.news-m {
  left: 1.1rem;
  top: 1.4rem;
}

.news-sep {
  position: absolute;
  left: 3rem;
  top: 2.1rem;
  font-size: 2.4rem;
  font-weight: 300;
}

.news-d {
  left: 3.6rem;
  top: 3.3rem;
}

.news-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
  min-height: 6rem;
  margin-left: -3.5rem;
  padding: 1.2rem 1.2rem 1.2rem 5.1rem;
  background: rgb(255 221 220 / 50%);
  color: var(--h5-text);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.2rem;
}

.news-empty {
  color: var(--h5-muted);
  text-align: center;
}

.app-promo {
  position: relative;
  margin-top: 2.2rem;
  padding: 4.1rem 2rem 2.4rem;
  background: #f86864;
  color: #fff;
}

.app-promo h2 {
  width: 21.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.6rem;
}

.app-promo .lead {
  width: 22rem;
  margin-top: 0.6rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.app-phone {
  position: absolute;
  right: 2rem;
  top: -1.4rem;
  width: 9.3rem;
  height: 18.8rem;
  object-fit: contain;
}

.app-stores {
  display: flex;
  gap: 1rem;
  margin-top: 1.8rem;
}

.app-stores a {
  display: block;
  width: 9.8rem;
  height: 3.3rem;
  overflow: hidden;
  border-radius: 0.4rem;
}

.app-stores img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.app-feats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem 1.1rem;
  margin-top: 2.6rem;
}

.app-feat {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  height: 3.2rem;
  padding: 0 1rem;
  border-radius: 0.4rem;
  background: #fff;
  color: #333;
  font-size: 1rem;
  font-weight: 700;
}

.app-feat img {
  width: 1.4rem;
  height: 1.4rem;
}

.faq-wrap {
  padding: 2.4rem 2rem 0;
}

.faq-box {
  padding: 2.4rem 1.6rem 2.4rem;
  background: var(--h5-accent);
  border-radius: 0.8rem;
  box-shadow: var(--h5-shadow-faq);
}

.faq-box h2 {
  margin-bottom: 1.6rem;
  color: var(--h5-text);
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.faq-item {
  padding: 1.6rem 1.2rem;
  margin-bottom: 0.8rem;
  background: #fff;
  border: 0.1rem solid #333;
  border-radius: 0.4rem;
}

.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 0.8rem;
  text-align: left;
}

.faq-q-text {
  color: #333;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.faq-q-text .q {
  color: var(--h5-primary);
  font-weight: 700;
}

.faq-q img {
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
  transition: transform 0.2s ease;
}

.faq-item.is-open .faq-q img {
  transform: rotate(45deg);
}

.faq-a {
  display: none;
  margin-top: 1.2rem;
  color: var(--h5-muted);
  font-size: 1.2rem;
  line-height: 2.2rem;
}

.faq-item.is-open .faq-a {
  display: block;
}

.faq-a .a {
  color: var(--h5-accent);
  font-family: var(--h5-num);
  font-size: 1.6rem;
  font-weight: 700;
}

.bottom-cta {
  margin-top: 2.4rem;
  padding: 2.4rem 2.4rem 3.6rem;
  background: linear-gradient(135deg, #f86864 0%, #ff4d47 100%);
  color: #fff;
  text-align: center;
}

.bottom-cta h2 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.8rem;
}

.bottom-cta p {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  line-height: 2rem;
}

.bottom-phone {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem 1.2rem;
  margin-top: 1.6rem;
  text-align: left;
}

.bottom-phone .label {
  font-size: 1.2rem;
  font-weight: 700;
}

.bottom-phone .num {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 2rem;
  font-weight: 700;
}

.bottom-phone .num img {
  width: 1.6rem;
  height: 1.6rem;
}

.bottom-phone .hours {
  width: 100%;
  font-size: 1rem;
  text-align: right;
}

.bottom-cta .btn {
  position: relative;
  width: 22.6rem;
  margin: 2rem auto 0;
  justify-content: center;
  gap: 0;
  padding: 0 4.4rem;
}

.bottom-cta .btn .btn-arrow {
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
}

.bottom-cta .btn+.btn {
  margin-top: 2rem;
}

.bottom-cta .btn-green>.iconfont {
  position: absolute;
  left: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.2rem;
  line-height: 1;
  color: #fff;
}

.bottom-cta .btn-green>img {
  position: absolute;
  left: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.2rem;
  height: 2.2rem;
  flex-shrink: 0;
  object-fit: contain;
}