:root {
  --ink: #071a33;
  --ink-soft: #253955;
  --blue: #0c2448;
  --blue-light: #153d73;
  --orange: #ff7a2f;
  --orange-soft: #fff1e8;
  --paper: #ffffff;
  --mist: #f5f7fa;
  --line: rgba(7, 26, 51, 0.11);
  --shadow: 0 24px 70px rgba(7, 26, 51, 0.14);
  --shadow-soft: 0 18px 44px rgba(7, 26, 51, 0.08);
  --shadow-hover: 0 28px 76px rgba(7, 26, 51, 0.16);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fafc 46%, #ffffff 100%);
  text-rendering: geometricPrecision;
}

img {
  display: block;
  max-width: 100%;
}

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

.site-header {
  position: fixed;
  inset: 18px 24px auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(24px) saturate(150%);
  box-shadow: 0 18px 54px rgba(7, 26, 51, 0.1);
  transition: transform 280ms ease, background 280ms ease, box-shadow 280ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 44px rgba(7, 26, 51, 0.13);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 760;
  color: var(--ink);
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: var(--radius);
  color: #fff;
  background: linear-gradient(145deg, var(--blue), var(--blue-light));
  font-size: 12px;
  letter-spacing: 0;
  box-shadow: 0 10px 24px rgba(12, 36, 72, 0.22);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  color: rgba(7, 26, 51, 0.72);
}

.nav-links a,
.footer-links a {
  transition: color 180ms ease;
}

.nav-links a:hover,
.footer-links a:hover {
  color: var(--orange);
}

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

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  font-size: 13px;
  font-weight: 820;
}

.language-switcher:focus-within {
  border-color: rgba(255, 122, 47, 0.44);
  box-shadow: 0 0 0 4px rgba(255, 122, 47, 0.12);
}

.language-switcher svg {
  width: 17px;
  height: 17px;
  color: var(--orange);
}

.language-switcher select {
  max-width: 112px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  outline: 0;
}

.nav-action {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 11px 17px;
  border-radius: var(--radius);
  color: #fff;
  background: var(--ink);
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 14px 28px rgba(7, 26, 51, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.nav-action:hover {
  transform: translateY(-2px);
  background: var(--blue);
  box-shadow: 0 20px 40px rgba(7, 26, 51, 0.22);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
  min-height: 92vh;
  padding: 124px clamp(22px, 5vw, 72px) 64px;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.86) 48%, rgba(255, 255, 255, 0.32)),
    radial-gradient(circle at 88% 14%, rgba(255, 122, 47, 0.16), transparent 31%),
    radial-gradient(circle at 18% 84%, rgba(12, 36, 72, 0.08), transparent 34%),
    linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 20% -18% auto auto;
  z-index: -1;
  width: 44vw;
  height: 44vw;
  background: radial-gradient(circle, rgba(21, 61, 115, 0.12), transparent 62%);
  filter: blur(20px);
}

.hero-copy {
  max-width: 660px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(52px, 6.3vw, 94px);
  line-height: 0.95;
  letter-spacing: 0;
  max-width: 820px;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  letter-spacing: 0;
}

p {
  color: rgba(7, 26, 51, 0.68);
  line-height: 1.65;
}

.hero-subhead {
  max-width: 570px;
  margin-bottom: 12px;
  font-size: clamp(19px, 2vw, 25px);
  color: rgba(7, 26, 51, 0.73);
}

.hero-area {
  max-width: 560px;
  margin-bottom: 28px;
  color: rgba(7, 26, 51, 0.62);
  font-weight: 720;
}

.hero-actions,
.contact-actions,
.final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 800;
  position: relative;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 12%, rgba(255, 255, 255, 0.22), transparent 36%);
  transform: translateX(-120%);
  transition: transform 540ms ease;
}

.button:hover::after {
  transform: translateX(120%);
}

.button svg {
  width: 19px;
  height: 19px;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: #fff;
  background: var(--orange);
  border-color: var(--orange);
  box-shadow: 0 16px 32px rgba(255, 122, 47, 0.24);
}

.button.primary:hover {
  box-shadow: 0 20px 44px rgba(255, 122, 47, 0.34);
}

