/* TravelFlow adapter for TASIM's live templates. Keep this file theme-scoped. */
body.esimo-theme-travelflow {
  --tf-primary: #0B2A4A;
  --tf-primary-2: #145DA0;
  --tf-accent: #22B8CF;
  --tf-accent-soft: #E8FAFD;
  --tf-bg: #F5FAFF;
  --tf-card: #FFFFFF;
  --tf-text: #102033;
  --tf-muted: #64748B;
  --tf-border: #DCEAF5;
  --tf-shadow: 0 18px 45px rgba(11, 42, 74, .10);
  --tf-shadow-soft: 0 10px 28px rgba(11, 42, 74, .08);
  background: radial-gradient(circle at 50% 0, #e8f6ff 0, #f5faff 38%, #fff 100%) !important;
  color: var(--tf-text);
  overflow-x: hidden;
}

/* TravelFlow full public refactor layer. This section intentionally wins over
   older TASIM adapters while keeping backend forms and route contracts intact. */
body.esimo-theme-travelflow {
  --tf-blue-900: #082a4a;
  --tf-blue-700: #145da0;
  --tf-blue-600: #1267d8;
  --tf-cyan: #22b8cf;
  --tf-surface: #ffffff;
  --tf-soft: #f5faff;
  --tf-line: #dceaf5;
  --tf-muted-2: #61758a;
  --tf-radius-card: 14px;
  --tf-radius-pill: 999px;
  --tf-app-shadow: 0 16px 36px rgba(8, 42, 74, .08);
  background: #f7fbff !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  min-height: 58px !important;
  padding: 10px clamp(16px, 3vw, 36px) !important;
  background: rgba(255, 255, 255, .94) !important;
  border-bottom: 1px solid #e3eef8 !important;
  box-shadow: 0 8px 24px rgba(8, 42, 74, .06) !important;
  gap: 18px !important;
}

html[dir="rtl"] body.esimo-theme-travelflow .tf-app-header .tf-brand,
html[dir="ltr"] body.esimo-theme-travelflow .tf-app-header .tf-brand {
  grid-column: 3 !important;
  justify-self: end !important;
}

html[dir="rtl"] body.esimo-theme-travelflow .tf-app-header .tf-primary-nav,
html[dir="ltr"] body.esimo-theme-travelflow .tf-app-header .tf-primary-nav {
  grid-column: 2 !important;
  justify-self: center !important;
}

html[dir="rtl"] body.esimo-theme-travelflow .tf-app-header .tf-utility-nav,
html[dir="ltr"] body.esimo-theme-travelflow .tf-app-header .tf-utility-nav {
  grid-column: 1 !important;
  justify-self: start !important;
}

body.esimo-theme-travelflow .tf-brand {
  gap: 10px !important;
  font-size: 19px !important;
  font-weight: 900 !important;
  color: var(--tf-blue-900) !important;
}

body.esimo-theme-travelflow .tf-primary-nav,
body.esimo-theme-travelflow .tf-utility-nav,
body.esimo-theme-travelflow .nav-language-grid {
  display: inline-flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
}

body.esimo-theme-travelflow .language-chip,
body.esimo-theme-travelflow .nav-currency-selector--language > summary,
body.esimo-theme-travelflow .nav-theme-toggle--language,
body.esimo-theme-travelflow .tf-primary-nav .nav-action,
body.esimo-theme-travelflow .customer-chip,
body.esimo-theme-travelflow .nav-logout button {
  min-width: 42px !important;
  height: 31px !important;
  min-height: 31px !important;
  padding: 0 12px !important;
  border: 1px solid #c9dff2 !important;
  border-radius: 9px !important;
  background: #fff !important;
  color: var(--tf-blue-900) !important;
  box-shadow: 0 6px 16px rgba(8, 42, 74, .05) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

body.esimo-theme-travelflow .tf-primary-nav .nav-account-link,
body.esimo-theme-travelflow .customer-chip {
  background: var(--tf-blue-600) !important;
  color: #fff !important;
  border-color: var(--tf-blue-600) !important;
}

body.esimo-theme-travelflow .nav-theme-toggle--language {
  width: 31px !important;
  min-width: 31px !important;
  padding: 0 !important;
}

body.esimo-theme-travelflow .nav-theme-toggle--language [data-theme-label] {
  display: none !important;
}

body.esimo-theme-travelflow .tf-live-home {
  background:
    radial-gradient(circle at 18% 7%, rgba(235, 246, 255, .98) 0 0, transparent 26%),
    linear-gradient(180deg, #f6fbff 0%, #fff 54%, #f6fbff 100%) !important;
}

body.esimo-theme-travelflow .tf-hero {
  position: relative !important;
  overflow: hidden !important;
  margin: 0 auto !important;
  padding: clamp(28px, 5vw, 62px) 0 36px !important;
  background:
    linear-gradient(180deg, rgba(225, 244, 255, .72), rgba(255,255,255,.68)),
    url("/static/themes/travelflow/assets/backgrounds/hero-soft-travel-gradient.svg") center / cover no-repeat !important;
}

body.esimo-theme-travelflow .tf-hero::after {
  content: "" !important;
  position: absolute !important;
  inset-block-start: 58px !important;
  inset-inline-end: max(24px, calc((100vw - 1180px) / 2 + 44px)) !important;
  width: clamp(170px, 22vw, 310px) !important;
  aspect-ratio: 2.45 !important;
  opacity: .24 !important;
  background: var(--tf-blue-700) !important;
  clip-path: polygon(0 45%, 58% 18%, 86% 0, 100% 13%, 76% 47%, 92% 53%, 76% 62%, 50% 51%, 9% 72%) !important;
  transform: rotate(-8deg) !important;
}

body.esimo-theme-travelflow .tf-hero__grid {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-columns: 330px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: clamp(28px, 6vw, 96px) !important;
  min-height: 398px !important;
}

html[dir="rtl"] body.esimo-theme-travelflow .tf-hero__copy {
  grid-column: 2 !important;
  text-align: right !important;
}

html[dir="rtl"] body.esimo-theme-travelflow .tf-phone-card {
  grid-column: 1 !important;
}

body.esimo-theme-travelflow .tf-hero__copy h1,
body.esimo-theme-travelflow .tf-hero__copy .tf-hero-title {
  margin: 0 !important;
  color: var(--tf-blue-900) !important;
  font-size: clamp(38px, 5vw, 68px) !important;
  line-height: 1.02 !important;
  font-weight: 900 !important;
}

body.esimo-theme-travelflow .tf-hero__copy > p:not(.tf-hero-note) {
  margin: 5px 0 12px !important;
  color: var(--tf-blue-900) !important;
  font-size: clamp(19px, 2.3vw, 30px) !important;
  font-weight: 900 !important;
}

body.esimo-theme-travelflow .tf-hero-note {
  max-width: 560px !important;
  margin: 0 0 20px !important;
  color: #405a74 !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  font-weight: 700 !important;
}

body.esimo-theme-travelflow .tf-search {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 170px !important;
  width: min(100%, 640px) !important;
  padding: 8px !important;
  border: 1px solid #d8e8f4 !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 14px 34px rgba(8, 42, 74, .10) !important;
}

body.esimo-theme-travelflow .tf-search .tf-field {
  margin: 0 !important;
}

body.esimo-theme-travelflow .tf-search input[type="search"] {
  min-height: 54px !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  font-size: 16px !important;
  color: var(--tf-blue-900) !important;
}

body.esimo-theme-travelflow .tf-search .tf-btn {
  min-height: 54px !important;
  border-radius: 11px !important;
  background: var(--tf-blue-600) !important;
  box-shadow: none !important;
}

body.esimo-theme-travelflow .tf-phone-card {
  width: 250px !important;
  min-height: 330px !important;
  margin-inline: auto !important;
  border-radius: 22px !important;
  background: rgba(255,255,255,.88) !important;
  border: 1px solid #dceaf5 !important;
  box-shadow: var(--tf-app-shadow) !important;
  display: grid !important;
  place-items: center !important;
}

body.esimo-theme-travelflow .tf-phone {
  width: 142px !important;
  height: 260px !important;
  border-radius: 26px !important;
  background: linear-gradient(180deg, #082a4a, #145da0) !important;
  box-shadow: 0 22px 42px rgba(8, 42, 74, .26) !important;
}

body.esimo-theme-travelflow .tf-phone__qr {
  width: 88px !important;
  height: 88px !important;
  border-radius: 12px !important;
}

body.esimo-theme-travelflow .tf-trust-row {
  display: grid !important;
  grid-template-columns: repeat(3, max-content) !important;
  gap: 8px !important;
  margin-top: 16px !important;
}

body.esimo-theme-travelflow .tf-trust {
  min-height: 30px !important;
  padding: 6px 12px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  background: rgba(255,255,255,.76) !important;
}

body.esimo-theme-travelflow .tf-section {
  padding: 34px 0 !important;
}

body.esimo-theme-travelflow .tf-section-title,
body.esimo-theme-travelflow .tf-section-heading h2 {
  color: var(--tf-blue-900) !important;
  font-size: clamp(26px, 3vw, 42px) !important;
  line-height: 1.1 !important;
  text-align: center !important;
  margin: 0 0 18px !important;
}

body.esimo-theme-travelflow .tf-section-heading p {
  text-align: center !important;
  color: #526b82 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

body.esimo-theme-travelflow .tf-chip-row {
  justify-content: center !important;
  gap: 14px !important;
}

.tf-installation-page {
  background: linear-gradient(180deg, #effbff 0%, #ffffff 34%, #f7fcff 100%);
}

.tf-install-hero {
  padding: clamp(44px, 7vw, 92px) 0 clamp(24px, 4vw, 44px);
  text-align: center;
  background:
    radial-gradient(circle at 12% 10%, rgba(34, 188, 207, 0.18), transparent 24%),
    radial-gradient(circle at 88% 12%, rgba(23, 104, 197, 0.12), transparent 26%);
}

.tf-install-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 18px;
  border: 1px solid rgba(23, 104, 197, 0.25);
  border-radius: 999px;
  color: #1768c5;
  background: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.tf-install-hero h1 {
  margin: 14px auto 8px;
  max-width: 760px;
  font-size: clamp(28px, 5vw, 54px);
  line-height: 1.08;
}

.tf-install-hero p {
  margin: 0 auto;
  max-width: 760px;
  color: #52677a;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.6;
}

.tf-install-video-section {
  margin-top: clamp(18px, 3vw, 32px);
}

.tf-install-video-card {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(14px, 2vw, 22px);
  border: 1px solid #cfe7f4;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 50px rgba(8, 36, 58, 0.08);
}

.tf-install-video-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 12px;
}

.tf-install-video-tabs button {
  border: 1px solid #cfe7f4;
  border-radius: 14px;
  min-height: 42px;
  background: #fff;
  color: #08243a;
  font-weight: 900;
  cursor: pointer;
}

.tf-install-video-tabs button.is-active {
  background: #1768c5;
  color: #fff;
  border-color: #1768c5;
}

.tf-install-video {
  display: none;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  background: #08243a;
}

.tf-install-video.is-active {
  display: block;
}

.tf-install-checklists {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.tf-install-checklist-card h2,
.tf-install-reviews h2 {
  margin: 0 0 14px;
  text-align: center;
}

.tf-install-checklist-card ol {
  margin: 0;
  padding-inline-start: 1.3rem;
  color: #263f54;
  line-height: 1.75;
  font-weight: 700;
}

.tf-install-reviews {
  margin-top: 28px;
  margin-bottom: 42px;
}

.email-settings-grid {
  margin: 14px 0;
}

.admin-email-settings-form,
.admin-email-test-form {
  display: grid;
  gap: 10px;
}

.admin-email-settings-form label,
.admin-email-test-form label {
  display: grid;
  gap: 5px;
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 720px) {
  .tf-install-checklists {
    grid-template-columns: 1fr;
  }
}

/* Sprint 3.12: final homepage merchandising polish. */
html body.esimo-theme-travelflow,
html body.esimo-theme-travelflow *,
html body.esimo-theme-travelflow *::before,
html body.esimo-theme-travelflow *::after {
  font-family: Arial, sans-serif !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .tf-brand,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .tf-brand strong {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: stretch !important;
  min-height: 100% !important;
  line-height: 1 !important;
  font-family: Arial, sans-serif !important;
  font-weight: 900 !important;
  color: #082a44 !important;
  font-size: clamp(18px, 1.22vw, 20px) !important;
  letter-spacing: 0 !important;
}

@media (max-width: 700px) {
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .tf-brand,
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .tf-brand strong {
    font-size: clamp(20px, 5.8vw, 24px) !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .tf-brand {
    transform: translateY(4px) !important;
  }
}

html body.esimo-theme-travelflow .tf-live-home .tf-search {
  width: min(100%, 640px) !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-destination-field {
  display: block !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-destination-field::before {
  left: clamp(14px, 2.4vw, 22px) !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-search input[type="search"] {
  width: 100% !important;
  padding-left: clamp(46px, 7vw, 56px) !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-chip-row {
  justify-items: center !important;
  text-align: center !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-chip {
  justify-content: center !important;
  justify-items: center !important;
  text-align: center !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-chip span {
  font-weight: 900 !important;
  color: #082a44 !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-region-map-flow {
  padding-block: clamp(34px, 5vw, 58px) !important;
}

html body.esimo-theme-travelflow .tf-region-selector-layout .tf-region-picker {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(12px, 1.6vw, 18px) !important;
  max-width: 1080px !important;
  margin-inline: auto !important;
}

html body.esimo-theme-travelflow .tf-region-selector-layout .tf-region-pill {
  position: relative !important;
  min-height: 96px !important;
  padding: 16px 18px !important;
  display: grid !important;
  align-content: center !important;
  justify-items: center !important;
  gap: 6px !important;
  text-align: center !important;
  border-radius: 18px !important;
  border: 1px solid rgba(26, 93, 160, .22) !important;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,250,255,.96)) !important;
  box-shadow: 0 14px 34px rgba(8, 42, 74, .08) !important;
  color: #082a44 !important;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease !important;
}

html body.esimo-theme-travelflow .tf-region-selector-layout .tf-region-pill:hover,
html body.esimo-theme-travelflow .tf-region-selector-layout .tf-region-pill:focus-visible,
html body.esimo-theme-travelflow .tf-region-selector-layout .tf-region-pill.is-active {
  transform: translateY(-2px) !important;
  border-color: rgba(26, 93, 160, .58) !important;
  background: linear-gradient(180deg, #1a5da0, #0b66d8) !important;
  color: #fff !important;
  box-shadow: 0 18px 42px rgba(26, 93, 160, .22) !important;
}

html body.esimo-theme-travelflow .tf-region-selector-layout .tf-region-pill span {
  font-size: clamp(20px, 2.1vw, 27px) !important;
  font-weight: 900 !important;
  line-height: 1.08 !important;
  text-align: center !important;
}

html body.esimo-theme-travelflow .tf-region-selector-layout .tf-region-pill small,
html body.esimo-theme-travelflow .tf-region-selector-layout .tf-region-pill em {
  font-size: clamp(12px, 1.25vw, 14px) !important;
  font-weight: 700 !important;
  font-style: normal !important;
  color: #1a5da0 !important;
}

html body.esimo-theme-travelflow .tf-region-selector-layout .tf-region-pill em {
  opacity: .74 !important;
}

html body.esimo-theme-travelflow .tf-region-selector-layout .tf-region-pill:hover small,
html body.esimo-theme-travelflow .tf-region-selector-layout .tf-region-pill:hover em,
html body.esimo-theme-travelflow .tf-region-selector-layout .tf-region-pill:focus-visible small,
html body.esimo-theme-travelflow .tf-region-selector-layout .tf-region-pill:focus-visible em,
html body.esimo-theme-travelflow .tf-region-selector-layout .tf-region-pill.is-active small,
html body.esimo-theme-travelflow .tf-region-selector-layout .tf-region-pill.is-active em {
  color: #fff !important;
}

html body.esimo-theme-travelflow .tf-unlimited-flow {
  background: linear-gradient(180deg, #fff 0%, #f5fbff 100%) !important;
  padding-block: clamp(34px, 5vw, 60px) !important;
}

html body.esimo-theme-travelflow .tf-unlimited-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(12px, 1.5vw, 18px) !important;
  transition: opacity 420ms ease !important;
}

html body.esimo-theme-travelflow .tf-unlimited-grid.is-fading {
  opacity: .18 !important;
}

html body.esimo-theme-travelflow .tf-unlimited-card {
  min-height: 132px !important;
  padding: 16px !important;
  display: grid !important;
  justify-items: center !important;
  align-content: center !important;
  gap: 7px !important;
  border: 1px solid rgba(26, 93, 160, .18) !important;
  border-radius: 18px !important;
  background: #fff !important;
  color: #082a44 !important;
  box-shadow: 0 14px 32px rgba(8, 42, 74, .07) !important;
  cursor: pointer !important;
  text-align: center !important;
}

html body.esimo-theme-travelflow .tf-unlimited-card:hover,
html body.esimo-theme-travelflow .tf-unlimited-card:focus-visible,
html body.esimo-theme-travelflow .tf-unlimited-card.is-active {
  border-color: rgba(26, 93, 160, .5) !important;
  box-shadow: 0 18px 42px rgba(26, 93, 160, .16) !important;
  transform: translateY(-2px) !important;
}

html body.esimo-theme-travelflow .tf-unlimited-card img {
  width: 34px !important;
  height: 24px !important;
  object-fit: cover !important;
  border-radius: 4px !important;
}

html body.esimo-theme-travelflow .tf-flag-fallback {
  display: inline-grid !important;
  place-items: center !important;
  width: 42px !important;
  height: 30px !important;
  border-radius: 10px !important;
  background: #eaf7ff !important;
  color: #1a5da0 !important;
  font-weight: 900 !important;
}

html body.esimo-theme-travelflow .tf-unlimited-card strong {
  font-weight: 900 !important;
  color: #082a44 !important;
}

html body.esimo-theme-travelflow .tf-unlimited-card small {
  color: #0b66d8 !important;
  font-weight: 800 !important;
}

html body.esimo-theme-travelflow .tf-unlimited-card > span:last-child {
  max-width: 100% !important;
  color: #49647c !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}

html body.esimo-theme-travelflow .tf-unlimited-panels {
  margin-top: 16px !important;
}

html body.esimo-theme-travelflow .tf-unlimited-panel {
  overflow: hidden !important;
  padding: clamp(14px, 2vw, 22px) !important;
  border: 1px solid rgba(26, 93, 160, .2) !important;
  border-radius: 20px !important;
  background: rgba(255,255,255,.94) !important;
  box-shadow: 0 18px 44px rgba(8, 42, 74, .08) !important;
  animation: tfUnlimitedPanelIn 260ms ease both !important;
}

html body.esimo-theme-travelflow .tf-unlimited-panel__head {
  display: grid !important;
  gap: 4px !important;
  text-align: center !important;
  margin-bottom: 14px !important;
}

html body.esimo-theme-travelflow .tf-unlimited-panel__head strong {
  font-size: clamp(18px, 2vw, 24px) !important;
  font-weight: 900 !important;
  color: #082a44 !important;
}

html body.esimo-theme-travelflow .tf-unlimited-panel__head span {
  color: #49647c !important;
  font-weight: 700 !important;
}

html body.esimo-theme-travelflow .tf-unlimited-plans {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

html body.esimo-theme-travelflow .tf-unlimited-plan {
  display: grid !important;
  gap: 5px !important;
  justify-items: center !important;
  text-align: center !important;
  border: 1px solid rgba(26, 93, 160, .18) !important;
  border-radius: 16px !important;
  background: #f8fdff !important;
  color: #082a44 !important;
  padding: 12px !important;
  text-decoration: none !important;
}

html body.esimo-theme-travelflow .tf-unlimited-plan strong {
  color: #0b66d8 !important;
  font-size: 17px !important;
}

html body.esimo-theme-travelflow .tf-unlimited-plan em {
  font-style: normal !important;
  color: #1a5da0 !important;
  font-weight: 900 !important;
}

@keyframes tfUnlimitedPanelIn {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

html body.esimo-theme-travelflow .footer,
html body.esimo-theme-travelflow .footer * {
  font-family: Arial, sans-serif !important;
  color: #c7d2e2 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

html body.esimo-theme-travelflow .footer {
  text-align: center !important;
}

html body.esimo-theme-travelflow .footer strong {
  display: block !important;
  font-weight: 900 !important;
  margin-bottom: 8px !important;
}

html body.esimo-theme-travelflow .footer-copyright {
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

html body.esimo-theme-travelflow .footer-links {
  justify-content: center !important;
}

html body.esimo-theme-travelflow .footer a {
  text-decoration: none !important;
}

@media (max-width: 900px) {
  html body.esimo-theme-travelflow .tf-region-selector-layout .tf-region-picker,
  html body.esimo-theme-travelflow .tf-unlimited-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body.esimo-theme-travelflow .tf-unlimited-plans {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 430px) {
  html body.esimo-theme-travelflow .tf-region-selector-layout .tf-region-picker,
  html body.esimo-theme-travelflow .tf-unlimited-grid {
    grid-template-columns: 1fr !important;
  }

  html body.esimo-theme-travelflow .tf-region-selector-layout .tf-region-pill {
    min-height: 74px !important;
  }
}

body.esimo-theme-travelflow .tf-chip-row[data-popular-rotator] {
  transition: opacity 420ms ease, transform 420ms ease !important;
  will-change: opacity, transform;
}

body.esimo-theme-travelflow .tf-chip-row[data-popular-rotator].is-fading {
  opacity: 0 !important;
  transform: translateY(6px) !important;
}

body.esimo-theme-travelflow .tf-chip-row[data-popular-rotator] .tf-chip[hidden] {
  display: none !important;
}

body.esimo-theme-travelflow .tf-chip {
  min-width: 104px !important;
  min-height: 64px !important;
  border-radius: 12px !important;
  justify-content: center !important;
  box-shadow: 0 10px 28px rgba(8,42,74,.07) !important;
}

body.esimo-theme-travelflow .tf-tabs {
  border-radius: 14px !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid #dceaf5 !important;
}

body.esimo-theme-travelflow .tf-tab {
  min-height: 66px !important;
  border: 0 !important;
  border-bottom: 3px solid transparent !important;
  background: #fff !important;
}

body.esimo-theme-travelflow .tf-tab.is-active {
  color: var(--tf-blue-900) !important;
  background: #fff !important;
  border-bottom-color: var(--tf-cyan) !important;
}

body.esimo-theme-travelflow .tf-live-catalog-list {
  width: min(100%, 1120px) !important;
  margin-inline: auto !important;
  display: grid !important;
  gap: 10px !important;
}

body.esimo-theme-travelflow .tf-destination-card {
  border: 1px solid #dceaf5 !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 8px 22px rgba(8, 42, 74, .05) !important;
}

body.esimo-theme-travelflow .tf-destination-card summary {
  grid-template-columns: minmax(0, 1fr) auto auto !important;
  min-height: 62px !important;
  padding: 12px 18px !important;
}

body.esimo-theme-travelflow .tf-destination-card summary strong {
  font-size: 17px !important;
}

body.esimo-theme-travelflow .tf-destination-card summary b {
  color: var(--tf-blue-600) !important;
  font-size: 15px !important;
}

body.esimo-theme-travelflow .tf-plan-options {
  padding: 0 14px 14px !important;
  display: grid !important;
  gap: 7px !important;
}

body.esimo-theme-travelflow .tf-plan-option {
  grid-template-columns: 90px 90px 1fr !important;
  min-height: 40px !important;
  padding: 8px 12px !important;
}

body.esimo-theme-travelflow .tf-region-grid {
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 18px !important;
}

body.esimo-theme-travelflow .tf-region-card {
  min-height: 116px !important;
  border-radius: 14px !important;
  background:
    linear-gradient(135deg, rgba(20, 93, 160, .78), rgba(34, 184, 207, .48)),
    url("/static/themes/travelflow/assets/backgrounds/hero-soft-travel-gradient.svg") center / cover !important;
  color: #fff !important;
}

body.esimo-theme-travelflow .tf-benefits .tf-card {
  min-height: 168px !important;
  text-align: center !important;
}

body.esimo-theme-travelflow .tf-benefits img {
  width: 34px !important;
  height: 34px !important;
  margin-bottom: 12px !important;
}

@media (max-width: 900px) {
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header {
    grid-template-columns: minmax(0, 1fr) auto !important;
    min-height: 56px !important;
    padding: 8px 12px !important;
    gap: 8px !important;
  }

  html body.esimo-theme-travelflow .tf-app-header .tf-brand {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }

  html body.esimo-theme-travelflow .tf-app-header .tf-primary-nav {
    display: none !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-primary-nav.nav-action-cluster,
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-links.tf-primary-nav {
    display: none !important;
  }

  html body.esimo-theme-travelflow .tf-app-header .tf-utility-nav {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    max-width: calc(100vw - 112px) !important;
    overflow: hidden !important;
    width: auto !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-utility-nav.nav-language-tools,
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-utility-nav .nav-language-grid {
    width: auto !important;
    max-width: calc(100vw - 112px) !important;
    flex-wrap: nowrap !important;
    overflow: hidden !important;
  }

  body.esimo-theme-travelflow .tf-primary-nav .nav-action {
    min-width: max-content !important;
  }

  body.esimo-theme-travelflow .tf-hero__grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    min-height: auto !important;
  }

  html[dir="rtl"] body.esimo-theme-travelflow .tf-hero__copy,
  html[dir="rtl"] body.esimo-theme-travelflow .tf-phone-card {
    grid-column: 1 !important;
  }

  body.esimo-theme-travelflow .tf-phone-card {
    display: none !important;
  }

  body.esimo-theme-travelflow .tf-search {
    grid-template-columns: 1fr !important;
  }

  body.esimo-theme-travelflow .tf-trust-row {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  body.esimo-theme-travelflow .tf-region-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 520px) {
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header {
    min-height: 54px !important;
  }

  body.esimo-theme-travelflow .language-chip,
  body.esimo-theme-travelflow .nav-currency-selector--language > summary {
    min-width: 34px !important;
    height: 28px !important;
    min-height: 28px !important;
    padding-inline: 7px !important;
    font-size: 10px !important;
  }

  body.esimo-theme-travelflow .nav-theme-toggle--language {
    width: 28px !important;
    min-width: 28px !important;
    height: 28px !important;
    min-height: 28px !important;
  }

  body.esimo-theme-travelflow .tf-brand {
    font-size: 17px !important;
    gap: 8px !important;
  }

  body.esimo-theme-travelflow .tf-hero {
    padding-top: 22px !important;
  }

  body.esimo-theme-travelflow .tf-hero__copy h1,
  body.esimo-theme-travelflow .tf-hero__copy .tf-hero-title {
    font-size: 34px !important;
    text-align: center !important;
  }

  body.esimo-theme-travelflow .tf-hero__copy > p,
  body.esimo-theme-travelflow .tf-hero-note {
    text-align: center !important;
  }

  body.esimo-theme-travelflow .tf-trust-row {
    grid-template-columns: 1fr 1fr !important;
  }

  body.esimo-theme-travelflow .tf-chip {
    min-width: calc(50% - 8px) !important;
  }

  body.esimo-theme-travelflow .tf-destination-card summary {
    grid-template-columns: 1fr !important;
    gap: 5px !important;
    text-align: right !important;
  }

  body.esimo-theme-travelflow .tf-plan-option {
    grid-template-columns: 1fr auto !important;
  }

  body.esimo-theme-travelflow .tf-plan-option span:nth-child(2) {
    grid-column: 1 !important;
  }

  body.esimo-theme-travelflow .tf-region-grid {
    grid-template-columns: 1fr !important;
  }
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

body.esimo-theme-travelflow,
body.esimo-theme-travelflow * {
  font-family: Arial !important;
  letter-spacing: 0 !important;
}

body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] {
  position: sticky !important;
  top: 0 !important;
  z-index: 900 !important;
  display: grid !important;
  grid-template-columns: minmax(170px, 240px) minmax(0, 1fr) minmax(160px, 250px) !important;
  align-items: center !important;
  gap: clamp(12px, 2vw, 28px) !important;
  min-height: 64px !important;
  width: min(100%, 100vw) !important;
  padding: 10px clamp(18px, 4vw, 42px) !important;
  border-bottom: 1px solid rgba(11, 42, 74, .10) !important;
  background: rgba(255, 255, 255, .94) !important;
  color: var(--tf-primary) !important;
  box-shadow: 0 10px 28px rgba(11, 42, 74, .08) !important;
  backdrop-filter: blur(16px);
  direction: ltr !important;
  overflow: visible !important;
}

html[dir="rtl"] body.esimo-theme-travelflow .tf-brand {
  grid-column: 3 !important;
  justify-self: end !important;
}

html[dir="rtl"] body.esimo-theme-travelflow .nav-action-cluster,
html[dir="rtl"] body.esimo-theme-travelflow .nav-links {
  grid-column: 2 !important;
  justify-self: center !important;
}

html[dir="rtl"] body.esimo-theme-travelflow .nav-language-tools {
  grid-column: 1 !important;
  justify-self: start !important;
}

html[dir="ltr"] body.esimo-theme-travelflow .tf-brand {
  grid-column: 1 !important;
  justify-self: start !important;
}

html[dir="ltr"] body.esimo-theme-travelflow .nav-action-cluster,
html[dir="ltr"] body.esimo-theme-travelflow .nav-links {
  grid-column: 2 !important;
  justify-self: center !important;
}

html[dir="ltr"] body.esimo-theme-travelflow .nav-language-tools {
  grid-column: 3 !important;
  justify-self: end !important;
}

body.esimo-theme-travelflow .tf-brand {
  display: inline-flex !important;
  align-items: center !important;
  gap: 14px !important;
  min-width: 0 !important;
  color: var(--tf-primary) !important;
  opacity: 1 !important;
  text-decoration: none !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

body.esimo-theme-travelflow .nav-language-tools {
  justify-self: center !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  pointer-events: auto !important;
}

body.esimo-theme-travelflow .nav-language-grid {
  display: inline-flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
}

body.esimo-theme-travelflow .nav-action-cluster,
body.esimo-theme-travelflow .nav-links {
  justify-self: end !important;
  display: inline-flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 9px !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  overflow: visible !important;
}

html[dir="rtl"] body.esimo-theme-travelflow .nav-action-cluster,
html[dir="rtl"] body.esimo-theme-travelflow .nav-links,
html[dir="rtl"] body.esimo-theme-travelflow .nav-left-cluster,
html[dir="rtl"] body.esimo-theme-travelflow .nav-session {
  direction: rtl !important;
}

html[dir="ltr"] body.esimo-theme-travelflow .nav-action-cluster,
html[dir="ltr"] body.esimo-theme-travelflow .nav-links,
html[dir="ltr"] body.esimo-theme-travelflow .nav-left-cluster,
html[dir="ltr"] body.esimo-theme-travelflow .nav-session {
  direction: ltr !important;
}

body.esimo-theme-travelflow .nav-left-cluster,
body.esimo-theme-travelflow .nav-session {
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  width: auto !important;
}

body.esimo-theme-travelflow .nav-row-break {
  display: none !important;
}

body.esimo-theme-travelflow .language-chip,
body.esimo-theme-travelflow .nav-currency-selector--language > summary,
body.esimo-theme-travelflow .nav-theme-toggle--language,
body.esimo-theme-travelflow .nav-action-cluster .nav-action,
body.esimo-theme-travelflow .customer-chip,
body.esimo-theme-travelflow .nav-logout button {
  display: inline-grid !important;
  place-items: center !important;
  min-width: 44px !important;
  height: 32px !important;
  min-height: 32px !important;
  margin: 0 !important;
  padding: 0 11px !important;
  border: 1px solid #c9dff2 !important;
  border-radius: 11px !important;
  background: #fff !important;
  color: var(--tf-primary) !important;
  box-shadow: 0 8px 20px rgba(11, 42, 74, .06) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  opacity: 1 !important;
}

body.esimo-theme-travelflow .customer-chip,
body.esimo-theme-travelflow .nav-account-link {
  background: linear-gradient(135deg, var(--tf-primary-2), #0f62d7) !important;
  border-color: transparent !important;
  color: #fff !important;
}

body.esimo-theme-travelflow .nav-currency-selector--language {
  position: relative !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 5 !important;
}

body.esimo-theme-travelflow .nav-currency-selector--language > summary {
  list-style: none !important;
  cursor: pointer !important;
}

body.esimo-theme-travelflow .nav-currency-selector--language > summary::-webkit-details-marker {
  display: none !important;
}

body.esimo-theme-travelflow .nav-currency-menu {
  position: absolute !important;
  inset-block-start: calc(100% + 8px) !important;
  inset-inline-start: 50% !important;
  transform: translateX(-50%) !important;
  display: grid !important;
  gap: 6px !important;
  min-width: 76px !important;
  padding: 8px !important;
  border: 1px solid var(--tf-border) !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: var(--tf-shadow) !important;
}

body.esimo-theme-travelflow .nav-currency-selector--language:not([open]) .nav-currency-menu {
  display: none !important;
}

body.esimo-theme-travelflow .nav-currency-menu a {
  min-height: 30px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 9px !important;
  color: var(--tf-primary) !important;
  text-decoration: none !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

body.esimo-theme-travelflow .nav-currency-menu a.is-active,
body.esimo-theme-travelflow .nav-currency-menu a:hover {
  background: var(--tf-primary-2) !important;
  color: #fff !important;
}

body.esimo-theme-travelflow .nav-theme-toggle--language {
  width: 38px !important;
  min-width: 38px !important;
  padding: 0 !important;
  cursor: pointer !important;
}

body.esimo-theme-travelflow .nav-theme-toggle--language [data-theme-label] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}

body.esimo-theme-travelflow .nav-theme-toggle--language [data-theme-icon] {
  display: block !important;
  width: 17px !important;
  height: 17px !important;
  border-radius: 999px !important;
  background: #0b2a4a !important;
  box-shadow: inset 6px -3px 0 #fff !important;
}

body.esimo-theme-travelflow.home-theme-dark .nav-theme-toggle--language [data-theme-icon],
body.home-theme-dark.esimo-theme-travelflow .nav-theme-toggle--language [data-theme-icon] {
  background: #facc15 !important;
  box-shadow:
    0 -9px 0 -6px #facc15,
    0 9px 0 -6px #facc15,
    9px 0 0 -6px #facc15,
    -9px 0 0 -6px #facc15,
    6px 6px 0 -6px #facc15,
    -6px -6px 0 -6px #facc15 !important;
}

body.esimo-theme-travelflow .travel-home,
body.esimo-theme-travelflow .home-redesign {
  background:
    url("/static/themes/travelflow/assets/backgrounds/hero-soft-travel-gradient.svg") top center / min(1280px, 100vw) auto no-repeat,
    linear-gradient(180deg, rgba(245, 250, 255, .94), #fff 52%, #f5faff 100%);
}

body.esimo-theme-travelflow .sales-hero {
  position: relative;
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: clamp(34px, 5vw, 76px) clamp(16px, 4vw, 52px) 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  min-height: min(720px, calc(100vh - 68px));
  place-items: center;
  isolation: isolate;
}

body.esimo-theme-travelflow .sales-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 15% 22%, rgba(255, 244, 214, .78), transparent 20%),
    radial-gradient(circle at 82% 22%, rgba(220, 240, 255, .86), transparent 30%),
    linear-gradient(115deg, rgba(255, 255, 255, .66), rgba(232, 250, 253, .52));
}

body.esimo-theme-travelflow .sales-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset-inline-end: clamp(14px, 7vw, 140px);
  top: clamp(34px, 8vw, 96px);
  width: clamp(180px, 26vw, 380px);
  aspect-ratio: 1.7;
  background:
    linear-gradient(14deg, transparent 42%, rgba(11, 42, 74, .15) 43% 56%, transparent 57%),
    linear-gradient(155deg, rgba(34, 184, 207, .28) 0 28%, transparent 29%),
    linear-gradient(25deg, transparent 57%, rgba(245, 158, 11, .22) 58% 72%, transparent 73%);
  border-radius: 70% 45% 60% 40%;
  transform: rotate(-12deg);
  opacity: .92;
}

body.esimo-theme-travelflow .sales-copy {
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}

body.esimo-theme-travelflow .travel-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 18px;
  border: 1px solid rgba(245, 158, 11, .45);
  border-radius: 999px;
  background: rgba(255, 250, 235, .88);
  color: #0b2a4a !important;
  font-size: 15px;
  font-weight: 800;
  box-shadow: var(--tf-shadow-soft);
}

body.esimo-theme-travelflow .sales-copy h1 {
  margin: 24px auto 12px;
  color: var(--tf-primary);
  font-size: clamp(2.15rem, 7vw, 5rem);
  line-height: 1.06;
  max-width: 930px;
}

body.esimo-theme-travelflow .sales-copy p {
  color: #173f62;
  font-size: clamp(1.04rem, 2vw, 1.35rem);
  line-height: 1.7;
  max-width: 760px;
  margin-inline: auto;
}

body.esimo-theme-travelflow .booking-shell,
body.esimo-theme-travelflow .checkout-panel,
body.esimo-theme-travelflow .account-panel,
body.esimo-theme-travelflow .account-flow-dialog,
body.esimo-theme-travelflow .home-live-catalog,
body.esimo-theme-travelflow .growth-rotator-card,
body.esimo-theme-travelflow .testimonials-card,
body.esimo-theme-travelflow .promotions-card,
body.esimo-theme-travelflow .step-card,
body.esimo-theme-travelflow .order-card,
body.esimo-theme-travelflow .support-card,
body.esimo-theme-travelflow .faq-card {
  border: 1px solid var(--tf-border) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, .94) !important;
  box-shadow: var(--tf-shadow) !important;
}

body.esimo-theme-travelflow .booking-shell {
  width: min(100%, 760px) !important;
  margin-inline: auto !important;
  padding: clamp(16px, 3vw, 28px) !important;
}

body.esimo-theme-travelflow .booking-search {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(190px, .55fr) auto !important;
  gap: 12px !important;
  align-items: end !important;
}

body.esimo-theme-travelflow .booking-search label,
body.esimo-theme-travelflow .booking-search fieldset {
  display: grid !important;
  gap: 8px !important;
  min-width: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  color: var(--tf-primary) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

body.esimo-theme-travelflow .booking-search input,
body.esimo-theme-travelflow .date-range-display {
  min-height: 54px !important;
  width: 100% !important;
  border: 1px solid #c9dff2 !important;
  border-radius: 13px !important;
  background: #fff !important;
  color: var(--tf-primary) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

body.esimo-theme-travelflow .home-search-cta {
  min-width: 160px !important;
  height: 54px !important;
  min-height: 54px !important;
}

body.esimo-theme-travelflow .booking-search input,
body.esimo-theme-travelflow .booking-search select,
body.esimo-theme-travelflow .booking-search button,
body.esimo-theme-travelflow .checkout-panel input,
body.esimo-theme-travelflow .checkout-panel select,
body.esimo-theme-travelflow .checkout-panel textarea,
body.esimo-theme-travelflow .account-panel input,
body.esimo-theme-travelflow .account-panel select,
body.esimo-theme-travelflow .account-panel textarea {
  border-radius: 14px !important;
}

body.esimo-theme-travelflow .home-search-cta,
body.esimo-theme-travelflow .button.primary,
body.esimo-theme-travelflow button.primary,
body.esimo-theme-travelflow .checkout-pay-button,
body.esimo-theme-travelflow .home-live-select,
body.esimo-theme-travelflow .plan-select-button {
  min-height: 46px;
  border-radius: 14px !important;
  background: linear-gradient(135deg, var(--tf-primary-2), #0f62d7) !important;
  color: #fff !important;
  box-shadow: 0 14px 24px rgba(20, 93, 160, .22) !important;
}

body.esimo-theme-travelflow .home-live-catalog {
  width: min(100% - 28px, 1180px);
  margin: clamp(24px, 4vw, 48px) auto !important;
  padding: clamp(22px, 4vw, 38px) !important;
}

body.esimo-theme-travelflow .home-section-heading {
  text-align: center !important;
  max-width: 760px !important;
  margin: 0 auto 20px !important;
}

body.esimo-theme-travelflow .home-section-heading > span {
  display: none !important;
}

body.esimo-theme-travelflow .home-section-heading h2 {
  margin: 0 0 8px !important;
  font-size: clamp(1.7rem, 4vw, 3rem) !important;
  line-height: 1.12 !important;
}

body.esimo-theme-travelflow .home-section-heading p {
  margin: 0 !important;
  color: #42627e !important;
  font-size: clamp(1rem, 1.7vw, 1.22rem) !important;
  line-height: 1.6 !important;
}

body.esimo-theme-travelflow .home-section-heading h2,
body.esimo-theme-travelflow .section-heading h1,
body.esimo-theme-travelflow .section-heading h2,
body.esimo-theme-travelflow .checkout-panel h1,
body.esimo-theme-travelflow .checkout-panel h2 {
  color: var(--tf-primary) !important;
}

body.esimo-theme-travelflow .home-live-tabs,
body.esimo-theme-travelflow .home-live-filters {
  gap: 10px;
}

body.esimo-theme-travelflow .home-live-tabs {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  border-bottom: 1px solid var(--tf-border) !important;
  margin-bottom: 20px !important;
}

body.esimo-theme-travelflow .home-live-tab,
body.esimo-theme-travelflow .home-live-filters select,
body.esimo-theme-travelflow .home-live-search input {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--tf-primary) !important;
}

body.esimo-theme-travelflow .home-live-tab {
  display: grid !important;
  justify-items: center !important;
  gap: 8px !important;
  min-height: 78px !important;
  padding: 10px 6px 14px !important;
  border-bottom: 3px solid transparent !important;
}

body.esimo-theme-travelflow .home-live-tab.is-active,
body.esimo-theme-travelflow .home-live-tab[aria-selected="true"] {
  background: transparent !important;
  border-bottom-color: var(--tf-accent) !important;
  color: var(--tf-primary) !important;
}

body.esimo-theme-travelflow .home-live-tab strong {
  display: grid !important;
  place-items: center !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  background: #eef3fb !important;
  color: var(--tf-primary) !important;
  font-size: 16px !important;
}

body.esimo-theme-travelflow .home-live-destination,
body.esimo-theme-travelflow .home-live-package,
body.esimo-theme-travelflow .home-live-option,
body.esimo-theme-travelflow .plan-card,
body.esimo-theme-travelflow .checkout-summary {
  border: 1px solid var(--tf-border) !important;
  border-radius: 15px !important;
  background: #f7fcff !important;
  box-shadow: none !important;
}

body.esimo-theme-travelflow .home-live-destination summary {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) auto auto;
  gap: 12px;
  align-items: center;
  min-height: 70px !important;
  padding: 14px 16px !important;
  cursor: pointer !important;
}

body.esimo-theme-travelflow .home-live-destination summary::before {
  display: none !important;
}

body.esimo-theme-travelflow .home-live-destination-name {
  display: grid !important;
  gap: 3px !important;
}

body.esimo-theme-travelflow .home-live-destination-name b {
  color: var(--tf-primary) !important;
  font-size: 17px !important;
  font-weight: 900 !important;
}

body.esimo-theme-travelflow .home-live-destination-name em {
  color: var(--tf-primary-2) !important;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 900 !important;
}

body.esimo-theme-travelflow .home-live-destination summary > strong,
body.esimo-theme-travelflow .home-live-destination summary > small {
  color: #42627e !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

body.esimo-theme-travelflow .home-live-options {
  padding: 0 16px 14px !important;
  display: grid !important;
  gap: 8px !important;
}

body.esimo-theme-travelflow .home-live-option {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto auto !important;
  gap: 10px !important;
  align-items: center !important;
  min-height: 44px !important;
  padding: 9px 12px !important;
  border: 1px solid #dceaf5 !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: var(--tf-primary) !important;
  text-decoration: none !important;
}

body.esimo-theme-travelflow .home-live-option small {
  color: #5f7890 !important;
  overflow-wrap: anywhere !important;
}

body.esimo-theme-travelflow .tf-catalog-pagination {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 14px !important;
  padding-block: 18px 4px !important;
  color: var(--tf-primary) !important;
  font-weight: 900 !important;
}

body.esimo-theme-travelflow .tf-catalog-pagination .tf-btn {
  min-width: 88px !important;
  min-height: 38px !important;
  padding: 8px 16px !important;
  font-size: 14px !important;
}

body.esimo-theme-travelflow .tf-catalog-pagination .tf-btn:disabled {
  opacity: 0.45 !important;
  cursor: not-allowed !important;
}

body.esimo-theme-travelflow .home-live-destination summary em,
body.esimo-theme-travelflow .home-live-option strong,
body.esimo-theme-travelflow .price,
body.esimo-theme-travelflow .checkout-total strong {
  color: var(--tf-primary-2) !important;
}

body.esimo-theme-travelflow .destination-suggestions,
body.esimo-theme-travelflow .date-range-popover,
body.esimo-theme-travelflow .plans-date-popover {
  border: 1px solid var(--tf-border) !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: var(--tf-shadow) !important;
}

body.esimo-theme-travelflow .checkout-shell,
body.esimo-theme-travelflow .section {
  width: min(100% - 28px, 1180px) !important;
  margin: 30px auto !important;
}

body.esimo-theme-travelflow .checkout-shell {
  display: grid !important;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr) !important;
  gap: 24px !important;
  align-items: start !important;
}

body.esimo-theme-travelflow .checkout-copy,
body.esimo-theme-travelflow .premium-card,
body.esimo-theme-travelflow .order-card,
body.esimo-theme-travelflow .panel {
  border: 1px solid var(--tf-border) !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: var(--tf-shadow-soft) !important;
}

body.esimo-theme-travelflow .checkout-copy {
  padding: 24px !important;
  position: sticky !important;
  top: 88px !important;
}

body.esimo-theme-travelflow .wizard-steps {
  display: grid !important;
  gap: 10px !important;
}

body.esimo-theme-travelflow .wizard-steps span {
  display: flex !important;
  align-items: center !important;
  min-height: 42px !important;
  padding: 8px 12px !important;
  border: 1px solid var(--tf-border) !important;
  border-radius: 12px !important;
  color: #42627e !important;
  background: #f7fcff !important;
  font-weight: 800 !important;
}

body.esimo-theme-travelflow .wizard-steps span.active {
  background: var(--tf-primary-2) !important;
  color: #fff !important;
}

body.esimo-theme-travelflow .package-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
  gap: 16px !important;
}

body.esimo-theme-travelflow .package-card .price-row {
  display: flex !important;
  align-items: end !important;
  justify-content: space-between !important;
  gap: 12px !important;
}

body.esimo-theme-travelflow .tf-destination-page {
  display: grid !important;
  gap: 18px !important;
}

body.esimo-theme-travelflow .tf-breadcrumbs {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #5f7890 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

body.esimo-theme-travelflow .tf-breadcrumbs a {
  color: var(--tf-primary-2) !important;
  text-decoration: none !important;
}

body.esimo-theme-travelflow .tf-destination-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 330px) !important;
  gap: 24px !important;
  align-items: center !important;
  min-height: 250px !important;
  padding: clamp(22px, 4vw, 42px) !important;
  border: 1px solid var(--tf-border) !important;
  border-radius: 22px !important;
  background:
    linear-gradient(100deg, rgba(255,255,255,.96), rgba(232,250,253,.82)),
    url("/static/themes/travelflow/assets/backgrounds/hero-soft-travel-gradient.svg") center / cover no-repeat !important;
  box-shadow: var(--tf-shadow-soft) !important;
}

body.esimo-theme-travelflow .tf-eyebrow {
  margin: 0 0 8px !important;
  color: var(--tf-primary-2) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

body.esimo-theme-travelflow .tf-destination-hero h1 {
  margin: 0 0 10px !important;
  color: var(--tf-primary) !important;
  font-size: clamp(2.1rem, 5vw, 4rem) !important;
  line-height: 1.05 !important;
}

body.esimo-theme-travelflow .tf-destination-hero p {
  max-width: 620px !important;
  color: #42627e !important;
  font-size: 1.08rem !important;
  line-height: 1.65 !important;
}

body.esimo-theme-travelflow .tf-destination-flag {
  min-height: 170px !important;
  display: grid !important;
  place-items: center !important;
  gap: 12px !important;
  border: 1px solid var(--tf-border) !important;
  border-radius: 20px !important;
  background: rgba(255,255,255,.72) !important;
}

body.esimo-theme-travelflow .tf-destination-flag img {
  width: 78px !important;
  height: 54px !important;
  object-fit: cover !important;
  border-radius: 8px !important;
  box-shadow: 0 8px 18px rgba(11,42,74,.12) !important;
}

body.esimo-theme-travelflow .tf-destination-flag strong {
  color: var(--tf-primary) !important;
  font-size: 24px !important;
  font-weight: 900 !important;
}

body.esimo-theme-travelflow .tf-plan-filter-row {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 10px !important;
}

body.esimo-theme-travelflow .tf-plan-filter-row span {
  min-height: 34px !important;
  display: inline-grid !important;
  place-items: center !important;
  padding: 0 16px !important;
  border: 1px solid #c9dff2 !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: var(--tf-primary) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

body.esimo-theme-travelflow .tf-plan-list {
  grid-template-columns: 1fr !important;
}

body.esimo-theme-travelflow .tf-plan-row {
  display: grid !important;
  grid-template-columns: minmax(120px, .8fr) minmax(0, 1.3fr) minmax(100px, .6fr) auto !important;
  align-items: center !important;
  gap: 16px !important;
  padding: 18px 20px !important;
}

body.esimo-theme-travelflow .tf-plan-main,
body.esimo-theme-travelflow .tf-plan-network,
body.esimo-theme-travelflow .tf-plan-price {
  display: grid !important;
  gap: 4px !important;
}

body.esimo-theme-travelflow .tf-plan-main strong {
  color: var(--tf-primary) !important;
  font-size: clamp(1.45rem, 3vw, 2rem) !important;
  font-weight: 900 !important;
}

body.esimo-theme-travelflow .tf-plan-main span,
body.esimo-theme-travelflow .tf-plan-network small,
body.esimo-theme-travelflow .tf-plan-price small {
  color: #5f7890 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

body.esimo-theme-travelflow .tf-plan-network span {
  color: #0f8f5b !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

body.esimo-theme-travelflow .tf-plan-price span {
  color: var(--tf-primary-2) !important;
  font-size: 22px !important;
  font-weight: 900 !important;
}

body.esimo-theme-travelflow .tranzila-return-shell,
body.esimo-theme-travelflow .form-shell {
  width: min(100% - 28px, 980px) !important;
  margin: 32px auto !important;
}

body.esimo-theme-travelflow .tranzila-return-card,
body.esimo-theme-travelflow .form-shell .panel {
  border: 1px solid var(--tf-border) !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: var(--tf-shadow) !important;
}

body.esimo-theme-travelflow .success-card h1,
body.esimo-theme-travelflow .form-shell h1 {
  color: var(--tf-primary) !important;
  font-size: clamp(2rem, 5vw, 3.8rem) !important;
  line-height: 1.08 !important;
}

body.esimo-theme-travelflow .return-summary-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)) !important;
  gap: 12px !important;
}

body.esimo-theme-travelflow .summary-tile,
body.esimo-theme-travelflow .invoice-ready-box,
body.esimo-theme-travelflow .qr-box,
body.esimo-theme-travelflow .code-box,
body.esimo-theme-travelflow .activation-guide-card {
  border: 1px solid var(--tf-border) !important;
  border-radius: 16px !important;
  background: #f7fcff !important;
  box-shadow: none !important;
}

body.esimo-theme-travelflow .real-qr-box {
  width: min(100%, 360px) !important;
  margin-inline: auto !important;
  display: grid !important;
  place-items: center !important;
  padding: 24px !important;
  background: #fff !important;
}

body.esimo-theme-travelflow .order-activation-qr {
  width: min(100%, 250px) !important;
  height: auto !important;
}

body.esimo-theme-travelflow .footer {
  border-top: 1px solid var(--tf-border) !important;
  background: #fff !important;
  color: var(--tf-muted) !important;
}

body.esimo-theme-travelflow .tf-live {
  background:
    url("/static/themes/travelflow/assets/backgrounds/hero-soft-travel-gradient.svg") top center / min(1280px, 100vw) auto no-repeat,
    linear-gradient(180deg, #f5faff 0, #fff 48%, #f5faff 100%);
  color: var(--tf-primary);
  overflow-x: clip;
}

body.esimo-theme-travelflow .tf-container {
  width: min(100% - 28px, 1180px);
  margin-inline: auto;
}

body.esimo-theme-travelflow .tf-hero {
  min-height: min(720px, calc(100vh - 64px));
  display: grid;
  align-items: center;
  padding: clamp(28px, 5vw, 72px) 0;
}

body.esimo-theme-travelflow .tf-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, .65fr);
  gap: clamp(24px, 5vw, 68px);
  align-items: center;
}

body.esimo-theme-travelflow .tf-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 16px;
  border: 1px solid rgba(245, 158, 11, .45);
  border-radius: 999px;
  background: rgba(255, 250, 235, .92);
  color: var(--tf-primary);
  font-weight: 900;
}

body.esimo-theme-travelflow .tf-hero h1,
body.esimo-theme-travelflow .tf-hero .tf-hero-title,
body.esimo-theme-travelflow .tf-destination-hero h1 {
  margin: 18px 0 12px;
  color: var(--tf-primary);
  font-size: clamp(2.4rem, 6.5vw, 5.2rem);
  line-height: 1.04;
  font-weight: 900;
}

body.esimo-theme-travelflow .tf-hero p,
body.esimo-theme-travelflow .tf-destination-hero p {
  color: #34546f;
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  line-height: 1.65;
}

body.esimo-theme-travelflow .tf-search {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(110px, 150px) auto;
  gap: 12px;
  align-items: end;
  margin-top: 24px;
  padding: 16px;
  border: 1px solid var(--tf-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--tf-shadow);
}

body.esimo-theme-travelflow .tf-field {
  position: relative;
  display: grid;
  gap: 7px;
  min-width: 0;
  color: var(--tf-primary);
  font-size: 13px;
  font-weight: 900;
}

body.esimo-theme-travelflow .tf-field input {
  min-height: 52px;
  width: 100%;
  border: 1px solid #c9dff2;
  border-radius: 13px;
  background: #fff;
  color: var(--tf-primary);
  padding: 0 14px;
  font-size: 16px;
  font-weight: 800;
}

body.esimo-theme-travelflow .tf-btn {
  min-height: 46px;
  display: inline-grid;
  place-items: center;
  padding: 0 18px;
  border-radius: 13px;
  border: 1px solid #c9dff2;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

body.esimo-theme-travelflow .tf-btn--primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--tf-primary-2), #0f62d7);
  color: #fff;
  box-shadow: 0 14px 24px rgba(20, 93, 160, .22);
}

body.esimo-theme-travelflow .tf-btn--secondary {
  background: #fff;
  color: var(--tf-primary);
}

body.esimo-theme-travelflow .tf-trust-row,
body.esimo-theme-travelflow .tf-chip-row,
body.esimo-theme-travelflow .tf-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

body.esimo-theme-travelflow .tf-trust,
body.esimo-theme-travelflow .tf-chip,
body.esimo-theme-travelflow .tf-filter-row span,
body.esimo-theme-travelflow .tf-filter-row button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid var(--tf-border);
  border-radius: 13px;
  background: #fff;
  color: var(--tf-primary);
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  font-family: Arial;
  cursor: pointer;
}

body.esimo-theme-travelflow .tf-chip img {
  width: 26px;
  height: 18px;
  object-fit: cover;
  border-radius: 4px;
}

body.esimo-theme-travelflow .tf-phone-card,
body.esimo-theme-travelflow .tf-card,
body.esimo-theme-travelflow .tf-destination-card,
body.esimo-theme-travelflow .tf-region-card {
  border: 1px solid var(--tf-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--tf-shadow-soft);
}

body.esimo-theme-travelflow .tf-phone-card {
  padding: clamp(20px, 4vw, 34px);
}

body.esimo-theme-travelflow .tf-phone {
  aspect-ratio: 9 / 15;
  max-height: 440px;
  display: grid;
  place-items: center;
  gap: 18px;
  border-radius: 32px;
  background: linear-gradient(180deg, #0b2a4a, #145da0);
  color: #fff;
  padding: 28px;
  text-align: center;
}

body.esimo-theme-travelflow .tf-phone__qr {
  width: 132px;
  height: 132px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #fff;
  color: var(--tf-primary);
  font-size: 30px;
  font-weight: 900;
}

body.esimo-theme-travelflow .tf-section {
  padding: clamp(28px, 5vw, 64px) 0;
}

body.esimo-theme-travelflow .tf-section-heading,
body.esimo-theme-travelflow .tf-section-title {
  text-align: center;
}

body.esimo-theme-travelflow .tf-section-title,
body.esimo-theme-travelflow .tf-section-heading h2 {
  margin: 0 0 10px;
  color: var(--tf-primary);
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 1.12;
  font-weight: 900;
}

body.esimo-theme-travelflow .tf-section-heading p {
  margin: 0 auto 22px;
  max-width: 720px;
  color: #42627e;
  font-size: 1.12rem;
  line-height: 1.6;
}

body.esimo-theme-travelflow .tf-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--tf-border);
  margin: 0 0 20px;
}

body.esimo-theme-travelflow .tf-tab {
  min-height: 82px;
  display: grid;
  justify-items: center;
  gap: 8px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: var(--tf-primary);
  font-weight: 900;
}

body.esimo-theme-travelflow .tf-tab.is-active {
  border-bottom-color: var(--tf-accent);
}

body.esimo-theme-travelflow .tf-tab strong {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eef3fb;
}

body.esimo-theme-travelflow .tf-live-catalog-list,
body.esimo-theme-travelflow .tf-plan-list {
  display: grid;
  gap: 12px;
}

body.esimo-theme-travelflow .tf-destination-card summary,
body.esimo-theme-travelflow .tf-plan-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto auto;
  gap: 14px;
  align-items: center;
  min-height: 74px;
  padding: 16px 18px;
}

body.esimo-theme-travelflow .tf-destination-card summary {
  cursor: pointer;
}

body.esimo-theme-travelflow .tf-destination-card summary::-webkit-details-marker {
  display: none;
}

body.esimo-theme-travelflow .tf-destination-main h3,
body.esimo-theme-travelflow .tf-destination-card strong,
body.esimo-theme-travelflow .tf-plan-main strong {
  color: var(--tf-primary);
  font-size: 19px;
  font-weight: 900;
}

body.esimo-theme-travelflow .tf-destination-main h3 {
  margin: 0;
  line-height: 1.15;
}

body.esimo-theme-travelflow .tf-destination-card small,
body.esimo-theme-travelflow .tf-destination-card em,
body.esimo-theme-travelflow .tf-plan-meta,
body.esimo-theme-travelflow .tf-plan-main span {
  color: #5f7890;
  font-style: normal;
  font-size: 13px;
  font-weight: 800;
}

body.esimo-theme-travelflow .tf-plan-options {
  display: grid;
  gap: 8px;
  padding: 0 18px 16px;
}

body.esimo-theme-travelflow .tf-plan-option {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 12px;
  align-items: center;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--tf-border);
  border-radius: 12px;
  background: #f7fcff;
  color: var(--tf-primary);
  text-decoration: none;
  font-weight: 900;
}

body.esimo-theme-travelflow .tf-region-grid,
body.esimo-theme-travelflow .tf-grid--4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.esimo-theme-travelflow .tf-region-card,
body.esimo-theme-travelflow .tf-card {
  display: grid;
  gap: 10px;
  padding: 20px;
  color: var(--tf-primary);
  text-decoration: none;
}

body.esimo-theme-travelflow .tf-card img {
  width: 38px;
  height: 38px;
}

body.esimo-theme-travelflow .tf-suggestions {
  position: absolute;
  z-index: 50;
  inset-inline: 0;
  top: calc(100% + 8px);
  display: grid;
  gap: 6px;
  max-height: 310px;
  overflow-y: auto;
  padding: 10px;
  border: 1px solid var(--tf-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--tf-shadow);
}

body.esimo-theme-travelflow .tf-suggestions[hidden] {
  display: none;
}

body.esimo-theme-travelflow .tf-suggestion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 8px 12px;
  border: 0;
  border-radius: 10px;
  background: #fff;
  color: var(--tf-primary);
  font-weight: 900;
  cursor: pointer;
  font-family: Arial !important;
  text-align: start;
  transition: background .16s ease, box-shadow .16s ease, transform .16s ease;
}

body.esimo-theme-travelflow .tf-suggestion:hover,
body.esimo-theme-travelflow .tf-suggestion:focus-visible,
body.esimo-theme-travelflow .tf-suggestion.is-active,
body.esimo-theme-travelflow .tf-suggestion[aria-selected="true"] {
  background: #eef8ff;
  box-shadow: inset 0 0 0 1px #b8ddf6;
}

body.esimo-theme-travelflow .tf-suggestion span {
  color: #082a4a;
  font-size: 14px;
  line-height: 1.25;
}

body.esimo-theme-travelflow .tf-suggestion strong {
  color: #5c7389;
  font-size: 12px;
  line-height: 1.25;
  white-space: nowrap;
}

body.esimo-theme-travelflow .tf-progress[hidden] {
  display: none !important;
}

body.esimo-theme-travelflow .tf-progress {
  position: fixed;
  inset-inline: 16px;
  bottom: 18px;
  z-index: 9999;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

body.esimo-theme-travelflow .tf-progress__card {
  min-width: min(420px, calc(100vw - 32px));
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  border: 1px solid #c8e5f6;
  border-radius: 16px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 42px rgba(8,42,74,.16);
  color: #082a4a;
  font-weight: 850;
  font-family: Arial !important;
}

body.esimo-theme-travelflow .tf-progress__card span {
  width: 18px;
  height: 18px;
  border: 3px solid #cdeefa;
  border-top-color: #145da0;
  border-radius: 999px;
  animation: tf-spin .8s linear infinite;
}

body.esimo-theme-travelflow .tf-progress__card p {
  margin: 0;
  font-size: 14px;
}

body.esimo-theme-travelflow .tf-btn.is-loading {
  opacity: .78;
  pointer-events: none;
}

body.esimo-theme-travelflow .tf-btn.is-loading::after {
  content: attr(data-loading-label);
  margin-inline-start: 8px;
  font-size: 12px;
  font-weight: 800;
}

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

body.esimo-theme-travelflow .tf-live-checkout,
body.esimo-theme-travelflow .tf-live-success,
body.esimo-theme-travelflow .tf-live-order,
body.esimo-theme-travelflow .tf-live-plans,
body.esimo-theme-travelflow .tf-live-account,
body.esimo-theme-travelflow .tf-live-support {
  background:
    url("/static/themes/travelflow/assets/backgrounds/hero-soft-travel-gradient.svg") top center / min(1180px, 100vw) auto no-repeat,
    linear-gradient(180deg, #f5faff 0, #fff 55%, #f5faff 100%);
  padding-block: clamp(24px, 4vw, 48px);
}

body.esimo-theme-travelflow .tf-live-checkout.checkout-shell {
  width: min(100% - 28px, 1180px) !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: start !important;
  gap: 22px !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-copy,
body.esimo-theme-travelflow .tf-live-checkout .checkout-panel,
body.esimo-theme-travelflow .tf-live-success .tranzila-return-card,
body.esimo-theme-travelflow .tf-live-order .panel {
  border: 1px solid var(--tf-border) !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: var(--tf-shadow) !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-copy {
  grid-column: 1 / 2 !important;
  flex: 0 0 min(36%, 420px) !important;
  position: sticky !important;
  top: 86px !important;
  padding: clamp(20px, 3vw, 30px) !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-panel {
  grid-column: 2 / 3 !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-copy h1,
body.esimo-theme-travelflow .tf-live-success h1,
body.esimo-theme-travelflow .tf-live-order h1 {
  color: var(--tf-primary) !important;
  font-size: clamp(2rem, 4.6vw, 3.8rem) !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
}

body.esimo-theme-travelflow .tf-live-checkout .wizard-steps {
  display: grid !important;
  gap: 10px !important;
  margin-top: 18px !important;
}

body.esimo-theme-travelflow .tf-live-checkout .wizard-steps span {
  min-height: 42px !important;
  display: flex !important;
  align-items: center !important;
  padding: 8px 12px !important;
  border: 1px solid var(--tf-border) !important;
  border-radius: 12px !important;
  background: #f7fcff !important;
  color: #42627e !important;
  font-weight: 900 !important;
}

body.esimo-theme-travelflow .tf-live-checkout .wizard-steps span.active {
  background: linear-gradient(135deg, var(--tf-primary-2), #0f62d7) !important;
  color: #fff !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-section,
body.esimo-theme-travelflow .tf-live-checkout .checkout-summary,
body.esimo-theme-travelflow .tf-live-checkout .checkout-offer-summary {
  border: 1px solid var(--tf-border) !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: var(--tf-shadow-soft) !important;
}

body.esimo-theme-travelflow .tf-live-checkout input,
body.esimo-theme-travelflow .tf-live-checkout select,
body.esimo-theme-travelflow .tf-live-checkout textarea {
  border: 1px solid #c9dff2 !important;
  border-radius: 13px !important;
  background: #fff !important;
  color: var(--tf-primary) !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-primary-actions {
  display: grid !important;
  grid-template-columns: minmax(0, .6fr) minmax(0, 1fr) !important;
  gap: 12px !important;
}

body.esimo-theme-travelflow .tf-live-success .success-card,
body.esimo-theme-travelflow .tf-live-order > .panel:first-child {
  text-align: center !important;
}

body.esimo-theme-travelflow .tf-success-hero {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: clamp(24px, 5vw, 48px) clamp(10px, 3vw, 24px) clamp(18px, 4vw, 34px);
}

body.esimo-theme-travelflow .tf-success-mark {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #e8f8ee;
  color: var(--tf-success);
  font-size: 34px;
  font-weight: 900;
}

body.esimo-theme-travelflow .tf-success-mark.is-warning {
  background: #fff4d8;
  color: #b76b00;
}

body.esimo-theme-travelflow .tf-success-hero .eyebrow {
  color: #19a463 !important;
  font: 900 clamp(15px, 2vw, 22px)/1.1 Arial !important;
  letter-spacing: 0 !important;
}

body.esimo-theme-travelflow .tf-success-mark.is-warning + .eyebrow {
  color: #b76b00 !important;
}

body.esimo-theme-travelflow .tf-success-hero h1 {
  margin: 10px auto 12px !important;
  max-width: 760px;
  color: var(--tf-primary) !important;
  font-size: clamp(2.15rem, 8vw, 4rem) !important;
  line-height: 1.08 !important;
  text-wrap: balance;
}

body.esimo-theme-travelflow .tf-success-hero .muted {
  max-width: 680px;
  margin-inline: auto;
  font-size: clamp(1rem, 3.6vw, 1.25rem);
  line-height: 1.65;
}

body.esimo-theme-travelflow .tf-success-layout {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(0, 1fr) minmax(280px, .9fr);
  gap: 18px;
  align-items: start;
}

body.esimo-theme-travelflow .tf-success-qr-card {
  text-align: center;
}

body.esimo-theme-travelflow .tf-success-qr {
  width: min(260px, 72vw) !important;
  height: auto !important;
  aspect-ratio: 1;
  display: block;
  margin: 0 auto 14px;
  border: 12px solid #fff;
  border-radius: 22px;
  box-shadow: var(--tf-shadow);
}

body.esimo-theme-travelflow .tf-qr-pending {
  min-height: 260px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  border: 1px dashed #b8d6ee;
  border-radius: 22px;
  background: #f7fcff;
  margin-bottom: 14px;
}

body.esimo-theme-travelflow .tranzila-return-shell.is-pending-fulfillment {
  background:
    radial-gradient(circle at 18% 4%, rgba(245, 158, 11, .12), transparent 190px),
    linear-gradient(180deg, #f4fbff 0%, #ffffff 44%, #f7fcff 100%) !important;
}

body.esimo-theme-travelflow .tranzila-return-shell.is-pending-fulfillment .tf-success-hero {
  padding-top: clamp(20px, 4vw, 36px);
  padding-bottom: clamp(12px, 3vw, 24px);
}

body.esimo-theme-travelflow .tranzila-return-shell.is-pending-fulfillment .tf-success-mark {
  width: 58px;
  height: 58px;
  margin-bottom: 10px;
  font-size: 28px;
  box-shadow: 0 14px 28px rgba(183, 107, 0, .10);
}

body.esimo-theme-travelflow .tranzila-return-shell.is-pending-fulfillment .tf-success-hero h1 {
  max-width: 640px;
  font-size: clamp(2rem, 7vw, 3.15rem) !important;
}

body.esimo-theme-travelflow .tranzila-return-shell.is-pending-fulfillment .tf-success-hero .muted {
  max-width: 610px;
  font-size: clamp(.98rem, 3.4vw, 1.16rem);
}

body.esimo-theme-travelflow .tranzila-return-shell.is-pending-fulfillment .tf-success-layout {
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1fr);
  max-width: 940px;
}

body.esimo-theme-travelflow .tranzila-return-shell.is-pending-fulfillment .tf-success-qr-card {
  order: 2;
}

body.esimo-theme-travelflow .tranzila-return-shell.is-pending-fulfillment .tf-success-summary {
  order: 1;
}

body.esimo-theme-travelflow .tranzila-return-shell.is-pending-fulfillment .tf-qr-pending {
  min-height: 190px;
  padding: 22px;
  background: #fffaf0;
  border-color: #f4c66f;
}

body.esimo-theme-travelflow .tranzila-return-shell.is-pending-fulfillment .tf-qr-pending strong {
  max-width: 34ch;
  color: var(--tf-primary);
  line-height: 1.45;
}

body.esimo-theme-travelflow .tranzila-return-shell.is-pending-fulfillment .tf-qr-pending p {
  margin: 0;
  color: #7d6a42;
  font-weight: 800;
}

body.esimo-theme-travelflow .tf-testimonials .tf-grid {
  align-items: stretch;
}

body.esimo-theme-travelflow .tf-testimonial-card {
  display: grid;
  gap: 10px;
  align-content: start;
}

body.esimo-theme-travelflow .tf-testimonial-card strong {
  color: var(--tf-primary);
  font-size: 1rem;
}

body.esimo-theme-travelflow .tf-testimonial-card p {
  margin: 0;
  color: #34546f;
  line-height: 1.55;
}

body.esimo-theme-travelflow .tf-testimonial-card small {
  color: #145da0;
  font-weight: 900;
}

body.esimo-theme-travelflow .tf-success-summary .return-summary-grid {
  display: grid;
  gap: 10px;
  margin: 14px 0;
}

body.esimo-theme-travelflow .tf-success-summary .summary-tile {
  min-height: 66px;
  padding: 12px;
  border: 1px solid var(--tf-border);
  border-radius: 14px;
  background: #f7fcff;
}

body.esimo-theme-travelflow .tf-success-summary .summary-tile span {
  display: block;
  color: #5f7890;
  font-size: 13px;
  font-weight: 800;
}

body.esimo-theme-travelflow .tf-success-summary .summary-tile strong {
  color: var(--tf-primary);
  font-size: 17px;
  font-weight: 900;
}

body.esimo-theme-travelflow .tf-install-tabs .tf-tabs {
  margin: 10px 0 14px;
}

body.esimo-theme-travelflow .tf-tab-panel {
  display: none;
  color: var(--tf-primary);
  line-height: 1.8;
  font-weight: 800;
}

body.esimo-theme-travelflow .tf-tab-panel.is-active {
  display: block;
}

body.esimo-theme-travelflow .tf-live-order {
  width: min(100% - 28px, 1180px) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, .8fr) !important;
  gap: 22px !important;
}

body.esimo-theme-travelflow .tf-live-plans,
body.esimo-theme-travelflow .tf-live-account,
body.esimo-theme-travelflow .tf-live-support {
  width: min(100% - 28px, 1180px) !important;
  margin: 0 auto !important;
}

body.esimo-theme-travelflow .tf-live-plans .plans-hero,
body.esimo-theme-travelflow .tf-live-support .plans-hero {
  border: 1px solid var(--tf-border) !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, .92) !important;
  box-shadow: var(--tf-shadow) !important;
  padding: clamp(24px, 5vw, 54px) !important;
}

body.esimo-theme-travelflow .tf-live-plans .plans-layout,
body.esimo-theme-travelflow .tf-live-plans .plan-results-grid,
body.esimo-theme-travelflow .tf-live-account .account-profile-grid,
body.esimo-theme-travelflow .tf-live-account .account-package-list,
body.esimo-theme-travelflow .tf-live-support .faq-page-list {
  gap: 16px !important;
}

body.esimo-theme-travelflow .tf-live-plans .plan-result-card,
body.esimo-theme-travelflow .tf-live-plans .plan-trip-panel,
body.esimo-theme-travelflow .tf-live-plans .plan-capacity-selector,
body.esimo-theme-travelflow .tf-live-account .panel,
body.esimo-theme-travelflow .tf-live-account .account-order-group-card,
body.esimo-theme-travelflow .tf-live-account .account-privacy-card,
body.esimo-theme-travelflow .tf-live-support details {
  border: 1px solid var(--tf-border) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: var(--tf-shadow-soft) !important;
}

body.esimo-theme-travelflow .tf-live-plans .plan-duration-tabs,
body.esimo-theme-travelflow .tf-live-plans .plan-feature-list,
body.esimo-theme-travelflow .tf-live-account .account-summary-grid,
body.esimo-theme-travelflow .tf-live-account .account-order-meta {
  border-radius: 16px !important;
}

body.esimo-theme-travelflow .tf-live-plans h1,
body.esimo-theme-travelflow .tf-live-plans h2,
body.esimo-theme-travelflow .tf-live-account h1,
body.esimo-theme-travelflow .tf-live-account h2,
body.esimo-theme-travelflow .tf-live-support h1 {
  color: var(--tf-primary) !important;
  font-weight: 900 !important;
}

body.esimo-theme-travelflow .tf-live-plans .button.primary,
body.esimo-theme-travelflow .tf-live-account .button.primary,
body.esimo-theme-travelflow .tf-live-support .button.primary {
  border-color: transparent !important;
  background: linear-gradient(135deg, var(--tf-primary-2), #0f62d7) !important;
  color: #fff !important;
  box-shadow: 0 14px 24px rgba(20, 93, 160, .18) !important;
}

body.esimo-theme-travelflow .floating-tab {
  border-color: rgba(34, 184, 207, .45) !important;
  box-shadow: var(--tf-shadow-soft) !important;
}

body.esimo-theme-travelflow .tf-logo,
body.esimo-theme-travelflow .tf-title,
body.esimo-theme-travelflow .tf-section-title,
body.esimo-theme-travelflow .tf-destination-title {
  letter-spacing: 0 !important;
}

@media (max-width: 760px) {
  body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] {
    grid-template-columns: 1fr !important;
    justify-items: stretch !important;
    gap: 10px !important;
    min-height: 134px !important;
    padding: 10px 12px !important;
  }

  body.esimo-theme-travelflow .tf-brand {
    justify-content: space-between !important;
    width: 100% !important;
  }

  body.esimo-theme-travelflow .nav-language-tools,
  body.esimo-theme-travelflow .nav-language-grid,
  body.esimo-theme-travelflow .nav-action-cluster,
  body.esimo-theme-travelflow .nav-links {
    grid-column: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
  }

  body.esimo-theme-travelflow .language-chip,
  body.esimo-theme-travelflow .nav-currency-selector--language > summary,
  body.esimo-theme-travelflow .nav-theme-toggle--language,
  body.esimo-theme-travelflow .nav-action-cluster .nav-action,
  body.esimo-theme-travelflow .customer-chip,
  body.esimo-theme-travelflow .nav-logout button {
    min-width: 42px !important;
    height: 30px !important;
    min-height: 30px !important;
    padding: 0 9px !important;
    font-size: 10px !important;
  }

  body.esimo-theme-travelflow .sales-hero {
    width: 100%;
    min-height: 0;
    padding: 22px 14px 30px;
  }

  body.esimo-theme-travelflow .sales-copy {
    text-align: center;
  }

  body.esimo-theme-travelflow .sales-copy h1 {
    font-size: clamp(2rem, 13vw, 3.3rem);
  }

  body.esimo-theme-travelflow .booking-search {
    grid-template-columns: 1fr !important;
  }

  body.esimo-theme-travelflow .booking-shell,
  body.esimo-theme-travelflow .home-live-catalog,
  body.esimo-theme-travelflow .checkout-panel,
  body.esimo-theme-travelflow .account-panel {
    border-radius: 18px !important;
  }

  body.esimo-theme-travelflow .home-live-destination summary {
    grid-template-columns: minmax(0, 1fr) auto !important;
  }

  body.esimo-theme-travelflow .home-live-destination summary > small {
    grid-column: 1 / -1 !important;
  }

  body.esimo-theme-travelflow .home-live-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.esimo-theme-travelflow .home-live-filters {
    grid-template-columns: 1fr !important;
  }

  body.esimo-theme-travelflow .home-live-option {
    grid-template-columns: 1fr auto !important;
  }

  body.esimo-theme-travelflow .home-live-option small {
    grid-column: 1 / -1 !important;
  }

  body.esimo-theme-travelflow .checkout-shell {
    grid-template-columns: 1fr !important;
    width: min(100% - 20px, 1180px) !important;
  }

  body.esimo-theme-travelflow .checkout-copy {
    position: static !important;
  }

  body.esimo-theme-travelflow .tf-destination-hero,
  body.esimo-theme-travelflow .tf-plan-row {
    grid-template-columns: 1fr !important;
  }

  body.esimo-theme-travelflow .tf-plan-row .button {
    width: 100% !important;
  }

  body.esimo-theme-travelflow .tf-container {
    width: min(100% - 20px, 1180px);
  }

  body.esimo-theme-travelflow .tf-hero {
    min-height: 0;
    padding: 24px 0 34px;
  }

  body.esimo-theme-travelflow .tf-hero__grid,
  body.esimo-theme-travelflow .tf-search,
  body.esimo-theme-travelflow .tf-destination-hero {
    grid-template-columns: 1fr;
  }

  body.esimo-theme-travelflow .tf-hero h1,
  body.esimo-theme-travelflow .tf-hero .tf-hero-title,
  body.esimo-theme-travelflow .tf-destination-hero h1 {
    font-size: clamp(2.2rem, 12vw, 3.6rem);
  }

  body.esimo-theme-travelflow .tf-phone-card {
    display: none;
  }

  body.esimo-theme-travelflow .tf-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.esimo-theme-travelflow .tf-destination-card summary,
  body.esimo-theme-travelflow .tf-plan-card,
  body.esimo-theme-travelflow .tf-plan-option {
    grid-template-columns: 1fr;
  }

  body.esimo-theme-travelflow .tf-region-grid,
  body.esimo-theme-travelflow .tf-grid--4,
  body.esimo-theme-travelflow .tf-success-layout {
    grid-template-columns: 1fr;
  }

  body.esimo-theme-travelflow .tranzila-return-shell.is-pending-fulfillment .tf-success-layout {
    grid-template-columns: 1fr;
  }

  body.esimo-theme-travelflow .tranzila-return-shell.is-pending-fulfillment .tf-success-qr-card,
  body.esimo-theme-travelflow .tranzila-return-shell.is-pending-fulfillment .tf-success-summary {
    order: initial;
  }

  body.esimo-theme-travelflow .tranzila-return-shell.is-pending-fulfillment .tf-success-hero h1 {
    font-size: clamp(1.9rem, 8.5vw, 2.45rem) !important;
  }

  body.esimo-theme-travelflow .tranzila-return-shell.is-pending-fulfillment .tf-qr-pending {
    min-height: 168px;
  }

  body.esimo-theme-travelflow .tf-live-checkout.checkout-shell,
  body.esimo-theme-travelflow .tf-live-order {
    width: min(100% - 20px, 1180px) !important;
    flex-direction: column !important;
    grid-template-columns: 1fr !important;
  }

  body.esimo-theme-travelflow .tf-live-checkout .checkout-copy {
    grid-column: 1 !important;
    position: static !important;
  }

  body.esimo-theme-travelflow .tf-live-checkout .checkout-panel {
    grid-column: 1 !important;
  }

  body.esimo-theme-travelflow .tf-live-checkout .checkout-primary-actions {
    grid-template-columns: 1fr !important;
  }
}

/* Final TravelFlow header lock: overrides legacy release navigation rules without touching legacy theme. */
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .nav-language-tools,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .nav-language-grid,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .nav-action-cluster,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .nav-links,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .nav-left-cluster,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .nav-session {
  position: static !important;
  display: inline-flex !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .nav-language-grid,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .nav-action-cluster,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .nav-links {
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 8px !important;
  grid-template-columns: none !important;
  grid-auto-rows: auto !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .nav-language-grid .language-chip,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .nav-currency-selector--language > summary,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .nav-theme-toggle--language,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .nav-action-cluster .nav-action,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .customer-chip,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .nav-logout button {
  position: static !important;
  grid-column: auto !important;
  grid-row: auto !important;
  display: inline-grid !important;
  place-items: center !important;
  width: auto !important;
  min-width: 44px !important;
  max-width: none !important;
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
  padding: 0 11px !important;
  font-size: 11px !important;
  line-height: 1 !important;
  color: var(--tf-primary) !important;
  -webkit-text-fill-color: var(--tf-primary) !important;
  text-shadow: none !important;
  background: #fff !important;
  border: 1px solid #c9dff2 !important;
  box-shadow: 0 8px 20px rgba(11, 42, 74, .07) !important;
  opacity: 1 !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .nav-theme-toggle--language {
  width: 38px !important;
  min-width: 38px !important;
  max-width: 38px !important;
  padding: 0 !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .nav-account-link,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .customer-chip {
  background: linear-gradient(135deg, var(--tf-primary-2), #0f62d7) !important;
  border-color: transparent !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .tf-brand,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .tf-brand strong {
  color: var(--tf-primary) !important;
  -webkit-text-fill-color: var(--tf-primary) !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .nav-currency-selector--language {
  position: relative !important;
  display: inline-block !important;
  width: auto !important;
  min-width: 44px !important;
  height: 32px !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .nav-currency-menu {
  position: absolute !important;
  inset-block-start: calc(100% + 8px) !important;
  inset-inline-start: 50% !important;
  transform: translateX(-50%) !important;
}

@media (max-width: 760px) {
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] {
    min-height: 118px !important;
    grid-template-columns: 1fr auto !important;
    grid-template-areas:
      "brand actions"
      "tools tools" !important;
    align-items: center !important;
  }

  html[dir="rtl"] body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] {
    grid-template-areas:
      "actions brand"
      "tools tools" !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .tf-brand {
    grid-area: brand !important;
    justify-self: start !important;
  }

  html[dir="rtl"] body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .tf-brand {
    justify-self: end !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .nav-action-cluster,
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .nav-links {
    grid-area: actions !important;
    justify-self: end !important;
    flex-wrap: wrap !important;
    justify-content: flex-end !important;
    max-width: 236px !important;
  }

  html[dir="rtl"] body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .nav-action-cluster,
  html[dir="rtl"] body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .nav-links {
    justify-self: start !important;
    justify-content: flex-start !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .nav-language-tools {
    grid-area: tools !important;
    justify-self: center !important;
    width: 100% !important;
    justify-content: center !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .nav-language-grid {
    flex-wrap: nowrap !important;
    justify-content: center !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .nav-language-grid .language-chip,
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .nav-currency-selector--language > summary,
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .nav-theme-toggle--language,
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .nav-action-cluster .nav-action,
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .customer-chip,
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .nav-logout button {
    height: 29px !important;
    min-height: 29px !important;
    max-height: 29px !important;
    min-width: 34px !important;
    padding: 0 8px !important;
    font-size: 11px !important;
    font-weight: 900 !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .nav-action-cluster .nav-action {
    min-width: 62px !important;
    max-width: 82px !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .nav-theme-toggle--language,
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .nav-currency-selector--language {
    width: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;
  }
}

/* Final cascade lock for the TravelFlow refactor. */
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  min-height: 58px !important;
  padding: 10px clamp(16px, 3vw, 36px) !important;
  background: rgba(255,255,255,.95) !important;
  border-bottom: 1px solid #e3eef8 !important;
  box-shadow: 0 8px 24px rgba(8,42,74,.06) !important;
}

html body.esimo-theme-travelflow .tf-app-header .tf-brand {
  grid-column: 3 !important;
  justify-self: end !important;
}

html body.esimo-theme-travelflow .tf-app-header .tf-primary-nav {
  grid-column: 2 !important;
  justify-self: center !important;
}

html body.esimo-theme-travelflow .tf-app-header .tf-utility-nav {
  grid-column: 1 !important;
  justify-self: start !important;
}

body.esimo-theme-travelflow .tf-live-home .tf-hero {
  padding: clamp(28px, 5vw, 62px) 0 36px !important;
  background:
    linear-gradient(180deg, rgba(225,244,255,.72), rgba(255,255,255,.68)),
    url("/static/themes/travelflow/assets/backgrounds/hero-soft-travel-gradient.svg") center / cover no-repeat !important;
}

body.esimo-theme-travelflow .tf-live-home .tf-hero__grid {
  display: grid !important;
  grid-template-columns: 330px minmax(0, 1fr) !important;
  min-height: 398px !important;
  align-items: center !important;
}

html[dir="rtl"] body.esimo-theme-travelflow .tf-live-home .tf-hero__copy {
  grid-column: 2 !important;
  text-align: right !important;
}

html[dir="rtl"] body.esimo-theme-travelflow .tf-live-home .tf-phone-card {
  grid-column: 1 !important;
}

body.esimo-theme-travelflow .tf-live-home .tf-hero__copy h1,
body.esimo-theme-travelflow .tf-live-home .tf-hero__copy .tf-hero-title {
  font-size: clamp(38px, 5vw, 68px) !important;
  line-height: 1.02 !important;
  color: #082a4a !important;
}

body.esimo-theme-travelflow .tf-live-home .tf-search {
  display: grid !important;
  grid-template-columns: minmax(0,1fr) 170px !important;
  width: min(100%, 640px) !important;
  border-radius: 14px !important;
  padding: 8px !important;
  background: #fff !important;
}

body.esimo-theme-travelflow .tf-live-home .tf-search input[type="search"] {
  min-height: 54px !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.esimo-theme-travelflow .tf-live-home .tf-search .tf-btn {
  min-height: 54px !important;
  border-radius: 11px !important;
}

body.esimo-theme-travelflow .tf-live-home .tf-phone-card {
  width: 250px !important;
  min-height: 330px !important;
  display: grid !important;
  place-items: center !important;
  background: rgba(255,255,255,.88) !important;
  border-radius: 22px !important;
}

body.esimo-theme-travelflow .tf-live-home .tf-section-title,
body.esimo-theme-travelflow .tf-live-home .tf-section-heading h2 {
  text-align: center !important;
  color: #082a4a !important;
  font-size: clamp(26px, 3vw, 42px) !important;
}

body.esimo-theme-travelflow .tf-live-home .tf-destination-card summary {
  min-height: 62px !important;
  grid-template-columns: minmax(0, 1fr) auto auto !important;
  padding: 12px 18px !important;
}

body.esimo-theme-travelflow .tf-live-home .tf-region-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

@media (max-width: 900px) {
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header {
    grid-template-columns: 1fr auto !important;
  }
  html body.esimo-theme-travelflow .tf-app-header .tf-brand {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }
  html body.esimo-theme-travelflow .tf-app-header .tf-primary-nav {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    overflow-x: auto !important;
    max-width: 100% !important;
  }
  html body.esimo-theme-travelflow .tf-app-header .tf-utility-nav {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }
  body.esimo-theme-travelflow .tf-live-home .tf-hero__grid {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
  }
  html[dir="rtl"] body.esimo-theme-travelflow .tf-live-home .tf-hero__copy {
    grid-column: 1 !important;
    text-align: center !important;
  }
  body.esimo-theme-travelflow .tf-live-home .tf-phone-card {
    display: none !important;
  }
  body.esimo-theme-travelflow .tf-live-home .tf-search {
    grid-template-columns: 1fr !important;
  }
  body.esimo-theme-travelflow .tf-live-home .tf-region-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 520px) {
  body.esimo-theme-travelflow .tf-live-home .tf-region-grid {
    grid-template-columns: 1fr !important;
  }
  body.esimo-theme-travelflow .tf-live-home .tf-destination-card summary {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 900px) {
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header {
    grid-template-columns: minmax(0, 1fr) auto !important;
    min-height: 56px !important;
    padding: 8px 12px !important;
  }

  html body.esimo-theme-travelflow .tf-app-header .tf-primary-nav {
    display: none !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-primary-nav.nav-action-cluster,
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-links.tf-primary-nav {
    display: none !important;
  }

  html body.esimo-theme-travelflow .tf-app-header .tf-utility-nav {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    max-width: calc(100vw - 112px) !important;
    width: auto !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-utility-nav.nav-language-tools,
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-utility-nav .nav-language-grid {
    width: auto !important;
    max-width: calc(100vw - 112px) !important;
    flex-wrap: nowrap !important;
    overflow: hidden !important;
  }

  html body.esimo-theme-travelflow .tf-app-header .tf-brand {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }
}

@media (max-width: 520px) {
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header {
    min-height: 54px !important;
  }

  html body.esimo-theme-travelflow .tf-app-header .language-chip,
  html body.esimo-theme-travelflow .tf-app-header .nav-currency-selector--language > summary,
  html body.esimo-theme-travelflow .tf-app-header .nav-theme-toggle--language {
    height: 28px !important;
    min-height: 28px !important;
    min-width: 28px !important;
    padding-inline: 7px !important;
    font-size: 10px !important;
  }
}

/* Destination and checkout refactor alignment. */
body.esimo-theme-travelflow .tf-live-destination {
  padding-block: 24px 48px !important;
  background: linear-gradient(180deg, #f6fbff 0%, #fff 50%, #f6fbff 100%) !important;
}

body.esimo-theme-travelflow .tf-live-destination .tf-destination-hero {
  display: grid !important;
  grid-template-columns: 360px minmax(0, 1fr) !important;
  gap: 28px !important;
  min-height: 270px !important;
  padding: 28px !important;
  border-radius: 18px !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,.93), rgba(231,246,255,.92)),
    url("/static/themes/travelflow/assets/backgrounds/hero-soft-travel-gradient.svg") center / cover no-repeat !important;
  border: 1px solid #dceaf5 !important;
  box-shadow: 0 16px 36px rgba(8,42,74,.08) !important;
}

body.esimo-theme-travelflow .tf-live-destination .tf-destination-media {
  min-height: 214px !important;
  border-radius: 14px !important;
  display: grid !important;
  place-items: center !important;
  background: linear-gradient(135deg, #e9f5ff, #fff) !important;
  border: 1px solid #dceaf5 !important;
}

body.esimo-theme-travelflow .tf-live-destination .tf-destination-media img {
  width: 84px !important;
  height: auto !important;
}

body.esimo-theme-travelflow .tf-live-destination .tf-destination-copy h1 {
  color: #082a4a !important;
  font-size: clamp(34px, 4vw, 56px) !important;
  margin: 8px 0 !important;
  line-height: 1.08 !important;
}

body.esimo-theme-travelflow .tf-live-destination .tf-filter-row span {
  min-width: 72px !important;
  min-height: 36px !important;
  display: inline-grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  border: 1px solid #c9dff2 !important;
  background: #fff !important;
  color: #082a4a !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

body.esimo-theme-travelflow .tf-live-destination .tf-filter-row .is-active {
  color: #1267d8 !important;
  border-color: #1267d8 !important;
}

body.esimo-theme-travelflow .tf-live-destination .tf-plan-list {
  display: grid !important;
  gap: 14px !important;
  width: min(100%, 1120px) !important;
}

body.esimo-theme-travelflow .tf-live-destination .tf-plan-card {
  display: grid !important;
  grid-template-columns: minmax(140px, 1fr) minmax(160px, .9fr) minmax(220px, auto) !important;
  align-items: center !important;
  gap: 18px !important;
  min-height: 116px !important;
  padding: 20px !important;
  border-radius: 14px !important;
  background: #fff !important;
  border: 1px solid #dceaf5 !important;
  box-shadow: 0 10px 28px rgba(8,42,74,.06) !important;
}

body.esimo-theme-travelflow .tf-live-destination .tf-plan-main strong {
  font-size: 36px !important;
  color: #082a4a !important;
}

body.esimo-theme-travelflow .tf-live-destination .tf-plan-main span,
body.esimo-theme-travelflow .tf-live-destination .tf-plan-meta {
  color: #405a74 !important;
  font-weight: 800 !important;
}

body.esimo-theme-travelflow .tf-live-destination .tf-plan-trust {
  color: #16a34a !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

body.esimo-theme-travelflow .tf-live-destination .tf-plan-buy {
  display: grid !important;
  grid-template-columns: auto 140px !important;
  align-items: center !important;
  gap: 14px !important;
}

body.esimo-theme-travelflow .tf-live-destination .tf-price {
  color: #082a4a !important;
  font-size: 24px !important;
  font-weight: 900 !important;
}

body.esimo-theme-travelflow .tf-live-checkout.checkout-shell {
  width: min(100% - 32px, 1180px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 420px !important;
  align-items: start !important;
  gap: 24px !important;
  padding: 38px 0 64px !important;
  background: transparent !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-copy {
  grid-column: 2 !important;
  position: sticky !important;
  top: 84px !important;
  border-radius: 18px !important;
  background: #fff !important;
  border: 1px solid #dceaf5 !important;
  box-shadow: 0 16px 36px rgba(8,42,74,.08) !important;
  padding: 28px !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-copy h1 {
  color: #082a4a !important;
  font-size: clamp(32px, 4vw, 48px) !important;
  line-height: 1.08 !important;
  margin: 0 0 16px !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-panel {
  grid-column: 1 !important;
  border-radius: 18px !important;
  background: #fff !important;
  border: 1px solid #dceaf5 !important;
  box-shadow: 0 16px 36px rgba(8,42,74,.08) !important;
  padding: 26px !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-summary.compact-summary {
  border-radius: 16px !important;
  background: #fff !important;
  border: 1px solid #dceaf5 !important;
  padding: 20px !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-summary h2 {
  color: #082a4a !important;
  font-size: 30px !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-package-specs span {
  min-height: 34px !important;
  padding: 7px 12px !important;
  border-radius: 9px !important;
  border: 2px solid #1267d8 !important;
  color: #082a4a !important;
  background: #fff !important;
  font-weight: 900 !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-section {
  border: 1px solid #dceaf5 !important;
  border-radius: 16px !important;
  background: #fff !important;
  padding: 20px !important;
  margin-top: 16px !important;
}

body.esimo-theme-travelflow .tf-live-checkout input,
body.esimo-theme-travelflow .tf-live-checkout select,
body.esimo-theme-travelflow .tf-live-checkout textarea {
  min-height: 48px !important;
  border-radius: 12px !important;
  border: 1px solid #cfe0ee !important;
  background: #fff !important;
}

body.esimo-theme-travelflow .tf-live-checkout .button.primary,
body.esimo-theme-travelflow .tf-live-checkout button.primary {
  min-height: 50px !important;
  border-radius: 11px !important;
  background: #1267d8 !important;
  color: #fff !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-inline-payment {
  margin-top: 18px !important;
  padding: 16px !important;
  border-radius: 16px !important;
  border: 1px solid #dceaf5 !important;
  background: #f8fdff !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-inline-summary {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin-bottom: 14px !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-inline-summary > div {
  min-height: 70px !important;
  border: 1px solid #dceaf5 !important;
  border-radius: 13px !important;
  background: #fff !important;
  padding: 12px !important;
  display: grid !important;
  align-content: center !important;
  gap: 5px !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-inline-summary span {
  color: #48637a !important;
  font: 700 12px/1.2 Arial !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-inline-summary strong {
  color: #082a4a !important;
  font: 900 20px/1.1 Arial !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-inline-iframe {
  overflow: hidden !important;
  border: 1px solid #dceaf5 !important;
  border-radius: 14px !important;
  background: #fff !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-inline-iframe iframe {
  display: block !important;
  width: 100% !important;
  min-height: 560px !important;
  border: 0 !important;
  background: #fff !important;
}

@media (max-width: 700px) {
  body.esimo-theme-travelflow .tf-live-checkout .checkout-copy h1 {
    font-size: 31px !important;
  }

  body.esimo-theme-travelflow .tf-live-checkout .checkout-inline-summary {
    grid-template-columns: 1fr !important;
  }

  body.esimo-theme-travelflow .tf-live-checkout .checkout-inline-iframe iframe {
    min-height: 620px !important;
  }
}

body.esimo-theme-travelflow .tf-live-success .tf-success-qr-card strong,
body.esimo-theme-travelflow .tf-live-success .tf-qr-pending strong,
body.esimo-theme-travelflow .tranzila-return-shell .tf-success-qr-card strong {
  color: #082a4a !important;
  overflow-wrap: anywhere !important;
}

body.esimo-theme-travelflow .tf-live-success .tf-success-qr-card,
body.esimo-theme-travelflow .tranzila-return-shell .tf-success-qr-card {
  color: #082a4a !important;
}

@media (max-width: 900px) {
  body.esimo-theme-travelflow .tf-live-destination .tf-destination-hero,
  body.esimo-theme-travelflow .tf-live-checkout.checkout-shell {
    grid-template-columns: 1fr !important;
  }

  body.esimo-theme-travelflow .tf-live-destination .tf-destination-media {
    display: none !important;
  }

  body.esimo-theme-travelflow .tf-live-destination .tf-plan-card {
    grid-template-columns: 1fr !important;
  }

  body.esimo-theme-travelflow .tf-live-destination .tf-plan-buy {
    grid-template-columns: 1fr !important;
  }

  body.esimo-theme-travelflow .tf-live-checkout .checkout-copy,
  body.esimo-theme-travelflow .tf-live-checkout .checkout-panel {
    grid-column: 1 !important;
    position: static !important;
  }

  body.esimo-theme-travelflow .tf-live-checkout .checkout-copy {
    order: -1 !important;
  }
}

/* Sprint A lock: compact app header that matches the approved two-zone mockup. */
@media (max-width: 900px) {
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    min-height: 56px !important;
    padding: 7px 10px !important;
    gap: 8px !important;
    overflow: hidden !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-primary-nav,
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-links.tf-primary-nav {
    display: none !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-brand {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    min-width: 66px !important;
    height: 34px !important;
    padding-inline: 12px !important;
    font-size: 13px !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-utility-nav.nav-language-tools {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    width: auto !important;
    max-width: calc(100vw - 96px) !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-language-grid {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: 0 1 auto !important;
    flex-wrap: nowrap !important;
    overflow: hidden !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .language-chip,
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-currency-selector--language > summary,
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-theme-toggle--language {
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 32px !important;
    min-height: 32px !important;
    padding: 0 !important;
    border-radius: 9px !important;
    font: 700 11px/1 Arial !important;
    display: inline-grid !important;
    place-items: center !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-currency-selector--language {
    width: 34px !important;
    min-width: 34px !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-theme-toggle--language [data-theme-label] {
    display: none !important;
  }
}

@media (max-width: 520px) {
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header {
    min-height: 52px !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .language-chip-fr,
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .language-chip-es {
    display: none !important;
  }
}

/* Sprint B lock: home first-screen hierarchy, trust row and popular destinations. */
html body.esimo-theme-travelflow .tf-live-home .tf-hero {
  display: block !important;
  min-height: auto !important;
  padding-block: clamp(22px, 4vw, 50px) 34px !important;
  background:
    linear-gradient(180deg, rgba(223,243,255,.86), rgba(247,252,255,.72) 68%, #fff 100%),
    url("/static/themes/travelflow/assets/backgrounds/hero-soft-travel-gradient.svg") center top / cover no-repeat !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-hero__grid {
  grid-template-columns: minmax(220px, 300px) minmax(0, 760px) !important;
  justify-content: center !important;
  align-items: start !important;
  gap: clamp(28px, 5vw, 72px) !important;
  min-height: clamp(330px, 36vw, 470px) !important;
}

html[dir="rtl"] body.esimo-theme-travelflow .tf-live-home .tf-hero__copy {
  grid-row: 1 !important;
  text-align: center !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-hero__copy h1,
html body.esimo-theme-travelflow .tf-live-home .tf-hero__copy .tf-hero-title {
  margin: 22px 0 8px !important;
  font-family: Arial !important;
  font-size: clamp(42px, 5.4vw, 74px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-hero__copy > p:not(.tf-hero-note) {
  margin: 0 !important;
  font-size: clamp(20px, 2vw, 31px) !important;
  font-weight: 900 !important;
  color: #082a4a !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-hero-note {
  margin: 18px auto 0 !important;
  max-width: 640px !important;
  text-align: center !important;
  color: #34536c !important;
  font-size: clamp(14px, 1vw, 16px) !important;
  font-weight: 700 !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-search {
  margin: 30px auto 0 !important;
  width: min(100%, 670px) !important;
  grid-template-columns: minmax(0, 1fr) 180px !important;
  border: 1px solid #d6e6f3 !important;
  box-shadow: 0 16px 34px rgba(8,42,74,.08) !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-phone-card {
  grid-row: 1 !important;
  align-self: start !important;
  justify-self: center !important;
  margin-top: 42px !important;
  width: 230px !important;
  min-height: 300px !important;
  padding: 18px !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-phone {
  max-height: 286px !important;
  width: 128px !important;
  margin-inline: auto !important;
  border-radius: 28px !important;
  gap: 13px !important;
  padding: 20px 16px !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-phone__qr {
  width: 82px !important;
  height: 82px !important;
  font-size: 27px !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-trust-row {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(110px, 1fr)) !important;
  gap: 14px !important;
  width: min(100%, 760px) !important;
  margin: 26px auto 0 !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-trust {
  min-height: 64px !important;
  justify-content: center !important;
  flex-direction: column !important;
  gap: 8px !important;
  padding: 10px 12px !important;
  border-color: transparent !important;
  background: rgba(255,255,255,.74) !important;
  box-shadow: none !important;
  text-align: center !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-trust::before {
  content: "" !important;
  width: 28px !important;
  height: 28px !important;
  display: block !important;
  background-color: #0f62d7 !important;
  -webkit-mask: url("/static/themes/travelflow/assets/icons/line/shield.svg") center / contain no-repeat !important;
  mask: url("/static/themes/travelflow/assets/icons/line/shield.svg") center / contain no-repeat !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-trust:nth-child(2)::before {
  -webkit-mask-image: url("/static/themes/travelflow/assets/icons/line/phone.svg") !important;
  mask-image: url("/static/themes/travelflow/assets/icons/line/phone.svg") !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-trust:nth-child(3)::before {
  -webkit-mask-image: url("/static/themes/travelflow/assets/icons/line/airplane.svg") !important;
  mask-image: url("/static/themes/travelflow/assets/icons/line/airplane.svg") !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-trust:nth-child(4)::before {
  -webkit-mask-image: url("/static/themes/travelflow/assets/icons/line/qr.svg") !important;
  mask-image: url("/static/themes/travelflow/assets/icons/line/qr.svg") !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-popular {
  padding-top: 34px !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-chip-row {
  display: grid !important;
  grid-template-columns: repeat(8, minmax(86px, 1fr)) !important;
  gap: 14px !important;
  margin-top: 20px !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-chip {
  min-height: 76px !important;
  flex-direction: column !important;
  justify-content: center !important;
  border-radius: 12px !important;
  background: #fff !important;
  border-color: #dceaf5 !important;
  box-shadow: 0 10px 24px rgba(8,42,74,.06) !important;
  font-size: 12px !important;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-chip img {
  width: 32px !important;
  height: 22px !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-chip small {
  margin-top: 2px !important;
  color: #64748b !important;
  font-size: 11px !important;
  font-weight: 700 !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-chip:hover,
html body.esimo-theme-travelflow .tf-live-home .tf-chip:focus-visible {
  transform: translateY(-2px) !important;
  border-color: #9bc7ee !important;
  box-shadow: 0 16px 30px rgba(8,42,74,.1) !important;
}

html body.esimo-theme-travelflow .tf-live-home .destination-suggestions[hidden] {
  display: none !important;
}

html body.esimo-theme-travelflow .tf-live-home .destination-suggestions {
  max-height: min(340px, 54vh) !important;
  overflow-y: auto !important;
  text-align: start !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-regional-products {
  padding-top: 18px !important;
  background: linear-gradient(180deg, #fff 0%, #f7fbff 100%) !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-section-heading {
  max-width: 760px !important;
  margin: 0 auto 22px !important;
  text-align: center !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-section-heading p {
  margin: 6px 0 0 !important;
  color: #64748b !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.6 !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-region-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-region-card {
  min-height: 218px !important;
  display: grid !important;
  align-content: start !important;
  gap: 12px !important;
  padding: 20px !important;
  border: 1px solid #dceaf5 !important;
  border-radius: 20px !important;
  background: #fff !important;
  color: #082a4a !important;
  box-shadow: 0 14px 32px rgba(8,42,74,.07) !important;
  overflow: hidden !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-region-card__icon {
  width: 42px !important;
  height: 42px !important;
  border-radius: 15px !important;
  background: #eaf7ff !important;
  position: relative !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-region-card__icon::after {
  content: "" !important;
  position: absolute !important;
  inset: 9px !important;
  background: #145da0 !important;
  -webkit-mask: url("/static/themes/travelflow/assets/icons/line/globe.svg") center / contain no-repeat !important;
  mask: url("/static/themes/travelflow/assets/icons/line/globe.svg") center / contain no-repeat !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-region-card h3,
html body.esimo-theme-travelflow .tf-live-home .tf-region-card .tf-card-title {
  margin: 0 !important;
  color: #082a4a !important;
  font-size: 20px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  display: block !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-region-card p {
  margin: 0 !important;
  color: #64748b !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.55 !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-region-card__meta {
  display: grid !important;
  gap: 4px !important;
  margin-top: auto !important;
  color: #34536c !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-region-card__meta strong {
  color: #145da0 !important;
  font-size: 15px !important;
  font-weight: 850 !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-region-card__cta {
  min-height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px 12px !important;
  border-radius: 12px !important;
  background: #1267d8 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 850 !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-benefits .tf-grid,
html body.esimo-theme-travelflow .tf-live-home .tf-benefits.tf-section .tf-container {
  align-items: stretch !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-benefit-card {
  min-height: 190px !important;
  display: grid !important;
  align-content: start !important;
  gap: 10px !important;
  text-align: center !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-benefit-card img {
  width: 42px !important;
  height: 42px !important;
  margin: 0 auto 4px !important;
  padding: 8px !important;
  border-radius: 14px !important;
  background: #eaf7ff !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-benefit-card h3,
html body.esimo-theme-travelflow .tf-live-home .tf-benefit-card .tf-card-title,
html body.esimo-theme-travelflow .tf-live-home .tf-card .tf-card-title {
  margin: 0 !important;
  color: #082a4a !important;
  font-size: 18px !important;
  font-weight: 850 !important;
  display: block !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-benefit-card p {
  margin: 0 !important;
  color: #64748b !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.55 !important;
}

@media (max-width: 900px) {
  html body.esimo-theme-travelflow .tf-live-home .tf-hero {
    padding-block: 24px 28px !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-hero__grid {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
    gap: 16px !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-phone-card {
    display: none !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-hero__copy h1,
  html body.esimo-theme-travelflow .tf-live-home .tf-hero__copy .tf-hero-title {
    margin-top: 10px !important;
    font-size: clamp(34px, 10vw, 48px) !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-search {
    grid-template-columns: 1fr !important;
    margin-top: 24px !important;
    padding: 8px !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-trust-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-chip-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-region-grid {
    grid-template-columns: 1fr !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-region-card {
    min-height: 0 !important;
  }
}

/* Sprint C lock: compact grouped package catalog. */
html body.esimo-theme-travelflow .tf-live-home .tf-catalog {
  background: #fff !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-tabs {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin: 24px auto 0 !important;
  border-bottom: 1px solid #dceaf5 !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-tab {
  min-height: 68px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #48637a !important;
  font: 800 13px/1.2 Arial !important;
  padding: 10px 8px !important;
  position: relative !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-tab strong {
  display: inline-grid !important;
  place-items: center !important;
  min-width: 38px !important;
  height: 38px !important;
  margin-top: 8px !important;
  border-radius: 999px !important;
  background: #eef2fa !important;
  color: #082a4a !important;
  font-size: 16px !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-tab.is-active {
  color: #082a4a !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-tab.is-active::after {
  content: "" !important;
  position: absolute !important;
  inset-inline: 18px !important;
  bottom: -1px !important;
  height: 3px !important;
  border-radius: 999px !important;
  background: #22b8b0 !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-catalog-search {
  display: grid !important;
  gap: 7px !important;
  margin: 18px 0 16px !important;
  color: #082a4a !important;
  font: 800 13px/1.2 Arial !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-catalog-search input {
  width: 100% !important;
  min-height: 48px !important;
  border: 1px solid #bfe6f2 !important;
  border-radius: 13px !important;
  background: #fff !important;
  color: #082a4a !important;
  font: 700 14px/1 Arial !important;
  padding: 0 16px !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-live-catalog-list {
  display: grid !important;
  gap: 10px !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-destination-card {
  border-radius: 13px !important;
  border-color: #bfe6f2 !important;
  background: #f8fdff !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-destination-card summary {
  cursor: pointer !important;
  list-style: none !important;
  min-height: 58px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto auto !important;
  align-items: center !important;
  gap: 12px !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-destination-card summary::-webkit-details-marker {
  display: none !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-destination-main {
  display: grid !important;
  gap: 3px !important;
  min-width: 0 !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-destination-main h3,
html body.esimo-theme-travelflow .tf-live-home .tf-destination-card summary strong {
  margin: 0 !important;
  font-size: 15px !important;
  line-height: 1.15 !important;
  color: #082a4a !important;
  overflow-wrap: anywhere !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-destination-card summary small,
html body.esimo-theme-travelflow .tf-live-home .tf-destination-card summary em {
  color: #48637a !important;
  font-size: 12px !important;
  font-style: normal !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-destination-card summary b {
  color: #1267d8 !important;
  font: 900 15px/1 Arial !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-plan-options {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)) !important;
  gap: 8px !important;
  padding: 0 14px 14px !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-plan-option {
  display: grid !important;
  grid-template-columns: 1fr auto auto !important;
  align-items: center !important;
  gap: 8px !important;
  min-height: 42px !important;
  padding: 9px 11px !important;
  border: 1px solid #dceaf5 !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #082a4a !important;
  text-decoration: none !important;
  font: 800 12px/1.2 Arial !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-plan-option strong {
  color: #1267d8 !important;
  font-size: 13px !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-catalog-pagination {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  margin-top: 12px !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-catalog-pagination .tf-btn {
  min-height: 34px !important;
  padding: 6px 14px !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}

@media (max-width: 700px) {
  html body.esimo-theme-travelflow .tf-live-home .tf-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-destination-card summary {
    grid-template-columns: minmax(0, 1fr) auto !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-destination-card summary em {
    display: none !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-plan-options {
    grid-template-columns: 1fr !important;
  }
}

body.esimo-theme-travelflow .tf-plan-builder {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  gap: 24px;
  align-items: start;
}

body.esimo-theme-travelflow .tf-builder-controls,
body.esimo-theme-travelflow .tf-builder-results {
  display: grid;
  gap: 20px;
}

body.esimo-theme-travelflow .tf-builder-controls {
  padding: clamp(20px, 3vw, 28px);
  border-color: rgba(34, 188, 207, 0.28);
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 188, 207, 0.13), transparent 34%),
    linear-gradient(180deg, #FFFFFF 0%, #F7FCFF 100%);
}

body.esimo-theme-travelflow .tf-builder-heading span {
  color: var(--tf-color-primary-light, #145DA0);
  font-weight: 900;
}

body.esimo-theme-travelflow .tf-builder-heading h2,
body.esimo-theme-travelflow .tf-builder-group h3 {
  margin: 4px 0 0;
  color: var(--tf-color-primary, #0B2A4A);
}

body.esimo-theme-travelflow .tf-builder-heading p {
  margin: 8px 0 0;
  color: var(--tf-color-muted, #64748B);
  font-weight: 800;
}

body.esimo-theme-travelflow .tf-builder-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 14px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid rgba(34, 188, 207, 0.35);
  border-radius: 18px;
  background: #EAFBFF;
  color: var(--tf-color-primary, #0B2A4A);
}

body.esimo-theme-travelflow .tf-builder-summary span,
body.esimo-theme-travelflow .tf-builder-summary em {
  color: var(--tf-color-muted, #64748B);
  font-size: 0.86rem;
  font-style: normal;
  font-weight: 900;
}

body.esimo-theme-travelflow .tf-builder-summary strong {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 950;
}

body.esimo-theme-travelflow .tf-builder-summary em {
  justify-self: end;
}

body.esimo-theme-travelflow .tf-builder-group {
  display: grid;
  gap: 12px;
  padding-top: 2px;
}

body.esimo-theme-travelflow .tf-builder-group h3 {
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
  font-weight: 950;
}

body.esimo-theme-travelflow .tf-selector-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(104px, 1fr));
  gap: 10px;
}

body.esimo-theme-travelflow .tf-selector-chip {
  min-height: 62px;
  border: 1px solid var(--tf-color-border, #DCEAF5);
  border-radius: 16px;
  background: #FFFFFF;
  color: var(--tf-color-primary, #0B2A4A);
  display: grid;
  place-items: center;
  gap: 4px;
  padding: 10px 12px;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 10px 24px rgba(8, 42, 74, 0.07);
  transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

body.esimo-theme-travelflow .tf-selector-chip:hover {
  transform: translateY(-1px);
  border-color: rgba(20, 93, 160, 0.3);
  box-shadow: 0 14px 30px rgba(8, 42, 74, 0.1);
}

body.esimo-theme-travelflow .tf-selector-chip strong {
  font-size: 1.08rem;
}

body.esimo-theme-travelflow .tf-selector-chip small {
  color: var(--tf-color-muted, #64748B);
  font-weight: 800;
  font-size: 0.78rem;
}

body.esimo-theme-travelflow .tf-selector-chip.is-active {
  border-color: var(--tf-color-primary-light, #145DA0);
  background: linear-gradient(180deg, #F8FDFF 0%, #E2F6FF 100%);
  box-shadow: 0 0 0 3px rgba(20, 93, 160, 0.14), 0 16px 32px rgba(8, 42, 74, 0.12);
  position: relative;
}

body.esimo-theme-travelflow .tf-selector-chip.is-active::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--tf-color-accent, #22BCCF);
  position: absolute;
  inset-block-start: 10px;
  inset-inline-start: 10px;
}

body.esimo-theme-travelflow .tf-selector-chip.is-disabled {
  opacity: 0.46;
  pointer-events: none;
}

body.esimo-theme-travelflow .tf-plan-card--recommended {
  border-color: rgba(20, 93, 160, 0.35);
  background:
    radial-gradient(circle at 0% 0%, rgba(34, 188, 207, 0.12), transparent 28%),
    #FFFFFF;
  box-shadow: 0 20px 42px rgba(8, 42, 74, 0.14);
}

body.esimo-theme-travelflow .tf-plan-card--recommended .recommended-badge {
  width: max-content;
  padding: 6px 12px;
  border-radius: 999px;
  background: #EAFBFF;
  color: var(--tf-color-primary-light, #145DA0);
  font-size: 0.82rem;
  font-weight: 950;
}

body.esimo-theme-travelflow .tf-plan-card--recommended .tf-price {
  font-size: clamp(1.45rem, 2.5vw, 2rem);
}

body.esimo-theme-travelflow .tf-alternative-list {
  display: grid;
  gap: 10px;
}

body.esimo-theme-travelflow .tf-alternative-list h3 {
  margin: 0;
  color: var(--tf-color-primary, #0B2A4A);
  font-size: 1rem;
}

body.esimo-theme-travelflow .tf-plan-card--compact {
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 16px;
  box-shadow: 0 10px 24px rgba(8, 42, 74, 0.07);
}

body.esimo-theme-travelflow .tf-plan-card--compact .tf-plan-buy {
  min-width: 150px;
}

body.esimo-theme-travelflow .tf-live-checkout.checkout-shell {
  grid-template-columns: minmax(250px, 0.42fr) minmax(0, 1fr) !important;
  gap: 22px !important;
  align-items: start !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-copy {
  padding: 26px !important;
  border: 1px solid rgba(191, 219, 254, 0.9) !important;
  border-radius: 22px !important;
  background: linear-gradient(180deg, #FFFFFF 0%, #F5FBFF 100%) !important;
  box-shadow: 0 16px 38px rgba(8, 42, 74, 0.08) !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-copy h1 {
  margin: 0 !important;
  font-size: clamp(1.65rem, 3vw, 2.35rem) !important;
  line-height: 1.12 !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-copy .feature-list {
  margin-top: 14px !important;
  display: block !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-copy .feature-list span {
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--tf-color-muted, #64748B) !important;
  font-weight: 800 !important;
  line-height: 1.65 !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-panel {
  display: grid !important;
  gap: 14px !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-summary.compact-summary {
  display: grid !important;
  gap: 12px !important;
  padding: 18px !important;
  background: #FFFFFF !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-summary.compact-summary > h2 {
  margin: 0 !important;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem) !important;
  line-height: 1.12 !important;
}

body.esimo-theme-travelflow .tf-live-checkout .tf-checkout-kicker {
  margin: 0 !important;
  color: var(--tf-color-primary-light, #145DA0) !important;
  font-size: 0.82rem !important;
  font-weight: 950 !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-package-specs {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-package-specs span {
  min-width: 0 !important;
  min-height: 38px !important;
  border-width: 1px !important;
  border-color: rgba(20, 93, 160, 0.28) !important;
  border-radius: 12px !important;
  background: #FFFFFF !important;
  display: grid !important;
  place-items: center !important;
  text-align: center !important;
  overflow-wrap: anywhere !important;
  font-size: 0.92rem !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-offer-summary {
  display: grid !important;
  gap: 10px !important;
  padding: 14px !important;
  background: #F8FCFF !important;
  border-radius: 14px !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-offer-summary__title {
  font-size: 0.95rem !important;
  font-weight: 950 !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-offer-summary dl {
  display: grid !important;
  gap: 4px !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-offer-summary dl > div {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 10px !important;
  align-items: center !important;
  min-height: 30px !important;
  padding-block: 4px !important;
  border-bottom: 1px solid rgba(220, 234, 245, 0.8) !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-offer-summary dt,
body.esimo-theme-travelflow .tf-live-checkout .checkout-offer-summary dd {
  margin: 0 !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-offer-summary dt {
  color: var(--tf-color-muted, #64748B) !important;
  font-weight: 850 !important;
  font-size: 0.88rem !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-offer-summary dd {
  color: var(--tf-color-primary, #0B2A4A) !important;
  font-weight: 950 !important;
  text-align: end !important;
  font-size: 0.9rem !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-offer-summary__grand {
  min-height: 44px !important;
  padding: 10px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: #EAFBFF !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-offer-summary__grand dd {
  font-size: clamp(1.15rem, 2vw, 1.45rem) !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-section {
  margin-top: 0 !important;
  padding: 16px !important;
  box-shadow: 0 8px 20px rgba(8, 42, 74, 0.04) !important;
}

body.esimo-theme-travelflow .tf-live-checkout .form-grid.two {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-unified-form label {
  display: grid !important;
  gap: 7px !important;
  color: var(--tf-color-primary, #0B2A4A) !important;
  font-weight: 900 !important;
}

body.esimo-theme-travelflow .tf-live-checkout .choice-fieldset {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.esimo-theme-travelflow .tf-live-checkout .choice-fieldset legend {
  width: 100% !important;
  margin-bottom: 8px !important;
  color: var(--tf-color-primary, #0B2A4A) !important;
  font-weight: 950 !important;
}

body.esimo-theme-travelflow .tf-live-checkout .choice-fieldset label,
body.esimo-theme-travelflow .tf-live-checkout .tf-payment-method-row {
  border: 1px solid rgba(20, 93, 160, 0.18) !important;
  border-radius: 14px !important;
  background: #FFFFFF !important;
  padding: 12px 14px !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-primary-actions {
  display: grid !important;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr) !important;
  gap: 12px !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-inline-payment {
  display: grid !important;
  gap: 14px !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-inline-iframe,
body.esimo-theme-travelflow .tf-live-checkout .checkout-inline-iframe iframe {
  width: 100% !important;
  max-width: 100% !important;
}

@media (max-width: 860px) {
  body.esimo-theme-travelflow .tf-plan-builder {
    grid-template-columns: 1fr;
  }

  body.esimo-theme-travelflow .tf-selector-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.esimo-theme-travelflow .tf-builder-summary {
    grid-template-columns: 1fr;
  }

  body.esimo-theme-travelflow .tf-builder-summary em {
    justify-self: start;
  }

  body.esimo-theme-travelflow .tf-selector-chip {
    min-height: 58px;
    padding: 9px 10px;
  }

  body.esimo-theme-travelflow .tf-plan-card--compact {
    grid-template-columns: 1fr;
  }

  body.esimo-theme-travelflow .tf-live-checkout.checkout-shell {
    grid-template-columns: 1fr !important;
    width: min(100% - 20px, 680px) !important;
    gap: 16px !important;
    padding-top: 18px !important;
  }

  body.esimo-theme-travelflow .tf-live-checkout .checkout-copy {
    position: static !important;
    padding: 20px !important;
  }

  body.esimo-theme-travelflow .tf-live-checkout .checkout-panel {
    padding: 18px !important;
  }

  body.esimo-theme-travelflow .tf-live-checkout .form-grid.two,
  body.esimo-theme-travelflow .tf-live-checkout .checkout-primary-actions {
    grid-template-columns: 1fr !important;
  }

  body.esimo-theme-travelflow .tf-live-checkout .checkout-package-specs {
    grid-template-columns: 1fr !important;
  }

  body.esimo-theme-travelflow .tf-live-checkout .checkout-offer-summary dl > div {
    grid-template-columns: 1fr !important;
  }

  body.esimo-theme-travelflow .tf-live-checkout .checkout-offer-summary dd {
    text-align: start !important;
  }
}

/* Sprint 3 checkout redesign override - keep last. */
body.esimo-theme-travelflow .tf-live-checkout.checkout-shell {
  width: min(100% - 32px, 1180px) !important;
  margin: 24px auto 64px !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 20px !important;
  padding: 0 !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-copy {
  position: relative !important;
  overflow: hidden !important;
  padding: clamp(24px, 4vw, 42px) !important;
  border: 1px solid rgba(191, 219, 254, 0.95) !important;
  border-radius: 26px !important;
  background: linear-gradient(110deg, rgba(255,255,255,.96), rgba(247,252,255,.94) 58%, rgba(232,247,255,.92)) !important;
  box-shadow: 0 18px 44px rgba(8, 42, 74, .09) !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-copy::after {
  content: "" !important;
  position: absolute !important;
  inset-inline-end: clamp(10px, 7vw, 90px) !important;
  top: 18px !important;
  width: clamp(90px, 18vw, 210px) !important;
  aspect-ratio: 1.55 !important;
  background: url("/static/themes/travelflow/assets/icons/line/airplane.svg") center / contain no-repeat !important;
  opacity: .11 !important;
  pointer-events: none !important;
}

body.esimo-theme-travelflow .tf-live-checkout .tf-checkout-breadcrumbs,
body.esimo-theme-travelflow .tf-live-checkout .tf-checkout-mini-trust {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 10px !important;
}

body.esimo-theme-travelflow .tf-live-checkout .tf-checkout-breadcrumbs {
  margin-bottom: 18px !important;
  color: #64748B !important;
  font-size: .86rem !important;
  font-weight: 800 !important;
}

body.esimo-theme-travelflow .tf-live-checkout .tf-checkout-breadcrumbs a {
  color: #145DA0 !important;
  text-decoration: none !important;
}

body.esimo-theme-travelflow .tf-live-checkout .tf-checkout-eyebrow,
body.esimo-theme-travelflow .tf-live-checkout .tf-checkout-mini-trust span {
  width: max-content !important;
  max-width: 100% !important;
  padding: 8px 14px !important;
  border: 1px solid rgba(20, 93, 160, .18) !important;
  border-radius: 999px !important;
  background: #FFFFFF !important;
  color: #145DA0 !important;
  font-size: .88rem !important;
  font-weight: 800 !important;
}

body.esimo-theme-travelflow .tf-live-checkout .tf-checkout-eyebrow {
  margin: 0 0 14px !important;
}

body.esimo-theme-travelflow .tf-live-checkout .tf-checkout-mini-trust {
  margin-top: 20px !important;
}

body.esimo-theme-travelflow .tf-live-checkout .tf-checkout-mini-trust span {
  min-height: 36px !important;
  color: #082A4A !important;
  background: #F8FCFF !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-copy h1 {
  max-width: 760px !important;
  margin: 0 !important;
  color: #082A4A !important;
  font-size: clamp(2.05rem, 4vw, 3.6rem) !important;
  line-height: 1.04 !important;
  font-weight: 850 !important;
}

body.esimo-theme-travelflow .tf-live-checkout .tf-checkout-lead {
  max-width: 720px !important;
  margin: 16px 0 0 !important;
  color: #475569 !important;
  font-size: clamp(1rem, 1.7vw, 1.18rem) !important;
  line-height: 1.75 !important;
  font-weight: 700 !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-panel {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 390px) !important;
  grid-template-areas: "form summary" !important;
  gap: 20px !important;
  align-items: start !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html[dir="rtl"] body.esimo-theme-travelflow .tf-live-checkout .checkout-panel {
  grid-template-areas: "form summary" !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-summary.compact-summary,
body.esimo-theme-travelflow .tf-live-checkout .checkout-section {
  border: 1px solid rgba(191, 219, 254, .95) !important;
  border-radius: 24px !important;
  background: #FFFFFF !important;
  box-shadow: 0 14px 34px rgba(8, 42, 74, .06) !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-summary.compact-summary {
  grid-area: summary !important;
  position: sticky !important;
  top: 18px !important;
  display: grid !important;
  gap: 16px !important;
  padding: 22px !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-unified-form,
body.esimo-theme-travelflow .tf-live-checkout .checkout-inline-payment {
  grid-area: form !important;
  min-width: 0 !important;
}

body.esimo-theme-travelflow .tf-live-checkout .tf-checkout-card-heading,
body.esimo-theme-travelflow .tf-live-checkout .tf-form-section-heading,
body.esimo-theme-travelflow .tf-live-checkout .checkout-unified-form {
  display: grid !important;
  gap: 16px !important;
}

body.esimo-theme-travelflow .tf-live-checkout .tf-form-section-heading {
  gap: 6px !important;
}

body.esimo-theme-travelflow .tf-live-checkout .tf-checkout-kicker {
  margin: 0 !important;
  color: #145DA0 !important;
  font-size: .78rem !important;
  font-weight: 800 !important;
}

body.esimo-theme-travelflow .tf-live-checkout .tf-checkout-card-heading h2,
body.esimo-theme-travelflow .tf-live-checkout .tf-form-section-heading h2 {
  margin: 0 !important;
  color: #082A4A !important;
  font-size: clamp(1.35rem, 2.2vw, 1.9rem) !important;
  line-height: 1.14 !important;
  font-weight: 850 !important;
}

body.esimo-theme-travelflow .tf-live-checkout .tf-form-section-heading span {
  color: #64748B !important;
  font-size: .92rem !important;
  font-weight: 700 !important;
  line-height: 1.55 !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-package-specs {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-package-specs span {
  min-height: 62px !important;
  display: grid !important;
  gap: 3px !important;
  place-items: center !important;
  padding: 8px !important;
  border: 1px solid rgba(20, 93, 160, .17) !important;
  border-radius: 15px !important;
  background: #F8FCFF !important;
  color: #082A4A !important;
  text-align: center !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-package-specs strong {
  font-size: 1.03rem !important;
  font-weight: 850 !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-package-specs small {
  color: #64748B !important;
  font-size: .72rem !important;
  font-weight: 700 !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-offer-summary {
  display: grid !important;
  gap: 11px !important;
  padding: 16px !important;
  border: 1px solid rgba(191, 219, 254, .76) !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, #F8FCFF 0%, #FFFFFF 100%) !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-offer-summary dl > div {
  min-height: 36px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 12px !important;
  align-items: center !important;
  padding: 8px 0 !important;
  border-bottom: 1px solid rgba(220, 234, 245, .95) !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-offer-summary dt,
body.esimo-theme-travelflow .tf-live-checkout .checkout-offer-summary dd {
  margin: 0 !important;
  font-size: .9rem !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-offer-summary dt {
  color: #64748B !important;
  font-weight: 700 !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-offer-summary dd {
  color: #082A4A !important;
  font-weight: 850 !important;
  text-align: end !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-offer-summary__grand {
  min-height: 56px !important;
  margin-top: 6px !important;
  padding: 13px !important;
  border: 0 !important;
  border-radius: 15px !important;
  background: #EAFBFF !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-offer-summary__grand dd {
  color: #145DA0 !important;
  font-size: 1.45rem !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-section {
  display: grid !important;
  gap: 16px !important;
  margin: 0 !important;
  padding: 22px !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-section:first-of-type {
  border-color: rgba(20, 93, 160, .18) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(248, 252, 255, .98)) !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-extra-details {
  padding: 0 !important;
  overflow: hidden !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-extra-details summary {
  min-height: 70px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 18px 22px !important;
  cursor: pointer !important;
  color: #082A4A !important;
  list-style: none !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-extra-details summary::-webkit-details-marker {
  display: none !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-extra-details summary::after {
  content: "+" !important;
  width: 30px !important;
  height: 30px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  border: 1px solid rgba(20, 93, 160, .22) !important;
  color: #145DA0 !important;
  font-size: 1.15rem !important;
  font-weight: 850 !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-extra-details[open] summary::after {
  content: "−" !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-extra-details summary span {
  font-size: 1rem !important;
  font-weight: 850 !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-extra-details summary small {
  grid-column: 1 !important;
  color: #64748B !important;
  font-size: .82rem !important;
  font-weight: 700 !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-extra-details > .form-grid {
  padding: 0 22px 22px !important;
}

body.esimo-theme-travelflow .tf-live-checkout .form-grid.two,
body.esimo-theme-travelflow .tf-live-checkout .choice-fieldset {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body.esimo-theme-travelflow .tf-live-checkout .form-grid.two .address-autocomplete-wrap,
body.esimo-theme-travelflow .tf-live-checkout .checkout-extra-details .company-fields,
body.esimo-theme-travelflow .tf-live-checkout .choice-fieldset legend {
  grid-column: 1 / -1 !important;
}

body.esimo-theme-travelflow .tf-live-checkout .company-fields {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body.esimo-theme-travelflow .tf-live-checkout .company-fields[hidden] {
  display: none !important;
}

body.esimo-theme-travelflow .tf-live-checkout .company-fields .company-same-address,
body.esimo-theme-travelflow .tf-live-checkout .company-fields .company-address-preview,
body.esimo-theme-travelflow .tf-live-checkout .company-fields .company-different-address {
  grid-column: 1 / -1 !important;
}

body.esimo-theme-travelflow .tf-live-checkout .company-different-address {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body.esimo-theme-travelflow .tf-live-checkout .company-different-address[hidden] {
  display: none !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-marketing-optin {
  margin-top: -4px !important;
  color: #64748B !important;
  font-size: .9rem !important;
}

body.esimo-theme-travelflow .tf-live-checkout input,
body.esimo-theme-travelflow .tf-live-checkout select,
body.esimo-theme-travelflow .tf-live-checkout textarea {
  min-height: 50px !important;
  border: 1px solid rgba(20, 93, 160, .22) !important;
  border-radius: 14px !important;
  background: #FFFFFF !important;
  color: #082A4A !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

body.esimo-theme-travelflow .tf-live-checkout .choice-fieldset {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.esimo-theme-travelflow .tf-live-checkout .choice-fieldset label {
  min-height: 56px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 12px !important;
  border: 1px solid rgba(20, 93, 160, .18) !important;
  border-radius: 16px !important;
  background: #F8FCFF !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-primary-actions {
  position: sticky !important;
  bottom: 10px !important;
  z-index: 5 !important;
  display: grid !important;
  grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr) !important;
  gap: 12px !important;
  padding: 10px !important;
  border: 1px solid rgba(191, 219, 254, .8) !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, .93) !important;
  backdrop-filter: blur(12px) !important;
}

body.esimo-theme-travelflow .tf-live-checkout .checkout-primary-actions .button,
body.esimo-theme-travelflow .tf-live-checkout .checkout-primary-actions button {
  min-height: 52px !important;
  border-radius: 14px !important;
  font-weight: 850 !important;
}

body.esimo-theme-travelflow .checkout-otp-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 1000 !important;
  display: grid !important;
  place-items: center !important;
  padding: 18px !important;
}

body.esimo-theme-travelflow .checkout-otp-modal[hidden] {
  display: none !important;
}

body.esimo-theme-travelflow .checkout-otp-backdrop {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(8, 42, 74, .46) !important;
  backdrop-filter: blur(10px) !important;
}

body.esimo-theme-travelflow .checkout-otp-card {
  position: relative !important;
  width: min(100%, 430px) !important;
  display: grid !important;
  gap: 14px !important;
  padding: 26px !important;
  border: 1px solid rgba(191, 219, 254, .95) !important;
  border-radius: 26px !important;
  background: #FFFFFF !important;
  box-shadow: 0 24px 70px rgba(8, 42, 74, .22) !important;
  text-align: center !important;
}

body.esimo-theme-travelflow .checkout-otp-card .modal-close {
  position: absolute !important;
  inset-block-start: 14px !important;
  inset-inline-start: 14px !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(20, 93, 160, .2) !important;
  background: #FFFFFF !important;
  color: #082A4A !important;
  font-size: 1.35rem !important;
  font-weight: 850 !important;
}

body.esimo-theme-travelflow .checkout-otp-card .eyebrow {
  justify-self: center !important;
  width: max-content !important;
  max-width: 100% !important;
  margin: 8px 0 0 !important;
  padding: 7px 13px !important;
  border-radius: 999px !important;
  background: #EAFBFF !important;
  color: #145DA0 !important;
  font-size: .82rem !important;
  font-weight: 800 !important;
}

body.esimo-theme-travelflow .checkout-otp-card h2 {
  margin: 0 !important;
  color: #082A4A !important;
  font-size: clamp(1.8rem, 5vw, 2.45rem) !important;
  line-height: 1.08 !important;
  font-weight: 850 !important;
}

body.esimo-theme-travelflow .checkout-otp-card p {
  margin: 0 !important;
  color: #64748B !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.6 !important;
}

body.esimo-theme-travelflow .checkout-otp-card .otp-box-row {
  justify-content: center !important;
  gap: 12px !important;
  margin: 6px 0 !important;
}

body.esimo-theme-travelflow .checkout-otp-card .otp-box {
  width: 54px !important;
  height: 58px !important;
  min-height: 58px !important;
  padding: 0 !important;
  border-radius: 15px !important;
  text-align: center !important;
  font-size: 1.35rem !important;
  font-weight: 850 !important;
}

@media (max-width: 900px) {
  body.esimo-theme-travelflow .tf-live-checkout.checkout-shell {
    width: min(100% - 22px, 680px) !important;
    margin-top: 14px !important;
    gap: 14px !important;
  }

  body.esimo-theme-travelflow .tf-live-checkout .checkout-copy {
    padding: 22px !important;
    border-radius: 22px !important;
  }

  body.esimo-theme-travelflow .tf-live-checkout .checkout-copy h1 {
    font-size: clamp(1.85rem, 8vw, 2.55rem) !important;
  }

  body.esimo-theme-travelflow .tf-live-checkout .checkout-panel,
  html[dir="rtl"] body.esimo-theme-travelflow .tf-live-checkout .checkout-panel {
    grid-template-columns: 1fr !important;
    grid-template-areas: "summary" "form" !important;
    gap: 14px !important;
  }

  body.esimo-theme-travelflow .tf-live-checkout .checkout-summary.compact-summary {
    position: static !important;
    padding: 18px !important;
    border-radius: 22px !important;
  }

  body.esimo-theme-travelflow .tf-live-checkout .form-grid.two,
  body.esimo-theme-travelflow .tf-live-checkout .company-fields,
  body.esimo-theme-travelflow .tf-live-checkout .company-different-address,
  body.esimo-theme-travelflow .tf-live-checkout .choice-fieldset,
  body.esimo-theme-travelflow .tf-live-checkout .checkout-primary-actions {
    grid-template-columns: 1fr !important;
  }

  body.esimo-theme-travelflow .tf-live-checkout .checkout-extra-details summary {
    align-items: center !important;
  }

  body.esimo-theme-travelflow .tf-live-checkout .checkout-section {
    padding: 18px !important;
    border-radius: 22px !important;
  }

  body.esimo-theme-travelflow:has(.tf-live-checkout) .floating-actions {
    display: none !important;
  }
}

/* Sprint 3.6: responsive commercial cards and floating-tool clearance. */
html body.esimo-theme-travelflow .tf-container {
  width: 100% !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
  padding-inline: 32px !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-region-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-region-card {
  min-height: 220px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 14px !important;
  padding: 22px !important;
  text-align: start !important;
}

html[dir="rtl"] body.esimo-theme-travelflow .tf-live-home .tf-region-card {
  direction: rtl !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-region-content {
  display: grid !important;
  gap: 9px !important;
  min-width: 0 !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-region-card__icon {
  flex: 0 0 auto !important;
  width: 44px !important;
  height: 44px !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-region-card .tf-card-title {
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-region-card .tf-card-text,
html body.esimo-theme-travelflow .tf-live-home .tf-region-card p {
  max-width: 100% !important;
  min-width: 0 !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-region-card__meta,
html body.esimo-theme-travelflow .tf-live-home .tf-region-card .tf-card-meta {
  margin-top: 0 !important;
  max-width: 100% !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-region-card__cta {
  width: 100% !important;
  margin-block-start: auto !important;
  min-height: 42px !important;
  padding: 10px 14px !important;
  text-align: center !important;
  white-space: normal !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-benefits .tf-section-heading {
  margin-bottom: 22px !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-benefits .tf-grid {
  margin-top: 0 !important;
}

body.esimo-theme-travelflow .floating-actions,
html[dir="rtl"] body.esimo-theme-travelflow .floating-actions,
html[dir="ltr"] body.esimo-theme-travelflow .floating-actions {
  position: fixed !important;
  inset-inline-start: 16px !important;
  inset-inline-end: auto !important;
  bottom: calc(22px + env(safe-area-inset-bottom)) !important;
  top: auto !important;
  z-index: 50 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  transform: none !important;
}

body.esimo-theme-travelflow .floating-tab,
body.esimo-theme-travelflow .floating-tab.support-tab,
body.esimo-theme-travelflow .floating-tab.accessibility-tab {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
}

/* Sprint 3.7: final homepage balance and conversion polish. */
html body.esimo-theme-travelflow .tf-live-home .tf-hero__copy {
  max-width: 760px !important;
  margin-inline: auto !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-hero-microcopy {
  max-width: 620px !important;
  margin: 12px auto 0 !important;
  color: #526b82 !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  line-height: 1.55 !important;
  text-align: center !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-trust-row {
  display: grid !important;
  grid-template-columns: repeat(4, max-content) !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: 10px !important;
  margin-top: 18px !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-trust {
  min-height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  padding: 8px 13px !important;
  border: 1px solid #cfe4f4 !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.92) !important;
  color: #082a4a !important;
  box-shadow: 0 10px 22px rgba(8,42,74,.08) !important;
  white-space: nowrap !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-region-card {
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease !important;
}

@media (hover: hover) {
  html body.esimo-theme-travelflow .tf-live-home .tf-region-card:hover {
    transform: translateY(-3px) !important;
    border-color: #9bc7ee !important;
    box-shadow: 0 20px 42px rgba(8,42,74,.11) !important;
  }
}

html body.esimo-theme-travelflow .tf-live-home .tf-region-card:active {
  transform: translateY(-1px) !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-testimonials .tf-grid {
  align-items: stretch !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-testimonial-card {
  min-height: 168px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  justify-content: flex-start !important;
  text-align: start !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-testimonial-card strong {
  color: #082a4a !important;
  font-size: 16px !important;
  font-weight: 900 !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-testimonial-card p {
  margin: 0 !important;
  color: #34536c !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  line-height: 1.55 !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-testimonial-card small {
  margin-block-start: auto !important;
  color: #f5a524 !important;
  letter-spacing: 1px !important;
  font-size: 15px !important;
}

body.esimo-theme-travelflow .footer {
  margin-top: 18px !important;
  padding: 28px 7vw !important;
  background: #fff !important;
  border-top: 1px solid #dceaf5 !important;
  color: #526b82 !important;
}

body.esimo-theme-travelflow .footer p {
  max-width: 520px !important;
  margin: 8px 0 0 !important;
  color: #526b82 !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  line-height: 1.55 !important;
}

body.esimo-theme-travelflow .footer-links {
  gap: 14px !important;
}

body.esimo-theme-travelflow .footer a {
  color: #082a4a !important;
  font-weight: 850 !important;
}

@media (max-width: 1023px) {
  html body.esimo-theme-travelflow .tf-container {
    padding-inline: 24px !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-region-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px !important;
  }
}

@media (max-width: 639px) {
  html body.esimo-theme-travelflow .tf-container {
    padding-inline: 16px !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-hero {
    padding-block: 22px 24px !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-chip-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-chip {
    min-height: 64px !important;
    padding: 10px 8px !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-region-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-trust-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-trust {
    min-width: 0 !important;
    min-height: 36px !important;
    padding: 8px 9px !important;
    white-space: normal !important;
    text-align: center !important;
    font-size: 12px !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-region-card {
    min-height: 0 !important;
    padding: 18px !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-region-card__cta {
    min-height: 44px !important;
  }

  body.esimo-theme-travelflow .floating-actions,
  html[dir="rtl"] body.esimo-theme-travelflow .floating-actions,
  html[dir="ltr"] body.esimo-theme-travelflow .floating-actions {
    inset-inline-start: 12px !important;
    bottom: calc(16px + env(safe-area-inset-bottom)) !important;
    gap: 8px !important;
  }

  body.esimo-theme-travelflow .floating-tab,
  body.esimo-theme-travelflow .floating-tab.support-tab,
  body.esimo-theme-travelflow .floating-tab.accessibility-tab {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
  }
}
html body.esimo-theme-travelflow .tf-live-home .tf-hero {
  position: relative !important;
  overflow: hidden !important;
  background-image:
    linear-gradient(105deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 252, 255, 0.94) 56%, rgba(226, 246, 252, 0.92) 100%),
    url("/static/themes/travelflow/assets/backgrounds/travel-hero-pattern.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center, calc(50% + 330px) 22px !important;
  background-size: cover, min(560px, 46vw) auto !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-value-strip {
  padding-top: 18px !important;
  padding-bottom: 8px !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-value-strip .tf-card {
  max-width: 780px !important;
  margin-inline: auto !important;
  text-align: center !important;
}

html body.esimo-theme-travelflow .tf-live-reviews .tf-testimonial-card small {
  color: #0b66d8 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 639px) {
  html body.esimo-theme-travelflow .tf-live-home .tf-hero {
    background-position: center, center 8px !important;
    background-size: cover, 310px auto !important;
  }
}
/* Sprint 3.9 focused homepage and regional package flow */
html body.esimo-theme-travelflow .tf-live-home .tf-region-map-flow {
  background: linear-gradient(180deg, rgba(245, 251, 255, .92), rgba(255, 255, 255, .98));
}

html body.esimo-theme-travelflow .tf-live-home .tf-hero {
  overflow: visible !important;
  z-index: 20;
}

html body.esimo-theme-travelflow .tf-live-home .tf-hero__grid,
html body.esimo-theme-travelflow .tf-live-home .tf-hero__copy,
html body.esimo-theme-travelflow .tf-live-home .tf-search,
html body.esimo-theme-travelflow .tf-live-home .tf-destination-field {
  position: relative;
  overflow: visible !important;
  z-index: 30;
}

html body.esimo-theme-travelflow .tf-live-home .destination-suggestions {
  z-index: 5000 !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-destination-field::before {
  content: "" !important;
  position: absolute !important;
  left: clamp(16px, 2vw, 20px) !important;
  top: 50% !important;
  width: clamp(24px, 5.8vw, 32px) !important;
  height: clamp(24px, 5.8vw, 32px) !important;
  transform: translateY(-50%) !important;
  pointer-events: none !important;
  z-index: 2 !important;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' fill='none'%3E%3Ccircle cx='30' cy='30' r='20' stroke='%231A5DA0' stroke-width='5'/%3E%3Cpath d='M18 30c0-7 5-12 12-12' stroke='%2322B8CF' stroke-width='4' stroke-linecap='round'/%3E%3Cpath d='M45 45l17 17' stroke='%231A5DA0' stroke-width='6' stroke-linecap='round'/%3E%3Cpath d='M51 55l7 7' stroke='%2322B8CF' stroke-width='3.5' stroke-linecap='round'/%3E%3C/svg%3E") !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-search input[type="search"] {
  padding-left: clamp(50px, 10vw, 60px) !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-popular {
  position: relative;
  z-index: 1;
}

html body.esimo-theme-travelflow .tf-live-home .tf-hero__grid {
  grid-template-columns: minmax(0, 820px) !important;
  justify-content: center !important;
  justify-items: center !important;
}

html[dir="rtl"] body.esimo-theme-travelflow .tf-live-home .tf-hero__copy,
html[dir="ltr"] body.esimo-theme-travelflow .tf-live-home .tf-hero__copy {
  grid-column: 1 / -1 !important;
  justify-self: center !important;
  width: min(100%, 670px) !important;
  text-align: center !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-hero-title--personalized {
  font-size: clamp(21px, 2.7vw, 37px) !important;
  line-height: 1.12 !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-search {
  margin-inline: auto !important;
  justify-self: center !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-hero__copy .tf-hero-title,
html body.esimo-theme-travelflow .tf-live-home .tf-section-title,
html body.esimo-theme-travelflow .tf-regional-page .tf-regional-hero h1,
html body.esimo-theme-travelflow .tf-region-section .tf-section-title {
  font-family: Arial !important;
  font-weight: 700 !important;
  font-style: normal !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
  font-synthesis: none !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-hero__copy .tf-hero-title {
  width: min(70%, 469px) !important;
  margin: 0 0 0 auto !important;
  text-align: right !important;
  font-size: clamp(18px, 3.1vw, 34px) !important;
  line-height: 1.08 !important;
  min-height: 1.16em !important;
  opacity: 1 !important;
  transition: opacity 650ms ease !important;
  overflow: hidden !important;
  text-overflow: clip !important;
  text-wrap: nowrap !important;
  white-space: nowrap !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-hero__copy .tf-hero-title.is-typing::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: .86em;
  margin-inline-start: 4px;
  background: currentColor;
  vertical-align: -.08em;
  animation: tfTypingCaret 760ms steps(1, end) infinite;
}

html body.esimo-theme-travelflow .tf-live-home .tf-hero__copy .tf-hero-title.is-fading {
  opacity: 0 !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-hero__copy .tf-hero-title.is-hidden-after-type {
  visibility: hidden !important;
}

@keyframes tfTypingCaret {
  0%, 52% { opacity: 1; }
  53%, 100% { opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html body.esimo-theme-travelflow .tf-live-home .tf-hero__copy .tf-hero-title {
    transition: none !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-hero__copy .tf-hero-title::after {
    animation: none !important;
    content: none !important;
  }
}

html body.esimo-theme-travelflow .tf-live-home .tf-hero-title--personalized {
  font-size: clamp(16px, 2vw, 24px) !important;
  line-height: 1.18 !important;
  font-weight: 700 !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-section-title {
  font-size: clamp(24px, 2.7vw, 36px) !important;
  line-height: 1.18 !important;
}

html body.esimo-theme-travelflow .tf-regional-page .tf-regional-hero h1 {
  font-size: clamp(30px, 4vw, 48px) !important;
  line-height: 1.12 !important;
}

@media (min-width: 761px) {
  html body.esimo-theme-travelflow .tf-live-home .tf-hero {
    padding-block: clamp(18px, 2.4vw, 32px) 22px !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-hero__grid {
    min-height: clamp(170px, 15vw, 205px) !important;
    align-content: start !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-search {
    margin-top: clamp(8px, 1.3vw, 14px) !important;
  }
}

@media (max-width: 520px) {
  html body.esimo-theme-travelflow .tf-live-home .tf-hero__copy .tf-hero-title {
    width: min(70%, 320px) !important;
    font-size: clamp(14px, 4.8vw, 20px) !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-search {
    margin-top: clamp(8px, 2.2vw, 12px) !important;
  }
}

html body.esimo-theme-travelflow .tf-region-map-layout {
  display: grid;
  grid-template-columns: minmax(280px, 1.08fr) minmax(240px, .92fr);
  gap: 18px;
  align-items: stretch;
}

html body.esimo-theme-travelflow .tf-world-map-card,
html body.esimo-theme-travelflow .tf-regional-package-panel {
  border: 1px solid rgba(34, 184, 207, .22);
  border-radius: 24px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 18px 42px rgba(8, 42, 74, .08);
}

html body.esimo-theme-travelflow .tf-world-map-card {
  min-height: 260px;
  display: grid;
  place-items: center;
  padding: 14px;
}

html body.esimo-theme-travelflow .tf-world-map-card img {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
  display: block;
}

html body.esimo-theme-travelflow .tf-region-picker {
  display: grid;
  gap: 10px;
  align-content: center;
}

html body.esimo-theme-travelflow .tf-region-pill {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(20, 93, 160, .18);
  border-radius: 18px;
  background: #fff;
  color: #0B2A4A;
  padding: 13px 15px;
  font: 700 1rem/1.2 Arial;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(8, 42, 74, .06);
}

html body.esimo-theme-travelflow .tf-region-pill small {
  color: #145DA0;
  font-weight: 800;
}

html body.esimo-theme-travelflow .tf-region-pill.is-active {
  color: #fff;
  background: linear-gradient(135deg, #145DA0, #1A5DA0);
  border-color: transparent;
}

html body.esimo-theme-travelflow .tf-region-pill.is-active small {
  color: #fff;
}

html body.esimo-theme-travelflow .tf-regional-package-panels {
  margin-top: 18px;
}

html body.esimo-theme-travelflow .tf-regional-package-panel {
  padding: 14px;
}

html body.esimo-theme-travelflow .tf-regional-plan-list {
  display: grid;
  gap: 10px;
}

html body.esimo-theme-travelflow .tf-regional-plan {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto auto;
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(20, 93, 160, .14);
  border-radius: 18px;
  background: #fff;
  padding: 12px;
}

html body.esimo-theme-travelflow .tf-regional-plan strong,
html body.esimo-theme-travelflow .tf-regional-plan small,
html body.esimo-theme-travelflow .tf-regional-plan span {
  font-family: Arial;
}

html body.esimo-theme-travelflow .tf-regional-plan > div:first-child {
  display: grid;
  gap: 4px;
}

html body.esimo-theme-travelflow .tf-regional-plan > div:first-child strong {
  color: #0B2A4A;
  font-size: 1.02rem;
}

html body.esimo-theme-travelflow .tf-regional-plan > div:first-child small {
  color: #5E6F84;
  font-weight: 700;
}

html body.esimo-theme-travelflow .tf-regional-plan__meta {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #0B2A4A;
  font-weight: 800;
}

html body.esimo-theme-travelflow .tf-regional-plan__meta span,
html body.esimo-theme-travelflow .tf-regional-plan__meta strong {
  padding: 7px 9px;
  border-radius: 999px;
  background: #F3FAFD;
  white-space: nowrap;
}

html body.esimo-theme-travelflow .tf-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 12px;
  text-decoration: none;
  font: 800 .95rem/1 Arial;
}

html body.esimo-theme-travelflow .tf-button--primary {
  background: #145DA0;
  color: #fff;
}

html body.esimo-theme-travelflow .tf-empty-line {
  margin: 0;
  text-align: center;
  color: #5E6F84;
  font-weight: 700;
}

html body.esimo-theme-travelflow .tf-live-home .tf-benefits .tf-section-title {
  text-align: center;
  margin-bottom: 16px;
}

html body.esimo-theme-travelflow .tf-benefit-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

html body.esimo-theme-travelflow .tf-benefit-strip span {
  min-height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(34, 184, 207, .24);
  border-radius: 16px;
  background: #fff;
  color: #0B2A4A;
  font: 800 .98rem/1.2 Arial;
  text-align: center;
  padding: 8px;
  box-shadow: 0 10px 24px rgba(8, 42, 74, .06);
}

html body.esimo-theme-travelflow .tf-regional-page .tf-regional-hero {
  max-width: 760px;
  margin: 0 auto 20px;
  text-align: center;
}

html body.esimo-theme-travelflow .tf-regional-page .tf-regional-hero h1 {
  margin: 8px 0;
  color: #0B2A4A;
  font: 900 clamp(2rem, 5vw, 4rem)/1.05 Arial;
}

html body.esimo-theme-travelflow .tf-regional-page .tf-regional-hero p {
  color: #5E6F84;
  font: 700 1.05rem/1.5 Arial;
}

html body.esimo-theme-travelflow .tf-eyebrow {
  display: inline-flex;
  border: 1px solid rgba(245, 166, 35, .38);
  border-radius: 999px;
  background: #FFF8EB;
  color: #0B2A4A;
  padding: 8px 16px;
  font: 800 .94rem/1 Arial;
}

html body.esimo-theme-travelflow .tf-regional-plan-list--page {
  max-width: 920px;
  margin: 0 auto;
}

html body.esimo-theme-travelflow .tf-regional-builder-list {
  display: grid;
  gap: 14px;
}

html body.esimo-theme-travelflow .tf-regional-builder {
  display: grid;
  gap: 16px;
  border: 1px solid rgba(34, 184, 207, .22);
  border-radius: 20px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 16px 34px rgba(8, 42, 74, .08);
  padding: 16px;
}

html body.esimo-theme-travelflow .tf-regional-builder__head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
}

html body.esimo-theme-travelflow .tf-regional-builder__head > div {
  display: grid;
  gap: 5px;
}

html body.esimo-theme-travelflow .tf-regional-builder__head strong {
  color: #0B2A4A;
  font: 900 1.12rem/1.25 Arial;
}

html body.esimo-theme-travelflow .tf-regional-builder__head small {
  color: #5E6F84;
  font: 700 .92rem/1.35 Arial;
}

html body.esimo-theme-travelflow .tf-regional-builder__controls {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

html body.esimo-theme-travelflow .tf-regional-builder__controls section {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(20, 93, 160, .12);
  border-radius: 16px;
  background: #F7FCFF;
  padding: 12px;
}

html body.esimo-theme-travelflow .tf-regional-builder__controls h2 {
  margin: 0;
  color: #0B2A4A;
  font: 900 .94rem/1.2 Arial;
}

html body.esimo-theme-travelflow .tf-regional-choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

html body.esimo-theme-travelflow .tf-regional-choice {
  min-height: 38px;
  border: 1px solid rgba(20, 93, 160, .18);
  border-radius: 999px;
  background: #fff;
  color: #0B2A4A;
  cursor: pointer;
  padding: 0 13px;
  font: 900 .94rem/1 Arial;
}

html body.esimo-theme-travelflow .tf-regional-choice.is-active {
  background: #145DA0;
  border-color: #145DA0;
  color: #fff;
  box-shadow: 0 10px 22px rgba(20, 93, 160, .22);
}

html body.esimo-theme-travelflow .tf-regional-builder__summary {
  display: grid;
  grid-template-columns: auto auto minmax(160px, 220px);
  align-items: center;
  justify-content: end;
  gap: 10px;
  border-top: 1px solid rgba(20, 93, 160, .10);
  padding-top: 12px;
}

html body.esimo-theme-travelflow .tf-regional-builder__summary span {
  color: #5E6F84;
  font: 800 .92rem/1 Arial;
}

html body.esimo-theme-travelflow .tf-regional-builder__summary strong {
  min-width: 88px;
  border-radius: 999px;
  background: #EAF8FC;
  color: #0B2A4A;
  padding: 10px 12px;
  text-align: center;
  font: 900 1rem/1 Arial;
}

@media (max-width: 760px) {
  html body.esimo-theme-travelflow .tf-region-map-layout {
    grid-template-columns: 1fr;
  }

  html body.esimo-theme-travelflow .tf-world-map-card {
    min-height: 180px;
  }

  html body.esimo-theme-travelflow .tf-region-picker {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html body.esimo-theme-travelflow .tf-region-pill {
    display: grid;
    justify-items: center;
    text-align: center;
    padding: 11px 8px;
  }

  html body.esimo-theme-travelflow .tf-regional-plan {
    grid-template-columns: 1fr;
    text-align: center;
  }

  html body.esimo-theme-travelflow .tf-regional-plan__meta {
    justify-content: center;
    flex-wrap: wrap;
  }

  html body.esimo-theme-travelflow .tf-regional-builder__controls,
  html body.esimo-theme-travelflow .tf-regional-builder__summary {
    grid-template-columns: 1fr;
  }

  html body.esimo-theme-travelflow .tf-regional-builder__summary {
    justify-content: stretch;
  }

  html body.esimo-theme-travelflow .tf-regional-builder__summary .tf-button {
    width: 100%;
  }

  html body.esimo-theme-travelflow .tf-benefit-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 430px) {
  html body.esimo-theme-travelflow .tf-region-picker,
  html body.esimo-theme-travelflow .tf-benefit-strip {
    grid-template-columns: 1fr;
  }
}

/* Sprint 3.10: regional section without map, regions open inline packages. */
html body.esimo-theme-travelflow .tf-region-selector-layout {
  width: 100%;
}

html body.esimo-theme-travelflow .tf-region-selector-layout .tf-region-picker {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
}

html body.esimo-theme-travelflow .tf-region-selector-layout .tf-region-pill {
  min-height: 74px;
  display: grid;
  justify-items: center;
  align-content: center;
  text-align: center;
}

@media (max-width: 900px) {
  html body.esimo-theme-travelflow .tf-region-selector-layout .tf-region-picker {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  html body.esimo-theme-travelflow .tf-region-selector-layout .tf-region-picker {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Sprint 3.11: focused TravelFlow acceptance polish. */
html body.esimo-theme-travelflow {
  --system-font: Arial !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-hero {
  min-height: 0 !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-popular,
html body.esimo-theme-travelflow .tf-live-home .tf-region-map-flow {
  padding-block: clamp(30px, 5vw, 54px) !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-popular {
  background: #fff !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-region-map-flow {
  background: linear-gradient(180deg, #f6fcff 0%, #fff 100%) !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-section-title {
  margin-bottom: clamp(16px, 3vw, 24px) !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-region-selector-layout {
  max-width: 1040px !important;
  margin-inline: auto !important;
}

html body.esimo-theme-travelflow .tf-region-selector-layout .tf-region-pill {
  min-height: 68px !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 24px rgba(8, 42, 74, .045) !important;
}

html body.esimo-theme-travelflow .tf-live-destination {
  background: linear-gradient(180deg, #f5fbff 0%, #ffffff 62%, #f7fcff 100%) !important;
}

html body.esimo-theme-travelflow .tf-live-destination .tf-destination-hero {
  min-height: 0 !important;
  margin-top: clamp(10px, 2vw, 18px) !important;
  padding: clamp(18px, 3vw, 28px) !important;
  grid-template-columns: minmax(0, 1fr) minmax(130px, 210px) !important;
}

html body.esimo-theme-travelflow .tf-live-destination .tf-destination-hero h1 {
  font-size: clamp(28px, 4vw, 44px) !important;
}

html body.esimo-theme-travelflow .tf-live-destination .tf-destination-media {
  min-height: 130px !important;
}

html body.esimo-theme-travelflow .tf-plan-builder-section {
  padding-block: clamp(18px, 3vw, 34px) !important;
}

html body.esimo-theme-travelflow .tf-plan-builder {
  display: grid !important;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr) !important;
  gap: clamp(14px, 2.2vw, 22px) !important;
  align-items: start !important;
}

html body.esimo-theme-travelflow .tf-builder-controls,
html body.esimo-theme-travelflow .tf-builder-results > .tf-plan-card--recommended,
html body.esimo-theme-travelflow .tf-alternative-list {
  border: 1px solid rgba(34, 184, 207, .22) !important;
  box-shadow: 0 18px 42px rgba(8, 42, 74, .07) !important;
}

html body.esimo-theme-travelflow .tf-builder-heading p,
html body.esimo-theme-travelflow .tf-recommendation-copy,
html body.esimo-theme-travelflow .tf-checkout-lead,
html body.esimo-theme-travelflow .tf-success-hero .muted {
  max-width: 52ch !important;
}

html body.esimo-theme-travelflow .tf-builder-summary {
  border-radius: 18px !important;
  background: linear-gradient(135deg, #e8fafd, #ffffff) !important;
}

html body.esimo-theme-travelflow .tf-builder-group {
  margin-top: 14px !important;
}

html body.esimo-theme-travelflow .tf-selector-row {
  gap: 8px !important;
}

html body.esimo-theme-travelflow .tf-selector-chip {
  min-height: 42px !important;
  padding: 8px 13px !important;
  border-radius: 999px !important;
}

html body.esimo-theme-travelflow .tf-plan-card--recommended {
  grid-template-columns: minmax(0, 1.1fr) minmax(120px, .55fr) minmax(150px, .7fr) !important;
  padding: clamp(18px, 3vw, 26px) !important;
}

html body.esimo-theme-travelflow .tf-plan-card--recommended .tf-plan-main {
  gap: 8px !important;
}

html body.esimo-theme-travelflow .tf-plan-card--recommended [data-tf-recommended-data] {
  font-size: clamp(34px, 5vw, 58px) !important;
}

html body.esimo-theme-travelflow .tf-alternative-list {
  margin-top: 14px !important;
  padding: 14px !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, .78) !important;
}

html body.esimo-theme-travelflow .tf-alternative-list h3 {
  margin: 0 0 10px !important;
  color: #5e6f84 !important;
  font-size: 15px !important;
}

html body.esimo-theme-travelflow .tf-plan-card--compact {
  padding: 12px !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
}

html body.esimo-theme-travelflow .tf-live-checkout.checkout-shell {
  width: min(100% - 28px, 1120px) !important;
  margin: clamp(16px, 3vw, 28px) auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, .72fr) minmax(320px, 1fr) !important;
  gap: clamp(14px, 2vw, 22px) !important;
  align-items: start !important;
}

html body.esimo-theme-travelflow .tf-live-checkout .checkout-copy {
  position: sticky !important;
  top: 84px !important;
  display: grid !important;
  gap: 10px !important;
  padding: clamp(16px, 2.5vw, 22px) !important;
  border: 1px solid rgba(34, 184, 207, .2) !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, .84) !important;
  box-shadow: 0 16px 34px rgba(8, 42, 74, .06) !important;
}

html body.esimo-theme-travelflow .tf-live-checkout .checkout-copy h1 {
  margin: 0 !important;
  font-size: clamp(28px, 4vw, 48px) !important;
  line-height: 1.08 !important;
}

html body.esimo-theme-travelflow .tf-checkout-mini-trust {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

html body.esimo-theme-travelflow .tf-checkout-mini-trust span {
  min-height: 38px !important;
  display: grid !important;
  place-items: center !important;
  padding: 8px !important;
  border: 1px solid rgba(34, 184, 207, .2) !important;
  border-radius: 12px !important;
  background: #f7fcff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-align: center !important;
}

html body.esimo-theme-travelflow .tf-live-checkout .checkout-panel {
  padding: clamp(14px, 2.2vw, 22px) !important;
  border-radius: 22px !important;
}

html body.esimo-theme-travelflow .tf-live-checkout .checkout-summary,
html body.esimo-theme-travelflow .tf-live-checkout .checkout-section {
  margin-bottom: 14px !important;
  padding: clamp(13px, 2vw, 18px) !important;
  border-radius: 18px !important;
}

html body.esimo-theme-travelflow .checkout-offer-summary dl {
  gap: 7px !important;
}

html body.esimo-theme-travelflow .checkout-offer-note {
  display: none !important;
}

html body.esimo-theme-travelflow .checkout-extra-details summary {
  cursor: pointer !important;
}

html body.esimo-theme-travelflow .checkout-confirmations .checkbox-line {
  min-height: 42px !important;
  padding: 9px 10px !important;
  border-radius: 12px !important;
  background: #f7fcff !important;
}

html body.esimo-theme-travelflow .checkout-primary-actions {
  position: sticky !important;
  bottom: 0 !important;
  z-index: 4 !important;
  padding-top: 10px !important;
  background: linear-gradient(180deg, rgba(255,255,255,0), #fff 32%) !important;
}

html body.esimo-theme-travelflow .tf-regional-page .tf-section {
  padding-block: clamp(24px, 4vw, 48px) !important;
}

html body.esimo-theme-travelflow .tf-regional-builder {
  padding: clamp(14px, 2vw, 20px) !important;
}

html body.esimo-theme-travelflow .tf-regional-builder__head {
  align-items: center !important;
}

html body.esimo-theme-travelflow .tf-regional-builder__head small {
  max-width: 68ch !important;
}

html body.esimo-theme-travelflow .tf-regional-builder__summary {
  grid-template-columns: auto minmax(92px, auto) minmax(170px, 230px) !important;
}

html body.esimo-theme-travelflow .tf-success-hero {
  padding-top: clamp(18px, 4vw, 34px) !important;
}

html body.esimo-theme-travelflow .tf-success-hero h1 {
  font-size: clamp(34px, 6vw, 60px) !important;
}

html body.esimo-theme-travelflow .tf-success-layout {
  grid-template-columns: minmax(280px, .86fr) minmax(0, 1.06fr) !important;
  max-width: 1020px !important;
}

html body.esimo-theme-travelflow .tf-success-layout .tf-install-tabs {
  grid-column: 1 / -1 !important;
}

html body.esimo-theme-travelflow .tf-success-qr-card {
  order: -1 !important;
}

html body.esimo-theme-travelflow .tf-success-summary .summary-tile {
  min-height: 56px !important;
}

html body.esimo-theme-travelflow .return-actions {
  margin-top: 16px !important;
  justify-content: center !important;
}

html body.esimo-theme-travelflow .floating-actions,
html[dir="rtl"] body.esimo-theme-travelflow .floating-actions,
html[dir="ltr"] body.esimo-theme-travelflow .floating-actions {
  top: auto !important;
  right: auto !important;
  left: 12px !important;
  bottom: calc(18px + env(safe-area-inset-bottom)) !important;
  transform: none !important;
  z-index: 18 !important;
}

html body.esimo-theme-travelflow .floating-tab,
html body.esimo-theme-travelflow .floating-tab.support-tab,
html body.esimo-theme-travelflow .floating-tab.accessibility-tab {
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
}

body.esimo-theme-travelflow:has(.tf-live-destination) .floating-actions,
body.esimo-theme-travelflow:has(.tf-live-checkout) .floating-actions,
body.esimo-theme-travelflow:has(.tf-regional-page) .floating-actions,
body.esimo-theme-travelflow:has(.tf-live-success) .floating-actions,
html body.esimo-theme-travelflow.tf-action-flow .floating-actions {
  display: none !important;
}

/* Rotating premium travel backgrounds: 4 images, 5 minutes per image. */
html body.esimo-theme-travelflow .tf-live-home .tf-hero {
  --tf-travel-bg-1: url("/static/themes/travelflow/assets/backgrounds/travel-rotator-01.png");
  --tf-travel-bg-2: url("/static/themes/travelflow/assets/backgrounds/travel-rotator-02.png");
  --tf-travel-bg-3: url("/static/themes/travelflow/assets/backgrounds/travel-rotator-03.png");
  --tf-travel-bg-4: url("/static/themes/travelflow/assets/backgrounds/travel-rotator-04.png");
  isolation: isolate !important;
  min-height: clamp(300px, 38vw, 520px) !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .84) 0%, rgba(255, 255, 255, .62) 42%, rgba(232, 249, 255, .28) 100%) !important;
}

@supports (background-image: image-set(url("/static/themes/travelflow/assets/backgrounds/travel-rotator-01-desktop.webp") type("image/webp"))) {
  html body.esimo-theme-travelflow .tf-live-home .tf-hero {
    --tf-travel-bg-1: image-set(url("/static/themes/travelflow/assets/backgrounds/travel-rotator-01-desktop.webp") type("image/webp"), url("/static/themes/travelflow/assets/backgrounds/travel-rotator-01.png") type("image/png"));
    --tf-travel-bg-2: image-set(url("/static/themes/travelflow/assets/backgrounds/travel-rotator-02-desktop.webp") type("image/webp"), url("/static/themes/travelflow/assets/backgrounds/travel-rotator-02.png") type("image/png"));
    --tf-travel-bg-3: image-set(url("/static/themes/travelflow/assets/backgrounds/travel-rotator-03-desktop.webp") type("image/webp"), url("/static/themes/travelflow/assets/backgrounds/travel-rotator-03.png") type("image/png"));
    --tf-travel-bg-4: image-set(url("/static/themes/travelflow/assets/backgrounds/travel-rotator-04-desktop.webp") type("image/webp"), url("/static/themes/travelflow/assets/backgrounds/travel-rotator-04.png") type("image/png"));
  }
}

html body.esimo-theme-travelflow .tf-live-home .tf-hero::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  background-image: var(--tf-travel-bg-1);
  background-size: cover !important;
  background-position: 58% center !important;
  background-repeat: no-repeat !important;
  opacity: .88 !important;
  animation: tfTravelHeroRotator 1200s steps(1, end) infinite !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-hero::after {
  display: none !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-hero__grid {
  z-index: 2 !important;
  min-height: clamp(210px, 26vw, 340px) !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-hero__copy {
  padding: clamp(14px, 2.4vw, 24px) !important;
  border-radius: 24px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, .48), rgba(255, 255, 255, .22)) !important;
  backdrop-filter: blur(2px) !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-search {
  background: rgba(255, 255, 255, .92) !important;
  border-color: rgba(188, 221, 244, .95) !important;
  box-shadow: 0 18px 44px rgba(8, 42, 74, .12) !important;
}

@keyframes tfTravelHeroRotator {
  0%, 24.999% {
    background-image: var(--tf-travel-bg-1);
  }
  25%, 49.999% {
    background-image: var(--tf-travel-bg-2);
  }
  50%, 74.999% {
    background-image: var(--tf-travel-bg-3);
  }
  75%, 100% {
    background-image: var(--tf-travel-bg-4);
  }
}

@media (max-width: 700px) {
  html body.esimo-theme-travelflow .tf-live-home .tf-hero {
    min-height: clamp(250px, 68vw, 340px) !important;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .74) 0%, rgba(255, 255, 255, .42) 48%, rgba(232, 249, 255, .68) 100%) !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-hero::before {
    background-position: 56% center !important;
    opacity: .72 !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-hero__grid {
    min-height: clamp(190px, 54vw, 260px) !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-hero__copy {
    width: min(100%, 390px) !important;
    padding: 10px 12px !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, .40), rgba(255, 255, 255, .14)) !important;
  }
}

@supports (background-image: image-set(url("/static/themes/travelflow/assets/backgrounds/travel-rotator-01-mobile.webp") type("image/webp"))) {
  @media (max-width: 700px) {
    html body.esimo-theme-travelflow .tf-live-home .tf-hero {
      --tf-travel-bg-1: image-set(url("/static/themes/travelflow/assets/backgrounds/travel-rotator-01-mobile.webp") type("image/webp"), url("/static/themes/travelflow/assets/backgrounds/travel-rotator-01.png") type("image/png"));
      --tf-travel-bg-2: image-set(url("/static/themes/travelflow/assets/backgrounds/travel-rotator-02-mobile.webp") type("image/webp"), url("/static/themes/travelflow/assets/backgrounds/travel-rotator-02.png") type("image/png"));
      --tf-travel-bg-3: image-set(url("/static/themes/travelflow/assets/backgrounds/travel-rotator-03-mobile.webp") type("image/webp"), url("/static/themes/travelflow/assets/backgrounds/travel-rotator-03.png") type("image/png"));
      --tf-travel-bg-4: image-set(url("/static/themes/travelflow/assets/backgrounds/travel-rotator-04-mobile.webp") type("image/webp"), url("/static/themes/travelflow/assets/backgrounds/travel-rotator-04.png") type("image/png"));
    }
  }
}

@media (max-width: 820px) {
  html body.esimo-theme-travelflow .tf-plan-builder,
  html body.esimo-theme-travelflow .tf-live-checkout.checkout-shell,
  html body.esimo-theme-travelflow .tf-success-layout {
    grid-template-columns: 1fr !important;
  }

  html body.esimo-theme-travelflow .tf-live-checkout .checkout-copy {
    position: static !important;
  }

  html body.esimo-theme-travelflow .tf-live-destination .tf-destination-hero {
    grid-template-columns: 1fr !important;
    text-align: center !important;
  }

  html body.esimo-theme-travelflow .tf-live-destination .tf-destination-media {
    display: none !important;
  }

  html body.esimo-theme-travelflow .tf-plan-card--recommended {
    grid-template-columns: 1fr !important;
    text-align: center !important;
  }

  html body.esimo-theme-travelflow .tf-plan-card--recommended .tf-plan-meta,
  html body.esimo-theme-travelflow .tf-plan-card--recommended .tf-plan-buy {
    justify-items: center !important;
  }

  html body.esimo-theme-travelflow .tf-checkout-mini-trust {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 430px) {
  html body.esimo-theme-travelflow .tf-container {
    width: min(100%, 100vw) !important;
    padding-inline: 12px !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-popular,
  html body.esimo-theme-travelflow .tf-live-home .tf-region-map-flow {
    padding-block: 24px !important;
  }

  html body.esimo-theme-travelflow .tf-region-selector-layout .tf-region-picker {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  html body.esimo-theme-travelflow .tf-region-selector-layout .tf-region-pill {
    min-height: 56px !important;
    grid-template-columns: 1fr auto !important;
    justify-items: stretch !important;
    text-align: start !important;
  }

  html body.esimo-theme-travelflow .tf-chip-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body.esimo-theme-travelflow .tf-chip {
    min-height: 76px !important;
  }

  html body.esimo-theme-travelflow .tf-live-checkout.checkout-shell {
    width: 100% !important;
    margin: 0 auto !important;
  }

  html body.esimo-theme-travelflow .tf-live-checkout .checkout-panel,
  html body.esimo-theme-travelflow .tf-live-checkout .checkout-copy {
    border-radius: 0 0 22px 22px !important;
    border-inline: 0 !important;
  }

  html body.esimo-theme-travelflow .form-grid.two,
  html body.esimo-theme-travelflow .tf-regional-builder__controls,
  html body.esimo-theme-travelflow .tf-regional-builder__summary {
    grid-template-columns: 1fr !important;
  }

  html body.esimo-theme-travelflow .tf-regional-builder__summary .tf-button,
  html body.esimo-theme-travelflow .checkout-primary-actions .button,
  html body.esimo-theme-travelflow .tf-plan-buy .tf-btn {
    width: 100% !important;
  }

  html body.esimo-theme-travelflow .floating-actions,
  html[dir="rtl"] body.esimo-theme-travelflow .floating-actions,
  html[dir="ltr"] body.esimo-theme-travelflow .floating-actions {
    left: 8px !important;
    bottom: calc(12px + env(safe-area-inset-bottom)) !important;
    transform: scale(.82) !important;
    transform-origin: bottom left !important;
    opacity: .78 !important;
  }
}

/* Final cascade lock for the homepage merchandising sprint. */
html body.esimo-theme-travelflow,
html body.esimo-theme-travelflow *,
html body.esimo-theme-travelflow *::before,
html body.esimo-theme-travelflow *::after {
  font-family: Arial, sans-serif !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .tf-brand,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .tf-brand strong {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: stretch !important;
  min-height: 100% !important;
  line-height: 1 !important;
  font-family: Arial, sans-serif !important;
  font-weight: 900 !important;
  color: #082a44 !important;
  font-size: clamp(18px, 1.22vw, 20px) !important;
}

@media (max-width: 700px) {
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .tf-brand,
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .tf-brand strong {
    font-size: clamp(20px, 5.8vw, 24px) !important;
  }
}

html body.esimo-theme-travelflow .tf-live-home .tf-destination-field::before {
  left: clamp(14px, 2.4vw, 22px) !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-search input[type="search"] {
  padding-left: clamp(46px, 7vw, 56px) !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-chip,
html body.esimo-theme-travelflow .tf-live-home .tf-chip * {
  text-align: center !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-chip span {
  font-weight: 900 !important;
}

html body.esimo-theme-travelflow .tf-region-selector-layout .tf-region-picker {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(12px, 1.6vw, 18px) !important;
  max-width: 1080px !important;
  margin-inline: auto !important;
}

html body.esimo-theme-travelflow .tf-region-selector-layout .tf-region-pill {
  min-height: 96px !important;
  grid-template-columns: 1fr !important;
  align-content: center !important;
  justify-items: center !important;
  gap: 6px !important;
  text-align: center !important;
}

html body.esimo-theme-travelflow .tf-region-selector-layout .tf-region-pill span {
  font-size: clamp(20px, 2.1vw, 27px) !important;
  font-weight: 900 !important;
  text-align: center !important;
}

html body.esimo-theme-travelflow .tf-region-selector-layout .tf-region-pill em {
  display: block !important;
  font-style: normal !important;
  font-weight: 700 !important;
}

html body.esimo-theme-travelflow .tf-unlimited-flow {
  display: block !important;
}

html body.esimo-theme-travelflow .tf-unlimited-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(12px, 1.5vw, 18px) !important;
}

html body.esimo-theme-travelflow .tf-unlimited-card,
html body.esimo-theme-travelflow .tf-unlimited-panel,
html body.esimo-theme-travelflow .tf-unlimited-plan {
  font-family: Arial, sans-serif !important;
  text-align: center !important;
}

html body.esimo-theme-travelflow .footer,
html body.esimo-theme-travelflow .footer *,
html body.esimo-theme-travelflow .footer a {
  font-family: Arial, sans-serif !important;
  color: #c7d2e2 !important;
  font-weight: 800 !important;
}

html body.esimo-theme-travelflow .footer {
  text-align: center !important;
}

html body.esimo-theme-travelflow .footer-links {
  justify-content: center !important;
}

@media (max-width: 900px) {
  html body.esimo-theme-travelflow .tf-region-selector-layout .tf-region-picker,
  html body.esimo-theme-travelflow .tf-unlimited-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 430px) {
  html body.esimo-theme-travelflow .tf-region-selector-layout .tf-region-picker,
  html body.esimo-theme-travelflow .tf-unlimited-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Lightweight cookie/privacy notice. */
html body.esimo-theme-travelflow .tf-cookie-consent {
  position: fixed !important;
  z-index: 80 !important;
  inset-inline-end: 18px !important;
  bottom: calc(18px + env(safe-area-inset-bottom)) !important;
  width: min(360px, calc(100vw - 32px)) !important;
  display: grid !important;
  gap: 10px !important;
  padding: 14px !important;
  border: 1px solid rgba(26, 93, 160, .18) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 14px 36px rgba(11, 42, 74, .14) !important;
  color: #082a44 !important;
  direction: inherit !important;
  text-align: inherit !important;
  backdrop-filter: blur(8px) !important;
  opacity: 0 !important;
  transform: translateY(8px) !important;
  transition: opacity 180ms ease, transform 180ms ease !important;
}

html body.esimo-theme-travelflow .tf-cookie-consent[hidden] {
  display: none !important;
}

html body.esimo-theme-travelflow .tf-cookie-consent.is-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

html body.esimo-theme-travelflow .tf-cookie-consent.is-hiding {
  opacity: 0 !important;
  transform: translateY(8px) !important;
}

html body.esimo-theme-travelflow .tf-cookie-consent__content {
  display: grid !important;
  gap: 6px !important;
}

html body.esimo-theme-travelflow .tf-cookie-consent__title {
  font-size: 14px !important;
  font-weight: 900 !important;
  color: #082a44 !important;
}

html body.esimo-theme-travelflow .tf-cookie-consent__text {
  font-size: 13px !important;
  line-height: 1.45 !important;
  color: #49647c !important;
  font-weight: 700 !important;
}

html body.esimo-theme-travelflow .tf-cookie-consent__links {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  font-size: 12px !important;
}

html body.esimo-theme-travelflow .tf-cookie-consent__links a {
  color: #1a5da0 !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

html body.esimo-theme-travelflow .tf-cookie-consent__button {
  min-height: 38px !important;
  padding: 0 16px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: #1a5da0 !important;
  color: #fff !important;
  font-family: Arial, sans-serif !important;
  font-weight: 900 !important;
  cursor: pointer !important;
}

html body.esimo-theme-travelflow .tf-cookie-consent__button:hover {
  filter: brightness(.96) !important;
}

html body.esimo-theme-travelflow .tf-cookie-consent__button:focus-visible,
html body.esimo-theme-travelflow .tf-cookie-consent__links a:focus-visible {
  outline: 3px solid rgba(34, 184, 207, .45) !important;
  outline-offset: 3px !important;
}

html body.esimo-theme-travelflow.tf-action-flow .tf-cookie-consent {
  inset-inline-end: 96px !important;
}

@media (max-width: 639px) {
  html body.esimo-theme-travelflow .tf-cookie-consent,
  html body.esimo-theme-travelflow.tf-action-flow .tf-cookie-consent {
    inset-inline: 16px !important;
    bottom: calc(92px + env(safe-area-inset-bottom)) !important;
    width: auto !important;
    padding: 12px !important;
    border-radius: 16px !important;
  }
}

/* Final UX refinements: consent ordering, footer layout, regional cards, mobile nav and fixed popular grid. */
html body.esimo-theme-travelflow .tf-cookie-consent,
html body.esimo-theme-travelflow.tf-action-flow .tf-cookie-consent {
  left: 50% !important;
  right: auto !important;
  inset-inline: auto !important;
  inset-inline-end: auto !important;
  bottom: calc(14px + env(safe-area-inset-bottom)) !important;
  width: min(392px, calc(100vw - 32px)) !important;
  text-align: center !important;
  transform: translate(-50%, 8px) !important;
}

html body.esimo-theme-travelflow .tf-cookie-consent.is-visible,
html body.esimo-theme-travelflow.tf-action-flow .tf-cookie-consent.is-visible {
  transform: translate(-50%, 0) !important;
}

html body.esimo-theme-travelflow .tf-cookie-consent.is-hiding,
html body.esimo-theme-travelflow.tf-action-flow .tf-cookie-consent.is-hiding {
  transform: translate(-50%, 8px) !important;
}

html body.esimo-theme-travelflow .tf-cookie-consent__text a {
  color: #1a5da0 !important;
  border-bottom: 1px solid rgba(26, 93, 160, .32) !important;
  text-decoration: none !important;
  font-weight: 900 !important;
}

body.esimo-theme-travelflow.has-cookie-consent-visible .floating-actions,
html[dir="rtl"] body.esimo-theme-travelflow.has-cookie-consent-visible .floating-actions,
html[dir="ltr"] body.esimo-theme-travelflow.has-cookie-consent-visible .floating-actions {
  top: auto !important;
  bottom: calc(170px + env(safe-area-inset-bottom)) !important;
  transform: none !important;
}

html body.esimo-theme-travelflow .footer {
  display: grid !important;
  grid-template-columns: minmax(160px, 1fr) auto !important;
  grid-template-areas:
    "copyright brand"
    "copyright links" !important;
  align-items: end !important;
  gap: 8px 28px !important;
  direction: rtl !important;
  text-align: right !important;
  font-family: Arial, sans-serif !important;
}

html body.esimo-theme-travelflow .footer-brand-block {
  grid-area: brand !important;
  justify-self: end !important;
  text-align: right !important;
}

html body.esimo-theme-travelflow .footer-brand-block strong {
  display: block !important;
  color: #c7d2e2 !important;
  font-family: Arial, sans-serif !important;
  font-weight: 900 !important;
}

html body.esimo-theme-travelflow .footer-links {
  grid-area: links !important;
  justify-self: end !important;
  justify-content: flex-start !important;
  direction: rtl !important;
  text-align: right !important;
}

html body.esimo-theme-travelflow .footer-links a {
  color: #c7d2e2 !important;
  font-family: Arial, sans-serif !important;
  font-weight: 800 !important;
}

html body.esimo-theme-travelflow .footer-copyright {
  grid-area: copyright !important;
  justify-self: start !important;
  align-self: end !important;
  margin: 0 !important;
  color: #c7d2e2 !important;
  direction: ltr !important;
  text-align: left !important;
  font-family: Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

html body.esimo-theme-travelflow .tf-region-pill em {
  display: none !important;
}

html body.esimo-theme-travelflow .tf-region-pill {
  min-height: 112px !important;
}

html body.esimo-theme-travelflow .tf-region-pill span {
  width: 100% !important;
  text-align: center !important;
  font-family: Arial, sans-serif !important;
  font-size: clamp(20px, 2.1vw, 28px) !important;
  font-weight: 900 !important;
}

html body.esimo-theme-travelflow .tf-region-pill small {
  width: 100% !important;
  text-align: center !important;
  color: #1568b3 !important;
  font-family: Arial, sans-serif !important;
  font-size: clamp(17px, 1.7vw, 22px) !important;
  font-weight: 900 !important;
}

html body.esimo-theme-travelflow .tf-region-pill.is-active small,
html body.esimo-theme-travelflow .tf-region-pill:hover small,
html body.esimo-theme-travelflow .tf-region-pill:focus-visible small {
  color: #fff !important;
}

html body.esimo-theme-travelflow .tf-chip-row[data-popular-rotator] {
  grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  align-items: stretch !important;
}

html body.esimo-theme-travelflow .tf-chip {
  min-height: 106px !important;
  height: 106px !important;
  max-height: 106px !important;
  overflow: hidden !important;
  justify-items: center !important;
  text-align: center !important;
}

html body.esimo-theme-travelflow .tf-chip span,
html body.esimo-theme-travelflow .tf-chip small {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  line-height: 1.15 !important;
  text-align: center !important;
  max-width: 100% !important;
  word-break: normal !important;
}

html body.esimo-theme-travelflow .tf-chip span {
  font-weight: 900 !important;
}

@media (max-width: 1024px) {
  html body.esimo-theme-travelflow .tf-chip-row[data-popular-rotator] {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  html body.esimo-theme-travelflow .tf-app-header .tf-primary-nav,
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-primary-nav.nav-action-cluster,
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-links.tf-primary-nav {
    display: flex !important;
    grid-column: 1 / -1 !important;
    grid-row: 3 !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    width: 100% !important;
    margin: 0 !important;
  }

  html body.esimo-theme-travelflow .tf-primary-nav .nav-home-link {
    display: none !important;
  }

  html body.esimo-theme-travelflow .tf-primary-nav .nav-account-link,
  html body.esimo-theme-travelflow .tf-primary-nav a[href^="/check-balance"] {
    display: inline-flex !important;
  }
}

@media (max-width: 639px) {
  html body.esimo-theme-travelflow .tf-cookie-consent,
  html body.esimo-theme-travelflow.tf-action-flow .tf-cookie-consent {
    left: 50% !important;
    right: auto !important;
    inset-inline: auto !important;
    width: min(398px, calc(100vw - 24px)) !important;
    bottom: calc(10px + env(safe-area-inset-bottom)) !important;
  }

  body.esimo-theme-travelflow.has-cookie-consent-visible .floating-actions,
  html[dir="rtl"] body.esimo-theme-travelflow.has-cookie-consent-visible .floating-actions,
  html[dir="ltr"] body.esimo-theme-travelflow.has-cookie-consent-visible .floating-actions {
    bottom: calc(168px + env(safe-area-inset-bottom)) !important;
    transform: scale(.86) !important;
    transform-origin: bottom left !important;
  }

  html body.esimo-theme-travelflow .tf-chip-row[data-popular-rotator] {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  html body.esimo-theme-travelflow .tf-chip {
    min-height: 96px !important;
    height: 96px !important;
    max-height: 96px !important;
    padding: 8px 6px !important;
  }

  html body.esimo-theme-travelflow .tf-chip img {
    width: 30px !important;
    height: 22px !important;
  }

  html body.esimo-theme-travelflow .tf-chip span {
    font-size: 11px !important;
  }

  html body.esimo-theme-travelflow .tf-chip small {
    font-size: 10px !important;
  }

  html body.esimo-theme-travelflow .footer {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "brand"
      "links"
      "copyright" !important;
    justify-items: stretch !important;
  }

  html body.esimo-theme-travelflow .footer-brand-block,
  html body.esimo-theme-travelflow .footer-links {
    justify-self: end !important;
  }

  html body.esimo-theme-travelflow .footer-copyright {
    justify-self: start !important;
  }
}

html[dir="rtl"] body.esimo-theme-travelflow .tf-cookie-consent,
html[dir="rtl"] body.esimo-theme-travelflow.tf-action-flow .tf-cookie-consent,
html[dir="ltr"] body.esimo-theme-travelflow .tf-cookie-consent,
html[dir="ltr"] body.esimo-theme-travelflow.tf-action-flow .tf-cookie-consent {
  left: 50% !important;
  right: auto !important;
  bottom: calc(14px + env(safe-area-inset-bottom)) !important;
  transform: translate(-50%, 8px) !important;
}

html[dir="rtl"] body.esimo-theme-travelflow .tf-cookie-consent.is-visible,
html[dir="rtl"] body.esimo-theme-travelflow.tf-action-flow .tf-cookie-consent.is-visible,
html[dir="ltr"] body.esimo-theme-travelflow .tf-cookie-consent.is-visible,
html[dir="ltr"] body.esimo-theme-travelflow.tf-action-flow .tf-cookie-consent.is-visible {
  transform: translate(-50%, 0) !important;
}

html[dir="rtl"] body.esimo-theme-travelflow .tf-cookie-consent.is-hiding,
html[dir="rtl"] body.esimo-theme-travelflow.tf-action-flow .tf-cookie-consent.is-hiding,
html[dir="ltr"] body.esimo-theme-travelflow .tf-cookie-consent.is-hiding,
html[dir="ltr"] body.esimo-theme-travelflow.tf-action-flow .tf-cookie-consent.is-hiding {
  transform: translate(-50%, 8px) !important;
}

html body.esimo-theme-travelflow .footer {
  grid-template-areas:
    "brand copyright"
    "links copyright" !important;
}

html body.esimo-theme-travelflow .footer-brand-block,
html body.esimo-theme-travelflow .footer-links {
  justify-self: start !important;
}

html body.esimo-theme-travelflow .footer-copyright {
  justify-self: end !important;
}

@media (max-width: 639px) {
  html body.esimo-theme-travelflow .footer {
    grid-template-areas:
      "brand"
      "links"
      "copyright" !important;
  }

  html body.esimo-theme-travelflow .footer-brand-block,
  html body.esimo-theme-travelflow .footer-links {
    justify-self: start !important;
  }

  html body.esimo-theme-travelflow .footer-copyright {
    justify-self: end !important;
  }
}

/* Sprint navigation and floating-panel final alignment. */
html body.esimo-theme-travelflow .tf-live-home .tf-hero {
  --tf-travel-bg-1: url("/static/themes/travelflow/assets/backgrounds/travel-rotator-01-desktop.webp");
  --tf-travel-bg-2: url("/static/themes/travelflow/assets/backgrounds/travel-rotator-02-desktop.webp");
  --tf-travel-bg-3: url("/static/themes/travelflow/assets/backgrounds/travel-rotator-03-desktop.webp");
  --tf-travel-bg-4: url("/static/themes/travelflow/assets/backgrounds/travel-rotator-04-desktop.webp");
  --tf-travel-bg-5: url("/static/themes/travelflow/assets/backgrounds/travel-rotator-05-desktop.webp");
  --tf-travel-bg-6: url("/static/themes/travelflow/assets/backgrounds/travel-rotator-06-desktop.webp");
  --tf-travel-bg-7: url("/static/themes/travelflow/assets/backgrounds/travel-rotator-07-desktop.webp");
  --tf-travel-bg-8: url("/static/themes/travelflow/assets/backgrounds/travel-rotator-08-desktop.webp");
  --tf-travel-bg-9: url("/static/themes/travelflow/assets/backgrounds/travel-rotator-09-desktop.webp");
}

html body.esimo-theme-travelflow .tf-live-home .tf-hero::before {
  animation: tfTravelHeroRotator 2700s steps(1, end) infinite !important;
}

@keyframes tfTravelHeroRotator {
  0%, 11.110% { background-image: var(--tf-travel-bg-1); }
  11.111%, 22.221% { background-image: var(--tf-travel-bg-2); }
  22.222%, 33.332% { background-image: var(--tf-travel-bg-3); }
  33.333%, 44.443% { background-image: var(--tf-travel-bg-4); }
  44.444%, 55.554% { background-image: var(--tf-travel-bg-5); }
  55.555%, 66.665% { background-image: var(--tf-travel-bg-6); }
  66.666%, 77.776% { background-image: var(--tf-travel-bg-7); }
  77.777%, 88.887% { background-image: var(--tf-travel-bg-8); }
  88.888%, 100% { background-image: var(--tf-travel-bg-9); }
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  grid-template-areas:
    "utility brand"
    "primary brand" !important;
  align-items: center !important;
  justify-items: stretch !important;
  gap: 8px 18px !important;
  min-height: 86px !important;
  padding: 10px clamp(16px, 2.4vw, 36px) !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-brand {
  grid-area: brand !important;
  justify-self: end !important;
  align-self: center !important;
  margin: 0 !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-utility-nav.nav-language-tools {
  grid-area: utility !important;
  justify-self: start !important;
  align-self: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  margin: 0 !important;
  width: auto !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-primary-nav.nav-action-cluster,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-links.tf-primary-nav {
  grid-area: primary !important;
  justify-self: end !important;
  align-self: center !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  width: auto !important;
  margin: 0 !important;
  direction: ltr !important;
}

html body.esimo-theme-travelflow .tf-primary-nav .nav-home-link {
  display: none !important;
}

html body.esimo-theme-travelflow .tf-primary-nav .nav-logout {
  display: inline-flex !important;
  margin: 0 !important;
  order: 1 !important;
}

html body.esimo-theme-travelflow .tf-primary-nav .nav-admin-link {
  order: 2 !important;
}

html body.esimo-theme-travelflow .tf-primary-nav .nav-balance-link,
html body.esimo-theme-travelflow .tf-primary-nav a[href^="/check-balance"] {
  order: 3 !important;
}

html body.esimo-theme-travelflow .tf-primary-nav .nav-account-link {
  order: 4 !important;
}

html body.esimo-theme-travelflow .tf-primary-nav .nav-action,
html body.esimo-theme-travelflow .tf-primary-nav .nav-logout-button,
html body.esimo-theme-travelflow .tf-primary-nav .customer-chip {
  min-width: 92px !important;
  min-height: 34px !important;
  justify-content: center !important;
  text-align: center !important;
  font-family: Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

html body.esimo-theme-travelflow .tf-primary-nav .customer-chip {
  white-space: nowrap !important;
}

html body.esimo-theme-travelflow .floating-actions.has-open {
  z-index: 120 !important;
}

html body.esimo-theme-travelflow .floating-actions.has-open .floating-panel,
html[dir="rtl"] body.esimo-theme-travelflow .floating-actions.has-open .floating-panel,
html[dir="ltr"] body.esimo-theme-travelflow .floating-actions.has-open .floating-panel {
  position: fixed !important;
  left: 64px !important;
  right: auto !important;
  bottom: calc(96px + env(safe-area-inset-bottom)) !important;
  top: auto !important;
  z-index: 130 !important;
  width: min(360px, calc(100vw - 88px)) !important;
  max-height: min(620px, calc(100vh - 126px)) !important;
  overflow: auto !important;
  transform: none !important;
}

html body.esimo-theme-travelflow.has-cookie-consent-visible .floating-actions.has-open .floating-panel {
  bottom: calc(224px + env(safe-area-inset-bottom)) !important;
}

@media (max-width: 700px) {
  html body.esimo-theme-travelflow .tf-live-home .tf-hero {
    --tf-travel-bg-1: url("/static/themes/travelflow/assets/backgrounds/travel-rotator-01-mobile.webp");
    --tf-travel-bg-2: url("/static/themes/travelflow/assets/backgrounds/travel-rotator-02-mobile.webp");
    --tf-travel-bg-3: url("/static/themes/travelflow/assets/backgrounds/travel-rotator-03-mobile.webp");
    --tf-travel-bg-4: url("/static/themes/travelflow/assets/backgrounds/travel-rotator-04-mobile.webp");
    --tf-travel-bg-5: url("/static/themes/travelflow/assets/backgrounds/travel-rotator-05-mobile.webp");
    --tf-travel-bg-6: url("/static/themes/travelflow/assets/backgrounds/travel-rotator-06-mobile.webp");
    --tf-travel-bg-7: url("/static/themes/travelflow/assets/backgrounds/travel-rotator-07-mobile.webp");
    --tf-travel-bg-8: url("/static/themes/travelflow/assets/backgrounds/travel-rotator-08-mobile.webp");
    --tf-travel-bg-9: url("/static/themes/travelflow/assets/backgrounds/travel-rotator-09-mobile.webp");
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header {
    grid-template-columns: minmax(0, 1fr) auto !important;
    min-height: 102px !important;
    gap: 7px 12px !important;
    padding: 8px 12px !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-utility-nav.nav-language-tools {
    gap: 6px !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-primary-nav.nav-action-cluster,
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-links.tf-primary-nav {
    gap: 6px !important;
    width: 100% !important;
    flex-wrap: nowrap !important;
  }

  html body.esimo-theme-travelflow .tf-primary-nav .nav-action,
  html body.esimo-theme-travelflow .tf-primary-nav .nav-logout-button,
  html body.esimo-theme-travelflow .tf-primary-nav .customer-chip {
    min-width: clamp(68px, 20vw, 82px) !important;
    min-height: 30px !important;
    font-size: clamp(10px, 2.7vw, 11px) !important;
    padding-inline: 7px !important;
  }

  html body.esimo-theme-travelflow .floating-actions.has-open .floating-panel,
  html[dir="rtl"] body.esimo-theme-travelflow .floating-actions.has-open .floating-panel,
  html[dir="ltr"] body.esimo-theme-travelflow .floating-actions.has-open .floating-panel {
    left: 54px !important;
    right: 10px !important;
    bottom: calc(86px + env(safe-area-inset-bottom)) !important;
    width: auto !important;
    max-height: min(560px, calc(100vh - 112px)) !important;
  }
}

html body.esimo-theme-travelflow.has-cookie-consent-visible .floating-actions.has-open .floating-panel {
  bottom: calc(214px + env(safe-area-inset-bottom)) !important;
}

/* Correct the final header grid: brand and utilities share row one; actions sit below. */
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header {
  grid-template-areas:
    "utility brand"
    "primary primary" !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-brand {
  min-height: 32px !important;
  height: auto !important;
  align-self: center !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-primary-nav.nav-action-cluster,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-links.tf-primary-nav {
  justify-self: end !important;
}

body.esimo-theme-travelflow .floating-actions.has-open,
html[dir="rtl"] body.esimo-theme-travelflow .floating-actions.has-open,
html[dir="ltr"] body.esimo-theme-travelflow .floating-actions.has-open,
body.esimo-theme-travelflow.has-cookie-consent-visible .floating-actions.has-open,
html[dir="rtl"] body.esimo-theme-travelflow.has-cookie-consent-visible .floating-actions.has-open,
html[dir="ltr"] body.esimo-theme-travelflow.has-cookie-consent-visible .floating-actions.has-open {
  transform: none !important;
  width: auto !important;
  height: auto !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-primary-nav > .nav-logout {
  order: 1 !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-primary-nav > .nav-admin-link {
  order: 2 !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-primary-nav > .nav-balance-link {
  order: 3 !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-primary-nav > .nav-account-link {
  order: 4 !important;
}

/* Account logout moved out of navigation; destination hero and region icons final lock. */
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-primary-nav > .nav-logout {
  display: none !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-primary-nav > .nav-account-link {
  order: 1 !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-primary-nav > .nav-balance-link {
  order: 2 !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-primary-nav > .nav-admin-link {
  order: 3 !important;
}

html body.esimo-theme-travelflow .account-danger-actions {
  display: grid !important;
  gap: 10px !important;
}

html body.esimo-theme-travelflow .account-danger-actions .account-logout-action {
  border-color: rgba(26, 93, 160, .24) !important;
  color: #082a44 !important;
  background: #fff !important;
  font-family: Arial, sans-serif !important;
  font-weight: 900 !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-hero__grid {
  display: grid !important;
  align-items: center !important;
  justify-items: center !important;
  min-height: clamp(235px, 30vw, 430px) !important;
}

html[dir="rtl"] body.esimo-theme-travelflow .tf-live-home .tf-hero__copy,
html[dir="ltr"] body.esimo-theme-travelflow .tf-live-home .tf-hero__copy {
  width: min(640px, 52vw) !important;
  max-width: min(640px, calc(100vw - 48px)) !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  transform: translateX(-clamp(18px, 5vw, 82px)) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-search {
  position: relative !important;
  display: block !important;
  width: min(100%, 560px) !important;
  max-width: 560px !important;
  min-height: 70px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 22px !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: visible !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-destination-field {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  min-height: 70px !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, .95) !important;
  border: 1px solid rgba(188, 221, 244, .95) !important;
  box-shadow: 0 16px 34px rgba(8, 42, 74, .12) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-destination-field::before {
  left: 18px !important;
  right: auto !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 34px !important;
  height: 34px !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-search input[type="search"] {
  display: block !important;
  width: 100% !important;
  min-height: 70px !important;
  padding: 0 24px 0 66px !important;
  border: 0 !important;
  border-radius: 18px !important;
  background: transparent !important;
  font-family: Arial, sans-serif !important;
  font-weight: 800 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html[dir="ltr"] body.esimo-theme-travelflow .tf-live-home .tf-search input[type="search"] {
  padding: 0 66px 0 24px !important;
}

html[dir="ltr"] body.esimo-theme-travelflow .tf-live-home .tf-destination-field::before {
  left: auto !important;
  right: 18px !important;
}

html body.esimo-theme-travelflow .tf-live-home .destination-suggestions {
  width: 100% !important;
  max-width: 100% !important;
  inset-inline: 0 auto !important;
  top: calc(100% + 10px) !important;
  border-radius: 16px !important;
  box-shadow: 0 18px 36px rgba(8, 42, 74, .16) !important;
  z-index: 45 !important;
}

@media (min-width: 701px) and (max-width: 1180px) {
  html body.esimo-theme-travelflow .tf-chip-row[data-popular-rotator] {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  html body.esimo-theme-travelflow .tf-chip {
    min-height: 104px !important;
    height: 104px !important;
  }
}

@media (max-width: 700px) {
  html[dir="rtl"] body.esimo-theme-travelflow .tf-live-home .tf-hero__copy,
  html[dir="ltr"] body.esimo-theme-travelflow .tf-live-home .tf-hero__copy {
    width: min(100%, 390px) !important;
    max-width: calc(100vw - 32px) !important;
    transform: none !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-search {
    width: min(100%, 340px) !important;
    max-width: calc(100vw - 38px) !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-hero__grid {
    min-height: clamp(180px, 52vw, 260px) !important;
  }

  html body.esimo-theme-travelflow .tf-chip-row[data-popular-rotator] {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* Final TASIM.BIZ vertical lockup. */
html body.esimo-theme-travelflow .tf-brand,
html body.esimo-theme-travelflow .footer-brand-block {
  display: inline-grid !important;
  grid-template-columns: max-content max-content !important;
  grid-template-rows: auto auto !important;
  align-content: center !important;
  justify-items: center !important;
  column-gap: 4px !important;
  row-gap: 0 !important;
  line-height: 1 !important;
  direction: ltr !important;
  unicode-bidi: isolate !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .tf-brand,
html body.esimo-theme-travelflow .tf-app-header .tf-brand {
  display: inline-grid !important;
  grid-template-columns: max-content max-content !important;
  grid-template-rows: auto auto !important;
  align-content: center !important;
  justify-content: center !important;
  justify-items: center !important;
  column-gap: 4px !important;
  row-gap: 0 !important;
  width: max-content !important;
  min-width: 0 !important;
  max-width: none !important;
}

html body.esimo-theme-travelflow .tf-brand-logo {
  display: inline-flex !important;
  align-items: baseline !important;
  justify-content: center !important;
  gap: 0 !important;
  direction: ltr !important;
  unicode-bidi: isolate !important;
  color: #082a44 !important;
  font-family: Arial, sans-serif !important;
  font-weight: 950 !important;
  line-height: .9 !important;
  white-space: nowrap !important;
  letter-spacing: 0 !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  justify-self: end !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .tf-brand strong.tf-brand-logo,
html body.esimo-theme-travelflow .tf-app-header .tf-brand strong.tf-brand-logo,
html body.esimo-theme-travelflow .footer-brand-block strong.tf-brand-logo {
  display: inline-flex !important;
  width: auto !important;
  min-width: max-content !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  text-indent: 0 !important;
  font-family: Arial, sans-serif !important;
  font-size: clamp(24px, 2vw, 30px) !important;
  font-weight: 950 !important;
  line-height: .9 !important;
  color: #082a44 !important;
  white-space: nowrap !important;
  letter-spacing: 0 !important;
}

html body.esimo-theme-travelflow .tf-brand-main {
  font: inherit !important;
  letter-spacing: 0 !important;
}

html body.esimo-theme-travelflow .tf-app-header .tf-brand .tf-brand-main,
html body.esimo-theme-travelflow .tf-app-header .tf-brand .tf-brand-dot,
html body.esimo-theme-travelflow .footer-brand-block .tf-brand-main,
html body.esimo-theme-travelflow .footer-brand-block .tf-brand-dot {
  font-family: Arial, sans-serif !important;
  font-size: 1em !important;
  font-weight: 950 !important;
  line-height: .9 !important;
  color: inherit !important;
}

html body.esimo-theme-travelflow .tf-brand-dot {
  font: inherit !important;
  margin-inline: 1px 0 !important;
  letter-spacing: 0 !important;
}

html body.esimo-theme-travelflow .tf-brand-biz {
  font-family: Arial, sans-serif !important;
  font-weight: 950 !important;
  font-size: .42em !important;
  line-height: 1 !important;
  margin: 0 !important;
  transform: rotate(-90deg) !important;
  transform-origin: center !important;
  letter-spacing: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: center !important;
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
  width: 1.1em !important;
  min-width: 1.1em !important;
  max-width: 1.1em !important;
  height: calc(2.15em + 6px) !important;
  white-space: nowrap !important;
}

html body.esimo-theme-travelflow .tf-app-header .tf-brand .tf-brand-biz,
html body.esimo-theme-travelflow .footer-brand-block .tf-brand-biz {
  font-size: .42em !important;
  color: inherit !important;
}

html body.esimo-theme-travelflow .tf-brand-tagline,
html body.esimo-theme-travelflow .tf-app-header .tf-brand .tf-brand-tagline,
html body.esimo-theme-travelflow .footer-brand-block .tf-brand-tagline {
  display: block !important;
  margin-top: 2px !important;
  color: #082a44 !important;
  font-family: Arial, sans-serif !important;
  font-size: clamp(4px, .46vw, 6px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  letter-spacing: 0 !important;
  grid-column: 1 !important;
  grid-row: 2 !important;
  justify-self: end !important;
  text-align: center !important;
  width: 100% !important;
}

html body.esimo-theme-travelflow .tf-app-header .tf-brand .tf-brand-logo {
  font-size: clamp(24px, 2vw, 30px) !important;
}

html body.esimo-theme-travelflow .footer-brand-block .tf-brand-logo {
  color: #c4cfdd !important;
  font-size: clamp(18px, 1.5vw, 23px) !important;
}

html body.esimo-theme-travelflow .footer-brand-block strong.tf-brand-logo {
  color: #c4cfdd !important;
  font-size: clamp(18px, 1.5vw, 23px) !important;
}

html body.esimo-theme-travelflow .footer-brand-block .tf-brand-tagline {
  color: #c4cfdd !important;
}

html body.esimo-theme-travelflow .tf-app-header .tf-brand .tf-brand-tagline {
  font-size: clamp(5.5px, .64vw, 8px) !important;
}

html body.esimo-theme-travelflow .footer-brand-block .tf-brand-tagline {
  font-size: clamp(5px, .58vw, 7px) !important;
}

@media (max-width: 700px) {
  html body.esimo-theme-travelflow .tf-app-header .tf-brand .tf-brand-logo {
    font-size: clamp(25px, 7vw, 30px) !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header] .tf-brand strong.tf-brand-logo,
  html body.esimo-theme-travelflow .tf-app-header .tf-brand strong.tf-brand-logo {
    font-size: clamp(25px, 7vw, 30px) !important;
  }

  html body.esimo-theme-travelflow .tf-app-header .tf-brand .tf-brand-tagline {
    font-size: 5.6px !important;
  }
}

@media (max-width: 390px) {
  html body.esimo-theme-travelflow .tf-live-home .tf-search {
    width: min(100%, 310px) !important;
  }
}

html body.esimo-theme-travelflow .tf-region-pill {
  grid-template-columns: 52px 1fr !important;
  align-items: center !important;
  justify-items: center !important;
  column-gap: 12px !important;
  padding: 14px 16px !important;
}

html[dir="rtl"] body.esimo-theme-travelflow .tf-region-pill {
  grid-template-columns: 1fr 52px !important;
}

/* Absolute final brand composition: TASIM. + vertical BIZ + tagline under TASIM. */
html body.esimo-theme-travelflow .tf-brand,
html body.esimo-theme-travelflow .footer-brand-block {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: max-content !important;
  max-width: none !important;
  line-height: 1 !important;
  direction: ltr !important;
  unicode-bidi: isolate !important;
}

/* Static brand asset lock: prevents text/CSS logo drift across breakpoints. */
html body.esimo-theme-travelflow .tf-brand-picture,
html body.esimo-theme-travelflow .footer-brand-picture {
  display: block !important;
  line-height: 0 !important;
  width: clamp(118px, 10vw, 156px) !important;
  max-width: 36vw !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.esimo-theme-travelflow .tf-brand-image,
html body.esimo-theme-travelflow .footer-brand-image {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: 104px !important;
  object-fit: contain !important;
  object-position: center !important;
  image-rendering: auto !important;
  filter: none !important;
}

html body.esimo-theme-travelflow .footer-brand-picture {
  width: clamp(132px, 12vw, 184px) !important;
  max-width: 52vw !important;
}

@media (max-width: 700px) {
  html body.esimo-theme-travelflow .tf-app-header .tf-brand-picture {
    width: clamp(112px, 34vw, 136px) !important;
    max-width: 38vw !important;
  }

  html body.esimo-theme-travelflow .tf-app-header .tf-brand-image {
    max-height: 92px !important;
  }

  html body.esimo-theme-travelflow .footer-brand-picture {
    width: clamp(132px, 46vw, 166px) !important;
    max-width: 58vw !important;
  }
}

html body.esimo-theme-travelflow .tf-brand-lockup,
html body.esimo-theme-travelflow .tf-app-header .tf-brand .tf-brand-lockup,
html body.esimo-theme-travelflow .footer-brand-block .tf-brand-lockup {
  display: inline-grid !important;
  grid-template-columns: max-content max-content !important;
  grid-template-rows: auto auto !important;
  column-gap: 3px !important;
  row-gap: 1px !important;
  align-items: center !important;
  justify-items: center !important;
  width: max-content !important;
  max-width: none !important;
  line-height: 1 !important;
  direction: ltr !important;
  unicode-bidi: isolate !important;
}

html body.esimo-theme-travelflow .tf-brand-lockup .tf-brand-logo,
html body.esimo-theme-travelflow .tf-app-header .tf-brand .tf-brand-lockup strong.tf-brand-logo,
html body.esimo-theme-travelflow .footer-brand-block .tf-brand-lockup strong.tf-brand-logo {
  grid-column: 1 !important;
  grid-row: 1 !important;
  display: inline-flex !important;
  align-items: baseline !important;
  justify-content: flex-end !important;
  width: max-content !important;
  min-width: max-content !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  font-family: Arial, sans-serif !important;
  font-size: clamp(24px, 2vw, 30px) !important;
  font-weight: 950 !important;
  line-height: .86 !important;
  color: #082a44 !important;
  white-space: nowrap !important;
  letter-spacing: 0 !important;
}

html body.esimo-theme-travelflow .tf-brand-lockup .tf-brand-main,
html body.esimo-theme-travelflow .tf-brand-lockup .tf-brand-dot {
  font: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
}

html body.esimo-theme-travelflow .tf-brand-lockup .tf-brand-dot {
  margin-inline-start: 1px !important;
}

html body.esimo-theme-travelflow .tf-brand-lockup .tf-brand-biz,
html body.esimo-theme-travelflow .tf-app-header .tf-brand .tf-brand-lockup .tf-brand-biz,
html body.esimo-theme-travelflow .footer-brand-block .tf-brand-lockup .tf-brand-biz {
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: center !important;
  justify-self: start !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 10px !important;
  min-width: 10px !important;
  max-width: 10px !important;
  height: 24px !important;
  min-height: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #082a44 !important;
  transform: none !important;
  transform-origin: center !important;
  font-family: Arial, sans-serif !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  letter-spacing: 0 !important;
  font-size: 0 !important;
}

html body.esimo-theme-travelflow .tf-brand-lockup .tf-brand-biz-svg {
  display: block !important;
  width: 10px !important;
  height: 24px !important;
  overflow: visible !important;
}

html body.esimo-theme-travelflow .tf-brand-lockup .tf-brand-biz-svg text {
  fill: #082a44 !important;
  opacity: 1 !important;
  font-family: Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
}

html body.esimo-theme-travelflow .tf-brand-lockup .tf-brand-tagline,
html body.esimo-theme-travelflow .tf-app-header .tf-brand .tf-brand-lockup .tf-brand-tagline,
html body.esimo-theme-travelflow .footer-brand-block .tf-brand-lockup .tf-brand-tagline {
  grid-column: 1 !important;
  grid-row: 2 !important;
  justify-self: stretch !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 1px 0 0 !important;
  color: #082a44 !important;
  font-family: Arial, sans-serif !important;
  font-size: clamp(6.2px, .72vw, 8.6px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-align: center !important;
  white-space: nowrap !important;
  letter-spacing: 0 !important;
}

html body.esimo-theme-travelflow .footer-brand-block .tf-brand-lockup .tf-brand-logo,
html body.esimo-theme-travelflow .footer-brand-block .tf-brand-lockup .tf-brand-biz,
html body.esimo-theme-travelflow .footer-brand-block .tf-brand-lockup .tf-brand-biz-svg,
html body.esimo-theme-travelflow .footer-brand-block .tf-brand-lockup .tf-brand-main,
html body.esimo-theme-travelflow .footer-brand-block .tf-brand-lockup .tf-brand-dot,
html body.esimo-theme-travelflow .footer-brand-block .tf-brand-lockup .tf-brand-tagline {
  color: #082a44 !important;
}

html body.esimo-theme-travelflow .footer-brand-block .tf-brand-lockup .tf-brand-logo {
  font-size: clamp(24px, 2vw, 30px) !important;
}

html body.esimo-theme-travelflow .footer-brand-block .tf-brand-lockup .tf-brand-biz,
html body.esimo-theme-travelflow .footer-brand-block .tf-brand-lockup .tf-brand-biz-svg {
  width: 10px !important;
  min-width: 10px !important;
  max-width: 10px !important;
  height: 24px !important;
  min-height: 24px !important;
}

html body.esimo-theme-travelflow .footer-brand-block .tf-brand-lockup .tf-brand-biz-svg text {
  fill: #082a44 !important;
  font-size: 12px !important;
}

html body.esimo-theme-travelflow .footer-brand-block .tf-brand-lockup .tf-brand-biz {
  height: 24px !important;
  min-height: 24px !important;
}

html body.esimo-theme-travelflow .footer-brand-block .tf-brand-lockup .tf-brand-tagline {
  font-size: clamp(6.2px, .72vw, 8.6px) !important;
}

@media (max-width: 700px) {
  html body.esimo-theme-travelflow .tf-app-header .tf-brand .tf-brand-lockup strong.tf-brand-logo {
    font-size: clamp(25px, 7vw, 30px) !important;
  }

  html body.esimo-theme-travelflow .tf-app-header .tf-brand .tf-brand-lockup .tf-brand-biz,
  html body.esimo-theme-travelflow .tf-app-header .tf-brand .tf-brand-lockup .tf-brand-biz-svg {
    width: 10px !important;
    min-width: 10px !important;
    max-width: 10px !important;
    height: 24px !important;
    min-height: 24px !important;
  }

  html body.esimo-theme-travelflow .tf-app-header .tf-brand .tf-brand-lockup .tf-brand-biz-svg text {
    font-size: 12px !important;
  }

  html body.esimo-theme-travelflow .tf-app-header .tf-brand .tf-brand-lockup .tf-brand-tagline {
    font-size: clamp(6.4px, 1.78vw, 7.2px) !important;
  }
}

html body.esimo-theme-travelflow .tf-region-icon {
  width: 52px !important;
  height: 52px !important;
  object-fit: contain !important;
  grid-row: 1 / span 2 !important;
  opacity: .9 !important;
  filter: drop-shadow(0 5px 8px rgba(8, 42, 74, .12)) !important;
}

html[dir="rtl"] body.esimo-theme-travelflow .tf-region-icon {
  grid-column: 2 !important;
}

html body.esimo-theme-travelflow .tf-region-pill:hover .tf-region-icon,
html body.esimo-theme-travelflow .tf-region-pill:focus-visible .tf-region-icon,
html body.esimo-theme-travelflow .tf-region-pill.is-active .tf-region-icon {
  opacity: 1 !important;
  filter: drop-shadow(0 7px 12px rgba(255, 255, 255, .18)) !important;
}

html body.esimo-theme-travelflow .tf-regional-page .tf-regional-hero {
  display: grid !important;
  justify-items: center !important;
  gap: 8px !important;
  text-align: center !important;
}

html body.esimo-theme-travelflow .tf-regional-page .tf-regional-hero-icon {
  width: clamp(58px, 8vw, 92px) !important;
  height: clamp(58px, 8vw, 92px) !important;
  object-fit: contain !important;
  filter: drop-shadow(0 10px 18px rgba(8, 42, 74, .14)) !important;
}

/* Final regional icon polish: cleaned transparent map assets are used as large,
   clipped visual layers instead of small thumbnail images. */
html body.esimo-theme-travelflow .tf-region-selector-layout .tf-region-pill,
html body.esimo-theme-travelflow .tf-region-pill {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
  grid-template-columns: 1fr !important;
  min-height: clamp(92px, 10vw, 112px) !important;
  padding: 18px 22px !important;
  text-align: center !important;
}

html[dir="rtl"] body.esimo-theme-travelflow .tf-region-selector-layout .tf-region-pill,
html[dir="rtl"] body.esimo-theme-travelflow .tf-region-pill {
  grid-template-columns: 1fr !important;
}

html body.esimo-theme-travelflow .tf-region-selector-layout .tf-region-pill > :not(.tf-region-icon),
html body.esimo-theme-travelflow .tf-region-pill > :not(.tf-region-icon) {
  position: relative !important;
  z-index: 2 !important;
}

html body.esimo-theme-travelflow .tf-region-selector-layout .tf-region-icon,
html body.esimo-theme-travelflow .tf-region-icon {
  position: absolute !important;
  z-index: 1 !important;
  inset-block: -14px !important;
  inset-inline-start: 8px !important;
  grid-column: auto !important;
  grid-row: auto !important;
  width: clamp(94px, 34%, 142px) !important;
  height: calc(100% + 28px) !important;
  object-fit: contain !important;
  object-position: center !important;
  opacity: .24 !important;
  filter: drop-shadow(0 8px 16px rgba(8, 42, 74, .12)) !important;
  pointer-events: none !important;
}

html[dir="rtl"] body.esimo-theme-travelflow .tf-region-selector-layout .tf-region-icon,
html[dir="rtl"] body.esimo-theme-travelflow .tf-region-icon {
  inset-inline-start: auto !important;
  inset-inline-end: 8px !important;
  grid-column: auto !important;
}

html body.esimo-theme-travelflow .tf-region-selector-layout .tf-region-pill:hover .tf-region-icon,
html body.esimo-theme-travelflow .tf-region-selector-layout .tf-region-pill:focus-visible .tf-region-icon,
html body.esimo-theme-travelflow .tf-region-selector-layout .tf-region-pill.is-active .tf-region-icon,
html body.esimo-theme-travelflow .tf-region-pill:hover .tf-region-icon,
html body.esimo-theme-travelflow .tf-region-pill:focus-visible .tf-region-icon,
html body.esimo-theme-travelflow .tf-region-pill.is-active .tf-region-icon {
  opacity: .34 !important;
  transform: scale(1.04) !important;
  filter: drop-shadow(0 10px 18px rgba(8, 42, 74, .14)) !important;
}

html body.esimo-theme-travelflow .tf-region-selector-layout .tf-region-pill.is-active .tf-region-icon,
html body.esimo-theme-travelflow .tf-region-pill.is-active .tf-region-icon {
  opacity: .28 !important;
  filter: brightness(0) invert(1) drop-shadow(0 10px 18px rgba(255, 255, 255, .2)) !important;
}

html body.esimo-theme-travelflow .tf-regional-page .tf-regional-hero {
  position: relative !important;
  overflow: hidden !important;
  min-height: clamp(130px, 18vw, 190px) !important;
  align-content: center !important;
  isolation: isolate !important;
}

html body.esimo-theme-travelflow .tf-regional-page .tf-regional-hero h1 {
  position: relative !important;
  z-index: 2 !important;
}

html body.esimo-theme-travelflow .tf-regional-page .tf-regional-hero-icon {
  position: absolute !important;
  z-index: 1 !important;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  width: clamp(150px, 25vw, 260px) !important;
  height: clamp(150px, 25vw, 260px) !important;
  object-fit: contain !important;
  opacity: .18 !important;
  transform: translate(-50%, -50%) scale(1.3) !important;
  filter: drop-shadow(0 16px 28px rgba(8, 42, 74, .12)) !important;
  pointer-events: none !important;
}

html[dir="rtl"] body.esimo-theme-travelflow .tf-regional-page .tf-regional-hero-icon {
  transform: translate(-50%, -50%) scale(1.3) !important;
}

@media (max-width: 700px) {
  html body.esimo-theme-travelflow .tf-region-selector-layout .tf-region-pill,
  html body.esimo-theme-travelflow .tf-region-pill {
    min-height: 96px !important;
    padding: 16px 14px !important;
  }

  html body.esimo-theme-travelflow .tf-region-selector-layout .tf-region-icon,
  html body.esimo-theme-travelflow .tf-region-icon {
    width: clamp(84px, 42%, 122px) !important;
    inset-block: -10px !important;
  }
}

/* Final mobile/nav/hero polish requested after visual review. */
html body.esimo-theme-travelflow .tf-app-header .tf-brand {
  display: grid !important;
  gap: 0 !important;
  align-content: center !important;
  justify-items: center !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

html body.esimo-theme-travelflow .tf-app-header .tf-brand strong {
  font-family: Arial, sans-serif !important;
  font-weight: 950 !important;
  line-height: .92 !important;
}

html body.esimo-theme-travelflow .tf-app-header .tf-brand span {
  display: block !important;
  max-width: 100% !important;
  margin-top: 1px !important;
  font-family: Arial, sans-serif !important;
  font-size: clamp(4px, .48vw, 6px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  color: #082a44 !important;
  white-space: nowrap !important;
  letter-spacing: 0 !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-hero__copy {
  display: grid !important;
  gap: 8px !important;
  align-content: center !important;
  justify-items: center !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-hero-title {
  margin: 0 !important;
  color: #082a44 !important;
  font-family: Arial, sans-serif !important;
  font-weight: 950 !important;
  line-height: 1.05 !important;
}

html body.esimo-theme-travelflow .tf-hero-marketing {
  width: min(100%, 620px) !important;
  max-width: calc(100vw - 34px) !important;
  min-height: 48px !important;
  display: grid !important;
  place-items: center !important;
  text-align: center !important;
  opacity: 1 !important;
  transition: opacity 260ms ease !important;
}

html body.esimo-theme-travelflow .tf-hero-marketing.is-fading {
  opacity: 0 !important;
}

html body.esimo-theme-travelflow .tf-hero-marketing__item {
  display: grid !important;
  gap: 3px !important;
  justify-items: center !important;
}

html body.esimo-theme-travelflow .tf-hero-marketing__item[hidden] {
  display: none !important;
}

html body.esimo-theme-travelflow .tf-hero-marketing__item strong {
  font-family: Arial, sans-serif !important;
  font-size: clamp(14px, 1.35vw, 19px) !important;
  font-weight: 950 !important;
  line-height: 1.1 !important;
  color: #082a44 !important;
}

html body.esimo-theme-travelflow .tf-hero-marketing__item span {
  max-width: min(620px, 88vw) !important;
  font-family: Arial, sans-serif !important;
  font-size: clamp(10px, .92vw, 13px) !important;
  font-weight: 800 !important;
  line-height: 1.32 !important;
  color: rgba(8, 42, 68, .74) !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-search {
  width: min(100%, 520px) !important;
  max-width: 520px !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-chip-row[data-popular-rotator] {
  align-items: stretch !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-chip {
  width: 100% !important;
  min-width: 0 !important;
  height: 108px !important;
  min-height: 108px !important;
  max-height: 108px !important;
  display: grid !important;
  align-content: center !important;
  justify-items: center !important;
  padding: 10px 8px !important;
  overflow: hidden !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-chip span {
  max-width: 100% !important;
  min-height: 28px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-align: center !important;
  font-size: clamp(11px, 1.1vw, 13px) !important;
  line-height: 1.12 !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-chip small {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  text-align: center !important;
  font-size: clamp(10px, .95vw, 12px) !important;
}

html body.esimo-theme-travelflow .tf-region-map-flow .tf-region-pill.is-active {
  background: #1b66ad !important;
}

html body.esimo-theme-travelflow .footer {
  gap: 6px !important;
  padding-block: 22px 14px !important;
}

html body.esimo-theme-travelflow .footer-links {
  gap: 7px 14px !important;
  line-height: 1.05 !important;
}

html body.esimo-theme-travelflow .footer-links a {
  font-size: clamp(10px, .86vw, 12px) !important;
  line-height: 1.05 !important;
}

@media (min-width: 701px) {
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header {
    grid-template-columns: auto auto minmax(0, 1fr) !important;
    grid-template-areas: "utility primary brand" !important;
    min-height: 72px !important;
    align-items: center !important;
    gap: 10px 14px !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-utility-nav.nav-language-tools {
    justify-self: start !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-primary-nav.nav-action-cluster,
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-links.tf-primary-nav {
    justify-self: start !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-primary-nav > .nav-balance-link {
    order: 1 !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-primary-nav > .nav-account-link {
    order: 2 !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-primary-nav > .nav-admin-link {
    order: 3 !important;
  }
}

@media (min-width: 701px) and (max-width: 1180px) {
  html body.esimo-theme-travelflow .tf-live-home .tf-chip-row[data-popular-rotator] {
    grid-template-columns: repeat(5, minmax(92px, 1fr)) !important;
  }
}

@media (max-width: 700px) {
  html body.esimo-theme-travelflow .tf-app-header .tf-brand span {
    font-size: 4.5px !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-hero__grid {
    min-height: clamp(250px, 68vw, 318px) !important;
    align-items: center !important;
  }

  html[dir="rtl"] body.esimo-theme-travelflow .tf-live-home .tf-hero__copy,
  html[dir="ltr"] body.esimo-theme-travelflow .tf-live-home .tf-hero__copy {
    width: min(100%, 310px) !important;
    max-width: calc(100vw - 46px) !important;
    transform: translateX(-18px) !important;
    gap: 7px !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-hero-title {
    font-size: clamp(13px, 4.5vw, 18px) !important;
  }

  html body.esimo-theme-travelflow .tf-hero-marketing {
    min-height: 58px !important;
    width: min(100%, 310px) !important;
  }

  html body.esimo-theme-travelflow .tf-hero-marketing__item strong {
    font-size: clamp(13px, 4.1vw, 16px) !important;
  }

  html body.esimo-theme-travelflow .tf-hero-marketing__item span {
    max-width: 298px !important;
    font-size: clamp(9px, 2.8vw, 11px) !important;
    line-height: 1.22 !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-search {
    width: min(100%, 270px) !important;
    max-width: calc(100vw - 76px) !important;
    min-height: 60px !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-destination-field,
  html body.esimo-theme-travelflow .tf-live-home .tf-search input[type="search"] {
    min-height: 60px !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-chip-row[data-popular-rotator] {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-chip {
    height: 104px !important;
    min-height: 104px !important;
    max-height: 104px !important;
  }
}

@media (max-width: 390px) {
  html body.esimo-theme-travelflow .tf-live-home .tf-search {
    width: min(100%, 256px) !important;
    max-width: calc(100vw - 84px) !important;
  }
}

/* Hero separation: marketing copy is independent from the destination search. */
html body.esimo-theme-travelflow .tf-live-home .tf-hero__grid {
  position: relative !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-hero__copy {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  transform: none !important;
  pointer-events: none !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-hero-marketing {
  position: absolute !important;
  z-index: 2 !important;
  inset-block-start: clamp(16px, 7.5%, 54px) !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  width: min(650px, calc(100vw - 34px)) !important;
  max-width: min(650px, 86vw) !important;
  min-height: auto !important;
  padding: 0 !important;
  pointer-events: none !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-hero-marketing__item strong {
  font-size: clamp(16px, 2.1vw, 28px) !important;
  line-height: 1.05 !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-hero-marketing__item span {
  max-width: min(620px, 84vw) !important;
  font-size: clamp(9px, .92vw, 13px) !important;
  line-height: 1.28 !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-search {
  position: absolute !important;
  z-index: 4 !important;
  inset-block-start: 50% !important;
  left: 50% !important;
  right: auto !important;
  transform: translate(-50%, -50%) !important;
  pointer-events: auto !important;
}

html[dir="rtl"] body.esimo-theme-travelflow .tf-live-home .tf-search,
html[dir="ltr"] body.esimo-theme-travelflow .tf-live-home .tf-search {
  transform: translate(-50%, -50%) !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-search input[type="search"] {
  font-size: var(--tf-placeholder-font-size, clamp(11px, 1vw, 15px)) !important;
  text-overflow: ellipsis !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-search input[type="search"]::placeholder {
  font-size: inherit !important;
  opacity: .72 !important;
  white-space: nowrap !important;
}

html body.esimo-theme-travelflow .footer-brand-block {
  gap: 1px !important;
}

html body.esimo-theme-travelflow .footer-brand-block span {
  display: block !important;
  margin-top: 1px !important;
  font-family: Arial, sans-serif !important;
  font-size: clamp(4.5px, .54vw, 6px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  color: #c4cfdd !important;
  white-space: nowrap !important;
}

html body.esimo-theme-travelflow .footer-links {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
}

html body.esimo-theme-travelflow .footer-links a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0 !important;
}

html body.esimo-theme-travelflow .footer-links a:not(:last-child)::after {
  content: "•" !important;
  display: inline-block !important;
  margin-inline: 8px !important;
  color: currentColor !important;
  font-size: .78em !important;
  line-height: 1 !important;
  opacity: .78 !important;
}

@media (max-width: 700px) {
  html[dir="rtl"] body.esimo-theme-travelflow .tf-live-home .tf-hero__copy,
  html[dir="ltr"] body.esimo-theme-travelflow .tf-live-home .tf-hero__copy,
  html body.esimo-theme-travelflow .tf-live-home .tf-hero__copy {
    inset: 0 !important;
    width: 100% !important;
    max-width: none !important;
    transform: none !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-hero-marketing {
    inset-block-start: clamp(12px, 5.8vw, 24px) !important;
    width: min(322px, calc(100vw - 36px)) !important;
    max-width: min(322px, calc(100vw - 36px)) !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-hero-marketing__item strong {
    font-size: clamp(14px, 5vw, 21px) !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-hero-marketing__item span {
    max-width: min(306px, calc(100vw - 46px)) !important;
    font-size: clamp(8px, 2.45vw, 10px) !important;
    line-height: 1.22 !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-search {
    inset-block-start: 56% !important;
  }

  html body.esimo-theme-travelflow .footer-links a:not(:last-child)::after {
    margin-inline: 5px !important;
  }
}

/* Final home polish: popular destinations, compact centered footer, and mobile nav spacing. */
html body.esimo-theme-travelflow .tf-live-home .tf-popular .tf-section-title {
  margin-bottom: 4px !important;
  text-align: center !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-popular-subtitle {
  margin: 0 auto 18px !important;
  max-width: min(520px, calc(100vw - 32px)) !important;
  color: rgba(8, 42, 68, .68) !important;
  font-family: Arial, sans-serif !important;
  font-size: clamp(12px, 1vw, 15px) !important;
  font-weight: 800 !important;
  line-height: 1.28 !important;
  text-align: center !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-chip-row[data-popular-rotator] {
  justify-items: stretch !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-chip {
  grid-template-rows: 28px 28px 28px !important;
  align-content: center !important;
  align-items: center !important;
  justify-items: center !important;
  row-gap: 8px !important;
  text-align: center !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-chip img {
  align-self: center !important;
  justify-self: center !important;
  width: 28px !important;
  height: 20px !important;
  object-fit: contain !important;
  margin: 0 !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-chip span,
html body.esimo-theme-travelflow .tf-live-home .tf-chip small {
  align-self: center !important;
  justify-self: center !important;
  margin: 0 !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-chip span {
  min-height: 0 !important;
  font-weight: 900 !important;
}

html body.esimo-theme-travelflow .footer {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-areas:
    "brand"
    "links"
    "copy" !important;
  justify-items: center !important;
  align-items: center !important;
  text-align: center !important;
  gap: 5px !important;
  padding-block: 18px 10px !important;
}

html body.esimo-theme-travelflow .footer-brand-block,
html body.esimo-theme-travelflow .footer-links,
html body.esimo-theme-travelflow .footer-copyright {
  justify-self: center !important;
  align-self: center !important;
  text-align: center !important;
  grid-column: 1 / -1 !important;
}

html body.esimo-theme-travelflow .footer-brand-block {
  grid-area: brand !important;
  margin: 0 auto !important;
}

html body.esimo-theme-travelflow .footer-links {
  grid-area: links !important;
  max-width: min(680px, calc(100vw - 28px)) !important;
  gap: 0 !important;
  margin: 0 auto !important;
  place-self: center !important;
}

html body.esimo-theme-travelflow .footer-links a {
  font-size: clamp(9px, .78vw, 11px) !important;
  line-height: 1 !important;
}

html body.esimo-theme-travelflow .footer-copyright {
  grid-area: copy !important;
  margin: 2px auto 0 !important;
  font-size: clamp(10px, .82vw, 12px) !important;
  line-height: 1.1 !important;
  place-self: center !important;
}

/* Sprint 9 contrast hardening: keep footer and top-up copy readable in all themes. */
html body.esimo-theme-travelflow .footer-links,
html body.esimo-theme-travelflow .footer-links a,
html body.esimo-theme-travelflow .footer,
html body.esimo-theme-travelflow .footer p,
html body.esimo-theme-travelflow .footer-copyright {
  color: #244962 !important;
}

html body.esimo-theme-travelflow .footer-brand-block span {
  color: #244962 !important;
}

html body.esimo-theme-travelflow .topup-shell .checkout-copy,
html body.esimo-theme-travelflow .topup-shell .checkout-copy .eyebrow,
html body.esimo-theme-travelflow .topup-shell .checkout-copy h1,
html body.esimo-theme-travelflow .topup-shell .checkout-copy p {
  color: #082a44 !important;
}

html body.esimo-theme-travelflow .benefit-share-log,
html body.esimo-theme-travelflow .benefit-share-log span,
html body.esimo-theme-travelflow .benefit-wallet-share,
html body.esimo-theme-travelflow .benefit-wallet-share span,
html body.esimo-theme-travelflow .benefit-wallet-share small,
html body.esimo-theme-travelflow .benefit-wallet-share p {
  color: #244962 !important;
}

@media (max-width: 700px) {
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header {
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-areas:
      "utility brand"
      "primary brand" !important;
    align-items: center !important;
    justify-items: stretch !important;
    column-gap: 10px !important;
    row-gap: 10px !important;
    padding-inline: 14px !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-brand {
    grid-area: brand !important;
    justify-self: end !important;
    align-self: center !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-utility-nav.nav-language-tools,
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-primary-nav.nav-action-cluster,
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-links.tf-primary-nav {
    justify-self: start !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-language-grid {
    gap: 10px !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-popular-subtitle {
    margin-bottom: 14px !important;
  }

  html body.esimo-theme-travelflow .footer {
    gap: 4px !important;
    padding-block: 16px 9px !important;
  }
}

/* Account login modal and final 5px navigation rhythm. */
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-utility-nav.nav-language-tools,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-primary-nav.nav-action-cluster,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-links.tf-primary-nav,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-language-grid {
  gap: 5px !important;
}

html[dir="rtl"] body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-primary-nav.nav-action-cluster,
html[dir="rtl"] body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-links.tf-primary-nav {
  direction: rtl !important;
}

html[dir="ltr"] body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-primary-nav.nav-action-cluster,
html[dir="ltr"] body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-links.tf-primary-nav {
  direction: ltr !important;
}

html body.esimo-theme-travelflow .tf-account-login-modal:not([hidden]) {
  position: fixed !important;
  inset: 0 !important;
  z-index: 10000 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 16px !important;
}

html body.esimo-theme-travelflow .tf-account-login-modal .account-flow-backdrop {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  background: rgba(8, 34, 58, .46) !important;
  backdrop-filter: blur(10px) !important;
  cursor: pointer !important;
}

html body.esimo-theme-travelflow .tf-account-login-dialog {
  position: relative !important;
  z-index: 1 !important;
  width: min(430px, calc(100vw - 28px)) !important;
  max-height: calc(100dvh - 28px) !important;
  overflow: auto !important;
  border: 1px solid rgba(24, 173, 213, .28) !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, .98) !important;
  box-shadow: 0 24px 80px rgba(8, 42, 68, .24) !important;
  padding: clamp(18px, 4vw, 28px) !important;
  direction: inherit !important;
}

html body.esimo-theme-travelflow .tf-account-login-dialog .account-flow-close {
  position: absolute !important;
  inset-block-start: 12px !important;
  inset-inline-start: 12px !important;
  z-index: 2 !important;
  width: 38px !important;
  height: 38px !important;
  border: 1px solid rgba(13, 95, 171, .22) !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: #082a44 !important;
  font-family: Arial, sans-serif !important;
  font-size: 24px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

html body.esimo-theme-travelflow .tf-account-login-modal .checkout-step-panel {
  display: none !important;
}

html body.esimo-theme-travelflow .tf-account-login-modal .checkout-step-panel.is-active {
  display: grid !important;
  gap: 14px !important;
}

html body.esimo-theme-travelflow .tf-account-login-modal .home-login-form {
  display: grid !important;
  gap: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center !important;
}

html body.esimo-theme-travelflow .tf-account-login-modal .tf-account-modal-title {
  margin: 18px 0 0 !important;
  color: #082a44 !important;
  font-family: Arial, sans-serif !important;
  font-size: clamp(22px, 5vw, 32px) !important;
  font-weight: 900 !important;
  line-height: 1.08 !important;
}

html body.esimo-theme-travelflow .tf-account-login-modal p {
  margin: 0 auto !important;
  max-width: 34ch !important;
  color: rgba(8, 42, 68, .68) !important;
  font-family: Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
}

html body.esimo-theme-travelflow .tf-phone-composer {
  display: grid !important;
  gap: 8px !important;
  text-align: start !important;
}

html body.esimo-theme-travelflow .tf-phone-composer > span {
  color: #082a44 !important;
  font-family: Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

html body.esimo-theme-travelflow .tf-phone-composer__row {
  display: grid !important;
  grid-template-columns: 38px minmax(92px, .34fr) minmax(0, 1fr) !important;
  gap: 8px !important;
  direction: ltr !important;
}

html body.esimo-theme-travelflow .tf-phone-prefix-flag {
  display: block !important;
  align-self: center !important;
  justify-self: center !important;
  width: 32px !important;
  height: 24px !important;
  border-radius: 7px !important;
  background-color: #fff !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  box-shadow: 0 4px 12px rgba(8, 42, 68, .12) !important;
}

html body.esimo-theme-travelflow .tf-phone-composer select,
html body.esimo-theme-travelflow .tf-phone-composer input {
  width: 100% !important;
  min-height: 50px !important;
  border: 1px solid rgba(13, 95, 171, .22) !important;
  border-radius: 16px !important;
  background: #fff !important;
  color: #082a44 !important;
  font-family: Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  outline: none !important;
  padding: 0 14px !important;
}

html body.esimo-theme-travelflow .tf-phone-composer select:focus,
html body.esimo-theme-travelflow .tf-phone-composer input:focus,
html body.esimo-theme-travelflow .tf-account-login-dialog .otp-box:focus {
  border-color: #18add5 !important;
  box-shadow: 0 0 0 4px rgba(24, 173, 213, .16) !important;
}

html body.esimo-theme-travelflow .tf-account-login-dialog .otp-box-row {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 54px)) !important;
  justify-content: center !important;
  gap: 10px !important;
}

html body.esimo-theme-travelflow .tf-account-login-dialog .otp-box {
  width: 54px !important;
  height: 58px !important;
  border: 1px solid rgba(13, 95, 171, .22) !important;
  border-radius: 16px !important;
  background: #fff !important;
  color: #082a44 !important;
  font-family: Arial, sans-serif !important;
  font-size: 24px !important;
  font-weight: 900 !important;
  text-align: center !important;
}

html body.esimo-theme-travelflow .tf-account-login-modal .home-search-cta {
  width: 100% !important;
  min-height: 52px !important;
  border-radius: 16px !important;
  font-family: Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 900 !important;
}

html body.account-flow-open {
  overflow: hidden !important;
}

@media (max-width: 700px) {
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header {
    column-gap: 5px !important;
    row-gap: 5px !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-utility-nav.nav-language-tools,
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-primary-nav.nav-action-cluster,
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-links.tf-primary-nav,
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-language-grid {
    gap: 5px !important;
  }

  html body.esimo-theme-travelflow .tf-phone-composer__row {
    grid-template-columns: 34px minmax(82px, .32fr) minmax(0, 1fr) !important;
    gap: 6px !important;
  }

html body.esimo-theme-travelflow .tf-phone-prefix-flag {
    width: 28px !important;
    height: 21px !important;
  }
}

@media (max-width: 340px) {
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header {
    grid-template-areas:
      "utility brand"
      "primary primary" !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-primary-nav.nav-action-cluster,
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-links.tf-primary-nav {
    justify-self: start !important;
    justify-content: flex-start !important;
    width: min(100%, calc(100vw - 28px)) !important;
    max-width: calc(100vw - 28px) !important;
  }
}

/* Floating support/accessibility icon replacement: use supplied transparent PNGs as the full button face. */
html body.esimo-theme-travelflow .floating-tab.support-tab,
html body.esimo-theme-travelflow .floating-tab.accessibility-tab {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  max-width: 42px !important;
  max-height: 42px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

html body.esimo-theme-travelflow .floating-tab.support-tab img,
html body.esimo-theme-travelflow .floating-tab.accessibility-tab img {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  max-width: 42px !important;
  max-height: 42px !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 !important;
}

/* Floating support/accessibility menus: centered, opaque, and stable down to micro-mobile. */
html body.esimo-theme-travelflow .floating-actions.has-open .floating-panel[hidden] {
  display: none !important;
}

html body.esimo-theme-travelflow .floating-actions.has-open,
html[dir="rtl"] body.esimo-theme-travelflow .floating-actions.has-open,
html[dir="ltr"] body.esimo-theme-travelflow .floating-actions.has-open {
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

html body.esimo-theme-travelflow .floating-actions.has-open .floating-panel:not([hidden]),
html[dir="rtl"] body.esimo-theme-travelflow .floating-actions.has-open .floating-panel:not([hidden]),
html[dir="ltr"] body.esimo-theme-travelflow .floating-actions.has-open .floating-panel:not([hidden]),
html body.esimo-theme-travelflow.has-cookie-consent-visible .floating-actions.has-open .floating-panel:not([hidden]),
html[dir="rtl"] body.esimo-theme-travelflow.has-cookie-consent-visible .floating-actions.has-open .floating-panel:not([hidden]),
html[dir="ltr"] body.esimo-theme-travelflow.has-cookie-consent-visible .floating-actions.has-open .floating-panel:not([hidden]) {
  position: fixed !important;
  inset-inline-start: 50% !important;
  inset-inline-end: auto !important;
  left: 50% !important;
  right: auto !important;
  top: auto !important;
  bottom: calc(18px + env(safe-area-inset-bottom)) !important;
  z-index: 130 !important;
  display: grid !important;
  width: min(600px, calc(100vw - 32px)) !important;
  max-width: calc(100vw - 32px) !important;
  max-height: min(620px, calc(100dvh - 36px)) !important;
  overflow: auto !important;
  transform: translateX(-50%) !important;
  opacity: 1 !important;
  visibility: visible !important;
  background: #fff !important;
  border: 1px solid rgba(24, 173, 213, .24) !important;
  border-radius: 22px !important;
  box-shadow: 0 22px 64px rgba(8, 42, 68, .22) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

html body.esimo-theme-travelflow .floating-actions.has-open .support-panel:not([hidden]),
html[dir="rtl"] body.esimo-theme-travelflow .floating-actions.has-open .support-panel:not([hidden]),
html[dir="ltr"] body.esimo-theme-travelflow .floating-actions.has-open .support-panel:not([hidden]),
html body.esimo-theme-travelflow.has-cookie-consent-visible .floating-actions.has-open .support-panel:not([hidden]) {
  width: min(390px, calc(100vw - 32px)) !important;
}

html body.esimo-theme-travelflow .floating-actions.has-open .accessibility-panel:not([hidden]),
html[dir="rtl"] body.esimo-theme-travelflow .floating-actions.has-open .accessibility-panel:not([hidden]),
html[dir="ltr"] body.esimo-theme-travelflow .floating-actions.has-open .accessibility-panel:not([hidden]),
html body.esimo-theme-travelflow.has-cookie-consent-visible .floating-actions.has-open .accessibility-panel:not([hidden]) {
  width: min(600px, calc(100vw - 32px)) !important;
}

html body.esimo-theme-travelflow .floating-actions.has-open .floating-panel *,
html body.esimo-theme-travelflow .floating-actions.has-open .floating-panel::before,
html body.esimo-theme-travelflow .floating-actions.has-open .floating-panel::after {
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

html body.esimo-theme-travelflow .floating-actions.has-open .support-panel .button.primary {
  background: #1b69c9 !important;
  color: #fff !important;
  border-color: #1b69c9 !important;
  box-shadow: none !important;
}

@media (max-width: 430px) {
  html body.esimo-theme-travelflow .floating-actions.has-open .floating-panel:not([hidden]),
  html[dir="rtl"] body.esimo-theme-travelflow .floating-actions.has-open .floating-panel:not([hidden]),
  html[dir="ltr"] body.esimo-theme-travelflow .floating-actions.has-open .floating-panel:not([hidden]),
  html body.esimo-theme-travelflow.has-cookie-consent-visible .floating-actions.has-open .floating-panel:not([hidden]) {
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    bottom: calc(14px + env(safe-area-inset-bottom)) !important;
    border-radius: 20px !important;
  }
}

/* Account email 2FA OTP modal polish: stable, readable, and no wrapped CTA on mobile. */
html body.esimo-theme-travelflow .account-security-otp-modal {
  position: fixed !important;
  inset-block: 0 !important;
  inset-inline: auto !important;
  left: 50% !important;
  right: auto !important;
  width: 100dvw !important;
  max-width: 100dvw !important;
  box-sizing: border-box !important;
  transform: translateX(-50%) !important;
  z-index: 140 !important;
  display: grid !important;
  place-items: center !important;
  padding: max(16px, env(safe-area-inset-top)) 16px max(16px, env(safe-area-inset-bottom)) !important;
  background: rgba(8, 31, 48, .44) !important;
  backdrop-filter: blur(9px) !important;
  -webkit-backdrop-filter: blur(9px) !important;
  overflow: hidden !important;
}

html body.esimo-theme-travelflow .account-security-otp-card {
  width: min(360px, calc(100dvw - 32px)) !important;
  max-width: calc(100dvw - 32px) !important;
  box-sizing: border-box !important;
  display: grid !important;
  justify-items: center !important;
  gap: clamp(12px, 3vw, 18px) !important;
  padding: clamp(22px, 5vw, 34px) clamp(18px, 5vw, 32px) !important;
  border: 1px solid rgba(24, 173, 213, .22) !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: 0 24px 70px rgba(8, 42, 68, .24) !important;
  color: #082a44 !important;
  direction: rtl !important;
  text-align: center !important;
  font-family: Arial, sans-serif !important;
}

html body.esimo-theme-travelflow .account-security-otp-card h2 {
  margin: 0 !important;
  color: #082a44 !important;
  font-family: Arial, sans-serif !important;
  font-size: clamp(26px, 7vw, 34px) !important;
  font-weight: 900 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

html body.esimo-theme-travelflow .account-security-otp-card p {
  width: min(100%, 300px) !important;
  margin: 0 !important;
  color: #213f58 !important;
  font-family: Arial, sans-serif !important;
  font-size: clamp(15px, 4.2vw, 17px) !important;
  font-weight: 500 !important;
  line-height: 1.75 !important;
}

html body.esimo-theme-travelflow .account-security-otp-card .otp-box-row {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 52px)) !important;
  justify-content: center !important;
  gap: clamp(8px, 2.6vw, 12px) !important;
  direction: ltr !important;
}

html body.esimo-theme-travelflow .account-security-otp-card .otp-box {
  width: 100% !important;
  min-width: 0 !important;
  height: clamp(54px, 14vw, 62px) !important;
  border: 1px solid rgba(24, 173, 213, .28) !important;
  border-radius: 14px !important;
  background: #fff !important;
  color: #082a44 !important;
  font-family: Arial, sans-serif !important;
  font-size: clamp(22px, 6vw, 28px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-align: center !important;
  box-shadow: none !important;
}

html body.esimo-theme-travelflow .account-security-otp-card .otp-box:focus {
  border-color: #18add5 !important;
  box-shadow: 0 0 0 4px rgba(24, 173, 213, .16) !important;
  outline: none !important;
}

html body.esimo-theme-travelflow .account-security-otp-card .button.primary,
html body.esimo-theme-travelflow .account-security-otp-card button[type="submit"] {
  width: 100% !important;
  min-height: 56px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 18px !important;
  border-radius: 14px !important;
  font-family: Arial, sans-serif !important;
  font-size: clamp(15px, 4vw, 17px) !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  white-space: nowrap !important;
  text-align: center !important;
}

@media (max-width: 340px) {
  html body.esimo-theme-travelflow .account-security-otp-card {
    width: calc(100dvw - 24px) !important;
    max-width: calc(100dvw - 24px) !important;
    padding-inline: 14px !important;
    border-radius: 20px !important;
  }

  html body.esimo-theme-travelflow .account-security-otp-card .otp-box-row {
    grid-template-columns: repeat(4, minmax(0, 44px)) !important;
    gap: 7px !important;
  }

  html body.esimo-theme-travelflow .account-security-otp-card .button.primary,
  html body.esimo-theme-travelflow .account-security-otp-card button[type="submit"] {
    font-size: 14px !important;
    min-height: 52px !important;
    padding-inline: 10px !important;
  }
}
/* Continuous generic OTP flow */
body.esimo-theme-travelflow .tf-otp-flow-modal .tf-account-login-dialog {
  width: min(520px, calc(100vw - 24px));
  max-height: min(92vh, 760px);
  overflow: auto;
  border-radius: 28px;
  padding: clamp(18px, 4vw, 30px);
}

body.esimo-theme-travelflow .tf-otp-flow-modal .tf-otp-form {
  display: grid;
  gap: 14px;
  justify-items: stretch;
  text-align: center;
  margin: 0;
}

body.esimo-theme-travelflow .tf-otp-flow-modal .tf-account-modal-title {
  font: 800 clamp(25px, 6vw, 38px) / 1.15 Arial, sans-serif !important;
  color: #082a44;
}

body.esimo-theme-travelflow .tf-otp-flow-modal p,
body.esimo-theme-travelflow .tf-otp-feedback {
  font: 700 clamp(14px, 3.7vw, 18px) / 1.55 Arial, sans-serif !important;
  color: #53677b;
  margin: 0;
}

body.esimo-theme-travelflow .tf-otp-stage-icon {
  width: clamp(76px, 20vw, 108px);
  height: clamp(76px, 20vw, 108px);
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  object-fit: contain;
  display: block;
}

body.esimo-theme-travelflow .tf-phone-composer {
  display: grid;
  gap: 8px;
  text-align: start;
}

body.esimo-theme-travelflow .tf-phone-composer > span {
  font: 800 14px / 1.2 Arial, sans-serif !important;
  color: #082a44;
}

body.esimo-theme-travelflow .tf-phone-composer__row {
  display: grid;
  grid-template-columns: auto minmax(84px, 110px) minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}

body.esimo-theme-travelflow .tf-phone-prefix-flag {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  border: 1px solid #c5dcec;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 78% auto;
  display: grid;
  place-items: center;
}

body.esimo-theme-travelflow .tf-phone-prefix-flag::before {
  content: none !important;
  display: none !important;
}

body.esimo-theme-travelflow .tf-phone-composer select,
body.esimo-theme-travelflow .tf-phone-split input,
body.esimo-theme-travelflow .tf-otp-box-row .otp-box {
  min-height: 54px;
  border: 1.5px solid #c8dce9;
  border-radius: 16px;
  background: rgba(255, 255, 255, .96);
  color: #082a44;
  font: 800 clamp(18px, 5vw, 25px) / 1 Arial, sans-serif !important;
  text-align: center;
  transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

body.esimo-theme-travelflow .tf-phone-composer select {
  padding-inline: 12px;
}

body.esimo-theme-travelflow .tf-phone-split {
  display: grid;
  grid-template-columns: minmax(68px, 1fr) auto minmax(104px, 2fr);
  gap: 7px;
  align-items: center;
}

body.esimo-theme-travelflow .tf-phone-split span {
  color: #082a44;
  font-weight: 900;
}

body.esimo-theme-travelflow .tf-phone-split input.is-valid,
body.esimo-theme-travelflow .tf-otp-box-row .otp-box.is-valid {
  border-color: #24bd7a;
  background: #f3fff9;
  box-shadow: 0 0 0 4px rgba(36, 189, 122, .12);
}

body.esimo-theme-travelflow .tf-phone-split input.is-invalid,
body.esimo-theme-travelflow .tf-otp-box-row .otp-box.is-invalid {
  border-color: #d63b4b;
  background: #fff5f6;
  box-shadow: 0 0 0 4px rgba(214, 59, 75, .12);
}

body.esimo-theme-travelflow .tf-otp-box-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(44px, 64px));
  justify-content: center;
  gap: clamp(8px, 3vw, 14px);
}

body.esimo-theme-travelflow .tf-otp-flow-modal .home-search-cta {
  min-height: 56px;
  border-radius: 16px;
  font: 900 clamp(16px, 4.8vw, 22px) / 1.2 Arial, sans-serif !important;
}

body.esimo-theme-travelflow .tf-otp-paste,
body.esimo-theme-travelflow .tf-otp-retry {
  border: 0;
  background: transparent;
  color: #0b63c7;
  cursor: pointer;
  font: 800 13px / 1.2 Arial, sans-serif !important;
  text-decoration: underline;
  justify-self: center;
}

body.esimo-theme-travelflow .tf-otp-feedback.is-error {
  color: #b92534;
}

body.esimo-theme-travelflow .tf-otp-feedback.is-ok {
  color: #148a50;
}

@media (max-width: 768px) {
  html body.esimo-theme-travelflow .tf-otp-flow-modal:not([hidden]) {
    align-items: flex-start !important;
    justify-content: center !important;
    overflow-y: auto !important;
    padding-block-start: calc(10px + env(safe-area-inset-top)) !important;
    padding-block-end: calc(18px + env(safe-area-inset-bottom)) !important;
    padding-inline: max(8px, env(safe-area-inset-left)) max(8px, env(safe-area-inset-right)) !important;
  }

  html body.esimo-theme-travelflow .tf-otp-flow-modal .tf-account-login-dialog {
    margin: 0 auto auto !important;
    max-height: min(72svh, calc(100dvh - 24px)) !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
  }
}

@media (max-width: 360px) {
  body.esimo-theme-travelflow .tf-otp-flow-modal .tf-account-login-dialog {
    width: calc(100vw - 16px);
    padding: 16px 12px;
    border-radius: 22px;
  }

  body.esimo-theme-travelflow .tf-phone-composer__row {
    grid-template-columns: 42px minmax(76px, 92px) minmax(0, 1fr);
    gap: 6px;
  }

  body.esimo-theme-travelflow .tf-phone-prefix-flag {
    width: 42px;
    height: 48px;
  }

  body.esimo-theme-travelflow .tf-phone-prefix-flag::before {
    font-size: 23px;
  }

  body.esimo-theme-travelflow .tf-phone-split {
    grid-template-columns: minmax(54px, .9fr) auto minmax(82px, 1.6fr);
    gap: 5px;
  }

  body.esimo-theme-travelflow .tf-phone-composer select,
  body.esimo-theme-travelflow .tf-phone-split input,
  body.esimo-theme-travelflow .tf-otp-box-row .otp-box {
    min-height: 48px;
    border-radius: 14px;
  }

  body.esimo-theme-travelflow .tf-otp-box-row {
    grid-template-columns: repeat(4, minmax(40px, 52px));
  }
}

@media (max-width: 320px) {
  body.esimo-theme-travelflow .tf-otp-flow-modal .tf-account-login-dialog {
    width: calc(100vw - 10px);
    padding: 14px 8px;
  }

  body.esimo-theme-travelflow .tf-otp-stage-icon {
    width: 70px;
    height: 70px;
  }

  body.esimo-theme-travelflow .tf-otp-flow-modal .tf-account-modal-title {
    font-size: clamp(24px, 8vw, 28px) !important;
  }

  body.esimo-theme-travelflow .tf-phone-composer__row {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 6px;
  }

  body.esimo-theme-travelflow .tf-phone-prefix-flag {
    width: 32px;
    height: 38px;
    border-radius: 10px;
  }

  body.esimo-theme-travelflow .tf-phone-prefix-flag::before {
    font-size: 19px;
  }

  body.esimo-theme-travelflow .tf-phone-split {
    grid-column: 1 / -1;
    grid-template-columns: minmax(58px, .9fr) auto minmax(98px, 1.5fr);
    gap: 5px;
  }

  body.esimo-theme-travelflow .tf-phone-composer select,
  body.esimo-theme-travelflow .tf-phone-split input {
    min-height: 44px;
    border-radius: 13px;
    font-size: 16px !important;
    padding-inline: 6px !important;
  }

  body.esimo-theme-travelflow .tf-phone-split span {
    font-size: 14px;
  }
}

/* Final layer fix: floating help/accessibility must always sit above hero media/backgrounds. */
html body.esimo-theme-travelflow .floating-actions,
html[dir="rtl"] body.esimo-theme-travelflow .floating-actions,
html[dir="ltr"] body.esimo-theme-travelflow .floating-actions {
  z-index: 10020 !important;
}

html body.esimo-theme-travelflow .floating-tab.support-tab,
html body.esimo-theme-travelflow .floating-tab.accessibility-tab {
  position: relative !important;
  z-index: 10021 !important;
}

html body.esimo-theme-travelflow .floating-actions.has-open .floating-panel:not([hidden]) {
  z-index: 10030 !important;
}

/* Final home search polish: reduce destination search vertical height by 10%. */
html body.esimo-theme-travelflow .tf-live-home .tf-search {
  min-height: 0 !important;
  padding-block: 9px !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-search input[type="search"] {
  min-height: 49px !important;
  height: 49px !important;
  line-height: 49px !important;
}

@media (max-width: 700px) {
  html body.esimo-theme-travelflow .tf-live-home .tf-search {
    padding-block: 8px !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-search input[type="search"] {
    min-height: 46px !important;
    height: 46px !important;
    line-height: 46px !important;
  }
}

/* Visual QA polish: privacy notice, floating tools, hero rhythm, and admin mobile readability. */
html body.esimo-theme-travelflow .tf-cookie-consent,
html body.esimo-theme-travelflow.tf-action-flow .tf-cookie-consent {
  z-index: 10010 !important;
  inset-inline: auto !important;
  inset-inline-start: 50% !important;
  inset-inline-end: auto !important;
  bottom: calc(12px + env(safe-area-inset-bottom)) !important;
  width: min(360px, calc(100vw - 28px)) !important;
  max-width: calc(100vw - 28px) !important;
  padding: 10px 12px !important;
  border-radius: 16px !important;
  gap: 8px !important;
  transform: translate(-50%, 12px) !important;
}

html body.esimo-theme-travelflow .tf-cookie-consent.is-visible,
html body.esimo-theme-travelflow.tf-action-flow .tf-cookie-consent.is-visible {
  transform: translate(-50%, 0) !important;
}

html body.esimo-theme-travelflow .tf-cookie-consent.is-hiding,
html body.esimo-theme-travelflow.tf-action-flow .tf-cookie-consent.is-hiding {
  transform: translate(-50%, 10px) !important;
}

html body.esimo-theme-travelflow .tf-cookie-consent__title {
  font-size: 13px !important;
  line-height: 1.2 !important;
}

html body.esimo-theme-travelflow .tf-cookie-consent__text {
  font-size: 12px !important;
  line-height: 1.35 !important;
}

html body.esimo-theme-travelflow .tf-cookie-consent__links {
  font-size: 11px !important;
  gap: 8px !important;
}

html body.esimo-theme-travelflow .tf-cookie-consent__button {
  min-height: 34px !important;
  border-radius: 11px !important;
  font-size: 13px !important;
}

html body.esimo-theme-travelflow .floating-actions,
html[dir="rtl"] body.esimo-theme-travelflow .floating-actions,
html[dir="ltr"] body.esimo-theme-travelflow .floating-actions {
  z-index: 10040 !important;
  bottom: calc(78px + env(safe-area-inset-bottom)) !important;
}

html body.esimo-theme-travelflow .floating-actions.has-open,
html[dir="rtl"] body.esimo-theme-travelflow .floating-actions.has-open,
html[dir="ltr"] body.esimo-theme-travelflow .floating-actions.has-open {
  z-index: 10060 !important;
}

html body.esimo-theme-travelflow .floating-actions.has-open .floating-panel:not([hidden]),
html[dir="rtl"] body.esimo-theme-travelflow .floating-actions.has-open .floating-panel:not([hidden]),
html[dir="ltr"] body.esimo-theme-travelflow .floating-actions.has-open .floating-panel:not([hidden]) {
  z-index: 10070 !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-hero-marketing {
  width: min(680px, calc(100vw - 40px)) !important;
  min-height: clamp(54px, 8vw, 82px) !important;
  text-wrap: balance !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-hero-marketing__item strong {
  font-size: clamp(19px, 2.3vw, 31px) !important;
}

html body.esimo-theme-travelflow .tf-live-home .tf-hero-marketing__item span {
  max-width: min(700px, 88vw) !important;
  font-size: clamp(11px, 1vw, 15px) !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

@media (max-width: 700px) {
  html body.esimo-theme-travelflow .tf-live-home .tf-hero-marketing {
    inset-block-start: clamp(18px, 7vw, 34px) !important;
    width: min(330px, calc(100vw - 34px)) !important;
    min-height: 74px !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-hero-marketing__item strong {
    font-size: clamp(18px, 6vw, 23px) !important;
  }

  html body.esimo-theme-travelflow .tf-live-home .tf-hero-marketing__item span {
    font-size: clamp(10px, 2.85vw, 12px) !important;
    line-height: 1.28 !important;
  }
}

@media (max-width: 760px) {
  body.admin-page.esimo-theme-travelflow .admin-workspace,
  body.admin-page.esimo-theme-travelflow .admin-main,
  body.admin-page.esimo-theme-travelflow .ops-section,
  body.admin-page.esimo-theme-travelflow .table-wrap {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  body.admin-page.esimo-theme-travelflow .admin-table-tools,
  body.admin-page.esimo-theme-travelflow .compact-tools,
  body.admin-page.esimo-theme-travelflow .section-title-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    align-items: stretch !important;
  }

  body.admin-page.esimo-theme-travelflow .admin-search,
  body.admin-page.esimo-theme-travelflow .admin-filter,
  body.admin-page.esimo-theme-travelflow .mini-button,
  body.admin-page.esimo-theme-travelflow .date-filter input {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 36px !important;
    font-size: 12px !important;
  }

  body.admin-page.esimo-theme-travelflow .ops-table {
    width: 100% !important;
    table-layout: fixed !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
  }

  body.admin-page.esimo-theme-travelflow .ops-table th,
  body.admin-page.esimo-theme-travelflow .ops-table td {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    vertical-align: middle !important;
    font-size: clamp(9px, 2.4vw, 11px) !important;
    line-height: 1.25 !important;
    padding: 7px 5px !important;
  }

  body.admin-page.esimo-theme-travelflow .status-badge {
    display: inline-flex !important;
    max-width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
    line-height: 1.2 !important;
    padding: 4px 6px !important;
    text-align: center !important;
  }

  body.admin-page.esimo-theme-travelflow .admin-table-summary,
  body.admin-page.esimo-theme-travelflow .ops-metrics,
  body.admin-page.esimo-theme-travelflow .compact-metrics {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  body.admin-page.esimo-theme-travelflow .failure-ops-table,
  body.admin-page.esimo-theme-travelflow .failure-ops-table tbody,
  body.admin-page.esimo-theme-travelflow .failure-ops-table tr,
  body.admin-page.esimo-theme-travelflow .failure-ops-table td {
    display: block !important;
    width: 100% !important;
  }

  body.admin-page.esimo-theme-travelflow .failure-ops-table thead {
    display: none !important;
  }

  body.admin-page.esimo-theme-travelflow .failure-ops-table tr {
    border: 1px solid rgba(27, 96, 169, 0.18) !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.92) !important;
    box-shadow: 0 10px 22px rgba(11, 42, 74, 0.08) !important;
    margin: 0 0 10px !important;
    padding: 8px !important;
  }

  body.admin-page.esimo-theme-travelflow .failure-ops-table td {
    display: grid !important;
    grid-template-columns: minmax(74px, 34%) minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 8px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(27, 96, 169, 0.1) !important;
    color: #082a44 !important;
    text-align: start !important;
    min-height: 0 !important;
    padding: 7px 6px !important;
  }

  body.admin-page.esimo-theme-travelflow .failure-ops-table td:last-child {
    border-bottom: 0 !important;
  }

  body.admin-page.esimo-theme-travelflow .failure-ops-table td::before {
    color: #496277 !important;
    font-weight: 800 !important;
    font-size: 10px !important;
    line-height: 1.25 !important;
  }

  body.admin-page.esimo-theme-travelflow .failure-ops-table td:nth-child(1)::before { content: "ID"; }
  body.admin-page.esimo-theme-travelflow .failure-ops-table td:nth-child(2)::before { content: "תאריך"; }
  body.admin-page.esimo-theme-travelflow .failure-ops-table td:nth-child(3)::before { content: "סוג"; }
  body.admin-page.esimo-theme-travelflow .failure-ops-table td:nth-child(4)::before { content: "סטטוס"; }
  body.admin-page.esimo-theme-travelflow .failure-ops-table td:nth-child(5)::before { content: "ניפוק"; }
  body.admin-page.esimo-theme-travelflow .failure-ops-table td:nth-child(6)::before { content: "נימוק"; }
  body.admin-page.esimo-theme-travelflow .failure-ops-table td:nth-child(7)::before { content: "פעולה"; }
}

/* Navigation single-row compact pass. */
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header {
  display: grid !important;
  grid-template-columns: minmax(72px, auto) minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 6px !important;
  min-height: 49px !important;
  padding-block: 10px !important;
  padding-inline: clamp(8px, 2vw, 26px) !important;
  overflow: visible !important;
}

html[dir="rtl"] body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header {
  grid-template-areas: "utility primary brand" !important;
}

html[dir="ltr"] body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header {
  grid-template-areas: "utility primary brand" !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-brand {
  grid-area: brand !important;
  justify-self: end !important;
  align-self: center !important;
  width: clamp(92px, 9vw, 116px) !important;
  min-width: 0 !important;
  overflow: visible !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-brand-image {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: 29px !important;
  object-fit: contain !important;
}

/* TASIM supplied bitmap logo: keep the original artwork clean and readable. */
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-brand {
  width: clamp(112px, 10vw, 156px) !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-brand-image {
  max-height: clamp(34px, 3.4vw, 46px) !important;
}

@media (max-width: 430px) {
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-brand {
    width: clamp(104px, 30vw, 128px) !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-brand-image {
    max-height: 38px !important;
  }
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-primary-nav.nav-action-cluster,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-links.tf-primary-nav {
  grid-area: primary !important;
  display: flex !important;
  flex-flow: row nowrap !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 5px !important;
  min-width: 0 !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  order: 0 !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-utility-nav.nav-language-tools {
  grid-area: utility !important;
  display: flex !important;
  flex-flow: row nowrap !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 5px !important;
  min-width: 0 !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  order: 0 !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-language-grid {
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 5px !important;
  min-width: 0 !important;
  width: auto !important;
  max-width: 100% !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-language-selector,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-currency-selector--language {
  position: relative !important;
  display: block !important;
  min-width: 0 !important;
  z-index: 10040 !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-language-selector > summary,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-currency-selector--language > summary,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-theme-toggle--language,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-primary-nav .nav-action,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-primary-nav .customer-chip {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 29px !important;
  height: 29px !important;
  margin: 0 !important;
  border-radius: 9px !important;
  border: 1px solid rgba(27, 96, 169, 0.22) !important;
  background: rgba(255, 255, 255, 0.86) !important;
  color: #082a44 !important;
  box-shadow: none !important;
  font-family: Arial, sans-serif !important;
  font-weight: 800 !important;
  font-size: 12px !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-language-selector > summary,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-currency-selector--language > summary {
  width: 42px !important;
  padding: 0 !important;
  list-style: none !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  user-select: none !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-language-selector > summary::-webkit-details-marker,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-currency-selector--language > summary::-webkit-details-marker {
  display: none !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-theme-toggle--language {
  width: 34px !important;
  padding: 0 !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-theme-toggle--language [data-theme-label] {
  display: none !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-primary-nav .nav-action,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-primary-nav .customer-chip {
  max-width: 92px !important;
  padding: 0 9px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-language-menu,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-currency-menu {
  position: absolute !important;
  z-index: 10080 !important;
  inset-block-start: calc(100% + 5px) !important;
  inset-inline-start: 0 !important;
  width: max-content !important;
  min-width: 58px !important;
  padding: 6px !important;
  border: 1px solid rgba(27, 96, 169, 0.22) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 14px 30px rgba(8, 42, 68, 0.16) !important;
  pointer-events: auto !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-language-selector[open],
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-currency-selector--language[open] {
  z-index: 10090 !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-language-selector[open] .nav-language-menu,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-currency-selector--language[open] .nav-currency-menu {
  display: grid !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-language-selector:not([open]) .nav-language-menu,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-currency-selector--language:not([open]) .nav-currency-menu {
  display: none !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-language-menu a,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-currency-menu a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 30px !important;
  padding: 0 10px !important;
  border-radius: 9px !important;
  color: #082a44 !important;
  font: 800 12px/1 Arial, sans-serif !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-language-menu a.is-active,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-currency-menu a.is-active,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-language-menu a:hover,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-currency-menu a:hover {
  background: #1768c9 !important;
  color: #fff !important;
}

@media (max-width: 760px) {
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header {
    grid-template-columns: auto minmax(0, 1fr) minmax(58px, 70px) !important;
    gap: 4px !important;
    min-height: 46px !important;
    padding-block: 10px !important;
    padding-inline: 6px !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-brand {
    width: clamp(70px, 22vw, 86px) !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-brand-image {
    max-height: 26px !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-primary-nav.nav-action-cluster,
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-links.tf-primary-nav,
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-utility-nav.nav-language-tools,
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-language-grid {
    gap: 4px !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-language-selector > summary,
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-currency-selector--language > summary {
    width: 32px !important;
    min-height: 26px !important;
    height: 26px !important;
    font-size: 10px !important;
    border-radius: 8px !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-theme-toggle--language {
    width: 30px !important;
    min-height: 26px !important;
    height: 26px !important;
    border-radius: 8px !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-primary-nav .nav-action,
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-primary-nav .customer-chip {
    max-width: 54px !important;
    min-height: 26px !important;
    height: 26px !important;
    padding: 0 5px !important;
    border-radius: 8px !important;
    font-size: 9.5px !important;
  }
}

@media (max-width: 340px) {
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header {
    grid-template-columns: auto minmax(0, 1fr) 58px !important;
    gap: 3px !important;
    padding-inline: 4px !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-brand {
    width: 66px !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-language-selector > summary,
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-currency-selector--language > summary,
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-theme-toggle--language {
    width: 28px !important;
    min-height: 24px !important;
    height: 24px !important;
    font-size: 9px !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-primary-nav .nav-action,
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-primary-nav .customer-chip {
    max-width: 50px !important;
    min-height: 24px !important;
    height: 24px !important;
    padding: 0 4px !important;
    font-size: 9px !important;
  }
}

/* Navigation inline selectors: language, currency, and theme open in-row. */
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header {
  --nav-control-height: 29px;
  --nav-control-radius: 9px;
  --nav-control-gap: 5px;
  isolation: isolate !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-primary-nav,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-utility-nav,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-language-grid {
  transition: opacity 180ms ease, max-width 220ms ease, transform 220ms ease, gap 220ms ease !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header.nav-inline-open .tf-primary-nav {
  max-width: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateX(10px) !important;
  overflow: hidden !important;
  gap: 0 !important;
}

html[dir="ltr"] body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header.nav-inline-open .tf-primary-nav {
  transform: translateX(-10px) !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-language-selector,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-currency-selector--language,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-theme-selector {
  position: relative !important;
  display: inline-flex !important;
  flex-flow: row nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  min-width: 0 !important;
  height: var(--nav-control-height) !important;
  z-index: 10040 !important;
  vertical-align: middle !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-language-selector[open],
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-currency-selector--language[open],
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-theme-selector[open] {
  z-index: 10090 !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-language-selector > summary,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-currency-selector--language > summary,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-theme-selector > summary {
  flex: 0 0 auto !important;
  align-self: center !important;
  min-height: var(--nav-control-height) !important;
  height: var(--nav-control-height) !important;
  transform: none !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-theme-selector > summary {
  width: 34px !important;
  padding: 0 !important;
  list-style: none !important;
  cursor: pointer !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-theme-selector > summary::-webkit-details-marker {
  display: none !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-language-menu,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-currency-menu,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-theme-menu {
  position: static !important;
  display: inline-flex !important;
  flex-flow: row nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: var(--nav-control-gap) !important;
  width: 0 !important;
  min-width: 0 !important;
  height: var(--nav-control-height) !important;
  max-width: 0 !important;
  margin-inline-start: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  transform: translateX(-8px) !important;
  transition: max-width 240ms ease, width 240ms ease, opacity 180ms ease, transform 240ms ease, margin 240ms ease !important;
}

html[dir="ltr"] body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-language-menu,
html[dir="ltr"] body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-currency-menu,
html[dir="ltr"] body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-theme-menu {
  transform: translateX(8px) !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-language-selector[open] .nav-language-menu,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-currency-selector--language[open] .nav-currency-menu,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-theme-selector[open] .nav-theme-menu {
  width: auto !important;
  max-width: 230px !important;
  margin-inline-start: var(--nav-control-gap) !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateX(0) !important;
  overflow: visible !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-language-selector:not([open]) .nav-language-menu,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-currency-selector--language:not([open]) .nav-currency-menu,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-theme-selector:not([open]) .nav-theme-menu {
  display: inline-flex !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-language-menu a,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-currency-menu a,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-theme-choice {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  min-width: 38px !important;
  min-height: var(--nav-control-height) !important;
  height: var(--nav-control-height) !important;
  padding: 0 !important;
  border: 1px solid rgba(27, 96, 169, 0.22) !important;
  border-radius: var(--nav-control-radius) !important;
  background: rgba(255, 255, 255, 0.92) !important;
  color: #082a44 !important;
  font: 800 12px/1 Arial, sans-serif !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  box-shadow: none !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-currency-menu a {
  width: 44px !important;
  min-width: 44px !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-theme-choice {
  width: 34px !important;
  min-width: 34px !important;
  cursor: pointer !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-theme-choice span[aria-hidden="true"] {
  font-size: 15px !important;
  line-height: 1 !important;
  font-family: Arial, sans-serif !important;
}

html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-language-menu a.is-active,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-currency-menu a.is-active,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-theme-choice[aria-pressed="true"],
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-language-menu a:hover,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-currency-menu a:hover,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-theme-choice:hover {
  background: #1768c9 !important;
  color: #fff !important;
}

@media (max-width: 760px) {
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header {
    --nav-control-height: 24px;
    --nav-control-radius: 8px;
    --nav-control-gap: 4px;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header.nav-inline-open {
    grid-template-columns: minmax(0, 1fr) 0 minmax(58px, 70px) !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-language-selector > summary,
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-currency-selector--language > summary,
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-theme-selector > summary {
    min-height: var(--nav-control-height) !important;
    height: var(--nav-control-height) !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-theme-selector > summary,
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-theme-choice {
    width: 28px !important;
    min-width: 28px !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-language-menu a {
    width: 30px !important;
    min-width: 30px !important;
    font-size: 10px !important;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-currency-menu a {
    width: 34px !important;
    min-width: 34px !important;
    font-size: 9.5px !important;
  }
}

@media (max-width: 340px) {
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header {
    --nav-control-height: 23px;
    --nav-control-gap: 3px;
  }

  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-language-selector[open] .nav-language-menu,
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-currency-selector--language[open] .nav-currency-menu,
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-theme-selector[open] .nav-theme-menu {
    max-width: 160px !important;
  }
}

/* Final inline nav override: keep expanded choices horizontal. */
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-language-selector[open] .nav-language-menu,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-currency-selector--language[open] .nav-currency-menu,
html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-theme-selector[open] .nav-theme-menu {
  display: inline-flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  width: auto !important;
}

/* TASIM live polish: long English nav labels must not create mobile overflow. */
@media (max-width: 430px) {
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header {
    grid-template-columns: minmax(0, 1fr) minmax(92px, 118px) minmax(74px, 108px) !important;
    column-gap: 4px !important;
    overflow: clip !important;
  }

  html[dir="ltr"] body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-primary-nav.nav-action-cluster,
  html[dir="ltr"] body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-links.tf-primary-nav {
    gap: 3px !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  html[dir="ltr"] body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-primary-nav .nav-action,
  html[dir="ltr"] body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-primary-nav .customer-chip {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    max-width: 54px !important;
    padding-inline: 4px !important;
    font-size: 9px !important;
    line-height: 1.05 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: clip !important;
  }

  html[dir="ltr"] body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .nav-language-grid {
    gap: 3px !important;
    min-width: 0 !important;
  }
}

@media (max-width: 340px) {
  html body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header {
    grid-template-columns: minmax(0, 1fr) minmax(76px, 96px) minmax(70px, 94px) !important;
  }

  html[dir="ltr"] body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-primary-nav .nav-action,
  html[dir="ltr"] body.esimo-theme-travelflow .nav[data-global-nav][data-tf-header].tf-app-header .tf-primary-nav .customer-chip {
    max-width: 45px !important;
    font-size: 8px !important;
    padding-inline: 3px !important;
  }
}
