@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');._wrap_eg754_1 {
  position: relative;
}

._avatar_eg754_5 {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid var(--border-subtle);
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: border-color var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out);
  padding: 0;
}

._avatar_eg754_5:hover {
  border-color: #4030F0;
  box-shadow: 0 0 0 3px rgba(64, 48, 240, 0.14);
}

._avatarImg_eg754_25 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

._initials_eg754_32 {
  font-size: 13px;
  font-weight: var(--fw-bold, 700);
  color: #fff;
  line-height: 1;
  user-select: none;
}

/* ── Dropdown menu ── */
._menu_eg754_41 {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 200px;
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg, 12px);
  box-shadow: var(--shadow-xl);
  overflow: hidden;
  animation: _menuIn_eg754_1 0.16s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 600;
}

@keyframes _menuIn_eg754_1 {
  from { opacity: 0; transform: translateY(-6px) scale(0.97); }
  to   { opacity: 1; transform: translateY(0)   scale(1);    }
}

._menuHeader_eg754_60 {
  padding: 14px 16px 12px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

._menuName_eg754_67 {
  font-size: 14px;
  font-weight: var(--fw-semibold);
  color: var(--text-strong);
}

._menuEmail_eg754_73 {
  font-size: 12px;
  color: var(--text-muted);
  word-break: break-all;
}

._menuDivider_eg754_79 {
  height: 1px;
  background: var(--border-subtle);
}

._menuItem_eg754_84 {
  display: flex;
  align-items: center;
  gap: 9px;
  width: 100%;
  padding: 11px 16px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: var(--fw-medium);
  font-family: var(--font-text);
  color: var(--text-body);
  text-align: left;
  text-decoration: none;
  transition: background var(--dur-fast) var(--ease-out);
}

._menuItem_eg754_84:hover {
  background: var(--surface-sunken);
  color: var(--text-strong);
}
._btn_pobv8_1 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #4030F0;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 14px 24px 14px 14px;
  font-family: var(--font-text, system-ui, sans-serif);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: opacity 0.18s, transform 0.18s;
  white-space: nowrap;
}

._btn_pobv8_1:hover {
  opacity: 0.86;
  transform: translateY(-1px);
}

._btn_pobv8_1:active {
  transform: translateY(0);
}

._icon_pobv8_28 {
  flex-shrink: 0;
  overflow: visible;
}

@keyframes _ring-out-1_pobv8_1 {
  0%   { r: 54; opacity: 0.55; }
  100% { r: 86; opacity: 0; }
}

@keyframes _ring-out-2_pobv8_1 {
  0%   { r: 54; opacity: 0.28; }
  100% { r: 106; opacity: 0; }
}

._ring1_pobv8_43 { animation: _ring-out-1_pobv8_1 2.6s ease-out infinite; }
._ring2_pobv8_44 { animation: _ring-out-2_pobv8_1 2.6s ease-out infinite 0.9s; }

@keyframes _sparkle-spin_pobv8_1 {
  0%   { transform: rotate(0deg) scale(1); }
  50%  { transform: rotate(45deg) scale(1.10); }
  100% { transform: rotate(90deg) scale(1); }
}

._sparkle_pobv8_52 {
  transform-origin: 50px 50px;
  animation: _sparkle-spin_pobv8_1 3.2s ease-in-out infinite;
}
/* ── Outer sticky wrapper ── */
._outer_1l3o7_2 {
  position: sticky;
  top: 16px;
  z-index: 200;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
}

/* Non-sticky variant — used on destination pages so section nav can own the top.
   Absolute so the hero fills the full viewport from top; nav overlays it. */
._outerScrollable_1l3o7_15 {
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
}

/* ── Floating pill ── */
._pill_1l3o7_23 {
  pointer-events: auto;
  width: 100%;
  max-width: 1160px;
  display: flex;
  align-items: center;
  gap: 24px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-pill);
  padding: 10px 12px 10px 22px;
  box-shadow: var(--shadow-md);
}

/* ── Logo ── */
._logo_1l3o7_40 {
  flex-shrink: 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: opacity var(--dur-fast) var(--ease-out);
}

._logo_1l3o7_40:hover {
  opacity: 0.8;
}

._logoImg_1l3o7_52 {
  height: 28px;
  width: auto;
  display: block;
}

/* ── Desktop nav links ── */
._links_1l3o7_59 {
  display: flex;
  gap: 2px;
  flex: 1;
  margin-left: 8px;
  align-items: center;
}

._link_1l3o7_59 {
  font-size: 14.5px;
  font-weight: var(--fw-medium);
  font-family: var(--font-text);
  color: var(--text-body);
  text-decoration: none;
  padding: 9px 14px;
  border-radius: var(--radius-pill);
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background var(--dur-fast) var(--ease-out),
              color var(--dur-fast) var(--ease-out);
}

._link_1l3o7_59:hover {
  background: var(--surface-sunken);
  color: var(--text-strong);
}

._linkActive_1l3o7_88 {
  background: var(--surface-sunken);
  color: var(--text-strong);
}

/* ── Discover dropdown trigger ── */
._discoverWrapper_1l3o7_94 {
  position: relative;
}

/* Bridge the 10px gap between the trigger button and the megaDropdown.
   Without this, moving the cursor from the button into the gap fires
   onMouseLeave on the wrapper and closes the menu prematurely. */
._discoverWrapper_1l3o7_94::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 10px; /* must match top: calc(100% + 10px) on .megaDropdown */
}

._discoverTrigger_1l3o7_110 {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: none;
  background: none;
  cursor: pointer;
  font-family: var(--font-text);
}

._chevron_1l3o7_120 {
  flex-shrink: 0;
  transition: transform var(--dur-fast) var(--ease-out);
}

._chevronOpen_1l3o7_125 {
  transform: rotate(180deg);
}

/* ═══════════════════════════════════════════════════════════════
   DISCOVER MEGA-DROPDOWN — two-panel layout
   ═══════════════════════════════════════════════════════════════ */

._megaDropdown_1l3o7_107 {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 860px;
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  z-index: 300;
  display: flex;
  overflow: hidden;
}

/* ── Left sidebar ── */
._megaSidebar_1l3o7_148 {
  width: 200px;
  flex-shrink: 0;
  background: var(--surface-sunken);
  border-right: 1px solid var(--border-subtle);
  display: flex;
  flex-direction: column;
  padding: 12px 0 12px;
}

/* Search */
._megaSearch_1l3o7_159 {
  position: relative;
  margin: 0 10px 8px;
}

._megaSearchIcon_1l3o7_164 {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
  pointer-events: none;
}

._megaSearchInput_1l3o7_173 {
  width: 100%;
  box-sizing: border-box;
  padding: 7px 10px 7px 30px;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  background: var(--surface-card);
  font-family: var(--font-text);
  font-size: var(--fs-sm);
  color: var(--text-body);
  outline: none;
  transition: border-color var(--dur-fast) var(--ease-out);
}

._megaSearchInput_1l3o7_173:focus {
  border-color: var(--brand);
}

._megaSearchInput_1l3o7_173::placeholder {
  color: var(--text-muted);
}

/* Region list */
._megaRegionList_1l3o7_196 {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  overflow-y: auto;
}

._megaRegionItem_1l3o7_204 {
  display: flex;
  align-items: center;
  gap: 9px;
  width: 100%;
  padding: 8px 12px;
  border: none;
  background: none;
  cursor: pointer;
  font-family: var(--font-text);
  font-size: var(--fs-sm);
  font-weight: var(--fw-medium);
  color: var(--text-body);
  text-align: left;
  transition: background var(--dur-fast) var(--ease-out),
              color var(--dur-fast) var(--ease-out);
  position: relative;
}

._megaRegionItem_1l3o7_204:hover {
  background: var(--surface-card);
  color: var(--text-strong);
}

._megaRegionActive_1l3o7_228 {
  background: var(--surface-card);
  color: var(--brand);
  font-weight: var(--fw-semibold);
}

._megaRegionActive_1l3o7_228::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 3px;
  background: var(--brand);
  border-radius: 0 2px 2px 0;
}

._megaRegionIcon_1l3o7_245 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  flex-shrink: 0;
  color: var(--text-muted);
}

._megaRegionActive_1l3o7_228 ._megaRegionIcon_1l3o7_245 {
  color: var(--brand);
}

._megaRegionLabel_1l3o7_258 {
  flex: 1;
}

._megaRegionArrow_1l3o7_262 {
  color: var(--text-muted);
  opacity: 0;
  transition: opacity var(--dur-fast) var(--ease-out);
  flex-shrink: 0;
}

._megaRegionItem_1l3o7_204:hover ._megaRegionArrow_1l3o7_262,
._megaRegionActive_1l3o7_228 ._megaRegionArrow_1l3o7_262 {
  opacity: 1;
}

