/* ============================================================
   Babadağ Tandem — Ölüdeniz yamaç paraşütü
   Art direction: cinematic coastal-Mediterranean flight —
   deep sky-blue + warm sunset amber, editorial magazine type
   (Fraunces optical-size serif display / Manrope grotesque body)
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400..600;1,9..144,400..600&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --bg: #EEF4F8;
  --surface: #FFFFFF;
  --surface-2: #E4EFF7;
  --sand: #F7F1E7;            /* warm paper tone for alternating rhythm */
  --ink: #0E2131;
  --ink-soft: #3C5268;
  --ink-faint: #67809A;
  --accent: #1E88E5;
  --accent-deep: #12609F;
  --accent-2: #FF7A3C;
  --accent-2-deep: #E8611F;
  --gold: #E9A23B;           /* sunset gold — editorial italic accent */
  --line: rgba(14, 33, 49, 0.11);
  --line-strong: rgba(14, 33, 49, 0.20);
  --sky-1: #1E88E5;
  --sky-2: #7CC0F0;
  --sky-3: #CDE7FA;
  --shadow: 0 18px 44px -28px rgba(14, 33, 49, 0.42);
  --shadow-lift: 0 30px 64px -30px rgba(30, 136, 229, 0.44);
  --shadow-warm: 0 30px 64px -32px rgba(233, 122, 40, 0.5);
  --header-h: 74px;
  --radius: 16px;
  --radius-lg: 24px;
  --maxw: 1400px;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --font-display: "Fraunces", Georgia, "Iowan Old Style", "Times New Roman", serif;
  --font-body: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  interpolate-size: allow-keywords;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

html, body {
  overflow-x: hidden;
  max-width: 100vw;
  margin: 0;
}

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  font-size: 17px;
  line-height: 1.65;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-optical-sizing: auto;
  font-weight: 600;
  letter-spacing: -0.018em;
  line-height: 1.06;
  color: var(--ink);
  margin: 0 0 .5em;
}
/* editorial italic accent inside headings — sunset-gold, true Fraunces italic */
h1 em, h2 em, h3 em, .accent-i {
  font-style: italic;
  font-weight: 500;
  color: var(--accent-deep);
}
h2 .g, h1 .g { color: var(--accent-2-deep); font-style: italic; font-weight: 500; }
p { margin: 0 0 1em; }

a { color: var(--accent); text-decoration: none; transition: color .2s var(--ease); }
a:hover { color: var(--accent-deep); }

img { max-width: 100%; height: auto; display: block; }

.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding-left: clamp(16px, 4vw, 48px);
  padding-right: clamp(16px, 4vw, 48px);
}

.section { padding: clamp(56px, 8vw, 104px) 0; position: relative; }
.section--tint { background: var(--surface-2); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin: 0 0 16px;
}
.eyebrow::before {
  content: "";
  width: 30px; height: 2px;
  background: linear-gradient(90deg, var(--accent-2), var(--gold));
  border-radius: 2px;
}

.section-head { max-width: 780px; margin-bottom: clamp(30px, 4.5vw, 58px); }
.section-head h2 { font-size: clamp(2rem, 5vw, 3.35rem); line-height: 1.03; }
.section-head p { color: var(--ink-soft); font-size: clamp(1.02rem, 1.6vw, 1.14rem); margin-bottom: 0; max-width: 62ch; }
/* centred editorial section head variant */
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-head.center p { margin-left: auto; margin-right: auto; }

