/* Voyager Tours — Premium UI (Tailwind complement) */

:root {
  --primary: #4a2d1b;
  --primary-soft: #6a452a;
  --secondary: #b07a2f;
  --secondary-hover: #966323;
  --accent: #c99745;
  --bg: #f8f5ee;
  --white: #ffffff;
  --text: #3f2a1d;
  --muted: #7a6655;
  --border: #e6dccd;
  --brand-sky: #b07a2f;
  --brand-teal: #c99745;
  --brand-emerald: #b07a2f;
  --brand-orange: #b07a2f;
  --brand-whatsapp: #25d366;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--text);
}



.site-logo-img {
  height: 56px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(74, 45, 27, 0.18));
}

@media (max-width: 640px) {
  .site-logo-img {
    height: 46px;
  }
}

/* Glassmorphism */
.glass {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.glass-light {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.7);
}

/* Hero cinematic overlay */
.hero-overlay {
  background: linear-gradient(
    180deg,
    rgba(15, 23, 42, 0.55) 0%,
    rgba(15, 23, 42, 0.75) 45%,
    rgba(74, 45, 27, 0.85) 100%
  );
}

.hero-overlay-light {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.7), rgba(176, 122, 47, 0.45));
}

/* Buttons — green & orange brand */
.btn-gradient,
.btn-primary-green {
  background: linear-gradient(135deg, #966323, #b07a2f);
  transition: transform 0.2s ease, box-shadow 0.25s ease, filter 0.2s ease;
}

.btn-gradient:hover,
.btn-primary-green:hover {
  filter: brightness(1.06);
  box-shadow: 0 14px 32px -8px rgba(176, 122, 47, 0.42);
  transform: translateY(-2px);
}

.btn-gradient-orange {
  background: linear-gradient(135deg, #b07a2f, #c99745);
  transition: transform 0.2s ease, box-shadow 0.25s ease;
}

.btn-gradient-orange:hover {
  box-shadow: 0 14px 32px -8px rgba(176, 122, 47, 0.42);
  transform: translateY(-2px);
}

.btn-whatsapp {
  background: linear-gradient(135deg, #25d366, #128c7e);
  transition: transform 0.2s ease, box-shadow 0.25s ease;
}

.btn-whatsapp:hover {
  box-shadow: 0 12px 28px -6px rgba(37, 211, 102, 0.5);
  transform: translateY(-2px);
}

.btn-outline-white {
  border: 2px solid rgba(255, 255, 255, 0.85);
  transition: background 0.2s ease, color 0.2s ease;
}

.btn-outline-white:hover {
  background: white;
  color: #4a2d1b;
}

/* Site header */
:root {
  --header-topbar-h: 2.5rem;
  --header-nav-h: 4.75rem;
  --header-total-h: calc(var(--header-topbar-h) + var(--header-nav-h));
}

.site-header {
  background: #fff;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.06), 0 8px 30px -12px rgba(15, 23, 42, 0.12);
}

.site-topbar {
  background: linear-gradient(90deg, #111827 0%, #1f2937 50%, #111827 100%);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.8125rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  min-height: var(--header-topbar-h);
  flex-wrap: wrap;
}

.site-topbar-contact {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
}

.site-topbar-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: inherit;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.site-topbar-link:hover {
  color: #86efac;
}

.site-topbar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.1);
  color: #86efac;
}

.site-topbar-sep {
  width: 1px;
  height: 1rem;
  background: rgba(255, 255, 255, 0.2);
}

.site-topbar-right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.site-topbar-currency {
  padding: 0.2rem 0.65rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.site-topbar-country-form {
  margin: 0;
}

.site-topbar-country-select {
  appearance: none;
  padding: 0.3rem 1.75rem 0.3rem 0.65rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23ffffff'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E") no-repeat right 0.45rem center / 0.85rem;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  max-width: 11rem;
  outline: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}

@media (min-width: 640px) {
  .site-topbar-country-select {
    font-size: 0.75rem;
    max-width: 14rem;
  }
}

.site-topbar-country-select:hover,
.site-topbar-country-select:focus {
  background-color: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.35);
}

.site-topbar-country-select option {
  color: #0f172a;
  background: #fff;
}

.site-topbar-social {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.site-topbar-social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 9999px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.site-topbar-social-btn:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  transform: translateY(-1px);
}

.site-topbar-social-btn--wa:hover {
  background: #25d366;
  color: #fff;
}

.site-navbar {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
}

.site-navbar-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: var(--header-nav-h);
}

.site-navbar-end {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: auto;
  position: relative;
  z-index: 2;
}

/* Desktop vs mobile nav — do not rely on Tailwind breakpoints */
.site-nav-desktop {
  display: none !important;
}

.site-nav-mobile-toggle {
  display: flex !important;
}

.site-nav-mobile-backdrop,
.site-nav-mobile-panel {
  display: block;
}

@media (min-width: 1280px) {
  .site-nav-desktop {
    display: flex !important;
    align-items: center;
    flex-wrap: nowrap;
  }

  .site-nav-mobile-toggle,
  .site-nav-mobile-backdrop,
  .site-nav-mobile-panel,
  .site-navbar-mobile-ctas {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .site-navbar-row {
    gap: 1rem;
  }

  .site-navbar-end {
    margin-left: 0;
  }
}

.site-brand-link {
  display: flex;
  align-items: center;
  min-width: 0;
}

.site-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.15rem;
}

.site-nav-list > li {
  position: relative;
}

.site-nav-list .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 0.85rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #475569;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease, background 0.2s ease;
}

.site-nav-list .nav-link:hover {
  color: #059669;
  background: #f0fdf4;
}

.site-nav-list .nav-link {
  position: relative;
}

.site-nav-list .nav-link.active {
  color: #059669;
  background: #ecfdf5;
}

.site-nav-account {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-left: 0.25rem;
  padding-left: 0.5rem;
  border-left: 1px solid #e2e8f0;
}

.nav-link--muted {
  color: #94a3b8 !important;
  background: transparent !important;
  cursor: default;
}

.nav-link--btn {
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.site-navbar-actions {
  gap: 0.65rem;
  padding-left: 1.15rem;
  margin-left: 0.35rem;
  border-left: 1px solid #e2e8f0;
  flex-shrink: 0;
  align-items: center;
}

/* Compact CTA pills in mobile header bar */
.site-navbar-mobile-ctas {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 1;
  min-width: 0;
}

.site-navbar-mobile-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.65rem;
  border-radius: 9999px;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.site-navbar-mobile-cta--plan {
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  color: #fff;
  box-shadow: 0 2px 8px rgba(22, 163, 74, 0.35);
}

.site-navbar-mobile-cta--plan:hover {
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
  color: #fff;
}

.site-navbar-mobile-cta--contact {
  border: 1.5px solid #e2e8f0;
  background: #fff;
  color: #334155;
}

.site-navbar-mobile-cta--contact:hover {
  border-color: #86efac;
  background: #ecfdf5;
  color: #047857;
}

@media (min-width: 480px) {
  .site-navbar-mobile-cta {
    padding: 0.5rem 0.85rem;
    font-size: 0.75rem;
  }
}

.site-navbar--overlay {
  background: transparent !important;
  border-bottom-color: transparent;
  box-shadow: none;
}

.site-navbar--overlay .site-nav-list .nav-link {
  color: rgba(255, 255, 255, 0.92);
}

.site-navbar--overlay .site-nav-list .nav-link:hover,
.site-navbar--overlay .site-nav-list .nav-link.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}


.site-navbar--overlay .site-logo-img {
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.35));
}

.site-navbar--overlay .site-nav-toggle {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

.site-navbar--overlay .site-nav-toggle-bar {
  background: #fff;
}

.site-navbar--overlay .btn-nav-cta--contact {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.site-navbar--overlay .btn-nav-cta--contact .btn-nav-cta-label,
.site-navbar--overlay .btn-nav-cta--contact .btn-nav-cta-sub {
  color: #fff;
}

.site-navbar--overlay .btn-nav-cta--contact .btn-nav-cta-icon--contact {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.site-navbar--overlay .btn-nav-cta--contact:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: #fff;
}

.site-navbar--overlay .btn-nav-cta--plan {
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.25), 0 4px 14px rgba(22, 163, 74, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.site-navbar--light,
.navbar-scrolled.site-navbar {
  background: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid #e2e8f0;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}

.site-navbar--light .site-nav-list .nav-link {
  color: #475569 !important;
}

.site-navbar--light .site-nav-list .nav-link:hover,
.site-navbar--light .site-nav-list .nav-link.active {
  color: #059669 !important;
  background: #f0fdf4 !important;
}

.site-navbar--light .site-logo-img {
  filter: none;
}

.site-navbar--light .site-nav-toggle {
  color: #334155;
  border-color: #e2e8f0;
  background: #fff;
}

.site-navbar--light .site-nav-toggle-bar {
  background: currentColor;
}

.navbar-scrolled.site-navbar {
  box-shadow: 0 6px 28px rgba(15, 23, 42, 0.1);
}

.site-nav-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.65rem;
  background: #fff;
  color: #334155;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.site-nav-toggle:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
}

.site-nav-toggle-bar {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition: transform 0.25s ease, opacity 0.2s ease;
}

.site-nav-toggle.is-open .site-nav-toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-nav-toggle.is-open .site-nav-toggle-bar:nth-child(2) {
  opacity: 0;
}

.site-nav-toggle.is-open .site-nav-toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Navbar CTA buttons — premium pill style */
.btn-nav-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.45rem 1.15rem 0.45rem 0.45rem;
  border-radius: 9999px;
  text-decoration: none;
  overflow: visible;
  flex-shrink: 0;
  isolation: isolate;
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s ease,
    border-color 0.2s ease, background 0.25s ease;
}

.btn-nav-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  background: linear-gradient(
    105deg,
    transparent 35%,
    rgba(255, 255, 255, 0.35) 50%,
    transparent 65%
  );
  transform: translateX(-120%);
  transition: transform 0.55s ease, opacity 0.2s ease;
  pointer-events: none;
  z-index: 1;
}

.btn-nav-cta:hover::after {
  opacity: 1;
  transform: translateX(120%);
}

.btn-nav-cta:hover {
  transform: translateY(-2px);
}

.btn-nav-cta:active {
  transform: translateY(0);
}

.btn-nav-cta-icon {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 9999px;
  transition: transform 0.25s ease;
}

.btn-nav-cta:hover .btn-nav-cta-icon {
  transform: scale(1.06);
}

.btn-nav-cta-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  line-height: 1.2;
  text-align: left;
  min-width: 0;
  overflow: visible;
}

