/* ===============================
   DESTINATION DETAILS PAGE
================================ */

.destination_detail_hero {
  position: relative;
  min-height: 660px;
  padding-top: 130px;
  background-size: cover;
  background-position: center 42%;
  display: flex;
  align-items: flex-end;
}

.destination_detail_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(4, 18, 28, 0.86),
    rgba(4, 18, 28, 0.34),
    rgba(4, 18, 28, 0.08)
  );
}

.destination_detail_hero_content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px 82px;
  color: #ffffff;
}

.destination_detail_hero_content .eyebrow {
  color: #9fe9ff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  font-weight: 800;
}

.destination_detail_hero_content h1 {
  margin: 16px 0 18px;
  font-size: clamp(64px, 8vw, 112px);
  line-height: 0.9;
  color: #ffffff;
}

.destination_detail_hero_content p {
  max-width: 720px;
  font-size: 19px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 0;
}

.hero_quick_facts {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1000px;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.hero_quick_facts div {
  padding: 22px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.hero_quick_facts div:last-child {
  border-right: none;
}

.hero_quick_facts span {
  display: block;
  margin-bottom: 7px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.72);
}

.hero_quick_facts strong {
  font-size: 17px;
  color: #ffffff;
}

.destination_breadcrumb {
  padding: 22px 30px 0;
  background: #eef8f6;
  max-width: 1400px;
  margin: 0 auto;
  color: #607174;
  font-size: 14px;
  font-weight: 700;
}

.destination_breadcrumb a {
  color: #0a8db8;
  text-decoration: none;
}

.destination_breadcrumb span {
  margin: 0 10px;
  color: #9aa7aa;
}

.destination_breadcrumb strong {
  color: #121b33;
}



/* ===============================
   BODY CONTENT
================================ */

.destination_detail_content {
  background: #eef8f6;
  padding: 70px 30px 92px;
}

.destination_detail_inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 60px;
  align-items: start;
}

.destination_detail_main {
  background: #ffffff;
  border-radius: 26px;
  padding: 46px 48px 50px;
  border: 1px solid rgba(18, 27, 51, 0.06);
  box-shadow: 0 24px 60px rgba(18, 27, 51, 0.08);
}

.destination_section_label {
  margin: 0 0 12px;
  color: #0a8db8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.destination_detail_main h2 {
  margin: 0 0 20px;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.05;
  color: #121b33;
}

.destination_detail_main p {
  margin: 0;
  color: #607174;
  font-size: 17px;
  line-height: 1.9;
}

.destination_highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.destination_highlights span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 13px;
  border-radius: 999px;
  background: #eef8f6;
  color: #087ea4;
  font-size: 13px;
  font-weight: 800;
}

.related_destination_packages {
  margin-top: 38px;
  padding-top: 30px;
  border-top: 1px solid rgba(18, 27, 51, 0.08);
}

.related_destination_packages a {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(18, 27, 51, 0.08);
  color: #121b33;
  text-decoration: none;
}

.related_destination_packages a:hover strong {
  color: #0a8db8;
}

.related_destination_packages span {
  display: grid;
  gap: 5px;
  color: #607174;
  font-size: 14px;
  line-height: 1.4;
}

.related_destination_packages strong {
  color: #121b33;
  font-size: 17px;
  transition: color 0.2s ease;
}

.related_destination_packages em {
  flex: 0 0 auto;
  color: #0a8db8;
  font-style: normal;
  font-weight: 900;
}

.destination_detail_sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.detail_info_card {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  border: 1px solid rgba(18, 27, 51, 0.06);
  box-shadow: 0 20px 50px rgba(18, 27, 51, 0.08);
}

.detail_info_card span {
  display: block;
  color: #7a8790;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 8px;
  font-weight: 700;
}

.detail_info_card strong {
  font-size: 18px;
  color: #121b33;
}

.detail_cta {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 58px;
  border-radius: 999px;
  background: #0a8db8;
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 18px 40px rgba(10, 141, 184, 0.25);
  transition: 0.25s ease;
}

.detail_cta:hover {
  transform: translateY(-2px);
  background: #087497;
}

.secondary_detail_cta {
  background: #ffffff;
  color: #0a6f8e;
  border: 1px solid rgba(10, 141, 184, 0.24);
  box-shadow: none;
}

.secondary_detail_cta:hover {
  color: #ffffff;
}

/* Not Found */

.destination_not_found {
  max-width: 900px;
  margin: 180px auto;
  text-align: center;
  padding: 0 24px;
}

.destination_not_found h1 {
  font-size: 42px;
  margin-bottom: 20px;
}

.destination_not_found p {
  color: #666;
  margin-bottom: 25px;
}

.destination_not_found a {
  display: inline-block;
  padding: 14px 24px;
  background: #0a8db8;
  color: #ffffff;
  text-decoration: none;
  border-radius: 999px;
}

/* Responsive */

@media (max-width: 992px) {
  .destination_detail_inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hero_quick_facts {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .destination_detail_hero {
    min-height: 620px;
    padding-top: 116px;
  }

  .destination_detail_hero_content h1 {
    font-size: 56px;
  }

  .hero_quick_facts {
    grid-template-columns: 1fr;
  }

  .hero_quick_facts div {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .hero_quick_facts div:last-child {
    border-bottom: none;
  }

  .destination_detail_main {
    padding: 28px;
  }

  .destination_detail_content {
    padding: 42px 20px 64px;
  }

  .destination_breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
  }
}
