.a2z-fx { background: #fff; color: #0f172a; }
.a2z-fx-hero {
  position: relative;
  margin: 0;
  max-width: none;
  min-height: 0;
  border-radius: 0;
  overflow: hidden;
  display: block;
  padding: 28px 0 40px;
  text-align: center;
  color: #fff;
  background:
    radial-gradient(720px 280px at 18% 0%, rgba(0, 136, 240, 0.22), transparent 55%),
    linear-gradient(155deg, #0f172a 0%, #2e1065 52%, #4c1d95 100%);
}
.a2z-fx-hero__inner { position: relative; z-index: 2; width: 100%; text-align: center; }

/* ---- Video hero variant ------------------------------------------------- */
.a2z-fx-hero__poster,
.a2z-fx-hero__video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 50% 40%;
  z-index: 0;
}
.a2z-fx-hero__poster {
  filter: contrast(1.04) saturate(1.05);
  image-rendering: auto;
}
.a2z-fx-hero__poster.is-hidden { opacity: 0; transition: opacity 0.5s ease; }
.a2z-fx-hero__video { opacity: 0; }
.a2z-fx-hero__video.is-ready { opacity: 1; transition: opacity 0.6s ease; }
.a2z-fx-hero__wash {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(15,23,42,0.62) 0%, rgba(46,16,101,0.48) 50%, rgba(15,23,42,0.7) 100%);
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .a2z-fx-hero__video { display: none; }
}
@media (max-width: 1024px) {
  .a2z-fx-hero__poster,
  .a2z-fx-hero__video { filter: none; }
}
.a2z-fx-hero h1 {
  margin: 0 0 8px;
  color: #fff !important;
  font-family: var(--fl-display, 'Fraunces', Georgia, serif);
  font-size: clamp(32px, 4.6vw, 48px);
  font-weight: 600;
  letter-spacing: -0.02em;
}
.a2z-fx-hero p { margin: 0 0 12px; color: rgba(255,255,255,0.78); font-size: 16px; }
.a2z-fx-hero .a2z-fulfil--intro {
  max-width: 40rem;
  margin: 4px auto 18px;
  text-align: center;
  color: inherit;
  opacity: 0.82;
  font-size: 13px;
  line-height: 1.55;
}
.a2z-fx-tabs { display: inline-flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 16px; }
.a2z-fx-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(15,23,42,0.45);
  color: #fff;
  text-decoration: none;
  font-weight: 650;
  line-height: 1;
}
.a2z-fx-tab svg { display: block; flex-shrink: 0; }
.a2z-fx-tab.is-on { background: #fff; color: #0f172a; }
.a2z-fx-sandbox { margin: 12px 0 0; color: #fff; font-size: 13px; }
.a2z-fx-bar {
  position: relative;
  z-index: 6;
  overflow: visible;
  text-align: left;
  color: #0f172a;
  background: #fff;
  border-radius: 28px;
  padding: 14px 12px 14px 16px;
  box-shadow: 0 18px 50px rgba(15,23,42,0.16);
}
.a2z-fx-bar.is-compact {
  display: block;
  width: 100%;
  padding: 4px 6px 4px 8px;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  background: #fff;
  flex: none;
}
.a2z-fx-bar.is-compact .a2z-fx-bar__fields {
  display: grid;
  grid-template-columns: minmax(0,1.2fr) 36px minmax(0,1.2fr) minmax(168px,1fr) minmax(0,1.15fr) 48px;
  width: 100%;
  align-items: stretch;
}
.a2z-fx-bar.is-compact .a2z-fx-field {
  padding: 6px 14px;
  min-height: 52px;
}
.a2z-fx-bar.is-compact .a2z-fx-field > span,
.a2z-fx-bar.is-compact .a2z-fx-field > label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
}
.a2z-fx-bar.is-compact .a2z-fx-field input[data-airport-q],
.a2z-fx-bar.is-compact .a2z-fx-field > button {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
}
.a2z-fx-bar.is-compact .a2z-fx-swap {
  width: 36px;
  height: 36px;
}
.a2z-fx-bar.is-compact .a2z-fx-search {
  width: 48px;
  height: 48px;
}
.a2z-fx-bar__top { display: flex; align-items: center; gap: 16px; margin-bottom: 12px; flex-wrap: wrap; }
.a2z-fx-trips { display: flex; gap: 8px; }
.a2z-fx-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #fff;
  font: inherit;
  font-weight: 650;
  cursor: pointer;
}
.a2z-fx-chip.is-on { background: #e8f3ff; color: var(--a2z-gold); border-color: #cfe6ff; }
.a2z-fx-check { display: inline-flex; gap: 8px; align-items: center; font-weight: 600; color: #334155; }
.a2z-fx-bar__fields {
  display: grid;
  grid-template-columns: minmax(0,1.1fr) 40px minmax(0,1.1fr) minmax(170px,1fr) minmax(0,1.15fr) 56px;
  gap: 0;
  align-items: stretch;
}
.a2z-fx-field {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 16px;
  min-width: 0;
  min-height: 64px;
  border-right: 0;
}
.a2z-fx-field[data-airport="to"],
.a2z-fx-field--dates,
.a2z-fx-field--pax {
  border-left: 1px solid #eef2f6;
}
.a2z-fx-field > span,
.a2z-fx-field > label {
  display: block;
  color: #94a3b8;
  font-size: 12px;
  font-weight: 650;
}
.a2z-fx-field input[data-airport-q] {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  padding: 2px 0 0;
  margin: 0;
  font: inherit;
  font-weight: 750;
  line-height: 1.3;
  color: #0f172a;
  outline: none;
  box-shadow: none;
  min-height: 24px;
}
.a2z-fx-field input[data-airport-q]::placeholder { color: #94a3b8; font-weight: 600; }
.a2z-fx-suggest {
  position: absolute;
  z-index: 40;
  left: 8px;
  right: auto;
  top: calc(100% + 6px);
  min-width: min(340px, 86vw);
  width: max(100%, 280px);
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: #fff;
  border: 1px solid #e8eef4;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.14);
  max-height: 280px;
  overflow: auto;
  text-align: left;
}
.a2z-fx-suggest[hidden] { display: none; }
.a2z-fx-suggest button {
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  padding: 10px 16px;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  color: #0f172a;
}
.a2z-fx-suggest button:hover,
.a2z-fx-suggest button.is-active { background: #f8fafc; }
.a2z-fx-suggest strong { display: block; font-size: 14px; }
.a2z-fx-suggest small { display: block; color: #94a3b8; font-size: 12px; font-weight: 500; margin-top: 2px; }
.a2z-fx-suggest__note {
  padding: 10px 16px;
  color: #94a3b8;
  font-size: 13px;
}
.a2z-fx-field > button {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  padding: 2px 0 0;
  text-align: left;
  font: inherit;
  font-weight: 750;
  line-height: 1.3;
  cursor: pointer;
  color: #0f172a;
}
.a2z-fx-field em { color: #64748b; font-style: normal; font-weight: 650; }
.a2z-fx-field--dates { overflow: visible; }
.a2z-fx-field--dates [data-dates-summary] {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.a2z-fx-pop--dates {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  left: 0;
  right: auto;
  min-width: min(340px, 92vw);
  width: max(100%, 320px);
  box-sizing: border-box;
}
.a2z-fx-pop--dates.is-oneway,
.a2z-fx-pop--dates:has([data-return-wrap][hidden]) {
  grid-template-columns: 1fr;
  min-width: min(240px, 92vw);
  width: max(100%, 220px);
}
.a2z-fx-pop--dates[hidden] { display: none; }
.a2z-fx-pop--dates label {
  display: block;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
}
.a2z-fx-pop--dates input[type="date"] {
  display: block;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  margin-top: 6px;
  border: 1px solid #e8eef4;
  border-radius: 10px;
  padding: 10px 10px;
  font: inherit;
  font-size: 14px;
  font-weight: 650;
  color: #0f172a;
  background: #f8fafc;
  line-height: 1.3;
}
.a2z-fx-pop--dates input[type="date"]::-webkit-calendar-picker-indicator {
  margin: 0 0 0 4px;
  cursor: pointer;
  opacity: 0.7;
}
.a2z-fx-dates { display: flex; gap: 8px; }
.a2z-fx-dates input {
  border: 0;
  background: transparent;
  font: inherit;
  font-weight: 750;
  width: 100%;
  min-width: 0;
}
.a2z-fx-swap, .a2z-fx-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #e2e8f0;
  background: #fff;
  cursor: pointer;
  align-self: center;
  justify-self: center;
  line-height: 0;
}
.a2z-fx-swap svg,
.a2z-fx-search svg { display: block; }
.a2z-fx-search {
  width: 52px;
  height: 52px;
  background: var(--a2z-gold);
  color: #fff;
  border: 0;
}
.a2z-fx-pop {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  z-index: 20;
  color: #0f172a;
  background: #fff;
  border: 1px solid #e8eef4;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(15,23,42,0.16);
  padding: 12px;
  text-align: left;
}
.a2z-fx-pop.a2z-fx-pop--dates {
  right: auto;
  z-index: 30;
}
.a2z-fx-pop input[type="search"] {
  width: 100%;
  min-height: 42px;
  border: 1px solid #dbe3ec;
  border-radius: 10px;
  padding: 8px 12px;
  font: inherit;
}
.a2z-fx-pop ul { list-style: none; margin: 8px 0 0; padding: 0; max-height: 260px; overflow: auto; }
.a2z-fx-pop li button {
  width: 100%;
  padding: 8px 6px;
  border-radius: 8px;
  font-weight: 600;
}
.a2z-fx-pop li button:hover, .a2z-fx-pop li button.is-city { background: #f8fafc; }
.a2z-fx-pop--pax {
  min-width: 300px;
  width: min(320px, 92vw);
  right: 0;
  left: auto;
  padding: 10px 12px;
}
.a2z-fx-pop--pax[hidden] { display: none; }
.a2z-fx-pax-heading {
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
}
.a2z-fx-pax-heading--cabin {
  margin: 8px 0 6px;
  padding-top: 8px;
  border-top: 1px solid #eef2f6;
}
.a2z-fx-counter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 5px 0;
}
.a2z-fx-counter + .a2z-fx-counter {
  border-top: 1px solid #f1f5f9;
}
.a2z-fx-counter__copy {
  display: flex;
  align-items: baseline;
  gap: 6px;
  min-width: 0;
}
.a2z-fx-counter__copy strong {
  color: #0f172a;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.2;
}
.a2z-fx-counter__copy small {
  color: #64748b;
  font-size: 11px;
  font-weight: 500;
}
.a2z-fx-stepper {
  display: flex;
  align-items: center;
  gap: 2px;
  flex: 0 0 auto;
  padding: 2px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
}
.a2z-fx-stepper button {
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #0f172a;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.a2z-fx-stepper button:hover:not(:disabled) {
  color: var(--a2z-gold);
  box-shadow: 0 0 0 2px rgba(0, 136, 240, 0.16);
}
.a2z-fx-stepper button:disabled {
  opacity: 0.35;
  cursor: default;
  box-shadow: none;
}
.a2z-fx-stepper b,
.a2z-fx-stepper [data-count-val] {
  min-width: 18px;
  text-align: center;
  color: #0f172a;
  font-size: 14px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.a2z-fx-cabin-label { margin: 8px 0 6px; font-weight: 750; color: #0f172a; }
.a2z-fx-cabins {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
.a2z-fx-cabins button {
  padding: 7px 8px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #0f172a;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 650;
  text-align: center;
}
.a2z-fx-cabins button:hover {
  border-color: #cbd5e1;
  background: #f8fafc;
}
.a2z-fx-cabins button.is-on {
  background: #e8f3ff;
  border-color: var(--a2z-gold);
  color: var(--a2z-gold);
  box-shadow: inset 0 0 0 1px var(--a2z-gold);
}
.a2z-fx-points { padding: 48px 0; }
.a2z-fx-points .a2z-container, .a2z-fx-points {
}
.a2z-fx-points .a2z-container {
  display: grid;
  gap: 24px;
}
@media (min-width: 900px) {
  .a2z-fx-points .a2z-container { grid-template-columns: repeat(3, 1fr); }
}
.a2z-fx-points h2 { margin: 10px 0 6px; font-size: 18px; }
.a2z-fx-points p { margin: 0; color: #64748b; }
.a2z-fx-points__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--a2z-gold);
  background: #eef6ff;
  font-weight: 800;
}
.a2z-fx-dest { padding: 0 0 56px; }
.a2z-fx-dest__head { display: flex; justify-content: space-between; margin-bottom: 16px; }
.a2z-fx-dest__head h2 { margin: 0; font-size: 28px; }
.a2z-fx-dest__grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.a2z-fx-recent { padding-bottom: 56px; }
.a2z-fx-recent__row {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 4px 4px 12px;
  scrollbar-width: none;
}
.a2z-fx-recent__row::-webkit-scrollbar { display: none; }
.a2z-fx-recent a {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 min(320px, 86vw);
  min-width: 280px;
  padding: 10px 16px 10px 10px;
  background: #fff;
  border: 1px solid #e8eef4;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  text-decoration: none;
  color: inherit;
}
.a2z-fx-recent__mark {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: #eef6ff;
  color: var(--a2z-gold, #0088f0);
  display: flex;
  align-items: center;
  justify-content: center;
}
.a2z-fx-recent__copy {
  min-width: 0;
  flex: 1;
}
.a2z-fx-recent strong {
  display: block;
  font-size: 15px;
  font-weight: 750;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.a2z-fx-recent small {
  display: block;
  color: #64748b;
  font-size: 13px;
  line-height: 1.4;
  white-space: nowrap;
}
.a2z-fx-card {
  position: relative;
  display: block;
  min-height: 280px;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}
.a2z-fx-card img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.a2z-fx-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.7)); }
.a2z-fx-card__flag { position: absolute; top: 12px; left: 12px; z-index: 1; }
.a2z-fx-card__copy { position: absolute; left: 16px; bottom: 16px; z-index: 1; }
.a2z-fx-card__copy small { display: block; opacity: 0.9; }
.a2z-fx-card__copy strong { font-size: 22px; }
.a2z-fx-card__go {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 1;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0,0,0,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
}
.a2z-fx-card--photo {
  min-height: 0;
  aspect-ratio: 4 / 3;
}
.a2z-fx-card--photo img {
  object-fit: cover;
  object-position: left bottom;
}
.a2z-fx-card--photo::after,
.a2z-fx-card--photo .a2z-fx-card__flag,
.a2z-fx-card--photo .a2z-fx-card__copy,
.a2z-fx-card--photo .a2z-fx-card__go { display: none; }

.a2z-fx--results { background: #f4f7fb; }
.a2z-fx-results-head {
  background: #f4f7fb;
  border-bottom: 0;
  padding: 12px 0 16px;
  position: relative;
  z-index: 8;
  overflow: visible;
}
body.a2z-php1:has(.a2z-fx-results-head) {
  --a2z-php1-bar-h: 0px;
  --a2z-header-h: 88px;
}
body.a2z-php1:has(.a2z-fx-results-head) .a2z-header {
  top: 0;
}
.a2z-fx-results-head__row { display: flex; align-items: center; gap: 16px; overflow: visible; }
.a2z-fx-brand { display: none; }
.a2z-fx-layout {
  display: grid;
  gap: 24px;
  padding: 24px 0 64px;
}
@media (min-width: 980px) {
  .a2z-fx-layout { grid-template-columns: 260px minmax(0,1fr); }
}
.a2z-fx-filters {
  background: #fff;
  border: 1px solid #e8eef4;
  border-radius: 16px;
  padding: 16px;
  height: fit-content;
}
.a2z-fx-filters details { margin: 0 0 12px; }
.a2z-fx-filters summary { font-weight: 750; cursor: pointer; }
.a2z-fx-filters label { display: flex; gap: 8px; margin: 8px 0; font-size: 14px; }
.a2z-fx-count { font-weight: 750; margin: 0 0 12px; }
.a2z-fx-sort {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border: 1px solid #e8eef4;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 14px;
}
.a2z-fx-sort button {
  border: 0;
  border-right: 1px solid #eef2f6;
  background: #fff;
  padding: 12px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.a2z-fx-sort button.is-on { color: var(--a2z-gold); box-shadow: inset 0 -2px 0 var(--a2z-gold); }
.a2z-fx-ticket {
  display: grid;
  grid-template-columns: minmax(0,1fr) 180px;
  gap: 12px;
  background: #fff;
  border: 1px solid #e8eef4;
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 12px;
}
.a2z-fx-ticket__meta { display: flex; flex-wrap: wrap; gap: 8px 10px; align-items: center; color: #64748b; font-size: 13px; margin-bottom: 10px; }
.a2z-fx-ticket__airline {
  font-weight: 800;
  color: #0f172a;
}
.a2z-fx-fn { display: inline-flex; padding: 2px 8px; border-radius: 999px; background: #e8f3ff; color: var(--a2z-gold); font-weight: 750; }
.a2z-fx-leg {
  display: grid;
  grid-template-columns: minmax(72px, 88px) minmax(70px,auto) minmax(0,1fr) minmax(70px,auto);
  gap: 10px;
  align-items: center;
}
.a2z-fx-leg__airline {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 0;
}
.a2z-fx-leg__airline img,
.a2z-fx-leg__airline .a2z-fx-airline__mark {
  width: 40px;
  height: 40px;
  object-fit: contain;
  background: #fff;
  border: 1px solid #e8eef4;
  border-radius: 50%;
}
.a2z-fx-leg__name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 100%;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  color: #0f172a;
}
.a2z-fx-leg strong { font-size: 22px; }
.a2z-fx-leg small { display: block; color: var(--a2z-gold); font-weight: 650; }
.a2z-fx-line { position: relative; text-align: center; color: #64748b; font-size: 12px; }
.a2z-fx-line::before {
  content: "";
  display: block;
  height: 2px;
  background: #e2e8f0;
  margin-bottom: 6px;
}
.a2z-fx-line b { color: #dc2626; font-weight: 750; }
.a2z-fx-ticket__pay { text-align: right; display: flex; flex-direction: column; justify-content: center; gap: 8px; }
.a2z-fx-ticket__pay strong { font-size: 24px; }
.a2z-fx-ticket__pay button, .a2z-fx-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 0;
  border-radius: 10px;
  background: var(--a2z-gold);
  color: #fff;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
  text-decoration: none;
}
.a2z-fx-error { background: #fef2f2; color: #991b1b; padding: 12px; border-radius: 12px; }
.a2z-fx-okmsg { background: #ecfdf3; color: #166534; padding: 12px; border-radius: 12px; }
.a2z-fx-empty { color: #64748b; }
.a2z-fx-more {
  display: flex;
  justify-content: center;
  margin: 8px 0 28px;
}
.a2z-fx-more[hidden] { display: none; }
.a2z-fx-more__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid #cfe6ff;
  border-radius: 999px;
  background: #fff;
  color: var(--a2z-gold);
  font: inherit;
  font-size: 14px;
  font-weight: 750;
  cursor: pointer;
}
.a2z-fx-more__btn:hover {
  background: #e8f3ff;
}
.a2z-fx-more__btn:disabled {
  cursor: default;
  opacity: 0.8;
}
.a2z-fx-more__spinner {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid #cfe6ff;
  border-top-color: var(--a2z-gold);
  border-radius: 50%;
}
.a2z-fx-more.is-loading .a2z-fx-more__spinner {
  display: inline-block;
  animation: a2z-fx-spin 0.7s linear infinite;
}
@keyframes a2z-fx-spin {
  to { transform: rotate(360deg); }
}
.a2z-fx-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(15, 23, 42, 0.48);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.a2z-fx-modal[hidden] { display: none !important; }
.a2z-fx-modal__panel {
  width: min(1120px, 96vw);
  max-height: 90vh;
  overflow: auto;
  background: #fff;
  border-radius: 24px;
  padding: 22px 24px 28px;
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.28);
}
.a2z-fx-modal header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 18px;
}
.a2z-fx-modal header h2 {
  margin: 0;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
}
.a2z-fx-modal__actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.a2z-fx-share {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  color: #334155;
  font: inherit;
  font-size: 14px;
  font-weight: 650;
  cursor: pointer;
}
.a2z-fx-share.is-copied { color: var(--a2z-gold); border-color: #cfe6ff; }
.a2z-fx-modal__close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e2e8f0;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #0f172a;
}
.a2z-fx-modal__grid { display: grid; gap: 20px; align-items: start; }
@media (min-width: 900px) {
  .a2z-fx-modal__grid { grid-template-columns: minmax(300px, 0.92fr) minmax(340px, 1.08fr); }
}
.a2z-fx-itin { display: grid; gap: 12px; }
.a2z-fx-legcard {
  border: 1px solid #e8eef4;
  border-radius: 16px;
  padding: 14px 16px 16px;
  background: #fff;
}
.a2z-fx-legcard__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}
.a2z-fx-legcard__kicker {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #94a3b8;
}
.a2z-fx-legcard__route {
  margin: 4px 0 0;
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
}
.a2z-fx-legcard__airline {
  margin: 4px 0 0;
  font-size: 13px;
  font-weight: 750;
  color: var(--a2z-gold);
}
.a2z-fx-dur {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef6ff;
  color: var(--a2z-gold);
  font-size: 12px;
  font-weight: 750;
  white-space: nowrap;
}
.a2z-fx-seg {
  border: 1px solid #eef2f6;
  border-radius: 12px;
  padding: 12px 12px 12px 8px;
}
.a2z-fx-seg__row {
  display: grid;
  grid-template-columns: 92px 44px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
}
.a2z-fx-seg__time strong { display: block; font-size: 18px; line-height: 1.1; }
.a2z-fx-seg__time small { color: #64748b; font-size: 12px; }
.a2z-fx-seg__rail { position: relative; min-height: 100%; display: flex; justify-content: center; align-items: flex-start; }
.a2z-fx-seg__rail::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 0;
  border-left: 2px dotted #cbd5e1;
  transform: translateX(-50%);
}
.a2z-fx-seg__row:nth-child(1) .a2z-fx-seg__rail::before { top: 14px; bottom: -14px; }
.a2z-fx-seg__row:nth-child(2) .a2z-fx-seg__rail::before { top: -14px; bottom: -14px; }
.a2z-fx-seg__row:nth-child(3) .a2z-fx-seg__rail::before { top: -14px; bottom: auto; height: 14px; }
.a2z-fx-seg__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #94a3b8;
  position: relative;
  z-index: 1;
  margin-top: 6px;
}
.a2z-fx-seg__row--airline {
  align-items: center;
  min-height: 48px;
}
.a2z-fx-airline {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 6px 0;
}
.a2z-fx-airline img,
.a2z-fx-airline__mark {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: contain;
  background: #fff;
  border: 1px solid #e8eef4;
  flex-shrink: 0;
}
.a2z-fx-airline__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  color: var(--a2z-gold);
}
.a2z-fx-airline__copy {
  min-width: 0;
  flex: 1;
}
.a2z-fx-airline__copy strong {
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
}
.a2z-fx-airline__copy small {
  display: block;
  color: #64748b;
  font-size: 12px;
  margin-top: 2px;
}
.a2z-fx-airline .a2z-fx-seg__chev {
  margin-left: auto;
}
.a2z-fx-seg__mid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 8px 0;
  gap: 2px;
}
.a2z-fx-seg__chev {
  width: 22px;
  height: 22px;
  border: 0;
  background: #fff;
  border-radius: 50%;
  color: #64748b;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.a2z-fx-seg.is-open .a2z-fx-seg__chev { transform: rotate(180deg); }
.a2z-fx-seg__air strong { display: block; font-size: 14px; font-weight: 750; }
.a2z-fx-seg__air small { display: block; color: #94a3b8; font-size: 12px; margin-top: 2px; }
.a2z-fx-seg__extra {
  display: none;
  margin-top: 8px;
  padding: 8px 10px;
  background: #f8fafc;
  border-radius: 8px;
  color: #64748b;
  font-size: 12px;
}
.a2z-fx-seg.is-open .a2z-fx-seg__extra { display: block; }
.a2z-fx-lay {
  margin: 8px 0;
  padding: 8px 10px;
  background: #f8fafc;
  border-radius: 8px;
  color: #64748b;
  font-size: 13px;
  text-align: center;
}
.a2z-fx-fares { display: grid; gap: 12px; }
.a2z-fx-fare {
  border: 1px solid #e8eef4;
  border-radius: 16px;
  padding: 16px 16px 14px;
  background: #fff;
}
.a2z-fx-fare.is-on {
  border-color: #93c5fd;
  box-shadow: 0 0 0 3px rgba(0, 136, 240, 0.12);
}
.a2z-fx-fare__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 4px;
}
.a2z-fx-fare__head h3 { margin: 0; font-size: 18px; font-weight: 800; }
.a2z-fx-fare__price { text-align: right; }
.a2z-fx-fare__price strong { display: block; font-size: 22px; font-weight: 800; letter-spacing: -0.03em; }
.a2z-fx-fare__tag { margin: 0; color: var(--a2z-gold); font-size: 13px; font-weight: 700; }
.a2z-fx-fare__sub { margin: 0 0 8px; color: #94a3b8; font-size: 12px; text-align: right; }
.a2z-fx-fare__block {
  border-top: 1px solid #eef2f6;
  padding: 10px 0;
}
.a2z-fx-fare__label {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #94a3b8;
}
.a2z-fx-fare__item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 4px 0;
  font-size: 14px;
  color: #0f172a;
}
.a2z-fx-fare__item svg { flex-shrink: 0; margin-top: 2px; }
.a2z-fx-fare__item.is-no { color: #94a3b8; }
.a2z-fx-fare .a2z-fx-cta {
  width: 100%;
  margin-top: 8px;
}

.a2z-fx-steps {
  display: flex;
  gap: 18px;
  list-style: none;
  padding: 24px 0;
  margin: 0;
  justify-content: center;
}
.a2z-fx-steps li { display: flex; align-items: center; gap: 8px; color: #94a3b8; font-weight: 650; }
.a2z-fx-steps span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e2e8f0;
}
.a2z-fx-steps .is-on, .a2z-fx-steps .is-done { color: #0f172a; }
.a2z-fx-steps .is-on span, .a2z-fx-steps .is-done span { background: var(--a2z-gold); color: #fff; }
.a2z-fx-book-grid { display: grid; gap: 20px; padding-bottom: 64px; }
@media (min-width: 960px) { .a2z-fx-book-grid { grid-template-columns: minmax(0,1.4fr) 320px; } }
.a2z-fx-form, .a2z-fx-side {
  background: #fff;
  border: 1px solid #e8eef4;
  border-radius: 16px;
  padding: 22px;
}
.a2z-fx-form h1 { margin: 0 0 8px; }
.a2z-fx-form label, .a2z-fx-traveller label { display: block; margin: 0 0 12px; font-size: 13px; font-weight: 650; }
.a2z-fx-form input, .a2z-fx-form select {
  display: block;
  width: 100%;
  margin-top: 6px;
  min-height: 46px;
  border: 1px solid #dbe3ec;
  border-radius: 10px;
  padding: 10px 12px;
  font: inherit;
}
.a2z-fx-grid3 { display: grid; gap: 12px; }
@media (min-width: 700px) { .a2z-fx-grid3 { grid-template-columns: 1fr 1fr 1fr; } }
.a2z-fx-traveller { border: 1px solid #e8eef4; border-radius: 12px; padding: 12px 14px; margin: 12px 0; }
.a2z-fx-traveller summary { font-weight: 750; cursor: pointer; }
.a2z-fx-info { background: #eef6ff; color: #1e4f7a; padding: 12px; border-radius: 10px; }
.a2z-fx-note { color: #64748b; font-size: 13px; }
.a2z-fx-phone { display: grid; grid-template-columns: 140px minmax(0,1fr); gap: 10px; }
.a2z-fx-navbtns { display: flex; justify-content: space-between; gap: 12px; margin-top: 18px; }
.a2z-fx-ghost {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid #dbe3ec;
  border-radius: 10px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  font: inherit;
}
.a2z-fx-total { display: flex; justify-content: space-between; font-size: 18px; }
.a2z-fx-stripe {
  min-height: 46px;
  border: 1px solid #dbe3ec;
  border-radius: 10px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  background: #fff;
  margin-bottom: 12px;
}
.a2z-fx-stripe iframe { width: 100% !important; height: 24px !important; }
.a2z-fx-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.a2z-fx-terms { display: flex; gap: 8px; align-items: center; }
.a2z-fx-terms input { width: auto; min-height: 0; }
.a2z-fx-extra { display: flex; gap: 10px; align-items: center; padding: 10px 0; border-bottom: 1px solid #eef2f6; }
.a2z-fx-extra input { width: auto; min-height: 0; }
.a2z-fx-extra em { margin-left: auto; color: #64748b; }
.a2z-fx-ok { background: #ecfdf3; border: 1px solid #bbf7d0; border-radius: 16px; padding: 22px; margin: 24px 0; }
.a2z-fx-ok.is-missing { background: #fff7ed; border-color: #fed7aa; }
.a2z-fx-kicker { color: #166534; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; font-size: 12px; }
.a2z-fx-badge { display: inline-flex; padding: 4px 10px; border-radius: 999px; background: #dcfce7; color: #166534; font-weight: 800; font-size: 12px; }
.a2z-fx-id { font-size: 22px; font-weight: 800; margin: 0 0 8px; }
.a2z-fx-back { display: inline-flex; margin: 16px 0; color: inherit; font-weight: 650; text-decoration: none; }
.a2z-fx--book, .a2z-fx--ok, .a2z-fx--manage { background: #f4f7fb; min-height: 70vh; }
.a2z-fx-modal--change { z-index: 90; }
.a2z-fx-change {
  width: min(440px, 92vw);
  background: #fff;
  border-radius: 24px;
  padding: 36px 28px 28px;
  text-align: center;
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.28);
}
.a2z-fx-change__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #f1f5f9;
  color: #64748b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.a2z-fx-change.is-checking .a2z-fx-change__icon svg {
  animation: a2z-fx-spin 1s linear infinite;
}
@keyframes a2z-fx-spin { to { transform: rotate(360deg); } }
.a2z-fx-change h2 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
}
.a2z-fx-change p {
  margin: 0 0 24px;
  color: #64748b;
  font-size: 15px;
  line-height: 1.5;
}
.a2z-fx-change__btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.a2z-fx-change__btns[hidden] { display: none; }
.a2z-fx-change.is-gone .a2z-fx-change__btns { grid-template-columns: 1fr; }
.a2z-fx-change__btns .a2z-fx-cta,
.a2z-fx-change__btns .a2z-fx-ghost {
  width: 100%;
  min-height: 46px;
  justify-content: center;
}
@media (max-width: 900px) {
  .a2z-fx-hero { margin: 0; border-radius: 0; min-height: 0; padding: 24px 0 32px; }
  .a2z-fx-bar__fields, .a2z-fx-bar.is-compact .a2z-fx-bar__fields { grid-template-columns: 1fr; }
  .a2z-fx-bar.is-compact { border-radius: 18px; }
  .a2z-fx-field,
  .a2z-fx-field[data-airport="to"],
  .a2z-fx-field--dates,
  .a2z-fx-field--pax {
    border-left: 0;
    border-bottom: 1px solid #eef2f6;
    min-height: 0;
  }
  .a2z-fx-pop--dates {
    left: 8px;
    right: 8px;
    width: auto;
    min-width: 0;
    grid-template-columns: 1fr;
  }
  .a2z-fx-pop--pax {
    left: 8px;
    right: 8px;
    width: auto;
    min-width: 0;
  }
  .a2z-fx-dest__grid { grid-template-columns: 1fr 1fr; }
  .a2z-fx-ticket { grid-template-columns: 1fr; }
  .a2z-fx-ticket__pay { text-align: left; }
  .a2z-fx-sort { grid-template-columns: 1fr 1fr; }
  .a2z-fx-modal { padding: 12px; }
  .a2z-fx-modal__panel { width: 100%; max-height: 96vh; border-radius: 18px; padding: 16px; }
  .a2z-fx-share { width: 40px; padding: 0; justify-content: center; }
  .a2z-fx-share span { display: none; }
  .a2z-fx-modal header h2 { font-size: 18px; }
}

.a2z-fx-co {
  background: #f4f7fb;
  padding: 40px 0 72px;
  min-height: 70vh;
}
.a2z-fx-co__back {
  display: inline-flex;
  align-items: center;
  margin: 0 0 18px;
  padding: 4px 0;
  color: #0f172a;
  font-weight: 650;
  text-decoration: none;
}
.a2z-fx-co__back:hover { color: var(--a2z-gold); }
.a2z-fx-co__grid {
  display: grid;
  gap: 24px;
  align-items: start;
}
@media (min-width: 1024px) {
  .a2z-fx-co__grid { grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.9fr); }
}
.a2z-fx-co__req,
.a2z-fx-co__sandbox,
.a2z-fx-co__error {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin: 0 0 14px;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 14px;
  background: #eef2f6;
  color: #334155;
}
.a2z-fx-co__sandbox { background: #fffbeb; color: #92400e; }
.a2z-fx-co__error { background: #fef2f2; color: #991b1b; margin: 14px 0 0; }
.a2z-fx-co__error.is-info { background: #eef6ff; color: #1e4f7a; }
.a2z-fx-co__error[hidden] { display: none !important; }
.a2z-fx-co .is-req { color: #ef4444; font-weight: 800; }
.a2z-fx-co__card {
  background: #fff;
  border: 1px solid #e8eef4;
  border-radius: 14px;
  padding: 22px;
  margin-bottom: 14px;
}
.a2z-fx-co__card h2 {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 800;
}
.a2z-fx-co__card h3 {
  margin: 18px 0 12px;
  font-size: 15px;
  font-weight: 750;
}
.a2z-fx-co__form label {
  display: block;
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 650;
  color: #0f172a;
}
.a2z-fx-co__form input[type="text"],
.a2z-fx-co__form input[type="email"],
.a2z-fx-co__form input[type="tel"],
.a2z-fx-co__form select {
  display: block;
  width: 100%;
  margin-top: 6px;
  min-height: 46px;
  border: 1px solid #dbe3ec;
  border-radius: 10px;
  padding: 10px 12px;
  font: inherit;
  background: #fff;
  box-sizing: border-box;
}
.a2z-fx-co__row {
  display: grid;
  gap: 12px;
}
@media (min-width: 640px) {
  .a2z-fx-co__row { grid-template-columns: 1fr 1fr; }
  .a2z-fx-co__row--3 { grid-template-columns: 1fr 1fr 1fr; }
}
.a2z-fx-co__dates {
  display: grid;
  grid-template-columns: 88px minmax(0, 1.4fr) 110px;
  gap: 8px;
  margin-top: 6px;
}
.a2z-fx-co__dates select { margin-top: 0; }
.a2z-fx-co__phone {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 8px;
  margin-top: 6px;
}
.a2z-fx-co__phone select,
.a2z-fx-co__phone input { margin-top: 0; }
.a2z-fx-co__ffn {
  margin-top: 8px;
  border: 1px solid #e8eef4;
  border-radius: 12px;
  padding: 0;
}
.a2z-fx-co__ffn summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  cursor: pointer;
  font-weight: 650;
  list-style: none;
}
.a2z-fx-co__ffn summary::-webkit-details-marker { display: none; }
.a2z-fx-co__ffn summary::after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 2px solid #64748b;
  border-bottom: 2px solid #64748b;
  transform: rotate(-45deg);
  margin-left: 12px;
}
.a2z-fx-co__ffn[open] summary::after { transform: rotate(45deg); }
.a2z-fx-co__ffn summary span { color: #64748b; font-weight: 500; margin-left: 6px; }
.a2z-fx-co__ffn-field { padding: 0 16px 14px; }
.a2z-fx-co__pay-grid { display: grid; gap: 0 12px; margin-bottom: 4px; }
.a2z-fx-co__pay-grid .is-full { display: block; margin: 0 0 12px; }
.a2z-fx-co__pay-grid .a2z-fx-co__row { margin: 0 0 12px; }
.a2z-fx-co__pay-grid .a2z-fx-co__row > div { margin: 0; }
.a2z-fx-co__card-stage { position: relative; }
.a2z-fx-co__card-stage.is-switching { opacity: 0.55; pointer-events: none; }
.a2z-fx-co__card-custom { display: block; }
.a2z-fx-co__card-stripe { display: none; }
.a2z-fx-co__card-stage.is-stripe .a2z-fx-co__card-custom,
.a2z-fx-co__card-custom[hidden] { display: none !important; }
.a2z-fx-co__card-stage.is-stripe .a2z-fx-co__card-stripe { display: block; }
.a2z-fx-co__card-stripe[hidden] { display: none !important; }
.a2z-fx-co__card-stage.is-stripe .a2z-fx-co__card-stripe[hidden] { display: block !important; }
.a2z-fx-co__card-custom label,
.a2z-fx-co__card-stripe label {
  display: block;
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 650;
}
.a2z-fx-co__stripe {
  display: block;
  width: 100%;
  margin-top: 0;
  height: 46px;
  min-height: 46px;
  border: 1px solid #dbe3ec;
  border-radius: 10px;
  padding: 10px 12px;
  background: #fff;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #0f172a;
  pointer-events: auto;
}
.a2z-fx-co__form .a2z-fx-co__card-custom input[type="text"],
.a2z-fx-co__form .a2z-fx-co__card-stripe input[type="text"],
.a2z-fx-co__stripe.is-input {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  height: 46px;
  min-height: 46px;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #dbe3ec;
  border-radius: 10px;
  color: #0f172a;
  pointer-events: auto;
  -webkit-user-select: text;
  user-select: text;
}
.a2z-fx-co__card-stripe .a2z-fx-co__stripe:not(input) {
  display: flex;
  align-items: stretch;
  height: 46px;
  min-height: 46px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid #dbe3ec;
  overflow: hidden;
  pointer-events: auto;
}
.a2z-fx-co__card-stripe .a2z-fx-co__stripe.StripeElement,
.a2z-fx-co__card-stripe .a2z-fx-co__stripe.StripeElement--empty,
.a2z-fx-co__card-stripe .a2z-fx-co__stripe.StripeElement--focus,
.a2z-fx-co__card-stripe .a2z-fx-co__stripe.StripeElement--complete {
  background: #fff;
}
.a2z-fx-co__card-stripe .a2z-fx-co__stripe > .__PrivateStripeElement {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
.a2z-fx-co__card-stripe .a2z-fx-co__stripe iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-height: 44px !important;
  background: transparent !important;
  pointer-events: auto !important;
}
.a2z-fx-co__stripe.is-input::placeholder,
.a2z-fx-co__card-custom input::placeholder,
.a2z-fx-co__card-stripe input::placeholder {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #94a3b8;
  opacity: 1;
}
.a2z-fx-co__form .a2z-fx-co__card-custom input:-webkit-autofill,
.a2z-fx-co__form .a2z-fx-co__card-custom input:-webkit-autofill:hover,
.a2z-fx-co__form .a2z-fx-co__card-custom input:-webkit-autofill:focus,
.a2z-fx-co__form .a2z-fx-co__card-stripe input:-webkit-autofill,
.a2z-fx-co__form .a2z-fx-co__card-stripe input:-webkit-autofill:hover,
.a2z-fx-co__form .a2z-fx-co__card-stripe input:-webkit-autofill:focus {
  -webkit-text-fill-color: #0f172a;
  caret-color: #0f172a;
  border-color: #dbe3ec;
  box-shadow: 0 0 0 1000px #fff8c5 inset;
  background-color: #fff8c5;
  background-image: none;
  font-size: 16px;
  line-height: 24px;
  transition: background-color 99999s ease-out;
}
.a2z-fx-co__stripe.is-input:focus,
.a2z-fx-co__stripe.StripeElement--focus {
  outline: none;
  border-color: var(--a2z-gold);
  box-shadow: 0 0 0 3px rgba(0, 136, 240, 0.15);
}
.a2z-fx-co__stripe.is-invalid,
.a2z-fx-co__stripe.StripeElement--invalid { border-color: #b42318; }
.a2z-fx-co__check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 16px 0 0;
  font-size: 14px;
  font-weight: 500;
}
.a2z-fx-co__check input { width: auto; min-height: 0; margin: 3px 0 0; accent-color: var(--a2z-gold); }
.a2z-fx-co__secure {
  margin: 12px 0 0;
  font-size: 12px;
  color: #64748b;
}
.a2z-fx-co__submit {
  display: block;
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 12px;
  background: var(--a2z-gold);
  color: #fff;
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  margin-top: 16px;
}
.a2z-fx-co__submit:disabled { opacity: 0.7; cursor: wait; }
.a2z-fx-co__aside { position: sticky; top: calc(var(--a2z-header-h, 88px) + 12px); }
.a2z-fx-co__muted { margin: 0; color: #64748b; font-size: 14px; }
.a2z-fx-co__leg { margin-bottom: 16px; }
.a2z-fx-co__leg:last-child { margin-bottom: 0; }
.a2z-fx-co__leg header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 650;
  color: #334155;
}
.a2z-fx-co__air {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.a2z-fx-co__air strong {
  font-size: 13px;
  font-weight: 800;
  color: #0f172a;
}
.a2z-fx-co__leg header em {
  font-style: normal;
  background: #e8f3ff;
  color: #1d4ed8;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 800;
}
.a2z-fx-co__leg-row {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}
.a2z-fx-co__leg-row img,
.a2z-fx-co__logo-ph {
  width: 36px;
  height: 36px;
  object-fit: contain;
  border-radius: 8px;
  background: #f8fafc;
}
.a2z-fx-co__times {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
}
.a2z-fx-co__times strong { display: block; font-size: 16px; }
.a2z-fx-co__times span { color: #64748b; font-size: 12px; font-weight: 650; }
.a2z-fx-co__line {
  text-align: center;
  color: #64748b;
  font-size: 11px;
  position: relative;
}
.a2z-fx-co__line::before {
  content: '';
  display: block;
  height: 2px;
  background: #e2e8f0;
  margin: 0 4px 6px;
}
.a2z-fx-co__line small { display: block; font-weight: 700; color: #0f172a; }
.a2z-fx-co__line span { display: inline-flex; align-items: center; gap: 4px; }
.a2z-fx-co__hide {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border: 0;
  background: transparent;
  padding: 0 0 12px;
  margin: 0;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
  color: #0f172a;
}
.a2z-fx-co__hide[aria-expanded="false"] svg { transform: rotate(180deg); }
.a2z-fx-co__lines { list-style: none; margin: 0; padding: 0; }
.a2z-fx-co__lines[hidden] { display: none; }
.a2z-fx-co__lines li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  font-size: 14px;
  color: #334155;
}
.a2z-fx-co__lines li.is-bags { font-weight: 750; color: #0f172a; padding-bottom: 2px; }
.a2z-fx-co__lines li.is-inc { padding: 2px 0 2px 8px; color: #64748b; font-size: 13px; }
.a2z-fx-co__lines em { font-style: normal; color: #16a34a; font-weight: 700; }
.a2z-fx-co__total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 12px 0 0;
  padding-top: 12px;
  border-top: 1px solid #e8eef4;
  font-size: 18px;
  font-weight: 800;
}
.a2z-fx-co__trust ul { list-style: none; margin: 0; padding: 0; }
.a2z-fx-co__trust li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  font-weight: 650;
  color: #0f172a;
}
.a2z-fx-co__trust li + li { border-top: 1px solid #eef2f6; }
@media (max-width: 640px) {
  .a2z-fx-co__dates { grid-template-columns: 1fr; }
  .a2z-fx-co__phone { grid-template-columns: 1fr; }
}