.btn-nav-cta-label {
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.btn-nav-cta-sub {
  margin-top: 0.15rem;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  opacity: 0.88;
  white-space: nowrap;
}

.btn-nav-cta--plan {
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 45%, #059669 100%);
  color: #fff;
  box-shadow: 0 4px 16px rgba(22, 163, 74, 0.45), 0 2px 4px rgba(22, 163, 74, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.btn-nav-cta--plan .btn-nav-cta-icon {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.btn-nav-cta--plan .btn-nav-cta-label,
.btn-nav-cta--plan .btn-nav-cta-sub {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
}

.btn-nav-cta--plan:hover {
  background: linear-gradient(135deg, #4ade80 0%, #22c55e 40%, #15803d 100%);
  box-shadow: 0 8px 26px rgba(22, 163, 74, 0.5), 0 4px 8px rgba(22, 163, 74, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.btn-nav-cta--contact {
  border: 2px solid #e2e8f0;
  background: linear-gradient(180deg, #ffffff 0%, #f1f5f9 100%);
  box-shadow: 0 3px 12px rgba(15, 23, 42, 0.08), inset 0 1px 0 #fff;
}

.btn-nav-cta--contact .btn-nav-cta-icon--contact {
  background: linear-gradient(145deg, #ecfdf5 0%, #d1fae5 100%);
  color: #059669;
  box-shadow: 0 2px 6px rgba(5, 150, 105, 0.15);
}

.btn-nav-cta--contact .btn-nav-cta-label {
  color: #0f172a;
}

.btn-nav-cta--contact .btn-nav-cta-sub {
  color: #64748b;
}

.btn-nav-cta--contact:hover {
  border-color: #86efac;
  background: linear-gradient(180deg, #ffffff 0%, #ecfdf5 100%);
  box-shadow: 0 6px 20px rgba(5, 150, 105, 0.18), inset 0 1px 0 #fff;
}

.btn-nav-cta--contact:hover .btn-nav-cta-label {
  color: #047857;
}

.btn-nav-cta--contact:hover .btn-nav-cta-sub {
  color: #059669;
}

.btn-nav-cta--block {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0.875rem 1rem 0.875rem 0.875rem;
  justify-content: flex-start;
  align-items: center;
  min-height: 3.5rem;
}

.btn-nav-cta--block .btn-nav-cta-icon {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
}

.btn-nav-cta--block .btn-nav-cta-copy {
  flex: 1;
  min-width: 0;
}

.btn-nav-cta--block .btn-nav-cta-label {
  font-size: 0.9375rem;
  line-height: 1.25;
}

.btn-nav-cta--block .btn-nav-cta-sub {
  font-size: 0.6875rem;
  line-height: 1.3;
  white-space: normal;
}

.mobile-menu-cta {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.mobile-menu-cta--primary {
  margin-top: 0;
  margin-bottom: 0.75rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid #e2e8f0;
}

@media (prefers-reduced-motion: reduce) {
  .btn-nav-cta::after {
    display: none;
  }

  .btn-nav-cta:hover {
    transform: none;
  }
}

.btn-hero-plan {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.75rem 1.75rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #16a34a 0%, #059669 100%);
  color: #fff !important;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 14px rgba(22, 163, 74, 0.35);
}

.btn-hero-plan:hover {
  background: linear-gradient(135deg, #15803d 0%, #047857 100%);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(22, 163, 74, 0.4);
}

.btn-hero-contact {
  padding: 0.75rem 1.75rem;
  border-radius: 9999px;
  font-size: 0.9375rem;
  border: 2px solid rgba(255, 255, 255, 0.9);
  background: transparent;
  color: #fff !important;
}

.btn-hero-contact:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
}

/* Navbar scrolled (inner pages) */
.navbar-scrolled .site-nav-list .nav-link,
.navbar-solid .site-nav-list .nav-link {
  color: #475569 !important;
}

.navbar-scrolled .site-nav-list .nav-link:hover,
.navbar-scrolled .site-nav-list .nav-link.active,
.navbar-solid .site-nav-list .nav-link:hover,
.navbar-solid .site-nav-list .nav-link.active {
  color: #059669 !important;
  background: #f0fdf4 !important;
}

.navbar-scrolled .site-nav-toggle,
.navbar-solid .site-nav-toggle {
  color: #334155 !important;
  border-color: #e2e8f0;
  background: #fff;
}

.navbar-scrolled .site-nav-toggle-bar,
.navbar-solid .site-nav-toggle-bar {
  background: #334155;
}

.navbar-scrolled .logo-text,
.navbar-solid .logo-text {
  color: #4a2d1b !important;
}

.navbar-scrolled .logo-sub,
.navbar-solid .logo-sub {
  color: #c99745 !important;
}

.navbar-scrolled .logo-tagline,
.navbar-solid .logo-tagline {
  color: #7a6655 !important;
}

.navbar-scrolled #mobile-menu-toggle,
.navbar-solid #mobile-menu-toggle {
  color: #5b4334 !important;
}

.navbar-scrolled #mobile-menu-toggle:hover,
.navbar-solid #mobile-menu-toggle:hover {
  background: #f2ede3 !important;
}

.navbar-scrolled #mobile-menu .border-t,
.navbar-solid #mobile-menu .border-t {
  border-color: #e6dccd !important;
}

.navbar-scrolled #mobile-menu a:not(.btn-whatsapp):not(.btn-gradient-orange),
.navbar-solid #mobile-menu a:not(.btn-whatsapp):not(.btn-gradient-orange) {
  color: #6f5a49 !important;
}

.navbar-scrolled #mobile-menu a.active,
.navbar-solid #mobile-menu a.active,
.navbar-scrolled #mobile-menu a.font-semibold,
.navbar-solid #mobile-menu a.font-semibold {
  color: #b07a2f !important;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown > .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.nav-dropdown-icon {
  opacity: 0.85;
  transition: transform 0.2s ease;
}

.nav-dropdown:hover .nav-dropdown-icon,
.nav-dropdown:focus-within .nav-dropdown-icon {
  transform: rotate(180deg);
}

.nav-dropdown-title {
  margin: 0 0.5rem 0.35rem;
  padding: 0.35rem 0.5rem 0;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  min-width: 16.5rem;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  padding: 0.5rem;
  box-shadow: 0 20px 40px -12px rgba(15, 23, 42, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 60;
}

.nav-dropdown-menu::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 1.25rem;
  width: 12px;
  height: 12px;
  background: #fff;
  border-left: 1px solid #e2e8f0;
  border-top: 1px solid #e2e8f0;
  transform: rotate(45deg);
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-dropdown-menu a {
  display: block;
  padding: 0.55rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #475569;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}

.nav-dropdown-menu a:hover {
  background: #ecfdf5;
  color: #059669;
}

.nav-dropdown-menu-packages {
  max-height: 18rem;
  overflow-y: auto;
}

.nav-dropdown-menu-duration {
  min-width: 18rem;
  max-height: 18rem;
  overflow-y: auto;
}

/* Align last dropdowns to the right on desktop to avoid overflow */
@media (min-width: 1280px) {
  .site-nav-list > li:nth-last-child(-n + 2) .nav-dropdown-menu {
    left: auto;
    right: 0;
  }

  .site-nav-list > li:nth-last-child(-n + 2) .nav-dropdown-menu::before {
    left: auto;
    right: 1.25rem;
  }
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .site-nav-list .nav-link {
    padding: 0.45rem 0.6rem;
    font-size: 0.8125rem;
  }

  .site-navbar-actions .btn-nav-cta-sub {
    display: none;
  }

  .site-navbar-actions .btn-nav-cta {
    padding: 0.5rem 0.9rem 0.5rem 0.5rem;
    gap: 0.45rem;
  }

  .site-navbar-actions .btn-nav-cta-label {
    font-size: 0.75rem;
  }

  .site-navbar-actions .btn-nav-cta-icon {
    width: 2rem;
    height: 2rem;
  }
}

@media (min-width: 1400px) {
  .site-nav-list .nav-link {
    padding: 0.5rem 0.85rem;
    font-size: 0.875rem;
  }

  .btn-nav-cta {
    padding: 0.4rem 1.15rem 0.4rem 0.4rem;
    gap: 0.65rem;
  }

  .btn-nav-cta-label {
    font-size: 0.8125rem;
  }

  .btn-nav-cta-sub {
    font-size: 0.625rem;
  }

  .btn-nav-cta-icon {
    width: 2.125rem;
    height: 2.125rem;
  }
}

.nav-dropdown-hint {
  display: block;
  margin-top: 0.1rem;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #94a3b8;
  line-height: 1.3;
}

.nav-dropdown-menu a:hover .nav-dropdown-hint {
  color: #6ee7b7;
}

.nav-package-empty {
  display: block;
  padding: 0.55rem 0.65rem;
  font-size: 0.8125rem;
  color: #a08a72;
}

/* Trust stat badges */
.trust-badge {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: transform 0.25s ease, background 0.25s ease;
}

.trust-badge:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.18);
}

/* Cards */
.card-lift {
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
}

.card-lift:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 48px -12px rgba(15, 23, 42, 0.18);
}

.package-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.package-card .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.package-card .card-actions {
  margin-top: auto;
}

/* Packages listing — detailed inclusion cards */
.pkg-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.625rem;
  border-radius: 9999px;
  font-size: 0.6875rem;
  font-weight: 600;
  background: #f2ede3;
  color: #6f5a49;
}

.pkg-includes {
  background: linear-gradient(135deg, #ecfdf5 0%, #f0fdfa 100%);
  border: 1px solid #a7f3d0;
  border-radius: 1rem;
  padding: 0.875rem 1rem;
}

.pkg-includes-title {
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #047857;
  margin-bottom: 0.5rem;
}

.pkg-includes ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pkg-includes li {
  display: flex;
  align-items: flex-start;
  gap: 0.375rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #5b4334;
  padding: 0.2rem 0;
}

.pkg-includes li::before {
  content: "✓";
  color: #b07a2f;
  font-weight: 700;
  flex-shrink: 0;
}

.pkg-visits {
  font-size: 0.8125rem;
  color: #7a6655;
  line-height: 1.5;
}

.pkg-visits strong {
  color: #0f766e;
  font-weight: 600;
}

.pkg-trust-line {
  font-size: 0.75rem;
  color: #966323;
  font-weight: 600;
}

.pkg-price-block {
  border-top: 1px solid #e6dccd;
  padding-top: 1rem;
  margin-top: auto;
}

.pkg-price-note {
  font-size: 0.6875rem;
  color: #9a8774;
  margin-top: 0.125rem;
}

/* Image overlays */
.img-overlay-gradient {
  background: linear-gradient(
    to top,
    rgba(15, 23, 42, 0.92) 0%,
    rgba(15, 23, 42, 0.4) 55%,
    transparent 100%
  );
}

/* Category pill */
.category-pill {
  transition: all 0.25s ease;
}

.category-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px -6px rgba(14, 165, 233, 0.35);
}

/* Experience type card */
.experience-card {
  border: 1px solid #e6dccd;
  transition: all 0.3s ease;
}

.experience-card:hover {
  border-color: #c99745;
  box-shadow: 0 16px 40px -12px rgba(20, 184, 166, 0.25);
}

.experience-card.featured {
  border-color: #b07a2f;
  background: linear-gradient(135deg, #f0f9ff 0%, #ecfdf5 100%);
}

/* Trust grid item */
.trust-item {
  transition: background 0.2s ease, transform 0.2s ease;
}

.trust-item:hover {
  background: #f0fdf4;
  transform: translateX(4px);
}

/* Why Travellers Choose Us — homepage */
.why-choose-card.trust-item:hover {
  background: #fff;
  transform: translateY(-6px);
  box-shadow: 0 16px 40px -12px rgba(150, 99, 35, 0.22);
}

.why-choose-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.35rem;
  line-height: 1;
  border-radius: 0.875rem;
  background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
  border: 1px solid #a7f3d0;
}

/* FAQ accordion */
.faq-item {
  border: 1px solid #e6dccd;
  border-radius: 1rem;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-item.open {
  border-color: #c99745;
  box-shadow: 0 8px 24px -8px rgba(20, 184, 166, 0.2);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-item.open .faq-answer {
  max-height: 320px;
}

.faq-icon {
  transition: transform 0.3s ease;
}

.faq-item.open .faq-icon {
  transform: rotate(180deg);
}

/* Sticky booking sidebar */
.sticky-booking {
  position: sticky;
  top: 6.5rem;
}

/* ========== Booking UI (page + widgets) ========== */
.booking-page-hero {
  background: linear-gradient(145deg, #0c1929 0%, #1e3a5f 55%, #064e3b 100%);
  color: #fff;
}

.booking-page-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #d6b37a;
  margin-bottom: 0.5rem;
}

.booking-page-title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 0.75rem;
}

.booking-page-sub {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.82);
  max-width: 36rem;
  line-height: 1.65;
}

.booking-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
}

.booking-step {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
}

.booking-step span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.75rem;
}

.booking-step.is-active {
  color: #fff;
}

.booking-step.is-active span {
  background: #b07a2f;
  color: #fff;
}

.booking-step.is-done {
  color: rgba(255, 255, 255, 0.85);
}

.booking-step.is-done span {
  background: #047857;
  color: #fff;
}

.booking-auth-card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.25rem 1.5rem;
  border-radius: 1rem;
  border: 2px solid #e6dccd;
  background: #fff;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.booking-auth-card strong {
  font-size: 1rem;
  color: #4a2d1b;
}

.booking-auth-card span {
  font-size: 0.8125rem;
  color: #7a6655;
}

.booking-auth-card:hover {
  border-color: #b07a2f;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px -12px rgba(176, 122, 47, 0.35);
}

.booking-auth-card--primary {
  border-color: #b07a2f;
  background: linear-gradient(145deg, #fffdf8 0%, #ecfdf5 100%);
}

.booking-passenger-card {
  background: #faf8f5;
  border: 1px solid #e6dccd;
  border-radius: 1rem;
  padding: 1.25rem;
  margin-bottom: 1rem;
}

.booking-passenger-card__head {
  margin-bottom: 1rem;
}

.booking-passenger-card__title {
  font-size: 0.9375rem;
  font-weight: 800;
  color: #4a2d1b;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.booking-passenger-card__badge {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: #b07a2f;
  color: #fff;
  padding: 0.2rem 0.5rem;
  border-radius: 9999px;
}

.booking-passenger-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.booking-passengers-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.booking-btn-add-passenger {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 0.75rem;
  border: 2px dashed #b07a2f;
  background: #fff;
  color: #966323;
  font-size: 0.8125rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.booking-btn-add-passenger:hover:not(:disabled) {
  background: #ecfdf5;
  border-style: solid;
}

.booking-btn-add-passenger:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.booking-passenger-remove {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  border: none;
  background: #fee2e2;
  color: #b91c1c;
  cursor: pointer;
  transition: background 0.2s ease;
}

.booking-passenger-remove:hover {
  background: #fecaca;
}

.booking-passengers-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.booking-review-box {
  background: #faf8f5;
  border: 1px solid #e6dccd;
  border-radius: 1rem;
  padding: 1.25rem 1.5rem;
}

.booking-review-dl {
  display: grid;
  gap: 0.5rem;
  font-size: 0.875rem;
}

.booking-review-dl > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.booking-review-dl dt {
  color: #9a8774;
  font-weight: 600;
}

.booking-review-dl dd {
  color: #4a2d1b;
  font-weight: 700;
  text-align: right;
}

.booking-pay-methods .booking-pay-method {
  align-items: center;
}

.booking-pay-method-icon {
  font-size: 1.5rem;
  line-height: 1;
}

.booking-pay-method span:last-child {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.booking-pay-method small {
  color: #9a8774;
  font-weight: 400;
}

.booking-payment-due-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  margin-bottom: 1.25rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #ecfdf5 0%, #fffbeb 100%);
  border: 1px solid #b07a2f;
  font-size: 0.9375rem;
  color: #6f5a49;
}

.booking-payment-due-box strong {
  font-size: 1.5rem;
  font-weight: 800;
  color: #b07a2f;
}

.booking-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 1024px) {
  .booking-layout {
    grid-template-columns: 1fr min(22rem, 34%);
  }
}

.booking-form-card {
  background: #fff;
  border-radius: 1.5rem;
  border: 1px solid #e6dccd;
  box-shadow: 0 20px 50px -20px rgba(15, 23, 42, 0.12);
  padding: 1.5rem;
}

@media (min-width: 640px) {
  .booking-form-card {
    padding: 2rem;
  }
}

.booking-form-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #4a2d1b;
  margin-bottom: 0.35rem;
}

.booking-form-desc {
  font-size: 0.875rem;
  color: #7a6655;
  margin-bottom: 1.5rem;
}

.booking-fieldset {
  border: none;
  margin: 0 0 1.75rem;
  padding: 0 0 1.75rem;
  border-bottom: 1px solid #f2ede3;
}

.booking-fieldset:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.booking-legend {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #4a2d1b;
  margin-bottom: 1rem;
  padding: 0;
}

.booking-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #6f5a49;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.4rem;
}