.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--ink); color: #fff; padding: 12px 18px;
  z-index: 2000; border-radius: 0 0 10px 0;
}
.skip-link:focus { left: 0; color: #fff; }

:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-radius: 4px;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 700;
  font-size: .98rem;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform .22s var(--ease), background .22s var(--ease),
              color .22s var(--ease), box-shadow .22s var(--ease);
  line-height: 1;
  font-family: inherit;
}
.btn-primary { background: var(--accent-2); color: #fff; box-shadow: 0 12px 26px -14px rgba(255, 122, 60, .8); }
.btn-primary:hover, .btn-primary:focus-visible {
  background: var(--accent-2-deep); color: #fff; transform: translateY(-2px);
  /* warm sunset glow — theme micro-effect, not a flat darken */
  box-shadow: 0 16px 34px -14px rgba(255, 122, 60, .85), 0 0 0 4px rgba(255, 122, 60, .18);
}
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn-ghost:hover, .btn-ghost:focus-visible { background: var(--surface); color: var(--accent-deep); border-color: var(--accent); transform: translateY(-2px); }
.btn-sky { background: var(--accent); color: #fff; }
.btn-sky:hover, .btn-sky:focus-visible { background: var(--accent-deep); color: #fff; transform: translateY(-2px); }
.btn .arrow { transition: transform .22s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1080;
  height: var(--header-h);
  display: flex;
  align-items: center;
  background: rgba(242, 246, 249, 0.92);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid transparent;
  transition: background .24s var(--ease), box-shadow .24s var(--ease),
              height .24s var(--ease), border-color .24s var(--ease);
}
.site-header.is-scrolled {
  background: rgba(242, 246, 249, 0.98);
  box-shadow: 0 8px 24px -16px rgba(15, 34, 51, .28);
  border-bottom-color: var(--line);
  height: 64px;
}
.header-inner {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding-left: clamp(16px, 4vw, 48px);
  padding-right: clamp(16px, 4vw, 48px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 800;
  font-size: 1.16rem;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.brand:hover { color: var(--ink); }
.brand svg { width: 34px; height: 34px; flex: none; }
.brand b { font-weight: 800; }
.brand span { color: var(--accent-deep); }
.brand small {
  display: block;
  font-size: .58rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-faint);
  font-weight: 600;
}

.nav-desktop { display: none; }
@media (min-width: 1024px) {
  .nav-desktop {
    display: flex;
    align-items: center;
    gap: clamp(14px, 1.8vw, 30px);
  }
  .nav-desktop a {
    position: relative;
    font-weight: 600;
    font-size: .95rem;
    color: var(--ink-soft);
    padding: 6px 2px;
  }
  .nav-desktop a::after {
    content: "";
    position: absolute;
    left: 0; bottom: -2px;
    width: 0; height: 2px;
    background: var(--accent-2);
    border-radius: 2px;
    transition: width .24s var(--ease);
  }
  .nav-desktop a:hover { color: var(--accent-deep); }
  .nav-desktop a:hover::after,
  .nav-desktop a.is-active::after { width: 100%; }
  .nav-desktop a.is-active { color: var(--ink); }
  .nav-desktop .nav-cta::after { display: none; }
  .nav-desktop .nav-cta {
    padding: 11px 22px;
    color: #fff;
    background: var(--accent-2);
    border-radius: 999px;
  }
  .nav-desktop .nav-cta:hover { background: var(--accent-2-deep); color: #fff; }
}

.nav-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px; height: 44px;
  padding: 10px;
  background: var(--surface);
  /* Stronger border + lift so the toggle stays obvious over the light,
     translucent header that sits on top of the bright sky hero. */
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  cursor: pointer;
  z-index: 1100;
  position: relative;
  box-shadow: 0 6px 16px -10px rgba(15, 34, 51, .5);
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease),
              transform .2s var(--ease), background .2s var(--ease);
}
.nav-toggle:hover {
  border-color: var(--accent);
  box-shadow: 0 10px 22px -12px rgba(30, 136, 229, .55);
  transform: translateY(-1px);
}
.nav-toggle:active { transform: translateY(0) scale(.96); }
.nav-toggle:hover span { background: var(--accent-deep); }
.nav-toggle span {
  display: block;
  height: 2px;
  width: 22px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform .28s var(--ease), opacity .2s var(--ease), background .2s var(--ease);
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (min-width: 1024px) { .nav-toggle { display: none; } }

/* ============================================================
   DRAWER
   ============================================================ */
.drawer {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: min(360px, 92vw);
  background: var(--surface);
  z-index: 1050;
  transform: translateX(100%);
  transition: transform .32s cubic-bezier(.2, .7, .2, 1);
  padding: calc(var(--header-h) + 20px) 26px 32px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  box-shadow: -30px 0 60px -30px rgba(15, 34, 51, .4);
  overflow-y: auto;
}
.drawer.is-open { transform: translateX(0); }
.drawer a {
  font-weight: 700;
  font-size: 1.12rem;
  color: var(--ink);
  padding: 13px 4px;
  border-bottom: 1px solid var(--line);
}
.drawer a:hover { color: var(--accent-deep); }
.drawer a.nav-cta,
.drawer .drawer-cta {
  margin-top: 18px;
  background: var(--accent-2);
  color: #fff !important;
  text-align: center;
  border: none;
  border-radius: 999px;
  padding: 15px;
}
.drawer a.nav-cta:hover,
.drawer .drawer-cta:hover { background: var(--accent-2-deep); color: #fff !important; }
.drawer-meta { margin-top: auto; padding-top: 20px; color: var(--ink-faint); font-size: .86rem; }
.drawer-meta a { font-size: .9rem; border: none; padding: 4px 0; color: var(--accent-deep); }
.drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1040;
  opacity: 0;
  visibility: hidden;
  transition: opacity .24s var(--ease), visibility .24s var(--ease);
}
.drawer-backdrop.is-open { opacity: 1; visibility: visible; }

main { padding-top: var(--header-h); }
/* Anchor targets clear the fixed header on jump */
section[id],
.doc-body h2[id],
.doc-body h3[id],
[id="form"] { scroll-margin-top: calc(var(--header-h) + 16px); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  /* Cap on the upper end so the hero never balloons on very tall / large
     viewports (e.g. 4K monitors) — keeps the sky decorative, not endless. */
  min-height: clamp(560px, 88vh, 900px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: clamp(40px, 7vw, 90px) 0 clamp(30px, 5vw, 60px);
  background: linear-gradient(180deg, #1E88E5 0%, #3E9AE8 34%, #7CC0F0 68%, #CDE7FA 100%);
  isolation: isolate;
}
.hero-sky {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
}
.hero-sun {
  position: absolute;
  top: 12%; right: 16%;
  width: clamp(140px, 22vw, 300px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,250,235,.95), rgba(255,240,200,.4) 45%, transparent 70%);
  filter: blur(4px);
  animation: sunPulse 9s ease-in-out infinite;
}
@keyframes sunPulse { 0%,100% { opacity: .8; transform: scale(1); } 50% { opacity: 1; transform: scale(1.05); } }

.cloud {
  position: absolute;
  background: radial-gradient(closest-side, rgba(255,255,255,.9), rgba(255,255,255,0));
  border-radius: 50%;
  filter: blur(6px);
  will-change: transform;
}
.cloud--1 { width: 320px; height: 120px; top: 18%; left: -20%; animation: drift 46s linear infinite; }
.cloud--2 { width: 240px; height: 90px; top: 34%; left: -30%; opacity: .8; animation: drift 62s linear infinite; animation-delay: -14s; }
.cloud--3 { width: 400px; height: 150px; top: 58%; left: -25%; opacity: .7; animation: drift 78s linear infinite; animation-delay: -30s; }
.cloud--4 { width: 180px; height: 70px; top: 12%; left: -15%; opacity: .6; animation: drift 54s linear infinite; animation-delay: -40s; }
@keyframes drift { from { transform: translateX(0); } to { transform: translateX(140vw); } }

.hero-glider {
  position: absolute;
  top: 26%; left: 50%;
  width: clamp(180px, 30vw, 360px);
  z-index: -1;
  transform-origin: 50% 0;
  animation: glide 7s ease-in-out infinite;
  will-change: transform;
  filter: drop-shadow(0 22px 26px rgba(10, 30, 50, .28));
}
@keyframes glide {
  0%, 100% { transform: translate(-50%, 0) rotate(-2.5deg); }
  50% { transform: translate(-46%, -14px) rotate(2.5deg); }
}
.hero-glider--far {
  top: 20%; left: 22%;
  width: clamp(70px, 11vw, 130px);
  opacity: .55;
  animation: glide 11s ease-in-out infinite reverse;
}
.hero-ridge {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: -2;
  width: 100%;
  height: auto;
}
.hero-bird {
  position: absolute;
  color: rgba(15,34,51,.5);
  animation: birdFly 26s linear infinite;
  will-change: transform;
}
.hero-bird--1 { top: 30%; left: -6%; width: 30px; animation-delay: -4s; }
.hero-bird--2 { top: 24%; left: -10%; width: 20px; animation-delay: -12s; }
@keyframes birdFly {
  0% { transform: translate(0, 0); }
  50% { transform: translate(60vw, -30px); }
  100% { transform: translate(120vw, 10px); }
}

.hero-inner { position: relative; z-index: 2; }
.hero-eyebrow {
  color: #fff;
  background: rgba(15, 34, 51, .28);
  padding: 7px 16px;
  border-radius: 999px;
  backdrop-filter: blur(4px);
}
.hero-eyebrow::before { background: var(--accent-2); }
.hero h1 {
  color: #fff;
  font-size: clamp(2.3rem, 8vw, 4.5rem);
  max-width: 14ch;
  text-shadow: 0 6px 30px rgba(10, 30, 50, .3);
  margin-bottom: .3em;
}
.hero-sub {
  color: rgba(255, 255, 255, .95);
  font-size: clamp(1.02rem, 2.3vw, 1.32rem);
  max-width: 56ch;
  margin-bottom: 26px;
  text-shadow: 0 2px 14px rgba(10, 30, 50, .25);
}
.hero-cta-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 26px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 600;
  font-size: .92rem;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .3);
  padding: 8px 15px;
  border-radius: 999px;
  backdrop-filter: blur(4px);
}
.hero-badge svg { width: 17px; height: 17px; flex: none; }

/* hero stats strip */
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: clamp(30px, 5vw, 48px);
  max-width: 620px;
}
.hero-stat {
  /* Darker glass so white figures stay legible over the light-blue lower
     half of the sky gradient (where a white-on-white card washed out). */
  background: rgba(15, 34, 51, .24);
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 14px;
  padding: 16px 18px;
  backdrop-filter: blur(6px);
  text-align: center;
  transition: transform .28s var(--ease), background .28s var(--ease), border-color .28s var(--ease);
}
.hero-stat:hover {
  transform: translateY(-3px);
  background: rgba(15, 34, 51, .32);
  border-color: rgba(255, 255, 255, .42);
}
.hero-stat b {
  display: block;
  font-family: "Segoe UI Variable Display", "Segoe UI", sans-serif;
  font-weight: 800;
  font-size: clamp(1.5rem, 4vw, 2.1rem);
  color: #fff;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 12px rgba(8, 24, 40, .4);
}
.hero-stat span { color: rgba(255, 255, 255, .92); font-size: .82rem; font-weight: 600; }

/* ============================================================
   CINEMATIC PHOTO HERO
   ============================================================ */
.hero--cinema {
  background: #0b1a26;                 /* fallback while photo loads */
  min-height: clamp(600px, 90vh, 960px);
  color: #fff;
}
.hero--cinema .hero-inner { max-width: 900px; }
.hero-bg {
  position: absolute;
  top: -8%; left: 0; right: 0;
  height: 116%;                        /* extra room so parallax never bares an edge */
  z-index: -2;
  overflow: hidden;
  will-change: transform;
}
.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
  transform: scale(1.05);
  animation: heroKen 18s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes heroKen {
  from { transform: scale(1.05) translate3d(0, 0, 0); }
  to   { transform: scale(1.13) translate3d(-1.5%, -2.2%, 0); }
}
.hero-overlay {
  position: absolute;
  inset: 0;
  /* darkened for text contrast ≥4.5:1: heavier on the left where copy sits,
     plus a bottom vignette so the stat row stays legible over bright water. */
  background:
    linear-gradient(90deg, rgba(6, 18, 28, .78) 0%, rgba(6, 18, 28, .5) 42%, rgba(6, 18, 28, .12) 74%, rgba(6, 18, 28, 0) 100%),
    linear-gradient(180deg, rgba(6, 18, 28, .34) 0%, rgba(6, 18, 28, .12) 40%, rgba(6, 18, 28, .58) 100%);
}
.hero--cinema .hero-title {
  font-family: var(--font-display);
  font-optical-sizing: auto;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.02;
  font-size: clamp(2.15rem, 7.8vw, 5.4rem);
  max-width: 16ch;
  color: #fff;
  text-shadow: 0 4px 34px rgba(0, 0, 0, .5);
  margin-bottom: .34em;
}
.hero--cinema .hero-title em {
  font-style: italic;
  font-weight: 500;
  color: #FFB27A;                      /* warm sunset accent on one word */
}
.word-span { display: inline-block; white-space: nowrap; }
.hero-ghost {
  background: rgba(255, 255, 255, .12);
  color: #fff;
  border-color: rgba(255, 255, 255, .55);
  backdrop-filter: blur(4px);
}
.hero-ghost:hover, .hero-ghost:focus-visible {
  background: #fff;
  color: var(--ink);
  border-color: #fff;
  transform: translateY(-2px);
}
/* thin stat strip over the photo */
.hero--cinema .hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 0;
  max-width: 640px;
  margin-top: clamp(28px, 5vw, 46px);
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .24);
}
.hero--cinema .hero-stat {
  background: none;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, .22);
  border-radius: 0;
  padding: 2px 24px;
  text-align: left;
  backdrop-filter: none;
}
.hero--cinema .hero-stat:first-child { padding-left: 0; }
.hero--cinema .hero-stat:last-child { border-right: 0; padding-right: 0; }
.hero--cinema .hero-stat:hover { transform: none; background: none; border-color: rgba(255, 255, 255, .22); }
.hero--cinema .hero-stat b { text-shadow: 0 2px 16px rgba(0, 0, 0, .55); }
@media (max-width: 560px) {
  .hero--cinema .hero-stat {
    border-right: 0;
    padding: 2px 0;
    flex: 1 1 44%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-photo { animation: none !important; transform: scale(1.03) !important; }
}

/* altitude badge */
.alt-badge {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  font-weight: 800;
  font-family: "Segoe UI Variable Display", "Segoe UI", sans-serif;
  letter-spacing: -0.02em;
  color: var(--accent-deep);
  background: var(--surface);
  border: 1.5px solid var(--accent);
  padding: 5px 13px;
  border-radius: 999px;
  font-size: .92rem;
}
.alt-badge small { font-size: .68rem; font-weight: 600; color: var(--ink-faint); letter-spacing: .04em; }

/* ============================================================
   FLIGHT CARDS (#ucuslar)
   ============================================================ */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(18px, 2.4vw, 30px);
}
.flight-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.flight-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lift);
  border-color: rgba(30, 136, 229, .4);
}
.flight-card.is-featured { border-color: var(--accent); box-shadow: 0 24px 54px -30px rgba(30,136,229,.6); }
.flight-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--surface-2);
}
.flight-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .5s var(--ease);
}
.flight-card:hover .flight-media img { transform: scale(1.05); }
.flight-media .alt-badge {
  position: absolute;
  top: 12px; left: 12px;
  z-index: 3;
}
.flight-tag {
  position: absolute;
  top: 12px; right: 12px;
  z-index: 3;
  background: var(--accent-2);
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 5px 11px;
  border-radius: 999px;
}
/* route-arc drawn on hover */
.route-arc {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.route-arc path {
  fill: none;
  stroke: #fff;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-dasharray: 320;
  stroke-dashoffset: 320;
  filter: drop-shadow(0 2px 4px rgba(10,30,50,.4));
  transition: stroke-dashoffset 1.1s var(--ease);
}
.flight-card:hover .route-arc path { stroke-dashoffset: 0; }
.route-arc circle { fill: var(--accent-2); opacity: 0; transition: opacity .3s var(--ease) .4s; }
.flight-card:hover .route-arc circle { opacity: 1; }

.flight-body { padding: clamp(20px, 2.4vw, 26px); display: flex; flex-direction: column; flex: 1; }
.flight-body h3 { font-size: 1.4rem; margin-bottom: 4px; }
.flight-body .flight-desc { color: var(--ink-soft); font-size: .96rem; margin-bottom: 16px; }
.flight-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 16px;
}
.flight-price b {
  font-family: "Consolas", "Segoe UI", monospace;
  font-weight: 800;
  font-size: 1.9rem;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.flight-price span { color: var(--ink-faint); font-size: .86rem; }
.flight-feats { list-style: none; padding: 0; margin: 0 0 22px; display: grid; gap: 9px; }
.flight-feats li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  font-size: .93rem;
  color: var(--ink-soft);
}
.flight-feats li svg { width: 18px; height: 18px; color: var(--accent); margin-top: 2px; }
.flight-body .btn { margin-top: auto; justify-content: center; }

