body:has(main > .destination-list-page) {
  background: #fff;
}

body:has(main > .destination-list-page) header,
body:has(main > .destination-list-page) header#plain {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff !important;
  box-shadow: 0 1px 0 rgba(17, 24, 39, .08);
}

body:has(main > .destination-list-page) header .main-menu > ul > li > a,
body:has(main > .destination-list-page) header .main-menu > ul > li > a:hover {
  color: #152034 !important;
}

body:has(main > .destination-list-page) header #logo_home .logo-mark {
  background-image: url("../img/logo_sticky.png") !important;
}

.destination-list-page {
  color: #18233a;
  background: #fff;
}

.destination-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 44% 30%, rgba(255, 255, 255, .78), rgba(255, 255, 255, 0) 28%),
    linear-gradient(90deg, #fff 0%, #fff 37%, rgba(255, 255, 255, .82) 52%, rgba(255, 255, 255, .18) 72%, rgba(255, 255, 255, 0) 100%),
    #eef4f8;
}

.destination-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54%;
  min-height: 282px;
  align-items: stretch;
}

.destination-breadcrumb {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 9px;
  align-items: center;
  padding-top: 30px;
  font-size: 12px;
  font-weight: 700;
}

.destination-breadcrumb a {
  color: #f15b22;
}

.destination-breadcrumb span,
.destination-breadcrumb i {
  color: #7a8494;
}

.destination-hero-copy {
  position: relative;
  z-index: 2;
  padding: 34px 0 38px;
}

.destination-hero-copy h1 {
  margin: 0 0 12px;
  color: #18233a;
  font-size: 46px;
  line-height: 1.08;
  font-weight: 800;
}

.destination-hero-copy p {
  max-width: 520px;
  margin: 0;
  color: #4a566c;
  font-size: 17px;
  line-height: 1.65;
}

.destination-hero-media {
  position: absolute;
  inset: 0 0 0 39%;
  z-index: 0;
}

.destination-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .94) 14%, rgba(255, 255, 255, .34) 38%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .32));
}

.destination-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.destination-stats {
  display: inline-grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
  max-width: 548px;
  margin-top: 28px;
  padding: 14px 18px;
  border: 1px solid #edf0f3;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(22, 33, 55, .12);
}

.destination-stats div {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 0 10px;
  min-width: 0;
  align-items: center;
  padding: 0 16px;
}

.destination-stats div + div {
  border-left: 1px solid #edf0f3;
}

.destination-stats i {
  grid-row: span 2;
  color: #ff5b1a;
  font-size: 25px;
}

.destination-stats strong {
  color: #18233a;
  font-size: 20px;
  line-height: 1.1;
}

.destination-stats span {
  color: #596779;
  font-size: 11px;
  line-height: 1.3;
}

.destination-shell {
  padding: 30px 0 74px;
  background: #fff;
}

.destination-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.destination-filter {
  position: sticky;
  top: 96px;
  padding: 22px;
  border: 1px solid #edf0f3;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(22, 33, 55, .07);
}

.destination-filter-head {
  padding-bottom: 16px;
  margin-bottom: 18px;
  border-bottom: 1px solid #edf0f3;
}

.destination-filter h2 {
  margin: 0;
  color: #18233a;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
}