.booking-required {
  color: #b07a2f;
}

.booking-input {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  border: 1px solid #e6dccd;
  background: #fff;
  color: #6a452a;
  font-size: 0.875rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.booking-input:focus {
  border-color: #b07a2f;
  box-shadow: 0 0 0 3px rgba(176, 122, 47, 0.15);
}

.booking-textarea {
  resize: vertical;
  min-height: 5rem;
}

.booking-grid-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 480px) {
  .booking-grid-2 {
    grid-template-columns: 1fr 1fr;
  }
}

.booking-package-link {
  display: inline-block;
  margin-top: 0.5rem;
  color: #966323;
  font-weight: 600;
}

.booking-package-link:hover {
  color: #047857;
}

.booking-pay-options {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.booking-pay-option {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.875rem 1rem;
  border-radius: 0.75rem;
  border: 1px solid #e6dccd;
  cursor: pointer;
  font-size: 0.8125rem;
  color: #6f5a49;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.booking-pay-option:has(input:checked) {
  border-color: #b07a2f;
  background: #ecfdf5;
}

.booking-pay-option input {
  margin-top: 0.2rem;
  accent-color: #966323;
}

.booking-pay-note {
  font-size: 0.75rem;
  color: #9a8774;
  margin-top: 0.75rem;
}

.booking-terms {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  font-size: 0.8125rem;
  color: #7a6655;
  margin-bottom: 1.25rem;
  cursor: pointer;
}

.booking-terms input {
  margin-top: 0.2rem;
  accent-color: #966323;
  flex-shrink: 0;
}

.booking-form-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.booking-btn-primary {
  width: 100%;
  padding: 0.875rem 1.5rem;
  border: none;
  border-radius: 0.875rem;
  background: linear-gradient(135deg, #b07a2f, #ea580c);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.booking-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px -8px rgba(176, 122, 47, 0.42);
}

.booking-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.25rem;
  border-radius: 0.75rem;
  border: 2px solid #b07a2f;
  color: #966323;
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none;
}

.booking-btn-whatsapp,
.booking-btn-whatsapp.booking-btn-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.875rem 1.5rem;
  border-radius: 0.875rem;
  background: #25d366;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.booking-btn-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px -6px rgba(37, 211, 102, 0.45);
}

.booking-success {
  text-align: center;
  padding: 2rem 1rem;
}

.booking-success.hidden {
  display: none;
}

.booking-form-card.is-submitted form {
  display: none;
}

.booking-form-card.is-submitted .booking-form-title,
.booking-form-card.is-submitted .booking-form-desc {
  display: none;
}

.booking-success-icon {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1rem;
  border-radius: 9999px;
  background: #d1fae5;
  color: #966323;
  font-size: 2rem;
  font-weight: 800;
  line-height: 4rem;
}

.booking-summary {
  background: #fff;
  border-radius: 1.5rem;
  border: 1px solid #e6dccd;
  box-shadow: 0 20px 50px -20px rgba(15, 23, 42, 0.15);
  overflow: hidden;
}

.booking-summary-img-wrap {
  height: 10rem;
  overflow: hidden;
  background: #e6dccd;
}

.booking-summary-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.booking-summary-body {
  padding: 1.25rem 1.5rem 1.5rem;
}

.booking-summary-label {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #9a8774;
}

.booking-summary-title {
  font-size: 1.125rem;
  font-weight: 800;
  color: #4a2d1b;
  margin-top: 0.25rem;
  line-height: 1.3;
}

.booking-summary-meta {
  font-size: 0.8125rem;
  color: #b07a2f;
  font-weight: 600;
  margin-top: 0.25rem;
}

.booking-summary-perks {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
  font-size: 0.8125rem;
  color: #7a6655;
}

.booking-summary-perks li {
  margin-bottom: 0.35rem;
}

.booking-summary-rows {
  border-top: 1px solid #f2ede3;
  padding-top: 1rem;
}

.booking-summary-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  color: #7a6655;
  margin-bottom: 0.5rem;
}

.booking-summary-row span:last-child {
  font-weight: 600;
  color: #6a452a;
}

.booking-summary-row-total {
  font-size: 1rem;
  padding-top: 0.5rem;
  margin-top: 0.25rem;
  border-top: 1px dashed #e6dccd;
}

.booking-summary-row-total span:last-child {
  font-size: 1.25rem;
  font-weight: 800;
  color: #b07a2f;
}

.booking-summary-row-advance span:last-child {
  color: #966323;
}

.booking-summary-note {
  font-size: 0.6875rem;
  color: #9a8774;
  line-height: 1.5;
  margin-top: 0.75rem;
}

.booking-summary-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #f2ede3;
  font-size: 0.6875rem;
  font-weight: 600;
  color: #7a6655;
}

/* Compact widget (package pages) */
.booking-widget .booking-widget-price {
  text-align: center;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #f2ede3;
}

.booking-widget .booking-widget-price-label {
  font-size: 0.875rem;
  color: #9a8774;
}

.booking-widget .booking-widget-price-value {
  font-size: 2.25rem;
  font-weight: 800;
  color: #b07a2f;
  line-height: 1.2;
}

.booking-widget .booking-widget-price-value small {
  font-size: 1rem;
  font-weight: 400;
  color: #9a8774;
}

.booking-widget .booking-widget-estimate {
  display: flex;
  justify-content: space-between;
  font-size: 0.8125rem;
  padding: 0.625rem 0.75rem;
  background: #f0fdf4;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  color: #6a452a;
  font-weight: 600;
}

.booking-widget .booking-input {
  margin-bottom: 0;
}

.booking-widget .booking-widget-actions {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin-top: 0.25rem;
}

.booking-widget-link-full {
  display: block;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  color: #966323;
  margin-top: 0.75rem;
}

.booking-widget-link-full:hover {
  text-decoration: underline;
}

/* Masonry gallery */
.masonry-grid {
  column-count: 1;
  column-gap: 1rem;
}

@media (min-width: 640px) {
  .masonry-grid { column-count: 2; }
}
@media (min-width: 1024px) {
  .masonry-grid { column-count: 3; }
}
@media (min-width: 1280px) {
  .masonry-grid { column-count: 4; }
}

.masonry-item {
  break-inside: avoid;
  margin-bottom: 1rem;
}

.gallery-overlay {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

/* Mobile menu */
.mobile-menu-backdrop {
  position: fixed;
  inset: 0;
  top: var(--header-total-h, 7.25rem);
  background: rgba(15, 23, 42, 0.5);
  backdrop-filter: blur(4px);
  z-index: 55;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.mobile-menu-backdrop.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-menu {
  position: fixed;
  top: var(--header-total-h, 7.25rem);
  left: 0;
  right: 0;
  z-index: 60;
  height: calc(100dvh - var(--header-total-h, 7.25rem));
  height: calc(100vh - var(--header-total-h, 7.25rem));
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-0.5rem);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  background: #fff;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.12);
}

.mobile-menu.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.mobile-menu-inner {
  padding: 1rem 1.25rem calc(2rem + env(safe-area-inset-bottom, 0px));
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.mobile-menu-quick {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.mobile-menu-quick-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.65rem 0.75rem;
  border-radius: 0.65rem;
  font-size: 0.8125rem;
  font-weight: 700;
  text-decoration: none;
  background: #f1f5f9;
  color: #334155;
  transition: background 0.2s ease;
}

.mobile-menu-quick-link:hover {
  background: #e2e8f0;
}

.mobile-menu-quick-link--wa {
  background: #dcfce7;
  color: #15803d;
}

.mobile-menu-quick-link--wa:hover {
  background: #bbf7d0;
}

.mobile-nav-link {
  display: block;
  padding: 0.8rem 0.85rem;
  border-radius: 0.6rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #334155;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.mobile-nav-link:hover,
.mobile-nav-link-active {
  background: #ecfdf5;
  color: #059669;
}

.mobile-nav-group {
  border-radius: 0.65rem;
}

.mobile-nav-group .mobile-nav-expand,
.mobile-nav-group .mobile-nav-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 0.85rem;
  border: none;
  background: transparent;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #334155;
  cursor: pointer;
  border-radius: 0.6rem;
  transition: background 0.2s ease, color 0.2s ease;
}

.mobile-nav-group .mobile-nav-expand:hover,
.mobile-nav-group .mobile-nav-expand.open,
.mobile-nav-group .mobile-nav-toggle:hover,
.mobile-nav-group .mobile-nav-toggle.open {
  background: #f1f5f9;
  color: #059669;
}

.mobile-nav-chevron {
  flex-shrink: 0;
  transition: transform 0.25s ease;
  color: #94a3b8;
}

.mobile-nav-expand.open .mobile-nav-chevron,
.mobile-nav-toggle.open .mobile-nav-chevron {
  transform: rotate(180deg);
}

.mobile-nav-submenu {
  display: none;
  padding: 0.25rem 0 0.5rem 0.75rem;
  margin-left: 0.5rem;
  border-left: 2px solid #e2e8f0;
}

.mobile-nav-submenu.open {
  display: block;
  max-height: 14rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.mobile-nav-submenu a {
  display: block;
  padding: 0.6rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #64748b;
  text-decoration: none;
  border-radius: 0.5rem;
  transition: background 0.2s ease, color 0.2s ease;
  word-break: break-word;
}

.mobile-nav-link--user {
  color: #64748b !important;
  background: transparent !important;
  cursor: default;
  font-size: 0.875rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.25rem !important;
}

.mobile-nav-logout-form {
  padding: 0 0.85rem 0.5rem;
}

.mobile-nav-logout-btn {
  width: 100%;
  text-align: left;
  padding: 0.65rem 0.85rem;
  border: none;
  border-radius: 0.6rem;
  background: #f5ebe0;
  color: #b7791f;
  font-size: 0.9375rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.2s ease;
}

.mobile-nav-logout-btn:hover {
  background: #eadfce;
}

.mobile-nav-submenu a:hover {
  background: #ecfdf5;
  color: #059669;
}

#main-navbar.mobile-menu-active {
  background: #fff !important;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
}

#main-navbar.mobile-menu-active .site-logo-img {
  filter: none;
}

body.mobile-nav-open {
  overflow: hidden;
}

body.mobile-nav-open .mobile-cta-bar {
  display: none;
}

/* Customer auth pages */
.auth-page {
  min-height: 100vh;
}

.auth-page-hero {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background: linear-gradient(135deg, #3b2417 0%, #5a3825 55%, #b7791f 100%);
}

.auth-page-body {
  padding: 2.5rem 0 4rem;
  margin-top: -1.5rem;
}

.auth-card {
  background: #fff;
  border: 1px solid #eadfce;
  border-radius: 1.25rem;
  padding: 2rem;
  box-shadow: 0 20px 45px rgba(59, 36, 23, 0.12);
}

.auth-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #5c3c24;
  margin-bottom: 0.4rem;
}

.auth-input {
  width: 100%;
  border: 1px solid #dccab1;
  border-radius: 0.65rem;
  padding: 0.7rem 0.85rem;
  font-size: 0.95rem;
  color: #3c2315;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.auth-input:focus {
  outline: none;
  border-color: #c18a3b;
  box-shadow: 0 0 0 3px rgba(183, 121, 31, 0.18);
}

.auth-input-error {
  border-color: #dc2626;
}

.auth-error {
  margin-top: 0.35rem;
  font-size: 0.8rem;
  color: #dc2626;
}

.auth-check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #6f5a49;
}