.button.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
}

.button.secondary:hover {
  border-color: rgba(7, 26, 51, 0.18);
  box-shadow: var(--shadow-soft);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.trust-row span {
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  color: rgba(7, 26, 51, 0.68);
  font-size: 14px;
}

.trust-row strong {
  color: var(--ink);
}

.hero-visual {
  position: relative;
  height: 560px;
  min-height: 560px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 34px 90px rgba(7, 26, 51, 0.2);
  isolation: isolate;
  transform: translateZ(0);
  animation: heroFloat 7s ease-in-out infinite;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(7, 26, 51, 0.42));
  z-index: 1;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: inherit;
  pointer-events: none;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-visual:hover img {
  transform: scale(1.035);
}

.floating-card {
  position: absolute;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 10px;
  min-width: 220px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(20px) saturate(150%);
  box-shadow: 0 20px 48px rgba(7, 26, 51, 0.24);
  animation: cardFloat 6s ease-in-out infinite;
}

.floating-card svg {
  grid-row: span 2;
  width: 25px;
  height: 25px;
  color: var(--orange);
}

.floating-card span {
  color: rgba(7, 26, 51, 0.56);
  font-size: 13px;
}

.floating-card strong {
  font-size: 16px;
}

.pickup-card {
  left: 22px;
  top: 26px;
}

.delivery-card {
  right: 22px;
  bottom: 26px;
  animation-delay: -2.5s;
}

.logo-strip {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 clamp(22px, 5vw, 72px) 42px;
}

.logo-strip span {
  min-width: 138px;
  padding: 14px 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 28px rgba(7, 26, 51, 0.05);
  text-align: center;
  color: rgba(7, 26, 51, 0.62);
  font-weight: 740;
}

.service-area {
  padding-top: 52px;
}

.service-area-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}

.cyprus-map {
  min-height: 420px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(245, 247, 250, 0.88)),
    radial-gradient(circle at 70% 28%, rgba(255, 122, 47, 0.1), transparent 32%);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.cyprus-map svg {
  width: 100%;
  height: 100%;
  min-height: 420px;
}

.map-island {
  fill: #ffffff;
  stroke: rgba(7, 26, 51, 0.18);
  stroke-width: 2;
  filter: drop-shadow(0 22px 32px rgba(7, 26, 51, 0.12));
}

.map-routes path {
  fill: none;
  stroke: rgba(255, 122, 47, 0.58);
  stroke-width: 3;
  stroke-dasharray: 8 10;
  stroke-linecap: round;
  animation: routeFlow 9s linear infinite;
}

.map-marker {
  transform: translate(var(--x), var(--y));
}

.map-marker circle {
  fill: var(--orange);
  stroke: #fff;
  stroke-width: 4;
  filter: drop-shadow(0 8px 12px rgba(255, 122, 47, 0.28));
}

.map-marker text {
  fill: var(--ink);
  font-size: 18px;
  font-weight: 850;
  paint-order: stroke;
  stroke: rgba(255, 255, 255, 0.86);
  stroke-width: 5px;
}

.marker-airport circle {
  fill: var(--blue);
}

.marker-soon circle {
  fill: rgba(7, 26, 51, 0.45);
}

.service-area-copy p {
  font-size: 19px;
}

.mini-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.mini-gallery img {
  width: 100%;
  aspect-ratio: 1.25;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.mini-gallery img:hover {
  transform: translateY(-3px) scale(1.012);
  box-shadow: var(--shadow-hover);
}

.airport-time-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(245, 247, 250, 0.76), rgba(255, 255, 255, 0.96)),
    radial-gradient(circle at 15% 0%, rgba(255, 122, 47, 0.08), transparent 32%),
    radial-gradient(circle at 90% 40%, rgba(12, 36, 72, 0.08), transparent 30%);
}

.airport-clock-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
}

.airport-clock-card {
  position: relative;
  min-height: 248px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(18px) saturate(150%);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.airport-clock-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), transparent 46%),
    radial-gradient(circle at 80% 0%, rgba(255, 122, 47, 0.12), transparent 36%);
  pointer-events: none;
}

