@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,400;1,9..144,500;1,9..144,600&family=JetBrains+Mono:wght@400;500;700&display=swap");

/* ============================================================
   TERMİK PİLOT AKADEMİSİ — flight-instrument dark theme
   Art direction: refined serif display (Fraunces) for the
   soaring/emotional headers, technical mono (JetBrains) for
   cockpit-instrument data, clean sans for body. Vario-teal +
   warning-amber over cinematic sky photography.
   ============================================================ */

:root {
  --bg: #0E1116;
  --surface: #171B22;
  --surface-2: #1E242D;
  --ink: #E6EDF3;
  --ink-soft: #9AA6B2;
  --ink-dim: #6B7684;
  --accent: #5EEAD4;
  --accent-2: #F5A524;
  --line: #262D38;
  --line-strong: #333C49;
  --accent-red: #f08a8a;
  --header-h: 72px;
  --maxw: 1180px;
  --mono: "JetBrains Mono", "Consolas", "SFMono-Regular", ui-monospace, monospace;
  --display: "Fraunces", Georgia, "Times New Roman", "Iowan Old Style", 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 {
  background: var(--bg);
  color: var(--ink);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: var(--display);
  font-optical-sizing: auto;
  font-weight: 600;
  line-height: 1.05;
  margin: 0 0 .5em;
  letter-spacing: -0.018em;
  text-wrap: balance;
}
h1 em, h2 em, h3 em, h4 em,
h1 .it, h2 .it, h3 .it, h4 .it {
  font-style: italic;
  font-weight: 500;
  color: var(--accent);
}

p { margin: 0 0 1rem; }
a { color: var(--accent); text-decoration: none; }

img { max-width: 100%; height: auto; display: block; }

.mono { font-family: var(--mono); font-variant-numeric: tabular-nums; }
.tnum { font-variant-numeric: tabular-nums; }

.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding-left: clamp(16px, 3vw, 40px);
  padding-right: clamp(16px, 3vw, 40px);
}

section { padding: clamp(52px, 8vw, 104px) 0; position: relative; }

.eyebrow {
  font-family: var(--mono);
  font-size: .74rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--accent);
  opacity: .6;
}

.sec-head { max-width: 740px; margin-bottom: clamp(34px, 5vw, 60px); }
.sec-head h2 { font-size: clamp(2rem, 5.2vw, 3.35rem); line-height: 1.02; letter-spacing: -0.022em; }
.sec-head p { color: var(--ink-soft); font-size: clamp(1.02rem, 1.4vw, 1.14rem); max-width: 62ch; }
.sec-head.centered { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head.centered .eyebrow::before { display: none; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 2000;
  background: var(--accent);
  color: #05201c;
  padding: 10px 18px;
  border-radius: 0 0 8px 0;
  font-weight: 700;
}
.skip-link:focus { left: 0; }

:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-radius: 3px;
}

/* ============================================================
   HEADER
   ============================================================ */

.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1080;
  height: var(--header-h);
  background: rgba(14, 17, 22, 0.92);
  border-bottom: 1px solid var(--line);
  transition: height .24s ease, background .24s ease, box-shadow .24s ease;
}
.site-header.is-scrolled {
  height: 60px;
  background: rgba(14, 17, 22, 0.98);
  box-shadow: 0 8px 28px -18px rgba(0,0,0,.7);
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--ink);
  letter-spacing: -0.01em;
  flex-shrink: 0;
}
.brand:hover { color: var(--ink); }
.brand .glyph {
  width: 30px; height: 30px;
  color: var(--accent);
  flex-shrink: 0;
}
.brand small {
  display: block;
  font-family: var(--mono);
  font-size: .58rem;
  letter-spacing: .18em;
  color: var(--ink-dim);
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 1px;
}

.nav-desktop {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 30px);
}
.nav-desktop a {
  position: relative;
  color: var(--ink-soft);
  font-size: .92rem;
  font-weight: 500;
  padding: 6px 0;
  transition: color .2s ease;
}
.nav-desktop a::after {
  content: "";
  position: absolute;
  left: 0; bottom: -2px;
  width: 0; height: 2px;
  background: var(--accent);
  transition: width .22s ease;
}
.nav-desktop a:hover,
.nav-desktop a.is-active { color: var(--ink); }
.nav-desktop a:hover::after,
.nav-desktop a.is-active::after { width: 100%; }