.auth-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.25rem;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #b7791f, #c99745);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(183, 121, 31, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.auth-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(183, 121, 31, 0.4);
}

.auth-switch a {
  color: #b7791f;
  font-weight: 600;
  text-decoration: none;
}

.auth-switch a:hover {
  text-decoration: underline;
}

.auth-divider {
  margin: 1.25rem 0;
  text-align: center;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #a08a72;
  position: relative;
}

.auth-divider::before,
.auth-divider::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 38%;
  height: 1px;
  background: #eadfce;
}

.auth-divider::before { left: 0; }
.auth-divider::after { right: 0; }

.auth-alert {
  border-radius: 0.65rem;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.auth-alert-success {
  background: #ecfdf5;
  color: #047857;
  border: 1px solid #a7f3d0;
}

.auth-alert-error {
  background: #fef2f2;
  color: #b91c1c;
  border: 1px solid #fecaca;
}

/* Stars */
.star-filled { color: #fbbf24; }

/* Filter tabs */
.filter-tab.active {
  background: linear-gradient(135deg, #b07a2f, #c99745);
  color: white;
  box-shadow: 0 6px 16px -4px rgba(14, 165, 233, 0.4);
}

/* Map */
.map-placeholder {
  background: linear-gradient(135deg, #e6dccd, #d8ccb9);
  min-height: 360px;
}

/* Timeline */
.timeline-dot::before {
  content: "";
  position: absolute;
  left: 0.65rem;
  top: 2.25rem;
  bottom: -0.5rem;
  width: 2px;
  background: linear-gradient(to bottom, #99f6e4, #e6dccd);
}

.timeline-item:last-child .timeline-dot::before {
  display: none;
}

/* Homepage hero — centered copy + bottom stats */
.hero-home {
  min-height: 100vh;
  min-height: 100dvh;
  /* Fallback if external image fails to load */
  background-color: #064e3b;
  background-image: url("https://images.unsplash.com/photo-1548013146-72479768bada?auto=format&fit=crop&w=1920&q=80");
  background-size: cover;
  background-position: center;
}

.page-home .hero-home--centered {
  min-height: 100vh;
  min-height: 100dvh;
}

.page-home .hero-overlay {
  background: linear-gradient(
    180deg,
    rgba(15, 23, 42, 0.4) 0%,
    rgba(15, 23, 42, 0.55) 50%,
    rgba(15, 23, 42, 0.72) 100%
  );
}

.page-home .hero-home-inner {
  padding-top: calc(var(--header-total-h) + 1.25rem);
  padding-bottom: 2rem;
}

.page-home .hero-carousel-controls--hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero-trust-badge {
  display: inline-block;
  padding: 0.4rem 1rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.92);
  color: #059669;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-stats-bar {
  padding: 1.5rem 0 2.25rem;
  margin-top: auto;
}

.hero-stats-bar-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 1.5rem;
  text-align: center;
}

.hero-stat-value {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  line-height: 1.1;
  color: #22c55e;
  font-variant-numeric: tabular-nums;
  min-height: 1.1em;
}

.hero-stat-label {
  margin-top: 0.35rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
}

@media (max-width: 639px) {
  .hero-stats-bar-inner {
    gap: 0.75rem;
  }

  .hero-stat-label {
    font-size: 0.75rem;
  }
}

/* Hero image slideshow */
.hero-slideshow {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
  will-change: opacity;
  z-index: 0;
}

.hero-slide.is-active {
  visibility: visible;
  z-index: 1;
}

.hero-slide.is-active.is-loaded {
  opacity: 1;
  animation: heroKenBurns 8s ease-out forwards;
}

.hero-slide.is-active:not(.is-loaded) {
  opacity: 0.35;
}

.hero-carousel-controls {
  pointer-events: none;
}

.hero-carousel-caption {
  max-width: 16rem;
}

.hero-carousel-dots {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.hero-carousel-dot {
  width: 0.625rem;
  height: 0.625rem;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, width 0.2s ease;
}

.hero-carousel-dot:hover {
  background: rgba(255, 255, 255, 0.7);
  transform: scale(1.15);
}

.hero-carousel-dot.is-active {
  width: 1.75rem;
  background: #f59e0b;
  border-color: #fff;
}

.hero-carousel-nav {
  max-width: 100%;
}

.hero-carousel-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: none;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-carousel-arrow:hover {
  background: rgba(255, 255, 255, 0.38);
  transform: scale(1.06);
}

.hero-carousel-arrow:focus-visible {
  outline: 2px solid #f59e0b;
  outline-offset: 2px;
}

@media (min-width: 640px) {
  .hero-carousel-arrow {
    width: 3.25rem;
    height: 3.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-carousel-arrow {
    transition: none;
  }

  .hero-carousel-arrow:hover {
    transform: none;
  }
}

/* Deferred images — skeleton until download completes */
@keyframes imgShimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.img-loader {
  position: relative;
  display: block;
  overflow: hidden;
  background: #e6dccd;
}

.img-loader::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.55) 50%,
    transparent 100%
  );
  background-size: 200% 100%;
  animation: imgShimmer 1.4s ease-in-out infinite;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.img-loader.is-loaded::after,
.img-loader.is-error::after {
  opacity: 0;
}

.img-loader.is-error {
  background: #f2ede3;
}

.img-loader img.img-deferred {
  opacity: 0;
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.img-loader img.is-loaded,
.img-deferred.is-loaded {
  opacity: 1;
}

.dest-card-img-wrap > .img-loader {
  width: 100%;
  height: 100%;
}

@keyframes heroKenBurns {
  from { transform: scale(1); }
  to { transform: scale(1.07); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide {
    transition: none;
  }

  .hero-slide.is-active.is-loaded {
    animation: none;
  }

  .img-loader::after {
    animation: none;
  }

  .img-loader img.img-deferred {
    transition: none;
  }
}

/* Package gallery thumbnails */
.gallery-thumb {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  border-radius: 1rem;
  overflow: hidden;
  cursor: pointer;
  background: #f2ede3;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gallery-thumb:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 28px -8px rgba(150, 99, 35, 0.28);
}

.gallery-thumb-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.45);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.gallery-thumb:hover .gallery-thumb-overlay {
  opacity: 1;
}

/* Gallery lightbox popup */
.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.gallery-lightbox.is-open {
  display: flex !important;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.gallery-thumb img,
.gallery-thumb .gallery-thumb-overlay {
  pointer-events: none;
}

.gallery-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.92);
  backdrop-filter: blur(8px);
  cursor: pointer;
}

.gallery-lightbox-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1100px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gallery-lightbox-figure {
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gallery-lightbox-img {
  max-width: 100%;
  max-height: calc(90vh - 120px);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 1rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  animation: lightboxZoomIn 0.3s ease;
}

@keyframes lightboxZoomIn {
  from {
    opacity: 0;
    transform: scale(0.92);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.gallery-lightbox-caption {
  margin-top: 1rem;
  color: #e6dccd;
  font-size: 0.9375rem;
  text-align: center;
  max-width: 600px;
}

.gallery-lightbox-counter {
  margin-top: 0.75rem;
  color: #9a8774;
  font-size: 0.8125rem;
  font-weight: 600;
}

.gallery-lightbox-close {
  position: absolute;
  top: -3rem;
  right: 0;
  z-index: 2;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.15);
  color: white;
  cursor: pointer;
  transition: background 0.2s ease;
}

.gallery-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.28);
}

.gallery-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.15);
  color: white;
  cursor: pointer;
  transition: background 0.2s ease;
}

.gallery-lightbox-nav:hover {
  background: rgba(176, 122, 47, 0.58);
}

.gallery-lightbox-prev {
  left: -1rem;
}

.gallery-lightbox-next {
  right: -1rem;
}

@media (max-width: 640px) {
  .gallery-lightbox-prev {
    left: 0.25rem;
  }
  .gallery-lightbox-next {
    right: 0.25rem;
  }
  .gallery-lightbox-close {
    top: 0.5rem;
    right: 0.5rem;
    background: rgba(0, 0, 0, 0.5);
  }
}

body.lightbox-open {
  overflow: hidden;
}

.hero-headline-accent {
  background: linear-gradient(135deg, #fef3c7 0%, #fbbf24 50%, #b07a2f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Dedicated stats strip */
.stats-strip {
  background: linear-gradient(135deg, #064e3b 0%, #047857 50%, #966323 100%);
}

.stat-card-home {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: transform 0.25s ease, background 0.25s ease;
}

.stat-count {
  font-variant-numeric: tabular-nums;
  min-height: 1.2em;
}

.stat-card-home:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.16);
}

/* Trust pills in hero */
.trust-pill {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
}

/* Featured package card — cleaner */
.pkg-card-home {
  border: 1px solid #e6dccd;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.pkg-card-home:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 48px -16px rgba(150, 99, 35, 0.22);
  border-color: #d6b37a;
}

/* Destination card */
.dest-card-home:hover .dest-card-img {
  transform: scale(1.06);
}

/* Destination detail cards (homepage) */
.dest-card-detail {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.dest-card-detail .dest-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.dest-highlights {
  background: linear-gradient(135deg, #f0f9ff 0%, #ecfeff 100%);
  border: 1px solid #bae6fd;
  border-radius: 1rem;
  padding: 0.875rem 1rem;
}

.dest-highlights-title,
.dest-tours-title {
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0369a1;
  margin-bottom: 0.5rem;
}

.dest-highlights ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dest-highlights li {
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #5b4334;
  padding: 0.2rem 0;
  padding-left: 1rem;
  position: relative;
}

.dest-highlights li::before {
  content: "◆";
  position: absolute;
  left: 0;
  color: #b07a2f;
  font-size: 0.5rem;
  top: 0.45rem;
}

.dest-tours {
  background: #f8f5ee;
  border: 1px solid #e6dccd;
  border-radius: 1rem;
  padding: 0.875rem 1rem;
}

.dest-tours ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dest-tour-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0;
  font-size: 0.8125rem;
  color: #0f766e;
  font-weight: 600;
  border-bottom: 1px dashed #e6dccd;
  transition: color 0.15s ease;
}

.dest-tour-link:last-child {
  border-bottom: none;
}

.dest-tour-link:hover {
  color: #966323;
}

.dest-tour-link span {
  color: #7a6655;
  font-weight: 500;
  white-space: nowrap;
}

.dest-meta-line {
  font-size: 0.75rem;
  color: #7a6655;
  line-height: 1.5;
}

.dest-best-for {
  font-size: 0.75rem;
  color: #6f5a49;
  margin-top: 0.75rem;
}

.dest-best-for strong {
  color: #0f766e;
}

.dest-price-from {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid #e6dccd;
  font-size: 0.875rem;
  color: #7a6655;
}

.dest-price-from strong {
  font-size: 1.25rem;
  color: #966323;
  font-weight: 800;
}

/* Destinations slider — fully responsive */
.dest-slider {
  width: 100%;
  max-width: 100%;
}

.dest-slider-viewport {
  overflow: hidden;
  width: 100%;
  border-radius: 1rem;
  touch-action: pan-y pinch-zoom;
}

@media (min-width: 640px) {
  .dest-slider-viewport {
    border-radius: 1.5rem;
  }
}

.dest-slider-track {
  display: flex;
  align-items: stretch;
  gap: 1rem;
  transition: transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
  will-change: transform;
}

@media (min-width: 640px) {
  .dest-slider-track {
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .dest-slider-track {
    gap: 1.5rem;
  }
}

.dest-slider-item {
  flex: 0 0 100%;
  min-width: 0;
  max-width: 100%;
  display: flex;
  box-sizing: border-box;
}

.dest-slider-item > article {
  width: 100%;
  min-width: 0;
}

/* Card content — responsive */
.dest-card-img-wrap {
  height: 10rem;
  flex-shrink: 0;
}

@media (min-width: 480px) {
  .dest-card-img-wrap {
    height: 11.5rem;
  }
}

@media (min-width: 768px) {
  .dest-card-img-wrap {
    height: 12.5rem;
  }
}

@media (min-width: 1024px) {
  .dest-card-img-wrap {
    height: 13rem;
  }
}

.dest-card-body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}

@media (min-width: 640px) {
  .dest-card-body {
    padding: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .dest-card-body {
    padding: 1.5rem;
  }
}

.dest-card-detail h3 {
  font-size: 1.0625rem;
  line-height: 1.35;
  word-wrap: break-word;
}

@media (min-width: 640px) {
  .dest-card-detail h3 {
    font-size: 1.125rem;
  }
}

@media (min-width: 1024px) {
  .dest-card-detail h3 {
    font-size: 1.25rem;
  }
}

.dest-highlights,
.dest-tours {
  min-width: 0;
}

.dest-highlights li,
.dest-tour-link {
  word-break: break-word;
}

.dest-tour-link {
  flex-wrap: wrap;
  gap: 0.25rem 0.5rem;
}

.dest-tour-link span {
  white-space: normal;
}

.dest-price-from {
  font-size: 0.875rem;
  margin-top: auto;
  padding-top: 0.75rem;
}

.dest-card-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
}

@media (min-width: 400px) {
  .dest-card-actions {
    flex-direction: row;
  }
}

.dest-card-btn {
  flex: 1;
  min-width: 0;
  text-align: center;
  padding: 0.625rem 0.75rem;
  border-radius: 0.75rem;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

@media (min-width: 640px) {
  .dest-card-btn {
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
  }
}

.dest-card-btn-outline {
  border: 2px solid #b07a2f;
  color: #966323;
  background: #fff;
}

.dest-card-btn-outline:hover {
  background: #ecfdf5;
}

.dest-card-btn-primary {
  background: linear-gradient(135deg, #966323, #b07a2f);
  color: #fff;
}

.dest-card-btn-primary:hover {
  filter: brightness(1.06);
  box-shadow: 0 6px 16px -4px rgba(150, 99, 35, 0.35);
}

/* Slider navigation */
.dest-slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
  flex-wrap: wrap;
  padding: 0 0.25rem;
}

@media (min-width: 640px) {
  .dest-slider-nav {
    gap: 1rem;
    margin-top: 1.5rem;
  }
}

.dest-slider-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  min-height: 2.5rem;
  flex: 1;
  max-width: 12rem;
}

@media (min-width: 640px) {
  .dest-slider-dots {
    max-width: none;
    flex: 0 1 auto;
  }
}

.dest-slider-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  flex-shrink: 0;
  min-width: 2.75rem;
  min-height: 2.75rem;
  padding: 0 0.75rem;
  border-radius: 9999px;
  background: #fff;
  border: 1px solid #e6dccd;
  color: #0f766e;
  font-size: 0.8125rem;
  font-weight: 600;
  box-shadow: 0 4px 14px -4px rgba(15, 23, 42, 0.12);
  transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease, border-color 0.2s ease;
}

.dest-slider-btn-label {
  display: none;
}

@media (min-width: 480px) {
  .dest-slider-btn {
    min-width: 3rem;
    padding: 0 1rem;
  }

  .dest-slider-btn-label {
    display: inline;
  }
}

.dest-slider-btn:hover:not(:disabled) {
  background: #966323;
  color: #fff;
  border-color: #966323;
}

.dest-slider-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.dest-slider-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  background: #d8ccb9;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}

.dest-slider-dot.is-active {
  width: 1.25rem;
  background: #966323;
}

@media (min-width: 1024px) {
  .dest-slider-dot.is-active {
    width: 1.5rem;
  }
}

/* Panel sections — shared layout, separate color per section */
.section-panel {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.section-panel-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  pointer-events: none;
}

/* —— OUR SERVICES: Teal / Emerald —— */
.section-panel-services {
  background: linear-gradient(145deg, #022c22 0%, #065f46 40%, #047857 100%);
}

.section-panel-services .section-panel-bg {
  opacity: 0.15;
  background-image: url("https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?w=1600&q=60");
}

.section-panel-services .panel-eyebrow-line {
  background: #d6b37a;
}

.section-panel-services .panel-highlight {
  color: #fde68a;
}

.section-panel-services .btn-panel-cta {
  background: #ecfdf5;
  color: #065f46;
}

.section-panel-services .btn-panel-cta:hover {
  background: #fff;
  box-shadow: 0 12px 32px -8px rgba(6, 78, 59, 0.5);
}

.section-panel-services .panel-card-wrap {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(167, 243, 208, 0.25);
  border-radius: 1.25rem;
  padding: 1.5rem;
  backdrop-filter: blur(8px);
}

.section-panel-services .service-box {
  background: #fff;
  border-left: 4px solid #b07a2f;
  border-radius: 0.5rem;
}

.section-panel-services .service-box-title {
  color: #065f46;
}

.section-panel-services .panel-input:focus {
  box-shadow: 0 0 0 3px rgba(176, 122, 47, 0.42);
}

/* —— ABOUT US (homepage reference layout) —— */
.about-section {
  background: #fff;
}

.about-section-image-wrap {
  position: relative;
  border-radius: 1rem;
  overflow: visible;
}

.about-section-image {
  display: block;
  width: 100%;
  height: auto;
  min-height: 280px;
  max-height: 420px;
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: 0 20px 50px -12px rgba(15, 23, 42, 0.2);
}

.about-section-badge {
  position: absolute;
  right: 1.25rem;
  bottom: -1.5rem;
  z-index: 2;
  min-width: 9.5rem;
  padding: 1.25rem 1.5rem;
  border-radius: 0.75rem;
  background: linear-gradient(145deg, #0f2744 0%, #1e3a5f 100%);
  box-shadow: 0 16px 40px -10px rgba(15, 39, 68, 0.45);
  text-align: center;
}

.about-section-badge-num {
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1;
  color: #22c55e;
  letter-spacing: -0.02em;
}

.about-section-badge-label {
  margin-top: 0.35rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.35;
}

.about-section-visual {
  padding-bottom: 2rem;
}

.about-section-heading {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 800;
  line-height: 1.2;
  color: #0f2744;
  letter-spacing: -0.02em;
}

.about-section-lead {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.65;
  color: #334155;
}

.about-section-lead strong {
  font-weight: 700;
  color: #1e293b;
}

.about-section-text {
  margin-top: 1rem;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: #64748b;
}

.about-section-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem 1.5rem;
  margin-top: 1.75rem;
  padding: 0;
  list-style: none;
}

@media (min-width: 480px) {
  .about-section-features {
    grid-template-columns: 1fr 1fr;
  }
}

.about-section-feature {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #334155;
  line-height: 1.4;
}

.about-section-check {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.1rem;
  border-radius: 9999px;
  background: #dcfce7;
  color: #16a34a;
}

.about-section-link {
  display: inline-block;
  margin-top: 1.75rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #059669;
  text-decoration: none;
  transition: color 0.2s ease;
}

.about-section-link:hover {
  color: #047857;
  text-decoration: underline;
}

/* —— ABOUT US: Warm Amber / Orange (legacy panel sections) —— */
.section-panel-about {
  background: linear-gradient(145deg, #431407 0%, #9a3412 45%, #c2410c 100%);
}

.section-panel-about .section-panel-bg {
  opacity: 0.14;
  background-image: url("https://images.unsplash.com/photo-1548013146-72479768bada?w=1600&q=60");
}

.section-panel-about .panel-eyebrow-line {
  background: #fdba74;
}

.section-panel-about .panel-highlight {
  color: #fef08a;
}

.section-panel-about .btn-panel-cta {
  background: #fff7ed;
  color: #9a3412;
}

.section-panel-about .btn-panel-cta:hover {
  background: #fff;
  box-shadow: 0 12px 32px -8px rgba(154, 52, 18, 0.45);
}

.section-panel-about .panel-card-wrap {
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(253, 186, 116, 0.3);
  border-radius: 1.25rem;
  padding: 1.5rem;
  backdrop-filter: blur(8px);
}

.section-panel-about .about-visual {
  border: 3px solid rgba(253, 186, 116, 0.5);
}

.section-panel-about .about-stat-box {
  background: #fff;
  border-bottom: 3px solid #ea580c;
  border-radius: 0.5rem;
}

.section-panel-about .about-stat-num {
  color: #c2410c;
}

.section-panel-about .about-feature-item {
  color: rgba(255, 255, 255, 0.9);
}

/* —— ONLINE BOOKING: Navy Blue (reference) —— */
.section-panel-booking {
  background: linear-gradient(145deg, #0c1929 0%, #1e3a5f 50%, #152a45 100%);
}

.section-panel-booking .section-panel-bg {
  opacity: 0.1;
  background-image: url("https://images.unsplash.com/photo-1501785888041-af3ef285b470?w=1600&q=60");
}

.section-panel-booking .panel-eyebrow-line {
  background: rgba(147, 197, 253, 0.7);
}

.section-panel-booking .panel-highlight {
  color: #facc15;
}

.section-panel-booking .btn-panel-cta {
  background: #f2ede3;
  color: #0f2744;
  border-radius: 9999px;
}

.section-panel-booking .btn-panel-cta:hover {
  background: #fff;
  box-shadow: 0 12px 28px -8px rgba(15, 39, 68, 0.5);
}

.section-panel-booking .btn-panel-cta-block {
  border-radius: 0.35rem;
  background: #0c4a6e;
  color: #fff;
}

.section-panel-booking .btn-panel-cta-block:hover {
  background: #075985;
}

.section-panel-booking .panel-form-wrap {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 1rem;
  padding: 1.5rem;
}

.section-panel-booking .panel-input {
  border-radius: 0.35rem;
}

.section-panel-booking .panel-input:focus {
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.5);
}

.section-panel-booking .booking-widget-estimate {
  background: rgba(255, 255, 255, 0.1);
  color: #e6dccd;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.section-panel-booking .booking-widget-link-full {
  color: #93c5fd;
}

.section-panel-booking .booking-widget-link-full:hover {
  color: #fff;
}

/* Shared panel typography & components */
.panel-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.panel-eyebrow span:first-child {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
}

.panel-eyebrow-line {
  display: block;
  width: 3rem;
  height: 2px;
}

.panel-heading {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 1.25rem;
}

.panel-text {
  font-size: 0.9375rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 1rem;
}

.panel-side-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}

.panel-side-sub {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 1.25rem;
  line-height: 1.6;
}

.panel-highlight {
  font-weight: 700;
}

.btn-panel-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
  padding: 0.75rem 1.75rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-panel-cta:hover {
  transform: translateY(-2px);
}

.btn-panel-cta-block {
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 0.35rem;
}

/* Services grid */
.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .services-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.service-box {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 1rem 1.125rem;
  color: #6a452a;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.15);
}

.service-box-icon {
  font-size: 1.5rem;
  line-height: 1;
  flex-shrink: 0;
}

.service-box-title {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.service-box-desc {
  font-size: 0.75rem;
  color: #7a6655;
  line-height: 1.45;
}

/* About stats */
.about-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.about-stat-box {
  padding: 1.125rem 1rem;
  text-align: center;
}

.about-stat-num {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.2;
}

.about-stat-label {
  font-size: 0.6875rem;
  font-weight: 600;
  color: #7a6655;
  margin-top: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.about-feature-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.about-feature-item {
  font-size: 0.8125rem;
}

/* Booking form */
.panel-booking-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.panel-form-row {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.panel-form-row-2 {
  flex-direction: row;
}

.panel-form-row-2 > * {
  flex: 1;
  min-width: 0;
}

.panel-input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: none;
  background: #fff;
  color: #6a452a;
  font-size: 0.875rem;
  outline: none;
}

.panel-input::placeholder {
  color: #9a8774;
}

.panel-textarea {
  resize: vertical;
  min-height: 5.5rem;
}

@media (max-width: 640px) {
  .panel-form-row-2 {
    flex-direction: column;
  }
}

.dest-card-img {
  transition: transform 0.5s ease;
}

/* Section heading */
.section-eyebrow {
  color: #966323;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Page header pattern */
.page-header.pt-28,
section.page-header {
  padding-top: calc(var(--header-total-h) + 2rem) !important;
}

.sticky.top-\[4\.5rem\] {
  top: var(--header-total-h) !important;
}

.page-header {
  background: linear-gradient(135deg, #0f766e 0%, #b07a2f 50%, #0369a1 100%);
}

/* Floating CTA bar mobile */
@media (max-width: 1023px) {
  .mobile-cta-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 40;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(12px);
    border-top: 1px solid #e6dccd;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.08);
  }
}

/* ========== Animations ========== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-32px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(32px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.92);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes heroAccentShimmer {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@keyframes floatSoft {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@keyframes btnShine {
  0% { transform: translateX(-120%) skewX(-15deg); }
  100% { transform: translateX(220%) skewX(-15deg); }
}

@keyframes filterPop {
  from {
    opacity: 0;
    transform: scale(0.96) translateY(8px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* Hero entrance (homepage) */
.hero-animate > .grid > div:first-child > * {
  opacity: 0;
  animation: fadeInUp 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero-animate > .grid > div:first-child > *:nth-child(1) { animation-delay: 0.1s; }
.hero-animate > .grid > div:first-child > *:nth-child(2) { animation-delay: 0.22s; }
.hero-animate > .grid > div:first-child > *:nth-child(3) { animation-delay: 0.34s; }
.hero-animate > .grid > div:first-child > *:nth-child(4) { animation-delay: 0.46s; }
.hero-animate > .grid > div:first-child > *:nth-child(5) { animation-delay: 0.58s; }

.hero-animate > .grid > div:last-child {
  opacity: 0;
  animation: fadeInRight 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.35s forwards;
}

.hero-headline-accent {
  background: linear-gradient(90deg, #d6b37a, #fcd34d, #d6b37a);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: heroAccentShimmer 5s ease-in-out infinite;
}

.trust-pill.animate-float {
  animation: floatSoft 4s ease-in-out infinite;
}

.trust-pill.animate-float:nth-child(2) {
  animation-delay: 0.6s;
}

/* Scroll reveal */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal.reveal-left {
  transform: translateX(-36px);
}

.reveal.reveal-right {
  transform: translateX(36px);
}

.reveal.reveal-scale {
  transform: scale(0.94);
}

.reveal.is-visible {
  opacity: 1;
  transform: translate(0) scale(1);
}

/* Filter / grid item pop-in */
.animate-filter-in {
  animation: filterPop 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

/* Page header entrance */
.page-header.is-visible h1,
.page-header.is-visible p {
  animation: fadeInUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.page-header.is-visible p {
  animation-delay: 0.12s;
}

/* Panel sections */
.section-panel .panel-copy.reveal.is-visible,
.section-panel .panel-side.reveal.is-visible {
  transition-duration: 0.75s;
}

.service-box.reveal.is-visible:hover,
.about-stat-box.reveal.is-visible:hover {
  transform: translateY(-4px);
}

.service-box,
.about-stat-box {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Button shine on primary CTAs */
.btn-gradient,
.btn-gradient-orange {
  position: relative;
  overflow: hidden;
}

.btn-gradient::after,
.btn-gradient-orange::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 40%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.35),
    transparent
  );
  transform: translateX(-120%) skewX(-15deg);
  pointer-events: none;
}

.btn-gradient:hover::after,
.btn-gradient-orange:hover::after {
  animation: btnShine 0.65s ease;
}

/* Card image zoom */
.package-card:hover img,
.card-lift:hover img:not(.gallery-lightbox-img) {
  transform: scale(1.05);
}

.package-card img,
.card-lift img {
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Legacy helper */
.animate-fade-in {
  animation: fadeInUp 0.7s ease forwards;
}

/* FAQ open bounce */
[data-faq-item].open [data-faq-trigger] {
  transition: color 0.2s ease;
}

[data-faq-item] .faq-answer {
  transition: max-height 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hero-animate > .grid > *,
  .hero-animate > .grid > div:last-child,
  .trust-pill.animate-float,
  .hero-headline-accent {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .hero-headline-accent {
    -webkit-text-fill-color: #d6b37a;
    background: none;
  }

  .btn-gradient::after,
  .btn-gradient-orange::after {
    display: none;
  }

  .animate-filter-in {
    animation: none;
  }

  .package-card:hover img,
  .card-lift:hover img {
    transform: none;
  }
}

/* ========== Site footer (business) ========== */
.site-footer {
  background: #020617;
  color: #9a8774;
}

.site-footer-trust {
  background: linear-gradient(90deg, #064e3b 0%, #047857 50%, #065f46 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1rem 0;
}

.site-footer-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  color: #d1fae5;
}

.site-footer-badge strong {
  color: #fff;
  font-weight: 700;
}

.site-footer-badge-icon {
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
  color: #d6b37a;
}

.site-footer-main {
  padding: 3.5rem 0 2.5rem;
}

.site-footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem 2rem;
}

@media (min-width: 640px) {
  .site-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .site-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1024px) {
  .site-footer-grid {
    grid-template-columns: 1.35fr 1fr 0.9fr 1.15fr;
    gap: 2rem;
  }

  .site-footer-brand {
    grid-column: auto;
  }
}

.site-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 1rem;
  text-decoration: none;
}

.site-footer-logo-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, #966323, #b07a2f);
  color: #fff;
  font-weight: 800;
  font-size: 1.125rem;
  box-shadow: 0 4px 14px rgba(176, 122, 47, 0.32);
}

.site-footer-logo-text {
  font-size: 1.25rem;
  font-weight: 800;
  color: #f8f5ee;
  letter-spacing: -0.02em;
}

.site-footer-logo-text span {
  color: #c99745;
}

.site-footer-tagline {
  font-size: 0.875rem;
  line-height: 1.65;
  color: #7a6655;
  max-width: 22rem;
  margin: 0 0 1.25rem;
}

.site-footer-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.site-footer-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1rem;
  border-radius: 9999px;
  background: #25d366;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.site-footer-wa-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4);
}

.site-footer-quote-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.625rem 1rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #b07a2f, #ea580c);
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.site-footer-quote-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(176, 122, 47, 0.32);
}

.site-footer-quote-btn-outline {
  background: transparent;
  color: #c99745;
  border: 2px solid #c99745;
}

.site-footer-quote-btn-outline:hover {
  background: rgba(201, 151, 69, 0.14);
  box-shadow: none;
}

.site-footer-social {
  display: flex;
  gap: 0.5rem;
}

.site-footer-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.625rem;
  background: #6a452a;
  color: #9a8774;
  border: 1px solid #5b4334;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.site-footer-social-link:hover {
  background: #064e3b;
  color: #d6b37a;
  border-color: #966323;
}

.site-footer-heading {
  color: #f2ede3;
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0 0 1rem;
  letter-spacing: 0.02em;
}

.site-footer-heading-sub {
  margin-top: 1.5rem;
}

.site-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer-links li {
  margin-bottom: 0.5rem;
}

.site-footer-links a {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.25rem 0.75rem;
  font-size: 0.875rem;
  color: #9a8774;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer-links a:hover {
  color: #c99745;
}

.site-footer-links-compact a {
  justify-content: flex-start;
}

.site-footer-price {
  font-size: 0.75rem;
  font-weight: 600;
  color: #966323;
  white-space: nowrap;
}

.site-footer-view-all {
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #c99745;
  text-decoration: none;
}

.site-footer-view-all:hover {
  color: #d6b37a;
}

.site-footer-contact-list {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
}

.site-footer-contact-list li {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.site-footer-contact-list a {
  color: #e6dccd;
  text-decoration: none;
  font-weight: 500;
}

.site-footer-contact-list a:hover {
  color: #c99745;
}

.site-footer-contact-icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  color: #b07a2f;
  margin-top: 0.125rem;
}

.site-footer-muted {
  font-size: 0.75rem;
  color: #7a6655;
}

.site-footer-newsletter {
  padding: 1.25rem;
  border-radius: 1rem;
  background: #4a2d1b;
  border: 1px solid #6a452a;
}

.site-footer-newsletter-text {
  font-size: 0.8125rem;
  color: #7a6655;
  margin: 0 0 0.875rem;
  line-height: 1.5;
}

.site-footer-newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 400px) {
  .site-footer-newsletter-form {
    flex-direction: row;
  }
}

.site-footer-newsletter-form input {
  flex: 1;
  min-width: 0;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  background: #6a452a;
  border: 1px solid #5b4334;
  color: #f8f5ee;
  font-size: 0.875rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.site-footer-newsletter-form input::placeholder {
  color: #7a6655;
}

.site-footer-newsletter-form input:focus {
  border-color: #b07a2f;
  box-shadow: 0 0 0 3px rgba(176, 122, 47, 0.2);
}

.site-footer-newsletter-btn {
  padding: 0.75rem 1.25rem;
  border-radius: 0.75rem;
  border: none;
  background: linear-gradient(135deg, #b07a2f, #ea580c);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.site-footer-newsletter-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(176, 122, 47, 0.32);
}

.site-footer-bottom {
  border-top: 1px solid #6a452a;
  padding: 1.5rem 0 2rem;
  background: #4a2d1b;
}

.site-footer-bottom-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}

@media (min-width: 768px) {
  .site-footer-bottom-inner {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
  }

  .site-footer-copy {
    flex: 1 1 100%;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .site-footer-copy {
    flex: 1 1 auto;
    text-align: left;
  }
}

.site-footer-copy {
  font-size: 0.8125rem;
  color: #7a6655;
  margin: 0;
}

.site-footer-copy strong {
  color: #9a8774;
  font-weight: 600;
}

.site-footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.25rem;
}

.site-footer-legal a {
  font-size: 0.8125rem;
  color: #7a6655;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer-legal a:hover {
  color: #c99745;
}

.site-footer-pay {
  font-size: 0.75rem;
  color: #6f5a49;
  margin: 0;
}

/* Extra bottom padding when mobile CTA bar is visible */
body:has(.mobile-cta-bar) .site-footer-bottom {
  padding-bottom: 5.5rem;
}

@media (min-width: 1024px) {
  body:has(.mobile-cta-bar) .site-footer-bottom {
    padding-bottom: 2rem;
  }
}

/* Testimonial quote */
.testimonial-card::before {
  content: "\201C";
  font-size: 4rem;
  line-height: 1;
  color: #99f6e4;
  font-family: Georgia, serif;
  position: absolute;
  top: 0.5rem;
  left: 1.25rem;
  opacity: 0.6;
}

/* ========== Plan My Tour page ========== */
.plan-tour-page {
  background: #f8fafc;
}

.plan-tour-hero {
  background: linear-gradient(135deg, #0f2744 0%, #1e3a5f 45%, #064e3b 100%);
  text-align: center;
  padding-bottom: 2.5rem !important;
}

.plan-tour-hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.plan-tour-hero-eyebrow {
  display: inline-block;
  padding: 0.35rem 0.85rem;
  margin-bottom: 0.75rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.12);
  color: #86efac;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.plan-tour-hero-title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.plan-tour-hero-lead {
  margin-top: 0.75rem;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1.0625rem, 2.5vw, 1.35rem);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  max-width: 40rem;
}

.plan-tour-hero-copy {
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 48rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
}

.plan-tour-hero-copy strong {
  color: #fff;
}

.plan-tour-layout {
  display: grid;
  gap: 2rem;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

@media (min-width: 1024px) {
  .plan-tour-layout {
    grid-template-columns: minmax(0, 1fr) 22rem;
    align-items: start;
    gap: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .plan-tour-layout {
    grid-template-columns: minmax(0, 1fr) 24rem;
  }
}

.plan-tour-section {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  padding: 1.75rem 1.5rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
}

@media (min-width: 640px) {
  .plan-tour-section {
    padding: 2rem 2rem;
  }
}

.plan-tour-section--muted {
  background: #f8fafc;
}

.plan-tour-section--process {
  background: linear-gradient(145deg, #ecfdf5 0%, #f0fdf4 100%);
  border-color: #bbf7d0;
}

.plan-tour-section--cta {
  background: linear-gradient(145deg, #0f2744 0%, #1e3a5f 100%);
  border-color: transparent;
  color: #fff;
}

.plan-tour-section--cta .plan-tour-section-title,
.plan-tour-section--cta .plan-tour-section-intro,
.plan-tour-section--cta .plan-tour-tagline {
  color: #fff;
}

.plan-tour-section--cta .plan-tour-section-intro {
  color: rgba(255, 255, 255, 0.85);
}

.plan-tour-section-title {
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 800;
  color: #0f2744;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.plan-tour-section-intro {
  margin-top: 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: #64748b;
}

.plan-tour-text {
  margin-top: 1rem;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #475569;
}

.plan-tour-text--emphasis {
  font-weight: 600;
  color: #0f2744;
}

.plan-tour-tagline {
  margin-top: 1rem;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #86efac;
}

.plan-tour-cards {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .plan-tour-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.plan-tour-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #e2e8f0;
  border-radius: 0.85rem;
  overflow: hidden;
  background: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.plan-tour-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(15, 39, 68, 0.12);
}

.plan-tour-card-image-wrap {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.plan-tour-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.plan-tour-card:hover .plan-tour-card-image {
  transform: scale(1.05);
}

.plan-tour-card-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.25rem 0.65rem;
  border-radius: 9999px;
  font-size: 0.6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.plan-tour-card-badge--popular {
  background: #16a34a;
  color: #fff;
}

.plan-tour-card-badge--classic {
  background: #0f2744;
  color: #fff;
}

.plan-tour-card-badge--explore {
  background: #b07a2f;
  color: #fff;
}

.plan-tour-card-body {
  padding: 1.15rem 1.15rem 1.35rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.plan-tour-card-title {
  font-size: 1rem;
  font-weight: 800;
  color: #0f2744;
  line-height: 1.3;
}

.plan-tour-card-text {
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.65;
  color: #64748b;
  flex: 1;
}

.plan-tour-card-link {
  display: inline-block;
  margin-top: 0.85rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #059669;
  text-decoration: none;
}

.plan-tour-card-link:hover {
  color: #047857;
  text-decoration: underline;
}

.plan-tour-checklist {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.plan-tour-checklist li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 0.9375rem;
  color: #475569;
  line-height: 1.5;
}

.plan-tour-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  background: #22c55e;
}

.plan-tour-bullet-grid {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}

@media (min-width: 640px) {
  .plan-tour-bullet-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.plan-tour-bullet-grid li {
  padding: 0.65rem 0.85rem;
  border-radius: 0.5rem;
  background: #f1f5f9;
  font-size: 0.875rem;
  font-weight: 600;
  color: #334155;
}

.plan-tour-features {
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
}

@media (min-width: 640px) {
  .plan-tour-features {
    grid-template-columns: 1fr 1fr;
  }
}

.plan-tour-feature {
  padding: 1.15rem;
  border-radius: 0.75rem;
  background: #fff;
  border: 1px solid #e2e8f0;
}

.plan-tour-feature-icon {
  font-size: 1.5rem;
  line-height: 1;
}

.plan-tour-feature-title {
  margin-top: 0.65rem;
  font-size: 0.9375rem;
  font-weight: 800;
  color: #0f2744;
  line-height: 1.35;
}

.plan-tour-feature-text {
  margin-top: 0.35rem;
  font-size: 0.8125rem;
  line-height: 1.65;
  color: #64748b;
}

.plan-tour-help-grid {
  display: grid;
  gap: 0.65rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 640px) {
  .plan-tour-help-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.plan-tour-help-grid li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border-radius: 0.65rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  font-size: 0.875rem;
  font-weight: 600;
  color: #334155;
}

.plan-tour-steps {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.plan-tour-step {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.15rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(22, 163, 74, 0.2);
}

.plan-tour-step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #16a34a, #059669);
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
}

.plan-tour-step-title {
  font-size: 1rem;
  font-weight: 800;
  color: #0f2744;
}

.plan-tour-step-text {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.65;
  color: #475569;
}

.plan-tour-form-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  padding: 1.35rem;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.1);
}

.plan-tour-form-card--sticky {
  position: sticky;
  top: calc(var(--header-total-h) + 1rem);
}

.plan-tour-form-card-head {
  margin-bottom: 1.15rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e2e8f0;
}

.plan-tour-form-card-title {
  font-size: 1.125rem;
  font-weight: 800;
  color: #0f2744;
  line-height: 1.25;
}

.plan-tour-form-card-sub {
  margin-top: 0.35rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #64748b;
}

.plan-tour-form {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.plan-tour-form-success {
  display: flex;
  gap: 0.75rem;
  padding: 1rem;
  border-radius: 0.75rem;
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
}

.plan-tour-form-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.plan-tour-form-row {
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 480px) {
  .plan-tour-form-row {
    grid-template-columns: 1fr 1fr;
  }
}

.plan-tour-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: #334155;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.plan-tour-required {
  color: #dc2626;
}

.plan-tour-input {
  width: 100%;
  padding: 0.65rem 0.85rem;
  border: 1px solid #cbd5e1;
  border-radius: 0.55rem;
  background: #fff;
  font-size: 0.875rem;
  color: #0f172a;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.plan-tour-input:focus {
  border-color: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.15);
}

.plan-tour-input--error {
  border-color: #f87171;
}

.plan-tour-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.65rem center;
  background-size: 1rem;
  padding-right: 2.25rem;
}

.plan-tour-textarea {
  resize: vertical;
  min-height: 5.5rem;
}

.plan-tour-error {
  font-size: 0.75rem;
  color: #dc2626;
}

.plan-tour-counters {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.15rem;
}

.plan-tour-counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.55rem;
  background: #f8fafc;
}

.plan-tour-counter-label {
  font-size: 0.875rem;
  font-weight: 700;
  color: #0f172a;
}

.plan-tour-counter-hint {
  font-size: 0.6875rem;
  color: #94a3b8;
}

.plan-tour-counter-controls {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.plan-tour-counter-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid #cbd5e1;
  border-radius: 0.4rem;
  background: #fff;
  color: #334155;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.plan-tour-counter-btn:hover {
  background: #ecfdf5;
  border-color: #86efac;
  color: #059669;
}

.plan-tour-counter-input {
  width: 2rem;
  text-align: center;
  border: none;
  background: transparent;
  font-size: 0.9375rem;
  font-weight: 800;
  color: #0f172a;
}

.plan-tour-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  margin-top: 0.25rem;
  padding: 0.85rem 1.25rem;
  border: none;
  border-radius: 0.65rem;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 50%, #059669 100%);
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(22, 163, 74, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.plan-tour-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(22, 163, 74, 0.45);
}

.plan-tour-form-note {
  text-align: center;
  font-size: 0.6875rem;
  color: #94a3b8;
  line-height: 1.5;
}

/* ── Package details (Pioneer-style) ── */
.pkg-detail-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 0.5rem;
  height: auto;
  border-radius: 1rem;
  overflow: hidden;
}

.pkg-detail-gallery-main {
  aspect-ratio: 16 / 10;
}

.pkg-detail-gallery-thumb {
  aspect-ratio: 4 / 3;
}

@media (min-width: 640px) {
  .pkg-detail-gallery {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    height: 380px;
    gap: 0.625rem;
    border-radius: 1.25rem;
  }

  .pkg-detail-gallery-main,
  .pkg-detail-gallery-thumb {
    aspect-ratio: auto;
  }
}

.pkg-detail-gallery-main {
  grid-column: span 2;
  grid-row: span 2;
  position: relative;
  overflow: hidden;
  border: none;
  padding: 0;
  cursor: pointer;
  background: #e2e8f0;
}

.pkg-detail-gallery-thumb {
  position: relative;
  overflow: hidden;
  border: none;
  padding: 0;
  cursor: pointer;
  background: #e2e8f0;
}

.pkg-detail-gallery-main:hover img,
.pkg-detail-gallery-thumb:hover img {
  transform: scale(1.04);
}

.pkg-detail-gallery-main img,
.pkg-detail-gallery-thumb img {
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.pkg-activity-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pkg-activity-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.pkg-activity-item--bordered {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #f1f5f9;
}

.pkg-activity-item--bordered:first-child {
  border-top: none;
  padding-top: 0;
}

/* Sticky sidebar booking card */
.pkg-sidebar-card {
  background: #fff;
  border-radius: 1rem;
  border: 1px solid #e8edf3;
  border-top: 4px solid #16a34a;
  box-shadow: 0 16px 48px -20px rgba(15, 39, 68, 0.22);
  padding: 1.25rem 1.375rem 1.375rem;
}

.pkg-sidebar-price-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 0.375rem;
}

.pkg-sidebar-original {
  font-size: 1rem;
  font-weight: 600;
  color: #f87171;
  text-decoration: line-through;
}

.pkg-sidebar-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.15rem 0.5rem;
  border-radius: 9999px;
  background: #ef4444;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.pkg-sidebar-price-main {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.pkg-sidebar-current {
  font-size: 2rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.1;
}

.pkg-sidebar-per {
  font-size: 0.875rem;
  color: #64748b;
  font-weight: 500;
}

.pkg-sidebar-perks {
  list-style: none;
  margin: 0 0 1.125rem;
  padding: 1rem 0 0;
  border-top: 1px solid #f1f5f9;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.pkg-sidebar-perks li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #166534;
}

.pkg-sidebar-perks svg {
  color: #16a34a;
}

.pkg-sidebar-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.9375rem 1.25rem;
  border: none;
  border-radius: 0.75rem;
  background: #16a34a;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 10px 28px -10px rgba(22, 163, 74, 0.55);
}

.pkg-sidebar-cta:hover {
  background: #15803d;
  transform: translateY(-1px);
}

.pkg-sidebar-note {
  margin: 0.875rem 0 0;
  text-align: center;
  font-size: 0.75rem;
  color: #94a3b8;
  line-height: 1.45;
}

.pkg-activity-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  background: #eff6ff;
  color: #0284c7;
  flex-shrink: 0;
}

