.page-hero {
  background:
    linear-gradient(135deg, rgba(32, 33, 36, .95), rgba(72, 67, 58, .82)),
    url("https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1800&q=80") center/cover;
  color: #fff;
  padding: 74px 0;
}

.page-hero .eyebrow {
  color: #d8bd8a;
}

.page-hero h1 {
  max-width: 760px;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.035em;
  margin: 0 0 16px;
}

.page-hero p {
  max-width: 650px;
  color: rgba(255, 255, 255, .75);
  font-size: 16px;
  margin: 0;
}

.page-section {
  padding: 70px 0;
  background: #fbfaf8;
}

.panel {
  border: 1px solid #e8e4dc;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(32, 33, 36, .04);
}

.filter-panel {
  padding: 20px;
  position: sticky;
  top: 104px;
}

.filter-panel h2,
.form-panel h2,
.content-panel h2 {
  color: #202124;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.02em;
  margin: 0 0 18px;
}

.filter-panel label,
.form-panel label {
  color: #6f7479;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 7px;
}

.filter-panel .form-select,
.filter-panel .form-control,
.form-panel .form-select,
.form-panel .form-control,
.form-panel textarea {
  min-height: 46px;
  border-color: #ded8cd;
  border-radius: 7px;
  color: #202124;
  font-size: 13px;
  font-weight: 700;
  box-shadow: none;
}

.form-panel textarea {
  min-height: 120px;
  padding-top: 12px;
}

.vehicle-list-card {
  overflow: hidden;
  height: 100%;
  border: 1px solid #e8e4dc;
  border-radius: 10px;
  background: #fff;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.vehicle-list-card:hover {
  transform: translateY(-3px);
  border-color: rgba(178, 138, 85, .45);
  box-shadow: 0 16px 38px rgba(32, 33, 36, .1);
}

.vehicle-list-card .media {
  position: relative;
  aspect-ratio: 4 / 3;
  background: #ece9e3;
}

.vehicle-list-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vehicle-list-card .year {
  position: absolute;
  top: 12px;
  left: 12px;
  border-radius: 999px;
  background: #fff;
  color: #202124;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 800;
}

.vehicle-list-card .body {
  padding: 18px;
}

.vehicle-list-card .price {
  color: #8f6d42;
  font-size: 21px;
  font-weight: 800;
}

.vehicle-list-card h3 {
  color: #202124;
  font-size: 18px;
  font-weight: 800;
  margin: 10px 0 4px;
}

.vehicle-list-card p {
  color: #7f8387;
  font-size: 13px;
  font-weight: 700;
  min-height: 40px;
  margin-bottom: 14px;
}

.spec-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 16px;
}

.spec-row span {
  border: 1px solid #eee8dc;
  border-radius: 999px;
  background: #fbfaf8;
  color: #555a60;
  padding: 5px 8px;
  font-size: 11px;
  font-weight: 800;
}

.form-panel,
.content-panel {
  padding: 28px;
}

.step-card,
.value-card {
  height: 100%;
  border: 1px solid #e8e4dc;
  border-radius: 10px;
  background: #fff;
  padding: 22px;
}

.step-card i,
.value-card i {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 8px;
  background: #f5efe6;
  color: #b28a55;
  margin-bottom: 16px;
}

.step-card h3,
.value-card h3 {
  color: #202124;
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 8px;
}

.step-card p,
.value-card p,
.content-panel p {
  color: #6f7479;
  font-size: 14px;
  line-height: 1.7;
}

.contact-info {
  display: grid;
  gap: 12px;
}

.contact-info a,
.contact-info div {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border: 1px solid #e8e4dc;
  border-radius: 10px;
  background: #fff;
  padding: 16px;
  color: #202124;
  font-weight: 800;
}

.contact-info i {
  color: #b28a55;
  margin-top: 4px;
}

.map-placeholder {
  min-height: 360px;
  border: 1px solid #e8e4dc;
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(178,138,85,.08) 1px, transparent 1px),
    linear-gradient(rgba(178,138,85,.08) 1px, transparent 1px),
    #fff;
  background-size: 28px 28px;
  display: grid;
  place-items: center;
  color: #202124;
  font-weight: 800;
}

@media (max-width: 991.98px) {
  .page-hero {
    padding: 52px 0;
  }

  .filter-panel {
    position: static;
  }
}

@media (max-width: 575.98px) {
  .page-section {
    padding: 46px 0;
  }

  .form-panel,
  .content-panel {
    padding: 20px;
  }
}
