/* Flight V2 Premium — Yatra / MakeMyTrip inspired */
body.flt2-page {
  background: #eef2f8;
}

.flt2-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero */
.flt2-hero {
  position: relative;
  padding: 28px 0 0;
  overflow: hidden;
}

.flt2-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #0b1f3f 0%, #12325f 42%, #1e4a8a 100%);
  z-index: 0;
}

.flt2-hero-bg::after {
  content: '';
  position: absolute;
  right: -80px;
  top: -40px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
}

.flt2-hero .flt2-wrap {
  position: relative;
  z-index: 1;
}

.flt2-hero-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 18px;
  color: #fff;
}

.flt2-kicker {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #93c5fd;
  margin-bottom: 6px;
}

.flt2-hero h1 {
  margin: 0;
  font-size: 30px;
  font-weight: 1000;
  letter-spacing: -0.03em;
}

.flt2-hero p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 750;
  max-width: 520px;
  line-height: 1.45;
}

.flt2-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.flt2-hero-badges span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 12px;
  font-weight: 850;
}

.flt2-search-shell {
  background: #fff;
  border-radius: 20px 20px 0 0;
  padding: 16px 16px 18px;
  box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.08);
}

.flt2-trip-tabs,
.flt2-scope-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.flt2-trip-tabs a,
.flt2-scope-tabs a {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 14px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none !important;
  color: #64748b !important;
  background: #f1f5f9;
}

.flt2-trip-tabs a.active,
.flt2-scope-tabs a.active {
  background: #0f2744;
  color: #fff !important;
}

.flt2-search {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) auto minmax(0, 1.3fr) repeat(3, minmax(0, 0.9fr)) auto;
  gap: 10px;
  align-items: end;
}

.flt2-field {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.flt2-field span {
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #64748b;
}

.flt2-input-lg,
.flt2-field input,
.flt2-field select {
  height: 48px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  padding: 0 14px;
  font-size: 15px;
  font-weight: 850;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
}

.flt2-swap {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 1px solid #cbd5e1;
  background: #f8fafc;
  color: #ff6815;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flt2-search-btn {
  height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #ff6815, #ff8f3d);
  color: #fff !important;
  font-size: 15px;
  font-weight: 950;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(255, 104, 21, 0.28);
}

.flt2-search-btn--inline {
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
  margin-top: 12px;
}

/* Route bar */
.flt2-route-bar {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  position: sticky;
  top: 0;
  z-index: 30;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

.flt2-route-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
}

.flt2-route-summary h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 1000;
  color: #0f172a;
}

.flt2-route-summary h2 span {
  color: #64748b;
  font-weight: 800;
}

.flt2-route-summary p {
  margin: 4px 0 0;
  font-size: 12px;
  font-weight: 750;
  color: #64748b;
}

.flt2-route-price {
  text-align: right;
}

.flt2-route-price small {
  display: block;
  font-size: 11px;
  font-weight: 850;
  color: #64748b;
}

.flt2-route-price b {
  font-size: 22px;
  font-weight: 1000;
  color: #0f172a;
}

/* Fare calendar strip */
.flt2-calendar {
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  border-bottom: 1px solid #e2e8f0;
  padding: 14px 0 10px;
}

.flt2-calendar-bar {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 40px;
  gap: 10px;
  align-items: stretch;
}

.flt2-cal-nav {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  border: 1px solid #dbeafe;
  border-radius: 12px;
  background: #fff;
  color: #0f2744;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(15, 39, 68, 0.06);
  transition: background 0.15s, border-color 0.15s, color 0.15s, opacity 0.15s;
}

.flt2-cal-nav:hover:not(:disabled) {
  background: #eff6ff;
  border-color: #93c5fd;
  color: #2563eb;
}

.flt2-cal-nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  box-shadow: none;
}

.flt2-calendar-track {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e8edf3;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.flt2-calendar-track::before,
.flt2-calendar-track::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 28px;
  z-index: 2;
  pointer-events: none;
}

.flt2-calendar-track::before {
  left: 0;
  background: linear-gradient(90deg, #fff 20%, rgba(255, 255, 255, 0));
}

.flt2-calendar-track::after {
  right: 0;
  background: linear-gradient(270deg, #fff 20%, rgba(255, 255, 255, 0));
}

.flt2-calendar-scroll {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 12px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.flt2-calendar-scroll::-webkit-scrollbar {
  display: none;
}

.flt2-cal-day {
  flex: 0 0 auto;
  min-width: 92px;
  padding: 10px 12px 9px;
  border-radius: 14px;
  border: 1px solid #e8edf3;
  background: #f8fafc;
  text-align: center;
  text-decoration: none !important;
  color: #0f172a !important;
  transition: transform 0.15s, border-color 0.15s, box-shadow 0.15s, background 0.15s;
}

.flt2-cal-day:hover:not(.flt2-cal-day--disabled) {
  transform: translateY(-1px);
  border-color: #cbd5e1;
  box-shadow: 0 8px 18px rgba(15, 39, 68, 0.08);
}

.flt2-cal-day span {
  display: block;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #64748b;
}

.flt2-cal-day b {
  display: block;
  margin-top: 3px;
  font-size: 14px;
  font-weight: 950;
  color: #0f2744;
}

.flt2-cal-day em {
  display: block;
  margin-top: 5px;
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
  color: #16a34a;
  letter-spacing: -0.02em;
}

.flt2-cal-day.active {
  background: linear-gradient(180deg, #fff7ed 0%, #fff 100%);
  border-color: #ff6815;
  box-shadow: 0 10px 24px rgba(255, 104, 21, 0.16);
}

.flt2-cal-day.active b {
  color: #c2410c;
}

.flt2-cal-day--low em {
  color: #15803d;
}

.flt2-cal-day--low::after {
  content: 'Low';
  display: block;
  margin-top: 4px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #16a34a;
}

.flt2-cal-day--disabled {
  flex: 0 0 auto;
  min-width: 92px;
  padding: 10px 12px 9px;
  border-radius: 14px;
  border: 1px dashed #e8edf3;
  background: #fafbfc;
  text-align: center;
  opacity: 0.55;
}

.flt2-cal-day--disabled em {
  color: #cbd5e1;
}

.flt2-calendar-foot {
  margin: 8px 0 0;
  padding-left: 50px;
  font-size: 11px;
  font-weight: 750;
  color: #64748b;
}

/* Trust — same ribbon as bus desk (bp-trust) */
.flt2-page .bp-route-hero {
  max-width: 1280px;
  margin: 20px auto 0;
  padding: 0 16px;
}

.flt2-page .bp-route-hero h1 {
  margin: 0 0 4px;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #0f2744;
}

.flt2-page .bp-route-hero p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #64748b;
}

.flt2-page .bp-trust {
  max-width: 1280px;
  margin: 14px auto 16px;
  padding: 0 16px;
}

.flt2-page .bp-trust-in {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  background: linear-gradient(90deg, #eff6ff, #f0fdf4);
  border: 1px solid #dbeafe;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 800;
  color: #1e40af;
}

.flt2-page .bp-trust-in span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border-radius: 999px;
  padding: 6px 12px;
  border: 1px solid #e2e8f0;
  color: #0f2744;
  font-size: 12px;
  font-weight: 800;
}

.flt2-page .bp-trust-in strong {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 900;
  color: #1e40af;
}

.flt2-booking-steps-wrap {
  max-width: 1280px;
  margin: 16px auto 0;
  padding: 0 16px;
}

.flt2-page .flt2-booking-steps span {
  background: #f1f5f9;
  color: #64748b;
}

.flt2-page .flt2-booking-steps span.active {
  color: #fff;
  background: #ff6815;
}

.flt2-page .flt2-booking-steps span.done {
  color: #0f2744;
  background: #e0f2fe;
}

/* Legacy trust strip (hidden on search — use bp-trust) */
.flt2-trust {
  background: linear-gradient(90deg, #ecfdf5, #eff6ff);
  border-bottom: 1px solid #dbeafe;
}

.flt2-trust-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  padding: 10px 0;
  font-size: 12px;
  font-weight: 850;
  color: #334155;
}

/* Layout */
.flt2-body {
  padding: 18px 0 48px;
}

.flt2-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.flt2-filter-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 12px;
}

.flt2-filter-card h3 {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 1000;
}

.flt2-filter-block {
  margin-bottom: 16px;
}

.flt2-filter-block b {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 900;
  color: #334155;
}

.flt2-filter-chips {
  display: grid;
  gap: 6px;
}

.flt2-chip {
  display: block;
  padding: 9px 10px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  font-size: 12px;
  font-weight: 850;
  color: #334155 !important;
  text-decoration: none !important;
}

.flt2-chip.on {
  background: #fff7ed;
  border-color: #ff6815;
  color: #c2410c !important;
}

.flt2-airline-list {
  display: grid;
  gap: 6px;
}

.flt2-airline-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 8px;
  align-items: center;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  text-decoration: none !important;
  color: #0f172a !important;
  font-size: 12px;
  font-weight: 850;
}

.flt2-airline-row.on {
  background: #fff7ed;
  border-color: #ff6815;
}

.flt2-airline-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.flt2-airline-row em {
  font-style: normal;
  font-size: 11px;
  color: #047857;
  font-weight: 900;
}

.flt2-filter-links {
  display: grid;
  gap: 8px;
}

.flt2-filter-links a {
  font-size: 12px;
  font-weight: 850;
  color: #0f2744 !important;
  text-decoration: none !important;
}

.flt2-filter-links a.on {
  color: #0f172a !important;
  font-weight: 950;
}

.flt2-route-links {
  display: grid;
  gap: 8px;
}

.flt2-route-links a {
  font-size: 12px;
  font-weight: 850;
  color: #334155 !important;
  text-decoration: none !important;
  padding: 8px 0;
  border-bottom: 1px solid #f1f5f9;
}

/* Results toolbar */
.flt2-results-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}

