/*
Theme Name: Onward Travel Solutions
Theme URI: https://onwardtravelsolutions.com
Author: Onward Travel Solutions
Description: Custom theme for Onward Travel Solutions — UK airport transfers & chauffeur services. Independent of the booking plugin by design (talks to it only via the [onward_booking_form] shortcode) so the theme can be replaced later without breaking bookings.
Version: 3.5.6
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.0
License: GPL v2 or later
Text Domain: onward-travel
*/

/* ============================================================
   DESIGN TOKENS — "White & Sky"
   A bright, airline-grade palette: white surfaces, one confident
   sky-blue accent, near-black ink for text. No gold, no dark hero
   sections — contrast comes from whitespace and the blue accent,
   not from a dark background.
   - White      (#FFFFFF) primary surface
   - Sky Pale   (#F5FAFD) barely-tinted alternate section surface
   - Sky Light  (#EAF6FD) tint for badges/cards/hover fills
   - Sky        (#1E88C7) primary accent — buttons, links, focus
   - Sky Deep   (#125D8C) hover/pressed accent
   - Ink        (#0B1420) headings, high-contrast text
   - Slate      (#57677A) secondary/body text
   - Line       (#E3EEF5) hairline borders, blue-tinted grey
   Type: Fraunces (display, used sparingly) + Inter (body) +
   IBM Plex Mono (data — prices, flight times, booking refs; the
   one deliberate quirk, echoing a departures board).
   ============================================================ */

:root{
  --white:#FFFFFF;
  --sky-pale:#F5FAFD;
  --sky-light:#EAF6FD;
  --sky:#1E88C7;
  --sky-deep:#125D8C;
  --ink:#0B1420;
  --slate:#57677A;
  --line:#E3EEF5;

  --radius-sm:6px;
  --radius:14px;
  --radius-lg:26px;

  --ease:cubic-bezier(.22,1,.36,1);
  --dur-fast:.25s;
  --dur:.6s;
  --dur-slow:1.1s;

  --font-display:'Fraunces', Georgia, serif;
  --font-body:'Inter', -apple-system, "Helvetica Neue", Arial, sans-serif;
  --font-mono:'IBM Plex Mono', ui-monospace, Menlo, monospace;
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior:auto; }
  *{ animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; scroll-behavior:auto !important; }
}

body{
  margin:0;
  font-family:var(--font-body);
  color:var(--ink);
  background:var(--white);
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}

h1,h2,h3,h4{ font-family:var(--font-display); color:var(--ink); line-height:1.14; margin:0 0 .4em; font-weight:600; }
h1{ font-size:clamp(2.4rem,4.8vw,4rem); letter-spacing:-.01em; }
h2{ font-size:clamp(1.7rem,3vw,2.4rem); }
p{ margin:0 0 1em; color:var(--slate); }
a{ color:var(--sky); text-decoration:none; }
a:hover{ color:var(--sky-deep); }

.mono, .price, .flight-time, .booking-ref{ font-family:var(--font-mono); letter-spacing:.02em; color:var(--ink); }

.container{ max-width:1200px; margin:0 auto; padding:0 28px; }
.eyebrow{ font-family:var(--font-mono); font-size:.76rem; letter-spacing:.16em; text-transform:uppercase; color:var(--sky); display:block; margin-bottom:12px; font-weight:600; }

.btn{
  display:inline-flex; align-items:center; gap:8px;
  background:var(--sky); color:var(--white);
  padding:15px 30px; border-radius:999px;
  font-weight:600; letter-spacing:.01em;
  border:2px solid var(--sky);
  cursor:pointer; font-size:.95rem;
  transition:transform var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease);
}
.btn:hover{ transform:translateY(-2px); background:var(--sky-deep); border-color:var(--sky-deep); box-shadow:0 14px 28px rgba(30,136,199,.25); }
.btn-ghost{ background:transparent; color:var(--ink); border-color:var(--line); }
.btn-ghost:hover{ background:var(--sky-pale); box-shadow:none; }
.btn-navy{ background:var(--ink); color:var(--white); border-color:var(--ink); }
.btn-navy:hover{ background:#000; border-color:#000; box-shadow:0 14px 28px rgba(11,20,32,.25); }

/* ---------- Header ---------- */
.site-header{
  position:fixed; top:0; left:0; right:0; z-index:200;
  padding:20px 0;
  background:rgba(255,255,255,.85);
  backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px);
  border-bottom:1px solid transparent;
  transition:padding var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);
}
/* When logged in, WordPress adds a 32px (desktop) / 46px (mobile <783px)
   admin bar fixed at the true top of the viewport - without this, our own
   fixed header sits underneath/behind it and the two visually collide. */