.pkg-detail-accordion {
  border-top: 1px solid #e2e8f0;
}

.pkg-detail-accordion:last-child {
  border-bottom: 1px solid #e2e8f0;
}

.pkg-detail-accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.125rem 0;
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.pkg-detail-accordion-icon {
  color: #64748b;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.pkg-detail-accordion.open .pkg-detail-accordion-icon {
  transform: rotate(180deg);
}

.pkg-detail-accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding-bottom: 0;
}

.pkg-detail-accordion.open .pkg-detail-accordion-body {
  max-height: 1200px;
  padding-bottom: 1.25rem;
}

/* Package details — booking panel with option cards */
.pkg-booking-panel {
  width: 100%;
  max-width: 60rem;
  margin-inline: auto;
  border-radius: 1.25rem;
  padding: 2px;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 50%, #15803d 100%);
  box-shadow: 0 24px 60px -24px rgba(15, 39, 68, 0.45);
}

.pkg-booking-panel-inner {
  background: linear-gradient(160deg, #0a192f 0%, #0f2744 55%, #132f52 100%);
  border-radius: 1.125rem;
  overflow: visible;
}

.pkg-booking-panel-head {
  position: relative;
  z-index: 30;
  overflow: visible;
  padding: 1.25rem 1.25rem 1rem;
}

@media (min-width: 640px) {
  .pkg-booking-panel-head {
    padding: 1.5rem 1.5rem 1.125rem;
  }
}

.pkg-booking-panel-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
}

