.topbar {
  display: none !important;
}

.vehicle-groups {
  display: grid;
  gap: 28px;
}

.vehicle-group {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(145deg, #f6fafb, #e7f0f2);
}

.vehicle-group h3 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: 24px;
  line-height: 1.25;
}

.vehicle-group .vehicle-strip {
  padding-bottom: 8px;
}

.vehicle-group .vehicle-brand {
  min-width: 112px;
  min-height: 82px;
  justify-content: center;
  padding: 12px;
  background: linear-gradient(145deg, #ffffff, #edf3f5);
  border-color: #cbdce1;
  box-shadow: 0 7px 18px rgba(8, 43, 89, 0.09);
}

.vehicle-group .vehicle-brand img {
  width: 84px;
  height: 56px;
  filter: none;
}

.vehicle-group .vehicle-brand span {
  display: none;
}

@media (max-width: 620px) {
  .vehicle-group {
    padding: 18px;
  }

  .vehicle-group h3 {
    font-size: 21px;
  }
}
