 :root {
  --bg: #f6f7fb;
  --card: #ffffff;
  --text: #0b1220;
  --muted: #5a6478;
  --line: #e6e9f2;
  --brand: #1a5cff;
  --brand-2: #0ea5e9;
  --good: #0f766e;
  --shadow: 0 10px 28px rgba(10, 20, 40, 0.08);
  --radius: 14px;
 }

 [hidden] {
  display: none !important;
 }

 * {
  box-sizing: border-box;
 }

 html,
 body {
  height: 100%;
 }

 body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Helvetica, Arial,
    "Apple Color Emoji", "Segoe UI Emoji";
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
 }

 html {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
 }

 input,
 select,
 textarea {
  max-width: 100%;
 }

 .container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
 }

 .topbar {
 background: radial-gradient(1200px 300px at 10% 0%, rgba(255, 255, 255, 0.12), transparent 65%),
   linear-gradient(90deg, #2a0f68, #0b1f54);
  color: #fff;
 }

.topbar .container {
 width: min(1436px, 100%);
 padding: 0 16px;
}

 .topbar__content {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
 }

.topnav {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  justify-content: center;
}

.topnav__btn {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 900;
  padding: 10px 10px;
  border-radius: 10px;
  cursor: pointer;
}

.topnav__btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.topnav__btn--active {
  color: #fff;
  box-shadow: inset 0 -3px 0 rgba(255, 255, 255, 0.9);
}

 .brand {
 color: inherit;
 text-decoration: none;
 }

.header__homeLink {
 display: block;
}

.header__homeLink:focus,
.header__homeLink:focus:not(.MuiButtonBase-root),
.header__homeLink:active,
.header__homeLink:visited {
 color: rgb(255, 255, 255);
 outline: rgb(255, 255, 255) solid 0.125rem;
 outline-offset: 0.5rem;
}

.brand__sr {
 position: absolute;
 width: 1px;
 height: 1px;
 padding: 0;
 margin: -1px;
 overflow: hidden;
 clip: rect(0, 0, 0, 0);
 white-space: nowrap;
 border: 0;
}

.brand__img {
 display: block;
 height: 26px;
 width: auto;
 max-width: 220px;
}

 .topbar__actions {
  display: flex;
  align-items: center;
  gap: 10px;
 }

.topbar .chip--primary {
 background: rgba(255, 255, 255, 0.14);
 border-color: rgba(255, 255, 255, 0.2);
 color: #fff;
 font-weight: 900;
 padding: 10px 14px;
}

.iconbtn--ghost {
 border: 0;
 background: transparent;
 color: #fff;
}

@media (max-width: 720px) {
 .topbar__content {
  height: 58px;
 }
 .brand__img {
  height: 24px;
  max-width: 170px;
 }
 #localeBtn {
  display: none;
 }
 .topnav {
  display: none;
 }

  input,
  select,
  textarea,
  .hsfield__input,
  .hsmini__input,
  .field__input {
    font-size: 16px !important;
  }

  .hsmini__input:focus {
    box-shadow: 0 0 0 3px rgba(26, 92, 255, 0.12) !important;
  }

  .seg__btn[aria-pressed="true"] {
    box-shadow: 0 0 0 3px rgba(26, 92, 255, 0.10) !important;
  }



 .homesearch__row {
  grid-template-columns: 1fr;
 }
 .homesearch__row--pax {
  grid-template-columns: 1fr 1fr 1fr;
 }
}

 .navtabs {
  display: none;
  background: linear-gradient(90deg, rgba(11, 31, 84, 0.96), rgba(11, 42, 122, 0.96));
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
 }

 .navtabs__content {
  display: flex;
  gap: 6px;
  padding: 8px 0 10px;
  overflow: auto hidden;
  scrollbar-width: thin;
 }

 .tab {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
  padding: 12px 12px;
  border-radius: 12px 12px 0 0;
  cursor: pointer;
  white-space: nowrap;
 }

 .tab--active {
  color: #fff;
  box-shadow: inset 0 -3px 0 rgba(255, 255, 255, 0.9);
 }

 .homesearch {
  display: block;
  padding: 0;
  margin: 14px 0 10px;
  background: transparent;
 }

 .homesearch__card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 14px 30px rgba(10, 20, 40, 0.16);
  border-radius: 18px;
  padding: 14px;
 }