@media (min-width: 640px) {
  .pkg-booking-panel-title {
    font-size: 1.25rem;
  }
}

.pkg-booking-panel-filters {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.625rem;
}

@media (min-width: 768px) {
  .pkg-booking-panel-filters {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pkg-booking-check-wrap {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.pkg-booking-check-wrap .pkg-detail-booking-submit {
  width: 100%;
  max-width: 22rem;
  border-radius: 9999px;
  padding: 0.9375rem 2rem;
  font-size: 1rem;
  background: #2563eb;
  box-shadow: 0 12px 32px -12px rgba(37, 99, 235, 0.65);
}

.pkg-booking-check-wrap .pkg-detail-booking-submit:hover {
  background: #1d4ed8;
}

.pkg-date-field {
  position: relative;
  cursor: pointer;
}

.pkg-date-field:focus-visible {
  outline: 2px solid #38bdf8;
  outline-offset: 2px;
}

.pkg-date-field-icon {
  pointer-events: none;
  flex-shrink: 0;
}

.pkg-date-picker {
  width: 100%;
}

.pkg-date-display {
  flex: 1;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: #64748b;
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pkg-date-field.has-value .pkg-date-display {
  color: #1e293b;
}

.pkg-date-input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  color-scheme: light;
}

.pkg-date-input::-webkit-calendar-picker-indicator {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
}

.pkg-travellers-picker {
  position: relative;
  width: 100%;
}

.pkg-travellers-trigger {
  width: 100%;
  border: none;
  cursor: pointer;
  text-align: left;
}

.pkg-travellers-trigger-label {
  flex: 1;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1e293b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pkg-travellers-chevron {
  transition: transform 0.2s ease;
}

.pkg-travellers-picker.is-open .pkg-travellers-chevron {
  transform: rotate(180deg);
}

.pkg-travellers-menu {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  z-index: 40;
  background: #fff;
  border-radius: 0.875rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 20px 40px -20px rgba(15, 39, 68, 0.35);
  padding: 0.875rem 1rem;
}

.pkg-travellers-menu[hidden] {
  display: none;
}

.pkg-travellers-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.pkg-travellers-row-title {
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #0f172a;
}

.pkg-travellers-row-hint {
  display: block;
  font-size: 0.75rem;
  color: #94a3b8;
  margin-top: 0.1rem;
}

.pkg-travellers-divider {
  height: 1px;
  background: #f1f5f9;
  margin: 0.75rem 0;
}

.pkg-travellers-counter {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.pkg-travellers-counter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  border: 1px solid #bae6fd;
  background: #f0f9ff;
  color: #0284c7;
  font-size: 1.125rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.pkg-travellers-counter-btn:hover {
  background: #e0f2fe;
  border-color: #7dd3fc;
}

.pkg-travellers-counter-input {
  width: 1.5rem;
  text-align: center;
  border: none;
  background: transparent;
  font-size: 0.9375rem;
  font-weight: 800;
  color: #0f172a;
}

.pkg-booking-options {
  display: none;
  flex-direction: column;
  gap: 0.875rem;
  padding: 0 1.25rem 1.25rem;
}

.pkg-booking-options.is-visible {
  display: flex;
}

@media (min-width: 640px) {
  .pkg-booking-options {
    padding: 0 1.5rem 1.5rem;
    gap: 1rem;
  }
}

.pkg-booking-option-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.125rem 1.25rem 1.25rem;
  border: 1px solid #e8edf3;
}

.pkg-booking-option-title {
  font-size: 1rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}

@media (min-width: 640px) {
  .pkg-booking-option-title {
    font-size: 1.0625rem;
  }
}

.pkg-booking-option-desc {
  font-size: 0.8125rem;
  color: #64748b;
  line-height: 1.55;
  margin-bottom: 0.875rem;
}

.pkg-booking-option-pickup-wrap {
  margin-bottom: 1rem;
}

.pkg-booking-option-pickup {
  width: 100%;
  appearance: none;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E") no-repeat right 0.875rem center / 1rem;
  border: 1px solid #d1d9e6;
  border-radius: 0.625rem;
  padding: 0.75rem 2.25rem 0.75rem 0.875rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #334155;
  outline: none;
}

.pkg-booking-option-pickup:focus {
  border-color: #0284c7;
  box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.15);
}

.pkg-booking-option-pricing {
  border-top: 1px dashed #dbe3ee;
  padding-top: 0.875rem;
}

.pkg-booking-option-line {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 0.75rem 1rem;
  font-size: 0.875rem;
  color: #475569;
  margin-bottom: 0.75rem;
}

.pkg-booking-option-label {
  font-weight: 600;
  color: #334155;
}

.pkg-booking-option-qty {
  color: #64748b;
  white-space: nowrap;
}

.pkg-booking-option-subtotal {
  font-weight: 700;
  color: #0f172a;
  white-space: nowrap;
}

.pkg-booking-option-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 0.75rem;
  border-top: 1px dashed #dbe3ee;
}

.pkg-booking-option-total-label {
  font-size: 0.9375rem;
  font-weight: 800;
  color: #2563eb;
}

.pkg-booking-option-total-values {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.pkg-booking-option-original {
  font-size: 0.875rem;
  color: #94a3b8;
  text-decoration: line-through;
}

.pkg-booking-option-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.5rem;
  border-radius: 9999px;
  background: #ef4444;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.pkg-booking-option-total {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f172a;
}

.pkg-booking-option-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 1rem;
  padding: 0.9375rem 1.5rem;
  border-radius: 0.75rem;
  background: #2563eb;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 10px 28px -10px rgba(37, 99, 235, 0.55);
}

.pkg-booking-option-cta:hover {
  background: #1d4ed8;
  transform: translateY(-1px);
  color: #fff;
}

.pkg-detail-booking-field {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  background: #fff;
  border-radius: 0.75rem;
  padding: 0 0.875rem;
  min-height: 3rem;
}

.pkg-detail-booking-input {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1e293b;
  outline: none;
  min-width: 0;
  padding: 0.75rem 0;
}

.pkg-detail-booking-input[type="date"] {
  color-scheme: light;
}

.pkg-detail-booking-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.75rem;
  border-radius: 0.75rem;
  background: #0284c7;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.2s ease;
  min-height: 3rem;
}

