/* Flights page, homepage typography + conversion layout */
html[data-fz-no-smooth="1"] body.page-flights #has-smooth,
html[data-fz-no-smooth="1"] body.geo-banner-visible.page-flights #has-smooth {
  padding-top: 0 !important;
  transition: none !important;
}

body.page-flights {
  --flt-navy: #002147;
  --flt-navy-soft: #0d315f;
  --flt-gold: #c8a84b;
  --flt-gold-dark: #a88420;
  --flt-cream: #f8f9fc;
  --flt-line: #e8e8e8;
  --flt-muted: #64748b;
  --flt-shadow: 0 16px 40px rgba(0, 33, 71, 0.08);
  background: #fff;
}

body.page-flights .site-main,
body.page-flights #has-smooth,
body.page-flights #has-smooth-wrap {
  overflow: visible !important;
  height: auto !important;
  min-height: 0 !important;
}

body.page-flights .flt-page {
  color: #333;
}

body.page-flights .flt-page .togo-section-title {
  margin-bottom: 0;
  font-family: 'Emilie Display', serif !important;
  font-weight: 400 !important;
}

body.page-flights .flt-page h1,
body.page-flights .flt-page h2,
body.page-flights .flt-page h3,
body.page-flights .flt-page h4 {
  font-family: 'Emilie Display', serif !important;
  font-weight: 400 !important;
}

body.page-flights .flt-page .togo-section-subtitle {
  display: inline-block;
  margin-bottom: 14px;
}

body.page-flights .flt-page p {
  color: var(--flt-muted);
  line-height: 1.7;
}

body.page-flights .flt-page a {
  text-decoration: none;
}

/* Hero */
body.page-flights .flt-hero-sec {
  position: relative;
  overflow: hidden;
}

body.page-flights .flt-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(0, 33, 71, 0.97) 0%, rgba(0, 33, 71, 0.88) 52%, rgba(0, 33, 71, 0.55) 100%),
    url("https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=1800&q=80") center/cover;
  z-index: 0;
}

body.page-flights .flt-hero-sec > .container {
  position: relative;
  z-index: 1;
}

body.page-flights .flt-hero-sec .togo-section-subtitle.color-white {
  color: rgba(255, 255, 255, 0.88) !important;
}

body.page-flights .flt-hero-lead {
  font-weight: 600;
  line-height: 1.45;
}

body.page-flights .flt-hero-sublead {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.72;
  margin-bottom: 22px;
}

body.page-flights .flt-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

body.page-flights .flt-hero-trust li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 500;
}

body.page-flights .flt-hero-trust i {
  color: var(--flt-gold);
  font-size: 15px;
}

/* Quote card */
body.page-flights .flt-quote-card {
  padding: 28px;
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--flt-shadow);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

body.page-flights .flt-quote-card-head .togo-section-title {
  font-size: clamp(24px, 3vw, 32px);
  color: var(--flt-navy);
}

body.page-flights .flt-quote-card-head p {
  font-size: 14px;
  color: var(--flt-muted);
}

body.page-flights .flt-form-grid {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

body.page-flights .flt-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

body.page-flights .flt-submit-btn {
  width: 100%;
  justify-content: center;
  border: 0;
  cursor: pointer;
  display: inline-flex !important;
  align-items: center;
  min-height: 48px;
  line-height: 1.25;
}

body.page-flights .flt-mini-trust {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--flt-line);
}

body.page-flights .flt-mini-trust li {
  font-size: 12px;
  font-weight: 600;
  color: var(--flt-navy);
  padding: 8px 10px;
  border-radius: 10px;
  background: var(--flt-cream);
  text-align: center;
}

body.page-flights .flt-form-success {
  text-align: center;
  padding: 20px 0;
}

body.page-flights .flt-form-success .togo-section-title {
  color: var(--flt-navy);
}

/* Quick routes */
body.page-flights .flt-quick-sec {
  padding: 16px 0;
  background: #fff;
  border-bottom: 1px solid var(--flt-line);
}