.airport-clock-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 122, 47, 0.2);
  box-shadow: var(--shadow-hover);
}

.airport-clock-card.is-main {
  border-color: rgba(255, 122, 47, 0.36);
  box-shadow: 0 24px 70px rgba(255, 122, 47, 0.13), var(--shadow-soft);
}

.airport-card-top,
.airport-card-body,
.airport-card-footer {
  position: relative;
  z-index: 1;
}

.airport-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 24px;
}

.airport-flag {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 12px 28px rgba(7, 26, 51, 0.08);
  font-size: 24px;
}

.airport-code {
  color: var(--ink);
  font-size: 16px;
  font-weight: 920;
  letter-spacing: 0.08em;
}

.airport-main-badge {
  display: inline-flex;
  margin-top: 8px;
  padding: 7px 9px;
  border-radius: var(--radius);
  color: var(--orange);
  background: var(--orange-soft);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.airport-name {
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 880;
}

.airport-country {
  margin-bottom: 20px;
  color: rgba(7, 26, 51, 0.56);
  font-weight: 760;
}

.airport-time {
  color: var(--ink);
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1;
  font-variant-numeric: tabular-nums;
  font-weight: 900;
  letter-spacing: 0;
  transition: transform 170ms ease, color 170ms ease;
}

.airport-time.is-ticking {
  transform: translateY(-1px);
  color: var(--orange);
}

.airport-date {
  margin-top: 8px;
  color: rgba(7, 26, 51, 0.62);
  font-size: 14px;
  font-weight: 720;
}

.airport-card-footer {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: rgba(7, 26, 51, 0.52);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.airport-time-note {
  max-width: 1180px;
  margin: 22px auto 0;
  color: rgba(7, 26, 51, 0.58);
  font-size: 14px;
  font-weight: 740;
  text-align: center;
}

.flight-tracker-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 122, 47, 0.09), transparent 30%),
    linear-gradient(180deg, #fff, rgba(245, 247, 250, 0.86));
}

.flight-tracker-shell {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(20px) saturate(150%);
  box-shadow: var(--shadow);
}

.flight-search {
  display: grid;
  gap: 12px;
}

.flight-search label {
  color: var(--ink);
  font-size: 15px;
  font-weight: 850;
}

.flight-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}

.flight-search input {
  width: 100%;
  min-height: 54px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  font: inherit;
  font-weight: 760;
  outline: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.flight-search input:focus {
  border-color: rgba(255, 122, 47, 0.5);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 122, 47, 0.12);
}

.flight-status-card {
  margin-top: 18px;
  padding: 24px;
  border: 1px solid rgba(7, 26, 51, 0.09);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(245, 247, 250, 0.82)),
    radial-gradient(circle at 90% 10%, rgba(255, 122, 47, 0.12), transparent 34%);
  box-shadow: var(--shadow-soft);
  transform-origin: top center;
}

.flight-status-card.is-updated {
  animation: statusCardIn 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.flight-status-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.flight-kicker {
  display: block;
  margin-bottom: 6px;
  color: rgba(7, 26, 51, 0.5);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.flight-status-top h3 {
  margin: 0;
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1;
}

.flight-status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: var(--radius);
  background: rgba(31, 157, 85, 0.12);
  color: #137344;
  font-size: 13px;
  font-weight: 900;
}

.flight-status-card[data-status="delayed"] .flight-status-pill {
  background: rgba(255, 122, 47, 0.14);
  color: var(--orange);
}

.flight-status-card[data-status="cancelled"] .flight-status-pill {
  background: rgba(190, 18, 60, 0.1);
  color: #be123c;
}

.flight-status-card[data-status="landed"] .flight-status-pill {
  background: rgba(12, 36, 72, 0.1);
  color: var(--blue);
}

.flight-data-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.flight-data-grid span {
  display: grid;
  gap: 5px;
  min-height: 86px;
  align-content: center;
  padding: 14px;
  border: 1px solid rgba(7, 26, 51, 0.08);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
}

.flight-data-grid small {
  color: rgba(7, 26, 51, 0.48);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.flight-data-grid strong {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.3;
}

.flight-delay-message {
  margin: 18px 0 0;
  color: rgba(7, 26, 51, 0.72);
  font-weight: 760;
}

.flight-api-note {
  margin: 18px 0 0;
  color: rgba(7, 26, 51, 0.5);
  font-size: 13px;
  font-weight: 720;
  text-align: center;
}

.section {
  padding: 92px clamp(22px, 5vw, 72px);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}

.steps,
.service-grid,
.pricing-grid,
.testimonials,
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
}

.step-card,
.service-card,
.price-card,
.quote-card,
.trust-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 50px rgba(7, 26, 51, 0.06);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.step-card:hover,
.service-card:hover,
.price-card:hover,
.quote-card:hover,
.trust-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 122, 47, 0.2);
  box-shadow: var(--shadow-hover);
}