/* ============================================================
   ROTA (#rota) — altitude badges
   ============================================================ */
.rota-wrap {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}
@media (max-width: 900px) { .rota-wrap { grid-template-columns: 1fr; } }
.rota-visual {
  position: relative;
  background: linear-gradient(180deg, #1E88E5, #7CC0F0);
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 16 / 11;
  box-shadow: var(--shadow);
}
.rota-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .9; }
.rota-svg { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 2; }
.rota-svg .rota-path {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 6 10;
  filter: drop-shadow(0 2px 6px rgba(10,30,50,.4));
}
.rota-point {
  position: absolute;
  z-index: 3;
  background: var(--surface);
  border-radius: 12px;
  padding: 8px 13px;
  box-shadow: var(--shadow);
  font-weight: 800;
  font-family: "Segoe UI Variable Display", "Segoe UI", sans-serif;
  letter-spacing: -.02em;
  color: var(--ink);
  font-size: .95rem;
}
.rota-point small { display: block; font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; color: var(--accent-deep); font-weight: 700; }
.rota-point--top { top: 12%; left: 8%; }
.rota-point--bottom { bottom: 10%; right: 8%; }

.rota-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 14px; }
.rota-list li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  align-items: start;
}
.rota-list .rota-ico {
  grid-row: span 2;
  width: 46px; height: 46px;
  display: grid; place-items: center;
  background: var(--surface-2);
  border-radius: 12px;
  color: var(--accent-deep);
}
.rota-list .rota-ico svg { width: 24px; height: 24px; }
.rota-list h4 { margin: 0 0 2px; font-size: 1.06rem; }
.rota-list p { margin: 0; color: var(--ink-soft); font-size: .93rem; }

