@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;800;900&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --ink: #061116;
  --ink-2: #0a1d24;
  --ink-3: #102a34;
  --paper: #f5f5ef;
  --surface: #ffffff;
  --muted: #617077;
  --line: #d9e1df;
  --lime: #d9ff59;
  --lime-2: #bfe934;
  --aqua: #6ae1ff;
  --blue: #0875c9;
  --coral: #ff725e;
  --yellow: #ffc85b;
  --green: #38d695;
  --shadow: 0 28px 80px rgba(0, 15, 20, .18);
  --soft-shadow: 0 14px 38px rgba(10, 30, 36, .09);
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 34px;
  --max: 1320px;
  --motion-fast: 160ms;
  --motion-base: 320ms;
  --motion-confirm: 520ms;
  --motion-route: 680ms;
  --motion-working: 1200ms;
  --ease-standard: cubic-bezier(.2,.8,.2,1);
  --ease-confirm: cubic-bezier(.16,1,.3,1);
  --motion-shift-sm: 6px;
}

/* Unobstructed globe workspace: map controls and information never cover the Earth. */
.theme-map-shell { min-height: calc(100vh - 78px); height: auto; background: #f2f5f0; color: var(--ink); padding-bottom: 84px; }
.theme-map-shell .map-product-intro { color: #fff; padding: 70px 0 112px; background: radial-gradient(circle at 20% 20%,#174652,#06161c 56%); }
.map-product-intro-inner { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.map-product-intro h1 { max-width: 850px; margin: 10px 0 14px; font-size: clamp(44px,5vw,78px); line-height: .98; letter-spacing: -3px; }
.map-product-intro p { max-width: 760px; margin: 0; color: #bfd0d4; font-size: 18px; }
.map-intro-link { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 9px; color: var(--ink); background: var(--lime); border-radius: 14px; padding: 13px 17px; font-weight: 900; }
.map-intro-link i { width: 19px; }
.theme-map-shell .map-workspace { height: auto; display: grid; grid-template-columns: 310px minmax(0,1fr); gap: 24px; direction: ltr; position: relative; margin-top: -72px; }
.theme-map-shell .filter-panel { direction: rtl; align-self: start; position: sticky; inset: auto; top: 94px; z-index: 2; display: block; max-height: calc(100vh - 116px); background: #fff; color: var(--ink); padding: 22px; overflow-y: auto; border: 1px solid #dce4df; border-radius: 24px; box-shadow: 0 18px 50px rgba(5,24,30,.12); }
.filter-panel-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.filter-panel-head .round-button { display: none; }
.filter-panel-head h2 { font-size: 27px; margin: 2px 0 5px; }
.theme-map-shell .filter-panel > p { color: var(--muted); margin: 0 0 18px; }
.theme-map-shell .filter-panel > .round-button { display: none; }
.map-main-column { direction: rtl; min-width: 0; display: grid; gap: 14px; }
.map-search-bar { display: flex; align-items: center; gap: 10px; min-height: 68px; background: #fff; border: 1px solid #dce4df; border-radius: 20px; padding: 10px 14px; box-shadow: 0 18px 50px rgba(5,24,30,.1); }
.map-search-bar:focus-within { border-color: #769300; box-shadow: 0 0 0 4px rgba(217,255,89,.42),0 18px 50px rgba(5,24,30,.1); }
.map-search-bar > i { color: #779000; }
.map-search-bar input { min-width: 0; flex: 1; border: 0; background: transparent; outline: 0; padding: 10px 2px; font-size: 16px; }
.map-search-bar button { display: inline-flex; align-items: center; gap: 8px; border: 0; border-radius: 13px; padding: 12px 18px; background: var(--ink); color: #fff; font-weight: 900; }
.map-search-bar button i { width: 17px; }
.map-mobile-action-row { display: none; }
.map-view-layout { display: grid; grid-template-columns: 84px minmax(0,1fr); gap: 12px; min-height: 650px; direction: ltr; }
.theme-map-shell .map-layer-buttons { position: static; inset: auto; z-index: auto; display: flex; flex-direction: column; align-items: stretch; gap: 7px; padding: 13px 9px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: #09212a; color: #fff; }
.map-layer-buttons > span { padding: 3px 0 8px; color: #a9bec4; font-size: 11px; text-align: center; }
.theme-map-shell .map-layer-buttons button { width: auto; height: auto; min-height: 54px; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; background: rgba(255,255,255,.05); color: #fff; display: grid; place-items: center; gap: 2px; padding: 6px 3px; }
.map-layer-buttons button small { font-size: 9px; }
.theme-map-shell .map-layer-buttons button.is-active { border-color: var(--lime); background: var(--lime); color: var(--ink); box-shadow: 0 0 0 4px rgba(217,255,89,.14); }
.theme-map-shell .world-canvas { direction: rtl; min-width: 0; min-height: 650px; position: relative; overflow: hidden; border-radius: 28px; background: radial-gradient(circle at 52% 45%,#1c4a55,#07171d 63%); }
.theme-map-shell .world-canvas::after { content: ''; position: absolute; inset: 0; pointer-events: none; border: 1px solid rgba(255,255,255,.12); border-radius: inherit; }
.theme-map-shell .world-canvas .globe { width: min(640px,100%); height: auto; max-width: none; aspect-ratio: 1; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.theme-map-shell .world-canvas .price-pin { z-index: 5; max-width: 112px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; padding: 7px 10px; }
.map-mobile-filter-host { display: none; }
.map-status-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 40px; padding: 4px 2px; }
.theme-map-shell .map-data-status { position: static; inset: auto; max-width: none; margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; color: #40565d; font-size: 12px; backdrop-filter: none; }
.theme-map-shell .map-data-status::before { content: ''; display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-left: 7px; background: #7da000; }
.theme-map-shell .map-weather-attribution { position: static; inset: auto; max-width: none; padding: 0; border-radius: 0; background: transparent; color: #526970; font-size: 10px; text-decoration: underline; backdrop-filter: none; }
.map-canvas-guidance { display: flex; align-items: center; gap: 10px; color: #40565d; font-size: 12px; }
.map-canvas-guidance i { color: #6f8c00; }
.map-canvas-guidance span { display: grid; }
.map-canvas-guidance strong { color: var(--ink); }
.map-support-section { margin-top: 30px; padding: 54px 0; background: #fff; border-block: 1px solid #dce4df; }
.map-support-grid { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: 22px; align-items: start; }
.map-destination-panel { min-width: 0; overflow: hidden; border: 1px solid #dce4df; border-radius: 24px; background: #f7f9f5; }
.map-destination-panel > img { width: 100%; height: 235px; object-fit: cover; }
.map-destination-copy { padding: 20px; }
.map-destination-copy .result-top h2 { margin: 3px 0; font-size: 31px; }
.map-destination-copy .result-facts { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.map-price-state { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-top: 16px; padding-top: 16px; border-top: 1px solid #dce4df; }
.map-price-state small, .map-price-state strong { display: block; }
.map-price-state strong { font-size: 22px; }
.map-price-state p { max-width: 230px; margin: 0; color: var(--muted); font-size: 12px; }
.map-destination-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.map-destination-actions a { min-height: 44px; display: inline-flex; align-items: center; gap: 6px; padding: 8px 10px; border: 1px solid #dce4df; border-radius: 10px; background: #fff; font-size: 12px; font-weight: 800; }
.map-destination-actions :is(i,svg) { width: 16px; }
.map-destination-actions a[aria-disabled="true"] { opacity: .5; pointer-events: none; }
.theme-map-shell .route-sheet { position: static; inset: auto; transform: none; width: auto; max-height: none; overflow: visible; border: 1px solid #dce4df; border-radius: 24px; padding: 20px; background: #fff; color: var(--ink); box-shadow: none; }
.map-depth-section { padding-top: 76px; }
.map-depth-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.map-depth-grid a { display: grid; grid-template-columns: 42px 1fr 20px; align-items: center; gap: 12px; min-height: 112px; padding: 18px; border: 1px solid #dce4df; border-radius: 18px; background: #fff; }
.map-depth-grid a > i:first-child { width: 42px; height: 42px; padding: 10px; border-radius: 12px; background: #edffd0; color: #4d6900; }
.map-depth-grid span { display: grid; }
.map-depth-grid strong { font-size: 17px; }
.map-depth-grid span { color: var(--muted); font-size: 12px; }
.map-depth-grid span strong { color: var(--ink); }
.page-template-page-map .whatsapp-button { display: none !important; }
.whatsapp-button { right: 20px !important; bottom: 20px !important; width: 58px !important; min-width: 58px !important; height: 58px !important; padding: 0 !important; border-radius: 50% !important; overflow: hidden !important; justify-content: center !important; font-size: 0 !important; }
.whatsapp-button img:first-child { display: none !important; }
.whatsapp-button img:last-of-type { display: block !important; width: 30px !important; height: 30px !important; margin: 0 !important; }
.map-mobile-controls { display: none !important; }

@media (max-width: 1000px) {
  .theme-map-shell .map-workspace { grid-template-columns: 270px minmax(0,1fr); }
  .map-view-layout { grid-template-columns: 1fr; min-height: 0; }
  .theme-map-shell .map-layer-buttons { order: 1; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
  .theme-map-shell .world-canvas { order: 2; min-height: clamp(380px,60vw,600px); }
  .map-support-grid { grid-template-columns: 1fr; }
  .map-destination-panel { display: grid; grid-template-columns: 280px 1fr; }
  .map-destination-panel > img { height: 100%; min-height: 300px; }
  .map-status-row { flex-wrap: wrap; justify-content: flex-start; }
  .map-canvas-guidance { flex: 1 1 100%; }
}

@media (max-width: 760px) {
  .theme-map-shell { padding-bottom: 56px; }
  .theme-map-shell .map-product-intro { padding: 42px 0 74px; }
  .map-product-intro-inner { display: block; }
  .map-product-intro h1 { font-size: 43px; line-height: 1.02; letter-spacing: -1.8px; }
  .map-product-intro p { font-size: 16px; }
  .map-intro-link { margin-top: 22px; }
  .theme-map-shell .map-workspace { height: auto; grid-template-columns: 1fr; margin-top: -38px; }
  .map-main-column { order: 1; }
  .theme-map-shell .filter-panel { order: 2; position: static; inset: auto; display: none; max-height: none; margin-top: 4px; border-radius: 20px; box-shadow: none; }
  .theme-map-shell .filter-panel.is-open { display: block; }
  .theme-map-shell .filter-panel > .filter-panel-head .round-button { display: grid; }
  .map-mobile-filter-host { display: block; }
  .map-mobile-filter-host:empty { display: none; }
  .map-search-bar { min-height: 60px; border-radius: 17px; padding: 8px 10px; }
  .map-search-bar input { font-size: 14px; }
  .map-search-bar button { padding: 11px 13px; }
  .map-mobile-action-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .map-mobile-action-row button, .map-mobile-action-row a { display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 44px; border: 1px solid #dce4df; border-radius: 13px; background: #fff; color: var(--ink); font-weight: 800; }
  .map-mobile-action-row i { width: 17px; }
  .map-view-layout { grid-template-columns: 1fr; min-height: 0; }
  .theme-map-shell .map-layer-buttons { order: 1; flex-direction: row; overflow-x: auto; padding: 8px; border-radius: 15px; scrollbar-width: none; }
  .map-layer-buttons > span { display: none; }
  .theme-map-shell .map-layer-buttons button { flex: 1 0 62px; min-height: 48px; }
  .theme-map-shell .world-canvas { order: 2; min-height: 520px; border-radius: 22px; }
  .theme-map-shell .world-canvas .globe { width: 490px; height: 490px; left: 50%; top: 50%; transform: translate(-50%,-50%); }
  .theme-map-shell .world-canvas .price-pin:not(.is-active) { width: 15px; height: 15px; min-width: 15px; padding: 0; border: 2px solid #07171d; border-radius: 50%; font-size: 0; }
  .theme-map-shell .world-canvas .price-pin.is-active { max-width: 92px; font-size: 11px; padding: 6px 8px; }
  .map-status-row { display: grid; gap: 5px; }
  .map-canvas-guidance { order: 1; }
  .map-data-status { order: 2; }
  .map-support-section { margin-top: 16px; padding: 38px 0; }
  .map-destination-panel { display: block; }
  .map-destination-panel > img { height: 235px; min-height: 0; }
  .map-destination-copy { padding: 17px; }
  .map-price-state { align-items: flex-start; }
  .theme-map-shell .route-sheet { padding: 15px; border-radius: 20px; }
  .theme-map-shell .sheet-head { align-items: flex-start; }
  .theme-map-shell .sheet-head > span { display: none; }
  .theme-map-shell .mini-routes { display: flex; overflow-x: auto; scrollbar-width: none; }
  .theme-map-shell .mini-route { min-width: 84%; }
  .map-depth-section { padding-top: 54px; }
  .map-depth-grid { grid-template-columns: 1fr; }
}

* { box-sizing: border-box; }
html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
  direction: rtl;
  color: var(--ink);
  background: var(--paper);
  font-family: 'Heebo', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.map-body { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.ltr, .price, .brand-word, .airport-code { direction: ltr; font-family: 'Manrope', sans-serif; }
.sr-only { position: absolute; width: 1px; height: 1px; clip: rect(0,0,0,0); overflow: hidden; white-space: nowrap; }
.skip-link:is(:focus,:focus-visible) {
  width: auto;
  height: auto;
  position: fixed;
  z-index: 300;
  top: 12px;
  right: 12px;
  clip: auto;
  overflow: visible;
  white-space: normal;
  padding: 11px 16px;
  border: 3px solid #fff;
  border-radius: 12px;
  color: #07161c;
  background: var(--lime);
  box-shadow: 0 0 0 3px #0875c9,0 12px 30px rgba(0,0,0,.24);
  font-weight: 900;
}
.page-width { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }

/* Header and mega menu */
.site-header {
  position: relative;
  z-index: 60;
  height: 78px;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.site-header.on-light {
  color: var(--ink);
  background: rgba(255,255,255,.96);
  border-bottom-color: var(--line);
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark {
  width: 39px; height: 39px; border-radius: 13px; display: grid; place-items: center;
  color: var(--ink); background: var(--lime); transform: rotate(-4deg);
}
.brand-mark i { width: 21px; height: 21px; transform: rotate(4deg); }
.brand-word { font-weight: 800; font-size: 25px; letter-spacing: -.9px; text-transform: lowercase; }
.brand-word b { color: var(--lime); }
.on-light .brand-word b { color: #759d00; }
.main-nav { display: flex; align-items: center; gap: 7px; margin-inline-start: auto; }
.nav-item { position: static; }
.nav-trigger, .nav-link {
  border: 0; background: none; color: inherit; padding: 10px 13px; border-radius: 10px;
  display: inline-flex; align-items: center; gap: 5px; font-weight: 600; cursor: pointer;
}
.nav-trigger:hover, .nav-trigger[aria-expanded="true"], .nav-link:hover { background: rgba(255,255,255,.1); }
.on-light .nav-trigger:hover, .on-light .nav-trigger[aria-expanded="true"], .on-light .nav-link:hover { background: #eff3f1; }
.nav-trigger i { width: 15px; height: 15px; transition: transform .2s; }
.nav-trigger[aria-expanded="true"] i { transform: rotate(180deg); }
.mega-menu {
  position: absolute; top: 77px; right: 50%; width: min(calc(100vw - 40px), 1180px);
  transform: translateX(50%) translateY(-8px); background: #fff; color: var(--ink);
  border-radius: 0 0 26px 26px; padding: 28px; box-shadow: var(--shadow);
  display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 28px;
  opacity: 0; pointer-events: none; visibility: hidden; transition: .22s ease;
}
.nav-item.is-open .mega-menu { opacity: 1; pointer-events: auto; visibility: visible; transform: translateX(50%) translateY(0); }
.mega-feature { border-radius: 18px; padding: 22px; color: #fff; min-height: 215px; background: linear-gradient(140deg,#0a2630,#075680); position: relative; overflow: hidden; }
.mega-feature::after { content: ''; position: absolute; width: 190px; height: 190px; border-radius: 50%; background: var(--lime); filter: blur(70px); opacity: .2; left: -50px; bottom: -70px; }
.mega-feature small { color: var(--lime); font-weight: 700; }
.mega-feature h3 { margin: 8px 0; font-size: 25px; line-height: 1.2; }
.mega-feature p { color: #c9d9dd; margin: 0 0 18px; }
.mega-feature a { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; }
.mega-column strong { display: block; margin-bottom: 11px; font-size: 14px; color: #718087; }
.mega-column a { display: flex; align-items: center; gap: 9px; padding: 8px 0; font-weight: 600; }
.mega-column a:hover { color: #0875c9; }
.mega-column i { width: 17px; height: 17px; color: #789000; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.round-button, .mobile-menu-button {
  width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.07);
  color: inherit; border-radius: 14px; display: grid; place-items: center; cursor: pointer;
}
.on-light .round-button, .on-light .mobile-menu-button { border-color: var(--line); background: #fff; }
.round-button i, .mobile-menu-button i { width: 19px; height: 19px; }
.header-cta { padding: 11px 17px; border-radius: 14px; background: var(--lime); color: var(--ink); font-weight: 800; display: flex; align-items: center; gap: 7px; }
.header-cta i { width: 17px; height: 17px; }
.mobile-menu-button, .mobile-drawer { display: none; }
.mobile-drawer[aria-hidden="true"] { visibility: hidden; }

/* Hero */
.home-hero {
  min-height: 920px; position: relative; overflow: hidden; color: #fff;
  background:
    radial-gradient(circle at 22% 27%, rgba(17,133,183,.28), transparent 34%),
    radial-gradient(circle at 77% 60%, rgba(217,255,89,.08), transparent 30%),
    linear-gradient(145deg, #061116 0%, #0a2028 56%, #061116 100%);
}
.home-hero::before {
  content: ''; position: absolute; inset: 0; opacity: .18;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size: 44px 44px; mask-image: linear-gradient(to bottom,#000,transparent 85%);
}
.hero-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 42px; padding-top: 58px; }
.hero-copy { position: relative; z-index: 5; }
.kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--lime); font-weight: 700; font-size: 14px; letter-spacing: .2px; }
.kicker i { width: 16px; height: 16px; }
.hero-copy h1 { font-size: clamp(54px,5.6vw,86px); line-height: .98; letter-spacing: -4px; margin: 18px 0 20px; max-width: 670px; }
.hero-copy h1 em { color: var(--lime); font-style: normal; }
.hero-copy > p { max-width: 610px; color: #c8d5d9; font-size: 20px; margin: 0; }
.ai-prompt { margin-top: 28px; display: inline-flex; align-items: center; gap: 9px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 99px; background: rgba(255,255,255,.06); color: #d8e3e5; }
.ai-prompt i { width: 17px; height: 17px; color: var(--aqua); }
.ai-prompt strong { color: #fff; }
.hero-agent-actions { display: flex; align-items: stretch; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.hero-agent-actions .ai-prompt { margin-top: 0; }
.surprise-cta { display: inline-flex; align-items: center; gap: 10px; min-height: 48px; padding: 8px 13px; border: 1px solid rgba(218,255,89,.52); border-radius: 16px; background: var(--lime); color: #102027; box-shadow: 0 12px 30px rgba(185,235,44,.14); }
.surprise-cta > i { width: 19px; flex: 0 0 auto; }
.surprise-cta span { display: grid; gap: 1px; }
.surprise-cta strong { font-size: 15px; }
.surprise-cta small { font-size: 11px; color: #3f510e; }
.ai-planner-column { min-width: 0; display: grid; gap: 14px; align-self: center; }
.ai-conversation-entry { gap: 14px; }
.ai-conversation-prompt { display: grid; gap: 9px; }
.ai-conversation-prompt > span { font-weight: 900; }
.ai-conversation-prompt textarea { width: 100%; min-height: 142px; resize: vertical; padding: 16px; border: 1px solid var(--line); border-radius: 17px; background: #f7faf8; color: var(--ink); font: inherit; line-height: 1.55; }
.ai-transcript-confirmation { min-height: 44px; display: flex !important; grid-template-columns: 20px minmax(0,1fr); align-items: center; gap: 9px; padding: 9px 12px; border: 1px solid #bfd08a; border-radius: 13px; background: #f6ffdf; color: #344408 !important; font-size: 12px !important; }
.ai-transcript-confirmation[hidden] { display: none !important; }
.ai-transcript-confirmation input { width: 18px !important; min-height: 18px !important; margin: 0; accent-color: #708d00; }
.ai-conversation-actions { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.35fr); gap: 10px; }
.ai-voice-button { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 54px; border: 1px solid var(--line); border-radius: 14px; background: #fff; color: var(--ink); font-weight: 850; cursor: pointer; }
.ai-voice-button.is-listening { border-color: #80a900; background: #f4ffd8; }
.ai-voice-button i { width: 18px; }
.ai-voice-status { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.ai-conversation-entry[data-state="loading"] { opacity: .82; }
.ai-conversation-entry[data-state="loading"] textarea { cursor: wait; }
.ai-conversation-entry button:disabled { cursor: not-allowed; opacity: .58; }
.agent-noscript { margin: 10px 0 0; color: #8c2d25; font-size: 12px; }
.agent-run-workbench { min-width: 0; display: grid; gap: 15px; padding: 20px; border: 1px solid #dce4df; border-radius: 24px; background: #fff; color: var(--ink); box-shadow: 0 22px 55px rgba(0,0,0,.2); }
.agent-run-workbench[hidden] { display: none !important; }
.agent-run-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.agent-run-head h2 { margin: 3px 0 0; font-size: 25px; line-height: 1.15; letter-spacing: -.6px; }
.agent-run-head .eyebrow { color: #647b00; font-size: 10px; }
.agent-run-state { max-width: 210px; margin: 0; padding: 7px 10px; border-radius: 99px; background: #edf3ef; color: #45595f; font-size: 11px; font-weight: 800; line-height: 1.35; text-align: center; }
.agent-run-state[data-state="connecting"],.agent-run-state[data-state="created"],.agent-run-state[data-state="searching"],.agent-run-state[data-state="revising"] { background: #eef8ff; color: #125a70; }
.agent-run-state[data-state="revising"] { background-image: linear-gradient(100deg,#eef8ff 20%,#d9f4fc 48%,#eef8ff 76%); background-size: 220% 100%; animation: agent-progress-sweep 1.25s linear infinite; }
.agent-run-state[data-state="needs_clarification"],.agent-run-state[data-state="request_ready"] { background: #f4ffd8; color: #506700; }
.agent-run-state[data-state="error"],.agent-run-state[data-state="provider_error"],.agent-run-state[data-state="failed"] { background: #fff0ed; color: #8c2d25; }
.agent-journey { min-width: 0; display: grid; gap: 13px; padding: 17px; overflow: hidden; border: 1px solid #24414a; border-radius: 19px; color: #f6fbfc; background: radial-gradient(circle at 88% 0,rgba(91,190,216,.17),transparent 36%),linear-gradient(145deg,#071e27,#0b2a34 68%,#0a222b); box-shadow: inset 0 1px rgba(255,255,255,.06); }
.agent-journey-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.agent-journey-head > div:first-child > span,.agent-scope-board header > div > span { display: block; margin-bottom: 3px; color: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: .55px; }
.agent-journey-head h3 { margin: 0; color: #fff; font-size: 19px; line-height: 1.2; }
.agent-journey-meter { width: 145px; flex: 0 0 auto; display: grid; grid-template-columns: auto minmax(64px,1fr); gap: 5px 8px; align-items: center; padding: 9px 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(255,255,255,.06); }
.agent-journey-meter strong { direction: ltr; color: var(--lime); font: 900 15px 'Manrope',sans-serif; font-variant-numeric: tabular-nums; unicode-bidi: isolate; }
.agent-journey-meter > span { height: 7px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.12); }
.agent-journey-meter i { width: var(--agent-journey-progress,0%); height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg,#75a300,var(--lime)); transition: width .62s cubic-bezier(.2,.8,.2,1); }
.agent-journey-truth { margin: 0; color: #b8c8cc; font-size: 12px; line-height: 1.55; }
.agent-journey-steps { min-width: 0; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 7px; margin: 0; padding: 0; list-style: none; }
.agent-journey-steps li { min-width: 0; min-height: 70px; display: grid; grid-template-columns: 30px minmax(0,1fr); gap: 8px; align-items: center; padding: 9px; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; color: #aebdc1; background: rgba(255,255,255,.045); }
.agent-journey-steps li > :is(i,svg) { width: 29px; height: 29px; padding: 6px; border-radius: 9px; color: #91a2a6; background: rgba(255,255,255,.08); }
.agent-journey-steps li > span { min-width: 0; display: grid; gap: 3px; }
.agent-journey-steps strong { color: inherit; font-size: 12px; line-height: 1.3; overflow-wrap: anywhere; }
.agent-journey-steps small { color: inherit; opacity: .82; font-size: 11px; line-height: 1.35; overflow-wrap: anywhere; }
.agent-journey-steps .is-complete { color: #e8ffc0; border-color: rgba(185,235,44,.34); background: rgba(185,235,44,.1); }
.agent-journey-steps .is-complete > :is(i,svg) { color: #233000; background: var(--lime); }
.agent-journey-steps .is-current { color: #dff8ff; border-color: rgba(83,201,230,.55); background: rgba(83,201,230,.11); box-shadow: 0 8px 22px rgba(0,0,0,.13); }
.agent-journey-steps .is-current > :is(i,svg) { color: #07252f; background: var(--aqua); }
.agent-journey-steps .is-waiting { color: #ffe4a3; border-color: rgba(236,181,54,.45); background: rgba(236,181,54,.1); }
.agent-journey-steps .is-waiting > :is(i,svg) { color: #432d00; background: #f1c45d; }
.agent-journey-steps .is-failed { color: #ffd8d1; border-color: rgba(232,112,96,.42); background: rgba(180,59,48,.15); }
.agent-journey-steps .is-failed > :is(i,svg) { color: #fff; background: #b84b40; }
.agent-journey-steps .is-cancelled { color: #c2ced1; border-color: rgba(255,255,255,.13); background: rgba(255,255,255,.035); }
.agent-journey[data-state="connecting"] .agent-journey-steps .is-current > :is(i,svg),.agent-journey[data-state="created"] .agent-journey-steps .is-current > :is(i,svg),.agent-journey[data-state="searching"] .agent-journey-steps .is-current > :is(i,svg) { animation: agent-journey-running 1.4s ease-out infinite; }
.agent-journey[data-transport="stale"] .agent-journey-steps .is-current > :is(i,svg),.agent-journey[data-transport="failed"] .agent-journey-steps .is-current > :is(i,svg) { animation: none; }
.agent-journey.is-advancing .agent-journey-steps .is-complete { animation: agent-journey-confirm .48s cubic-bezier(.2,.8,.2,1) both; }
.agent-journey.is-advancing .agent-journey-steps li:nth-child(2) { animation-delay: 45ms; }
.agent-journey.is-advancing .agent-journey-steps li:nth-child(3) { animation-delay: 90ms; }
.agent-journey.is-advancing .agent-journey-steps li:nth-child(4) { animation-delay: 135ms; }
.agent-journey.is-advancing .agent-journey-steps li:nth-child(5) { animation-delay: 180ms; }
.agent-journey.is-advancing .agent-journey-steps li:nth-child(6) { animation-delay: 225ms; }
.agent-journey.is-advancing .agent-journey-steps li:nth-child(7) { animation-delay: 270ms; }
.agent-journey-next { display: flex; align-items: center; gap: 10px; padding: 11px 12px; border: 1px solid rgba(83,201,230,.24); border-radius: 13px; color: #dff7fb; background: rgba(83,201,230,.08); }
.agent-journey-next > :is(i,svg) { width: 18px; flex: 0 0 auto; color: var(--aqua); }
.agent-journey-next > span { min-width: 0; display: grid; gap: 2px; }
.agent-journey-next small { color: #8fb1bb; font-size: 10px; font-weight: 900; letter-spacing: .35px; }
.agent-journey-next strong { font-size: 12px; line-height: 1.5; }
.agent-scope-board { display: grid; gap: 8px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.1); }
.agent-scope-board header { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; }
.agent-scope-board h4 { margin: 0; color: #fff; font-size: 14px; }
.agent-scope-board header > small { color: #a9bec3; font-size: 11px; font-weight: 800; text-align: left; }
.agent-scope-board ul { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 6px; margin: 0; padding: 0; list-style: none; }
.agent-scope-board li { min-width: 0; min-height: 48px; display: grid; grid-template-columns: 25px minmax(0,1fr); gap: 7px; align-items: center; padding: 7px; border: 1px solid rgba(255,255,255,.08); border-radius: 11px; color: #8fa1a5; background: rgba(255,255,255,.03); }
.agent-scope-board li > :is(i,svg) { width: 24px; height: 24px; padding: 5px; border-radius: 8px; color: #87999e; background: rgba(255,255,255,.065); }
.agent-scope-board li > span { min-width: 0; display: grid; gap: 1px; }
.agent-scope-board li strong { color: inherit; font-size: 11px; line-height: 1.25; }
.agent-scope-board li small { color: inherit; font-size: 10.5px; line-height: 1.35; }
.agent-scope-board li.is-requested { color: #e5ffc1; border-color: rgba(185,235,44,.25); background: rgba(185,235,44,.075); }
.agent-scope-board li.is-requested > :is(i,svg) { color: #bedf53; background: rgba(185,235,44,.12); }
.agent-scope-board li.is-running { color: #dff8ff; border-color: rgba(83,201,230,.45); background: rgba(83,201,230,.1); }
.agent-scope-board li.is-running > :is(i,svg) { color: #082831; background: var(--aqua); animation: agent-journey-running 1.4s ease-out infinite; }
.agent-journey[data-transport="stale"] .agent-scope-board li.is-running > :is(i,svg),.agent-journey[data-transport="failed"] .agent-scope-board li.is-running > :is(i,svg) { animation: none; }
.agent-scope-board li.is-complete { color: #e8ffc0; border-color: rgba(185,235,44,.38); background: rgba(185,235,44,.12); }
.agent-scope-board li.is-complete > :is(i,svg) { color: #233000; background: var(--lime); }
.agent-scope-board li.is-waiting { color: #ffe4a3; border-color: rgba(236,181,54,.38); background: rgba(236,181,54,.08); }
.agent-scope-board li.is-failed { color: #ffd8d1; border-color: rgba(232,112,96,.4); background: rgba(180,59,48,.13); }
.agent-scope-board li.is-cancelled { color: #c2ced1; }
.agent-run-error { margin: 0; padding: 11px 13px; border: 1px solid #efc5bd; border-radius: 13px; background: #fff6f4; color: #7a2922; font-size: 12px; line-height: 1.55; }
.agent-run-error[hidden] { display: none !important; }
.agent-run-error[data-has-action="true"] { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.agent-run-error [data-agent-reconnect] { min-height: 40px; flex: 0 0 auto; padding: 8px 11px; border: 1px solid #b85d53; border-radius: 10px; color: #6f211b; background: #fff; cursor: pointer; font: inherit; font-size: 11px; font-weight: 900; }
.agent-request-card { padding: 15px; border: 1px solid #dce4df; border-radius: 17px; background: #f7faf8; }
.agent-request-card > span { color: #647b00; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .5px; }
.agent-request-card h3 { margin: 4px 0 12px; font-size: 18px; line-height: 1.35; }
.agent-request-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; margin: 0; }
.agent-request-facts > div { min-width: 0; padding: 8px 9px; border-radius: 10px; background: #fff; }
.agent-request-facts dt { color: #74858a; font-size: 9px; font-weight: 800; }
.agent-request-facts dd { margin: 2px 0 0; overflow-wrap: anywhere; color: var(--ink); font-size: 12px; font-weight: 800; line-height: 1.35; }
.agent-assumptions,.agent-clarifications,.agent-revision-composer,.agent-event-panel { padding-top: 13px; border-top: 1px solid #e0e7e3; }
.agent-assumptions h3,.agent-clarifications h3,.agent-revision-composer h3,.agent-event-panel h3 { margin: 0; font-size: 15px; }
.agent-assumptions ul { margin: 8px 0 0; padding: 0 18px 0 0; color: #56686d; font-size: 12px; }
.agent-assumptions li + li { margin-top: 5px; }
.agent-clarifications > p { margin: 9px 0 0; color: #6d7d81; font-size: 11px; line-height: 1.5; }
.agent-question-list { display: grid; gap: 8px; margin-top: 9px; }
.agent-question-list article { padding: 11px 12px; border: 1px solid #edd8a9; border-radius: 13px; background: #fffbef; }
.agent-question-list article > div { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.agent-question-list strong { font-size: 13px; line-height: 1.4; }
.agent-question-list span { flex: 0 0 auto; padding: 3px 6px; border-radius: 99px; background: #f5df9f; color: #624d0e; font-size: 8px; font-weight: 900; }
.agent-question-list p { margin: 5px 0 0; color: #6f6347; font-size: 11px; line-height: 1.45; }
.agent-revision-composer[hidden] { display: none !important; }
.agent-revision-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.agent-revision-heading > div > span { display: block; margin-bottom: 3px; color: #647b00; font-size: 9px; font-weight: 900; letter-spacing: .35px; }
.agent-revision-badge { flex: 0 0 auto; padding: 5px 8px; border-radius: 99px; background: #edf6d4; color: #506700; font-size: 9px; font-weight: 900; }
.agent-revision-composer > p { margin: 7px 0 10px; color: #63767b; font-size: 11px; line-height: 1.5; }
.agent-revision-form { position: relative; display: grid; gap: 9px; padding: 12px; overflow: hidden; border: 1px solid #cfddd7; border-radius: 15px; background: linear-gradient(145deg,#f8fbf9,#fff); }
.agent-revision-form::before { content: ''; position: absolute; inset: 0 0 auto; height: 3px; opacity: 0; background: linear-gradient(90deg,transparent,#42b8d9 35%,#9bc400 65%,transparent); background-size: 220% 100%; transform: translateY(-3px); }
.agent-revision-form[data-state="loading"]::before { opacity: 1; transform: translateY(0); animation: agent-progress-sweep 1.1s linear infinite; }
.agent-revision-form label { display: grid; gap: 6px; color: #42565c; font-size: 11px; font-weight: 850; }
.agent-revision-form textarea { width: 100%; min-height: 88px; resize: vertical; padding: 12px; border: 1px solid #cbd8d3; border-radius: 12px; background: #fff; color: var(--ink); font: inherit; line-height: 1.5; }
.agent-revision-form textarea:focus { border-color: #779600; outline: 3px solid rgba(158,198,0,.16); }
.agent-revision-actions { display: grid; grid-template-columns: minmax(150px,.7fr) minmax(0,1.3fr); gap: 10px; align-items: center; }
.agent-revision-actions button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 9px 13px; border: 1px solid #789800; border-radius: 12px; background: var(--lime); color: #122126; font: inherit; font-size: 12px; font-weight: 900; cursor: pointer; }
.agent-revision-actions button i { width: 16px; }
.agent-revision-actions button:disabled { cursor: wait; opacity: .72; }
.agent-revision-form[data-state="loading"] .agent-revision-actions button i { animation: agent-revision-spin 1.1s linear infinite; }
.agent-revision-actions p { position: relative; margin: 0; padding-right: 15px; color: #6c7d81; font-size: 10px; line-height: 1.45; }
.agent-revision-actions p::before { content: ''; position: absolute; top: .45em; right: 0; width: 7px; height: 7px; border-radius: 50%; background: #89989b; }
.agent-revision-actions p[data-state="running"] { color: #125a70; }
.agent-revision-actions p[data-state="running"]::before { background: #1b9bbe; box-shadow: 0 0 0 0 rgba(27,155,190,.35); animation: agent-status-pulse 1.15s ease-out infinite; }
.agent-revision-actions p[data-state="success"] { color: #506700; font-weight: 800; animation: agent-positive-arrival .42s ease-out both; }
.agent-revision-actions p[data-state="success"]::before { background: #799b00; box-shadow: 0 0 0 4px #eff8d5; }
.agent-revision-actions p[data-state="error"] { color: #8c2d25; }
.agent-revision-actions p[data-state="error"]::before { background: #b63b31; box-shadow: 0 0 0 4px #ffe5e1; }
.agent-panel-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.agent-panel-heading small { color: #7a8a8e; font-size: 9px; }
.agent-event-empty { margin: 9px 0 0; color: #6e7f83; font-size: 11px; }
.agent-event-log { max-height: 300px; display: grid; gap: 8px; margin: 9px 0 0; padding: 0; overflow-y: auto; list-style: none; scrollbar-width: thin; }
.agent-event { position: relative; min-width: 0; padding: 10px 30px 10px 11px; border: 1px solid #e0e7e3; border-radius: 12px; background: #fff; animation: agent-positive-arrival .34s ease-out both; }
.agent-event::before { content: ''; position: absolute; top: 13px; right: 11px; width: 8px; height: 8px; border-radius: 50%; background: #769500; box-shadow: 0 0 0 4px #eff8d5; }
.agent-event.is-running::before { background: #1784a1; box-shadow: 0 0 0 4px #ddf5fb; }
.agent-event.is-running::before { animation: agent-status-pulse 1.2s ease-out infinite; }
.agent-journey[data-transport="stale"] ~ .agent-event-panel .agent-event.is-running::before,.agent-journey[data-transport="failed"] ~ .agent-event-panel .agent-event.is-running::before { animation: none; }
.agent-event.is-running.is-resolved::before { background: #769500; box-shadow: 0 0 0 4px #eff8d5; animation: none; }
.agent-event.is-waiting::before { background: #b37b00; box-shadow: 0 0 0 4px #fff1c9; }
.agent-event.is-failed::before,.agent-event.is-cancelled::before { background: #b63b31; box-shadow: 0 0 0 4px #ffe5e1; }
.agent-event > div { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: #75868a; font-size: 9px; font-weight: 800; }
.agent-event time { direction: ltr; }
.agent-event p { margin: 4px 0 0; color: #34494f; font-size: 12px; line-height: 1.45; }
.agent-supplier-state { padding: 12px 13px; border: 1px solid #c6d7dd; border-radius: 13px; background: #eef8fb; color: #244e5b; font-size: 12px; font-weight: 750; line-height: 1.5; }
.agent-supplier-state[data-state="not-started"] { border-color: #e5d4a6; background: #fff9e9; color: #65501a; }
.agent-quote-case { position: relative; min-width: 0; display: grid; gap: 13px; padding-top: 15px; overflow: hidden; border-top: 1px solid #e0e7e3; }
.agent-quote-case[hidden],.agent-quote-create[hidden],.agent-quote-active[hidden],.agent-quote-error[hidden],.agent-quote-actions button[hidden] { display: none !important; }
.agent-quote-case.is-advancing { animation: agent-quote-confirm .68s ease-out both; }
.agent-quote-case-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.agent-quote-case-head > div > span { display: block; margin-bottom: 3px; color: #657c00; font-size: 9px; font-weight: 900; letter-spacing: .35px; }
.agent-quote-case-head h3 { margin: 0; font-size: 17px; line-height: 1.25; }
.agent-quote-status { max-width: 220px; padding: 6px 9px; border-radius: 99px; color: #40555b; background: #edf3ef; font-size: 9px; font-weight: 900; line-height: 1.35; text-align: center; }
.agent-quote-case[data-status="queued"] .agent-quote-status,.agent-quote-case[data-status="in_review"] .agent-quote-status { color: #135c72; background: #e4f6fb; }
.agent-quote-case[data-status="needs_information"] .agent-quote-status { color: #6b5315; background: #fff2ca; }
.agent-quote-case[data-status="ready_for_assistance"] .agent-quote-status { color: #405500; background: #edfacb; }
.agent-quote-case[data-status="closed_no_quote"] .agent-quote-status,.agent-quote-case[data-status="cancelled"] .agent-quote-status,.agent-quote-case[data-status="expired"] .agent-quote-status { color: #6b7476; background: #edf0ef; }
.agent-quote-error { margin: 0; padding: 10px 12px; border: 1px solid #efc5bd; border-radius: 12px; color: #7a2922; background: #fff6f4; font-size: 11px; line-height: 1.5; }
.agent-quote-create { display: grid; gap: 11px; padding: 14px; border: 1px solid #cbdca3; border-radius: 16px; background: linear-gradient(145deg,#f8ffe8,#fff); }
.agent-quote-create-copy { display: flex; align-items: flex-start; gap: 10px; }
.agent-quote-create-copy > i { width: 22px; flex: 0 0 auto; color: #718e00; }
.agent-quote-create-copy strong { font-size: 13px; }
.agent-quote-create-copy p { margin: 3px 0 0; color: #63746d; font-size: 10px; line-height: 1.55; }
.agent-quote-consent { min-height: 44px; display: grid; grid-template-columns: 19px minmax(0,1fr); gap: 9px; align-items: center; padding: 9px 11px; border: 1px solid #d7e1dd; border-radius: 12px; color: #3c5157; background: #fff; font-size: 11px; font-weight: 750; cursor: pointer; }
.agent-quote-consent input { width: 18px; height: 18px; margin: 0; accent-color: #718f00; }
.agent-quote-create-actions { display: grid; grid-template-columns: minmax(170px,.72fr) minmax(0,1.28fr); gap: 10px; align-items: center; }
.agent-quote-create-actions button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; border: 1px solid #779600; border-radius: 12px; color: #132328; background: var(--lime); cursor: pointer; font: inherit; font-size: 12px; font-weight: 900; }
.agent-quote-create-actions button i { width: 16px; }
.agent-quote-create-actions button:disabled { cursor: not-allowed; opacity: .55; }
.agent-quote-create-actions button[data-state="loading"] i { animation: agent-revision-spin 1s linear infinite; }
.agent-quote-create-actions p { margin: 0; color: #687a7e; font-size: 10px; line-height: 1.45; }
.agent-quote-active { min-width: 0; display: grid; gap: 12px; }
.agent-quote-identity { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 12px; border: 1px solid #dce4e1; border-radius: 13px; background: #f7faf8; }
.agent-quote-identity > div { display: grid; gap: 1px; }
.agent-quote-identity small,.agent-quote-identity time { color: #758589; font-size: 9px; }
.agent-quote-identity strong { direction: ltr; color: #0c3039; font: 900 14px 'Manrope',sans-serif; letter-spacing: .04em; }
.agent-quote-summary { margin: 0; color: #3f5358; font-size: 12px; font-weight: 750; line-height: 1.55; }
.agent-quote-progress { min-width: 0; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 7px; margin: 0; padding: 0; list-style: none; }
.agent-quote-progress li { min-width: 0; min-height: 76px; display: grid; grid-template-columns: 28px minmax(0,1fr); gap: 7px; align-items: center; padding: 9px; overflow: hidden; border: 1px solid #e0e6e3; border-radius: 12px; color: #718085; background: #fafbfa; }
.agent-quote-progress li > span { position: relative; width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: #637378; background: #e7ecea; font: 900 10px 'Manrope',sans-serif; }
.agent-quote-progress li div { min-width: 0; display: grid; gap: 2px; }
.agent-quote-progress li strong { overflow-wrap: anywhere; font-size: 10px; line-height: 1.25; }
.agent-quote-progress li small { color: inherit; font-size: 8px; line-height: 1.3; }
.agent-quote-progress li.is-completed { color: #536700; border-color: #d4e6a4; background: #f7fde8; }
.agent-quote-progress li.is-completed > span { color: transparent; background: #dff29e; }
.agent-quote-progress li.is-completed > span::after { content: '✓'; position: absolute; inset: 0; display: grid; place-items: center; color: #4d6500; font-size: 13px; }
.agent-quote-progress li.is-current { color: #115b70; border-color: #8ecddd; background: #ecf9fc; box-shadow: 0 8px 20px rgba(20,114,138,.1); }
.agent-quote-progress li.is-current > span { color: #fff; background: #16819e; animation: agent-quote-current 1.55s ease-out infinite; }
.agent-quote-progress li.is-blocked { color: #725614; border-color: #e8c969; background: #fff8e2; }
.agent-quote-progress li.is-blocked > span { color: #fff; background: #b98000; }
.agent-quote-progress li.is-terminal { color: #7a8789; border-color: #dfe5e3; background: #f1f3f2; }
.agent-quote-progress li.is-terminal > span { color: #6d797b; background: #dde2e0; }
.agent-quote-case[data-status="ready_for_assistance"] .agent-quote-progress li.is-current { color: #4a6000; border-color: #b9da52; background: #f3fbd7; }
.agent-quote-case[data-status="ready_for_assistance"] .agent-quote-progress li.is-current > span { background: #789b00; }
.agent-quote-next { display: flex; align-items: flex-start; gap: 10px; padding: 12px 13px; border: 1px solid #c9dbe0; border-radius: 13px; color: #164d5c; background: #eff9fb; }
.agent-quote-next > i { width: 19px; flex: 0 0 auto; }
.agent-quote-next div { display: grid; gap: 2px; }
.agent-quote-next small { opacity: .7; font-size: 9px; font-weight: 800; }
.agent-quote-next strong { font-size: 11px; line-height: 1.5; }
.agent-quote-history { padding-top: 12px; border-top: 1px solid #e0e7e3; }
.agent-quote-history > div { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.agent-quote-history h4 { margin: 0; font-size: 14px; }
.agent-quote-history > div small,.agent-quote-history > p { color: #78888c; font-size: 9px; }
.agent-quote-history > p { margin: 7px 0 0; }
.agent-quote-history > ol { max-height: 230px; display: grid; gap: 7px; margin: 8px 0 0; padding: 0; overflow-y: auto; list-style: none; scrollbar-width: thin; }
.agent-quote-event { position: relative; min-width: 0; padding: 9px 28px 9px 10px; border: 1px solid #e1e7e4; border-radius: 11px; background: #fff; animation: agent-positive-arrival .34s ease-out both; }
.agent-quote-event::before { content: ''; position: absolute; top: 12px; right: 10px; width: 7px; height: 7px; border-radius: 50%; background: #7b9c00; box-shadow: 0 0 0 4px #eff8d5; }
.agent-quote-event.is-needs_information::before { background: #b47b00; box-shadow: 0 0 0 4px #fff1c9; }
.agent-quote-event.is-cancelled::before,.agent-quote-event.is-expired::before,.agent-quote-event.is-closed_no_quote::before { background: #7d898b; box-shadow: 0 0 0 4px #edf0ef; }
.agent-quote-event.is-needs_information,.agent-quote-event.is-cancelled,.agent-quote-event.is-expired,.agent-quote-event.is-closed_no_quote { animation: none; }
.agent-quote-event > div { display: flex; align-items: center; justify-content: space-between; gap: 9px; color: #77878b; font-size: 8px; font-weight: 800; }
.agent-quote-event time { direction: ltr; }
.agent-quote-event p { margin: 3px 0 0; color: #364b50; font-size: 11px; line-height: 1.45; }
.agent-quote-actions { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 8px; align-items: center; }
.agent-quote-actions button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 8px 12px; border-radius: 12px; cursor: pointer; font: inherit; font-size: 11px; font-weight: 900; }
.agent-quote-actions button i { width: 16px; }
.agent-quote-actions button:disabled { cursor: wait; opacity: .65; }
.agent-quote-actions button[data-state="loading"] i { animation: agent-handoff-working .72s ease-in-out infinite alternate; }
.agent-quote-whatsapp { color: #0e5730; border: 1px solid #75c491; background: #ecfff2; }
.agent-quote-cancel { color: #8b3931; border: 1px solid #e1c8c4; background: #fff; }
.agent-quote-actions p { grid-column: 1/-1; min-height: 16px; margin: 0; color: #65777c; font-size: 9px; }
.agent-quote-actions p[data-state] { display: flex; align-items: center; gap: 7px; }
.agent-quote-actions p[data-state]::before { content: ''; width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: currentColor; }
.agent-quote-actions p[data-state="running"] { color: #16728a; }
.agent-quote-actions p[data-state="running"]::before { animation: agent-status-pulse 1.15s ease-out infinite; }
.agent-quote-actions p[data-state="success"],.agent-quote-actions p[data-state="reused"] { color: #4f6900; font-weight: 800; animation: agent-action-confirm .38s ease-out both; }
.agent-quote-actions p[data-state="error"] { color: #8b3931; }
.agent-quote-safety { display: flex; align-items: flex-start; gap: 7px; color: #6d7d81; font-size: 9px; line-height: 1.45; }
.agent-quote-safety i { width: 14px; flex: 0 0 auto; color: #718c00; }
@keyframes agent-progress-sweep { to { background-position: -220% 0; } }
@keyframes agent-status-pulse { 70% { box-shadow: 0 0 0 7px rgba(27,155,190,0); } 100% { box-shadow: 0 0 0 0 rgba(27,155,190,0); } }
@keyframes agent-revision-spin { to { transform: rotate(360deg); } }
@keyframes agent-handoff-working { from { opacity: .5; transform: scale(.9); } to { opacity: 1; transform: scale(1.08); } }
@keyframes agent-action-confirm { from { opacity: .62; transform: translateY(3px); } to { opacity: 1; transform: translateY(0); } }
@keyframes agent-positive-arrival { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }
@keyframes agent-quote-current { 70% { box-shadow: 0 0 0 8px rgba(22,129,158,0); } 100% { box-shadow: 0 0 0 0 rgba(22,129,158,0); } }
@keyframes agent-quote-confirm { 0% { opacity: .82; transform: translateY(5px); } 45% { box-shadow: inset 0 3px #a4c92d; } 100% { opacity: 1; transform: translateY(0); box-shadow: inset 0 0 transparent; } }
@keyframes agent-journey-running { 70% { box-shadow: 0 0 0 8px rgba(83,201,230,0); } 100% { box-shadow: 0 0 0 0 rgba(83,201,230,0); } }
@keyframes agent-journey-confirm { from { opacity: .72; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 760px) {
	.agent-journey { padding: 14px 12px; border-radius: 17px; }
	.agent-journey-head { display: grid; gap: 9px; }
	.agent-journey-head > div:first-child > span,.agent-scope-board header > div > span { font-size: 11px; }
	.agent-journey-meter { width: 100%; grid-template-columns: auto minmax(90px,1fr); }
	.agent-journey-steps,.agent-scope-board ul { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.agent-journey-steps li { min-height: 72px; }
	.agent-journey-next small { font-size: 11px; }
	.agent-scope-board header { align-items: flex-start; flex-direction: column; gap: 5px; }
	.agent-scope-board header > small { text-align: right; }
  .agent-quote-case-head,.agent-quote-identity { display: grid; gap: 7px; }
  .agent-quote-status { width: fit-content; max-width: 100%; text-align: right; }
  .agent-quote-create-actions,.agent-quote-actions { grid-template-columns: 1fr; }
  .agent-quote-progress { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .agent-quote-progress li { min-height: 70px; }
  .agent-quote-actions p { grid-column: auto; }
  .agent-quote-actions button { width: 100%; }
  .agent-run-error[data-has-action="true"] { align-items: stretch; flex-direction: column; }
  .agent-run-error [data-agent-reconnect] { width: 100%; }
}
@media (max-width: 420px) {
	.agent-journey-steps,.agent-scope-board ul { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .agent-run-state[data-state="revising"],.agent-revision-form[data-state="loading"]::before,.agent-revision-form[data-state="loading"] .agent-revision-actions button i,.agent-revision-actions p[data-state="running"]::before,.agent-event.is-running::before,.agent-quote-case.is-advancing,.agent-quote-progress li.is-current > span,.agent-quote-event,.agent-quote-create-actions button[data-state="loading"] i,.agent-quote-actions button[data-state="loading"] i,.agent-quote-actions p[data-state],.agent-quote-actions p[data-state="running"]::before,.agent-journey[data-state] .agent-journey-steps .is-current > :is(i,svg),.agent-journey.is-advancing .agent-journey-steps .is-complete,.agent-scope-board li.is-running > :is(i,svg) { animation: none !important; }
  .agent-journey-meter i { transition: none !important; }
}
.hero-campaign { max-width: 610px; display: grid; gap: 9px; margin-top: 18px; padding: 17px 18px; border: 1px solid rgba(218,255,89,.24); border-radius: 19px; background: linear-gradient(135deg,rgba(218,255,89,.1),rgba(255,255,255,.05)); box-shadow: inset 0 1px rgba(255,255,255,.08); }
.hero-campaign-heading,.hero-campaign-heading span,.hero-campaign-actions { display: flex; align-items: center; }
.hero-campaign-heading { justify-content: space-between; gap: 12px; }
.hero-campaign-heading span { gap: 7px; color: var(--lime); font-weight: 900; }
.hero-campaign-heading i { width: 17px; }
.hero-campaign-heading small { color: #9eb2b7; }
.hero-campaign > strong { color: #fff; font-size: 23px; line-height: 1.15; }
.hero-campaign > p { margin: 0; color: #c8d5d9; font-size: 14px; line-height: 1.55; }
.hero-campaign-actions { gap: 9px; margin-top: 3px; }
.hero-campaign-actions a { min-height: 40px; display: inline-flex; gap: 6px; align-items: center; justify-content: center; padding: 8px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 11px; color: #fff; font-size: 13px; font-weight: 900; }
.hero-campaign-actions a.is-primary { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.hero-campaign-actions i { width: 16px; }

/* Globe and map pins */
.globe-panel { position: relative; height: 590px; min-width: 0; }
.globe-halo { position: absolute; width: 520px; height: 520px; border-radius: 50%; top: 28px; left: 5%; background: rgba(53,170,215,.18); filter: blur(45px); }
.globe {
  position: absolute; width: 550px; height: 550px; max-width: 92%; aspect-ratio: 1; left: 2%; top: 18px;
  border-radius: 50%; overflow: hidden; box-shadow: inset -42px -26px 70px rgba(0,0,0,.7), inset 18px 12px 32px rgba(255,255,255,.15), 0 38px 90px rgba(0,0,0,.48);
  background: radial-gradient(circle at 34% 24%,rgba(106,225,255,.16),transparent 32%),#08242d;
  transition: transform .35s ease, background-position .35s ease; touch-action: none; cursor: grab;
}
.globe:active { cursor: grabbing; }
.globe::before { content: ''; position: absolute; inset: 0; border-radius: 50%; border: 1px solid rgba(126,221,255,.32); box-shadow: inset 22px 0 48px rgba(61,184,225,.2); pointer-events: none; }
.globe::after { content: ''; position: absolute; inset: 0; border-radius: 50%; background: radial-gradient(circle at 34% 24%, rgba(255,255,255,.18), transparent 21%), linear-gradient(90deg,transparent 50%,rgba(0,0,0,.38)); pointer-events: none; }
.price-pin { position: absolute; z-index: 5; transform: translate(-50%,-50%); border: 0; padding: 7px 10px; border-radius: 10px 10px 10px 3px; background: #fff; color: var(--ink); box-shadow: 0 8px 22px rgba(0,0,0,.32); font-family: 'Manrope'; font-weight: 800; cursor: pointer; transition: .2s; }
.price-pin::after { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--lime-2); position: absolute; bottom: -9px; left: 4px; box-shadow: 0 0 0 4px rgba(217,255,89,.2); }
.price-pin:hover, .price-pin.is-active { background: var(--lime); transform: translate(-50%,-50%) scale(1.09); z-index: 9; }
.pin-budapest { top: 32%; left: 43%; }.pin-athens { top: 43%; left: 48%; }.pin-dubai { top: 53%; left: 59%; }.pin-bangkok { top: 61%; left: 72%; }.pin-tokyo { top: 39%; left: 84%; }.pin-lisbon { top: 43%; left: 29%; }
.origin-point { position: absolute; z-index: 4; top: 47%; left: 54%; width: 12px; height: 12px; background: var(--aqua); border: 3px solid #fff; border-radius: 50%; box-shadow: 0 0 0 8px rgba(106,225,255,.18); }
.route-curve { position: absolute; z-index: 3; height: 90px; border-top: 2px dashed rgba(217,255,89,.8); border-radius: 50%; pointer-events: none; }
.curve-one { width: 120px; left: 53%; top: 47%; transform: rotate(18deg); }.curve-two { width: 210px; left: 54%; top: 49%; transform: rotate(12deg); opacity: .6; }
.globe-tools { position: absolute; left: 0; top: 66px; display: grid; gap: 8px; z-index: 8; }
.globe-tools button { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.17); border-radius: 13px; background: rgba(3,17,22,.74); cursor: pointer; }
.globe-tools i { width: 18px; height: 18px; }
.map-result {
  position: absolute; z-index: 12; width: 330px; left: 5%; bottom: 10px; border-radius: 20px; overflow: hidden;
  background: rgba(255,255,255,.96); color: var(--ink); box-shadow: var(--shadow); backdrop-filter: blur(12px);
}
.map-result-image { height: 118px; position: relative; background: url('../images/thailand.jpg') center 44%/cover; }
.map-result-image span { position: absolute; top: 12px; right: 12px; background: rgba(5,20,25,.75); color: #fff; border-radius: 9px; padding: 5px 8px; font-size: 12px; font-weight: 700; }
.map-result-body { padding: 15px 17px 16px; }
.result-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.result-top small { color: #5f7075; }
.result-top h3 { margin: 1px 0 0; font-size: 22px; line-height: 1.15; }
.result-price { text-align: left; }
.result-price strong { display: block; font-size: 24px; line-height: 1; }
.result-price small { font-size: 11px; }
.result-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 11px; }
.result-tags span { background: #eef3f1; border-radius: 8px; padding: 4px 7px; font-size: 12px; display: flex; align-items: center; gap: 4px; }
.result-tags i { width: 13px; height: 13px; }
.result-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 5px; margin: 10px 0; }
.result-facts span { padding: 6px; border: 1px solid var(--line); border-radius: 8px; color: var(--muted); font: 700 10px 'Manrope',sans-serif; text-align: center; }
.map-result a { margin-top: 12px; display: flex; align-items: center; justify-content: center; gap: 7px; background: var(--ink); color: #fff; border-radius: 11px; padding: 9px; font-weight: 700; }
.map-result a i { width: 15px; height: 15px; }
.demo-label { position: static; z-index: auto; color: #40545b; font-size: 11px; line-height: 1.55; display: flex; gap: 7px; align-items: flex-start; max-width: 100%; padding: 8px 10px; border: 1px solid #dce5e1; border-radius: 11px; background: #f5f8f6; }
.demo-label i { width: 12px; height: 12px; }
.home-globe-stack { min-width: 0; display: grid; gap: 14px; align-self: start; }
.home-globe-stack .globe-panel { height: auto; min-height: 0; display: grid; justify-items: center; gap: 12px; padding-top: 18px; }
.home-globe-stack .globe-halo { left: 50%; transform: translateX(-50%); }
.home-globe-stack .globe { position: relative; inset: auto; width: min(550px,92%); height: auto; max-width: none; transform: none; touch-action: pan-y pinch-zoom; cursor: default; }
.home-globe-stack .globe-webgl { isolation: isolate; aspect-ratio: 1; background-image: none; outline: none; }
.home-globe-stack .globe-webgl:focus-visible { box-shadow: inset 0 0 0 4px var(--lime),0 30px 72px rgba(0,0,0,.46); }
.home-globe-stack .globe-webgl.is-dragging { cursor: grabbing; }
.home-globe-stack .globe-webgl [data-globe-canvas] { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; display: block; border-radius: 50%; opacity: 0; transition: opacity .35s ease; }
.home-globe-stack .globe-webgl.is-webgl-ready [data-globe-canvas] { opacity: 1; }
.home-globe-stack .globe-webgl.globe-3d-unavailable [data-globe-canvas] { display: none; }
.home-globe-stack .globe-webgl::before { z-index: 4; }
.home-globe-stack .globe-webgl::after { z-index: 3; }
.home-globe-stack .globe-route-layer { position: absolute; z-index: 5; inset: 0; overflow: visible; pointer-events: none; }
.home-globe-stack .globe-route-layer path { fill: none; stroke: var(--lime); stroke-width: 2; stroke-linecap: round; stroke-dasharray: 7 7; filter: drop-shadow(0 0 6px rgba(217,255,89,.55)); }
.home-globe-stack .globe-webgl.is-routing .globe-route-layer path { animation: globeRouteConfirm .86s cubic-bezier(.2,.8,.2,1) both; }
.home-globe-stack .globe-webgl .origin-point { top: auto; left: auto; transform: translate(-50%,-50%); }
.home-globe-stack .globe-selection-point { position: absolute; z-index: 8; width: 21px; height: 21px; border: 3px solid #fff; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(217,255,89,.2),0 7px 18px rgba(0,0,0,.35); pointer-events: none; transform: translate(-50%,-50%) scale(var(--globe-depth,1)); }
.home-globe-stack .globe-selection-point::after { content: ''; position: absolute; inset: -9px; border: 2px solid var(--lime); border-radius: inherit; opacity: 0; }
.home-globe-stack .globe-selection-point.is-new::after { animation: globePointConfirm var(--motion-route) var(--ease-confirm) both; }
.home-globe-stack .globe-webgl .price-pin { z-index: 7; min-width: 44px; min-height: 44px; display: inline-grid; place-items: center; box-sizing: border-box; transform: translate(-50%,-50%) scale(var(--globe-depth,1)); will-change: left,top,transform; }
.home-globe-stack .globe-webgl .price-pin:hover,.home-globe-stack .globe-webgl .price-pin.is-active { z-index: 9; scale: 1.08; }
.home-globe-stack .globe-webgl .exploration-hub { position: absolute; z-index: 6; left: var(--hub-static-x); top: var(--hub-static-y); width: 44px; height: 44px; min-width: 44px; min-height: 44px; padding: 0; border: 0; border-radius: 50%; color: #07171d; background: transparent; cursor: pointer; transform: translate(-50%,-50%) scale(var(--globe-depth,1)); transform-origin: center; will-change: left,top,transform; }
.home-globe-stack .globe-webgl .exploration-hub::before { content: ''; position: absolute; width: 8px; height: 8px; left: 50%; top: 50%; border: 2px solid rgba(255,255,255,.92); border-radius: 50%; background: #8fd8e9; box-shadow: 0 0 0 3px rgba(4,24,31,.46),0 3px 9px rgba(0,0,0,.34); transform: translate(-50%,-50%); }
.home-globe-stack .globe-webgl .exploration-hub-label { position: absolute; z-index: 1; min-width: 82px; max-width: 126px; left: 50%; top: calc(50% + 11px); display: grid; gap: 1px; padding: 6px 8px; border: 1px solid rgba(7,23,29,.16); border-radius: 10px; color: #07171d; background: rgba(255,255,255,.97); box-shadow: 0 8px 20px rgba(0,0,0,.28); line-height: 1.15; text-align: center; opacity: 0; visibility: hidden; pointer-events: none; transform: translateX(-50%) translateY(3px); transition: opacity .14s ease,transform .14s ease,visibility 0s linear .14s; }
.home-globe-stack .globe-webgl .exploration-hub-label b { overflow: hidden; font-size: 11px; font-weight: 900; text-overflow: ellipsis; white-space: nowrap; }
.home-globe-stack .globe-webgl .exploration-hub-label small { overflow: hidden; color: #52646a; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.home-globe-stack .globe-webgl .exploration-hub:is(:focus-visible,.is-active) { z-index: 8; }
.home-globe-stack .globe-webgl .exploration-hub:is(:focus-visible,.is-active)::before { width: 12px; height: 12px; border-color: #07171d; background: var(--lime); box-shadow: 0 0 0 5px rgba(217,255,89,.24),0 5px 14px rgba(0,0,0,.38); }
.home-globe-stack .globe-webgl .exploration-hub:is(:focus-visible,.is-active) .exploration-hub-label { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); transition-delay: 0s; }
/* Near-zoom level of detail (theme 1.24.0): a bounded, collision-placed set of front hubs shows its city label while zoomed in. */
.home-globe-stack .globe-webgl[data-globe-lod="near"] .exploration-hub[data-globe-label="visible"] .exploration-hub-label { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); transition-delay: 0s; }
.home-globe-stack .globe-webgl .exploration-hub:focus-visible { outline: 3px solid #fff; outline-offset: -4px; }
.home-globe-stack .globe-webgl.globe-3d-unavailable .exploration-hub { left: var(--hub-static-x) !important; top: var(--hub-static-y) !important; transform: translate(-50%,-50%); }
.home-globe-stack .globe-webgl .price-pin[hidden],.home-globe-stack .globe-webgl .exploration-hub[hidden],.home-globe-stack .globe-webgl .origin-point[hidden] { display: none !important; }
.home-globe-stack .globe-tools { position: static; inset: auto; display: flex; justify-content: center; gap: 8px; }
.home-globe-stack .globe-tools button,.home-globe-stack .globe-tools a { width: 44px; height: 44px; }
.home-reveal-feedback { width: min(550px,92%); min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.15); border-radius: 15px; color: #fff; background: rgba(4,25,32,.82); }
.home-reveal-feedback > span { min-width: 0; display: flex; align-items: center; gap: 10px; }
.home-reveal-feedback > span > i { width: 20px; flex: 0 0 auto; color: var(--lime); }
.home-reveal-feedback > span > span { min-width: 0; display: grid; gap: 1px; }
.home-reveal-feedback small { color: #a9bec3; font-size: 10px; font-weight: 800; }
.home-reveal-feedback strong { overflow-wrap: anywhere; font-size: 12px; line-height: 1.4; }
.home-reveal-feedback button { min-width: 66px; min-height: 44px; padding: 6px 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; color: #fff; background: transparent; cursor: pointer; font-weight: 800; }
.home-reveal-feedback[data-state="spinning"] > span > i { animation: homeRevealSpin .7s linear infinite; }
.home-reveal-feedback[data-state="building"] strong { color: var(--lime); animation: homeRevealBuild .8s ease-in-out infinite alternate; }
.home-globe-stack .map-result { position: static; inset: auto; width: 100%; display: grid; grid-template-columns: minmax(130px,170px) minmax(0,1fr); border: 1px solid rgba(255,255,255,.16); box-shadow: 0 20px 54px rgba(0,0,0,.3); backdrop-filter: none; }
.home-globe-stack .map-result[data-selection-kind="map_point"] { grid-template-columns: minmax(0,1fr); }
.home-globe-stack .map-result-image { width: 100%; height: 100%; min-height: 238px; object-fit: cover; }
.home-globe-stack .save-button,.map-destination-copy .save-button { position: static; flex: 0 0 auto; }
.home-globe-stack .demo-label { position: static; inset: auto; margin: -3px 7px 0; color: #40545b; }
.map-data-disclosure,.experience-data-disclosure { margin-top: 10px; }
.map-data-disclosure .demo-label,.experience-data-disclosure .demo-label { width: 100%; }
.home-plan-360,.map-result-body { min-width: 0; }
.home-plan-360 { display: grid; gap: 10px; margin-top: 13px; padding-top: 12px; border-top: 1px solid #dce4df; }
.home-plan-360 > div:first-child { display: grid; gap: 2px; }
.home-plan-360 > div:first-child > span { color: #557000; font: 800 10px 'Manrope',sans-serif; letter-spacing: .08em; }
.home-plan-360 > div:first-child > strong { font-size: 13px; line-height: 1.45; }
.home-plan-components { min-width: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 6px; margin: 0; padding: 0; list-style: none; }
.home-plan-modules { min-width: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 6px; margin: 0; padding: 0; list-style: none; }
.home-plan-components li,.home-plan-modules li { min-width: 0; }
.home-plan-components a,.home-plan-modules a { min-width: 0; min-height: 58px; display: grid; grid-template-columns: 30px minmax(0,1fr) auto; gap: 7px; align-items: center; margin: 0; padding: 7px 8px; border: 1px solid #dce4df; border-radius: 11px; color: var(--ink); background: #fff; text-align: right; }
.home-plan-modules a { min-height: 58px; }
.home-plan-components a > :is(i,svg),.home-plan-modules a > :is(i,svg) { width: 30px; height: 30px; padding: 6px; border-radius: 9px; color: #4d6900; background: #eef8d3; }
.home-plan-components a span,.home-plan-modules a span { min-width: 0; display: grid; gap: 1px; }
.home-plan-components a b,.home-plan-modules a b { overflow-wrap: anywhere; font-size: 11px; line-height: 1.3; }
.home-plan-components a small,.home-plan-modules a small { overflow-wrap: anywhere; color: #627277; font-size: 10px; line-height: 1.3; }
.home-plan-components a em,.home-plan-modules a em { min-height: 28px; display: inline-flex; align-items: center; padding: 4px 6px; border-radius: 8px; color: #405900; background: #eef8d3; font-size: 9px; font-style: normal; font-weight: 850; }
.home-plan-components a:hover,.home-plan-modules a:hover { border-color: #afcb43; background: #f8ffe4; }
.home-plan-ai { min-height: 48px; display: grid; grid-template-columns: 22px minmax(0,1fr) 18px; align-items: center; gap: 8px; margin: 0; padding: 9px 11px; border: 1px solid #b9d45b; border-radius: 11px; color: #273b42; background: #f7ffe3; font-size: 11px; font-weight: 850; }
.home-plan-ai :is(i,svg) { width: 18px; height: 18px; }
.home-plan-supporting { min-height: 44px; display: grid; grid-template-columns: 20px minmax(0,1fr) 18px; align-items: center; gap: 8px; margin: 0; padding: 8px 10px; border: 1px solid #d7e1dc; border-radius: 11px; color: #40545b; background: #fff; font-size: 10px; font-weight: 800; }
.home-plan-supporting :is(i,svg) { width: 17px; height: 17px; }
.home-plan-ledger { min-width: 0; overflow: hidden; margin: 0; border: 1px solid #d8e2dd; border-radius: 12px; background: #f8faf8; }
.home-plan-ledger summary { min-height: 48px; display: grid; grid-template-columns: minmax(0,1fr) auto 20px; align-items: center; gap: 8px; padding: 8px 10px; cursor: pointer; list-style: none; }
.home-plan-ledger summary::-webkit-details-marker { display: none; }
.home-plan-ledger summary::marker { content: ''; }
.home-plan-ledger summary > span { min-width: 0; display: inline-flex; align-items: center; gap: 6px; }
.home-plan-ledger summary :is(i,svg) { width: 16px; color: #557000; }
.home-plan-ledger summary b { font-size: 10px; }
.home-plan-ledger summary small { max-width: 170px; overflow-wrap: anywhere; color: #56686d; font-size: 10px; line-height: 1.3; text-align: left; }
.home-plan-ledger summary::after { content: '+'; width: 20px; height: 20px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 7px; color: #405900; background: #e9f6c5; font-weight: 900; }
.home-plan-ledger[open] summary::after { content: '−'; }
.home-plan-ledger > div { display: grid; gap: 0; padding: 0 10px; border-top: 1px solid #e0e7e3; }
.home-plan-ledger > div > span { min-width: 0; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 10px; padding: 7px 0; border-bottom: 1px solid #e4ebe7; font-size: 10px; }
.home-plan-ledger > div > span:last-child { border-bottom: 0; }
.home-plan-ledger > div b { font-weight: 800; }
.home-plan-ledger > div em { flex: 0 0 auto; color: #607277; font-style: normal; }
.home-plan-ledger > p { margin: 0; padding: 8px 10px; border-top: 1px solid #e0e7e3; color: #4d6155; font-size: 10px; line-height: 1.45; }
.home-plan-360 .home-plan-full { min-height: 48px; margin: 0; padding: 10px 12px; background: var(--ink); }
.home-plan-360 :is(a,summary):focus-visible { outline: 3px solid #08758a; outline-offset: 2px; }
.home-plan-360 .home-plan-full:focus-visible { outline-color: var(--lime); }
.home-plan-360 a[aria-disabled="true"] { opacity: .45; pointer-events: none; }
.home-plan-360.is-updating [data-home-plan-summary],.home-plan-360.is-updating .home-plan-components a,.home-plan-360.is-updating .home-plan-modules a,.home-plan-360.is-updating .home-plan-ai,.home-plan-360.is-updating .home-plan-supporting,.home-plan-360.is-updating .home-plan-ledger,.home-plan-360.is-updating .home-plan-full { animation: homePlanConfirm .42s cubic-bezier(.2,.8,.2,1) both; }
.home-plan-360.is-updating .home-plan-modules li:nth-child(1) a { animation-delay: 55ms; }
.home-plan-360.is-updating .home-plan-modules li:nth-child(2) a { animation-delay: 105ms; }
.home-plan-360.is-updating .home-plan-modules li:nth-child(3) a { animation-delay: 155ms; }
.home-plan-360.is-updating .home-plan-modules li:nth-child(4) a { animation-delay: 205ms; }
.home-plan-360.is-updating .home-plan-modules li:nth-child(5) a { animation-delay: 255ms; }
.home-plan-360.is-updating .home-plan-modules li:nth-child(6) a { animation-delay: 305ms; }
.home-plan-360.is-updating .home-plan-modules li:nth-child(7) a { animation-delay: 355ms; }
.home-plan-360.is-updating .home-plan-modules li:nth-child(8) a { animation-delay: 405ms; }
.home-plan-360.is-updating .home-plan-ai { animation-delay: 455ms; }
.home-plan-360.is-updating .home-plan-supporting { animation-delay: 505ms; }
.home-plan-360.is-updating .home-plan-ledger { animation-delay: 555ms; }
.home-plan-360.is-updating .home-plan-full { animation-delay: 605ms; }
@keyframes homePlanConfirm { from { opacity: .35; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }
@keyframes homeRevealSpin { to { transform: rotate(360deg); } }
@keyframes homeRevealBuild { from { opacity: .62; } to { opacity: 1; } }
.home-hero { min-height: 1050px; }
.hero-grid { padding-bottom: 120px; }
.search-zone { margin-top: -86px; }
@media (min-width: 761px) {
  .home-hero .hero-grid { align-items: start; padding-bottom: 128px; }
  .home-hero + .search-zone { margin-top: -96px; }
}

/* Search dock */
.search-zone { position: relative; z-index: 22; margin-top: -142px; }
.product-tabs { display: flex; align-items: center; gap: 7px; padding: 0 14px 10px; }
.product-tabs button { min-height: 44px; border: 1px solid rgba(255,255,255,.17); background: rgba(8,28,35,.8); color: #fff; padding: 9px 14px; border-radius: 13px; display: flex; align-items: center; gap: 7px; cursor: pointer; }
.product-tabs button.is-active { background: var(--lime); color: var(--ink); border-color: var(--lime); font-weight: 800; }
.product-tabs button:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.product-tabs :is(i,svg) { width: 16px; height: 16px; }
.product-links-noscript { display: flex; flex-wrap: wrap; gap: 8px; padding: 12px; border-radius: 18px; color: var(--ink); background: #fff; box-shadow: var(--soft-shadow); }
.product-links-noscript p { width: 100%; margin: 0; }
.product-links-noscript a { min-height: 44px; display: inline-flex; align-items: center; padding: 8px 13px; border: 1px solid var(--line); border-radius: 12px; font-weight: 800; }
.search-dock { background: #fff; color: var(--ink); display: grid; grid-template-columns: 1.35fr 1fr 1fr auto; border-radius: 24px; padding: 9px; box-shadow: 0 24px 64px rgba(0,0,0,.32); }
.search-field { min-width: 0; min-height: 82px; margin: 0; border: 0; border-left: 1px solid #e4e8e7; background: transparent; display: grid; align-content: center; gap: 5px; text-align: right; padding: 8px 15px; }
.search-field:last-of-type { border-left: 0; }
.search-field legend { max-width: 100%; display: flex; align-items: center; gap: 6px; padding: 0; color: var(--muted); font-size: 11px; font-weight: 800; }
.search-field legend :is(i,svg) { width: 15px; height: 15px; color: #607b00; }
.search-field-controls { min-width: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; align-items: end; }
.search-route-field .search-field-controls { grid-template-columns: minmax(72px,.65fr) auto minmax(118px,1.35fr); align-items: center; }
.search-dock[data-uses-origin="false"] .search-route-field .search-field-controls { grid-template-columns: minmax(0,1fr); }
.search-field-controls > :is(i,svg) { width: 16px; color: #7f9094; }
.search-dock[data-uses-origin="false"] .search-route-field .search-field-controls > :is(i,svg) { display: none; }
.search-field-controls label { min-width: 0; display: grid; gap: 1px; }
.search-traveler-field .search-field-controls { grid-template-columns: repeat(3,minmax(56px,1fr)); }
.search-dock[data-uses-rooms="false"] [data-home-rooms-wrap] { display: none; }
.search-dock[data-uses-rooms="false"] .search-traveler-field .search-field-controls { grid-template-columns: repeat(2,minmax(0,1fr)); }
.search-field-controls label > span { color: var(--muted); font-size: 10px; line-height: 1.2; }
.search-field input,.search-field select { width: 100%; min-width: 0; min-height: 44px; border: 0; border-radius: 9px; outline: 0; padding: 7px 8px; color: var(--ink); background: #f5f8f6; font: 800 13px 'Heebo',sans-serif; }
.search-field input:focus-visible,.search-field select:focus-visible { outline: 3px solid #08758a; outline-offset: 1px; }
.search-field input { direction: ltr; text-align: left; }
.search-field input[type="date"] { font: 700 11px 'Manrope',sans-serif; }
.search-field select { cursor: pointer; }
.search-field:focus-within { background: #fbfff0; box-shadow: inset 0 0 0 2px #a6c52c; border-radius: 14px; }
.search-field [hidden] { display: none !important; }
.field-icon { width: 39px; height: 39px; flex: 0 0 auto; border-radius: 12px; background: #eef4f2; display: grid; place-items: center; color: #2d626f; }
.field-icon i { width: 18px; height: 18px; }
.search-submit { min-width: 200px; border: 0; border-radius: 17px; background: var(--lime); color: var(--ink); font-weight: 900; display: flex; align-items: center; justify-content: center; gap: 8px; cursor: pointer; }
.search-submit :is(i,svg) { width: 20px; height: 20px; }
.search-submit:disabled { cursor: wait; opacity: .96; }
.search-dock[data-state="navigating"] .search-submit { color: #fff; background: linear-gradient(90deg,#547000,#8daf14,#547000); background-size: 200% 100%; animation: homeSearchWorking var(--motion-working) linear infinite; }
.search-dock[data-state="invalid"] { box-shadow: 0 0 0 4px rgba(255,114,94,.42),0 24px 64px rgba(0,0,0,.32); }
.home-search-progress { margin-top: 10px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 14px; align-items: center; padding: 10px 13px; border: 1px solid #dce5df; border-radius: 17px; color: var(--ink); background: rgba(255,255,255,.97); box-shadow: 0 14px 36px rgba(5,24,30,.11); }
.home-search-progress ol { min-width: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; margin: 0; padding: 0; list-style: none; }
.home-search-progress li { min-width: 0; display: grid; grid-template-columns: 28px minmax(0,1fr); gap: 7px; align-items: center; min-height: 46px; padding: 6px 8px; border: 1px solid #dfe7e2; border-radius: 11px; color: #5f7075; background: #f7f9f7; }
.home-search-progress li > :is(i,svg) { width: 28px; height: 28px; padding: 6px; border-radius: 9px; background: #e9efec; }
.home-search-progress li span { min-width: 0; display: grid; }
.home-search-progress li b { color: var(--ink); font-size: 11px; line-height: 1.2; }
.home-search-progress li small { overflow-wrap: anywhere; font-size: 10px; line-height: 1.25; }
.home-search-progress li[data-state="confirmed"] { border-color: #bfdc69; color: #526900; background: #f6ffe2; }
.home-search-progress li[data-state="confirmed"] > :is(i,svg) { color: #4a6200; background: #e5f5b4; }
.home-search-progress li[data-state="running"] { border-color: #8fcbd7; color: #225e69; background: #effbfc; }
.home-search-progress li[data-state="running"] > :is(i,svg) { color: #086b7e; background: #d5f1f6; animation: mapCheckpointWorking var(--motion-working) ease-in-out infinite; }
.home-search-progress li[data-state="failed"] { border-color: #e7a097; color: #873529; background: #fff4f1; }
.home-search-progress li.is-new { animation: mapCheckpointConfirm var(--motion-confirm) var(--ease-confirm) both; }
.home-search-progress > p { max-width: 290px; margin: 0; color: #4d6166; font-size: 11px; line-height: 1.35; }
.home-search-progress[data-state="navigating"] > p { color: #305000; font-weight: 800; }
@keyframes homeSearchWorking { to { background-position: -200% 0; } }
@media (prefers-reduced-motion: reduce) {
  .search-dock[data-state="navigating"] .search-submit,.home-search-progress li,.home-search-progress li > :is(i,svg) { animation: none !important; }
}
.quick-links { display: flex; align-items: center; gap: 8px; color: #b5c2c6; font-size: 13px; padding-top: 15px; }
.quick-links a { min-height: 44px; display: inline-flex; align-items: center; color: #fff; border: 1px solid rgba(255,255,255,.14); border-radius: 99px; padding: 8px 12px; }

@media (max-width: 1000px) {
  .search-dock { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; }
  .search-route-field { grid-column: 1/-1; }
  .search-field { border: 1px solid var(--line); border-radius: 14px; }
  .search-submit { grid-column: 1/-1; min-height: 54px; }
  .home-search-progress { grid-template-columns: 1fr; }
  .home-search-progress > p { max-width: none; }
}

/* Shared content */
.intelligence-strip { position: relative; z-index: 3; margin-top: -1px; background: #fff; border-radius: 22px; padding: 20px 22px; box-shadow: var(--soft-shadow); display: grid; grid-template-columns: repeat(4,1fr); }
.intelligence-strip > div { display: flex; gap: 11px; align-items: center; padding: 7px 20px; border-left: 1px solid var(--line); }
.intelligence-strip > div:last-child { border-left: 0; }
.intelligence-strip .strip-icon { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px; background: #edf6f2; color: #16795b; }
.intelligence-strip i { width: 20px; height: 20px; }
.intelligence-strip strong, .intelligence-strip small { display: block; }
.intelligence-strip small { color: var(--muted); }
.section { padding: 104px 0; }
.section.dark { background: var(--ink); color: #fff; }
.section.soft { background: #eaf0ed; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 36px; margin-bottom: 38px; }
.eyebrow { color: #527000; font-size: 13px; font-weight: 800; letter-spacing: .2px; text-transform: uppercase; }
.dark .eyebrow { color: var(--lime); }
.section-heading h2 { margin: 7px 0 0; font-size: clamp(35px,4vw,55px); letter-spacing: -2.2px; line-height: 1.08; max-width: 800px; }
.section-heading p { max-width: 660px; margin: 10px 0 0; color: var(--muted); font-size: 18px; }
.dark .section-heading p { color: #aabac0; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 7px; font-weight: 800; color: #486600; }
.dark .text-link { color: var(--lime); }
.text-link i { width: 17px; height: 17px; }

/* Route compare */
.route-board { background: #fff; border: 1px solid var(--line); border-radius: 28px; padding: 22px; box-shadow: var(--soft-shadow); }
.route-board-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 6px 17px; }
.route-airports { direction: ltr; display: flex; align-items: center; gap: 13px; font-family: 'Manrope'; font-weight: 800; }
.route-airports i { color: #3d6069; }
.route-airports .line { width: 90px; height: 1px; background: #ccd6d5; position: relative; }
.route-airports .line::after { content: ''; width: 6px; height: 6px; background: var(--lime-2); border-radius: 50%; position: absolute; top: -3px; left: 50%; }
.updated { color: var(--muted); font-size: 13px; display: flex; align-items: center; gap: 6px; }
.updated::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(56,214,149,.14); }
.route-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; }
.route-card { border: 1px solid var(--line); border-radius: 20px; padding: 18px; position: relative; overflow: hidden; cursor: pointer; transition: .2s; background: #fff; }
.route-card:hover, .route-card.is-selected { border-color: #9cbd2b; transform: translateY(-2px); box-shadow: 0 13px 28px rgba(12,43,51,.1); }
.route-card.is-selected::before { content: ''; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--lime-2); }
.route-card-top { display: flex; justify-content: space-between; align-items: center; }
.route-badge { padding: 4px 8px; border-radius: 8px; background: #eef3f1; color: #526268; font-size: 11px; font-weight: 700; }
.route-badge.recommended { background: #e8ffc0; color: #456200; }
.route-card h3 { margin: 17px 0 2px; font-size: 20px; }
.route-card p { color: var(--muted); margin: 0; font-size: 13px; }
.route-data { display: flex; justify-content: space-between; align-items: flex-end; margin-top: 24px; }
.route-data strong { font: 800 27px/1 'Manrope'; direction: ltr; }
.route-data span { display: flex; align-items: center; gap: 5px; color: #506267; }
.route-data i { width: 14px; height: 14px; }
.route-card > small { display: block; padding-top: 14px; margin-top: 14px; border-top: 1px solid #edf0ef; color: #617077; }

/* Deals */
.deal-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.deal-card { background: #fff; border-radius: 22px; overflow: hidden; box-shadow: var(--soft-shadow); transition: .22s; }
.deal-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.deal-media { height: 200px; position: relative; overflow: hidden; }
.deal-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.deal-card:hover img { transform: scale(1.04); }
.deal-tag { position: absolute; top: 12px; right: 12px; background: var(--lime); color: var(--ink); border-radius: 9px; padding: 6px 9px; font-size: 12px; font-weight: 800; }
.save-button { position: absolute; top: 11px; left: 11px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(255,255,255,.9); display: grid; place-items: center; cursor: pointer; }
.save-button i { width: 17px; height: 17px; }
.deal-body { padding: 17px 18px 19px; }
.deal-body small { color: var(--muted); }
.deal-title { display: flex; justify-content: space-between; align-items: flex-start; }
.deal-title h3 { margin: 1px 0 12px; font-size: 23px; }
.deal-title .temp { display: flex; gap: 4px; align-items: center; font-weight: 700; }
.deal-title i { width: 15px; height: 15px; color: #d68e00; }
.deal-meta { display: flex; align-items: center; gap: 6px; color: #5e6c71; margin: 5px 0; font-size: 13px; }
.deal-meta i { width: 14px; height: 14px; }
.deal-footer { border-top: 1px solid #e9eeec; padding-top: 13px; margin-top: 13px; display: flex; align-items: end; justify-content: space-between; }
.deal-price span, .deal-price strong { display: block; }
.deal-price span { color: var(--muted); font-size: 11px; }
.deal-price strong { font: 800 25px 'Manrope'; direction: ltr; }
.deal-footer a { width: 38px; height: 38px; background: var(--ink); color: #fff; display: grid; place-items: center; border-radius: 12px; }
.deal-footer i { width: 17px; height: 17px; }

/* AI and guide sections */
.ai-panel { border-radius: 34px; padding: 58px; overflow: hidden; background: linear-gradient(125deg,#08212a,#063e4f 65%,#095a67); color: #fff; display: grid; grid-template-columns: 1fr .9fr; gap: 50px; position: relative; }
.ai-panel::after { content: ''; position: absolute; width: 380px; height: 380px; border-radius: 50%; background: var(--lime); filter: blur(120px); opacity: .12; left: -80px; bottom: -190px; }
.ai-panel h2 { font-size: 47px; line-height: 1.08; letter-spacing: -2px; margin: 12px 0 17px; }
.ai-panel p { color: #c3d4d8; font-size: 18px; }
.ai-input { margin-top: 28px; min-height: 62px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 17px; padding: 9px 13px; display: flex; align-items: center; gap: 10px; }
.ai-input > i { color: var(--aqua); }
.ai-input span { color: #d5e1e4; flex: 1; }
.ai-input-action { width: 43px; height: 43px; border: 0; border-radius: 13px; background: var(--lime); color: var(--ink) !important; display: grid; place-items: center; }
.ai-visual { min-height: 320px; position: relative; }
.ai-orb { position: absolute; width: 160px; height: 160px; border-radius: 50%; top: 70px; left: 31%; background: radial-gradient(circle at 32% 27%,#d5fbff,#52c8e8 28%,#0a677a 69%,#052b38); box-shadow: 0 0 70px rgba(82,200,232,.35); display: grid; place-items: center; }
.ai-orb i { width: 42px; height: 42px; color: #fff; }
.suggestion { position: absolute; width: 245px; background: rgba(255,255,255,.94); color: var(--ink); padding: 13px; border-radius: 15px; box-shadow: 0 15px 40px rgba(0,0,0,.25); display: flex; align-items: center; gap: 10px; }
.suggestion em { width: 29px; height: 29px; border-radius: 9px; display: grid; place-items: center; background: #e9f3f0; font: normal 800 12px 'Manrope'; }
.suggestion p { margin: 0; color: var(--ink); font-size: 13px; line-height: 1.3; flex: 1; }
.suggestion small { display: block; color: var(--muted); }
.suggestion b { direction: ltr; font: 800 15px 'Manrope'; }
.suggestion.one { top: 6px; right: 6px; }.suggestion.two { top: 143px; left: 0; }.suggestion.three { bottom: 0; right: 26px; }
.guide-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; }
.featured-guide { min-height: 470px; border-radius: 27px; overflow: hidden; position: relative; color: #fff; }
.featured-guide img { width: 100%; height: 100%; object-fit: cover; position: absolute; }
.featured-guide::after { content: ''; position: absolute; inset: 0; background: linear-gradient(transparent 18%,rgba(4,18,23,.9)); }
.featured-guide-content { position: absolute; z-index: 2; bottom: 0; padding: 32px; }
.featured-guide-content span { color: var(--lime); font-weight: 800; }
.featured-guide h3 { font-size: 34px; line-height: 1.1; margin: 9px 0; }
.featured-guide p { color: #d2dfe1; }
.featured-guide b { display: flex; align-items: center; gap: 7px; }
.guide-stack { display: grid; gap: 10px; }
.guide-row { background: #fff; border-radius: 18px; padding: 19px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; box-shadow: 0 7px 20px rgba(10,30,36,.06); }
.guide-number { font: 800 16px 'Manrope'; color: #86a11a; }
.guide-row strong, .guide-row small { display: block; }
.guide-row strong { font-size: 17px; }
.guide-row small { color: var(--muted); margin-top: 3px; }
.guide-row i { width: 18px; height: 18px; }

/* Footer */
.site-footer { background: #051015; color: #fff; padding: 68px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 60px; }
.footer-grid p { color: #9fb0b5; max-width: 320px; }
.footer-column strong { display: block; color: #fff; margin-bottom: 13px; }
.footer-column a { display: block; color: #9fb0b5; padding: 5px 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 44px; padding-top: 19px; display: flex; justify-content: space-between; color: #788b91; font-size: 13px; }

/* Full map page */
.map-shell { height: 100vh; background: var(--ink); color: #fff; display: grid; grid-template-rows: 78px 1fr; }
.map-workspace { min-height: 0; display: grid; grid-template-columns: 330px 1fr; direction: ltr; position: relative; }
.filter-panel { direction: rtl; background: #fff; color: var(--ink); padding: 24px; overflow-y: auto; border-right: 1px solid #d9e1df; }
.filter-panel h1 { font-size: 27px; margin: 0 0 5px; }
.filter-panel > p { color: var(--muted); margin: 0 0 23px; }
.filter-block { border-top: 1px solid var(--line); padding: 19px 0; }
.filter-block strong { display: block; margin-bottom: 11px; }
.budget-row { display: flex; justify-content: space-between; align-items: center; }
.budget-value { color: #537000; font: 800 18px 'Manrope'; }
input[type="range"] { width: 100%; accent-color: #7da000; }
.filter-scale { display: flex; justify-content: space-between; color: #7c888b; font: 500 11px 'Manrope'; }
.budget-coverage-note { margin: 10px 0 0; padding: 9px 10px; border-radius: 10px; color: #53656a; background: #f1f4f2; font-size: 12px; line-height: 1.45; }
.budget-coverage-note[data-coverage="full"] { color: #385500; background: #eff9d3; }
.budget-coverage-note[data-coverage="partial"] { color: #745000; background: #fff3cf; }
.budget-coverage-note[data-coverage="none"] { color: #5d6669; background: #eef2f1; }
.budget-coverage-note[data-coverage="loading"] { color: #315765; background: #e9f3f5; }
.filter-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.filter-chips button { min-height: 44px; border: 1px solid var(--line); border-radius: 99px; background: #fff; padding: 8px 12px; cursor: pointer; }
.filter-chips button.is-active { background: var(--ink); color: #fff; border-color: var(--ink); }
.check-row { min-height: 44px; display: flex; gap: 8px; align-items: center; margin: 4px 0; color: #415158; }
.check-row input { width: 20px; height: 20px; }
.toggle-row { display: flex; justify-content: space-between; align-items: center; margin-top: 13px; }
.toggle { width: 58px; height: 44px; border: 0; border-radius: 99px; background: #c9d2d0; padding: 10px 5px; cursor: pointer; }
.toggle::after { content: ''; width: 24px; height: 24px; background: #fff; border-radius: 50%; display: block; transition: .2s; }
.toggle.is-active { background: #7da000; }
.toggle.is-active::after { transform: translateX(24px); }
.filter-apply { width: 100%; border: 0; border-radius: 13px; background: var(--lime); padding: 12px; font-weight: 900; }
.world-canvas { direction: rtl; min-width: 0; position: relative; overflow: hidden; background: radial-gradient(circle at 55% 40%,#153844,#061116 60%); }
.world-canvas .globe { width: min(73vw,780px); height: min(73vw,780px); max-width: none; left: 15%; top: -7%; }
.world-canvas .price-pin { font-size: 15px; padding: 8px 12px; }
.map-search-floating { position: absolute; z-index: 20; top: 20px; right: 50%; transform: translateX(50%); width: min(680px,72%); background: rgba(255,255,255,.96); color: var(--ink); border-radius: 17px; padding: 8px 10px 8px 14px; display: flex; align-items: center; gap: 10px; box-shadow: var(--shadow); }
.map-search-floating input { flex: 1; border: 0; outline: 0; background: transparent; padding: 10px; }
.map-search-floating button { width: 42px; height: 42px; border: 0; border-radius: 12px; background: var(--ink); color: #fff; display: grid; place-items: center; }
.map-layer-buttons { position: absolute; top: 90px; left: 20px; z-index: 20; display: grid; gap: 7px; }
.map-layer-buttons button { width: 43px; height: 43px; border: 1px solid rgba(255,255,255,.2); border-radius: 13px; background: rgba(5,19,24,.8); color: #fff; display: grid; place-items: center; }
.map-layer-buttons button.is-active { border-color: var(--lime); background: var(--lime); color: var(--ink); box-shadow: 0 0 0 4px rgba(217,255,89,.14); }
.map-data-status { position: absolute; z-index: 19; top: 90px; right: 20px; margin: 0; padding: 7px 11px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(5,19,24,.72); color: #dce9ec; font-size: 11px; backdrop-filter: blur(10px); }
.map-weather-attribution { position: absolute; z-index: 19; top: 126px; right: 20px; padding: 5px 9px; border-radius: 999px; background: rgba(5,19,24,.72); color: #b9cdd2; font-size: 10px; text-decoration: underline; backdrop-filter: blur(10px); }
[data-layer-status][data-state]::before { content: ''; display: inline-block; width: 8px; height: 8px; margin-left: 7px; border-radius: 50%; background: #77888c; box-shadow: none; animation: none; }
[data-layer-status][data-state="loading"]::before { background: #2faac8; box-shadow: 0 0 0 0 rgba(47,170,200,.35); animation: map-status-loading 1.15s ease-out infinite; }
[data-layer-status][data-state="live"]::before { background: #719500; }
[data-layer-status][data-state="demo"]::before { background: #77888c; }
[data-layer-status][data-state="refreshing"]::before { background: #c17b00; box-shadow: 0 0 0 0 rgba(193,123,0,.3); animation: map-status-loading 1.5s ease-out infinite; }
[data-layer-status][data-state="stale"]::before { background: #a86300; }
[data-layer-status][data-state="fallback"]::before { background: #d69019; }
[data-layer-status][data-state="error"]::before { background: #bf4d43; }
@keyframes map-status-loading { 70% { box-shadow: 0 0 0 7px rgba(47,170,200,0); } 100% { box-shadow: 0 0 0 0 rgba(47,170,200,0); } }
.route-sheet { position: absolute; z-index: 24; bottom: 18px; right: 50%; transform: translateX(50%); width: min(880px,90%); border-radius: 24px; padding: 18px; background: rgba(255,255,255,.97); color: var(--ink); box-shadow: var(--shadow); }
.sheet-head { display: flex; justify-content: space-between; align-items: center; padding: 0 4px 13px; }
.sheet-head h2 { margin: 0; font-size: 20px; }
.sheet-head span { color: var(--muted); font-size: 12px; }
.mini-routes { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }
.mini-route { border: 1px solid var(--line); background: #fff; border-radius: 15px; padding: 12px; text-align: right; cursor: pointer; }
.mini-route.is-selected { border-color: #92b800; background: #f8ffe7; }
.mini-route small, .mini-route strong, .mini-route span { display: block; }
.mini-route small { color: #678000; font-weight: 700; }
.mini-route strong { margin: 4px 0; }
.mini-route span { color: var(--muted); font-size: 12px; }
.mini-route b { direction: ltr; font: 800 18px 'Manrope'; }
.mini-route em { display: inline; margin-inline-start: 6px; color: var(--muted); font-size: 10px; font-style: normal; }
.route-tradeoffs { display: grid; gap: 3px; margin: 8px 0; padding-top: 7px; border-top: 1px solid var(--line); }
.route-tradeoffs .route-pro { color: #527000; }
.route-tradeoffs .route-con { color: #8b5e35; }
.route-empty { grid-column: 1/-1; margin: 0; padding: 18px; border: 1px dashed var(--line); border-radius: 14px; color: var(--muted); text-align: center; }

/* Destination page */
.destination-hero { position: relative; min-height: 620px; color: #fff; background: #071318; overflow: hidden; }
.destination-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.destination-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(4,17,23,.18),rgba(4,17,23,.88) 70%),linear-gradient(transparent 55%,rgba(4,17,23,.68)); }
.destination-hero-content { position: relative; z-index: 2; padding-top: 90px; }
.destination-image-credit { position: absolute; z-index: 3; bottom: 50px; left: 24px; padding: 5px 8px; border-radius: 8px; background: rgba(4,17,23,.68); color: #d6e2e4; font-size: 10px; text-decoration: underline; }
.breadcrumbs { display: flex; align-items: center; gap: 7px; color: #d3dee0; font-size: 13px; }
.destination-badge { margin-top: 52px; display: inline-flex; align-items: center; gap: 7px; padding: 7px 11px; background: rgba(217,255,89,.13); border: 1px solid rgba(217,255,89,.3); color: var(--lime); border-radius: 99px; font-size: 12px; font-weight: 700; }
.destination-hero h1 { font-size: clamp(56px,7vw,94px); letter-spacing: -4px; line-height: .95; margin: 16px 0 20px; }
.destination-hero h1 em { font-style: normal; color: var(--lime); }
.destination-hero p { max-width: 730px; font-size: 20px; color: #d0dddf; }
.destination-actions { display: flex; gap: 10px; margin-top: 25px; }
.destination-actions a, .destination-actions button { border: 1px solid rgba(255,255,255,.2); border-radius: 13px; padding: 11px 15px; display: flex; align-items: center; gap: 7px; background: rgba(255,255,255,.08); color: #fff; font-weight: 700; }
.destination-actions a { background: var(--lime); color: var(--ink); border-color: var(--lime); }
.fact-ribbon { margin-top: -39px; position: relative; z-index: 5; background: #fff; border-radius: 19px; box-shadow: var(--soft-shadow); display: grid; grid-template-columns: repeat(4,1fr); padding: 18px 22px; }
.fact-ribbon div { padding: 5px 25px; border-left: 1px solid var(--line); }
.fact-ribbon div:last-child { border-left: 0; }
.fact-ribbon small, .fact-ribbon strong { display: block; }
.fact-ribbon small { color: var(--muted); }
.fact-ribbon strong { font-size: 18px; }
.article-tabs { position: sticky; top: 0; z-index: 30; display: flex; justify-content: center; gap: 6px; margin-top: 28px; padding: 7px; border-radius: 14px; background: rgba(255,255,255,.93); box-shadow: 0 8px 25px rgba(10,30,36,.08); backdrop-filter: blur(12px); }
.article-tabs a { padding: 8px 14px; border-radius: 10px; font-weight: 600; }
.article-tabs a:hover { background: #eef3f1; }
.destination-map-band { display: grid; grid-template-columns: .8fr 1.2fr; gap: 45px; align-items: center; }
.destination-map-copy h2 { font-size: 48px; line-height: 1.1; letter-spacing: -2px; margin: 9px 0 14px; }
.destination-map-copy p { color: var(--muted); font-size: 18px; }
.destination-map-copy ul { list-style: none; padding: 0; }
.destination-map-copy li { display: flex; align-items: center; gap: 8px; margin: 9px 0; }
.destination-map-copy li i { width: 17px; height: 17px; color: #698900; }
.compact-map { min-height: 510px; border-radius: 28px; overflow: hidden; padding: 18px; background: radial-gradient(circle at 50% 32%,#1b5362,#061116 62%); display: grid; gap: 16px; justify-items: center; }
.destination-globe-toolbar { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #fff; }
.destination-globe-toolbar > span,.destination-globe-toolbar > div { display: flex; align-items: center; gap: 8px; }
.destination-globe-toolbar button { width: 44px; height: 44px; min-width: 44px; min-height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; color: #fff; background: rgba(4,20,27,.72); cursor: pointer; }
.destination-globe-toolbar i { width: 17px; height: 17px; }
.compact-map .globe { position: relative; width: min(460px,100%); aspect-ratio: 1; height: auto; left: auto; top: auto; }
.compact-map .map-result { position: relative; inset: auto; width: min(100%,460px); transform: none; }
.compact-map .globe-webgl { isolation: isolate; touch-action: pan-y pinch-zoom; background-image: none; outline: none; }
.compact-map .globe-webgl:focus-visible { box-shadow: inset 0 0 0 4px var(--lime),0 24px 55px rgba(0,0,0,.42); }
.compact-map .globe-webgl.is-dragging { cursor: grabbing; }
.compact-map .globe-webgl [data-globe-canvas] { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; display: block; border-radius: 50%; opacity: 0; transition: opacity .35s ease; }
.compact-map .globe-webgl.is-webgl-ready [data-globe-canvas] { opacity: 1; }
.compact-map .globe-webgl.globe-3d-unavailable [data-globe-canvas] { display: none; }
.compact-map .globe-webgl::before { z-index: 4; }
.compact-map .globe-webgl::after { z-index: 3; }
.compact-map .globe-route-layer { position: absolute; z-index: 5; inset: 0; overflow: visible; pointer-events: none; }
.compact-map .globe-route-layer path { fill: none; stroke: var(--lime); stroke-width: 2; stroke-linecap: round; stroke-dasharray: 7 7; filter: drop-shadow(0 0 6px rgba(217,255,89,.55)); }
.compact-map .globe-webgl .origin-point { top: auto; left: auto; transform: translate(-50%,-50%); }
.compact-map .globe-webgl .price-pin { z-index: 7; min-width: 44px; min-height: 44px; display: grid; place-items: center; box-sizing: border-box; transform: translate(-50%,-50%) scale(var(--globe-depth,1)); will-change: left,top,transform; }
.compact-map .globe-webgl .price-pin:hover,.compact-map .globe-webgl .price-pin.is-active { z-index: 9; scale: 1.08; }
.compact-map .globe-webgl .price-pin[hidden],.compact-map .globe-webgl .origin-point[hidden] { display: none !important; }
.article-section { padding: 85px 0; border-top: 1px solid var(--line); }
.month-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 8px; }
.month-cell { border: 1px solid var(--line); background: #fff; border-radius: 15px; padding: 15px; text-align: center; position: relative; }
.month-cell span, .month-cell strong, .month-cell small { display: block; }
.month-cell span { font-weight: 800; }
.month-cell strong { margin: 12px 0 3px; color: #567100; }
.month-cell small { color: var(--muted); }
.month-cell.best { background: var(--ink); color: #fff; border-color: var(--ink); transform: translateY(-5px); }
.month-cell.best b { position: absolute; top: -10px; right: 50%; transform: translateX(50%); background: var(--lime); color: var(--ink); border-radius: 99px; padding: 3px 7px; font-size: 9px; white-space: nowrap; }
.content-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-top: 34px; }
.content-pair h3 { font-size: 23px; margin-bottom: 4px; }
.content-pair p { color: var(--muted); }
.area-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; }
.area-card { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 22px; }
.area-card > span { color: #8ca21e; font: 800 14px 'Manrope'; }
.area-card small { display: block; color: var(--muted); margin-top: 14px; }
.area-card h3 { margin: 2px 0 7px; font-size: 22px; }
.area-card p { color: var(--muted); }
.area-card footer { display: flex; justify-content: space-between; align-items: center; margin-top: 20px; }
.area-card footer strong { direction: ltr; font-family: 'Manrope'; }
.area-card footer a { color: #597500; font-weight: 700; display: flex; gap: 5px; align-items: center; }
.longform-layout { display: grid; grid-template-columns: 220px minmax(0,760px); justify-content: center; gap: 50px; min-width: 0; }
.article-toc { align-self: start; position: sticky; top: 80px; min-width: 0; background: #fff; border-radius: 16px; padding: 17px; border: 1px solid var(--line); }
.article-toc strong, .article-toc a { display: block; }
.article-toc a { padding: 6px 0; color: var(--muted); }
.article-prose { width: 100%; min-width: 0; max-width: 100%; overflow-wrap: anywhere; }
.article-prose .lead { font-size: 22px; color: #2d4148; }
.article-prose h2 { font-size: 35px; letter-spacing: -1.2px; margin-top: 50px; }
.article-prose p, .article-prose li { font-size: 18px; color: #364c53; line-height: 1.8; }
.guide-table-wrap { width: 100%; min-width: 0; max-width: 100%; margin: 22px 0 34px; overflow-x: auto; overscroll-behavior-inline: contain; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 14px 35px rgba(4,20,27,.06); }
.guide-decision-table { width: 100%; min-width: 660px; border-collapse: collapse; text-align: right; }
.guide-decision-table caption { padding: 16px 18px; color: var(--ink); font-size: 18px; font-weight: 800; text-align: right; }
.guide-decision-table th,.guide-decision-table td { padding: 13px 16px; border-top: 1px solid var(--line); vertical-align: top; }
.guide-decision-table th { color: var(--ink); background: #f2f6f3; font-size: 14px; }
.guide-decision-table td { color: #465b61; font-size: 15px; line-height: 1.55; }
.guide-decision-table tbody tr:hover { background: #f8faef; }
.article-prose blockquote { margin: 35px 0; border-right: 4px solid var(--lime-2); background: #fff; padding: 22px 25px; font-size: 23px; font-weight: 600; border-radius: 14px 0 0 14px; }
.inline-data { background: #eaf2ef; border-radius: 16px; padding: 18px; display: flex; gap: 13px; align-items: flex-start; }
.inline-data .data-icon { width: 42px; height: 42px; border-radius: 12px; background: #fff; display: grid; place-items: center; color: #557100; flex: 0 0 auto; }
.inline-data h3 { margin: 0 0 3px; }
.inline-data p { margin: 0; font-size: 15px; }
.faq-list details { background: #fff; border: 1px solid var(--line); border-radius: 14px; margin: 8px 0; padding: 0 18px; }
.faq-list summary { list-style: none; cursor: pointer; font-weight: 700; font-size: 18px; padding: 16px 0; }
.faq-list details p { color: var(--muted); border-top: 1px solid var(--line); padding-top: 14px; }

/* Flights, stays, insurance, planner, destinations and guides hubs */
.experience-page { background: #f4f7f5; }
.experience-hero { padding: 154px 0 78px; color: #fff; background: radial-gradient(circle at 20% 10%,rgba(129,184,206,.25),transparent 35%),linear-gradient(135deg,#071f28,#0b3139 58%,#173c39); }
.experience-hero-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(420px,520px); gap: 70px; align-items: center; }
.experience-copy h1 { max-width: 720px; margin: 15px 0 20px; font-size: clamp(52px,6.3vw,88px); line-height: .95; letter-spacing: -4px; }
.experience-copy p { max-width: 650px; color: #d4e1e3; font-size: 20px; line-height: 1.65; }
.experience-search { padding: 22px; color: var(--ink); background: #fff; border-radius: 25px; box-shadow: 0 28px 70px rgba(0,0,0,.25); }
.experience-search label { display: grid; gap: 6px; color: var(--muted); font-size: 12px; font-weight: 700; }
.experience-search input { width: 100%; min-height: 52px; padding: 0 14px; color: var(--ink); background: #f3f6f4; border: 1px solid var(--line); border-radius: 13px; font: 700 15px 'Heebo',sans-serif; }
.experience-search-row { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 9px; }
.experience-chips { display: flex; flex-wrap: wrap; gap: 7px; margin: 14px 0; }
.experience-chips button { padding: 7px 11px; color: #4b6268; background: #eff3f1; border: 1px solid transparent; border-radius: 99px; font-weight: 700; }
.experience-chips button:hover { border-color: #99b43a; color: #4a6700; }
.experience-chips button.is-active { color: #456200; background: #e8ffc0; border-color: #98b83c; }
.experience-submit { width: 100%; min-height: 55px; display: flex; align-items: center; justify-content: center; gap: 9px; color: var(--ink); background: var(--lime); border: 0; border-radius: 14px; font-weight: 900; }
.experience-submit i { width: 19px; }
.experience-personal-check { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 10px 16px; color: #fff; background: var(--ink); border-radius: 14px; font-weight: 800; text-decoration: none; }
.experience-personal-check[hidden] { display: none; }
.experience-personal-check i { width: 18px; }
.experience-search > small { display: block; margin-top: 10px; color: #74858a; line-height: 1.4; }
.flight-search-form { display: grid; gap: 11px; }
.flight-airports { display: grid; grid-template-columns: 1fr 28px 1fr; gap: 8px; align-items: center; }
.flight-airports > i { width: 19px; color: #789100; }
.flight-airports label { position: relative; }
.flight-airports input { direction: ltr; padding-bottom: 13px; font: 900 25px 'Manrope',sans-serif; }
.flight-airports label span { position: absolute; right: 14px; bottom: 6px; color: #7b8c91; font-size: 10px; font-weight: 500; }
.flight-date-grid, .flight-options-grid { display: grid; gap: 8px; }
.flight-date-grid { grid-template-columns: 1fr 1fr; }
.flight-options-grid { grid-template-columns: repeat(4,1fr); }
.experience-search select { width: 100%; min-height: 45px; padding: 0 10px; color: var(--ink); background: #f3f6f4; border: 1px solid var(--line); border-radius: 11px; font: 700 13px 'Heebo',sans-serif; }
.flight-direct { min-height: 37px; display: flex !important; grid-template-columns: 20px 1fr; align-items: center; padding: 7px 10px; background: #f3f6f4; border-radius: 10px; }
.flight-direct input { width: 18px; min-height: 18px; margin: 0; }
.flight-search-form[data-state="loading"] { opacity: .72; }
.flight-search-section { background: #eef3f1; }
.flight-search-section .section-heading p { max-width: 640px; color: var(--muted); }
.flight-search-status { align-self: flex-end; padding: 8px 11px; color: #536970; background: #fff; border: 1px solid var(--line); border-radius: 99px; font-size: 12px; }
.flight-results-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.flight-offer { position: relative; min-width: 0; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 16px 38px rgba(12,42,49,.07); }
.flight-offer.is-recommended { border: 2px solid #9bbd2d; box-shadow: 0 18px 42px rgba(110,145,24,.16); }
.flight-offer-head { display: flex; justify-content: space-between; gap: 12px; }
.flight-offer-head h3 { margin: 4px 0 1px; font-size: 23px; }
.flight-offer-head span { color: var(--muted); font-size: 12px; }
.flight-offer-badge { color: #607e00; font-weight: 900; }
.flight-score { width: 45px; height: 45px; display: grid; place-items: center; flex: 0 0 auto; color: #4d6700; background: #effbcf; border-radius: 50%; font: 900 16px 'Manrope'; }
.flight-journeys { display: grid; gap: 7px; margin: 17px 0 12px; }
.flight-journey-row { display: grid; grid-template-columns: 35px 1fr auto; gap: 7px; align-items: center; padding: 9px; background: #f4f7f5; border-radius: 11px; }
.flight-journey-direction { color: #6e8186; font-size: 11px; }
.flight-journey-row strong { text-align: center; font: 800 13px 'Manrope'; }
.flight-journey-meta { color: #4f6268; font-size: 11px; }
.flight-journey-row small { grid-column: 2/-1; color: var(--muted); }
.flight-tradeoffs { min-height: 56px; display: grid; gap: 4px; padding: 10px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 12px; }
.flight-tradeoffs .flight-pro { color: #537100; }
.flight-tradeoffs .flight-con { color: #8c5c32; }
.flight-total-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 14px 0; }
.flight-total-grid div { padding: 10px; background: #f4f7f5; border-radius: 11px; }
.flight-total-grid div:last-child { background: #effbcf; }
.flight-total-grid small, .flight-total-grid strong { display: block; }
.flight-total-grid small { color: var(--muted); font-size: 10px; }
.flight-total-grid strong { direction: ltr; margin-top: 3px; font: 900 22px 'Manrope'; text-align: right; }
.flight-offer details { margin-top: 8px; border-top: 1px solid var(--line); }
.flight-offer summary { padding: 11px 0; color: #526a70; cursor: pointer; font-size: 12px; font-weight: 800; }
.flight-breakdown { display: grid; grid-template-columns: 1fr 1fr; gap: 5px 12px; padding-bottom: 10px; }
.flight-breakdown span { display: flex; justify-content: space-between; gap: 8px; font-size: 11px; }
.flight-breakdown i { color: var(--muted); font-style: normal; }
.flight-breakdown b { direction: ltr; font-family: 'Manrope'; }
.flight-breakdown p { grid-column: 1/-1; margin: 5px 0 0; color: var(--muted); font-size: 11px; }
.flight-offer-action { width: 100%; min-height: 43px; margin-top: 6px; color: #6f7f84; background: #e7ecea; border: 0; border-radius: 11px; font-weight: 800; }
.flight-offer-action:not(:disabled) { color: var(--ink); background: var(--lime); cursor: pointer; }
.flight-cost-legend { display: flex; flex-wrap: wrap; gap: 12px 22px; align-items: center; margin-top: 18px; padding: 15px 18px; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.flight-cost-legend span { display: flex; gap: 6px; align-items: center; color: var(--muted); font-size: 12px; }
.flight-cost-legend i { width: 16px; color: #698800; }
.flight-empty { grid-column: 1/-1; padding: 35px; background: #fff; border: 1px dashed var(--line); border-radius: 18px; text-align: center; }
.hotel-search-form { display: grid; gap: 11px; }
.hotel-destination > span { min-height: 57px; display: grid; grid-template-columns: 24px 68px 1fr; gap: 8px; align-items: center; padding: 0 13px; background: #f3f6f4; border: 1px solid var(--line); border-radius: 12px; }
.hotel-destination > span i { width: 19px; color: #718c16; }
.hotel-destination input { direction: ltr; min-height: 45px; padding: 0; background: transparent; border: 0; font: 900 24px 'Manrope',sans-serif; }
.hotel-destination b { color: #4b6066; font-size: 15px; }
.hotel-date-grid, .hotel-options-grid { display: grid; gap: 8px; }
.hotel-date-grid { grid-template-columns: 1fr 1fr; }
.hotel-options-grid { grid-template-columns: repeat(4,1fr); }
.hotel-filter-row { display: flex; flex-wrap: wrap; gap: 7px; }
.hotel-filter-row label { min-height: 36px; display: flex; align-items: center; gap: 6px; padding: 6px 9px; color: #4d6267; background: #f3f6f4; border: 1px solid transparent; border-radius: 99px; font-size: 12px; font-weight: 800; }
.hotel-filter-row label:has(input:checked) { color: #506a00; background: #effbcf; border-color: #a8c44b; }
.hotel-filter-row input { width: 16px; min-height: 16px; margin: 0; }
.hotel-search-form[data-state="loading"] { opacity: .72; }
.hotel-search-section { background: #edf2ef; }
.hotel-search-section .section-heading p { max-width: 650px; color: var(--muted); }
.hotel-search-status { align-self: flex-end; padding: 8px 11px; color: #536970; background: #fff; border: 1px solid var(--line); border-radius: 99px; font-size: 12px; }
.hotel-discovery-layout { display: grid; grid-template-columns: minmax(340px,.78fr) minmax(0,1.22fr); gap: 16px; align-items: start; }
.hotel-map-column { position: sticky; top: 92px; min-width: 0; display: grid; gap: 12px; }
.hotel-area-map { position: relative; top: auto; min-height: 520px; overflow: hidden; background: radial-gradient(circle at 70% 26%,rgba(206,255,89,.25),transparent 19%),linear-gradient(145deg,#123940,#082b32); border: 1px solid rgba(255,255,255,.12); border-radius: 25px; box-shadow: 0 20px 50px rgba(5,33,39,.15); }
.hotel-area-map::before { content: ''; position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.18) 1px,transparent 1px); background-size: 58px 58px; transform: rotate(-8deg) scale(1.2); }
.hotel-river { position: absolute; z-index: 1; top: -8%; bottom: -8%; left: 42%; width: 55px; background: linear-gradient(90deg,rgba(63,188,220,.08),rgba(98,215,242,.55),rgba(63,188,220,.08)); border: 1px solid rgba(145,231,250,.32); border-radius: 55% 45% 60% 40%; transform: rotate(7deg); }
.hotel-map-label { position: absolute; z-index: 1; color: rgba(255,255,255,.25); font: 900 34px 'Manrope'; letter-spacing: 5px; }
.hotel-map-label.label-buda { top: 17%; left: 8%; }
.hotel-map-label.label-pest { top: 17%; right: 8%; }
.hotel-area-pin { position: absolute; z-index: 4; transform: translate(-50%,-50%); display: grid; padding: 8px 12px; color: var(--ink); background: #fff; border: 2px solid transparent; border-radius: 13px; box-shadow: 0 10px 28px rgba(0,0,0,.25); cursor: pointer; text-align: right; }
.hotel-area-pin::after { content: ''; position: absolute; bottom: -6px; left: 50%; width: 10px; height: 10px; background: inherit; transform: translateX(-50%) rotate(45deg); }
.hotel-area-pin strong { direction: ltr; font: 900 16px 'Manrope'; }
.hotel-area-pin span { color: var(--muted); font-size: 9px; white-space: nowrap; }
.hotel-area-pin.is-active { background: var(--lime); border-color: #fff; scale: 1.08; }
.hotel-area-pin.is-empty { opacity: .58; }
.hotel-area-detail { position: static; z-index: auto; padding: 18px; color: var(--ink); background: #fff; border: 1px solid #d9e3de; border-radius: 18px; box-shadow: 0 14px 34px rgba(5,33,39,.09); backdrop-filter: none; }
.hotel-area-detail small { color: #668300; font-weight: 900; }
.hotel-area-detail h3 { margin: 4px 0 5px; font-size: 25px; }
.hotel-area-detail p { margin: 0 0 10px; color: #546970; font-size: 13px; line-height: 1.55; }
.hotel-area-detail div { display: flex; flex-wrap: wrap; gap: 5px; }
.hotel-area-detail div span { padding: 4px 7px; color: #536e00; background: #effbcf; border-radius: 99px; font-size: 10px; font-weight: 800; }
.hotel-area-detail > span { display: block; margin-top: 10px; color: #8a5c31; font-size: 11px; }
.hotel-area-detail button { margin-top: 10px; padding: 6px 0; color: #516d00; background: transparent; border: 0; font-weight: 900; cursor: pointer; }
.hotel-results-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.hotel-offer { min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 16px 38px rgba(12,42,49,.07); }
.hotel-offer.is-recommended { border: 2px solid #9bbd2d; box-shadow: 0 18px 42px rgba(110,145,24,.15); }
.hotel-offer-media { position: relative; height: 170px; overflow: hidden; background: #dbe5e0; }
.hotel-offer-media::after { content: ''; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent,rgba(4,26,31,.6)); }
.hotel-offer-media img { width: 100%; height: 100%; display: block; object-fit: cover; }
.hotel-offer-badge { position: absolute; z-index: 2; top: 12px; right: 12px; padding: 6px 9px; color: #3e5700; background: var(--lime); border-radius: 99px; font-size: 11px; font-weight: 900; }
.hotel-match-score { position: absolute; z-index: 2; left: 12px; bottom: 12px; width: 44px; height: 44px; display: grid; place-items: center; color: #3f5900; background: #f4ffd8; border: 2px solid #fff; border-radius: 50%; font: 900 15px 'Manrope'; }
.hotel-offer-body { padding: 17px; }
.hotel-area-line { color: #6b850e; font-weight: 800; }
.hotel-offer h3 { margin: 4px 0 2px; font-size: 22px; line-height: 1.12; }
.hotel-guest-score { color: var(--muted); font-size: 11px; }
.hotel-route-fit { display: grid; margin: 13px 0 8px; padding: 10px; background: #f1f6f3; border-radius: 11px; }
.hotel-route-fit strong { color: #4f6900; font-size: 13px; }
.hotel-route-fit span, .hotel-room { color: var(--muted); font-size: 11px; }
.hotel-room { margin: 0 0 10px; }
.hotel-tradeoffs { min-height: 53px; display: grid; gap: 3px; padding: 9px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 11px; }
.hotel-pro { color: #537100; }
.hotel-con { color: #8c5c32; }
.hotel-total-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7px; margin: 12px 0; }
.hotel-total-grid div { padding: 9px; background: #f4f7f5; border-radius: 10px; }
.hotel-total-grid div:last-child { background: #effbcf; }
.hotel-total-grid small, .hotel-total-grid strong { display: block; }
.hotel-total-grid small { min-height: 25px; color: var(--muted); font-size: 9px; }
.hotel-total-grid strong { direction: ltr; font: 900 21px 'Manrope'; text-align: right; }
.hotel-policy-chips { display: flex; flex-wrap: wrap; gap: 5px; }
.hotel-policy-chips span { padding: 4px 7px; color: #526b00; background: #f0f6e5; border-radius: 99px; font-size: 9px; font-weight: 800; }
.hotel-offer details { margin-top: 8px; border-top: 1px solid var(--line); }
.hotel-offer summary { padding: 10px 0; color: #526a70; cursor: pointer; font-size: 11px; font-weight: 800; }
.hotel-breakdown { display: grid; grid-template-columns: 1fr 1fr; gap: 5px 11px; padding-bottom: 9px; }
.hotel-breakdown span { display: flex; justify-content: space-between; gap: 7px; font-size: 10px; }
.hotel-breakdown i { color: var(--muted); font-style: normal; }
.hotel-breakdown b { direction: ltr; font-family: 'Manrope'; }
.hotel-breakdown p { grid-column: 1/-1; margin: 4px 0 0; color: var(--muted); font-size: 10px; }
.hotel-offer-action { width: 100%; min-height: 42px; color: #6f7f84; background: #e7ecea; border: 0; border-radius: 11px; font-weight: 800; }
.hotel-offer-action:not(:disabled) { color: var(--ink); background: var(--lime); cursor: pointer; }
.hotel-cost-legend { display: flex; flex-wrap: wrap; gap: 12px 22px; align-items: center; margin-top: 18px; padding: 15px 18px; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.hotel-cost-legend span { display: flex; gap: 6px; align-items: center; color: var(--muted); font-size: 12px; }
.hotel-cost-legend i { width: 16px; color: #698800; }
.hotel-empty { grid-column: 1/-1; padding: 35px; background: #fff; border: 1px dashed var(--line); border-radius: 18px; text-align: center; }
.package-search-form { display: grid; gap: 9px; }
.package-planning-context { display: flex; align-items: flex-start; gap: 8px; margin: 0; padding: 9px 11px; border: 1px solid #d8e5c1; border-radius: 12px; color: #405600; background: #f5fbdc; font-size: 11px; line-height: 1.45; }
.package-planning-context i { width: 17px; flex: 0 0 auto; }
.package-route-row { display: grid; grid-template-columns: 1fr 22px 1fr; gap: 8px; align-items: center; }
.package-search-form,.package-route-row,.package-route-row label,.package-route-row label span,.package-date-grid,.package-party-grid,.package-control-grid { min-width: 0; }
.package-route-row > i { width: 18px; color: #6c8800; }
.package-route-row label span { min-height: 58px; display: grid; grid-template-columns: 65px 1fr; gap: 7px; align-items: center; padding: 0 12px; background: #f3f6f4; border: 1px solid var(--line); border-radius: 12px; }
.package-route-row input { width: 100%; min-width: 0; max-width: 100%; direction: ltr; min-height: 44px; padding: 0; background: transparent; border: 0; font: 900 23px 'Manrope',sans-serif; }
.package-route-row b { color: #50656b; font-size: 13px; }
.package-date-grid, .package-party-grid, .package-control-grid { display: grid; gap: 7px; }
.package-date-grid { grid-template-columns: 1fr 1fr; }
.package-party-grid { grid-template-columns: repeat(4,1fr); }
.package-control-grid { grid-template-columns: 1.2fr 1fr 1fr; }
.package-inclusion-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 6px; margin: 0; padding: 0; border: 0; }
.package-inclusion-grid legend { grid-column: 1/-1; color: #40565c; font-size: 12px; font-weight: 800; }
.package-inclusion-grid label { min-width: 0; cursor: pointer; }
.package-inclusion-grid input { position: absolute; width: 1px; height: 1px; min-height: 0; opacity: 0; pointer-events: none; }
.package-inclusion-grid label span { min-height: 46px; display: grid; gap: 2px; place-items: center; padding: 5px; color: #5b7075; background: #f2f5f3; border: 1px solid var(--line); border-radius: 10px; font-size: 9px; font-weight: 800; text-align: center; }
.package-inclusion-grid label span i { width: 16px; }
.package-inclusion-grid label:has(input:checked) span { color: #4d6800; background: #effbcf; border-color: #9fbd3b; }
.package-search-form[data-state="loading"] { opacity: .72; }
.package-composer-section { background: #eaf0ed; }
.package-composer-section .section-heading p { max-width: 680px; color: var(--muted); }
.package-search-status { align-self: flex-end; padding: 8px 11px; color: #536970; background: #fff; border: 1px solid var(--line); border-radius: 99px; font-size: 12px; }
.package-trust-alert { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 15px; padding: 14px 16px; color: #294f59; background: #edf9fb; border: 1px solid #c7e1e6; border-radius: 15px; }
.package-trust-alert > i { width: 21px; flex: 0 0 auto; color: #0b7187; }
.package-trust-alert div { display: grid; gap: 2px; }
.package-trust-alert span { font-size: 12px; line-height: 1.5; }
.package-composer-layout { display: grid; grid-template-columns: minmax(360px,.78fr) minmax(0,1.22fr); gap: 16px; align-items: start; }
.package-map-column { position: sticky; top: 92px; min-width: 0; display: grid; gap: 12px; }
.package-journey-map { position: relative; top: auto; min-height: 560px; overflow: hidden; background: radial-gradient(circle at 46% 39%,rgba(217,255,89,.25),transparent 17%),linear-gradient(145deg,#082e37,#061b23 70%); border: 1px solid rgba(255,255,255,.14); border-radius: 27px; box-shadow: 0 22px 55px rgba(5,33,39,.18); }
.package-map-grid { position: absolute; inset: -10%; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.25) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.25) 1px,transparent 1px); background-size: 56px 56px; transform: rotate(-9deg); }
.package-route-line { position: absolute; z-index: 1; top: 26%; right: 25%; width: 47%; height: 31%; border-top: 2px dashed rgba(217,255,89,.75); border-radius: 50%; transform: rotate(-18deg); filter: drop-shadow(0 0 8px rgba(217,255,89,.35)); }
.package-map-point { position: absolute; z-index: 3; width: 68px; height: 68px; display: grid; place-items: center; color: #fff; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.28); border-radius: 50%; backdrop-filter: blur(8px); }
.package-map-point b { font: 900 15px 'Manrope'; }
.package-map-point small { margin-top: -15px; color: #d9e4e6; font-size: 8px; }
.package-map-point.point-origin { right: 15%; top: 18%; }
.package-map-point.point-destination { left: 18%; top: 37%; color: var(--ink); background: var(--lime); border-color: #fff; }
.package-map-point.point-destination small { color: #4d5d45; }
.package-map-pin { position: absolute; z-index: 5; transform: translate(-50%,-50%); width: 116px; display: grid; gap: 1px; padding: 8px 10px; color: var(--ink); background: #fff; border: 2px solid transparent; border-radius: 12px; box-shadow: 0 10px 28px rgba(0,0,0,.25); cursor: pointer; text-align: right; }
.package-map-pin::after { content: ''; position: absolute; bottom: -6px; left: 50%; width: 10px; height: 10px; background: inherit; transform: translateX(-50%) rotate(45deg); }
.package-map-pin strong { direction: ltr; font: 900 15px 'Manrope'; }
.package-map-pin span { overflow: hidden; color: var(--muted); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.package-map-pin.is-active { background: var(--lime); border-color: #fff; scale: 1.07; }
.package-map-detail { position: static; z-index: auto; padding: 19px; color: var(--ink); background: #fff; border: 1px solid #d9e3de; border-radius: 19px; box-shadow: 0 14px 34px rgba(5,33,39,.09); backdrop-filter: none; }
.package-map-detail > small { color: #627f00; font-weight: 900; }
.package-map-detail h3 { margin: 4px 0 4px; font-size: 25px; line-height: 1.1; }
.package-map-detail > p { margin: 0 0 11px; color: #53686e; font-size: 12px; line-height: 1.5; }
.package-map-kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; }
.package-map-kpis span { display: grid; padding: 8px; background: #f1f5f3; border-radius: 10px; }
.package-map-kpis b { direction: ltr; font: 900 16px 'Manrope'; }
.package-map-kpis small { color: var(--muted); font-size: 8px; }
.package-map-detail button { margin-top: 10px; padding: 5px 0; color: #516d00; background: transparent; border: 0; font-weight: 900; cursor: pointer; }
.package-results-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.trip-package-card { min-width: 0; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 23px; box-shadow: 0 16px 38px rgba(12,42,49,.07); transition: border-color .2s ease,box-shadow .2s ease; }
.trip-package-card.is-recommended { border: 2px solid #9bbd2d; }
.trip-package-card.is-selected { box-shadow: 0 20px 48px rgba(90,126,14,.18); }
.package-card-head { display: flex; justify-content: space-between; gap: 11px; }
.package-card-head h3 { margin: 3px 0 1px; font-size: 22px; line-height: 1.12; }
.package-card-head span { color: var(--muted); font-size: 10px; }
.package-card-badge { color: #607e00; font-weight: 900; }
.package-match-score { width: 45px; height: 45px; display: grid; place-items: center; flex: 0 0 auto; color: #4d6700; background: #effbcf; border-radius: 50%; font: 900 15px 'Manrope'; }
.package-journey-summary { display: grid; gap: 5px; margin: 14px 0 9px; }
.package-journey-summary > div { display: grid; grid-template-columns: 18px 1fr auto; gap: 6px; align-items: center; padding: 8px; background: #f3f6f4; border-radius: 10px; font-size: 9px; }
.package-journey-summary i { width: 15px; color: #698500; }
.package-journey-summary strong { color: #41565c; font-size: 9px; text-align: left; }
.package-inclusion-chips { display: flex; flex-wrap: wrap; gap: 4px; }
.package-inclusion-chips span { padding: 4px 6px; border-radius: 99px; font-size: 8px; font-weight: 800; }
.package-inclusion-chips .is-included { color: #506c00; background: #eef8db; }
.package-inclusion-chips .is-extra { color: #76532d; background: #fff4e6; }
.package-trait-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; margin: 10px 0; }
.package-trait-grid span { display: grid; grid-template-columns: 1fr auto; gap: 3px; align-items: center; }
.package-trait-grid small { color: var(--muted); font-size: 8px; }
.package-trait-grid i { grid-column: 1/-1; height: 4px; overflow: hidden; background: #e2e9e6; border-radius: 99px; }
.package-trait-grid i::before { content: ''; display: block; width: var(--package-score); height: 100%; background: linear-gradient(90deg,#86aa1c,var(--lime)); }
.package-trait-grid b { font: 800 9px 'Manrope'; }
.package-price-panel { display: grid; grid-template-columns: 1fr .92fr; gap: 7px; margin: 11px 0; }
.package-price-breakdown { display: grid; gap: 2px; padding: 9px; background: #f3f6f4; border-radius: 11px; }
.package-price-breakdown > div { display: flex; justify-content: space-between; gap: 6px; font-size: 8px; }
.package-price-breakdown strong { direction: ltr; font-family: 'Manrope'; }
.package-price-total { display: grid; align-content: center; padding: 10px; background: #effbcf; border-radius: 11px; }
.package-price-total small, .package-price-total span { color: #5d716d; font-size: 8px; }
.package-price-total strong { direction: ltr; font: 900 23px 'Manrope'; }
.package-tradeoffs { min-height: 61px; display: grid; gap: 3px; padding: 9px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 9px; }
.package-pro { color: #537100; }
.package-con { color: #8c5c32; }
.package-tradeoffs small { color: #547078; font-weight: 800; }
.trip-package-card details { border-bottom: 1px solid var(--line); }
.trip-package-card summary { padding: 10px 0; color: #526a70; cursor: pointer; font-size: 9px; font-weight: 800; }
.trip-package-card details ul { margin: 0 0 10px; padding-right: 17px; color: var(--muted); font-size: 8px; line-height: 1.55; }
.package-card-actions { display: grid; grid-template-columns: .7fr .85fr 1.25fr; gap: 6px; margin-top: 10px; }
.package-card-actions button { min-height: 39px; padding: 6px; border: 0; border-radius: 10px; font-size: 9px; font-weight: 900; }
.package-card-actions button:first-child { color: #4f6d00; background: #effbcf; cursor: pointer; }
.package-card-actions button:last-child { color: #6f7f84; background: #e7ecea; }
.package-card-actions button:last-child:not(:disabled) { color: var(--ink); background: var(--lime); cursor: pointer; }
.package-total-legend { display: flex; flex-wrap: wrap; gap: 12px 21px; align-items: center; margin-top: 18px; padding: 15px 18px; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.package-total-legend span { display: flex; gap: 6px; align-items: center; color: var(--muted); font-size: 11px; }
.package-total-legend i { width: 16px; color: #698800; }
.package-empty { grid-column: 1/-1; display: grid; gap: 5px; padding: 38px; background: #fff; border: 1px dashed var(--line); border-radius: 18px; text-align: center; }
.package-empty span { color: var(--muted); }
.insurance-quote-form { display: grid; gap: 10px; }
.insurance-destination-row, .insurance-date-grid, .insurance-traveler-grid { display: grid; gap: 8px; }
.insurance-destination-row, .insurance-date-grid { grid-template-columns: 1fr 1fr; }
.insurance-traveler-grid { grid-template-columns: repeat(4,1fr); }
.insurance-addon-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 6px; margin: 0; padding: 0; border: 0; }
.insurance-addon-grid legend { grid-column: 1/-1; margin-bottom: 3px; color: #40565c; font-size: 12px; font-weight: 800; }
.insurance-addon-grid label { min-width: 0; cursor: pointer; }
.insurance-addon-grid input { position: absolute; width: 1px; height: 1px; min-height: 0; opacity: 0; pointer-events: none; }
.insurance-addon-grid label span { min-height: 48px; display: grid; gap: 2px; place-items: center; padding: 5px; color: #5c7075; background: #f2f5f3; border: 1px solid var(--line); border-radius: 10px; font-size: 9px; font-weight: 800; text-align: center; }
.insurance-addon-grid label span i { width: 17px; }
.insurance-addon-grid label:has(input:checked) span { color: #4e6900; background: #effbcf; border-color: #9fbf3a; }
.insurance-assessment-row { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.insurance-assessment-row label { min-height: 37px; display: flex; align-items: center; gap: 7px; padding: 7px 9px; color: #76522f; background: #fff6e9; border: 1px solid #ead7bd; border-radius: 10px; font-size: 10px; font-weight: 800; }
.insurance-assessment-row input { width: 16px; min-height: 16px; margin: 0; }
.insurance-quote-form[data-state="loading"] { opacity: .72; }
.insurance-quote-section { background: #edf2ef; }
.insurance-quote-section .section-heading p { max-width: 660px; color: var(--muted); }
.insurance-quote-status { align-self: flex-end; padding: 8px 11px; color: #536970; background: #fff; border: 1px solid var(--line); border-radius: 99px; font-size: 12px; }
.insurance-decision-alert { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 15px; padding: 14px 16px; color: #624822; background: #fff8e9; border: 1px solid #ead6ae; border-radius: 15px; }
.insurance-decision-alert > i { width: 21px; flex: 0 0 auto; color: #997021; }
.insurance-decision-alert div { display: grid; gap: 2px; }
.insurance-decision-alert span { font-size: 12px; line-height: 1.5; }
.insurance-decision-layout { display: grid; grid-template-columns: minmax(340px,.76fr) minmax(0,1.24fr); gap: 16px; align-items: start; }
.insurance-map-column { position: sticky; top: 92px; min-width: 0; display: grid; gap: 12px; }
.insurance-risk-map { position: relative; top: auto; min-height: 520px; overflow: hidden; background: radial-gradient(circle at 53% 42%,rgba(217,255,89,.23),transparent 20%),linear-gradient(150deg,#0d3941,#06262e); border: 1px solid rgba(255,255,255,.13); border-radius: 25px; box-shadow: 0 20px 50px rgba(5,33,39,.16); }
.insurance-risk-map::before { content: ''; position: absolute; inset: 0; opacity: .24; background-image: radial-gradient(circle,rgba(255,255,255,.35) 1px,transparent 1px); background-size: 28px 28px; }
.insurance-map-continent { position: absolute; top: 12%; right: 13%; left: 12%; height: 48%; opacity: .28; background: #77d2bd; border: 1px solid rgba(255,255,255,.45); clip-path: polygon(8% 34%,20% 11%,35% 18%,45% 3%,59% 16%,77% 13%,91% 31%,79% 47%,95% 61%,74% 69%,63% 91%,47% 75%,34% 92%,25% 69%,7% 63%,15% 48%); filter: drop-shadow(0 14px 30px rgba(68,205,188,.26)); }
.insurance-map-label { position: absolute; top: 20%; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.22); font: 900 34px 'Manrope'; letter-spacing: 7px; }
.insurance-risk-pin { position: absolute; z-index: 4; transform: translate(-50%,-50%); width: 112px; display: grid; gap: 2px; padding: 8px 10px; color: var(--ink); background: #fff; border: 2px solid transparent; border-radius: 12px; box-shadow: 0 10px 28px rgba(0,0,0,.24); cursor: pointer; text-align: right; }
.insurance-risk-pin strong { font-size: 11px; }
.insurance-risk-pin span { overflow: hidden; color: var(--muted); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.insurance-risk-pin.is-active { background: var(--lime); border-color: #fff; scale: 1.07; }
.insurance-risk-detail { position: static; z-index: auto; padding: 18px; color: var(--ink); background: #fff; border: 1px solid #d9e3de; border-radius: 18px; box-shadow: 0 14px 34px rgba(5,33,39,.09); backdrop-filter: none; }
.insurance-risk-detail small { color: #647f00; font-weight: 900; }
.insurance-risk-detail h3 { margin: 4px 0 5px; font-size: 25px; }
.insurance-risk-detail p { margin: 0 0 10px; color: #556a70; font-size: 13px; line-height: 1.5; }
.insurance-risk-detail div { display: flex; flex-wrap: wrap; gap: 5px; }
.insurance-risk-detail div span { padding: 4px 7px; color: #526d00; background: #effbcf; border-radius: 99px; font-size: 10px; font-weight: 800; }
.insurance-risk-detail button { margin-top: 10px; padding: 6px 0; color: #516d00; background: transparent; border: 0; font-weight: 900; cursor: pointer; }
.insurance-plan-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.insurance-plan { min-width: 0; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 16px 38px rgba(12,42,49,.07); }
.insurance-plan.is-recommended { border: 2px solid #9bbd2d; box-shadow: 0 18px 42px rgba(110,145,24,.15); }
.insurance-plan-head { display: flex; justify-content: space-between; gap: 12px; }
.insurance-plan-head h3 { margin: 3px 0 1px; font: 900 24px 'Manrope'; }
.insurance-plan-head span { color: var(--muted); font-size: 10px; }
.insurance-plan-badge { color: #607e00; font-weight: 900; }
.insurance-match-score { width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 auto; color: #4d6700; background: #effbcf; border-radius: 50%; font: 900 15px 'Manrope'; }
.insurance-underwriting-alert { margin: 12px 0 0; padding: 9px; color: #7f4c2d; background: #fff0e5; border: 1px solid #ebccb7; border-radius: 10px; font-size: 10px; line-height: 1.45; }
.insurance-coverage-grid { display: grid; gap: 1px; margin: 14px 0 10px; overflow: hidden; border: 1px solid var(--line); border-radius: 11px; }
.insurance-coverage-grid div { display: flex; justify-content: space-between; gap: 8px; padding: 7px 9px; background: #f5f7f6; font-size: 10px; }
.insurance-coverage-grid div.is-emphasis { color: #4e6900; background: #effbcf; }
.insurance-coverage-grid strong { direction: ltr; font-family: 'Manrope'; }
.insurance-service-box { display: grid; gap: 2px; padding: 10px; background: #eef5f2; border-radius: 11px; }
.insurance-service-box strong { font-size: 11px; }
.insurance-service-box span { color: var(--muted); font-size: 9px; }
.insurance-selected-addons { display: flex; flex-wrap: wrap; gap: 4px; margin: 9px 0; }
.insurance-selected-addons span { padding: 4px 6px; color: #536d00; background: #f0f6e5; border-radius: 99px; font-size: 8px; font-weight: 800; }
.insurance-tradeoffs { min-height: 50px; display: grid; gap: 3px; padding: 9px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 10px; }
.insurance-pro { color: #537100; }
.insurance-con { color: #8c5c32; }
.insurance-total { display: flex; justify-content: space-between; gap: 10px; align-items: flex-end; margin: 12px 0; padding: 10px; background: #effbcf; border-radius: 11px; }
.insurance-total div { display: grid; }
.insurance-total small, .insurance-total span { color: #637570; font-size: 9px; }
.insurance-total strong { direction: ltr; font: 900 23px 'Manrope'; }
.insurance-total em { max-width: 80px; color: #6f7e79; font-size: 9px; font-style: normal; text-align: left; }
.insurance-plan details { border-top: 1px solid var(--line); }
.insurance-plan summary { padding: 10px 0; color: #526a70; cursor: pointer; font-size: 10px; font-weight: 800; }
.insurance-plan details ul { margin: 0; padding-right: 18px; color: var(--muted); font-size: 9px; line-height: 1.55; }
.insurance-plan details p { color: #76522f; font-size: 9px; }
.insurance-plan-action { width: 100%; min-height: 42px; color: #6f7f84; background: #e7ecea; border: 0; border-radius: 11px; font-weight: 800; }
.insurance-plan-action:not(:disabled) { color: var(--ink); background: var(--lime); cursor: pointer; }
.flight-offer-action.is-assisted:not(:disabled),
.hotel-offer-action.is-assisted:not(:disabled),
.insurance-plan-action.is-assisted:not(:disabled),
.package-card-actions button.is-assisted:not(:disabled) { color: #062b19; background: #2bd46f; box-shadow: 0 8px 20px rgba(15,145,70,.16); }
[data-handoff-state="loading"] { cursor: wait !important; opacity: .72; }
.commercial-data-notice { margin: 10px 0 8px; padding: 9px 11px; color: #40545b; background: #f5f8f6; border: 1px solid #d8e3de; border-radius: 11px; font-size: 11px; line-height: 1.55; }
.commercial-data-notice[data-data-mode="live"] { color: #405c00; background: #f4fbe7; border-color: #cfe49b; }
.commercial-data-notice[data-data-mode="mixed"] { color: #6d4e20; background: #fff8e9; border-color: #ead7b4; }
.is-planning-only { border-color: #d5e0db; box-shadow: 0 11px 28px rgba(12,42,49,.05); }
.is-planning-only .flight-offer-badge,
.is-planning-only .hotel-offer-badge,
.is-planning-only .package-card-badge { color: #40545b; background: #edf2ef; }
.insurance-planning-boundary { grid-column: 1/-1; display: grid; gap: 12px; padding: 22px; color: var(--ink); background: #fff; border: 1px solid #d6e1dc; border-radius: 22px; box-shadow: 0 16px 38px rgba(12,42,49,.07); }
.insurance-planning-boundary h3,
.insurance-planning-boundary p,
.insurance-planning-boundary ul { margin: 0; }
.insurance-planning-boundary p,
.insurance-planning-boundary li { color: #526a70; font-size: 12px; line-height: 1.65; }
.insurance-planning-boundary ul { display: grid; gap: 6px; padding-inline-start: 20px; }
.insurance-planning-boundary .insurance-plan-action { max-width: 360px; }
.commercial-assurance { display: grid; grid-template-columns: 48px minmax(0,1fr) auto; gap: 15px; align-items: center; margin-top: 22px; padding: 18px 20px; border: 1px solid #b9dfc7; border-radius: 20px; background: #f1fff5; box-shadow: 0 14px 34px rgba(13,88,44,.07); }
.commercial-assurance > i { width: 46px; height: 46px; padding: 11px; border-radius: 14px; color: #08743d; background: #d7f8e2; }
.commercial-assurance > div { display: grid; gap: 4px; }
.commercial-assurance strong { font-size: 16px; }
.commercial-assurance span { color: #5b6f66; font-size: 12px; line-height: 1.55; }
.commercial-assurance > small { display: inline-flex; align-items: center; gap: 6px; max-width: 240px; color: #52665d; font-weight: 750; }
.commercial-assurance > small i { width: 16px; color: #098147; }
.insurance-policy-note { display: flex; gap: 11px; align-items: flex-start; margin-top: 17px; padding: 16px 18px; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.insurance-policy-note > i { width: 21px; color: #668400; }
.insurance-policy-note div { display: grid; gap: 2px; }
.insurance-policy-note span { color: var(--muted); font-size: 11px; line-height: 1.5; }
.insurance-empty { grid-column: 1/-1; padding: 35px; background: #fff; border: 1px dashed var(--line); border-radius: 18px; text-align: center; }
.experience-proof { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4,1fr); margin-top: -28px; padding: 19px; background: #fff; border: 1px solid var(--line); border-radius: 21px; box-shadow: var(--shadow); }
.experience-proof div { min-height: 62px; padding: 7px 20px; border-left: 1px solid var(--line); }
.experience-proof div:last-child { border-left: 0; }
.experience-proof span, .experience-proof strong { display: block; }
.experience-proof span { color: #63777c; font-size: 12px; }
.experience-proof strong { margin-top: 5px; font-size: 16px; }
.experience-destination-index { display: grid; grid-template-columns: minmax(190px,.42fr) minmax(0,1.58fr); gap: 18px; align-items: center; margin-top: 18px; padding: 15px 18px; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.experience-destination-index > div { display: grid; gap: 3px; }
.experience-destination-index > div strong { font-size: 15px; }
.experience-destination-index > div small { color: var(--muted); font-size: 11px; line-height: 1.45; }
.experience-destination-index ul { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 7px; margin: 0; padding: 0; list-style: none; }
.experience-destination-index a { min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 6px; padding: 7px 10px; color: #455c62; background: #f2f6f3; border: 1px solid transparent; border-radius: 11px; font-weight: 800; }
.experience-destination-index a small { color: #73858a; font: 700 10px 'Manrope',sans-serif; }
.experience-destination-index a:hover,.experience-destination-index a:focus-visible { color: #3d5700; border-color: #99b43a; outline: none; }
.experience-destination-index a[aria-current="page"] { color: #304700; background: #efffd0; border-color: #99b43a; }
.experience-card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.experience-card { min-height: 310px; padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: 21px; box-shadow: 0 14px 36px rgba(13,39,45,.06); }
.experience-card-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 30px; color: #567400; background: #edfacf; border-radius: 16px; }
.experience-card-icon i { width: 25px; }
.experience-card small { color: #789100; font-weight: 800; }
.experience-card h3 { margin: 7px 0 10px; font-size: 27px; }
.experience-card p { min-height: 72px; color: var(--muted); line-height: 1.65; }
.experience-card a { display: flex; gap: 6px; align-items: center; margin-top: 22px; color: #577400; font-weight: 800; }
.experience-card a i { width: 17px; }
.experience-map-section { padding: 90px 0; }
.experience-map-grid { display: grid; grid-template-columns: minmax(0,.85fr) minmax(480px,1.15fr); gap: 70px; align-items: center; }
.experience-map-grid h2 { margin: 15px 0; font-size: 52px; line-height: 1.03; letter-spacing: -2px; }
.experience-map-grid p, .experience-map-grid li { color: #cbdadd; font-size: 17px; line-height: 1.7; }
.experience-map-grid ul { padding-right: 18px; }
.button-link { min-height: 50px; width: fit-content; display: inline-flex; align-items: center; gap: 8px; margin-top: 15px; padding: 0 18px; color: var(--ink); background: var(--lime); border-radius: 13px; font-weight: 900; }
.button-link i { width: 18px; }
.experience-globe-column { min-width: 0; display: grid; gap: 12px; }
.experience-globe { position: relative; min-height: 460px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 30px; background: radial-gradient(circle,transparent 42%,rgba(2,14,19,.72) 70%),url('../images/earth-blue-marble.jpg') center/cover; box-shadow: inset 0 0 80px rgba(0,0,0,.3); }
.experience-globe::after { content: ''; position: absolute; inset: 8%; border: 1px solid rgba(140,232,252,.2); border-radius: 50%; }
.experience-pin { position: absolute; z-index: 3; min-width: 48px; min-height: 44px; padding: 7px 11px; color: var(--ink); background: #fff; border: 2px solid var(--lime-2); border-radius: 99px; box-shadow: var(--shadow); cursor: pointer; font: 900 13px 'Manrope'; }
.experience-pin.pin-one { top: 23%; right: 22%; }
.experience-pin.pin-two { top: 46%; left: 25%; }
.experience-pin.pin-three { bottom: 24%; right: 31%; }
.experience-pin.is-active { color: var(--ink); background: var(--lime); border-color: #fff; box-shadow: 0 0 0 4px rgba(217,255,89,.16),var(--shadow); }
.experience-globe-detail { position: static; display: grid; gap: 3px; padding: 17px 19px; color: var(--ink); background: #fff; border: 1px solid #d8e2de; border-radius: 17px; }
.experience-globe-detail small,.experience-globe-detail span { color: var(--muted); }
.experience-globe-detail strong { font-size: 21px; }
.experience-globe-detail a { width: fit-content; display: inline-flex; align-items: center; gap: 6px; margin-top: 8px; color: #536d00; font-size: 12px; font-weight: 900; }
.experience-globe-detail a i { width: 15px; }
.experience-next { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.experience-next h2 { max-width: 760px; margin: 8px 0; font-size: 46px; letter-spacing: -1.8px; }
.experience-next p { max-width: 800px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.dark-button { flex: 0 0 auto; color: #fff; background: var(--ink); }

/* Mobile bottom navigation */
.mobile-bottom-nav { display: none; }

/* WordPress shell integration */
.site-header.overlay { position: absolute; inset: 0 0 auto; z-index: 90; }
.site-header.overlay + #main-content .hero-grid,
.site-header.overlay + main .hero-grid { padding-top: 136px; }
.admin-bar .site-header.overlay { top: 32px; }
.admin-bar .article-tabs { top: 32px; }
.theme-map-shell { min-height: calc(100vh - 78px); background: var(--ink); }
.theme-map-shell .map-workspace { height: calc(100vh - 78px); }
.wp-site-blocks { padding: 0; }

@media (max-width: 782px) {
  .admin-bar .site-header.overlay { top: 46px; }
  .admin-bar .article-tabs { top: 46px; }
}

/* Commercial interface refinements */
.mega-menu.is-open { opacity: 1; pointer-events: auto; visibility: visible; transform: translateX(50%) translateY(0); }
.mega-column a span { display: grid; }
.mega-column a small { color: var(--muted); font-weight: 400; }
.mega-feature > span, .mega-feature > strong, .mega-feature > small, .mega-feature > b { position: relative; z-index: 2; display: block; }
.mega-feature > span { color: var(--lime); font-size: 12px; font-weight: 800; }
.mega-feature > strong { font-size: 23px; line-height: 1.2; margin: 10px 0; }
.mega-feature > small { color: #c9d9dd; font-weight: 400; }
.mega-feature > b { margin-top: 20px; }
.globe-tools a { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.17); border-radius: 13px; background: rgba(3,17,22,.74); }
.map-result-image { width: 100%; object-fit: cover; }
.result-price { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-top: 13px; }
.result-price p { margin: 0; color: #4d6a3f; font-size: 12px; text-align: right; max-width: 150px; }
.route-airports small { direction: rtl; font: 500 12px 'Heebo'; color: var(--muted); }
.route-card { text-align: right; color: var(--ink); }
.route-card .price { font-size: 25px; }
.route-card.recommended .route-badge { background: #e8ffc0; color: #456200; }
.route-card .route-data { align-items: flex-start; flex-direction: column; gap: 7px; margin-top: 22px; }
.deal-media { background-size: cover !important; background-position: center !important; }
h3.deal-title { display: block; margin: 6px 0 12px; font-size: 22px; line-height: 1.2; }
.deal-price small { display: block; }
.ai-input-action { width: auto; height: 43px; padding: 0 14px; white-space: nowrap; font-weight: 800; }
.suggestion > i { width: 22px; color: #096d82; }
.suggestion > span { display: grid; }
.suggestion > span small { color: var(--muted); }
.suggestion > span strong { font-size: 13px; }
.featured-guide { background-size: cover; background-position: center; }
.guide-row h3 { margin: 2px 0; font-size: 19px; line-height: 1.25; }
.filter-panel > .round-button { display: none; color: var(--ink); border-color: var(--line); background: #fff; }
.map-mobile-controls { display: none; }
.destination-map-copy .header-cta { display: inline-flex; margin-top: 14px; }

@media (max-width: 1100px) {
  .main-nav { display: none; }
  .mobile-menu-button { display: grid; }
  .hero-grid { grid-template-columns: .9fr 1.1fr; gap: 5px; }
  .globe { width: 480px; height: 480px; }
  .globe-panel { height: 550px; }
  .deal-grid { grid-template-columns: repeat(2,1fr); }
  .intelligence-strip { grid-template-columns: repeat(2,1fr); }
  .intelligence-strip > div:nth-child(2) { border-left: 0; }
  .footer-grid { grid-template-columns: 1.5fr repeat(2,1fr); }
  .footer-column:last-child { display: none; }
}

@media (max-width: 760px) {
  body { font-size: 15px; padding-bottom: 66px; }
  body.mobile-navigation-open { overflow: hidden; }
  body.map-body { padding-bottom: 0; }
  .page-width { width: min(calc(100% - 28px), var(--max)); }
  .site-header { height: 64px; }
  .brand-mark { width: 35px; height: 35px; }
  .brand-word { font-size: 22px; }
  .header-actions .round-button, .header-actions .header-cta { display: none; }
  .mobile-drawer {
    position: fixed; z-index: 120; inset: 0; top: 64px; display: block; overflow-y: auto;
    padding: 18px 14px 88px; color: var(--ink); background: #f6f8f4;
    opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-12px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s;
  }
  .mobile-drawer.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
  .mobile-drawer-navigation { display: block; }
  .mobile-drawer-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 14px; }
  .mobile-drawer-head > div { display: grid; gap: 2px; }
  .mobile-drawer-head small { color: #6f8500; font-size: 10px; font-weight: 900; letter-spacing: .8px; text-transform: uppercase; }
  .mobile-drawer-head strong { font-size: 21px; }
  .mobile-drawer-close { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 14px; background: #fff; cursor: pointer; }
  .mobile-drawer-close i { width: 19px; }
  .mobile-drawer-map { display: grid; grid-template-columns: 44px minmax(0,1fr) 20px; gap: 11px; align-items: center; margin-bottom: 12px; padding: 15px; border-radius: 19px; color: #fff; background: radial-gradient(circle at 10% 10%,rgba(102,214,255,.18),transparent 40%),#082630; }
  .mobile-drawer-map > i:first-child { width: 44px; height: 44px; padding: 10px; border-radius: 14px; color: var(--lime); background: rgba(255,255,255,.08); }
  .mobile-drawer-map > i:last-child { width: 18px; color: var(--lime); }
  .mobile-drawer-map span { display: grid; gap: 3px; }
  .mobile-drawer-map strong { font-size: 16px; }
  .mobile-drawer-map small { color: #c5d1d4; font-size: 11px; }
  .mobile-nav-section { margin-top: 9px; overflow: hidden; border: 1px solid #dfe5e2; border-radius: 18px; background: #fff; }
  .mobile-nav-disclosure { width: 100%; min-height: 50px; display: flex; align-items: center; justify-content: space-between; padding: 11px 14px; border: 0; background: transparent; color: var(--ink); font-weight: 850; cursor: pointer; }
  .mobile-nav-disclosure i { width: 17px; transition: transform .2s ease; }
  .mobile-nav-disclosure[aria-expanded="true"] i { transform: rotate(180deg); }
  .mobile-nav-links { display: none; grid-template-columns: 1fr 1fr; gap: 1px; padding: 0 9px 9px; }
  .mobile-nav-links.is-open { display: grid; }
  .mobile-nav-links a { min-width: 0; min-height: 76px; display: grid; grid-template-columns: 31px minmax(0,1fr); gap: 8px; align-items: center; padding: 10px; border-radius: 13px; background: #f6f8f4; }
  .mobile-nav-links a > i { width: 19px; color: #758c00; }
  .mobile-nav-links a span { min-width: 0; display: grid; gap: 2px; }
  .mobile-nav-links a strong { font-size: 13px; }
  .mobile-nav-links a small { color: #68777b; font-size: 9px; line-height: 1.35; }
  .mobile-account-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 12px; }
  .mobile-account-grid > a { min-height: 76px; display: grid; grid-template-columns: 35px minmax(0,1fr); gap: 9px; align-items: center; padding: 12px; border: 1px solid #dfe5e2; border-radius: 17px; background: #fff; }
  .mobile-account-grid i { width: 20px; color: #718800; }
  .mobile-account-grid span { display: grid; gap: 2px; }
  .mobile-account-grid strong { font-size: 13px; }
  .mobile-account-grid small { color: #718085; font-size: 10px; }
  .mobile-partner-link { min-height: 46px; display: grid; grid-template-columns: 23px minmax(0,1fr) 18px; gap: 8px; align-items: center; margin-top: 11px; padding: 10px 14px; border: 1px dashed #b9c5c0; border-radius: 15px; color: #536267; font-size: 12px; font-weight: 750; }
  .mobile-partner-link i { width: 17px; }
  .filter-panel > .round-button { display: grid; }
  .home-hero { min-height: 1160px; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 35px; }
  .hero-copy { text-align: right; }
  .hero-copy h1 { font-size: 51px; letter-spacing: -2.6px; max-width: 380px; }
  .hero-copy > p { font-size: 17px; }
  .ai-prompt { display: flex; width: 100%; border-radius: 15px; align-items: flex-start; }
  .ai-prompt span { display: none; }
  .hero-agent-actions { display: grid; grid-template-columns: 1fr; }
  .surprise-cta { width: 100%; min-height: 58px; }
  .surprise-cta span { flex: 1; }
  .ai-conversation-actions { grid-template-columns: 1fr; }
  .ai-planner-column { width: 100%; gap: 11px; }
  .agent-run-workbench { gap: 13px; padding: 15px; border-radius: 19px; box-shadow: 0 16px 38px rgba(0,0,0,.18); }
  .agent-run-head { display: grid; gap: 9px; }
  .agent-run-head h2 { font-size: 22px; }
  .agent-run-state { max-width: none; width: 100%; border-radius: 11px; text-align: right; }
  .agent-request-facts { grid-template-columns: 1fr; }
  .agent-question-list article > div { display: grid; justify-content: stretch; }
  .agent-question-list span { width: fit-content; }
  .agent-revision-heading { display: grid; gap: 7px; }
  .agent-revision-badge { width: fit-content; }
  .agent-revision-form { padding: 11px; }
  .agent-revision-actions { grid-template-columns: 1fr; }
  .agent-revision-actions button { width: 100%; min-height: 48px; }
  .agent-panel-heading { display: grid; gap: 2px; }
  .agent-event-log { max-height: none; }
  .hero-campaign { max-width: 100%; padding: 15px; border-radius: 16px; }
  .hero-campaign > strong { font-size: 20px; }
  .hero-campaign-actions { display: grid; grid-template-columns: 1fr; }
  .hero-campaign-actions a { width: 100%; }
  .globe-panel { height: 465px; margin-top: 5px; }
  .globe-halo { width: 380px; height: 380px; left: 0; }
  .globe { width: 380px; height: 380px; max-width: 100%; left: 50%; transform: translateX(-50%); top: 18px; }
  .globe-tools { left: 4px; top: 38px; }
  .globe-tools button { width: 38px; height: 38px; }
  .price-pin { padding: 5px 7px; font-size: 11px; }
  .map-result { width: calc(100% - 28px); left: 14px; bottom: -54px; display: grid; grid-template-columns: 98px 1fr; }
  .map-result-image { height: 100%; min-height: 148px; }
  .map-result-body { padding: 12px; }
  .result-top h3 { font-size: 18px; }
  .result-price strong { font-size: 20px; }
  .result-tags span:nth-child(3) { display: none; }
  .demo-label { bottom: auto; }
  .search-zone { margin-top: -226px; }
  .home-hero { min-height: auto; padding-bottom: 82px; }
  .hero-grid { padding-bottom: 34px; }
  .home-globe-stack { gap: 12px; }
  .home-globe-stack .globe-panel { height: auto; margin-top: 5px; padding-top: 8px; }
  .home-globe-stack .globe { width: min(380px,100%); height: auto; aspect-ratio: 1; }
  .home-globe-stack .map-result { width: 100%; display: block; }
  .home-globe-stack .map-result-image { height: 142px; min-height: 142px; }
  .home-globe-stack .demo-label { margin: 0 4px; }
  .home-plan-components,.home-plan-modules { grid-template-columns: minmax(0,1fr); }
  .home-plan-components a,.home-plan-modules a { min-height: 58px; }
  .search-zone { margin-top: -42px; }
  .product-tabs { overflow-x: auto; padding-inline: 0; scrollbar-width: none; }
  .product-tabs button { white-space: nowrap; flex: 0 0 auto; }
  .search-dock { grid-template-columns: 1fr; gap: 7px; border-radius: 20px; padding: 8px; }
  .search-field { min-height: 64px; border: 1px solid var(--line); border-radius: 13px; padding: 7px 10px; }
  .search-route-field { grid-column: auto; }
  .field-icon { width: 34px; height: 34px; }
  .search-submit { grid-column: auto; min-height: 55px; border-radius: 14px; }
  .home-search-progress { padding: 9px; }
  .home-search-progress ol { grid-template-columns: 1fr; }
  .home-search-progress li { min-height: 44px; }
  .quick-links { overflow-x: auto; white-space: nowrap; padding-bottom: 4px; scrollbar-width: none; }
  .intelligence-strip { grid-template-columns: 1fr 1fr; padding: 11px; margin-top: 0; }
  .intelligence-strip > div { padding: 9px; border-left: 0; }
  .intelligence-strip .strip-icon { width: 35px; height: 35px; }
  .intelligence-strip small { font-size: 11px; }
  .section { padding: 70px 0; }
  .section-heading { display: block; margin-bottom: 25px; }
  .section-heading h2 { font-size: 36px; letter-spacing: -1.5px; }
  .section-heading p { font-size: 16px; }
  .section-heading > .text-link { margin-top: 14px; }
  .route-board { padding: 13px; border-radius: 20px; }
  .route-board-head { display: block; }
  .updated { margin-top: 8px; }
  .route-cards { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 5px; scrollbar-width: none; }
  .route-card { min-width: 84%; scroll-snap-align: start; }
  .deal-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 0 1px 10px; }
  .deal-card { min-width: 82%; scroll-snap-align: start; }
  .ai-panel { padding: 28px 20px; grid-template-columns: 1fr; border-radius: 25px; }
  .ai-panel h2 { font-size: 35px; }
  .ai-visual { min-height: 300px; }
  .suggestion { width: 215px; }
  .guide-layout { grid-template-columns: 1fr; }
  .featured-guide { min-height: 420px; }
  .guide-row { padding: 15px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom { display: block; }
  .mobile-bottom-nav { position: fixed; z-index: 100; display: grid; grid-template-columns: repeat(5,1fr); height: 66px; right: 0; left: 0; bottom: 0; background: rgba(255,255,255,.96); border-top: 1px solid var(--line); backdrop-filter: blur(10px); }
  .mobile-bottom-nav a { color: #5e6c71; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 3px; font-size: 10px; }
  .mobile-bottom-nav a.active { color: #577400; font-weight: 800; }
  .mobile-bottom-nav i { width: 19px; height: 19px; }

  /* Commercial pages use inline quote actions, so no floating action may cover mobile content. */
  .whatsapp-button { display: none !important; }

  /* experience hubs mobile */
  .experience-hero { padding: 98px 0 58px; }
  .experience-hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .experience-copy h1 { font-size: 50px; letter-spacing: -2.6px; }
  .experience-copy p { font-size: 17px; }
  .experience-search { padding: 14px; border-radius: 19px; }
  .experience-search-row { grid-template-columns: 1fr; }
  .flight-airports { grid-template-columns: 1fr 22px 1fr; }
  .flight-date-grid { grid-template-columns: 1fr 1fr; }
  .flight-options-grid { grid-template-columns: 1fr 1fr; }
  .flight-results-grid { display: flex; direction: ltr; overflow-x: auto; contain: inline-size paint; padding: 2px 1px 12px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .flight-offer { width: 88%; min-width: 0; max-width: 88%; flex: 0 0 88%; direction: rtl; scroll-snap-align: start; }
  .flight-search-section .section-heading { align-items: flex-start; }
  .flight-search-status { align-self: flex-start; }
  .flight-cost-legend { display: grid; }
  .hotel-date-grid { grid-template-columns: 1fr 1fr; }
  .hotel-options-grid { grid-template-columns: 1fr 1fr; }
  .hotel-filter-row { display: grid; grid-template-columns: 1fr 1fr; }
  .hotel-discovery-layout { grid-template-columns: 1fr; }
  .hotel-map-column { position: static; top: auto; }
  .hotel-area-map { position: relative; top: auto; min-height: 0; overflow: hidden; padding: 305px 10px 10px; }
  [data-hotel-map-pins] { position: relative; z-index: 6; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; padding: 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(5,31,38,.9); }
  .hotel-area-pin { position: static; width: 100%; min-width: 0; min-height: 48px; transform: none; padding: 7px 9px; }
  .hotel-area-pin::after { display: none; }
  .hotel-area-pin.is-active { scale: 1; }
  .hotel-area-pin strong { font-size: 14px; }
  .hotel-area-detail { position: static; padding: 14px; }
  .hotel-area-detail h3 { font-size: 21px; }
  .hotel-results-grid { display: flex; direction: ltr; overflow-x: auto; contain: inline-size paint; padding: 2px 1px 12px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .hotel-offer { width: 88%; min-width: 0; max-width: 88%; flex: 0 0 88%; direction: rtl; scroll-snap-align: start; }
  .hotel-search-section .section-heading { align-items: flex-start; }
  .hotel-search-status { align-self: flex-start; }
  .hotel-cost-legend { display: grid; }
  .package-route-row { grid-template-columns: 1fr 20px 1fr; }
  .package-route-row label span { grid-template-columns: 52px 1fr; padding: 0 9px; }
  .package-route-row input { font-size: 20px; }
  .package-date-grid { grid-template-columns: 1fr 1fr; }
  .package-party-grid { grid-template-columns: 1fr 1fr; }
  .package-control-grid { grid-template-columns: 1fr 1fr; }
  .package-control-grid label:first-child { grid-column: 1/-1; }
  .package-inclusion-grid { grid-template-columns: repeat(3,1fr); }
  .package-composer-layout { min-width: 0; max-width: 100%; overflow: hidden; grid-template-columns: 1fr; }
  .package-map-column { position: static; top: auto; min-width: 0; }
  .package-journey-map { position: relative; top: auto; min-height: 0; overflow: hidden; padding: 335px 10px 10px; contain: paint; }
  .package-map-point { width: 57px; height: 57px; }
  .package-map-point.point-origin { right: 10%; }
  .package-map-point.point-destination { left: 12%; }
  [data-package-map-pins] { position: relative; z-index: 6; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; padding: 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(5,26,33,.92); }
  .package-map-pin { position: static; width: 100%; min-width: 0; min-height: 48px; transform: none; padding: 7px 9px; }
  .package-map-pin::after { display: none; }
  .package-map-pin.is-active { scale: 1; }
  .package-map-pin strong { font-size: 13px; }
  .package-map-detail { position: static; padding: 14px; }
  .package-map-detail h3 { font-size: 21px; }
  .package-results-grid { width: 100%; min-width: 0; max-width: 100%; display: flex; direction: ltr; overflow-x: auto; contain: inline-size paint; padding: 2px 1px 12px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .trip-package-card { width: 90%; min-width: 0; max-width: 90%; flex: 0 0 90%; direction: rtl; scroll-snap-align: start; }
  .package-composer-section .section-heading { align-items: flex-start; }
  .package-search-status { align-self: flex-start; }
  .package-total-legend { display: grid; }
  .insurance-destination-row, .insurance-date-grid { grid-template-columns: 1fr 1fr; }
  .insurance-traveler-grid { grid-template-columns: 1fr 1fr; }
  .insurance-addon-grid { grid-template-columns: repeat(3,1fr); }
  .insurance-assessment-row { grid-template-columns: 1fr; }
  .insurance-decision-layout { grid-template-columns: 1fr; }
  .insurance-map-column { position: static; top: auto; }
  .insurance-risk-map { position: relative; top: auto; min-height: 535px; }
  .insurance-risk-pin { width: 90px; padding: 6px 8px; }
  .insurance-risk-pin strong { font-size: 9px; }
  .insurance-risk-detail { position: static; padding: 14px; }
  .insurance-risk-detail h3 { font-size: 21px; }
  .insurance-plan-grid { display: flex; direction: ltr; overflow-x: auto; contain: inline-size paint; padding: 2px 1px 12px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .insurance-plan { width: 88%; min-width: 0; max-width: 88%; flex: 0 0 88%; direction: rtl; scroll-snap-align: start; }
  .insurance-planning-boundary { width: 100%; max-width: 100%; flex: 0 0 100%; direction: rtl; padding: 18px; }
  .insurance-planning-boundary .insurance-plan-action { width: 100%; max-width: none; min-height: 48px; }
  .insurance-quote-section .section-heading { align-items: flex-start; }
  .insurance-quote-status { align-self: flex-start; }
  .experience-proof { grid-template-columns: 1fr 1fr; margin-top: -20px; padding: 10px; }
  .experience-proof div { min-height: 72px; padding: 10px; border-left: 0; }
  .experience-destination-index { grid-template-columns: 1fr; gap: 11px; padding: 13px; }
  .experience-destination-index ul { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .experience-card-grid { display: flex; direction: ltr; overflow-x: auto; contain: inline-size paint; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .experience-card { width: 84%; min-width: 0; max-width: 84%; flex: 0 0 84%; min-height: 300px; direction: rtl; scroll-snap-align: start; }
  .experience-map-grid { grid-template-columns: 1fr; gap: 32px; }
  .experience-map-grid h2 { font-size: 38px; }
  .experience-globe { min-height: 460px; }
  .experience-next { display: block; }
  .experience-next h2 { font-size: 36px; }
  .experience-next .button-link { margin-top: 18px; }

  /* map mobile */
  .map-shell { grid-template-rows: 64px 1fr; }
  .map-workspace { grid-template-columns: 1fr; }
  .filter-panel { position: absolute; z-index: 40; inset: auto 10px 76px; max-height: 75%; border-radius: 20px; box-shadow: var(--shadow); display: none; }
  .filter-panel.is-open { display: block; }
  .world-canvas .globe { width: 620px; height: 620px; left: 50%; transform: translateX(-50%); top: 1%; }
  .world-canvas > .map-result { display: none; }
  .map-search-floating { top: 12px; width: calc(100% - 24px); }
  .map-layer-buttons { top: 76px; left: 12px; }
  .map-data-status { top: 76px; right: 12px; max-width: calc(100% - 80px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .map-weather-attribution { top: 112px; right: 12px; max-width: calc(100% - 80px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .route-sheet { bottom: 75px; width: calc(100% - 20px); padding: 12px; border-radius: 20px; max-height: 285px; overflow: hidden; }
  .sheet-head { align-items: flex-start; }
  .sheet-head h2 { font-size: 18px; line-height: 1.25; }
  .sheet-head > span { display: none; }
  .mini-routes { display: flex; overflow-x: auto; scrollbar-width: none; }
  .mini-route { min-width: 84%; }
  .map-mobile-controls { display: grid !important; position: fixed; z-index: 80; bottom: 0; right: 0; left: 0; height: 64px; background: #fff; grid-template-columns: repeat(3,1fr); }
  .map-mobile-controls button { border: 0; border-left: 1px solid var(--line); background: #fff; display: flex; align-items: center; justify-content: center; gap: 6px; }

  /* destination mobile */
  .destination-hero { min-height: 600px; }
  .destination-hero::after { background: linear-gradient(transparent 4%,rgba(4,17,23,.86) 72%); }
  .destination-hero-content { padding-top: 55px; }
  .destination-image-credit { bottom: 36px; left: 14px; max-width: calc(100% - 28px); }
  .destination-badge { margin-top: 150px; }
  .destination-hero h1 { font-size: 56px; letter-spacing: -2.6px; }
  .destination-hero p { font-size: 17px; }
  .destination-actions { flex-wrap: wrap; }
  .fact-ribbon { grid-template-columns: 1fr 1fr; margin-top: -27px; padding: 12px; }
  .fact-ribbon div { padding: 10px; border-left: 0; }
  .fact-ribbon strong { font-size: 15px; }
  .article-tabs { justify-content: flex-start; overflow-x: auto; white-space: nowrap; scrollbar-width: none; border-radius: 0; width: 100%; margin-top: 18px; }
  .destination-map-band { grid-template-columns: 1fr; gap: 20px; }
  .destination-map-copy h2 { font-size: 36px; }
  .compact-map { min-height: 470px; padding: 14px; }
  .compact-map .globe { width: min(380px,100%); transform: none; }
  .compact-map .map-result { transform: none; }
  .month-grid { display: flex; overflow-x: auto; padding-top: 12px; scrollbar-width: none; }
  .month-cell { min-width: 132px; }
  .content-pair { grid-template-columns: 1fr; }
  .area-grid { display: flex; overflow-x: auto; scrollbar-width: none; }
  .area-card { min-width: 82%; }
  .longform-layout { width: min(calc(100% - 28px), var(--max)); max-width: 100%; grid-template-columns: minmax(0,1fr); }
  .article-toc { width: 100%; max-width: 100%; position: static; display: flex; gap: 9px; overflow-x: auto; scrollbar-width: none; }
  .article-toc strong { display: none; }
  .article-toc a { white-space: nowrap; background: #eff3f1; padding: 6px 10px; border-radius: 99px; }
  .article-prose .lead { font-size: 20px; }
  .article-prose h2 { font-size: 30px; }
  .article-prose p, .article-prose li { font-size: 17px; }
}

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

/* Private traveler workspace */
.workspace-page { background: #f3f4ee; }
.workspace-hero { position: relative; overflow: hidden; padding: 74px 0 72px; color: #fff; background: radial-gradient(circle at 14% 15%,rgba(106,225,255,.19),transparent 27%),radial-gradient(circle at 82% 78%,rgba(217,255,89,.1),transparent 30%),#071f28; }
.workspace-hero::before { content: ''; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(90deg,transparent,#000 35%,#000); }
.workspace-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,.8fr) minmax(520px,1.2fr); gap: 70px; align-items: center; }
.workspace-hero-copy { max-width: 650px; }
.workspace-hero-copy .eyebrow { color: var(--lime); }
.workspace-hero-copy h1 { max-width: 720px; margin: 14px 0 18px; font-size: clamp(48px,5.6vw,82px); line-height: .98; letter-spacing: -3.8px; }
.workspace-hero-copy > p { max-width: 620px; margin: 0; color: #c2d1d4; font-size: 20px; line-height: 1.75; }
.workspace-hero-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 36px; }
.workspace-hero-metrics span { min-height: 96px; display: grid; align-content: center; gap: 2px; padding: 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.06); backdrop-filter: blur(10px); color: #aabec2; font-size: 12px; }
.workspace-hero-metrics strong { color: #fff; font: 800 27px/1 'Manrope',sans-serif; }
.workspace-orbit-column { min-width: 0; display: grid; gap: 12px; }
.workspace-orbit { position: relative; min-height: 420px; overflow: hidden; isolation: isolate; border: 1px solid rgba(255,255,255,.13); border-radius: 42px; background: radial-gradient(circle at 52% 47%,#165064 0,#0d3441 28%,#082630 55%,#061b23 76%); box-shadow: 0 40px 90px rgba(0,0,0,.32); }
.workspace-orbit-label { position: absolute; z-index: 7; top: 16px; right: 16px; margin: 0; padding: 6px 9px; border: 1px solid rgba(255,255,255,.16); border-radius: 99px; color: #c7d8dc; background: rgba(5,20,27,.78); font-size: 9px; font-weight: 800; }
.workspace-orbit::before,.workspace-orbit::after { content: ''; position: absolute; border: 1px solid rgba(106,225,255,.18); border-radius: 50%; transform: rotate(-18deg); }
.workspace-orbit::before { width: 570px; height: 250px; top: 108px; left: 4%; }
.workspace-orbit::after { width: 420px; height: 430px; top: 17px; left: 16%; border-color: rgba(217,255,89,.12); }
.workspace-orbit-glow { position: absolute; width: 270px; height: 270px; top: 70px; left: 31%; border-radius: 50%; opacity: .9; background: radial-gradient(circle at 34% 30%,rgba(255,255,255,.32),transparent 9%),radial-gradient(circle at 43% 45%,#24708c,#0d4659 47%,#0a2d3b 70%); box-shadow: inset -38px -22px 60px rgba(0,0,0,.35),0 0 70px rgba(106,225,255,.15); }
.workspace-origin { position: absolute; z-index: 3; top: 150px; right: 10%; width: 70px; height: 70px; display: grid; place-items: center; padding-top: 7px; color: var(--ink); background: var(--lime); border: 5px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 8px 28px rgba(0,0,0,.25); }
.workspace-origin b { font: 800 16px/1 'Manrope',sans-serif; }
.workspace-origin small { font-size: 9px; }
.workspace-map-pin { position: absolute; z-index: 5; min-width: 92px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.32); border-radius: 13px; color: #fff; background: rgba(6,17,22,.82); box-shadow: 0 12px 25px rgba(0,0,0,.28); cursor: pointer; transform: translate(-50%,-50%); transition: .2s ease; }
.workspace-map-pin::after { content: ''; position: absolute; width: 8px; height: 8px; bottom: -5px; left: calc(50% - 4px); background: inherit; border-right: 1px solid rgba(255,255,255,.32); border-bottom: 1px solid rgba(255,255,255,.32); transform: rotate(45deg); }
.workspace-map-pin strong,.workspace-map-pin span { position: relative; z-index: 1; display: block; }
.workspace-map-pin strong { max-width: 120px; white-space: normal; overflow-wrap: anywhere; font: 800 13px/1.25 'Manrope',sans-serif; }
.workspace-map-pin span { max-width: 105px; overflow: hidden; font-size: 9px; white-space: nowrap; text-overflow: ellipsis; }
.workspace-map-pin.is-active { color: var(--ink); background: var(--lime); border-color: var(--lime); transform: translate(-50%,-50%) scale(1.08); }
.workspace-map-detail { position: static; z-index: auto; display: grid; grid-template-columns: 1fr auto; gap: 2px 20px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: #0b2a34; backdrop-filter: none; }
.workspace-map-detail small,.workspace-map-detail p { color: #9fb5ba; }
.workspace-map-detail h2 { min-width: 0; margin: 0; overflow-wrap: anywhere; font-size: 23px; }
.workspace-map-detail p { min-width: 0; max-width: 480px; margin: 2px 0 0; overflow-wrap: anywhere; font-size: 12px; }
.workspace-map-detail > strong { min-width: 0; grid-row: 1/4; grid-column: 2; align-self: center; direction: ltr; overflow-wrap: anywhere; color: var(--lime); font: 800 25px 'Manrope',sans-serif; }
.workspace-command-section { padding-top: 66px; }
.workspace-command-grid { display: grid; grid-template-columns: minmax(0,1fr) 380px; gap: 30px; align-items: start; }
.workspace-command-main { min-width: 0; }
.workspace-heading { align-items: flex-end; margin-bottom: 24px; }
.workspace-heading h2 { max-width: 720px; }
.workspace-heading p { margin-bottom: 0; }
.workspace-filters { display: flex; gap: 7px; flex-wrap: wrap; justify-content: flex-end; }
.workspace-filters button { min-height: 44px; border: 1px solid var(--line); padding: 8px 13px; border-radius: 99px; background: #fff; cursor: pointer; font-size: 13px; font-weight: 700; }
.workspace-filters button.is-active { border-color: var(--ink); color: #fff; background: var(--ink); }
.customer-trip-cockpit { position: static; display: grid; gap: 18px; margin-bottom: 30px; padding: 27px; overflow: hidden; border: 1px solid #cddbd5; border-radius: 30px; color: #f7fbfc; background: radial-gradient(circle at 10% 0,rgba(199,237,72,.17),transparent 32%),linear-gradient(145deg,#0a3039,#061f28); box-shadow: 0 22px 58px rgba(5,29,37,.16); }
.customer-trip-cockpit[hidden] { display: none !important; }
.customer-trip-cockpit[data-state="loading"] { min-height: 210px; }
.customer-trip-cockpit[data-state="stale"],.customer-trip-cockpit[data-state="stale_error"] { border-color: #e3c770; }
.customer-trip-cockpit[data-state="error"],.customer-trip-cockpit[data-state="expired"] { border-color: #de9f97; }
.customer-trip-cockpit-heading { display: flex; justify-content: space-between; gap: 22px; align-items: flex-start; }
.customer-trip-cockpit-heading > div { min-width: 0; max-width: 660px; }
.customer-trip-cockpit-heading .eyebrow,.customer-trip-services .eyebrow,.customer-trip-cases .eyebrow { color: var(--lime); }
.customer-trip-cockpit-heading h2 { margin: 4px 0 5px; color: #fff; font-size: 31px; }
.customer-trip-cockpit-heading p { margin: 0; color: #a9bec3; font-size: 14px; line-height: 1.55; }
.customer-trip-cockpit-controls { display: flex; justify-content: flex-end; align-items: center; gap: 8px; flex-wrap: wrap; }
.customer-trip-cockpit-mode { min-height: 44px; display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.16); border-radius: 99px; color: #dbe8eb; background: rgba(255,255,255,.07); font-size: 12px; font-weight: 850; white-space: nowrap; }
.customer-trip-cockpit-mode :is(i,svg) { width: 16px; color: var(--lime); }
.customer-trip-cockpit-controls > button,.customer-trip-cockpit-mode-choice button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; color: #eef7f8; background: rgba(255,255,255,.08); cursor: pointer; font: inherit; font-size: 12px; font-weight: 850; }
.customer-trip-cockpit-controls > button[hidden],.customer-trip-next-action > button[hidden] { display: none !important; }
.customer-trip-cockpit-controls > button :is(i,svg) { width: 16px; }
.customer-trip-cockpit-controls button:hover,.customer-trip-cockpit-controls button:focus-visible { border-color: var(--lime); color: var(--lime); }
.customer-trip-cockpit-controls button:disabled { cursor: wait; opacity: .58; }
.customer-trip-cockpit-mode-choice { display: inline-flex; gap: 4px; padding: 3px; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; background: rgba(0,0,0,.16); }
.customer-trip-cockpit-mode-choice button { min-height: 38px; border: 0; border-radius: 11px; background: transparent; }
.customer-trip-cockpit-mode-choice button[aria-pressed="true"] { color: #183500; background: var(--lime); }
.customer-trip-cockpit-loading { min-height: 94px; display: flex; align-items: center; justify-content: center; gap: 11px; color: #d5e2e5; }
.customer-trip-cockpit-loading[hidden] { display: none !important; }
.customer-trip-cockpit-loading > span { width: 20px; height: 20px; flex: 0 0 auto; border: 2px solid rgba(255,255,255,.22); border-top-color: var(--lime); border-radius: 50%; animation: customer-trip-spin .8s linear infinite; }
.customer-trip-cockpit-view { display: grid; gap: 17px; }
.customer-trip-cockpit-view[hidden],.customer-trip-cockpit-empty[hidden],.customer-trip-cockpit-error[hidden],.customer-trip-next-action[hidden],.customer-trip-cases[hidden] { display: none !important; }
.customer-trip-cockpit-summary { display: grid; grid-template-columns: minmax(190px,.72fr) minmax(0,1.28fr); gap: 14px; }
.customer-trip-cockpit-title { min-width: 0; display: grid; align-content: center; gap: 4px; padding: 17px; border: 1px solid rgba(199,237,72,.24); border-radius: 19px; background: rgba(199,237,72,.07); }
.customer-trip-cockpit-title small { color: #a9bdc1; font-size: 12px; font-weight: 850; }
.customer-trip-cockpit-title h3 { margin: 0; overflow-wrap: anywhere; color: #fff; font-size: 22px; line-height: 1.22; }
.customer-trip-cockpit-title > span { width: fit-content; max-width: 100%; padding: 5px 9px; border-radius: 99px; color: #233400; background: var(--lime); font-size: 12px; font-weight: 900; }
.customer-trip-cockpit-title > span[data-freshness="stale"],.customer-trip-cockpit-title > span[data-freshness="uncertain"],.customer-trip-cockpit-title > span[data-freshness="conflict"] { color: #5c4308; background: #ffe4a0; }
.customer-trip-cockpit-metrics { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; margin: 0; }
.customer-trip-cockpit-metrics > div { min-width: 0; display: grid; align-content: center; gap: 3px; padding: 13px; border: 1px solid rgba(255,255,255,.1); border-radius: 15px; background: rgba(255,255,255,.055); }
.customer-trip-cockpit-metrics dt { color: #93aeb4; font-size: 12px; font-weight: 800; }
.customer-trip-cockpit-metrics dd { margin: 0; overflow-wrap: anywhere; color: #fff; font-size: 14px; font-weight: 900; }
.customer-trip-cockpit-metrics dd[data-state="action_required"],.customer-trip-cockpit-metrics dd[data-state="disrupted"],.customer-trip-cockpit-metrics dd[data-state="uncertain"] { color: #ffd878; }
.customer-trip-next-action { display: grid; grid-template-columns: 42px minmax(0,1fr) auto; gap: 12px; align-items: center; padding: 15px; border: 1px solid rgba(199,237,72,.34); border-radius: 17px; color: #173100; background: var(--lime); animation: customer-trip-arrive .58s cubic-bezier(.2,.8,.2,1) both; }
.customer-trip-next-action > :is(i,svg) { width: 42px; height: 42px; padding: 10px; border-radius: 13px; color: #fff; background: #173900; }
.customer-trip-next-action div { min-width: 0; display: grid; gap: 2px; }
.customer-trip-next-action small { color: #516900; font-size: 12px; font-weight: 850; }
.customer-trip-next-action strong { overflow-wrap: anywhere; font-size: 15px; }
.customer-trip-next-action p { margin: 0; color: #425800; font-size: 13px; line-height: 1.5; }
.customer-trip-next-action > button { min-height: 44px; padding: 9px 13px; border: 1px solid #173900; border-radius: 12px; color: #fff; background: #173900; cursor: pointer; font: inherit; font-size: 13px; font-weight: 900; }
.customer-trip-services,.customer-trip-cases { display: grid; gap: 11px; padding-top: 2px; }
.customer-trip-services h3,.customer-trip-cases h3 { margin: 3px 0 0; color: #fff; font-size: 20px; }
.customer-trip-services > ol { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; counter-reset: customer-trip-service; }
.customer-trip-service { min-width: 0; display: grid; grid-template-columns: 34px minmax(0,1fr) auto; gap: 10px; align-items: center; padding: 12px; border: 1px solid rgba(255,255,255,.11); border-radius: 15px; background: rgba(255,255,255,.055); animation: customer-trip-arrive .46s cubic-bezier(.2,.8,.2,1) both; animation-delay: calc(var(--service-index,0) * 45ms); }
.customer-trip-service::before { counter-increment: customer-trip-service; content: counter(customer-trip-service); width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #153500; background: var(--lime); font: 900 11px 'Manrope',sans-serif; }
.customer-trip-service[data-health="action_required"],.customer-trip-service[data-health="disrupted"],.customer-trip-service[data-health="uncertain"] { border-color: rgba(255,213,111,.42); background: rgba(255,204,97,.08); }
.customer-trip-service > div { min-width: 0; display: grid; gap: 2px; }
.customer-trip-service strong { overflow-wrap: anywhere; color: #fff; font-size: 14px; }
.customer-trip-service small { color: #9eb3b8; font-size: 12px; line-height: 1.4; }
.customer-trip-service > span { max-width: 150px; padding: 5px 8px; border-radius: 99px; color: #244500; background: #dff2a3; font-size: 11px; font-weight: 900; text-align: center; }
.customer-trip-service > span[data-state="action_required"],.customer-trip-service > span[data-state="disrupted"],.customer-trip-service > span[data-state="uncertain"] { color: #644b0a; background: #ffe5a4; }
.customer-trip-cases > div:last-child { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.customer-trip-case { min-width: 0; display: grid; gap: 6px; padding: 13px; border: 1px solid rgba(114,207,228,.26); border-radius: 15px; background: rgba(92,186,210,.08); }
.customer-trip-case small { color: #8db0b8; font-size: 12px; }
.customer-trip-case strong { overflow-wrap: anywhere; color: #fff; font-size: 14px; }
.customer-trip-case span { color: #bfd0d4; font-size: 12px; }
.customer-trip-cockpit-boundary { display: flex; gap: 8px; align-items: flex-start; margin: 0; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.1); color: #9fb5ba; font-size: 13px; line-height: 1.55; }
.customer-trip-cockpit-boundary :is(i,svg) { width: 17px; flex: 0 0 auto; color: var(--lime); }
.customer-trip-cockpit-empty,.customer-trip-cockpit-error { min-height: 88px; display: grid; grid-template-columns: 38px minmax(0,1fr) auto; gap: 12px; align-items: center; padding: 15px; border: 1px dashed rgba(255,255,255,.24); border-radius: 17px; background: rgba(255,255,255,.05); }
.customer-trip-cockpit-empty > :is(i,svg),.customer-trip-cockpit-error > :is(i,svg) { width: 29px; color: var(--lime); }
.customer-trip-cockpit-empty strong,.customer-trip-cockpit-error strong { color: #fff; font-size: 13px; }
.customer-trip-cockpit-empty p,.customer-trip-cockpit-error p { margin: 2px 0 0; color: #a9bdc2; font-size: 13px; line-height: 1.5; }
.customer-trip-cockpit-error button { min-height: 44px; padding: 8px 14px; border: 0; border-radius: 12px; color: #173500; background: var(--lime); cursor: pointer; font: inherit; font-size: 13px; font-weight: 900; }
@keyframes customer-trip-spin { to { transform: rotate(360deg); } }
@keyframes customer-trip-arrive { from { opacity: .68; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }
.workspace-cockpit { position: static; display: grid; gap: 17px; margin-bottom: 30px; padding: 26px; overflow: hidden; border: 1px solid #d4dfda; border-radius: 28px; color: var(--ink); background: linear-gradient(145deg,#fff,#f8fbf2); box-shadow: 0 18px 48px rgba(7,31,40,.09); }
.workspace-cockpit-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 22px; }
.workspace-cockpit-heading > div:first-child { max-width: 680px; }
.workspace-cockpit-heading h2 { margin: 4px 0 5px; font-size: 30px; }
.workspace-cockpit-heading p { margin: 0; color: #63767b; font-size: 12px; line-height: 1.55; }
.workspace-cockpit-state { min-width: min(270px,100%); display: grid; justify-items: end; gap: 8px; }
.workspace-cockpit-state > p { display: flex; align-items: center; gap: 8px; text-align: left; }
.workspace-cockpit[aria-busy="true"] .workspace-cockpit-state > p::before { content: ''; width: 14px; height: 14px; flex: 0 0 auto; border: 2px solid #c7d2ce; border-top-color: #4c7884; border-radius: 50%; animation: workspace-cockpit-busy .8s linear infinite; }
.workspace-cockpit-state button,.workspace-plan-actions button,.workspace-plan-empty a { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #183b44; padding: 9px 14px; border-radius: 12px; color: #fff; background: #092b35; cursor: pointer; font: inherit; font-size: 11px; font-weight: 900; }
.workspace-plan-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.workspace-plan-card { min-width: 0; display: grid; align-content: start; gap: 14px; padding: 19px; border: 1px solid #dbe5e1; border-radius: 21px; background: #fff; box-shadow: 0 10px 28px rgba(8,31,38,.06); }
.workspace-plan-card.is-advancing { animation: workspace-plan-confirm .62s cubic-bezier(.2,.8,.2,1) both; }
.workspace-plan-card[data-state="attention"] { border-color: #e5c978; background: #fffaf0; }
.workspace-plan-card[data-state="completed"] { border-color: #b4d258; color: #243b13; background: #f7ffe4; box-shadow: 0 12px 30px rgba(91,120,0,.1); }
.workspace-plan-card[data-state="terminal"] { color: #516267; background: #f1f4f2; box-shadow: none; }
.workspace-plan-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.workspace-plan-card-head > div { min-width: 0; }
.workspace-plan-kind { display: block; margin-bottom: 4px; color: #668087; font-size: 9px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.workspace-plan-card h3 { margin: 0; overflow-wrap: anywhere; font-size: 20px; line-height: 1.28; }
.workspace-plan-status { max-width: 150px; flex: 0 0 auto; padding: 5px 8px; border-radius: 99px; color: #17434e; background: #dff3f7; font-size: 9px; font-weight: 900; line-height: 1.35; text-align: center; }
.workspace-plan-status[data-state="attention"] { color: #684d09; background: #ffe9a8; }
.workspace-plan-status[data-state="completed"] { color: #345000; background: #dff2a3; }
.workspace-plan-status[data-state="terminal"] { color: #526267; background: #dce3e1; }
.workspace-plan-meta { display: flex; justify-content: space-between; gap: 10px; color: #718388; font-size: 9px; }
.workspace-plan-meta time { direction: ltr; }
.workspace-plan-facts,.workspace-plan-scope ul { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; list-style: none; }
.workspace-plan-facts li,.workspace-plan-scope li { padding: 5px 8px; border-radius: 99px; color: #466069; background: #edf4f2; font-size: 9px; }
.workspace-plan-progress { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.workspace-plan-progress li { min-width: 0; display: grid; grid-template-columns: 28px minmax(0,1fr); gap: 9px; align-items: center; padding: 8px 10px; border: 1px solid #e3e9e6; border-radius: 12px; color: #6d7d82; background: #fafcfb; }
.workspace-plan-progress li > span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: #52666c; background: #e3eae7; font: 900 10px 'Manrope',sans-serif; }
.workspace-plan-progress li div { min-width: 0; display: grid; gap: 1px; }
.workspace-plan-progress strong { font-size: 11px; }
.workspace-plan-progress small { font-size: 9px; line-height: 1.35; }
.workspace-plan-progress li[data-state="completed"] { color: #496114; border-color: #dbe8b3; background: #f5fbdc; }
.workspace-plan-progress li[data-state="completed"] > span { color: #213500; background: var(--lime); }
.workspace-plan-progress li[data-state="current"] { color: #18596a; border-color: #b9e3eb; background: #f0fbfd; }
.workspace-plan-progress li[data-state="current"] > span { color: #fff; background: #268ca5; }
.workspace-plan-progress li[data-state="attention"] { color: #725308; border-color: #eed795; background: #fff7df; }
.workspace-plan-progress li[data-state="attention"] > span { color: #fff; background: #a87900; }
.workspace-plan-progress li[data-state="terminal"] { color: #5e6c70; background: #eef1f0; }
.workspace-plan-scope { display: grid; gap: 7px; padding: 11px; border-radius: 13px; background: #f1f5f3; }
.workspace-plan-scope > strong { font-size: 10px; }
.workspace-plan-next { display: flex; gap: 9px; align-items: flex-start; padding: 11px; border-radius: 13px; color: #dce9eb; background: #0b303a; }
.workspace-plan-next > i { width: 18px; flex: 0 0 auto; color: var(--lime); }
.workspace-plan-next div { min-width: 0; display: grid; gap: 2px; }
.workspace-plan-next small { color: #94abb0; font-size: 8px; }
.workspace-plan-next strong { font-size: 10px; line-height: 1.5; }
.workspace-plan-actions { display: grid; }
.workspace-plan-actions button { width: 100%; gap: 7px; background: #092b35; }
.workspace-plan-actions i { width: 16px; }
.workspace-plan-safety { color: #68797e; font-size: 9px; line-height: 1.45; }
.workspace-plan-empty { display: grid; grid-template-columns: 34px minmax(0,1fr) auto; gap: 12px; align-items: center; padding: 16px; border: 1px dashed #c5d2cd; border-radius: 17px; background: rgba(255,255,255,.62); }
.workspace-plan-empty[hidden] { display: none !important; }
.workspace-plan-empty > i { width: 26px; color: #779c14; }
.workspace-plan-empty p { margin: 2px 0 0; color: #63767b; font-size: 10px; }
.workspace-cockpit-safety { display: flex; gap: 8px; align-items: flex-start; margin: 0; padding-top: 13px; border-top: 1px solid #e0e8e4; color: #607277; font-size: 10px; line-height: 1.55; }
.workspace-cockpit-safety i { width: 17px; flex: 0 0 auto; color: #789e12; }
.workspace-cockpit[data-state="attention"] { border-color: #e2c76f; }
.workspace-cockpit[data-state="stale"],.workspace-cockpit[data-state="error"] { border-color: #dca69f; }
@keyframes workspace-cockpit-busy { to { transform: rotate(360deg); } }
@keyframes workspace-plan-confirm { from { opacity: .72; transform: translateY(7px); box-shadow: inset 0 3px #9ec524; } to { opacity: 1; transform: translateY(0); box-shadow: inset 0 0 transparent; } }
.workspace-quote-section { position: relative; display: grid; gap: 16px; margin-bottom: 30px; padding: 24px; overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 27px; color: #fff; background: radial-gradient(circle at 8% 0,rgba(91,202,229,.16),transparent 34%),#082630; box-shadow: 0 18px 48px rgba(7,31,40,.14); }
.workspace-quote-section[aria-busy="true"]::before { content: ''; position: absolute; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg,transparent,#53c9e6 34%,#c7ed48 68%,transparent); background-size: 220% 100%; animation: agent-progress-sweep 1.2s linear infinite; }
.workspace-quote-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; }
.workspace-quote-heading .eyebrow { color: var(--lime); }
.workspace-quote-heading h2 { margin: 4px 0 0; font-size: 28px; }
.workspace-quote-heading > p { max-width: 310px; margin: 0; color: #a9bec3; font-size: 11px; line-height: 1.45; text-align: left; }
.workspace-proposal-intro { display: flex; align-items: flex-start; gap: 10px; margin: 0; padding: 11px 13px; border: 1px solid rgba(199,237,72,.2); border-radius: 14px; color: #bed0d4; background: rgba(199,237,72,.055); font-size: 12px; line-height: 1.55; }
.workspace-proposal-intro > :is(i,svg) { width: 19px; flex: 0 0 auto; color: var(--lime); }
.workspace-proposal-intro > span { min-width: 0; display: grid; gap: 2px; }
.workspace-proposal-intro strong { color: #fff; font-size: 13px; }
.workspace-quote-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.workspace-quote-card { min-width: 0; display: grid; gap: 12px; padding: 17px; border: 1px solid rgba(255,255,255,.12); border-radius: 19px; background: rgba(255,255,255,.07); }
.workspace-quote-card.has-open-proposals { grid-column: 1/-1; border-color: rgba(199,237,72,.35); }
.workspace-quote-card.is-advancing { animation: workspace-quote-forward .58s cubic-bezier(.2,.8,.2,1) both; }
.workspace-quote-card[data-status="ready_for_assistance"] { border-color: rgba(210,255,76,.48); background: linear-gradient(145deg,rgba(211,255,76,.11),rgba(255,255,255,.06)); }
.workspace-quote-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.workspace-quote-card-head > div { display: grid; gap: 2px; }
.workspace-quote-card-head small { color: #9fb6bb; font-size: 9px; font-weight: 800; }
.workspace-quote-reference { direction: ltr; color: #fff; font: 900 14px 'Manrope',sans-serif; letter-spacing: .04em; }
.workspace-quote-card-status { max-width: 180px; padding: 5px 8px; border-radius: 99px; color: #173d48; background: #dff5fa; font-size: 8px; font-weight: 900; line-height: 1.35; text-align: center; }
.workspace-quote-card[data-status="needs_information"] .workspace-quote-card-status { color: #654c0d; background: #ffeab0; }
.workspace-quote-card[data-status="ready_for_assistance"] .workspace-quote-card-status { color: #344600; background: var(--lime); }
.workspace-quote-card h3 { min-width: 0; margin: 0; overflow-wrap: anywhere; color: #fff; font-size: 17px; line-height: 1.4; }
.workspace-quote-card-progress { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 5px; margin: 0; padding: 0; list-style: none; }
.workspace-quote-card-progress li { position: relative; min-width: 0; display: grid; gap: 4px; color: #7f989e; font-size: 8px; font-weight: 800; text-align: center; }
.workspace-quote-card-progress li::before { content: ''; width: 100%; height: 5px; border-radius: 99px; background: rgba(255,255,255,.11); }
.workspace-quote-card-progress li strong,.workspace-quote-card-progress li small { overflow-wrap: anywhere; font-size: inherit; }
.workspace-quote-card-progress li small { font-weight: 600; opacity: .85; }
.workspace-quote-card-progress li[data-state="completed"] { color: #bed57d; }
.workspace-quote-card-progress li[data-state="completed"]::before { background: #8cab27; }
.workspace-quote-card-progress li[data-state="current"] { color: #aeefff; }
.workspace-quote-card-progress li[data-state="current"]::before { background: #45bddb; }
.workspace-quote-card-progress li[data-state="blocked"] { color: #f0ce73; }
.workspace-quote-card-progress li[data-state="blocked"]::before { background: #b98000; }
.workspace-quote-card-progress li[data-state="terminal"] { color: #91a0a3; }
.workspace-quote-card-progress li[data-state="terminal"]::before { background: #63757a; }
.workspace-quote-card[data-status="ready_for_assistance"] .workspace-quote-card-progress li[data-state="current"] { color: var(--lime); }
.workspace-quote-card[data-status="ready_for_assistance"] .workspace-quote-card-progress li[data-state="current"]::before { background: var(--lime); }
.workspace-quote-card-next { display: flex; align-items: flex-start; gap: 9px; padding: 10px; border-radius: 12px; color: #dce8ea; background: rgba(3,17,22,.34); }
.workspace-quote-card-next > i { width: 17px; flex: 0 0 auto; color: var(--lime); }
.workspace-quote-card-next div { min-width: 0; display: grid; gap: 2px; }
.workspace-quote-card-next small { color: #86a1a7; font-size: 8px; }
.workspace-quote-card-next p { min-width: 0; margin: 0; overflow-wrap: anywhere; font-size: 10px; line-height: 1.45; }
.workspace-quote-card-meta { display: flex; justify-content: space-between; gap: 10px; color: #839da3; font-size: 8px; }
.workspace-quote-card-meta time { direction: ltr; }
.workspace-quote-action-status { min-height: 14px; margin: 0; color: #a7bdc1; font-size: 9px; }
.workspace-quote-action-status[data-state] { display: flex; align-items: center; gap: 7px; }
.workspace-quote-action-status[data-state]::before { content: ''; width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: currentColor; }
.workspace-quote-action-status[data-state="running"] { color: #91e6fa; }
.workspace-quote-action-status[data-state="running"]::before { animation: agent-status-pulse 1.15s ease-out infinite; }
.workspace-quote-action-status[data-state="success"],.workspace-quote-action-status[data-state="reused"] { color: var(--lime); font-weight: 800; animation: agent-action-confirm .38s ease-out both; }
.workspace-quote-action-status[data-state="error"] { color: #ffc0b8; }
.workspace-quote-card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.workspace-quote-card-actions button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; border: 1px solid var(--lime); border-radius: 11px; color: #10242b; background: var(--lime); cursor: pointer; font: inherit; font-size: 10px; font-weight: 900; }
.workspace-quote-card-actions button.is-secondary { color: #dff7e7; border-color: rgba(109,211,143,.45); background: rgba(75,196,117,.12); }
.workspace-quote-card-actions button.is-proposals { grid-column: 1/-1; color: #092b35; border-color: #b7d447; background: #f5ffdc; }
.workspace-quote-card-actions button.is-proposals[aria-expanded="true"] { color: #fff; border-color: rgba(255,255,255,.25); background: #17434e; }
.workspace-quote-card-actions button:disabled { cursor: wait; opacity: .66; }
.workspace-quote-card-actions button[data-state="loading"] i { animation: agent-handoff-working .72s ease-in-out infinite alternate; }
.workspace-quote-card-actions i { width: 15px; }
.workspace-quote-empty { display: grid; grid-template-columns: 34px minmax(0,1fr) auto; gap: 12px; align-items: center; padding: 15px; border: 1px dashed rgba(255,255,255,.18); border-radius: 16px; color: #bfd0d3; background: rgba(255,255,255,.04); }
.workspace-quote-empty[hidden] { display: none !important; }
.workspace-quote-empty > i { width: 26px; color: var(--lime); }
.workspace-quote-empty strong { color: #fff; font-size: 13px; }
.workspace-quote-empty p { margin: 2px 0 0; font-size: 10px; line-height: 1.45; }
.workspace-quote-empty a { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 8px 11px; border-radius: 10px; color: var(--ink); background: var(--lime); font-size: 10px; font-weight: 900; }
.workspace-proposals-panel { min-width: 0; display: grid; gap: 13px; padding: 16px; border: 1px solid #d9e4df; border-radius: 17px; color: var(--ink); background: #f7faf8; }
.workspace-proposals-panel[hidden],.workspace-proposal-body[hidden] { display: none !important; }
.workspace-proposals-panel > header { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.workspace-proposals-panel > header > div { min-width: 0; display: grid; gap: 2px; }
.workspace-proposals-panel > header small { color: #60787f; font-size: 11px; font-weight: 900; }
.workspace-proposals-panel > header h4 { margin: 0; font-size: 21px; line-height: 1.25; }
.workspace-proposals-panel > header button,.workspace-proposals-retry { min-width: 64px; min-height: 44px; padding: 8px 12px; border: 1px solid #52717a; border-radius: 10px; color: #163943; background: #fff; cursor: pointer; font: inherit; font-size: 12px; font-weight: 900; }
.workspace-proposals-status { margin: 0; padding: 9px 11px; border-radius: 11px; color: #4e656b; background: #edf3f0; font-size: 12px; line-height: 1.55; }
.workspace-proposal-list { min-width: 0; display: grid; gap: 12px; }
.workspace-proposal { min-width: 0; overflow: hidden; border: 1px solid #d5e0dc; border-radius: 17px; background: #fff; box-shadow: 0 10px 26px rgba(7,31,40,.07); }
.workspace-proposal[data-status="withdrawn"],.workspace-proposal[data-status="expired"],.workspace-proposal[data-status="superseded"] { background: #f3f5f4; box-shadow: none; }
.workspace-proposal.is-confirmed-update { animation: workspace-proposal-confirm .62s cubic-bezier(.2,.8,.2,1) both; }
.workspace-proposal-toggle { width: 100%; min-height: 66px; display: grid; grid-template-columns: minmax(0,1fr) auto 22px; gap: 12px; align-items: center; padding: 12px 14px; border: 0; color: var(--ink); background: transparent; cursor: pointer; font: inherit; text-align: right; }
.workspace-proposal-toggle > span { min-width: 0; display: grid; gap: 2px; }
.workspace-proposal-toggle > span:first-child small { color: #617b00; font-size: 11px; font-weight: 900; }
.workspace-proposal-toggle > span:first-child strong { overflow-wrap: anywhere; font-size: 16px; line-height: 1.35; }
.workspace-proposal-toggle > span:nth-child(2) { justify-items: end; }
.workspace-proposal-toggle > span:nth-child(2) b { color: #315100; font-size: 11px; }
.workspace-proposal-toggle > span:nth-child(2) small { direction: ltr; color: #718287; font: 800 10px 'Manrope',sans-serif; }
.workspace-proposal-toggle > :is(i,svg) { width: 18px; color: #507078; }
.workspace-proposal-toggle[aria-expanded="true"] > :is(i,svg) { transform: rotate(180deg); }
.workspace-proposal-toggle:focus-visible,.workspace-proposal-actions button:focus-visible,.workspace-proposals-panel > header button:focus-visible,.workspace-proposals-retry:focus-visible,.workspace-proposals-panel a:focus-visible { outline: 3px solid #0b8198; outline-offset: 2px; }
.workspace-proposal-body { min-width: 0; display: grid; gap: 15px; padding: 0 14px 15px; border-top: 1px solid #e2e9e6; }
.workspace-proposal-summary { margin: 14px 0 0; color: #425a61; font-size: 14px; font-weight: 750; line-height: 1.65; }
.workspace-proposal-body h5,.workspace-proposal-body h6 { margin: 0; }
.workspace-proposal-rationale { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.workspace-proposal-rationale section { padding: 12px; border: 1px solid #dce6e1; border-radius: 13px; background: #f7faf8; }
.workspace-proposal-rationale h5 { font-size: 14px; }
.workspace-proposal-rationale ul,.workspace-proposal-price-gaps ul,.workspace-proposal-unresolved ul { display: grid; gap: 5px; margin: 8px 0 0; padding-inline-start: 18px; color: #536970; font-size: 12px; line-height: 1.55; }
.workspace-proposal-route,.workspace-proposal-ledger,.workspace-proposal-components,.workspace-proposal-sources,.workspace-proposal-history,.workspace-proposal-actions { min-width: 0; padding: 13px; border: 1px solid #dce5e1; border-radius: 14px; background: #fff; }
.workspace-proposal-route > h5,.workspace-proposal-sources > h5,.workspace-proposal-history > h5,.workspace-proposal-actions > h5 { font-size: 15px; }
.workspace-proposal-route-line { min-width: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin: 9px 0; color: #173f49; }
.workspace-proposal-route-line > :is(i,svg) { width: 15px; flex: 0 0 auto; color: #7b9d13; }
.workspace-proposal-route-line strong { overflow-wrap: anywhere; font-size: 12px; }
.workspace-proposal-route-legs,.workspace-proposal-itinerary { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; margin: 8px 0 0; padding: 0; list-style: none; }
.workspace-proposal-route-legs li,.workspace-proposal-itinerary li { min-width: 0; display: grid; grid-template-columns: auto minmax(0,1fr); gap: 8px; align-items: center; padding: 8px; border-radius: 10px; background: #f1f5f3; }
.workspace-proposal-route-legs li > span,.workspace-proposal-itinerary li > span { min-width: 30px; min-height: 30px; display: grid; place-items: center; padding: 4px; border-radius: 8px; color: #344d00; background: #e5f5b7; font-size: 11px; font-weight: 900; }
.workspace-proposal-route-legs li > div,.workspace-proposal-itinerary li > div { min-width: 0; display: grid; gap: 2px; }
.workspace-proposal-route-legs strong,.workspace-proposal-itinerary strong { overflow-wrap: anywhere; font-size: 12px; }
.workspace-proposal-route-legs small,.workspace-proposal-itinerary small { color: #687b80; font-size: 11px; }
.workspace-proposal-ledger { color: #fff; border-color: #17424c; background: #092e38; }
.workspace-proposal-ledger > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.workspace-proposal-ledger > header > div { min-width: 0; display: grid; gap: 2px; }
.workspace-proposal-ledger > header span,.workspace-proposal-ledger > header small { color: #a8bec3; font-size: 11px; }
.workspace-proposal-total { direction: ltr; margin: 0; color: var(--lime); font: 900 25px 'Manrope',sans-serif; text-align: right; }
.workspace-proposal-ledger > header > strong { max-width: 170px; padding: 6px 9px; border-radius: 99px; color: #132d35; background: var(--lime); font-size: 10px; text-align: center; }
.workspace-proposal-ledger > header > strong[data-state="partial"] { color: #694e0b; background: #ffe5a0; }
.workspace-proposal-price-gaps,.workspace-proposal-unresolved { margin-top: 11px; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.12); }
.workspace-proposal-price-gaps > strong,.workspace-proposal-unresolved > strong { font-size: 12px; }
.workspace-proposal-price-gaps ul,.workspace-proposal-unresolved ul { color: #c3d2d5; }
.workspace-proposal-components > header { display: grid; gap: 2px; margin-bottom: 10px; }
.workspace-proposal-components > header span { color: #678200; font-size: 11px; font-weight: 900; }
.workspace-proposal-components > header h5 { font-size: 16px; }
.workspace-proposal-components > header p { margin: 2px 0 0; color: #607479; font-size: 12px; line-height: 1.55; }
.workspace-proposal-lanes { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.workspace-proposal-lane { min-width: 0; display: grid; align-content: start; gap: 8px; padding: 10px; border: 1px solid #dce5e1; border-radius: 12px; background: #f7faf8; }
.workspace-proposal-lane > header { display: grid; grid-template-columns: 30px minmax(0,1fr); gap: 8px; align-items: center; }
.workspace-proposal-lane > header > :is(i,svg) { width: 30px; height: 30px; padding: 6px; border-radius: 9px; color: #4f6900; background: #eaf6c7; }
.workspace-proposal-lane > header > div { min-width: 0; display: grid; gap: 1px; }
.workspace-proposal-lane h6 { font-size: 13px; }
.workspace-proposal-lane > header small { color: #6a7c81; font-size: 10px; }
.workspace-proposal-lane-missing { margin: 0; padding: 9px; border: 1px dashed #c7d4cf; border-radius: 9px; color: #62757a; background: #fff; font-size: 12px; line-height: 1.55; }
.workspace-proposal-component { min-width: 0; display: grid; gap: 7px; padding: 10px; border: 1px solid #d6e1dc; border-radius: 10px; background: #fff; }
.workspace-proposal-component > h6 { overflow-wrap: anywhere; font-size: 14px; }
.workspace-proposal-component > p { margin: 0; color: #526970; font-size: 12px; line-height: 1.6; }
.workspace-proposal-component-price { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; padding: 7px 8px; border-radius: 9px; color: #294300; background: #f0f9d7; }
.workspace-proposal-component-price strong { direction: ltr; font: 900 15px 'Manrope',sans-serif; }
.workspace-proposal-component-price small { color: #5a701c; font-size: 10px; }
.workspace-proposal-conditions { display: grid; grid-template-columns: minmax(76px,.35fr) minmax(0,1fr); gap: 5px 8px; margin: 0; padding-top: 7px; border-top: 1px solid #e4ebe7; font-size: 11px; line-height: 1.5; }
.workspace-proposal-conditions dt { color: #66797e; font-weight: 900; }
.workspace-proposal-conditions dd { min-width: 0; margin: 0; overflow-wrap: anywhere; color: #314a51; }
.workspace-proposal-component-sources { display: flex; flex-wrap: wrap; gap: 4px; margin: 0; padding: 0; list-style: none; }
.workspace-proposal-component-sources li { padding: 3px 5px; border-radius: 7px; color: #3f5b00; background: #edf5d8; font-size: 10px; }
.workspace-proposal-sources > p { margin: 4px 0 10px; color: #607479; font-size: 12px; line-height: 1.55; }
.workspace-proposal-sources > ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; margin: 0; padding: 0; list-style: none; }
.workspace-proposal-sources > ul > li { min-width: 0; display: grid; gap: 6px; padding: 10px; border-radius: 11px; background: #f3f6f4; }
.workspace-proposal-sources li > div { min-width: 0; display: grid; gap: 1px; }
.workspace-proposal-sources li strong { overflow-wrap: anywhere; font-size: 12px; }
.workspace-proposal-sources li small,.workspace-proposal-sources li p { margin: 0; color: #64777c; font-size: 10px; line-height: 1.5; }
.workspace-proposal-source-times { display: grid; gap: 2px; direction: ltr; text-align: right; }
.workspace-proposal-sources a { width: fit-content; min-height: 44px; display: inline-flex; align-items: center; padding: 7px 9px; border: 1px solid #58757d; border-radius: 9px; color: #173f49; font-size: 12px; font-weight: 900; }
.workspace-proposal-history dl { display: grid; grid-template-columns: minmax(96px,.36fr) minmax(0,1fr); gap: 6px 10px; margin: 10px 0 0; font-size: 11px; }
.workspace-proposal-history dt { color: #66797e; font-weight: 900; }
.workspace-proposal-history dd { margin: 0; color: #314a51; }
.workspace-proposal-history-note { margin: 10px 0 0; padding: 8px 10px; border-radius: 9px; color: #53666b; background: #eef2f0; font-size: 11px; line-height: 1.55; }
.workspace-proposal-disclosure { display: flex; gap: 10px; align-items: flex-start; padding: 11px; border: 1px solid #e5c46b; border-radius: 12px; color: #5f470c; background: #fff8df; }
.workspace-proposal-disclosure > :is(i,svg) { width: 19px; flex: 0 0 auto; }
.workspace-proposal-disclosure > div { min-width: 0; display: grid; gap: 3px; }
.workspace-proposal-disclosure strong { font-size: 12px; }
.workspace-proposal-disclosure p { margin: 0; overflow-wrap: anywhere; font-size: 11px; line-height: 1.55; text-align: start; }
.workspace-proposal-disclosure details { margin-top: 4px; color: #71591f; }
.workspace-proposal-disclosure summary { min-height: 44px; display: inline-flex; align-items: center; cursor: pointer; font-size: 10px; font-weight: 850; }
.workspace-proposal-disclosure details p { padding: 6px 0; text-align: left; }
.workspace-proposal-disclosure summary:focus-visible { outline: 3px solid #0b8198; outline-offset: 2px; }
.workspace-proposal-actions > div { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; margin-top: 9px; }
.workspace-proposal-actions button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 8px 10px; border: 1px solid #143e48; border-radius: 10px; color: #fff; background: #0b303a; cursor: pointer; font: inherit; font-size: 12px; font-weight: 900; }
.workspace-proposal-actions button > :is(i,svg) { width: 15px; }
.workspace-proposal-actions button:disabled { cursor: wait; opacity: .65; }
.workspace-proposal-actions > p { margin: 8px 0 0; color: #5c7075; font-size: 12px; line-height: 1.55; }
.workspace-proposal-actions .workspace-proposal-contact-notice { padding: 10px 11px; border: 1px solid #bfd7d1; border-radius: 10px; color: #24464e; background: #f3faf8; }
.workspace-proposal-contact-login { display: grid; gap: 8px; margin-top: 9px; padding: 11px; border: 1px solid #bfd7d1; border-radius: 10px; background: #f3faf8; }
.workspace-proposal-contact-login p { margin: 0; color: #405b62; font-size: 12px; line-height: 1.55; }
.workspace-proposal-contact-login a { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 8px 12px; border: 1px solid #143e48; border-radius: 10px; color: #fff; background: #0b303a; font-size: 12px; font-weight: 900; text-align: center; text-decoration: none; }
.workspace-proposal-action-status { min-height: 16px; }
.workspace-proposal-action-status[data-state="success"],.workspace-proposal-action-status[data-state="reused"] { color: #4e6b00; font-weight: 850; }
.workspace-proposal-action-status[data-state="error"] { color: #8d3129; }
.workspace-proposal-actions .workspace-proposal-handoff { width: 100%; margin-top: 8px; color: #173700; border-color: #8caf28; background: var(--lime); }
.workspace-proposal-actions > small { display: block; margin-top: 5px; color: #65777c; font-size: 10px; line-height: 1.5; }
@keyframes workspace-proposal-confirm { from { opacity: .72; transform: translateY(6px); box-shadow: inset 0 3px #9fc526; } to { opacity: 1; transform: translateY(0); box-shadow: inset 0 0 transparent; } }
@keyframes workspace-quote-forward { from { opacity: .72; transform: translateY(5px); box-shadow: inset 0 3px rgba(199,237,72,.7); } to { opacity: 1; transform: translateY(0); box-shadow: inset 0 0 rgba(199,237,72,0); } }
.workspace-item-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.workspace-item-card { position: relative; display: grid; gap: 14px; padding: 20px; border: 1px solid #dbe3df; border-radius: 23px; background: #fff; box-shadow: 0 14px 40px rgba(8,31,38,.07); }
.workspace-item-card.is-active { border-color: #9bbf26; box-shadow: 0 16px 46px rgba(87,116,0,.14); }
.workspace-card-head { display: flex; justify-content: space-between; gap: 14px; align-items: flex-start; }
.workspace-card-head > div:first-child { min-width: 0; }
.workspace-kind { display: inline-flex; align-items: center; gap: 6px; margin-bottom: 8px; color: #5a6d73; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.workspace-kind i { width: 15px; }
.workspace-card-head h3 { min-width: 0; margin: 0; overflow-wrap: anywhere; font-size: 22px; line-height: 1.15; }
.workspace-card-head p { min-width: 0; margin: 5px 0 0; overflow-wrap: anywhere; color: var(--muted); font-size: 13px; }
.workspace-card-price { min-width: 0; max-width: 42%; direction: ltr; overflow-wrap: anywhere; text-align: left; font: 800 21px 'Manrope',sans-serif; }
.workspace-card-context { display: flex; flex-wrap: wrap; gap: 6px; }
.workspace-card-context span { min-width: 0; max-width: 100%; padding: 5px 9px; overflow-wrap: anywhere; border-radius: 99px; color: #456069; background: #eef4f3; font-size: 10px; }
.workspace-card-actions { display: grid; grid-template-columns: 1fr auto auto; gap: 8px; border-top: 1px solid #edf0ed; padding-top: 13px; }
.workspace-card-actions button,.workspace-card-actions a { min-height: 44px; display: inline-flex; justify-content: center; align-items: center; gap: 6px; border: 1px solid var(--line); padding: 8px 11px; border-radius: 12px; background: #fff; cursor: pointer; font-size: 11px; font-weight: 800; }
.workspace-card-actions button:first-child { color: #fff; background: var(--ink); border-color: var(--ink); }
.workspace-card-actions button.is-watching { color: var(--ink); background: var(--lime); border-color: #b8dc3a; }
.workspace-card-actions .workspace-delete { width: 44px; padding: 8px; color: #a33d35; }
.workspace-card-actions i { width: 15px; }
.workspace-watch-state { min-height: 24px; display: flex; align-items: center; gap: 6px; color: #7a6221; font-size: 10px; }
.workspace-watch-state i { width: 14px; }
.workspace-empty { padding: 70px 24px; text-align: center; border: 1px dashed #b8c8c4; border-radius: 28px; background: rgba(255,255,255,.55); }
.workspace-empty > i { width: 46px; height: 46px; margin-bottom: 10px; color: #789c12; }
.workspace-empty h3 { margin: 0 0 7px; font-size: 28px; }
.workspace-empty p { max-width: 560px; margin: 0 auto 22px; color: var(--muted); }
.workspace-empty > div { display: flex; justify-content: center; gap: 10px; }
.workspace-empty a { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 16px; border-radius: 12px; background: var(--lime); font-weight: 800; }
.workspace-empty a + a { color: #fff; background: var(--ink); }
.workspace-side-panel { position: sticky; top: 24px; display: grid; gap: 16px; }
.workspace-auth-card,.workspace-watch-note,.workspace-privacy-note { display: flex; gap: 12px; align-items: flex-start; padding: 17px; border-radius: 19px; }
.workspace-auth-card { border: 1px solid #cfe0db; background: #eaf6f4; }
.workspace-auth-card > i,.workspace-watch-note > i,.workspace-privacy-note > i { width: 21px; flex: 0 0 auto; }
.workspace-auth-card p,.workspace-watch-note p,.workspace-privacy-note p { margin: 2px 0 0; color: #51656c; font-size: 11px; line-height: 1.55; }
.workspace-auth-card > a { min-height: 44px; flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; padding: 6px 9px; border-radius: 9px; color: #fff; background: var(--ink); font-size: 10px; font-weight: 800; }
.workspace-preferences { display: grid; gap: 13px; padding: 23px; border: 1px solid #dbe3df; border-radius: 25px; background: #fff; box-shadow: var(--soft-shadow); }
.workspace-preferences h2 { margin: 3px 0 0; font-size: 27px; }
.workspace-preferences p { margin: 2px 0 4px; color: var(--muted); font-size: 12px; }
.workspace-preferences label { display: grid; gap: 5px; }
.workspace-preferences label > span,.workspace-preferences legend { color: #4f6066; font-size: 11px; font-weight: 700; }
.workspace-preferences input,.workspace-preferences select { width: 100%; height: 44px; border: 1px solid #d8e0dd; padding: 0 11px; border-radius: 11px; color: var(--ink); background: #f8faf8; }
.workspace-preferences input[name=home_airport] { direction: ltr; text-align: right; font-family: 'Manrope',sans-serif; text-transform: uppercase; }
.workspace-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.workspace-preferences fieldset { margin: 0; padding: 0; border: 0; }
.workspace-priority-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 7px; }
.workspace-priority-grid label { position: relative; }
.workspace-priority-grid input { position: absolute; width: 1px; height: 1px; min-height: 0; opacity: 0; }
.workspace-priority-grid span { min-height: 44px; display: grid; place-items: center; border: 1px solid #d8e0dd; border-radius: 10px; background: #f8faf8; cursor: pointer; }
.workspace-priority-grid input:checked + span { color: #fff; border-color: var(--ink); background: var(--ink); }
.workspace-preferences > button { min-height: 46px; border: 0; border-radius: 13px; background: var(--lime); cursor: pointer; font-weight: 900; }
.workspace-watch-note { color: #59471d; border: 1px solid #ead7a7; background: #fff8e7; }
.workspace-privacy-note { border: 1px solid #dce3e0; background: #fff; }
.save-offer-button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; border: 1px solid #cfdad6; padding: 8px 13px; border-radius: 12px; color: #17343c; background: #fff; cursor: pointer; font-size: 12px; font-weight: 800; }
.save-offer-button:hover,.save-offer-button.is-saved { border-color: #a9c83c; background: #f2fbd4; }
.save-offer-button i { width: 16px; }
.flight-offer > .save-offer-button,.hotel-offer-body > .save-offer-button { width: 100%; margin-top: 6px; }
.workspace-toast { position: static; width: 100%; display: none; gap: 10px; align-items: center; margin: 14px 0 0; padding: 13px 16px; border-radius: 15px; color: #fff; background: #09242d; box-shadow: 0 8px 22px rgba(8,31,38,.12); font-size: 13px; }
.workspace-toast.is-visible { display: flex; }
.workspace-toast i { width: 18px; flex: 0 0 auto; }
.workspace-map-pin { min-height: 44px; }
.workspace-page :is(button,a,input,select):focus-visible,.workspace-toast:focus-visible { outline: 3px solid #44a7bf; outline-offset: 3px; }
.workspace-priority-grid input:focus-visible + span { outline: 3px solid #44a7bf; outline-offset: 3px; }
.workspace-card-actions button[aria-busy="true"] i,.workspace-preferences[aria-busy="true"] > button { opacity: .65; }

@media (max-width: 900px) {
  .workspace-hero { padding: 50px 0 38px; }
  .workspace-hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .workspace-hero-copy h1 { font-size: 54px; letter-spacing: -2.8px; }
  .workspace-hero-copy > p { font-size: 17px; }
  .workspace-hero-metrics { margin-top: 24px; }
  .workspace-orbit { min-height: 480px; border-radius: 27px; }
  .workspace-command-grid { grid-template-columns: 1fr; }
  .workspace-side-panel { position: static; grid-template-columns: 1fr 1fr; }
  .workspace-preferences { grid-row: span 3; }
}

@media (max-width: 680px) {
  .workspace-hero { padding-top: 36px; }
  .workspace-hero-copy h1 { font-size: 43px; line-height: 1.02; letter-spacing: -2.1px; }
  .workspace-hero-metrics span { min-height: 78px; padding: 10px; }
  .workspace-hero-metrics strong { font-size: 22px; }
  .workspace-orbit { min-height: 430px; }
  .workspace-orbit-glow { width: 220px; height: 220px; top: 52px; left: 20%; }
  .workspace-orbit::before { width: 430px; height: 210px; top: 87px; left: -23%; }
  .workspace-orbit::after { width: 320px; height: 330px; left: 5%; }
  .workspace-origin { top: 120px; right: 6%; width: 59px; height: 59px; }
  .workspace-orbit [data-workspace-map-pins] { position: absolute; z-index: 6; right: 12px; bottom: 12px; left: 12px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; }
  .workspace-map-pin { position: static; width: 100%; min-width: 0; min-height: 44px; padding: 6px 8px; transform: none; }
  .workspace-map-pin.is-active { transform: none; }
  .workspace-map-pin:nth-child(n+5) { display: none; }
  .workspace-map-pin::after { display: none; }
  .workspace-map-pin strong { max-width: 100%; font-size: 11px; }
  .workspace-map-detail { position: static; padding: 13px; gap: 2px 10px; }
  .workspace-map-detail h2 { font-size: 18px; }
  .workspace-map-detail p { max-width: 220px; font-size: 10px; }
  .workspace-map-detail > strong { font-size: 18px; }
  .workspace-command-section { padding-top: 44px; }
  .customer-trip-cockpit { padding: 18px; border-radius: 22px; }
  .customer-trip-cockpit-heading { display: grid; gap: 12px; }
  .customer-trip-cockpit-heading h2 { font-size: 26px; }
  .customer-trip-cockpit-controls { justify-content: flex-start; }
  .customer-trip-cockpit-mode { width: fit-content; max-width: 100%; white-space: normal; }
  .customer-trip-cockpit-mode-choice { order: 3; width: 100%; }
  .customer-trip-cockpit-mode-choice button { flex: 1 1 0; }
  .customer-trip-cockpit-summary { grid-template-columns: 1fr; }
  .customer-trip-cockpit-metrics { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .customer-trip-service { grid-template-columns: 32px minmax(0,1fr); }
  .customer-trip-service > span { grid-column: 2; width: fit-content; max-width: 100%; }
  .customer-trip-cases > div:last-child { grid-template-columns: 1fr; }
  .customer-trip-next-action { grid-template-columns: 42px minmax(0,1fr); }
  .customer-trip-next-action > button { grid-column: 1/-1; width: 100%; }
  .customer-trip-cockpit-empty,.customer-trip-cockpit-error { grid-template-columns: 32px minmax(0,1fr); }
  .customer-trip-cockpit-error button { grid-column: 1/-1; width: 100%; }
  .workspace-cockpit { padding: 17px; border-radius: 21px; }
  .workspace-cockpit-heading { display: grid; gap: 12px; }
  .workspace-cockpit-heading h2 { font-size: 25px; }
  .workspace-cockpit-heading p { font-size: 12px; }
  .workspace-cockpit-state { min-width: 0; justify-items: stretch; }
  .workspace-cockpit-state > p { text-align: right; }
  .workspace-cockpit-state button { width: 100%; }
  .workspace-plan-list { grid-template-columns: 1fr; }
  .workspace-plan-card { padding: 16px; }
  .workspace-plan-card-head { display: grid; }
  .workspace-plan-status { width: fit-content; max-width: 100%; }
  .workspace-plan-progress { grid-template-columns: 1fr; }
  .workspace-plan-empty { grid-template-columns: 30px minmax(0,1fr); }
  .workspace-plan-empty a { grid-column: 1/-1; width: 100%; }
  .workspace-quote-section { padding: 17px; border-radius: 21px; }
  .workspace-quote-heading { display: grid; gap: 7px; }
  .workspace-quote-heading > p { max-width: none; text-align: right; }
  .workspace-quote-grid { grid-template-columns: 1fr; }
  .workspace-quote-card-head { display: grid; gap: 7px; }
  .workspace-quote-card-status { width: fit-content; max-width: 100%; text-align: right; }
  .workspace-quote-card-actions { grid-template-columns: 1fr; }
  .workspace-quote-card-actions button.is-proposals { grid-column: auto; }
  .workspace-proposals-panel { padding: 11px; }
  .workspace-proposals-panel > header { align-items: flex-start; }
  .workspace-proposals-panel > header h4 { font-size: 18px; }
  .workspace-proposal-toggle { grid-template-columns: minmax(0,1fr) 20px; min-height: 70px; }
  .workspace-proposal-toggle > span:nth-child(2) { grid-column: 1; grid-row: 2; justify-items: start; }
  .workspace-proposal-toggle > :is(i,svg) { grid-column: 2; grid-row: 1/3; }
  .workspace-proposal-body { padding: 0 10px 11px; }
  .workspace-proposal-rationale,.workspace-proposal-route-legs,.workspace-proposal-itinerary,.workspace-proposal-lanes,.workspace-proposal-sources > ul,.workspace-proposal-actions > div { grid-template-columns: 1fr; }
  .workspace-proposal-ledger > header { display: grid; }
  .workspace-proposal-ledger > header > strong { max-width: none; justify-self: start; }
  .workspace-proposal-conditions,.workspace-proposal-history dl { grid-template-columns: minmax(76px,.38fr) minmax(0,1fr); }
  .workspace-quote-empty { grid-template-columns: 30px minmax(0,1fr); }
  .workspace-quote-empty a { grid-column: 1/-1; text-align: center; }
  .workspace-heading { display: block; }
  .workspace-filters { justify-content: flex-start; margin-top: 16px; overflow-x: auto; flex-wrap: nowrap; scrollbar-width: none; }
  .workspace-filters button { flex: 0 0 auto; }
  .workspace-item-grid { display: grid; grid-template-columns: 1fr; overflow: visible; padding-bottom: 0; }
  .workspace-item-card { min-width: 0; }
  .workspace-card-actions { grid-template-columns: 1fr; }
  .workspace-card-actions .workspace-delete { width: 100%; }
  .workspace-side-panel { grid-template-columns: 1fr; }
  .workspace-preferences { grid-row: auto; }
  .workspace-auth-card { flex-wrap: wrap; }
  .workspace-toast { max-width: none; }
}

@media (max-width: 380px) {
  .customer-trip-cockpit-metrics { grid-template-columns: 1fr; }
  .workspace-map-detail { grid-template-columns: minmax(0,1fr); }
  .workspace-map-detail > strong { grid-row: auto; grid-column: auto; justify-self: start; max-width: 100%; text-align: left; }
  .workspace-card-head { display: grid; }
  .workspace-card-price { max-width: 100%; text-align: right; }
}

@media (max-width: 420px) {
  .home-plan-ledger summary { grid-template-columns: minmax(0,1fr) 20px; }
  .home-plan-ledger summary > small { grid-column: 1/-1; grid-row: 2; max-width: none; text-align: right; }
  .home-plan-ledger summary::after { grid-column: 2; grid-row: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .customer-trip-cockpit-loading > span,.customer-trip-next-action,.customer-trip-service,.workspace-map-pin,.workspace-toast,.workspace-cockpit[aria-busy="true"] .workspace-cockpit-state > p::before,.workspace-plan-card.is-advancing,.workspace-quote-section[aria-busy="true"]::before,.workspace-quote-card.is-advancing,.workspace-quote-card-progress li[data-state="current"]::before,.workspace-quote-card-actions button[data-state="loading"] i,.workspace-quote-action-status[data-state],.workspace-quote-action-status[data-state="running"]::before,.workspace-proposal.is-confirmed-update,.workspace-proposal-toggle > :is(i,svg) { animation: none !important; transition: none !important; }
}

/* Destination evidence and freshness contract */
.guide-evidence { position: relative; z-index: 4; display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; margin-top: 22px; margin-bottom: 34px; padding: 18px 20px; border: 1px solid #d6e0dc; border-radius: 22px; background: rgba(255,255,255,.96); box-shadow: 0 14px 38px rgba(8,31,38,.08); }
.guide-evidence-status { min-width: 190px; display: flex; gap: 11px; align-items: center; padding: 12px 14px; border-radius: 15px; }
.guide-evidence-status.is-reviewed { color: #18383d; background: #edfad1; }
.guide-evidence-status.is-pending { color: #684f15; background: #fff5d8; }
.guide-evidence-status > i { width: 24px; height: 24px; flex: 0 0 auto; }
.guide-evidence-status small,.guide-evidence-status strong { display: block; }
.guide-evidence-status small { opacity: .68; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.guide-evidence-status strong { margin-top: 2px; font-size: 14px; }
.guide-evidence-facts { display: grid; grid-template-columns: repeat(auto-fit,minmax(138px,1fr)); gap: 1px; overflow: hidden; border: 1px solid #e1e7e4; border-radius: 15px; background: #e1e7e4; }
.guide-evidence-facts span { min-width: 0; display: grid; gap: 3px; align-content: center; padding: 11px 13px; background: #f8faf8; }
.guide-evidence-facts small { color: #718187; font-size: 9px; font-weight: 700; }
.guide-evidence-facts strong { overflow: hidden; font-size: 12px; white-space: nowrap; text-overflow: ellipsis; }
.guide-evidence-details { position: relative; }
.guide-evidence-details summary { padding: 10px 13px; border: 1px solid #d4dedb; border-radius: 12px; cursor: pointer; font-size: 11px; font-weight: 800; white-space: nowrap; }
.guide-evidence-details[open] { position: absolute; z-index: 12; top: calc(100% - 10px); left: 20px; right: 20px; padding: 18px; border: 1px solid #d4dedb; border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.guide-evidence-details[open] summary { display: inline-block; margin-bottom: 10px; }
.guide-evidence-details p { margin: 0 0 12px; color: var(--muted); font-size: 12px; }
.guide-evidence-details ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 6px 18px; margin: 0; padding: 0; list-style: none; }
.guide-evidence-details li { min-width: 0; display: flex; gap: 8px; align-items: baseline; }
.guide-evidence-details a { overflow: hidden; color: #0b596d; font-size: 11px; font-weight: 700; white-space: nowrap; text-overflow: ellipsis; text-decoration: underline; }
.guide-evidence-details li small { direction: ltr; color: #819094; font-size: 9px; }

@media (max-width: 1000px) {
  .guide-evidence { grid-template-columns: auto 1fr; }
  .guide-evidence-details { grid-column: 1/-1; }
  .guide-evidence-details[open] { top: 100%; }
}

@media (max-width: 680px) {
  .guide-evidence { grid-template-columns: 1fr; gap: 10px; margin-top: 14px; margin-bottom: 24px; padding: 13px; border-radius: 18px; }
  .guide-evidence-status { min-width: 0; }
  .guide-evidence-facts { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .guide-evidence-details { grid-column: auto; }
  .guide-evidence-details summary { width: 100%; text-align: center; }
  .guide-evidence-details[open] { position: static; padding: 13px; }
  .guide-evidence-details ul { grid-template-columns: 1fr; }
}

/* Publication-gated destination cluster links */
.seo-cluster-links { display: grid; grid-template-columns: minmax(250px,.62fr) minmax(0,1.38fr); gap: clamp(30px,5vw,72px); align-items: start; border-top: 1px solid var(--line); }
.seo-cluster-links-heading { position: sticky; top: 112px; }
.seo-cluster-links-heading h2 { max-width: 560px; margin: 9px 0 12px; font-size: clamp(34px,4vw,52px); line-height: 1.02; letter-spacing: -1.8px; }
.seo-cluster-links-heading p { max-width: 510px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.seo-cluster-link-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.seo-cluster-link-card { min-width: 0; min-height: 224px; display: flex; flex-direction: column; padding: 22px; border: 1px solid #d9e2df; border-radius: 22px; color: var(--ink); background: #fff; box-shadow: 0 12px 32px rgba(8,31,38,.06); transition: border-color .2s ease,box-shadow .2s ease,transform .2s ease; }
.seo-cluster-link-card:hover,.seo-cluster-link-card:focus-visible { border-color: #8fad31; box-shadow: 0 18px 42px rgba(8,31,38,.11); transform: translateY(-3px); }
.seo-cluster-link-kind { display: inline-flex; gap: 7px; align-items: center; align-self: flex-start; color: #537400; font-size: 11px; font-weight: 850; }
.seo-cluster-link-kind i { width: 17px; height: 17px; }
.seo-cluster-link-card h3 { margin: 19px 0 9px; font-size: 24px; line-height: 1.16; letter-spacing: -.55px; }
.seo-cluster-link-card p { margin: 0 0 24px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.seo-cluster-link-card strong { display: inline-flex; gap: 7px; align-items: center; margin-top: auto; color: #0b596d; font-size: 13px; }
.seo-cluster-link-card strong i { width: 17px; height: 17px; }

@media (max-width: 940px) {
  .seo-cluster-links { grid-template-columns: 1fr; }
  .seo-cluster-links-heading { position: static; }
}

@media (max-width: 620px) {
  .seo-cluster-link-grid { grid-template-columns: 1fr; }
  .seo-cluster-link-card { min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .seo-cluster-link-card { transition: none; }
  .seo-cluster-link-card:hover,.seo-cluster-link-card:focus-visible { transform: none; }
}

/* Destination and guide directory */
.directory-page { overflow: clip; background: #f2f4ee; }
.directory-hero { position: relative; overflow: hidden; padding: 144px 0 78px; color: #fff; background: radial-gradient(circle at 16% 15%,rgba(80,196,222,.22),transparent 31%),radial-gradient(circle at 78% 80%,rgba(207,255,74,.1),transparent 28%),#061f29; }
.directory-hero::before { content: ''; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(90deg,transparent,#000 38%,#000); }
.directory-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,.84fr) minmax(550px,1.16fr); gap: 65px; align-items: center; }
.directory-hero-copy h1 { max-width: 720px; margin: 16px 0 20px; font-size: clamp(54px,6.4vw,90px); line-height: .95; letter-spacing: -4.5px; }
.directory-hero-copy > p { max-width: 680px; margin: 0; color: #c4d5d8; font-size: 20px; line-height: 1.7; }
.directory-hero-actions { display: flex; gap: 10px; margin-top: 29px; }
.directory-hero-actions a { min-height: 48px; display: inline-flex; gap: 8px; align-items: center; padding: 10px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 13px; color: #fff; background: rgba(255,255,255,.07); font-weight: 800; }
.directory-hero-actions .header-cta { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.directory-hero-actions i { width: 18px; }
.directory-proof { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 34px; }
.directory-proof span { min-height: 83px; display: grid; align-content: center; padding: 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; color: #9eb4b8; background: rgba(255,255,255,.05); font-size: 10px; }
.directory-proof strong { margin-bottom: 3px; color: #fff; font: 900 25px/1 'Manrope',sans-serif; }
.directory-orbit { position: relative; min-height: 560px; overflow: hidden; isolation: isolate; border: 1px solid rgba(255,255,255,.14); border-radius: 42px; background: radial-gradient(circle at 50% 50%,#154a5b,#0b303b 48%,#061c25 76%); box-shadow: 0 42px 90px rgba(0,0,0,.34); }
.directory-orbit::before,.directory-orbit::after { content: ''; position: absolute; z-index: -1; border: 1px solid rgba(124,222,244,.2); border-radius: 50%; transform: rotate(-18deg); }
.directory-orbit::before { width: 670px; height: 285px; top: 115px; left: -5%; }
.directory-orbit::after { width: 475px; height: 485px; top: 28px; left: 13%; border-color: rgba(213,255,79,.13); }
.directory-orbit-globe { position: absolute; z-index: -2; width: 355px; height: 355px; top: 72px; left: 24%; border-radius: 50%; background: linear-gradient(rgba(4,28,36,.12),rgba(4,28,36,.4)),url('../images/earth-blue-marble.jpg') center/cover; box-shadow: inset -48px -26px 70px rgba(0,0,0,.44),0 0 80px rgba(88,196,220,.16); }
.directory-origin { position: absolute; z-index: 4; top: 147px; right: 7%; width: 72px; height: 72px; display: grid; place-content: center; text-align: center; border: 4px solid rgba(255,255,255,.18); border-radius: 50%; color: var(--ink); background: var(--lime); font: 900 16px/1 'Manrope'; box-shadow: 0 12px 30px rgba(0,0,0,.25); }
.directory-origin small { margin-top: 5px; font: 700 8px 'Heebo'; }
.directory-map-pin { position: absolute; z-index: 5; top: var(--pin-y); left: var(--pin-x); max-width: 126px; display: grid; transform: translate(-50%,-50%); padding: 7px 10px; border: 1px solid rgba(255,255,255,.3); border-radius: 12px; color: #fff; background: rgba(5,22,29,.84); box-shadow: 0 10px 28px rgba(0,0,0,.3); transition: .2s ease; }
.directory-map-pin::after { content: ''; position: absolute; width: 8px; height: 8px; bottom: -5px; left: calc(50% - 4px); border-right: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.3); background: inherit; transform: rotate(45deg); }
.directory-map-pin:hover { z-index: 8; color: var(--ink); background: var(--lime); border-color: var(--lime); transform: translate(-50%,-50%) scale(1.08); }
.directory-map-pin strong,.directory-map-pin small { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.directory-map-pin strong { font-size: 12px; }
.directory-map-pin small { opacity: .74; font-size: 8px; }
.directory-orbit-note { position: absolute; z-index: 7; right: 18px; bottom: 18px; left: 18px; display: flex; gap: 11px; align-items: center; padding: 15px 17px; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; background: rgba(4,20,27,.88); backdrop-filter: blur(12px); }
.directory-orbit-note i { width: 21px; color: var(--lime); }
.directory-orbit-note span { display: grid; color: #9eb2b6; font-size: 10px; }
.directory-orbit-note strong { color: #fff; font-size: 13px; }
.directory-command { padding-top: 74px; padding-bottom: 82px; }
.directory-command .section-heading { align-items: flex-end; }
.directory-command .section-heading > strong { min-width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--ink); font: 900 21px 'Manrope'; }
.directory-filter { display: grid; grid-template-columns: minmax(260px,1fr) auto; gap: 14px; align-items: center; margin-bottom: 25px; padding: 12px; border: 1px solid #dbe2df; border-radius: 19px; background: #fff; box-shadow: 0 13px 36px rgba(10,38,45,.06); }
.directory-filter label { position: relative; }
.directory-filter label i { position: absolute; top: 14px; right: 14px; width: 18px; color: #71858a; }
.directory-filter input { width: 100%; height: 48px; padding: 0 45px 0 14px; border: 1px solid #dce3e0; border-radius: 13px; background: #f5f7f5; font: 700 14px 'Heebo'; }
.directory-filter > div { display: flex; gap: 6px; flex-wrap: wrap; justify-content: flex-end; }
.directory-filter button { min-height: 36px; padding: 7px 12px; border: 1px solid #dce3e0; border-radius: 99px; color: #50656b; background: #fff; cursor: pointer; font-weight: 800; }
.directory-filter button.is-active { color: #fff; border-color: var(--ink); background: var(--ink); }
.directory-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.directory-card { min-width: 0; overflow: hidden; border: 1px solid #d9e1de; border-radius: 26px; background: #fff; box-shadow: 0 18px 50px rgba(8,33,40,.08); }
.directory-card-image { min-height: 260px; display: flex; flex-direction: column; justify-content: space-between; padding: 17px; color: #fff; background-position: center; background-size: cover; }
.directory-card-image > span { align-self: flex-start; padding: 6px 9px; border: 1px solid rgba(255,255,255,.22); border-radius: 99px; background: rgba(5,25,32,.65); font-size: 10px; font-weight: 800; }
.directory-card-image small { opacity: .8; font-size: 11px; }
.directory-card-image h3 { margin: 2px 0 0; font-size: 36px; line-height: 1; }
.directory-card-body { display: grid; gap: 13px; padding: 19px; }
.directory-status { width: max-content; display: inline-flex; gap: 6px; align-items: center; padding: 6px 9px; border-radius: 99px; color: #6a5120; background: #fff3d5; font-size: 10px; font-weight: 900; }
.directory-status.status-editorial-review { color: #4d6800; background: #eef9ce; }
.directory-status i { width: 14px; }
.directory-card-body > p { min-height: 48px; margin: 0; color: #344d54; font-size: 14px; line-height: 1.65; }
.directory-meta { display: grid; gap: 7px; padding: 11px 0; border-top: 1px solid #edf0ee; border-bottom: 1px solid #edf0ee; }
.directory-meta span { display: flex; gap: 7px; align-items: center; color: #63767b; font-size: 11px; }
.directory-meta i { width: 15px; color: #759200; }
.directory-evidence { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.directory-evidence span { display: grid; padding: 9px; border-radius: 11px; color: #718187; background: #f2f6f3; font-size: 9px; }
.directory-evidence strong { color: var(--ink); font: 900 16px 'Manrope'; }
.directory-card-actions { display: grid; grid-template-columns: auto 1fr; gap: 8px; align-items: center; }
.directory-card-actions a { min-height: 40px; display: inline-flex; justify-content: center; align-items: center; gap: 6px; padding: 8px 10px; border: 1px solid #d8e0dd; border-radius: 11px; font-size: 11px; font-weight: 900; }
.directory-card-actions a.is-primary { color: var(--ink); border-color: var(--lime); background: var(--lime); }
.directory-card-actions a i { width: 15px; }
.directory-card-actions > span { color: #7a898d; font-size: 9px; text-align: left; }
.directory-empty { padding: 65px 24px; border: 1px dashed #b5c4c0; border-radius: 25px; text-align: center; background: rgba(255,255,255,.62); }
.directory-empty i { width: 39px; height: 39px; color: #78951a; }
.directory-empty h3 { margin: 8px 0 5px; font-size: 27px; }
.directory-empty p { color: var(--muted); }
.directory-empty a { display: inline-flex; padding: 9px 14px; border-radius: 11px; background: var(--lime); font-weight: 900; }
.directory-standard { padding: 78px 0; color: #fff; background: #082731; }
.directory-standard-grid { display: grid; grid-template-columns: minmax(0,.8fr) minmax(560px,1.2fr); gap: 70px; align-items: center; }
.directory-standard h2 { max-width: 640px; margin: 10px 0 12px; font-size: 50px; line-height: 1; letter-spacing: -2.3px; }
.directory-standard p { max-width: 630px; color: #aebfc2; line-height: 1.7; }
.directory-standard-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }
.directory-standard-list span { min-height: 145px; display: grid; align-content: center; padding: 17px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; color: #a8babd; font-size: 10px; background: rgba(255,255,255,.05); }
.directory-standard-list i { width: 20px; margin-bottom: 15px; color: var(--lime); }
.directory-standard-list strong { margin-bottom: 4px; color: #fff; font: 900 27px 'Manrope'; }
.directory-next { display: grid; grid-template-columns: minmax(0,.7fr) minmax(600px,1.3fr); gap: 60px; align-items: center; padding-top: 78px; padding-bottom: 88px; }
.directory-next h2 { max-width: 570px; margin: 10px 0 0; font-size: 48px; line-height: 1.04; letter-spacing: -2.1px; }
.directory-next > div:last-child { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.directory-next a { min-height: 83px; display: flex; gap: 12px; align-items: center; padding: 15px; border: 1px solid #d9e1de; border-radius: 17px; background: #fff; }
.directory-next a:hover { border-color: #9bbd2d; box-shadow: 0 14px 32px rgba(70,96,0,.11); }
.directory-next a > i { width: 24px; color: #6d8b00; }
.directory-next a span { display: grid; }
.directory-next a strong { font-size: 14px; }
.directory-next a span:last-child { color: #708085; font-size: 10px; }

@media (max-width: 1000px) {
  .directory-hero-grid { grid-template-columns: 1fr; }
  .directory-orbit { min-height: 520px; }
  .directory-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .directory-standard-grid,.directory-next { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .directory-hero { padding: 104px 0 42px; }
  .directory-hero-grid { gap: 30px; }
  .directory-hero-copy h1 { font-size: 47px; line-height: .99; letter-spacing: -2.5px; }
  .directory-hero-copy > p { font-size: 16px; }
  .directory-hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .directory-hero-actions a { justify-content: center; padding: 9px; font-size: 11px; }
  .directory-proof { margin-top: 22px; }
  .directory-proof span { min-height: 72px; padding: 8px; }
  .directory-proof strong { font-size: 20px; }
  .directory-orbit { min-height: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; padding: 330px 10px 92px; border-radius: 27px; }
  .directory-orbit-globe { width: 270px; height: 270px; top: 62px; left: 13%; }
  .directory-orbit::before { width: 470px; height: 220px; top: 92px; left: -32%; }
  .directory-orbit::after { width: 340px; height: 350px; left: 2%; }
  .directory-origin { top: 115px; right: 4%; width: 59px; height: 59px; font-size: 13px; }
  .directory-map-pin { position: static; width: 100%; max-width: none; min-height: 48px; align-content: center; transform: none; padding: 7px 9px; }
  .directory-map-pin::after { display: none; }
  .directory-map-pin:hover { transform: none; }
  .directory-map-pin strong { font-size: 10px; }
  .directory-map-pin small { display: none; }
  .directory-orbit-note { right: 10px; bottom: 10px; left: 10px; }
  .directory-command { padding-top: 48px; padding-bottom: 55px; }
  .directory-command .section-heading { display: grid; grid-template-columns: 1fr auto; }
  .directory-command .section-heading > strong { width: 48px; min-width: 48px; height: 48px; font-size: 18px; }
  .directory-filter { grid-template-columns: 1fr; padding: 9px; }
  .directory-filter > div { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; scrollbar-width: none; }
  .directory-filter button { flex: 0 0 auto; }
  .directory-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; scrollbar-width: none; }
  .directory-card { min-width: 88%; scroll-snap-align: start; }
  .directory-card-image { min-height: 225px; }
  .directory-standard { padding: 55px 0; }
  .directory-standard-grid { gap: 28px; }
  .directory-standard h2 { font-size: 39px; }
  .directory-standard-list { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .directory-standard-list span { min-width: 72%; min-height: 125px; scroll-snap-align: start; }
  .directory-next { gap: 28px; padding-top: 55px; padding-bottom: 76px; }
  .directory-next h2 { font-size: 39px; }
  .directory-next > div:last-child { grid-template-columns: 1fr; }
}

/* Keep the map-page layout rules last in the cascade. */
.theme-map-shell { min-height: calc(100vh - 78px); height: auto; background: #f2f5f0; color: var(--ink); padding-bottom: 84px; }
.theme-map-shell .map-workspace { height: auto; display: grid; grid-template-columns: 310px minmax(0,1fr); gap: 24px; direction: ltr; position: relative; margin-top: -72px; }
.theme-map-shell .filter-panel { direction: rtl; align-self: start; position: sticky; inset: auto; top: 94px; z-index: 2; display: block; max-height: calc(100vh - 116px); background: #fff; color: var(--ink); padding: 22px; overflow-y: auto; border: 1px solid #dce4df; border-radius: 24px; box-shadow: 0 18px 50px rgba(5,24,30,.12); }
.theme-map-shell .filter-panel > .round-button { display: none; }
.theme-map-shell .map-layer-buttons { position: static; inset: auto; z-index: auto; display: flex; flex-direction: column; align-items: stretch; gap: 7px; padding: 13px 9px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: #09212a; color: #fff; }
.theme-map-shell .map-layer-buttons button { width: auto; height: auto; min-height: 54px; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; background: rgba(255,255,255,.05); color: #fff; display: grid; place-items: center; gap: 2px; padding: 6px 3px; }
.theme-map-shell .world-canvas { direction: rtl; min-width: 0; min-height: 650px; position: relative; overflow: hidden; border-radius: 28px; background: radial-gradient(circle at 52% 45%,#1c4a55,#07171d 63%); }
.theme-map-shell .world-canvas .globe { width: min(640px,100%); height: auto; max-width: none; aspect-ratio: 1; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.theme-map-shell .world-canvas .price-pin { z-index: 5; max-width: 112px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; padding: 7px 10px; }
.theme-map-shell .map-data-status { position: static; inset: auto; max-width: none; margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; color: #40565d; font-size: 12px; backdrop-filter: none; }
.theme-map-shell .map-weather-attribution { position: static; inset: auto; max-width: none; padding: 0; border-radius: 0; background: transparent; color: #526970; font-size: 10px; backdrop-filter: none; }
.theme-map-shell .map-destination-index { position: static; min-width: 0; display: grid; grid-template-columns: auto minmax(0,1fr); gap: 12px 18px; align-items: center; margin-top: 12px; padding: 12px 14px; border: 1px solid #d8e2dd; border-radius: 18px; background: rgba(255,255,255,.94); box-shadow: 0 10px 30px rgba(8,35,42,.06); direction: rtl; }
.theme-map-shell .map-destination-index > strong { display: inline-flex; align-items: center; gap: 7px; color: #31484e; font-size: 12px; white-space: nowrap; }
.theme-map-shell .map-destination-index > strong :is(i,svg) { width: 18px; height: 18px; color: #6d8700; }
.theme-map-shell .map-destination-index > div { min-width: 0; display: flex; flex-wrap: wrap; gap: 7px; }
.theme-map-shell .map-destination-index a { min-width: 108px; min-height: 44px; display: grid; align-content: center; gap: 1px; padding: 6px 11px; border: 1px solid #d7e1dc; border-radius: 12px; color: #263c42; background: #fff; line-height: 1.2; transition: border-color .16s ease,background-color .16s ease,box-shadow .16s ease,transform .16s ease; }
.theme-map-shell .map-destination-index a span { font-size: 12px; font-weight: 850; }
.theme-map-shell .map-destination-index a small { color: #66777b; font-size: 10px; }
.theme-map-shell .map-destination-index a:hover { border-color: #abc83a; background: #fbffe9; transform: translateY(-1px); }
.theme-map-shell .map-destination-index a.is-active,.theme-map-shell .map-destination-index a[aria-current="true"] { border-color: #8da900; color: #263500; background: var(--lime); box-shadow: 0 7px 18px rgba(100,127,0,.16); }
.theme-map-shell .map-destination-index a.is-active small,.theme-map-shell .map-destination-index a[aria-current="true"] small { color: #455900; }
.theme-map-shell .map-destination-index a:focus-visible { outline: 3px solid #0d6e82; outline-offset: 3px; border-color: #fff; box-shadow: 0 0 0 5px rgba(13,110,130,.16); }
.theme-map-shell .route-sheet { position: static; inset: auto; transform: none; width: auto; max-height: none; overflow: visible; border: 1px solid #dce4df; border-radius: 24px; padding: 20px; background: #fff; color: var(--ink); box-shadow: none; }
.destination-plan-360 { margin-top: 20px; padding: 19px; border: 1px solid #dce6df; border-radius: 22px; background: linear-gradient(145deg,#fbfff0,#f5f8f5 58%,#eef7f4); overflow: hidden; }
.destination-plan-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.destination-plan-head h3 { margin: 3px 0 0; font-size: 27px; line-height: 1.08; letter-spacing: -.8px; }
.destination-plan-state { max-width: 215px; padding: 8px 10px; border-radius: 999px; color: #455900; background: #edfacb; font-size: 12px; font-weight: 850; line-height: 1.35; text-align: center; }
.destination-plan-360 > p { margin: 10px 0 15px; color: #5d6e72; line-height: 1.55; }
.destination-plan-intents { display: flex; flex-wrap: wrap; gap: 7px; }
.destination-plan-intents button { min-height: 44px; padding: 8px 12px; border: 1px solid #d4dfd8; border-radius: 999px; color: #32474d; background: #fff; font-size: 12px; font-weight: 800; cursor: pointer; }
.destination-plan-intents button.is-active { border-color: #a6c600; color: #263600; background: var(--lime); box-shadow: 0 8px 20px rgba(135,164,0,.17); }
.destination-plan-progress { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 7px; margin-top: 15px; }
.destination-plan-progress > span { min-width: 0; display: grid; grid-template-columns: 25px minmax(0,1fr); grid-template-rows: auto auto; gap: 1px 7px; align-items: center; padding: 9px; border: 1px solid #dce5e0; border-radius: 14px; background: rgba(255,255,255,.86); }
.destination-plan-progress :is(i,svg) { grid-row: 1/3; width: 25px; height: 25px; padding: 5px; border-radius: 8px; color: #547000; background: #edf8d2; }
.destination-plan-progress b { font-size: 12px; line-height: 1.35; overflow-wrap: anywhere; }
.destination-plan-progress small { color: #526267; font-size: 12px; line-height: 1.35; overflow-wrap: anywhere; }
.destination-plan-progress .is-complete { border-color: #b6d75a; background: #f7ffe2; }
.destination-plan-progress .is-informed { border-color: #b6d75a; background: #f7ffe2; }
.destination-plan-progress .is-current { position: relative; border-color: #91ad16; box-shadow: 0 9px 22px rgba(92,116,0,.13); }
.destination-plan-360:not([aria-busy="true"]) .destination-plan-progress .is-current::after { content: ''; position: absolute; inset-inline: 9px; bottom: 0; height: 3px; border-radius: 99px; background: var(--lime); transform-origin: right center; animation: destinationStageConfirm .48s cubic-bezier(.2,.8,.2,1) both; }
.destination-plan-progress .is-pending { color: #66767a; background: rgba(255,255,255,.68); }
.destination-plan-options { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; margin-top: 11px; }
.destination-plan-options > a { min-width: 0; min-height: 102px; display: grid; grid-template-columns: 36px minmax(0,1fr); gap: 10px; align-items: flex-start; padding: 13px; border: 1px solid #dbe4df; border-radius: 16px; color: var(--ink); background: #fff; transition: transform .18s ease,border-color .18s ease,box-shadow .18s ease; }
.destination-plan-options > a:hover { transform: translateY(-2px); border-color: #bdd35f; box-shadow: 0 12px 28px rgba(12,43,49,.09); }
.destination-plan-options > a.is-layer-active { border-color: #a9ca26; background: #fbffe9; box-shadow: inset 0 0 0 1px rgba(169,202,38,.22),0 12px 28px rgba(84,112,0,.08); }
.destination-plan-options > a > :is(i,svg) { width: 36px; height: 36px; padding: 8px; border-radius: 11px; color: #597100; background: #eff8d8; }
.destination-plan-options span { min-width: 0; display: grid; gap: 3px; }
.destination-plan-options small { color: #526900; font-size: 12px; font-weight: 850; }
.destination-plan-options strong { font-size: 12px; line-height: 1.25; }
.destination-plan-options em { color: #526267; font-size: 12px; font-style: normal; line-height: 1.4; }
.destination-plan-actions { display: flex; align-items: center; gap: 8px; margin-top: 12px; }
.destination-plan-actions a { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 9px 13px; border: 1px solid #d6e0db; border-radius: 13px; background: #fff; font-size: 12px; font-weight: 850; }
.destination-plan-actions a :is(i,svg) { width: 16px; }
.destination-plan-actions .destination-plan-primary { border-color: var(--lime); background: var(--lime); }
.destination-plan-truth { display: flex; align-items: flex-start; gap: 7px; margin: 12px 0 0 !important; padding-top: 11px; border-top: 1px solid #dce5e0; color: #40555a !important; font-size: 12px; }
.destination-plan-truth :is(i,svg) { width: 15px; flex: 0 0 auto; color: #607900; }
.destination-plan-360[aria-busy="true"] .destination-plan-state { color: #fff; background: linear-gradient(90deg,#647b00,#92ad18,#647b00); background-size: 200% 100%; animation: destinationPlanWorking 1.05s linear infinite; }
.destination-plan-360.is-updating:not([aria-busy="true"]) .destination-plan-progress > span,.destination-plan-360.is-updating:not([aria-busy="true"]) .destination-plan-options > a { animation: destinationPlanReveal .42s cubic-bezier(.2,.8,.2,1) both; animation-delay: calc(var(--plan-index,0) * 55ms); }
.destination-plan-360.is-updating .destination-plan-options > a:nth-child(1) { --plan-index:1; }
.destination-plan-360.is-updating .destination-plan-options > a:nth-child(2) { --plan-index:2; }
.destination-plan-360.is-updating .destination-plan-options > a:nth-child(3) { --plan-index:3; }
.destination-plan-360.is-updating .destination-plan-options > a:nth-child(4) { --plan-index:4; }
.destination-plan-360.is-updating .destination-plan-options > a:nth-child(5) { --plan-index:5; }
.destination-plan-360.is-updating .destination-plan-options > a:nth-child(6) { --plan-index:6; }
@keyframes destinationPlanReveal { from { opacity: .25; transform: translateY(9px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes destinationPlanWorking { to { background-position: -200% 0; } }
@keyframes destinationStageConfirm { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.page-template-page-map .whatsapp-button, .map-mobile-controls { display: none !important; }

@media (max-width: 1000px) {
  .theme-map-shell .map-workspace { grid-template-columns: 270px minmax(0,1fr); }
  .theme-map-shell .map-view-layout { grid-template-columns: 1fr; min-height: 0; }
  .theme-map-shell .map-layer-buttons { order: 1; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); overflow: visible; padding: 8px; border-radius: 15px; }
  .theme-map-shell .map-layer-buttons > span { display: none; }
  .theme-map-shell .map-layer-buttons button { width: auto; min-height: 48px; }
  .theme-map-shell .world-canvas { order: 2; min-height: clamp(380px,60vw,600px); }
}

@media (max-width: 760px) {
  .theme-map-shell { padding-bottom: 56px; }
  .theme-map-shell .map-workspace { height: auto; grid-template-columns: 1fr; margin-top: -38px; }
  .theme-map-shell .filter-panel { order: 2; position: static; inset: auto; display: none; max-height: none; margin-top: 4px; border-radius: 20px; box-shadow: none; }
  .theme-map-shell .filter-panel.is-open { display: block; }
  .theme-map-shell .filter-panel > .filter-panel-head .round-button { display: grid; }
  .theme-map-shell .map-layer-buttons { order: 1; position: static; inset: auto; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); overflow: visible; padding: 8px; border-radius: 15px; }
  .theme-map-shell .map-layer-buttons button { flex: none; width: auto; height: auto; min-height: 48px; }
  .theme-map-shell .world-canvas { order: 2; min-height: clamp(330px,calc(100vw - 8px),520px); border-radius: 22px; }
  .theme-map-shell .world-canvas .globe { width: min(490px,100%); height: auto; aspect-ratio: 1; left: 50%; top: 50%; transform: translate(-50%,-50%); }
  .theme-map-shell .world-canvas .price-pin:not(.is-active) { width: 15px; height: 15px; min-width: 15px; padding: 0; border: 2px solid #07171d; border-radius: 50%; font-size: 0; }
  .theme-map-shell .world-canvas .price-pin.is-active { min-width: 44px; min-height: 44px; max-width: 104px; font-size: 11px; padding: 8px 10px; }
  .theme-map-shell .map-destination-index { grid-template-columns: 1fr; gap: 9px; padding: 12px; overflow: hidden; border-radius: 16px; }
  .theme-map-shell .map-destination-index > strong { padding-inline: 2px; }
  .theme-map-shell .map-destination-index > div { flex-wrap: nowrap; gap: 8px; margin-inline: -12px; padding: 2px 12px 7px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-padding-inline: 12px; scroll-snap-type: inline proximity; scrollbar-width: thin; }
  .theme-map-shell .map-destination-index a { flex: 0 0 auto; min-width: 126px; min-height: 44px; scroll-snap-align: start; }
  .theme-map-shell .route-sheet { padding: 15px; border-radius: 20px; }
  .destination-plan-360 { padding: 15px; border-radius: 18px; }
  .destination-plan-head { display: grid; gap: 9px; }
  .destination-plan-head h3 { font-size: 23px; }
  .destination-plan-state { max-width: none; justify-self: start; }
  .destination-plan-intents { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); overflow: visible; padding-bottom: 3px; }
  .destination-plan-intents button { min-width: 0; min-height: 44px; padding-inline: 8px; }
  .destination-plan-progress { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .destination-plan-progress > span { min-height: 56px; }
  .destination-plan-options { grid-template-columns: 1fr; }
  .destination-plan-options > a { min-height: 82px; }
  .destination-plan-actions { align-items: stretch; flex-direction: column; }
  .destination-plan-actions a { width: 100%; min-height: 48px; }
}

/* Native WebGL globe enhancement. Loading uses one neutral paint surface; the Earth JPEG appears only after an explicit fallback. */
.theme-map-shell .globe-webgl { isolation: isolate; touch-action: pan-y pinch-zoom; background-image: none; outline: none; }
.globe-webgl.globe-3d-unavailable { background-image: url('../images/earth-blue-marble-2048.jpg'); background-size: auto 100%; background-position: 53% 50%; }
.globe-noscript-image { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.home-globe-stack .globe-webgl.is-webgl-ready,
.compact-map .globe-webgl.is-webgl-ready,
.theme-map-shell .globe-webgl.is-webgl-ready { background-image: none; }
.theme-map-shell .globe-webgl:focus-visible { box-shadow: inset 0 0 0 4px var(--lime),0 38px 90px rgba(0,0,0,.48); }
.theme-map-shell .globe-webgl.is-dragging { cursor: grabbing; }
.theme-map-shell .globe-webgl [data-globe-canvas] { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; display: block; border-radius: 50%; opacity: 0; transition: opacity .35s ease; }
.theme-map-shell .globe-webgl.is-webgl-ready [data-globe-canvas] { opacity: 1; }
.theme-map-shell .globe-webgl.globe-3d-unavailable [data-globe-canvas] { display: none; }
.theme-map-shell .globe-webgl::before { z-index: 4; }
.theme-map-shell .globe-webgl::after { z-index: 3; }
.theme-map-shell .globe-route-layer { position: absolute; z-index: 5; inset: 0; overflow: visible; pointer-events: none; }
.theme-map-shell .globe-route-layer path { fill: none; stroke: var(--lime); stroke-width: 2; stroke-linecap: round; stroke-dasharray: 7 7; filter: drop-shadow(0 0 6px rgba(217,255,89,.55)); }
.theme-map-shell .globe-webgl .origin-point { top: auto; left: auto; transform: translate(-50%,-50%); }
.theme-map-shell .globe-selection-point { position: absolute; z-index: 8; width: 21px; height: 21px; border: 3px solid #fff; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(217,255,89,.2),0 7px 18px rgba(0,0,0,.35); pointer-events: none; transform: translate(-50%,-50%) scale(var(--globe-depth,1)); }
.theme-map-shell .globe-selection-point::after { content: ''; position: absolute; inset: -9px; border: 2px solid var(--lime); border-radius: inherit; opacity: 0; }
.theme-map-shell .globe-selection-point.is-new::after { animation: globePointConfirm var(--motion-route) var(--ease-confirm) both; }
.theme-map-shell .globe-webgl .price-pin { z-index: 7; transform: translate(-50%,-50%) scale(var(--globe-depth,1)); will-change: left,top,transform; }
.theme-map-shell .globe-webgl .price-pin:hover,.theme-map-shell .globe-webgl .price-pin.is-active { z-index: 9; scale: 1.08; }
.theme-map-shell .globe-webgl .exploration-hub { position: absolute; z-index: 6; left: var(--hub-static-x); top: var(--hub-static-y); width: 44px; height: 44px; min-width: 44px; min-height: 44px; padding: 0; border: 0; border-radius: 50%; color: #07171d; background: transparent; cursor: pointer; transform: translate(-50%,-50%) scale(var(--globe-depth,1)); transform-origin: center; will-change: left,top,transform; }
.theme-map-shell .globe-webgl .exploration-hub::before { content: ''; position: absolute; width: 8px; height: 8px; left: 50%; top: 50%; border: 2px solid rgba(255,255,255,.92); border-radius: 50%; background: #8fd8e9; box-shadow: 0 0 0 3px rgba(4,24,31,.46),0 3px 9px rgba(0,0,0,.34); transform: translate(-50%,-50%); }
.theme-map-shell .globe-webgl .exploration-hub-label { position: absolute; z-index: 1; min-width: 82px; max-width: 126px; left: 50%; top: calc(50% + 11px); display: grid; gap: 1px; padding: 6px 8px; border: 1px solid rgba(7,23,29,.16); border-radius: 10px; color: #07171d; background: rgba(255,255,255,.97); box-shadow: 0 8px 20px rgba(0,0,0,.28); line-height: 1.15; text-align: center; opacity: 0; visibility: hidden; pointer-events: none; transform: translateX(-50%) translateY(3px); transition: opacity .14s ease,transform .14s ease,visibility 0s linear .14s; }
.theme-map-shell .globe-webgl .exploration-hub-label b { overflow: hidden; font-size: 11px; font-weight: 900; text-overflow: ellipsis; white-space: nowrap; }
.theme-map-shell .globe-webgl .exploration-hub-label small { overflow: hidden; color: #52646a; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.theme-map-shell .globe-webgl .exploration-hub:is(:focus-visible,.is-active) { z-index: 8; }
.theme-map-shell .globe-webgl .exploration-hub:is(:focus-visible,.is-active)::before { width: 12px; height: 12px; border-color: #07171d; background: var(--lime); box-shadow: 0 0 0 5px rgba(217,255,89,.24),0 5px 14px rgba(0,0,0,.38); }
.theme-map-shell .globe-webgl .exploration-hub:is(:focus-visible,.is-active) .exploration-hub-label { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); transition-delay: 0s; }
/* Near-zoom level of detail (theme 1.24.0): a bounded, collision-placed set of front hubs shows its city label while zoomed in. */
.theme-map-shell .globe-webgl[data-globe-lod="near"] .exploration-hub[data-globe-label="visible"] .exploration-hub-label { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); transition-delay: 0s; }
.theme-map-shell .globe-webgl .exploration-hub:focus-visible { outline: 3px solid #fff; outline-offset: -4px; }
.theme-map-shell .globe-webgl.globe-3d-unavailable .exploration-hub { left: var(--hub-static-x) !important; top: var(--hub-static-y) !important; transform: translate(-50%,-50%); }
.theme-map-shell .globe-webgl .price-pin[hidden],.theme-map-shell .globe-webgl .exploration-hub[hidden],.theme-map-shell .globe-webgl .origin-point[hidden],.theme-map-shell .globe-selection-point[hidden] { display: none !important; }
.theme-map-shell .map-imagery-attribution { color: #526970; font-size: 10px; text-decoration: underline; white-space: nowrap; }

/* Small-phone globe audit (theme 1.24.0, 360/390/430px): the Earth fills the
   available column, hub city text stays legible, and every pin or hub keeps
   its 44px target. No fixed-pixel canvas below this width. */
@media (max-width: 430px) {
  .home-globe-stack .globe,.home-reveal-feedback { width: min(550px,100%); }
  .home-globe-stack .globe-halo { width: min(430px,94vw); height: min(430px,94vw); }
  .theme-map-shell .world-canvas .globe { width: min(430px,100%); }
  .home-globe-stack .globe-webgl .exploration-hub-label small,.theme-map-shell .globe-webgl .exploration-hub-label small { font-size: 10px; }
  .home-globe-stack .globe-webgl .exploration-hub-label,.theme-map-shell .globe-webgl .exploration-hub-label { max-width: 118px; }
  .home-globe-stack .globe-webgl .price-pin { max-width: 104px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}

@media (max-width: 1000px) {
  .theme-map-shell .globe-webgl .price-pin:not(.is-active) { width: 44px; height: 44px; min-width: 44px; padding: 0; border: 0; background: transparent; box-shadow: none; transform: translate(-50%,-50%); }
  .theme-map-shell .globe-webgl .price-pin:not(.is-active)::before { content: ''; position: absolute; inset: 14px; border: 2px solid #07171d; border-radius: 50%; background: #fff; box-shadow: 0 4px 12px rgba(0,0,0,.28); transform: scale(var(--globe-depth,1)); }
  .theme-map-shell .globe-webgl .price-pin:not(.is-active)::after { display: none; }
  .theme-map-shell .globe-webgl .price-pin.is-active { min-width: 44px; min-height: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  .theme-map-shell .globe-webgl [data-globe-canvas] { transition: none; }
  [data-layer-status][data-state="loading"]::before,[data-layer-status][data-state="refreshing"]::before,.home-plan-360.is-updating [data-home-plan-summary],.home-plan-360.is-updating .home-plan-components a,.home-plan-360.is-updating .home-plan-modules a,.home-plan-360.is-updating .home-plan-ai,.home-plan-360.is-updating .home-plan-supporting,.home-plan-360.is-updating .home-plan-ledger,.home-plan-360.is-updating .home-plan-full,.home-reveal-feedback[data-state] > span > i,.home-reveal-feedback[data-state] strong,.home-globe-stack .globe-webgl.is-routing .globe-route-layer path,.destination-plan-360[aria-busy="true"] .destination-plan-state,.destination-plan-360.is-updating .destination-plan-progress > span,.destination-plan-360.is-updating .destination-plan-options > a,.destination-plan-progress .is-current::after { animation: none !important; }
  .home-plan-ledger summary::after,.home-globe-stack .globe-webgl [data-globe-canvas],.home-globe-stack .price-pin { transition: none !important; }
  .destination-plan-options > a { transition: none; }
  .theme-map-shell .globe-webgl .exploration-hub-label { transition: none; }
  .home-globe-stack .globe-webgl .exploration-hub-label { transition: none; }
}

/* Every globe selection resolves into an in-flow 360-degree decision cockpit. */
.map-selection-rail { position: relative; overflow: hidden; display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 13px; align-items: center; min-height: 76px; margin-top: 8px; padding: 13px 15px; border: 1px solid #cedbd5; border-radius: 18px; color: var(--ink); background: #fff; box-shadow: 0 12px 34px rgba(7,31,40,.08); }
.map-selection-rail::before { content: ''; position: absolute; inset-block: 0; inset-inline-start: 0; width: 4px; background: var(--lime); }
.map-selection-signal { position: relative; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; color: #314900; background: #e7f9ad; }
.map-selection-signal :is(i,svg) { width: 21px; }
.map-selection-copy { min-width: 0; display: grid; gap: 2px; }
.map-selection-copy small { color: #638000; font-size: 12px; font-weight: 900; letter-spacing: .4px; }
.map-selection-copy strong { font-size: 14px; line-height: 1.35; overflow-wrap: anywhere; unicode-bidi: isolate; }
.map-selection-copy > span { color: #52666c; font-size: 12px; line-height: 1.45; }
.map-selection-rail > a { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 9px 12px; border-radius: 12px; color: #fff; background: #08232c; font-size: 12px; font-weight: 850; }
.map-selection-rail > a :is(i,svg) { width: 15px; }
.map-trip-context { margin: 10px 0 0; display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 10px; align-items: center; padding: 11px 13px; border: 1px solid #c9dfa0; border-radius: 15px; color: var(--ink); background: #f7ffe7; }
.map-trip-context[hidden] { display: none; }
.map-trip-context.is-new { animation: mapCheckpointConfirm var(--motion-confirm) var(--ease-confirm) both; }
.map-trip-context-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; color: #496300; background: #e3f4aa; }
.map-trip-context-icon :is(i,svg) { width: 18px; height: 18px; }
.map-trip-context > span:nth-child(2) { min-width: 0; display: grid; gap: 2px; }
.map-trip-context small { color: #60702f; font-size: 11px; font-weight: 800; }
.map-trip-context strong { overflow-wrap: anywhere; font-size: 13px; line-height: 1.35; }
.map-trip-context > a { min-height: 44px; display: inline-flex; align-items: center; gap: 6px; padding: 8px 11px; border: 1px solid #a9c852; border-radius: 11px; color: #3d5600; background: #fff; font-size: 12px; font-weight: 850; }
.map-trip-context > a :is(i,svg) { width: 14px; }
.map-selection-rail[data-state="unsupported"] { border-color: #e5c777; background: #fffaf0; }
.map-selection-rail[data-state="unsupported"]::before { background: #e0a519; }
.map-selection-rail[data-state="unsupported"] .map-selection-signal { color: #704700; background: #ffedbd; }
.map-selection-rail[data-state="empty"] { opacity: .84; }
.map-selection-rail.is-updating .map-selection-signal { animation: mapSelectionSignal .72s cubic-bezier(.2,.8,.2,1) both; }
.map-selection-rail.is-updating .map-selection-copy,.map-selection-rail.is-updating > a { animation: mapSelectionReveal .48s cubic-bezier(.2,.8,.2,1) both; }
.map-selection-rail.is-updating > a { animation-delay: 90ms; }
.map-progress-checkpoints { grid-column: 1/-1; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 7px; margin: 1px 0 0; padding: 10px 0 0; border-top: 1px solid #e0e8e4; list-style: none; }
.map-progress-checkpoints li { min-width: 0; min-height: 58px; display: grid; grid-template-columns: 30px minmax(0,1fr); gap: 8px; align-items: center; padding: 8px 9px; border: 1px solid #dde6e1; border-radius: 13px; color: #53666b; background: #f7f9f7; }
.map-progress-checkpoints li > :is(i,svg) { width: 30px; height: 30px; padding: 7px; border-radius: 10px; color: #64767a; background: #e9efec; }
.map-progress-checkpoints li span { min-width: 0; display: grid; gap: 2px; }
.map-progress-checkpoints li b { color: var(--ink); font-size: 12px; line-height: 1.25; }
.map-progress-checkpoints li small { overflow-wrap: anywhere; font-size: 11px; line-height: 1.3; }
.map-progress-checkpoints li[data-state="confirmed"] { border-color: #bddb63; color: #526900; background: #f6ffe1; }
.map-progress-checkpoints li[data-state="confirmed"] > :is(i,svg) { color: #496300; background: #e5f6ad; }
.map-progress-checkpoints li[data-state="running"] { border-color: #91ced9; color: #25616e; background: #f0fbfd; }
.map-progress-checkpoints li[data-state="running"] > :is(i,svg) { color: #086b7e; background: #d5f1f6; animation: mapCheckpointWorking var(--motion-working) ease-in-out infinite; }
.map-progress-checkpoints li[data-state="stale"] { border-color: #e4c477; color: #755410; background: #fff9ea; }
.map-progress-checkpoints li[data-state="stale"] > :is(i,svg) { color: #815d11; background: #ffedbd; }
.map-progress-checkpoints li[data-state="failed"] { border-color: #e9a69d; color: #853326; background: #fff4f1; }
.map-progress-checkpoints li[data-state="failed"] > :is(i,svg) { color: #9d3b2d; background: #ffe0da; }
.map-progress-checkpoints li.is-new { animation: mapCheckpointConfirm var(--motion-confirm) var(--ease-confirm) both; }

.destination-decision-cockpit { margin-top: 14px; padding: 16px; border-radius: 19px; color: #f5faf8; background: radial-gradient(circle at 12% 8%,rgba(217,255,89,.12),transparent 29%),#09232c; }
.destination-decision-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.destination-decision-head h4 { margin: 3px 0 5px; color: #fff; font-size: 20px; line-height: 1.15; }
.destination-decision-head p { max-width: 610px; margin: 0; color: #b9c9cc; font-size: 12px; line-height: 1.5; }
.destination-plan-meter { width: 150px; flex: 0 0 auto; display: grid; grid-template-columns: auto minmax(55px,1fr); gap: 4px 8px; align-items: center; padding: 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.07); }
.destination-plan-meter > strong { direction: ltr; color: var(--lime); font-size: 17px; font-variant-numeric: tabular-nums; unicode-bidi: isolate; }
.destination-plan-meter > span { height: 7px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.13); }
.destination-plan-meter > span i { width: var(--plan-coverage,0%); height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg,#8ab000,var(--lime)); transition: width .6s cubic-bezier(.2,.8,.2,1); }
.destination-plan-meter > small { grid-column: 1/-1; color: #bdcacc; font-size: 12px; }
.destination-decision-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,220px),1fr)); gap: 8px; margin-top: 13px; }
.destination-decision-grid details { min-width: 0; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(255,255,255,.06); }
.destination-decision-grid summary { min-height: 62px; display: grid; grid-template-columns: 34px minmax(0,1fr) 15px; gap: 9px; align-items: center; padding: 10px; cursor: pointer; list-style: none; }
.destination-decision-grid summary:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; border-radius: 10px; }
.destination-decision-grid summary::-webkit-details-marker { display: none; }
.destination-decision-grid summary > :is(i,svg):first-child { width: 34px; height: 34px; padding: 8px; border-radius: 10px; color: #cce84e; background: rgba(217,255,89,.1); }
.destination-decision-grid summary > :is(i,svg):last-child { width: 15px; color: #9bb0b4; transition: transform .2s ease; }
.destination-decision-grid details[open] summary > :is(i,svg):last-child { transform: rotate(180deg); }
.destination-decision-grid summary span { min-width: 0; display: grid; gap: 3px; }
.destination-decision-grid summary strong { color: #fff; font-size: 12px; line-height: 1.35; overflow-wrap: anywhere; }
.destination-decision-grid summary small { color: #b4c5c8; font-size: 12px; font-weight: 800; line-height: 1.35; }
.destination-decision-grid details[data-state="live"] { border-color: rgba(217,255,89,.56); background: rgba(217,255,89,.09); }
.destination-decision-grid details[data-state="live"] summary small { color: var(--lime); }
.destination-decision-grid details[data-state="stale"] { border-color: rgba(240,184,72,.55); background: rgba(240,184,72,.09); }
.destination-decision-grid details[data-state="stale"] summary small { color: #ffd27a; }
.destination-decision-grid details[data-state="needs_details"] summary small,.destination-decision-grid details[data-state="needs_search"] summary small { color: #f1cb6b; }
.destination-decision-grid details[data-state="unknown"],.destination-decision-grid details[data-state="unavailable"] { border-style: dashed; opacity: .78; }
.destination-decision-grid details > div { padding: 0 12px 12px; }
.destination-decision-grid details p { margin: 0 0 9px; color: #c2d0d2; font-size: 12px; line-height: 1.55; }
.destination-decision-grid details a { min-height: 44px; display: inline-flex; align-items: center; gap: 6px; color: var(--lime); font-size: 12px; font-weight: 850; }
.destination-decision-grid details a :is(i,svg) { width: 13px; }
.destination-cost-ledger { margin-top: 10px; padding: 13px; border: 1px solid rgba(217,255,89,.23); border-radius: 15px; background: rgba(0,0,0,.16); }
.destination-cost-ledger > header { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.destination-cost-ledger > header > span:first-child { display: grid; gap: 2px; }
.destination-cost-ledger > header small { color: #b7c7ca; font-size: 12px; }
.destination-cost-ledger > header strong { color: #fff; font-size: 19px; unicode-bidi: isolate; }
.destination-ledger-state { padding: 6px 8px; border-radius: 999px; color: #d9ed8a; background: rgba(217,255,89,.1); font-size: 12px; font-weight: 850; unicode-bidi: isolate; }
.destination-cost-ledger [data-plan-ledger-list] { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 6px; margin-top: 10px; }
.destination-cost-ledger [data-plan-ledger-list] > span { min-width: 0; display: flex; align-items: center; justify-content: space-between; gap: 7px; padding: 8px; border-radius: 10px; background: rgba(255,255,255,.06); }
.destination-cost-ledger [data-plan-ledger-list] b { color: #eef4f3; font-size: 12px; line-height: 1.35; overflow-wrap: anywhere; }
.destination-cost-ledger [data-plan-ledger-list] em { flex: 0 0 auto; color: #aebdc0; font-size: 12px; font-style: normal; unicode-bidi: isolate; }
.destination-cost-ledger [data-plan-ledger-list] [data-state="live"] em { color: var(--lime); font-weight: 850; }
.destination-cost-ledger [data-plan-ledger-list] [data-state="stale"] em { color: #ffd27a; font-weight: 850; }
.destination-cost-ledger > p { margin: 9px 0 0; color: #aebec1; font-size: 12px; line-height: 1.5; }
.destination-plan-actions button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 9px 13px; border: 1px solid #d6e0db; border-radius: 13px; color: var(--ink); background: #fff; font-size: 12px; font-weight: 850; cursor: pointer; }
.destination-plan-actions button :is(i,svg) { width: 16px; }
.destination-plan-actions button.is-saved { border-color: #9dbf19; color: #3f5700; background: #f2ffd1; }
.destination-plan-actions button:disabled { cursor: not-allowed; opacity: .55; }
.destination-plan-360.is-updating:not([aria-busy="true"]) .destination-decision-grid details,.destination-plan-360.is-updating:not([aria-busy="true"]) .destination-cost-ledger { animation: destinationPlanReveal .46s cubic-bezier(.2,.8,.2,1) both; }
.destination-plan-360.is-updating .destination-decision-grid details:nth-child(1) { animation-delay: 350ms; }
.destination-plan-360.is-updating .destination-decision-grid details:nth-child(2) { animation-delay: 405ms; }
.destination-plan-360.is-updating .destination-decision-grid details:nth-child(3) { animation-delay: 460ms; }
.destination-plan-360.is-updating .destination-decision-grid details:nth-child(4) { animation-delay: 515ms; }
.destination-plan-360.is-updating .destination-decision-grid details:nth-child(5) { animation-delay: 570ms; }
.destination-plan-360.is-updating .destination-decision-grid details:nth-child(6) { animation-delay: 625ms; }
.destination-plan-360.is-updating .destination-cost-ledger { animation-delay: 690ms !important; }
.destination-plan-360[data-motion-state="editorial"] .destination-plan-meter > span i { background: linear-gradient(90deg,#598293,#9bd4dd); }
.destination-plan-360[data-motion-state="editorial"] .destination-plan-progress .is-current::after { background: #77aeba; }
.destination-plan-360[data-state="unsupported"] .destination-plan-meter > strong { color: #b7d5dd; }
.destination-plan-360[data-state="unsupported"] .destination-plan-meter > span i { background: linear-gradient(90deg,#496d78,#8bb8c4); }
.destination-plan-360[data-motion-state="stale"] .destination-plan-state { color: #704500; background: #ffedbf; }
.destination-plan-360[data-motion-state="stale"] .destination-plan-meter > span i { background: linear-gradient(90deg,#9b690f,#efbd58); }
.destination-plan-360[data-request-state="refreshing"] .destination-plan-progress .is-current::after,.destination-plan-360[data-request-state="stale"] .destination-plan-progress .is-current::after { background: #efbd58; animation: none; }
.destination-plan-360[data-request-state="fallback"] .destination-plan-progress .is-current::after,.destination-plan-360[data-request-state="error"] .destination-plan-progress .is-current::after { background: #77aeba; animation: none; }
.theme-map-shell .globe-webgl.is-routing .globe-route-layer path { animation: globeRouteConfirm .86s cubic-bezier(.2,.8,.2,1) both; }

@keyframes mapSelectionSignal { 0% { opacity: .5; transform: scale(.72); } 58% { transform: scale(1.12); } 100% { opacity: 1; transform: scale(1); } }
@keyframes mapSelectionReveal { from { opacity: .2; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }
@keyframes globeRouteConfirm { from { opacity: .15; stroke-dashoffset: 45; } to { opacity: 1; stroke-dashoffset: 0; } }
@keyframes globePointConfirm { 0% { opacity: .9; transform: scale(.35); } 100% { opacity: 0; transform: scale(1.65); } }
@keyframes mapCheckpointConfirm { 0% { opacity: .55; transform: translateY(var(--motion-shift-sm)) scale(.985); } 100% { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes mapCheckpointWorking { 0%,100% { transform: scale(.94); opacity: .72; } 50% { transform: scale(1.05); opacity: 1; } }

@media (max-width: 1000px) {
  .theme-map-shell .map-destination-panel { display: block; }
  .theme-map-shell .map-destination-panel > img { height: 260px; min-height: 0; }
}

@media (max-width: 760px) {
  .theme-map-shell .map-destination-panel { display: flex; flex-direction: column; }
  .theme-map-shell .map-destination-copy { order: 1; }
  .theme-map-shell .map-destination-panel > img { order: 2; position: static; height: 235px; min-height: 0; }
  .map-trip-context { grid-template-columns: auto minmax(0,1fr); }
  .map-trip-context > a { grid-column: 1/-1; justify-content: center; }
  .map-selection-rail { grid-template-columns: auto minmax(0,1fr); padding: 12px; }
  .map-selection-copy strong { white-space: normal; }
  .map-selection-rail > a { grid-column: 1/-1; width: 100%; }
  .map-progress-checkpoints { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .destination-decision-cockpit { padding: 13px; border-radius: 16px; }
  .destination-decision-head { display: grid; gap: 10px; }
  .destination-plan-meter { width: 100%; grid-template-columns: auto minmax(80px,1fr); }
  .destination-decision-grid { grid-template-columns: 1fr; }
  .destination-decision-grid summary { min-height: 58px; }
  .destination-cost-ledger > header { align-items: flex-start; flex-direction: column; }
  .destination-cost-ledger [data-plan-ledger-list] { grid-template-columns: 1fr; }
  .destination-plan-actions button { width: 100%; min-height: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  .map-trip-context.is-new { animation: none !important; }
  .map-selection-rail.is-updating .map-selection-signal,.map-selection-rail.is-updating .map-selection-copy,.map-selection-rail.is-updating > a,.map-progress-checkpoints li,.map-progress-checkpoints li > :is(i,svg),.home-globe-stack .globe-selection-point::after,.theme-map-shell .globe-selection-point::after,.destination-plan-360.is-updating .destination-decision-grid details,.destination-plan-360.is-updating .destination-cost-ledger,.theme-map-shell .globe-webgl.is-routing .globe-route-layer path { animation: none !important; }
  .destination-plan-meter > span i,.destination-decision-grid summary > :is(i,svg):last-child { transition: none; }
}

/* A contained, in-flow information plane below the globe. It never covers the 3D canvas. */
.map-entity-section {
  margin-top: 30px;
  padding: clamp(24px,3vw,42px);
  border: 1px solid #cddbd6;
  border-radius: 30px;
  background: linear-gradient(145deg,rgba(255,255,255,.98),rgba(239,245,238,.96));
  box-shadow: 0 22px 64px rgba(7,31,40,.1);
}
.map-entity-head {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 30px;
  align-items: end;
  margin-bottom: 22px;
}
.map-entity-head h2 {
  max-width: 830px;
  margin: 7px 0 8px;
  font-size: clamp(31px,3.4vw,50px);
  line-height: 1.04;
  letter-spacing: -1.8px;
}
.map-entity-head p {
  max-width: 800px;
  margin: 0;
  color: #5b6d72;
  font-size: 15px;
  line-height: 1.65;
}
.map-entity-status {
  min-width: 180px;
  display: grid;
  gap: 3px;
  padding: 12px 15px;
  border: 1px solid #c9d7d1;
  border-radius: 15px;
  background: #fff;
}
.map-entity-status span {
  color: #648000;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .35px;
}
.map-entity-status strong {
  color: #16303a;
  font-size: 14px;
}
.map-entity-section[aria-busy="true"] .map-entity-status::before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  margin: 5px -1px 0 0;
  border-radius: 50%;
  background: #769500;
  animation: mapEntityWorking 1.1s ease-in-out infinite;
}
.map-entity-section[aria-busy="true"] .map-entity-status {
  position: relative;
  padding-inline-start: 34px;
}
.map-entity-layout {
  display: grid;
  grid-template-columns: minmax(0,1.45fr) minmax(310px,.55fr);
  gap: 18px;
  align-items: stretch;
}
.map-entity-plane {
  min-width: 0;
  min-height: 430px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  direction: ltr;
  border: 1px solid rgba(145,199,212,.28);
  border-radius: 24px;
  background-color: #09232c;
  background-image:
    radial-gradient(circle at 18% 28%,rgba(106,225,255,.2),transparent 22%),
    radial-gradient(circle at 76% 68%,rgba(217,255,89,.15),transparent 24%),
    linear-gradient(rgba(174,222,230,.075) 1px,transparent 1px),
    linear-gradient(90deg,rgba(174,222,230,.075) 1px,transparent 1px),
    linear-gradient(145deg,#0d3039,#06161c 72%);
  background-size: auto,auto,52px 52px,52px 52px,auto;
}
.map-entity-plane::before,
.map-entity-plane::after {
  content: '';
  position: absolute;
  z-index: -1;
  pointer-events: none;
  border: 1px solid rgba(198,240,244,.12);
  border-radius: 50%;
  transform: rotate(-12deg);
}
.map-entity-plane::before {
  width: 78%;
  height: 42%;
  top: 27%;
  left: 9%;
}
.map-entity-plane::after {
  width: 48%;
  height: 76%;
  top: 10%;
  left: 26%;
  transform: rotate(17deg);
}
.map-entity-plane-label {
  position: absolute;
  z-index: 4;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 999px;
  direction: rtl;
  color: #d8e7e9;
  background: rgba(3,17,22,.72);
  font-size: 11px;
  font-weight: 800;
}
.map-entity-plane-label :is(i,svg) {
  width: 15px;
  color: var(--lime);
}
.map-entity-segments {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  overflow: visible;
}
.map-entity-segments :is(path,line,polyline) {
  fill: none;
  stroke: var(--lime);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 0 5px rgba(217,255,89,.45));
}
.map-entity-markers {
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
}
.map-entity-markers [data-map-entity-marker],
.map-entity-marker {
  min-width: 44px;
  min-height: 44px;
  max-width: 170px;
  position: absolute;
  left: clamp(22px,var(--entity-x,50%),calc(100% - 22px));
  top: clamp(22px,var(--entity-y,50%),calc(100% - 22px));
  transform: translate(-50%,-50%);
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 999px;
  direction: rtl;
  color: #07161c;
  background: rgba(255,255,255,.96);
  box-shadow: 0 9px 26px rgba(0,0,0,.28);
  font: inherit;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.25;
  cursor: pointer;
  transition: transform var(--motion-fast) var(--ease-standard),border-color var(--motion-fast) var(--ease-standard),background var(--motion-fast) var(--ease-standard);
}
.map-entity-markers [data-map-entity-marker]::before,
.map-entity-marker::before {
  content: '';
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #7d9c00;
  box-shadow: 0 0 0 4px rgba(217,255,89,.28);
}
.map-entity-markers [data-map-entity-marker]:is(:hover,:focus-visible),
.map-entity-marker:is(:hover,:focus-visible),
.map-entity-markers [data-map-entity-marker].is-active,
.map-entity-marker.is-active {
  border-color: var(--lime);
  background: var(--lime);
  transform: translate(-50%,-50%) scale(1.035);
  outline: none;
}
.map-entity-markers [data-map-entity-marker]:focus-visible,
.map-entity-marker:focus-visible {
  box-shadow: 0 0 0 4px rgba(106,225,255,.44),0 9px 26px rgba(0,0,0,.28);
}
.map-entity-empty {
  min-height: 430px;
  position: relative;
  z-index: 2;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 7px;
  padding: 64px 24px 28px;
  direction: rtl;
  color: #bdd0d4;
  text-align: center;
}
.map-entity-empty[hidden] {
  display: none;
}
.map-entity-empty :is(i,svg) {
  width: 45px;
  height: 45px;
  padding: 11px;
  border: 1px solid rgba(217,255,89,.4);
  border-radius: 15px;
  color: var(--lime);
  background: rgba(217,255,89,.08);
}
.map-entity-empty strong {
  color: #fff;
  font-size: 17px;
}
.map-entity-empty span {
  max-width: 440px;
  font-size: 12px;
  line-height: 1.6;
}
.map-entity-detail {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: clamp(20px,2.4vw,30px);
  border: 1px solid #d6e0dc;
  border-radius: 24px;
  background: #fff;
}
.map-entity-kind {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 32px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #536b00;
  background: #eff8ce;
  font-size: 11px;
  font-weight: 900;
}
.map-entity-kind :is(i,svg) {
  width: 14px;
}
.map-entity-detail h3 {
  margin: 14px 0 8px;
  font-size: clamp(24px,2.2vw,33px);
  line-height: 1.12;
  letter-spacing: -.8px;
  overflow-wrap: anywhere;
}
.map-entity-detail > p[data-map-entity-summary] {
  margin: 0;
  color: #5c6e73;
  font-size: 14px;
  line-height: 1.65;
}
.map-entity-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 19px 0;
}
.map-entity-facts > div {
  min-width: 0;
  min-height: 82px;
  padding: 11px 12px;
  border: 1px solid #e0e6e3;
  border-radius: 13px;
  background: #f7f9f6;
}
.map-entity-facts dt {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #6b797d;
  font-size: 10px;
  font-weight: 850;
}
.map-entity-facts dt :is(i,svg) {
  width: 14px;
  color: #719000;
}
.map-entity-facts dd {
  margin: 5px 0 0;
  color: #142b33;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.4;
  overflow-wrap: anywhere;
}
.map-entity-selection-status {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0 0 12px;
  padding: 10px 12px;
  border: 1px solid #dce4df;
  border-radius: 13px;
  color: #53676c;
  background: #f7f9f6;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.5;
}
.map-entity-selection-status :is(i,svg) {
  width: 16px;
  flex: 0 0 auto;
  margin-top: 1px;
  color: #6c8500;
}
.map-entity-selection-status[data-state="added"] {
  border-color: #b8d36a;
  color: #314407;
  background: #f1fbd7;
}
.map-entity-action {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
  padding: 10px 15px;
  border-radius: 14px;
  color: #07161c;
  background: var(--lime);
  font-size: 13px;
  font-weight: 900;
}
.map-entity-action :is(i,svg) {
  width: 17px;
}
.map-entity-action:is(:hover,:focus-visible) {
  background: #ccf34c;
  outline: 3px solid rgba(8,117,201,.25);
  outline-offset: 2px;
}
.map-entity-boundary {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin: 12px 0 0;
  color: #697a7e;
  font-size: 10px;
  line-height: 1.5;
}
.map-entity-boundary :is(i,svg) {
  width: 14px;
  flex: 0 0 auto;
  margin-top: 1px;
  color: #668300;
}
.map-entity-list {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 10px;
  margin-top: 14px;
}
.map-entity-list > :is(a,button,[role="listitem"]) {
  min-width: 0;
  min-height: 76px;
  display: grid;
  grid-template-columns: 36px minmax(0,1fr) 18px;
  gap: 10px;
  align-items: center;
  padding: 11px 12px;
  border: 1px solid #d7e0dc;
  border-radius: 15px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  text-align: start;
  cursor: pointer;
  transition: border-color var(--motion-fast) var(--ease-standard),transform var(--motion-fast) var(--ease-standard),box-shadow var(--motion-fast) var(--ease-standard);
}
.map-entity-list > :is(a,button,[role="listitem"]):is(:hover,:focus-visible),
.map-entity-list > :is(a,button,[role="listitem"]).is-active {
  border-color: #8fac22;
  outline: none;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(7,31,40,.08);
}
.map-entity-list > :is(a,button,[role="listitem"]) > :is(i,svg):first-child {
  width: 36px;
  height: 36px;
  padding: 9px;
  border-radius: 11px;
  color: #5b7300;
  background: #eff8ce;
}
.map-entity-list > :is(a,button,[role="listitem"]) > :is(i,svg):last-child {
  width: 17px;
  color: #718084;
}
.map-entity-list > :is(a,button,[role="listitem"]) > span {
  min-width: 0;
  display: grid;
  gap: 1px;
}
.map-entity-list small {
  color: #708000;
  font-size: 10px;
  font-weight: 850;
}
.map-entity-list strong {
  font-size: 14px;
  overflow-wrap: anywhere;
}
.map-entity-list em {
  color: #66777b;
  font-size: 11px;
  font-style: normal;
  line-height: 1.4;
}
.map-entity-list > .map-entity-list-item {
  min-height: 0;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.map-entity-list > .map-entity-list-item > button {
  width: 100%;
  min-height: 82px;
  display: grid;
  grid-template-columns: minmax(0,1fr);
  gap: 3px;
  padding: 12px 14px;
  border: 1px solid #d7e0dc;
  border-radius: 15px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  text-align: start;
  cursor: pointer;
  transition: border-color var(--motion-fast) var(--ease-standard),transform var(--motion-fast) var(--ease-standard),box-shadow var(--motion-fast) var(--ease-standard);
}
.map-entity-list > .map-entity-list-item > button:is(:hover,:focus-visible,.is-active) {
  border-color: #8fac22;
  outline: none;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(7,31,40,.08);
}
.map-entity-list > .map-entity-list-item > button:focus-visible {
  outline: 3px solid rgba(8,117,201,.25);
  outline-offset: 2px;
}
.map-entity-list > .map-entity-list-item > button span {
  color: #66777b;
  font-size: 11px;
  line-height: 1.4;
}
.map-entity-section.is-updating .map-entity-detail,
.map-entity-section.is-updating .map-entity-list > :is(a,button,[role="listitem"]) {
  animation: mapEntityReveal .42s var(--ease-standard) both;
}
.destination-plan-360.has-map-selection-change [data-plan-module][data-map-selection="true"] {
  animation: mapPlanSelectionAdded .64s var(--ease-standard) both;
}
@keyframes mapEntityReveal {
  from { opacity: .42; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes mapPlanSelectionAdded {
  0% { border-color: #dce5e1; box-shadow: none; transform: translateY(5px); }
  55% { border-color: #9fbd35; box-shadow: 0 12px 28px rgba(102,131,0,.13); transform: translateY(0); }
  100% { border-color: #dce5e1; box-shadow: none; transform: translateY(0); }
}
@keyframes mapEntityWorking {
  0%,100% { opacity: .45; transform: scale(.78); }
  50% { opacity: 1; transform: scale(1.08); }
}

@media (max-width: 1000px) {
  .map-entity-layout { grid-template-columns: minmax(0,1.15fr) minmax(280px,.85fr); }
  .map-entity-facts { grid-template-columns: 1fr; }
  .map-entity-list { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .map-entity-section { margin-top: 16px; padding: 18px 14px; border-radius: 22px; }
  .map-entity-head { grid-template-columns: 1fr; gap: 15px; align-items: stretch; }
  .map-entity-head h2 { font-size: 32px; letter-spacing: -1.2px; }
  .map-entity-status { min-width: 0; width: 100%; }
  .map-entity-layout { grid-template-columns: 1fr; }
  .map-entity-plane,.map-entity-empty { min-height: 320px; }
  .map-entity-plane { border-radius: 19px; }
  .map-entity-plane-label { top: 10px; right: 10px; }
  .map-entity-markers [data-map-entity-marker],.map-entity-marker { max-width: 126px; padding: 7px 9px; }
  .map-entity-detail { padding: 18px; border-radius: 19px; }
  .map-entity-facts { grid-template-columns: 1fr 1fr; }
  .map-entity-list { grid-template-columns: 1fr; }
  .map-entity-list > :is(a,button,[role="listitem"]) { min-height: 72px; }
}

@media (max-width: 420px) {
  .map-entity-head h2 { font-size: 28px; }
  .map-entity-plane,.map-entity-empty { min-height: 286px; }
  .map-entity-facts { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .map-entity-section[aria-busy="true"] .map-entity-status::before,
  .map-entity-section.is-updating .map-entity-detail,
  .map-entity-section.is-updating .map-entity-list > :is(a,button,[role="listitem"]),
  .destination-plan-360.has-map-selection-change [data-plan-module][data-map-selection="true"] { animation: none !important; }
  .map-entity-markers [data-map-entity-marker],.map-entity-marker,.map-entity-action,.map-entity-list > :is(a,button,[role="listitem"]) { transition: none !important; }
}

/* Account and partner entry points */
.identity-page,.partner-page { min-height: 70vh; background: #f4f6f1; }
.identity-hero,.partner-hero { position: relative; overflow: hidden; padding: 86px 0; color: #fff; background: radial-gradient(circle at 17% 20%,rgba(73,198,255,.2),transparent 30%),radial-gradient(circle at 84% 76%,rgba(217,255,89,.11),transparent 27%),#071f28; }
.identity-hero::before,.partner-hero::before { content: ''; position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(90deg,transparent,#000 42%,#000); }
.identity-hero-grid,.partner-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr) minmax(390px,.72fr); gap: 70px; align-items: center; }
.identity-copy h1,.partner-hero h1 { max-width: 760px; margin: 12px 0 18px; font-size: clamp(48px,5.5vw,78px); line-height: .98; letter-spacing: -3.5px; }
.identity-copy > p,.partner-hero-grid > div:first-child > p { max-width: 680px; color: #cedadd; font-size: 19px; line-height: 1.7; }
.identity-benefits,.partner-types { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.identity-benefits span,.partner-types span { display: inline-flex; align-items: center; gap: 7px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; background: rgba(255,255,255,.07); font-size: 12px; font-weight: 750; }
.identity-benefits i { width: 15px; color: var(--lime); }
.identity-card,.partner-access-card { padding: 29px; border: 1px solid rgba(255,255,255,.2); border-radius: 28px; color: var(--ink); background: rgba(255,255,255,.97); box-shadow: 0 30px 80px rgba(0,0,0,.24); }
.identity-card h2,.partner-access-card h2 { margin: 11px 0 7px; font-size: 28px; letter-spacing: -1px; }
.identity-card > p,.partner-access-card p { margin: 0 0 18px; color: #66767a; line-height: 1.6; }
.identity-lock { display: inline-flex; align-items: center; gap: 6px; color: #657b00; font-size: 11px; font-weight: 850; }
.identity-lock i { width: 15px; }
.identity-card .login-username,.identity-card .login-password { display: grid; gap: 6px; margin: 12px 0; }
.identity-card .login-username label,.identity-card .login-password label { font-size: 12px; font-weight: 750; }
.identity-card input[type="text"],.identity-card input[type="password"] { width: 100%; min-height: 47px; padding: 10px 12px; border: 1px solid #d6dfdb; border-radius: 13px; background: #fff; }
.identity-card .login-remember { margin: 11px 0; color: #657478; font-size: 12px; }
.identity-card .login-submit input { width: 100%; min-height: 49px; border: 0; border-radius: 14px; background: var(--lime); color: var(--ink); font-weight: 900; cursor: pointer; }
.identity-divider { position: relative; margin: 17px 0; border-top: 1px solid #e0e6e3; text-align: center; }
.identity-divider span { position: relative; top: -10px; padding: 0 9px; color: #7b898d; background: #fff; font-size: 11px; }
.identity-login-links { display: flex; justify-content: space-between; gap: 15px; margin-top: 15px; color: #5a7100; font-size: 12px; font-weight: 750; }
.identity-user { display: flex; align-items: center; gap: 12px; padding-bottom: 16px; border-bottom: 1px solid #e2e7e4; }
.identity-user img { border-radius: 18px; }
.identity-user div { display: grid; gap: 2px; }
.identity-user small { color: #728084; font-size: 11px; }
.identity-user strong { font-size: 17px; }
.identity-actions { display: grid; gap: 8px; margin-top: 18px; }
.identity-actions a { min-height: 47px; display: flex; align-items: center; gap: 9px; padding: 10px 13px; border: 1px solid #dce3df; border-radius: 13px; font-weight: 750; }
.identity-actions a i { width: 18px; }
.identity-actions .identity-primary { border-color: var(--lime); background: var(--lime); }
.identity-assurance { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: -29px; padding-bottom: 76px; position: relative; z-index: 2; }
.identity-assurance article { display: grid; grid-template-columns: 44px 1fr; gap: 13px; padding: 20px; border: 1px solid #dce3df; border-radius: 20px; background: #fff; box-shadow: 0 15px 40px rgba(18,42,47,.08); }
.identity-assurance article > i { width: 42px; height: 42px; padding: 10px; border-radius: 13px; color: #738900; background: #f1f8d7; }
.identity-assurance p { margin: 5px 0 0; color: #6d7b7f; line-height: 1.55; }
.identity-assurance a { color: #617800; font-weight: 750; }
.partner-access-card > i { width: 48px; height: 48px; padding: 11px; border-radius: 15px; color: #5e7600; background: #eff8c7; }
.partner-access-card > small { display: block; margin-top: 15px; color: #647b00; font-size: 11px; font-weight: 850; }
.partner-primary,.partner-secondary { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 11px 15px; border-radius: 14px; font-weight: 850; }
.partner-primary { background: var(--lime); }
.partner-primary i { width: 17px; }
.partner-secondary { margin-top: 8px; border: 1px solid #d8e0dc; }
.partner-process { background: #f4f6f1; }
.partner-process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.partner-process-grid article { position: relative; min-height: 215px; padding: 22px; border: 1px solid #dce3df; border-radius: 21px; background: #fff; }
.partner-process-grid article > b { position: absolute; top: 18px; left: 18px; color: #d3dcaf; font-size: 28px; }
.partner-process-grid article > i { width: 42px; height: 42px; padding: 10px; border-radius: 13px; color: #6d8300; background: #f1f7d8; }
.partner-process-grid h3 { margin: 24px 0 8px; font-size: 20px; }
.partner-process-grid p { color: #69787c; line-height: 1.55; }

@media (min-width: 761px) and (max-width: 1100px) {
  .main-nav { display: flex; gap: 2px; }
  .mobile-menu-button { display: none; }
  .nav-trigger,.nav-link { padding: 8px 7px; font-size: 12px; }
  .header-inner { gap: 12px; }
  .header-actions .header-cta { display: none; }
  .mega-menu { top: 77px; }
}

@media (max-width: 900px) {
  .identity-hero-grid,.partner-hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .identity-copy h1,.partner-hero h1 { font-size: 56px; }
  .partner-process-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .identity-hero,.partner-hero { padding: 48px 0 55px; }
  .identity-copy h1,.partner-hero h1 { font-size: 43px; letter-spacing: -2.2px; }
  .identity-copy > p,.partner-hero-grid > div:first-child > p { font-size: 16px; }
  .identity-card,.partner-access-card { padding: 20px; border-radius: 22px; }
  .identity-assurance { grid-template-columns: 1fr; margin-top: 16px; padding-bottom: 55px; }
  .partner-process-grid { grid-template-columns: 1fr; }
  .partner-process-grid article { min-height: 180px; }
  .commercial-assurance { grid-template-columns: 40px 1fr; padding: 15px; }
  .commercial-assurance > i { width: 40px; height: 40px; padding: 9px; }
  .commercial-assurance > small { grid-column: 1/-1; max-width: none; padding-top: 10px; border-top: 1px solid #cde7d5; }
}

/* Inline callback-contact step before assisted WhatsApp handoffs */
.lead-contact-step { margin: 14px 0 4px; padding: 16px; border: 1px solid #cfe0e4; border-radius: 16px; background: #f7fbfc; display: grid; gap: 12px; text-align: right; }
.lead-contact-step h4 { margin: 0; font-size: 16px; color: #123338; }
.lead-contact-step h4:focus-visible,.lead-contact-step h4:focus { outline: 2px solid #0f766e; outline-offset: 3px; border-radius: 6px; }
.lead-contact-intro { margin: 0; font-size: 13px; color: #52646a; line-height: 1.5; }
.lead-contact-fields { display: grid; gap: 10px; grid-template-columns: 1fr 1fr; }
.lead-contact-field { display: grid; gap: 6px; font-size: 13px; color: #33474d; }
.lead-contact-field input { min-height: 44px; padding: 8px 12px; border: 1px solid #c3d4d9; border-radius: 10px; font: inherit; background: #fff; }
.lead-contact-field input:focus-visible { outline: 2px solid #0f766e; outline-offset: 2px; }
.lead-contact-field input[aria-invalid="true"] { border-color: #b3423a; }
.lead-contact-consent { display: flex; gap: 8px; align-items: flex-start; font-size: 13px; color: #33474d; line-height: 1.5; }
.lead-contact-consent input { width: 18px; height: 18px; min-width: 18px; margin-top: 2px; accent-color: #0f766e; }
.lead-contact-consent input:focus-visible { outline: 2px solid #0f766e; outline-offset: 2px; }
.lead-contact-consent a { color: #0f766e; text-decoration: underline; }
.lead-contact-error { margin: 0; font-size: 13px; color: #b3423a; }
.lead-contact-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.lead-contact-save { min-height: 44px; padding: 10px 18px; border: 0; border-radius: 999px; background: #123338; color: #fff; font: inherit; font-weight: 600; cursor: pointer; }
.lead-contact-save:hover { background: #0f766e; }
.lead-contact-save:focus-visible { outline: 2px solid #0f766e; outline-offset: 2px; }
.lead-contact-save:disabled,.lead-contact-skip:disabled { opacity: .6; cursor: default; }
.lead-contact-skip { min-height: 44px; padding: 10px 6px; border: 0; background: none; color: #52646a; font: inherit; font-size: 13px; text-decoration: underline; cursor: pointer; }
.lead-contact-skip:focus-visible { outline: 2px solid #0f766e; outline-offset: 2px; border-radius: 6px; }

@media (max-width: 680px) {
  .lead-contact-fields { grid-template-columns: 1fr; }
  .lead-contact-actions { align-items: stretch; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .lead-contact-step,.lead-contact-step * { animation: none !important; transition: none !important; }
}

/* Globe dive store (theme 1.25.0): every dive opens the location's services
   below the globe. The globe is never covered; it yields height through the
   data-dive-depth classes while the panel stays in normal document flow. */
.globe-dive-store { position: relative; display: grid; gap: 12px; margin-top: 10px; padding: 15px; border: 1px solid #cedbd5; border-radius: 18px; background: #fff; color: var(--ink); box-shadow: 0 12px 34px rgba(7,31,40,.08); }
.globe-dive-store::before { content: ''; position: absolute; inset-block: 0; inset-inline-start: 0; width: 4px; background: var(--aqua); border-start-start-radius: 18px; border-end-start-radius: 18px; }
.globe-dive-store[hidden] { display: none; }
.home-globe-stack .globe-dive-store { width: min(550px,100%); justify-self: center; }
.dive-store-topline { display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.dive-breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; font-size: 12.5px; font-weight: 800; color: var(--muted); }
.dive-breadcrumb b { color: var(--ink); }
.dive-crumb-separator { color: #9fb0ac; }
.dive-back { min-height: 44px; display: inline-flex; align-items: center; gap: 7px; padding: 9px 13px; border: 1px solid #cedbd5; border-radius: 12px; background: #f4f8f4; color: var(--ink); font-size: 12.5px; font-weight: 850; cursor: pointer; }
.dive-back:focus-visible { outline: 3px solid var(--lime); outline-offset: 2px; }
.dive-back :is(i,svg) { width: 15px; }
.dive-hero { display: grid; gap: 3px; }
.dive-hero small { color: var(--muted); font-weight: 800; font-size: 11.5px; letter-spacing: .2px; }
.dive-hero strong { font-size: 19px; line-height: 1.25; }
.dive-hero span { color: var(--muted); font-size: 13px; }
.dive-chip-row { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 4px; scrollbar-width: thin; }
.dive-chip { flex: 0 0 auto; min-height: 44px; display: inline-flex; align-items: center; gap: 7px; padding: 10px 14px; border: 1px solid #cedbd5; border-radius: 999px; background: #f7faf6; color: var(--ink); font-size: 12.5px; font-weight: 850; cursor: pointer; }
.dive-chip :is(i,svg) { width: 15px; flex: 0 0 auto; }
.dive-chip:focus-visible { outline: 3px solid var(--lime); outline-offset: 2px; }
.dive-chip-action { border-color: #0b2a35; background: #08232c; color: #fff; }
.dive-board { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }
.dive-card { display: grid; gap: 6px; align-content: start; min-width: 0; padding: 12px; border: 1px solid #dbe4de; border-radius: 14px; background: #fbfdf9; }
.dive-card > :is(i,svg) { width: 18px; color: var(--blue); }
.dive-card b { font-size: 13.5px; }
.dive-card em { font-style: normal; color: var(--muted); font-size: 12px; line-height: 1.45; }
.dive-price { font-weight: 900; font-size: 13.5px; }
.dive-price-caption { color: var(--muted); font-size: 11px; }
.dive-card-action { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 9px 12px; border-radius: 10px; background: #08232c; color: #fff; font-size: 12px; font-weight: 850; }
.dive-card-action :is(i,svg) { width: 14px; }
.dive-card-action:focus-visible { outline: 3px solid var(--lime); outline-offset: 2px; }
.dive-card.is-bundle { border-color: var(--lime-2); background: #fbffe9; }
.dive-banner { grid-column: 1 / -1; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; padding: 11px 13px; border: 1px solid #e0d3a4; border-radius: 12px; background: #fffaf0; font-size: 12.5px; font-weight: 750; }
.dive-banner > :is(i,svg) { width: 17px; color: #8c6d1f; flex: 0 0 auto; }
.dive-banner > span { flex: 1 1 220px; min-width: 0; }
.dive-banner-action { min-height: 44px; display: inline-flex; align-items: center; gap: 7px; padding: 9px 13px; border-radius: 10px; background: #08232c; color: #fff; font-size: 12px; font-weight: 850; }
.dive-banner-action:focus-visible { outline: 3px solid var(--lime); outline-offset: 2px; }
.dive-nearby { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.dive-nearby strong { font-size: 12.5px; color: var(--muted); }
.dive-nearby-chip { min-height: 44px; display: inline-flex; align-items: center; gap: 7px; padding: 9px 13px; border: 1px solid #cedbd5; border-radius: 999px; background: #f7faf6; color: var(--ink); font-size: 12.5px; font-weight: 850; cursor: pointer; }
.dive-nearby-chip small { color: var(--muted); font-weight: 800; }
.dive-nearby-chip:focus-visible { outline: 3px solid var(--lime); outline-offset: 2px; }
.dive-footnote { margin: 0; color: var(--muted); font-size: 12px; }

/* The globe yields height instead of being covered. Depth one is roughly the
   60vh to 40vh step of the desktop layout; depth two docks near 30vh. */
.theme-map-shell .world-canvas { transition: min-height var(--motion-confirm) var(--ease-standard); }
.theme-map-shell .world-canvas .globe { transition: width var(--motion-confirm) var(--ease-standard); }
.home-globe-stack .globe { transition: width var(--motion-confirm) var(--ease-standard); }
.theme-map-shell .world-canvas[data-dive-depth="1"] { min-height: 440px; }
.theme-map-shell .world-canvas[data-dive-depth="1"] .globe { width: min(430px,84%); }
.theme-map-shell .world-canvas[data-dive-depth="2"] { min-height: 330px; }
.theme-map-shell .world-canvas[data-dive-depth="2"] .globe { width: min(320px,70%); }
.home-globe-stack .globe-panel[data-dive-depth="1"] .globe { width: min(430px,78%); }
.home-globe-stack .globe-panel[data-dive-depth="2"] .globe { width: min(330px,64%); }

@media (max-width: 1000px) {
  .dive-board { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .theme-map-shell .world-canvas[data-dive-depth="1"] { min-height: clamp(300px,48vw,470px); }
  .theme-map-shell .world-canvas[data-dive-depth="2"] { min-height: clamp(240px,38vw,360px); }
}

@media (max-width: 760px) {
  .dive-board { grid-template-columns: 1fr; }
  .globe-dive-store { padding: 13px; border-radius: 16px; }
  .theme-map-shell .world-canvas[data-dive-depth="1"] { min-height: 400px; }
  .theme-map-shell .world-canvas[data-dive-depth="1"] .globe { width: 370px; height: 370px; }
  .theme-map-shell .world-canvas[data-dive-depth="2"] { min-height: 300px; }
  .theme-map-shell .world-canvas[data-dive-depth="2"] .globe { width: 270px; height: 270px; }
}

@media (prefers-reduced-motion: reduce) {
  .theme-map-shell .world-canvas,.theme-map-shell .world-canvas .globe,.home-globe-stack .globe { transition: none !important; }
  .globe-dive-store,.globe-dive-store * { animation: none !important; transition: none !important; }
}

/* One-click planning surfaces (theme 1.26.0): hero compare CTA, destination
   chip row, tap date-range calendar, party stepper, and holiday planning
   cards. Every surface stays in document flow, keeps 44px touch targets, and
   never paints over the Earth. */
.hero-compare-cta { display: inline-flex; align-items: center; gap: 10px; min-height: 48px; padding: 8px 13px; border: 1px solid rgba(255,255,255,.3); border-radius: 16px; background: #fff; color: var(--ink); box-shadow: 0 12px 30px rgba(255,255,255,.12); }
.hero-compare-cta > i, .hero-compare-cta > svg { width: 19px; flex: 0 0 auto; }
.hero-compare-cta span { display: grid; gap: 1px; }
.hero-compare-cta strong { font-size: 15px; }
.hero-compare-cta small { font-size: 11px; color: var(--muted); }
.hero-compare-cta:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
.hero-planner-quiet { display: inline-flex; align-items: center; gap: 7px; min-height: 44px; margin-top: 8px; color: #b5c2c6; font-size: 13px; text-decoration: underline; text-underline-offset: 3px; }
.hero-planner-quiet :is(i,svg) { width: 15px; height: 15px; }
.hero-planner-quiet:focus-visible { outline: 3px solid #fff; outline-offset: 3px; border-radius: 8px; }
.home-destination-chips { display: flex; align-items: center; gap: 8px; overflow-x: auto; padding: 0 14px 10px; color: #b5c2c6; font-size: 13px; }
.home-destination-chips > span { flex: 0 0 auto; }
.home-destination-chips button { flex: 0 0 auto; min-height: 44px; border: 1px solid rgba(255,255,255,.16); background: rgba(8,28,35,.8); color: #fff; padding: 8px 14px; border-radius: 99px; cursor: pointer; font: 700 13px 'Heebo',sans-serif; }
.home-destination-chips button.is-active { background: var(--lime); border-color: var(--lime); color: var(--ink); font-weight: 800; }
.home-destination-chips button:focus-visible { outline: 3px solid #fff; outline-offset: 2px; }
label[data-party-hidden="true"] { display: none !important; }
.search-dock .trip-calendar,.search-dock .party-panel { grid-column: 1 / -1; }
.search-field-controls > .party-pill { grid-column: 1 / -1; }
.flight-options-grid > .party-pill,.hotel-options-grid > .party-pill,.package-party-grid > .party-pill,.insurance-traveler-grid > .party-pill { grid-column: 1 / -1; }
.trip-calendar { position: static; margin-top: 10px; background: #fff; color: var(--ink); border: 1px solid var(--line); border-radius: 18px; padding: 14px; display: grid; gap: 12px; }
.trip-calendar[hidden] { display: none; }
.trip-calendar-presets { display: flex; flex-wrap: wrap; gap: 8px; }
.trip-calendar-presets button { min-height: 44px; padding: 8px 13px; border: 1px solid var(--line); border-radius: 99px; background: #f5f8f6; color: var(--ink); cursor: pointer; font: 700 13px 'Heebo',sans-serif; }
.trip-calendar-presets button.is-active,.trip-calendar-presets button[aria-pressed="true"] { background: var(--lime); border-color: var(--lime); font-weight: 800; }
.trip-calendar-presets button:focus-visible { outline: 3px solid var(--ink); outline-offset: 2px; }
.trip-calendar-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.trip-calendar-nav { min-height: 44px; min-width: 44px; padding: 6px 12px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); cursor: pointer; font: 700 12px 'Heebo',sans-serif; }
.trip-calendar-nav:disabled { opacity: .4; cursor: default; }
.trip-calendar-nav:focus-visible { outline: 3px solid var(--ink); outline-offset: 2px; }
.trip-calendar-titles { display: flex; gap: 18px; justify-content: center; flex: 1; min-width: 0; font-weight: 800; font-size: 13px; }
.trip-calendar-months { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.trip-calendar-weekdays,.trip-calendar-grid { display: grid; grid-template-columns: repeat(7,minmax(0,1fr)); gap: 2px; }
.trip-calendar-weekdays span { text-align: center; font-size: 11px; color: var(--muted); padding: 4px 0; }
.trip-calendar-day { min-height: 44px; min-width: 0; border: 0; border-radius: 10px; background: transparent; color: var(--ink); cursor: pointer; font: 700 13px 'Heebo',sans-serif; }
.trip-calendar-day:hover { background: #eef4f1; }
.trip-calendar-day:focus-visible { outline: 3px solid var(--ink); outline-offset: -3px; }
.trip-calendar-day[disabled] { color: #b9c4c1; cursor: default; background: transparent; }
.trip-calendar-day[aria-current="date"] { box-shadow: inset 0 0 0 1px var(--line); }
.trip-calendar-day.is-in-range { background: #ecf6d2; border-radius: 0; }
.trip-calendar-day.is-edge { background: var(--lime); font-weight: 800; }
.trip-calendar-status { margin: 0; font-size: 12px; color: var(--muted); }
.trip-calendar-close { justify-self: start; min-height: 44px; padding: 8px 13px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); cursor: pointer; font: 700 12px 'Heebo',sans-serif; }
.trip-calendar-close:focus-visible { outline: 3px solid var(--ink); outline-offset: 2px; }
.party-pill { display: flex; align-items: center; justify-content: space-between; gap: 8px; width: 100%; min-height: 44px; border: 0; border-radius: 9px; background: #f5f8f6; color: var(--ink); padding: 7px 10px; cursor: pointer; font: 800 13px 'Heebo',sans-serif; text-align: right; }
.experience-search .party-pill { border: 1px solid var(--line); background: #f7faf8; }
.party-pill:focus-visible { outline: 3px solid var(--ink); outline-offset: 2px; }
.party-pill-summary { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.party-pill-caret { flex: 0 0 auto; color: var(--muted); }
.party-panel { position: static; margin-top: 10px; background: #fff; color: var(--ink); border: 1px solid var(--line); border-radius: 18px; padding: 12px; display: grid; gap: 10px; }
.party-panel[hidden] { display: none; }
.party-rows { display: grid; gap: 8px; }
.party-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.party-row-label { font-weight: 700; font-size: 13px; }
.party-row-controls { display: flex; align-items: center; gap: 8px; }
.party-row-controls button { min-height: 44px; min-width: 44px; border: 1px solid var(--line); border-radius: 12px; background: #f5f8f6; color: var(--ink); cursor: pointer; font: 800 16px 'Heebo',sans-serif; }
.party-row-controls button:disabled { opacity: .35; cursor: default; }
.party-row-controls button:focus-visible { outline: 3px solid var(--ink); outline-offset: 2px; }
.party-row-controls b { min-width: 26px; text-align: center; font-size: 14px; }
.party-child-ages { display: flex; flex-wrap: wrap; gap: 8px; border-top: 1px solid var(--line); padding-top: 10px; }
.party-child-ages[hidden] { display: none; }
.party-child-age { display: grid; gap: 2px; font-size: 11px; color: var(--muted); }
.party-child-age select { min-height: 44px; border: 1px solid var(--line); border-radius: 9px; background: #f5f8f6; color: var(--ink); padding: 6px 8px; font: 700 13px 'Heebo',sans-serif; }
.party-child-age select:focus-visible { outline: 3px solid var(--ink); outline-offset: 2px; }
.holiday-card .deal-media { position: relative; }
.holiday-card-icon { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); width: 72px; height: 72px; }

@media (max-width: 1000px) {
  .trip-calendar-months { gap: 10px; }
}

@media (max-width: 760px) {
  .trip-calendar { padding: 11px; border-radius: 14px; width: 100%; }
  .trip-calendar-months { grid-template-columns: 1fr; }
  .home-destination-chips { padding: 0 4px 10px; }
  .holiday-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .trip-calendar,.trip-calendar *,.party-panel,.party-panel *,.party-pill,.home-destination-chips button,.hero-compare-cta,.holiday-card { animation: none !important; transition: none !important; }
}

/* Arrival hero (theme 1.28.0): the homepage opens as a full-bleed living
   planet. The stage stacks the glass copy panel over the Earth layer with
   grid areas, so both stay in normal document flow, the copy keeps its
   first position in the reading and tab order, and nothing new floats over
   the dive store or the result card below. */
.home-hero .home-globe-stack { gap: 18px; padding-bottom: 120px; }
.home-hero .hero-arrival-stage { --arrival-shift: clamp(0px, 18vw, 380px); position: relative; z-index: 2; display: grid; grid-template-rows: minmax(0, 1fr); width: 100%; min-height: 92vh; min-height: min(92svh, 1100px); align-items: center; }
.home-hero .hero-arrival-stage > .hero-copy,
.home-hero .hero-arrival-stage > .globe-panel { grid-area: 1 / 1; min-width: 0; }
.home-hero .hero-arrival-stage > .globe-panel { z-index: 2; width: 100%; height: 100%; min-height: 0; align-content: center; gap: 12px; padding-top: 96px; padding-inline-start: var(--arrival-shift); }
.home-hero .hero-arrival-stage .globe { width: min(72vh, 56vw); width: min(74svh, 56vw); max-width: 880px; }
.home-hero .hero-arrival-stage .globe-halo { width: min(64vh, 50vw); height: min(64vh, 50vw); top: 50%; left: calc(50% - var(--arrival-shift) / 2); transform: translate(-50%, -50%); }
.home-hero .hero-arrival-stage > .hero-copy { z-index: 6; align-self: center; justify-self: start; width: min(478px, calc(100% - 28px)); margin-block: 104px 36px; margin-inline-start: clamp(14px, 4vw, 76px); padding: clamp(20px, 3vh, 30px) clamp(18px, 1.8vw, 28px); border: 1px solid rgba(255,255,255,.16); border-radius: 26px; background: rgba(5,19,25,.58); -webkit-backdrop-filter: blur(18px) saturate(1.3); backdrop-filter: blur(18px) saturate(1.3); box-shadow: 0 34px 90px rgba(0,0,0,.5), inset 0 1px rgba(255,255,255,.09); }
.home-hero .hero-arrival-stage .hero-copy h1 { font-size: clamp(38px, 3.3vw, 56px); letter-spacing: -1.9px; margin: 12px 0 14px; max-width: none; }
.home-hero .hero-arrival-stage .hero-copy > p { font-size: 16px; line-height: 1.6; max-width: none; }
.home-hero .hero-arrival-stage .hero-agent-actions { margin-top: 22px; }
.home-hero .hero-arrival-stage .hero-campaign { max-width: none; margin-top: 16px; padding: 14px 15px; }
.home-hero .hero-arrival-stage:has(.globe-panel[data-dive-depth]) { min-height: 0; }
.home-hero .hero-arrival-stage .globe-panel[data-dive-depth="1"] .globe { width: min(430px, 46vh); }
.home-hero .hero-arrival-stage .globe-panel[data-dive-depth="2"] .globe { width: min(330px, 36vh); }
/* The stack is full-bleed now, so the in-flow surfaces below the stage keep
   a readable column instead of stretching edge to edge. */
.home-hero .home-globe-stack > .globe-dive-store,
.home-hero .home-globe-stack > .map-result,
.home-hero .home-globe-stack > .demo-label { width: min(720px, calc(100% - 28px)); justify-self: center; }
/* Short desktop viewports: keep the sphere, the tools, and the reveal strip
   inside the first screen. */
@media (min-width: 761px) and (max-height: 820px) {
  .home-hero .hero-arrival-stage .globe { width: min(60vh, 56vw); width: min(62svh, 56vw); }
  .home-hero .hero-arrival-stage > .globe-panel { padding-top: 88px; }
}

/* Anchored selection card: a compact glass response beside the projected
   point, clamped inside the Earth container. Links reuse the existing map
   URL and the details panel below the globe; keyboard users can reach it
   and Escape closes it. */
.home-globe-stack .globe-arrival-card { position: absolute; z-index: 10; width: min(248px, 76%); display: grid; gap: 8px; padding: 12px 12px 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 15px; color: #fff; background: rgba(5,20,26,.74); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); box-shadow: 0 18px 48px rgba(0,0,0,.45); text-align: right; transform: translate(-50%, -50%); }
.home-globe-stack .globe-arrival-card[hidden] { display: none !important; }
.home-globe-stack .globe-arrival-card > strong { padding-inline-end: 34px; font-size: 14px; line-height: 1.3; overflow-wrap: anywhere; }
.home-globe-stack .globe-arrival-card > small { color: #b9c8cc; font-size: 11px; line-height: 1.45; overflow-wrap: anywhere; }
.home-globe-stack .globe-arrival-card-links { display: grid; gap: 6px; }
.home-globe-stack .globe-arrival-card-links a { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; color: #fff; background: rgba(255,255,255,.07); font-size: 12px; font-weight: 800; }
.home-globe-stack .globe-arrival-card-links a:first-child { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.home-globe-stack .globe-arrival-card-close { position: absolute; top: 6px; left: 6px; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 10px; color: #fff; background: rgba(255,255,255,.08); cursor: pointer; font-size: 16px; line-height: 1; }
.home-globe-stack .globe-arrival-card :is(a, button):focus-visible { outline: 3px solid var(--lime); outline-offset: 2px; }
.home-globe-stack .globe-arrival-card.is-new { animation: globeArrivalCard .34s cubic-bezier(.2,.8,.2,1) both; }
@keyframes globeArrivalCard { from { opacity: 0; transform: translate(-50%, calc(-50% + 8px)); } to { opacity: 1; transform: translate(-50%, -50%); } }

@media (max-width: 1100px) {
  .home-hero .hero-arrival-stage { --arrival-shift: clamp(0px, 11vw, 200px); }
  .home-hero .hero-arrival-stage > .hero-copy { width: min(430px, 46vw); }
  .home-hero .hero-arrival-stage .globe { width: min(58vh, 60vw); width: min(60svh, 60vw); }
}

@media (max-width: 760px) {
  /* Mobile arrival: the Earth owns the top of the first screen. The reveal
     strip and the zoom tools move above the sphere as a compact deck, so the
     glass copy panel can overlap the planet's bottom edge without covering
     any control. */
  .home-hero .home-globe-stack { padding-bottom: 64px; }
  .home-hero .hero-arrival-stage { display: flex; flex-direction: column; align-items: stretch; min-height: 0; padding-top: 74px; }
  .home-hero .hero-arrival-stage > .globe-panel { order: 1; display: flex; flex-direction: column; align-items: center; gap: 10px; height: auto; min-height: 58vh; min-height: min(60svh, 560px); padding: 0 0 8px; }
  .home-hero .hero-arrival-stage .globe-tools { order: -2; }
  .home-hero .hero-arrival-stage .home-reveal-feedback { order: -1; }
  .home-hero .hero-arrival-stage .globe { width: min(92vw, 46vh); width: min(92vw, 48svh); margin-top: 2px; }
  .home-hero .hero-arrival-stage .globe-halo { width: 74vw; height: 74vw; top: 55%; left: 50%; }
  .home-hero .hero-arrival-stage > .hero-copy { order: 2; align-self: center; justify-self: auto; width: min(calc(100% - 24px), 560px); margin: -52px auto 0; padding: 18px 16px 20px; }
  .home-hero .hero-arrival-stage .hero-copy h1 { font-size: 38px; letter-spacing: -1.6px; }
  .home-hero .hero-arrival-stage .hero-copy > p { font-size: 15px; }
  .home-globe-stack .globe-arrival-card { width: min(228px, 82%); }
}

@media (prefers-reduced-motion: reduce) {
  .globe-arrival-card,.globe-arrival-card *,.hero-arrival-stage .hero-copy { animation: none !important; transition: none !important; }
}

/* Voice dock (theme 1.29.0): a circular glass microphone docked at the
   bottom-inline-start corner of every globe container, opening a glass voice
   sheet with a live transcript, an editable text field and one GO action. */
.voice-dock { position: absolute; z-index: 14; inset-inline-end: 14px; inset-block-end: 14px; }
@media (max-height: 700px) {
	.hero-arrival-stage { min-height: auto; padding-block-end: 18px; }
	.hero-arrival-stage .globe-panel .globe { width: min(52svh, 44vw); height: min(52svh, 44vw); }
	.hero-arrival-stage .voice-dock { inset-block-end: 14px; }
}
.voice-dock[hidden],.voice-sheet[hidden],.voice-sheet-note[hidden] { display: none !important; }
.voice-dock-button { position: relative; width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: #fff; background: rgba(5,20,26,.62); box-shadow: 0 14px 34px rgba(0,0,0,.38), inset 0 1px rgba(255,255,255,.14); backdrop-filter: blur(10px); cursor: pointer; }
.voice-dock-button :is(i,svg) { width: 22px; height: 22px; }
.voice-dock-button::after { content: ''; position: absolute; inset: -5px; border: 1px solid rgba(217,255,89,.38); border-radius: 50%; opacity: 0; transform: scale(.92); animation: voiceDockPulse 3.4s ease-in-out infinite; pointer-events: none; }
.voice-dock-button:hover,.voice-dock-button:focus-visible { border-color: rgba(217,255,89,.55); background: rgba(6,25,31,.8); }
.voice-dock-button:focus-visible { outline: 3px solid var(--lime); outline-offset: 2px; }
.voice-dock[data-state="open"] .voice-dock-button { border-color: rgba(217,255,89,.55); background: rgba(6,25,31,.86); }
.voice-dock[data-state="open"] .voice-dock-button::after { animation: none; opacity: 0; }
@keyframes voiceDockPulse { 0%, 64%, 100% { opacity: 0; transform: scale(.92); } 78% { opacity: 1; transform: scale(1.02); } 94% { opacity: 0; transform: scale(1.16); } }
.voice-sheet { position: absolute; z-index: 30; inset-block-end: calc(100% + 12px); inset-inline-start: 0; width: min(360px, 82vw); display: grid; gap: 10px; padding: 16px 16px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; color: #eaf4f6; background: rgba(5,21,27,.92); box-shadow: 0 30px 70px rgba(0,0,0,.5), inset 0 1px rgba(255,255,255,.1); backdrop-filter: blur(18px); text-align: start; }
.voice-sheet-head { display: grid; gap: 2px; }
.voice-sheet-head strong { font-size: 16px; }
.voice-sheet-head small { color: #a9bec3; font-size: 11px; }
.voice-sheet-interim { min-height: 18px; margin: 0; color: var(--lime); font-size: 13px; line-height: 1.45; }
.voice-sheet-interim:empty { min-height: 0; }
.voice-sheet-field { display: grid; gap: 5px; }
.voice-sheet-field span { color: #a9bec3; font-size: 11px; font-weight: 800; }
.voice-sheet-field textarea { min-height: 74px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 13px; color: #f2fbfd; background: rgba(255,255,255,.07); font: inherit; font-size: 14px; line-height: 1.5; resize: vertical; }
.voice-sheet-field textarea:focus-visible { outline: 3px solid var(--lime); outline-offset: 1px; }
.voice-sheet-note { margin: 0; padding: 8px 11px; border: 1px solid rgba(255,255,255,.14); border-radius: 11px; color: #cfe0e4; background: rgba(255,255,255,.06); font-size: 12px; line-height: 1.5; }
.voice-sheet-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.voice-sheet-actions button { min-height: 44px; border-radius: 12px; cursor: pointer; font: inherit; font-weight: 800; }
.voice-sheet-mic { display: inline-flex; align-items: center; gap: 7px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.22); color: #fff; background: rgba(255,255,255,.08); }
.voice-sheet-mic :is(i,svg) { width: 17px; height: 17px; }
.voice-sheet-mic.is-listening { border-color: rgba(217,255,89,.6); color: var(--ink); background: var(--lime); }
.voice-sheet-mic.is-listening :is(i,svg) { animation: voiceMicListening 1.1s ease-in-out infinite alternate; }
@keyframes voiceMicListening { from { transform: scale(1); } to { transform: scale(1.18); } }
.voice-sheet-go { margin-inline-start: auto; padding: 9px 18px; border: 1px solid var(--lime); color: var(--ink); background: var(--lime); }
.voice-sheet-go:disabled { opacity: .6; cursor: progress; }
.voice-sheet-cancel { padding: 9px 12px; border: 0; color: #a9bec3; background: transparent; font-weight: 700; }
.voice-sheet-cancel:hover,.voice-sheet-cancel:focus-visible { color: #fff; }
.voice-sheet-footnote { margin: 0; color: #8ea4aa; font-size: 10px; line-height: 1.5; }
.voice-sheet button:focus-visible { outline: 3px solid var(--lime); outline-offset: 2px; }
.home-globe-stack .voice-dock { inset-block-end: 124px; }
.compact-map { position: relative; }
.compact-map .voice-dock { position: relative; inset: auto; justify-self: start; align-self: end; margin: -68px 4px 8px; }
@media (max-width: 760px) {
  .voice-sheet { position: fixed; z-index: 120; inset: auto 0 0 0; width: auto; border-radius: 22px 22px 0 0; padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px)); }
  /* Mobile arrival deck: the tools and the reveal strip sit above the globe,
     so the mic hugs the sphere's bottom corner just above the copy panel. */
  .home-globe-stack .voice-dock { inset-block-end: 64px; }
}
@media (prefers-reduced-motion: reduce) {
  .voice-dock-button::after,.voice-sheet-mic.is-listening :is(i,svg) { animation: none !important; }
  .voice-sheet { transition: none !important; }
}

/* Agent theater (theme 1.29.0): three staged milestones near the planner
   composer. Stages light only on real signals from the one in-flight
   request; an error hides the strip entirely. */
.voice-theater { margin-top: 14px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.14); border-radius: 17px; background: rgba(255,255,255,.05); }
.voice-theater[hidden] { display: none !important; }
.voice-theater ol { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 8px; margin: 0; padding: 0; list-style: none; }
.voice-theater li { display: flex; align-items: center; gap: 8px; min-height: 44px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; color: #8ea4aa; background: rgba(255,255,255,.04); font-size: 12px; font-weight: 800; opacity: .62; transition: opacity var(--motion-fast) var(--ease-standard), color var(--motion-fast) var(--ease-standard), border-color var(--motion-fast) var(--ease-standard); }
.voice-theater li :is(i,svg) { width: 17px; height: 17px; flex: 0 0 auto; }
.voice-theater li[data-state="active"] { color: #f2fbfd; border-color: rgba(217,255,89,.45); background: rgba(217,255,89,.09); opacity: 1; }
.voice-theater li[data-state="active"] :is(i,svg) { color: var(--lime); animation: voiceTheaterWorking var(--motion-working) ease-in-out infinite alternate; }
.voice-theater li[data-state="complete"] { color: #d7ffb0; border-color: rgba(56,214,149,.4); background: rgba(56,214,149,.08); opacity: 1; }
.voice-theater li[data-state="complete"] :is(i,svg) { color: var(--green); }
@keyframes voiceTheaterWorking { from { transform: scale(1); opacity: .75; } to { transform: scale(1.14); opacity: 1; } }
@media (max-width: 640px) {
  .voice-theater ol { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .voice-theater li,.voice-theater li :is(i,svg) { animation: none !important; transition: none !important; }
}

/* Pillar Earth hubs (theme 1.30.0, badge verticals 1.31.0): a vertical's
   world points above its pillar article. The hero reuses the compact-map
   Earth shell; the anchored selection card gets the same glass treatment it
   has on the homepage. All surfaces stay in document flow and never cover
   the sphere. Pins show difficulty stars (diving) or a region badge. */
.pillar-hero .page-width { position: relative; z-index: 1; display: grid; gap: 46px; justify-items: center; }
.pillar-hero-copy { max-width: 880px; display: grid; gap: 0; justify-items: center; text-align: center; }
.pillar-hero-copy h1 { margin: 16px 0 18px; font-size: clamp(44px,5.6vw,76px); line-height: 1.02; letter-spacing: -3px; }
.pillar-hero-copy h1 em { font-style: normal; color: var(--lime); }
.pillar-hero-copy > p { max-width: 780px; margin: 0; color: #c4d5d8; font-size: 19px; line-height: 1.75; }
.pillar-hero-copy .directory-hero-actions { justify-content: center; flex-wrap: wrap; }
.pillar-globe-panel { width: 100%; }
.pillar-globe-panel .globe { width: min(620px,100%); }
.pillar-pin { display: inline-grid; gap: 2px; place-items: center; padding: 6px 10px 7px; }
.pillar-pin-name { font-size: 11.5px; line-height: 1.1; white-space: nowrap; }
.pillar-pin-stars { font-size: 9px; line-height: 1; letter-spacing: 2px; color: #0c8f5e; }
.pillar-pin-stars[data-difficulty="2"] { color: #b07a00; }
.pillar-pin-stars[data-difficulty="3"] { color: #c2483a; }
.pillar-pin-badge { font-size: 8.5px; line-height: 1.15; letter-spacing: .2px; color: #55707a; font-weight: 800; white-space: nowrap; }
.pillar-globe-panel .globe-webgl.globe-3d-unavailable .price-pin { left: var(--pin-static-x) !important; top: var(--pin-static-y) !important; transform: translate(-50%,-50%); }
.pillar-globe-panel > .button-link { color: #fff; }
.pillar-globe-panel .globe-arrival-card { position: absolute; z-index: 10; width: min(248px, 76%); display: grid; gap: 8px; padding: 12px 12px 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 15px; color: #fff; background: rgba(5,20,26,.74); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); box-shadow: 0 18px 48px rgba(0,0,0,.45); text-align: right; transform: translate(-50%, -50%); }
.pillar-globe-panel .globe-arrival-card[hidden] { display: none !important; }
.pillar-globe-panel .globe-arrival-card > strong { padding-inline-end: 34px; font-size: 14px; line-height: 1.3; overflow-wrap: anywhere; }
.pillar-globe-panel .globe-arrival-card > small { color: #b9c8cc; font-size: 11px; line-height: 1.45; overflow-wrap: anywhere; }
.pillar-globe-panel .globe-arrival-card-links { display: grid; gap: 6px; }
.pillar-globe-panel .globe-arrival-card-links a { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; color: #fff; background: rgba(255,255,255,.07); font-size: 12px; font-weight: 800; }
.pillar-globe-panel .globe-arrival-card-links a:first-child { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.pillar-globe-panel .globe-arrival-card-close { position: absolute; top: 6px; left: 6px; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 10px; color: #fff; background: rgba(255,255,255,.08); cursor: pointer; font-size: 16px; line-height: 1; }
.pillar-globe-panel .globe-arrival-card :is(a, button):focus-visible { outline: 3px solid var(--lime); outline-offset: 2px; }
.pillar-globe-panel .globe-arrival-card.is-new { animation: globeArrivalCard .34s cubic-bezier(.2,.8,.2,1) both; }
.pillar-site-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.pillar-site-card { position: relative; display: grid; gap: 9px; align-content: start; padding: 18px 18px 16px; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: var(--soft-shadow); transition: border-color .2s, box-shadow .2s; }
.pillar-site-card.is-selected { border-color: var(--lime-2); box-shadow: 0 14px 34px rgba(10,30,36,.14); }
.pillar-site-head { display: grid; gap: 2px; }
.pillar-site-head h3 { margin: 0; font-size: 20px; letter-spacing: -.4px; }
.pillar-site-head small { color: var(--muted); font-size: 11.5px; }
.pillar-site-difficulty { display: flex; align-items: center; gap: 8px; margin: 0; font-size: 13px; font-weight: 700; color: #2d4148; }
.pillar-site-difficulty .pillar-pin-stars { font-size: 13px; }
.pillar-site-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; margin: 0; }
.pillar-site-facts > div { border: 1px solid var(--line); border-radius: 11px; padding: 8px 10px; background: #f7faf8; }
.pillar-site-facts dt { color: var(--muted); font-size: 10.5px; font-weight: 700; }
.pillar-site-facts dd { margin: 2px 0 0; font-size: 13px; font-weight: 800; color: var(--ink); }
.pillar-site-summary { margin: 0; color: #364c53; font-size: 14px; line-height: 1.65; }
.pillar-site-focus { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 9px 13px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: #f2f6f3; cursor: pointer; font: inherit; font-size: 13px; font-weight: 800; }
.pillar-site-focus:hover { background: #e9f0ea; }
.pillar-site-focus :is(i,svg) { width: 16px; height: 16px; }
.pillar-site-focus:focus-visible { outline: 3px solid var(--lime-2); outline-offset: 2px; }
.pillar-safety-note { display: flex; gap: 10px; align-items: flex-start; margin: 22px 0 0; padding: 14px 16px; border: 1px solid var(--line); border-radius: 14px; background: #fff; color: #364c53; font-size: 14px; line-height: 1.6; }
.pillar-safety-note :is(i,svg) { width: 18px; height: 18px; flex: 0 0 auto; color: #b07a00; }
.pillar-spokes-empty { margin: 0; padding: 16px 18px; border: 1px dashed var(--line); border-radius: 14px; color: var(--muted); font-size: 15px; }
@media (max-width: 1000px) {
  .pillar-site-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .pillar-hero-copy h1 { letter-spacing: -1.6px; }
  .pillar-site-grid { grid-template-columns: 1fr; }
  .pillar-globe-panel .globe-arrival-card { width: min(228px, 82%); }
}
@media (prefers-reduced-motion: reduce) {
  .pillar-site-card,.pillar-globe-panel .globe-arrival-card,.pillar-globe-panel .globe-arrival-card * { animation: none !important; transition: none !important; }
}

/* Next-action guidance (theme 1.32.0): one shared beacon, planner refinement
   chips, the intent-memory hint, and the quiet planner completion status.
   The beacon paints with outline and box-shadow only, so nothing moves,
   nothing is covered, and no layout shifts; reduced motion swaps the pulse
   for a static ring. */
.next-action-beacon { outline: 2px solid var(--lime-2); outline-offset: 2px; box-shadow: 0 0 0 0 rgba(191,233,52,.55); animation: nextActionPulse 1.7s var(--ease-standard) infinite; }
.next-action-beacon-static { animation: none; box-shadow: 0 0 0 6px rgba(191,233,52,.26); }
@keyframes nextActionPulse { 0% { box-shadow: 0 0 0 0 rgba(191,233,52,.55); } 72% { box-shadow: 0 0 0 13px rgba(191,233,52,0); } 100% { box-shadow: 0 0 0 0 rgba(191,233,52,0); } }
.next-action-live { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.planner-chips { display: grid; gap: 10px; }
.planner-chips[hidden] { display: none !important; }
.planner-chip-group { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; }
.planner-chip-group > small { flex: 0 0 auto; color: var(--muted); font-size: 12px; font-weight: 800; }
.planner-chip-group button { min-height: 44px; padding: 8px 13px; border: 1px solid transparent; border-radius: 99px; background: #eff3f1; color: #4b6268; cursor: pointer; font: inherit; font-size: 13.5px; font-weight: 700; }
.planner-chip-group button:hover { border-color: #99b43a; color: #4a6700; }
.planner-chip-group button:focus-visible { outline: 3px solid var(--lime-2); outline-offset: 2px; }
.planner-chip-group button.is-active { color: #456200; background: #e8ffc0; border-color: #98b83c; }
.planner-chip-group button.is-remembered:not(.is-active) { border-color: #c9d99f; background: #f6ffdf; }
.planner-intent-hint { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin: 0; color: #45595f; font-size: 12.5px; font-weight: 700; }
.planner-intent-hint[hidden] { display: none !important; }
.planner-intent-hint button { min-height: 44px; padding: 6px 12px; border: 1px solid var(--line); border-radius: 99px; background: #fff; color: #45595f; cursor: pointer; font: inherit; font-size: 12px; font-weight: 800; }
.planner-intent-hint button:focus-visible { outline: 3px solid var(--lime-2); outline-offset: 2px; }
.planner-autofill-status { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0; padding: 10px 13px; border: 1px solid #bfd08a; border-radius: 13px; background: #f6ffdf; color: #344408; font-size: 12.5px; font-weight: 700; }
.planner-autofill-status[hidden] { display: none !important; }
.planner-autofill-status b { font-weight: 900; }
@media (prefers-reduced-motion: reduce) {
  .next-action-beacon { animation: none !important; box-shadow: 0 0 0 6px rgba(191,233,52,.26); }
}

/* Found flight prices (theme 1.33.0). A price we actually observed upstream is
   surfaced as a tag on the Earth and as one honest line next to the primary
   call to action. The pin tag is CSS generated from data-found-price so it
   survives the discovery layer swap that rewrites pin text, and so a pin
   without a verified price renders exactly as it does today. */
.globe-webgl .price-pin[data-found-price] { display: inline-grid; place-items: center; row-gap: 1px; line-height: 1.1; }
.globe-webgl .price-pin[data-found-price]::before { content: attr(data-found-price); order: 1; direction: ltr; unicode-bidi: isolate; color: #3f6b00; font-size: 11px; font-weight: 900; letter-spacing: .01em; white-space: nowrap; }
.globe-webgl .price-pin[data-found-price]:hover::before,.globe-webgl .price-pin[data-found-price].is-active::before { color: #2c4c00; }
/* Ambient price pop (theme 1.42.0): the scheduled pin swells and glows with
   the price tag it already shows. Scale and shadow only, on an absolutely
   positioned pin, so the layout never moves; reduced motion never schedules
   one and the animation block below silences any stray frame. */
.globe-webgl .price-pin.is-price-pop { z-index: 8; animation: tripPricePop 1.5s var(--ease-standard); }
.globe-webgl .price-pin.is-price-pop::before { color: #2c4c00; }
@keyframes tripPricePop {
  0% { scale: 1; box-shadow: 0 8px 22px rgba(0,0,0,.32); }
  18% { scale: 1.22; box-shadow: 0 10px 26px rgba(0,0,0,.4), 0 0 0 7px rgba(217,255,89,.34), 0 0 22px 4px rgba(217,255,89,.4); }
  58% { scale: 1.13; box-shadow: 0 10px 24px rgba(0,0,0,.36), 0 0 0 10px rgba(217,255,89,.12), 0 0 16px 2px rgba(217,255,89,.22); }
  100% { scale: 1; box-shadow: 0 8px 22px rgba(0,0,0,.32); }
}
@media (prefers-reduced-motion: reduce) {
  .globe-webgl .price-pin.is-price-pop { animation: none !important; }
}
.found-price { max-width: 430px; display: grid; gap: 5px; justify-items: start; margin: 15px 0 0; padding: 13px 15px; border: 1px solid rgba(7,23,29,.14); border-radius: 15px; background: rgba(255,255,255,.96); box-shadow: 0 10px 26px rgba(0,0,0,.16); color: #12262c; text-align: start; }
.found-price-headline { display: flex; align-items: center; gap: 8px; margin: 0; font-size: 15px; }
.found-price-headline i { width: 18px; height: 18px; flex: 0 0 auto; color: #5f8a00; }
.found-price-headline strong { font-weight: 900; }
.found-price-freshness { margin: 0; color: #4b6268; font-size: 12.5px; font-weight: 700; }
.found-price-cta { min-height: 44px; display: inline-flex; align-items: center; gap: 7px; margin-top: 2px; padding: 9px 15px; border-radius: 99px; background: var(--lime); color: #24350a; font-size: 13.5px; font-weight: 800; text-decoration: none; }
.found-price-cta i { width: 16px; height: 16px; flex: 0 0 auto; }
.found-price-cta:hover { background: var(--lime-2); }
.found-price-cta:focus-visible { outline: 3px solid #07171d; outline-offset: 2px; }
.found-price-scope { margin: 0; color: #52646a; font-size: 11.5px; font-weight: 600; line-height: 1.45; }
.found-price.is-stale { border-color: rgba(7,23,29,.1); background: rgba(255,255,255,.9); }
.found-price.is-stale .found-price-headline i,.found-price.is-stale .found-price-headline strong { color: #4b6268; }
.found-price.is-stale .found-price-cta { background: #eff3f1; color: #2c3f45; }
.pillar-site-card .found-price { max-width: 100%; box-shadow: none; }
.found-price-currency-note { color: #5c6e74; }
@media (max-width: 560px) {
  .found-price { max-width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .found-price-cta { transition: none !important; }
}

/* Commerce next step (theme 1.39.0). One reusable card: a real, owner
   configured affiliate CTA when a program is enabled, or the honest owned
   WhatsApp assisted handoff otherwise. Shared by the insurance page, the
   four pillar hubs and the hotels page. */
.commerce-next-step-card { max-width: 430px; display: grid; gap: 7px; justify-items: start; margin-top: 16px; padding: 15px 17px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--surface); box-shadow: var(--soft-shadow); text-align: start; }
.commerce-next-step-card h3 { margin: 0; font-size: 17px; line-height: 1.3; }
.commerce-next-step-card p { margin: 0; color: var(--muted); font-size: 13.5px; line-height: 1.55; }
.commerce-next-step-card .commerce-next-step-cta { margin-top: 4px; }
.pillar-next { flex-wrap: wrap; }
.pillar-next .commerce-next-step-card { flex: 1 1 100%; }
@media (max-width: 560px) {
  .commerce-next-step-card { max-width: 100%; }
}

/* Insurance and hotels honest next steps (theme 1.39.0, Parts B and E). */
.experience-insurance-partner { margin-top: 18px; }
.experience-hotels-flight-first { margin: 0 0 18px; display: grid; gap: 6px; justify-items: start; }
.experience-hotels-flight-first h2 { margin: 0; font-size: 26px; line-height: 1.2; }
.experience-hotels-flight-first p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.experience-hotels-assist { margin-top: 20px; }

/* Globe arrival card booking CTA (theme 1.39.0, Part A). Reuses the arrival
   card's own glass styling; these children only render once the selected
   pin carries a real, tracked deep link, and stay hidden otherwise so the
   card falls back to its existing map and details links unchanged. */
.globe-arrival-card-book { display: grid; gap: 5px; margin: 2px 0; padding: 9px 10px; border: 1px solid rgba(255,255,255,.22); border-radius: 11px; background: rgba(255,255,255,.08); }
.globe-arrival-card-book[hidden] { display: none !important; }
.globe-arrival-card-book-price { margin: 0; direction: ltr; unicode-bidi: isolate; color: var(--lime); font-size: 15px; font-weight: 900; text-align: right; }
.globe-arrival-card-book-scope { margin: 0; color: #b9c8cc; font-size: 10.5px; line-height: 1.4; }
.globe-arrival-card-book-cta { min-height: 40px; width: 100%; display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 7px 10px; border-radius: 10px; background: var(--lime); color: #24350a; font-size: 12.5px; font-weight: 900; text-decoration: none; }
.globe-arrival-card-book-cta:hover { background: var(--lime-2); }
.globe-arrival-card-book-cta:focus-visible { outline: 3px solid #fff; outline-offset: 2px; }

/* Display currency (theme 1.34.0). Three pills in the header, posted as a real
   form so the choice survives without JavaScript and never reaches a URL. */
.currency-switcher { margin: 0; display: flex; align-items: center; }
.currency-switcher-pills { display: flex; align-items: center; gap: 2px; padding: 3px; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; background: rgba(255,255,255,.07); }
.on-light .currency-switcher-pills { border-color: var(--line); background: #fff; }
.currency-pill {
  min-width: 40px; min-height: 36px; padding: 0 9px; border: 0; border-radius: 11px; background: transparent;
  color: inherit; cursor: pointer; font: 800 14px 'Heebo',sans-serif; line-height: 1; display: grid; place-items: center;
}
.currency-pill span { direction: ltr; unicode-bidi: isolate; }
.currency-pill[aria-pressed="true"] { background: var(--lime); color: #24350a; }
.currency-pill:hover:not([aria-pressed="true"]) { background: rgba(255,255,255,.14); }
.on-light .currency-pill:hover:not([aria-pressed="true"]) { background: #f0f4ee; }
.currency-pill:focus-visible { outline: 3px solid var(--lime); outline-offset: 2px; }
.on-light .currency-pill:focus-visible { outline-color: var(--ink); }
@media (max-width: 760px) {
  .currency-pill { min-width: 38px; padding: 0 7px; font-size: 13px; }
}

/* Trip cost (theme 1.34.0). One observed fare times one traveler count, and an
   explicit list of everything that is deliberately not in the number. */
.trip-cost { margin: 26px auto 0; padding: 18px 20px; border: 1px solid var(--line); border-radius: 20px; background: #fff; display: grid; gap: 11px; justify-items: start; }
.trip-cost-head { display: grid; gap: 4px; }
.trip-cost-head h2 { margin: 0; font-size: 23px; line-height: 1.2; }
.trip-cost-controls { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.trip-cost-controls-label { font-size: 13px; font-weight: 700; color: #4b6268; }
.trip-cost-traveler { min-width: 44px; min-height: 44px; padding: 8px 13px; border: 1px solid var(--line); border-radius: 99px; background: #f5f8f6; color: var(--ink); cursor: pointer; font: 700 14px 'Heebo',sans-serif; }
.trip-cost-traveler[aria-pressed="true"] { background: var(--lime); border-color: var(--lime); font-weight: 900; }
.trip-cost-traveler:focus-visible { outline: 3px solid var(--ink); outline-offset: 2px; }
.trip-cost-output { margin: 0; font-size: 17px; color: #12262c; }
.trip-cost-output strong { font-weight: 900; font-size: 21px; }
.trip-cost-missing { margin: 0; color: #4b6268; font-size: 13px; font-weight: 600; line-height: 1.5; }
.trip-cost-note { margin: 0; color: #52646a; font-size: 11.5px; font-weight: 600; line-height: 1.45; }
@media (max-width: 760px) {
  .trip-cost { padding: 16px; }
  .trip-cost-head h2 { font-size: 20px; }
}

/* One screen decision card (theme 1.35.0). Three real options side by side, a
   traveler stepper that only multiplies, and an opening sequence that covers
   the finished card instead of replacing it, so nothing moves when it ends. */
.decision-card { position: relative; margin: 0 auto 18px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--soft-shadow); display: grid; gap: 12px; }
.decision-card-head { display: grid; gap: 4px; }
.decision-card-head h2 { margin: 0; font-size: clamp(21px,2.4vw,30px); line-height: 1.12; letter-spacing: -.6px; }
.decision-card-lede { margin: 0; color: #4b6268; font-size: 13px; font-weight: 600; line-height: 1.45; }
.decision-card-fill { position: absolute; inset: 0; z-index: 2; margin: 0; padding: 20px; border-radius: 22px; background: #fff; display: grid; align-content: center; justify-items: center; gap: 12px; text-align: center; }
/* The author display rule above outranks the hidden attribute, so the overlay
   must be switched off explicitly or it keeps covering the booking actions. */
.decision-card-fill[hidden] { display: none !important; }
.decision-card-fill-line { opacity: 0; transform: translateY(var(--motion-shift-sm)); transition: opacity var(--motion-base) var(--ease-standard), transform var(--motion-base) var(--ease-standard); color: #12262c; font-size: 17px; font-weight: 800; }
.decision-card-fill-line[data-decision-card-fill-shown="true"] { opacity: 1; transform: none; }
.decision-card-travelers { display: flex; align-items: center; gap: 8px; }
.decision-card-travelers-label { font-size: 13px; font-weight: 700; color: #4b6268; }
.decision-card-step { min-width: 44px; min-height: 44px; padding: 0; border: 1px solid var(--line); border-radius: 99px; background: #f5f8f6; color: var(--ink); cursor: pointer; font: 900 18px 'Heebo',sans-serif; }
.decision-card-step:disabled { opacity: .45; cursor: default; }
.decision-card-step:focus-visible { outline: 3px solid var(--ink); outline-offset: 2px; }
.decision-card-travelers-value { min-width: 34px; text-align: center; font-size: 18px; font-weight: 900; color: var(--ink); }
.decision-card-tiers { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.decision-tier { display: grid; gap: 7px; align-content: start; padding: 14px 15px; border: 1px solid var(--line); border-radius: 18px; background: #f9fbf9; }
.decision-tier-label { justify-self: start; padding: 4px 10px; border-radius: 99px; background: var(--lime); color: var(--ink); font-size: 12px; font-weight: 900; }
.decision-tier-total { margin: 0; display: grid; gap: 2px; }
.decision-tier-total strong { font-size: 27px; font-weight: 900; line-height: 1.05; color: #0b1f26; }
.decision-tier-party { color: #4b6268; font-size: 12px; font-weight: 700; }
.decision-tier-person { margin: 0; color: #12262c; font-size: 13px; font-weight: 700; }
.decision-tier-facts { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; color: #52646a; font-size: 12.5px; font-weight: 600; }
.decision-tier-facts li { display: flex; align-items: center; gap: 6px; }
.decision-tier-facts i { width: 14px; height: 14px; flex: 0 0 auto; }
.decision-tier-cta { min-height: 44px; display: flex; align-items: center; justify-content: center; gap: 7px; padding: 10px 12px; border-radius: 13px; background: var(--ink); color: #fff; font-size: 14px; font-weight: 900; text-align: center; }
.decision-tier-cta i { width: 15px; height: 15px; }
.decision-tier-cta:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; }
.decision-tier.is-stale .decision-tier-label { background: var(--yellow); }
.decision-card-live { margin: 0; height: 0; overflow: hidden; }
.decision-card-freshness { margin: 0; color: #4b6268; font-size: 12px; font-weight: 700; }
.decision-card-scope { margin: 0; color: #52646a; font-size: 11.5px; font-weight: 600; line-height: 1.45; }
.decision-card-pending { display: grid; gap: 11px; }
.decision-card-pending-copy { margin: 0; color: #12262c; font-size: 15px; font-weight: 600; line-height: 1.5; }
.decision-card-pending-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.decision-card-pending-primary,.decision-card-pending-secondary { min-height: 44px; display: inline-flex; align-items: center; gap: 7px; padding: 10px 15px; border-radius: 13px; font-size: 14px; font-weight: 900; }
.decision-card-pending-primary { background: var(--ink); color: #fff; }
.decision-card-pending-secondary { background: #f5f8f6; border: 1px solid var(--line); color: var(--ink); }
.decision-card-pending-primary:focus-visible,.decision-card-pending-secondary:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; }
@media (max-width: 760px) {
  .decision-card { padding: 14px; gap: 9px; border-radius: 18px; }
  .decision-card-head h2 { font-size: 19px; }
  .decision-card-lede { font-size: 12px; }
  .decision-card-fill { padding: 14px; border-radius: 18px; }
  .decision-card-fill-line { font-size: 15px; }
  .decision-card-tiers { grid-template-columns: 1fr; gap: 7px; }
  .decision-tier { grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 4px 10px; padding: 9px 11px; border-radius: 14px; }
  .decision-tier-label { grid-column: 1; font-size: 11px; padding: 3px 8px; }
  .decision-tier-total { grid-column: 2; grid-row: 1 / span 2; justify-items: end; text-align: end; }
  .decision-tier-total strong { font-size: 22px; }
  .decision-tier-person { grid-column: 1; font-size: 12px; }
  .decision-tier-facts { grid-column: 1 / -1; grid-auto-flow: column; grid-auto-columns: max-content; justify-content: start; gap: 9px; font-size: 11.5px; }
  .decision-tier-cta { grid-column: 1 / -1; min-height: 40px; padding: 8px 10px; font-size: 13px; }
  .decision-card-freshness { font-size: 11px; }
  .decision-card-scope { font-size: 10.5px; line-height: 1.4; }
}
@media (prefers-reduced-motion: reduce) {
  .decision-card-fill { display: none; }
  .decision-card-fill-line { transition: none; opacity: 1; transform: none; }
}

/* Travelpayouts White Label metasearch: real availability under the instant price card. */
.experience-metasearch { margin-block: 26px 8px; padding: 22px; border-radius: 26px; border: 1px solid rgba(255,255,255,.12); background: rgba(6,25,31,.55); }
.experience-metasearch-heading { margin-block-end: 16px; }
.experience-metasearch-heading h2 { margin: 6px 0 6px; font-size: clamp(20px, 2.4vw, 26px); }
.experience-metasearch-heading p { margin: 0; color: rgba(255,255,255,.72); font-size: 15px; max-width: 62ch; }
.experience-metasearch #tpwl-search, .experience-metasearch #tpwl-tickets { direction: rtl; }
.experience-metasearch #tpwl-tickets:empty { display: none; }
@media (max-width: 760px) { .experience-metasearch { padding: 16px; border-radius: 20px; } }
/* The metasearch section must never promise availability it is not showing:
   when the provider widget has not mounted, the whole block stays hidden. */
.experience-metasearch:has(#tpwl-search:empty) { display: none; }

/* Cost answers: the extractable answer, the real comparison and the honest
   unknowns. No script runs on this template, so every state below is a static
   paint that arrives finished. */
.cost-answer-page { background: var(--paper); color: var(--ink); }
.cost-answer-hero { padding: 34px 0 10px; background: radial-gradient(circle at 18% 10%,#12363f,#06161c 62%); color: #fff; }
.cost-answer-hero .breadcrumbs { margin-bottom: 12px; }
.cost-answer-hero .eyebrow { color: var(--lime); }
.cost-answer-hero h1 { max-width: 22ch; margin: 8px 0 18px; font-size: clamp(30px,4.2vw,54px); line-height: 1.04; letter-spacing: -1.5px; }
.cost-answer-card { max-width: 74ch; margin: 0 0 34px; padding: 20px; border-radius: var(--radius); border: 1px solid rgba(255,255,255,.14); background: rgba(6,25,31,.6); display: grid; gap: 10px; }
.cost-answer-sentence { margin: 0; font-size: clamp(18px,2.1vw,23px); line-height: 1.45; }
.cost-answer-sentence strong { font-weight: 800; }
.cost-answer-freshness { margin: 0; display: flex; align-items: center; gap: 7px; color: var(--lime); font-size: 14px; font-weight: 700; }
.cost-answer-freshness i { width: 16px; height: 16px; }
.cost-answer-scope { margin: 0; color: rgba(255,255,255,.74); font-size: 13px; line-height: 1.5; }
.cost-answer-cta { min-height: 44px; align-self: start; display: inline-flex; align-items: center; gap: 8px; padding: 11px 17px; border-radius: 14px; background: var(--lime); color: var(--ink); font-weight: 900; }
.cost-answer-cta:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.cost-answer-pending-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.cost-answer-pending-actions .button-link { color: #fff; }
.cost-answer-section .section-heading { margin-bottom: 6px; }
.cost-answer-section .section-heading p { max-width: 76ch; }
.cost-answer-note { max-width: 82ch; margin: 12px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.cost-answer-table caption { color: var(--ink); }
.cost-answer-table th[scope="row"] { color: var(--ink); font-weight: 800; }
.cost-answer-row-unknown td:nth-child(2) { color: var(--ink); font-weight: 700; }
.cost-answer-tips { max-width: 88ch; margin: 18px 0 0; padding-inline-start: 22px; display: grid; gap: 16px; }
.cost-answer-tips li h3 { margin: 0 0 5px; font-size: 18px; }
.cost-answer-tips li p { margin: 0; color: #465b61; font-size: 15px; line-height: 1.6; }
.cost-answer-guidance { max-width: 84ch; margin: 14px 0 0; padding-inline-start: 22px; display: grid; gap: 8px; color: #465b61; font-size: 15px; line-height: 1.6; }
.cost-answer-faq h2 { margin-top: 0; }
.cost-answer-faq h3 { margin: 22px 0 6px; font-size: 19px; }
.cost-answer-faq p { margin: 0; max-width: 84ch; }
@media (max-width: 760px) {
  .cost-answer-hero { padding: 24px 0 8px; }
  .cost-answer-card { padding: 15px; border-radius: 18px; }
  .cost-answer-sentence { font-size: 17px; }
  .cost-answer-tips { gap: 13px; }
}

/* The assembled trip proposal (theme 1.40.0): a finished, editable, server
   rendered panel that opens in place. In flow on the comparison and hub
   templates; an anchored overlay inside the globe panels. It never forces the
   page to scroll sideways at 375px: the panel caps its own height and scrolls
   internally instead. */
.trip-proposal-region { margin: 0 auto 18px; display: grid; justify-items: center; }
.trip-proposal-region:empty,.trip-proposal-dock:empty { display: none; margin: 0; }
.trip-proposal-trigger { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border: 1px solid var(--line); border-radius: 99px; background: var(--lime); color: var(--ink); cursor: pointer; font: 900 14px 'Heebo',sans-serif; }
.trip-proposal-trigger i { width: 16px; height: 16px; }
.trip-proposal-trigger:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; }
.trip-proposal-trigger[hidden] { display: none !important; }
.trip-proposal { position: relative; width: 100%; max-width: 560px; margin: 12px auto 0; padding: 16px 18px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--soft-shadow); display: grid; grid-auto-rows: max-content; gap: 11px; max-height: min(78vh, 640px); overflow-y: auto; overflow-x: hidden; overscroll-behavior: contain; text-align: start; }
.trip-proposal[hidden] { display: none !important; }
.trip-proposal:focus-visible { outline: 3px solid var(--ink); outline-offset: 2px; }
.trip-proposal-close { position: absolute; top: 10px; left: 10px; z-index: 3; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 12px; background: #f5f8f6; color: var(--ink); cursor: pointer; font-size: 17px; line-height: 1; }
.trip-proposal-close:focus-visible { outline: 3px solid var(--ink); outline-offset: 2px; }
.trip-proposal-fill { position: absolute; inset: 0; z-index: 2; margin: 0; padding: 18px; border-radius: 20px; background: #fff; display: grid; align-content: center; justify-items: center; gap: 12px; text-align: center; }
.trip-proposal-fill[hidden] { display: none !important; }
.trip-proposal-fill-line { opacity: 0; transform: translateY(var(--motion-shift-sm)); transition: opacity var(--motion-base) var(--ease-standard), transform var(--motion-base) var(--ease-standard); color: #12262c; font-size: 16px; font-weight: 800; }
.trip-proposal-fill-line[data-trip-proposal-fill-shown="true"] { opacity: 1; transform: none; }
.trip-proposal-body { display: grid; gap: 11px; }
.trip-proposal-title { margin: 0; padding-inline-end: 50px; font-size: clamp(19px,2.2vw,24px); line-height: 1.15; letter-spacing: -.4px; color: var(--ink); }
.trip-proposal-travelers { display: flex; align-items: center; gap: 8px; }
.trip-proposal-travelers-label { font-size: 13px; font-weight: 700; color: #4b6268; }
.trip-proposal-step { min-width: 44px; min-height: 44px; padding: 0; border: 1px solid var(--line); border-radius: 99px; background: #f5f8f6; color: var(--ink); cursor: pointer; font: 900 18px 'Heebo',sans-serif; }
.trip-proposal-step:disabled { opacity: .45; cursor: default; }
.trip-proposal-step:focus-visible { outline: 3px solid var(--ink); outline-offset: 2px; }
.trip-proposal-travelers-value { min-width: 34px; text-align: center; font-size: 18px; font-weight: 900; color: var(--ink); }
.trip-proposal-tier-choices { display: flex; flex-wrap: wrap; gap: 7px; }
.trip-proposal-tier-choice { min-height: 44px; padding: 8px 14px; border: 1px solid var(--line); border-radius: 99px; background: #f5f8f6; color: var(--ink); cursor: pointer; font: 800 13px 'Heebo',sans-serif; }
.trip-proposal-tier-choice.is-current { background: var(--ink); border-color: var(--ink); color: #fff; }
.trip-proposal-tier-choice:focus-visible { outline: 3px solid var(--ink); outline-offset: 2px; }
.trip-proposal-flight { display: grid; gap: 6px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 16px; background: #f9fbf9; }
.trip-proposal-flight[hidden] { display: none !important; }
.trip-proposal-flight-total { margin: 0; display: grid; gap: 2px; }
.trip-proposal-flight-total strong { font-size: 26px; font-weight: 900; line-height: 1.05; color: #0b1f26; }
.trip-proposal-flight-total span { color: #4b6268; font-size: 12px; font-weight: 700; }
.trip-proposal-flight-person { margin: 0; color: #12262c; font-size: 13px; font-weight: 700; }
.trip-proposal-flight-facts { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; color: #52646a; font-size: 12.5px; font-weight: 600; }
.trip-proposal-flight-facts li { display: flex; align-items: center; gap: 6px; }
.trip-proposal-flight-facts i { width: 14px; height: 14px; flex: 0 0 auto; }
.trip-proposal-addons { display: grid; gap: 7px; }
.trip-proposal-addons-heading { font-size: 13px; font-weight: 800; color: #4b6268; }
.trip-proposal-addon-rows { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.trip-proposal-addon { display: grid; gap: 6px; }
.trip-proposal-addon-toggle { min-height: 44px; display: flex; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 13px; background: #fff; color: var(--ink); cursor: pointer; font: 700 13.5px 'Heebo',sans-serif; text-align: start; }
.trip-proposal-addon-toggle small { margin-inline-start: auto; color: #52646a; font-size: 11px; font-weight: 600; }
.trip-proposal-addon-mark { width: 20px; height: 20px; flex: 0 0 auto; border: 2px solid #9db2ac; border-radius: 7px; background: #fff; display: grid; place-items: center; }
.trip-proposal-addon-toggle[aria-checked="true"] { border-color: var(--ink); background: #f2f8ec; }
.trip-proposal-addon-toggle[aria-checked="true"] .trip-proposal-addon-mark { border-color: var(--ink); background: var(--lime); }
.trip-proposal-addon-toggle[aria-checked="true"] .trip-proposal-addon-mark::after { content: ''; width: 9px; height: 9px; border-radius: 3px; background: var(--ink); }
.trip-proposal-addon-toggle:focus-visible { outline: 3px solid var(--ink); outline-offset: 2px; }
.trip-proposal-addon-link { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 11px; background: #f5f8f6; color: var(--ink); font-size: 12.5px; font-weight: 800; }
.trip-proposal-addon-link i { width: 14px; height: 14px; }
.trip-proposal-addon-link:focus-visible { outline: 3px solid var(--ink); outline-offset: 2px; }
.trip-proposal-addon-link[hidden] { display: none !important; }
.trip-proposal-total { margin: 0; color: #12262c; font-size: 14px; font-weight: 800; line-height: 1.5; }
.trip-proposal-actions { display: grid; gap: 8px; }
.trip-proposal-book { min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 7px; padding: 11px 13px; border-radius: 13px; background: var(--ink); color: #fff; font-size: 14.5px; font-weight: 900; text-align: center; }
.trip-proposal-book i { width: 15px; height: 15px; }
.trip-proposal-book:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; }
.trip-proposal-whatsapp { min-height: 44px; display: flex; align-items: center; justify-content: center; gap: 7px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 13px; background: #f5f8f6; color: var(--ink); font-size: 13.5px; font-weight: 800; text-align: center; }
.trip-proposal-whatsapp i { width: 15px; height: 15px; }
.trip-proposal-whatsapp:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; }
.trip-proposal-scope { margin: 0; color: #52646a; font-size: 11.5px; font-weight: 600; line-height: 1.45; }
.trip-proposal-freshness { margin: 0; color: #4b6268; font-size: 12px; font-weight: 700; }
/* Opening live-check sequence (theme 1.41.0, staged rings 1.42.0): the
   server-authored sentences run as work steps above the finished body. Each
   step carries a small ring that spins while its line types and snaps to a
   check the moment the line lands, the mentioned fields pulse awake with the
   next-action lime, and everything not yet mentioned waits dimmed. While the
   sequence runs the body takes no taps, so the first tap can only ever skip
   to the finished panel, never activate a control through the dim. */
.trip-proposal-screen { display: grid; gap: 7px; min-height: 24px; }
.trip-proposal-screen[hidden] { display: none !important; }
.trip-proposal-step-row { display: flex; align-items: flex-start; gap: 9px; }
.trip-proposal-step-ring { position: relative; flex: 0 0 auto; width: 17px; height: 17px; margin-top: 2px; border: 2px solid rgba(11,31,38,.16); border-radius: 50%; background: transparent; transition: background var(--motion-fast) var(--ease-standard), border-color var(--motion-fast) var(--ease-standard); }
.trip-proposal-step-row.is-spinning .trip-proposal-step-ring { border-color: rgba(11,31,38,.14); border-top-color: #0b1f26; animation: tripStepRingSpin .7s linear infinite; }
.trip-proposal-step-row.is-done .trip-proposal-step-ring { border-color: var(--lime-2); background: var(--lime); animation: tripStepRingSnap .3s var(--ease-confirm); }
.trip-proposal-step-row.is-done .trip-proposal-step-ring::after { content: ''; position: absolute; top: 3px; left: 3px; width: 7px; height: 4px; border-left: 2px solid var(--ink); border-bottom: 2px solid var(--ink); transform: rotate(-45deg); }
@keyframes tripStepRingSpin { to { transform: rotate(360deg); } }
@keyframes tripStepRingSnap { 0% { transform: scale(.55); } 62% { transform: scale(1.22); } 100% { transform: scale(1); } }
.trip-proposal-screen-line { margin: 0; color: #0b1f26; font-size: 15px; font-weight: 800; line-height: 1.45; }
.trip-proposal-screen-line[data-trip-proposal-screen-line="check"] { color: #35545c; font-weight: 700; }
/* The verdict is the last step of the run and reads like one. */
.trip-proposal-step-row:last-child .trip-proposal-screen-line[data-trip-proposal-screen-line="verdict"] { font-size: 17px; font-weight: 900; letter-spacing: -.2px; }
.trip-proposal-screen-line.is-typing::after { content: ''; display: inline-block; width: 2px; height: 1em; margin-inline-start: 3px; vertical-align: text-bottom; background: var(--lime-2); animation: tripProposalCaret 0.8s steps(2, start) infinite; }
@keyframes tripProposalCaret { to { visibility: hidden; } }
.trip-proposal[data-trip-proposal-state="checking"] .trip-proposal-body { pointer-events: none; }
.trip-proposal[data-trip-proposal-state="checking"] .trip-proposal-body > * { opacity: .16; transition: opacity var(--motion-base) var(--ease-standard); }
.trip-proposal[data-trip-proposal-state="checking"] .trip-proposal-body > .trip-proposal-title { opacity: 1; }
.trip-proposal[data-trip-proposal-state="checking"] .trip-proposal-body > .is-live-armed,
.trip-proposal[data-trip-proposal-state="checking"] .trip-proposal-body .is-live-armed { opacity: 1; }
.trip-proposal .is-live-armed { animation: tripProposalArm 0.9s var(--ease-standard); border-radius: 13px; }
@keyframes tripProposalArm { 0% { box-shadow: 0 0 0 0 rgba(191,233,52,.55); } 70% { box-shadow: 0 0 0 9px rgba(191,233,52,0); } 100% { box-shadow: 0 0 0 0 rgba(191,233,52,0); } }
/* The landing (theme 1.42.0): when the run completes on its own the tier
   cards land one by one, 120ms apart, then the rest of the finished panel
   settles behind them. A skip, Escape or reduced motion lands instantly:
   the instant landing carries no transition at all. */
.trip-proposal[data-trip-proposal-state="checking"] .trip-proposal-tier-choice { opacity: 0; translate: 0 14px; }
.trip-proposal[data-trip-proposal-landing="staged"] .trip-proposal-tier-choice { opacity: 1; translate: none; transition: opacity .38s var(--ease-confirm), translate .38s var(--ease-confirm); }
.trip-proposal[data-trip-proposal-landing="staged"] .trip-proposal-tier-choice:nth-child(1) { transition-delay: 40ms; }
.trip-proposal[data-trip-proposal-landing="staged"] .trip-proposal-tier-choice:nth-child(2) { transition-delay: 160ms; }
.trip-proposal[data-trip-proposal-landing="staged"] .trip-proposal-tier-choice:nth-child(3) { transition-delay: 280ms; }
.trip-proposal[data-trip-proposal-landing="staged"] .trip-proposal-body > * { transition: opacity .4s var(--ease-standard); }
.trip-proposal[data-trip-proposal-landing="staged"] .trip-proposal-body > .trip-proposal-flight { transition-delay: 120ms; }
.trip-proposal[data-trip-proposal-landing="staged"] .trip-proposal-body > .trip-proposal-addons { transition-delay: 220ms; }
.trip-proposal[data-trip-proposal-landing="staged"] .trip-proposal-body > .trip-proposal-total { transition-delay: 300ms; }
.trip-proposal[data-trip-proposal-landing="staged"] .trip-proposal-body > .trip-proposal-actions { transition-delay: 380ms; }
.trip-proposal[data-trip-proposal-landing="instant"] .trip-proposal-body > *,
.trip-proposal[data-trip-proposal-landing="instant"] .trip-proposal-tier-choice { transition: none; }
/* The finished choices read as one-tap decision cards: the real tiers with
   their real fares, then the two big exits. */
.trip-proposal[data-trip-proposal-check-prices-line] .trip-proposal-tier-choices { display: grid; grid-template-columns: repeat(auto-fit, minmax(96px, 1fr)); gap: 8px; }
.trip-proposal[data-trip-proposal-check-prices-line] .trip-proposal-tier-choice { min-height: 62px; display: grid; align-content: center; justify-items: center; gap: 3px; padding: 9px 10px; border-radius: 14px; }
.trip-proposal-tier-choice-name { font-size: 13px; font-weight: 800; }
.trip-proposal-tier-choice-price { font-size: 15px; font-weight: 900; }
.trip-proposal[data-trip-proposal-check-prices-line] .trip-proposal-tier-choice.is-current { box-shadow: 0 0 0 2px var(--lime-2); }
.trip-proposal[data-trip-proposal-check-prices-line] .trip-proposal-book { min-height: 56px; font-size: 16px; border-radius: 15px; }
.trip-proposal[data-trip-proposal-check-prices-line] .trip-proposal-whatsapp { min-height: 52px; font-size: 14.5px; border-radius: 15px; }
/* The docked panels stay invisible parts of the globe container until the
   takeover lifts one out (theme 1.42.0). Nothing anchored to the sphere can
   clip the open proposal anymore. */
.pillar-globe-panel { position: relative; }
.globe-panel .trip-proposal-dock,.pillar-globe-panel .trip-proposal-dock { display: contents; }
.globe-arrival-card-proposal { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 7px 10px; border: 1px solid var(--lime); border-radius: 10px; color: var(--ink); background: var(--lime); cursor: pointer; font: 800 12px 'Heebo',sans-serif; }
.globe-arrival-card-proposal[hidden] { display: none !important; }
.globe-arrival-card-proposal:focus-visible { outline: 3px solid var(--lime); outline-offset: 2px; }
@media (max-width: 760px) {
  .trip-proposal { padding: 13px; gap: 9px; border-radius: 16px; }
  .trip-proposal-title { font-size: 18px; }
  .trip-proposal-fill { padding: 13px; border-radius: 16px; }
  .trip-proposal-fill-line { font-size: 14.5px; }
  .trip-proposal-flight-total strong { font-size: 22px; }
  .trip-proposal-screen-line { font-size: 13.5px; }
}
@media (prefers-reduced-motion: reduce) {
  .trip-proposal-fill { display: none; }
  .trip-proposal-fill-line { transition: none; opacity: 1; transform: none; }
  .trip-proposal,.trip-proposal * { animation: none !important; transition: none !important; }
  .trip-proposal[data-trip-proposal-state="checking"] .trip-proposal-body > * { opacity: 1; }
  .trip-proposal[data-trip-proposal-state="checking"] .trip-proposal-tier-choice { opacity: 1; translate: none; }
  .trip-proposal-screen-line.is-typing::after { display: none; }
}

/* The takeover stage (theme 1.42.0): one fixed layer over the whole page.
   The planet dims behind a deep glass backdrop, the same server-rendered
   panel node stands on a centered stage at full readable size, and page
   scroll is locked with this one overflow class while it is open. No wheel
   or touchmove listener exists anywhere in this system; the lock is pure
   CSS and the panel keeps its own internal scroll. */
html.is-trip-takeover-open { overflow: hidden; }
.trip-takeover { position: fixed; inset: 0; z-index: 400; display: grid; place-items: center; padding: clamp(10px, 3.4vh, 40px) 14px; }
.trip-takeover[hidden] { display: none !important; }
.trip-takeover-backdrop { position: absolute; inset: 0; background: radial-gradient(130% 120% at 50% 24%, rgba(9,30,38,.78), rgba(3,10,14,.92) 70%); -webkit-backdrop-filter: blur(9px) saturate(.85); backdrop-filter: blur(9px) saturate(.85); }
.trip-takeover-stage { position: relative; z-index: 1; width: min(640px, 100%); max-height: 100%; display: grid; grid-template-rows: auto minmax(0, 1fr); gap: 10px; }
.trip-takeover-chrome { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.trip-takeover-back { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; padding: 9px 15px; border: 1px solid rgba(255,255,255,.26); border-radius: 99px; background: rgba(5,20,26,.55); color: #fff; cursor: pointer; font: 800 13.5px 'Heebo',sans-serif; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.trip-takeover-back-arrow { width: 8px; height: 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(-45deg); }
.trip-takeover-sound { position: relative; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; background: rgba(5,20,26,.55); color: #fff; cursor: pointer; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.trip-takeover-sound-icon { position: relative; width: 15px; height: 14px; background: currentColor; clip-path: polygon(0 32%, 38% 32%, 92% 0, 92% 100%, 38% 68%, 0 68%); }
.trip-takeover-sound.is-muted { color: #93a6ac; }
.trip-takeover-sound.is-muted::after { content: ''; position: absolute; width: 24px; height: 2px; border-radius: 2px; background: #fff; transform: rotate(-45deg); }
.trip-takeover-back:focus-visible,.trip-takeover-sound:focus-visible { outline: 3px solid var(--lime); outline-offset: 2px; }
.trip-takeover-stage .trip-proposal { width: 100%; max-width: none; margin: 0; max-height: min(80vh, 780px); padding: 18px 22px 20px; border: 0; border-radius: 24px; box-shadow: 0 44px 130px rgba(0,0,0,.6), 0 0 0 1px rgba(255,255,255,.09); }
/* Inside the takeover the chrome row's back pill, the backdrop and Escape
   own the exit; the docked panel's own corner close button would only
   duplicate them against the transcript's edge, so the stage hides it. The
   docked fallback keeps the button untouched. */
.trip-takeover-stage .trip-proposal-close { display: none; }
.trip-takeover.is-open .trip-takeover-backdrop { animation: tripTakeoverFade .34s var(--ease-standard) both; }
.trip-takeover.is-open .trip-takeover-stage { animation: tripTakeoverRise .46s var(--ease-confirm) both; }
@keyframes tripTakeoverFade { from { opacity: 0; } }
@keyframes tripTakeoverRise { from { opacity: 0; transform: translateY(20px) scale(.965); } }
/* The pin acknowledgment: the tapped pin answers for ~300ms before the
   takeover opens over it. */
.globe-webgl .price-pin.is-proposal-pulse { z-index: 10; animation: tripPinAcknowledge .3s var(--ease-standard); }
@keyframes tripPinAcknowledge { 0% { box-shadow: 0 0 0 0 rgba(217,255,89,.65); } 45% { scale: 1.16; } 100% { scale: 1; box-shadow: 0 0 0 14px rgba(217,255,89,0); } }
/* Slimmed arrival card while a proposal panel exists for the selection: the
   destination name, the found price, the start button and the map link stay,
   everything the takeover now owns steps back. */
.globe-arrival-card[data-trip-proposal-card-mode="takeover"] > small { display: none; }
.globe-arrival-card[data-trip-proposal-card-mode="takeover"] .globe-arrival-card-book-scope,
.globe-arrival-card[data-trip-proposal-card-mode="takeover"] .globe-arrival-card-book-cta { display: none; }
.globe-arrival-card[data-trip-proposal-card-mode="takeover"] .globe-arrival-card-book { margin: 0; padding: 7px 10px; }
.globe-arrival-card[data-trip-proposal-card-mode="takeover"] .globe-arrival-card-links a:not(:first-child) { display: none; }
.globe-arrival-card[data-trip-proposal-card-mode="takeover"] .globe-arrival-card-proposal { min-height: 44px; font-size: 13.5px; }
@media (max-width: 760px) {
  /* Mobile: the stage is edge to edge, the chrome floats over the panel top,
     and the panel owns the full height with its own internal scroll. */
  .trip-takeover { padding: 0; place-items: stretch; }
  .trip-takeover-stage { width: 100%; grid-template-rows: minmax(0, 1fr); gap: 0; }
  .trip-takeover-chrome { position: absolute; z-index: 3; top: 8px; inset-inline: 10px; }
  .trip-takeover-back { border-radius: 13px; }
  .trip-takeover-stage .trip-proposal { max-height: none; height: 100%; border-radius: 0; padding: 64px 14px 18px; }
  .trip-takeover-stage .trip-proposal .trip-proposal-close { top: 64px; }
}
@media (prefers-reduced-motion: reduce) {
  .trip-takeover,.trip-takeover *,.globe-webgl .price-pin.is-proposal-pulse { animation: none !important; transition: none !important; }
}

/* --- Premium planet (theme 1.43.0) ----------------------------------------
   The streamed photorealistic upgrade lives inside the same .globe panel as
   the legacy sphere. The stage carries no z-index on purpose: it paints above
   the legacy canvas by DOM order and stays below every pin, hub, route curve
   and card, all of which own positive z-indexes. */
.globe-premium-upgrade { position: absolute; bottom: 14px; left: 50%; transform: translate(-50%, 0); z-index: 9; display: inline-flex; align-items: center; gap: 8px; min-width: 44px; min-height: 44px; padding: 0 16px; color: #fff; font-family: inherit; font-size: 13.5px; font-weight: 700; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: linear-gradient(135deg, rgba(3,17,22,.86), rgba(10,46,60,.86)); box-shadow: 0 10px 26px rgba(0,0,0,.35); cursor: pointer; backdrop-filter: blur(6px); transition: border-color .2s, transform .2s; }
.globe-premium-upgrade:hover, .globe-premium-upgrade:focus-visible { border-color: rgba(106,225,255,.75); transform: translate(-50%, -1px); }
/* The authored display would otherwise defeat the hidden attribute the
   server ships and the guards toggle. */
.globe-premium-upgrade[hidden] { display: none; }
.globe-premium-upgrade i { width: 17px; height: 17px; color: var(--aqua); }
.globe-premium-stage { position: absolute; inset: 0; opacity: 0; outline: none; }
.is-premium-planet-streaming .globe-premium-stage { opacity: 0; }
.is-premium-planet-active .globe-premium-stage { opacity: 1; transition: opacity .65s ease; }
.is-premium-planet-active canvas[data-globe-canvas] { opacity: 0; transition: opacity .65s ease; }
.globe-premium-stage .cesium-widget, .globe-premium-stage .cesium-widget canvas { width: 100%; height: 100%; }
/* The streaming chip: a quiet loading voice over the still-visible legacy
   planet, never a spinner on a void. */
.globe-premium-chip { position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%); z-index: 9; display: inline-flex; align-items: center; gap: 8px; padding: 9px 15px; color: #fff; font-size: 12.5px; font-weight: 600; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(3,17,22,.82); backdrop-filter: blur(6px); }
.globe-premium-chip-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--aqua); animation: planetChipPulse 1.1s ease-in-out infinite; }
@keyframes planetChipPulse { 0%, 100% { opacity: .35; scale: .8; } 50% { opacity: 1; scale: 1.15; } }
/* Attribution is a legal surface: the Google data credits render small at the
   panel's bottom edge and are never hidden. */
.globe-premium-credits { position: absolute; bottom: 5px; left: 50%; transform: translateX(-50%); z-index: 4; width: 72%; direction: ltr; text-align: center; font-size: 10px; line-height: 1.3; color: rgba(255,255,255,.85); text-shadow: 0 1px 3px rgba(0,0,0,.65); pointer-events: auto; }
.globe-premium-credits .cesium-widget-credits { display: block; width: 100%; }
.globe-premium-credits .cesium-credit-logoContainer img, .globe-premium-credits img { height: 14px; vertical-align: middle; }
.globe-premium-credits a { color: rgba(255,255,255,.85); }
.globe-premium-credits .cesium-credit-expand-link { color: rgba(255,255,255,.85); font-size: 10px; }
@media (max-width: 760px) {
  /* The mobile hero overlaps the circle's bottom edge, so the control moves
     to the clear top chord of the planet. */
  .globe-premium-upgrade { top: 12px; bottom: auto; font-size: 12.5px; padding: 0 13px; }
  .globe-premium-chip { top: 12px; bottom: auto; }
}
@media (prefers-reduced-motion: reduce) {
  .globe-premium-upgrade, .globe-premium-stage, .is-premium-planet-active canvas[data-globe-canvas] { transition: none !important; }
  .globe-premium-chip-dot { animation: none !important; }
}