.nav-cta {
  font-family: var(--mono);
  font-size: .82rem;
  letter-spacing: .04em;
  padding: 9px 18px;
  border-radius: 8px;
  background: var(--accent);
  color: #05201c !important;
  font-weight: 700;
  border: 1px solid var(--accent);
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.nav-desktop .nav-cta::after { display: none; }
.nav-desktop .nav-cta:hover,
.nav-cta:hover {
  background: var(--accent-2);
  color: #2a1600 !important;
  border-color: var(--accent-2);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px -12px rgba(245,165,36,.6);
}

.nav-toggle {
  display: none;
  position: relative;
  z-index: 1100;
  width: 44px; height: 44px;
  background: transparent;
  border: 1px solid var(--line-strong);
  border-radius: 9px;
  cursor: pointer;
  padding: 0;
}
.nav-toggle span {
  position: absolute;
  left: 11px; right: 11px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform .28s ease, opacity .2s ease, top .28s ease;
}
.nav-toggle span:nth-child(1) { top: 15px; }
.nav-toggle span:nth-child(2) { top: 21px; }
.nav-toggle span:nth-child(3) { top: 27px; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { top: 21px; transform: rotate(-45deg); }

/* ============================================================
   DRAWER
   ============================================================ */

.drawer {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  z-index: 1050;
  width: min(360px, 92vw);
  background: var(--surface);
  border-left: 1px solid var(--line-strong);
  transform: translateX(100%);
  transition: transform .32s cubic-bezier(.2,.7,.2,1);
  padding: calc(var(--header-h) + 18px) 26px 30px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  overflow-y: auto;
}
.drawer.is-open { transform: translateX(0); }
.drawer a {
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 600;
  padding: 14px 4px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 12px;
}
.drawer a .idx { font-family: var(--mono); font-size: .72rem; color: var(--accent); }
.drawer a.is-active { color: var(--accent); }
.drawer .drawer-cta {
  margin-top: 18px;
  justify-content: center;
  background: var(--accent);
  color: #05201c !important;
  border-radius: 9px;
  border: none;
  font-weight: 800;
}
.drawer .drawer-cta:hover { background: var(--accent-2); color: #2a1600 !important; }

.drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1040;
  background: rgba(0,0,0,.55);
  opacity: 0;
  visibility: hidden;
  transition: opacity .24s ease, visibility .24s ease;
}
.drawer-backdrop.is-open { opacity: 1; visibility: visible; }

/* ============================================================
   BUTTONS
   ============================================================ */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: var(--mono);
  font-size: .9rem;
  letter-spacing: .02em;
  font-weight: 700;
  padding: 14px 26px;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.btn-primary { background: var(--accent); color: #05201c; border-color: var(--accent); }
.btn-primary:hover, .btn-primary:focus-visible {
  background: var(--accent-2); color: #2a1600; border-color: var(--accent-2);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px -14px rgba(245,165,36,.55);
}
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn-ghost:hover, .btn-ghost:focus-visible {
  background: var(--surface-2); color: var(--ink); border-color: var(--accent);
  transform: translateY(-2px);
}
.btn svg { width: 17px; height: 17px; }

/* ============================================================
   HERO
   ============================================================ */

main { padding-top: var(--header-h); }
:where(main) [id], section[id] { scroll-margin-top: calc(var(--header-h) + 20px); }

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 8vw, 96px) 0 clamp(40px, 6vw, 72px);
  /* cap vh so tall/headless capture viewports don't inflate the hero into a void */
  min-height: min(88vh, 860px);
  display: flex;
  align-items: center;
}
.sky {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(120% 90% at 78% -10%, rgba(245,165,36,.14), transparent 55%),
    radial-gradient(120% 120% at 12% 8%, rgba(94,234,212,.10), transparent 50%),
    linear-gradient(180deg, #0d1620 0%, #0E1116 62%, #0E1116 100%);
}
.sky svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-grid-lines {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(94,234,212,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(94,234,212,.035) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(180deg, transparent, #000 20%, #000 70%, transparent);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 20%, #000 70%, transparent);
}
.hero .container { position: relative; z-index: 2; width: 100%; }

/* ---- cinematic photo hero ---- */
.hero-cinema {
  min-height: 88vh;
  min-height: min(88vh, 900px);
  background: #0b0f14;
  align-items: flex-end;
  padding-bottom: clamp(48px, 8vw, 96px);
}
.hero-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #0b0f14 url("/assets/images/hero-cinema.jpg") center 42% / cover no-repeat;
  transform: scale(1.06);
  transform-origin: 60% 40%;
  animation: heroKen 22s ease-in-out infinite alternate;
  will-change: transform;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(8,11,16,.62) 0%, rgba(8,11,16,.20) 32%, rgba(8,11,16,.55) 72%, rgba(8,11,16,.90) 100%),
    linear-gradient(90deg, rgba(8,11,16,.78) 0%, rgba(8,11,16,.30) 52%, rgba(8,11,16,.10) 100%);
}
@keyframes heroKen {
  from { transform: scale(1.05) translate3d(0,0,0); }
  to   { transform: scale(1.14) translate3d(-1.6%, -2.2%, 0); }
}

.hero-title {
  font-family: var(--display);
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: clamp(2.15rem, 7.6vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  max-width: 16ch;
  margin-bottom: 22px;
  color: #fff;
  text-shadow: 0 2px 30px rgba(0,0,0,.5);
}
.hero-title .word { display: inline-block; white-space: nowrap; }
.hero-title .acc {
  font-style: italic;
  font-weight: 500;
  color: var(--accent);
  text-shadow: 0 2px 30px rgba(0,0,0,.55), 0 0 40px rgba(94,234,212,.25);
}

.hero-cinema .hero-sub {
  color: #d6dee6;
  max-width: 50ch;
  text-shadow: 0 1px 14px rgba(0,0,0,.5);
}
.hero-cinema .hero-tag {
  color: #fff;
  background: rgba(8,11,16,.4);
  backdrop-filter: blur(4px);
  border-color: rgba(255,255,255,.18);
}
.hero-cinema .hero-tag .dot { background: var(--accent); }

/* thin stats strip over photo */
.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 34px;
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.14);
  max-width: 780px;
}
.hero-stats .hs { display: flex; flex-direction: column; gap: 3px; }
.hero-stats .hs-n {
  font-family: var(--mono);
  font-size: clamp(1.05rem, 2.4vw, 1.45rem);
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.01em;
}
.hero-stats .hs-l {
  font-size: .78rem;
  color: #b6c1cc;
  letter-spacing: .01em;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--mono);
  font-size: .72rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--accent);
  border: 1px solid var(--line-strong);
  background: rgba(23,27,34,.6);
  padding: 7px 14px;
  border-radius: 999px;
  margin-bottom: 26px;
}
.hero-tag .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 0 rgba(94,234,212,.6);
  animation: pulse 2.4s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(94,234,212,.5); }
  70% { box-shadow: 0 0 0 9px rgba(94,234,212,0); }
  100% { box-shadow: 0 0 0 0 rgba(94,234,212,0); }
}

