@font-face {
  font-family: "GeistStatic";
  src: url("assets/geist-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

.site {
  --font-geist-sans: "GeistStatic";
  --blue-950: #001b4c;
  --blue-900: #002c6d;
  --blue-800: #003b95;
  --blue-700: #075ac8;
  --blue-100: #eaf3ff;
  --yellow: #febb02;
  --ink: #14243a;
  --muted: #5a6980;
  --line: #dce4ee;
  --paper: #f6f8fb;
  min-height: 100vh;
  overflow: hidden;
  background: #fff;
  color: var(--ink);
  font-family: var(--font-geist-sans), "Segoe UI", Arial, Helvetica, sans-serif;
}

.site * {
  box-sizing: border-box;
}

[hidden] { display: none !important; }

.site a {
  color: inherit;
  text-decoration: none;
}

.header {
  position: relative;
  z-index: 30;
  background: var(--blue-800);
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.headerInner {
  width: min(1220px, calc(100% - 48px));
  height: 82px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.brandMark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--yellow);
  color: var(--blue-950);
  font-size: 18px;
  transform: rotate(-6deg);
}

.nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
  font-weight: 700;
}

.nav a {
  padding: 10px 0;
  border-bottom: 2px solid transparent;
  opacity: 0.9;
  transition: border-color 180ms ease, opacity 180ms ease;
}

.nav a:hover {
  border-color: var(--yellow);
  opacity: 1;
}

.headerPhone {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 800;
}

.headerPhone > span:first-child {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.headerPhone > span:last-child {
  display: grid;
  gap: 2px;
}

.headerPhone small {
  font-size: 10px;
  font-weight: 500;
  opacity: 0.72;
}

.mobileMenuButton,
.mobileNavigation { display: none; }

.hero {
  position: relative;
  min-height: 625px;
  background:
    radial-gradient(circle at 82% 10%, rgba(66, 133, 244, 0.52), transparent 34%),
    linear-gradient(128deg, var(--blue-950), var(--blue-800));
  color: white;
}

.heroGlow {
  position: absolute;
  width: 540px;
  height: 540px;
  right: -140px;
  bottom: -230px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  box-shadow:
    0 0 0 78px rgba(255, 255, 255, 0.025),
    0 0 0 156px rgba(255, 255, 255, 0.02);
}

.heroInner {
  width: min(1220px, calc(100% - 48px));
  min-height: 625px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 65px;
  align-items: center;
  padding: 68px 0 118px;
}

.heroCopy {
  position: relative;
  z-index: 3;
}

.kicker,
.eyebrow {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #d9e8ff;
}

.kicker span {
  width: 24px;
  height: 2px;
  background: var(--yellow);
}

.hero h1 {
  margin: 24px 0 24px;
  max-width: 690px;
  font-size: clamp(54px, 5.7vw, 84px);
  line-height: 0.98;
  letter-spacing: -0.063em;
  font-weight: 780;
}

.hero h1 em {
  color: var(--yellow);
  font-family: inherit;
  font-style: normal;
  font-weight: 760;
  letter-spacing: -0.06em;
}

.heroLead {
  max-width: 600px;
  margin: 0;
  color: #dbe8fb;
  font-size: 19px;
  line-height: 1.55;
  letter-spacing: -0.02em;
}

.heroActions {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.primaryButton,
.secondaryButton {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
}

.primaryButton {
  min-width: 182px;
  justify-content: space-between;
  gap: 24px;
  padding: 0 18px;
  background: var(--yellow);
  color: var(--blue-950) !important;
  border-radius: 4px;
}

.secondaryButton {
  color: white !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.64);
}

.trustLine {
  margin-top: 34px;
  display: flex;
  gap: 26px;
  color: #bcd1ee;
  font-size: 14px;
}

.trustLine b {
  color: white;
}

.heroVisual {
  position: relative;
  min-height: 430px;
}

.windowFrame {
  position: absolute;
  width: 380px;
  height: 430px;
  right: -10px;
  top: -15px;
  overflow: hidden;
  border-radius: 190px 190px 22px 22px;
  border: 12px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 26px 80px rgba(0, 16, 52, 0.42);
}

.windowFrame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 27, 76, 0.42));
}

