:root {
  --ink: #17202a;
  --muted: #5b6776;
  --line: #d9e0e8;
  --paper: #ffffff;
  --mist: #f4f7f9;
  --blue: #116a8a;
  --blue-dark: #0c526d;
  --orange: #d65f21;
  --green: #1f7a5d;
  --red: #b93d3d;
  --sand: #f8efe2;
  --shadow: 0 12px 28px rgba(23, 32, 42, 0.09);
  --shadow-soft: 0 8px 22px rgba(23, 32, 42, 0.07);
  --surface: #fbfdfe;
  --line-strong: #c8d4de;
  --radius: 8px;
  --container: 1180px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

/* Contextual affiliate module. Rendered only when the local/production feature flag is enabled. */
.affiliate-experience {
  --affiliate-accent: #d86128;
}

.article-section.affiliate-experience {
  background:
    radial-gradient(circle at 100% 0, rgba(218, 132, 48, 0.13), transparent 34%),
    linear-gradient(180deg, #fffdf8 0%, #fff 100%);
  border-color: #e7d8c4;
}

.article-section.affiliate-experience::before {
  background: linear-gradient(90deg, var(--affiliate-accent), #efb34f);
}

.affiliate-widget-shell {
  width: 100%;
  min-width: 0;
  min-height: 360px;
  margin-top: 24px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfe6e9;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(23, 32, 42, 0.08);
}

.affiliate-widget-shell [hidden] {
  display: none !important;
}

.affiliate-widget-shell > div,
.affiliate-widget-shell iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
}

.affiliate-consent-placeholder {
  min-height: 360px;
  padding: clamp(26px, 5vw, 54px);
  display: grid !important;
  grid-template-columns: auto minmax(0, 680px);
  gap: 22px;
  align-content: center;
  justify-content: center;
  background:
    radial-gradient(circle at 82% 15%, rgba(214, 95, 33, 0.13), transparent 33%),
    linear-gradient(135deg, #fffaf1, #f4fbfc);
}

.affiliate-consent-placeholder h3 {
  margin: 0 0 8px;
  color: var(--blue-dark);
  font-size: clamp(1.2rem, 3vw, 1.65rem);
}

.affiliate-consent-placeholder p {
  margin-bottom: 18px;
  color: var(--muted);
}

.affiliate-consent-placeholder .text-link {
  display: inline-block;
  margin-left: 12px;
}

.affiliate-consent-badge {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: #fff;
  background: var(--affiliate-accent);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.affiliate-experience-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
}

.affiliate-primary-link {
  text-align: center;
}

.affiliate-disclosure {
  max-width: 850px;
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.55;
}

@media (max-width: 700px) {
  .affiliate-widget-shell {
    min-height: 360px;
    margin-top: 18px;
    border-radius: 12px;
  }

  .affiliate-consent-placeholder {
    grid-template-columns: 1fr;
    padding: 28px 20px;
  }

  .affiliate-consent-placeholder .btn {
    width: 100%;
  }

  .affiliate-consent-placeholder .text-link {
    display: block;
    margin: 12px 0 0;
    text-align: center;
  }

  .affiliate-primary-link {
    width: 100%;
  }
}

/* First-party consent panel. There is deliberately no dismiss icon: the
   visitor chooses all, necessary-only, or granular settings. */
.consent-banner {
  position: fixed;
  z-index: 100000;
  right: 18px;
  bottom: 18px;
  left: 18px;
  max-height: calc(100vh - 36px);
  overflow: auto;
  color: #17202a;
  background: #fff;
  border: 1px solid #cbd7df;
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(10, 39, 66, 0.28);
}

.consent-banner[hidden] {
  display: none !important;
}

.consent-banner-inner {
  width: min(1160px, 100%);
  margin: 0 auto;
  padding: 22px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px 28px;
  align-items: center;
}

.consent-banner-copy {
  max-width: 760px;
}

.consent-eyebrow {
  margin: 0 0 3px;
  color: #0c526d;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.consent-banner h2 {
  margin: 0 0 6px;
  color: #0a2742;
  font-size: clamp(1.2rem, 2.8vw, 1.65rem);
  line-height: 1.2;
}

.consent-banner-copy p {
  margin-bottom: 4px;
  color: #44525f;
  font-size: 0.92rem;
  line-height: 1.5;
}

.consent-banner-copy a {
  color: #0c526d;
  font-size: 0.83rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.consent-banner-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 10px;
}

.consent-button {
  min-height: 46px;
  padding: 10px 16px;
  border: 2px solid transparent;
  border-radius: 999px;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 850;
  line-height: 1.2;
  cursor: pointer;
}

.consent-button.is-primary {
  color: #fff;
  background: #0c526d;
  border-color: #0c526d;
}

.consent-button.is-secondary {
  color: #0c526d;
  background: #fff;
  border-color: #0c526d;
}

.consent-button.is-text {
  min-height: 36px;
  grid-column: 1 / -1;
  padding: 4px 10px;
  color: #0c526d;
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.consent-button:focus-visible,
.consent-preferences-link:focus-visible {
  outline: 3px solid #f2a65a;
  outline-offset: 3px;
}

.consent-settings {
  grid-column: 1 / -1;
  padding-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  border-top: 1px solid #d9e0e8;
}

.consent-settings[hidden] {
  display: none !important;
}

.consent-setting {
  min-width: 0;
  padding: 14px;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: flex-start;
  background: #f5f8fa;
  border: 1px solid #d9e0e8;
  border-radius: 12px;
}

.consent-setting strong,
.consent-setting small {
  display: block;
}

.consent-setting small {
  margin-top: 4px;
  color: #5b6776;
  font-size: 0.76rem;
  line-height: 1.4;
}

.consent-setting input {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  accent-color: #0c526d;
}

.consent-settings > .consent-button {
  grid-column: 1 / -1;
  justify-self: end;
  min-width: 220px;
}

.consent-preferences-link {
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  font: inherit;
  font-size: inherit;
  text-align: left;
  text-decoration: underline;
  cursor: pointer;
}

@media (max-width: 860px) {
  .consent-banner-inner {
    grid-template-columns: 1fr;
  }

  .consent-banner-actions {
    width: 100%;
  }

  .consent-settings {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .consent-banner {
    right: 8px;
    bottom: 8px;
    left: 8px;
    max-height: calc(100vh - 16px);
    border-radius: 14px;
  }

  .consent-banner-inner {
    padding: 17px;
  }

  .consent-banner-actions {
    grid-template-columns: 1fr;
  }

  .consent-button.is-text {
    grid-column: auto;
  }

  .consent-settings > .consent-button {
    width: 100%;
    min-width: 0;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  background: var(--mist);
  color: var(--ink);
  font-family: var(--font);
  line-height: 1.62;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0 0 1rem;
  overflow-wrap: anywhere;
}

ul,
ol {
  margin: 0.75rem 0 1rem;
  padding-left: 1.25rem;
}

li {
  margin: 0.35rem 0;
  overflow-wrap: anywhere;
}

strong {
  color: var(--ink);
}

.container {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 99;
  padding: 10px 14px;
  color: #fff;
  background: var(--ink);
  border-radius: var(--radius);
}

.skip-link:focus {
  left: 12px;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid rgba(217, 224, 232, 0.62);
  backdrop-filter: blur(18px);
}

.topbar-inner {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  position: relative;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 220px;
  line-height: 1.12;
  min-height: 38px;
}

.brand-mark {
  display: block;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.brand-mark:focus-visible {
  outline: 3px solid rgba(17, 106, 138, 0.35);
  outline-offset: 3px;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
}

.brand-copy {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.brand-logo {
  width: max-content;
  max-width: 100%;
  color: var(--ink);
  font-weight: 950;
  font-size: 0.98rem;
}

.brand-subline {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 750;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3px;
  max-width: 100%;
  overflow: visible;
  white-space: nowrap;
  flex: 1;
}

.nav a,
.nav-trigger {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 8px;
  color: var(--muted);
  border-radius: var(--radius);
  border: 0;
  background: transparent;
  font-size: 0.86rem;
  font-weight: 850;
  font-family: inherit;
  cursor: pointer;
}

.nav a:hover,
.nav a:focus-visible,
.nav-trigger:hover,
.nav-menu[open] .nav-trigger {
  color: var(--ink);
  background: var(--mist);
  outline: 0;
}

.nav-menu {
  position: relative;
}

.nav-menu summary {
  list-style: none;
}

.nav-menu summary::-webkit-details-marker {
  display: none;
}

.nav-trigger::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  opacity: 0.72;
  transform: rotate(45deg) translateY(-2px);
}

.nav-panel {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 80;
  display: grid;
  gap: 6px;
  width: 278px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(217, 224, 232, 0.92);
  border-radius: var(--radius);
  box-shadow: 0 16px 34px rgba(23, 32, 42, 0.12);
  white-space: normal;
}

.nav-panel strong {
  display: block;
  margin: 4px 6px 2px;
  color: var(--muted);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.nav-panel a,
.nav-panel span {
  display: grid;
  gap: 2px;
  padding: 8px 9px;
  border-radius: var(--radius);
}

.nav-panel a:hover {
  background: var(--mist);
}

.nav-panel small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 650;
}

.nav-panel span {
  color: var(--muted);
  opacity: 0.72;
}

.hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: min(78svh, 680px);
  display: grid;
  align-items: end;
  color: #fff;
  background: #0c202b;
  padding: clamp(86px, 13svh, 132px) 0 48px;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(12, 32, 43, 0.94), rgba(12, 32, 43, 0.68) 50%, rgba(12, 32, 43, 0.20));
  pointer-events: none;
}

.hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-image-credit {
  position: absolute;
  right: 14px;
  bottom: 10px;
  z-index: 3;
  max-width: min(70vw, 520px);
}

.hero-image-credit .image-credit {
  margin: 0;
}

.hero-image-credit .image-credit,
.hero-image-credit .image-credit a {
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero.compact {
  min-height: 460px;
}

.hero.home-hero {
  min-height: 410px;
  padding-bottom: 34px;
}

.hero-content {
  max-width: 870px;
  min-width: 0;
}

.eyebrow {
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin-bottom: 18px;
  padding: 7px 10px;
  color: rgba(255, 255, 255, 0.94);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: var(--radius);
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  line-height: 1.08;
}

h1 {
  max-width: 900px;
  margin-bottom: 18px;
  font-size: clamp(2.35rem, 6vw, 5.1rem);
}

h2 {
  max-width: 840px;
  margin-bottom: 1rem;
  font-size: clamp(1.75rem, 3.3vw, 2.85rem);
}

h3 {
  margin-bottom: 0.8rem;
  font-size: 1.22rem;
  line-height: 1.16;
}

h4 {
  margin-bottom: 0.35rem;
  font-size: 1rem;
}

.hero-lead {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.91);
  font-size: clamp(1.06rem, 2vw, 1.3rem);
  overflow-wrap: anywhere;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 22px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 15px;
  color: #fff;
  background: var(--blue);
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 900;
  line-height: 1.15;
  transition: 160ms ease;
}

.btn:hover {
  background: var(--blue-dark);
  transform: translateY(-1px);
}

.btn.orange {
  background: var(--orange);
}

.btn.orange:hover {
  background: #bf4f18;
}

.btn.light {
  color: var(--ink);
  background: #fff;
}

.btn.light:hover {
  background: #f2f6f8;
}

.btn.ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.42);
}

.fact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.fact {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 11px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.30);
  border-radius: var(--radius);
  font-size: 0.88rem;
  font-weight: 900;
  min-width: 0;
  overflow-wrap: anywhere;
  backdrop-filter: blur(10px);
}

.fact::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 8px;
  background: #f4b24a;
  border-radius: 50%;
  flex: 0 0 auto;
}

.section {
  padding: clamp(42px, 7vw, 82px) 0;
}

.section.paper {
  background: var(--paper);
}

.home-countries {
  padding-top: clamp(30px, 4vw, 52px);
}

.section.sand {
  background: var(--sand);
}

.section.dark {
  color: #fff;
  background: var(--ink);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.45fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 26px;
}

.section-subtitle {
  margin: 24px 0 12px;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  max-width: 100%;
  margin-bottom: 14px;
  padding: 5px 0;
  color: var(--blue-dark);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--orange);
  border-radius: 2px;
}