.flt2-count {
  font-size: 13px;
  font-weight: 750;
  color: #64748b;
}

.flt2-sort {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.flt2-sort > span {
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  color: #64748b;
  margin-right: 4px;
}

.flt2-sort-pill {
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #fff;
  font-size: 12px;
  font-weight: 850;
  color: #334155 !important;
  text-decoration: none !important;
}

.flt2-sort-pill.on {
  background: #0f172a;
  border-color: #0f172a;
  color: #fff !important;
}

/* Flight cards */
.flt2-list {
  display: grid;
  gap: 12px;
}

.flt2-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 0;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  overflow: hidden;
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.flt2-card:hover {
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
  transform: translateY(-1px);
}

.flt2-card--featured {
  border-color: #fdba74;
  box-shadow: 0 12px 32px rgba(255, 104, 21, 0.1);
}

.flt2-card-ribbon {
  position: absolute;
  top: 12px;
  left: -8px;
  z-index: 2;
  padding: 4px 12px 4px 14px;
  background: linear-gradient(135deg, #ff6815, #ff8f3d);
  color: #fff;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 0 8px 8px 0;
}

.flt2-card-main {
  padding: 18px;
}

.flt2-airline {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
}

.flt2-airline-logo {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 1000;
  color: #fff;
  background: var(--airline-color, #0f2744);
}

.flt2-airline b {
  display: block;
  font-size: 15px;
  font-weight: 1000;
}

.flt2-airline small {
  color: #64748b;
  font-size: 12px;
  font-weight: 750;
}

.flt2-route {
  display: grid;
  grid-template-columns: 1fr minmax(120px, 1.2fr) 1fr;
  gap: 12px;
  align-items: center;
}

.flt2-point b {
  display: block;
  font-size: 22px;
  font-weight: 1000;
  color: #0f172a;
  line-height: 1;
}

.flt2-point span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 900;
  color: #64748b;
}

.flt2-point small {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  font-weight: 750;
  color: #94a3b8;
}

.flt2-point--dest {
  text-align: right;
}

.flt2-path {
  text-align: center;
}

.flt2-path-duration {
  display: block;
  font-size: 11px;
  font-weight: 850;
  color: #64748b;
  margin-bottom: 6px;
}

.flt2-path-line {
  position: relative;
  height: 2px;
  background: #cbd5e1;
  margin: 0 8px;
}

.flt2-path-line i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #64748b;
  border-right: 2px solid #64748b;
  background: #fff;
}

.flt2-path-line em {
  display: block;
  margin-top: 8px;
  font-style: normal;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  color: #047857;
}

.flt2-amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
  font-size: 11px;
  font-weight: 850;
  color: #64748b;
}

.flt2-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.flt2-tag {
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #475569;
  font-size: 10px;
  font-weight: 900;
}

.flt2-tag--deal {
  background: #fff7ed;
  color: #c2410c;
}

.flt2-tag--info {
  background: #eff6ff;
  color: #1d4ed8;
}

.flt2-tag--success,
.flt2-tag--ok {
  background: #ecfdf5;
  color: #047857;
}

.flt2-tag--intl {
  background: #f5f3ff;
  color: #6d28d9;
}

.flt2-card-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 18px;
  background: linear-gradient(180deg, #f8fafc, #fff);
  border-left: 1px solid #eef2f7;
}

.flt2-seats {
  font-size: 11px;
  font-weight: 850;
  color: #c2410c;
}

.flt2-price small {
  display: block;
  font-size: 10px;
  font-weight: 850;
  color: #64748b;
  text-transform: uppercase;
}

.flt2-price b {
  display: block;
  font-size: 26px;
  font-weight: 1000;
  color: #0f172a;
  line-height: 1.1;
}

.flt2-price em {
  display: block;
  margin-top: 2px;
  font-style: normal;
  font-size: 10px;
  font-weight: 750;
  color: #94a3b8;
}

.flt2-book {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 42px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #ff6815, #ff8f3d);
  color: #fff !important;
  font-size: 14px;
  font-weight: 950;
  text-decoration: none !important;
  margin-top: 4px;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(255, 104, 21, 0.22);
}

.flt2-airline-img {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}

.flt2-fare-toggle {
  border: 0;
  background: transparent;
  color: #0f2744;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
  padding: 0;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.flt2-fare-lines {
  margin-top: 6px;
  padding-top: 8px;
  border-top: 1px dashed #e2e8f0;
  display: grid;
  gap: 4px;
}

.flt2-fare-lines div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 11px;
  font-weight: 750;
  color: #64748b;
}

.flt2-fare-lines b {
  color: #0f172a;
  font-weight: 900;
  flex-shrink: 0;
}

.flt2-empty {
  padding: 48px 24px;
  text-align: center;
  background: #fff;
  border: 1px dashed #cbd5e1;
  border-radius: 18px;
}

.flt2-empty-icon {
  font-size: 40px;
  margin-bottom: 8px;
}

.flt2-bottom {
  padding: 32px 0 56px;
  background: #fff;
  border-top: 1px solid #e2e8f0;
}

.flt2-bottom h3 {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 1000;
}

.flt2-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.flt2-benefits article {
  padding: 16px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.flt2-benefits b {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
}

.flt2-benefits span {
  font-size: 12px;
  font-weight: 750;
  color: #64748b;
  line-height: 1.45;
}

/* Airport picker on hero */
.fdesk-airport {
  position: relative;
}

.fdesk-airport-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  z-index: 50;
  max-height: 260px;
  overflow: auto;
  background: #fff;
  border: 1px solid #dbeafe;
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.14);
  display: none;
}

.fdesk-airport-menu.open {
  display: block;
}

.fdesk-airport-item {
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  padding: 10px 12px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
}

.fdesk-airport-item:hover {
  background: #eff6ff;
}

.fdesk-airport-item small {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  color: #64748b;
}

