.topbar {
  display: none !important;
}

.contact-grid {
  align-items: start;
  grid-template-columns: 1fr;
  max-width: 900px;
}

.contact-note {
  align-self: start;
  padding: 30px 32px;
  border: 1px solid #b9dfe2;
  border-left: 4px solid var(--teal);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(8, 43, 89, 0.07);
}

.working-hours b {
  min-width: 145px !important;
}

.trust-section {
  background: #fff;
}

.section-head .kicker,
.fleet-copy .kicker {
  display: block;
  font-size: clamp(41px, calc(4vw + 9px), 55px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  text-transform: none;
  margin-bottom: 22px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.trust-grid article {
  padding: 25px 22px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--soft);
}

.trust-grid article > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  font-weight: 900;
}

.trust-grid h3 {
  margin: 16px 0 8px;
  color: var(--navy);
  font-size: 19px;
}

.trust-grid p {
  margin: 0;
  color: #5d7280;
  font-size: 15px;
}

.fleet-section {
  background: var(--navy);
  color: #fff;
}

.fleet-box {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 52px;
  align-items: center;
}

.fleet-copy .kicker {
  color: #68dfe4;
}

.fleet-copy h2 {
  margin: 8px 0 14px;
  color: #fff;
  font-size: clamp(30px, 4vw, 43px);
  line-height: 1.16;
}

.fleet-copy p {
  margin: 0 0 24px;
  color: #d5e2eb;
}

.fleet-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.fleet-benefits div {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 12px;
  background: rgba(255, 255, 255, .07);
}

.fleet-benefits b,
.fleet-benefits span {
  display: block;
}

.fleet-benefits b {
  color: #68dfe4;
  margin-bottom: 5px;
}

.fleet-benefits span {
  color: #d5e2eb;
  font-size: 14px;
}

@media (max-width: 930px) {
  .trust-grid,
  .fleet-box {
    grid-template-columns: 1fr 1fr;
  }

  .fleet-box {
    gap: 30px;
  }
}

.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) {
  .trust-grid,
  .fleet-box,
  .fleet-benefits {
    grid-template-columns: 1fr;
  }

  .working-hours {
    flex-direction: column;
    gap: 6px !important;
  }

  .contact-note {
    padding: 24px;
    border-radius: 15px;
  }

  .vehicle-group {
    padding: 18px;
  }

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