.homesearch__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.homesearch__right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.homesearch__collapse {
  border-radius: 999px;
  border-color: rgba(225, 29, 72, 0.35);
  color: #e11d48;
  font-weight: 950;
}

 .homesearch__title {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: -0.3px;
  margin-bottom: 0;
 }

 .seg {
  display: inline-flex;
  gap: 8px;
  padding: 6px;
  border-radius: 999px;
  border: 1px solid rgba(26, 92, 255, 0.25);
  background: rgba(26, 92, 255, 0.08);
  margin-bottom: 14px;
 }

.seg--sm {
  padding: 5px;
  margin-bottom: 0;
}

.seg--sm .seg__btn {
  padding: 7px 12px;
  border-radius: 999px;
}

.homesearch:not(.is-expanded) .hsMore {
  display: none;
}

.homesearch:not(.is-expanded) .homesearch__collapse {
  transform: rotate(0deg);
}

.homesearch.is-expanded .homesearch__collapse {
  transform: rotate(180deg);
}

 .seg__btn {
  border: 1px solid rgba(10, 20, 40, 0.14);
  background: #fff;
  border-radius: 999px;
  padding: 10px 12px;
  font-weight: 900;
  cursor: pointer;
  color: rgba(10, 20, 40, 0.78);
 }

 .seg__btn[aria-pressed="true"] {
  border-color: rgba(26, 92, 255, 0.55);
  color: var(--brand);
  box-shadow: 0 0 0 4px rgba(26, 92, 255, 0.12);
 }

 .homesearch__form {
  display: grid;
  gap: 12px;
 }

.homesearch__row {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 12px;
}

.homesearch__row--pax {
 grid-template-columns: repeat(4, 1fr);
}

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

.hsmini__label {
 font-weight: 900;
 font-size: 12px;
 color: rgba(10, 20, 40, 0.65);
}

.hsmini__input {
 height: 44px;
 border-radius: 14px;
 border: 1px solid rgba(10, 20, 40, 0.18);
 padding: 0 12px;
 font-weight: 800;
 outline: none;
 background: #fff;
}

.hsmini__input:focus {
 border-color: rgba(26, 92, 255, 0.55);
 box-shadow: 0 0 0 4px rgba(26, 92, 255, 0.12);
}

 .homesearch__stack {
  position: relative;
  background: #fff;
  border: 1px solid rgba(10, 20, 40, 0.18);
  border-radius: 16px;
  overflow: visible;
 }

 .hsfield {
  display: grid;
  gap: 6px;
  padding: 12px 12px;
  min-width: 0;
 }

 .hsfield + .hsfield {
  border-top: 1px solid rgba(10, 20, 40, 0.12);
 }

 .hsfield__label {
  font-weight: 900;
  font-size: 12px;
  color: rgba(10, 20, 40, 0.65);
 }

 .hsfield__input {
  border: 0;
  outline: none;
  font-weight: 800;
  font-size: 14px;
  padding: 0;
 width: 100%;
 min-width: 0;
 }

 .swapbtn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 2px solid rgba(26, 92, 255, 0.35);
  background: #fff;
  color: rgba(26, 92, 255, 0.95);
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 18px rgba(10, 20, 40, 0.12);
 }

 .homesearch__submit {
  width: 100%;
  height: 46px;
 }

 .suggest {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  background: #fff;
  border: 1px solid rgba(10, 20, 40, 0.14);
  border-radius: 16px;
  box-shadow: var(--shadow);
  overflow: auto;
  max-height: 340px;
  z-index: 30;
 }

.checkout__summary {
 display: grid;
 gap: 8px;
 border: 1px solid var(--line);
 background: rgba(26, 92, 255, 0.05);
 border-radius: 14px;
 padding: 12px;
 margin-bottom: 12px;
}