.section.dark .kicker {
  color: #fff;
  background: transparent;
  border: 0;
}

.section.dark .kicker::before {
  background: #f4b24a;
}

.intro {
  color: var(--muted);
  font-size: 1.02rem;
}

.section.dark .intro,
.section.dark .muted {
  color: rgba(255, 255, 255, 0.72);
}

.grid {
  display: grid;
  gap: 16px;
}

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

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

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

.card {
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.card,
.soft-box,
.article-section,
.callout,
.note-card,
.toc {
  min-width: 0;
}

.card-body {
  padding: 18px;
}

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

.destination-card {
  display: flex;
  flex-direction: column;
}

.destination-card .card-body {
  display: grid;
  gap: 10px;
  flex: 1;
}

.destination-card h3,
.destination-card p {
  margin-bottom: 0;
}

.destination-card-points {
  display: grid;
  gap: 7px;
}

.destination-card-points span {
  display: block;
  padding: 9px 10px;
  color: var(--muted);
  background: #f4f8fa;
  border: 1px solid #dce5ec;
  border-radius: var(--radius);
  font-size: 0.88rem;
  line-height: 1.35;
}

.destination-card .text-link {
  align-self: start;
  margin-top: auto;
}

.destination-card > .image-credit,
.activity-card > .image-credit {
  margin: 0;
  padding: 7px 12px 0;
}

.soft-box {
  position: relative;
  overflow: hidden;
  padding: 20px;
  background: linear-gradient(180deg, #fff 0%, var(--surface) 100%);
  border: 1px solid #dce5ec;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.soft-box::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--blue);
  opacity: 0.78;
}

.soft-box > * {
  position: relative;
}

.visual-card {
  padding: 0;
}

.visual-card > h3,
.visual-card > p,
.visual-card > a,
.visual-card > button {
  margin-left: 20px;
  margin-right: 20px;
}

.visual-card > :last-child {
  margin-bottom: 20px;
}

.soft-box-image {
  display: block;
  width: 100%;
  height: 155px;
  margin-bottom: 16px;
  object-fit: cover;
}

.scroll-shell {
  position: relative;
  min-width: 0;
  margin-top: 12px;
}

.scroll-shell::before,
.scroll-shell::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 14px;
  z-index: 2;
  width: 54px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.18s ease;
}

.scroll-shell::before {
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.92), transparent);
}

.scroll-shell::after {
  right: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.92), transparent);
}

.scroll-shell.has-overflow:not(.at-start)::before,
.scroll-shell.has-overflow:not(.at-end)::after {
  opacity: 1;
}