.hero h1 {
  font-size: clamp(2.3rem, 8.4vw, 4.5rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  max-width: 14ch;
  margin-bottom: 22px;
}
.hero h1 .grad {
  background: linear-gradient(100deg, var(--accent) 20%, var(--accent-2) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-sub {
  font-size: clamp(1.02rem, 1.7vw, 1.28rem);
  color: var(--ink-soft);
  max-width: 46ch;
  margin-bottom: 32px;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }

/* altitude / vario ticker */
.ticker {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  max-width: 640px;
}
.ticker .cell {
  background: rgba(23,27,34,.85);
  padding: 15px 18px;
}
.ticker .label {
  font-family: var(--mono);
  font-size: .64rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-dim);
  display: block;
  margin-bottom: 5px;
}
.ticker .val {
  font-family: var(--mono);
  font-variant-numeric: tabular-nums;
  font-size: 1.42rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1;
}
.ticker .val .u { font-size: .8rem; color: var(--accent); margin-left: 3px; }
.ticker .val.up { color: var(--accent); }
.ticker .val.warn { color: var(--accent-2); }

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 30px;
}
.trust-strip .item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .84rem;
  color: var(--ink-soft);
  font-family: var(--mono);
}
.trust-strip .item svg { width: 16px; height: 16px; color: var(--accent); }

/* telemetry band (relocated from hero) */
.telemetry-band .ticker { margin-top: 4px; }
.telemetry-band .trust-strip { margin-top: 24px; }

/* floating gliders animation — pivot on the glider's own box so banking
   reads naturally; positioning lives on an outer <g transform> wrapper so
   the CSS transform here never clobbers the glider's placement. */
.glider { transform-origin: center; transform-box: fill-box; will-change: transform; }
@keyframes glide {
  0%   { transform: translate(0, 0) rotate(-2.5deg); }
  25%  { transform: translate(9px, -8px) rotate(1deg); }
  50%  { transform: translate(0, -15px) rotate(2.5deg); }
  75%  { transform: translate(-9px, -8px) rotate(1deg); }
  100% { transform: translate(0, 0) rotate(-2.5deg); }
}
@keyframes drift {
  from { transform: translateX(0); }
  to { transform: translateX(80px); }
}
@keyframes rise {
  0% { transform: translateY(0); opacity: .0; }
  15% { opacity: .5; }
  100% { transform: translateY(-160px); opacity: 0; }
}

/* ============================================================
   STAT BAND
   ============================================================ */

.statband { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.statband .container { padding-top: clamp(34px,5vw,52px); padding-bottom: clamp(34px,5vw,52px); }
.stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 26px;
}
.stat { border-left: 2px solid var(--line-strong); padding-left: 18px; }
.stat .num {
  font-family: var(--mono);
  font-variant-numeric: tabular-nums;
  font-size: clamp(2rem, 4vw, 2.9rem);
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
}
.stat .num .suf { color: var(--accent-2); }
.stat .cap { color: var(--ink-soft); font-size: .9rem; margin-top: 8px; }

/* ============================================================
   REVEAL
   ============================================================ */

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1);
  transition-delay: calc(var(--i, 0) * 70ms);
}
.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; }
  .glider, .cloud, [class*="anim"] { animation: none !important; }
  .hero-photo { animation: none !important; transform: scale(1.04) !important; }
}

/* ============================================================
   STAGE SCHEME (#mufredat)
   ============================================================ */