@media (max-width: 980px) {
  .flt2-layout {
    grid-template-columns: 1fr;
  }

  .flt2-filters {
    order: 2;
  }

  .flt2-search {
    grid-template-columns: 1fr 1fr;
  }

  .flt2-swap {
    grid-column: 1 / -1;
    width: 100%;
  }

  .flt2-search-btn {
    grid-column: 1 / -1;
  }

  .flt2-card {
    grid-template-columns: 1fr;
  }

  .flt2-card-side {
    border-left: 0;
    border-top: 1px solid #eef2f7;
  }

  .flt2-benefits {
    grid-template-columns: 1fr;
  }

  .flt2-hero-top {
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .flt2-search,
  .flt2-route {
    grid-template-columns: 1fr;
  }

  .flt2-point--dest {
    text-align: left;
  }

  .flt2-path {
    order: -1;
    margin-bottom: 8px;
  }
}

/* Passenger page reuse */
.flt2-passenger-wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 24px 20px 64px;
}

.flt2-summary-bar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0f2744, #1e3a5f);
  color: #fff;
  margin-bottom: 18px;
}

.flt2-form-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 18px;
}

.flt2-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.flt2-form-grid label {
  display: grid;
  gap: 6px;
}

.flt2-form-grid label span {
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  color: #64748b;
}

.flt2-form-grid input,
.flt2-form-grid select {
  height: 44px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  padding: 0 12px;
  font-weight: 850;
}

.flt2-form-full {
  grid-column: 1 / -1;
}

.flt2-pax-box {
  padding: 14px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  margin-bottom: 12px;
}

/* Flight details modal */
body.flt2-modal-open {
  overflow: hidden;
}

.flt2-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 20px;
}

.flt2-modal[hidden] {
  display: none !important;
}

.flt2-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 39, 68, 0.55);
  backdrop-filter: blur(4px);
}

.flt2-modal-card {
  position: relative;
  width: min(720px, 100%);
  max-height: min(90vh, 860px);
  overflow: auto;
  background: #fff;
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
}

.flt2-modal-card--split {
  width: min(980px, 100%);
  max-height: min(92vh, 720px);
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.flt2-modal-card--split .flt2-modal-close {
  z-index: 2;
  background: rgba(255, 255, 255, 0.92);
}

.flt2-modal-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  min-height: 0;
  flex: 1;
  overflow: hidden;
}

.flt2-modal-left {
  padding: 24px 22px 22px;
  overflow: auto;
  background: #fff;
  border-right: 1px solid #e8edf3;
}

.flt2-modal-left-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  padding-right: 28px;
}

.flt2-modal-left-head h2,
.flt2-modal-right > h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 1000;
  color: #0f2744;
}

.flt2-modal-pax-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.flt2-modal-pax-icons span {
  padding: 5px 9px;
  border-radius: 999px;
  background: #f1f5f9;
  font-size: 11px;
  font-weight: 800;
  color: #475569;
}

.flt2-modal-trip-title {
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: 850;
  color: #64748b;
}

.flt2-modal-timeline {
  display: grid;
  gap: 0;
  margin-bottom: 16px;
}

.flt2-modal-timeline-row {
  display: grid;
  grid-template-columns: 72px 24px 1fr;
  gap: 12px;
  align-items: start;
}

.flt2-modal-timeline-time b {
  display: block;
  font-size: 18px;
  font-weight: 1000;
  color: #0f2744;
}

.flt2-modal-timeline-time small {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  font-weight: 750;
  color: #94a3b8;
}

.flt2-modal-timeline-dot {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 48px;
}

.flt2-modal-timeline-dot::before {
  content: '';
  position: absolute;
  top: 8px;
  bottom: -8px;
  width: 2px;
  background: #dbeafe;
  left: 50%;
  transform: translateX(-50%);
}

.flt2-modal-timeline-row:last-child .flt2-modal-timeline-dot::before {
  bottom: 50%;
}

.flt2-modal-timeline-dot i {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2563eb;
  margin-top: 8px;
  box-shadow: 0 0 0 4px #eff6ff;
}

.flt2-modal-timeline-place b {
  display: block;
  font-size: 14px;
  font-weight: 950;
  color: #0f2744;
}

.flt2-modal-timeline-place small {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  font-weight: 750;
  color: #94a3b8;
}

.flt2-modal-timeline-mid {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin: 4px 0 4px 108px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  font-size: 11px;
  font-weight: 800;
  color: #475569;
}

.flt2-modal-timeline-mid em {
  font-style: normal;
  color: #64748b;
  font-weight: 750;
}

.flt2-modal-timeline-logo,
.flt2-modal-timeline-logo-fallback {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  margin-bottom: 2px;
}

.flt2-modal-left-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.flt2-modal-left-meta li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #f8fafc;
  font-size: 12px;
  font-weight: 750;
  color: #64748b;
}

.flt2-modal-left-meta b {
  color: #0f2744;
  font-weight: 900;
}

.flt2-modal-right {
  padding: 24px 22px 22px;
  overflow: auto;
  background: linear-gradient(180deg, #ecfdf5 0%, #f0fdfa 38%, #f8fafc 100%);
}

.flt2-modal-right > h2 {
  margin-bottom: 14px;
  padding-right: 28px;
}

.flt2-modal-tier {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #dbeafe;
  box-shadow: 0 8px 24px rgba(15, 39, 68, 0.06);
  margin-bottom: 12px;
}

.flt2-modal-tier--flexi {
  border-color: #86efac;
}

.flt2-modal-tier-head b {
  display: block;
  font-size: 16px;
  font-weight: 1000;
  color: #0f2744;
}

.flt2-modal-tier-head small {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  font-weight: 750;
  color: #64748b;
  line-height: 1.4;
}

.flt2-modal-tier-features {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

.flt2-modal-tier-features li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.35;
}

.flt2-modal-feature--ok {
  color: #166534;
}

.flt2-modal-feature--ok svg {
  color: #16a34a;
  flex-shrink: 0;
  margin-top: 1px;
}

.flt2-modal-feature--no {
  color: #94a3b8;
}

.flt2-modal-feature--no svg {
  color: #cbd5e1;
  flex-shrink: 0;
  margin-top: 1px;
}

.flt2-modal-tier-action {
  min-width: 148px;
}

.flt2-modal-tier-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 950;
  text-decoration: none !important;
  text-align: center;
  line-height: 1.2;
}

.flt2-modal-tier-btn--flexi {
  background: linear-gradient(135deg, #16a34a, #22c55e);
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(22, 163, 74, 0.24);
}

.flt2-modal-tier-btn--standard {
  background: #0f2744;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(15, 39, 68, 0.18);
}

.flt2-modal-tier-btn--locked {
  opacity: 0.42;
  pointer-events: none;
  cursor: not-allowed;
}

.flt2-modal-terms-block {
  margin-top: 4px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #dbeafe;
}

.flt2-modal-terms-block h3 {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 1000;
  color: #0f2744;
}

.flt2-modal-terms-block > p {
  margin: 0 0 10px;
  font-size: 11px;
  line-height: 1.45;
  font-weight: 750;
  color: #64748b;
}

.flt2-modal-terms {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 800;
  color: #334155;
}

.flt2-modal-terms input {
  margin-top: 2px;
  width: 16px;
  height: 16px;
  accent-color: #ff6815;
  flex-shrink: 0;
}

.flt2-modal-terms a {
  color: #0f2744;
  text-decoration: underline;
}

.flt2-card--clickable {
  cursor: pointer;
}

.flt2-card--clickable:hover {
  border-color: #cbd5e1;
  box-shadow: 0 10px 28px rgba(15, 39, 68, 0.08);
}

.flt2-card--clickable .flt2-book--pro,
.flt2-card--clickable .flt2-fare-toggle--pro {
  position: relative;
  z-index: 1;
}

.flt2-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: #f1f5f9;
  color: #334155;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.flt2-modal-head {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
  padding-right: 36px;
}

.flt2-modal-head h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 1000;
}

.flt2-modal-head p {
  margin: 4px 0 0;
  font-size: 12px;
  font-weight: 750;
  color: #64748b;
}

.flt2-modal-logo,
.flt2-modal-logo-fallback {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  flex-shrink: 0;
}