.windowFrame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ticket {
  position: absolute;
  z-index: 3;
  width: 405px;
  left: -48px;
  top: 83px;
  padding: 24px 24px 18px;
  background: rgba(255, 255, 255, 0.97);
  color: var(--ink);
  border-radius: 18px;
  box-shadow: 0 25px 70px rgba(0, 20, 58, 0.35);
  transform: rotate(-4deg);
}

.ticketTop,
.routeRow,
.ticketMeta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ticketTop {
  padding-bottom: 18px;
  border-bottom: 1px dashed #bdc8d7;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ticketTop b {
  color: var(--blue-800);
}

.routeRow {
  padding: 22px 0 20px;
}

.routeRow > div:not(.flightPath) {
  display: grid;
  gap: 3px;
}

.routeRow > div:last-child {
  text-align: right;
}

.routeRow strong {
  color: var(--blue-950);
  font-size: 34px;
  letter-spacing: -0.05em;
}

.routeRow span {
  color: var(--muted);
  font-size: 12px;
}

.flightPath {
  position: relative;
  flex: 1;
  margin: 0 18px;
  border-top: 1px dashed #9aabbe;
}

.flightPath i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  background: var(--yellow);
  border-radius: 50%;
  color: var(--blue-950);
  font-style: normal;
  transform: translate(-50%, -50%) rotate(4deg);
}

.ticketMeta {
  padding: 16px;
  background: var(--blue-100);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
}

.ticketMeta span {
  display: grid;
  gap: 5px;
}

.ticketMeta small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ticketFooter {
  height: 34px;
  margin-top: 14px;
  display: flex;
  align-items: end;
  gap: 5px;
  overflow: hidden;
}

.ticketFooter span {
  width: 4px;
  height: 26px;
  background: var(--blue-950);
}

.ticketFooter span:nth-child(3n) { width: 9px; }
.ticketFooter span:nth-child(2n) { height: 31px; }

.floatingNote {
  position: absolute;
  z-index: 4;
  right: -20px;
  bottom: 45px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 17px;
  background: white;
  color: var(--ink);
  border-radius: 12px;
  box-shadow: 0 18px 45px rgba(0, 18, 56, 0.32);
}

.floatingNote > span {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #dff5e5;
  color: #087331;
  font-weight: 900;
}

.floatingNote div {
  display: grid;
  gap: 3px;
}

.floatingNote b { font-size: 12px; }
.floatingNote small { color: var(--muted); font-size: 11px; }

.searchSection {
  position: relative;
  z-index: 10;
  width: min(1220px, calc(100% - 48px));
  margin: -68px auto 0;
}

.searchPanel {
  padding: 24px;
  background: white;
  border-radius: 14px;
  box-shadow: 0 18px 55px rgba(20, 36, 58, 0.18);
  border: 1px solid rgba(220, 228, 238, 0.8);
}

.tripTypes {
  display: flex;
  gap: 22px;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 700;
}

.tripTypes label {
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
}

.tripTypes input { accent-color: var(--blue-800); }

.searchGrid {
  display: grid;
  grid-template-columns: 1.2fr 1.2fr 0.88fr 0.88fr 0.92fr auto;
  gap: 8px;
  align-items: stretch;
}

.searchGrid > label {
  min-width: 0;
  min-height: 69px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: white;
}

.searchGrid label > span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.searchGrid input,
.searchGrid select {
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  color: var(--ink);
  font: 700 13px/1.2 Arial, Helvetica, sans-serif;
}

.searchGrid input:focus,
.searchGrid select:focus {
  box-shadow: 0 2px 0 var(--blue-700);
}

.airportField { position: relative; }
.airportField small { color: var(--muted); font-size: 11px; }