body.admin-bar .site-header{ top:32px; }
@media screen and (max-width: 782px){
  body.admin-bar .site-header{ top:46px; }
}
.site-header .container{ position:relative; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.logo{ flex:0 1 320px; min-width:0; max-width:320px; }
.header-cta{ flex:0 0 auto; }
.main-nav{ min-width:0; }
.site-header, .site-header a{ color:var(--ink); }
.site-header.is-scrolled{ padding:12px 0; box-shadow:0 8px 30px rgba(11,20,32,.06); border-color:var(--line); }
/* Keep uploaded WordPress logos inside a predictable header box. This also
   prevents very wide logo files from forcing the navigation off-screen. */
.logo .custom-logo-link{ display:flex; align-items:center; width:100%; max-width:100%; overflow:hidden; }
.logo img,
.logo .custom-logo{
  display:block;
  width:auto;
  height:auto;
  max-width:100%;
  max-height:52px;
  object-fit:contain;
  object-position:left center;
}
.logo > a:not(.custom-logo-link){ display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:1.05rem; }
.main-nav ul{ list-style:none; display:flex; align-items:center; flex-wrap:nowrap; gap:26px; margin:0; padding:0; }
.main-nav li{ position:relative; white-space:nowrap; }
.main-nav a{ font-weight:600; font-size:.92rem; position:relative; color:var(--ink); }
.main-nav a::after{ content:""; position:absolute; left:0; right:0; bottom:-6px; height:2px; background:var(--sky); transform:scaleX(0); transform-origin:left; transition:transform var(--dur-fast) var(--ease); }
.main-nav a:hover{ color:var(--sky); }
.main-nav a:hover::after{ transform:scaleX(1); }
.header-cta{ display:flex; align-items:center; gap:20px; }
.header-phone{ font-family:var(--font-mono); font-weight:600; font-size:.88rem; color:var(--ink); }

/* ---------- Hero ---------- */
.hero{
  position:relative; overflow:hidden;
  min-height:100vh;
  display:flex; flex-direction:column; justify-content:center;
  padding:170px 0 110px;
  background:var(--sky-pale);
  color:var(--ink);
}
.hero-bg{
  position:absolute; inset:0; z-index:0;
  background-size:cover; background-position:center;
  opacity:.9;
}
.hero-bg::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(11,20,32,.15) 0%, rgba(11,20,32,.45) 55%, rgba(245,250,253,.96) 100%);
}
.hero-inner{ position:relative; z-index:2; text-align:center; }
.hero h1{ color:var(--white); max-width:800px; margin-left:auto; margin-right:auto; text-shadow:0 2px 20px rgba(0,0,0,.25); }
.hero .lead{ color:#eaf3fa; max-width:560px; margin:0 auto 8px; font-size:1.1rem; }

/* Signature element: an animated flight-path line that draws itself on
   load, with a live radar-style pulse at the destination point -
   ties directly to the real flight-tracking feature, not decoration. */
.route-line{ width:100%; max-width:420px; height:30px; margin:0 auto 20px; }
.route-line path{
  fill:none; stroke:#fff; stroke-width:2;
  stroke-dasharray:600; stroke-dashoffset:600;
  animation:draw-route 1.6s var(--ease) forwards .3s;
}
.route-line circle.node{ opacity:0; animation:pop-in .4s var(--ease) forwards 1.7s; }
.route-line circle.pulse{
  opacity:0; transform-origin:410px 20px;
  animation:pulse-ring 2s ease-out infinite 2s;
}
@keyframes draw-route{ to{ stroke-dashoffset:0; } }
@keyframes pop-in{ to{ opacity:1; } }
@keyframes pulse-ring{ 0%{opacity:.7;transform:scale(.4);} 100%{opacity:0;transform:scale(2.2);} }

/* ---------- Booking widget ---------- */
.booking-widget-wrap{
  position:relative; z-index:3;
  width:100%; max-width:480px; margin:0;
  border-radius:var(--radius-lg);
  padding:26px;
  background:var(--white);
  border:1px solid var(--line);
  box-shadow:0 20px 50px rgba(11,20,32,.08);
}
/* On the hero (photo background), switch to frosted glass over the photo. */
.hero .booking-widget-wrap{
  opacity:0; transform:translateY(28px);
  animation:rise-in var(--dur-slow) var(--ease) forwards 1.1s;
  background:rgba(11,20,32,.4);
  backdrop-filter:blur(22px); -webkit-backdrop-filter:blur(22px);
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 24px 60px rgba(11,20,32,.25);
}
@keyframes rise-in{ to{ opacity:1; transform:translateY(0); } }
.hero .otb-progress{ display:none; }
.hero .otb-field label{ color:rgba(255,255,255,.92) !important; text-transform:none !important; font-weight:600 !important; font-size:.92rem !important; letter-spacing:0 !important; }
.hero .otb-field input, .hero .otb-field select, .hero .otb-field textarea{
  background:transparent !important; border:none !important; border-bottom:1px solid rgba(255,255,255,.32) !important;
  border-radius:0 !important; color:#fff !important; padding:10px 2px !important; font-size:1rem !important;
}
.hero .otb-field input::placeholder, .hero .otb-field textarea::placeholder{ color:rgba(255,255,255,.55); }
.hero .otb-field input:focus, .hero .otb-field select:focus, .hero .otb-field textarea:focus{ outline:none !important; border-bottom-color:var(--sky-light) !important; }
.hero .otb-field select{
  appearance:none !important; -webkit-appearance:none !important; -moz-appearance:none !important;
  background-color:transparent !important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23FFFFFF' stroke-width='1.6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") !important;
  background-repeat:no-repeat !important;
  background-position:right 2px center !important;
  background-size:14px 9px !important;
  padding-right:20px !important;
}
.hero .otb-field select option{ color:var(--ink); }
.hero .otb-checkbox label{ color:rgba(255,255,255,.85); }
.hero .otb-step > .otb-next{ width:100%; justify-content:center; border-radius:999px; margin-top:8px; background:var(--sky); border-color:var(--sky); }
.hero .otb-form-message{ color:#fff; }

/* ---------- Departures ticker ---------- */
.ticker{ background:var(--ink); color:var(--sky-light); padding:14px 0; overflow:hidden; white-space:nowrap; }
.ticker-track{ display:inline-flex; gap:60px; font-family:var(--font-mono); font-size:.85rem; letter-spacing:.08em; animation:ticker 28s linear infinite; }
.ticker:hover .ticker-track{ animation-play-state:paused; }
@keyframes ticker{ from{ transform:translateX(0); } to{ transform:translateX(-50%); } }

/* ---------- Scroll reveal ----------
   Progressive enhancement: content is visible by default. JavaScript adds
   .reveal-ready only after it has successfully initialised an observer. This
   prevents pages/posts from becoming permanently invisible when a cached,
   deferred or blocked script fails to run. ---------- */
.reveal, .reveal-stagger > *{ opacity:1; transform:none; }
.reveal.reveal-ready{ opacity:0; transform:translateY(32px); transition:opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.reveal-ready.is-visible{ opacity:1; transform:translateY(0); }
.reveal-stagger.reveal-ready > *{ opacity:0; transform:translateY(24px); transition:opacity .7s var(--ease), transform .7s var(--ease); }
.reveal-stagger.reveal-ready.is-visible > *{ opacity:1; transform:translateY(0); }
.reveal-stagger.reveal-ready.is-visible > *:nth-child(1){ transition-delay:.05s; }
.reveal-stagger.reveal-ready.is-visible > *:nth-child(2){ transition-delay:.15s; }
.reveal-stagger.reveal-ready.is-visible > *:nth-child(3){ transition-delay:.25s; }
.reveal-stagger.reveal-ready.is-visible > *:nth-child(4){ transition-delay:.35s; }
.reveal-stagger.reveal-ready.is-visible > *:nth-child(5){ transition-delay:.45s; }
.reveal-stagger.reveal-ready.is-visible > *:nth-child(6){ transition-delay:.55s; }

/* ---------- Sections ---------- */
/* ---------- Hero: split layout - text left, booking card right on
   desktop; card shows first on mobile via flex order. ---------- */
.hero-split{
  position:relative; z-index:2;
  display:flex; flex-direction:column; gap:32px;
  align-items:center;
}
.hero-copy{ order:2; text-align:center; max-width:640px; }
.hero-copy h1{ color:#fff; text-shadow:0 2px 20px rgba(0,0,0,.25); }
.hero-copy .lead{ color:#eaf3fa; }
.hero-copy .industry-text{ color:#dbe7f0; font-size:.98rem; max-width:520px; margin:0 auto 20px; }
.hero-copy .hero-badges{ list-style:none; display:flex; flex-wrap:wrap; gap:18px; justify-content:center; margin:18px 0 0; padding:0; color:#fff; font-size:.82rem; font-weight:600; }
.hero-form-col{ order:1; width:100%; max-width:480px; }

@media (min-width: 980px){
  .hero-split{ flex-direction:row; align-items:flex-start; text-align:left; gap:48px; }
  .hero-copy{ order:1; text-align:left; max-width:none; flex:1 1 45%; padding-top:24px; }
  .hero-copy .lead, .hero-copy .industry-text{ margin-left:0; }
  .hero-copy .hero-badges{ justify-content:flex-start; }
  .hero-form-col{ order:2; flex:1 1 480px; max-width:480px; }
}

/* One Way / Book Return tabs above the booking card - drive the plugin's
   own return-journey checkbox rather than switching to a separate form. */
.otb-tabs{ display:flex; gap:10px; margin-bottom:14px; }
.otb-tab{
  flex:1; display:flex; align-items:center; justify-content:center; gap:8px;
  padding:13px; border-radius:12px; font-weight:600; font-size:.9rem; cursor:pointer;
  background:rgba(255,255,255,.12); color:#fff; border:1px solid rgba(255,255,255,.2);
  transition:background var(--dur-fast) var(--ease);
}
.otb-tab.is-active{ background:var(--ink); border-color:var(--ink); }
/* The manual "Add a return journey" checkbox is redundant once the tabs
   above are present (every place this theme renders the booking widget
   includes them) - hidden here only, so the plugin stays fully usable on
   its own if the shortcode is ever placed somewhere without these tabs. */
.booking-widget-wrap #otb_return_toggle_row{ display:none; }

/* ---------- Fleet: auto-scrolling marquee (not manual drag) ---------- */
.fleet-marquee{ overflow:hidden; position:relative; }
.fleet-marquee::before, .fleet-marquee::after{
  content:""; position:absolute; top:0; bottom:0; width:80px; z-index:2; pointer-events:none;
}
.fleet-marquee::before{ left:0; background:linear-gradient(90deg, var(--sky-pale), transparent); }
.fleet-marquee::after{ right:0; background:linear-gradient(270deg, var(--sky-pale), transparent); }
.fleet-track{ display:flex; gap:22px; width:max-content; animation:fleet-scroll 32s linear infinite; }
.fleet-marquee:hover .fleet-track{ animation-play-state:paused; }
@keyframes fleet-scroll{ from{ transform:translateX(0); } to{ transform:translateX(-50%); } }
.fleet-track .vehicle-card{ min-width:260px; }

/* ---------- Text reveal (headings split into words, staggered) ---------- */
.text-reveal{ overflow:hidden; display:inline-block; }
.text-reveal .word{
  display:inline-block; opacity:0; transform:translateY(110%);
  transition:opacity .6s var(--ease), transform .7s var(--ease);
}
.text-reveal.is-visible .word{ opacity:1; transform:translateY(0); }

/* ---------- Airport services ---------- */
.service-card{
  background:var(--white); border:1px solid var(--line); border-radius:var(--radius);
  padding:30px 26px; transition:transform var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);
}
.service-card:hover{ transform:translateY(-6px); box-shadow:0 22px 44px rgba(11,20,32,.1); border-color:var(--sky); }
.service-icon{
  width:52px; height:52px; border-radius:14px; background:var(--sky-light);
  display:flex; align-items:center; justify-content:center; margin-bottom:18px;
  color:var(--sky); transition:background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);
}
.service-card:hover .service-icon{ background:var(--sky); color:var(--white); }
.service-card h3{ font-size:1.08rem; margin-bottom:6px; }
.service-card p{ font-size:.92rem; margin:0; }

/* ---------- Testimonial slider ---------- */
.ots-testimonial-swiper{ padding-bottom:56px; }
.testimonial-card{
  background:var(--white); border:1px solid var(--line); border-radius:var(--radius-lg);
  padding:36px 32px; height:100%; display:flex; flex-direction:column; gap:16px;
  box-shadow:0 16px 40px rgba(11,20,32,.06);
}
.testimonial-stars{ color:var(--sky); font-size:1.1rem; letter-spacing:2px; }
.testimonial-text{ font-family:var(--font-display); font-size:1.15rem; color:var(--ink); line-height:1.5; flex:1; margin:0; }
.testimonial-meta{ display:flex; flex-direction:column; gap:2px; font-size:.85rem; }
.testimonial-meta strong{ color:var(--ink); }
.testimonial-meta span{ color:var(--slate); font-family:var(--font-mono); font-size:.78rem; }
.testimonial-nav{ display:flex; align-items:center; justify-content:center; gap:20px; margin-top:24px; }
.testimonial-prev, .testimonial-next{
  width:42px; height:42px; border-radius:50%; border:1px solid var(--line); background:var(--white);
  display:flex; align-items:center; justify-content:center; cursor:pointer; color:var(--ink);
  transition:background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);
}
.testimonial-prev:hover, .testimonial-next:hover{ background:var(--sky); color:var(--white); border-color:var(--sky); }
.swiper-pagination{ position:static !important; display:flex; gap:6px; }
.swiper-pagination-bullet{ background:var(--line) !important; opacity:1 !important; width:8px !important; height:8px !important; }
.swiper-pagination-bullet-active{ background:var(--sky) !important; }

/* ---------- FAQ: JS-animated accordion (replaces native <details>) ---------- */
.faq-item{ border-bottom:1px solid var(--line); }
.faq-question{
  width:100%; text-align:left; background:none; border:none; cursor:pointer;
  padding:20px 4px; display:flex; justify-content:space-between; align-items:center; gap:16px;
  font-family:var(--font-display); font-size:1.05rem; color:var(--ink); font-weight:600;
}
.faq-question .plus{ color:var(--sky); font-size:1.4rem; flex-shrink:0; transition:transform var(--dur-fast) var(--ease); line-height:1; }
.faq-question[aria-expanded="true"] .plus{ transform:rotate(45deg); }
.faq-answer{ max-height:0; overflow:hidden; transition:max-height .4s var(--ease); }
.faq-answer p{ color:var(--slate); padding:0 4px 20px; margin:0; }

.section{ padding:100px 0; }
.section-alt{ background:var(--sky-pale); }
.section-title{ text-align:center; max-width:640px; margin:0 auto 56px; }

.trust-strip{ background:var(--white); border-bottom:1px solid var(--line); border-top:1px solid var(--line); padding:24px 0; }
.trust-strip ul{ list-style:none; display:flex; flex-wrap:wrap; gap:34px; justify-content:center; margin:0; padding:0; font-weight:600; font-size:.88rem; color:var(--ink); }

.grid{ display:grid; gap:24px; }
.grid-3{ grid-template-columns:repeat(3,1fr); }
.grid-4{ grid-template-columns:repeat(4,1fr); }
.grid-6{ grid-template-columns:repeat(6,1fr); }

.card{
  background:var(--white); border:1px solid var(--line); border-radius:var(--radius);
  padding:28px; transition:transform var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);
}
.card:hover{ transform:translateY(-5px); box-shadow:0 20px 40px rgba(11,20,32,.08); border-color:var(--sky-light); }
.card h3{ margin-top:0; font-size:1.12rem; }

.vehicle-scroller{ display:flex; gap:22px; overflow-x:auto; scroll-snap-type:x mandatory; padding-bottom:8px; -webkit-overflow-scrolling:touch; }
.vehicle-card{ scroll-snap-align:start; min-width:270px; flex:0 0 auto; }
.vehicle-card img{ width:100%; height:170px; object-fit:cover; border-radius:var(--radius-sm); margin-bottom:14px; background:var(--sky-light); }
.vehicle-card .meta{ color:var(--slate); font-size:.86rem; font-family:var(--font-mono); }

.steps{ counter-reset:step; }
.step{ position:relative; padding-left:64px; }
.step::before{
  counter-increment:step; content:counter(step,decimal-leading-zero);
  position:absolute; left:0; top:0; font-family:var(--font-mono);
  font-size:.85rem; color:var(--sky); border:1px solid var(--sky);
  width:40px; height:40px; border-radius:50%; display:flex; align-items:center; justify-content:center;
}

/* ---------- Automatic airport image slider ---------- */
.ots-airport-swiper{ overflow:hidden; padding:6px 4px 58px; }
.ots-airport-swiper .swiper-wrapper{ align-items:stretch; }
.airport-slide{
  height:auto; min-height:340px; display:block; overflow:hidden; border-radius:var(--radius-lg);
  background:var(--ink); border:1px solid rgba(255,255,255,.12);
  box-shadow:0 18px 42px rgba(11,20,32,.13);
  color:var(--white); transform:translateZ(0);
}
.airport-card-media{ position:relative; width:100%; height:100%; min-height:340px; overflow:hidden; }
.airport-card-media img{
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
  transition:transform .7s var(--ease), filter .7s var(--ease);
}
.airport-card-placeholder{
  position:absolute; inset:0; display:flex; align-items:center; justify-content:center;
  background:linear-gradient(145deg, #16354a 0%, #2c617d 52%, #86bed7 100%);
}
.airport-card-placeholder::before{
  content:""; position:absolute; width:240px; height:240px; border-radius:50%;
  border:1px solid rgba(255,255,255,.16); box-shadow:0 0 0 42px rgba(255,255,255,.05), 0 0 0 84px rgba(255,255,255,.03);
}
.airport-card-placeholder svg{ position:relative; width:120px; height:120px; fill:none; stroke:rgba(255,255,255,.72); stroke-width:3; stroke-linecap:round; stroke-linejoin:round; }
.airport-card-shade{ position:absolute; inset:0; background:linear-gradient(180deg, rgba(5,16,28,.04) 10%, rgba(5,16,28,.22) 45%, rgba(5,16,28,.94) 100%); }
.airport-card-content{
  position:absolute; z-index:2; left:0; right:0; bottom:0; padding:28px;
  display:flex; flex-direction:column; align-items:flex-start; gap:4px;
}
.airport-card-content .code{
  display:inline-flex; align-items:center; min-height:34px; padding:5px 10px;
  border:1px solid rgba(255,255,255,.45); border-radius:999px;
  background:rgba(4,18,31,.42); backdrop-filter:blur(8px);
  font-family:var(--font-mono); font-size:.85rem; letter-spacing:.13em; color:var(--white);
  margin-bottom:8px;
}
.airport-card-content strong{ font-family:var(--font-display); font-size:1.7rem; line-height:1.12; color:var(--white); }
.airport-card-link{ margin-top:8px; font-size:.86rem; font-weight:700; color:var(--sky-light); }
.airport-slide:hover{ color:var(--white); box-shadow:0 24px 54px rgba(11,20,32,.2); }
.airport-slide:hover .airport-card-media img{ transform:scale(1.06); filter:saturate(1.08); }
.airport-slider-controls{ display:flex; align-items:center; justify-content:center; gap:18px; margin-top:24px; }
.airport-prev, .airport-next{
  width:44px; height:44px; flex:0 0 44px; border-radius:50%; border:1px solid var(--line);
  background:var(--white); display:flex; align-items:center; justify-content:center;
  color:var(--ink); font-size:1.05rem; cursor:pointer;
  transition:background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);
}
.airport-prev:hover, .airport-next:hover{ background:var(--sky); color:var(--white); border-color:var(--sky); }
.airport-pagination{ position:static !important; width:auto !important; display:flex; align-items:center; justify-content:center; gap:6px; }
.airport-pagination .swiper-pagination-bullet{ margin:0 !important; }

.stat{ text-align:center; }
.stat .num{ font-family:var(--font-mono); font-size:2.5rem; color:var(--sky); display:block; }
.stat .label{ color:var(--slate); font-size:.84rem; text-transform:uppercase; letter-spacing:.08em; }

.faq details{ border-bottom:1px solid var(--line); padding:18px 0; }
.faq summary{ cursor:pointer; font-weight:600; font-family:var(--font-display); font-size:1.05rem; list-style:none; display:flex; justify-content:space-between; color:var(--ink); }
.faq summary::-webkit-details-marker{ display:none; }
.faq summary::after{ content:"+"; color:var(--sky); font-size:1.4rem; transition:transform var(--dur-fast) var(--ease); }
.faq details[open] summary::after{ transform:rotate(45deg); }
.faq p{ color:var(--slate); margin-top:12px; }

/* ---------- Footer ---------- */
.footer-cta{ background:var(--ink); padding:80px 0 0; text-align:center; }
.footer-cta-inner h2{ color:var(--white); margin-bottom:10px; }
.footer-cta-inner p{ color:#a9b8c7; margin-bottom:24px; }
.footer-social{ display:flex; gap:12px; margin-top:14px; }
.footer-social a{
  width:36px; height:36px; border-radius:50%; border:1px solid rgba(255,255,255,.2);
  display:flex; align-items:center; justify-content:center; font-size:.75rem; font-weight:700;
  color:#a9b8c7; transition:background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);
}
.footer-social a:hover{ background:var(--sky); color:var(--white); border-color:var(--sky); }
.site-footer{ background:var(--ink); color:#a9b8c7; padding:64px 0 26px; }
.site-footer a{ color:#a9b8c7; }
.site-footer a:hover{ color:var(--sky-light); }
.footer-grid{ display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:36px; margin-bottom:40px; }
.footer-grid h4{ color:var(--white); font-family:var(--font-body); font-size:.85rem; letter-spacing:.1em; text-transform:uppercase; margin-bottom:16px; }
.footer-grid ul{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:8px; }
.footer-legal{ border-top:1px solid rgba(255,255,255,.1); padding-top:22px; font-size:.82rem; display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px; }

a:focus-visible, button:focus-visible, summary:focus-visible{ outline:2px solid var(--sky); outline-offset:3px; }

.mobile-menu-toggle{
  display:none; align-items:center; justify-content:center; width:44px; height:44px;
  border:1px solid var(--line); border-radius:10px; background:var(--white); color:var(--ink);
  font-size:1.35rem; cursor:pointer;
}
.mobile-menu-toggle[aria-expanded="true"]{ background:var(--sky-light); border-color:var(--sky); }

@media (prefers-reduced-motion: reduce){
  *, *::before, *::after{ scroll-behavior:auto !important; animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
  .reveal, .reveal-stagger > *, .text-reveal .word, .hero .booking-widget-wrap{ opacity:1 !important; transform:none !important; }
}

@media (max-width: 1120px){
  .grid-3, .grid-4{ grid-template-columns:1fr 1fr; }
  .footer-grid{ grid-template-columns:1fr 1fr; }
  .site-header .container{ gap:12px; }
  .logo{ flex:1 1 auto; max-width:calc(100% - 56px); }
  .logo img,
  .logo .custom-logo{ max-width:100%; max-height:48px; }
  .mobile-menu-toggle{ display:flex; flex:0 0 44px; margin-left:auto; }
  /* On tablet/mobile the header contains only the logo and hamburger.
     The desktop phone / Book Now CTA is intentionally hidden. */
  .header-cta{ display:none; }
  .main-nav{
    display:none; position:absolute; left:20px; right:20px; top:calc(100% + 8px);
    background:var(--white); border:1px solid var(--line); border-radius:var(--radius);
    padding:16px; box-shadow:0 18px 45px rgba(11,20,32,.14);
  }
  .main-nav.is-open{ display:block; }
  .main-nav ul{ flex-direction:column; align-items:stretch; gap:4px; }
  .main-nav a{ display:block; padding:10px 8px; }
}
@media (max-width: 600px){
  .grid-3, .grid-4{ grid-template-columns:1fr; }
  .footer-grid{ grid-template-columns:1fr; }
  .site-header{ padding:12px 0; }
  .site-header.is-scrolled{ padding:10px 0; }
  .site-header .container{ padding-left:18px; padding-right:18px; }
  .logo{ max-width:calc(100vw - 98px); }
  .logo img,
  .logo .custom-logo{ max-height:44px; }
  .main-nav{ left:18px; right:18px; }
  .hero{ padding:150px 0 90px; }
  .booking-widget-wrap{ padding:20px; }
  .ots-airport-swiper{ margin-left:-18px; margin-right:-18px; padding-left:18px; padding-right:18px; }
  .airport-slide, .airport-card-media{ min-height:310px; }
  .airport-card-content{ padding:24px; }
  .airport-card-content strong{ font-size:1.5rem; }
}
