:root {
  --ink: #0A2545;
  --muted: #5B6E7E;
  --line: #D4E2EC;
  --bg: #F4F8FB;
  --paper: #ffffff;
  --mint: #E6F6FC;
  --teal: #00AEEF;
  --teal-2: #1BA3D8;
  --lime: #F5A623;
  --navy: #0C2D48;
  --brand: #0A2545;
  --brand-2: #0C2D48;
  --cta: #F5A623;
  --cta-2: #E09112;
  --gold: #F5A623;
  --sun: #F5A623;
  --hero: #0A2545;
  --hero-2: #0C2D48;
  --ok: #0f7a4a;
  --danger: #b42318;
  --sky: #E6F6FC;
  --shadow: 0 18px 44px rgba(10, 37, 69, .12);
  --radius: 18px;
  --max: 1180px;
  --font: "Source Sans 3", ui-sans-serif, system-ui, sans-serif;
  --display: "Source Sans 3", ui-sans-serif, system-ui, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-x: clip;
  overscroll-behavior-x: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.5;
  padding-bottom: 0;
  overflow-x: hidden;
  overflow-x: clip;
  width: 100%;
  max-width: 100%;
  position: relative;
  overscroll-behavior-x: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.sprite { position: absolute; left: -9999px; width: 0; height: 0; overflow: hidden; }
.nav-ico, .svc-ico, .mkt-ico, .cta-ico, .menu-ico, .swap-ico, .book-cal, .dock-ico, .book-pin {
  overflow: visible;
}
img, video, canvas { max-width: 100%; height: auto; display: block; }
iframe { max-width: 100%; }
a { color: var(--teal); text-decoration: none; }
a:hover { color: var(--teal-2); }
h1, h2, h3, .brand strong {
  font-family: var(--display);
  letter-spacing: -.025em;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 .4em;
  text-transform: none;
}
h1 { font-size: clamp(1.85rem, 4vw, 2.65rem); word-break: normal; overflow-wrap: break-word; }
h2 { font-size: clamp(1.35rem, 2.6vw, 1.85rem); }
h3 { font-size: 1.05rem; }
p { margin: 0 0 1em; }
.skip { position: absolute; left: -999px; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
html.noscroll, body.noscroll { overflow: hidden; height: 100%; }
.ico { width: 22px; height: 22px; display: block; }
.nav-ico, .svc-ico, .mkt-ico, .cta-ico, .menu-ico, .swap-ico, .book-cal, .dock-ico {
  width: 18px; height: 18px; display: block; flex: none;
}
.dock-ico { width: 22px; height: 22px; color: currentColor; }
.menu-ico { width: 20px; height: 20px; color: var(--navy); }

.top {
  position: sticky; top: 0; z-index: 50;
  background: #fff;
  border-bottom: 1px solid var(--line);
  overflow-x: hidden;
  max-width: 100%;
}
.top-bar { display: none; }

.rates-ticker {
  display: flex;
  align-items: stretch;
  gap: 0;
  background: var(--navy);
  color: #e8f1f8;
  border-bottom: 2px solid var(--cta);
  min-height: 42px;
  font-size: .82rem;
  font-weight: 650;
  max-width: 100%;
  overflow: hidden;
}
.rates-ticker-live,
.rates-ticker-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: none;
  color: var(--sun);
  font-weight: 800;
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 0 14px;
  white-space: nowrap;
  background: rgba(0, 0, 0, .18);
  z-index: 1;
}
.rates-ticker-live:hover,
.rates-ticker-all:hover { color: #fff; }
.rates-ticker-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--sun);
  box-shadow: 0 0 0 3px rgba(255, 193, 74, .35);
}
.rates-ticker-live-short { display: none; }
.rates-ticker-view {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  pointer-events: auto;
  contain: paint;
  isolation: isolate;
  transform: translateZ(0);
  clip-path: inset(0);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12px, #000 calc(100% - 12px), transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12px, #000 calc(100% - 12px), transparent);
}
.rates-ticker-track {
  display: flex;
  width: max-content;
  animation: rates-ticker-scroll 120s linear infinite;
  pointer-events: none;
}
.rates-ticker:hover .rates-ticker-track,
.rates-ticker:focus-within .rates-ticker-track,
.rates-ticker.is-paused .rates-ticker-track {
  animation-play-state: paused;
}
.rates-ticker-set {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 8px;
}
.rates-ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #e8f1f8;
  padding: 6px 12px;
  white-space: nowrap;
  border-right: 1px solid rgba(232, 241, 248, .22);
  pointer-events: auto;
}
.rates-ticker-item:hover { color: #fff; }
.rates-ticker-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  pointer-events: auto;
  position: relative;
  z-index: 2;
}
.rates-ticker-meta:hover { color: #fff; }
.rates-ticker-item b {
  font-family: var(--display);
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: .04em;
  color: #fff;
}
.rates-ticker-buy {
  color: var(--sun);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.rates-ticker-sell {
  color: #b8c9d6;
  font-size: .78rem;
  font-weight: 650;
  font-variant-numeric: tabular-nums;
}
.rates-ticker-act {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  min-width: 40px;
  padding: 0 9px;
  border-radius: 999px;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  line-height: 1;
  pointer-events: auto;
  position: relative;
  z-index: 3;
  touch-action: manipulation;
}
.rates-ticker-act-buy {
  background: var(--cta);
  color: var(--ink);
  box-shadow: 0 0 0 1px rgba(245, 166, 35, .4);
}
.rates-ticker-act-buy:hover {
  background: var(--cta-2);
  color: #fff;
}
.rates-ticker-act-sell {
  background: transparent;
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .75);
}
.rates-ticker-act-sell:hover {
  background: #fff;
  color: var(--navy);
}
.rates-ticker .flag {
  width: 20px;
  height: 14px;
  box-shadow: 0 0 0 1px rgba(232, 241, 248, .35);
}
.rates-ticker .flag img {
  width: 20px;
  height: 14px;
}
@keyframes rates-ticker-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.rates-ticker.is-static .rates-ticker-track {
  animation: none;
  width: auto;
}
.rates-ticker.is-static .rates-ticker-view {
  overflow-x: auto;
  mask-image: none;
  scrollbar-width: thin;
}
.rates-ticker.is-static .rates-ticker-set[aria-hidden="true"] { display: none; }
@media (prefers-reduced-motion: reduce) {
  .rates-ticker-track {
    animation: none !important;
    width: auto;
  }
  .rates-ticker-view { overflow-x: auto; mask-image: none; scrollbar-width: thin; }
  .rates-ticker-set[aria-hidden="true"] { display: none; }
}
.nav-wrap {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas:
    "brand nav cta"
    "search search search";
  align-items: center;
  gap: 8px 20px;
  max-width: 1280px; margin: 0 auto; padding: 10px 28px 12px;
}
.nav-wrap .brand { grid-area: brand; }
.nav-wrap .nav { grid-area: nav; }
.nav-wrap .nav-cta { grid-area: cta; }
.nav-wrap .head-find { grid-area: search; }
.nav-wrap .menu { grid-area: menu; }
.brand { display: flex; align-items: center; gap: 8px; color: var(--navy); }
.brand-logo,
.brand img {
  display: block;
  height: 62px;
  width: auto;
  max-height: 62px;
  max-width: 168px;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
}
.nav-wrap .brand-logo,
.nav-wrap .brand img {
  height: 62px;
  max-height: 62px;
  max-width: 168px;
}
.drawer-brand .brand-logo,
.drawer-brand img {
  height: 40px;
  max-height: 40px;
  max-width: 130px;
  background: #fff;
  border-radius: 8px;
  padding: 2px;
}
.foot .brand-logo,
.foot .brand img {
  height: 36px;
  max-height: 36px;
  max-width: 130px;
  background: #fff;
  border-radius: 8px;
  padding: 2px;
}
.brand strong {
  display: block; font-size: 1.35rem; margin: 0;
  letter-spacing: .02em; text-transform: none; font-weight: 800;
  color: var(--navy);
}
.brand small { display: none; }
.drawer-hello small { display: block; color: #9ED8F0; font-size: .78rem; font-weight: 600; }
.nav { display: flex; gap: 16px; flex: 0 1 auto; font-size: .88rem; font-weight: 600; }
.nav a {
  color: var(--ink);
  display: inline-flex; align-items: center; gap: 6px;
  white-space: nowrap;
}
.nav a:hover { color: var(--navy); }
.nav a:hover .nav-ico { color: var(--cta); }
.nav-ico { color: var(--cta); width: 16px; height: 16px; }
.nav-cta { display: flex; gap: 14px; align-items: center; }
.nav-phone {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--teal); font-weight: 700; font-size: .92rem; white-space: nowrap;
}
.nav-phone:hover { color: var(--teal-2); }
.nav-text {
  color: var(--teal); font-weight: 700; font-size: .92rem;
  display: inline-flex; align-items: center; gap: 5px; white-space: nowrap;
}
.nav-text:hover { color: var(--teal-2); }
.nav-login { color: var(--teal); }
.nav-wa .nav-ico { color: #1fa855; }
.menu {
  display: none; border: 1px solid var(--line); background: #fff;
  border-radius: 8px; padding: 8px; color: var(--navy);
  align-items: center; justify-content: center; cursor: pointer;
}
.head-find {
  position: relative; z-index: 2; width: 100%; max-width: none; min-width: 0;
}
.head-find-box {
  display: flex; align-items: center; gap: 8px; width: 100%;
  background: var(--bg); border: 1.5px solid var(--line);
  border-radius: 8px; padding: 0 14px; min-height: 44px;
}
.head-find-box:focus-within {
  border-color: var(--teal); background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 174, 239, .16);
}
.head-find-ico { width: 18px; height: 18px; color: var(--cta); flex: none; }
.head-find input {
  flex: 1; border: 0; background: transparent; min-width: 0;
  font: inherit; font-size: .95rem; font-weight: 600; color: var(--ink);
  padding: 8px 0; appearance: none; -webkit-appearance: none;
}
.head-find input:focus { outline: none; }
.head-find input::-webkit-search-cancel-button { appearance: none; }
.head-find input::placeholder { color: #7a8a8c; font-weight: 500; }
.head-suggest {
  position: absolute; left: 0; right: 0; top: calc(100% + 6px);
}

.drawer-scrim {
  position: fixed; inset: 0; z-index: 90;
  background: rgba(14, 36, 48, .46);
}
.drawer {
  position: fixed; top: 0; left: 0; bottom: 0; z-index: 91;
  width: min(320px, 88vw); background: #fff; color: var(--ink);
  display: flex; flex-direction: column;
  transform: translateX(-105%);
  transition: transform .22s ease;
  box-shadow: 8px 0 32px rgba(8, 40, 46, .18);
}
.drawer.open { transform: translateX(0); }
.drawer-head {
  display: flex; align-items: center; gap: 10px;
  padding: 16px 14px 14px; background: var(--navy); color: #fff;
}
.drawer-brand { color: #fff; flex: 1; min-width: 0; }
.drawer-brand strong { color: #fff; font-size: 1.2rem; }
.drawer-hello { display: flex; flex-direction: column; gap: 2px; }
.drawer-hello small { font-size: .78rem; color: #9ED8F0; font-weight: 600; }
.drawer-close {
  border: 0; background: transparent; color: #fff; cursor: pointer;
  width: 36px; height: 36px; border-radius: 8px;
  display: grid; place-items: center; padding: 0;
}
.drawer-close .menu-ico { color: #fff; }
.drawer-close:hover { background: rgba(255,255,255,.1); }
.drawer-list { flex: 1; overflow: auto; padding: 8px 0; }
.drawer-list a {
  display: flex; align-items: center; gap: 14px;
  padding: 13px 18px; color: var(--ink); font-weight: 650;
}
.drawer-list a:hover { background: var(--mint); color: var(--navy); }
.drawer-ico { width: 20px; height: 20px; color: var(--cta); flex: none; }
.drawer-wa { color: #1fa855; }
.drawer-foot {
  border-top: 1px solid var(--line);
  padding: 12px 18px calc(14px + env(safe-area-inset-bottom));
  display: grid; gap: 8px;
}
.drawer-foot a { color: var(--ink); font-size: .92rem; }
.drawer-foot b { color: var(--navy); margin-right: 8px; }

.search-sheet {
  position: fixed; inset: 0; z-index: 95; background: #fff;
  display: flex; flex-direction: column;
}
.search-sheet[hidden], .drawer-scrim[hidden] { display: none !important; }
.search-sheet-bar {
  display: flex; align-items: center; gap: 8px;
  padding: 8px 10px; min-height: 56px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.search-sheet-bar .head-find-box { flex: 1; min-height: 44px; }
.sheet-back {
  border: 0; background: transparent; color: var(--navy); cursor: pointer;
  width: 40px; height: 40px; border-radius: 8px;
  display: grid; place-items: center; padding: 0; flex: none;
}
.sheet-back:hover { background: var(--mint); }
.search-sheet-list { flex: 1; overflow: auto; position: static; max-height: none; box-shadow: none; border: 0; border-radius: 0; }

.suggest-panel, .suggest {
  background: #fff; border-radius: 12px; box-shadow: var(--shadow);
  max-height: 380px; overflow: auto; z-index: 8; border: 1px solid #eee;
}
.suggest-panel button, .suggest button {
  display: flex; align-items: center; gap: 12px; width: 100%;
  text-align: left; border: 0; background: #fff;
  padding: 10px 14px; font: inherit; cursor: pointer;
}
.suggest-panel button:hover, .suggest-panel button.active,
.suggest button:hover, .suggest button.active { background: var(--mint); }
.sg-ico {
  width: 36px; height: 36px; border-radius: 8px; background: var(--mint);
  display: grid; place-items: center; flex: none; overflow: hidden;
}
.sg-ico img { width: 22px; height: 16px; object-fit: cover; display: block; border-radius: 2px; }
.sg-svg { width: 18px; height: 18px; color: var(--cta); }
.sg-txt { min-width: 0; }
.sg-txt b { display: block; font-size: .95rem; font-weight: 700; color: var(--ink); }
.sg-txt small, .suggest small { display: block; color: var(--muted); font-size: .78rem; }
.sg-empty { margin: 0; padding: 16px 14px; color: var(--muted); font-size: .9rem; }
.search-sheet-list.suggest-panel {
  flex: 1; overflow: auto; position: static; max-height: none;
  box-shadow: none; border: 0; border-radius: 0;
}
.search-sheet-bar .head-find-box:focus-within { box-shadow: none; }
.search-sheet input { outline: none; box-shadow: none; }
body.noscroll .dock { display: none !important; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: 999px; padding: 12px 18px; border: 0; cursor: pointer;
  font-weight: 700; text-decoration: none; font-size: .95rem; font-family: inherit;
}
.btn.gold, .btn.cta { background: var(--cta); color: var(--ink); }
.btn.gold:hover, .btn.cta:hover { background: var(--cta-2); color: var(--ink); }
.btn.green { background: var(--navy); color: #fff; }
.btn.ghost { background: transparent; color: var(--ink); border: 1px solid transparent; }
.btn.ghost.dark { color: var(--ink); border-color: var(--line); background: #fff; }
.btn.ghost.light { color: #fff; border-color: rgba(255, 255, 255, .45); }
.btn.ghost.light:hover { color: #00AEEF; border-color: #00AEEF; }
.btn.wide { width: 100%; }
.btn.lg { padding: 16px 22px; font-size: 1.02rem; }
.btn.pill {
  background: var(--cta); color: var(--ink); border-radius: 999px;
  padding: 8px 16px; font-size: .85rem;
}
.btn.pill:hover { background: var(--cta-2); color: var(--ink); }

.hero, .stage {
  background: linear-gradient(180deg, var(--bg), #fff);
  color: var(--ink);
  padding: 36px 20px 20px;
  position: relative;
}
.hero::after { display: none; }
.hero-inner, .wrap, .stage-inner { max-width: var(--max); margin: 0 auto; }
.wrap { padding: 64px 24px; }
.stage-head { text-align: center; max-width: 720px; margin: 0 auto 28px; }
.stage-head .lede { color: var(--muted); font-size: 1.08rem; }
.kicker {
  display: inline-flex; gap: 8px; align-items: center;
  font-size: .72rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--teal); font-weight: 800; margin-bottom: 10px;
}
.lede { font-size: 1.05rem; max-width: 46rem; color: #4b5563; }
.split { display: grid; grid-template-columns: 1.08fr .92fr; gap: 28px; align-items: start; }

.fx {
  background: #fff; border-radius: 28px; padding: 10px;
  box-shadow: var(--shadow); border: 1px solid #fff;
  max-width: 760px; margin: 0 auto;
}
.book-tabs, .fx-tabs {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px;
  background: #f0f2f5; border-radius: 20px; padding: 6px;
}
.book-tabs button, .fx-tabs button {
  border: 0; background: transparent; padding: 12px 8px; font: inherit;
  font-weight: 700; color: #66707a; cursor: pointer; border-radius: 14px;
}
.book-tabs button.on, .fx-tabs button.on { background: #fff; color: var(--ink); box-shadow: 0 6px 16px rgba(18,20,26,.06); }
.book-body, .fx-body { padding: 18px 14px 14px; }
.fx-leg {
  background: #f4f6f8; border-radius: 18px; padding: 16px 18px 10px;
}
.fx-leg.out { background: var(--mint); }
.fx-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 4px; }
.fx-top span { font-size: .78rem; font-weight: 750; color: var(--muted); letter-spacing: .04em; text-transform: uppercase; }
.fx-amt {
  width: 100%; border: 0; background: transparent; font: inherit;
  font-size: clamp(2rem, 5vw, 2.7rem); font-weight: 750; letter-spacing: -.04em;
  padding: 4px 0 8px; color: var(--ink);
}
.fx-amt:focus { outline: none; }
.fx-amt::-webkit-outer-spin-button,
.fx-amt::-webkit-inner-spin-button { appearance: none; margin: 0; }
.fx-amt[type=number] { appearance: textfield; -moz-appearance: textfield; }
.ccy-btn, .ccy-lock {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 8px 12px; font-weight: 800; cursor: pointer; font-family: inherit; color: var(--ink);
}
.ccy-lock { cursor: default; }
.flag-orb { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; font-size: 14px; background: #eef1f4; }
.fx-mid {
  display: flex; justify-content: center; margin: -10px 0; position: relative; z-index: 2;
}
.fx-mid b {
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 8px 14px; font-size: .88rem; font-weight: 750; color: var(--teal);
  box-shadow: 0 8px 20px rgba(18,20,26,.06);
}
.pick { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 14px 0; }
.pick-card {
  border: 1px solid var(--line); border-radius: 16px; padding: 12px 14px; cursor: pointer;
  background: #fff; display: block;
}
.pick-card:has(input:checked), .pick-card.on {
  border-color: var(--teal); background: var(--mint); box-shadow: inset 0 0 0 1px var(--teal);
}
.pick-card input { accent-color: var(--teal); margin-right: 6px; }
.pick-card b { display: block; }
.pick-card small { color: var(--muted); }
.amt-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 4px; }
.amt-chips button {
  border: 1px solid var(--line); background: #fff; border-radius: 999px;
  padding: 7px 12px; font: inherit; font-size: .82rem; font-weight: 750; cursor: pointer;
}
.amt-chips button.on { background: var(--ink); color: #fff; border-color: var(--ink); }

.ccy-pop {
  position: absolute; right: 18px; top: 58px; z-index: 20;
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  box-shadow: var(--shadow); width: min(320px, 80vw); max-height: 280px; overflow: auto;
  display: none;
}
.ccy-pop.open { display: block; }
.ccy-pop button {
  width: 100%; text-align: left; border: 0; background: #fff; padding: 10px 14px;
  font: inherit; cursor: pointer; display: flex; gap: 8px; align-items: center;
}
.ccy-pop button:hover { background: var(--mint); }
.fx-rel { position: relative; }

.card {
  background: var(--paper); border-radius: var(--radius); padding: 22px;
  border: 1px solid var(--line); box-shadow: 0 10px 30px rgba(10, 37, 69, .04);
}
.card h2 { margin-top: 0; }
label { display: block; font-size: .78rem; font-weight: 750; margin: 12px 0 6px; color: #3d4650; }
input, select, textarea {
  width: 100%; padding: 13px 14px; border-radius: 12px;
  border: 1px solid var(--line); background: #fff; font: inherit; color: inherit;
}
input:focus, select:focus, textarea:focus { outline: 2px solid var(--sun); border-color: var(--teal); }
textarea { min-height: 110px; resize: vertical; }
.row-2, .row-3 { display: grid; gap: 10px; }
.row-2 { grid-template-columns: 1fr 1fr; }
.row-3 { grid-template-columns: 1fr 1fr 1fr; }
.quote {
  margin-top: 12px; padding: 14px 16px; border-radius: 16px; background: var(--mint);
  display: flex; justify-content: space-between; gap: 12px; align-items: center;
}
.quote strong { font-size: 1.5rem; }
.muted { color: var(--muted); }

.ticker {
  display: flex; gap: 10px; overflow: auto; padding: 8px 0 4px;
  scrollbar-width: none;
}
.ticker a {
  flex: 0 0 auto; padding: 10px 14px; color: var(--ink);
  border: 1px solid var(--line); border-radius: 999px; font-size: .86rem;
  background: #fff; font-weight: 700;
}
.ticker b { color: var(--teal); }
.grid-2, .grid-3, .grid-4, .grid-areas { display: grid; gap: 16px; }
.grid-2 { grid-template-columns: 1fr 1fr; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-areas { grid-template-columns: repeat(4, 1fr); }

.trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.trust .card { text-align: left; display: flex; gap: 12px; align-items: center; padding: 16px; }
.trust .orb { width: 42px; height: 42px; border-radius: 14px; background: var(--mint); color: var(--teal); display: grid; place-items: center; flex: none; }
.prod { color: inherit; min-height: 180px; transition: transform .15s ease, box-shadow .15s ease; }
.prod:hover { transform: translateY(-3px); box-shadow: var(--shadow); color: inherit; }
.prod .orb { width: 48px; height: 48px; border-radius: 16px; background: var(--mint); color: var(--teal); display: grid; place-items: center; margin-bottom: 12px; }
.prod .orb .ico { width: 24px; height: 24px; }
.rate-tile { color: inherit; }
.rate-tile:hover { color: inherit; }
.rate-tile .buy { font-size: 1.45rem; font-weight: 750; font-family: var(--display); margin: .35rem 0 .15rem; }
.rate-cols {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
  margin: 10px 0 4px;
}
.rate-cols em {
  display: block; font-style: normal; font-size: .68rem; letter-spacing: .1em;
  text-transform: uppercase; color: var(--muted); font-weight: 800;
}
.rate-cols b {
  display: block; font-family: var(--display); font-size: 1.35rem; font-weight: 800;
  line-height: 1.1; color: var(--ink);
}
.rate-go {
  display: inline-block; margin-top: 8px; font-size: .82rem; font-weight: 750; color: var(--teal);
}
.rate-tile:hover .rate-go { color: var(--teal-2); }
.docs ul { margin: 0; padding-left: 1.15rem; }
.docs li { margin: 0 0 .45em; }
.docs li:last-child { margin-bottom: 0; }
.home-pills { margin-top: 22px; }
.sec-head .lede { margin: 8px 0 0; max-width: 46rem; }
.pair { display: flex; justify-content: space-between; gap: 8px; font-size: .92rem; align-items: center; }
.ccy {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.ccy b { font-weight: 800; letter-spacing: .02em; }
span.flag {
  width: 22px;
  height: 16px;
  border-radius: 3px;
  overflow: hidden;
  flex: none;
  display: inline-flex;
  box-shadow: 0 0 0 1px rgba(14, 36, 48, .12);
  background: #eef1f4;
}
span.flag img, img.flag {
  width: 22px;
  height: 16px;
  object-fit: cover;
  display: block;
}

.branch, .step {
  background: #fff; border-radius: var(--radius); padding: 22px;
  border: 1px solid var(--line); display: flex; flex-direction: column; gap: 8px;
}
.branch .tag, .step n, .tag {
  font-size: .72rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--teal); font-weight: 800;
}
.stat-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 12px; }
.stat { background: #fff; border-radius: 16px; padding: 16px; border: 1px solid var(--line); }
.stat b { display: block; font-size: 1.5rem; }
.table-wrap { overflow: auto; background: #fff; border-radius: var(--radius); border: 1px solid var(--line); }
table { width: 100%; border-collapse: collapse; min-width: 640px; }
th, td { padding: 14px; text-align: left; border-bottom: 1px solid var(--line); }

.rates-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  flex-wrap: wrap;
}
.rates-head h1 { margin-bottom: 0; }
.rates-page .lede { max-width: 68ch; }
.rates-board table { min-width: 760px; }
th { font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; background: var(--bg); color: var(--muted); }
tr:hover td { background: var(--mint); }
.pills { display: flex; flex-wrap: wrap; gap: 8px; }
.pill {
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 8px 13px; font-size: .85rem; color: var(--ink); font-weight: 650;
}
.pill:hover { border-color: var(--teal); color: var(--teal); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.faq details { background: #fff; border-radius: 16px; padding: 14px 16px; margin-bottom: 8px; border: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 750; }
.notice { background: #fff8e8; border: 1px solid #ead7a2; padding: 12px 14px; border-radius: 14px; }
.ok { background: #e8f7ef; border: 1px solid #9fe0bf; padding: 12px 14px; border-radius: 14px; color: var(--ok); }
.err { background: #fef3f2; border: 1px solid #f5c2c0; padding: 12px 14px; border-radius: 14px; color: var(--danger); }
.stepper { display: flex; gap: 8px; margin-bottom: 18px; flex-wrap: wrap; }
.stepper span { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 6px 12px; font-size: .8rem; font-weight: 750; color: var(--muted); }
.stepper span.on { background: var(--navy); color: #fff; border-color: var(--navy); }
.summary { background: var(--navy); color: #fff; border-radius: 22px; padding: 22px; }
.summary .muted { color: #b8c9d6; }
.summary strong { font-size: 1.8rem; font-family: var(--display); }

.foot { background: var(--navy); color: #c5d4e0; padding: 48px 20px 28px; }
.foot .grid-4 { max-width: var(--max); margin: 0 auto 24px; }
.foot a { color: var(--teal); }
.foot a:hover { color: #fff; }
.foot .brand { color: #fff; margin-bottom: 10px; }
.foot .brand strong { color: #fff; }
.foot h3 { color: #fff; }
.plain { list-style: none; padding: 0; margin: 0; }
.plain li { margin-bottom: 6px; }
.legal {
  max-width: var(--max); margin: 0 auto; display: flex; justify-content: space-between; gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, .12); padding-top: 16px; font-size: .85rem;
  flex-wrap: wrap;
}
.foot-credit {
  max-width: var(--max);
  margin: 10px auto 0;
  font-size: .85rem;
  color: #c5d4e0;
}
.foot-credit a { font-weight: 650; }
.foot-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 0;
}
.foot-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  color: #fff;
  display: grid;
  place-items: center;
  text-decoration: none;
}
.foot-social a:hover { background: var(--teal); color: #0A2545; }
.foot-social svg { width: 16px; height: 16px; display: block; max-width: none; }
.foot-mega {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr)) minmax(0, 1.1fr);
  gap: 28px;
  max-width: var(--max);
  margin: 0 auto 24px;
  min-width: 0;
}
.contact-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  font-size: 1.08rem;
  font-weight: 700;
  margin: 0 0 16px;
}
.contact-line a { color: var(--navy); }
.contact-line span { color: var(--muted); font-weight: 500; }
.quote-grid { margin-top: 12px; }
.quote {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px 18px 14px;
  margin: 0;
}
.quote p { margin: 0 0 12px; }
.quote cite { color: var(--muted); font-style: normal; font-weight: 700; font-size: .85rem; }
.why-grid h3 { margin: 0; font-size: 1.05rem; }
.policy { max-width: 760px; padding-bottom: 24px; }
.policy .lede { color: var(--muted); font-size: 1.05rem; }
.policy h2 { margin-top: 1.7em; font-size: 1.18rem; }
.policy ul { padding-left: 1.2em; margin: 0 0 1em; }
.policy li { margin-bottom: .4em; }
.policy-nav {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin: 0 0 22px;
}
.policy-nav a {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: .82rem;
  font-weight: 650;
  color: var(--ink);
  background: #fff;
}
.policy-nav a.on,
.policy-nav a:hover { background: var(--navy); color: #fff; border-color: var(--navy); }
.dock {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  background: #fff;
  grid-template-columns: repeat(5, 1fr);
  align-items: stretch;
  padding: 0 0 env(safe-area-inset-bottom);
  min-height: 58px;
  border-top: 1px solid #e6eef4;
  box-shadow: 0 -6px 20px rgba(10, 37, 69, .08);
}
.dock a {
  position: relative;
  color: #8a9aaa;
  text-align: center;
  padding: 8px 2px 7px;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  text-decoration: none;
  min-width: 0;
}
.dock a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 22%;
  right: 22%;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: transparent;
}
.dock a span {
  display: block;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.dock a .dock-ico { color: inherit; }
.dock a:hover, .dock a:focus-visible {
  color: var(--ink);
  background: transparent;
}
.dock a.on {
  color: var(--cta);
}
.dock a.on::before {
  background: var(--cta);
}
.dock a.on .dock-ico { color: var(--cta); }
.band { background: #fff; }
.map-frame {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 16px;
  margin: 12px 0;
}
.map {
  width: 100% !important;
  max-width: 100%;
  height: 280px;
  border: 0;
  border-radius: 16px;
  display: block;
}
.fx-calc { padding: 18px; }
.fx-calc .fx-row {
  display: grid;
  grid-template-columns: minmax(8rem, 11rem) 1fr;
  gap: 10px;
}
.fx-calc .fx-row select,
.fx-calc .fx-row input { min-width: 0; }
.fx-equals {
  margin: 4px 0 10px;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--muted);
  text-align: center;
}
.fx-calc [data-inr-input] { width: 100%; }
@media (max-width: 520px) {
  .fx-calc .fx-row { grid-template-columns: 1fr; }
}
.admin-table input { padding: 7px 8px; }
.req { color: var(--danger); font-weight: 700; }
.crumb { font-size: .85rem; color: var(--muted); margin-bottom: 12px; }
.crumb a { color: inherit; }
.crumb-bar { max-width: var(--max); margin: 16px auto 0; padding: 0 18px; }
.crumb-sep { margin: 0 .35em; color: var(--muted); }
.seo-nap { margin-top: 8px; }
.seo-nap h3 { margin-bottom: 12px; }
.seo-nap h4 { margin: 0 0 6px; font-size: 1.05rem; }
.seo-nap h5 { margin: 10px 0 4px; font-size: .92rem; color: var(--muted); }
.sec-head { display: flex; justify-content: space-between; align-items: end; gap: 12px; margin-bottom: 18px; }
.sec-title { color: var(--ink); font-size: clamp(1.45rem, 2.6vw, 1.9rem); margin: 0; font-weight: 700; }

/* ---- Avis-like homepage hero ---- */
.hero-stage {
  position: relative;
  background: linear-gradient(180deg, var(--hero) 0%, var(--hero-2) 100%);
  color: #e8f1f8;
  padding: 18px 0 0;
  min-height: 420px;
}
.hero-visual {
  position: absolute; inset: 0; overflow: hidden; pointer-events: none;
}
.hero-stage-inner {
  position: relative; z-index: 1;
  max-width: var(--max); margin: 0 auto;
  padding: 18px 24px 8px;
  min-height: 300px;
}
.hero-copy { max-width: 34rem; padding-top: 8px; }
.hero-copy h1 {
  font-family: var(--display);
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  letter-spacing: -.03em;
  line-height: 1.12;
  font-size: clamp(2rem, 4.6vw, 3.15rem);
  color: #fff;
  margin: 0 0 22px;
  max-width: 16ch;
}
.hero-offers {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  max-width: 460px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 12px;
  background: rgba(0, 0, 0, .18);
}
.hero-offer {
  padding: 12px 16px 14px;
}
.hero-offer + .hero-offer { border-left: 1px solid rgba(255,255,255,.18); }
.hero-offer-kicker {
  display: block; font-size: .68rem; letter-spacing: .16em; text-transform: uppercase;
  font-weight: 800; color: var(--teal);
}
.hero-offer strong {
  display: block; font-family: var(--display); font-size: 2rem; font-weight: 800;
  line-height: 1; margin: 4px 0; color: #fff;
}
.hero-offer small { color: rgba(255,255,255,.82); font-size: .82rem; }
.hero-kicker {
  margin: 16px 0 0;
  font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700;
  color: var(--teal);
}
.photo-orb {
  position: absolute; border-radius: 50%; object-fit: cover;
  box-shadow: 0 20px 50px rgba(0,0,0,.22);
}
.photo-orb-lg {
  width: min(540px, 50vw); height: min(540px, 50vw);
  right: -7%; top: -12%;
}
.photo-orb-mid {
  width: min(210px, 20vw); height: min(210px, 20vw);
  right: 28%; bottom: 18%;
  border: 6px solid rgba(0, 174, 239, .35);
}
.photo-orb-sm {
  width: min(150px, 15vw); height: min(150px, 15vw);
  right: 8%; bottom: 12%;
}
.hero-photo-note { display: none; }
.book-dock {
  position: relative; z-index: 4;
  max-width: var(--max); margin: 0 auto;
  padding: 0 20px;
  transform: translateY(42px);
}
.hero-stage-compact {
  min-height: 0; padding: 10px 0 0;
}
.hero-stage-compact .book-dock { transform: translateY(28px); }
.page-white { background: #fff; padding-top: 28px; }

.trust-bar {
  background: #fff;
  border-bottom: 1px solid var(--line);
  padding: 58px 24px 32px;
}
.trust-bar-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 28px;
}
.trust-bar p { margin: 0; padding-left: 14px; border-left: 2px solid var(--cta); }
.trust-bar b { display: block; font-size: .95rem; font-weight: 700; color: var(--ink); }
.trust-bar span { display: block; margin-top: 4px; color: var(--muted); font-size: .85rem; line-height: 1.4; }

.book-card {
  background: #fff; color: var(--ink);
  border-radius: 16px;
  padding: 14px 18px 12px;
  box-shadow: 0 18px 40px rgba(8, 40, 46, .22);
}
.book-head {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  border-bottom: 1px solid var(--line); margin: 0 -6px 12px; padding: 0 6px 0;
}
.book-markets { display: flex; gap: 22px; }
.book-markets button {
  border: 0; background: transparent; font: inherit; font-weight: 700;
  color: #7a8a8c; padding: 10px 0 12px; cursor: pointer;
  border-bottom: 3px solid transparent; margin-bottom: -1px;
  display: inline-flex; align-items: center; gap: 7px;
}
.book-markets button.on { color: var(--cta); border-bottom-color: var(--cta); }
.mkt-ico { width: 16px; height: 16px; }
.switch {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .82rem; font-weight: 650; color: #5b6b73; margin: 0; cursor: pointer;
}
.switch input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.switch-ui {
  width: 36px; height: 20px; border-radius: 999px; background: var(--line);
  position: relative; flex: none; transition: background .15s ease;
}
.switch-ui::after {
  content: ""; position: absolute; top: 2px; left: 2px;
  width: 16px; height: 16px; border-radius: 50%; background: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,.2); transition: transform .15s ease;
}
.switch input:checked + .switch-ui { background: var(--cta); }
.switch input:checked + .switch-ui::after { transform: translateX(16px); }
.book-services {
  display: flex; flex-wrap: wrap; gap: 8px 10px; margin: 4px 0 14px;
  font-size: .9rem; font-weight: 600; color: var(--ink);
}
.svc {
  display: inline-flex; align-items: center; gap: 7px; margin: 0; cursor: pointer; font-weight: 600;
  padding: 7px 12px 7px 8px; border-radius: 999px; border: 1px solid transparent;
}
.svc:has(input:checked) {
  background: var(--mint); border-color: #9ED8F0; color: var(--navy);
}
.svc-ico { color: var(--cta); }
.svc input { width: auto; accent-color: var(--cta); margin: 0; }
.book-grid {
  display: grid;
  grid-template-columns: minmax(180px, 1.45fr) 34px minmax(150px, 1.15fr) minmax(130px, .9fr);
  gap: 10px; align-items: stretch;
}
.book-field { position: relative; }
.book-label {
  margin: 0 0 4px; font-size: .68rem; letter-spacing: .1em;
  text-transform: uppercase; color: var(--cta); font-weight: 800;
}
.book-control {
  position: relative;
  border: 1.5px solid var(--cta); border-radius: 10px;
  background: #fff; min-height: 52px;
  display: flex; align-items: center;
}
.book-control input, .book-control select {
  border: 0; background: transparent; padding: 12px 40px 12px 12px;
  font-size: 1rem; font-weight: 650; border-radius: 10px;
  appearance: none; -webkit-appearance: none;
}
.book-control input:focus, .book-control select:focus { outline: none; box-shadow: none; }
.book-pin {
  position: absolute; right: 12px; top: 50%; transform: translateY(-50%);
  width: 18px; height: 18px; color: var(--cta); pointer-events: none;
}
.book-swap {
  align-self: center; margin-top: 18px;
  width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid var(--line); background: #fff; color: var(--navy);
  font-size: 1rem; cursor: pointer; font-weight: 700;
  display: grid; place-items: center; padding: 0;
}
.book-swap:hover { border-color: var(--cta); color: var(--cta); }
.swap-ico { width: 16px; height: 16px; }
.book-slot .book-sub {
  margin: 6px 0 0; font-size: .65rem; letter-spacing: .08em;
  text-transform: uppercase; color: #7a8a8c; font-weight: 700;
}
.book-date {
  display: flex; align-items: center; gap: 6px; color: var(--cta);
}
.book-cal { width: 14px; height: 14px; flex: none; }
.book-slot input[type=date] {
  border: 0; padding: 2px 0 0; font-size: .82rem; font-weight: 650; color: #5b6b73;
}
.book-cta {
  align-self: end;
  background: var(--cta); color: var(--ink); border: 0; border-radius: 10px;
  padding: 16px 18px; font: inherit; font-weight: 800; cursor: pointer;
  min-height: 52px; margin-bottom: 0;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
}
.book-cta-wide { width: 100%; margin-top: 14px; min-height: 56px; font-size: 1.05rem; }
.book-cta .cta-ico { color: var(--ink); width: 16px; height: 16px; }
.book-cta:hover { background: var(--cta-2); }
[data-slot-wrap][hidden] { display: none !important; }
.book-when {
  margin: 14px 0 4px;
  padding: 14px;
  border: 1.5px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(180deg, #fffdf6 0%, #fff 42%);
}
.lux-lede { margin: 0 0 12px; font-size: .82rem; color: #5b6b73; }
.lux-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: start;
}
.lux-cal, .lux-clock {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 12px;
  box-shadow: 0 8px 24px rgba(10, 37, 69, .06);
}
.lux-cal-head, .lux-clock-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 10px;
}
.lux-cal-head em, .lux-clock-head em {
  display: block; font-style: normal; font-size: .62rem;
  letter-spacing: .14em; text-transform: uppercase; color: var(--cta); font-weight: 800;
}
.lux-cal-head strong, .lux-clock-head strong {
  display: block; font-size: 1.05rem; color: var(--navy);
}
.lux-nav {
  width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid var(--line); background: #fff; cursor: pointer;
  font-size: 1.2rem; color: var(--navy); font-weight: 700;
}
.lux-nav:hover { border-color: var(--cta); color: var(--cta); }
.lux-dow, .lux-days {
  display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; text-align: center;
}
.lux-dow span {
  font-size: .64rem; font-weight: 800; letter-spacing: .06em;
  text-transform: uppercase; color: #8a969c; padding: 4px 0;
}
.lux-day {
  border: 0; background: transparent; border-radius: 50%;
  width: 36px; height: 36px; margin: 0 auto; cursor: pointer;
  font: inherit; font-weight: 700; color: var(--ink);
}
.lux-day:hover:not(:disabled) { background: #fff3d4; }
.lux-day.on { background: var(--cta); color: var(--ink); box-shadow: 0 4px 10px rgba(232, 168, 56, .35); }
.lux-day.today:not(.on) { box-shadow: inset 0 0 0 1.5px var(--cta); }
.lux-day:disabled { color: #c5cdcf; cursor: not-allowed; text-decoration: line-through; }
.lux-face {
  position: relative; width: 168px; height: 168px; margin: 8px auto 12px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #fff 0 54px, transparent 55px),
    repeating-conic-gradient(from -1.5deg, var(--navy) 0 3deg, transparent 3deg 30deg);
  border: 8px solid var(--navy);
  box-shadow: inset 0 0 0 10px #f7f1e4, 0 10px 24px rgba(10, 37, 69, .12);
}
.lux-hand {
  position: absolute; left: 50%; top: 18px; width: 3px; height: 58px;
  background: var(--cta); border-radius: 3px;
  transform-origin: 50% 66px; transform: translateX(-50%) rotate(0deg);
  transition: transform .2s ease;
}
.lux-hand-min {
  top: 14px; height: 66px; width: 2px; background: var(--navy);
  transform-origin: 50% 70px; opacity: .75;
}
.lux-hub {
  position: absolute; left: 50%; top: 50%; width: 12px; height: 12px;
  margin: -6px 0 0 -6px; border-radius: 50%; background: var(--cta);
  box-shadow: 0 0 0 4px var(--navy);
}
.lux-hours { display: grid; gap: 8px; }
.lux-hour-row, .lux-min-row {
  display: flex; flex-wrap: wrap; gap: 6px; justify-content: center;
}
.lux-hour, .lux-min {
  border: 1px solid var(--line); background: #fff; border-radius: 999px;
  padding: 6px 10px; font: inherit; font-size: .78rem; font-weight: 700;
  cursor: pointer; color: var(--navy);
}
.lux-min { min-width: 58px; font-size: .9rem; }
.lux-hour.on, .lux-min.on { background: var(--cta); border-color: var(--cta); color: var(--ink); }
.lux-hour.closed, .lux-min.closed {
  background: #f3f4f5; color: #9aa3a6; cursor: not-allowed;
  text-decoration: line-through; border-style: dashed;
}
.lux-min-label {
  margin: 2px 0 0; text-align: center; font-size: .68rem;
  letter-spacing: .08em; text-transform: uppercase; font-weight: 800; color: var(--cta);
}
.lux-closed-note {
  margin: 10px 0 0; text-align: center; font-size: .74rem;
  font-weight: 700; color: #9aa3a6; letter-spacing: .04em;
}
@media (max-width: 820px) {
  .lux-split { grid-template-columns: 1fr; }
}
.book-pay {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  align-items: stretch;
  margin: 14px 0 6px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.book-pay-label {
  grid-column: 1 / -1;
  margin: 0 0 2px;
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--cta);
}
.pay-chip {
  margin: 0;
  cursor: pointer;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 12px 14px;
  background: #fff;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 10px;
  min-height: 72px;
  box-shadow: 0 6px 18px rgba(10, 37, 69, .04);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, background .15s ease;
}
.pay-chip:hover {
  transform: translateY(-1px);
  border-color: #c5d4e0;
  box-shadow: 0 10px 22px rgba(10, 37, 69, .08);
}
.pay-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.pay-ico {
  width: 42px; height: 42px; border-radius: 12px;
  background: var(--mint); color: var(--navy);
  display: grid; place-items: center;
}
.pay-ico svg { width: 20px; height: 20px; }
.pay-copy { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.pay-chip b { font-size: .95rem; color: var(--ink); font-weight: 800; line-height: 1.2; }
.pay-chip small { color: var(--muted); font-size: .75rem; font-weight: 650; }
.pay-chip:has(input:checked) {
  border-color: transparent;
  background: var(--navy);
  box-shadow: 0 12px 28px rgba(10, 37, 69, .22);
}
.pay-chip:has(input:checked) .pay-ico { background: var(--cta); color: var(--ink); }
.pay-chip:has(input:checked) b { color: #fff; }
.pay-chip:has(input:checked) small { color: #f3d08a; }
.book-pay-sub {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.book-pay-sub[hidden],
[data-home-chip][hidden],
[data-home-fields][hidden] { display: none !important; }
.book-pay-sub .book-pay-label { color: #7a8a8c; }
.book-note { margin: 10px 0 2px; font-size: .78rem; color: #7a8a8c; }
.pay-methods {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 14px 0 8px;
}
.pay-methods .book-pay-label { grid-column: 1 / -1; }
.pay-due { font-size: 1.05rem; margin: 8px 0 12px; }
.pay-due strong { font-size: 1.45rem; }
.card h1, .summary, .pay-due { word-break: normal; overflow-wrap: break-word; }
.crm-add { margin-bottom: 24px; }
.crm-page h2 { margin-top: 32px; }

.suggest {
  position: absolute; left: 0; right: 0; top: calc(100% + 6px);
}

.offer-card[hidden] { display: none !important; }
.hero-stage-compact + .wrap { padding-top: 92px; }
.offers-block { padding-top: 40px; }
.offer-toolbar {
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  margin-bottom: 18px;
}
.offer-tabs { display: flex; gap: 22px; border-bottom: 1px solid var(--line); flex: 1; }
.offer-tabs button {
  border: 0; background: transparent; font: inherit; font-weight: 700;
  color: #7a8a8c; padding: 8px 0 12px; cursor: pointer;
  border-bottom: 3px solid transparent; margin-bottom: -1px;
}
.offer-tabs button.on { color: var(--cta); border-bottom-color: var(--cta); }
.offer-nav { display: flex; gap: 8px; }
.orb-btn {
  width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line);
  background: #fff; font-size: 1.2rem; cursor: pointer; color: var(--navy);
}
.orb-btn:hover { border-color: var(--cta); color: var(--cta); }
.offer-track {
  display: flex; gap: 16px; overflow: auto; scroll-snap-type: x mandatory;
  padding-bottom: 8px; scrollbar-width: none;
}
.offer-track::-webkit-scrollbar { display: none; }
.offer-card {
  flex: 0 0 min(520px, 86vw); scroll-snap-align: start;
  position: relative; border-radius: 8px; overflow: hidden; min-height: 280px;
  color: #fff;
}
.offer-card img { width: 100%; height: 280px; object-fit: cover; }
.offer-card:hover { color: #fff; }
.offer-shade {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,37,69,.08), rgba(10,37,69,.88));
  padding: 22px 22px 18px; display: flex; flex-direction: column; justify-content: end;
}
.offer-shade p {
  font-family: var(--display); font-size: 1.35rem; font-weight: 700; margin: 0 0 12px;
}
.offer-split { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.offer-split em {
  display: block; font-style: normal; font-size: .68rem; letter-spacing: .12em;
  text-transform: uppercase; opacity: .85;
}
.offer-split b {
  display: block; font-family: var(--display); font-size: 1.7rem; font-weight: 800; line-height: 1;
}
.offer-split small { opacity: .85; font-size: .8rem; }
.offer-chip {
  display: inline-flex; margin-top: 18px; background: var(--sun); color: var(--navy);
  border-radius: 999px; padding: 8px 14px; font-weight: 800; font-size: .82rem;
}

.corp-card {
  display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; align-items: center;
  background: var(--bg); border-radius: 28px; padding: 36px 28px 36px 48px;
  overflow: hidden; position: relative;
}
.corp-copy h2 { font-size: clamp(1.45rem, 2.6vw, 1.9rem); color: var(--ink); max-width: 16ch; font-weight: 700; }
.corp-copy p { color: #5b6b73; max-width: 34ch; }
.corp-orbs { position: relative; min-height: 280px; }
.corp-blob {
  position: absolute; right: -40px; bottom: -60px;
  width: 220px; height: 220px; border-radius: 50%;
  background: #D6EEF8; z-index: 0;
}
.corp-orbs img {
  position: absolute; object-fit: cover; border-radius: 50%;
  box-shadow: 0 12px 30px rgba(10, 37, 69, .16);
}
.corp-orbs .c1 { width: 168px; height: 220px; left: 4%; top: 28px; z-index: 1; }
.corp-orbs .c2 { width: 200px; height: 248px; left: 28%; top: 4px; z-index: 3; }
.corp-orbs .c3 { width: 176px; height: 228px; left: 56%; top: 22px; z-index: 2; }

.travel-card-band {
  background: linear-gradient(135deg, #0A2545 0%, #0C2D48 62%, #003858 100%);
  color: #e8f1f8;
  border-top: 3px solid #F5A623;
}
.travel-card-inner {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 36px;
  align-items: center;
}
.travel-card-copy h2 {
  color: #fff;
  max-width: 18ch;
  font-size: clamp(1.55rem, 3vw, 2.1rem);
}
.travel-card-copy .lede { color: #c5d4e0; max-width: 46ch; }
.travel-card-wallets {
  list-style: none; margin: 0 0 18px; padding: 0;
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px;
}
.travel-card-wallets li {
  background: rgba(0, 174, 239, .12);
  border: 1px solid rgba(0, 174, 239, .35);
  border-radius: 14px; padding: 10px 12px;
}
.travel-card-wallets em {
  display: block; font-style: normal; font-size: .68rem;
  letter-spacing: .12em; text-transform: uppercase; color: #00AEEF; font-weight: 800;
}
.travel-card-wallets b {
  display: block; font-family: var(--display); font-size: 1.45rem; font-weight: 800;
  color: #fff; line-height: 1.1; margin: 2px 0;
}
.travel-card-wallets small { color: #b8c9d6; font-size: .75rem; }
.travel-card-points {
  margin: 0 0 18px; padding: 0 0 0 1.1em; color: #d5e2ec;
}
.travel-card-points li { margin-bottom: 8px; }
.travel-card-desks {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 20px;
}
.travel-card-desks a {
  display: block; color: #fff; background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(245, 166, 35, .45); border-radius: 16px; padding: 14px 16px;
}
.travel-card-desks a:hover { color: #fff; border-color: #F5A623; background: rgba(245, 166, 35, .12); }
.travel-card-desks em {
  display: block; font-style: normal; font-size: .68rem; letter-spacing: .12em;
  text-transform: uppercase; color: #F5A623; font-weight: 800;
}
.travel-card-desks b {
  display: block; font-family: var(--display); font-size: 1.35rem; margin: 4px 0 2px;
}
.travel-card-desks small { color: #b8c9d6; font-size: .8rem; }
.travel-card-cta { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; }
.travel-card-visual { margin: 0; }
.travel-card-visual img {
  width: 100%; height: 360px; object-fit: cover; border-radius: 22px;
  box-shadow: 0 22px 48px rgba(0, 0, 0, .28);
  border: 2px solid rgba(245, 166, 35, .55);
}
.travel-card-visual figcaption {
  margin-top: 10px; color: #9ED8F0; font-size: .85rem;
}

.dest-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.dest-card {
  min-height: 148px; border-radius: 14px; padding: 18px 16px;
  color: var(--ink); display: flex; flex-direction: column; justify-content: end;
  background: #fff; border: 1px solid var(--line);
  box-shadow: 0 8px 22px rgba(10, 37, 69, .04);
}
.dest-card b { font-size: 1.12rem; font-family: var(--display); color: var(--ink); }
.dest-card small, .dest-meta { opacity: 1; font-size: .8rem; color: var(--muted); }
.dest-go { margin-top: 10px; font-weight: 700; font-size: .85rem; color: var(--teal); }
.dest-card.c-south,
.dest-card.c-east,
.dest-card.c-central,
.dest-card.c-north,
.dest-card.c-west { background: #fff; }
.dest-card:hover { color: var(--ink); border-color: var(--cta); transform: translateY(-2px); transition: transform .15s ease, border-color .15s ease; }

.results { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 24px; align-items: start; max-width: 1120px; }
.results h1 { font-size: clamp(1.55rem, 3.2vw, 2.35rem); }
.listing {
  display: grid; grid-template-columns: 8px 1fr auto; gap: 0;
  background: #fff; border-radius: 18px; overflow: hidden; margin-bottom: 14px;
  border: 1px solid var(--line);
}
.listing.closest { border-color: var(--cta); box-shadow: 0 10px 28px rgba(245, 166, 35, .2); }
.listing-rail { background: var(--brand); }
.listing.closest .listing-rail { background: var(--cta); }
.listing-body { padding: 18px 16px; }
.listing-body .addr { font-weight: 650; }
.listing-deal {
  padding: 18px 16px; background: var(--mint); min-width: 200px;
  display: flex; flex-direction: column; gap: 6px; align-items: flex-start;
}
.listing-deal b { font-size: 1.5rem; }
.map-col { position: sticky; top: 124px; }
.map-col .map { height: 360px; }

.searchbar {
  display: grid;
  grid-template-columns: 1.5fr .8fr .7fr .6fr auto;
  background: #fff; color: var(--ink);
  border-radius: 18px; padding: 8px;
  box-shadow: 0 24px 50px rgba(0,0,0,.22);
  position: relative; z-index: 4;
}
.searchbar .cell { padding: 8px 14px; border-right: 1px solid #eee; position: relative; }
.searchbar .cell:last-of-type { border-right: 0; }
.searchbar label {
  margin: 0 0 2px; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; color: #6b7c90;
}
.searchbar input, .searchbar select {
  border: 0; padding: 4px 0; background: transparent; font-size: 1rem; font-weight: 650; border-radius: 0;
}
.searchbar input:focus, .searchbar select:focus { outline: none; box-shadow: none; }
.search-go {
  background: var(--cta); color: var(--ink); border: 0; border-radius: 14px;
  padding: 0 22px; font: inherit; font-weight: 800; cursor: pointer; min-width: 132px;
}
.search-go:hover { background: var(--cta-2); }
.finder {
  background: linear-gradient(180deg, var(--hero), var(--hero-2));
  color: #eef4ff;
  padding: 52px 20px 64px;
}
.finder-compact { padding: 18px 20px 22px; }
.finder-inner { max-width: 1080px; margin: 0 auto; }
.finder h1 { color: #fff; max-width: 18ch; }
.finder .kicker.light { color: var(--sun); }
.finder .lede.light { color: #c5d4e0; max-width: 40rem; }
.pay-box {
  margin-top: 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 16px 8px;
}
.pay-box legend {
  font-weight: 800;
  padding: 0 6px;
}
.card-fee-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 650;
  margin: 12px 0 8px;
  color: var(--ink);
}
.card-fee-row input { width: auto; margin: 4px 0 0; accent-color: var(--teal); }
.seo-band { background: #fff; border-top: 1px solid var(--line); }
.seo-band-inner {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 32px;
  padding-top: 48px;
  padding-bottom: 48px;
}
.seo-band h2 { margin-top: 0; }
.seo-band h3 { font-size: 1rem; margin: 0 0 10px; }
@media (max-width: 720px) {
  .seo-band-inner { grid-template-columns: 1fr; }
}

.blog-index h1, .blog-article h1 { max-width: 22ch; }
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 28px 0 12px;
}
.blog-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.blog-card-media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e8eef3;
}
.blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-card-body { padding: 16px 18px 18px; }
.blog-card-body h2, .blog-card-body h3 { font-size: 1.12rem; margin: 0 0 8px; line-height: 1.3; }
.blog-card-body h2 a, .blog-card-body h3 a { color: inherit; }
.blog-meta { color: #5b6b73; font-size: .78rem; letter-spacing: .04em; text-transform: uppercase; margin: 0 0 8px; font-weight: 700; }
.blog-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin: 28px 0 8px;
  font-weight: 700;
}
.blog-cover {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 18px;
  margin: 8px 0 22px;
  background: #e8eef3;
}
.blog-body { max-width: 68ch; font-size: 1.05rem; line-height: 1.65; }
.blog-body h2 { margin: 1.4em 0 .5em; font-size: 1.35rem; }
.blog-body h3 { margin: 1.2em 0 .4em; font-size: 1.15rem; }
.blog-body ul, .blog-body ol { padding-left: 1.2em; }
.blog-body a { color: var(--teal); font-weight: 650; }
.blog-body table,
.blog-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.1em 0 1.4em;
  font-size: .95rem;
}
.blog-body th, .blog-body td,
.blog-table th, .blog-table td {
  border: 1px solid var(--line);
  padding: 8px 12px;
  text-align: left;
}
.blog-body th, .blog-table th { background: #f3f6f8; font-weight: 700; }
.blog-cta { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0 8px; }
.blog-more { padding-top: 8px; padding-bottom: 40px; }
.blog-home { padding-bottom: 12px; }
@media (max-width: 980px) {
  .blog-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .blog-grid { grid-template-columns: 1fr; }
}

@media (min-width: 981px) {
  .drawer, .drawer-scrim, .search-sheet { display: none !important; }
}
@media (max-width: 1180px) {
  .nav { gap: 10px; font-size: .82rem; }
  .nav-wrap { gap: 8px 16px; padding: 10px 18px 12px; }
  .nav-cta { gap: 10px; }
}
@media (max-width: 1100px) {
  .photo-orb-mid, .photo-orb-sm, .hero-photo-note { display: none; }
  .book-grid { grid-template-columns: 1fr 1fr; }
  .book-swap { display: none; }
  .book-cta { grid-column: 1 / -1; }
  .book-pay { grid-template-columns: 1fr 1fr 1fr; }
  .book-pay-label { grid-column: 1 / -1; }
  .pay-methods { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 980px) {
  .split, .grid-4, .grid-3, .stat-row, .steps, .grid-areas, .trust { grid-template-columns: 1fr 1fr; }
  .nav { display: none; }
  .menu { display: inline-flex; }
  .dock { display: grid; }
  body { padding-bottom: calc(64px + env(safe-area-inset-bottom)); }
  .rates-ticker { min-height: 44px; font-size: .74rem; }
  .rates-ticker-live, .rates-ticker-all { padding: 0 10px; font-size: .64rem; letter-spacing: .08em; }
  .rates-ticker-live-full { display: none; }
  .rates-ticker-live-short { display: inline; }
  .rates-ticker-item { gap: 6px; padding: 6px 10px; }
  .rates-ticker-item b { font-size: .92rem; }
  .rates-ticker-sell { font-size: .7rem; }
  .rates-ticker-act { min-height: 32px; min-width: 46px; padding: 0 10px; font-size: .68rem; }
  .rates-ticker .flag, .rates-ticker .flag img { width: 18px; height: 13px; }
  .head-find,
  .nav-wrap .nav-cta { display: none; }
  .nav-wrap {
    grid-template-columns: auto 1fr;
    grid-template-areas: "menu brand";
    gap: 12px;
    padding: 10px 14px;
    min-height: 68px;
  }
  .nav-wrap .brand { justify-self: start; }
  .nav-wrap .brand-logo,
  .nav-wrap .brand img {
    height: 56px;
    max-height: 56px;
    max-width: 220px;
    width: auto;
    object-fit: contain;
  }
  .brand strong { font-size: 1.18rem; }
  .nav-cta .nav-phone, .nav-cta .nav-wa { display: none; }
  .hide-sm { display: none; }
  .nav-phone .nav-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .book-tabs, .fx-tabs { grid-template-columns: 1fr 1fr; }
  .corp-card { grid-template-columns: 1fr; padding: 28px 22px; }
  .travel-card-inner { grid-template-columns: 1fr; }
  .travel-card-wallets { grid-template-columns: 1fr 1fr; }
  .corp-orbs { min-height: 240px; }
  .hero-copy { max-width: 100%; }
  .photo-orb-lg { width: min(280px, 55vw); height: min(280px, 55vw); right: -12%; top: -8%; opacity: .95; }
  .searchbar { grid-template-columns: 1fr 1fr; }
  .dest-grid { grid-template-columns: 1fr 1fr; }
  .results { grid-template-columns: 1fr; }
  .listing { grid-template-columns: 8px 1fr; }
  .listing-deal { grid-column: 2; }
}
@media (max-width: 900px) {
  .rates-page { padding-left: 16px; padding-right: 16px; }
  .rates-head {
    flex-direction: column;
    align-items: stretch;
  }
  .rates-head .btn { width: 100%; }
  .rates-board {
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
  }
  .rates-board table {
    min-width: 0;
    border-collapse: separate;
    border-spacing: 0 12px;
  }
  .rates-board thead { display: none; }
  .rates-board tbody { display: block; }
  .rates-board tr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px 8px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 14px 14px 12px;
  }
  .rates-board tr:hover td { background: transparent; }
  .rates-board td {
    border: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 1.05rem;
    font-weight: 750;
    word-break: break-word;
  }
  .rates-board td:nth-child(1) {
    grid-column: 1 / -1;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    font-weight: 650;
  }
  .rates-board td:nth-child(2) { display: none; }
  .rates-board td:nth-child(3)::before,
  .rates-board td:nth-child(4)::before,
  .rates-board td:nth-child(5)::before {
    content: "";
    font-size: .68rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--muted);
    font-weight: 800;
  }
  .rates-board td:nth-child(3)::before { content: "You buy"; }
  .rates-board td:nth-child(4)::before { content: "You sell"; }
  .rates-board td:nth-child(5)::before { content: "Card"; }
  .rates-board td:nth-child(6) { grid-column: 1 / -1; }
  .rates-board td:nth-child(6) .btn { width: 100%; }
}
@media (max-width: 420px) {
  .rates-board tr { grid-template-columns: 1fr 1fr; }
  .rates-board td:nth-child(5) { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .rates-ticker-all { display: none; }
  .split, .grid-2, .grid-3, .grid-4, .row-2, .row-3, .stat-row, .steps, .grid-areas, .legal, .trust, .pick, .searchbar, .results, .dest-grid { grid-template-columns: 1fr; }
  .nav-phone { display: none; }
  .dock { min-height: 56px; }
  .dock a { font-size: .62rem; padding: 7px 1px 6px; }
  .dock-ico { width: 20px; height: 20px; }
  .search-go, .book-cta { width: 100%; }
  .book-head { flex-direction: column; align-items: flex-start; }
  .book-grid { grid-template-columns: 1fr; }
  .book-pay { grid-template-columns: 1fr; }
  .hero-offers { grid-template-columns: 1fr; }
  .hero-offer + .hero-offer { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .hero-copy h1 { font-size: clamp(1.75rem, 8vw, 2.25rem); max-width: none; }
  .trust-bar-inner { grid-template-columns: 1fr 1fr; }
  .trust-bar { padding: 48px 20px 24px; }
  .nav-cta .nav-text:not(.nav-login) { display: none; }
  .offer-tabs { gap: 12px; font-size: .9rem; overflow: auto; }
  .hero-stage-inner { min-height: 0; padding-top: 8px; }
  .hero-offer { padding: 10px 14px; }
  .hero-offer strong { font-size: 1.55rem; }
  .book-dock { transform: translateY(20px); margin-bottom: 12px; }
  .page-white { padding-top: 28px; }
  .book-card { margin-bottom: 12px; }
  .travel-card-desks { grid-template-columns: 1fr; }
  .travel-card-visual img { height: 240px; }
}

.guest-banner {
  background: #f3f8fc;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px 14px;
  margin: 12px 0 4px;
}
.guest-banner p { margin: 0 0 6px; }
.guest-banner p:last-child { margin: 0; }
.auth-page {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 420px);
  gap: 32px;
  align-items: start;
  padding-top: 28px;
  padding-bottom: 48px;
}
.otp-input {
  letter-spacing: .28em;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 720px) {
  .auth-page { grid-template-columns: 1fr; }
}

/* Phones, iOS, and tablets: no sideways page swipe / white gutter */
@media (max-width: 1024px) {
  html, body {
    overflow-x: hidden !important;
    overflow-x: clip !important;
    max-width: 100%;
    touch-action: pan-y;
  }
  .top, main, .foot, .hero-stage, .sf-hero, .book-dock, .wrap, .page-white {
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
  }
  .table-wrap, .offer-track, .ticker, .rates-ticker-view, .offer-tabs {
    touch-action: pan-x pan-y;
    max-width: 100%;
  }
  .wrap { padding-left: 16px; padding-right: 16px; }
  .grid-4, .grid-3, .stat-row, .steps, .grid-areas, .trust, .trust-bar-inner, .sf-products, .sf-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .foot-mega {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .split, .results, .travel-card-inner, .corp-card, .auth-page {
    grid-template-columns: minmax(0, 1fr);
  }
  .book-grid { grid-template-columns: minmax(0, 1fr); }
  .book-pay { grid-template-columns: minmax(0, 1fr); }
  .pay-methods { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .legal { flex-direction: column; align-items: flex-start; }
  .photo-orb { display: none; }
  .branch, .card, .quote, .book-card, .grid-2, .grid-3, .grid-4 {
    min-width: 0;
    max-width: 100%;
  }
  iframe.map, .map { height: 240px; }
}
@media (max-width: 640px) {
  .grid-4, .grid-3, .grid-2, .stat-row, .steps, .grid-areas, .trust, .trust-bar-inner,
  .foot-mega, .pay-methods, .travel-card-wallets {
    grid-template-columns: minmax(0, 1fr);
  }
  .nav-wrap { padding-left: 10px; padding-right: 10px; }
  .book-card { padding: 12px 12px 10px; }
}