body.page-flights .flt-quick-inner {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

body.page-flights .flt-quick-inner::-webkit-scrollbar {
  display: none;
}

body.page-flights .flt-pill {
  flex: 0 0 auto;
  padding: 10px 16px;
  border: 1px solid var(--flt-line);
  border-radius: 999px;
  background: var(--flt-cream);
  color: var(--flt-navy);
  font-size: 14px;
  font-weight: 600;
  transition: border-color 0.2s, background 0.2s;
}

body.page-flights .flt-pill:hover {
  border-color: var(--flt-gold);
  background: #fff;
  color: var(--flt-navy);
}

/* Page nav */
body.page-flights .flt-page-nav {
  background: #fff;
  border-bottom: 1px solid var(--flt-line);
  z-index: 40;
}

body.page-flights .flt-page-nav.is-stuck {
  position: fixed;
  left: 0;
  right: 0;
  box-shadow: 0 8px 24px rgba(0, 33, 71, 0.08);
}

body.page-flights .flt-page-nav-spacer.is-active {
  display: block;
}

body.page-flights .flt-page-nav-spacer {
  display: none;
}

body.page-flights .flt-page-nav-inner {
  display: flex;
  align-items: center;
  gap: 6px;
  overflow-x: auto;
  padding: 10px 0;
  -webkit-overflow-scrolling: touch;
}

body.page-flights .flt-page-nav-inner a {
  flex: 0 0 auto;
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--flt-navy);
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: background 0.2s;
}

body.page-flights .flt-page-nav-inner a:hover,
body.page-flights .flt-page-nav-inner a.is-active {
  background: var(--flt-cream);
}

body.page-flights .flt-page-nav-cta {
  margin-left: auto;
  padding: 10px 18px !important;
  font-size: 13px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  line-height: 1.25;
}

/* Why section */
body.page-flights .flt-why-sec {
  background: linear-gradient(180deg, var(--flt-cream) 0%, #fff 100%);
}

body.page-flights .flt-why-figure {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--flt-shadow);
}

body.page-flights .flt-why-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
}

body.page-flights .flt-risk-card {
  display: block;
  padding: 16px 18px;
  border: 1px solid var(--flt-line);
  border-radius: 16px;
  background: #fff;
  color: var(--flt-navy);
  font-size: 14px;
  font-weight: 700;
  transition: border-color 0.2s, transform 0.2s;
}

body.page-flights .flt-risk-card:hover {
  border-color: var(--flt-gold);
  transform: translateY(-2px);
  color: var(--flt-navy);
}

/* CTA band */
body.page-flights .flt-band-sec {
  padding: 48px 0;
  background: var(--flt-navy);
}

body.page-flights .flt-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

body.page-flights .flt-band-sec p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 680px;
}

/* Services */
body.page-flights .flt-svc-card {
  height: 100%;
  padding: 24px 20px;
  border: 1px solid rgba(0, 33, 71, 0.06);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}

body.page-flights .flt-svc-card:hover {
  transform: translateY(-4px);
  border-color: rgba(200, 168, 75, 0.35);
  box-shadow: 0 16px 32px rgba(0, 33, 71, 0.08);
}

body.page-flights .flt-svc-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: var(--flt-navy);
  color: var(--flt-gold);
  font-size: 13px;
  font-weight: 800;
}

body.page-flights .flt-svc-title {
  font-family: 'Emilie Display', serif !important;
  color: var(--flt-navy);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 10px;
}

body.page-flights .flt-svc-card p {
  font-size: 14px;
}

/* Callout */
body.page-flights .flt-callout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: center;
  padding: 32px;
  border: 1px solid var(--flt-line);
  border-radius: 24px;
  background: var(--flt-cream);
}

body.page-flights .flt-callout .togo-section-title {
  color: var(--flt-navy);
}

/* Comparison table */
body.page-flights .flt-table-wrap {
  overflow: auto;
  border-radius: 20px;
  border: 1px solid var(--flt-line);
  box-shadow: var(--flt-shadow);
}

body.page-flights .flt-compare-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  background: #fff;
}

body.page-flights .flt-compare-table th {
  padding: 20px 22px;
  background: var(--flt-navy);
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}

