
.dest-region-nav {
  background: #FFFFFF;
  border-top: 1px solid rgba(30, 58, 95,0.18);
  border-bottom: 1px solid rgba(30, 58, 95,0.18);
}
.dest-region-nav-inner {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 12px 0;
}
.dest-region-nav-inner a {
  flex: 0 0 auto;
  font-size: 11px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #2A4A6A;
  border: 1px solid rgba(30, 58, 95,0.35);
  border-radius: 999px;
  padding: 7px 11px;
}
.dest-region-nav-seasonal {
  margin-left: auto;
  background: rgba(30, 58, 95,0.10);
  font-weight: 600;
}
[dir="rtl"] .dest-region-nav-seasonal {
  margin-left: 0;
  margin-right: auto;
}

.dest-atlas {
  background: #FFFFFF;
}
.dest-region {
  margin-top: 56px;
}
.dest-region:first-child {
  margin-top: 0;
}
.dest-region-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 14px;
  margin-bottom: 16px;
}
.dest-region-head h2 {
  margin: 0 0 8px;
}
.dest-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
}
.dest-card {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(30, 58, 95,0.18);
  background: #FFFFFF;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.dest-card:hover {
  transform: translateY(-2px);
  border-color: rgba(30, 58, 95,0.46);
  box-shadow: 0 16px 34px rgba(12,14,26,0.1);
}
.dest-card-media {
  min-height: 180px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.dest-card-media::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12,14,26,0.02) 0%, rgba(12,14,26,0.36) 100%);
}
.dest-card-body {
  padding: 16px;
}
.dest-card-country {
  display: block;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #2A4A6A;
}
.dest-card-body h3 {
  margin: 8px 0;
  font-family: 'Inter', sans-serif; font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
  color: #0C0E1A;
}
.dest-card-note {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.63;
  color: #3A3F6E;
}
.dest-card-meta {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}
.dest-card-meta li {
  width: fit-content;
  max-width: 100%;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid rgba(30, 58, 95,0.3);
  border-radius: 999px;
  padding: 4px 8px;
  color: #3A3F6E;
}

.dest-card-details {
  margin: 0 0 12px;
  display: grid;
  gap: 6px;
  padding: 10px 12px;
  background: rgba(30, 58, 95,0.04);
  border: 1px solid rgba(30, 58, 95,0.12);
  border-radius: 10px;
}
.dest-card-details dt {
  margin: 0;
  font-size: 9px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #2A4A6A;
  font-weight: 600;
}
.dest-card-details dd {
  margin: 0 0 4px;
  font-size: 12px;
  line-height: 1.5;
  color: #0C0E1A;
}
.dest-card-details dd:last-child { margin-bottom: 0; }
.dest-card-enquire {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #2A4A6A;
  color: #FFFFFF;
  font-size: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: background 160ms ease, transform 140ms ease;
  white-space: nowrap;
}
.dest-card-enquire:hover {
  background: #1a3550;
  transform: translateY(-1px);
}

/* "Ask Milvus" secondary action row */
.dest-card-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.dest-card-ask {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(30, 58, 95,0.38);
  background: transparent;
  color: #2A4A6A;
  font: inherit;
  font-size: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}
.dest-card-ask:hover {
  background: #0C1E30;
  border-color: #0C1E30;
  color: #FFFFFF;
}

.dest-signals {
  background: #FFFFFF;
}
.dest-section-head {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}
.dest-section-head .m-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
}
.dest-signals-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 12px;
}
.dest-signals-grid article {
  border: 1px solid rgba(30, 58, 95,0.18);
  background: #FFFFFF;
  border-radius: 14px;
  padding: 16px;
}
.dest-signals-grid span {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2A4A6A;
}
.dest-signals-grid h3 {
  margin: 8px 0;
  font-family: 'Inter', sans-serif; font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
}
.dest-signals-grid p {
  margin: 0;
  font-size: 13px;
  line-height: 1.62;
  color: #3A3F6E;
}

@media (max-width: 760px) {
  .dest-region-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .dest-cards {
    grid-template-columns: 1fr;
  }
}

/* Light header + scroll offset */
.destinations-page {
  scroll-padding-top: 88px;
}
/* Header uses global vibrant glassmorphism */

/* ===================================================
   Seasonal Guide — .dsg-*
   =================================================== */
.dest-seasonal {
  background: #FFFFFF;
  border-top: 1px solid rgba(30, 58, 95,0.10);
}
.dsg-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

/* Season card */
.dsg-season {
  border-radius: 18px;
  border: 1.5px solid rgba(30, 58, 95,0.16);
  background: #FFFFFF;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}
.dsg-season:hover {
  border-color: rgba(30, 58, 95,0.38);
  box-shadow: 0 8px 28px rgba(12,14,26,0.08);
}

/* Per-season accent border */
.dsg-spring { border-top: 3px solid #142A47; }
.dsg-summer { border-top: 3px solid #D97706; }
.dsg-autumn { border-top: 3px solid #DC2626; }
.dsg-winter { border-top: 3px solid #1E3A5F; }

/* Badge + months row */
.dsg-season-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.dsg-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.dsg-spring  .dsg-badge { background: rgba(20, 42, 71,0.12);  color: #047857; }
.dsg-summer  .dsg-badge { background: rgba(217,119,6,0.12);  color: #B45309; }
.dsg-autumn  .dsg-badge { background: rgba(220,38,38,0.10);  color: #DC2626; }
.dsg-winter  .dsg-badge { background: rgba(30, 58, 95,0.12); color: #2A4A6A; }
.dsg-months {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #6B7280;
}

/* Season title + weather */
.dsg-season-title {
  margin: 0 0 6px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(17px, 2vw, 22px);
  letter-spacing: 0.03em;
  color: #0C0E1A;
  line-height: 1.2;
}
.dsg-weather {
  margin: 0;
  font-size: 13px;
  line-height: 1.62;
  color: #6B7280;
}

/* Destination places list */
.dsg-places {
  list-style: none;
  margin: 0; padding: 0;
  display: grid;
  gap: 10px;
}
.dsg-places li {
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #FFFFFF;
  border: 1px solid rgba(12,14,26,0.07);
}
.dsg-place-name {
  font-size: 13px;
  font-weight: 700;
  color: #0C0E1A;
}
.dsg-place-note {
  font-size: 12px;
  color: #6B7280;
  line-height: 1.5;
}

/* Avoid note */
.dsg-avoid {
  margin: 0;
  font-size: 12px;
  color: #6B7280;
  display: flex;
  gap: 6px;
  align-items: flex-start;
  line-height: 1.5;
}
.dsg-avoid span {
  flex-shrink: 0;
  color: rgba(220,38,38,0.6);
  font-size: 11px;
}

/* Responsive */
@media (max-width: 900px) {
  .dsg-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .dsg-season {
    padding: 18px;
  }
}