.checkout__summary strong {
 color: #0b1f54;
}

.checkout__msg {
 border-radius: 14px;
 padding: 10px 12px;
 font-weight: 800;
 margin-bottom: 12px;
 background: rgba(239, 68, 68, 0.06);
 border: 1px solid rgba(239, 68, 68, 0.2);
 color: #b91c1c;
}

.checkout__phone {
 display: grid;
 grid-template-columns: 90px 1fr;
 gap: 10px;
}
.checkout__paybox {
  padding: 10px 2px 2px;
  border-radius: 14px;
  background: rgba(248, 250, 252, 0.75);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.checkout__terms {
 display: flex;
 gap: 10px;
 align-items: flex-start;
 font-weight: 800;
 margin-top: 12px;
 color: rgba(10, 20, 40, 0.9);
}

.checkout__terms input {
 width: 18px;
 height: 18px;
 margin-top: 2px;
}

.checkout__title {
 font-weight: 900;
 font-size: 14px;
 margin: 6px 0 10px;
}

 .suggest[hidden] {
  display: none;
 }

 .suggest__item {
  width: 100%;
  text-align: left;
  border: 0;
  background: #fff;
  cursor: pointer;
  padding: 12px 12px;
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 10px;
  align-items: center;
 }

 .suggest__item:hover {
  background: rgba(26, 92, 255, 0.06);
 }

 .suggest__code {
  font-weight: 900;
  color: #0b1f54;
 }

 .suggest__meta {
  font-weight: 800;
  font-size: 13px;
 }

 .suggest__sub {
  color: rgba(10, 20, 40, 0.6);
  font-weight: 700;
  font-size: 12px;
 }

 .chip {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
 }

 .chip--primary {
  background: rgba(255, 255, 255, 0.94);
  color: #0b1f54;
  border-color: rgba(255, 255, 255, 0.9);
 }

 .chip--ghost {
  background: rgba(255, 255, 255, 0.1);
 }

 .chip__dot {
  width: 10px;
  height: 10px;
  border-radius: 99px;
  background: #1dd75f;
  box-shadow: 0 0 0 3px rgba(29, 215, 95, 0.2);
 }

 .searchbar {
  margin: 16px 0 10px;
  background: transparent;
  border-bottom: 0;
 }

 .searchbar__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0;
 }

.searchbar2 {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  text-align: left;
}

.searchbar2__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 8px;
}

.searchbar2__title {
  font-weight: 950;
  font-size: 16px;
  letter-spacing: -0.2px;
  color: #0b1f54;
}

.searchbar2__right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.searchbar2__chev {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(225, 29, 72, 0.35);
  color: #e11d48;
  display: grid;
  place-items: center;
  font-weight: 950;
  background: #fff;
}

.seg--sm .seg__btn {
  padding: 7px 12px;
  border-radius: 999px;
}

.searchbar2__route {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 16px;
  display: grid;
  grid-template-columns: 1fr 54px 1fr;
  align-items: stretch;
  overflow: hidden;
}

.searchbar2__col {
  padding: 10px 12px;
  display: grid;
  gap: 4px;
}

.searchbar2__label {
  font-weight: 900;
  font-size: 12px;
  color: #0b1f54;
}

.searchbar2__value {
  font-weight: 800;
  color: rgba(10, 20, 40, 0.7);
}