body.page-flights .flt-compare-table th:nth-child(2) {
  background: var(--flt-gold);
  text-align: center;
}

body.page-flights .flt-compare-table td {
  padding: 18px 22px;
  border-bottom: 1px solid var(--flt-line);
  color: var(--flt-muted);
  font-size: 15px;
}

body.page-flights .flt-compare-table td:first-child {
  color: #111;
  font-weight: 700;
}

body.page-flights .flt-compare-table td:nth-child(2) {
  color: var(--flt-gold-dark);
  text-align: center;
  font-weight: 700;
}

body.page-flights .flt-compare-table td:nth-child(3) {
  text-align: center;
}

/* Route cards */
body.page-flights .flt-route-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 180px;
  padding: 24px;
  border-radius: 20px;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: var(--flt-shadow);
  transition: transform 0.25s;
}

body.page-flights .flt-route-card:hover {
  transform: translateY(-4px);
  color: #fff;
}

body.page-flights .flt-route-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 33, 71, 0.08), rgba(0, 33, 71, 0.88));
}

body.page-flights .flt-route-card strong,
body.page-flights .flt-route-card span {
  position: relative;
  z-index: 1;
}

body.page-flights .flt-route-card strong {
  display: block;
  font-family: 'Emilie Display', serif !important;
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 400;
  line-height: 1.15;
}

body.page-flights .flt-route-card span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.86);
}

body.page-flights .flt-route-london { background: url("https://images.unsplash.com/photo-1513635269975-59663e0ac1ad?auto=format&fit=crop&w=900&q=80") center/cover; }
body.page-flights .flt-route-dubai { background: url("https://images.unsplash.com/photo-1512453979798-5ea266f8880c?auto=format&fit=crop&w=900&q=80") center/cover; }
body.page-flights .flt-route-tokyo { background: url("https://images.unsplash.com/photo-1540959733332-eab4deabeeaf?auto=format&fit=crop&w=900&q=80") center/cover; }
body.page-flights .flt-route-jeddah { background: url("https://images.unsplash.com/photo-1589820296156-2454bb8a6ad1?auto=format&fit=crop&w=900&q=80") center/cover; }
body.page-flights .flt-route-maldives { background: url("https://images.unsplash.com/photo-1514282401047-d79a71a590e8?auto=format&fit=crop&w=900&q=80") center/cover; }
body.page-flights .flt-route-australia { background: url("https://images.unsplash.com/photo-1506973035872-a4ec16b8e8d9?auto=format&fit=crop&w=900&q=80") center/cover; }

body.page-flights .flt-route-more {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

body.page-flights .flt-seo-copy {
  width: 100%;
  max-width: none;
  margin: 24px 0 0;
  font-size: 15px;
}

/* Steps */
body.page-flights .flt-steps-sec {
  background: var(--flt-navy);
}

body.page-flights .flt-steps-sec .togo-section-subtitle.color-white {
  color: rgba(255, 255, 255, 0.75) !important;
}

body.page-flights .flt-step-card {
  height: 100%;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
}

body.page-flights .flt-step-num {
  display: block;
  margin-bottom: 16px;
  color: var(--flt-gold);
  font-size: 22px;
  font-weight: 800;
}

body.page-flights .flt-step-title {
  font-family: 'Emilie Display', serif !important;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 400;
  margin-bottom: 10px;
}

body.page-flights .flt-step-card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
}

/* Quote checklist */
body.page-flights .flt-quote-sec {
  background: var(--flt-cream);
}

body.page-flights .flt-quote-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  margin-bottom: 10px;
  border: 1px solid var(--flt-line);
  border-radius: 14px;
  background: #fff;
  color: var(--flt-navy);
  font-size: 14px;
  font-weight: 600;
}

body.page-flights .flt-quote-list i {
  color: var(--flt-gold);
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 1px;
}

/* FAQ */
body.page-flights .flt-faq-sec {
  background: #f9f9f9;
}

body.page-flights .flt-faq-aside {
  position: sticky;
  top: calc(var(--header-offset, 72px) + 72px);
}

body.page-flights .flt-faq-help-card {
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--flt-line);
  box-shadow: var(--flt-shadow);
}