/* View all regions button */
._megaViewAllBtn_1l3o7_275 {
  margin: 8px 10px 0;
  padding: 7px 12px;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  background: none;
  cursor: pointer;
  font-family: var(--font-text);
  font-size: var(--fs-xs, 12px);
  font-weight: var(--fw-medium);
  color: var(--text-muted);
  text-align: center;
  transition: background var(--dur-fast) var(--ease-out),
              color var(--dur-fast) var(--ease-out),
              border-color var(--dur-fast) var(--ease-out);
}

._megaViewAllBtn_1l3o7_275:hover {
  background: var(--surface-card);
  color: var(--brand);
  border-color: var(--brand);
}

/* ── Right panel ── */
._megaPanel_1l3o7_299 {
  flex: 1;
  min-width: 0;
  padding: 16px 18px 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Panel header */
._megaPanelHeader_1l3o7_309 {
  display: flex;
  align-items: center;
  gap: 7px;
}

._megaPanelFlag_1l3o7_315 {
  font-size: 18px;
  line-height: 1;
}

._megaPanelTitle_1l3o7_320 {
  font-family: var(--font-text);
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  color: var(--text-strong);
}

._megaPanelArrow_1l3o7_327 {
  color: var(--text-muted);
  margin-left: 2px;
}

/* 4-column destination cards grid */
._megaDestGrid_1l3o7_333 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

._megaDestCard_1l3o7_339 {
  text-decoration: none;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--surface-sunken);
  border: 1px solid var(--border-subtle);
  transition: transform var(--dur-fast) var(--ease-out),
              box-shadow var(--dur-fast) var(--ease-out);
  display: flex;
  flex-direction: column;
}

._megaDestCard_1l3o7_339:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

._megaDestImg_1l3o7_356 {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--surface-sunken);
}

._megaDestImg_1l3o7_356 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s var(--ease-out);
}

._megaDestCard_1l3o7_339:hover ._megaDestImg_1l3o7_356 img {
  transform: scale(1.05);
}