.step-card.section-reveal.is-visible:hover,
.service-card.section-reveal.is-visible:hover,
.quote-card.section-reveal.is-visible:hover,
.trust-card.section-reveal.is-visible:hover,
.airport-clock-card.section-reveal.is-visible:hover {
  transform: translateY(-6px) scale(1.01);
}

.price-card.section-reveal.is-visible:hover {
  transform: translateY(-7px) scale(1.012);
}

.step-card,
.service-card,
.price-card,
.trust-card {
  padding: 26px;
}

.step-card span {
  color: rgba(7, 26, 51, 0.32);
  font-weight: 900;
}

.step-card svg,
.service-card svg {
  width: 34px;
  height: 34px;
  margin: 24px 0 20px;
  color: var(--orange);
  stroke-width: 1.8;
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 5vw, 66px);
  align-items: center;
  padding: 96px clamp(22px, 5vw, 72px);
  background: var(--ink);
  color: #fff;
}

.feature-media {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
}

.feature-media img {
  width: 100%;
  height: min(56vw, 610px);
  min-height: 420px;
  object-fit: cover;
}

.feature-copy {
  max-width: 620px;
}

.feature-copy p,
.feature-copy h2 {
  color: #fff;
}

.feature-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.benefit-grid span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.benefit-grid svg {
  width: 20px;
  height: 20px;
  color: var(--orange);
  flex: 0 0 auto;
}

.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trust-section {
  padding-top: 42px;
}

.trust-grid {
  grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
}

.trust-card {
  display: grid;
  gap: 14px;
  min-height: 142px;
  align-content: start;
  font-weight: 820;
}

.trust-card svg {
  width: 30px;
  height: 30px;
  color: var(--orange);
  stroke-width: 1.9;
}

.pricing-section {
  background: var(--mist);
}

.price-card {
  position: relative;
}