body.page-flights .flt-faq-help-visual {
  position: relative;
  min-height: 200px;
}

body.page-flights .flt-faq-help-visual img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

body.page-flights .flt-faq-help-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 33, 71, 0.15), rgba(0, 33, 71, 0.82));
}

body.page-flights .flt-faq-help-badge {
  position: absolute;
  left: 20px;
  bottom: 18px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

body.page-flights .flt-faq-help-badge i {
  color: var(--flt-gold);
}

body.page-flights .flt-faq-help-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px;
}

body.page-flights .flt-faq-help-body a {
  width: 100%;
  justify-content: center;
}

body.page-flights .flt-faq-list {
  display: grid;
  gap: 12px;
}

body.page-flights .flt-faq-item {
  border: 1px solid var(--flt-line);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 33, 71, 0.04);
  transition: border-color 0.25s, box-shadow 0.25s;
}

body.page-flights .flt-faq-item.is-open {
  border-color: rgba(200, 168, 75, 0.45);
  box-shadow: 0 12px 28px rgba(0, 33, 71, 0.08);
}

body.page-flights .flt-faq-question {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 20px 22px;
  border: 0;
  background: transparent;
  color: var(--flt-navy);
  font-family: 'Emilie Display', serif !important;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s;
}

body.page-flights .flt-faq-item.is-open .flt-faq-question {
  background: linear-gradient(90deg, rgba(200, 168, 75, 0.08), transparent 60%);
}

body.page-flights .flt-faq-q-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: var(--flt-cream);
  color: var(--flt-gold-dark);
  font-size: 13px;
  font-weight: 800;
  flex-shrink: 0;
}

body.page-flights .flt-faq-item.is-open .flt-faq-q-num {
  background: var(--flt-navy);
  color: var(--flt-gold);
}

body.page-flights .flt-faq-q-text {
  min-width: 0;
}

body.page-flights .flt-faq-toggle {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--flt-cream);
  flex-shrink: 0;
  transition: background 0.2s, transform 0.25s;
}

body.page-flights .flt-faq-toggle::before,
body.page-flights .flt-faq-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--flt-navy);
  border-radius: 2px;
  transition: transform 0.25s, background 0.2s;
}

body.page-flights .flt-faq-toggle::before {
  width: 14px;
  height: 2px;
  transform: translate(-50%, -50%);
}

body.page-flights .flt-faq-toggle::after {
  width: 2px;
  height: 14px;
  transform: translate(-50%, -50%);
}

body.page-flights .flt-faq-item.is-open .flt-faq-toggle {
  background: var(--flt-navy);
}

body.page-flights .flt-faq-item.is-open .flt-faq-toggle::before,
body.page-flights .flt-faq-item.is-open .flt-faq-toggle::after {
  background: #fff;
}

body.page-flights .flt-faq-item.is-open .flt-faq-toggle::after {
  transform: translate(-50%, -50%) scaleY(0);
}

body.page-flights .flt-faq-answer-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}

body.page-flights .flt-faq-item.is-open .flt-faq-answer-wrap {
  grid-template-rows: 1fr;
}

body.page-flights .flt-faq-answer-inner {
  overflow: hidden;
}

body.page-flights .flt-faq-answer-inner p {
  padding: 0 22px 22px 72px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--flt-muted);
}

@media (max-width: 767px) {
  body.page-flights .flt-faq-aside {
    position: static;
  }

  body.page-flights .flt-faq-question {
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    padding: 16px 16px;
    font-size: 15px;
  }

  body.page-flights .flt-faq-answer-inner p {
    padding: 0 16px 18px 16px;
    font-size: 14px;
  }

  body.page-flights .flt-faq-q-num {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
}

/* Final CTA */
body.page-flights .flt-final-sec {
  position: relative;
  overflow: hidden;
}

body.page-flights .flt-final-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(0, 33, 71, 0.96), rgba(0, 33, 71, 0.78)),
    url("https://images.unsplash.com/photo-1488646953014-85cb44e25828?auto=format&fit=crop&w=1800&q=80") center/cover;
  z-index: 0;
}

