.hero {
  position: relative;
  color: #fff;
  background: #071f3d;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 31, 61, 0.35) 0%, rgba(7, 31, 61, 0.55) 60%, rgba(7, 31, 61, 0.92) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 22px 0 64px;
}

.hero h1 {
  font-size: clamp(1.9rem, 7vw, 3.2rem);
  max-width: 16ch;
  font-weight: 800;
}

.hero .lead {
  margin: 10px 0 0;
  color: #e2e8f0;
  max-width: 42ch;
}

.hero-uber {
  min-height: clamp(260px, 48vw, 360px);
  display: flex;
  align-items: flex-start;
}

.hero-card-wrap {
  position: relative;
  margin-top: -52px;
  z-index: 2;
}

.hero-booking {
  background: #fff;
  color: var(--text);
  border-radius: 22px;
  padding: 14px;
  box-shadow: var(--shadow-lg);
}

.hero-booking-tabs {
  display: flex;
  gap: 6px;
  background: #f1f3f5;
  border-radius: 12px;
  padding: 4px;
  margin-bottom: 12px;
}

.hb-tab {
  flex: 1;
  min-height: 40px;
  border-radius: 9px;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--muted);
}

.hb-tab.active {
  background: #111318;
  color: #fff;
}

.hero-booking h2 {
  font-size: 1.1rem;
  margin-bottom: 12px;
}

.hero-actions {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.btn-dark {
  background: #111318;
  color: #fff;
}

.btn-dark:hover {
  background: #000;
}

.hero-submit {
  margin-top: 14px;
  min-height: 52px;
  font-size: 1rem;
  border-radius: 14px;
}

.quick-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 16px;
}

.quick-item {
  display: grid;
  justify-items: center;
  gap: 6px;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--text);
}

.quick-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  color: var(--primary);
  box-shadow: var(--shadow-sm);
}

.page-hero {
  background: var(--primary);
  color: #fff;
  padding: 28px 0 32px;
}

.page-hero h1 {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
}

.page-hero p {
  color: #cbd5e1;
  margin-top: 8px;
  max-width: 60ch;
}

.booking-app {
  min-height: 100vh;
  background: #f3f6fa;
}

.booking-app .page-main {
  padding-bottom: 110px;
}

.booking-top {
  background: var(--primary);
  color: #fff;
  padding: 8px 0 12px;
}

.booking-step {
  display: none;
}

.booking-step.active {
  display: block;
}

.booking-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 12px 16px calc(12px + var(--safe-bottom));
  box-shadow: 0 -10px 30px rgba(7, 31, 61, 0.08);
  z-index: 45;
}

body[data-page="booking"] .bottom-nav,
body[data-page="booking"] .wa-float,
body[data-page="booking"] .site-footer {
  display: none;
}

body[data-page="booking"] .page-main {
  padding-bottom: 120px;
}

.success-wrap {
  min-height: 70vh;
  display: grid;
  place-items: center;
  padding: 32px 16px;
  text-align: center;
}

.success-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--accent-100);
  color: var(--accent);
  display: grid;
  place-items: center;
  margin: 0 auto 16px;
  font-size: 1.8rem;
}

.prose {
  display: grid;
  gap: 12px;
  color: #334155;
}

.prose h2 {
  margin-top: 8px;
}

.contact-actions {
  display: grid;
  gap: 10px;
}

.legal {
  display: grid;
  gap: 14px;
}

.legal h2 {
  font-size: 1.15rem;
}

.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.gallery img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 12px;
}

.package-hero-img,
.destination-hero-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  background: #0b2d57;
}

.quicknav {
  position: sticky;
  top: var(--header-h);
  z-index: 30;
  display: flex;
  gap: 4px;
  overflow-x: auto;
  background: #fff;
  border-bottom: 1px solid var(--border);
  padding: 10px 16px;
  scrollbar-width: none;
}

.quicknav::-webkit-scrollbar {
  display: none;
}

.quicknav a {
  flex-shrink: 0;
  padding: 8px 14px;
  border-radius: 999px;
  background: #f1f3f5;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text);
}

.quicknav a:hover {
  background: #e5e8ec;
}

.pkg-title-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.badge-gold {
  background: var(--secondary);
  color: var(--primary);
  margin-right: 6px;
}

.icon-btn-outline {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid var(--border);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: var(--muted);
  font-size: 1.2rem;
}

.icon-btn-outline.active {
  border-color: var(--danger);
  color: var(--danger);
}

.seo-list {
  display: grid;
  gap: 10px;
}

.sticky-filters {
  position: sticky;
  top: var(--header-h);
  z-index: 30;
  background: #fff;
  border-bottom: 1px solid var(--border);
  padding: 12px 0;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
}

.packages-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.packages-toolbar #package-sort {
  max-width: 200px;
}

.inspiration-grid {
  display: grid;
  gap: 12px;
}

.inspiration-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 180px;
  color: #fff;
}

.inspiration-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inspiration-card span,
.inspiration-card strong {
  position: relative;
  z-index: 1;
}

.inspiration-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent, rgba(7, 31, 61, 0.8));
}

.inspiration-card .copy {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 1;
}
