.nr-destination-page {
  background:
    radial-gradient(circle at top left, rgba(63, 169, 201, 0.08), transparent 26%),
    linear-gradient(180deg, #fbfcfd 0%, #f3f7fb 100%);
}

.nr-destination-empty {
  padding: 160px 0 100px;
  text-align: center;
}

.nr-destination-empty h1 {
  margin: 14px 0 12px;
  font-family: var(--nr-display);
  font-size: clamp(2.4rem, 5vw, 4rem);
  color: var(--nr-navy);
}

.nr-destination-empty p {
  margin: 0;
  color: var(--nr-muted);
  line-height: 1.8;
}

.nr-destination-hero {
  position: relative;
  min-height: 76vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.nr-destination-hero__media,
.nr-destination-hero__media img,
.nr-destination-hero__overlay {
  position: absolute;
  inset: 0;
}

.nr-destination-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nr-destination-hero__overlay {
  background:
    linear-gradient(180deg, rgba(12, 22, 34, 0.16) 0%, rgba(12, 22, 34, 0.7) 100%),
    linear-gradient(130deg, rgba(18, 41, 64, 0.72) 0%, rgba(63, 169, 201, 0.18) 100%);
}

.nr-destination-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 148px;
  padding-bottom: 76px;
}

.nr-destination-breadcrumb,
.nr-destination-hero__content {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.nr-destination-breadcrumb {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nr-destination-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.nr-destination-hero__content .nr-overline {
  color: rgba(255, 255, 255, 0.9);
}

.nr-destination-hero__content h1,
.nr-destination-article__head h2,
.nr-destination-editorial__head h2,
.nr-destination-cta__inner h2 {
  margin: 16px 0 14px;
  font-family: var(--nr-display);
  line-height: 0.96;
}

.nr-destination-hero__content h1 {
  font-size: clamp(3rem, 6vw, 5.2rem);
  color: #fff;
}

.nr-destination-hero__content p {
  margin: 0 auto;
  max-width: 62ch;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.9;
}

.nr-destination-hero__actions,
.nr-destination-cta__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.nr-destination-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.nr-destination-btn--primary {
  background: linear-gradient(135deg, var(--nr-teal), var(--nr-teal-dark));
  color: #fff;
  box-shadow: 0 14px 30px rgba(63, 169, 201, 0.24);
}

.nr-destination-btn--secondary {
  background: rgba(255, 255, 255, 0.11);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(10px);
}

.nr-destination-btn:hover {
  transform: translateY(-2px);
}

.nr-destination-story {
  position: relative;
  z-index: 3;
  margin-top: -52px;
  padding-bottom: 32px;
}

.nr-destination-article,
.nr-destination-editorial,
.nr-destination-cta__inner {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(30, 58, 95, 0.1);
  box-shadow: var(--nr-shadow-soft);
}

.nr-destination-article {
  padding: 42px 44px;
}

.nr-destination-article__head,
.nr-destination-editorial__head,
.nr-destination-cta__inner {
  text-align: center;
}

.nr-destination-article__head .nr-overline,
.nr-destination-editorial__head .nr-overline,
.nr-destination-cta__inner .nr-overline {
  color: var(--nr-teal);
}

.nr-destination-article__head h2,
.nr-destination-editorial__head h2,
.nr-destination-cta__inner h2 {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  color: var(--nr-navy);
}

.nr-destination-article__head p,
.nr-destination-editorial__head p,
.nr-destination-copy-block p,
.nr-destination-faq__item p,
.nr-destination-cta__inner p {
  margin: 0;
  color: var(--nr-muted);
  line-height: 1.9;
}

.nr-destination-article__head p {
  max-width: 66ch;
  margin-left: auto;
  margin-right: auto;
}

.nr-destination-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 30px 0 0;
}

.nr-destination-facts li {
  display: grid;
  gap: 6px;
  padding: 18px 16px;
  border-radius: 18px;
  background: rgba(30, 58, 95, 0.04);
  border: 1px solid rgba(30, 58, 95, 0.08);
  text-align: center;
}

.nr-destination-facts span {
  color: var(--nr-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nr-destination-facts strong {
  color: var(--nr-navy);
  font-size: 0.98rem;
  line-height: 1.5;
}

.nr-destination-article__content {
  max-width: 760px;
  margin: 34px auto 0;
}

.nr-destination-copy-block + .nr-destination-copy-block {
  margin-top: 30px;
}

.nr-destination-copy-block h3 {
  margin: 0 0 10px;
  font-family: var(--nr-display);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: 1;
  color: var(--nr-navy);
}

.nr-destination-highlights {
  display: grid;
  gap: 14px;
}

.nr-destination-highlights li {
  display: grid;
  gap: 6px;
  padding: 18px 20px;
  border-left: 3px solid var(--nr-teal);
  border-radius: 0 18px 18px 0;
  background: rgba(63, 169, 201, 0.06);
}

.nr-destination-highlights strong {
  color: var(--nr-navy);
  font-size: 1rem;
  line-height: 1.4;
}

.nr-destination-highlights span {
  color: var(--nr-muted);
  line-height: 1.8;
}

.nr-destination-faq-wrap {
  padding: 24px 0 32px;
}

.nr-destination-editorial {
  padding: 40px 42px;
}

.nr-destination-editorial__head p {
  max-width: 52ch;
  margin-left: auto;
  margin-right: auto;
}

.nr-destination-faq {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.nr-destination-faq__item {
  border-radius: 22px;
  background: rgba(30, 58, 95, 0.03);
  border: 1px solid rgba(30, 58, 95, 0.08);
  overflow: hidden;
}

.nr-destination-faq__item summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 22px;
  color: var(--nr-navy);
  font-size: 14px;
  font-weight: 700;
}

.nr-destination-faq__item summary::-webkit-details-marker {
  display: none;
}

.nr-destination-faq__item div {
  padding: 0 22px 22px;
}

.nr-destination-cta {
  padding: 0 0 90px;
}

.nr-destination-cta__inner {
  padding: 36px 38px;
  background:
    radial-gradient(circle at top right, rgba(63, 169, 201, 0.1), transparent 24%),
    rgba(255, 255, 255, 0.96);
}

.nr-destination-cta__inner p {
  max-width: 62ch;
  margin-left: auto;
  margin-right: auto;
}

.nr-destination-cta__inner .nr-destination-btn--secondary {
  background: #fff;
  color: var(--nr-navy);
  border: 1px solid rgba(30, 58, 95, 0.12);
  backdrop-filter: none;
}

@media (max-width: 980px) {
  .nr-destination-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .nr-destination-hero {
    min-height: auto;
  }

  .nr-destination-hero__inner {
    padding-top: 132px;
    padding-bottom: 52px;
  }

  .nr-destination-story {
    margin-top: -30px;
  }

  .nr-destination-article,
  .nr-destination-editorial,
  .nr-destination-cta__inner {
    padding: 28px 20px;
    border-radius: 26px;
  }

  .nr-destination-facts {
    grid-template-columns: 1fr;
  }

  .nr-destination-hero__actions,
  .nr-destination-cta__actions {
    flex-direction: column;
  }

  .nr-destination-btn {
    width: 100%;
  }
}