.flt2-modal-logo-fallback {
  display: grid;
  place-items: center;
  background: var(--airline-color, #0f2744);
  color: #fff;
  font-size: 14px;
  font-weight: 950;
}

.flt2-modal-route {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0f2744, #1e3a5f);
  color: #fff;
  margin-bottom: 14px;
}

.flt2-modal-point b {
  display: block;
  font-size: 22px;
  font-weight: 1000;
}

.flt2-modal-point span {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 900;
  opacity: 0.85;
}

.flt2-modal-point small {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  opacity: 0.72;
}

.flt2-modal-point--dest {
  text-align: right;
}

.flt2-modal-path {
  text-align: center;
  min-width: 90px;
}

.flt2-modal-path em {
  display: block;
  font-style: normal;
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 6px;
}

.flt2-modal-line {
  position: relative;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  margin: 0 4px 6px;
}

.flt2-modal-line i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff6815;
  transform: translate(-50%, -50%);
}

.flt2-modal-path small {
  font-size: 10px;
  font-weight: 850;
  opacity: 0.8;
}

.flt2-modal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.flt2-modal-meta span {
  padding: 8px 12px;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  font-size: 12px;
  font-weight: 850;
  color: #475569;
}

.flt2-modal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.flt2-modal-panel {
  padding: 14px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.flt2-modal-panel h3 {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 1000;
}

.flt2-modal-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.flt2-modal-list li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  font-weight: 750;
  color: #64748b;
}

.flt2-modal-list b {
  color: #0f172a;
  font-weight: 950;
}

.flt2-modal-total {
  margin-top: 4px;
  padding-top: 8px;
  border-top: 1px dashed #cbd5e1;
}

.flt2-modal-total b {
  font-size: 16px;
  color: #ff6815;
}

.flt2-modal-book {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  margin-top: 12px;
  border-radius: 12px;
  background: linear-gradient(135deg, #ff6815, #ff8f3d);
  color: #fff !important;
  font-size: 14px;
  font-weight: 950;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(255, 104, 21, 0.24);
}

.flt2-modal-note {
  margin: 8px 0 0;
  font-size: 11px;
  font-weight: 750;
  color: #94a3b8;
  text-align: center;
}

/* Passenger page polish */
body.flt2-page--passenger {
  background: #eef2f8;
}

.flt2-passenger-hero {
  background: linear-gradient(135deg, #0f2744, #1e3a5f);
  color: #fff;
  padding: 18px 0 22px;
}

.flt2-back-link {
  display: inline-block;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none !important;
}

.flt2-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.flt2-steps span {
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 12px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.72);
}

.flt2-steps span.done {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

.flt2-steps span.active {
  color: #fff;
  background: #ff6815;
  border-color: #ff6815;
}

.flt2-passenger-wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 24px 20px 64px;
}

.flt2-passenger-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 18px;
  align-items: start;
}

.flt2-form-section {
  margin-bottom: 18px;
}

.flt2-form-section-head h2 {
  margin: 0;
  font-size: 17px;
  font-weight: 1000;
}

.flt2-form-section-head p {
  margin: 4px 0 12px;
  font-size: 12px;
  font-weight: 750;
  color: #64748b;
}

.flt2-pax-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.flt2-pax-head b {
  font-size: 14px;
}

.flt2-pax-head span {
  font-size: 11px;
  font-weight: 900;
  color: #64748b;
  text-transform: uppercase;
}

.flt2-form-errors {
  margin: 12px 0;
  padding: 12px;
  border-radius: 12px;
  background: #fef2f2;
  color: #b91c1c;
  font-weight: 850;
  font-size: 13px;
}

.flt2-form-errors p {
  margin: 0 0 4px;
}

.flt2-passenger-submit {
  width: 100%;
  justify-content: center;
  margin-top: 8px;
}

.flt2-booking-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 16px;
  position: sticky;
  top: 88px;
}

.flt2-booking-card-head {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}

.flt2-booking-card-head b {
  display: block;
  font-size: 15px;
}

.flt2-booking-card-head small {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  color: #64748b;
  font-weight: 850;
}

.flt2-booking-route {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 8px;
  align-items: center;
  padding: 14px;
  border-radius: 14px;
  background: #f8fafc;
  margin-bottom: 12px;
}

.flt2-booking-point b {
  display: block;
  font-size: 18px;
  font-weight: 1000;
}

.flt2-booking-point span {
  display: block;
  font-size: 11px;
  font-weight: 900;
  color: #64748b;
}

.flt2-booking-point small {
  display: block;
  font-size: 10px;
  color: #94a3b8;
}

.flt2-booking-point--dest {
  text-align: right;
}

.flt2-booking-path {
  text-align: center;
}

.flt2-booking-path em {
  display: block;
  font-style: normal;
  font-size: 10px;
  font-weight: 900;
  color: #64748b;
}

.flt2-booking-line {
  height: 2px;
  background: #cbd5e1;
  margin: 4px 0;
  position: relative;
}

.flt2-booking-line i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff6815;
  transform: translate(-50%, -50%);
}

.flt2-booking-path small {
  font-size: 9px;
  font-weight: 850;
  color: #94a3b8;
}

.flt2-booking-meta {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  display: grid;
  gap: 8px;
}

.flt2-booking-meta li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 12px;
  font-weight: 750;
  color: #64748b;
}

.flt2-booking-meta b {
  color: #0f172a;
  font-weight: 900;
  text-align: right;
}

.flt2-booking-fare {
  display: grid;
  gap: 6px;
  padding-top: 12px;
  border-top: 1px dashed #e2e8f0;
}

.flt2-booking-fare div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  font-size: 12px;
  font-weight: 750;
  color: #64748b;
}

.flt2-booking-fare div span {
  flex: 1;
  min-width: 0;
}

.flt2-booking-fare b {
  color: #0f172a;
  font-weight: 900;
  flex-shrink: 0;
  white-space: nowrap;
}

.flt2-booking-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}

.flt2-booking-total b {
  font-size: 18px;
  color: #ff6815;
}

.fdesk-airport-item strong {
  color: #ff6815;
  margin-right: 6px;
  font-weight: 950;
}

/* Compact nav (passenger / checkout pages) */
.kyk-header--compact {
  box-shadow: 0 1px 0 #e2e8f0;
}

.kyk-header-global-inner--compact {
  grid-template-columns: auto 1fr auto;
}

.kyk-header-global-inner--compact .kyk-header-center {
  display: flex;
  justify-content: center;
}

.flt2-compact-back {
  font-size: 13px;
  font-weight: 900;
  color: #0f2744 !important;
  text-decoration: none !important;
}

body.kyk-has-compact-nav .kyk-search-dock {
  display: none !important;
}

/* Flight results page head (no duplicate search) */
.flt2-page-head {
  background: linear-gradient(135deg, #0f2744, #1e3a5f);
  color: #fff;
  padding: 20px 0;
  margin-top: 0;
}

.flt2-page-head-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.flt2-page-head h1 {
  margin: 0;
  font-size: 22px;
  font-weight: 1000;
}

.flt2-page-head h1 span {
  opacity: 0.7;
  font-weight: 800;
}

.flt2-page-head p {
  margin: 6px 0 0;
  font-size: 13px;
  font-weight: 750;
  opacity: 0.82;
}

.flt2-page-head .flt2-route-price b {
  color: #fff;
}

/* Traveller form */
.flt2-traveller-card {
  border: 1px solid #dbeafe;
  border-radius: 16px;
  margin-bottom: 16px;
  overflow: hidden;
  background: #fff;
}

.flt2-traveller-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  background: linear-gradient(90deg, #eff6ff, #f8fafc);
  border-bottom: 1px solid #dbeafe;
}

.flt2-traveller-type {
  display: block;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
}

.flt2-traveller-head b {
  display: block;
  margin-top: 2px;
  font-size: 15px;
}

.flt2-traveller-count {
  font-size: 12px;
  font-weight: 900;
  color: #64748b;
}

.flt2-traveller-card > .flt2-alert,
.flt2-traveller-card > .flt2-form-grid,
.flt2-traveller-card > .flt2-gender-row,
.flt2-traveller-card > .flt2-passport-block {
  margin: 14px 16px;
}

.flt2-alert {
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.5;
}

.flt2-alert--warn {
  background: #fffbeb;
  border: 1px solid #fde68a;
  color: #92400e;
}

.flt2-alert--info {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #1e40af;
}

.flt2-form-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flt2-form-span2 {
  grid-column: span 2;
}

.flt2-form-span3 {
  grid-column: 1 / -1;
}

.flt2-dob-label {
  margin-bottom: -4px;
}

.flt2-field-label {
  display: block;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 8px;
}

.flt2-gender-row {
  margin-bottom: 4px;
}

.flt2-gender-toggle {
  display: flex;
  gap: 10px;
}

.flt2-gender-btn {
  flex: 1;
  position: relative;
  cursor: pointer;
}

.flt2-gender-btn input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.flt2-gender-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 12px;
  border: 1px solid #cbd5e1;
  background: #fff;
  font-size: 13px;
  font-weight: 900;
  color: #475569;
}

