/* T171 — One calm glass language for every homepage card. */
#home .home-after-hero-content {
  --nile-glass-bg: linear-gradient(145deg, rgba(26, 55, 82, .34), rgba(3, 15, 29, .46));
  --nile-glass-line: rgba(229, 190, 91, .32);
  --nile-glass-highlight: rgba(255, 255, 255, .14);
  --nile-glass-shadow: 0 22px 54px rgba(0, 0, 0, .20);
}

#home .home-after-hero-content .booking-policy-card,
#home .home-after-hero-content .gallery-card,
#home .home-after-hero-content .identity-section,
#home .home-after-hero-content .stats-strip,
#home .home-after-hero-content .feature-strip,
#home .home-after-hero-content .reviews-list-card,
#home .home-after-hero-content .review-form-card,
#home .home-after-hero-content .review-card,
#home .home-after-hero-content .partner-promo {
  border-color: var(--nile-glass-line) !important;
  background: var(--nile-glass-bg) !important;
  -webkit-backdrop-filter: blur(18px) saturate(135%) !important;
  backdrop-filter: blur(18px) saturate(135%) !important;
  box-shadow: inset 0 1px 0 var(--nile-glass-highlight), var(--nile-glass-shadow) !important;
}

#home .home-after-hero-content .booking-policy-card,
#home .home-after-hero-content .review-card,
#home .home-after-hero-content .feature-strip > div,
#home .home-after-hero-content .stat-item {
  background-color: transparent !important;
}

#home .home-after-hero-content .booking-policy-card::after {
  opacity: .72 !important;
  background: linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.025) 38%, transparent 62%) !important;
}

#home .home-after-hero-content .gallery-card img,
#home .home-after-hero-content .identity-section img,
#home .home-after-hero-content .partner-promo img {
  filter: brightness(.82) saturate(.92) contrast(1.02) !important;
}

#home .home-after-hero-content > section,
#home .home-after-hero-content > div {
  scroll-margin-top: 104px;
}

#home .home-after-hero-content .atmosphere-highlight .section-copy {
  background: linear-gradient(145deg, rgba(18, 44, 68, .36), rgba(3, 15, 29, .50)) !important;
  -webkit-backdrop-filter: blur(18px) saturate(130%) !important;
  backdrop-filter: blur(18px) saturate(130%) !important;
}

@media (max-width: 920px) {
  #home .home-after-hero-content {
    --nile-glass-bg: linear-gradient(145deg, rgba(36, 70, 104, .31), rgba(3, 15, 29, .45));
    --nile-glass-line: rgba(229, 190, 91, .34);
    --nile-glass-shadow: 0 16px 38px rgba(0, 0, 0, .18);
  }

  #home .home-after-hero-content .booking-policy-card,
  #home .home-after-hero-content .gallery-card,
  #home .home-after-hero-content .identity-section,
  #home .home-after-hero-content .stats-strip,
  #home .home-after-hero-content .feature-strip,
  #home .home-after-hero-content .reviews-list-card,
  #home .home-after-hero-content .review-form-card,
  #home .home-after-hero-content .review-card,
  #home .home-after-hero-content .partner-promo {
    -webkit-backdrop-filter: blur(15px) saturate(130%) !important;
    backdrop-filter: blur(15px) saturate(130%) !important;
  }

  #home .home-after-hero-content .booking-policy-card {
    min-height: 250px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #home .home-after-hero-content .booking-policy-card,
  #home .home-after-hero-content .gallery-card,
  #home .home-after-hero-content .review-card { transition: none !important; }
}