body.page-flights .flt-final-sec > .container {
  position: relative;
  z-index: 1;
}

body.page-flights .flt-final-sec .togo-section-subtitle.color-white {
  color: rgba(255, 255, 255, 0.8) !important;
}

body.page-flights .flt-final-lead {
  max-width: 760px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
}

body.page-flights .flt-btn-light {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

body.page-flights .flt-btn-light:hover {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}

/* Mobile sticky CTA */
body.page-flights .flt-mobile-cta {
  display: none;
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 60;
  gap: 8px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 32px rgba(0, 33, 71, 0.18);
  backdrop-filter: blur(10px);
  transition: transform 0.25s, opacity 0.25s;
}

body.page-flights .flt-mobile-cta.is-hidden {
  transform: translateY(120%);
  opacity: 0;
  pointer-events: none;
}

body.page-flights .flt-mobile-cta-quote,
body.page-flights .flt-mobile-cta-wa {
  flex: 1;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 14px !important;
  font-size: 13px !important;
  line-height: 1.25;
  border-radius: 999px !important;
}

/* Destinations directory */
body.page-flights .flt-all-dest {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid var(--flt-line);
}

body.page-flights .flt-all-dest input[type="search"] {
  width: 100%;
  max-width: 340px;
  padding: 12px 14px;
  border: 1px solid var(--flt-line);
  border-radius: 12px;
  margin-bottom: 16px;
  font: inherit;
}

body.page-flights .flt-directory-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

body.page-flights .flt-directory-grid a {
  display: block;
  padding: 10px 12px;
  border: 1px solid var(--flt-line);
  border-radius: 12px;
  background: var(--flt-cream);
  color: var(--flt-navy);
  font-size: 14px;
  font-weight: 600;
  transition: border-color 0.2s;
}

body.page-flights .flt-directory-grid a:hover {
  border-color: var(--flt-gold);
}

body.page-flights .flt-empty-msg {
  color: var(--flt-muted);
  font-size: 14px;
}

/* Form pickers */
body.page-flights .flt-form-group {
  margin: 0;
}

body.page-flights .flt-form-group label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

body.page-flights .flt-invalid-feedback {
  display: none;
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.4;
  color: #b42318;
}

body.page-flights .flt-form-grid.was-validated .flt-invalid-feedback:not(:empty) {
  display: block;
}

body.page-flights .flt-form-grid.was-validated .flt-input.is-invalid,
body.page-flights .flt-form-grid.was-validated .flt-phone-field.is-invalid,
body.page-flights .flt-form-grid.was-validated .flt-dest-trigger.is-invalid,
body.page-flights .flt-form-grid.was-validated .flt-cc-trigger.is-invalid,
body.page-flights .flt-form-grid.was-validated .flt-phone-input-group.is-invalid .flt-phone-field,
body.page-flights .flt-form-grid.was-validated .flt-phone-input-group.is-invalid .flt-cc-trigger {
  border-color: #b42318;
  box-shadow: 0 0 0 1px rgba(180, 35, 24, 0.12);
}

body.page-flights .flt-trip-type {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  border: 0;
  padding: 0;
  margin: 0;
}

body.page-flights .flt-trip-type input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

body.page-flights .flt-trip-type label {
  position: static;
  width: auto;
  height: auto;
  clip: auto;
  overflow: visible;
  padding: 11px 10px;
  border-radius: 12px;
  background: var(--flt-cream);
  color: var(--flt-navy);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  border: 1px solid var(--flt-line);
}

body.page-flights .flt-trip-type input:checked + label {
  background: var(--flt-navy);
  border-color: var(--flt-navy);
  color: #fff;
}

body.page-flights .flt-dest-trigger,
body.page-flights .flt-input,
body.page-flights .flt-cc-trigger,
body.page-flights .flt-phone-field {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--flt-line);
  border-radius: 12px;
  font: inherit;
  background: #fff;
  color: #111;
  box-sizing: border-box;
}

body.page-flights .flt-dest-wrap,
body.page-flights .flt-cc-wrap {
  position: relative;
}