.swapButton {
  position: absolute;
  z-index: 3;
  left: calc(20% - 16px);
  bottom: 42px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: white;
  color: var(--blue-800);
  font-weight: 900;
  cursor: pointer;
}

.searchButton {
  min-width: 148px;
  border: 0;
  border-radius: 6px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: var(--yellow);
  color: var(--blue-950);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.searchResult {
  margin: 18px 0 0;
  padding: 13px 15px;
  border-radius: 7px;
  background: #e7f5eb;
  color: #165c2e;
  font-size: 14px;
  line-height: 1.5;
}

.searchResult span { margin-right: 7px; font-weight: 900; }
.searchResult a { font-weight: 900; text-decoration: underline; }

.assurance {
  width: min(1220px, calc(100% - 48px));
  margin: 46px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.assurance > div {
  min-height: 116px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px;
  border-right: 1px solid var(--line);
}

.assurance > div:last-child { border-right: 0; }

.assurance > div > span {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue-100);
  color: var(--blue-800);
  font-size: 18px;
  font-weight: 900;
}

.assurance p { margin: 0; display: grid; gap: 5px; }
.assurance b { font-size: 14px; }
.assurance small { color: var(--muted); font-size: 12px; }

.destinations {
  width: min(1220px, calc(100% - 48px));
  margin: 115px auto 0;
}

.sectionHeading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 38px;
}

.eyebrow { color: var(--blue-700); }

.sectionHeading h2,
.serviceIntro h2,
.faqIntro h2,
.finalCta h2 {
  margin: 14px 0 0;
  font-size: clamp(38px, 4.2vw, 62px);
  line-height: 1;
  letter-spacing: -0.055em;
}

.sectionHeading > p {
  width: 390px;
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.destinationGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.destinationCard {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: white;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.destinationCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(20, 36, 58, 0.14);
}

.destinationImage {
  position: relative;
  height: 245px;
  overflow: hidden;
}

.destinationImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.destinationCard:hover .destinationImage img { transform: scale(1.04); }

.destinationImage span {
  position: absolute;
  left: 16px;
  top: 16px;
  padding: 8px 10px;
  border-radius: 20px;
  background: white;
  color: var(--blue-950);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.destinationBody { padding: 22px; }
.destinationBody > p { margin: 0; color: var(--blue-700); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; }
.destinationBody h3 { margin: 8px 0 17px; font-size: 25px; letter-spacing: -0.04em; }
.destinationBody > div { display: flex; justify-content: space-between; color: var(--muted); font-size: 12px; }
.packageFacts {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
}
.packageFeatures {
  min-height: 103px;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  align-content: start;
  gap: 10px;
  list-style: none;
  color: var(--muted);
  font-size: 13px;
}
.packageFeatures li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.packageFeatures li span {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue-100);
  color: var(--blue-700);
  font-size: 10px;
  font-weight: 900;
}
.destinationBody footer {
  min-height: 0;
  margin-top: 22px;
  padding: 17px 0 0;
  display: flex;
  grid-template-columns: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--line);
}
.destinationBody footer > span {
  display: grid;
  gap: 4px;
}
.destinationBody footer small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.destinationBody footer b { font-size: 18px; }
.destinationBody footer a {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue-800);
  color: white;
}

.packageNote {
  max-width: 780px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.service {
  margin-top: 120px;
  padding: 105px max(24px, calc((100vw - 1220px) / 2));
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
  background: var(--paper);
}

.serviceIntro > p:not(.eyebrow) {
  max-width: 500px;
  margin: 28px 0 30px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.serviceIntro > a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--yellow);
  color: var(--blue-800);
  font-size: 14px;
  font-weight: 900;
}

.serviceSteps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #cdd7e4;
}

.serviceSteps li {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 22px;
  padding: 29px 0;
  border-bottom: 1px solid #cdd7e4;
}