.searchbar2__swap {
  display: grid;
  place-items: center;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
  font-weight: 900;
  color: #e11d48;
}

 .searchbar__items {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 18px;
  align-items: center;
  min-height: 40px;
 }

 .kv {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  font-weight: 600;
 }

 .kv__icon {
  width: 26px;
  height: 26px;
  border-radius: 10px;
  background: rgba(26, 92, 255, 0.08);
  display: grid;
  place-items: center;
  color: var(--brand);
 }

 .kv__sub {
  color: var(--muted);
  font-weight: 500;
  font-size: 12px;
  margin-left: 8px;
 }

 .linkbtn {
  border: 0;
  background: none;
  padding: 10px 0;
  color: var(--brand);
  font-weight: 700;
  cursor: pointer;
 }

 .pagehead {
  padding: 22px 0 10px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
 }

 h1 {
  margin: 0;
  font-size: 28px;
  letter-spacing: -0.4px;
 }

 .sort {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
 }

 .sort__label {
  color: var(--muted);
  font-weight: 600;
  font-size: 13px;
 }

 .sort__btn {
  border: 1px solid var(--line);
  background: #fff;
  padding: 10px 12px;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
 }

 .chev {
  width: 7px;
  height: 7px;
  border-right: 2px solid var(--muted);
  border-bottom: 2px solid var(--muted);
  transform: rotate(45deg);
  margin-top: -2px;
 }

 .menu {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
  overflow: hidden;
  min-width: min(220px, calc(100vw - 28px));
  max-width: calc(100vw - 28px);
  z-index: 20;
 }

 .menu__item {
  width: 100%;
  text-align: left;
  border: 0;
  background: #fff;
  padding: 12px 14px;
  font-weight: 700;
  cursor: pointer;
 }

 .menu__item:hover {
  background: rgba(26, 92, 255, 0.06);
 }

 .notice {
  border: 1px solid rgba(14, 165, 233, 0.22);
  background: rgba(14, 165, 233, 0.06);
  border-radius: var(--radius);
  padding: 14px 16px;
  display: grid;
  grid-template-columns: 24px 1fr 32px;
  align-items: start;
  gap: 12px;
 }

 .notice__icon {
  width: 22px;
  height: 22px;
  border-radius: 7px;
  background: rgba(14, 165, 233, 0.2);
  position: relative;
 }

 .notice__icon::after {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 3px;
  background: var(--brand-2);
 }

 .notice__text {
  display: grid;
  gap: 2px;
  font-size: 13px;
  line-height: 1.35;
 }

 .notice__text strong {
  font-size: 13px;
 }

 .notice__text span {
  color: var(--muted);
  font-weight: 500;
 }

 .notice__close {
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  border-radius: 10px;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  color: var(--muted);
 }

 .notice__close:hover {
  background: rgba(10, 20, 40, 0.06);
 }

 .datebar {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  gap: 10px;
  align-items: center;
 }

 .datebar__nav {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 14px;
  height: 52px;
  cursor: pointer;
  font-size: 22px;
  color: var(--muted);
 }

 .datebar__list {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(120px, 1fr);
  gap: 10px;
  overflow: hidden;
 }

 .datepill {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 14px;
  padding: 10px 12px;
  cursor: pointer;
  display: grid;
  gap: 2px;
  text-align: left;
 }

 .datepill[aria-selected="true"] {
  border-color: rgba(26, 92, 255, 0.65);
  box-shadow: 0 0 0 4px rgba(26, 92, 255, 0.12);
 }

 .datepill__top {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-weight: 800;
  font-size: 13px;
 }

 .datepill__dow {
  color: var(--muted);
  font-weight: 700;
  font-size: 12px;
  text-transform: lowercase;
 }

 .datepill__price {
  font-weight: 800;
  color: var(--good);
  font-size: 13px;
 }

 .results {
  padding: 16px 0 50px;
 }

 .results__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-weight: 600;
  font-size: 13px;
  padding: 10px 2px;
 }

 .results__list {
  display: grid;
  gap: 12px;
 }

.discover {
  margin: 18px 0 14px 0;
}

.discover__head {
  display: grid;
  gap: 4px;
  text-align: center;
  margin-bottom: 8px;
}

.discover__title {
  margin: 0;
  font-size: 22px;
  font-weight: 950;
  letter-spacing: -0.2px;
}

.discover__sub {
  color: var(--muted);
  font-weight: 700;
  font-size: 13px;
}

.discover__row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 10px 0 8px 0;
}

.discover__rowLabel {
  color: var(--muted);
  font-weight: 800;
  font-size: 13px;
}