.offer-badge {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 10px;
  border-radius: var(--radius);
  background: var(--orange-soft);
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.price-card strong {
  display: block;
  margin: 6px 0 22px;
  font-size: 34px;
  color: var(--ink);
}

.old-price {
  margin-right: 8px;
  color: rgba(7, 26, 51, 0.36);
  font-size: 0.62em;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.price-card.featured .old-price {
  color: rgba(255, 255, 255, 0.5);
}

.price-kicker {
  display: block;
  margin-top: 22px;
  color: rgba(7, 26, 51, 0.48);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.price-card a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border-radius: var(--radius);
  background: var(--ink);
  color: #fff;
  font-weight: 800;
}

.price-card.featured {
  color: #fff;
  background: linear-gradient(160deg, var(--blue), #091629);
  transform: translateY(-10px);
}

.price-card.featured.section-reveal.is-visible {
  transform: translateY(-10px);
}

.price-card.featured.section-reveal.is-visible:hover {
  transform: translateY(-15px) scale(1.012);
}

.price-card.featured p,
.price-card.featured .price-kicker,
.price-card.featured strong {
  color: rgba(255, 255, 255, 0.86);
}

.price-card.featured a {
  background: var(--orange);
}

.badge {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-radius: var(--radius);
  background: rgba(255, 122, 47, 0.16);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.price-card.featured .offer-badge {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.86);
}

.testimonial-band {
  background: #fff;
}

.testimonials {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.quote-card {
  margin: 0;
  padding: 28px;
}

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

.quote-top img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(7, 26, 51, 0.14);
}

.stars {
  display: block;
  color: #f6a500;
  font-size: 15px;
  letter-spacing: 0;
}

.flag {
  display: block;
  margin-top: 4px;
  text-align: right;
  font-size: 18px;
}

blockquote {
  margin: 0 0 24px;
  color: var(--ink-soft);
  font-size: 19px;
  line-height: 1.55;
}

figcaption {
  color: rgba(7, 26, 51, 0.56);
  font-weight: 800;
}

.faq-section {
  background: var(--mist);
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 32px rgba(7, 26, 51, 0.05);
  overflow: hidden;
}

details + details {
  margin-top: 12px;
}

summary {
  cursor: pointer;
  padding: 22px 24px;
  color: var(--ink);
  font-weight: 850;
  list-style: none;
  transition: color 180ms ease, background 180ms ease;
}

summary:hover {
  color: var(--orange);
  background: rgba(255, 122, 47, 0.04);
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  float: right;
  color: var(--orange);
  font-size: 24px;
  line-height: 1;
}

[dir="rtl"] body {
  text-align: right;
}

[dir="rtl"] .brand,
[dir="rtl"] .brand-mark,
[dir="rtl"] .contact-details a[href^="tel:"],
[dir="rtl"] .contact-details a[href^="mailto:"] {
  direction: ltr;
}

[dir="rtl"] .site-header,
[dir="rtl"] .hero,
[dir="rtl"] .feature-band,
[dir="rtl"] .contact-section,
[dir="rtl"] .final-cta {
  direction: rtl;
}

[dir="rtl"] .nav-links,
[dir="rtl"] .header-actions,
[dir="rtl"] .hero-actions,
[dir="rtl"] .contact-actions,
[dir="rtl"] .final-cta-actions,
[dir="rtl"] .trust-row,
[dir="rtl"] .footer-links {
  direction: rtl;
}

[dir="rtl"] .section-heading {
  text-align: center;
}

[dir="rtl"] .button,
[dir="rtl"] .benefit-grid span,
[dir="rtl"] .contact-details a,
[dir="rtl"] .floating-card,
[dir="rtl"] .floating-whatsapp {
  direction: rtl;
}

[dir="rtl"] summary::after {
  float: left;
}

[dir="rtl"] .pickup-card {
  right: 22px;
  left: auto;
}

[dir="rtl"] .delivery-card {
  right: auto;
  left: 22px;
}

[dir="rtl"] .floating-whatsapp {
  right: auto;
  left: 22px;
}

details[open] summary::after {
  content: "-";
}

details p {
  padding: 0 24px 22px;
  display: grid;
  grid-template-rows: 1fr;
  animation: faqReveal 240ms ease;
}

@keyframes faqReveal {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(340px, 1.16fr);
  gap: clamp(28px, 5vw, 66px);
  align-items: center;
}

.contact-copy {
  max-width: 560px;
}

.contact-details {
  display: grid;
  gap: 10px;
  margin: 22px 0 24px;
}

.contact-details a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 820;
}

.contact-details svg {
  width: 20px;
  height: 20px;
  color: var(--orange);
}

.map-card {
  height: 460px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.map-card iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  max-width: 1180px;
  margin: 0 auto 78px;
  padding: 42px;
  border-radius: var(--radius);
  color: #fff;
  background: linear-gradient(160deg, var(--blue), #091629);
  box-shadow: var(--shadow);
}

.final-cta h2 {
  max-width: 780px;
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(32px, 4vw, 54px);
}

.final-cta p:not(.eyebrow) {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
}

.final-cta .button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
}

body.booking-open {
  overflow: hidden;
}

.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 22px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.booking-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.booking-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 26, 51, 0.54);
  backdrop-filter: blur(16px);
}

.booking-panel {
  position: relative;
  width: min(980px, 100%);
  max-height: min(92vh, 980px);
  overflow: auto;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(245, 247, 250, 0.92)),
    radial-gradient(circle at 90% 8%, rgba(255, 122, 47, 0.12), transparent 30%);
  box-shadow: 0 34px 100px rgba(7, 26, 51, 0.32);
  transform: translateY(16px) scale(0.985);
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.booking-modal.is-open .booking-panel {
  transform: translateY(0) scale(1);
}