.pkg-detail-booking-submit:hover {
  background: #0369a1;
  transform: translateY(-1px);
}

.related-tours-track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
}

.related-tours-track::-webkit-scrollbar {
  display: none;
}

.related-tour-card {
  flex: 0 0 min(100%, 22rem);
  scroll-snap-align: start;
  height: auto;
}

@media (min-width: 640px) {
  .related-tour-card {
    flex: 0 0 22rem;
  }
}

@media (min-width: 1024px) {
  .related-tour-card {
    flex: 0 0 24rem;
  }
}

.related-tour-card .package-card {
  height: 100%;
}

.related-carousel-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #475569;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.related-carousel-btn:hover {
  border-color: #0284c7;
  color: #0284c7;
  background: #f0f9ff;
}

[data-faq-item].faq-item.border-0.open {
  border-color: transparent;
  box-shadow: none;
}

[data-faq-item].faq-item.border-0 .faq-item.open .faq-icon,
[data-faq-item].faq-item.border-0.open .faq-icon {
  transform: rotate(45deg);
}

/* Package details — free quote enquiry form (no price set) */
.pkg-quote-card {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  box-shadow: 0 20px 50px -24px rgba(15, 39, 68, 0.35);
  background: #fff;
}

.pkg-quote-head {
  display: flex;
  gap: 0.875rem;
  align-items: flex-start;
  padding: 1.125rem 1.125rem 1rem;
  background: linear-gradient(160deg, #0a192f 0%, #0f2744 55%, #132f52 100%);
  color: #fff;
}

.pkg-quote-head-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  border: 2px solid #fbbf24;
  color: #fbbf24;
  flex-shrink: 0;
}

