.destination-detail-page {
  --destination-navy: #0b2942;
  --destination-green: #3b9361;
  --destination-orange: #f5823d;
  background: #fbfcfa;
}

.destination-hero {
  position: relative;
  min-height: 210px;
  padding: 74px 0 18px;
  color: #fff;
  background-image: linear-gradient(90deg, rgba(5, 28, 45, .9) 0%, rgba(5, 28, 45, .7) 48%, rgba(5, 28, 45, .2) 100%), var(--destination-hero-image);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.destination-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(0deg, rgba(5, 28, 45, .34), transparent);
  pointer-events: none;
}

.destination-hero .container { position: relative; z-index: 1; }
.destination-breadcrumb { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; font-size: 10px; font-weight: 600; letter-spacing: .04em; }
.destination-breadcrumb a, .destination-breadcrumb span { color: rgba(255,255,255,.83); }
.destination-breadcrumb a:hover { color: #fff; }
.destination-breadcrumb i { font-size: 8px; opacity: .5; }
.destination-hero-content { max-width: 720px; }
.destination-eyebrow, .destination-section-kicker { display: inline-flex; align-items: center; gap: 8px; color: #ffb37c; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.destination-hero h1 { max-width: 700px; margin: 7px 0 7px; color: #fff; font-family: var(--font-primary); font-size: clamp(32px, 3.6vw, 46px); line-height: 1.08; text-align: left; text-transform: none; }
.destination-hero h1 span { color: #a8ddb3; font-family: inherit; }
.destination-hero-content > p { max-width: 610px; margin: 0; color: rgba(255,255,255,.82); font-size: 12px; line-height: 1.5; }
.destination-hero-points { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 10px; }
.destination-hero-points span { display: flex; align-items: center; gap: 7px; color: #fff; font-size: 10px; font-weight: 600; }
.destination-hero-points i { color: #80ca91; }
.destination-hero-content > p, .destination-hero-points { display: none; }

.destination-content { padding: 76px 0 92px; }
.destination-intro-card { position: relative; margin-bottom: 26px; padding: 34px 38px 31px; border: 1px solid #e1e8e2; border-radius: 18px; background: #fff; box-shadow: 0 14px 38px rgba(11, 41, 66, .06); overflow: hidden; }
.destination-intro-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: linear-gradient(var(--destination-green), #78bd87); }
.destination-section-kicker { color: var(--destination-green); margin-bottom: 13px; }
.location-dtls .destination-lead, .location-dtls .destination-lead * { color: var(--destination-navy); font-size: 19px; font-weight: 600; line-height: 1.65; }
.location-dtls .destination-summary, .location-dtls .destination-summary * { color: #587080; font-size: 14px; line-height: 1.8; }
.destination-intro-card p:last-child { margin-bottom: 0; }
.destination-guide-sections { display: grid; gap: 20px; margin: 0 0 26px; padding: 0; }
.destination-guide-sections .section-card { padding: 34px 38px; border: 1px solid #e2e9e3; border-radius: 18px; background: #fff; box-shadow: 0 12px 34px rgba(11, 41, 66, .045); }
.destination-guide-sections .section-title { display: flex; align-items: center; gap: 14px; margin-bottom: 19px; }
.destination-guide-sections .section-title > span { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border-radius: 50%; background: #eef7f0; color: var(--destination-green); font-size: 11px; font-weight: 800; }
.destination-guide-sections .section-title h2, .destination-block-heading h2 { margin: 0; color: var(--destination-navy); font-family: var(--font-primary); font-size: 25px; line-height: 1.35; }
.destination-guide-sections .section-body, .destination-guide-sections .section-body p, .destination-guide-sections .section-body li { color: #536b7a; font-size: 14px; line-height: 1.85; }
.destination-guide-sections .section-body p:last-child { margin-bottom: 0; }
.destination-guide-sections .section-body img { margin: 10px 0; border-radius: 12px; }
.destination-guide-sections .section-body ul { padding-left: 1.15rem; }
.destination-guide-sections .section-body li::marker { color: var(--destination-green); }

.destination-media-card, .destination-places { margin-top: 26px; padding: 30px; border: 1px solid #e1e8e2; border-radius: 18px; background: #fff; }
.destination-block-heading { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.destination-block-heading > span { display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; border-radius: 12px; background: #edf6ef; color: var(--destination-green); }
.destination-block-heading small { display: block; margin-bottom: 2px; color: #82909a; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.destination-video { position: relative; padding-top: 56.25%; overflow: hidden; border-radius: 12px; background: #0b2942; }
.destination-video iframe, .destination-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.destination-map { position: relative; height: 340px; overflow: hidden; border-radius: 12px; background: #edf0ed; }
.destination-places .custom-tab-location { gap: 10px; }
.destination-place-link { display: inline-flex; align-items: center; gap: 9px; padding: 12px 14px; border: 1px solid #dbe6dc; border-radius: 10px; color: var(--destination-navy); background: #fbfdfb; font-size: 12px; font-weight: 700; transition: .2s ease; }
.destination-place-link i:first-child { color: var(--destination-green); }
.destination-place-link i:last-child { margin-left: 4px; font-size: 10px; color: var(--destination-orange); }
.destination-place-link:hover { border-color: var(--destination-green); color: var(--destination-navy); transform: translateY(-2px); box-shadow: 0 8px 18px rgba(11,41,66,.07); }

.destination-plan-column { position: sticky; top: 102px; }
.destination-related-card, .destination-plan-card { padding: 20px; border: 1px solid #dfe7e0; border-radius: 18px; background: #fff; box-shadow: 0 16px 42px rgba(11, 41, 66, .07); }
.destination-related-heading > span, .destination-plan-card > small { color: var(--destination-green); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.destination-related-heading h2, .destination-plan-card h2 { margin: 6px 0; color: var(--destination-navy); font-family: var(--font-primary); font-size: 22px; line-height: 1.3; }
.destination-related-heading p, .destination-plan-card p { margin-bottom: 14px; color: #6c7e88; font-size: 11px; line-height: 1.55; }
.destination-related-card .location-tab { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin: 0 0 12px !important; padding: 4px; border: 0; border-radius: 10px; background: #f0f4f0; }
.destination-related-card .location-tab .nav-item { margin: 0 !important; }
.destination-related-card .location-tab button { width: 100%; padding: 8px 6px !important; border-radius: 8px; color: #657782 !important; font-size: 11px; }
.destination-related-card .location-tab button::after { display: none; }
.destination-related-card .location-tab button.active { background: #fff !important; color: var(--destination-navy) !important; box-shadow: 0 3px 9px rgba(11,41,66,.08); }
.destination-related-card .tab-pane .row { --bs-gutter-y: 8px; }
.destination-related-card .destination-option-scroll {
  max-height: 220px;
  margin-right: -4px;
  padding-right: 10px;
  padding-bottom: 2px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scroll-behavior: smooth;
  scroll-snap-type: y proximity;
  scrollbar-gutter: stable;
  scrollbar-color: #9bc5a5 #edf3ee;
  scrollbar-width: auto;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}
.destination-related-card .destination-option-scroll > [class*="col-"] { scroll-snap-align: start; }
.destination-related-card .destination-option-scroll::-webkit-scrollbar { width: 9px; }
.destination-related-card .destination-option-scroll::-webkit-scrollbar-track { border-radius: 10px; background: #edf3ee; }
.destination-related-card .destination-option-scroll::-webkit-scrollbar-thumb { border-radius: 10px; background: #9bc5a5; }
.destination-related-card .destination-option-scroll::-webkit-scrollbar-thumb:hover { background: var(--destination-green); }
.destination-related-card .destination-option-scroll:focus-visible { outline: 2px solid var(--destination-green); outline-offset: 3px; border-radius: 8px; }
.destination-related-card .hotel-location-blk { padding: 13px 14px; border: 1px solid #e2e9e3; border-radius: 12px; background: #fff; transition: .2s ease; }
.destination-related-card .hotel-location-blk:hover { border-color: #bcd7c2; transform: translateY(-2px); box-shadow: 0 10px 22px rgba(11,41,66,.06); }
.hotel-location-blk .destination-card-type { display: inline-block; margin-bottom: 4px; color: var(--destination-orange); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.destination-related-card .hotel-location-blk h3 { margin: 0 0 3px; font-size: 13px; line-height: 1.35; }
.destination-related-card .hotel-location-blk h3 a { color: var(--destination-navy); }
.destination-related-card .hotel-location-blk > span:not(.destination-card-type) { color: #75848c; font-size: 10px; }
.destination-related-card .hotel-location-blk p { display: -webkit-box; margin: 6px 0 8px; overflow: hidden; color: #71818a; font-size: 10px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.destination-card-footer { display: flex; align-items: end; justify-content: space-between; padding-top: 8px; border-top: 1px solid #edf0ed; }
.destination-card-footer .price-tag { color: var(--destination-orange); font-size: 15px; font-weight: 800; }
.destination-card-footer .price-tag span { display: block; color: #87949b; font-size: 9px; font-weight: 500; }
.destination-card-footer > a, .destination-side-cta > a { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--destination-navy); color: #fff; font-size: 10px; }
.destination-tour-link { display: flex; align-items: center; justify-content: space-between; padding-top: 12px; border-top: 1px solid #edf0ed; color: var(--destination-orange); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.destination-side-cta { display: flex; align-items: center; gap: 12px; margin-top: 16px; padding: 18px; border-radius: 14px; background: var(--destination-navy); color: #fff; }
.destination-side-cta > i { color: #8fd19d; font-size: 20px; }
.destination-side-cta div { flex: 1; }
.destination-side-cta strong, .destination-side-cta span { display: block; }
.destination-side-cta strong { font-size: 12px; }
.destination-side-cta span { margin-top: 2px; color: rgba(255,255,255,.65); font-size: 9px; }
.destination-side-cta > a { background: rgba(255,255,255,.12); }
.destination-plan-icon { display: grid; width: 52px; height: 52px; margin-bottom: 24px; place-items: center; border-radius: 15px; background: #edf6ef; color: var(--destination-green); font-size: 20px; }
.destination-primary-action { display: flex; align-items: center; justify-content: space-between; padding: 14px 17px; border-radius: 10px; background: var(--destination-orange); color: #fff; font-size: 12px; font-weight: 800; }
.destination-primary-action:hover { color: #fff; background: #df6f2f; }

@media (max-width: 991px) {
  .destination-hero { min-height: 200px; padding: 70px 0 16px; }
  .destination-breadcrumb { margin-bottom: 10px; }
  .destination-content { padding: 54px 0 70px; }
  .destination-plan-column { position: static; }
}

@media (max-width: 575px) {
  .destination-hero { min-height: 180px; padding: 64px 0 14px; background-position: 62% center; }
  .destination-breadcrumb { margin-bottom: 9px; gap: 7px; font-size: 8px; }
  .destination-hero h1 { font-size: 27px; }
  .destination-hero-content > p { display: none; }
  .destination-hero-points { gap: 7px 12px; margin-top: 10px; }
  .destination-hero-points span { font-size: 9px; }
  .destination-content { padding: 38px 0 58px; }
  .destination-intro-card, .destination-guide-sections .section-card, .destination-media-card, .destination-places { padding: 24px 21px; border-radius: 14px; }
  .location-dtls .destination-lead, .location-dtls .destination-lead * { font-size: 16px; }
  .destination-guide-sections .section-title { align-items: flex-start; }
  .destination-guide-sections .section-title h2, .destination-block-heading h2 { font-size: 21px; }
  .destination-map { height: 280px; }
  .destination-place-link { width: 100%; }
  .destination-place-link i:last-child { margin-left: auto; }
  .destination-related-card .tab-content > .tab-pane { display: none; opacity: 0; }
  .destination-related-card .tab-content > .tab-pane.active { display: block; opacity: 1; }
  .destination-related-card .destination-option-scroll { max-height: 200px; }
}

@media (prefers-reduced-motion: reduce) {
  .destination-place-link, .destination-related-card .hotel-location-blk { transition: none; }
}