.serviceSteps li > span {
  color: var(--blue-700);
  font-size: 12px;
  font-weight: 900;
}

.serviceSteps h3 { margin: 0 0 8px; font-size: 20px; letter-spacing: -0.025em; }
.serviceSteps p { max-width: 480px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; }

.reviews {
  width: min(1220px, calc(100% - 48px));
  margin: 110px auto;
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 64px;
  align-items: start;
}

.reviewIntro {
  position: sticky;
  top: 32px;
}

.reviewIntro h2 {
  max-width: 450px;
  margin: 14px 0 22px;
  font-size: clamp(34px, 3.7vw, 52px);
  line-height: 1.03;
  letter-spacing: -0.05em;
}

.reviewIntro > p:last-child {
  max-width: 390px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.reviewContent {
  display: grid;
  gap: 18px;
}

.reviewScore {
  position: relative;
  overflow: hidden;
  min-height: 154px;
  padding: 32px 36px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  border-radius: 20px;
  background: linear-gradient(130deg, var(--blue-950), var(--blue-700));
  color: white;
}

.reviewScore::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -105px;
  top: -120px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(255, 255, 255, 0.035);
}

.reviewScore > span {
  font-size: 64px;
  font-weight: 800;
  letter-spacing: -0.07em;
}

.reviewScore b { color: var(--yellow); font-size: 18px; letter-spacing: 0.12em; }
.reviewScore p { max-width: 290px; margin: 9px 0 0; color: #d3e2f8; font-size: 14px; line-height: 1.5; }
.reviewScore > small {
  position: relative;
  z-index: 1;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.reviewGrid blockquote {
  position: relative;
  margin: 0;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--paper);
}

.reviewGrid blockquote > p {
  position: relative;
  z-index: 1;
  margin: 0;
  font: 600 17px/1.55 var(--font-geist-sans), "Segoe UI", Arial, sans-serif;
  letter-spacing: -0.018em;
}

.quoteMark {
  position: absolute;
  right: 24px;
  top: 14px;
  color: #d6e6fb;
  font: 800 70px/1 Georgia, serif;
}

.reviewGrid footer {
  min-height: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
}
.reviewerAvatar {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue-800);
  color: white;
  font-weight: 900;
}
.reviewGrid footer > span:nth-child(2) { display: grid; gap: 2px; }
.reviewGrid footer small { color: var(--muted); font-size: 12px; }
.reviewGrid footer em {
  margin-left: auto;
  color: var(--blue-700);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.faq {
  position: relative;
  overflow: hidden;
  padding: 110px max(24px, calc((100vw - 1220px) / 2));
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 100px;
  background:
    radial-gradient(circle at 5% 12%, rgba(24, 95, 201, 0.46), transparent 28%),
    var(--blue-950);
  color: white;
}

.faqIntro .eyebrow { color: var(--yellow); }
.faqIntro > p:not(.eyebrow) { max-width: 390px; margin: 25px 0 28px; color: #c6d6ed; font-size: 15px; line-height: 1.65; }

.faqPromise {
  width: fit-content;
  padding: 13px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.07);
}
.faqPromise > span {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--blue-950);
  font-weight: 900;
}
.faqPromise p { margin: 0; display: grid; gap: 3px; }
.faqPromise b { font-size: 14px; }
.faqPromise small { color: #b9cae3; font-size: 12px; }

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

.faqList details {
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.055);
  transition: border-color 180ms ease, background 180ms ease;
}

.faqList details[open] {
  border-color: rgba(254, 187, 2, 0.5);
  background: rgba(7, 65, 146, 0.46);
}

.faqList summary {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  font-size: 15px;
  font-weight: 800;
}

