:root {
  --lat-navy-950: #03162b;
  --lat-navy-900: #061c35;
  --lat-navy-800: #0b2c58;
  --lat-blue-600: #0b73f6;
  --lat-blue-500: #1596ff;
  --lat-blue-100: #e9f3ff;
  --lat-green: #00aa72;
  --lat-ink: #092658;
  --lat-muted: #60718c;
  --lat-line: #dce5ef;
  --lat-soft: #f6f9fc;
  --lat-white: #ffffff;
  --lat-radius: 20px;
  --lat-shadow: 0 16px 50px rgba(0, 24, 62, .10);
  --lat-container: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--lat-ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .lat-site-header { top: 32px; }
@media (max-width: 782px) { body.admin-bar .lat-site-header { top: 46px; } }

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
img, svg { max-width: 100%; }

.screen-reader-text,
.lat-skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.lat-skip-link:focus {
  z-index: 99999;
  width: auto;
  height: auto;
  clip: auto;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  background: #fff;
  color: #000;
}

.lat-container {
  width: min(calc(100% - 64px), var(--lat-container));
  margin-inline: auto;
}

.lat-site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  color: #fff;
}
.lat-header-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 38px;
}
.lat-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  color: #fff;
}
.lat-brand-mark {
  font-size: 38px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -2px;
}
.lat-brand-copy {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.08;
  letter-spacing: .03em;
  font-weight: 700;
}
.lat-custom-logo img { max-height: 54px; width: auto; display: block; }
.lat-custom-logo .custom-logo-link { display: block; }
.lat-primary-nav { margin-left: auto; }
.lat-menu {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 36px);
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 600;
}
.lat-menu a { opacity: .96; }
.lat-menu a:hover { opacity: 1; color: #d9edff; }
.lat-menu-cta a {
  background: #fff;
  color: var(--lat-ink);
  padding: 10px 17px;
  border-radius: 999px;
  box-shadow: 0 4px 16px rgba(0,0,0,.12);
}
.lat-menu-toggle {
  display: none;
  margin-left: auto;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.08);
  border-radius: 12px;
  padding: 10px;
}
.lat-menu-toggle > span:not(.screen-reader-text) {
  display: block;
  height: 2px;
  background: #fff;
  margin: 5px 0;
  border-radius: 999px;
}

/* Hero */
.lat-hero {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  color: #fff;
  background-color: #03182d;
  background-image:
    linear-gradient(90deg, rgba(2,18,35,.99) 0%, rgba(2,18,35,.94) 28%, rgba(2,18,35,.73) 48%, rgba(2,18,35,.32) 72%, rgba(2,18,35,.18) 100%),
    var(--lat-hero-bg),
    var(--lat-hero-fallback);
  background-size: cover, cover, cover;
  background-repeat: no-repeat;
  background-position: center, 60% center, 60% center;
}
.lat-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 150px;
  background: linear-gradient(180deg, transparent, rgba(0,5,15,.52));
  pointer-events: none;
}
.lat-hero-content {
  position: relative;
  z-index: 4;
  padding-top: 145px;
  padding-bottom: 58px;
}
.lat-hero-copy { max-width: 560px; }
.lat-hero h1 {
  margin: 0;
  max-width: 560px;
  font-size: clamp(38px, 4.2vw, 64px);
  line-height: .98;
  letter-spacing: -.04em;
  font-weight: 630;
  text-shadow: 0 2px 18px rgba(0,0,0,.24);
}
.lat-hero-copy p {
  max-width: 430px;
  margin: 22px 0 0;
  font-size: clamp(18px, 1.6vw, 25px);
  line-height: 1.25;
  color: rgba(255,255,255,.94);
  text-shadow: 0 2px 16px rgba(0,0,0,.22);
}