body.page-flights .flt-dest-trigger,
body.page-flights .flt-cc-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  cursor: pointer;
  min-height: 48px;
}

body.page-flights .flt-dest-val,
body.page-flights .flt-cc-val {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.page-flights .flt-dest-arrow,
body.page-flights .flt-cc-arrow {
  flex-shrink: 0;
  color: var(--flt-muted);
  font-size: 12px;
}

body.page-flights .flt-dest-dropdown,
body.page-flights .flt-cc-dropdown,
body.page-flights .flt-dropdown-float {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  z-index: 120;
  background: #fff;
  border: 1px solid var(--flt-line);
  border-radius: 14px;
  box-shadow: var(--flt-shadow);
  overflow: hidden;
}

body.page-flights .flt-dest-wrap.open .flt-dest-dropdown,
body.page-flights .flt-cc-wrap.open .flt-cc-dropdown,
body.page-flights .flt-dropdown-float {
  display: block;
}

body.page-flights .flt-dest-search-wrap,
body.page-flights .flt-cc-search-wrap {
  padding: 10px 12px;
  background: var(--flt-cream);
  border-bottom: 1px solid var(--flt-line);
}

body.page-flights .flt-dest-search,
body.page-flights .flt-cc-search {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid var(--flt-line);
  border-radius: 10px;
  font: inherit;
  font-size: 14px;
  line-height: 1.4;
  color: #111;
  background: #fff;
  outline: none;
}

body.page-flights .flt-dest-list,
body.page-flights .flt-cc-list {
  max-height: 240px;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 4px 0;
}

body.page-flights .flt-dest-item,
body.page-flights .flt-cc-item {
  padding: 10px 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4;
  color: #111;
}

body.page-flights .flt-dest-item--filtered,
body.page-flights .flt-dest-item--excluded {
  display: none !important;
}

body.page-flights .flt-dest-item:hover,
body.page-flights .flt-cc-item:hover,
body.page-flights .flt-dest-item.selected,
body.page-flights .flt-cc-item.selected {
  background: var(--flt-cream);
}

body.page-flights .flt-cc-item {
  display: grid;
  grid-template-columns: 18px 56px 1fr;
  gap: 8px;
  align-items: center;
}

body.page-flights .flt-cc-dial {
  font-weight: 700;
  color: var(--flt-navy);
}

body.page-flights .flt-cc-name {
  color: var(--flt-muted);
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.page-flights .flt-phone-input-group {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 8px;
}

body.page-flights .flt-input-icon-wrap {
  position: relative;
}

body.page-flights .flt-input-icon-wrap .bi {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--flt-muted);
  pointer-events: none;
}

body.page-flights .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Homepage button helpers when inline CSS not loaded */
body.page-flights .flt-hero-btns a,
body.page-flights .togo-btn-primary.btn-golden,
body.page-flights .fz-btn-dark,
body.page-flights .fz-btn-whatsapp {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1.25;
  vertical-align: middle;
}

body.page-flights .fz-btn-dark,
body.page-flights .fz-btn-whatsapp {
  gap: 8px;
  padding-left: 22px;
  padding-right: 22px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  border: 0;
  transition: background 0.22s ease;
}

body.page-flights .fz-btn-dark {
  background: #0d1b35;
  color: #fff;
}

body.page-flights .fz-btn-dark:hover {
  background: #1a2f55;
  color: #fff;
}

body.page-flights .fz-btn-whatsapp {
  background: #25a461;
  color: #fff;
}

body.page-flights .fz-btn-whatsapp:hover {
  background: #1e8f54;
  color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
  body.page-flights .flt-band-inner,
  body.page-flights .flt-callout {
    grid-template-columns: 1fr;
  }

  body.page-flights .flt-band-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  body.page-flights .flt-form-row {
    grid-template-columns: 1fr;
  }

  body.page-flights .flt-mini-trust {
    grid-template-columns: 1fr;
  }

  body.page-flights .flt-mobile-cta {
    display: flex;
  }

  body.page-flights.page-flights {
    padding-bottom: 80px;
  }

  body.page-flights .flt-page-nav-cta {
    margin-left: 0;
  }
}