/* ============================================================
   GUNUMUZ (#gunumuz) — seans timeline
   ============================================================ */
.seans-timeline {
  display: grid;
  gap: 0;
  position: relative;
  max-width: 860px;
}
.seans-item {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: clamp(16px, 3vw, 32px);
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  align-items: center;
}
.seans-item:last-child { border-bottom: none; }
.seans-time {
  font-family: "Consolas", monospace;
  font-weight: 800;
  font-size: 1.24rem;
  color: var(--accent-deep);
  font-variant-numeric: tabular-nums;
}
.seans-time small { display: block; font-size: .64rem; color: var(--ink-faint); letter-spacing: .1em; text-transform: uppercase; font-family: system-ui, sans-serif; }
.seans-body h4 { margin: 0 0 3px; font-size: 1.1rem; }
.seans-body p { margin: 0; color: var(--ink-soft); font-size: .94rem; }
.seans-body .seans-note {
  display: inline-block;
  margin-top: 7px;
  font-size: .78rem;
  font-weight: 700;
  color: var(--accent-2-deep);
  background: rgba(255, 122, 60, .12);
  padding: 3px 10px;
  border-radius: 999px;
}

/* ============================================================
   GUVEN (#guven) — trust / SHGM
   ============================================================ */
.trust-band {
  background: var(--ink);
  color: #fff;
  border-radius: var(--radius);
  padding: clamp(30px, 5vw, 56px);
  position: relative;
  overflow: hidden;
}
.trust-band h2 { color: #fff; }
.trust-band .section-head p { color: rgba(255,255,255,.82); }
.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(16px, 2vw, 26px);
  margin-top: 30px;
}
.trust-card {
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 14px;
  padding: 24px 22px;
  transition: transform .28s var(--ease), background .28s var(--ease);
}
.trust-card:hover { transform: translateY(-4px); background: rgba(255, 255, 255, .12); }
.trust-ico {
  width: 48px; height: 48px;
  display: grid; place-items: center;
  background: rgba(30, 136, 229, .28);
  border-radius: 12px;
  color: #7CC0F0;
  margin-bottom: 16px;
}
.trust-ico svg { width: 26px; height: 26px; }
.trust-card h4 { color: #fff; font-size: 1.1rem; margin-bottom: 6px; }
.trust-card p { color: rgba(255, 255, 255, .78); font-size: .92rem; margin: 0; }
.trust-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 40px;
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, .16);
}
.trust-stat b {
  display: block;
  font-family: "Segoe UI Variable Display", "Segoe UI", sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -.02em;
  color: #fff;
}
.trust-stat span { color: #7CC0F0; font-size: .86rem; font-weight: 600; }

/* ============================================================
   GALLERY (editorial asymmetric)
   ============================================================ */
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 180px;
  gap: 14px;
}
.gallery figure { margin: 0; position: relative; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s var(--ease); }
.gallery figure:hover img { transform: scale(1.06); }
.gallery figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 24px 16px 12px;
  background: linear-gradient(180deg, transparent, rgba(15, 34, 51, .78));
  color: #fff;
  font-weight: 700;
  font-size: .9rem;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .3s var(--ease), transform .3s var(--ease);
}
.gallery figure:hover figcaption { opacity: 1; transform: none; }
.gallery .g-tall { grid-row: span 2; }
.gallery .g-wide { grid-column: span 2; }
@media (max-width: 760px) {
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; }
  .gallery .g-wide { grid-column: span 2; }
  .gallery .g-tall { grid-row: span 1; }
}