.faqList summary::-webkit-details-marker { display: none; }
.faqList summary span {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(254, 187, 2, 0.12);
  color: var(--yellow);
  font-size: 20px;
  transition: transform 180ms ease, background 180ms ease;
}
.faqList details[open] summary span { transform: rotate(45deg); }
.faqList details p { margin: -2px 52px 22px 0; color: #c6d6ed; font-size: 15px; line-height: 1.65; }

.disclaimer {
  width: min(1220px, calc(100% - 48px));
  margin: 90px auto 0;
  padding: 45px 48px;
  display: grid;
  grid-template-columns: auto 0.9fr 1.1fr;
  align-items: start;
  gap: 34px;
  border: 1px solid #cddcf0;
  border-radius: 14px;
  background: #f2f7ff;
}

.disclaimerMark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue-800);
  color: white;
  font-size: 18px;
  font-weight: 900;
}

.disclaimer h2 {
  max-width: 430px;
  margin: 12px 0 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.disclaimerCopy {
  display: grid;
  gap: 14px;
}

.disclaimerCopy p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.finalCta {
  position: relative;
  overflow: hidden;
  width: min(1220px, calc(100% - 48px));
  margin: 82px auto;
  min-height: 370px;
  padding: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 83% 5%, rgba(70, 138, 237, 0.52), transparent 31%),
    linear-gradient(130deg, var(--blue-950), var(--blue-800));
  color: white;
}

.finalCta::before,
.finalCta::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
}
.finalCta::before { width: 310px; height: 310px; right: -110px; bottom: -190px; }
.finalCta::after { width: 220px; height: 220px; right: -65px; bottom: -145px; }
.finalCtaCopy { position: relative; z-index: 1; max-width: 650px; }
.finalCta .eyebrow { color: var(--yellow); }
.finalCtaCopy > p:last-child {
  max-width: 560px;
  margin: 24px 0 0;
  color: #cfddf1;
  font-size: 15px;
  line-height: 1.65;
}
.finalCta > a {
  position: relative;
  z-index: 1;
  min-width: 330px;
  min-height: 94px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--yellow);
  color: var(--blue-950);
  border-radius: 14px;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}
.finalCtaIcon {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(0, 59, 149, 0.12);
  font-size: 21px;
}
.finalCta > a > span:nth-child(2) { display: grid; gap: 4px; }
.finalCta > a b { font-size: 17px; }
.finalCta > a small { font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; }
.finalCtaArrow { margin-left: auto; font-size: 20px; }

.footer {
  min-height: 0;
  padding: 78px max(24px, calc((100vw - 1220px) / 2)) 34px;
  display: block;
  grid-template-columns: none;
  gap: 0;
  background: #001638;
  color: white;
}

.footerTop {
  padding: 0 0 62px;
  display: grid;
  grid-template-columns: 1.5fr repeat(2, 1fr);
  align-items: start;
  gap: 64px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.footerBrandColumn {
  display: grid;
  justify-items: start;
  gap: 24px;
}

.footerBrandColumn .brand { font-size: 28px; }
.footerBrandColumn .brandMark { width: 46px; height: 46px; }

.footerBrandColumn > p {
  max-width: 310px;
  margin: 0;
  color: #aebed5;
  font-size: 14px;
  line-height: 1.7;
}

.footerTrust {
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.055);
}
.footerTrust > span {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--blue-950);
  font-size: 12px;
  font-weight: 900;
}
.footerTrust p { margin: 0; display: grid; gap: 2px; }
.footerTrust b { font-size: 13px; }
.footerTrust small { color: #9fb3d0; font-size: 11px; }

.footerColumn {
  display: grid;
  align-content: start;
  gap: 15px;
}

.footerColumn h3 {
  margin: 2px 0 10px;
  color: white;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footerColumn a {
  width: fit-content;
  color: #aebed5;
  font-size: 14px;
  line-height: 1.45;
  transition: color 160ms ease;
}

.footerColumn a:hover { color: var(--yellow); }

.footerBottom {
  margin-top: 28px;
  padding: 20px 22px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.055);
  color: #9dafc9;
  font-size: 12px;
}

.footerBottom > div { display: flex; align-items: center; gap: 9px; color: white; white-space: nowrap; }
.footerBottom > div > span { width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); }
.footerBottom > p { margin: 0; text-align: center; line-height: 1.5; }
.footerBottom > a { justify-self: end; color: white; font-weight: 800; white-space: nowrap; }
.callPopup {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 22px;
}

.callPopupBackdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 20, 54, 0.72);
  cursor: pointer;
}

.callPopupCard {
  position: relative;
  z-index: 1;
  width: min(780px, 100%);
  max-height: calc(100vh - 44px);
  overflow-y: auto;
  padding: 58px 52px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 26px;
  background: white;
  box-shadow: 0 30px 90px rgba(0, 20, 54, 0.35);
  text-align: center;
}

.callPopupClose {
  position: absolute;
  right: 23px;
  top: 17px;
  border: 0;
  background: transparent;
  color: #647083;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.callPopupCard h2 {
  margin: 0;
  color: var(--blue-800);
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.callPopupCard > p {
  max-width: 650px;
  margin: 24px 0 28px;
  color: #626b78;
  font-size: clamp(17px, 2.2vw, 24px);
  line-height: 1.55;
}

.callPopupAgent {
  width: 126px;
  height: 126px;
  overflow: hidden;
  border: 8px solid #e9f2ff;
  border-radius: 50%;
  background: #e9f2ff;
  box-shadow: 0 16px 32px rgba(0, 59, 149, 0.2);
}
.callPopupAgent img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 28%;
}

.callPopupNumber {
  margin: 24px 0 22px;
  color: var(--blue-800) !important;
  font-size: clamp(30px, 5vw, 48px);
  font-weight: 900;
  letter-spacing: -0.04em;
}

.callPopupCta {
  width: 100%;
  min-height: 86px;
  padding: 18px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 14px;
  background: var(--blue-700);
  color: white !important;
  font-size: 22px;
  font-weight: 800;
}
.callPopupCta > span:first-child { font-size: 28px; }
.callPopupCta > span:last-child { font-size: 24px; }
.mobileCall { display: none; }

@media (max-width: 1050px) {
  .nav { display: none; }
  .headerInner { grid-template-columns: 1fr 1fr; }
  .heroInner { grid-template-columns: 1fr 0.78fr; gap: 30px; }
  .ticket { width: 360px; left: -75px; }
  .windowFrame { width: 310px; }
  .searchGrid { grid-template-columns: repeat(3, 1fr); }
  .searchButton { min-height: 69px; }
  .swapButton { left: calc(33.33% - 12px); bottom: 119px; }
  .assurance { grid-template-columns: repeat(2, 1fr); }
  .assurance > div:nth-child(2) { border-right: 0; }
  .assurance > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .service, .faq { gap: 55px; }
  .reviews { grid-template-columns: 1fr; }
  .disclaimer { grid-template-columns: auto 1fr; }
  .disclaimerCopy { grid-column: 2; }
  .footerTop { grid-template-columns: 1.5fr repeat(2, 1fr); gap: 34px; }
}