.flt2-gender-btn.on span,
.flt2-gender-btn input:checked + span {
  border-color: #ff6815;
  background: #fff7ed;
  color: #c2410c;
  box-shadow: inset 0 0 0 1px #ff6815;
}

.flt2-contact-card {
  margin-top: 8px;
  padding: 16px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.flt2-policy-note {
  margin: 14px 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f1f5f9;
  font-size: 11px;
  font-weight: 750;
  color: #64748b;
  line-height: 1.5;
}

.flt2-policy-note p {
  margin: 0;
}

.flt2-review-title {
  margin: 0 0 14px;
  padding-right: 36px;
  font-size: 18px;
  font-weight: 1000;
}

.flt2-review-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #eef2f7;
  font-size: 13px;
}

.flt2-review-row b {
  color: #64748b;
  font-weight: 900;
}

.flt2-review-row span {
  text-align: right;
  font-weight: 850;
  color: #0f172a;
}

.flt2-modal-card--review {
  width: min(480px, 100%);
}

/* Round-trip booking flow */
.flt2-booking-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.flt2-booking-steps span {
  font-size: 11px;
  font-weight: 850;
  color: #94a3b8;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.flt2-booking-steps span.active {
  color: #fff;
  background: #ff6815;
}

.flt2-booking-steps span.done {
  color: #0f2744;
  background: rgba(255, 255, 255, 0.92);
}

.flt2-selected-banner {
  background: linear-gradient(90deg, #fff7ed, #fff);
  border-bottom: 1px solid #fed7aa;
}

.flt2-selected-banner-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
}

.flt2-selected-banner-main small {
  display: block;
  font-size: 11px;
  font-weight: 850;
  color: #ff6815;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.flt2-selected-banner-main b {
  display: block;
  font-size: 16px;
  font-weight: 1000;
  color: #0f2744;
}

.flt2-selected-banner-main span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 750;
  color: #64748b;
}

.flt2-selected-change {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 900;
  color: #ff6815;
  text-decoration: none !important;
}

.flt2-review-wrap {
  padding: 24px 0 48px;
}

.flt2-review-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 20px;
  align-items: start;
}

.flt2-review-leg {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 18px;
  margin-bottom: 14px;
  box-shadow: 0 8px 24px rgba(15, 39, 68, 0.04);
}

.flt2-review-leg-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.flt2-review-leg-tag {
  font-size: 11px;
  font-weight: 900;
  color: #ff6815;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.flt2-review-leg-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 750;
  color: #64748b;
}

.flt2-review-leg-price {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px dashed #e2e8f0;
  text-align: right;
}

.flt2-review-leg-price small {
  display: block;
  font-size: 11px;
  color: #64748b;
}

.flt2-review-leg-price b {
  font-size: 18px;
  color: #0f2744;
}

.flt2-review-aside .flt2-booking-card h3 {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 1000;
}

.flt2-review-continue {
  width: 100%;
  margin-top: 16px;
  text-align: center;
  justify-content: center;
}

.flt2-review-continue--locked {
  opacity: 0.45;
  pointer-events: none;
  cursor: not-allowed;
}

.flt2-terms-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 14px;
  font-size: 12px;
  line-height: 1.45;
  color: #475569;
  cursor: pointer;
}

.flt2-terms-check input {
  margin-top: 2px;
  width: 16px;
  height: 16px;
  accent-color: #ff6815;
  flex-shrink: 0;
}

.flt2-terms-check a {
  color: #0f2744;
  font-weight: 700;
  text-decoration: underline;
}

.flt2-review-note,
.flt2-review-back {
  font-size: 12px;
  font-weight: 750;
  color: #64748b;
}

.flt2-review-back {
  display: inline-flex;
  margin-top: 8px;
  color: #ff6815;
  text-decoration: none !important;
}

.flt2-booking-card--compact {
  margin-bottom: 12px;
  padding: 14px;
}

.flt2-booking-route--compact {
  display: grid;
  gap: 4px;
  font-size: 12px;
  font-weight: 750;
  color: #334155;
}

.flt2-booking-route--compact em {
  font-style: normal;
  color: #64748b;
}

@media (max-width: 720px) {
  .flt2-form-grid--3 {
    grid-template-columns: 1fr;
  }

  .flt2-form-span2,
  .flt2-form-span3 {
    grid-column: auto;
  }
}

@media (max-width: 900px) {
  .flt2-passenger-layout {
    grid-template-columns: 1fr;
  }

  .flt2-review-layout {
    grid-template-columns: 1fr;
  }

  .flt2-booking-card {
    position: static;
    order: -1;
  }

  .flt2-modal-grid {
    grid-template-columns: 1fr;
  }

  .flt2-modal-split {
    grid-template-columns: 1fr;
  }

  .flt2-modal-left {
    border-right: 0;
    border-bottom: 1px solid #e8edf3;
  }

  .flt2-modal-tier {
    grid-template-columns: 1fr;
  }

  .flt2-modal-tier-action {
    min-width: 0;
  }

  .flt2-modal-card--split {
    max-height: min(94vh, 900px);
    overflow: auto;
  }

  .flt2-calendar-bar {
    grid-template-columns: 36px minmax(0, 1fr) 36px;
    gap: 8px;
  }

  .flt2-cal-nav {
    width: 36px;
    height: 36px;
    margin-top: 12px;
  }

  .flt2-cal-day,
  .flt2-cal-day--disabled {
    min-width: 84px;
  }

  .flt2-calendar-foot {
    padding-left: 44px;
    font-size: 10px;
  }
}

/* ── V187 Pro results + filters (monochrome premium) ── */
.flt2-trust-inner--plain span::before {
  content: "·";
  margin-right: 8px;
  color: #cbd5e1;
}

.flt2-trust-inner--plain span:first-child::before {
  content: none;
  margin: 0;
}

.flt2-filters--pro .flt2-filter-card--pro {
  border-color: #e8edf3;
  box-shadow: 0 8px 24px rgba(15, 39, 68, 0.04);
}

.flt2-filter-chips--pro .flt2-chip--pro {
  background: #fff;
  border-color: #e2e8f0;
  color: #475569 !important;
  font-weight: 800;
}

.flt2-filter-chips--pro .flt2-chip--pro.on {
  background: #0f2744;
  border-color: #0f2744;
  color: #fff !important;
}

.flt2-airline-list--pro .flt2-airline-row--pro {
  grid-template-columns: 1fr auto;
  background: #fff;
}

.flt2-airline-list--pro .flt2-airline-row--pro.on {
  background: #f8fafc;
  border-color: #0f2744;
}

.flt2-airline-list--pro .flt2-airline-row--pro em {
  color: #64748b;
  font-weight: 800;
}

.flt2-filter-links--pro a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
}

.flt2-filter-links--pro a.on {
  border-color: #0f2744;
  background: #f8fafc;
}

.flt2-filter-clear {
  color: #64748b !important;
  border-style: dashed !important;
  justify-content: center !important;
}

.flt2-card--pro {
  grid-template-columns: minmax(0, 1fr) 200px;
  border-radius: 16px;
  border-color: #e8edf3;
  box-shadow: 0 4px 20px rgba(15, 39, 68, 0.04);
}

.flt2-card--pro:hover {
  border-color: #cbd5e1;
  box-shadow: 0 12px 32px rgba(15, 39, 68, 0.08);
}