/* ============================================================
   FEATURES / benefits generic
   ============================================================ */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(16px, 2vw, 26px);
}
.feature-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 26px 24px;
  transition: transform .28s var(--ease), box-shadow .28s var(--ease);
}
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lift); }
.feature-ico {
  width: 50px; height: 50px;
  display: grid; place-items: center;
  background: var(--surface-2);
  color: var(--accent-deep);
  border-radius: 13px;
  margin-bottom: 16px;
}
.feature-ico svg { width: 27px; height: 27px; }
.feature-card h4 { font-size: 1.14rem; margin-bottom: 6px; }
.feature-card p { color: var(--ink-soft); font-size: .95rem; margin: 0; }

/* ============================================================
   FAQ (#sss)
   ============================================================ */
.faq-list { max-width: 860px; display: grid; gap: 12px; }
.faq-item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 13px;
  overflow: hidden;
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 20px clamp(18px, 3vw, 26px);
  font-weight: 700;
  font-size: 1.04rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  color: var(--ink);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "";
  width: 12px; height: 12px;
  border-right: 2px solid var(--accent-deep);
  border-bottom: 2px solid var(--accent-deep);
  transform: rotate(45deg);
  transition: transform .3s var(--ease);
  flex: none;
}
.faq-item[open] summary::after { transform: rotate(-135deg); }
.faq-item > .answer {
  height: 0;
  padding: 0 clamp(18px, 3vw, 26px);
  overflow: hidden;
  color: var(--ink-soft);
  transition: height 360ms cubic-bezier(.4, 0, .2, 1),
              padding-block-end 360ms cubic-bezier(.4, 0, .2, 1);
}
.faq-item[open] > .answer {
  height: auto;
  padding-block-end: 22px;
}
.faq-item > .answer p { margin: 0 0 .8em; }
.faq-item > .answer p:last-child { margin-bottom: 0; }
@media (prefers-reduced-motion: reduce) {
  .faq-item > .answer { transition: none; }
}

/* ============================================================
   CTA band
   ============================================================ */
