.route-city-page .hero-section::after {
  background:
    linear-gradient(90deg, rgba(17, 11, 9, 0.72) 0%, rgba(27, 18, 15, 0.45) 38%, rgba(18, 11, 9, 0.38) 62%, rgba(17, 11, 9, 0.68) 100%),
    url("/assets/images/blue-1.jpg") center / cover no-repeat;
}

.route-city-page section:not(.hero-section):not(.flight-quick-booking) {
  padding: 84px 0;
}

.route-city-page .airport-pill a,
.route-city-page .inline-link,
.route-city-page .link-card a {
  color: inherit;
  text-decoration: none;
}

.route-city-page .stats-grid,
.route-city-page .feature-grid,
.route-city-page .journey-grid,
.route-city-page .places-grid,
.route-city-page .travel-grid,
.route-city-page .tips-grid,
.route-city-page .support-grid,
.route-city-page .links-grid {
  display: grid;
  gap: 1.4rem;
}

.route-city-page .stats-grid,
.route-city-page .feature-grid,
.route-city-page .journey-grid,
.route-city-page .travel-grid,
.route-city-page .tips-grid,
.route-city-page .support-grid,
.route-city-page .links-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.route-city-page .places-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.route-city-page .stat-card,
.route-city-page .feature-card,
.route-city-page .journey-card,
.route-city-page .place-card,
.route-city-page .travel-card,
.route-city-page .tip-card,
.route-city-page .support-card,
.route-city-page .link-card,
.route-city-page .split-panel,
.route-city-page .airport-panel {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(31, 42, 68, 0.08);
  border-radius: 28px;
  box-shadow: 0 20px 48px rgba(23, 36, 66, 0.1);
  overflow: hidden;
}

.route-city-page .stat-card,
.route-city-page .feature-card,
.route-city-page .travel-card,
.route-city-page .tip-card,
.route-city-page .support-card,
.route-city-page .link-card,
.route-city-page .airport-panel {
  padding: 1.6rem;
}

.route-city-page .stat-card h3,
.route-city-page .feature-card h3,
.route-city-page .journey-card h3,
.route-city-page .place-card h3,
.route-city-page .travel-card h3,
.route-city-page .tip-card h3,
.route-city-page .support-card h3,
.route-city-page .link-card h3,
.route-city-page .airport-panel h3 {
  margin: 0 0 0.7rem;
  font-size: 1.2rem;
}

.route-city-page .stat-card p,
.route-city-page .feature-card p,
.route-city-page .journey-card p,
.route-city-page .place-card p,
.route-city-page .travel-card p,
.route-city-page .tip-card p,
.route-city-page .support-card p,
.route-city-page .link-card p,
.route-city-page .airport-panel p,
.route-city-page .split-copy p {
  color: var(--color-text-muted);
  line-height: 1.65;
}

.route-city-page .stat-icon,
.route-city-page .support-icon,
.route-city-page .link-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(46, 94, 170, 0.12);
  color: var(--color-primary);
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.route-city-page .feature-card img,
.route-city-page .journey-card img,
.route-city-page .place-card img,
.route-city-page .tip-card img,
.route-city-page .split-panel img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.route-city-page .feature-card img,
.route-city-page .journey-card img,
.route-city-page .tip-card img {
  aspect-ratio: 1.15 / 0.74;
  border-radius: 20px;
}

.route-city-page .place-card img {
  aspect-ratio: 1 / 0.72;
}

.route-city-page .place-card .card-body {
  padding: 1.2rem 1.2rem 1.35rem;
}

.route-city-page .split-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.4rem;
}

.route-city-page .journey-card.highlight {
  background: #2e5eaa;
  color: #fff;
}

.route-city-page .journey-card.highlight p,
.route-city-page .journey-card.highlight li,
.route-city-page .dark-panel p,
.route-city-page .dark-panel li,
.route-city-page .dark-panel .eyebrow {
  color: rgba(255, 255, 255, 0.86);
}

.route-city-page .journey-card.highlight .info-list li::before,
.route-city-page .dark-panel .info-list li::before {
  background: #fff;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.16);
}

.route-city-page .soft-section {
  background: linear-gradient(180deg, #fbfcff 0%, #f4f8ff 100%);
}

.route-city-page .dark-panel {
  background: #2e5eaa;
  color: #fff;
}

.route-city-page .contact-band {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.4rem;
}

.route-city-page .contact-band a {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.8rem 1.1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.route-city-page .route-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}

.route-city-page .route-table th,
.route-city-page .route-table td {
  padding: 0.95rem 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(31, 42, 68, 0.09);
}

.route-city-page .route-table th {
  font-size: 0.95rem;
  color: var(--color-primary);
}

.route-city-page .route-note {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: rgba(46, 94, 170, 0.08);
  color: var(--color-text-muted);
}

.route-city-page .links-grid .link-card ul {
  margin: 0;
}

@media (max-width: 1100px) {

  .route-city-page .places-grid,
  .route-city-page .links-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .route-city-page .split-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {

  .route-city-page .stats-grid,
  .route-city-page .feature-grid,
  .route-city-page .journey-grid,
  .route-city-page .places-grid,
  .route-city-page .travel-grid,
  .route-city-page .tips-grid,
  .route-city-page .support-grid,
  .route-city-page .links-grid {
    grid-template-columns: 1fr;
  }

  .route-city-page .route-table,
  .route-city-page .route-table tbody,
  .route-city-page .route-table tr,
  .route-city-page .route-table td {
    display: block;
    width: 100%;
  }

  .route-city-page .route-table thead {
    display: none;
  }

  .route-city-page .route-table tr {
    padding: 0.85rem 0;
  }

  .route-city-page .route-table td {
    padding: 0.45rem 0;
    border-bottom: 0;
  }
}