.booking-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease;
}

.booking-close:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 122, 47, 0.28);
  color: var(--orange);
}

.booking-close svg {
  width: 19px;
  height: 19px;
}

.booking-heading {
  max-width: 680px;
  margin-bottom: 26px;
}

.booking-heading h2 {
  margin-bottom: 12px;
}

.booking-form {
  display: grid;
  gap: 18px;
}

.booking-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.booking-grid label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
}

.booking-wide {
  grid-column: 1 / -1;
}

.booking-grid input,
.booking-grid select,
.booking-grid textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  font: inherit;
  font-weight: 700;
  outline: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.booking-grid textarea {
  min-height: 112px;
  padding: 14px;
  resize: vertical;
}

.booking-grid input:focus,
.booking-grid select:focus,
.booking-grid textarea:focus {
  border-color: rgba(255, 122, 47, 0.5);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 122, 47, 0.12);
}

.booking-grid input:invalid:not(:placeholder-shown),
.booking-grid select:invalid {
  border-color: rgba(190, 18, 60, 0.38);
}

.booking-error,
.booking-confirmation {
  margin: 0;
  padding: 14px 16px;
  border-radius: var(--radius);
  font-weight: 780;
}

.booking-error {
  border: 1px solid rgba(190, 18, 60, 0.18);
  background: rgba(190, 18, 60, 0.08);
  color: #9f1239;
}

.booking-confirmation {
  border: 1px solid rgba(31, 157, 85, 0.18);
  background: rgba(31, 157, 85, 0.1);
  color: #137344;
}

.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

[dir="rtl"] .booking-close {
  right: auto;
  left: 16px;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 54px;
  padding: 0 18px;
  border-radius: var(--radius);
  color: #fff;
  background: #1f9d55;
  box-shadow: 0 18px 42px rgba(7, 26, 51, 0.2);
  font-weight: 850;
  transition: transform 180ms ease, box-shadow 180ms ease;
  animation: whatsappPulse 3.2s ease-in-out infinite;
}

.floating-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(7, 26, 51, 0.24);
}

.floating-whatsapp svg {
  width: 21px;
  height: 21px;
}

.footer {
  display: grid;
  grid-template-columns: minmax(180px, auto) 1fr;
  gap: 20px;
  align-items: center;
  padding: 34px clamp(22px, 5vw, 72px);
  border-top: 1px solid var(--line);
}

.footer p {
  margin: 0;
  text-align: center;
}

.footer-links {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 18px;
  color: rgba(7, 26, 51, 0.62);
  font-size: 14px;
  font-weight: 760;
}