.cta-band {
  position: relative;
  background: linear-gradient(120deg, #1567B4, #1E88E5 60%, #FF7A3C);
  border-radius: var(--radius);
  padding: clamp(36px, 6vw, 68px);
  text-align: center;
  overflow: hidden;
  color: #fff;
}
.cta-band h2 { color: #fff; font-size: clamp(1.8rem, 4vw, 2.8rem); }
.cta-band p { color: rgba(255, 255, 255, .92); max-width: 52ch; margin: 0 auto 26px; }
.cta-band .btn-ghost { background: #fff; color: var(--accent-deep); border-color: #fff; }
.cta-band .btn-ghost:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.cta-cloud {
  position: absolute;
  background: radial-gradient(closest-side, rgba(255,255,255,.22), transparent 72%);
  border-radius: 50%;
  filter: blur(14px);
  pointer-events: none;
}
.cta-cloud--1 { width: 300px; height: 120px; top: -56px; left: -56px; animation: cloudFloat 16s ease-in-out infinite; }
.cta-cloud--2 { width: 200px; height: 90px; bottom: -20px; right: -20px; animation: cloudFloat 20s ease-in-out infinite reverse; animation-delay: -6s; }
@keyframes cloudFloat {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(26px, -14px); }
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--ink);
  color: rgba(255, 255, 255, .82);
  padding: clamp(48px, 6vw, 76px) 0 28px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
  gap: clamp(24px, 3vw, 48px);
}
@media (max-width: 900px) { .footer-top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-top { grid-template-columns: 1fr; } }
.footer-brand { display: inline-flex; align-items: center; gap: 11px; color: #fff; font-weight: 800; font-size: 1.2rem; margin-bottom: 14px; }
.footer-brand svg { width: 34px; height: 34px; }
.footer-col p { color: rgba(255, 255, 255, .7); font-size: .93rem; }
.footer-col h5 {
  color: #fff;
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin: 0 0 16px;
  font-weight: 700;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-col a { color: rgba(255, 255, 255, .78); font-size: .93rem; }
.footer-col a:hover { color: #fff; }
.footer-contact li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 11px;
  align-items: start;
  color: rgba(255, 255, 255, .8);
  font-size: .92rem;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.footer-contact svg { width: 18px; height: 18px; color: #7CC0F0; margin-top: 3px; }
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  font-size: .84rem;
  color: rgba(255, 255, 255, .6);
}
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.footer-bottom a { color: rgba(255, 255, 255, .68); }
.footer-bottom a:hover { color: #fff; }
.footer-legal { color: rgba(255, 255, 255, .5); font-size: .8rem; margin-top: 6px; }

/* ============================================================
   COOKIE BANNER
   ============================================================ */
.cookie-banner {
  position: fixed;
  bottom: 16px; left: 16px; right: 16px;
  max-width: 520px;
  margin: 0 auto;
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  padding: 22px 24px;
  box-shadow: 0 30px 70px -30px rgba(15, 34, 51, .55);
  transform: translateY(140%);
  opacity: 0;
  transition: transform 280ms cubic-bezier(.2, .7, .2, 1), opacity 240ms;
  z-index: 9999;
}
.cookie-banner.is-visible { transform: translateY(0); opacity: 1; }
@media (min-width: 768px) { .cookie-banner { left: 24px; right: auto; max-width: 420px; } }
.cookie-banner h3 { font-size: 1.1rem; margin-bottom: 7px; }
.cookie-banner p { font-size: .9rem; color: var(--ink-soft); margin-bottom: 16px; }
.cookie-banner p a { font-weight: 600; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.cookie-actions button {
  flex: 1 1 auto;
  min-height: 44px;
  padding: 11px 16px;
  border-radius: 10px;
  font-weight: 700;
  font-size: .9rem;
  cursor: pointer;
  border: 1.5px solid var(--line-strong);
  font-family: inherit;
  transition: background .2s var(--ease), color .2s var(--ease), transform .2s var(--ease);
}
button[data-consent="accept"] { background: var(--accent-2); color: #fff; border-color: var(--accent-2); }
button[data-consent="accept"]:hover { background: var(--accent-2-deep); color: #fff; }
/* Reject carries the same visual weight as Accept (no dark pattern). */
button[data-consent="reject"] { background: var(--surface-2); color: var(--ink); border-color: var(--ink-faint); }
button[data-consent="reject"]:hover { background: #DCE7F0; color: var(--ink); border-color: var(--ink-soft); }
button[data-consent="settings"] { background: transparent; color: var(--ink-soft); border-color: transparent; text-decoration: underline; flex-basis: 100%; }
button[data-consent="settings"]:hover { color: var(--accent-deep); }

/* cookie settings modal */
.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(15, 34, 51, .55);
}
.cookie-modal.is-open { display: flex; }
.cookie-modal-inner {
  background: var(--surface);
  border-radius: 18px;
  padding: clamp(24px, 4vw, 36px);
  max-width: 480px;
  width: 100%;
  box-shadow: var(--shadow);
  max-height: 90vh;
  overflow-y: auto;
}
.cookie-modal h3 { font-size: 1.3rem; margin-bottom: 6px; }
.cookie-modal > .cookie-modal-inner > p { color: var(--ink-soft); font-size: .93rem; margin-bottom: 20px; }
.cookie-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.cookie-toggle h4 { margin: 0 0 3px; font-size: 1rem; }
.cookie-toggle p { margin: 0; font-size: .84rem; color: var(--ink-faint); }
.switch { position: relative; width: 46px; height: 26px; flex: none; }
.switch input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.switch .slider {
  position: absolute; inset: 0;
  background: var(--line-strong);
  border-radius: 999px;
  transition: background .24s var(--ease);
}
.switch .slider::before {
  content: "";
  position: absolute;
  width: 20px; height: 20px;
  left: 3px; top: 3px;
  background: #fff;
  border-radius: 50%;
  transition: transform .24s var(--ease);
}
.switch input:checked + .slider { background: var(--accent); }
.switch input:checked + .slider::before { transform: translateX(20px); }
.switch input:disabled + .slider { background: var(--accent-2); opacity: .6; }
.cookie-modal-actions { margin-top: 24px; display: flex; gap: 10px; justify-content: flex-end; }

/* ============================================================
   FORMS
   ============================================================ */
.form-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(24px, 4vw, 40px);
  box-shadow: var(--shadow);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label, .field > span { font-weight: 700; font-size: .9rem; color: var(--ink); }
.field input, .field select, .field textarea {
  font-family: inherit;
  font-size: 1rem;
  padding: 13px 15px;
  border: 1.5px solid var(--line-strong);
  border-radius: 11px;
  background: var(--bg);
  color: var(--ink);
  width: 100%;
  transition: border-color .2s var(--ease), background .2s var(--ease), box-shadow .2s var(--ease);
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--accent);
  background: var(--surface);
  box-shadow: 0 0 0 3px rgba(30, 136, 229, .16);
}
.field textarea { min-height: 130px; resize: vertical; }
.field.kvkk {
  flex-direction: row;
  align-items: flex-start;
  gap: 11px;
}
.field.kvkk label { font-weight: 500; font-size: .9rem; color: var(--ink-soft); }
.field input[type="checkbox"] {
  appearance: auto;
  -webkit-appearance: auto;
  width: 18px; height: 18px;
  min-width: 18px; min-height: 18px;
  padding: 0; border: 0; margin: 3px 0 0;
  accent-color: var(--accent);
}
.form-card button[type="submit"] {
  margin-top: 6px;
  width: 100%;
}
@media (min-width: 640px) { .form-card button[type="submit"] { width: auto; } }

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-hero {
  background: linear-gradient(150deg, var(--accent-deep), var(--accent) 55%, var(--sky-2));
  color: #fff;
  padding: clamp(56px, 9vw, 110px) 0 clamp(40px, 6vw, 72px);
  min-height: 240px;
}
.contact-hero h1 { color: #fff; font-size: clamp(2rem, 6vw, 3.4rem); }
.contact-hero p { color: rgba(255,255,255,.92); max-width: 54ch; font-size: 1.08rem; }
.contact-hero .eyebrow { color: #fff; }
.channel-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(16px, 2vw, 24px);
}
.channel-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 24px 22px;
  transition: transform .26s var(--ease), box-shadow .26s var(--ease), border-color .26s var(--ease);
}
.channel-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lift); border-color: rgba(30,136,229,.4); }
.channel-ico {
  width: 48px; height: 48px;
  display: grid; place-items: center;
  background: var(--surface-2);
  color: var(--accent-deep);
  border-radius: 12px;
  margin-bottom: 15px;
  transition: background .26s var(--ease), color .26s var(--ease);
}
.channel-card:hover .channel-ico { background: var(--accent); color: #fff; }
.channel-ico svg { width: 24px; height: 24px; }
.channel-card h4 { font-size: 1.05rem; margin-bottom: 4px; }
.channel-card a, .channel-card .val { font-weight: 700; color: var(--accent-deep); font-size: 1.02rem; word-break: break-word; overflow-wrap: anywhere; }
.channel-card .sub { display: block; color: var(--ink-faint); font-size: .84rem; margin-top: 4px; font-weight: 500; }

.hours-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}
.hours-cell {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  font-variant-numeric: tabular-nums;
}
.hours-cell.is-today { border-color: var(--accent); background: var(--surface-2); }
.hours-cell b { font-weight: 700; font-size: .92rem; }
.hours-cell span { color: var(--ink-soft); font-size: .88rem; }

/* ============================================================
   LEGAL / DOC PAGES
   ============================================================ */
.doc-hero {
  background: var(--surface-2);
  padding: clamp(48px, 7vw, 88px) 0 clamp(28px, 4vw, 44px);
}
.doc-hero h1 { font-size: clamp(1.9rem, 5vw, 3rem); }
.doc-hero p { color: var(--ink-soft); max-width: 60ch; }
.doc-body { max-width: 760px; line-height: 1.72; }
.doc-body h2 { font-size: 1.5rem; margin-top: 2em; }
.doc-body h3 { font-size: 1.18rem; margin-top: 1.6em; }
.doc-body p, .doc-body li { color: var(--ink-soft); line-height: 1.72; }
.doc-body p { margin-bottom: 1.1em; }
.doc-body ul, .doc-body ol { padding-left: 1.3em; margin-bottom: 1.2em; }
.doc-body li { margin-bottom: .5em; }
.doc-toc {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px 26px;
  margin-bottom: 36px;
}
.doc-toc h2 { margin-top: 0; font-size: 1.1rem; }
.doc-toc ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.doc-toc a { font-size: .95rem; }

/* ============================================================
   TABLE
   ============================================================ */
.table-scroll {
  display: block; width: 100%; max-width: 100%; min-width: 0;
  overflow-x: auto; -webkit-overflow-scrolling: touch;
  margin: 18px 0;
  border: 1px solid var(--line);
  border-radius: 10px;
}
.table-scroll > table { margin: 0 !important; min-width: 480px; width: 100%; border-collapse: collapse; }
:where(*:has(> .table-scroll), *:has(> * > .table-scroll), *:has(> * > * > .table-scroll)) { min-width: 0; }
table th, table td { padding: 13px 16px; text-align: left; border-bottom: 1px solid var(--line); font-size: .93rem; }
table th { background: var(--surface-2); font-weight: 700; color: var(--ink); }
table td { color: var(--ink-soft); }
table tr:last-child td { border-bottom: none; }

/* ============================================================
   THANK YOU / 404
   ============================================================ */
.centered-page {
  min-height: clamp(460px, calc(100vh - var(--header-h)), 820px);
  display: grid;
  place-items: center;
  text-align: center;
  padding: clamp(40px, 8vw, 90px) 0;
}
.centered-inner { max-width: 560px; }
.centered-inner .big-ico {
  width: 88px; height: 88px;
  margin: 0 auto 24px;
  display: grid; place-items: center;
  background: var(--surface-2);
  color: var(--accent-deep);
  border-radius: 50%;
}
.centered-inner .big-ico svg { width: 44px; height: 44px; }
.centered-inner h1 { font-size: clamp(2rem, 6vw, 3.2rem); }
.centered-inner p { color: var(--ink-soft); font-size: 1.08rem; margin-bottom: 26px; }
.err-code {
  font-family: "Segoe UI Variable Display", "Segoe UI", sans-serif;
  font-size: clamp(5rem, 18vw, 9rem);
  font-weight: 800;
  letter-spacing: -.04em;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 10px;
}

/* ============================================================
   REVEAL
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 640ms cubic-bezier(.2, .7, .2, 1), transform 640ms cubic-bezier(.2, .7, .2, 1);
  transition-delay: calc(var(--i, 0) * 80ms);
}
.reveal.is-in { opacity: 1; transform: none; }
html.no-js .reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .cloud, .hero-glider, .hero-sun, .hero-bird, .sunPulse { animation: none !important; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
.lead { font-size: 1.14rem; color: var(--ink-soft); max-width: 62ch; }
.split-2 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 56px); align-items: center; }
@media (max-width: 860px) { .split-2 { grid-template-columns: 1fr; } }
.media-frame { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); max-width: clamp(900px, 90%, 1280px); }
.media-frame img { width: 100%; height: 100%; object-fit: cover; }

.badge-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.mini-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: .84rem;
  font-weight: 700;
  color: var(--ink-soft);
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 7px 14px;
  border-radius: 999px;
}
.mini-badge svg { width: 15px; height: 15px; color: var(--accent); }

.pricing-note { color: var(--ink-faint); font-size: .84rem; margin-top: 18px; }

@media (max-width: 640px) {
  body { font-size: 16px; }
  .feature-ico, .channel-ico, .trust-ico { width: 42px; height: 42px; }
  .feature-ico svg, .channel-ico svg, .trust-ico svg { width: 22px; height: 22px; }
  .section { padding: clamp(44px, 10vw, 64px) 0; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 380px) {
  .hero-stats { grid-template-columns: 1fr; }
}

.long-text { word-break: break-word; overflow-wrap: anywhere; }

.scroll-progress{position:fixed;top:0;left:0;height:3px;width:0;background:var(--accent);z-index:9998;transition:width 80ms linear;pointer-events:none}

/* header-cta-padding-guard v1 */
.nav-desktop a.nav-cta, header a.nav-cta, .site-header a.nav-cta {
  padding: 10px 18px;
}

/* ============================================================
   AWARD DIRECTION — editorial elevation layer
   Cohesive over the whole site; hero + functional widgets kept intact.
   ============================================================ */

/* --- Display numerals in the editorial serif --- */
.hero-stat b, .trust-stat b, .err-code { font-family: var(--font-display); font-optical-sizing: auto; }

/* --- Section rhythm + hairline horizon seams --- */
.section { padding: clamp(64px, 8.5vw, 120px) 0; }
.section--tint { background: var(--surface-2); }
/* alternating warm "paper" band for magazine cadence */
.section--sand { background: var(--sand); }
/* a crisp horizon hairline where tone changes — a flight/altitude motif */
.section--tint::before, .section--sand::before {
  content: "";
  position: absolute; left: 0; right: 0; top: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-strong) 18%, var(--line-strong) 82%, transparent);
}

/* --- Eyebrow gets a fine trailing rule for editorial framing --- */

/* --- Section heads: allow a measured lead paragraph offset --- */
.section-head h2 { max-width: 18ch; }
.section-head.wide h2 { max-width: 24ch; }

/* --- BUTTONS: crisper, warmer motion --- */
.btn { letter-spacing: .005em; }
.btn-primary {
  box-shadow: 0 14px 30px -16px rgba(233, 122, 40, .85), inset 0 1px 0 rgba(255,255,255,.22);
}

/* --- FLIGHT CARDS: editorial price + warm accent hover --- */
.flight-card { border-radius: var(--radius-lg); }
.flight-card:hover { box-shadow: var(--shadow-warm); border-color: rgba(233,163,59,.4); }
.flight-card.is-featured {
  border-color: var(--accent);
  box-shadow: 0 28px 60px -30px rgba(30,136,229,.55);
}
.flight-card.is-featured:hover { box-shadow: 0 34px 70px -30px rgba(30,136,229,.62); }
.flight-body h3 { font-size: clamp(1.42rem, 2.4vw, 1.66rem); letter-spacing: -0.02em; }
.flight-price { padding-top: 14px; border-top: 1px solid var(--line); }
.flight-price b {
  font-family: var(--font-display);
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 2.1rem;
  letter-spacing: -0.02em;
  font-variant-numeric: lining-nums;
}
.flight-tag {
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: .09em;
  box-shadow: 0 8px 18px -8px rgba(233,122,40,.7);
}

/* --- FEATURE CARDS: hairline lift, gradient icon tiles --- */
.feature-card { border-radius: var(--radius-lg); position: relative; }
.feature-card:hover { box-shadow: 0 30px 60px -32px rgba(30,136,229,.4); border-color: rgba(30,136,229,.32); }
.feature-ico {
  background: linear-gradient(150deg, var(--surface-2), #D6E8F6);
  box-shadow: inset 0 0 0 1px rgba(30,136,229,.12);
  transition: transform .3s var(--ease), background .3s var(--ease), color .3s var(--ease);
}
.feature-card:hover .feature-ico { transform: translateY(-2px) rotate(-3deg); background: linear-gradient(150deg, var(--accent), var(--accent-deep)); color:#fff; }
.feature-card h4 { font-size: 1.2rem; letter-spacing: -0.01em; }

/* --- TESTIMONIALS: real quotes, editorial mark --- */
.quote-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 30px 28px 26px;
  box-shadow: var(--shadow);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
  display: flex; flex-direction: column; gap: 14px;
}
.quote-card::before {
  content: "\201C";
  position: absolute; top: 4px; right: 20px;
  font-family: var(--font-display);
  font-size: 5.4rem; line-height: 1;
  color: rgba(30,136,229,.14);
  pointer-events: none;
}
.quote-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lift); border-color: rgba(30,136,229,.3); }
.quote-body { font-family: var(--font-display); font-optical-sizing: auto; font-weight: 400; font-size: 1.12rem; line-height: 1.5; color: var(--ink); margin: 0; }
.quote-stars { display: inline-flex; gap: 2px; color: var(--gold); }
.quote-stars svg { width: 16px; height: 16px; }
.quote-meta { margin: 0; display: flex; flex-direction: column; gap: 2px; }
.quote-meta b { font-family: var(--font-body); font-weight: 700; font-size: .95rem; color: var(--ink); letter-spacing: 0; }
.quote-meta span { color: var(--ink-faint); font-size: .82rem; font-weight: 600; }

/* --- SEANS / PROCESS TIMELINE: vertical rail + nodes in the column gutter --- */
.seans-timeline { position: relative; }
.seans-timeline::before {
  content: ""; position: absolute;
  left: calc(96px + clamp(16px, 3vw, 32px) / 2); top: 14px; bottom: 14px;
  width: 2px; transform: translateX(-50%);
  background: linear-gradient(180deg, var(--accent), var(--sky-2) 55%, var(--gold));
  opacity: .4;
}
.seans-item { position: relative; }
.seans-time { position: relative; z-index: 1; }
.seans-time::after {
  content: ""; position: absolute;
  left: calc(96px + clamp(16px, 3vw, 32px) / 2); top: 7px;
  width: 13px; height: 13px; border-radius: 50%; transform: translateX(-50%);
  background: var(--surface); border: 3px solid var(--accent);
  box-shadow: 0 0 0 4px var(--bg);
}
.section--tint .seans-time::after { box-shadow: 0 0 0 4px var(--surface-2); }
.section--sand .seans-time::after { box-shadow: 0 0 0 4px var(--sand); }
.seans-body h4 { font-size: 1.16rem; letter-spacing: -0.01em; }

/* --- ROTA: warmer point chips --- */
.rota-point { border-radius: 14px; box-shadow: 0 16px 34px -20px rgba(14,33,49,.5); }
.rota-list h4 { font-size: 1.12rem; letter-spacing: -0.01em; }
.rota-list .rota-ico { background: linear-gradient(150deg, var(--surface-2), #D6E8F6); box-shadow: inset 0 0 0 1px rgba(30,136,229,.12); }

/* --- TRUST BAND: deeper night-sky gradient + warm rim --- */
.trust-band {
  background: radial-gradient(120% 140% at 15% 0%, #16344B 0%, #0E2131 55%, #0A1826 100%);
  border-radius: var(--radius-lg);
  box-shadow: 0 40px 80px -40px rgba(14,33,49,.7);
}
.trust-card { border-radius: 16px; }
.trust-card:hover { box-shadow: 0 24px 50px -28px rgba(0,0,0,.6); }
.trust-ico { background: linear-gradient(150deg, rgba(30,136,229,.34), rgba(30,136,229,.16)); }
.trust-stat b { font-family: var(--font-display); font-optical-sizing: auto; }

/* --- GALLERY: taller editorial frames, gradient tuned --- */
.gallery figure { border-radius: var(--radius-lg); }
.gallery figcaption {
  font-family: var(--font-body);
  letter-spacing: .01em;
}
.gallery figure::after {
  content: ""; position: absolute; inset: 0;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.16);
  border-radius: inherit; pointer-events: none;
}

/* --- FAQ: refined, roomier --- */
.faq-item { border-radius: 16px; }
.faq-item summary { font-family: var(--font-display); font-optical-sizing: auto; font-weight: 500; font-size: 1.12rem; letter-spacing: -0.01em; }
.faq-item[open] { border-color: rgba(30,136,229,.35); box-shadow: 0 18px 40px -30px rgba(30,136,229,.5); }

/* --- CTA band: richer sunset sweep --- */
.cta-band {
  background: linear-gradient(115deg, #0F2A44 0%, #1567B4 42%, #1E88E5 62%, #FF7A3C 108%);
  border-radius: var(--radius-lg);
  box-shadow: 0 40px 80px -40px rgba(30,136,229,.6);
}
.cta-band h2 { font-size: clamp(2rem, 4.6vw, 3.1rem); }

/* --- CHANNEL / HOURS cards (contact) --- */
.channel-card { border-radius: var(--radius-lg); }
.channel-ico { background: linear-gradient(150deg, var(--surface-2), #D6E8F6); box-shadow: inset 0 0 0 1px rgba(30,136,229,.12); }

/* --- FORM card + doc-hero polish --- */
.form-card { border-radius: var(--radius-lg); }
.contact-hero { background: radial-gradient(130% 130% at 20% 0%, var(--accent) 0%, var(--accent-deep) 55%, #0F2A44 100%); }
.contact-hero h1, .doc-hero h1 { letter-spacing: -0.022em; }
.doc-hero { border-bottom: 1px solid var(--line); }

/* --- Stagger fallback: grids whose children lack an explicit --i --- */
.cards-grid > .reveal:nth-child(1),
.feature-grid > .reveal:nth-child(1),
.trust-grid > .reveal:nth-child(1),
.channel-grid > .reveal:nth-child(1) { --i: 0; }
.cards-grid > .reveal:nth-child(2),
.feature-grid > .reveal:nth-child(2),
.trust-grid > .reveal:nth-child(2),
.channel-grid > .reveal:nth-child(2) { --i: 1; }
.cards-grid > .reveal:nth-child(3),
.feature-grid > .reveal:nth-child(3),
.trust-grid > .reveal:nth-child(3),
.channel-grid > .reveal:nth-child(3) { --i: 2; }
.feature-grid > .reveal:nth-child(4),
.trust-grid > .reveal:nth-child(4),
.channel-grid > .reveal:nth-child(4) { --i: 3; }

/* --- Reveal scale nuance (transform/opacity only) --- */
.reveal { transform: translateY(30px); }

/* --- Mobile clamp safety: no clipping / overflow of big type --- */
@media (max-width: 560px) {
  .section-head h2, .flight-body h3, .hero--cinema .hero-title { overflow-wrap: break-word; }
  .section-head h2 { max-width: 100%; }
  .quote-card::before { right: 14px; font-size: 4rem; }
}

/* italic heading accent stays legible on dark bands */
.trust-band h2 em, .cta-band h2 em { color: #FFB27A; }
.contact-hero h1 em, .cta-band h1 em { color: #FFD9B0; }

/* --- prefers-reduced-motion: disable added decorative motion --- */
@media (prefers-reduced-motion: reduce) {
  .feature-card:hover .feature-ico { transform: none; }
}