.scroll-btn {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: rgba(12, 82, 109, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(23, 32, 42, 0.18);
  cursor: pointer;
  transform: translateY(-50%);
}

.scroll-btn-prev {
  left: 8px;
}

.scroll-btn-next {
  right: 8px;
}

.scroll-btn-prev::before {
  content: "\2190";
}

.scroll-btn-next::before {
  content: "\2192";
}

.scroll-btn:disabled {
  opacity: 0;
  pointer-events: none;
}

.scroll-shell:not(.has-overflow) .scroll-btn {
  display: none;
}

.top-things-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.top-things-explorer {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

.top-things-explorer-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 18px;
}

.top-things-explorer-head strong {
  color: var(--blue-dark);
  font-size: 1.05rem;
}

.top-things-explorer-head span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.top-things-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.top-things-filter {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 9px 13px;
  color: var(--blue-dark);
  background: #fff;
  border: 1px solid #cddde3;
  border-radius: 999px;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 900;
  cursor: pointer;
  transition: transform 160ms ease, color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.top-things-filter:hover {
  transform: translateY(-1px);
  border-color: var(--blue-dark);
}

.top-things-filter:focus-visible {
  outline: 3px solid rgba(12, 82, 109, 0.2);
  outline-offset: 2px;
}

.top-things-filter.is-active {
  color: #fff;
  background: var(--blue-dark);
  border-color: var(--blue-dark);
}

.top-things-filter span {
  display: inline-grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  color: inherit;
  background: rgba(12, 82, 109, 0.1);
  border-radius: 999px;
  font-size: 0.76rem;
}

.top-things-filter.is-active span {
  background: rgba(255, 255, 255, 0.18);
}

.top-things-scroll {
  display: flex;
  gap: 14px;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  padding: 2px 2px 14px;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(12, 82, 109, 0.28) transparent;
}

.top-thing-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  min-height: 184px;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #f7fbfb 52%, #fff8ef 100%);
  border: 1px solid #dbe6e7;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  scroll-snap-align: start;
}

.top-thing-card[hidden] {
  display: none;
}

.top-thing-card-no-media {
  grid-template-columns: 1fr;
}

.top-thing-media {
  position: relative;
  aspect-ratio: 16 / 10;
  min-height: 0;
  background: #e7eef2;
}

.top-thing-media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.top-thing-media .image-credit {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  width: fit-content;
  max-width: calc(100% - 16px);
  margin: 0;
  padding: 4px 6px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(8, 28, 45, 0.72);
  border-radius: var(--radius);
  font-size: 0.66rem;
}

.top-thing-media .image-credit a {
  color: inherit;
}

.top-thing-body {
  display: grid;
  align-content: start;
  gap: 10px;
  min-width: 0;
  padding: 16px;
}

.top-thing-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.top-thing-rank {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #fff;
  background: #0c526d;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 950;
  line-height: 1;
}

.top-thing-card h3,
.top-thing-card p {
  margin: 0;
}

.top-thing-card h3 {
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.2;
}

.top-thing-facts {
  display: grid;
  gap: 7px;
  margin: 0;
}

.top-thing-facts div {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 9px;
  padding-top: 7px;
  border-top: 1px solid rgba(12, 82, 109, 0.1);
}

.top-thing-facts dt {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.top-thing-facts dd {
  min-width: 0;
  margin: 0;
  color: var(--ink);
  font-size: 0.88rem;
}

.poi-scroll {
  display: flex;
  gap: 14px;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  padding: 2px 2px 14px;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(12, 82, 109, 0.28) transparent;
}

.poi-scroll:focus-visible,
.profile-scroll:focus-visible {
  outline: 3px solid rgba(12, 82, 109, 0.22);
  outline-offset: 3px;
}

.poi-card {
  flex: 0 0 min(380px, 84vw);
  overflow: hidden;
  min-width: 0;
  background: linear-gradient(180deg, #fff 0%, #f8fbfc 100%);
  border: 1px solid #dce5ec;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  scroll-snap-align: start;
}

.poi-media {
  position: relative;
  min-height: 214px;
  background: #e7eef2;
}

.poi-media img {
  display: block;
  width: 100%;
  height: 214px;
  object-fit: cover;
}

.poi-media .image-credit {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 20px);
  margin: 0;
  padding: 5px 7px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(8, 28, 45, 0.72);
  border-radius: var(--radius);
}

.poi-media .image-credit a {
  color: inherit;
}

.poi-body {
  display: grid;
  gap: 9px;
  padding: 16px;
}

.poi-label {
  width: fit-content;
  padding: 5px 8px;
  color: var(--blue-dark);
  background: #eaf4f1;
  border: 1px solid #d2e8df;
  border-radius: var(--radius);
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.poi-body h3,
.poi-body p {
  margin: 0;
}

.profile-scroll {
  display: flex;
  gap: 14px;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  padding: 2px 2px 14px;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(12, 82, 109, 0.28) transparent;
}

.profile-card {
  flex: 0 0 min(430px, 86vw);
  overflow: hidden;
  min-width: 0;
  background: linear-gradient(180deg, #fff 0%, #f8fbfc 100%);
  border: 1px solid #dce5ec;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  scroll-snap-align: start;
}

.profile-media,
.stay-panel-media {
  position: relative;
  min-height: 230px;
  background: #e7eef2;
}

.profile-media img,
.stay-panel-media img {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.profile-media .image-credit,
.stay-panel-media .image-credit {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 20px);
  margin: 0;
  padding: 5px 7px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(8, 28, 45, 0.72);
  border-radius: var(--radius);
}

.profile-media .image-credit a,
.stay-panel-media .image-credit a {
  color: inherit;
}

.profile-body {
  display: grid;
  gap: 10px;
  padding: 17px;
}

.profile-label {
  width: fit-content;
  padding: 5px 8px;
  color: var(--blue-dark);
  background: #eaf4f1;
  border: 1px solid #d2e8df;
  border-radius: var(--radius);
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.profile-body h3,
.profile-body p {
  margin: 0;
}

.profile-facts,
.stay-fact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.profile-facts div,
.stay-fact-grid div {
  min-width: 0;
  padding: 10px;
  background: #fff;
  border: 1px solid #dce5ec;
  border-radius: var(--radius);
}

.profile-facts span,
.stay-fact-grid span {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 950;
  text-transform: uppercase;
}

.profile-facts strong,
.stay-fact-grid strong {
  display: block;
  color: var(--ink);
  line-height: 1.18;
}

.glance-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.glance-card {
  min-width: 0;
  padding: 14px;
  background: linear-gradient(180deg, #fff 0%, #f8fbfc 100%);
  border: 1px solid #dce5ec;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.glance-card span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.glance-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--blue-dark);
  line-height: 1.17;
  overflow-wrap: anywhere;
}

.glance-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  overflow-wrap: anywhere;
}

.image-credit {
  margin-top: -8px;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.35;
}

.image-credit a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.text-button {
  appearance: none;
  display: inline;
  padding: 0;
  color: var(--blue-dark);
  background: transparent;
  border: 0;
  font: inherit;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  cursor: pointer;
}

.section.dark .card,
.section.dark .soft-box {
  color: var(--ink);
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 10px 0 14px;
}

.tag {
  display: inline-flex;
  padding: 4px 8px;
  color: var(--blue-dark);
  background: #eef5f7;
  border: 1px solid #d2e8ef;
  border-radius: var(--radius);
  font-size: 0.78rem;
  font-weight: 850;
}

.tag.orange {
  color: #9c4316;
  background: #fff0e8;
  border-color: #f5cfbe;
}

.tag.green {
  color: #145a44;
  background: #e9f5ef;
  border-color: #c6e6d7;
}

.tag.red {
  color: #8f2e2e;
  background: #fff0f0;
  border-color: #efc7c7;
}

.status-note {
  margin: 0 0 0.75rem;
  color: var(--orange);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.text-link {
  color: var(--blue-dark);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.section.dark .text-link {
  color: #a9e8ff;
}

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

.layout > * {
  min-width: 0;
}

.article-section {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 86px;
  margin-bottom: 24px;
  padding: clamp(28px, 4.2vw, 40px);
  background: linear-gradient(180deg, #fff 0%, #fbfdfe 100%);
  border: 1px solid #dce5ec;
  border-radius: var(--radius);
  box-shadow: 0 16px 38px rgba(23, 32, 42, 0.08);
}

.article-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--green));
}

.article-section > p,
.article-section > .answer-grid,
.article-section > .grid,
.article-section > .comparison,
.article-section > .decision-tabs,
.article-section > .table-wrap,
.article-section > .zone-map-shell,
.article-section > .zone-detail-grid,
.article-section > .route-map,
.article-section > .time-grid,
.article-section > .itinerary-carousel,
.article-section > .stay-type-grid,
.article-section > .activity-planner,
.article-section > .intent-selector,
.article-section > .budget-planner,
.article-section > .source-list {
  margin-top: 4px;
}

.article-section h2 + p,
.article-section h2 + .grid,
.article-section h2 + .comparison,
.article-section h2 + .decision-flow,
.article-section h2 + .decision-tabs,
.article-section h2 + .zone-map-shell,
.article-section h2 + .route-map,
.article-section h2 + .itinerary-carousel,
.article-section h2 + .activity-planner,
.article-section h2 + .intent-selector,
.article-section h2 + .budget-planner,
.article-section h2 + .table-wrap {
  margin-top: 12px;
}

.answer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.42fr);
  gap: 20px;
  align-items: start;
}

.score-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #dce5ec;
  border-radius: var(--radius);
  background: linear-gradient(180deg, #fff, #f9fcfd);
  box-shadow: var(--shadow-soft);
}

.score-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
}

.score-list li:last-child {
  border-bottom: 0;
}

.score-list span:first-child {
  color: var(--muted);
  font-weight: 850;
}

.score-list span:last-child {
  font-weight: 950;
  text-align: right;
  overflow-wrap: anywhere;
  word-break: normal;
}

.comparison {
  display: grid;
  gap: 14px;
}

.compare-row {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 18px;
  padding: 17px;
  background: linear-gradient(180deg, #fff 0%, #f7fafb 100%);
  border: 1px solid #dce5ec;
  border-radius: var(--radius);
  box-shadow: 0 6px 16px rgba(23, 32, 42, 0.045);
}

.compare-row strong:first-child {
  display: block;
  color: var(--blue-dark);
  line-height: 1.2;
}

.decision-flow {
  display: grid;
  gap: 14px;
  counter-reset: flow;
}

.flow-step {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
  background: linear-gradient(180deg, #fff 0%, #f7fafb 100%);
  border: 1px solid #dce5ec;
  border-radius: var(--radius);
  box-shadow: 0 8px 20px rgba(23, 32, 42, 0.055);
}

.flow-step::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--green);
}

.flow-number {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #fff;
  background: var(--blue-dark);
  border-radius: var(--radius);
  font-size: 0.86rem;
  font-weight: 950;
  box-shadow: 0 7px 16px rgba(12, 82, 109, 0.24);
}

.flow-step h3 {
  margin-bottom: 0.45rem;
}

.selector-widget,
.stay-selector,
.stay-decision {
  display: grid;
  gap: 14px;
}

.parking-comparison,
.parking-fallback,
.arrival-comparison,
.arrival-detail-cards,
.book-ahead-actions {
  margin-top: 20px;
}

.parking-comparison h3,
.parking-fallback h3,
.arrival-comparison h3 {
  margin-bottom: 0.65rem;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.parking-comparison-table td:first-child,
.arrival-comparison-table td:first-child {
  font-weight: 850;
  color: var(--ink);
}

.selector-list,
.stay-map-list,
.stay-choice-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

.selector-option,
.stay-option {
  appearance: none;
  min-width: 0;
  padding: 13px;
  color: var(--ink);
  background: linear-gradient(180deg, #fff 0%, #f7fafb 100%);
  border: 1px solid #dce5ec;
  border-radius: var(--radius);
  box-shadow: 0 6px 16px rgba(23, 32, 42, 0.045);
  cursor: pointer;
  text-align: left;
}

.selector-option[aria-selected="true"],
.stay-option[aria-selected="true"] {
  border-color: rgba(12, 82, 109, 0.45);
  box-shadow: 0 0 0 3px rgba(12, 82, 109, 0.10), var(--shadow-soft);
}

.selector-option span,
.stay-option span {
  display: block;
  color: var(--blue-dark);
  font-weight: 950;
  line-height: 1.15;
}

.selector-option small,
.stay-option small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.25;
}

.selector-panels {
  min-width: 0;
}

.selector-panel {
  padding: 18px;
  background: linear-gradient(180deg, #fff 0%, #f8fbfc 100%);
  border: 1px solid #dce5ec;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.roaming-scenario-widget .selector-list {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.metric-strip,
.booking-cost-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.metric-strip div,
.booking-cost-card {
  min-width: 0;
  padding: 12px;
  background: #f1f7f9;
  border: 1px solid #d5e5eb;
  border-radius: var(--radius);
}

.metric-strip span,
.selector-detail-grid span,
.booking-cost-card span {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.73rem;
  font-weight: 950;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.metric-strip strong,
.selector-detail-grid strong,
.booking-cost-card strong {
  display: block;
  color: var(--ink);
  line-height: 1.18;
}

.selector-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.selector-detail-grid > div {
  min-width: 0;
  padding: 12px;
  background: #fff;
  border: 1px solid #dce5ec;
  border-radius: var(--radius);
}

.widget-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 16px;
}

.widget-actions .btn,
.widget-actions .text-link {
  align-self: center;
}

.stay-decision {
  grid-template-columns: minmax(190px, 0.32fr) minmax(0, 1fr);
  align-items: start;
}

.stay-choice-list {
  position: sticky;
  top: 86px;
  grid-template-columns: 1fr;
}

.stay-decision .stay-option {
  display: grid;
  gap: 6px;
  min-height: 74px;
  padding: 14px;
  overflow: visible;
}

.stay-decision .stay-option span,
.stay-decision .stay-option small {
  padding: 0;
}

.stay-decision .stay-option span {
  margin: 0;
}

.stay-decision .stay-option small {
  margin: 0;
  font-size: 0.85rem;
}

.stay-panels {
  min-width: 0;
}

.stay-panel {
  overflow: hidden;
  min-width: 0;
  background: linear-gradient(180deg, #fff 0%, #f8fbfc 100%);
  border: 1px solid #dce5ec;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.stay-panel:not([hidden]) {
  display: grid;
  grid-template-columns: minmax(260px, 0.92fr) minmax(0, 1.08fr);
}

.stay-panel-media {
  min-height: 100%;
}

.stay-panel-media img {
  height: 100%;
  min-height: 380px;
}

.stay-panel-content {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: clamp(18px, 3vw, 28px);
}

.stay-panel-content h3,
.stay-panel-content p {
  margin: 0;
}

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

.stay-map-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stay-option {
  overflow: hidden;
  padding: 0;
}

.stay-option img {
  display: block;
  width: 100%;
  height: 118px;
  object-fit: cover;
}

.stay-option span,
.stay-option small {
  padding-left: 13px;
  padding-right: 13px;
}

.stay-option span {
  margin-top: 12px;
}

.stay-option small {
  margin-bottom: 13px;
}

.booking-cost-grid {
  margin: 0 0 14px;
}

.booking-cost-card p {
  margin: 8px 0 0;
}

.comparison-card-grid,
.budget-insight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.comparison-card,
.budget-insight-card {
  min-width: 0;
  padding: 16px;
  background: linear-gradient(180deg, #fff 0%, #f8fbfc 100%);
  border: 1px solid #dce5ec;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.comparison-card > span,
.budget-insight-card > span,
.comparison-card-details span {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.73rem;
  font-weight: 950;
  text-transform: uppercase;
}

.comparison-card h3,
.budget-insight-card strong {
  display: block;
  margin-bottom: 12px;
  color: var(--blue-dark);
  line-height: 1.18;
}

.budget-insight-card strong {
  font-size: 1.05rem;
}

.comparison-card-details {
  display: grid;
  gap: 9px;
}

.comparison-card-details div {
  padding: 10px;
  background: #fff;
  border: 1px solid #dce5ec;
  border-radius: var(--radius);
}

.comparison-card-details p,
.budget-insight-card p {
  margin: 0;
  color: var(--muted);
}

.comparison-card-link {
  display: inline-block;
  margin-top: 12px;
}

.zone-map-shell {
  display: grid;
  grid-template-columns: minmax(270px, 0.36fr) minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
}

.zone-live-map-wrap {
  min-width: 0;
}

.zone-live-map {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  touch-action: none;
  background: #dceff3;
  border: 1px solid #d7e3ea;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.zone-live-map > p {
  display: grid;
  min-height: 500px;
  place-items: center;
  margin: 0;
  padding: 20px;
  text-align: center;
}

.zone-live-map.is-ready > p {
  display: none;
}

.zone-live-map .leaflet-container,
.zone-live-map.leaflet-container {
  font-family: inherit;
}

.zone-live-map .leaflet-control-attribution {
  font-size: 0.68rem;
}

.zone-live-pin {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #fff;
  background: var(--blue-dark);
  border: 3px solid #fff;
  border-radius: 50% 50% 50% 12px;
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1;
  box-shadow: 0 9px 18px rgba(10, 39, 66, 0.24);
  transform: rotate(-45deg);
}

.zone-live-pin span {
  display: block;
  transform: rotate(45deg);
}

.zone-live-pin.is-warning {
  background: var(--orange);
}

.zone-live-pin.is-calm {
  background: var(--green);
}

.zone-live-pin.is-transport {
  background: #4c6572;
}

.zone-live-pin.is-parking {
  background: #df7e42;
}

.zone-live-pin.is-beaches {
  background: #2f8f6b;
}

.zone-live-pin.is-stay {
  background: #8f5d2f;
}

.zone-live-pin.is-activities {
  background: #8b4aa0;
}

.zone-live-pin.is-museums {
  background: #7353a6;
}

.zone-live-pin.is-food {
  background: #9b5a2e;
}

.zone-live-pin.is-walking {
  background: #2e7d64;
}

.zone-live-pin.is-cycling {
  background: #176c8a;
}

.zone-live-pin.is-parks {
  background: #4f8a3d;
}

.zone-live-pin.is-waterfront {
  background: #2d7390;
}

.zone-live-label {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(215, 227, 234, 0.95);
  border-radius: var(--radius);
  box-shadow: 0 6px 14px rgba(23, 32, 42, 0.08);
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1.1;
  padding: 5px 7px;
}

.zone-live-label::before {
  display: none;
}

.zone-popup {
  display: grid;
  gap: 6px;
  max-width: 260px;
  color: var(--ink);
  font-family: inherit;
}

.zone-popup strong {
  color: var(--blue-dark);
  font-size: 0.98rem;
}

.zone-popup p {
  margin: 0;
}

.zone-popup a {
  color: var(--blue-dark);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.region-route-shell {
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
}

.region-live-map {
  min-height: 560px;
}

.region-route-details {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.zone-map-visual {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  background:
    radial-gradient(circle at 24% 18%, rgba(244, 178, 74, 0.20), transparent 30%),
    linear-gradient(135deg, #edf3ef 0%, #f7faf8 44%, #dceff3 44%, #c8e4ed 100%);
  border: 1px solid #d7e3ea;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.zone-map-layer {
  position: absolute;
  color: rgba(10, 39, 66, 0.72);
  font-size: 0.75rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.zone-map-layer span,
.zone-map-label {
  display: inline-flex;
  padding: 6px 8px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: var(--radius);
  box-shadow: 0 6px 14px rgba(23, 32, 42, 0.08);
  backdrop-filter: blur(8px);
}

.zone-map-sea {
  right: 16px;
  bottom: 16px;
}

.zone-map-hill {
  left: 18px;
  top: 18px;
}

.zone-map-road {
  left: 42%;
  right: 10%;
  bottom: 32%;
  height: 4px;
  background: rgba(223, 126, 66, 0.55);
  border-radius: 999px;
  transform: rotate(-12deg);
}

.zone-map-road span {
  position: absolute;
  left: 58%;
  bottom: -29px;
  transform: rotate(12deg);
  white-space: nowrap;
}

.zone-map-visual::before {
  content: "";
  position: absolute;
  left: -8%;
  top: 16%;
  width: 74%;
  height: 68%;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0.18)),
    radial-gradient(circle at 55% 30%, rgba(12, 82, 109, 0.12), transparent 34%);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 46% 40% 44% 50%;
  box-shadow: inset 0 0 0 1px rgba(10, 39, 66, 0.05);
}

.zone-map-visual::after {
  content: "";
  position: absolute;
  right: 29%;
  top: -8%;
  width: 10px;
  height: 120%;
  background: rgba(255, 255, 255, 0.68);
  border-left: 1px dashed rgba(12, 82, 109, 0.28);
  border-right: 1px dashed rgba(12, 82, 109, 0.16);
  transform: rotate(10deg);
}

.zone-map-label {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 2;
  color: rgba(10, 39, 66, 0.62);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}

.zone-marker {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 4;
  display: grid;
  justify-items: center;
  gap: 5px;
  width: min-content;
  min-width: 92px;
  color: var(--blue-dark);
  font-size: 0.76rem;
  font-weight: 950;
  line-height: 1.1;
  text-align: center;
  transform: translate(-50%, -50%);
}

.zone-marker-pin {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--blue-dark);
  border: 3px solid #fff;
  border-radius: 50% 50% 50% 12px;
  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1;
  box-shadow: 0 9px 18px rgba(10, 39, 66, 0.22);
  transform: rotate(-45deg);
}

.zone-marker-pin > * {
  display: block;
  transform: rotate(45deg);
}

.zone-marker-text {
  display: inline-flex;
  max-width: 116px;
  padding: 5px 7px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(215, 227, 234, 0.95);
  border-radius: var(--radius);
  box-shadow: 0 6px 14px rgba(23, 32, 42, 0.08);
  backdrop-filter: blur(8px);
}

.zone-marker.is-warning .zone-marker-pin {
  background: var(--orange);
}

.zone-marker.is-calm .zone-marker-pin {
  background: var(--green);
}

.zone-marker.is-transport .zone-marker-pin {
  background: #4c6572;
}

.zone-marker:hover .zone-marker-text,
.zone-marker:focus-visible .zone-marker-text {
  color: var(--blue-dark);
  border-color: rgba(12, 82, 109, 0.32);
}

.zone-map-panel,
.zone-detail {
  background: linear-gradient(180deg, #fff 0%, #f8fbfc 100%);
  border: 1px solid #dce5ec;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.zone-map-panel {
  padding: 20px;
}

.zone-map-filter-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.map-filter-btn {
  appearance: none;
  min-width: 0;
  padding: 10px 11px;
  color: var(--blue-dark);
  background: #eef5f7;
  border: 1px solid #d5e5eb;
  border-radius: var(--radius);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 950;
  text-align: left;
  cursor: pointer;
}

.map-filter-btn[aria-pressed="true"] {
  color: #fff;
  background: var(--blue-dark);
  border-color: var(--blue-dark);
}

.zone-map-selected {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  padding: 14px;
  background: #fff;
  border: 1px solid #dce5ec;
  border-radius: var(--radius);
}

.zone-map-selected span,
.zone-popup span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.zone-map-selected h3,
.zone-map-selected p {
  margin: 0;
}

.zone-map-mini {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.zone-map-mini span {
  display: inline-flex;
  padding: 6px 8px;
  color: var(--blue-dark);
  background: #eef5f7;
  border: 1px solid #d5e5eb;
  border-radius: var(--radius);
  font-size: 0.78rem;
  font-weight: 900;
}

.zone-static-fallback {
  margin-top: 14px;
  padding: 13px;
  background: #f7fafb;
  border: 1px solid #dce5ec;
  border-radius: var(--radius);
}

.zone-static-fallback summary {
  cursor: pointer;
  color: var(--blue-dark);
  font-weight: 950;
}

.zone-static-fallback .zone-map-visual {
  margin-top: 12px;
}

.zone-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.zone-detail {
  padding: 17px;
  scroll-margin-top: 90px;
}

.zone-detail-head {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.zone-detail-head span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #fff;
  background: var(--blue-dark);
  border-radius: var(--radius);
  font-size: 0.76rem;
  font-weight: 950;
}

.zone-detail h3 {
  margin: 0;
}

.zone-detail dl {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
}

.zone-detail dl div {
  display: grid;
  gap: 3px;
}

.zone-detail dt {
  color: var(--blue-dark);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.zone-detail dd {
  margin: 0;
  color: var(--muted);
}

.route-map {
  position: relative;
  display: grid;
  gap: 12px;
}

.route-map::before {
  content: "";
  position: absolute;
  inset: 22px auto 22px 21px;
  width: 2px;
  background: linear-gradient(180deg, var(--blue), var(--green));
  opacity: 0.55;
}

.route-point {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 15px;
  padding: 17px;
  background: linear-gradient(180deg, #fff 0%, #f7fafb 100%);
  border: 1px solid #dce5ec;
  border-radius: var(--radius);
  box-shadow: 0 8px 20px rgba(23, 32, 42, 0.055);
}

.route-index {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  padding: 0 4px;
  color: #fff;
  background: var(--blue-dark);
  border: 3px solid #fff;
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1;
  text-align: center;
  box-shadow: 0 7px 16px rgba(12, 82, 109, 0.24);
}

.route-point.is-warning .route-index {
  background: var(--orange);
}

.route-point.is-calm .route-index {
  background: var(--green);
}

.route-point h3 {
  margin-bottom: 0.45rem;
}

.route-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 11px;
}

.route-meta span {
  display: inline-flex;
  padding: 5px 8px;
  color: var(--muted);
  background: #eef5f7;
  border: 1px solid #d5e5eb;
  border-radius: var(--radius);
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.2;
}

.itinerary-carousel {
  display: grid;
  gap: 14px;
}

.itinerary-stage {
  position: relative;
  overflow: hidden;
  min-height: clamp(430px, 55vw, 560px);
  background: var(--ink);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.itinerary-slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: end;
  opacity: 0;
  pointer-events: none;
  transition: opacity 420ms ease;
}

.itinerary-slide[hidden] {
  display: none;
}

.itinerary-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.itinerary-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.itinerary-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(23, 32, 42, 0.04) 0%, rgba(23, 32, 42, 0.84) 100%),
    linear-gradient(90deg, rgba(23, 32, 42, 0.74) 0%, rgba(23, 32, 42, 0.12) 68%);
}

.itinerary-overlay {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 720px;
  gap: 10px;
  padding: clamp(24px, 5vw, 44px);
  color: #fff;
}

.itinerary-overlay > span {
  width: fit-content;
  padding: 5px 10px;
  color: #0a2742;
  background: #fff;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.itinerary-overlay h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4.8vw, 4.3rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.itinerary-overlay p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1rem, 1.6vw, 1.16rem);
}

.itinerary-overlay .route-meta span {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.26);
}

.itinerary-selector {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.itinerary-selector button {
  min-height: 42px;
  padding: 8px 10px;
  color: var(--muted);
  background: #f7fafb;
  border: 1px solid #dce5ec;
  border-radius: var(--radius);
  font: inherit;
  font-size: 0.85rem;
  font-weight: 950;
  cursor: pointer;
}

.itinerary-selector button[aria-selected="true"] {
  color: #fff;
  background: var(--blue-dark);
  border-color: var(--blue-dark);
}

.itinerary-selector button:focus-visible {
  outline: 3px solid rgba(17, 106, 138, 0.24);
  outline-offset: 2px;
}

.split-card {
  display: grid;
  grid-template-columns: 220px 1fr;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.split-card img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.split-body {
  padding: 18px;
}

.media-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 0;
  overflow: hidden;
  margin: 18px 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.media-band img {
  width: 100%;
  height: 100%;
  min-height: 290px;
  object-fit: cover;
}

.media-band-content {
  display: grid;
  align-content: center;
  padding: clamp(20px, 4vw, 34px);
}

.decision-tabs {
  display: grid;
  gap: 16px;
}

.tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tab-trigger {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 13px;
  color: var(--muted);
  background: #f7fafb;
  border: 1px solid #dce5ec;
  border-radius: var(--radius);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 950;
  cursor: pointer;
}

.tab-trigger:hover,
.tab-trigger:focus-visible {
  color: var(--ink);
  border-color: #b9c8d4;
  outline: 0;
}

.tab-trigger[aria-selected="true"] {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.tab-panel {
  min-width: 0;
}

.tab-panel[hidden] {
  display: none;
}

.topic-panel {
  padding: clamp(18px, 3vw, 24px);
  background: #fff;
  border: 1px solid #dce5ec;
  border-radius: var(--radius);
}

.topic-panel-media {
  position: relative;
  overflow: hidden;
  margin: calc(clamp(18px, 3vw, 24px) * -1) calc(clamp(18px, 3vw, 24px) * -1) 20px;
  background: #e7eef2;
  border-radius: var(--radius) var(--radius) 0 0;
}

.topic-panel-media img {
  display: block;
  width: 100%;
  height: clamp(210px, 34vw, 340px);
  object-fit: cover;
}

.topic-panel-media .image-credit {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 20px);
  margin: 0;
  padding: 5px 7px;
  color: rgba(255, 255, 255, 0.94);
  background: rgba(8, 28, 45, 0.74);
  border-radius: var(--radius);
}

.topic-panel-media .image-credit a {
  color: inherit;
}

.topic-panel > h3 {
  margin-bottom: 8px;
}

.compact-check-list {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.compact-check-list li {
  position: relative;
  margin: 0;
  padding-left: 22px;
}

.compact-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  background: var(--green);
  border-radius: 50%;
  transform: translateY(-50%);
}

.option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.option-card {
  min-width: 0;
  padding: 18px;
  background: linear-gradient(180deg, #fff 0%, #f9fcfd 100%);
  border: 1px solid #dce5ec;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.option-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
}

.option-card p:last-child {
  margin-bottom: 0;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 16px 0;
}

.metric-card {
  min-width: 0;
  padding: 16px;
  background: linear-gradient(180deg, #fff 0%, #f7fafb 100%);
  border: 1px solid #dce5ec;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.metric-card span {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.metric-card strong {
  display: block;
  font-size: 1.08rem;
  line-height: 1.18;
}

.stay-type-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.stay-type-card {
  overflow: hidden;
  min-width: 0;
  background: #fff;
  border: 1px solid #dce5ec;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.stay-type-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.stay-type-card > div {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.stay-type-card h3,
.stay-type-card p,
.stay-type-card ul {
  margin: 0;
}

.stay-type-card ul {
  display: grid;
  gap: 7px;
  padding-left: 18px;
  color: var(--muted);
  font-size: 0.92rem;
}

.intent-selector,
.budget-planner {
  display: grid;
  gap: 15px;
}

.intent-tab-list,
.budget-tab-list {
  display: grid;
  gap: 8px;
}

.intent-tab-list {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.budget-tab-list {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.intent-tab,
.budget-tab {
  appearance: none;
  min-width: 0;
  min-height: 68px;
  padding: 11px 10px;
  color: var(--ink);
  background: linear-gradient(180deg, #fff 0%, #f7fafb 100%);
  border: 1px solid #dce5ec;
  border-radius: var(--radius);
  box-shadow: 0 6px 16px rgba(23, 32, 42, 0.045);
  cursor: pointer;
  text-align: left;
}

.intent-tab[aria-selected="true"],
.budget-tab[aria-selected="true"] {
  border-color: rgba(12, 82, 109, 0.55);
  box-shadow: 0 0 0 3px rgba(12, 82, 109, 0.10), var(--shadow-soft);
}

.intent-tab span,
.budget-tab span {
  display: block;
  color: var(--blue-dark);
  font-weight: 950;
  line-height: 1.12;
}

.intent-tab small,
.budget-tab small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.22;
}

.intent-panel,
.budget-panel {
  min-width: 0;
}

.intent-panel-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 14px;
  align-items: stretch;
}

.intent-media {
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: end;
  min-height: 430px;
  padding: clamp(18px, 3vw, 28px);
  color: #fff;
  background:
    linear-gradient(180deg, rgba(10, 39, 66, 0.06) 0%, rgba(10, 39, 66, 0.78) 100%),
    var(--intent-image) center/cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.intent-media > div {
  max-width: 620px;
}

.intent-media span,
.budget-verdict span,
.intent-choice span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--blue-dark);
  background: rgba(255, 255, 255, 0.90);
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: var(--radius);
  padding: 5px 8px;
  font-size: 0.75rem;
  font-weight: 950;
  text-transform: uppercase;
}

.intent-media h3 {
  margin-bottom: 8px;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.intent-media p {
  max-width: 620px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.90);
  font-size: 1.02rem;
}

.intent-recommendations {
  display: grid;
  gap: 12px;
  align-content: stretch;
}

.intent-choice {
  min-width: 0;
  padding: 17px;
  background: linear-gradient(180deg, #fff 0%, #f8fbfc 100%);
  border: 1px solid #dce5ec;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.intent-choice.is-primary {
  background: linear-gradient(180deg, #fff 0%, #eef7f3 100%);
  border-color: #c6e6d7;
}

.intent-choice h3,
.intent-choice p {
  margin-bottom: 0;
}

.small-btn {
  align-self: end;
  min-height: 40px;
  padding: 9px 13px;
}

.activity-planner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.activity-card {
  overflow: hidden;
  min-width: 0;
  background: linear-gradient(180deg, #fff 0%, #f8fbfc 100%);
  border: 1px solid #dce5ec;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.activity-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.activity-card > div {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.activity-card h3,
.activity-card p {
  margin: 0;
}

.activity-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
}

.budget-panel {
  padding: 16px;
  background: linear-gradient(180deg, #fff 0%, #f8fbfc 100%);
  border: 1px solid #dce5ec;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.budget-panel-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: 14px;
  align-items: stretch;
}

.budget-verdict {
  display: grid;
  align-content: end;
  min-width: 0;
  min-height: 360px;
  padding: 22px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(10, 39, 66, 0.28) 0%, rgba(10, 39, 66, 0.90) 100%),
    url("https://images.unsplash.com/photo-1566073771259-6a8506099945?auto=format&fit=crop&w=1200&q=78") center/cover;
  border-radius: var(--radius);
}

.budget-verdict h3 {
  color: #fff;
  font-size: clamp(1.75rem, 3vw, 2.7rem);
}

.budget-verdict p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.88);
}

.budget-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.budget-stack div {
  min-width: 0;
  padding: 15px;
  background: #fff;
  border: 1px solid #dce5ec;
  border-radius: var(--radius);
}

.budget-stack span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 950;
  text-transform: uppercase;
}

.budget-stack p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.level {
  display: inline-flex;
  padding: 5px 8px;
  border-radius: var(--radius);
  font-size: 0.8rem;
  line-height: 1.1;
}

.level.high {
  color: #8f2e2e;
  background: #fff0f0;
  border: 1px solid #efc7c7;
}

.level.medium {
  color: #9c4316;
  background: #fff0e8;
  border: 1px solid #f5cfbe;
}

.level.low {
  color: #145a44;
  background: #e9f5ef;
  border: 1px solid #c6e6d7;
}

.time-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.time-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding: 16px;
  background: linear-gradient(180deg, #fff 0%, #f9fcfd 100%);
  border: 1px solid #dce5ec;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.time-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: var(--orange);
}

.time-card time,
.time-card .time-label {
  display: block;
  margin-bottom: 6px;
  color: var(--orange);
  font-size: 0.82rem;
  font-weight: 950;
}

.roaming-block {
  display: grid;
  gap: 18px;
  margin-top: 28px;
  padding: clamp(20px, 3vw, 30px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(247, 251, 252, 0.96) 100%),
    radial-gradient(circle at 100% 0%, rgba(47, 143, 107, 0.14), transparent 34%);
  border: 1px solid #dce5ec;
  border-radius: var(--radius);
  box-shadow: 0 16px 34px rgba(23, 32, 42, 0.08);
}

.roaming-head {
  max-width: 820px;
}

.roaming-head p {
  margin-bottom: 0;
  color: var(--muted);
}

.roaming-summary {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 14px;
  align-items: stretch;
}

.roaming-panel {
  min-width: 0;
  padding: 18px;
  background: #fff;
  border: 1px solid #dce5ec;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.roaming-panel.is-primary {
  background: linear-gradient(135deg, #ffffff 0%, #eef7f3 100%);
}

.roaming-panel ul {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.roaming-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: 16px;
}

.roaming-metrics div {
  min-width: 0;
  padding: 12px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid #d5e5eb;
  border-radius: var(--radius);
}

.roaming-metrics span {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.roaming-metrics strong {
  display: block;
  line-height: 1.18;
}

.roaming-provider-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.roaming-provider-grid article {
  min-width: 0;
  padding: 16px;
  background: #fff;
  border: 1px solid #dce5ec;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.roaming-provider-grid h3 {
  margin-bottom: 0.45rem;
  color: var(--blue-dark);
}

.roaming-provider-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

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

.roaming-checklist div {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  min-width: 0;
  padding: 14px;
  background: linear-gradient(180deg, #fff 0%, #f8fbfc 100%);
  border: 1px solid #dce5ec;
  border-radius: var(--radius);
}

.roaming-checklist span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #fff;
  background: var(--blue-dark);
  border-radius: var(--radius);
  font-size: 0.82rem;
  font-weight: 950;
}

.roaming-checklist p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.price {
  color: var(--ink);
  font-weight: 950;
}

.source-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.source-list li {
  margin: 0;
  padding: 12px;
  background: #f5f8fa;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.sidebar {
  position: sticky;
  top: 84px;
  display: grid;
  gap: 12px;
}

.toc,
.note-card {
  padding: 15px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #dce5ec;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.toc-head {
  display: block;
  margin-bottom: 10px;
}

.toc-head h3 {
  margin: 0;
  font-size: 0.98rem;
}

.toc nav,
.toc-primary,
.toc-more-links {
  display: grid;
  gap: 6px;
}

.toc nav {
  margin-top: 8px;
}

.toc a {
  min-width: 0;
  padding: 8px 9px;
  color: var(--muted);
  background: #f7fafb;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.22;
}

.toc a:hover,
.toc a:focus-visible {
  color: var(--ink);
  background: #eef5f7;
  border-color: #d1e3ea;
  outline: 0;
}

.toc-more {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.toc-more summary,
.sidebar-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 950;
  list-style: none;
}

.toc-more summary::-webkit-details-marker,
.sidebar-details summary::-webkit-details-marker {
  display: none;
}

.toc-more summary::after,
.sidebar-details summary::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: #fff;
  background: var(--blue-dark);
  border-radius: var(--radius);
  font-size: 0.8rem;
  flex: 0 0 auto;
}

.toc-more[open] summary::after,
.sidebar-details[open] summary::after {
  content: "-";
}

.toc-more-links {
  margin-top: 8px;
}

.sidebar-details ol,
.sidebar-details p {
  margin-top: 12px;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid #dce5ec;
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow-soft);
}

table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

th,
td {
  padding: 15px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  font-size: 0.94rem;
}

th {
  background: #edf4f7;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

tr:last-child td {
  border-bottom: 0;
}

.callout {
  margin: 18px 0;
  padding: 17px 18px;
  background: #f7fafb;
  border: 1px solid #dce5ec;
  border-left: 4px solid var(--blue);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.callout strong:first-child {
  display: block;
  margin-bottom: 5px;
}

.callout.orange {
  background: #fff3eb;
  border-color: #f2cfb8;
  border-left-color: var(--orange);
}

.callout.green {
  background: #edf8f2;
  border-color: #c2e2d4;
  border-left-color: var(--green);
}

.timeline {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 16px;
  padding: 17px;
  background: linear-gradient(180deg, #fff 0%, #f7fafb 100%);
  border: 1px solid #dce5ec;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.time {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  height: 34px;
  padding: 0 10px;
  color: #fff;
  background: var(--ink);
  border-radius: var(--radius);
  font-size: 0.82rem;
  font-weight: 950;
  white-space: nowrap;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  margin: 0;
  align-items: start;
}

.check {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #fff;
  background: var(--green);
  border-radius: var(--radius);
  font-weight: 950;
}

.faq details {
  margin-bottom: 12px;
  padding: 17px 18px;
  background: linear-gradient(180deg, #fff 0%, #f9fcfd 100%);
  border: 1px solid #dce5ec;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.faq summary {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  font-weight: 950;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  display: grid;
  place-items: center;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  color: #fff;
  background: var(--blue);
  border-radius: var(--radius);
}

.faq details[open] summary::after {
  content: "-";
}

.faq details p {
  margin: 12px 0 0;
  color: var(--muted);
}

.footer {
  padding: 42px 0;
  color: rgba(255, 255, 255, 0.76);
  background: var(--ink);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(230px, 0.8fr) minmax(180px, 0.55fr);
  gap: 28px;
}

.footer h2,
.footer h3,
.footer strong {
  color: #fff;
}

.footer a {
  color: #a9e8ff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-links {
  display: grid;
  gap: 6px;
  margin: 0;
}

.legal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
}

.legal-nav a,
.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  color: var(--blue-dark);
  background: #eaf4f1;
  border: 1px solid #d2e8df;
  border-radius: var(--radius);
  font-size: 0.82rem;
  font-weight: 900;
}

.legal-meta {
  display: grid;
  gap: 12px;
  margin: 18px 0;
}

.legal-meta div {
  padding: 14px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.legal-meta span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.legal-meta strong {
  display: block;
  margin-top: 4px;
}

.protected-contact-button {
  display: inline;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--blue);
  font: inherit;
  font-weight: 850;
  text-align: left;
  text-decoration: underline;
  cursor: pointer;
}

.protected-contact-button:hover,
.protected-contact-button:focus-visible {
  color: var(--orange-strong);
}

.protected-contact-button.inline {
  font-weight: 750;
}

.muted {
  color: var(--muted);
}

.small {
  font-size: 0.88rem;
}

@media (max-width: 1040px) {
  .section-head,
  .layout,
  .footer-grid,
  .answer-grid,
  .media-band,
  .roaming-summary,
  .stay-decision,
  .stay-panel:not([hidden]),
  .intent-panel-layout,
  .budget-panel-grid,
  .region-route-shell {
    grid-template-columns: 1fr;
  }

  .top-things-grid {
    grid-template-columns: 1fr;
  }

  .metric-grid,
  .time-grid,
  .roaming-provider-grid,
  .roaming-checklist,
  .budget-stack,
  .glance-grid,
  .region-route-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stay-choice-list {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stay-panel-media img {
    min-height: 270px;
  }

  .intent-tab-list,
  .budget-tab-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .roaming-scenario-widget .selector-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sidebar {
    position: static;
    order: -1;
  }

  .toc-primary,
  .toc-more-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  body {
    line-height: 1.58;
  }

  .container {
    width: min(calc(100% - 22px), var(--container));
  }

  .topbar-inner {
    min-height: 52px;
    align-items: stretch;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px 10px;
    padding: 7px 0;
  }

  .brand-lockup {
    min-width: 0;
  }

  .brand-logo {
    width: auto;
    font-size: 0.94rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .brand-subline {
    display: none;
  }

  .nav {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    display: grid;
    grid-template-columns: auto;
    width: auto;
    justify-content: flex-end;
    justify-items: end;
    gap: 4px;
    padding-bottom: 2px;
    white-space: nowrap;
  }

  .nav > a {
    display: none;
  }

  .nav a,
  .nav-trigger {
    padding: 7px 8px;
    font-size: 0.84rem;
  }

  .nav-menu {
    position: relative;
  }

  .nav-panel {
    position: absolute;
    right: 0;
    width: min(100vw - 22px, 330px);
    margin-top: 6px;
    box-shadow: 0 16px 34px rgba(23, 32, 42, 0.14);
  }


  .hero {
    min-height: auto;
    padding: clamp(42px, 12svh, 76px) 0 30px;
    background: #0c202b;
  }

  .hero::after {
    background: linear-gradient(180deg, rgba(12, 32, 43, 0.90), rgba(12, 32, 43, 0.74) 54%, rgba(12, 32, 43, 0.42));
  }

  .eyebrow {
    display: block;
    margin-bottom: 14px;
    font-size: 0.82rem;
  }

  .hero.compact {
    min-height: auto;
  }

  .hero.has-image-credit {
    padding-bottom: 72px;
  }

  .hero-image-credit {
    right: 11px;
    bottom: 12px;
    left: 11px;
    max-width: none;
  }

  .hero-image-credit .image-credit {
    font-size: 0.7rem;
    line-height: 1.3;
    text-align: left;
  }

  .hero.home-hero {
    padding-top: clamp(34px, 10svh, 62px);
    padding-bottom: 24px;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(1.68rem, 8vw, 2.28rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  h2 {
    font-size: clamp(1.45rem, 7vw, 2rem);
    line-height: 1.12;
  }

  h3 {
    font-size: 1.08rem;
  }

  .hero-lead {
    font-size: 0.98rem;
    line-height: 1.48;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .fact-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .fact {
    width: 100%;
    justify-content: flex-start;
  }

  html[data-review-lang="es"] h1 {
    font-size: clamp(1.58rem, 8.1vw, 2.44rem);
    line-height: 1.06;
  }

  html[data-review-lang="es"] .hero-lead {
    font-size: 0.93rem;
    line-height: 1.43;
  }

  html[data-review-lang="es"] .hero-actions {
    margin: 18px 0 16px;
  }

  html[data-review-lang="es"] .fact {
    padding: 7px 9px;
    font-size: 0.82rem;
    line-height: 1.35;
  }

  .grid-2,
  .grid-3,
  .grid-4,
  .option-grid,
  .metric-grid,
  .glance-grid,
  .time-grid,
  .roaming-metrics,
  .roaming-provider-grid,
  .roaming-checklist,
  .budget-stack,
  .selector-list,
  .stay-map-list,
  .roaming-scenario-widget .selector-list,
  .metric-strip,
  .booking-cost-grid,
  .profile-facts,
  .selector-detail-grid,
  .stay-choice-list,
  .stay-fact-grid,
  .comparison-card-grid,
  .budget-insight-grid,
  .zone-map-shell,
  .zone-detail-grid,
  .stay-type-grid,
  .activity-planner {
    grid-template-columns: 1fr;
  }

  .top-thing-card {
    grid-template-columns: 1fr;
  }

  .top-thing-media img {
    height: 100%;
    min-height: 0;
  }

  .section {
    padding: 34px 0;
  }

  .section-head {
    gap: 12px;
    margin-bottom: 18px;
  }

  .intent-tab-list,
  .budget-tab-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intent-tab,
  .budget-tab {
    min-height: 58px;
    padding: 9px;
  }

  .intent-media {
    min-height: 380px;
  }

  .scroll-btn {
    width: 38px;
    height: 38px;
  }

  .scroll-shell::before,
  .scroll-shell::after {
    width: 42px;
  }

  .budget-panel {
    padding: 10px;
  }

  .budget-verdict {
    min-height: 320px;
    padding: 18px;
  }

  .article-section {
    margin-bottom: 12px;
    padding: 18px 14px;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .sidebar {
    display: none;
  }

  .soft-box,
  .card,
  .toc,
  .note-card {
    box-shadow: none;
  }

  .timeline-item {
    grid-template-columns: 1fr;
  }

  .compare-row,
  .flow-step,
  .route-point,
  .split-card,
  .media-band {
    grid-template-columns: 1fr;
  }

  .route-map::before {
    display: none;
  }

  .zone-map-visual {
    min-height: 470px;
  }

  .zone-live-map {
    min-height: 440px;
  }

  .zone-live-map > p {
    min-height: 440px;
  }

  .region-live-map {
    min-height: 430px;
  }

  .itinerary-stage {
    min-height: 440px;
  }

  .itinerary-overlay {
    padding: 22px 16px;
  }

  .itinerary-overlay h3 {
    font-size: clamp(1.7rem, 9vw, 2.6rem);
  }

  .itinerary-selector {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .itinerary-selector button {
    min-height: 38px;
    padding: 7px 8px;
    font-size: 0.8rem;
  }

  .stay-type-card img {
    height: 180px;
  }

  .zone-marker {
    min-width: 76px;
    font-size: 0.7rem;
  }

  .zone-marker-pin {
    width: 34px;
    height: 34px;
    font-size: 0.68rem;
  }

  .zone-marker-text {
    max-width: 96px;
    padding: 4px 6px;
  }

  .route-index {
    width: 34px;
    min-width: 34px;
    height: 34px;
  }

  .split-card img {
    min-height: 190px;
  }

  .media-band img {
    min-height: 210px;
  }

  .tab-list {
    display: grid;
    grid-template-columns: 1fr;
  }

  .tab-trigger {
    width: 100%;
    justify-content: center;
  }

  .toc-primary,
  .toc-more-links {
    grid-template-columns: 1fr;
  }

  th,
  td {
    padding: 11px 12px;
    font-size: 0.88rem;
  }

  .table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
  }

  table {
    min-width: 0;
  }

  thead {
    display: none;
  }

  tbody,
  tr,
  td {
    display: block;
    width: 100%;
  }

  tr {
    margin-bottom: 12px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
  }

  td {
    display: grid;
    grid-template-columns: minmax(96px, 38%) minmax(0, 1fr);
    gap: 12px;
    border-bottom: 1px solid var(--line);
    align-items: start;
  }

  td:last-child {
    border-bottom: 0;
  }

  td::before {
    content: attr(data-label);
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 950;
    text-transform: uppercase;
  }

  .score-list li {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 2px;
  }

  .score-list span:last-child {
    text-align: left;
  }
}
