/* Flights to USA Route Pages - Reusable CSS */

.route-city-page .hero-section::after {
  background: linear-gradient(90deg, rgba(11, 16, 33, .84) 0%, rgba(10, 32, 68, .55) 40%, rgba(10, 32, 68, .44) 62%, rgba(14, 16, 24, .78) 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 {
  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 {
  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 {
  grid-template-columns: repeat(2, minmax(0, 1fr))
}

.route-city-page .places-grid {
  grid-template-columns: repeat(4, 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 .split-panel {
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(31, 42, 68, .08);
  border-radius: 28px;
  box-shadow: 0 20px 48px rgba(23, 36, 66, .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 {
  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 {
  margin: 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 .split-copy p {
  color: var(--color-text-muted);
  line-height: 1.65
}

.route-city-page .stat-icon,
.route-city-page .support-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(46, 94, 170, .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%;
  height: auto;
  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/.74;
  border-radius: 20px;
}

.route-city-page .place-card img {
  aspect-ratio: 1/.82
}

.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 .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 {
  color: rgba(255, 255, 255, .86)
}

.route-city-page .journey-card.highlight .info-list li::before {
  background: #fff;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, .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 .dark-panel p,
.route-city-page .dark-panel li,
.route-city-page .dark-panel .eyebrow {
  color: rgba(255, 255, 255, .84)
}

.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: .55rem;
  padding: .8rem 1.1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, .15)
}

@media (max-width:1100px) {
  .route-city-page .places-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 {
    grid-template-columns: 1fr
  }
}

/* Price Banner */
.price-banner {
  background: linear-gradient(135deg, #2e5eaa 0%, #1a3d7a 100%);
  border-radius: 28px;
  padding: 2.5rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 2rem;
  text-align: center;
}

.price-banner .price-big {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.03em
}

.price-banner .price-label {
  font-size: .9rem;
  opacity: .75;
  margin-top: .25rem
}

.price-banner .price-disclaimer {
  font-size: .8rem;
  opacity: .65;
  margin-top: .5rem;
}

.price-banner .price-cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: .75rem;
}

@media (max-width: 760px) {
  .price-banner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
  }
}