.destination-filter-group {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

.destination-filter-group label,
.destination-filter-group strong {
  color: #18233a;
  font-size: 12px;
  font-weight: 800;
}

.destination-search {
  position: relative;
}

.destination-search i {
  position: absolute;
  left: 12px;
  top: 50%;
  color: #8a95a5;
  transform: translateY(-50%);
}

.destination-search input {
  width: 100%;
  min-height: 42px;
  padding: 9px 12px 9px 36px;
  border: 1px solid #d8dee8;
  border-radius: 6px;
  color: #263449;
  font-size: 13px;
}

.destination-check {
  display: flex;
  gap: 9px;
  align-items: center;
  min-height: 24px;
  margin: 0;
  cursor: pointer;
}

.destination-check input {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  margin: 0;
  accent-color: #ff5b1a;
}

.destination-check span {
  color: #40506a;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.destination-apply,
.destination-clear {
  display: flex;
  width: 100%;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-weight: 800;
}

.destination-apply {
  border: 0;
  background: #ff5b1a;
  color: #fff;
}

.destination-clear {
  margin-top: 12px;
  border: 1px solid #ff5b1a;
  background: #fff;
  color: #ff5b1a;
}

.destination-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  min-height: 44px;
  margin-bottom: 24px;
}

.destination-toolbar p {
  margin: 0;
  color: #536176;
  font-size: 13px;
  font-weight: 600;
}

.destination-toolbar label {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0;
}

.destination-toolbar span {
  color: #536176;
  font-size: 12px;
  font-weight: 700;
}

.destination-toolbar select {
  min-width: 184px;
  min-height: 44px;
  padding: 8px 38px 8px 14px;
  border: 1px solid #d8dee8;
  border-radius: 6px;
  background: #fff;
  color: #263449;
  font-size: 13px;
  font-weight: 600;
}

.destination-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.destination-card {
  margin: 0;
}

.destination-card a {
  display: block;
  overflow: hidden;
  height: 100%;
  border: 1px solid #e5eaf0;
  border-radius: 8px;
  background: #fff;
  color: #18233a;
  box-shadow: 0 12px 28px rgba(22, 33, 55, .08);
  transition: transform .18s ease, box-shadow .18s ease;
}

.destination-card a:hover {
  color: #18233a;
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(22, 33, 55, .13);
}

.destination-card figure {
  position: relative;
  height: 156px;
  margin: 0;
  background: #e8edf4;
}

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

.destination-badge {
  position: absolute;
  left: 12px;
  top: 12px;
  display: inline-flex;
  min-height: 23px;
  align-items: center;
  max-width: calc(100% - 58px);
  padding: 4px 9px;
  border: 2px solid currentColor;
  border-radius: 6px;
  background: #fff;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

.destination-badge--heritage {
  color: #ff7a00;
}

.destination-badge--culture {
  color: #a64cff;
}

.destination-badge--historical {
  color: #2396c8;
}

.destination-badge--romantic {
  color: #ff3f86;
}

.destination-badge--spiritual {
  color: #a64cff;
}

.destination-badge--adventure {
  color: #0b9a6d;
}

.destination-badge--nature {
  color: #37a83d;
}

.destination-badge--wildlife {
  color: #f59f00;
}

.destination-badge--beach,
.destination-badge--default {
  color: #1976d2;
}

.destination-badge--metropolitan {
  color: #2f7ccf;
}

.destination-fav {
  position: absolute;
  top: 11px;
  right: 12px;
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .66);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .72);
  backdrop-filter: blur(4px);
}

.destination-card-body {
  display: grid;
  min-height: 142px;
  padding: 15px 16px 16px;
}

.destination-card h2 {
  margin: 0 0 2px;
  color: #18233a;
  font-size: 18px;
  line-height: 1.24;
  font-weight: 800;
}

.destination-state {
  margin: 0 0 10px;
  color: #5d6b7f;
  font-size: 12px;
  font-weight: 700;
}

.destination-copy {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 58px;
  margin: 0 0 13px;
  overflow: hidden;
  color: #42516a;
  font-size: 13px;
  line-height: 1.5;
}

.destination-link {
  align-self: end;
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: #ff5b1a;
  font-size: 12px;
  font-weight: 900;
}

.destination-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.destination-pagination a {
  display: inline-flex;
  min-width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid #e4e9f0;
  border-radius: 999px;
  background: #fff;
  color: #2f3d52;
  font-size: 13px;
  font-weight: 800;
}

.destination-pagination a.is-current {
  border-color: #ff5b1a;
  background: #ff5b1a;
  color: #fff;
}

.destination-next {
  gap: 4px;
}

.destination-empty {
  padding: 38px;
  border: 1px dashed #d8dee8;
  border-radius: 8px;
  text-align: center;
}

.destination-empty h2 {
  margin: 0 0 8px;
  color: #18233a;
  font-size: 24px;
}

.destination-empty p {
  margin: 0 0 18px;
  color: #536176;
}

.destination-empty a {
  color: #ff5b1a;
  font-weight: 800;
}

.destination-newsletter {
  background: linear-gradient(90deg, #fff4e9, #ffe5ce);
}

.destination-newsletter-inner {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) minmax(340px, 420px);
  gap: 22px;
  align-items: center;
  min-height: 96px;
}

.destination-newsletter-inner > i {
  display: inline-flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: #ff5b1a;
  font-size: 31px;
  box-shadow: 0 12px 28px rgba(22, 33, 55, .14);
}

.destination-newsletter h2 {
  margin: 0 0 6px;
  color: #18233a;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
}

