/* Homepage — только визуальные правки, без смены структуры */

.page-home .hero__bg {
  background:
    linear-gradient(90deg, rgba(22, 42, 68, 0.97) 0%, rgba(22, 42, 68, 0.88) 28%, rgba(22, 42, 68, 0.55) 48%, rgba(22, 42, 68, 0.2) 68%, transparent 100%),
    url('../assets/images/hero-equipment.png?v=2') right center / cover no-repeat;
}

@media (max-width: 768px) {
  .page-home .hero__bg {
    background:
      linear-gradient(180deg, rgba(22, 42, 68, 0.92) 0%, rgba(22, 42, 68, 0.78) 42%, rgba(22, 42, 68, 0.45) 100%),
      url('../assets/images/hero-equipment.png?v=2') 55% 60% / cover no-repeat;
  }
}

.page-home .trust-bar + .section {
  padding-top: var(--section-y);
}

@media (max-width: 768px) {
  .page-home .carousel--reviews::before,
  .page-home .carousel--reviews::after {
    width: 24px;
  }

  .page-home .reviews .review-card {
    min-height: 200px;
  }
}