.flt2-card--pro.flt2-card--deal {
  border-color: #0f2744;
}

.flt2-card-pro-main {
  padding: 20px 22px;
}

.flt2-card-pro-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}

.flt2-airline--pro .flt2-airline-logo--pro {
  --airline-color: #0f2744;
  width: 40px;
  height: 40px;
  font-size: 13px;
  background: #f1f5f9;
  color: #0f2744;
  border: 1px solid #e2e8f0;
}

.flt2-airline--pro b {
  font-size: 14px;
  color: #0f172a;
}

.flt2-airline--pro small {
  color: #64748b;
  font-weight: 700;
}

.flt2-card-pro-badge {
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid #0f2744;
  color: #0f2744;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.flt2-route--pro {
  margin-bottom: 14px;
}

.flt2-path--pro em {
  font-style: normal;
  font-size: 11px;
  font-weight: 800;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.flt2-path-line--pro i {
  background: #0f2744;
}

.flt2-card-pro-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
}

.flt2-card-pro-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 20px;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  border-left: 1px solid #eef2f7;
  text-align: center;
}

.flt2-seats--pro {
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 8px;
}

.flt2-price--pro b {
  font-size: 24px;
  color: #0f172a;
}

.flt2-price--pro em {
  color: #94a3b8;
  font-size: 11px;
}

.flt2-book--pro {
  margin-top: 12px;
  width: 100%;
  padding: 12px 16px;
  border-radius: 10px;
  border: 0;
  background: #ff6815;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.flt2-book--pro:hover {
  background: #e85a0a;
}

.flt2-fare-toggle--pro {
  margin-top: 8px;
  border: 0;
  background: transparent;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 900px) {
  .flt2-card--pro {
    grid-template-columns: 1fr;
  }

  .flt2-card-pro-side {
    border-left: 0;
    border-top: 1px solid #eef2f7;
  }
}

/* ── V191 Review + Passenger premium (MMT / Yatra) ── */
body.flt2-page--review,
body.flt2-page--passenger {
  background: linear-gradient(180deg, #eef2f8 0%, #f8fafc 280px);
}

.flt2-page-head--premium {
  padding: 22px 0 26px;
  background: linear-gradient(135deg, #0f2744 0%, #16365c 55%, #1e4976 100%);
  position: relative;
  overflow: hidden;
}

.flt2-page-head--premium::before {
  content: '';
  position: absolute;
  right: -60px;
  top: -80px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 104, 21, 0.14) 0%, transparent 68%);
  pointer-events: none;
}

.flt2-page-head--premium .flt2-page-head-inner {
  position: relative;
  z-index: 1;
  align-items: flex-end;
}

.flt2-page-head-main {
  min-width: 0;
  flex: 1;
}

.flt2-page-head--premium h1 {
  font-size: clamp(22px, 3vw, 28px);
  letter-spacing: -0.03em;
}

.flt2-route-price--head {
  flex-shrink: 0;
  padding: 12px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
}

.flt2-route-price--head small {
  color: rgba(255, 255, 255, 0.72);
}

.flt2-route-price--head b {
  font-size: clamp(20px, 2.5vw, 26px);
  color: #fff;
}

/* Stepper */
.flt2-stepper {
  margin-bottom: 14px;
}

.flt2-stepper-track {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.flt2-step {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  padding-right: 18px;
  margin-right: 8px;
}

.flt2-step:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 2px;
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-50%);
}

.flt2-stepper:not(.flt2-stepper--light) .flt2-step:not(:last-child)::after {
  background: rgba(255, 255, 255, 0.22);
}

.flt2-step-dot {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 950;
  flex-shrink: 0;
}

.flt2-stepper:not(.flt2-stepper--light) .flt2-step-dot {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.65);
}

.flt2-step-label {
  font-size: 11px;
  font-weight: 850;
  white-space: nowrap;
}

.flt2-stepper:not(.flt2-stepper--light) .flt2-step-label {
  color: rgba(255, 255, 255, 0.55);
}

.flt2-stepper:not(.flt2-stepper--light) .flt2-step.done .flt2-step-dot {
  background: rgba(255, 255, 255, 0.95);
  color: #0f2744;
  border-color: transparent;
}

.flt2-stepper:not(.flt2-stepper--light) .flt2-step.done .flt2-step-label {
  color: rgba(255, 255, 255, 0.88);
}

.flt2-stepper:not(.flt2-stepper--light) .flt2-step.active .flt2-step-dot {
  background: #ff6815;
  border-color: #ff6815;
  color: #fff;
  box-shadow: 0 4px 14px rgba(255, 104, 21, 0.35);
}

.flt2-stepper:not(.flt2-stepper--light) .flt2-step.active .flt2-step-label {
  color: #fff;
  font-weight: 950;
}

/* Trust strip */
.flt2-trust-strip--booking {
  background: #fff;
  border-bottom: 1px solid #e8edf3;
  box-shadow: 0 4px 16px rgba(15, 39, 68, 0.04);
}

.flt2-trust-strip-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding: 12px 0;
  font-size: 12px;
  font-weight: 800;
  color: #475569;
}

.flt2-trust-strip-inner span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* Section heads */
.flt2-section-head {
  margin-bottom: 16px;
}

.flt2-section-head h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 1000;
  color: #0f2744;
  letter-spacing: -0.02em;
}

.flt2-section-head p {
  margin: 4px 0 0;
  font-size: 13px;
  font-weight: 750;
  color: #64748b;
}

.flt2-section-head--form {
  padding: 0 2px 4px;
}

/* Leg cards (review + sidebar) */
.flt2-leg-card {
  position: relative;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 0;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0 10px 32px rgba(15, 39, 68, 0.06);
}

.flt2-leg-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #ff6815, #ff9a4d);
}

.flt2-leg-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 16px 20px 12px 22px;
  border-bottom: 1px solid #f1f5f9;
  background: linear-gradient(90deg, #fffaf5, #fff);
}

.flt2-leg-card-head-main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  min-width: 0;
}

.flt2-leg-card-tag {
  font-size: 11px;
  font-weight: 950;
  color: #ff6815;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.flt2-leg-card-date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  font-size: 12px;
  font-weight: 900;
  font-style: normal;
  color: #0f2744;
  white-space: nowrap;
}

.flt2-leg-card-date svg {
  color: #2563eb;
  flex-shrink: 0;
}

.flt2-point-date {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  font-weight: 900;
  font-style: normal;
  color: #ff6815;
  letter-spacing: 0.01em;
}

.flt2-route--leg .flt2-point-date {
  margin-top: 2px;
}

.flt2-point--dest .flt2-point-date {
  text-align: right;
}

.flt2-day-offset {
  margin-left: 4px;
  font-size: 10px;
  font-weight: 800;
  color: #ff6815;
  vertical-align: super;
}

.flt2-leg-card-body {
  padding: 16px 20px 18px 22px;
}

.flt2-airline--leg {
  margin-bottom: 14px;
}

.flt2-route--leg {
  padding: 14px 16px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid #eef2f7;
}

.flt2-leg-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.flt2-leg-card-meta span {
  padding: 6px 10px;
  border-radius: 999px;
  background: #f1f5f9;
  font-size: 11px;
  font-weight: 850;
  color: #475569;
}

.flt2-leg-meta-refund.is-refund {
  background: #ecfdf5;
  color: #047857;
}

.flt2-leg-card-price {
  padding: 14px 20px 16px 22px;
  border-top: 1px dashed #e2e8f0;
  text-align: right;
  background: #fafbfc;
}

.flt2-leg-card-price small {
  display: block;
  font-size: 11px;
  color: #64748b;
  font-weight: 750;
}

.flt2-leg-card-price b {
  font-size: 20px;
  font-weight: 1000;
  color: #0f2744;
}

.flt2-leg-card--compact {
  box-shadow: 0 6px 20px rgba(15, 39, 68, 0.05);
  margin-bottom: 12px;
}

.flt2-leg-card--compact .flt2-leg-card-head {
  padding: 12px 16px 10px 18px;
}