.discover__originBtn {
  font-weight: 950;
}

.discover__hint {
  text-align: center;
  color: var(--muted);
  font-weight: 800;
  font-size: 13px;
  margin: 6px 0 12px 0;
}

.offers {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 6px;
  max-width: 100%;
}

.offerCard {
  flex: 0 0 calc((100% - 28px) / 3);
  scroll-snap-align: start;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(26, 92, 255, 0.18);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 22px rgba(10, 20, 40, 0.08);
}

@media (max-width: 980px) {
  .offerCard {
    flex-basis: calc((100% - 14px) / 2);
  }
}

@media (max-width: 620px) {
  .offerCard {
    flex-basis: 100%;
  }
}

.offerCard__hero {
  position: relative;
}

.offerCard__img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
  background: rgba(26, 92, 255, 0.08);
}

.offerCard__img--ph {
  background: linear-gradient(135deg, rgba(26, 92, 255, 0.16), rgba(255, 255, 255, 0.8));
}

.offerCard__body {
  padding: 12px 12px 14px 12px;
  display: grid;
  gap: 8px;
}

.offerCard__badges {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

.offerBadge {
  border-radius: 999px;
  padding: 6px 10px;
  font-weight: 950;
  font-size: 11px;
  letter-spacing: 0.2px;
}

.offerBadge--light {
  background: rgba(255, 255, 255, 0.92);
  color: #5b2b9b;
  border: 1px solid rgba(10, 20, 40, 0.08);
}

.offerBadge--dark {
  background: #5b2b9b;
  color: #fff;
}

.offerCard__title {
  font-weight: 950;
  font-size: 18px;
  color: #0b1f54;
}

.offerCard__meta {
  font-weight: 800;
  font-size: 12px;
  color: rgba(10, 20, 40, 0.75);
}

.offerCard__pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.offerPill {
  border-radius: 999px;
  padding: 6px 10px;
  font-weight: 950;
  font-size: 12px;
  line-height: 1;
}

.offerPill--cabin {
  background: #5b2b9b;
  color: #fff;
}

.offerPill--miles {
  background: rgba(250, 204, 21, 0.35);
  border: 1px solid rgba(250, 204, 21, 0.55);
  color: #3f2f00;
}

.offerCard__priceLabel {
  color: rgba(10, 20, 40, 0.65);
  font-weight: 800;
  font-size: 12px;
}

.offerCard__priceRow {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.offerCard__price {
  font-weight: 950;
  font-size: 20px;
  color: #0b1f54;
}

.offerCard__discount {
  border-radius: 999px;
  padding: 6px 10px;
  background: #e11d48;
  color: #fff;
  font-weight: 950;
  font-size: 12px;
}

.offerCard__small {
  color: rgba(10, 20, 40, 0.6);
  font-weight: 800;
  font-size: 12px;
}

.picklist {
  margin-top: 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: auto;
  max-height: 360px;
  background: #fff;
}

.pickitem {
  width: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 12px 12px;
  display: grid;
  gap: 4px;
  text-align: left;
}

.pickitem:hover {
  background: rgba(26, 92, 255, 0.06);
}

.pickitem__main {
  font-weight: 950;
  color: #0b1f54;
}

.pickitem__sub {
  font-weight: 800;
  font-size: 12px;
  color: rgba(10, 20, 40, 0.65);
}

 .card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 18px rgba(10, 20, 40, 0.05);
  padding: 14px 16px;
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 16px;
  align-items: center;
 }

#resultsList .card,
#hotelResultsList .card {
  background: rgba(26, 92, 255, 0.12);
  border-color: rgba(26, 92, 255, 0.22);
  box-shadow: 0 12px 24px rgba(26, 92, 255, 0.10);
}

 .flight {
 display: block;
 }

.flight__stack {
 display: grid;
 gap: 10px;
}

.flight__leg {
 display: grid;
 gap: 6px;
}

.flight__tag {
 font-weight: 900;
 font-size: 11px;
 color: var(--muted);
 text-transform: uppercase;
 letter-spacing: 0.6px;
}