._megaDestInfo_1l3o7_375 {
  padding: 7px 9px 8px;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

._megaDestName_1l3o7_382 {
  font-family: var(--font-text);
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  color: var(--text-strong);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._megaDestSub_1l3o7_392 {
  font-family: var(--font-text);
  font-size: var(--fs-xs, 11px);
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* View all destinations link */
._megaViewAllDests_1l3o7_402 {
  border: none;
  background: none;
  cursor: pointer;
  font-family: var(--font-text);
  font-size: var(--fs-sm);
  font-weight: var(--fw-medium);
  color: var(--brand);
  padding: 0;
  text-align: left;
  transition: opacity var(--dur-fast) var(--ease-out);
}

._megaViewAllDests_1l3o7_402:hover {
  opacity: 0.75;
}

/* AI guide banner */
._megaAiBanner_1l3o7_420 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: linear-gradient(135deg, var(--brand-soft, #ebe9fe) 0%, rgba(139, 92, 246, 0.08) 100%);
  border: 1px solid var(--brand-soft, #ebe9fe);
  border-radius: var(--radius-lg);
  padding: 12px 14px;
}

._megaAiContent_1l3o7_431 {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

._megaAiIcon_1l3o7_438 {
  font-size: 18px;
  flex-shrink: 0;
  color: var(--brand);
}

._megaAiTitle_1l3o7_444 {
  font-family: var(--font-text);
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  color: var(--text-strong);
  margin: 0;
  white-space: nowrap;
}

._megaAiSub_1l3o7_453 {
  font-family: var(--font-text);
  font-size: var(--fs-xs, 11px);
  color: var(--text-muted);
  margin: 2px 0 0;
  line-height: 1.4;
}

._megaAiBtn_1l3o7_461 {
  flex-shrink: 0;
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  border: none;
  background: var(--brand);
  color: #fff;
  font-family: var(--font-text);
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  cursor: pointer;
  white-space: nowrap;
  transition: background var(--dur-fast) var(--ease-out),
              box-shadow var(--dur-base) var(--ease-out);
}

._megaAiBtn_1l3o7_461:hover {
  background: #7c3aed;
  box-shadow: 0 4px 14px rgba(109, 40, 217, 0.35);
}

/* ── Right controls ── */
._right_1l3o7_483 {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: var(--space-2);
  flex-shrink: 0;
}

/* Primary CTA — Login (near-black) */
._loginBtn_1l3o7_492 {
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  font-family: var(--font-text);
  padding: 11px 22px;
  border-radius: var(--radius-pill);
  border: none;
  background: var(--ink-900, #0c0e12);
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  transition: background var(--dur-fast) var(--ease-out),
              box-shadow var(--dur-base) var(--ease-out);
}

._loginBtn_1l3o7_492:hover {
  background: #1e2128;
  box-shadow: 0 4px 16px rgba(12, 14, 18, 0.28);
}

/* ── Hamburger (mobile only) ── */
._hamburger_1l3o7_513 {
  display: none;
  width: 38px;
  height: 38px;
  border-radius: var(--radius-sm);
  background: none;
  border: none;
  align-items: center;
  justify-content: center;
  color: var(--text-body);
  cursor: pointer;
  transition: background var(--dur-fast) var(--ease-out);
}

._hamburger_1l3o7_513:hover {
  background: var(--surface-sunken);
}

/* ── Mobile drawer ── */
._drawer_1l3o7_532 {
  pointer-events: auto;
  width: calc(100% - 48px);
  max-width: 1160px;
  background: var(--surface-card);
  border-radius: 0 0 var(--radius-xl) var(--radius-xl);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  max-height: 0;
  transition: max-height var(--dur-slow) var(--ease-out);
}

._drawerOpen_1l3o7_544 {
  max-height: 80vh;
  overflow-y: auto;
}

._drawerLinks_1l3o7_549 {
  display: flex;
  flex-direction: column;
  padding: var(--space-3) var(--space-5) var(--space-6);
  gap: 2px;
}

/* Section label inside drawer (e.g. "Discover") */
._drawerRegionLabel_1l3o7_557 {
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  color: var(--text-muted);
  padding: var(--space-3) 0 var(--space-1);
  display: block;
}

._drawerSectionLabel_1l3o7_565 {
  font-size: var(--fs-overline);
  font-weight: var(--fw-semibold);
  letter-spacing: var(--ls-overline);
  text-transform: uppercase;
  color: var(--text-muted);
  padding: var(--space-3) 0 var(--space-1);
}

._drawerLink_1l3o7_549 {
  display: block;
  width: 100%;
  text-align: left;
  font-size: var(--fs-body);
  font-weight: var(--fw-medium);
  font-family: var(--font-text);
  color: var(--text-body);
  text-decoration: none;
  padding: var(--space-3) 0;
  border: none;
  background: none;
  cursor: pointer;
  transition: color var(--dur-fast) var(--ease-out);
}

._drawerLink_1l3o7_549:hover {
  color: var(--text-strong);
}

._drawerBook_1l3o7_594 {
  margin-top: var(--space-4);
  width: 100%;
  padding: 13px;
  border-radius: var(--radius-pill);
  border: none;
  background: var(--ink-900, #0c0e12);
  color: #fff;
  font-size: var(--fs-body);
  font-weight: var(--fw-semibold);
  font-family: var(--font-text);
  text-align: center;
  cursor: pointer;
  transition: background var(--dur-fast) var(--ease-out);
}

._drawerBook_1l3o7_594:hover {
  background: #1e2128;
}

/* ── Drawer: logged-in user row ── */
._drawerUserRow_1l3o7_615 {
  margin-top: var(--space-4);
  padding: var(--space-4);
  border-radius: var(--radius-lg);
  background: var(--surface-sunken);
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

._drawerUserName_1l3o7_625 {
  font-size: var(--fs-body);
  font-weight: var(--fw-semibold);
  color: var(--text-strong);
}

._drawerSignOut_1l3o7_631 {
  background: none;
  border: none;
  cursor: pointer;
  font-size: var(--fs-sm);
  font-weight: var(--fw-medium);
  color: var(--text-muted);
  text-align: left;
  padding: 0;
  font-family: var(--font-text);
  transition: color var(--dur-fast) var(--ease-out);
}

._drawerSignOut_1l3o7_631:hover {
  color: #dc2626;
}

/* Hide Login button in Nav when on mobile (avatar shown in drawer) */
@media (max-width: 768px) {
  ._loginBtn_1l3o7_492 {
    display: none;
  }
}

/* ── Responsive ── */
@media (max-width: 768px) {
  ._links_1l3o7_59 {
    display: none;
  }

  ._loginBtn_1l3o7_492 {
    display: none;
  }

  ._hamburger_1l3o7_513 {
    display: flex;
  }
}

/* ── Logo separator ── */
._logoSep_1l3o7_671 {
  width: 1px;
  height: 20px;
  background: var(--border-subtle, #e5e7eb);
  flex-shrink: 0;
  align-self: center;
  margin: 0 -14px;
}

/* ── Icon inside nav links ── */
._linkIcon_1l3o7_681 {
  flex-shrink: 0;
  opacity: 0.55;
  transition: opacity var(--dur-fast) var(--ease-out);
}

._link_1l3o7_59:hover ._linkIcon_1l3o7_681,
._linkActive_1l3o7_88 ._linkIcon_1l3o7_681 {
  opacity: 1;
}

/* ── Notification bell button (logged-in only) ── */
._notifBtn_1l3o7_693 {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--text-muted);
  flex-shrink: 0;
  transition: background var(--dur-fast) var(--ease-out),
              color var(--dur-fast) var(--ease-out);
}

._notifBtn_1l3o7_693:hover {
  background: var(--surface-sunken);
  color: var(--text-strong);
}

._notifDot_1l3o7_715 {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ef4444;
  border: 1.5px solid rgba(255, 255, 255, 0.9);
  pointer-events: none;
}
._footer_1m2nj_1 {
  background: var(--surface-inverse);
  padding: 56px 0 28px;
  margin-top: 0;
}

._inner_1m2nj_7 {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

._top_1m2nj_13 {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  flex-wrap: wrap;
  margin-bottom: var(--space-10);
}

/* ── Brand ── */
._brand_1m2nj_22 {
  max-width: 240px;
}

._logo_1m2nj_26 {
  margin-bottom: var(--space-2);
}

._logoImg_1m2nj_30 {
  height: 26px;
  width: auto;
  display: block;
  opacity: 0.92;
}

._tagline_1m2nj_37 {
  font-size: var(--fs-xs);
  color: rgba(255,255,255,0.4);
  line-height: var(--lh-relaxed);
}

/* ── Nav columns ── */
._cols_1m2nj_44 {
  display: flex;
  gap: 44px;
  flex-wrap: wrap;
}

._col_1m2nj_44 {}

._colHeading_1m2nj_52 {
  font-size: var(--fs-overline);
  font-weight: var(--fw-semibold);
  letter-spacing: var(--ls-overline);
  text-transform: uppercase;
  color: rgba(255,255,255,0.72);
  margin-bottom: var(--space-4);
}

._colLink_1m2nj_61 {
  display: block;
  font-size: var(--fs-sm);
  color: rgba(255,255,255,0.58);
  text-decoration: none;
  margin-bottom: var(--space-2);
  transition: color var(--dur-fast) var(--ease-out);
}

._colLink_1m2nj_61:hover {
  color: rgba(255,255,255,0.88);
}

/* ── Bottom bar ── */
._bottom_1m2nj_75 {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: var(--space-6);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--space-3);
  font-size: var(--fs-overline);
  color: rgba(255,255,255,0.50);
}

._legal_1m2nj_86 {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

._legal_1m2nj_86 a {
  color: rgba(255,255,255,0.50);
  text-decoration: none;
  transition: color var(--dur-fast) var(--ease-out);
}

._legal_1m2nj_86 a:hover {
  color: rgba(255,255,255,0.82);
}

._dot_1m2nj_102 {
  opacity: 0.4;
}

/* ── Responsive ── */
@media (max-width: 600px) {
  ._top_1m2nj_13 {
    flex-direction: column;
    gap: var(--space-8);
  }

  ._brand_1m2nj_22 {
    max-width: 100%;
  }

  ._cols_1m2nj_44 {
    gap: var(--space-8);
  }

  ._bottom_1m2nj_75 {
    flex-direction: column;
    gap: var(--space-2);
  }
}
/* ── Overlay ── */
._overlay_1x8kw_2 {
  position: fixed;
  inset: 0;
  background: rgba(12, 14, 18, 0.58);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: _fadeIn_1x8kw_1 0.18s ease;
}

@keyframes _fadeIn_1x8kw_1 {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* ── Card ── */
._card_1x8kw_22 {
  position: relative;
  background: var(--surface-card, #fff);
  border: 1px solid var(--border-subtle, rgba(0,0,0,0.08));
  border-radius: 20px;
  padding: 32px 28px 28px;
  width: 100%;
  max-width: 380px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.22);
  animation: _cardIn_1x8kw_1 0.26s cubic-bezier(0.16, 1, 0.3, 1);
  max-height: 90svh;
  overflow-y: auto;
}

@keyframes _cardIn_1x8kw_1 {
  from { transform: scale(0.94) translateY(16px); opacity: 0; }
  to   { transform: scale(1)    translateY(0);    opacity: 1; }
}

/* ── Close ── */
._closeBtn_1x8kw_42 {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: var(--surface-sunken, #f5f6f7);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--text-muted, #6b7280);
  transition: background var(--dur-fast, 0.12s) ease, color var(--dur-fast, 0.12s) ease;
  flex-shrink: 0;
}

._closeBtn_1x8kw_42:hover {
  background: var(--border-subtle, rgba(0,0,0,0.08));
  color: var(--text-strong, #0c0e12);
}

/* ── Logo ── */
._logoWrap_1x8kw_66 {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

._logo_1x8kw_66 {
  height: 26px;
  width: auto;
}

/* ── Back button ── */
._backBtn_1x8kw_78 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: var(--fw-medium, 500);
  color: var(--text-muted, #6b7280);
  margin-bottom: 16px;
  padding: 0;
  transition: color var(--dur-fast, 0.12s) ease;
}

._backBtn_1x8kw_78:hover {
  color: var(--text-strong, #0c0e12);
}

/* ── Headings ── */
._title_1x8kw_98 {
  font-family: var(--font-display, 'Bricolage Grotesque', sans-serif);
  font-size: 22px;
  font-weight: var(--fw-bold, 700);
  color: var(--text-strong, #0c0e12);
  margin: 0 0 8px;
  line-height: 1.2;
  text-align: center;
}

._sub_1x8kw_108 {
  font-size: 14px;
  color: var(--text-muted, #6b7280);
  line-height: 1.55;
  margin: 0 0 24px;
  text-align: center;
}

/* ── Google button wrapper ── */
._googleWrap_1x8kw_117 {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

._googleBtn_1x8kw_123 {
  /* GIS renders its own button inside here; we size the container */
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Force GIS button to fill container width */
._googleBtn_1x8kw_123 > div,
._googleBtn_1x8kw_123 > iframe {
  width: 100% !important;
}

/* ── Divider ── */
._divider_1x8kw_139 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: var(--text-muted, #6b7280);
  font-size: 12px;
  font-weight: var(--fw-medium, 500);
}

._divider_1x8kw_139::before,
._divider_1x8kw_139::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border-subtle, rgba(0,0,0,0.08));
}

/* ── Phone row ── */
._phoneRow_1x8kw_158 {
  display: flex;
  gap: 8px;
  margin-bottom: 4px;
}

._dialSelect_1x8kw_164 {
  flex-shrink: 0;
  width: 96px;
  height: 48px;
  border: 1px solid var(--border-strong, rgba(0,0,0,0.18));
  border-radius: var(--radius-lg, 12px);
  padding: 0 8px 0 10px;
  font-size: 14px;
  font-family: var(--font-text);
  color: var(--text-strong, #0c0e12);
  background: var(--surface-card, #fff);
  cursor: pointer;
  transition: border-color var(--dur-fast, 0.12s) ease;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 6px center;
  padding-right: 22px;
}

._dialSelect_1x8kw_164:focus {
  outline: none;
  border-color: #4030F0;
  box-shadow: 0 0 0 3px rgba(64, 48, 240, 0.12);
}

._phoneInput_1x8kw_190 {
  flex: 1;
  height: 48px;
  border: 1px solid var(--border-strong, rgba(0,0,0,0.18));
  border-radius: var(--radius-lg, 12px);
  padding: 0 16px;
  font-size: 15px;
  font-family: var(--font-text);
  color: var(--text-strong, #0c0e12);
  background: var(--surface-card, #fff);
  transition: border-color var(--dur-fast, 0.12s) ease, box-shadow var(--dur-fast, 0.12s) ease;
}

._phoneInput_1x8kw_190::placeholder {
  color: var(--text-placeholder, #9ca3af);
}

._phoneInput_1x8kw_190:focus {
  outline: none;
  border-color: #4030F0;
  box-shadow: 0 0 0 3px rgba(64, 48, 240, 0.12);
}

/* ── Primary button ── */
._primary_1x8kw_214 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 48px;
  border: none;
  border-radius: var(--radius-pill, 9999px);
  background: #4030F0;
  color: #fff;
  font-size: 15px;
  font-weight: var(--fw-semibold, 600);
  font-family: var(--font-text);
  cursor: pointer;
  transition: background 0.14s ease, box-shadow 0.14s ease, opacity 0.14s ease;
  margin-top: 4px;
}

._primary_1x8kw_214:hover:not(:disabled) {
  background: #3526d4;
  box-shadow: 0 8px 28px rgba(64, 48, 240, 0.36);
}

._primary_1x8kw_214:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* ── Spinner inside button ── */
._spinner_1x8kw_244 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.35);
  border-top-color: #fff;
  animation: _spin_1x8kw_244 0.7s linear infinite;
  display: inline-block;
}

@keyframes _spin_1x8kw_244 {
  to { transform: rotate(360deg); }
}

/* ── Error (global, centered — Google auth failure) ── */
._error_1x8kw_259 {
  font-size: 13px;
  color: #dc2626;
  margin: 4px 0 10px;
  text-align: center;
}

/* ── Inline field error ── */
._fieldError_1x8kw_267 {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: var(--fw-medium, 500);
  color: #dc2626;
  margin: 5px 0 0;
  line-height: 1.4;
}

/* ── Input error state ── */
._inputError_1x8kw_279,
._inputError_1x8kw_279:focus {
  border-color: #dc2626 !important;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12) !important;
}

/* ── Field wrapper: input + its inline error stacked ── */
._fieldWrap_1x8kw_286 {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

/* ── Legal ── */
._legal_1x8kw_294 {
  font-size: 11.5px;
  color: var(--text-placeholder, #9ca3af);
  text-align: center;
  margin-top: 14px;
  line-height: 1.5;
}

._legal_1x8kw_294 a {
  color: var(--text-muted, #6b7280);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ── OTP section ── */
._demoBanner_1x8kw_309 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: rgba(64, 48, 240, 0.06);
  border: 1px solid rgba(64, 48, 240, 0.18);
  border-radius: 10px;
  padding: 9px 14px;
  font-size: 13px;
  color: #4030F0;
  margin-bottom: 20px;
  text-align: center;
}

._otpRow_1x8kw_324 {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-bottom: 20px;
}

._otpBox_1x8kw_331 {
  width: 46px;
  height: 56px;
  border: 1.5px solid var(--border-strong, rgba(0,0,0,0.18));
  border-radius: 12px;
  text-align: center;
  font-size: 22px;
  font-weight: var(--fw-bold, 700);
  color: var(--text-strong, #0c0e12);
  background: var(--surface-card, #fff);
  transition: border-color 0.14s ease, box-shadow 0.14s ease;
  font-family: var(--font-text);
  caret-color: #4030F0;
}

._otpBox_1x8kw_331:focus {
  outline: none;
  border-color: #4030F0;
  box-shadow: 0 0 0 3px rgba(64, 48, 240, 0.12);
}

._otpBoxFilled_1x8kw_352 {
  border-color: #4030F0;
  background: rgba(64, 48, 240, 0.04);
}

._resend_1x8kw_357 {
  text-align: center;
  font-size: 13px;
  color: var(--text-muted, #6b7280);
  margin-top: 14px;
}

._resendBtn_1x8kw_364 {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: var(--fw-semibold, 600);
  color: #4030F0;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 2px;
}

._resendBtn_1x8kw_364:hover {
  color: #3526d4;
}

/* ── Profile form ── */
._profileForm_1x8kw_381 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

._nameRow_1x8kw_387 {
  display: flex;
  gap: 10px;
}

._input_1x8kw_279 {
  width: 100%;
  height: 48px;
  border: 1px solid var(--border-strong, rgba(0,0,0,0.18));
  border-radius: var(--radius-lg, 12px);
  padding: 0 16px;
  font-size: 15px;
  font-family: var(--font-text);
  color: var(--text-strong, #0c0e12);
  background: var(--surface-card, #fff);
  box-sizing: border-box;
  transition: border-color 0.14s ease, box-shadow 0.14s ease;
}

._input_1x8kw_279::placeholder {
  color: var(--text-placeholder, #9ca3af);
}

._input_1x8kw_279:focus {
  outline: none;
  border-color: #4030F0;
  box-shadow: 0 0 0 3px rgba(64, 48, 240, 0.12);
}

._inputFull_1x8kw_416 {
  width: 100%;
}

/* ── Mobile ── */
@media (max-width: 480px) {
  ._card_1x8kw_22 {
    padding: 28px 20px 24px;
    border-radius: 16px;
  }

  ._otpBox_1x8kw_331 {
    width: 40px;
    height: 50px;
    font-size: 20px;
  }

  ._otpRow_1x8kw_324 {
    gap: 6px;
  }
}
/* ── Overlay / backdrop ─────────────────────────────────────────────────── */
._overlay_1i33w_2 {
  position: fixed;
  inset: 0;
  z-index: 900;
  display: flex;
  align-items: flex-end;        /* slide-up from bottom on mobile */
  justify-content: center;
  background: rgba(0, 0, 0, 0);
  transition: background 0.28s ease;
  pointer-events: none;
}

._overlay_1i33w_2._open_1i33w_14 {
  background: rgba(0, 0, 0, 0.44);
  pointer-events: all;
}

/* ── Card ───────────────────────────────────────────────────────────────── */
._card_1i33w_20 {
  position: relative;
  width: 100%;
  max-width: 440px;
  background: #ffffff;
  border-radius: 24px 24px 0 0;
  padding: 32px 28px 28px;
  box-shadow: 0 -4px 32px rgba(0, 0, 0, 0.12), 0 -1px 0 rgba(0, 0, 0, 0.06);

  /* slide-up enter animation */
  transform: translateY(100%);
  transition: transform 0.32s cubic-bezier(0.32, 0.72, 0, 1);
}

._overlay_1i33w_2._open_1i33w_14 ._card_1i33w_20 {
  transform: translateY(0);
}

/* ── Close button ───────────────────────────────────────────────────────── */
._closeBtn_1i33w_39 {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: #f3f4f6;
  color: #6b7280;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

._closeBtn_1i33w_39:hover {
  background: #e5e7eb;
  color: #111827;
}

/* ── Maya identity ──────────────────────────────────────────────────────── */
._mayaWrap_1i33w_62 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

._mayaAvatar_1i33w_69 {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand, #4030F0) 0%, #7c3aed 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(64, 48, 240, 0.32);
}

/* sparkle icon animates inside the avatar */
._sparkle_1i33w_82 {
  transform-origin: center;
  transform-box: fill-box;
  animation: _sparkleSpin_1i33w_1 6s linear infinite;
}

@keyframes _sparkleSpin_1i33w_1 {
  to { transform: rotate(360deg); }
}

._onlineBadge_1i33w_92 {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 600;
  color: #15803d;
  letter-spacing: 0.02em;
}

._onlineDot_1i33w_106 {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  flex-shrink: 0;
  animation: _pulse_1i33w_1 1.8s ease-in-out infinite;
}

@keyframes _pulse_1i33w_1 {
  0%, 100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.5); }
  50%       { box-shadow: 0 0 0 5px rgba(34, 197, 94, 0); }
}

/* ── Heading & subtitle ─────────────────────────────────────────────────── */
._title_1i33w_121 {
  font-family: var(--font-display, 'Bricolage Grotesque', sans-serif);
  font-size: 22px;
  font-weight: 700;
  color: var(--text-strong, #0c0e12);
  margin-bottom: 8px;
  line-height: 1.2;
}

._subtitle_1i33w_130 {
  font-size: 13.5px;
  color: var(--text-muted, #6b7280);
  line-height: 1.6;
  margin-bottom: 24px;
  max-width: 360px;
}

/* ── Option cards ───────────────────────────────────────────────────────── */
._options_1i33w_139 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}

._option_1i33w_139 {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1.5px solid rgba(0, 0, 0, 0.09);
  background: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.14s ease;
}

._option_1i33w_139:hover {
  border-color: rgba(64, 48, 240, 0.25);
  box-shadow: 0 4px 18px rgba(64, 48, 240, 0.10);
  transform: translateY(-1px);
}

/* Voice option — darker card */
._optionVoice_1i33w_166 {
  background: var(--text-strong, #0c0e12);
  border-color: transparent;
}

._optionVoice_1i33w_166:hover {
  border-color: transparent;
  box-shadow: 0 4px 22px rgba(0, 0, 0, 0.24);
}

/* Icon circle */
._optIconWrap_1i33w_177 {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(64, 48, 240, 0.08);
  color: var(--brand, #4030F0);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Voice icon circle — inverted */
._optIconVoice_1i33w_190 {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

/* Text column */
._optBody_1i33w_196 {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}

._optLabel_1i33w_204 {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--text-strong, #0c0e12);
  display: block;
}

._optionVoice_1i33w_166 ._optLabel_1i33w_204 {
  color: #fff;
}

._optSub_1i33w_215 {
  font-size: 12px;
  color: var(--text-muted, #6b7280);
  display: block;
}

._optionVoice_1i33w_166 ._optSub_1i33w_215 {
  color: rgba(255, 255, 255, 0.55);
}

._optChevron_1i33w_225 {
  color: rgba(0, 0, 0, 0.22);
  flex-shrink: 0;
  transition: transform 0.14s ease;
}

._option_1i33w_139:hover ._optChevron_1i33w_225 {
  transform: translateX(2px);
}

._optionVoice_1i33w_166 ._optChevron_1i33w_225 {
  color: rgba(255, 255, 255, 0.35);
}

/* ── Divider ─────────────────────────────────────────────────────────────── */
._divider_1i33w_240 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

._divLine_1i33w_247 {
  flex: 1;
  height: 1px;
  background: #e5e7eb;
}

._divText_1i33w_253 {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #9ca3af;
  white-space: nowrap;
}

/* ── Trending items ──────────────────────────────────────────────────────── */
._trending_1i33w_263 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

._trendItem_1i33w_270 {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  cursor: pointer;
  padding: 4px 0;
}

._trendItem_1i33w_270:hover ._trendText_1i33w_278 {
  color: var(--text-strong, #0c0e12);
}

._trendDot_1i33w_282 {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand, #4030F0);
  opacity: 0.45;
  flex-shrink: 0;
  margin-top: 5px;
}

._trendText_1i33w_278 {
  font-size: 12.5px;
  color: var(--text-muted, #6b7280);
  line-height: 1.5;
  transition: color 0.14s ease;
}

._trendText_1i33w_278 strong {
  color: var(--text-body, #374151);
  font-weight: 600;
}

/* ── Trust footer ────────────────────────────────────────────────────────── */
._trust_1i33w_305 {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  color: #9ca3af;
  margin-top: 4px;
}

/* ── Desktop: centred bottom-sheet style (not slide-up) ─────────────────── */
@media (min-width: 600px) {
  ._overlay_1i33w_2 {
    align-items: center;
  }

  ._card_1i33w_20 {
    border-radius: 20px;
    padding: 36px 32px 30px;
    max-width: 420px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.18), 0 0 0 1px rgba(0, 0, 0, 0.06);

    /* desktop: scale+fade instead of slide */
    transform: scale(0.94) translateY(0);
    opacity: 0;
    transition: transform 0.28s cubic-bezier(0.32, 0.72, 0, 1),
                opacity 0.28s ease;
  }

  ._overlay_1i33w_2._open_1i33w_14 ._card_1i33w_20 {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}
/* ── Destination page layout — nav overlays hero ── */
._destLayout_1g7op_2 {
  position: relative;
}

/* ── Page loader ── */
._loader_1g7op_7 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: var(--surface-page);
}

._loaderSpinner_1g7op_15 {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 3px solid var(--border-subtle);
  border-top-color: var(--brand);
  animation: _spin_1g7op_1 0.75s linear infinite;
}

@keyframes _spin_1g7op_1 {
  to { transform: rotate(360deg); }
}

/* ── 404 ── */
._notFound_1g7op_29 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  text-align: center;
  gap: var(--space-4);
  padding: var(--space-24) var(--gutter);
}

._notFound_1g7op_29 h1 {
  font-size: 80px;
  font-weight: var(--fw-heavy);
  color: var(--border-strong);
  line-height: 1;
}

._notFound_1g7op_29 p {
  font-size: var(--fs-body-lg);
  color: var(--text-muted);
}

._notFound_1g7op_29 a {
  font-size: var(--fs-body);
  font-weight: var(--fw-semibold);
  color: var(--brand);
  text-decoration: underline;
}

/* ── Auth modal ── */
._authOverlay_1g7op_60 {
  position: fixed;
  inset: 0;
  background: rgba(12,14,18,0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: _fadeIn_1g7op_1 var(--dur-base) var(--ease-out);
}

@keyframes _fadeIn_1g7op_1 {
  from { opacity: 0; }
  to   { opacity: 1; }
}

._authCard_1g7op_79 {
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: 28px 24px 32px;
  width: 100%;
  max-width: 360px;
  box-shadow: var(--shadow-xl);
  text-align: center;
  animation: _scaleIn_1g7op_1 var(--dur-slow) cubic-bezier(0.22, 0.68, 0, 1.18);
}

@keyframes _scaleIn_1g7op_1 {
  from { transform: scale(0.94) translateY(12px); opacity: 0; }
  to   { transform: scale(1)    translateY(0);    opacity: 1; }
}

._authClose_1g7op_96 {
  display: flex;
  justify-content: flex-end;
  margin-bottom: var(--space-2);
}

._authClose_1g7op_96 button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  cursor: pointer;
  transition: background var(--dur-fast) var(--ease-out);
}

._authClose_1g7op_96 button:hover {
  background: var(--surface-sunken);
}

._authIcon_1g7op_120 {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--brand-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--space-4);
}

._authTitle_1g7op_131 {
  font-family: var(--font-display);
  font-size: var(--fs-title);
  font-weight: var(--fw-semibold);
  color: var(--text-strong);
  margin-bottom: var(--space-2);
}

._authSub_1g7op_139 {
  font-size: var(--fs-sm);
  color: var(--text-body);
  line-height: var(--lh-relaxed);
  margin-bottom: var(--space-6);
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

._authActions_1g7op_149 {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

._authPrimary_1g7op_155 {
  width: 100%;
  padding: 13px;
  border-radius: var(--radius-pill);
  border: none;
  background: var(--brand);
  color: #fff;
  font-size: var(--fs-body);
  font-weight: var(--fw-semibold);
  cursor: pointer;
  transition: background var(--dur-fast) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
}

._authPrimary_1g7op_155:hover {
  background: var(--brand-strong);
  box-shadow: var(--shadow-brand);
}

._authSecondary_1g7op_173 {
  width: 100%;
  padding: 13px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--border-strong);
  background: var(--surface-card);
  color: var(--text-strong);
  font-size: var(--fs-body);
  font-weight: var(--fw-medium);
  cursor: pointer;
  transition: background var(--dur-fast) var(--ease-out);
}

._authSecondary_1g7op_173:hover {
  background: var(--surface-sunken);
}
/**
 * maya.css — styles for the Maya AI chat + voice screens.
 * Imported once in App.tsx, scoped to .maya-page wrapper.
 */

/* ── Page shell ──────────────────────────────────────────────────────────────── */

/* maya-page fills whatever height remains below the sticky Nav */
.maya-page {
  flex: 1;
  min-height: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: var(--surface-page, #f4f1ea);
  overflow: hidden;
}

/* Full-height card that stretches to fill maya-page */
.maya-shell {
  flex: 1;
  min-height: 0;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  border-left: 0.5px solid var(--border, #e4e0d4);
  border-right: 0.5px solid var(--border, #e4e0d4);
  overflow: hidden;
  background: var(--surface, #fff);
}

.maya-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  border-bottom: 0.5px solid var(--border, #e4e0d4);
}

.maya-topbar-close {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-tertiary, #888780);
  padding: 4px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 18px;
}

.maya-topbar-close:hover {
  background: rgba(64, 48, 240, 0.08);
  color: #4030F0;
}

/* ── Guide banner header (chat page) ─────────────────────────────────────────── */

/* Outer wrapper: provides left padding so avatar can overflow left */
.maya-guide-banner {
  flex-shrink: 0;
  position: relative;
  padding: 12px 14px 12px 54px; /* left padding = avatar half-width so pill doesn't clip */
  border-bottom: 0.5px solid rgba(64, 48, 240, 0.12);
  background: var(--surface, #fff);
}

/* The pill itself — lavender gradient, rounded */
.maya-guide-pill {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(120deg, #edeaff 0%, #e2deff 60%, #d9d5ff 100%);
  border-radius: 20px;
  padding: 10px 14px 10px 42px; /* left pad makes room for overflowing avatar */
  min-height: 74px;
  overflow: visible;
}

/* Avatar circle — overflows the pill on the left */
.maya-guide-avatar-wrap {
  position: absolute;
  left: -40px; /* overflows the pill left edge */
  top: 50%;
  transform: translateY(-50%);
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7B67FF 0%, #4030F0 100%);
  border: 3px solid #fff;
  box-shadow: 0 4px 16px rgba(64, 48, 240, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  z-index: 2;
}

.maya-guide-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Center: brand wordmark */
.maya-guide-pill-center {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  position: relative;
  z-index: 1;
}

.maya-guide-banner-img {
  height: 36px;
  width: auto;
  object-fit: contain;
  object-position: left center;
  display: block;
}

.maya-guide-pill-subtitle {
  font-size: 10.5px;
  color: rgba(64, 48, 240, 0.65);
  letter-spacing: 0.02em;
  margin: 0;
}

/* Sparkle decorations inside the pill */
.maya-guide-sparkle {
  position: absolute;
  color: #7B67FF;
  opacity: 0.55;
  font-size: 14px;
  line-height: 1;
  pointer-events: none;
  z-index: 1;
  user-select: none;
}

/* Purple chat orb on the right */
.maya-guide-chat-orb {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7B67FF 0%, #4030F0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 3px 12px rgba(64, 48, 240, 0.36);
  position: relative;
  z-index: 1;
}

/* Close button on the outer banner */
.maya-guide-close {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  border: 0.5px solid rgba(64, 48, 240, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--text-tertiary, #888780);
  backdrop-filter: blur(4px);
  transition: background 0.15s, color 0.15s;
  z-index: 3;
}

.maya-guide-close:hover {
  background: rgba(64, 48, 240, 0.1);
  color: #4030F0;
}

/* Keep legacy classes so VoicePage.tsx doesn't break */
.maya-guide-avatar {
  width: 50px; height: 50px; border-radius: 50%;
  background: linear-gradient(135deg, #7B67FF 0%, #4030F0 100%);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; box-shadow: 0 2px 12px rgba(64, 48, 240, 0.32);
}
.maya-guide-logo {
  height: 42px; object-fit: contain; flex: 1; min-width: 0; max-width: 230px;
}
.maya-guide-chat-orb-legacy {
  width: 42px; height: 42px; border-radius: 50%;
  background: linear-gradient(135deg, #7B67FF 0%, #4030F0 100%);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; box-shadow: 0 2px 10px rgba(64, 48, 240, 0.28);
}

/* ── Chat layout ─────────────────────────────────────────────────────────────── */

.maya-body {
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: stretch;
}

.maya-col-left {
  flex: 1.3;
  border-right: 0.5px solid var(--border, #e4e0d4);
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
}

.maya-col-right {
  flex: 1;
  min-width: 0;
  padding: 20px;
  background: var(--surface-page, #f4f1ea);
  overflow-y: auto;
}

.maya-agent-header {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 24px;
  border-bottom: 0.5px solid var(--border, #e4e0d4);
}

/* Scrollable messages area — grows to fill available height */
.maya-messages {
  flex: 1;
  min-height: 0;
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: var(--surface, #fff);
  overflow-y: auto;
  overscroll-behavior: contain;
}

/* Input row fixed at the bottom of the left column */
.maya-input-row {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px 15px;  /* 15px space below as requested */
  background: var(--surface, #fff);
}

/* ── Journey timeline (right column) ────────────────────────────────────────── */

.maya-journey-timeline {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 0.5px solid var(--border, #e4e0d4);
}

.maya-journey-title {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-tertiary, #888780);
  margin: 0 0 14px;
}

.maya-journey-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.maya-journey-step {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
}

/* Vertical connector line between steps */
.maya-journey-step:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 11px;
  top: 22px;
  bottom: -14px;
  width: 1px;
  background: var(--border, #e4e0d4);
}

.maya-journey-step.step-current::after {
  background: #4030F0;
  opacity: 0.3;
}

.maya-journey-dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.step-current .maya-journey-dot {
  background: #4030F0;
  box-shadow: 0 0 0 3px rgba(64, 48, 240, 0.15);
}

.step-upcoming .maya-journey-dot {
  background: var(--surface, #fff);
  border: 1.5px solid var(--border, #e4e0d4);
}

.maya-journey-label {
  flex: 1;
  font-size: 12px;
  line-height: 1.45;
  padding: 2px 0 14px;
}

.step-current .maya-journey-label {
  font-weight: 600;
  color: #4030F0;
}

.step-upcoming .maya-journey-label {
  color: var(--text-tertiary, #888780);
}

.maya-text-input {
  flex: 1;
  background: var(--surface-page, #f4f1ea);
  border-radius: 20px;
  padding: 11px 16px;
  font-size: 13px;
  border: 2px solid transparent;
  outline: none;
  color: var(--text-primary, #1a1a18);
  font-family: inherit;
  transition: border-color 0.15s ease;
}

.maya-text-input::placeholder {
  color: var(--text-tertiary, #888780);
}

.maya-text-input.awaiting-glow {
  animation: awaitingGlow 1.6s ease-in-out infinite;
  border: 2px solid #4030F0 !important;
}

.maya-send-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #4030F0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  transition: opacity 0.15s;
}

.maya-send-btn:hover { opacity: 0.85; }
.maya-send-btn:disabled { opacity: 0.4; cursor: not-allowed; }

/* ── Chat bubbles ────────────────────────────────────────────────────────────── */

/* Row wrapper for AI messages: avatar + bubble side by side */
.bubble-ai-row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  align-self: flex-start;
  max-width: 82%;
}

/* Small AI avatar orb */
.bubble-ai-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7B67FF 0%, #4030F0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(64, 48, 240, 0.28);
  margin-bottom: 16px; /* align with bottom of bubble, account for timestamp */
}

/* AI bubble content area */
.bubble-ai-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  min-width: 0;
}

.bubble-ai {
  background: #edeaff;
  border-radius: 4px 16px 16px 16px;
  padding: 10px 14px;
  align-self: flex-start;
}

/* Row wrapper for user messages */
.bubble-user-row {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-self: flex-end;
  max-width: 76%;
  gap: 4px;
}

.bubble-user {
  background: linear-gradient(135deg, #5546f5 0%, #4030F0 100%);
  border-radius: 16px 16px 4px 16px;
  padding: 10px 14px;
  color: #fff;
  align-self: flex-end;
}

/* Timestamp + status row below bubbles */
.bubble-timestamp {
  font-size: 10px;
  color: var(--text-tertiary, #888780);
  letter-spacing: 0.01em;
  padding: 0 2px;
  display: flex;
  align-items: center;
  gap: 3px;
}

.bubble-read-ticks {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  color: #4030F0;
}

/* ── Voice layout ────────────────────────────────────────────────────────────── */

.maya-voice-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background: var(--surface-page, #f4f1ea);
  border-right: 0.5px solid var(--border, #e4e0d4);
  text-align: center;
}

.maya-voice-right {
  flex: 1;
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.maya-voice-avatar {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #4030F0;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  transition: border-color 0.15s ease;
  box-shadow: 0 4px 20px rgba(64, 48, 240, 0.32);
}

.maya-voice-avatar.awaiting-glow {
  animation: awaitingGlow 1.6s ease-in-out infinite;
  border: 2px solid #4030F0 !important;
}

.maya-voice-controls {
  display: flex;
  gap: 24px;
  align-items: center;
}

.maya-voice-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--surface, #fff);
  border: 0.5px solid var(--text-tertiary, #888780);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.15s;
}

.maya-voice-btn:hover { opacity: 0.8; }

.maya-voice-btn.end-call {
  width: 56px;
  height: 56px;
  background: #e24b4a;
  border: none;
}

.maya-voice-btn.end-call:hover { opacity: 0.9; }

.maya-voice-btn.muted {
  background: var(--text-primary, #1a1a18);
  border-color: var(--text-primary, #1a1a18);
}

/* ── Waveform bars ───────────────────────────────────────────────────────────── */

.wbar {
  width: 3px;
  background: #4030F0;
  border-radius: 2px;
  height: 8px;
  display: inline-block;
  animation: wave 1s ease-in-out infinite;
}

.wbar.idle {
  animation: none;
  height: 8px;
}

@keyframes wave {
  0%, 100% { height: 8px; }
  50%       { height: 32px; }
}

/* ── Typing / reveal animations ──────────────────────────────────────────────── */

/* Legacy typing-indicator (kept for VoicePage) */
.typing-indicator {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 0;
}

.typing-indicator .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--text-tertiary, #888780);
  animation: typingDot 1.2s ease-in-out infinite;
}

.typing-indicator .dot:nth-child(2) { animation-delay: 0.15s; }
.typing-indicator .dot:nth-child(3) { animation-delay: 0.3s; }

@keyframes typingDot {
  0%, 60%, 100% { transform: translateY(0); opacity: 0.4; }
  30%           { transform: translateY(-4px); opacity: 1; }
}

/* ── Variant B · Design-system processing state ──────────────────────────────── */
/* Follows dot-beat from Travelomore motion tokens (AIIcon.dc.html) */

@keyframes dot-beat {
  0%, 100% { transform: scale(1);   opacity: 1;    }
  50%       { transform: scale(0.5); opacity: 0.35; }
}

/* Bubble-ai-row for the typing state */
.typing-ai-row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  align-self: flex-start;
}

/* AI sparkle avatar orb (matches .bubble-ai-avatar) */
.typing-ai-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7B67FF 0%, #4030F0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(64, 48, 240, 0.32);
}

/* Typing dots inside a bubble */
.typing-ai-bubble {
  background: #edeaff;
  border-radius: 4px 16px 16px 16px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
}

/* Three brand-purple dots */
.typing-ai-dots {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.typing-ai-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7B67FF;
  animation: dot-beat 1.2s ease-in-out infinite;
}
.typing-ai-dot:nth-child(2) { animation-delay: 0.22s; }
.typing-ai-dot:nth-child(3) { animation-delay: 0.44s; }

/* ── Suggestion chips ────────────────────────────────────────────────────────── */

.maya-chips-row {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px 10px;
  overflow-x: auto;
  scrollbar-width: none;
  background: var(--surface, #fff);
  border-top: 0.5px solid var(--border, #e4e0d4);
}

.maya-chips-row::-webkit-scrollbar { display: none; }

.maya-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(64, 48, 240, 0.22);
  background: rgba(64, 48, 240, 0.04);
  color: var(--text-secondary, #5f5e5a);
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
  flex-shrink: 0;
}

.maya-chip:hover {
  background: rgba(64, 48, 240, 0.09);
  border-color: rgba(64, 48, 240, 0.4);
  color: #4030F0;
}

.maya-chip svg { flex-shrink: 0; opacity: 0.7; }

.line-reveal {
  animation: lineReveal 0.35s ease both;
}

@keyframes lineReveal {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

.check-pop {
  display: inline-flex;
  animation: checkPop 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

@keyframes checkPop {
  from { opacity: 0; transform: scale(0.5); }
  to   { opacity: 1; transform: scale(1); }
}

.field-pending-active { animation: pendingPulse 1.4s ease-in-out infinite; }

.checklist-empty.active-field {
  border-color: #4030F0;
  animation: pendingRing 1.4s ease-in-out infinite;
}

@keyframes pendingPulse {
  0%, 100% { opacity: 0.55; }
  50%       { opacity: 1; }
}

@keyframes pendingRing {
  0%, 100% { box-shadow: 0 0 0 0 rgba(64, 48, 240, 0.12); }
  50%       { box-shadow: 0 0 0 3px rgba(64, 48, 240, 0.12); }
}

@keyframes awaitingGlow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(64, 48, 240, 0.4); }
  50%       { box-shadow: 0 0 0 6px rgba(64, 48, 240, 0.15); }
}

/* ── Right panel header ──────────────────────────────────────────────────────── */

.maya-right-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.maya-right-panel-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-primary, #1a1a18);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.maya-right-panel-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0f6e56;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 999px;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}

.maya-right-panel-sub {
  font-size: 11px;
  color: var(--text-tertiary, #888780);
  margin: 0 0 14px;
  line-height: 1.45;
}

/* New brief field rows with icons */
.brief-field-row {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 0;
  border-bottom: 0.5px solid var(--border, #e4e0d4);
}

.brief-field-row:last-of-type {
  border-bottom: none;
}

.brief-field-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(64, 48, 240, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #4030F0;
}

.brief-field-icon.filled {
  background: rgba(15, 110, 86, 0.08);
  color: #0f6e56;
}

.brief-field-info {
  flex: 1;
  min-width: 0;
}

.brief-field-label-sm {
  font-size: 10px;
  color: var(--text-tertiary, #888780);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  display: block;
  margin-bottom: 1px;
}

.brief-field-value-sm {
  font-size: 12.5px;
  font-weight: 500;
  color: var(--text-primary, #1a1a18);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.brief-field-value-sm.empty {
  color: var(--text-tertiary, #888780);
  font-weight: 400;
}

.brief-field-check {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1.5px solid var(--border, #e4e0d4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.brief-field-check.done {
  background: #0f6e56;
  border-color: #0f6e56;
}

/* "Why we ask" disclosure */
.maya-why-section {
  margin-top: 14px;
  padding: 10px 12px;
  background: rgba(64, 48, 240, 0.04);
  border-radius: 10px;
  border: 0.5px solid rgba(64, 48, 240, 0.1);
}

.maya-why-toggle {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  color: #4030F0;
}

.maya-why-body {
  font-size: 11.5px;
  color: var(--text-secondary, #5f5e5a);
  line-height: 1.55;
  margin-top: 8px;
}

/* Handpicked experiences promo card */
.maya-promo-card {
  margin-top: 18px;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(135deg, #0f6e56 0%, #1a8a6e 100%);
  padding: 16px;
  color: #fff;
  position: relative;
}

.maya-promo-card-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.8;
  margin: 0 0 6px;
}

.maya-promo-card-title {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 8px;
  line-height: 1.3;
}

.maya-promo-card-sub {
  font-size: 11.5px;
  opacity: 0.82;
  margin: 0 0 14px;
  line-height: 1.5;
}

.maya-promo-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 7px 14px;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.15s;
  backdrop-filter: blur(4px);
}

.maya-promo-card-btn:hover { background: rgba(255, 255, 255, 0.3); }

.maya-promo-card-deco {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  pointer-events: none;
}

.maya-promo-card-deco2 {
  position: absolute;
  bottom: -20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

/* ── Brief panel ─────────────────────────────────────────────────────────────── */

.brief-spinner {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1.5px solid var(--border, #e4e0d4);
  border-top-color: var(--text-tertiary, #888780);
  display: inline-block;
  animation: spin 0.7s linear infinite;
}

@keyframes spin { to { transform: rotate(360deg); } }

.brief-progress-track {
  height: 3px;
  background: var(--border, #e4e0d4);
  border-radius: 2px;
  overflow: hidden;
}

.brief-progress-fill {
  height: 100%;
  background: #0f6e56;
  border-radius: 2px;
  transition: width 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.brief-celebrate-banner {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  background: #e1f5ee;
  border: 0.5px solid #b6e8d4;
  border-radius: 10px;
  margin-bottom: 12px;
  animation: briefCelebrateIn 0.4s cubic-bezier(0.34, 1.5, 0.64, 1) both;
}

.brief-celebrate-icon {
  font-size: 16px;
  display: inline-block;
  animation: briefIconSpin 0.5s ease 0.1s both;
}

@keyframes briefCelebrateIn {
  from { opacity: 0; transform: translateY(-6px) scale(0.92); }
  to   { opacity: 1; transform: translateY(0)    scale(1); }
}

@keyframes briefIconSpin {
  from { transform: scale(0) rotate(-20deg); }
  to   { transform: scale(1) rotate(0deg); }
}

.brief-done-card {
  padding: 14px;
  background: #e1f5ee;
  border: 0.5px solid #b6e8d4;
  border-radius: 14px;
  animation: briefDoneIn 0.45s cubic-bezier(0.34, 1.3, 0.64, 1) both;
}

@keyframes briefDoneIn {
  from { opacity: 0; transform: scale(0.95) translateY(4px); }
  to   { opacity: 1; transform: scale(1)    translateY(0); }
}

.brief-done-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.brief-done-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #0f6e56;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.brief-done-title {
  margin: 0 0 1px;
  font-size: 13px;
  font-weight: 600;
  color: #0f6e56;
}

.brief-done-sub {
  font-size: 11px;
  color: #0f6e56;
  opacity: 0.75;
}

.brief-done-rows {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 0.5px solid #b6e8d4;
}

.brief-done-row {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 12px;
}

.brief-done-label { color: #2a7a5e; flex-shrink: 0; min-width: 70px; }
.brief-done-value { font-weight: 500; color: var(--text-primary, #1a1a18); flex: 1; text-align: right; }

.brief-done-tags {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.brief-done-tag {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-size: 11px;
  background: rgba(255,255,255,0.55);
  border-radius: 8px;
  padding: 4px 8px;
}

.brief-done-tag-label {
  color: #2a7a5e;
  flex-shrink: 0;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.brief-done-tag-value {
  color: var(--text-primary, #1a1a18);
  font-weight: 500;
  flex: 1;
  text-align: right;
}

.brief-done-photo-wrap {
  position: relative;
  height: 80px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  margin: -14px -14px 12px;
  width: calc(100% + 28px);
}

.brief-done-photo { width: 100%; height: 100%; object-fit: cover; display: block; }

.brief-done-photo-label {
  position: absolute;
  bottom: 7px;
  left: 10px;
  right: 10px;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0,0,0,0.55);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.brief-ghost-btn {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  background: none;
  border: none;
  padding: 2px 0;
  cursor: pointer;
  color: var(--text-tertiary, #888780);
  font-size: 11px;
  border-radius: 4px;
}

.brief-ghost-btn:hover { background: none; color: var(--text-secondary, #5f5e5a); }

.brief-field-value {
  margin-left: auto;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 55%;
}

.brief-extra-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 40%;
}

/* ── Checklist rows ──────────────────────────────────────────────────────────── */

.checklist-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.checklist-empty {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1.5px solid var(--text-tertiary, #888780);
  display: inline-block;
  flex-shrink: 0;
}

/* ── Completion card ─────────────────────────────────────────────────────────── */

.completion-card {
  align-self: stretch;
  border-radius: 16px;
  overflow: hidden;
  border: 0.5px solid var(--border, #e4e0d4);
  background: var(--surface, #fff);
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  animation: completionCardIn 0.5s cubic-bezier(0.34, 1.3, 0.64, 1) 200ms both;
}

@keyframes completionCardIn {
  from { opacity: 0; transform: translateY(12px) scale(0.97); }
  to   { opacity: 1; transform: translateY(0)    scale(1); }
}

.completion-hero {
  position: relative;
  width: 100%;
  height: 170px;
  overflow: hidden;
  background: linear-gradient(135deg, #1a6b82, #2d9b6f);
}

.completion-hero-img { width: 100%; height: 100%; object-fit: cover; display: block; }

.completion-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 30%, rgba(0,0,0,0.55) 100%);
  display: flex;
  align-items: flex-end;
  padding: 14px 16px;
}

.completion-destination-name {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 6px rgba(0,0,0,0.5);
}

.completion-body { padding: 16px 16px 14px; }

.completion-chips { display: flex; flex-wrap: wrap; gap: 6px; }

.completion-chip {
  font-size: 11px;
  font-weight: 500;
  padding: 4px 9px;
  border-radius: 20px;
  background: #e1f5ee;
  color: #0f6e56;
  border: 0.5px solid #b6e8d4;
  white-space: nowrap;
}

.completion-credit {
  margin: 0;
  padding: 6px 16px 10px;
  font-size: 10px;
  color: var(--text-tertiary, #888780);
  border-top: 0.5px solid var(--border, #e4e0d4);
}

/* ── Caption words ───────────────────────────────────────────────────────────── */

.caption-word       { color: var(--text-secondary, #5f5e5a); transition: color 0.15s ease; }
.caption-word-active { color: var(--text-primary, #1a1a18); font-weight: 600; }

/* ── Maya question line ──────────────────────────────────────────────────────── */

.maya-question-line {
  margin-top: 10px !important;
  padding-top: 10px;
  border-top: 0.5px solid var(--border, #e4e0d4);
  color: var(--text-primary, #1a1a18);
}

/* ── Notice blocks ───────────────────────────────────────────────────────────── */

.maya-notice {
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0;
}

.maya-notice.error {
  background: #fee2e2;
  color: #991b1b;
  border: 0.5px solid #fca5a5;
}

.maya-notice.info {
  background: rgba(64, 48, 240, 0.07);
  color: #2a21a0;
  border: 0.5px solid rgba(64, 48, 240, 0.2);
}

/* ── Responsive ──────────────────────────────────────────────────────────────── */

@media (max-width: 760px) {
  .maya-body {
    flex-direction: column;
    min-height: 0;
  }

  .maya-col-left {
    border-right: none;
    border-bottom: 0.5px solid var(--border, #e4e0d4);
  }

  .maya-voice-left {
    border-right: none;
    border-bottom: 0.5px solid var(--border, #e4e0d4);
    padding: 28px 20px;
  }

  .maya-shell {
    margin: 16px auto;
    border-radius: 12px;
  }
}

@media (max-width: 600px) {
  .maya-shell {
    border-left: none;
    border-right: none;
  }

  .maya-topbar { padding: 12px 16px; }
  .maya-agent-header { padding: 12px 16px; }
  .maya-guide-banner { padding: 10px 10px 10px 46px; }
  .maya-guide-avatar-wrap { width: 62px; height: 62px; left: -32px; }
  .maya-guide-pill { padding: 8px 10px 8px 36px; min-height: 60px; border-radius: 14px; }
  .maya-guide-banner-img { height: 28px; }
  .maya-guide-chat-orb { width: 38px; height: 38px; }
  .maya-guide-close { right: 4px; top: 4px; width: 22px; height: 22px; }
  /* Legacy classes for VoicePage */
  .maya-guide-avatar { width: 42px; height: 42px; }
  .maya-guide-logo { height: 34px; }
  .maya-guide-chat-orb-legacy { width: 36px; height: 36px; }
  .maya-messages { padding: 14px 14px; gap: 10px; }
  .maya-chips-row { padding: 6px 14px 8px; gap: 6px; }
  .maya-input-row { padding: 10px 14px 15px; }
  .maya-col-right { padding: 14px; }
  .maya-text-input { font-size: 16px; }
  .maya-voice-left { padding: 24px 16px; }
  .maya-voice-right { padding: 16px; }
}



/* ============================================================
   Travelomore Design Tokens — single source of truth.
   Import this file once at the app root.
   ============================================================ */
:root {
  /* ── Brand: Electric Indigo ── */
  --indigo-50:  #EEEDFE;
  --indigo-100: #DEDBFD;
  --indigo-200: #C0B9FB;
  --indigo-300: #9C90F8;
  --indigo-400: #7361F4;
  --indigo-500: #4030F0;
  --indigo-600: #3422D6;
  --indigo-700: #281BA8;
  --indigo-800: #1D1480;
  --indigo-900: #150E5C;

  /* ── Ink ── */
  --ink-900: #0F1115;
  --ink-800: #16191F;
  --ink-700: #1F232B;

  /* ── Neutrals ── */
  --gray-0:   #FFFFFF;
  --gray-25:  #FAFAFB;
  --gray-50:  #F5F6F7;
  --gray-100: #ECEDEF;
  --gray-200: #DFE1E5;
  --gray-300: #C8CBD1;
  --gray-400: #A6ABB4;
  --gray-500: #7C828D;
  --gray-600: #5A606B;
  --gray-700: #3F444E;
  --gray-800: #282C33;
  --gray-900: #15181D;

  /* ── Semantic ── */
  --green-500:  #1FA463;
  --green-300:  #2FB46B;
  --amber-500:  #E8920C;
  --red-500:    #E5484D;
  --blue-500:   #2E84E8;

  /* ── Semantic aliases ── */
  --brand:           var(--indigo-500);
  --brand-strong:    var(--indigo-600);
  --brand-soft:      var(--indigo-50);
  --brand-on:        #FFFFFF;

  --surface-page:    var(--gray-25);
  --surface-card:    var(--gray-0);
  --surface-sunken:  var(--gray-50);
  --surface-inverse: var(--ink-900);
  --surface-glass:   rgba(255,255,255,0.14);

  --text-strong:     var(--ink-900);
  --text-body:       var(--gray-700);
  --text-muted:      var(--gray-500);
  --text-on-dark:    #FFFFFF;
  --text-on-dark-dim:rgba(255,255,255,0.72);
  --text-brand:      var(--indigo-600);

  --border-subtle:   var(--gray-200);
  --border-strong:   var(--gray-300);
  --border-on-dark:  rgba(255,255,255,0.22);

  --control-ink:     var(--ink-900);
  --control-ink-hover: var(--ink-700);
  --field-bg:        var(--gray-0);
  --field-border:    var(--gray-200);
  --field-focus:     var(--indigo-500);

  --overlay-bottom:  linear-gradient(180deg, rgba(12,14,18,0) 0%, rgba(12,14,18,0.10) 38%, rgba(12,14,18,0.78) 100%);
  --overlay-flat:    rgba(12,14,18,0.32);

  /* ── Typography ── */
  --font-display: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", Helvetica, Arial, sans-serif;
  --font-text:    "SF Pro Text", -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", Helvetica, Arial, sans-serif;
  --font-mono:    "SF Mono", ui-monospace, "SFMono-Regular", "Menlo", monospace;

  --fw-regular:  400;
  --fw-medium:   500;
  --fw-semibold: 600;
  --fw-bold:     700;
  --fw-heavy:    800;

  --fs-display-2xl: 76px;
  --fs-display-xl:  58px;
  --fs-display-lg:  44px;
  --fs-h1:  34px;
  --fs-h2:  28px;
  --fs-h3:  22px;
  --fs-title: 18px;
  --fs-body-lg: 17px;
  --fs-body:  15px;
  --fs-sm:    13px;
  --fs-xs:    12px;
  --fs-overline: 11px;

  --lh-tight:   1.04;
  --lh-snug:    1.18;
  --lh-normal:  1.5;
  --lh-relaxed: 1.62;

  --ls-tighter: -0.03em;
  --ls-tight:   -0.015em;
  --ls-normal:  0em;
  --ls-wide:    0.04em;
  --ls-overline:0.14em;

  /* ── Spacing (4px base) ── */
  --space-1:  4px;
  --space-2:  8px;
  --space-3:  12px;
  --space-4:  16px;
  --space-5:  20px;
  --space-6:  24px;
  --space-8:  32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;
  --space-32: 128px;

  --container-max: 1200px;
  --gutter: 24px;
  --section-y: 96px;

  /* ── Radius ── */
  --radius-xs:   6px;
  --radius-sm:   10px;
  --radius-md:   14px;
  --radius-lg:   20px;
  --radius-xl:   28px;
  --radius-2xl:  36px;
  --radius-pill: 999px;

  /* ── Shadows ── */
  --shadow-xs: 0 1px 2px rgba(15,17,21,0.06);
  --shadow-sm: 0 2px 6px rgba(15,17,21,0.07);
  --shadow-md: 0 8px 20px rgba(15,17,21,0.08);
  --shadow-lg: 0 18px 40px rgba(15,17,21,0.10);
  --shadow-xl: 0 30px 70px rgba(15,17,21,0.14);
  --shadow-brand: 0 10px 28px rgba(64,48,240,0.30);

  --ring-brand: 0 0 0 3px rgba(64,48,240,0.28);
  --ring-error: 0 0 0 3px rgba(229,72,77,0.26);

  /* ── Motion ── */
  --dur-instant: 80ms;
  --dur-fast:    140ms;
  --dur-base:    220ms;
  --dur-slow:    360ms;
  --dur-slowest: 560ms;

  --ease-out:    cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --ease-emph:   cubic-bezier(0.16, 1, 0.3, 1);

  --press-scale: 0.97;
}
@media (prefers-reduced-motion: reduce) {
  :root {
    --dur-instant: 0ms;
    --dur-fast:    0ms;
    --dur-base:    0ms;
    --dur-slow:    0ms;
    --dur-slowest: 0ms;
    --press-scale: 1;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-text);
  background: var(--surface-page);
  color: var(--text-strong);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5 { font-family: var(--font-display); }
button { font-family: var(--font-text); cursor: pointer; }
img    { display: block; max-width: 100%; }
a      { color: inherit; text-decoration: none; }
.overline {
  font-size: var(--fs-overline);
  font-weight: var(--fw-semibold);
  letter-spacing: var(--ls-overline);
  text-transform: uppercase;
  color: var(--brand);
}
.container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
@media (max-width: 768px) {
  :root {
    --section-y: 56px;
    --gutter: 20px;
  }
}
