.page-hero {
  padding: 155px 0 80px;
  position: relative;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.02) 100%),
    linear-gradient(180deg, rgba(212, 175, 55, 0.06), rgba(212, 175, 55, 0.01)),
    #101010;
  border-bottom: 1px solid rgba(212, 175, 55, 0.14);
}

.page-hero::before,
.route-section::before,
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0, transparent 12%, transparent 88%, rgba(255, 255, 255, 0.02) 100%);
  pointer-events: none;
}

.page-hero .container,
.route-section .container,
.site-footer .container {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  margin: 0;
  text-align: center;
  color: var(--vip-gold);
  font-size: 56px;
  font-weight: 800;
  text-transform: uppercase;
}

.page-hero p {
  margin: 18px auto 0;
  max-width: 720px;
  text-align: center;
  color: #dbdbdb;
  font-size: 17px;
  line-height: 1.8;
}

.route-section {
  position: relative;
  padding: 80px 0 110px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.96) 0%, rgba(12, 12, 12, 0.98) 100%);
}

.content-card,
.vehicle-card {
  background: linear-gradient(180deg, rgba(24, 24, 24, 0.98) 0%, rgba(11, 11, 11, 0.98) 100%);
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 22px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.22);
}

.content-card {
  padding: 34px 30px;
  position: sticky;
  top: 120px;
}

.content-card .label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.22);
  background: rgba(212, 175, 55, 0.06);
  color: var(--vip-gold);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.content-card h2 {
  margin: 0 0 18px;
  font-size: 34px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
}

.content-card p {
  margin: 0 0 18px;
  color: #d8d8d8;
  line-height: 1.9;
  font-size: 15px;
}

.seo-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  gap: 12px;
}

.seo-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #efefef;
  font-size: 14px;
  line-height: 1.8;
}

.seo-list i {
  color: var(--vip-gold);
  margin-top: 4px;
}

.route-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.route-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #f0f0f0;
  font-size: 13px;
}

.section-title {
  margin-bottom: 26px;
}

.section-title h2 {
  margin: 0;
  color: var(--vip-gold);
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
}

.section-title p {
  margin: 12px 0 0;
  color: #d0d0d0;
  line-height: 1.8;
  font-size: 15px;
}

.route-filter-card {
  margin-bottom: 26px;
  padding: 24px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(24, 24, 24, 0.98) 0%, rgba(11, 11, 11, 0.98) 100%);
  border: 1px solid rgba(212, 175, 55, 0.2);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
}

.route-filter-form .form-label {
  margin-bottom: 8px;
  color: #f3f3f3;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .03em;
}

.route-filter-form .form-control {
  min-height: 52px;
  border-radius: 14px;
}

.route-filter-button {
  width: 100%;
  min-height: 52px;
  border: 0;
}

.route-vehicle-modal-dialog .form-label {
  margin-bottom: 8px;
  color: #f1f1f1;
  font-size: 13px;
  font-weight: 700;
}

.route-vehicle-modal-dialog .form-label i {
  color: var(--vip-gold);
  margin-right: 6px;
}

.route-vehicle-route-box {
  margin-bottom: 18px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(212, 175, 55, 0.16);
}

.route-vehicle-direction-row {
  margin-bottom: 14px;
}

.route-vehicle-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.route-vehicle-summary-item {
  padding: 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.route-vehicle-summary-item small {
  display: block;
  margin-bottom: 6px;
  color: #bcbcbc;
  font-size: 12px;
}

.route-vehicle-summary-item strong {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
}

.route-vehicle-modal-dialog .vehicle-modal-capacity-note {
  display: block;
  margin-top: 8px;
}

.vehicle-card {
  padding: 16px;
  height: 100%;
  transition: 0.3s ease;
}

.vehicle-card:hover {
  transform: translateY(-5px);
  border-color: rgba(212, 175, 55, 0.42);
}

.vehicle-image {
  aspect-ratio: 16 / 10;
  border-radius: 18px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  background: #121212;
}

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

.vehicle-card h3 {
  margin: 0 0 14px;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
}

.vehicle-price {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.24);
  color: var(--vip-gold);
  font-size: 13px;
  font-weight: 700;
}

.vehicle-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.vehicle-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #ebebeb;
  font-size: 13px;
}

.route-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.route-gallery-item {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #121212;
}

.route-gallery-item img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
}

.vehicle-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.vehicle-actions .btn-vip {
  width: 100%;
}

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

  .page-hero h1 {
    font-size: 42px;
  }

  .content-card {
    position: static;
  }
}

@media (max-width: 767.98px) {
.page-hero h1 {
    font-size: 34px;
}

.content-card h2,
  .section-title h2 {
    font-size: 26px;
  }

  .vehicle-actions {
    grid-template-columns: 1fr;
  }

  .route-gallery {
    grid-template-columns: 1fr;
  }

  .route-vehicle-summary {
    grid-template-columns: 1fr;
  }
}