.flt2-leg-card--compact .flt2-leg-card-body {
  padding: 12px 16px 14px 18px;
}

.flt2-leg-card--compact .flt2-route--leg {
  padding: 10px 12px;
}

/* Fare panel sidebar (review + passenger) */
.flt2-fare-panel {
  position: sticky;
  top: 88px;
  display: block;
  margin-top: 0;
  padding: 18px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  box-shadow: 0 12px 36px rgba(15, 39, 68, 0.08);
}

.flt2-fare-panel .flt2-booking-fare {
  display: grid !important;
  gap: 10px;
}

.flt2-fare-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.flt2-fare-panel-head h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 1000;
  color: #0f2744;
}

.flt2-fare-panel-badge {
  padding: 5px 10px;
  border-radius: 999px;
  background: #fff7ed;
  color: #c2410c;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.flt2-booking-fare--premium {
  gap: 10px;
  padding-top: 0;
  border-top: 0;
}

.flt2-booking-fare--premium div {
  font-size: 13px;
}

.flt2-booking-fare--premium .flt2-booking-total {
  margin-top: 6px;
  padding-top: 14px;
  border-top: 2px solid #f1f5f9;
}

.flt2-booking-fare--premium .flt2-booking-total span {
  font-size: 14px;
  font-weight: 900;
  color: #0f2744;
}

.flt2-booking-fare--premium .flt2-booking-total b {
  font-size: 22px;
  font-weight: 1000;
}

/* Primary button */
.flt2-btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  padding: 0 20px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #ff6815 0%, #ff8534 100%);
  color: #fff !important;
  font-size: 15px;
  font-weight: 950;
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(255, 104, 21, 0.28);
  transition: transform 0.15s, box-shadow 0.15s, filter 0.15s;
}

.flt2-btn-primary:hover {
  filter: brightness(1.04);
  box-shadow: 0 14px 32px rgba(255, 104, 21, 0.34);
  transform: translateY(-1px);
}

.flt2-btn-primary--sm {
  width: auto;
  min-height: 44px;
  padding: 0 18px;
  font-size: 13px;
  border-radius: 12px;
}

.flt2-review-continue {
  margin-top: 16px;
}

.flt2-terms-check--premium {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #e8edf3;
}

.flt2-review-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e2e8f0;
  font-weight: 900;
  transition: border-color 0.15s, color 0.15s;
}

.flt2-review-back:hover {
  border-color: #ff6815;
  color: #c2410c !important;
}

.flt2-review-wrap {
  padding: 28px 0 56px;
}

.flt2-review-layout {
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
}

/* Passenger form premium */
.flt2-passenger-wrap {
  max-width: 1180px;
  padding: 28px 20px 80px;
}

.flt2-passenger-layout {
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
}

.flt2-form-card--premium {
  border: 0;
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 12px 40px rgba(15, 39, 68, 0.07);
}

.flt2-traveller-card--premium {
  border: 1px solid #e8edf3;
  border-radius: 18px;
  box-shadow: 0 4px 18px rgba(15, 39, 68, 0.04);
}