.footer-label {
  color: rgba(7, 26, 51, 0.42);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.section-reveal {
  opacity: 0;
  transform: translateY(28px) scale(0.985);
  filter: blur(6px);
  transition:
    opacity 760ms ease,
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 760ms ease;
  will-change: opacity, transform, filter;
}

.section-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.steps .section-reveal:nth-child(2),
.service-grid .section-reveal:nth-child(2),
.pricing-grid .section-reveal:nth-child(2),
.testimonials .section-reveal:nth-child(2),
.trust-grid .section-reveal:nth-child(2),
.airport-clock-grid .section-reveal:nth-child(2) {
  transition-delay: 80ms;
}

.steps .section-reveal:nth-child(3),
.service-grid .section-reveal:nth-child(3),
.pricing-grid .section-reveal:nth-child(3),
.testimonials .section-reveal:nth-child(3),
.trust-grid .section-reveal:nth-child(3),
.airport-clock-grid .section-reveal:nth-child(3) {
  transition-delay: 150ms;
}

.steps .section-reveal:nth-child(4),
.service-grid .section-reveal:nth-child(4),
.pricing-grid .section-reveal:nth-child(4),
.trust-grid .section-reveal:nth-child(4),
.airport-clock-grid .section-reveal:nth-child(4) {
  transition-delay: 220ms;
}

.service-grid .section-reveal:nth-child(5),
.trust-grid .section-reveal:nth-child(5) {
  transition-delay: 290ms;
}

.service-grid .section-reveal:nth-child(6),
.trust-grid .section-reveal:nth-child(6) {
  transition-delay: 360ms;
}

.trust-grid .section-reveal:nth-child(7) {
  transition-delay: 430ms;
}

@keyframes heroFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes cardFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes routeFlow {
  to {
    stroke-dashoffset: -72;
  }
}

@keyframes whatsappPulse {
  0%,
  100% {
    box-shadow: 0 18px 42px rgba(7, 26, 51, 0.2), 0 0 0 0 rgba(31, 157, 85, 0.28);
  }
  50% {
    box-shadow: 0 18px 42px rgba(7, 26, 51, 0.2), 0 0 0 10px rgba(31, 157, 85, 0);
  }
}

@keyframes statusCardIn {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .section-reveal,
  .button,
  .site-header,
  .floating-whatsapp,
  .hero-visual,
  .floating-card,
  .map-routes path,
  .airport-time,
  .flight-status-card,
  .mini-gallery img,
  details p {
    animation: none;
    transition: none;
  }

  .section-reveal {
    opacity: 1;
    transform: none;
    filter: none;
  }

  .hero-visual:hover img,
  .mini-gallery img:hover {
    transform: none;
  }
}

@media (max-width: 980px) {
  .site-header {
    inset: 12px 14px auto;
  }

  .nav-links {
    display: none;
  }

  .hero,
  .feature-band,
  .contact-section,
  .service-area-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 114px;
  }

  .hero-visual,
  .hero-visual img {
    height: 520px;
    min-height: 520px;
  }

  .steps,
  .pricing-grid,
  .trust-grid,
  .airport-clock-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flight-data-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-grid,
  .testimonials {
    grid-template-columns: 1fr 1fr;
  }

  .service-area-copy {
    max-width: 760px;
  }

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

  .footer {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-links {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 10px;
  }

  .brand {
    font-size: 15px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .nav-action {
    padding: 10px 13px;
  }

  .header-actions {
    gap: 7px;
  }

  .language-switcher {
    padding: 0 8px;
  }

  .language-switcher select {
    max-width: 92px;
  }

  .hero {
    padding-inline: 18px;
    padding-bottom: 42px;
  }

  h1 {
    font-size: 52px;
  }

  .button {
    width: 100%;
  }

  .hero-visual,
  .hero-visual img {
    height: 420px;
    min-height: 420px;
  }

  .floating-card {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 10px;
    min-width: 0;
  }

  .delivery-card {
    margin-top: -86px;
  }

  .logo-strip {
    padding-bottom: 42px;
  }

  .section {
    padding: 66px 18px;
  }

  .service-area {
    padding-top: 36px;
  }

  .cyprus-map {
    min-height: 320px;
  }

  .cyprus-map svg {
    min-height: 320px;
  }

  .map-marker text {
    font-size: 15px;
  }

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

  .steps,
  .service-grid,
  .pricing-grid,
  .testimonials,
  .trust-grid,
  .airport-clock-grid,
  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .airport-clock-card {
    min-height: 226px;
  }

  .flight-tracker-shell,
  .flight-status-card {
    padding: 20px;
  }

  .flight-search-row,
  .flight-data-grid {
    grid-template-columns: 1fr;
  }

  .flight-status-top {
    flex-direction: column;
  }

  .booking-modal {
    align-items: end;
    padding: 10px;
  }

  .booking-panel {
    max-height: 94vh;
    padding: 24px 18px;
  }

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

  .booking-actions .button {
    width: 100%;
  }

  .price-card.featured {
    transform: none;
  }

  .price-card.featured.section-reveal.is-visible,
  .price-card.featured.section-reveal.is-visible:hover {
    transform: none;
  }

  .feature-band {
    padding: 68px 18px;
  }

  .feature-media img {
    min-height: 320px;
  }

  .map-card {
    height: 380px;
  }

  .footer-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 16px;
  }

  .final-cta {
    margin: 0 18px 58px;
    padding: 30px 24px;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    min-height: 50px;
    padding: 0 14px;
  }

  [dir="rtl"] .floating-whatsapp {
    right: auto;
    left: 14px;
  }
}