.destination-newsletter p {
  margin: 0;
  color: #3f4f66;
  font-size: 13px;
  font-weight: 600;
}

.destination-newsletter form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  gap: 12px;
}

.destination-newsletter input {
  min-height: 42px;
  border: 1px solid #f2d9c5;
  border-radius: 6px;
  padding: 8px 14px;
  background: #fff;
  color: #263449;
}

.destination-newsletter button {
  min-height: 42px;
  border: 0;
  border-radius: 6px;
  background: #ff5b1a;
  color: #fff;
  font-weight: 800;
}

.destination-seo-content {
  padding: 34px 0;
  background: #fff;
}

.destination-seo-content .container {
  max-width: 980px;
}

.destination-seo-content h2 {
  margin: 0 0 12px;
  color: #18233a;
  font-size: 24px;
  font-weight: 800;
}

.destination-seo-content p {
  margin: 0;
  color: #526176;
  font-size: 14px;
  line-height: 1.75;
}

.destination-seo-content p + p {
  margin-top: 10px;
}

@media (max-width: 1199px) {
  .destination-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  body:has(main > .destination-list-page) header,
  body:has(main > .destination-list-page) header#plain {
    z-index: 10040;
  }

  body:has(main > .destination-list-page) header .container {
    position: relative;
  }

  body:has(main > .destination-list-page) header nav.col-9 {
    position: static;
    min-height: 58px;
  }

  body:has(main > .destination-list-page) header .cmn-toggle-switch {
    top: 50%;
    right: 15px;
    width: 36px;
    height: 36px;
    transform: translateY(-50%);
    z-index: 10001;
  }

  body:has(main > .destination-list-page) header .cmn-toggle-switch span {
    top: 17px;
    background: #152034;
  }

  body:has(main > .destination-list-page) header .cmn-toggle-switch span::before,
  body:has(main > .destination-list-page) header .cmn-toggle-switch span::after,
  body:has(main > .destination-list-page) header.sticky .cmn-toggle-switch span,
  body:has(main > .destination-list-page) header.sticky .cmn-toggle-switch span::before,
  body:has(main > .destination-list-page) header.sticky .cmn-toggle-switch span::after {
    background-color: #152034;
  }

  body:has(main > .destination-list-page) header .cmn-toggle-switch__htx.active {
    transform: translateY(-50%);
  }

  body:has(main > .destination-list-page) header .cmn-toggle-switch__htx.active span {
    background: none;
  }

  body:has(main > .destination-list-page) header .main-menu {
    z-index: 10050 !important;
  }

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

  .destination-hero-media {
    inset: 0;
    opacity: .36;
  }

  .destination-hero-media::after {
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .88) 58%, rgba(255, 255, 255, .42) 100%);
  }

  .destination-hero-copy h1 {
    font-size: 40px;
  }

  .destination-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .destination-filter {
    position: static;
  }

  .destination-filter-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .destination-filter-group > label:first-child,
  .destination-filter-group > strong,
  .destination-search {
    grid-column: 1 / -1;
  }

  .destination-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .destination-newsletter-inner {
    grid-template-columns: 56px minmax(0, 1fr);
    padding: 20px 15px;
  }

  .destination-newsletter form {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .destination-breadcrumb {
    padding-top: 18px;
  }

  .destination-hero-copy {
    padding: 28px 0 30px;
  }

  .destination-hero-copy h1 {
    font-size: 34px;
  }

  .destination-hero-copy p {
    font-size: 15px;
  }

  .destination-stats {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    padding: 12px;
  }

  .destination-stats div {
    padding: 10px;
  }

  .destination-stats div + div {
    border-top: 1px solid #edf0f3;
    border-left: 0;
  }

  .destination-shell {
    padding: 24px 0 52px;
  }

  .destination-filter {
    padding: 18px;
  }

  .destination-filter-group {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .destination-toolbar {
    display: grid;
    gap: 12px;
  }

  .destination-toolbar label,
  .destination-toolbar select {
    width: 100%;
  }

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

  .destination-card figure {
    height: 210px;
  }

  .destination-card-body {
    min-height: 0;
  }

  .destination-pagination {
    flex-wrap: wrap;
  }

  .destination-newsletter-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .destination-newsletter-inner > i {
    margin: 0 auto;
  }

  .destination-newsletter form {
    grid-template-columns: 1fr;
  }
}