.stage-flow {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px;
  position: relative;
}
.stage {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 24px 22px;
  position: relative;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.stage:hover { transform: translateY(-6px); border-color: var(--accent); box-shadow: 0 20px 40px -24px rgba(94,234,212,.35); }
.stage .step-no {
  font-family: var(--mono);
  font-size: .72rem;
  letter-spacing: .12em;
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.stage .step-no .badge {
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  padding: 3px 8px;
  color: var(--ink-dim);
}
.stage .ico { width: 40px; height: 40px; color: var(--accent); margin-bottom: 14px; }
.stage h3 { font-size: 1.16rem; }
.stage p { color: var(--ink-soft); font-size: .92rem; margin: 0; }
.stage .meta {
  margin-top: 14px;
  font-family: var(--mono);
  font-size: .74rem;
  color: var(--ink-dim);
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.stage .meta b { color: var(--ink); font-weight: 700; }

/* ============================================================
   TABLES
   ============================================================ */

.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: 12px;
}
.table-scroll > table { margin: 0 !important; min-width: 520px; width: 100%; }
:where(*:has(> .table-scroll), *:has(> * > .table-scroll), *:has(> * > * > .table-scroll)) { min-width: 0; }

table {
  width: 100%;
  border-collapse: collapse;
  font-size: .93rem;
}
thead th {
  background: var(--surface-2);
  color: var(--ink);
  font-family: var(--mono);
  font-size: .74rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: left;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line-strong);
  white-space: nowrap;
}
tbody td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  vertical-align: top;
}
tbody tr:last-child td { border-bottom: none; }
tbody tr:hover td { background: rgba(94,234,212,.03); }
td .tnum, .price-cell { font-family: var(--mono); font-variant-numeric: tabular-nums; color: var(--ink); font-weight: 700; }
td b { color: var(--ink); }
.tag-en {
  display: inline-block;
  font-family: var(--mono);
  font-size: .7rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 5px;
  letter-spacing: .04em;
}
.tag-a { background: rgba(94,234,212,.14); color: var(--accent); border: 1px solid rgba(94,234,212,.3); }
.tag-b { background: rgba(245,165,36,.14); color: var(--accent-2); border: 1px solid rgba(245,165,36,.3); }
.tag-c { background: rgba(226,90,90,.14); color: #f08a8a; border: 1px solid rgba(226,90,90,.3); }

/* ============================================================
   EN WING CLASS DIAGRAM (#ekipman)
   ============================================================ */

.equip-wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(24px, 4vw, 48px); align-items: center; }
.en-diagram {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 26px;
}
.en-diagram svg { width: 100%; height: auto; }
.en-classes { display: flex; flex-direction: column; gap: 14px; }
.en-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  transition: transform .22s ease, border-color .22s ease;
}
.en-row:hover { transform: translateX(4px); border-color: var(--accent); }
.en-row .kls {
  font-family: var(--mono);
  font-weight: 800;
  font-size: 1.4rem;
  width: 54px; height: 54px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 10px;
}
.en-row.a .kls { background: rgba(94,234,212,.12); color: var(--accent); }
.en-row.b .kls { background: rgba(245,165,36,.12); color: var(--accent-2); }
.en-row.c .kls { background: rgba(226,90,90,.12); color: #f08a8a; }
.en-row h4 { font-size: 1.02rem; margin-bottom: 4px; }
.en-row p { color: var(--ink-soft); font-size: .88rem; margin: 0; }
.en-row .lvl { font-family: var(--mono); font-size: .7rem; color: var(--ink-dim); margin-top: 6px; letter-spacing: .08em; }

/* ============================================================
   ROADMAP (#lisans)
   ============================================================ */

.roadmap { position: relative; display: grid; gap: 4px; }
.rm-line {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 22px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}
.rm-line:last-child { border-bottom: none; }
.rm-badge {
  font-family: var(--mono);
  font-weight: 800;
  font-size: 1.05rem;
  padding: 10px 0;
  text-align: center;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  color: var(--accent);
  position: relative;
  background: var(--surface);
}
.rm-line:nth-child(2) .rm-badge { color: var(--accent-2); }
.rm-line:nth-child(3) .rm-badge { color: #f08a8a; }
.rm-body h3 { font-size: 1.2rem; }
.rm-body h3 .arrow { color: var(--ink-dim); font-family: var(--mono); margin-left: 8px; font-size: .9rem; }
.rm-body p { color: var(--ink-soft); font-size: .94rem; margin-bottom: 10px; }
.rm-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.rm-chips span {
  font-family: var(--mono);
  font-size: .74rem;
  color: var(--ink-soft);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 4px 10px;
  background: var(--surface);
}

/* ============================================================
   PRICING
   ============================================================ */

.price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.price-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.price-card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px -28px rgba(0,0,0,.7); }
.price-card.featured { border-color: var(--accent); background: linear-gradient(180deg, rgba(94,234,212,.06), var(--surface)); }
.price-card.featured::before {
  content: "POPÜLER PAKET";
  position: absolute;
  top: -11px; left: 26px;
  font-family: var(--mono);
  font-size: .64rem;
  letter-spacing: .14em;
  background: var(--accent);
  color: #05201c;
  padding: 4px 12px;
  border-radius: 999px;
  font-weight: 700;
}
.price-card .pk {
  font-family: var(--mono);
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}
.price-card .amt {
  font-family: var(--mono);
  font-variant-numeric: tabular-nums;
  font-size: 2.3rem;
  font-weight: 800;
  color: var(--ink);
  line-height: 1;
}
.price-card .amt .cur { font-size: 1.1rem; color: var(--ink-soft); }
.price-card .per { font-size: .82rem; color: var(--ink-dim); margin: 6px 0 18px; font-family: var(--mono); }
.price-card ul { list-style: none; padding: 0; margin: 0 0 22px; display: flex; flex-direction: column; gap: 10px; }
.price-card li { display: flex; gap: 10px; align-items: flex-start; font-size: .9rem; color: var(--ink-soft); }
.price-card li svg { width: 16px; height: 16px; flex-shrink: 0; margin-top: 3px; }
.price-card li.inc svg { color: var(--accent); }
.price-card li.exc { color: var(--ink-dim); }
.price-card li.exc svg { color: var(--ink-dim); }
.price-card .btn { margin-top: auto; width: 100%; }
.price-note {
  margin-top: 22px;
  font-family: var(--mono);
  font-size: .78rem;
  color: var(--ink-dim);
  text-align: center;
}

/* ============================================================
   PROCESS
   ============================================================ */

.proc-list { display: grid; gap: 0; }
.proc {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}
.proc:last-child { border-bottom: none; }
.proc .pn {
  font-family: var(--mono);
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--line-strong);
}
.proc:hover .pn { color: var(--accent); }
.proc h3 { font-size: 1.14rem; margin-bottom: 5px; }
.proc p { color: var(--ink-soft); font-size: .92rem; margin: 0; }
.proc .when {
  font-family: var(--mono);
  font-size: .74rem;
  color: var(--accent-2);
  white-space: nowrap;
  border: 1px solid var(--line);
  padding: 5px 10px;
  border-radius: 6px;
}

/* ============================================================
   TEAM
   ============================================================ */