.lat-booking-shell { margin-top: 35px; }
.lat-booking-tabs {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 20px;
}
.lat-booking-tab {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 0 15px;
  color: #fff;
  border: 0;
  background: transparent;
  font-size: 15px;
  font-weight: 600;
  opacity: .92;
}
.lat-booking-tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: transparent;
}
.lat-booking-tab.is-active::after { background: var(--lat-blue-500); }
.lat-icon {
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}
.lat-tab-icon { width: 18px; height: 18px; color: var(--lat-blue-500); opacity: .98; }
.lat-booking-form {
  display: grid;
  grid-template-columns: 1fr 52px 1fr auto;
  align-items: center;
  min-height: 76px;
  background: #fff;
  border-radius: 999px;
  padding: 9px 12px 9px 22px;
  box-shadow: 0 14px 44px rgba(0,0,0,.25);
  color: var(--lat-ink);
}
.lat-hero .lat-field {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.lat-hero .lat-field + .lat-swap,
.lat-hero .lat-swap + .lat-field { border-left: 1px solid #e5ebf2; }
.lat-hero .lat-field input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--lat-ink);
  font-weight: 600;
  background: transparent;
}
.lat-hero .lat-field input::placeholder { color: #6a7ca0; opacity: 1; }
.lat-field-icon { width: 18px; height: 18px; color: var(--lat-blue-600); opacity: .95; }
.lat-swap {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  justify-self: center;
  border: 1px solid #dfe7f0;
  border-radius: 50%;
  color: var(--lat-blue-600);
  background: #f8fbff;
}
.lat-swap .lat-icon { width: 18px; height: 18px; }
.lat-button {
  min-height: 54px;
  padding: 0 38px;
  border: 0;
  border-radius: 999px;
  font-weight: 700;
}
.lat-button--primary {
  color: #fff;
  background: linear-gradient(110deg,var(--lat-blue-600),#15b2fa);
  box-shadow: 0 9px 20px rgba(11,115,246,.25);
}
.lat-demo-note { margin: 10px 0 0 12px; font-size: 12px; color: #d3e4f4; }
.lat-demo-note:empty { display: none; }
.is-hidden-demo { opacity: .38; pointer-events: none; }

.lat-benefits {
  border-bottom: 1px solid var(--lat-line);
  background: #fff;
  box-shadow: 0 -4px 18px rgba(0,0,0,.04);
}
.lat-benefits-grid {
  min-height: 64px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  align-items: center;
}
.lat-benefits-grid > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 34px;
  color: #24447b;
  font-size: 14px;
  font-weight: 600;
}
.lat-benefits-grid > div + div { border-left: 1px solid #e9eef5; }
.lat-benefit-icon { width: 19px; height: 19px; color: var(--lat-blue-600); }
.lat-benefits-grid .lat-tripadvisor { color: var(--lat-green); }

.lat-section { padding: 64px 0; }
.lat-section-title { margin: 0 0 28px; font-size: 32px; letter-spacing: -.025em; }
.lat-section-title--center { text-align: center; }
section.lat-steps { background: #fff; padding-top: 66px; padding-bottom: 74px; }
.lat-steps-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 28px; position: relative; align-items: stretch; }
.lat-step-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
  border: 1px solid #dbe5ef;
  border-radius: 20px;
  padding: 24px;
  background: linear-gradient(180deg,#fff 0%,#fbfdff 100%);
  box-shadow: 0 14px 34px rgba(12,53,99,.045);
  overflow: hidden;
}
.lat-step-heading { display:flex; align-items:center; gap:12px; }
.lat-step-heading > span {
  width: 36px;
  height: 36px;
  display:grid;
  place-items:center;
  flex: 0 0 36px;
  border-radius:50%;
  background: var(--lat-blue-600);
  color:#fff;
  font-weight:800;
}
.lat-step-heading h3 { margin:0; font-size:18px; }
.lat-step-card p { margin: 16px 0 0; color:#29487a; font-size:14px; line-height:1.5; max-width:none; }
.lat-step-media {
  position: relative;
  margin-top: 18px;
  min-height: 228px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e5edf5;
  background: linear-gradient(180deg,#f9fbfd 0%, #f1f5f9 100%);
}

/* Step 1 — simplified route illustration, not a squeezed screenshot. */
.lat-step-media--route {
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 6px;
  background: linear-gradient(180deg,#f7faff 0%,#eef4fa 100%);
}
.lat-step-route-image {
  display:block;
  width:100%;
  height:100%;
  min-height:228px;
  object-fit:contain;
  object-position:center;
  border-radius:14px;
}

/* Step 2 — booking details, matching the actual two-step booking flow. */
.lat-details-visual {
  display:grid;
  grid-template-columns:56px 1fr;
  gap:12px;
  align-items:center;
  padding:18px;
  background:linear-gradient(180deg,#f8fbff 0%,#eef5fb 100%);
}
.lat-details-side-icons {
  display:grid;
  gap:22px;
  align-content:center;
  justify-items:center;
}
.lat-details-side-icons span {
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border:1px solid #bcd8f5;
  border-radius:14px;
  background:#fff;
  color:var(--lat-blue-600);
  box-shadow:0 5px 14px rgba(11,115,246,.06);
}
.lat-details-side-icons .lat-icon { width:24px; height:24px; }
.lat-details-fields { display:grid; gap:8px; min-width:0; }
.lat-details-row {
  min-height:44px;
  display:grid;
  grid-template-columns:58px 1fr 20px;
  align-items:center;
  gap:9px;
  padding:0 12px;
  border:1px solid #dce7f1;
  border-radius:10px;
  background:#fff;
  color:#173b63;
  box-shadow:0 3px 10px rgba(12,53,99,.025);
}
.lat-details-row small { color:#72859a; font-size:10px; font-weight:700; }
.lat-details-row strong { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:12px; font-weight:650; }
.lat-details-row .lat-icon { width:17px; height:17px; color:var(--lat-blue-600); justify-self:end; }
.lat-details-check {
  position:absolute;
  right:12px;
  bottom:10px;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  color:var(--lat-blue-600);
  filter:drop-shadow(0 6px 10px rgba(11,115,246,.18));
}
.lat-details-check .lat-icon { width:34px; height:34px; }

/* Step 3 — cleaner airport / meeting point illustration in a proper visual box. */
.lat-airport-visual { min-height: 228px; }
.lat-airport-visual::before {
  content:"";
  position:absolute;
  width:260px;
  height:128px;
  left:50%;
  bottom:18px;
  transform:translateX(-50%);
  border-radius:50%;
  background: radial-gradient(ellipse at center, rgba(11,115,246,.08), rgba(11,115,246,0) 72%);
}
.lat-meet-badge {
  position:absolute;
  top:14px;
  left:14px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding: 0 12px;
  border-radius:999px;
  background:#fff;
  border:1px solid #dce7f2;
  color:#2a4f7a;
  font-size:12px;
  font-weight:700;
  box-shadow:0 5px 16px rgba(17,48,87,.06);
}
.lat-terminal {
  position:absolute;
  left:5%; right:4%; bottom:24px;
  height:84px;
  background:linear-gradient(180deg,#bac9d7,#edf2f7);
  clip-path:polygon(0 58%,18% 48%,34% 28%,49% 43%,62% 31%,78% 46%,100% 55%,100% 100%,0 100%);
  box-shadow:inset 0 -10px 0 rgba(151,171,190,.10);
}
.lat-control-tower {
  position:absolute;
  left:19%; bottom:78px;
  width:24px; height:98px;
  background:linear-gradient(90deg,#91a7bc,#d4dee7);
  clip-path:polygon(31% 0,69% 0,86% 17%,66% 29%,70% 100%,30% 100%,34% 29%,14% 17%);
}
.lat-control-tower::before { content:""; position:absolute; width:50px; height:12px; left:50%; top:21px; transform:translateX(-50%); border-radius:5px; background:#8fa4b8; }
.lat-route-arc { position:absolute; width:158px; height:92px; right:7%; top:36px; border-top:2px solid rgba(11,115,246,.75); border-radius:50%; transform:rotate(-13deg); }
.lat-plane { position:absolute; right:7%; top:30px; color:var(--lat-blue-600); transform:rotate(5deg); }
.lat-plane .lat-icon { width:32px; height:32px; }
.lat-large-pin { position:absolute; width:60px; height:60px; left:60%; bottom:34px; border:14px solid var(--lat-blue-600); border-radius:50% 50% 50% 0; transform:rotate(-45deg); background:#fff; box-shadow:0 8px 18px rgba(11,115,246,.18); }

.lat-airports {
  --lat-airport-gap: 18px;
  --lat-airport-visible: 4;
  background: linear-gradient(180deg,#fbfaf7 0%,#f8fbfe 100%);
  border-top: 1px solid #eef2f6;
  border-bottom: 1px solid #edf2f6;
  overflow: hidden;
}
.lat-airports-layout {
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  gap: clamp(34px, 4vw, 58px);
  align-items: center;
}
.lat-airports-intro { min-width: 0; }
.lat-eyebrow {
  display: block;
  margin-bottom: 18px;
  color: #173a6d;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 11px;
  font-weight: 800;
}
.lat-airports-intro h2 {
  margin: 0;
  max-width: 300px;
  font-size: clamp(34px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.lat-airports-intro p {
  margin: 22px 0;
  max-width: 300px;
  color: #526883;
  line-height: 1.58;
}
.lat-text-link { display:inline-flex; align-items:center; gap:12px; color:var(--lat-blue-600); font-weight:700; }
.lat-text-link .lat-link-icon { width:22px; height:22px; }
.lat-text-link .lat-link-icon .lat-icon { width:22px; height:22px; }
.lat-slider-meta {
  margin-top: 52px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #56708f;
}
.lat-slider-count { display:inline-flex; align-items:baseline; gap:4px; min-width:52px; font-variant-numeric:tabular-nums; }
.lat-slider-count strong { color:var(--lat-ink); font-size:15px; }
.lat-slider-count > span { font-size:13px; }
.lat-slider-rule { width:68px; height:1px; margin:0 8px; background:#abb9c9; }
.lat-slider-meta button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid #8ca0bb;
  background: rgba(255,255,255,.72);
  color: #294a74;
  transition: transform .18s ease, background-color .18s ease, opacity .18s ease;
}
.lat-slider-meta button:hover:not(:disabled) { transform:translateY(-1px); background:#fff; }
.lat-slider-meta button:disabled { opacity:.32; cursor:default; }
.lat-slider-meta button .lat-icon { width:17px; height:17px; }

.lat-airports-content { min-width: 0; }
.lat-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
  padding-left: 4px;
}
.lat-filter-tabs button {
  min-height: 38px;
  border: 1px solid transparent;
  background: transparent;
  color: #415875;
  padding: 8px 18px;
  border-radius: 999px;
  font-weight: 600;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}
.lat-filter-tabs button:hover { color:var(--lat-blue-600); }
.lat-filter-tabs button.is-active {
  background:#fff;
  color:var(--lat-blue-600);
  border-color:#dbe6f0;
  box-shadow:0 3px 15px rgba(0,34,76,.08);
}
.lat-filter-tabs button:focus-visible,
.lat-slider-meta button:focus-visible,
.lat-airport-card a:focus-visible {
  outline: 3px solid rgba(21,150,255,.28);
  outline-offset: 3px;
}

.lat-airport-scroller {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - (var(--lat-airport-gap) * (var(--lat-airport-visible) - 1))) / var(--lat-airport-visible));
  gap: var(--lat-airport-gap);
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 4px 12px;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 4px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}
.lat-airport-scroller::-webkit-scrollbar { display:none; }
.lat-airport-card[hidden] { display:none; }
.lat-airport-card {
  position: relative;
  min-width: 0;
  min-height: 380px;
  overflow: hidden;
  border-radius: 15px;
  scroll-snap-align: start;
  background: linear-gradient(180deg,#8fb8d4 0%,#cfdce5 52%,#4a6477 53%,#153047 100%);
  box-shadow: 0 8px 22px rgba(6,29,58,.10);
  isolation: isolate;
}
.lat-airport-card--a { background:linear-gradient(180deg,#80afd0 0%,#c4d5df 52%,#446176 53%,#142d44 100%); }
.lat-airport-card--b { background:linear-gradient(180deg,#9fcdec 0%,#d8e3ea 54%,#526c7c 55%,#18324a 100%); }
.lat-airport-card--c { background:linear-gradient(180deg,#8fb5ce 0%,#cfdde6 52%,#69808e 53%,#183047 100%); }
.lat-airport-card--d { background:linear-gradient(180deg,#86b0cc 0%,#d3dfe7 54%,#607889 55%,#173048 100%); }
.lat-airport-card--e { background:linear-gradient(180deg,#84a6c0 0%,#cdd7dd 55%,#394c5a 56%,#142b40 100%); }
.lat-airport-card-art { position:absolute; inset:0; overflow:hidden; }
.lat-plane-shape {
  position:absolute;
  width:68%;
  max-width:170px;
  height:56px;
  left:50%;
  top:36%;
  transform:translate(-50%,-50%) skewX(-12deg);
  background:#f5f7f8;
  border-radius:55% 48% 46% 52%;
  filter:drop-shadow(0 6px 7px rgba(0,0,0,.10));
  opacity:.96;
}
.lat-plane-shape::before { content:""; position:absolute; width:58%; height:12px; left:22%; top:26px; background:#e4eaee; transform:rotate(8deg); border-radius:70% 10% 70% 10%; }
.lat-plane-shape::after { content:""; position:absolute; right:8px; top:-28px; border-left:15px solid transparent; border-right:10px solid transparent; border-bottom:36px solid #edf1f4; transform:rotate(16deg); }
.lat-terminal-shape { position:absolute; left:0; right:0; bottom:28%; height:30px; background:rgba(33,53,67,.36); box-shadow:0 22px 0 rgba(31,49,62,.27); }
.lat-airport-overlay { position:absolute; inset:0; z-index:1; background:linear-gradient(180deg,rgba(255,255,255,0) 42%,rgba(0,19,39,.12) 56%,rgba(2,24,47,.97) 100%); }
.lat-airport-card-copy { position:absolute; z-index:2; left:22px; right:20px; bottom:22px; color:#fff; }
.lat-airport-card-copy > span { display:block; margin-bottom:10px; min-height:13px; font-size:10px; text-transform:uppercase; letter-spacing:.10em; font-weight:800; }
.lat-airport-card-copy h3 { margin:0 0 12px; min-height:54px; font-size:24px; line-height:1.04; font-weight:590; letter-spacing:-.02em; }
.lat-airport-card-copy a { display:inline-flex; align-items:center; gap:8px; color:#ffd191; font-size:14px; font-weight:750; }
.lat-airport-card-copy a:hover { color:#ffe1b6; }
.lat-airport-card-copy a b { display:inline-flex; color:#fff; font-weight:400; }
.lat-airport-card-copy a b .lat-icon { width:18px; height:18px; }

.lat-fleet { padding-top:54px; padding-bottom:58px; background:#fff; }
.lat-section-header { display:flex; justify-content:space-between; align-items:end; gap:18px; }
.lat-section-header h2 { margin:0; font-size:26px; }
.lat-section-header p { margin:7px 0 0; color:#61728b; }
.lat-fleet-shell { position:relative; margin-top:28px; padding:0 44px; }
.lat-fleet-scroller {
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:265px;
  gap:20px;
  overflow-x:auto;
  padding:8px 2px 14px;
  scrollbar-width:none;
  scroll-snap-type:x proximity;
  overscroll-behavior-inline:contain;
}
.lat-fleet-scroller::-webkit-scrollbar { display:none; }
.lat-fleet-item {
  min-width:0;
  text-align:center;
  color:#173b63;
  scroll-snap-align:start;
}
.lat-fleet-image-wrap {
  height:166px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  border-radius:0;
  background:transparent;
}
.lat-fleet-image {
  display:block;
  width:100%;
  max-width:262px;
  max-height:160px;
  object-fit:contain;
  filter:drop-shadow(0 10px 8px rgba(0,22,52,.12));
}
.lat-fleet-item h3 {
  margin:10px 0 0;
  font-size:13px;
  line-height:1.25;
  font-weight:650;
  white-space:normal;
}
.lat-fleet-nav {
  position:absolute;
  top:70px;
  z-index:4;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border:1px solid #d7e2ec;
  border-radius:50%;
  background:rgba(255,255,255,.96);
  color:#5d7897;
  box-shadow:0 6px 18px rgba(12,53,99,.08);
}
.lat-fleet-prev { left:0; }
.lat-fleet-next { right:0; }
.lat-fleet-nav .lat-icon { width:18px; height:18px; }
.lat-fleet-nav:disabled { opacity:.3; cursor:default; }

.lat-journeys { background:linear-gradient(180deg,#fff,#f8fbff); padding-bottom:80px; }
.lat-journey-grid { display:grid; grid-template-columns:1.25fr .78fr .8fr; gap:34px; align-items:stretch; }
.lat-journey-card { position:relative; min-height:150px; overflow:hidden; border-radius:14px; background:linear-gradient(180deg,#96bad2,#416b7e); color:#fff; box-shadow:0 8px 24px rgba(11,43,78,.08); }
.lat-journey-card--large { min-height:320px; }
.lat-journey-card::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(2,19,36,.05),rgba(2,19,36,.45)); }
.lat-journey-card > span { position:absolute; left:26px; top:24px; z-index:2; font-size:27px; line-height:1.2; font-weight:570; }
.lat-journey-copy { align-self:center; padding:24px 0; }
.lat-journey-copy h2 { margin:0; font-size:31px; line-height:1.14; letter-spacing:-.03em; }
.lat-journey-copy p { margin:30px 0; color:#586e89; line-height:1.55; }
.lat-journey-stack { display:grid; gap:20px; }
.lat-landmark { position:absolute; left:50%; bottom:-10px; transform:translateX(-50%); z-index:1; opacity:.9; }
.lat-landmark--dome { width:220px; height:230px; background:#cad6df; clip-path:polygon(46% 0,54% 0,58% 12%,70% 17%,73% 28%,81% 33%,80% 100%,20% 100%,19% 33%,27% 28%,30% 17%,42% 12%); box-shadow:0 0 0 12px rgba(255,255,255,.12); }
.lat-landmark--dome::before { content:""; position:absolute; width:110px; height:110px; border-radius:50% 50% 0 0; left:55px; top:44px; background:#e5ebef; }
.lat-landmark--castle { width:240px; height:82px; background:#c9b99c; clip-path:polygon(0 20%,10% 20%,10% 7%,20% 7%,20% 25%,36% 25%,36% 0,50% 0,50% 28%,70% 28%,70% 10%,82% 10%,82% 23%,100% 23%,100% 100%,0 100%); }
.lat-landmark--stones { width:250px; height:72px; background:repeating-linear-gradient(90deg,#817b73 0 18px,transparent 18px 34px); }
.lat-landmark--stones::before { content:""; position:absolute; left:0; right:0; top:2px; height:17px; background:repeating-linear-gradient(90deg,#716d66 0 44px,transparent 44px 58px); transform:rotate(-2deg); }

.lat-site-footer { padding:56px 0 26px; background:var(--lat-navy-950); color:#dce8f5; }
.lat-footer-grid { display:grid; grid-template-columns:1.3fr .7fr 1fr; gap:64px; }
.lat-brand--footer { margin-bottom:18px; }
.lat-site-footer p { max-width:430px; color:#9fb3c7; line-height:1.6; }
.lat-site-footer h2 { margin:0 0 18px; color:#fff; font-size:16px; }
.lat-footer-menu { list-style:none; margin:0; padding:0; display:grid; gap:10px; color:#b8c8d7; }
.lat-footer-bottom { display:flex; justify-content:space-between; gap:20px; margin-top:42px; padding-top:22px; border-top:1px solid rgba(255,255,255,.1); color:#829bb2; font-size:12px; }


/* Booking plugin page integration. The plugin owns the viewport below the LAT header. */
body.lat-beta-booking-page {
  background: #eaf2f7;
}
body.lat-beta-booking-page .lat-site-header {
  position: relative;
  top: auto !important;
  left: auto;
  right: auto;
  background: var(--lat-navy-950);
  box-shadow: 0 1px 0 rgba(255,255,255,.07);
}
body.lat-beta-booking-page .lat-header-inner {
  min-height: 82px;
}
body.lat-beta-booking-page .lat-booking-page-shell,
body.lat-beta-booking-page .lat-booking-page-content,
body.lat-beta-booking-page .lat-booking-page-content > .wp-block-shortcode {
  width: 100%;
  max-width: none;
  margin: 0 !important;
  padding: 0 !important;
}
body.lat-beta-booking-page .lat-booking-page-shell {
  min-height: 0;
  overflow: hidden;
  background: #eaf2f7;
}
body.lat-beta-booking-page .lat-booking-page-content > p:empty,
body.lat-beta-booking-page .lat-booking-page-content > br {
  display: none;
}
body.lat-beta-booking-page .lat-booking-app {
  margin-top: 0 !important;
}

@media (max-width: 980px) {
  body.lat-beta-booking-page .lat-header-inner {
    min-height: 74px;
  }
  body.lat-beta-booking-page .lat-primary-nav {
    top: 66px;
  }
}

@media (max-width: 820px) {
  body.lat-beta-booking-page .lat-booking-app {
    height: calc(100dvh - 74px);
    min-height: 620px;
  }
}

.lat-default-content { padding:150px 0 80px; }
.lat-content-narrow { max-width:860px; }
.lat-default-content h1 { color:var(--lat-ink); }

@media (max-width: 1180px) {
  .lat-container { width:min(calc(100% - 44px),var(--lat-container)); }
  .lat-menu { gap:15px; font-size:12px; }
  .lat-airports { --lat-airport-visible:3; }
  .lat-airports-layout { grid-template-columns:250px minmax(0,1fr); gap:30px; }
  .lat-steps-grid { gap:22px; }
}

@media (max-width: 980px) {
  .lat-menu-toggle { display:block; }
  .lat-primary-nav {
    position:absolute;
    top:78px;
    left:22px;
    right:22px;
    display:none;
    padding:16px;
    border-radius:18px;
    background:rgba(3,22,43,.98);
    box-shadow:0 20px 50px rgba(0,0,0,.25);
  }
  .lat-menu-open .lat-primary-nav { display:block; }
  .lat-menu { display:grid; gap:0; }
  .lat-menu li { border-bottom:1px solid rgba(255,255,255,.08); }
  .lat-menu li:last-child { border-bottom:0; }
  .lat-menu a { display:block; padding:13px 10px; }
  .lat-menu-cta a { margin-top:7px; text-align:center; }
  .lat-hero { min-height:690px; }
  .lat-hero { background-position:center, 64% center, 64% center; }
  .lat-hero-copy { max-width:520px; }
  .lat-booking-form { grid-template-columns:1fr 46px 1fr; border-radius:22px; padding:12px 14px; row-gap:12px; }
  .lat-button { grid-column:1/-1; }
  .lat-steps-grid { grid-template-columns:1fr; gap:24px; }
  .lat-step-card { padding:22px; }
  .lat-step-media { min-height:250px; }
  .lat-airports { --lat-airport-visible:2; }
  .lat-airports-layout { grid-template-columns:1fr; gap:30px; }
  .lat-airports-intro { max-width:680px; }
  .lat-airports-intro h2, .lat-airports-intro p { max-width:620px; }
  .lat-slider-meta { margin-top:24px; }
  .lat-journey-grid { grid-template-columns:1fr 1fr; }
  .lat-journey-card--large { grid-row:span 2; }
  .lat-journey-copy { grid-column:2; grid-row:1; }
  .lat-journey-stack { grid-column:2; grid-row:2; }
}

@media (max-width: 760px) {
  .lat-container { width:min(calc(100% - 32px),var(--lat-container)); }
  .lat-header-inner { min-height:74px; }
  .lat-brand-mark { font-size:31px; }
  .lat-brand-copy { font-size:8px; }
  .lat-hero {
    min-height:760px;
    background-image:
      linear-gradient(180deg, rgba(2,18,35,.91) 0%, rgba(2,18,35,.82) 38%, rgba(2,18,35,.55) 66%, rgba(2,18,35,.74) 100%),
      var(--lat-hero-bg),
      var(--lat-hero-fallback);
    background-position:center, 72% center, 72% center;
  }
  .lat-hero-content { padding-top:112px; padding-bottom:36px; }
  .lat-hero h1 { font-size:43px; max-width:480px; }
  .lat-hero-copy p { font-size:18px; max-width:340px; }
  .lat-booking-shell { margin-top:46px; }
  .lat-booking-tabs { margin-bottom:14px; }
  .lat-booking-form { grid-template-columns:1fr; border-radius:20px; padding:9px; background:rgba(255,255,255,.98); }
  .lat-hero .lat-field { min-height:54px; padding:0 10px; }
  .lat-hero .lat-field + .lat-swap, .lat-hero .lat-swap + .lat-field { border-left:0; }
  .lat-swap { display:none; }
  .lat-button { width:100%; }
  .lat-benefits-grid { grid-template-columns:1fr 1fr; padding:10px 0; }
  .lat-benefits-grid > div { min-height:48px; justify-content:flex-start; padding-left:14px; font-size:12px; }
  .lat-benefits-grid > div + div { border-left:0; }
  .lat-benefits-grid > div:nth-child(even) { border-left:1px solid #e9eef5; }
  .lat-benefits-grid > div:nth-child(n+3) { border-top:1px solid #e9eef5; }
  .lat-section { padding:50px 0; }
  .lat-section-title { font-size:27px; }
  .lat-step-card { display:block; min-height:0; padding:20px; }
  .lat-step-media { min-height:210px; margin-top:14px; }
  .lat-step-route-image { min-height:210px; object-fit:contain; }
  .lat-route-arc { width:136px; height:80px; right:4%; top:34px; }
  .lat-large-pin { width:52px; height:52px; bottom:28px; left:58%; border-width:12px; }
  .lat-details-visual { grid-template-columns:48px 1fr; padding:14px; gap:9px; }
  .lat-details-side-icons span { width:40px; height:40px; border-radius:12px; }
  .lat-details-side-icons .lat-icon { width:21px; height:21px; }
  .lat-details-row { grid-template-columns:48px 1fr 18px; padding:0 10px; }
  .lat-airports { --lat-airport-visible:1; --lat-airport-gap:14px; }
  .lat-airports-intro h2 { font-size:34px; }
  .lat-filter-tabs { flex-wrap:nowrap; overflow-x:auto; padding:0 0 4px; scrollbar-width:none; }
  .lat-filter-tabs::-webkit-scrollbar { display:none; }
  .lat-filter-tabs button { flex:0 0 auto; }
  .lat-airport-scroller { grid-auto-columns:min(82vw, 310px); }
  .lat-slider-rule { width:44px; }
  .lat-fleet-shell { padding:0 34px; }
  .lat-fleet-scroller { grid-auto-columns:215px; gap:12px; }
  .lat-fleet-image-wrap { height:138px; }
  .lat-fleet-image { max-width:212px; max-height:132px; }
  .lat-journey-grid { grid-template-columns:1fr; }
  .lat-journey-card--large { min-height:260px; grid-row:auto; }
  .lat-journey-copy, .lat-journey-stack { grid-column:auto; grid-row:auto; }
  .lat-footer-grid { grid-template-columns:1fr; gap:28px; }
  .lat-footer-bottom { flex-direction:column; }
}

@media (max-width: 480px) {
  .lat-hero h1 { font-size:36px; }
  .lat-booking-tab { font-size:14px; }
  .lat-benefits-grid > div { padding-left:7px; gap:7px; font-size:11px; }
  .lat-filter-tabs { gap:5px; }
  .lat-filter-tabs button { padding:8px 12px; font-size:12px; }
}
