:root {
  --ind-ink: #0b2b58;
  --ind-teal: #238f87;
  --ind-teal-dark: #176d68;
  --ind-gold: #d3a54f;
  --ind-paper: #f6f3ee;
  --ind-soft: #edf5f3;
  --ind-line: rgba(11, 43, 88, .15);
  --ind-white: #fff;
}
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.independent-page {
  margin: 0;
  background: var(--ind-paper);
  color: var(--text, var(--ind-ink));
  font-family: var(--font-ui, Inter, sans-serif);
}

.independent-page main { overflow: clip; }
.ind-container { width: min(1160px, calc(100% - 44px)); margin-inline: auto; }

.ind-subnav-wrap {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--ind-line);
  background: color-mix(in srgb, var(--bg1, #fff) 94%, transparent);
}

.ind-subnav {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.ind-subnav::-webkit-scrollbar { display: none; }
.ind-subnav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border-bottom: 2px solid transparent;
  color: var(--muted, #54657c);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.ind-subnav a:hover,
.ind-subnav a[aria-current="page"] { color: var(--ind-ink); border-bottom-color: var(--ind-teal); }

.ind-hero {
  position: relative;
  min-height: 510px;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  background: #102d50 center / cover no-repeat;
}
.ind-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(3, 18, 40, .78), rgba(3, 18, 40, .2) 72%); }
.ind-hero__inner { padding: 92px 0 64px; color: #fff; }
.ind-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px; color: #d9f2ec; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.ind-eyebrow i { color: var(--ind-gold); }
.ind-hero h1 { max-width: 800px; margin: 0; color: #fff; font-family: var(--font-display, Lora, serif); font-size: clamp(44px, 6vw, 76px); font-weight: 500; line-height: 1; letter-spacing: 0; }
.ind-hero p { max-width: 690px; margin: 20px 0 0; color: rgba(255,255,255,.9); font-size: 18px; line-height: 1.6; }
.booking-hub-page .ind-hero { min-height: 510px; background-position: center 42%; }
.booking-hub-page .ind-hero::after { background: linear-gradient(90deg, rgba(3,18,40,.72), rgba(3,18,40,.1) 76%); }
.booking-hub-page .ind-hero__inner { padding-block: 86px 58px; }
.booking-hub-page .ind-hero + .ind-section { padding-block: 20px; }
.booking-hub-page .ind-hero + .ind-section .ind-container { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(420px, 1.2fr); gap: 48px; align-items: end; }
.booking-hub-page .ind-hero + .ind-section .ind-section-head { margin-bottom: 0; }
.booking-hub-page .ind-hero + .ind-section h2 { font-size: 38px; }
.booking-hub-page .ind-hero + .ind-section .ind-destination-result { grid-column: 1 / -1; }

.ind-section { padding: 74px 0; }
.ind-section--white { background: var(--bg2, #fff); }
.ind-section--soft { background: var(--ind-soft); }
[data-theme="dark"] .ind-section--soft { background: #0a2137; }
.ind-section-head { max-width: 730px; margin-bottom: 30px; }
.ind-section-head .ind-eyebrow { color: var(--ind-teal-dark); }
.ind-section h2 { margin: 0; color: var(--text, var(--ind-ink)); font-family: var(--font-display, Lora, serif); font-size: clamp(31px, 4vw, 47px); font-weight: 500; line-height: 1.12; letter-spacing: 0; }
.ind-section-head p { margin: 12px 0 0; color: var(--muted, #5b6b80); font-size: 15px; line-height: 1.7; }

.ind-destination-search { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; max-width: 760px; }
.ind-destination-search label { grid-column: 1 / -1; font-size: 12px; font-weight: 800; color: var(--ind-ink); }
.ind-destination-search input { min-width: 0; height: 52px; padding: 0 16px; border: 1px solid var(--ind-line); border-radius: 6px; background: var(--bg2, #fff); color: var(--text, var(--ind-ink)); font: 500 15px/1 var(--font-ui, Inter, sans-serif); }
.ind-destination-search button,
.ind-btn { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 18px; border: 1px solid var(--ind-ink); border-radius: 6px; background: var(--ind-ink); color: #fff; font: 750 13px/1.2 var(--font-ui, Inter, sans-serif); text-decoration: none; cursor: pointer; }
.ind-btn--secondary { border-color: var(--ind-line); background: var(--bg2, #fff); color: var(--ind-ink); }
.ind-btn--teal { border-color: var(--ind-teal); background: var(--ind-teal); }
.ind-btn:focus-visible,
.ind-destination-search input:focus-visible,
.utp-tab:focus-visible,
.utp-partner:focus-visible,
.ind-subnav a:focus-visible { outline: 3px solid rgba(35,143,135,.34); outline-offset: 3px; }

.ind-categories-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 16px; margin-top: 24px; }
.ind-category-card { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; padding: 24px 12px; border: 1px solid var(--ind-line); border-radius: 12px; background: var(--bg2, #fff); color: var(--ind-ink); text-decoration: none; text-align: center; transition: all 0.2s; box-shadow: 0 4px 12px rgba(11, 43, 88, 0.03); }
.ind-category-card:hover { border-color: var(--ind-teal); transform: translateY(-3px); box-shadow: 0 8px 24px rgba(11, 43, 88, 0.08); }
.ind-category-card i { font-size: 24px; color: var(--ind-teal); }
.ind-category-card span { font-size: 14px; font-weight: 700; line-height: 1.2; }

.booking-partners-layout { display: grid; grid-template-columns: 1fr; gap: 48px; }
@media (min-width: 960px) { .booking-partners-layout { grid-template-columns: 1.2fr 0.8fr; align-items: center; } }
.ind-partners-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px 16px; margin-top: 32px; align-items: center; }
.ind-partner-logo { display: flex; align-items: center; justify-content: center; height: 50px; text-decoration: none; color: var(--muted, #5b6b80); font-family: var(--font-ui); font-size: 18px; font-weight: 800; letter-spacing: -0.03em; filter: grayscale(1) opacity(0.6); transition: all 0.2s; }
.ind-partner-logo img { max-width: 100px; max-height: 32px; object-fit: contain; }
.ind-partner-logo:hover { filter: grayscale(0) opacity(1); color: var(--ind-ink); }
.booking-benefits-card { background: var(--bg2, #fff); padding: 32px; border-radius: 12px; border: 1px solid var(--ind-line); box-shadow: 0 12px 32px rgba(11, 43, 88, 0.04); }
.booking-benefits-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 16px; }
.booking-benefits-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; line-height: 1.5; color: var(--ind-ink); }
.booking-benefits-list li i { color: var(--ind-teal); font-size: 16px; margin-top: 3px; }

.booking-cross-group { display: grid; grid-template-columns: 1fr; background: var(--ind-soft); border-radius: 16px; overflow: hidden; border: 1px solid var(--ind-line); }
@media (min-width: 960px) { .booking-cross-group { grid-template-columns: 1fr 1fr; align-items: center; } }
.booking-cross-group__text { padding: 40px 32px; }
@media (min-width: 960px) { .booking-cross-group__text { padding: 48px; } }
.booking-cross-group__image { height: 100%; min-height: 250px; }
.booking-cross-group__image img { width: 100%; height: 100%; object-fit: cover; }

.ind-destination-result { max-width: 760px; margin-top: 16px; }
.booking-guides-hint { display: flex; align-items: center; gap: 14px; margin-top: 16px; color: var(--muted, #5b6b80); font-size: 13px; }
.booking-guides-hint .ind-btn { min-height: 38px; padding-inline: 13px; }
.booking-planner-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 24px; align-items: start; }
.booking-map-card { position: sticky; top: 96px; padding: 20px; border: 1px solid var(--ind-line); border-radius: 8px; background: #fff; overflow: hidden; }
.booking-map-card .ind-eyebrow { margin-bottom: 8px; color: var(--ind-teal-dark); }
.booking-map-card h2 { margin: 0; color: var(--ind-ink); font: 500 23px/1.2 var(--font-display, Lora, serif); }
.booking-map-card p { margin: 8px 0 16px; color: #53677f; font-size: 12px; line-height: 1.55; }
.booking-map-card__widget { width: 100%; min-width: 0; overflow: hidden; contain: inline-size; background: #fff; }
.booking-map-card__widget > div,
.booking-map-card__widget iframe { width: 100% !important; max-width: 100% !important; min-width: 0 !important; box-sizing: border-box !important; }
.ind-guide-match { display: grid; grid-template-columns: 150px minmax(0, 1fr); overflow: hidden; border: 1px solid var(--ind-line); border-radius: 8px; background: var(--bg2, #fff); }
.ind-guide-match img { width: 100%; height: 100%; min-height: 150px; object-fit: cover; }
.ind-guide-match__copy { padding: 22px; }
.ind-guide-match h3 { margin: 0; font: 600 22px/1.2 var(--font-display, Lora, serif); }
.ind-guide-match p { margin: 8px 0 16px; color: var(--muted, #5b6b80); font-size: 13px; line-height: 1.55; }
.ind-guide-match__actions { display: flex; flex-wrap: wrap; gap: 8px; }
.ind-empty-result { margin: 0; padding: 18px 20px; border-left: 3px solid var(--ind-gold); background: var(--bg2, #fff); color: var(--muted, #5b6b80); font-size: 14px; line-height: 1.55; }

.utp { border: 1px solid var(--ind-line); border-radius: 8px; background: var(--bg2, #fff); box-shadow: 0 18px 48px rgba(11,43,88,.08); overflow: hidden; }
.utp__head { padding: 24px 26px 18px; border-bottom: 1px solid var(--ind-line); }
.utp__head h2 { font-size: 28px; }
.utp__head p { margin: 7px 0 0; color: var(--muted, #5b6b80); font-size: 13px; line-height: 1.55; }
.utp__context { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 14px; color: var(--muted, #5b6b80); font-size: 12px; font-weight: 400; }
.utp__context span { display: inline-flex; align-items: center; gap: 6px; }
.utp__context strong { font-weight: 550; }
.utp-guide-suggestion { margin: 12px 0 0 !important; padding: 10px 12px; border-left: 3px solid var(--ind-gold); background: var(--ind-soft); color: #53677f !important; font-size: 12px !important; line-height: 1.45 !important; }
.utp-guide-suggestion[hidden] { display: none !important; }
.utp-guide-suggestion a { color: var(--ind-teal-dark); font-weight: 700; }
.utp-route { display: grid; grid-template-columns: minmax(180px, 1fr) minmax(180px, .72fr) auto; gap: 10px; align-items: end; margin-top: 20px; }
.utp-route label { display: grid; gap: 6px; color: var(--muted, #5b6b80); font-size: 12px; font-weight: 500; }
.utp-route input { width: 100%; min-height: 42px; border: 1px solid var(--ind-line); border-radius: 5px; background: #fff; color: var(--ind-ink); padding: 9px 11px; font: 500 14px/1.2 var(--font-ui, Inter, sans-serif); }
.utp-route input:focus { outline: 3px solid color-mix(in srgb, var(--ind-teal) 22%, transparent); outline-offset: 1px; border-color: var(--ind-teal); }
.utp-route .ind-btn { min-height: 42px; }
.utp-tabs { display: flex; padding: 5px; gap: 4px; overflow-x: auto; border-bottom: 1px solid var(--ind-line); scrollbar-width: none; }
.utp-tabs::-webkit-scrollbar { display: none; }
.utp-tab { flex: 1 0 auto; min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 15px; border: 0; border-radius: 5px; background: transparent; color: var(--muted, #5b6b80); font: 600 12px/1 var(--font-ui, Inter, sans-serif); cursor: pointer; white-space: nowrap; }
.utp-tab[aria-selected="true"] { background: var(--ind-ink); color: #fff; }
.utp-panel { padding: 26px; }
.utp-panel[hidden] { display: none !important; }
.utp-panel__intro h3 { margin: 0; color: var(--text, var(--ind-ink)); font: 600 17px/1.3 var(--font-ui, Inter, sans-serif); }
.utp-panel__intro p { max-width: 700px; margin: 7px 0 18px; color: var(--muted, #5b6b80); font-size: 13px; line-height: 1.55; }
.utp-partners { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 18px; }
.utp-partner { min-height: 38px; padding: 0 13px; border: 1px solid var(--ind-line); border-radius: 5px; background: var(--bg2, #fff); color: var(--text, var(--ind-ink)); font: 500 12px/1 var(--font-ui, Inter, sans-serif); cursor: pointer; }
.utp-partner[aria-pressed="true"] { border-color: var(--ind-teal); background: #e6f4f1; color: #0d5f5b; }
.utp-widget { width: 100%; min-width: 0; min-height: 180px; overflow: hidden; contain: inline-size; border-top: 1px solid var(--ind-line); padding-top: 18px; background: #fff; }
.utp-widget > div,
.utp-widget > div > div,
.utp-widget iframe { width: 100% !important; max-width: 100% !important; min-width: 0 !important; box-sizing: border-box !important; }
.utp-option-note { margin: 0 0 14px; padding: 12px 14px; border-left: 3px solid var(--ind-teal); background: var(--ind-soft); color: var(--muted, #5b6b80); font-size: 12px; line-height: 1.55; }
.utp-service-card { min-height: 128px; display: grid; grid-template-columns: 112px minmax(0, 1fr) auto; gap: 15px; align-items: center; padding: 20px; border: 1px solid var(--ind-line); border-radius: 7px; background: #fff; color: var(--ind-ink); text-decoration: none; }
.utp-service-card__icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 7px; background: var(--ind-soft); color: var(--ind-teal-dark); font-size: 22px; }
.utp-service-card__brand { width: 108px; min-height: 58px; display: grid; place-items: center; overflow: hidden; padding: 7px; border-radius: 6px; background: #fff; color: #163960; font: 700 12px/1.05 var(--font-ui, Inter, sans-serif); text-align: center; }
.utp-service-card__brand img { display: block; width: 100%; max-width: 98px; max-height: 52px; object-fit: contain; }
.utp-service-card--radicalstorage .utp-service-card__brand img { transform: scale(2); }
.utp-option-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.utp-option-brand .utp-service-card__brand { flex: 0 0 108px; }
.utp-option-brand strong { color: var(--ind-ink); font-size: 14px; font-weight: 600; }
.utp-service-card strong,
.utp-service-card small { display: block; }
.utp-service-card strong { font-size: 15px; }
.utp-service-card small { margin-top: 5px; color: #53677f; font-size: 12px; line-height: 1.5; }
.utp-service-card > i { color: var(--ind-teal-dark); }
.utp-consent { min-height: 150px; display: grid; place-items: center; gap: 12px; padding: 24px; border: 1px dashed var(--ind-line); background: var(--ind-paper); text-align: center; }
.utp-consent p { max-width: 460px; margin: 0; color: var(--muted, #5b6b80); font-size: 13px; line-height: 1.55; }
.utp-consent__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.utp__legal { margin: 0; padding: 16px 26px; border-top: 1px solid var(--ind-line); color: var(--muted, #5b6b80); font-size: 11px; line-height: 1.55; }

.ind-guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.ind-guide-card { overflow: hidden; border: 1px solid var(--ind-line); border-radius: 8px; background: var(--bg2, #fff); }
.ind-guide-card img { width: 100%; aspect-ratio: 16 / 10; display: block; object-fit: cover; }
.ind-guide-card__body { padding: 20px; }
.ind-guide-card__meta { display: flex; flex-wrap: wrap; gap: 7px 14px; color: var(--muted, #5b6b80); font-size: 11px; font-weight: 650; }
.ind-guide-card h3 { margin: 13px 0 7px; font: 600 27px/1.15 var(--font-display, Lora, serif); }
.ind-guide-card p { margin: 0; color: var(--muted, #5b6b80); font-size: 13px; line-height: 1.55; }
.ind-guide-card__actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.ind-draft-tag { display: inline-flex; margin-bottom: 10px; padding: 5px 8px; border-radius: 4px; background: #e7eff4; color: #245f79; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }

.ind-how-grid,
.ind-help-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.ind-how-card,
.ind-help-card { padding: 24px; border: 1px solid var(--ind-line); border-radius: 8px; background: var(--bg2, #fff); }
.ind-how-card span { display: grid; place-items: center; width: 34px; height: 34px; margin-bottom: 24px; border-radius: 50%; background: var(--ind-soft); color: var(--ind-teal-dark); font-weight: 800; }
.ind-how-card h3,
.ind-help-card h3 { margin: 0 0 8px; color: var(--text, var(--ind-ink)); font-size: 15px; }
.ind-how-card p,
.ind-help-card p { margin: 0; color: var(--muted, #5b6b80); font-size: 13px; line-height: 1.6; }
.ind-help-card .ind-btn { margin-top: 18px; }

.guide-draft-banner { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 38px; padding: 8px 18px; background: #245f79; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-align: center; text-transform: uppercase; }
.guide-hero { min-height: 650px; }
.guide-hero__meta { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 26px; color: rgba(255,255,255,.84); font-size: 12px; font-weight: 700; }
.guide-hero__meta span { display: inline-flex; align-items: center; gap: 7px; }
.ind-breadcrumbs { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 18px; color: rgba(255,255,255,.82); font-size: 12px; font-weight: 700; }
.ind-breadcrumbs a { color: inherit; text-decoration: none; }
.ind-breadcrumbs a:hover { text-decoration: underline; }
.guide-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 66px; padding: 72px 0 94px; align-items: start; }
.guide-content { min-width: 0; }
.guide-lead { margin: 0 0 16px; color: #29415e; font: 500 23px/1.6 var(--font-display, Lora, serif); }
.guide-at-glance { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 30px 0 20px; border: 1px solid var(--ind-line); border-radius: 8px; overflow: hidden; background: var(--bg2, #fff); }
.guide-at-glance div { min-height: 94px; padding: 18px; border-right: 1px solid var(--ind-line); border-bottom: 1px solid var(--ind-line); }
.guide-at-glance div:nth-child(3n) { border-right: 0; }
.guide-at-glance div:nth-last-child(-n+3) { border-bottom: 0; }
.guide-at-glance span { display: block; color: var(--muted, #5b6b80); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.guide-at-glance strong { display: block; margin-top: 8px; font-size: 14px; font-weight: 400; line-height: 1.4; }
.guide-quicklinks { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 7px; margin: 24px 0 10px; }
.guide-quicklinks a { min-height: 74px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; padding: 10px; border: 1px solid var(--ind-line); border-radius: 6px; background: var(--bg2, #fff); color: var(--text, var(--ind-ink)); font-size: 11px; font-weight: 600; text-align: center; text-decoration: none; }
.guide-quicklinks i { color: var(--ind-teal); font-size: 18px; }
.guide-content > section { padding: 44px 0; border-bottom: 1px solid var(--ind-line); scroll-margin-top: 112px; }
.guide-content > section > .ind-eyebrow { color: var(--ind-teal-dark); }
.guide-content > section > .ind-eyebrow i { color: currentColor; }
[data-theme="dark"] .guide-content > section > .ind-eyebrow { color: #7dd8ce; }
.guide-content h2 { margin: 0 0 17px; color: var(--text, var(--ind-ink)); font: 500 clamp(31px, 4vw, 43px)/1.14 var(--font-display, Lora, serif); letter-spacing: 0; }
.guide-content h3 { margin: 28px 0 8px; color: var(--text, var(--ind-ink)); font-size: 17px; }
.guide-content p,
.guide-content li { color: #334b67; font-size: 15px; line-height: 1.75; }
[data-theme="dark"] .guide-content p,
[data-theme="dark"] .guide-content li,
[data-theme="dark"] .guide-lead { color: #c9d5e2; }
.guide-feature { margin: 24px 0; }
.guide-feature img { width: 100%; aspect-ratio: 16 / 9; display: block; object-fit: cover; border-radius: 6px; }
.guide-feature figcaption { margin-top: 8px; color: var(--muted, #5b6b80); font-size: 11px; }
.guide-callout { margin: 24px 0; padding: 20px 22px; border-left: 3px solid var(--ind-gold); background: #f0e9dc; }
[data-theme="dark"] .guide-callout { background: #172a3d; }
.guide-callout strong { display: block; margin-bottom: 5px; font-size: 13px; }
.guide-callout p { margin: 0; font-size: 13px; }
.guide-area-grid,
.guide-place-grid,
.guide-itinerary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 22px; }
.guide-area-grid article,
.guide-place-grid article,
.guide-itinerary article { padding: 20px; border: 1px solid var(--ind-line); border-radius: 7px; background: var(--bg2, #fff); }
.guide-area-grid h3,
.guide-place-grid h3,
.guide-itinerary h3 { margin-top: 0; }
.guide-area-grid p,
.guide-place-grid p,
.guide-itinerary p { margin-bottom: 0; font-size: 13px; }
.guide-itinerary span { color: var(--ind-teal-dark); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.guide-source-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.guide-source-links a { color: var(--ind-teal-dark); font-size: 12px; font-weight: 750; }
.guide-sidebar { position: sticky; top: 96px; display: grid; gap: 14px; }
.guide-side-card { padding: 20px; border: 1px solid var(--ind-line); border-radius: 8px; background: var(--bg2, #fff); }
.guide-side-card > span { display: block; margin-bottom: 10px; color: var(--ind-teal-dark); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.guide-side-nav a { display: flex; justify-content: space-between; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--ind-line); color: var(--text, var(--ind-ink)); font-size: 12px; font-weight: 500; text-decoration: none; }
.guide-side-nav a:last-child { border-bottom: 0; }
.guide-side-nav i { color: var(--ind-teal); }
.guide-author { display: grid; grid-template-columns: 108px minmax(0, 1fr); gap: 17px; align-items: end; }
.guide-author img { width: 108px; height: 158px; display: block; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 10px 15px rgba(4,18,38,.16)); }
.guide-author strong { display: block; font-size: 15px; font-weight: 650; line-height: 1.3; }
.guide-author p { margin: 8px 0 11px; color: var(--muted, #5b6b80); font-size: 11px; font-weight: 400; line-height: 1.55; }
.guide-author a { color: var(--ind-teal-dark); font-size: 11px; font-weight: 600; text-decoration: none; }
.guide-author a i { margin-left: 4px; font-size: 9px; }
.guide-methodology { margin-top: 18px; color: var(--muted, #5b6b80); font-size: 12px; line-height: 1.6; }
.affiliate-disclosure { margin: 16px 0 0; color: var(--muted, #5b6b80); font-size: 11px; line-height: 1.6; }

/* London is the reference template for the next editorial guide iteration. */
.london-guide-hero::after { background: linear-gradient(90deg, rgba(3,18,40,.5), rgba(3,18,40,.08) 76%); }
.london-guide-hero .ind-hero__inner { text-shadow: 0 2px 4px rgba(3,18,40,.82), 0 10px 28px rgba(3,18,40,.48); }
.london-guide-hero .ind-breadcrumbs,
.london-guide-hero .ind-eyebrow,
.london-guide-hero .guide-hero__meta { text-shadow: 0 1px 3px rgba(3,18,40,.9), 0 6px 18px rgba(3,18,40,.5); }
.london-guide-hero h1 { font-size: clamp(58px, 8vw, 102px); }
.london-guide-hero .guide-hero__subtitle { max-width: 780px; margin-top: 13px; font: 500 clamp(23px, 3vw, 36px)/1.18 var(--font-display, Lora, serif); color: #fff; }
.ibiza-guide-hero::after { background: linear-gradient(90deg, rgba(3,18,40,.58), rgba(3,18,40,.12) 76%); }
.doha-guide-hero::after { background: linear-gradient(90deg, rgba(3,18,40,.55), rgba(3,18,40,.1) 76%); }
.ibiza-guide-hero .ind-hero__inner,
.doha-guide-hero .ind-hero__inner { text-shadow: 0 2px 5px rgba(3,18,40,.8), 0 10px 28px rgba(3,18,40,.42); }
.ibiza-guide-hero h1,
.doha-guide-hero h1 { font-size: clamp(58px, 8vw, 102px); }
.ibiza-guide-hero .guide-hero__subtitle,
.doha-guide-hero .guide-hero__subtitle { max-width: 780px; margin-top: 13px; font: 500 clamp(23px, 3vw, 36px)/1.18 var(--font-display, Lora, serif); color: #fff; }
.destination-guide-page .guide-layout { grid-template-columns: minmax(0, 1fr) 340px; gap: 54px; }
.london-guide-page .guide-layout { grid-template-columns: minmax(0, 1fr) 340px; gap: 54px; }
.london-guide-page .guide-sidebar { top: 112px; }
.guide-partner-message { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 15px; align-items: center; margin: 18px 0 22px; padding: 18px 20px; border: 1px solid rgba(35,143,135,.42); border-left: 4px solid var(--ind-teal); border-radius: 7px; background: linear-gradient(100deg, #e8f6f2, #f7fbfa); box-shadow: 0 12px 28px rgba(11,43,88,.07); }
.guide-partner-message > i { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--ind-teal); color: #fff; font-size: 20px; }
.guide-partner-message strong,
.guide-partner-message span { display: block; }
.guide-partner-message strong { color: var(--ind-ink); font-size: 15px; }
.guide-partner-message span { margin-top: 4px; color: #36516e; font-size: 13px; line-height: 1.5; }
.guide-group-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.guide-related-trips { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 24px; }
.guide-related-trips:has(> :only-child) { grid-template-columns: minmax(0, 430px); }
.guide-related-trips .bt-catalog-card { min-width: 0; }
.guide-related-trips .bt-catalog-card__body h3 { font-size: 22px; }
.guide-related-trips__loading { grid-column: 1 / -1; margin: 0; padding: 18px; border: 1px solid var(--ind-line); border-radius: 7px; background: var(--bg2, #fff); font-size: 13px !important; }
.guide-practical-card dl { margin: 0; }
.guide-practical-card dl > div { padding: 11px 0; border-bottom: 1px solid var(--ind-line); }
.guide-practical-card dl > div:last-child { border-bottom: 0; padding-bottom: 0; }
.guide-practical-card dt { color: var(--ind-ink); font-size: 11px; font-weight: 600; }
.guide-practical-card dd { margin: 4px 0 0; color: #53677f; font-size: 11px; line-height: 1.45; }
.guide-practical-links { display: flex; flex-wrap: wrap; gap: 5px 10px; margin-top: 7px; }
.guide-practical-links a { display: inline-flex; align-items: center; gap: 4px; color: var(--ind-teal-dark); font-size: 10px; font-weight: 700; line-height: 1.35; text-decoration: none; }
.guide-practical-links a:hover { text-decoration: underline; }
.guide-practical-links i { font-size: 8px; }
.guide-zone-map { margin: 26px 0 20px; }
.guide-zone-map__visual { position: relative; }
.guide-zone-map img { width: 100%; height: auto; display: block; border: 1px solid var(--ind-line); border-radius: 7px; background: var(--ind-soft); }
.guide-zone-map__instagram { position: absolute; top: 17.1%; left: 2.35%; display: grid; width: 24px; height: 24px; place-items: center; border-radius: 4px; background: #fbf8f4; color: #0b2b58; font-size: clamp(13px, 1.45vw, 20px); text-decoration: none; box-shadow: 0 0 0 3px #fbf8f4; }
.guide-zone-map figcaption { margin-top: 8px; color: var(--muted, #5b6b80); font-size: 11px; line-height: 1.5; }
.guide-side-widget h3 { margin: 0 0 6px; color: var(--ind-ink); font-size: 15px; }
.guide-side-widget p { margin: 0 0 13px; color: #53677f; font-size: 11px; line-height: 1.5; }
.guide-embed-slot { width: 100%; min-width: 0; overflow: hidden; contain: inline-size; background: #fff; }
.guide-embed-slot > div,
.guide-embed-slot > div > div,
.guide-embed-slot iframe { width: 100% !important; max-width: 100% !important; min-width: 0 !important; box-sizing: border-box !important; }
.guide-embed-slot--compact { max-height: none; overflow: visible; }
.guide-embed-slot--route { min-height: 108px; }
.guide-route-card { border-color: color-mix(in srgb, var(--ind-teal) 35%, var(--ind-line)); }
.guide-route-card .guide-embed-slot > a[href*="travelpayouts.com"] { display: none !important; }
.guides-index-page .ind-hero { background-position: center; }
.guides-index-page .ind-hero::after { background: linear-gradient(90deg, rgba(3,18,40,.78), rgba(3,18,40,.18) 78%); }
.utp-widget iframe,
.guide-embed-slot iframe { clip-path: inset(1px); }
[data-theme="dark"] .guide-partner-message,
[data-theme="dark"] .utp-option-note { background: #172a3d; }
[data-theme="dark"] .guide-partner-message > i,
[data-theme="dark"] .utp-service-card { background: #10283d; }
[data-theme="dark"] .guide-partner-message strong,
[data-theme="dark"] .guide-practical-card dt,
[data-theme="dark"] .guide-side-widget h3,
[data-theme="dark"] .utp-service-card { color: #f6f8fb; }
[data-theme="dark"] .guide-partner-message span,
[data-theme="dark"] .guide-practical-card dd,
[data-theme="dark"] .guide-side-widget p,
[data-theme="dark"] .utp-service-card small { color: #c9d5e2; }

@media (max-width: 900px) {
  .guide-layout { grid-template-columns: 1fr; gap: 44px; }
  .destination-guide-page .guide-layout,
  .london-guide-page .guide-layout { grid-template-columns: 1fr; }
  .guide-sidebar { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ind-guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .booking-planner-layout { grid-template-columns: 1fr; }
  .booking-map-card { position: static; }
}

@media (max-width: 680px) {
  :root:not([data-theme="dark"]) body.independent-page.bt-has-topbar:not(.bt-trip-page-active) .site-header .brand-title { color: #0b2b58 !important; text-shadow: none !important; }
  :root:not([data-theme="dark"]) body.independent-page.bt-has-topbar:not(.bt-trip-page-active) .site-header .brand-subtitle { color: var(--text) !important; text-shadow: none !important; }
  .ind-container { width: min(100% - 32px, 1160px); }
  .ind-subnav-wrap { margin-top: 68px; }
  .ind-subnav { width: 100%; }
  .ind-hero { min-height: 470px; }
  .booking-hub-page .ind-hero { min-height: 470px; }
  .booking-hub-page .ind-hero__inner { padding-block: 70px 42px; }
  .booking-hub-page .ind-hero + .ind-section { padding-block: 44px; }
  .booking-hub-page .ind-hero + .ind-section .ind-container { display: block; }
  .booking-hub-page .ind-hero + .ind-section .ind-section-head { margin-bottom: 30px; }
  .guide-hero { min-height: 560px; }
  .ind-hero__inner { padding: 70px 0 42px; }
  .ind-hero h1 { font-size: 43px; }
  .ind-hero p { font-size: 15px; }
  .ind-section { padding: 54px 0; }
  .ind-destination-search { grid-template-columns: 1fr; }
  .ind-destination-search button { width: 100%; }
  .ind-guide-match { grid-template-columns: 1fr; }
  .ind-guide-match img { aspect-ratio: 16 / 8; min-height: 0; }
  .utp__head,
  .utp-panel { padding: 20px 16px; }
  .utp-tabs { justify-content: flex-start; }
  .utp-route { grid-template-columns: 1fr; }
  .utp-route .ind-btn { grid-column: auto; }
  .utp-tab { flex: 0 0 auto; }
  .utp-widget { min-height: 150px; margin-inline: -16px; }
  .utp-widget > script,
  .utp-widget iframe { max-width: 100vw !important; }
  .ind-guide-grid,
  .ind-how-grid,
  .ind-help-grid,
  .guide-sidebar,
  .guide-at-glance,
  .guide-area-grid,
  .guide-place-grid,
  .guide-itinerary { grid-template-columns: 1fr; }
  .guide-related-trips { grid-template-columns: 1fr; }
  .guide-at-glance div { border-right: 0; border-bottom: 1px solid var(--ind-line) !important; }
  .guide-at-glance div:last-child { border-bottom: 0 !important; }
  .guide-quicklinks { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .guide-layout { padding: 48px 0 74px; }
  .guide-lead { font-size: 20px; }
  .guide-content > section { padding: 36px 0; }
  .london-guide-hero h1 { font-size: 58px; }
  .ibiza-guide-hero h1,
  .doha-guide-hero h1 { font-size: 58px; }
  .london-guide-hero .guide-hero__subtitle,
  .ibiza-guide-hero .guide-hero__subtitle,
  .doha-guide-hero .guide-hero__subtitle { max-width: 340px; font-size: 21px; line-height: 1.24; }
  :root:not([data-theme="dark"]) body.independent-page.london-guide-page.bt-has-topbar:not(.bt-trip-page-active) .site-header .brand-title { color: #fff !important; text-shadow: 0 1px 8px rgba(3,18,40,.45) !important; }
  :root:not([data-theme="dark"]) body.independent-page.london-guide-page.bt-has-topbar:not(.bt-trip-page-active) .site-header .brand-subtitle { color: var(--text) !important; text-shadow: none !important; }
  .utp-service-card { grid-template-columns: 88px minmax(0, 1fr) auto; padding: 16px; }
  .utp-service-card__icon { width: 46px; height: 46px; }
  .utp-service-card__brand { width: 84px; min-height: 50px; }
  .utp-service-card__brand img { max-width: 76px; max-height: 44px; }
  .booking-guides-hint { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .independent-page *, .independent-page *::before, .independent-page *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* V2 Hero Styles Backported to V1 Guides */
.v2-hero {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #050a12;
}

.v2-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
  opacity: 0.85;
  animation: heroZoom 20s infinite alternate linear;
}

.v2-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.6));
}

@keyframes heroZoom {
  0% { transform: scale(1); }
  100% { transform: scale(1.1); }
}

/* Bangkok keeps the photograph vivid and uses a wider cinematic movement. */
.bangkok-guide-page .v2-hero-bg {
  background-position: center 52%;
  opacity: 1;
  filter: none;
  animation: bangkokHeroMove 15s infinite alternate ease-in-out;
  will-change: transform;
}

.bangkok-guide-page .v2-hero-bg::after {
  background: none;
}

.bangkok-guide-page .v2-hero-content {
  max-width: min(920px, calc(100% - 40px));
  text-shadow: 0 3px 10px rgba(3, 12, 25, 0.82), 0 16px 40px rgba(3, 12, 25, 0.58);
}

.bangkok-guide-page .v2-title {
  background: none;
  color: #fff;
  -webkit-text-fill-color: #fff;
  filter: none;
}

.bangkok-guide-page .v2-subtitle {
  color: #fff;
  font-style: normal;
  font-weight: 600;
  line-height: 1.45;
}

.bangkok-guide-page .v2-hero-tag {
  background: rgba(5, 24, 47, 0.34);
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow: 0 8px 28px rgba(3, 12, 25, 0.18);
}

@keyframes bangkokHeroMove {
  0% { transform: scale(1.03) translate3d(-1.5%, 0, 0); }
  100% { transform: scale(1.19) translate3d(2.4%, -1.4%, 0); }
}

.v2-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.v2-title {
  font-family: var(--font-ui, 'Inter', sans-serif);
  font-size: 8vw;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
  background: linear-gradient(135deg, #ffffff 20%, #cfa868 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 20px rgba(207, 168, 104, 0.4));
}

.v2-subtitle {
  font-family: var(--font-display, 'Lora', serif);
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  font-style: italic;
  color: #cfa868;
  margin-top: 10px;
}

.v2-hero-tag {
  display: inline-block;
  font-family: var(--font-ui, 'Inter', sans-serif);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  background: rgba(207, 168, 104, 0.2);
  border: 1px solid rgba(207, 168, 104, 0.5);
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 24px;
  backdrop-filter: blur(4px);
}

.v2-scroll-indicator {
  position: absolute;
  bottom: 40px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  animation: fadeInOut 3s infinite;
}

@keyframes fadeInOut {
  0%, 100% { opacity: 0.5; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(5px); }
}

/* Dark Mode Overrides for Independent Travel */
[data-theme="dark"] {
  --ind-ink: #ffffff;
  --ind-paper: var(--bg1);
  --ind-soft: var(--bg1);
  --ind-white: var(--bg2);
  --ind-line: rgba(255, 255, 255, 0.15);
}

[data-theme="dark"] .ind-subnav a {
  color: var(--muted) !important;
}

[data-theme="dark"] .ind-subnav a:hover,
[data-theme="dark"] .ind-subnav a[aria-current="page"] {
  color: var(--text) !important;
}

[data-theme="dark"] .ind-guide-card {
  border: 1px solid var(--cardBorder) !important;
}

/* Dark Mode Overrides for Booking Page (reservas.html) */

[data-theme="dark"] .ind-destination-search input::placeholder,
[data-theme="dark"] .utp-route input::placeholder,
[data-theme="dark"] input::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

[data-theme="dark"] .ind-destination-search input,
[data-theme="dark"] .utp-route input {
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  background: var(--bg1) !important; 
  color: #ffffff !important;
}

[data-theme="dark"] .ind-destination-search button,
[data-theme="dark"] .ind-btn:not(.ind-btn--secondary):not(.ind-btn--teal) {
  background: #ffffff !important;
  color: #0b2b58 !important;
}

[data-theme="dark"] .booking-map-card p,
[data-theme="dark"] .booking-b-consent-note {
  color: var(--muted) !important;
}

[data-theme="dark"] .booking-map-card {
  background: var(--bg2) !important;
  border-color: var(--cardBorder) !important;
}

[data-theme="dark"] .utp-tab[aria-selected="true"] {
  background: var(--ind-teal) !important;
  color: #ffffff !important;
}

[data-theme="dark"] .ind-partner-logo {
  filter: none !important;
  background: #ffffff !important;
  border-radius: 8px;
  padding: 8px 12px;
  color: #0b2b58 !important; 
}

[data-theme="dark"] .ind-partner-logo:hover {
  filter: none !important;
  box-shadow: 0 4px 12px rgba(255,255,255,0.2);
}

[data-theme="dark"] .ind-how-card span {
  background: rgba(35, 143, 135, 0.25) !important;
  color: #34d399 !important; /* brighter teal for dark mode */
}