.pkg-quote-eyebrow {
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fbbf24;
}

.pkg-quote-title {
  margin: 0.25rem 0 0;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
  color: #fff;
}

.pkg-quote-trust {
  list-style: none;
  margin: 0;
  padding: 0.625rem 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  justify-content: center;
  background: #faf6ef;
  border-bottom: 1px solid #efe7d8;
  font-size: 0.75rem;
  font-weight: 600;
  color: #475569;
}

.pkg-quote-trust li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.pkg-quote-form {
  padding: 1rem 1.125rem 1.125rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.pkg-quote-field {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.625rem 0.875rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.625rem;
  background: #f8fafc;
  min-height: 3rem;
}

.pkg-quote-field--date,
.pkg-quote-field--select,
.pkg-quote-field--textarea,
.pkg-quote-field--country,
.pkg-quote-field--phone {
  position: relative;
}

.pkg-quote-field--textarea {
  align-items: flex-start;
  min-height: auto;
  padding-top: 0.75rem;
}

.pkg-quote-field-icon {
  display: flex;
  color: #94a3b8;
  flex-shrink: 0;
}

.pkg-quote-field-icon--top {
  margin-top: 0.125rem;
}

.pkg-quote-input {
  width: 100%;
  border: none;
  background: transparent;
  font-size: 0.875rem;
  color: #0f172a;
  outline: none;
}

.pkg-quote-input::placeholder {
  color: #94a3b8;
}

.pkg-quote-date-input {
  color-scheme: light;
}

.pkg-quote-select {
  appearance: none;
  cursor: pointer;
  padding-right: 1.25rem;
}

.pkg-quote-textarea {
  resize: vertical;
  min-height: 4.5rem;
  line-height: 1.45;
}

.pkg-quote-country-value {
  flex: 1;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0f172a;
}

.pkg-quote-country-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.5rem;
  border-radius: 9999px;
  background: #dcfce7;
  color: #15803d;
  font-size: 0.6875rem;
  font-weight: 700;
  white-space: nowrap;
}

.pkg-quote-phone-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem;
  align-items: stretch;
}

.pkg-quote-phone-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.75rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.625rem;
  background: #f8fafc;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #334155;
  white-space: nowrap;
}

.pkg-quote-field--phone {
  min-width: 0;
}

.pkg-quote-travellers {
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  padding: 0.875rem;
  background: #fff;
}

.pkg-quote-travellers-title {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.75rem;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b45309;
}

.pkg-quote-counters {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.pkg-quote-counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.pkg-quote-counter-label span {
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #0f172a;
}

.pkg-quote-counter-label small {
  display: block;
  font-size: 0.6875rem;
  color: #94a3b8;
  margin-top: 0.1rem;
}

.pkg-quote-counter-controls {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.pkg-quote-counter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #334155;
  font-size: 1.125rem;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.pkg-quote-counter-btn:hover {
  border-color: #0f2744;
  color: #0f2744;
  background: #f8fafc;
}

.pkg-quote-counter-input {
  width: 1.75rem;
  text-align: center;
  border: none;
  background: transparent;
  font-size: 0.9375rem;
  font-weight: 800;
  color: #0f172a;
  appearance: textfield;
  -moz-appearance: textfield;
}

.pkg-quote-counter-input::-webkit-outer-spin-button,
.pkg-quote-counter-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pkg-quote-select-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.625rem;
}

@media (min-width: 480px) {
  .pkg-quote-select-row {
    grid-template-columns: 1fr 1fr;
  }
}

.pkg-quote-submit,
.pkg-quote-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.875rem 1rem;
  border-radius: 0.75rem;
  font-size: 0.9375rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.pkg-quote-submit {
  margin-top: 0.25rem;
  border: none;
  background: #0f2744;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 10px 24px -12px rgba(15, 39, 68, 0.65);
}

.pkg-quote-submit:hover {
  background: #132f52;
  transform: translateY(-1px);
}

.pkg-quote-whatsapp {
  background: #22c55e;
  color: #fff;
  box-shadow: 0 10px 24px -12px rgba(34, 197, 94, 0.65);
}

.pkg-quote-whatsapp:hover {
  background: #16a34a;
  color: #fff;
  transform: translateY(-1px);
}

/* ========== Responsive fixes (site-wide) ========== */
html {
  overflow-x: clip;
}

body {
  overflow-x: clip;
  max-width: 100%;
}

img,
video,
svg {
  max-width: 100%;
  height: auto;
}

.site-main-offset {
  padding-top: calc(var(--header-total-h, 7.25rem) + 1rem);
}

.scroll-mt-28 {
  scroll-margin-top: calc(var(--header-total-h, 7.25rem) + 3.5rem);
}

.filter-tabs-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  margin-inline: -0.25rem;
  padding-inline: 0.25rem;
}

.filter-tabs-scroll::-webkit-scrollbar {
  display: none;
}

.filter-tabs-inner {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  min-width: min-content;
  padding-bottom: 0.125rem;
}

@media (min-width: 1024px) {
  .filter-tabs-scroll {
    overflow: visible;
    margin-inline: 0;
    padding-inline: 0;
  }

  .filter-tabs-inner {
    flex-wrap: wrap;
    min-width: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 1279px) {
  :root {
    --header-nav-h: 4.25rem;
  }

  .site-logo-img {
    height: 42px;
  }

  .site-navbar-end {
    gap: 0.35rem;
    max-width: calc(100% - 7rem);
  }

  .site-navbar-mobile-ctas {
    display: flex !important;
  }

  #mobile-menu-toggle.site-nav-toggle {
    display: flex !important;
    width: 2.5rem;
    height: 2.5rem;
    gap: 4px;
  }

  #mobile-menu-toggle.site-nav-toggle.is-open .site-nav-toggle-bar:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  #mobile-menu-toggle.site-nav-toggle.is-open .site-nav-toggle-bar:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .mobile-menu-quick-link {
    font-size: 0.75rem;
    padding: 0.6rem 0.5rem;
  }

  .mobile-nav-group .mobile-nav-expand span:first-child,
  .mobile-nav-group .mobile-nav-toggle span:first-child {
    text-align: left;
    padding-right: 0.5rem;
  }
}

@media (max-width: 374px) {
  :root {
    --header-nav-h: 4rem;
  }

  .site-logo-img {
    height: 38px;
  }

  .site-navbar-end {
    max-width: calc(100% - 6.5rem);
  }

  .site-navbar-mobile-cta {
    padding: 0.4rem 0.55rem;
    font-size: 0.625rem;
  }

  .mobile-menu-inner {
    padding-inline: 1rem;
  }

  .mobile-menu-quick {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 639px) {
  .site-topbar-sep {
    display: none;
  }

  .site-topbar-contact {
    width: 100%;
  }

  .site-topbar-right {
    width: 100%;
    justify-content: space-between;
    gap: 0.5rem;
  }

  .site-topbar-country-select {
    flex: 1;
    min-width: 0;
    max-width: none;
  }

  .site-topbar-link {
    font-size: 0.75rem;
  }

  .hero-home-inner h1 {
    font-size: 1.75rem;
    line-height: 1.15;
  }

  .hero-stats-bar {
    padding-bottom: 1.75rem;
  }

  .hero-stats-bar-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .hero-stat-value {
    font-size: 1.5rem;
  }

  .hero-stat-label {
    font-size: 0.625rem;
    line-height: 1.3;
  }

  .btn-hero-plan,
  .btn-hero-contact {
    width: 100%;
    max-width: 20rem;
  }

  .card-actions {
    flex-direction: column;
  }

  .package-card .pkg-card-rating-row {
    flex-wrap: wrap;
    gap: 0.35rem;
  }

  .package-card .pkg-card-rating-row .pkg-card-reviews {
    white-space: normal;
    font-size: 0.75rem;
  }

  .pkg-booking-panel {
    max-width: 100%;
    border-radius: 1rem;
  }

  .pkg-booking-panel-head {
    padding: 1rem;
  }

  .pkg-booking-option-line {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .pkg-booking-option-qty,
  .pkg-booking-option-subtotal {
    white-space: normal;
  }

  .pkg-booking-option-total-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .sticky-booking,
  .plan-tour-form-card--sticky {
    position: static;
  }

  .about-section-badge {
    right: 0.75rem;
    bottom: -1rem;
    min-width: 0;
    padding: 1rem 1.125rem;
  }

  .about-section-badge-num {
    font-size: 2rem;
  }

  .about-section-badge-label {
    font-size: 0.75rem;
  }

  .pkg-detail-gallery-main {
    grid-column: span 2;
    grid-row: span 1;
  }
}

@media (max-width: 374px) {
  .hero-stats-bar-inner {
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }

  .hero-stat {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    text-align: left;
  }

  .hero-stat-value {
    font-size: 1.75rem;
    min-width: 3.5rem;
  }

  .hero-stat-label {
    font-size: 0.8125rem;
    margin-top: 0;
    flex: 1;
  }
}

@media (max-width: 1023px) {
  .booking-page-hero {
    padding-top: calc(var(--header-total-h, 7.25rem) + 1.5rem);
  }

  .auth-page-hero {
    padding-top: calc(var(--header-total-h, 7.25rem) + 2rem);
  }
}