.flt2-traveller-card--premium .flt2-traveller-head {
  background: linear-gradient(90deg, #0f2744, #1a3a5c);
  border-bottom: 0;
  color: #fff;
}

.flt2-traveller-head-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.flt2-traveller-badge {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: #ff6815;
  font-size: 15px;
  font-weight: 1000;
  color: #fff;
  flex-shrink: 0;
}

.flt2-traveller-card--premium .flt2-traveller-type {
  color: rgba(255, 255, 255, 0.65);
}

.flt2-traveller-card--premium .flt2-traveller-head b {
  color: #fff;
}

.flt2-traveller-card--premium .flt2-traveller-count {
  color: rgba(255, 255, 255, 0.72);
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.flt2-form-card--premium .flt2-form-grid input,
.flt2-form-card--premium .flt2-form-grid select {
  border-color: #dbe3ee;
  background: #fff;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.flt2-form-card--premium .flt2-form-grid input:focus,
.flt2-form-card--premium .flt2-form-grid select:focus {
  outline: 0;
  border-color: #ff6815;
  box-shadow: 0 0 0 3px rgba(255, 104, 21, 0.12);
}

.flt2-contact-card--premium {
  background: linear-gradient(180deg, #f8fafc, #fff);
  border: 1px solid #e8edf3;
  border-radius: 16px;
  padding: 18px;
}

.flt2-passenger-aside .flt2-fare-panel .flt2-booking-card-head {
  margin-bottom: 12px;
}

.flt2-passenger-aside .flt2-booking-route {
  margin-bottom: 14px;
}

.flt2-passenger-aside .flt2-booking-meta {
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px dashed #e2e8f0;
}

.flt2-passenger-submit {
  margin-top: 12px;
}

/* Mobile pay bar */
.flt2-mobile-paybar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid #e2e8f0;
  box-shadow: 0 -8px 28px rgba(15, 39, 68, 0.1);
  backdrop-filter: blur(10px);
}

.flt2-mobile-paybar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto;
}

.flt2-mobile-paybar small {
  display: block;
  font-size: 11px;
  font-weight: 850;
  color: #64748b;
}

.flt2-mobile-paybar b {
  font-size: 18px;
  font-weight: 1000;
  color: #ff6815;
}

.flt2-modal-card--premium {
  border-radius: 22px;
  padding: 24px;
}

@media (max-width: 900px) {
  .flt2-page-head--premium .flt2-page-head-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .flt2-route-price--head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .flt2-step-label {
    display: none;
  }

  .flt2-step.active .flt2-step-label {
    display: inline;
  }

  .flt2-review-layout,
  .flt2-passenger-layout {
    grid-template-columns: 1fr;
  }

  .flt2-fare-panel {
    position: static;
    order: -1;
  }

  .flt2-passenger-aside .flt2-leg-card--compact {
    order: 0;
  }

  .flt2-mobile-paybar {
    display: block;
  }

  body.flt2-page--passenger {
    padding-bottom: 88px;
  }

  .flt2-passenger-submit {
    display: none;
  }
}

@media (max-width: 640px) {
  .flt2-trust-strip-inner {
    font-size: 11px;
    gap: 8px 12px;
  }

  .flt2-leg-card-body {
    padding: 14px 14px 16px 18px;
  }

  .flt2-route--leg {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .flt2-point--dest {
    text-align: left;
  }

  .flt2-path {
    order: -1;
  }
}

/* ── V194 Passenger Kiwi clean layout ── */
body.flt2-page--passenger {
  background: #f5f6f8;
}

.flt2-kiwi-passenger {
  padding: 20px 0 80px;
}

.flt2-page-back {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 750;
  color: #64748b !important;
  text-decoration: none !important;
  transition: color 0.15s;
}

.flt2-page-back:hover {
  color: #ff6815 !important;
}

.flt2-kiwi-passenger-inner {
  max-width: 1120px;
}

/* Light stepper (Kiwi-style) */
.flt2-stepper--light {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e8edef;
}

.flt2-stepper--light .flt2-step:not(:last-child)::after {
  background: #d1d9e0;
  width: 24px;
  right: -4px;
}

.flt2-stepper--light .flt2-step-dot {
  width: 28px;
  height: 28px;
  background: #fff;
  border: 2px solid #d1d9e0;
  color: #94a3b8;
  font-size: 12px;
}

.flt2-stepper--light .flt2-step-label {
  color: #64748b;
  font-size: 13px;
  font-weight: 650;
}

.flt2-stepper--light .flt2-step.done .flt2-step-dot {
  background: #0f2744;
  border-color: #0f2744;
  color: #fff;
}

.flt2-stepper--light .flt2-step.done .flt2-step-dot svg {
  stroke: #fff;
}

.flt2-stepper--light .flt2-step.done .flt2-step-label {
  color: #0f2744;
  font-weight: 700;
}

.flt2-stepper--light .flt2-step.active .flt2-step-dot {
  background: #ff6815;
  border-color: #ff6815;
  color: #fff;
  box-shadow: 0 2px 8px rgba(255, 104, 21, 0.25);
}

.flt2-stepper--light .flt2-step.active .flt2-step-label {
  color: #ff6815;
  font-weight: 800;
}

.flt2-stepper--light .flt2-step:not(.done):not(.active) .flt2-step-dot {
  background: #fff;
  border-color: #d1d9e0;
  color: #94a3b8;
}

.flt2-stepper--light .flt2-step:not(.done):not(.active) .flt2-step-label {
  color: #94a3b8;
}

.flt2-kiwi-head {
  margin-bottom: 24px;
}

.flt2-kiwi-head h1 {
  margin: 0;
  font-size: clamp(24px, 3.2vw, 32px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f2744;
  line-height: 1.15;
}

.flt2-kiwi-head p {
  margin: 6px 0 0;
  font-size: 14px;
  font-weight: 600;
  color: #64748b;
}

.flt2-kiwi-passenger .flt2-passenger-layout {
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}

.flt2-kiwi-trip-stack {
  display: grid;
  gap: 12px;
  margin-bottom: 20px;
}

.flt2-kiwi-trip-stack .flt2-leg-card {
  margin-bottom: 0;
  border-radius: 12px;
  border-color: #e8edef;
  box-shadow: none;
}

.flt2-kiwi-trip-stack .flt2-leg-card-head {
  padding: 10px 16px;
  background: #fafbfc;
  border-bottom: 1px solid #eef2f5;
}

.flt2-kiwi-trip-stack .flt2-leg-card-body {
  padding: 14px 16px 16px;
}

.flt2-form-card--kiwi {
  background: #fff;
  border: 1px solid #e8edef;
  border-radius: 12px;
  padding: 0;
  box-shadow: none;
  overflow: hidden;
}

.flt2-traveller-card--kiwi {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  box-shadow: none;
  border-bottom: 1px solid #eef2f5;
}

.flt2-traveller-card--kiwi:last-of-type {
  border-bottom: 0;
}

.flt2-traveller-card--kiwi .flt2-traveller-head {
  background: #fff;
  border-bottom: 1px solid #eef2f5;
  padding: 18px 20px 14px;
  color: #0f2744;
}

.flt2-traveller-card--kiwi .flt2-traveller-type {
  color: #64748b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
}

.flt2-traveller-card--kiwi .flt2-traveller-head b {
  color: #0f2744;
  font-size: 16px;
  font-weight: 800;
  margin-top: 2px;
}

.flt2-traveller-card--kiwi .flt2-traveller-count {
  color: #94a3b8;
  background: #f1f5f9;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
}

.flt2-traveller-card--kiwi .flt2-alert {
  margin: 0 20px 16px;
  border-radius: 8px;
}

.flt2-traveller-card--kiwi .flt2-form-grid,
.flt2-traveller-card--kiwi .flt2-gender-row {
  padding: 0 20px 18px;
}

.flt2-form-card--kiwi .flt2-form-grid input,
.flt2-form-card--kiwi .flt2-form-grid select {
  border-color: #dde3ea;
  border-radius: 8px;
  min-height: 44px;
}

.flt2-form-card--kiwi .flt2-form-grid input:focus,
.flt2-form-card--kiwi .flt2-form-grid select:focus {
  border-color: #0f2744;
  box-shadow: 0 0 0 3px rgba(15, 39, 68, 0.08);
}

.flt2-form-card--kiwi .flt2-form-grid label > span {
  font-size: 12px;
  font-weight: 700;
  color: #475569;
  margin-bottom: 6px;
}

.flt2-contact-card--kiwi {
  background: #fafbfc;
  border: 0;
  border-top: 1px solid #eef2f5;
  border-radius: 0;
  padding: 20px;
  margin: 0;
}

.flt2-contact-card--kiwi h2 {
  font-size: 16px;
  font-weight: 800;
  color: #0f2744;
}

.flt2-form-card--kiwi .flt2-policy-note {
  padding: 0 20px;
  margin: 0;
  font-size: 12px;
  color: #94a3b8;
}

.flt2-form-card--kiwi .flt2-form-errors {
  margin: 0 20px 12px;
}

.flt2-form-card--kiwi .flt2-passenger-submit {
  margin: 16px 20px 20px;
  width: calc(100% - 40px);
  border-radius: 8px;
  min-height: 48px;
  font-size: 15px;
  font-weight: 800;
  background: #ff6815;
}

.flt2-fare-panel--kiwi {
  position: sticky;
  top: 88px;
  background: #fff;
  border: 1px solid #e8edef;
  border-radius: 12px;
  padding: 18px 20px;
  box-shadow: none;
}

.flt2-fare-panel--kiwi .flt2-fare-panel-head h3 {
  font-size: 15px;
  font-weight: 800;
  color: #0f2744;
  margin: 0 0 14px;
}

.flt2-booking-fare--kiwi {
  display: grid;
  gap: 10px;
}

.flt2-booking-fare--kiwi > div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  font-size: 14px;
}

.flt2-booking-fare--kiwi > div span {
  color: #64748b;
  font-weight: 600;
}

.flt2-booking-fare--kiwi > div b {
  color: #0f2744;
  font-weight: 800;
  white-space: nowrap;
}

.flt2-booking-fare--kiwi .flt2-booking-total {
  margin-top: 8px;
  padding-top: 14px;
  border-top: 1px solid #eef2f5;
}

.flt2-booking-fare--kiwi .flt2-booking-total span {
  font-size: 14px;
  font-weight: 700;
  color: #0f2744;
}

.flt2-booking-fare--kiwi .flt2-booking-total b {
  font-size: 22px;
  font-weight: 900;
  color: #0f2744;
}

.flt2-fare-panel-note {
  margin: 14px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: #94a3b8;
}

@media (max-width: 900px) {
  .flt2-kiwi-passenger .flt2-passenger-layout {
    grid-template-columns: 1fr;
  }

  .flt2-fare-panel--kiwi {
    position: static;
    order: -1;
  }

  .flt2-kiwi-trip-stack {
    order: 0;
  }

  .flt2-stepper--light .flt2-step-label {
    display: none;
  }

  .flt2-stepper--light .flt2-step.active .flt2-step-label {
    display: inline;
  }
}

/* ── Kiwi checkout header (passenger / payment flow) ── */
body.kyk-has-checkout-nav .kyk-search-dock,
body.kyk-has-checkout-nav .kyk-tabs {
  display: none !important;
}

.kyk-header--checkout {
  background: #fff;
  border-bottom: 1px solid #e8edef;
  box-shadow: none !important;
  padding: 0 !important;
  position: sticky;
  top: 0;
  z-index: 120;
}

.kyk-header--checkout .kyk-header-global-inner--checkout {
  display: flex !important;
  grid-template-columns: unset !important;
  width: min(1120px, calc(100% - 32px));
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px 0;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.kyk-header-global-inner--checkout .kyk-header-left {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.kyk-header-global-inner--checkout .kyk-logo .kyk-site-logo,
.kyk-header-global-inner--checkout .kyk-site-logo {
  max-height: 28px;
  width: auto;
}

.flt2-checkout-back {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  font-size: 18px;
  line-height: 1;
  color: #64748b !important;
  text-decoration: none !important;
  flex-shrink: 0;
}

.flt2-checkout-back:hover {
  background: #f1f5f9;
  color: #0f2744 !important;
}

.kyk-header-right--checkout {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.kyk-checkout-link {
  font-size: 14px;
  font-weight: 650;
  color: #0f2744 !important;
  text-decoration: none !important;
  white-space: nowrap;
}

.kyk-checkout-link:hover {
  color: #ff6815 !important;
}

.kyk-checkout-link--signin {
  font-weight: 800;
}

body.kyk-has-checkout-nav.flt2-page--passenger {
  background: #f5f6f8;
}

body.kyk-has-checkout-nav .kyk-header--global {
  background: #fff;
}

@media (max-width: 640px) {
  .kyk-header-global-inner--checkout {
    padding: 8px 14px;
  }

  .kyk-checkout-link:not(.kyk-checkout-link--signin) {
    display: none;
  }

  .kyk-header-right--checkout {
    gap: 10px;
  }
}