.flight__row {
 display: grid;
 grid-template-columns: 1fr 180px 1fr;
 gap: 14px;
 align-items: center;
}

 .flight__time {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: -0.2px;
 }

 .flight__code {
  font-weight: 800;
  color: var(--muted);
  font-size: 12px;
  margin-left: 6px;
 }

 .flight__mid {
  display: grid;
  gap: 4px;
  justify-items: center;
 }

 .flight__dur {
  font-weight: 800;
  font-size: 12px;
  color: var(--muted);
 }

 .flight__line {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(90, 100, 120, 0.35), transparent);
  position: relative;
 }

 .flight__line::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 99px;
  background: var(--brand);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 4px rgba(26, 92, 255, 0.12);
 }

 .flight__stops {
  font-weight: 800;
  font-size: 12px;
  color: var(--brand);
 }

 .flight__meta {
  margin-top: 4px;
  color: var(--muted);
  font-weight: 600;
  font-size: 12px;
 }

 .pricebox {
  display: grid;
  gap: 10px;
  justify-items: end;
 }

 .pricebox__label {
  color: var(--muted);
  font-weight: 700;
  font-size: 12px;
  text-align: right;
 }

 .pricebox__value {
  font-weight: 900;
  font-size: 20px;
  color: #0b1f54;
 }

 .btn {
  border-radius: 14px;
  padding: 10px 12px;
  font-weight: 900;
  cursor: pointer;
  border: 1px solid var(--line);
  background: #fff;
 }

 .btn--primary {
  border-color: rgba(26, 92, 255, 0.45);
  background: linear-gradient(135deg, rgba(26, 92, 255, 0.96), rgba(14, 165, 233, 0.96));
  color: #fff;
  box-shadow: 0 12px 24px rgba(26, 92, 255, 0.22);
 }

 .btn--ghost {
  background: #fff;
  color: var(--text);
 }

 .dialog {
  border: 0;
  border-radius: 18px;
  padding: 0;
  width: min(760px, calc(100% - 28px));
  box-shadow: var(--shadow);
 }

 .dialog::backdrop {
  background: rgba(10, 20, 40, 0.44);
 }

 .dialog__panel {
  padding: 18px;
 }

 .dialog__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
 }

 .dialog__head h2 {
  margin: 0;
  font-size: 16px;
 }

 .iconbtn {
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 12px;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
 }

 .dialog__body {
  padding: 14px 0;
 }

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

 .field {
  display: grid;
  gap: 6px;
 }

 .field__label {
  font-weight: 800;
  font-size: 12px;
  color: var(--muted);
 }

 .field__input {
  height: 42px;
  border-radius: 12px;
  border: 1px solid var(--line);
  padding: 0 12px;
  font-weight: 700;
  outline: none;
 }

 .field__hint {
  font-size: 12px;
  color: var(--muted);
  font-weight: 600;
 }

 .dialog__foot {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
 }

 @media (max-width: 920px) {
  .searchbar__items {
    grid-template-columns: 1fr 1fr;
    justify-content: start;
  }

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

  .pricebox {
    justify-items: start;
    border-top: 1px dashed var(--line);
    padding-top: 12px;
  }
 }

 @media (max-width: 640px) {
  .container {
    width: min(1120px, calc(100% - 28px));
  }

  .topbar__content {
    height: 56px;
  }

  .brand__name {
    display: none;
  }

  #localeBtn {
    display: none;
  }

  .navtabs {
    display: block;
  }

  .homesearch {
    display: block;
  }

  .searchbar {
    display: none;
  }

  .searchbar__content {
    flex-direction: column;
    align-items: flex-start;
  }

  .searchbar__items {
    grid-template-columns: 1fr;
    width: 100%;
  }

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

  .pagehead {
    flex-direction: column;
    align-items: flex-start;
  }

  .flight__row {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .flight__mid {
    justify-items: start;
  }

  .datebar__list {
    grid-auto-columns: minmax(140px, 1fr);
  }
 }