.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.member {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 26px;
  transition: transform .24s ease, border-color .24s ease;
}
.member:hover { transform: translateY(-5px); border-color: var(--accent); }
.member .av {
  width: 60px; height: 60px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(94,234,212,.2), rgba(245,165,36,.15));
  border: 1px solid var(--line-strong);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--mono);
  font-weight: 800;
  font-size: 1.3rem;
  color: var(--accent);
  margin-bottom: 16px;
}
.member h3 { font-size: 1.1rem; margin-bottom: 3px; }
.member .role { font-family: var(--mono); font-size: .74rem; color: var(--accent-2); letter-spacing: .06em; margin-bottom: 12px; }
.member p { color: var(--ink-soft); font-size: .88rem; margin: 0; }
.member .cred { margin-top: 12px; font-family: var(--mono); font-size: .72rem; color: var(--ink-dim); }

/* ============================================================
   TESTIMONIALS
   ============================================================ */

.tst-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.tst {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 26px;
  display: flex;
  flex-direction: column;
}
.tst .stars { color: var(--accent-2); font-size: .9rem; letter-spacing: 3px; margin-bottom: 12px; font-family: var(--mono); }
.tst p { color: var(--ink); font-size: .96rem; line-height: 1.65; margin-bottom: 18px; }
.tst .who { margin-top: auto; border-top: 1px solid var(--line); padding-top: 14px; }
.tst .who b { color: var(--ink); display: block; font-size: .92rem; }
.tst .who span { font-family: var(--mono); font-size: .74rem; color: var(--ink-dim); }

/* ============================================================
   FAQ
   ============================================================ */

.faq { display: grid; gap: 12px; max-width: 860px; }
.faq-item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px clamp(18px, 3vw, 26px);
  font-weight: 700;
  font-size: 1rem;
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .pm {
  flex-shrink: 0;
  width: 22px; height: 22px;
  position: relative;
  transition: transform .3s ease;
}
.faq-item summary .pm::before, .faq-item summary .pm::after {
  content: ""; position: absolute; background: var(--accent);
  top: 50%; left: 50%; transform: translate(-50%,-50%);
}
.faq-item summary .pm::before { width: 12px; height: 2px; }
.faq-item summary .pm::after { width: 2px; height: 12px; transition: transform .3s ease; }
.faq-item[open] summary .pm::after { transform: translate(-50%,-50%) rotate(90deg); }
.faq-item > .answer {
  height: 0;
  padding: 0 clamp(18px, 3vw, 26px);
  overflow: hidden;
  transition: height .36s cubic-bezier(.4,0,.2,1), padding-block-end .36s cubic-bezier(.4,0,.2,1);
}
.faq-item[open] > .answer { height: auto; padding-block-end: 22px; }
.faq-item .answer p { color: var(--ink-soft); font-size: .93rem; margin: 0; }
@media (prefers-reduced-motion: reduce) {
  .faq-item > .answer { transition: none; }
}

/* ============================================================
   CTA BAND + FORM
   ============================================================ */

.cta-band { background: var(--surface); border-top: 1px solid var(--line); }
.contact-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 56px); align-items: start; }

.cta-panel {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: clamp(24px, 4vw, 36px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cta-panel h3 { font-size: clamp(1.3rem, 3vw, 1.6rem); margin-bottom: 10px; }
.cta-panel p { color: var(--ink-soft); font-size: .96rem; margin-bottom: 8px; max-width: 42ch; }
.cta-panel .btn { margin-top: 10px; }
.cta-panel .cta-alt { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 20px; font-family: var(--mono); font-size: .82rem; }
.cta-panel .cta-alt a { color: var(--ink-soft); }
.cta-panel .cta-alt a:hover { color: var(--accent); }

.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 16px; }
.field label, .lbl { font-size: .82rem; color: var(--ink-soft); font-weight: 600; font-family: var(--mono); letter-spacing: .04em; }
.field label .opt { color: var(--ink-dim); font-weight: 400; text-transform: none; }
.field input, .field select, .field textarea {
  background: var(--bg);
  border: 1px solid var(--line-strong);
  border-radius: 9px;
  padding: 12px 14px;
  color: var(--ink);
  font-family: inherit;
  font-size: .95rem;
  width: 100%;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(94,234,212,.15);
}
.field textarea { min-height: 120px; resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.kvkk {
  flex-direction: row !important;
  align-items: flex-start;
  gap: 10px !important;
  font-size: .84rem !important;
  color: var(--ink-soft);
  font-family: system-ui, sans-serif !important;
  letter-spacing: 0 !important;
  cursor: pointer;
}
.kvkk a { color: var(--accent); text-decoration: underline; }
.field input[type="checkbox"] {
  appearance: auto;
  -webkit-appearance: auto;
  width: 18px; height: 18px;
  min-width: 18px; min-height: 18px;
  padding: 0; border: 0; margin: 2px 0 0;
  accent-color: var(--accent);
}
form .btn { width: 100%; margin-top: 6px; }

.contact-info { display: flex; flex-direction: column; gap: 14px; }
.ci-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--bg);
  transition: transform .22s ease, border-color .22s ease;
}
.ci-card:hover { transform: translateX(4px); border-color: var(--accent); }
.ci-card .ci-ico {
  width: 44px; height: 44px;
  border-radius: 10px;
  background: rgba(94,234,212,.1);
  display: flex; align-items: center; justify-content: center;
  color: var(--accent);
}
.ci-card .ci-ico svg { width: 20px; height: 20px; }
.ci-card .lbl2 { font-family: var(--mono); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-dim); }
.ci-card a, .ci-card .v { color: var(--ink); font-weight: 600; font-size: .96rem; word-break: break-word; }
.ci-card a:hover { color: var(--accent); }
.ci-card .sub { font-size: .8rem; color: var(--ink-soft); font-weight: 400; margin-top: 2px; }