@media (max-width: 760px) {
  .headerInner,
  .heroInner,
  .searchSection,
  .assurance,
  .destinations,
  .reviews,
  .disclaimer,
  .finalCta {
    width: min(100% - 28px, 600px);
  }

  .headerInner { height: 70px; }
  .brand { font-size: 19px; }
  .brandMark { width: 34px; height: 34px; }
  .headerPhone { display: none; }
  .headerInner { grid-template-columns: 1fr auto; }
  .mobileMenuButton {
    width: 46px;
    height: 46px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
  }
  .mobileMenuButton > span {
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: white;
    transition: transform 180ms ease, opacity 180ms ease;
  }
  .mobileMenuButtonOpen > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .mobileMenuButtonOpen > span:nth-child(2) { opacity: 0; }
  .mobileMenuButtonOpen > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .mobileNavigation {
    position: absolute;
    z-index: 40;
    left: 14px;
    right: 14px;
    top: 78px;
    padding: 12px;
    display: grid;
    gap: 4px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    background: #fff;
    color: var(--blue-950);
    box-shadow: 0 24px 60px rgba(0, 20, 54, 0.35);
  }
  .mobileNavigation > a {
    min-height: 52px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid var(--line);
    font-size: 15px;
    font-weight: 750;
  }
  .mobileNavigation > a:nth-child(4) { border-bottom: 0; }
  .mobileNavigation > a > b { color: var(--blue-700); }
  .mobileNavigation .mobileNavigationCall {
    min-height: 60px;
    margin-top: 7px;
    border: 0;
    border-radius: 12px;
    background: var(--yellow);
    color: var(--blue-950);
  }
  .mobileNavigationCall > span { font-weight: 800; }
  .mobileNavigation .mobileNavigationCall > b { color: var(--blue-950); font-size: 13px; }

  .hero { min-height: auto; }
  .heroInner { min-height: auto; grid-template-columns: 1fr; padding: 58px 0 115px; }
  .hero h1 { font-size: clamp(47px, 14vw, 68px); }
  .heroLead { font-size: 17px; }
  .heroActions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .trustLine { flex-direction: column; gap: 8px; }
  .heroVisual { min-height: 340px; margin-top: 8px; }
  .windowFrame { width: 72%; height: 340px; right: -20px; border-radius: 150px 150px 18px 18px; }
  .ticket { width: 86%; left: 0; top: 64px; padding: 18px; }
  .routeRow strong { font-size: 28px; }
  .floatingNote { right: 0; bottom: 18px; }

  .searchSection { margin-top: -70px; }
  .searchPanel { padding: 16px; }
  .tripTypes { gap: 10px; flex-wrap: wrap; }
  .searchGrid { grid-template-columns: 1fr; }
  .swapButton { position: relative; left: auto; bottom: auto; width: 36px; height: 36px; margin: -16px 12px -16px auto; transform: rotate(90deg); }
  .searchButton { min-height: 58px; }

  .assurance { grid-template-columns: 1fr; margin-top: 38px; }
  .assurance > div { min-height: 95px; border-right: 0; border-bottom: 1px solid var(--line); }
  .assurance > div:last-child { border-bottom: 0; }

  .destinations { margin-top: 85px; }
  .sectionHeading { align-items: flex-start; flex-direction: column; gap: 15px; }
  .sectionHeading > p { width: auto; }
  .destinationGrid { grid-template-columns: 1fr; }
  .destinationImage { height: 230px; }
  .destinationBody footer {
    min-height: 0;
    padding: 16px 0 0;
  }

  .service,
  .faq {
    margin-top: 90px;
    padding: 80px 22px;
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .serviceSteps li { grid-template-columns: 46px 1fr; }
  .reviews { margin: 80px auto; }
  .reviewIntro { position: static; }
  .reviewContent { width: 100%; }
  .reviewScore {
    padding: 25px;
    grid-template-columns: auto 1fr;
    gap: 18px;
  }
  .reviewScore > span { font-size: 54px; }
  .reviewScore > small { display: none; }
  .reviewGrid { grid-template-columns: 1fr; }
  .reviewGrid blockquote { padding: 26px; }

  .faq { margin-top: 0; padding: 72px 22px; }
  .faqList summary { font-size: 14px; }

  .disclaimer {
    margin-top: 60px;
    padding: 30px 24px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .disclaimerCopy { grid-column: 1; }

  .finalCta {
    min-height: 0;
    margin: 58px auto;
    padding: 46px 24px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 32px;
    border-radius: 18px;
  }
  .finalCta h2 { font-size: clamp(38px, 11vw, 52px); }
  .finalCta > a { width: 100%; min-width: 0; min-height: 86px; }
  .finalCta > a b { font-size: 14px; }

  .footer { padding-top: 58px; padding-bottom: 102px; }
  .footerTop { grid-template-columns: 1fr 1fr; gap: 42px 28px; }
  .footerBrandColumn { grid-column: 1 / -1; }
  .footerBottom { padding: 20px; grid-template-columns: 1fr; align-items: start; gap: 14px; }
  .footerBottom > p { text-align: left; }
  .footerBottom > a { justify-self: start; }

  .callPopup { padding: 14px; }
  .callPopupCard {
    width: 100%;
    padding: 48px 20px 24px;
    border-radius: 20px;
  }
  .callPopupClose { right: 17px; top: 13px; }
  .callPopupCard h2 { font-size: 34px; }
  .callPopupCard > p { margin: 18px 0 22px; font-size: 17px; }
  .callPopupAgent { width: 96px; height: 96px; border-width: 6px; }
  .callPopupNumber { margin: 19px 0 17px; font-size: 29px; }
  .callPopupCta { min-height: 74px; padding: 14px 12px; font-size: 16px; }
  .callPopupCta > span:last-child { font-size: 19px; }

  .mobileCall {
    position: fixed;
    z-index: 60;
    left: 18px;
    right: 18px;
    bottom: 14px;
    min-height: 68px;
    padding: 9px 14px 9px 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 18px;
    background: linear-gradient(135deg, var(--blue-800), var(--blue-950));
    color: white !important;
    box-shadow: 0 14px 38px rgba(0, 20, 54, 0.35);
  }

  .mobileCallIcon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: var(--yellow);
    color: var(--blue-950);
    font-size: 21px;
  }

  .mobileCallLabel {
    display: grid;
    gap: 2px;
    text-align: left;
  }

  .mobileCallLabel small {
    color: #c8daf3;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .mobileCallLabel b {
    font-size: 16px;
    font-weight: 800;
  }

  .mobileCallArrow {
    margin-left: auto;
    font-size: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site *,
  .site *::before,
  .site *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

.legalBack { justify-self: end; color: white !important; font-size: 14px; font-weight: 800; }
.legalHero { padding: 85px max(24px, calc((100vw - 1120px) / 2)); background: linear-gradient(130deg, var(--blue-950), var(--blue-800)); color: white; }
.legalHero .eyebrow { color: var(--yellow); }
.legalHero h1 { margin: 16px 0 20px; font-size: clamp(48px, 8vw, 82px); line-height: 1; letter-spacing: -.06em; }
.legalHero > p:last-child { max-width: 700px; margin: 0; color: #d1e1f6; font-size: 18px; line-height: 1.6; }
.legalLayout { width: min(1120px, calc(100% - 48px)); margin: 70px auto 100px; display: grid; grid-template-columns: 250px 1fr; gap: 70px; align-items: start; }
.legalNav { position: sticky; top: 24px; padding: 18px; display: grid; border: 1px solid var(--line); border-radius: 14px; background: white; }
.legalNav a { padding: 13px 6px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 14px; font-weight: 800; }
.legalNav a:last-child { border-bottom: 0; }
.legalArticle { display: grid; gap: 65px; }
.legalArticle > section { scroll-margin-top: 30px; padding-bottom: 55px; border-bottom: 1px solid var(--line); }
.legalArticle h2 { margin: 12px 0 30px; color: var(--blue-950); font-size: clamp(36px, 5vw, 55px); letter-spacing: -.05em; }
.legalArticle h3 { margin: 28px 0 10px; font-size: 21px; }
.legalArticle p { margin: 0 0 12px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.legalArticle a { color: var(--blue-700); font-weight: 800; }
@media (max-width: 760px) {
  .legalStatic .headerInner { grid-template-columns: 1fr auto; }
  .legalBack { font-size: 11px; }
  .legalHero { padding-top: 60px; padding-bottom: 65px; }
  .legalHero > p:last-child { font-size: 16px; }
  .legalLayout { width: min(100% - 28px, 600px); margin: 40px auto 70px; grid-template-columns: 1fr; gap: 38px; }
  .legalNav { position: static; }
  .legalArticle { gap: 45px; }
}