/* ============================================================
   FOOTER
   ============================================================ */

.site-footer { background: var(--bg); border-top: 1px solid var(--line); padding: clamp(44px,6vw,64px) 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 30px; margin-bottom: 40px; }
.footer-grid h4 { font-family: var(--mono); font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-dim); margin-bottom: 16px; font-weight: 700; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 9px; }
.footer-grid a, .footer-grid .fx { color: var(--ink-soft); font-size: .9rem; }
.footer-grid a:hover { color: var(--accent); }
.footer-brand p { color: var(--ink-soft); font-size: .9rem; max-width: 34ch; }
.footer-brand .brand { margin-bottom: 14px; }
.footer-legal {
  border-top: 1px solid var(--line);
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: .8rem;
  color: var(--ink-dim);
  font-family: var(--mono);
}
.footer-legal a { color: var(--ink-dim); }
.footer-legal a:hover { color: var(--accent); }

/* ============================================================
   COOKIE BANNER
   ============================================================ */

.cookie-banner {
  position: fixed;
  bottom: 16px; left: 16px; right: 16px;
  max-width: 520px;
  margin: 0 auto;
  background: var(--surface-2);
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  padding: 20px;
  z-index: 9999;
  transform: translateY(140%);
  opacity: 0;
  transition: transform .28s cubic-bezier(.2,.7,.2,1), opacity .24s;
  box-shadow: 0 24px 60px -20px rgba(0,0,0,.8);
}
.cookie-banner.is-visible { transform: translateY(0); opacity: 1; }
@media (min-width: 720px) { .cookie-banner { left: 24px; right: auto; max-width: 420px; } }
.cookie-banner h3 { font-size: 1rem; margin-bottom: 8px; }
.cookie-banner p { font-size: .84rem; color: var(--ink-soft); margin-bottom: 16px; }
.cookie-banner p a { color: var(--accent); }
.cookie-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cookie-actions button {
  min-height: 44px;
  border-radius: 9px;
  font-family: var(--mono);
  font-size: .82rem;
  font-weight: 700;
  cursor: pointer;
  border: 1px solid var(--line-strong);
  background: transparent;
  color: var(--ink);
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.cookie-actions button[data-consent="accept"] { background: var(--accent); color: #05201c; border-color: var(--accent); grid-column: 1 / -1; }
.cookie-actions button[data-consent="accept"]:hover { background: var(--accent-2); color: #2a1600; border-color: var(--accent-2); }
.cookie-actions button[data-consent="reject"]:hover,
.cookie-actions button[data-consent="settings"]:hover { border-color: var(--accent); color: var(--accent); }

/* cookie modal */
.cookie-modal {
  position: fixed; inset: 0; z-index: 10000;
  display: none;
  align-items: center; justify-content: center;
  padding: 20px;
  background: rgba(0,0,0,.6);
}
.cookie-modal.is-open { display: flex; }
.cookie-modal .box {
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  padding: 28px;
  max-width: 460px;
  width: 100%;
}
.cookie-modal h3 { font-size: 1.2rem; margin-bottom: 16px; }
.toggle-row { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.toggle-row:last-of-type { border-bottom: none; }
.toggle-row b { font-size: .94rem; display: block; }
.toggle-row small { color: var(--ink-soft); font-size: .8rem; }
.switch { position: relative; width: 44px; height: 24px; flex-shrink: 0; }
.switch input { opacity: 0; width: 0; height: 0; }
.switch .sl { position: absolute; inset: 0; background: var(--line-strong); border-radius: 999px; transition: background .2s; cursor: pointer; }
.switch .sl::before { content: ""; position: absolute; width: 18px; height: 18px; left: 3px; top: 3px; background: var(--ink); border-radius: 50%; transition: transform .2s; }
.switch input:checked + .sl { background: var(--accent); }
.switch input:checked + .sl::before { transform: translateX(20px); background: #05201c; }
.switch input:disabled + .sl { opacity: .5; cursor: not-allowed; }
.cookie-modal .btn { width: 100%; margin-top: 20px; }

/* ============================================================
   PAGE HERO (subpages)
   ============================================================ */

.page-hero { padding: clamp(48px, 7vw, 88px) 0 clamp(30px,4vw,48px); border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.page-hero .sky { opacity: .6; }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { font-size: clamp(2rem, 5vw, 3.4rem); }
.page-hero p { color: var(--ink-soft); max-width: 56ch; font-size: 1.05rem; }
.breadcrumb { font-family: var(--mono); font-size: .76rem; color: var(--ink-dim); margin-bottom: 18px; }
.breadcrumb a { color: var(--ink-soft); }
.breadcrumb a:hover { color: var(--accent); }

/* legal/prose */
.prose { max-width: 760px; }
.prose h2 { font-size: clamp(1.4rem, 3vw, 1.9rem); margin-top: 42px; }
.prose h3 { font-size: 1.15rem; margin-top: 28px; }
.prose p, .prose li { color: var(--ink-soft); font-size: .97rem; line-height: 1.75; }
.prose ul { padding-left: 20px; }
.prose li { margin-bottom: 8px; }
.prose strong { color: var(--ink); }
.prose a { text-decoration: underline; }

.thanks-wrap { min-height: min(60vh, 560px); display: flex; align-items: center; text-align: center; }
.thanks-wrap .container { max-width: 640px; }
.thanks-wrap .big-ico { width: 72px; height: 72px; margin: 0 auto 24px; color: var(--accent); }
.thanks-wrap h1 { font-size: clamp(2rem, 5vw, 3rem); }
.thanks-wrap p { color: var(--ink-soft); font-size: 1.1rem; margin-bottom: 28px; }

.notes { display: grid; gap: 12px; max-width: 720px; }
.note-item { display: grid; grid-template-columns: auto 1fr; gap: 16px; padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.note-item .d { font-family: var(--mono); font-size: .74rem; color: var(--accent); white-space: nowrap; }
.note-item p { margin: 0; color: var(--ink-soft); font-size: .92rem; }
.note-item b { color: var(--ink); display: block; margin-bottom: 2px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1024px) {
  .nav-desktop { display: none; }
  .nav-toggle { display: block; }
  .equip-wrap { grid-template-columns: 1fr; }
  .contact-split { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  section { padding: clamp(44px, 12vw, 64px) 0; }
  .hero { min-height: auto; padding-top: 40px; }
  .hero h1 { font-size: clamp(2.1rem, 12vw, 3rem); }
  .hero-cinema { min-height: 80vh; min-height: 80svh; padding-top: 92px; }
  .hero-title { font-size: clamp(1.95rem, 8.6vw, 2.6rem); max-width: 100%; }
  .hero-stats { gap: 12px 24px; margin-top: 26px; padding-top: 18px; }
  .hero-stats .hs { flex: 1 1 40%; }
  .field-row { grid-template-columns: 1fr; }
  .proc { grid-template-columns: 50px 1fr; }
  .proc .when { grid-column: 2; justify-self: start; margin-top: 4px; }
  .rm-line { grid-template-columns: 70px 1fr; gap: 16px; }
  .footer-grid { grid-template-columns: 1fr; }
  .stat { padding-left: 14px; }
  .stage .ico { width: 34px; height: 34px; }
  .ci-card .ci-ico { width: 38px; height: 38px; }
  .cookie-actions { grid-template-columns: 1fr; }
}

@media (max-width: 390px) {
  .hero-cta { flex-direction: column; }
  .hero-cta .btn { width: 100%; }
  .ticker { grid-template-columns: 1fr 1fr; }
}

/* word breaking on long strings */
.brk { 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;
}

/* ============================================================
   ░░ PREMIUM LAYER v2 — award-level art direction ░░
   Flight-instrument system elevated with editorial serif
   headers, horizon dividers, thermal-lift card motion.
   Motion strictly transform/opacity/filter.
   ============================================================ */

/* ---- eyebrow: instrument-tick flourish ---- */
.eyebrow {
  font-weight: 500;
  gap: 12px;
  color: var(--accent);
}
.eyebrow::before {
  width: 30px;
  background: linear-gradient(90deg, transparent, var(--accent));
  opacity: .85;
}

/* ---- horizon dividers between flowing sections ---- */
main > section:not(.statband):not(.cta-band):not(.hero):not(.hero-cinema):not(.telemetry-band) {
  border-top: 1px solid var(--line);
}
main > section:not(.statband):not(.cta-band):not(.hero):not(.hero-cinema):not(.telemetry-band)::before {
  content: "";
  position: absolute;
  top: -1px; left: 50%;
  width: min(78%, 900px);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(94,234,212,.32), transparent);
  pointer-events: none;
}
main > section:not(.statband):not(.cta-band):not(.hero):not(.hero-cinema):not(.telemetry-band)::after {
  content: "";
  position: absolute;
  top: -4px; left: 50%;
  width: 7px; height: 7px;
  transform: translateX(-50%) rotate(45deg);
  background: var(--bg);
  border: 1px solid var(--accent);
  opacity: .55;
  pointer-events: none;
}

/* ---- shared thermal-lift hover for feature cards ---- */
.stage, .price-card, .member, .tst, .en-row, .ci-card, .gal-card {
  will-change: auto;
}
.stage::after, .member::after, .tst::after, .price-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(150deg, rgba(94,234,212,.55), transparent 40%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
}
.stage:hover::after, .member:hover::after, .tst:hover::after, .price-card:hover::after { opacity: 1; }
.member:hover, .tst:hover { transform: translateY(-6px); box-shadow: 0 26px 52px -30px rgba(94,234,212,.4); }
.member, .tst { transition: transform .26s cubic-bezier(.2,.7,.2,1), border-color .26s ease, box-shadow .26s ease; }
.stage:hover { box-shadow: 0 26px 52px -28px rgba(94,234,212,.42); }

/* ---- MÜFREDAT stage-flow: editorial numbering ---- */
.stage { padding: 26px 24px 24px; overflow: hidden; }
.stage .step-no { font-weight: 500; }
.stage .ico {
  transition: transform .4s cubic-bezier(.2,.7,.2,1);
}
.stage:hover .ico { transform: translateY(-3px) scale(1.06); }
.stage h3 { font-size: 1.24rem; letter-spacing: -0.01em; }

/* ---- STAT BAND: bolder figures ---- */
.stat { transition: border-color .3s ease; }
.stat:hover { border-left-color: var(--accent); }
.statband .container { position: relative; }

/* ---- TELEMETRY band: cockpit framing ---- */
.telemetry-band { position: relative; }
.telemetry-band .ticker .cell { transition: background .3s ease; }
.telemetry-band .ticker:hover .cell { background: rgba(23,27,34,.95); }

/* ---- EN diagram / classes ---- */
.en-diagram { position: relative; overflow: hidden; }
.en-diagram::before {
  content: "EN 926-2";
  position: absolute;
  top: 16px; right: 20px;
  font-family: var(--mono);
  font-size: .62rem;
  letter-spacing: .18em;
  color: var(--ink-dim);
}
.en-row h4 { font-family: var(--display); font-weight: 600; font-size: 1.08rem; }

/* ---- ROADMAP: vertical spine ---- */
.roadmap { padding-left: 6px; }
.rm-badge { transition: transform .26s ease, color .26s ease, border-color .26s ease; }
.rm-line:hover .rm-badge { transform: translateY(-3px); border-color: var(--accent); }
.rm-body h3 { font-size: 1.3rem; }
.rm-body h3 .arrow { font-weight: 500; }

/* ---- PROCESS list ---- */
.proc { transition: background .25s ease; border-radius: 10px; }
.proc:hover { background: rgba(94,234,212,.03); }
.proc .pn { transition: color .25s ease, transform .25s ease; }
.proc:hover .pn { transform: translateX(2px); }
.proc h3 { font-size: 1.2rem; }

/* ---- TEAM ---- */
.member .av { transition: transform .3s ease; }
.member:hover .av { transform: scale(1.05) rotate(-2deg); }
.member h3 { font-size: 1.18rem; }

/* ---- TESTIMONIALS: quotation mark motif ---- */
.tst { position: relative; }
.tst::before {
  content: "\201C";
  position: absolute;
  top: 10px; right: 22px;
  font-family: var(--display);
  font-size: 4.5rem;
  line-height: 1;
  color: var(--accent);
  opacity: .1;
  pointer-events: none;
}
.tst p { font-size: 1rem; font-style: italic; color: var(--ink); }
.tst .who b { font-family: var(--display); font-size: .98rem; font-style: normal; }

/* ---- PRICING: featured lift ---- */
.price-card .amt { font-size: 2.5rem; }
.price-card.featured { transform: none; }
.price-card.featured:hover { box-shadow: 0 30px 60px -30px rgba(94,234,212,.5); }
@media (min-width: 900px) {
  .price-card.featured { transform: scale(1.02); }
  .price-card.featured:hover { transform: scale(1.02) translateY(-6px); }
}

/* ============================================================
   GALLERY — editorial asymmetric grid (was unstyled)
   ============================================================ */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.gal-card {
  position: relative;
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface);
  min-height: 220px;
  grid-column: span 3;
}
.gal-card.wide { grid-column: span 6; }
.gal-card.tall { grid-row: span 2; }
.gal-card img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .5s ease;
  filter: saturate(1.02) contrast(1.02);
}
.gal-card::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(8,11,16,.82) 100%);
  opacity: .9;
  transition: opacity .4s ease;
  pointer-events: none;
}
.gal-card figcaption {
  position: absolute;
  left: 18px; bottom: 16px; right: 18px;
  z-index: 2;
  font-family: var(--mono);
  font-size: .74rem;
  letter-spacing: .04em;
  color: #e9eef3;
  display: flex;
  align-items: center;
  gap: 9px;
  transform: translateY(2px);
  transition: transform .4s ease;
}
.gal-card figcaption .tick {
  color: var(--accent);
  font-weight: 700;
  flex-shrink: 0;
}
.gal-card:hover img { transform: scale(1.06); }
.gal-card:hover::after { opacity: 1; }
.gal-card:hover figcaption { transform: translateY(0); }
@media (max-width: 720px) {
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .gal-card, .gal-card.wide { grid-column: span 1; }
  .gal-card.tall { grid-row: span 1; }
  .gal-card.wide { grid-column: span 2; }
}

/* ---- subpage prose photo polish ---- */
.prose-photo { border: 1px solid var(--line); }

/* ---- FAQ open-state accent ---- */
.faq-item { transition: border-color .25s ease; }
.faq-item[open] { border-color: var(--line-strong); }
.faq-item[open] summary { color: var(--accent); }

/* ---- CTA panel: subtle sky glow ---- */
.cta-panel { position: relative; overflow: hidden; }
.cta-panel::before {
  content: "";
  position: absolute;
  top: -40%; right: -20%;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(94,234,212,.14), transparent 68%);
  pointer-events: none;
}
.cta-panel h3 { font-size: clamp(1.4rem, 3vw, 1.75rem); }

/* ---- hero tag / stats fine-tune ---- */
.hero-stats .hs-n { font-family: var(--mono); }
.hero-sub { font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; }

/* ---- section titles: let mono labels stay crisp ---- */
.price-card .pk, .stage .step-no, .member .role, .eyebrow, .hero-tag,
.rm-body h3 .arrow, .stat .num, .en-row .lvl { font-family: var(--mono); }

/* ============================================================
   REDUCED MOTION — kill decorative transforms/animations
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  .stage, .member, .tst, .price-card, .en-row, .ci-card, .rm-badge,
  .gal-card img, .member .av, .stage .ico, .proc .pn, .rm-line:hover .rm-badge {
    transition: none !important;
    transform: none !important;
  }
  .gal-card:hover img { transform: none !important; }
  .gal-card figcaption { transform: none !important; }
}

/* ============================================================
   RESPONSIVE — premium layer
   ============================================================ */
@media (max-width: 640px) {
  .sec-head h2 { font-size: clamp(1.9rem, 8.4vw, 2.5rem); }
  main > section:not(.statband):not(.cta-band):not(.hero):not(.hero-cinema):not(.telemetry-band)::before {
    width: 88%;
  }
  .tst::before { font-size: 3.4rem; top: 6px; right: 16px; }
}
