﻿/* ============================================================
   SPARKY2 GLOBAL — Main Stylesheet
   BEM methodology · GPU-accelerated animations · Glassmorphism
   ============================================================ */

/* ── Reset & Base ──────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --color-primary:    #e8a020;
  --color-secondary:  #e03030;
  --color-accent:     #c040e0;
  --color-bg-dark:    #080a09;
  --color-bg-1:       #0e1210;
  --color-bg-2:       #141916;
  --color-bg-card:    rgba(255,255,255,0.04);
  --color-text:       #e8e0d0;
  --color-text-muted: #8a8070;
  --color-border:     rgba(232,160,32,0.2);
  --color-glow:       #e8a020;
  --font-heading:     'Cinzel', serif;
  --font-body:        'Inter', sans-serif;
  --border-radius:    12px;
  --glass-blur:       20px;
  --transition-fast:  0.18s cubic-bezier(0.4,0,0.2,1);
  --transition-base:  0.32s cubic-bezier(0.4,0,0.2,1);
  --transition-slow:  0.6s  cubic-bezier(0.4,0,0.2,1);
  /* Giriş hareketleri: sonda güçlü yavaşlama (referans sitedeki easing) */
  --ease-out:         cubic-bezier(0.16, 1, 0.3, 1);
  --container-max:    1280px;
  --container-pad:    clamp(1rem, 4vw, 3rem);
  --section-gap:      clamp(5rem, 10vw, 8rem);
  --nav-h:            72px;
}

html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-body);
  background: var(--color-bg-dark);
  color: var(--color-text);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Sabit ortam derinliği: düz siyah bir boşluk yerine, hero videosundan
   örneklenen sıcak tonlarla çok hafif bir zemin. Sayfayla kaymaz. */
body::before {
  content: "";
  position: fixed; inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 120% 60% at 50% 0%,   rgba(232,160,32,0.045) 0%, transparent 60%),
    radial-gradient(ellipse 90% 55% at 12% 45%,   rgba(184,104,58,0.03)  0%, transparent 65%),
    radial-gradient(ellipse 90% 55% at 88% 78%,   rgba(232,160,32,0.028) 0%, transparent 65%);
}

/* Ekran okuyucular için görünmez ama erişilebilir metin */
.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.nav-open { overflow: hidden; }

img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
ul { list-style: none; }
svg { display: block; flex-shrink: 0; }

/* ── Scroll bar ─────────────────────────────────────────────── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--color-bg-dark); }
::-webkit-scrollbar-thumb { background: var(--color-primary); border-radius: 3px; }

/* ── Focus visible ──────────────────────────────────────────── */
:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ── Container ──────────────────────────────────────────────── */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: var(--container-pad);
}

/* ── Page Loader ─────────────────────────────────────────────── */
.loader {
  position: fixed; inset: 0; z-index: 9999;
  background: var(--color-bg-dark);
  display: flex; align-items: center; justify-content: center;
  transition: opacity var(--transition-slow), visibility var(--transition-slow);
}
.loader.loader--hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.loader__inner { text-align: center; }
.loader__logo {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 6vw, 3.5rem);
  font-weight: 900;
  background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 0.3em;
  margin-bottom: 2rem;
  animation: loaderPulse 1.5s ease-in-out infinite;
}
.loader__bar {
  width: 200px; height: 2px;
  background: rgba(255,255,255,0.1);
  border-radius: 1px;
  overflow: hidden; margin: 0 auto 1rem;
}
.loader__progress {
  height: 100%; width: 0%;
  background: linear-gradient(90deg, var(--color-primary), var(--color-secondary));
  border-radius: 1px;
  transition: width 0.1s linear;
  box-shadow: 0 0 10px var(--color-primary);
}
.loader__text { font-size: 0.75rem; color: var(--color-text-muted); letter-spacing: 0.2em; text-transform: uppercase; }
@keyframes loaderPulse {
  0%, 100% { opacity: 1; } 50% { opacity: 0.5; }
}

/* ── Navigation ─────────────────────────────────────────────── */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  height: var(--nav-h);
  transition: background var(--transition-base), box-shadow var(--transition-base),
              backdrop-filter var(--transition-base);
}
/* Ust perde: sayfa tepedeyken bar tamamen seffafti ve menu yazilari parlak
   hero karelerinde kayboluyordu. Asagi dogru sonen gradyan, sert bir kenar
   cizgisi yaratmadan kontrast verir; kaydirinca gercek zemine yerini birakir.
   z-index:-1 header'in kendi yigin baglaminda kalir, sayfayi etkilemez. */
.site-header::before {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(to bottom, rgba(6,6,8,0.92), rgba(6,6,8,0));
  transition: opacity var(--transition-base);
}
.site-header.header--scrolled::before,
.site-header.header--solid::before { opacity: 0; }
.site-header.header--scrolled,
.site-header.header--solid {
  background: rgba(6,6,8,0.85);
  backdrop-filter: blur(var(--glass-blur));
  -webkit-backdrop-filter: blur(var(--glass-blur));
  box-shadow: 0 1px 0 var(--color-border), 0 8px 32px rgba(0,0,0,0.6);
}
/* menu.json → sticky:false  (sayfayla birlikte kayar) */
.site-header.header--static { position: absolute; }
.nav { height: 100%; }
/* Uc grup: marka | menu | aksiyonlar. space-between, "margin-left:auto"
   zincirinden daha saglam — bir grup gizlendiginde kalanlar dogru yaslanir. */
.nav__inner {
  height: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: var(--container-pad);
}
.nav__logo { flex-shrink: 0; display: flex; align-items: center; gap: 0.7rem; }
/* Yukseklik admin panelinden gelir (index.php > --logo-h). Genislik oranla
   buyur, boylece kareye yakin logolar da kucuk kalmaz.
   Isilti logoyu koyu zeminden ayirir; renk temadan gelsin diye ikinci
   bildirim color-mix kullanir, desteklenmeyen tarayicida birincisi kalir. */
.nav__logo img {
  height: var(--logo-h, 52px); width: auto;
  filter: drop-shadow(0 0 10px rgba(232,160,32,0.35));
  filter: drop-shadow(0 0 10px color-mix(in srgb, var(--color-glow) 38%, transparent));
}
.nav__logo-text {
  font-family: var(--font-heading); font-weight: 900; font-size: 1.25rem;
  color: var(--color-primary);
  letter-spacing: 0.12em;
}
.nav__logo-caption {
  font-size: 0.56rem; font-weight: 600;
  letter-spacing: 0.38em; text-transform: uppercase;
  color: var(--color-text-muted); white-space: nowrap;
}
/* Bosluk akiskan: 1024-1280 arasi 7 baglanti + marka + aksiyonlar sabit
   1.75rem ile satira sigmiyordu (ANA SAYFA iki satira kiriliyordu). */
.nav__list { display: flex; align-items: center; gap: clamp(0.9rem, 1.7vw, 1.75rem); }
/* Kucuk punto + genis harf araligi + buyuk harf: menuyu govde metninden
   ayiran sey bu: 13px normal yazi "blog menusu" gibi duruyordu. */
.nav__link {
  font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  white-space: nowrap;   /* "ANA SAYFA" dar ekranda iki satira kiriliyordu */
  color: var(--color-text-muted); padding: 0.45rem 0;
  transition: color var(--transition-fast);
  position: relative;
}
/* Alt cizgi soldan buyur (scaleX). Onceki left/right animasyonu her karede
   yeniden yerlesim tetikliyordu; transform yalnizca compositor'da calisir. */
.nav__link::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 1px; background: var(--color-primary);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.3s var(--ease-out);
}
.nav__link:hover,
.nav__link--active { color: var(--color-primary); }
/* nav__link--active JS kaydirma takibinden gelir (main.js) ama hicbir kurali
   yoktu: sinif basiliyor, gorsel karsiligi yoktu. */
.nav__link:hover::after,
.nav__link--active::after { transform: scaleX(1); }

.nav__actions { display: flex; align-items: center; gap: 0.85rem; flex-shrink: 0; }

.nav__burger {
  display: none; flex-direction: column; gap: 5px;
  width: 36px; height: 36px;
  align-items: center; justify-content: center; flex-shrink: 0;
  border-radius: 8px;
  transition: background var(--transition-fast);
}
.nav__burger:hover { background: rgba(255,255,255,0.06); }
.nav__burger-line {
  width: 22px; height: 2px;
  background: var(--color-text);
  border-radius: 1px;
  transition: transform var(--transition-fast), opacity var(--transition-fast), width var(--transition-fast);
  transform-origin: center;
}
.nav__burger.is-open .nav__burger-line:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__burger.is-open .nav__burger-line:nth-child(2) { opacity: 0; width: 0; }
.nav__burger.is-open .nav__burger-line:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobil cekmece <header> disindadir: header kaydirildiginda backdrop-filter
   alir ve position:fixed alt ogeler icin containing block yaratir; cekmece
   60px header kutusuna hapsolup yuksekligi 545px -> 64px dusuyordu. */
.nav__mobile {
  position: fixed; top: var(--nav-h); left: 0; right: 0; bottom: 0;
  z-index: 1000;   /* header disinda durdugu icin kendi katmani gerekli */
  background: rgba(6,6,8,0.97);
  backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
  transform: translateX(100%);
  transition: transform var(--transition-base);
  padding: 2rem var(--container-pad);
  overflow-y: auto;
}
.nav__mobile.is-open { transform: translateX(0); }
.nav__mobile-list { display: flex; flex-direction: column; gap: 0.5rem; }
.nav__mobile-link {
  display: block; font-size: 1.2rem; font-weight: 500;
  padding: 0.9rem 1rem; border-radius: var(--border-radius);
  border: 1px solid transparent;
  transition: all var(--transition-fast);
}
.nav__mobile-link:hover {
  color: var(--color-primary);
  background: rgba(232,160,32,0.08);
  border-color: var(--color-border);
}

/* ── Buttons ─────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  font-family: var(--font-body); font-size: 0.875rem; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 0.7rem 1.6rem; border-radius: var(--border-radius);
  border: 1px solid transparent;
  cursor: pointer; white-space: nowrap;
  transition: all var(--transition-fast);
  position: relative; overflow: hidden;
}
.btn::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.08) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform 0.5s ease;
}
.btn:hover::before { transform: translateX(100%); }

.btn--primary {
  /* Sakin premium: gradient + yoğun glow yerine düz altın ve ölçülü gölge */
  background: var(--color-primary);
  color: var(--color-bg-dark);
  box-shadow: 0 2px 14px rgba(232,160,32,0.22);
}
.btn--primary:hover {
  background: #f0ae32;
  box-shadow: 0 4px 20px rgba(232,160,32,0.34);
}
.btn--secondary {
  background: linear-gradient(135deg, var(--color-secondary), #a82020);
  color: #fff;
  box-shadow: 0 4px 20px rgba(224,48,48,0.35);
}
.btn--secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(224,48,48,0.55);
}
.btn--outline {
  background: rgba(10,10,14,0.4); color: var(--color-text);
  border-color: rgba(232,224,208,0.24);
  backdrop-filter: blur(8px);
}
.btn--outline:hover {
  border-color: var(--color-primary); color: var(--color-primary);
  background: rgba(232,160,32,0.08);
}

/* Hero ikincil bağlantıları — buton değil, metin bağlantısı */
.hero__links {
  display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap; gap: 0.5rem 0.9rem;
  margin-top: 1.15rem;
}
.hero__link {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.83rem; font-weight: 500; letter-spacing: 0.02em;
  color: var(--color-text-muted);
  transition: color var(--transition-fast);
}
.hero__link:hover { color: var(--color-primary); }
.hero__links-sep { color: rgba(255,255,255,0.2); font-size: 0.8rem; }
.btn--discord {
  background: #5865F2; color: #fff;
  box-shadow: 0 4px 20px rgba(88,101,242,0.4);
}
.btn--discord:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(88,101,242,0.6);
  background: #4752c4;
}
.btn--lg { padding: 0.9rem 2.4rem; font-size: 1rem; border-radius: 14px; }
.btn--sm { padding: 0.5rem 1.2rem; font-size: 0.78rem; }
.btn--full { width: 100%; }
.btn__icon { font-size: 1em; line-height: 1; }

/* Hero Buttons */
.btn--hero {
  padding: 0.85rem 2rem;
  font-size: 0.875rem;
  border-radius: 50px;
}

/* ── Sections ─────────────────────────────────────────────────── */
.section {
  padding-block: var(--section-gap);
  position: relative;
}
.section__header {
  text-align: center;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}
.section__label {
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.3em;
  color: var(--color-primary); text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.section__label::after {
  content: ""; display: block;
  width: 28px; height: 1px; margin: 0.7rem auto 0;
  background: var(--color-primary); opacity: 0.5;
}
.section__title {
  font-family: var(--font-heading);
  font-size: clamp(1.7rem, 3.4vw, 2.6rem);
  font-weight: 700; line-height: 1.15;
  /* Düz renk: gradient-fade başlığın alt yarısını soluklaştırıp kirli gösteriyordu */
  color: var(--color-text);
  margin-bottom: 0.8rem;
}
.section__subtitle {
  font-size: clamp(0.9rem, 1.5vw, 1.05rem);
  color: var(--color-text-muted); max-width: 560px; margin-inline: auto;
}

/* ── AOS — Intersection Observer animations ─────────────────── */
/* Giriş animasyonları.
   Eskiden 40px mesafe + 0.7sn süre vardı: ögeler uzaktan uçarak geliyor ve
   yavaş oturuyordu. Kaliteli giriş hareketi kısa mesafeli ve hızlıdır —
   14px / 0.45sn, sondaki yavaşlaması güçlü bir easing ile.
   `.js` koşulu: JS yoksa hiçbir şey gizlenmez. */
.js [data-aos] {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.45s;
  transition-timing-function: var(--ease-out);
}
.js [data-aos="fade-up"]    { transform: translateY(14px); }
.js [data-aos="fade-down"]  { transform: translateY(-14px); }
.js [data-aos="fade-right"] { transform: translateX(-18px); }
.js [data-aos="fade-left"]  { transform: translateX(18px); }
.js [data-aos="zoom-in"]    { transform: scale(0.96); }
.js [data-aos].aos-animate  { opacity: 1; transform: translate(0) scale(1); }

/* Izgara girişi: kartlar tek bir yüzey oluşturduğu için tek tek değil,
   bir bütün olarak açılır; içeride hafif bir çapraz gecikme kalır. */
.js [data-aos-group] > * {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.42s var(--ease-out), transform 0.42s var(--ease-out);
  transition-delay: calc(var(--i, 0) * 26ms);
}
.js [data-aos-group].aos-animate > * {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .js [data-aos],
  .js [data-aos-group] > * { opacity: 1 !important; transform: none !important; }
}

/* ── Hero ────────────────────────────────────────────────────── */
.hero {
  position: relative; min-height: 100dvh;
  display: flex; align-items: center;
  overflow: hidden;
}
.hero__video-wrap {
  position: absolute; inset: 0; z-index: 0;
  overflow: hidden;
}
/* Sabit, çok hafif bir ölçek: kenar boşluğunu kapatır.
   Eski 20sn'lik scale animasyonu videoyu sürekli yeniden örnekliyor ve
   gerçek bir yumuşama (bulanıklık) üretiyordu — kaldırıldı. */
.hero__video,
.hero__video-fallback {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 22%;
  transform: translateZ(0) scale(1.04);
  backface-visibility: hidden;
  will-change: transform;
}
.hero__video-fallback {
  position: absolute; inset: 0;
  background-size: cover; background-position: center 22%;
}

/* Scrim "pencere" mantığı: merkez tamamen şeffaf kalır, yalnızca kenarlar
   ve alt kenar karartılır. Videoyu baştan sona karartmak görüntüyü çamurlu
   gösteriyordu. Gerçek değerler hero.json'daki overlay_opacity'den gelir;
   buradaki tanım yalnızca yedek. */
.hero__overlay {
  position: absolute; inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse 78% 64% at 50% 42%,
      rgba(6,6,8,0) 0%, rgba(6,6,8,0.06) 62%, rgba(6,6,8,0.30) 100%),
    linear-gradient(to bottom,
      rgba(6,6,8,0.24) 0%, rgba(6,6,8,0) 14%,
      rgba(6,6,8,0) 56%, rgba(6,6,8,0.30) 80%, rgba(6,6,8,0.60) 100%);
}
/* Metin bloğunun arkasına yerel karartma. Videonun tamamını karartmak yerine
   yalnızca yazının durduğu sütunu yumuşatır — kenarlar net kalır. */
.hero__content::before {
  content: "";
  position: absolute; inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(ellipse 52% 42% at 50% 40%,
    rgba(6,6,8,0.72) 0%,
    rgba(6,6,8,0.45) 45%,
    rgba(6,6,8,0) 72%);
}

.hero__overlay-top {
  position: absolute; top: 0; left: 0; right: 0; height: 150px; z-index: 2;
  background: linear-gradient(to bottom, rgba(6,6,8,0.85) 0%, transparent 100%);
}
.hero__overlay-bottom {
  position: absolute; bottom: 0; left: 0; right: 0; height: 260px; z-index: 2;
  background: linear-gradient(to top, rgba(6,6,8,1) 0%, transparent 100%);
}

/* ── Dil seçici (açılır menü) ─────────────────────────────────────
   <details>/<summary> ile kurulu: JS olmadan da tıklayınca açılır.
   10 dil yan yana dizildiğinde navigasyonu taşırıyordu. */
/* Bosluk artik nav__actions'in gap'inden gelir; ayri margin cift bosluk yapardi. */
.nav__lang { position: relative; }

/* Tetikleyici */
.nav__lang-toggle {
  display: flex; align-items: center; gap: 0.4rem;
  padding: 0.32rem 0.55rem;
  border-radius: 7px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(10,12,10,0.5);
  color: var(--color-text-muted);
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em;
  cursor: pointer;
  list-style: none;
  transition: border-color var(--transition-fast), color var(--transition-fast);
}
/* Tarayıcıların varsayılan üçgen işaretini kaldır */
.nav__lang-toggle::-webkit-details-marker { display: none; }
.nav__lang-toggle::marker { content: ""; }

.nav__lang-toggle:hover,
.nav__lang[open] .nav__lang-toggle {
  color: var(--color-text);
  border-color: rgba(232,160,32,0.4);
}
.nav__lang-caret { transition: transform var(--transition-fast); flex-shrink: 0; }
.nav__lang[open] .nav__lang-caret { transform: rotate(180deg); }

/* Bayrak — SVG köşeleri kırpılsın diye sarmalayıcıda overflow */
.nav__lang-flag {
  display: block; flex-shrink: 0;
  width: 20px; height: 14px;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.35) inset;
}
.nav__lang-flag .flag { display: block; }

/* Açılan panel */
.nav__lang-menu {
  position: absolute; top: calc(100% + 0.45rem); right: 0;
  z-index: 20;
  min-width: 172px;
  padding: 0.3rem;
  border-radius: 10px;
  background: var(--color-bg-1);
  border: 1px solid var(--color-border);
  box-shadow: 0 18px 40px rgba(0,0,0,0.55);
  animation: langMenuIn 0.16s var(--ease-out);
}
@keyframes langMenuIn {
  from { opacity: 0; transform: translateY(-5px); }
  to   { opacity: 1; transform: translateY(0); }
}

.nav__lang-item {
  display: flex; align-items: center; gap: 0.55rem;
  padding: 0.42rem 0.55rem;
  border-radius: 6px;
  color: var(--color-text-muted);
  font-size: 0.8rem; font-weight: 500; letter-spacing: 0;
  white-space: nowrap;
  transition: background var(--transition-fast), color var(--transition-fast);
}
.nav__lang-item:hover { background: var(--color-bg-2); color: var(--color-text); }
.nav__lang-item.is-active { color: var(--color-primary); }
.nav__lang-item.is-active .nav__lang-name { font-weight: 600; }

@media (max-width: 768px) {
  /* nav__inner boslugu 2rem: dil secici + hamburger yan yana tasiyordu */
  .nav__inner { gap: 0.9rem; }
  /* Cinzel 1.25rem + harf araligi ile logo ~250px; dil secici ve hamburgeri
     ekran disina itiyordu. Mobilde kucultulur. */
  .nav__logo-text { font-size: 0.95rem; letter-spacing: 0.06em; }
  /* Mobilde menu cubugu 60px: ayarlanan yukseklik ne olursa olsun 40px'te kesilir. */
  .nav__logo img { height: min(var(--logo-h, 52px), 40px); }
  /* Eskiden burada ".nav__logo { margin-right:auto }" vardi: auto margin
     zincirinde bos alani dil secici yutup hamburgeri ekran disina itiyordu.
     nav__inner artik space-between; mobilde iki grup kaldigi icin (menu ve
     CTA gizli) yaslanma kendiliginden dogru, ek margin gerekmiyor. */
  .nav__lang-code { display: none; }
  .nav__lang-menu { min-width: 158px; }
}

/* Site geneli partikül tuvali — sabit konumlu, tüm bölümlerin üzerinde süzülür.
   z-index 5: içeriğin (1) üstünde ama header (1000), modal ve lightbox'ın (2000)
   altında kalır, böylece hiçbir etkileşimi engellemez. */
.site-particles {
  position: fixed; inset: 0;
  width: 100%; height: 100%;
  z-index: 5;
  pointer-events: none;
}
.hero,
#main,
.site-footer { position: relative; z-index: 1; }

/* Fog layers */
.hero__fog { position: absolute; inset: 0; z-index: 4; pointer-events: none; overflow: hidden; }
.hero__fog-layer {
  position: absolute; bottom: 0; left: -50%; right: -50%;
  height: 40%; border-radius: 50%;
  background: radial-gradient(ellipse at 50% 100%, rgba(232,160,32,0.04) 0%, transparent 70%);
  filter: blur(40px);
}
.hero__fog-layer--1 { animation: fogDrift1 18s ease-in-out infinite; }
.hero__fog-layer--2 { height: 35%; bottom: -5%; animation: fogDrift2 22s ease-in-out infinite; opacity: 0.7; }
.hero__fog-layer--3 { height: 25%; bottom: -8%; animation: fogDrift3 14s ease-in-out infinite; opacity: 0.5; }
@keyframes fogDrift1 { 0%,100% { transform: translateX(0); } 50% { transform: translateX(4%); } }
@keyframes fogDrift2 { 0%,100% { transform: translateX(0); } 50% { transform: translateX(-5%); } }
@keyframes fogDrift3 { 0%,100% { transform: translateX(0); } 50% { transform: translateX(3%); } }

/* Mouse light */
.hero__mouse-light {
  position: absolute; z-index: 3; pointer-events: none;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232,160,32,0.07) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
  will-change: transform;
}

/* Hero content */
.hero__content {
  position: relative; z-index: 5;
  width: 100%;
  /* --hero-offset: hero.json > content_offset (vh). İçeriği aşağı kaydırarak
     videonun üst kısmının (amblem, karakter) görünmesini sağlar. */
  padding-top: calc(var(--nav-h) + var(--hero-offset, 0vh));
  text-align: center;
}
.hero__content .container { padding-block: clamp(2.5rem, 6vh, 5rem) clamp(4rem, 10vh, 8rem); }

.hero__title {
  font-family: var(--font-heading); font-weight: 900; line-height: 0.9;
  margin-bottom: 1.5rem;
  user-select: none;
  /* Okunabilirlik videoyu karartarak değil, metne gölge vererek sağlanır.
     Başlık gradient-clip kullandığı için text-shadow yerine drop-shadow. */
  filter: drop-shadow(0 2px 10px rgba(0,0,0,0.85))
          drop-shadow(0 0 34px rgba(0,0,0,0.55));
}
.hero__title-line {
  display: block;
  font-size: clamp(3rem, 8.5vw, 6.5rem);
  letter-spacing: 0.06em;   /* 0.12em Cinzel'de kelimeyi dağıtıyordu */
}
.hero__title-line--1 {
  background: linear-gradient(135deg, #fff 0%, var(--color-text) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  text-shadow: none;
  filter: drop-shadow(0 0 60px rgba(232,160,32,0.2));
}
.hero__title-line--2 {
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  filter: drop-shadow(0 0 40px rgba(232,160,32,0.5));
  font-size: clamp(2rem, 6vw, 5rem);
  letter-spacing: 0.4em;
}

.hero__subtitle {
  /* Görselin üstünde okunabilirlik: muted gri yerine açık ton + hafif gölge */
  font-size: clamp(0.92rem, 1.5vw, 1.08rem); font-weight: 400;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: #ded6c6;
  text-shadow: 0 1px 3px rgba(0,0,0,0.95), 0 2px 16px rgba(0,0,0,0.9);
  margin-bottom: 2.25rem;
}

/* Badges */
.hero__badges {
  display: flex; flex-wrap: wrap; gap: 0.75rem;
  justify-content: center; margin-bottom: 3rem;
}
.hero__badge {
  display: flex; align-items: center; gap: 0.45rem;
  padding: 0.42rem 0.95rem; border-radius: 50px;
  background: rgba(10,10,14,0.5);
  border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  font-size: 0.78rem; font-weight: 500; letter-spacing: 0.02em;
  color: var(--color-text);
  transition: border-color var(--transition-fast), background var(--transition-fast);
}
.hero__badge:hover {
  background: rgba(232,160,32,0.08);
  border-color: rgba(232,160,32,0.45);
}
.hero__badge-icon {
  display: flex; align-items: center;
  color: var(--color-primary);
}

/* Hero action buttons */
.hero__actions {
  display: flex; flex-wrap: wrap; gap: 1rem;
  justify-content: center; margin-bottom: 2rem;
}

/* Trailer button */
.hero__trailer-btn {
  display: inline-flex; align-items: center; gap: 0.75rem;
  color: var(--color-text-muted); font-size: 0.875rem; font-weight: 500;
  padding: 0.5rem 1rem; border-radius: 50px;
  border: 1px solid rgba(255,255,255,0.08);
  transition: all var(--transition-fast);
  letter-spacing: 0.05em;
}
.hero__trailer-btn:hover { color: var(--color-primary); border-color: var(--color-border); background: rgba(232,160,32,0.06); }
.hero__trailer-play {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  display: flex; align-items: center; justify-content: center;
  transition: all var(--transition-fast);
}
.hero__trailer-btn:hover .hero__trailer-play {
  background: rgba(232,160,32,0.2); border-color: var(--color-primary);
  box-shadow: 0 0 20px rgba(232,160,32,0.3);
}

/* Scroll indicator */
.hero__scroll {
  position: absolute; bottom: 2.5rem; left: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center;
}
.hero__scroll-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--color-primary);
  box-shadow: 0 0 12px var(--color-primary);
  animation: scrollBounce 2s ease-in-out infinite;
}
@keyframes scrollBounce {
  0%,100% { transform: translateY(0); opacity: 1; }
  50%      { transform: translateY(16px); opacity: 0.3; }
}

/* ── Modal ───────────────────────────────────────────────────── */
.modal {
  position: fixed; inset: 0; z-index: 2000;
  display: flex; align-items: center; justify-content: center;
  padding: 1rem;
  opacity: 0; animation: modalIn 0.25s ease forwards;
}
.modal[hidden] { display: none; }
@keyframes modalIn { to { opacity: 1; } }
.modal__backdrop {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.88);
  backdrop-filter: blur(8px);
}
.modal__box {
  position: relative; z-index: 1;
  width: 100%; max-width: 900px;
  background: rgba(10,10,16,0.95);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(0,0,0,0.8), 0 0 0 1px rgba(232,160,32,0.1);
  animation: modalBoxIn 0.3s cubic-bezier(0.4,0,0.2,1) forwards;
}
@keyframes modalBoxIn { from { transform: scale(0.92) translateY(20px); } to { transform: scale(1) translateY(0); } }
.modal__close {
  position: absolute; top: 1rem; right: 1rem; z-index: 2;
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  display: flex; align-items: center; justify-content: center;
  color: var(--color-text-muted);
  transition: all var(--transition-fast);
}
.modal__close:hover { background: rgba(224,48,48,0.2); color: var(--color-secondary); border-color: var(--color-secondary); }
.modal__video-wrap { aspect-ratio: 16/9; background: #000; }
.modal__video-wrap iframe { width: 100%; height: 100%; display: block; }

/* ── Server Summary ───────────────────────────────────────────── */
.server-summary {
  padding-block: 3rem;
  position: relative; z-index: 1;
  background: linear-gradient(180deg, transparent 0%, rgba(232,160,32,0.03) 50%, transparent 100%);
  border-block: 1px solid rgba(232,160,32,0.08);
}
.server-summary__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1px;
}
.server-summary__card {
  display: flex; flex-direction: column; align-items: center;
  gap: 0.5rem; padding: 1.75rem 1rem; text-align: center;
  position: relative;
  transition: background var(--transition-fast);
}
.server-summary__card::after {
  content: ''; position: absolute; right: 0; top: 20%; bottom: 20%;
  width: 1px; background: rgba(255,255,255,0.06);
}
.server-summary__card:last-child::after { display: none; }
.server-summary__card:hover { background: rgba(232,160,32,0.04); }
.server-summary__icon {
  display: flex; align-items: center; justify-content: center;
  color: var(--color-primary); opacity: 0.85;
}
/* Sayı ve etiket satır içi span'lardı, bu yüzden yan yana akıp
   "TOPLAM ÖDÜL HAVUZU" / "TAPINAĞI" gibi çirkin kırılmalar oluyordu. */
.server-summary__data {
  display: flex; flex-direction: column; align-items: center; gap: 0.2rem;
}
.server-summary__number {
  font-family: var(--font-body);
  font-size: clamp(1.5rem, 2.6vw, 2rem); font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--color-primary);
  line-height: 1.05;
  font-variant-numeric: tabular-nums;
}
.server-summary__label {
  font-size: 0.68rem; font-weight: 600; letter-spacing: 0.12em;
  color: var(--color-text-muted); text-transform: uppercase;
  line-height: 1.4;
  max-width: 15ch;
}

/* ── Features ─────────────────────────────────────────────────────
   Tek vurgu rengi (altın), tek çizgi ağırlığında ikonlar, yatay
   ikon+metin dizilimi. Kart başlıkları Inter — Cinzel yalnızca
   bölüm başlıklarında kalır (display fontu gövde ölçeğinde okunmuyor).
   ──────────────────────────────────────────────────────────────── */
.features__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1px;                       /* hairline ızgara: kartlar tek bir yüzey gibi */
  background: var(--color-border);
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius);
  overflow: hidden;
}
.feature-card {
  position: relative;
  display: flex; align-items: flex-start; gap: 0.95rem;
  padding: 1.5rem 1.5rem 1.55rem;
  background: var(--color-bg-1);
  transition: background var(--transition-base);
  cursor: default;
}
.feature-card:hover { background: var(--color-bg-2); }

/* İkon kutusu — altın, ince çerçeve, hover'da hafif doluluk */
.feature-card__icon {
  flex: 0 0 auto;
  width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 9px;
  color: var(--color-primary);
  background: rgba(232,160,32,0.07);
  border: 1px solid rgba(232,160,32,0.18);
  transition: background var(--transition-base), border-color var(--transition-base);
}
.feature-card:hover .feature-card__icon {
  background: rgba(232,160,32,0.14);
  border-color: rgba(232,160,32,0.4);
}
/* Henüz ikon adına çevrilmemiş eski emoji değerleri */
.feature-card__icon .icon-legacy { font-size: 1.1rem; line-height: 1; }

.feature-card__text { min-width: 0; }
.feature-card__title {
  font-family: var(--font-body);
  font-size: 0.94rem; font-weight: 600; letter-spacing: -0.01em;
  color: var(--color-text);
  margin-bottom: 0.3rem;
  line-height: 1.35;
}
.feature-card__desc {
  font-size: 0.845rem;
  color: var(--color-text-muted);
  line-height: 1.62;
}

@media (max-width: 520px) {
  .feature-card { padding: 1.25rem 1.15rem; gap: 0.8rem; }
  .feature-card__icon { width: 36px; height: 36px; }
}

/* ── Systems ──────────────────────────────────────────────────── */
.systems__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 2rem;
}

/* Kart temel stili */
.system-card {
  border-radius: var(--border-radius);
  overflow: hidden;
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  transition: transform var(--transition-base),
              border-color var(--transition-base),
              box-shadow var(--transition-base);
  cursor: pointer;
  outline: none;
  /* GPU katmanı */
  will-change: transform;
}
.system-card:hover,
.system-card:focus-visible {
  /* -8px sıçrama + ağır glow yerine ölçülü bir kalkış */
  transform: translateY(-3px);
  border-color: rgba(232,160,32,0.35);
  box-shadow: 0 14px 36px rgba(0,0,0,0.5);
}

/* ── Görsel / Video alanı ─────────────────────────────────────── */
.system-card__image-wrap {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}
/* Video: gerçek ekran kaydı, yatay — cover doğru davranış */
.system-card__video {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s cubic-bezier(0.4,0,0.2,1);
}

/* Görsel: dikey/kare oyun arayüzü panelleri.
   contain + doğal boyut sınırı — ne kırpılır ne bulanıklaşacak kadar büyütülür. */
.system-card__image {
  position: absolute; inset: 0; margin: auto;
  max-width: calc(100% - 1.5rem);
  max-height: calc(100% - 1.5rem);
  width: auto; height: auto;
  object-fit: contain;
  display: block;
  z-index: 1;
  transition: transform 0.55s cubic-bezier(0.4,0,0.2,1);
}

/* Aynı görselin bulanık kopyası — çerçeveyi doldurur, letterbox'ı kasıtlı gösterir */
.system-card__image-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transform: scale(1.2);
  filter: blur(22px) saturate(1.15) brightness(0.55);
  opacity: 0.85;
  display: block;
}

.system-card:hover .system-card__image,
.system-card:focus-visible .system-card__image {
  transform: scale(1.05);
}
.system-card:hover .system-card__video,
.system-card:focus-visible .system-card__video {
  transform: scale(1.07);
}
.system-card__image--placeholder {
  width: 100%; height: 100%;
  background: linear-gradient(135deg,
    rgba(232,160,32,0.08) 0%,
    rgba(6,6,8,0.5) 100%);
}

/* Karartma gradienti — üstte de scrim var, yoksa altın etiket
   açık renkli oyun görsellerinin üstünde kayboluyordu */
.system-card__image-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(to top, rgba(6,6,8,0.90) 0%, rgba(6,6,8,0.28) 45%, transparent 70%),
    linear-gradient(to bottom, rgba(6,6,8,0.55) 0%, transparent 30%);
  transition: opacity var(--transition-base);
}
.system-card:hover .system-card__image-overlay,
.system-card:focus-visible .system-card__image-overlay {
  opacity: 0.6; /* hover paneli görünsün diye biraz azalt */
}

/* Etiket rozeti — tek renk (altın) */
.system-card__tag {
  position: absolute; top: 0.85rem; right: 0.85rem;
  font-size: 0.6rem; font-weight: 700; letter-spacing: 0.14em;
  padding: 0.25rem 0.65rem; border-radius: 4px;
  color: var(--color-primary);
  border: 1px solid rgba(232,160,32,0.35);
  background: rgba(6,6,8,0.78);
  backdrop-filter: blur(8px);
  text-transform: uppercase;
  z-index: 2;
  pointer-events: none;
}

/* Çoklu medya rozeti */
.system-card__media-count {
  position: absolute; top: 0.85rem; left: 0.85rem;
  display: inline-flex; align-items: center; gap: 0.3rem;
  font-size: 0.66rem; font-weight: 700; letter-spacing: 0.05em;
  padding: 0.26rem 0.55rem; border-radius: 999px;
  background: rgba(6,6,8,0.72);
  border: 1px solid rgba(255,255,255,0.16);
  color: var(--color-text);
  backdrop-filter: blur(8px);
  z-index: 2;
  pointer-events: none;
}
.system-card__media-count svg { opacity: 0.8; }

/* ── Hover açıklama paneli ────────────────────────────────────── */
.system-card__hover-panel {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 1.25rem 1.25rem 1rem;
  background: linear-gradient(
    to top,
    rgba(6,6,8,0.97) 0%,
    rgba(6,6,8,0.88) 60%,
    transparent 100%
  );
  backdrop-filter: blur(4px);
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.38s cubic-bezier(0.4,0,0.2,1),
              opacity   0.38s cubic-bezier(0.4,0,0.2,1);
  z-index: 3;
  pointer-events: none;
}
.system-card:hover  .system-card__hover-panel,
.system-card:focus-visible .system-card__hover-panel {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.system-card__hover-desc {
  font-size: 0.82rem;
  color: rgba(232,224,208,0.88);
  line-height: 1.55;
  margin-bottom: 0.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.system-card__hover-cta {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em;
  color: var(--color-primary);
  text-transform: uppercase;
}

/* ── Kart alt bilgi (body) ────────────────────────────────────── */
.system-card__body { padding: 1.15rem 1.4rem 1.4rem; }
.system-card__title {
  /* Inter: Cinzel bu ölçekte okunmuyordu */
  font-family: var(--font-body);
  font-size: 0.95rem; font-weight: 600; letter-spacing: -0.01em;
  margin-bottom: 0.4rem;
  color: var(--color-text);
}
.system-card__desc {
  font-size: 0.82rem;
  color: var(--color-text-muted);
  line-height: 1.6;
  margin-bottom: 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.system-card__arrow {
  color: var(--color-primary);
  opacity: 0;
  transition: opacity var(--transition-fast),
              transform var(--transition-fast);
}
.system-card:hover .system-card__arrow,
.system-card:focus-visible .system-card__arrow {
  opacity: 1;
  transform: translateX(5px);
}

/* ══════════════════════════════════════════════════════════════
   SYSTEM LIGHTBOX
   ══════════════════════════════════════════════════════════════ */
.system-lightbox {
  position: fixed; inset: 0; z-index: 2000;
  display: flex; align-items: center; justify-content: center;
  padding: 1rem;
  animation: modalIn 0.22s ease forwards;
}
.system-lightbox[hidden] { display: none; }

.system-lightbox__backdrop {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  cursor: pointer;
}

.system-lightbox__box {
  position: relative; z-index: 1;
  width: 100%;
  max-width: 900px;
  max-height: 90vh;
  overflow-y: auto;
  background: rgba(10,10,16,0.97);
  border: 1px solid rgba(232,160,32,0.2);
  border-radius: 18px;
  box-shadow: 0 40px 100px rgba(0,0,0,0.8),
              0 0 0 1px rgba(232,160,32,0.06) inset;
  animation: slBoxIn 0.32s cubic-bezier(0.34,1.4,0.64,1) forwards;
  /* custom scrollbar */
  scrollbar-width: thin;
  scrollbar-color: rgba(232,160,32,0.3) transparent;
}
@keyframes slBoxIn {
  from { transform: scale(0.88) translateY(24px); opacity: 0; }
  to   { transform: scale(1)    translateY(0);    opacity: 1; }
}

/* Kapat butonu */
.system-lightbox__close {
  position: absolute; top: 1rem; right: 1rem; z-index: 2;
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.14);
  color: var(--color-text-muted);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: all var(--transition-fast);
}
.system-lightbox__close:hover {
  background: rgba(224,48,48,0.2);
  border-color: var(--color-secondary);
  color: var(--color-secondary);
  transform: rotate(90deg);
}

/* Medya alanı */
.system-lightbox__stage {
  position: relative;
  border-radius: 18px 18px 0 0;
  overflow: hidden;
  background: #000;
}
/* Sabit 16/9 sahne, dikey arayüz panellerini küçültüp okunmaz hale getiriyordu.
   Yükseklik medyaya göre esner, yalnızca ekran yüksekliğiyle sınırlanır. */
.system-lightbox__media {
  width: 100%;
  min-height: 220px;
  max-height: 72vh;
  background: var(--color-bg-dark);
  overflow: hidden;
  position: relative;
  display: flex; align-items: center; justify-content: center;
}
.system-lightbox__media img,
.system-lightbox__media video {
  /* Doğal boyutu aşmaz: küçük görseller bulanıklaşana kadar büyütülmez */
  max-width: 100%;
  max-height: 72vh;
  width: auto; height: auto;
  object-fit: contain;
  display: block;
  position: relative; z-index: 1;
}
/* Videolar ekran kaydı, geniş alanı kullanabilir */
.system-lightbox__media video { width: 100%; }

/* Bulanık arka plan kopyası */
.system-lightbox__media .system-lightbox__bg {
  position: absolute; inset: 0; z-index: 0;
  width: 100%; height: 100%;
  max-width: none; max-height: none;
  object-fit: cover;
  transform: scale(1.25);
  filter: blur(34px) brightness(0.42) saturate(1.1);
  opacity: 0.9;
}

/* Galeri gezinme okları */
.system-lightbox__nav {
  position: absolute; top: 50%; z-index: 3;
  transform: translateY(-50%);
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(0,0,0,0.55);
  border: 1px solid rgba(255,255,255,0.16);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  opacity: 0.75;
  transition: all var(--transition-fast);
}
.system-lightbox__nav:hover {
  opacity: 1;
  background: rgba(232,160,32,0.85);
  border-color: var(--color-primary);
  color: #0a0a10;
}
.system-lightbox__nav[hidden] { display: none; }
.system-lightbox__nav--prev { left: 0.75rem; }
.system-lightbox__nav--next { right: 0.75rem; }

/* Medya sayacı */
.system-lightbox__counter {
  position: absolute; bottom: 0.75rem; right: 0.75rem; z-index: 3;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em;
  padding: 0.28rem 0.6rem; border-radius: 999px;
  background: rgba(0,0,0,0.6);
  border: 1px solid rgba(255,255,255,0.14);
  color: var(--color-text);
}
.system-lightbox__counter[hidden] { display: none; }

/* Küçük görsel şeridi */
.system-lightbox__thumbs {
  display: flex; gap: 0.5rem;
  padding: 0.75rem 1.25rem 0;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(232,160,32,0.3) transparent;
}
.system-lightbox__thumbs[hidden] { display: none; }
.system-lightbox__thumb {
  position: relative;
  flex: 0 0 auto;
  width: 82px; height: 52px;
  padding: 0; overflow: hidden;
  border-radius: 8px;
  border: 2px solid rgba(255,255,255,0.12);
  background: #000;
  cursor: pointer;
  opacity: 0.55;
  transition: all var(--transition-fast);
}
.system-lightbox__thumb img,
.system-lightbox__thumb video {
  width: 100%; height: 100%;
  object-fit: contain; display: block;   /* dikey paneller tanınabilir kalsın */
}
.system-lightbox__thumb:hover { opacity: 0.85; }
.system-lightbox__thumb.is-active {
  opacity: 1;
  border-color: var(--color-primary);
  box-shadow: 0 0 12px rgba(232,160,32,0.35);
}
.system-lightbox__thumb-badge {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.7rem; color: #fff;
  background: rgba(0,0,0,0.35);
  pointer-events: none;
}

/* Medya açıklaması */
.system-lightbox__caption {
  font-size: 0.8rem;
  color: var(--color-primary);
  font-weight: 600;
  letter-spacing: 0.02em;
}
.system-lightbox__caption[hidden] { display: none; }

/* Bilgi alanı */
.system-lightbox__info {
  padding: 1.5rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.system-lightbox__tag {
  font-size: 0.65rem; font-weight: 800;
  letter-spacing: 0.2em; text-transform: uppercase;
  padding: 0.25rem 0.75rem; border-radius: 4px;
  border: 1px solid currentColor;
  display: inline-block;
  align-self: flex-start;
}
.system-lightbox__title {
  font-family: var(--font-body);
  font-size: clamp(1.1rem, 2.2vw, 1.4rem);
  font-weight: 700;
  color: var(--color-text);
  line-height: 1.2;
}
.system-lightbox__desc {
  font-size: 0.925rem;
  color: var(--color-text-muted);
  line-height: 1.75;
}

/* Responsive */
@media (max-width: 640px) {
  .system-lightbox__info { padding: 1.25rem 1.25rem 1.5rem; }
  .system-lightbox__title { font-size: 1.1rem; }
  .system-lightbox__desc  { font-size: 0.85rem; }
  .system-lightbox__nav   { width: 36px; height: 36px; }
  .system-lightbox__nav--prev { left: 0.4rem; }
  .system-lightbox__nav--next { right: 0.4rem; }
  .system-lightbox__thumbs { padding: 0.6rem 1rem 0; }
  .system-lightbox__thumb  { width: 64px; height: 42px; }
}

/* ── Timeline ─────────────────────────────────────────────────── */
.timeline { position: relative; padding-block: 2rem; }
.timeline__line {
  position: absolute; top: 0; bottom: 0; left: 50%;
  width: 2px; transform: translateX(-50%);
  background: linear-gradient(to bottom, transparent, var(--color-border) 10%, var(--color-border) 90%, transparent);
}
.timeline__item {
  display: grid; grid-template-columns: 1fr auto 1fr;
  gap: 2rem; align-items: start; margin-bottom: 3rem; position: relative;
}
.timeline__item--left .timeline__card { grid-column: 1; text-align: right; }
.timeline__item--left .timeline__dot  { grid-column: 2; }
.timeline__item--left > :last-child    { grid-column: 3; visibility: hidden; }
.timeline__item--right > :first-child  { grid-column: 1; visibility: hidden; }
.timeline__item--right .timeline__dot  { grid-column: 2; }
.timeline__item--right .timeline__card { grid-column: 3; text-align: left; }

.timeline__dot {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--color-bg-dark);
  border: 2px solid var(--color-border);
  display: flex; align-items: center; justify-content: center;
  color: var(--color-primary); z-index: 1;
  transition: all var(--transition-base);
  flex-shrink: 0;
}
.timeline__item--current .timeline__dot {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 8px rgba(232,160,32,0.1), 0 0 24px rgba(232,160,32,0.4);
  animation: dotPulse 2s ease-in-out infinite;
}
@keyframes dotPulse { 0%,100% { box-shadow: 0 0 0 8px rgba(232,160,32,0.1), 0 0 24px rgba(232,160,32,0.4); } 50% { box-shadow: 0 0 0 16px rgba(232,160,32,0.05), 0 0 32px rgba(232,160,32,0.6); } }
.timeline__item--completed .timeline__dot { border-color: rgba(232,160,32,0.45); }
.timeline__card {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius); padding: 1.5rem;
  backdrop-filter: blur(12px); position: relative;
  transition: all var(--transition-base);
}
.timeline__card-glow {
  position: absolute; inset: 0; border-radius: inherit;
  background: radial-gradient(circle at 50% 0%, rgba(232,160,32,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.timeline__item--current .timeline__card { border-color: rgba(232,160,32,0.4); box-shadow: 0 8px 40px rgba(232,160,32,0.15); }
.timeline__date { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.1em; color: var(--color-primary); text-transform: uppercase; display: block; margin-bottom: 0.4rem; }
.timeline__title { font-family: var(--font-body); font-size: 0.95rem; font-weight: 600; letter-spacing: -0.01em; margin-bottom: 0.45rem; }
.timeline__desc { font-size: 0.85rem; color: var(--color-text-muted); line-height: 1.6; margin-bottom: 0.75rem; }
.timeline__badge { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; padding: 0.25rem 0.6rem; border-radius: 4px; }
.timeline__badge--live { background: rgba(232,160,32,0.15); color: var(--color-primary); }
.timeline__badge--done { background: rgba(32,232,96,0.12); color: #20e860; }
.timeline__badge--upcoming { background: rgba(255,255,255,0.06); color: var(--color-text-muted); }

/* ── Gallery ──────────────────────────────────────────────────── */
.gallery-filters {
  display: flex; flex-wrap: wrap; gap: 0.5rem;
  justify-content: center; margin-bottom: 2.5rem;
}
.gallery-filter {
  font-size: 0.8rem; font-weight: 600; letter-spacing: 0.08em;
  padding: 0.5rem 1.25rem; border-radius: 50px;
  border: 1px solid var(--color-border);
  color: var(--color-text-muted);
  background: transparent;
  transition: all var(--transition-fast);
  text-transform: uppercase;
}
.gallery-filter:hover { color: var(--color-text); border-color: rgba(232,160,32,0.4); background: rgba(232,160,32,0.06); }
.gallery-filter--active { background: linear-gradient(135deg, var(--color-primary), #c87010); color: #060608; border-color: transparent; box-shadow: 0 4px 16px rgba(232,160,32,0.4); }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
}
.gallery-item {
  position: relative; border-radius: var(--border-radius); overflow: hidden;
  aspect-ratio: 4/3; cursor: pointer;
  transition: all var(--transition-base);
  border: 1px solid transparent;
}
.gallery-item.gallery-item--hidden { display: none; }
.gallery-item:hover { transform: scale(1.03); border-color: rgba(232,160,32,0.4); box-shadow: 0 8px 40px rgba(0,0,0,0.6); }
.gallery-item__img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--transition-slow); }
.gallery-item:hover .gallery-item__img { transform: scale(1.08); }
.gallery-item__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(6,6,8,0.8) 0%, rgba(6,6,8,0.2) 60%, transparent 100%);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  opacity: 0; transition: opacity var(--transition-base);
}
.gallery-item:hover .gallery-item__overlay { opacity: 1; }
.gallery-item__zoom {
  width: 52px; height: 52px; border-radius: 50%;
  background: rgba(232,160,32,0.15);
  border: 1px solid var(--color-primary);
  display: flex; align-items: center; justify-content: center;
  color: var(--color-primary); margin-bottom: 0.75rem;
  transform: scale(0.7); transition: transform var(--transition-base);
}
.gallery-item:hover .gallery-item__zoom { transform: scale(1); }
.gallery-item__title { font-size: 0.8rem; font-weight: 600; letter-spacing: 0.05em; text-align: center; }

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 2000;
  display: flex; align-items: center; justify-content: center; padding: 1rem;
  animation: modalIn 0.2s ease forwards;
}
.lightbox[hidden] { display: none; }
.lightbox__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,0.92); backdrop-filter: blur(12px); }
.lightbox__content {
  position: relative; z-index: 1;
  max-width: min(90vw, 1200px); max-height: 90vh;
  display: flex; flex-direction: column; align-items: center; gap: 1rem;
}
.lightbox__image { max-height: 80vh; object-fit: contain; border-radius: 8px; box-shadow: 0 40px 80px rgba(0,0,0,0.8); }
.lightbox__caption { font-size: 0.875rem; color: var(--color-text-muted); }
.lightbox__close {
  position: fixed; top: 1.5rem; right: 1.5rem; z-index: 2;
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);
  color: var(--color-text); display: flex; align-items: center; justify-content: center;
  transition: all var(--transition-fast);
}
.lightbox__close:hover { background: rgba(224,48,48,0.2); color: var(--color-secondary); }
.lightbox__nav {
  position: fixed; top: 50%; z-index: 2; transform: translateY(-50%);
  width: 48px; height: 48px; border-radius: 50%;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);
  color: var(--color-text); display: flex; align-items: center; justify-content: center;
  transition: all var(--transition-fast);
}
.lightbox__nav:hover { background: rgba(232,160,32,0.2); border-color: var(--color-primary); color: var(--color-primary); }
.lightbox__nav--prev { left: 1.5rem; }
.lightbox__nav--next { right: 1.5rem; }

/* ── Video Gallery ─────────────────────────────────────────────── */
.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}
.video-card { border-radius: var(--border-radius); overflow: hidden; background: var(--color-bg-card); border: 1px solid var(--color-border); transition: all var(--transition-base); }
.video-card.video-card--hidden { display: none; }
.video-card:hover { transform: translateY(-6px); border-color: rgba(232,160,32,0.3); box-shadow: 0 20px 60px rgba(0,0,0,0.5); }
.video-card__thumb-wrap { position: relative; aspect-ratio: 16/9; overflow: hidden; cursor: pointer; display: block; width: 100%; border: none; background: none; padding: 0; }
.video-card__thumb { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.video-card:hover .video-card__thumb { transform: scale(1.05); }
.video-card__play {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  background: rgba(6,6,8,0.3); transition: background var(--transition-fast);
}
.video-card:hover .video-card__play { background: rgba(6,6,8,0.15); }
.video-card__duration {
  position: absolute; bottom: 0.75rem; right: 0.75rem;
  font-size: 0.75rem; font-weight: 600;
  background: rgba(6,6,8,0.85); color: var(--color-text);
  padding: 0.2rem 0.6rem; border-radius: 4px;
}
.video-card__body { padding: 1rem 1.25rem; }
.video-card__title { font-size: 0.9rem; font-weight: 600; line-height: 1.4; }

/* ── Awards ─────────────────────────────────────────────────────── */
.awards-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}
.award-card {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; padding: 2.5rem 1.5rem;
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius);
  position: relative; overflow: hidden;
  transition: all var(--transition-base);
}
.award-card__glow {
  position: absolute; top: -60px; left: 50%; transform: translateX(-50%);
  width: 200px; height: 200px; border-radius: 50%;
  background: radial-gradient(circle, rgba(232,160,32,0.15) 0%, transparent 70%);
  opacity: 0; transition: opacity var(--transition-base);
}
.award-card:hover { transform: translateY(-3px); border-color: rgba(232,160,32,0.32); }
.award-card:hover .award-card__glow { opacity: 1; }
.award-card__icon {
  width: 52px; height: 52px; margin-bottom: 1.1rem;
  display: flex; align-items: center; justify-content: center;
  border-radius: 12px;
  color: var(--color-primary);
  background: rgba(232,160,32,0.07);
  border: 1px solid rgba(232,160,32,0.2);
}
.award-card__title { font-family: var(--font-body); font-size: 0.92rem; font-weight: 600; letter-spacing: -0.01em; margin-bottom: 0.35rem; }
.award-card__org { font-size: 0.8rem; color: var(--color-text-muted); margin-bottom: 0.4rem; }
.award-card__year { font-size: 0.75rem; color: var(--color-primary); font-weight: 600; }

/* ── Downloads ─────────────────────────────────────────────────── */
.downloads-wrap {
  max-width: 800px; margin-inline: auto;
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: 20px; padding: 3rem;
  backdrop-filter: blur(16px);
}
.downloads-version {
  display: flex; align-items: center; gap: 1.5rem;
  flex-wrap: wrap; margin-bottom: 2rem;
  padding-bottom: 1.5rem; border-bottom: 1px solid rgba(255,255,255,0.06);
}
.downloads-version__label { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.1em; color: var(--color-text-muted); text-transform: uppercase; }
.downloads-version__number { font-family: var(--font-body); font-size: 1.4rem; font-weight: 700; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; color: var(--color-primary); }
.downloads-version__date { font-size: 0.8rem; color: var(--color-text-muted); }
.downloads-buttons { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 1.5rem; }
.btn-download {
  display: flex; align-items: center; gap: 1rem; padding: 1rem 1.75rem;
  border-radius: var(--border-radius); border: 1px solid transparent;
  transition: all var(--transition-fast); flex: 1; min-width: 200px;
}
.btn-download--primary { background: linear-gradient(135deg, var(--color-primary), #c87010); color: #060608; box-shadow: 0 4px 24px rgba(232,160,32,0.4); }
.btn-download--primary:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(232,160,32,0.6); }
.btn-download--secondary { background: transparent; border-color: var(--color-border); color: var(--color-text); }
.btn-download--secondary:hover { border-color: var(--color-primary); background: rgba(232,160,32,0.06); transform: translateY(-2px); }
.btn-download__icon { display: flex; align-items: center; flex-shrink: 0; }
.btn-download__label { font-size: 0.875rem; font-weight: 700; display: block; }
.btn-download__size { font-size: 0.75rem; opacity: 0.7; }
.downloads-changelog { font-size: 0.82rem; color: var(--color-text-muted); line-height: 1.5; margin-bottom: 2rem; padding: 0.75rem 1rem; background: rgba(255,255,255,0.03); border-radius: 8px; border-left: 2px solid var(--color-primary); }
.sys-req__title { font-family: var(--font-body); font-size: 0.9rem; font-weight: 600; letter-spacing: 0.02em; margin-bottom: 1rem; }
.sys-req__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.sys-req__col { background: rgba(255,255,255,0.03); border-radius: 10px; padding: 1.25rem; border: 1px solid rgba(255,255,255,0.06); }
.sys-req__col--recommended { border-color: rgba(232,160,32,0.2); }
.sys-req__col-title { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; color: var(--color-primary); text-transform: uppercase; margin-bottom: 0.75rem; }
.sys-req__row { display: flex; justify-content: space-between; gap: 0.5rem; padding: 0.3rem 0; border-bottom: 1px solid rgba(255,255,255,0.04); font-size: 0.8rem; }
.sys-req__row:last-child { border-bottom: none; }
.sys-req__key { color: var(--color-text-muted); }
.sys-req__val { color: var(--color-text); font-weight: 500; text-align: right; }

/* ── FAQ ─────────────────────────────────────────────────────────── */
.faq-list { max-width: 760px; margin-inline: auto; display: flex; flex-direction: column; gap: 0.75rem; }
.faq-item { border: 1px solid var(--color-border); border-radius: var(--border-radius); background: var(--color-bg-card); backdrop-filter: blur(8px); overflow: hidden; transition: border-color var(--transition-fast); }
.faq-item.faq-item--open { border-color: rgba(232,160,32,0.4); }
.faq-item__question {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.25rem 1.5rem; text-align: left;
  font-size: 0.95rem; font-weight: 600; color: var(--color-text);
  background: transparent;
  transition: color var(--transition-fast);
}
.faq-item__question:hover { color: var(--color-primary); }
.faq-item--open .faq-item__question { color: var(--color-primary); }
.faq-item__icon { flex-shrink: 0; color: var(--color-text-muted); transition: transform var(--transition-fast); }
.faq-item--open .faq-item__icon { transform: rotate(180deg); color: var(--color-primary); }
.faq-item__answer {
  overflow: hidden; max-height: 0;
  transition: max-height var(--transition-base), padding var(--transition-fast);
}
.faq-item__answer:not([hidden]) { max-height: 300px; }
.faq-item__answer p { padding: 0 1.5rem 1.25rem; font-size: 0.875rem; color: var(--color-text-muted); line-height: 1.7; }

/* ── Discord CTA ───────────────────────────────────────────────── */
.discord-cta {
  position: relative; overflow: hidden; text-align: center;
}
.discord-cta__bg { position: absolute; inset: 0; z-index: 0; }
.discord-cta__bg-img { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.15; }
.discord-cta__bg-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(88,101,242,0.12) 0%, rgba(6,6,8,0.9) 50%, rgba(232,160,32,0.06) 100%); }
.discord-cta__inner { position: relative; z-index: 1; max-width: 640px; margin-inline: auto; }
.discord-cta__logo { margin-inline: auto; margin-bottom: 1.5rem; color: #5865F2; filter: drop-shadow(0 0 20px rgba(88,101,242,0.4)); }
.discord-cta__title { font-family: var(--font-heading); font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 700; margin-bottom: 0.75rem; }
.discord-cta__subtitle { color: var(--color-text-muted); margin-bottom: 1.5rem; }
.discord-cta__stats { display: flex; justify-content: center; gap: 2rem; margin-bottom: 2rem; font-size: 0.875rem; flex-wrap: wrap; }
.discord-cta__stat { display: flex; align-items: center; gap: 0.4rem; }
.discord-cta__stat-dot { width: 8px; height: 8px; border-radius: 50%; background: #3ba55d; box-shadow: 0 0 6px #3ba55d; }
.discord-cta__features { display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center; margin-bottom: 2.5rem; }
.discord-cta__feature { display: flex; align-items: center; gap: 0.45rem; font-size: 0.8rem; color: var(--color-text-muted); background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 50px; padding: 0.38rem 0.9rem; }
.discord-cta__feat-icon { display: flex; align-items: center; color: var(--color-primary); }

/* ── Footer ─────────────────────────────────────────────────────── */
.site-footer { border-top: 1px solid rgba(255,255,255,0.06); position: relative; }
.site-footer__top { padding-block: 4rem 3rem; }
.site-footer__grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 3rem;
}
/* Menudekiyle ayni olcu degiskeni; footer'da biraz daha genis alan oldugu icin
   %20 buyuk. Genislik oranla buyur, boylece hangi boyutta logo yuklenirse
   yuklensin footer duzeni bozulmaz. */
.site-footer__logo { margin-bottom: 1rem; height: calc(var(--logo-h, 52px) * 1.2); width: auto; }
.site-footer__logo-text { font-family: var(--font-heading); font-size: 1.2rem; font-weight: 700; color: var(--color-primary); }
.site-footer__desc { font-size: 0.82rem; color: var(--color-text-muted); line-height: 1.6; margin-bottom: 1.5rem; max-width: 280px; }
.site-footer__social { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.social-link {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  color: var(--color-text-muted);
  transition: all var(--transition-fast);
}
.social-link:hover { background: rgba(255,255,255,0.1); color: var(--social-color, var(--color-primary)); border-color: rgba(255,255,255,0.2); transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,0.4); }
.site-footer__col-title { font-family: var(--font-body); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 1rem; color: var(--color-text-muted); }
.site-footer__links { display: flex; flex-direction: column; gap: 0.4rem; }
.site-footer__link { font-size: 0.82rem; color: var(--color-text-muted); padding: 0.1rem 0; transition: color var(--transition-fast); }
.site-footer__link:hover { color: var(--color-primary); }
.site-footer__bottom { padding-block: 1.5rem; border-top: 1px solid rgba(255,255,255,0.04); text-align: center; }
.site-footer__copy { font-size: 0.8rem; color: var(--color-text-muted); margin-bottom: 0.25rem; }
.site-footer__disclaimer { font-size: 0.72rem; color: rgba(255,255,255,0.25); }

/* Back to top */
.back-to-top {
  position: fixed; bottom: 2rem; right: 2rem; z-index: 500;
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(232,160,32,0.15); border: 1px solid var(--color-border);
  color: var(--color-primary);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; transform: translateY(16px);
  transition: all var(--transition-fast);
  backdrop-filter: blur(8px);
}
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { background: rgba(232,160,32,0.3); transform: translateY(-4px); box-shadow: 0 8px 24px rgba(232,160,32,0.3); }

/* ── Responsive ────────────────────────────────────────────────── */
/* Menu satiri buradan asagida sigmiyor: 7 baglantinin buyuk harf + genis harf
   araligi hali ~520px yer istiyor; marka, CTA ve dil seciciyle birlikte 1100px
   sinir. Olculdu: 1025px'te dil secici ekran disina tasiyordu. Baglantilar
   cekmeceye taşinir ama CTA kalir — kayit butonu tablette de gorunmeli. */
@media (max-width: 1100px) {
  .nav__list { display: none; }
  .nav__burger { display: flex; }
}
@media (max-width: 1024px) {
  .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .timeline__item { grid-template-columns: 1fr; }
  .timeline__line { display: none; }
  .timeline__item--left .timeline__card,
  .timeline__item--right .timeline__card { grid-column: 1; text-align: left; }
  .timeline__item--left .timeline__dot,
  .timeline__item--right .timeline__dot { grid-column: 1; justify-self: start; }
  .timeline__item--left > :last-child,
  .timeline__item--right > :first-child { display: none; }
}
@media (max-width: 768px) {
  :root { --nav-h: 60px; }
  .nav__list, .nav__cta { display: none; }
  .nav__burger { display: flex; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 2rem; }
  .site-footer__desc { max-width: 100%; }
  .features__grid { grid-template-columns: 1fr; }
  .systems__grid { grid-template-columns: 1fr; }
  .sys-req__grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .hero__title-line { font-size: clamp(2.5rem, 12vw, 4rem); }
  .hero__title-line--2 { font-size: clamp(1.4rem, 6vw, 2.5rem); }
  .hero__actions { flex-direction: column; align-items: center; }
  .downloads-wrap { padding: 1.5rem; }
}
@media (max-width: 480px) {
  /* Etiket bu genislige kadar durur: menu zaten cekmecede, marka satirinda yer var. */
  .nav__logo-caption { display: none; }
  .gallery-grid { grid-template-columns: 1fr; }
  .video-grid { grid-template-columns: 1fr; }
  .hero__badges { gap: 0.5rem; }
  .awards-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ══════════════════════════════════════════════════════════════
   COUNTDOWN — Hero içi + standalone section modu
   ══════════════════════════════════════════════════════════════ */

/* ── Hero içi wrapper ───────────────────────────────────────── */
.hero__countdown {
    margin-top: 2.5rem;
    width: 100%;
}

/* ── Standalone section ─────────────────────────────────────── */
.countdown-section {
    background: linear-gradient(180deg,
        rgba(232,160,32,0.04) 0%,
        transparent 40%,
        transparent 60%,
        rgba(224,48,48,0.03) 100%);
    border-block: 1px solid rgba(232,160,32,0.1);
    text-align: center;
}

/* ── Ortak wrap ─────────────────────────────────────────────── */
.countdown-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.75rem;
    text-align: center;
    padding: 2rem 1rem;
    position: relative;
}

/* ── Başlık alanı ───────────────────────────────────────────── */
.countdown-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

/* ── Status badge ───────────────────────────────────────────── */
.countdown-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 1rem;
    border-radius: 50px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
.countdown-badge--waiting {
    background: rgba(232,160,32,0.12);
    border: 1px solid rgba(232,160,32,0.3);
    color: var(--color-primary);
}
.countdown-badge--live {
    background: rgba(32,224,96,0.12);
    border: 1px solid rgba(32,224,96,0.4);
    color: #20e060;
    box-shadow: 0 0 20px rgba(32,224,96,0.2);
}
.countdown-badge__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    flex-shrink: 0;
}
.countdown-badge--waiting .countdown-badge__dot {
    background: var(--color-primary);
    animation: cdDotPulse 1.8s ease-in-out infinite;
}
.countdown-badge--live .countdown-badge__dot {
    background: #20e060;
    box-shadow: 0 0 6px #20e060;
    animation: cdDotPulse 1.2s ease-in-out infinite;
}
@keyframes cdDotPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%       { opacity: 0.4; transform: scale(0.6); }
}

.countdown-title {
    font-family: var(--font-heading);
    font-size: clamp(1.4rem, 3.5vw, 2.2rem);
    font-weight: 900;
    letter-spacing: 0.2em;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 20px rgba(232,160,32,0.4));
    line-height: 1.1;
}
.countdown-subtitle {
    font-size: 0.85rem;
    color: #b8b0a2;
    text-shadow: 0 1px 10px rgba(0,0,0,0.8);
    letter-spacing: 0.05em;
}

/* ── Timer ──────────────────────────────────────────────────── */
.countdown-timer {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.countdown-timer--hidden {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.9);
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.countdown-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    min-width: clamp(64px, 10vw, 90px);
}
.countdown-unit__flip {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(232,160,32,0.2);
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow:
        0 8px 32px rgba(0,0,0,0.4),
        inset 0 1px 0 rgba(255,255,255,0.06);
    backdrop-filter: blur(8px);
    transition: border-color 0.3s ease;
}
.countdown-unit__flip::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(255,255,255,0.04) 0%,
        transparent 50%,
        rgba(0,0,0,0.2) 100%
    );
    pointer-events: none;
    z-index: 1;
}
/* Orta çizgi */
.countdown-unit__flip::after {
    content: '';
    position: absolute;
    left: 0; right: 0;
    top: 50%; height: 1px;
    background: rgba(0,0,0,0.4);
    z-index: 2;
}
.countdown-unit__number {
    font-family: var(--font-body);
    font-size: clamp(1.6rem, 5vw, 2.8rem);
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    line-height: 1;
    color: var(--color-text);
    position: relative; z-index: 3;
    transition: all 0.15s ease;
    /* Flip animasyonu tetiklendiğinde JS bu class'ı ekler */
}
.countdown-unit__number.flip-anim {
    animation: flipNumber 0.3s cubic-bezier(0.4,0,0.2,1);
}
@keyframes flipNumber {
    0%   { transform: translateY(0)    scaleY(1);   }
    40%  { transform: translateY(-30%) scaleY(0.6); opacity: 0.4; }
    60%  { transform: translateY(30%)  scaleY(0.6); opacity: 0.4; }
    100% { transform: translateY(0)    scaleY(1);   }
}
/* Son 1 saat: sayaç kırmızıya döner */
.countdown-wrap--urgent .countdown-unit__flip {
    border-color: rgba(224,48,48,0.4);
    box-shadow: 0 8px 32px rgba(0,0,0,0.4), 0 0 20px rgba(224,48,48,0.15);
}
.countdown-wrap--urgent .countdown-unit__number {
    color: var(--color-secondary);
}

.countdown-unit__label {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: var(--color-text-muted);
    text-transform: uppercase;
}

.countdown-sep {
    font-family: var(--font-heading);
    font-size: clamp(1.4rem, 4vw, 2.4rem);
    font-weight: 700;
    color: var(--color-primary);
    opacity: 0.6;
    padding-top: 0.4rem;
    animation: sepBlink 1s step-end infinite;
}
@keyframes sepBlink {
    0%, 100% { opacity: 0.6; }
    50%       { opacity: 0.1; }
}

/* ── "Sunucu Aktif" kartı ───────────────────────────────────── */
.countdown-live {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    position: relative;
    transition: opacity 0.7s cubic-bezier(0.4,0,0.2,1),
                transform 0.7s cubic-bezier(0.4,0,0.2,1);
}
.countdown-live--hidden {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.75);
    height: 0;
    overflow: hidden;
    margin: 0; padding: 0;
}

/* Dışa yayılan nabız halkaları */
.countdown-live__rings {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.countdown-live__ring {
    position: absolute;
    border-radius: 50%;
    border: 1.5px solid rgba(32,224,96,0.5);
}
.countdown-live__ring--1 {
    width: 160px; height: 160px;
    animation: liveRingExpand 2.4s ease-out 0.2s infinite;
}
.countdown-live__ring--2 {
    width: 160px; height: 160px;
    animation: liveRingExpand 2.4s ease-out 0.9s infinite;
}
.countdown-live__ring--3 {
    width: 160px; height: 160px;
    animation: liveRingExpand 2.4s ease-out 1.6s infinite;
}
@keyframes liveRingExpand {
    0%   { transform: scale(0.5); opacity: 0.8; }
    100% { transform: scale(2.2); opacity: 0;   }
}

/* Merkez kart */
.countdown-live__card {
    position: relative; z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 2rem 3rem;
    border-radius: 20px;
    background: rgba(6,6,8,0.6);
    border: 1px solid rgba(32,224,96,0.35);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow:
        0 0 0 1px rgba(32,224,96,0.1),
        0 8px 40px rgba(0,0,0,0.5),
        0 0 60px rgba(32,224,96,0.08),
        inset 0 1px 0 rgba(255,255,255,0.05);
    animation: liveCardIn 0.6s cubic-bezier(0.34,1.56,0.64,1) both;
}
@keyframes liveCardIn {
    from { transform: scale(0.7) translateY(20px); opacity: 0; }
    to   { transform: scale(1)   translateY(0);    opacity: 1; }
}

/* Üst satır: nokta + "CANLI" etiketi */
.countdown-live__indicator {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.25rem;
}
.countdown-live__dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #20e060;
    box-shadow: 0 0 8px #20e060, 0 0 16px rgba(32,224,96,0.4);
    animation: liveDotPulse 1.2s ease-in-out infinite;
    flex-shrink: 0;
}
@keyframes liveDotPulse {
    0%, 100% { box-shadow: 0 0 8px #20e060, 0 0 16px rgba(32,224,96,0.4); transform: scale(1); }
    50%       { box-shadow: 0 0 4px #20e060, 0 0 8px  rgba(32,224,96,0.2); transform: scale(0.8); }
}
.countdown-live__live-label {
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.25em;
    color: #20e060;
    text-transform: uppercase;
}

/* Ana yazı */
.countdown-live__status-text {
    font-family: var(--font-body);
    font-size: clamp(0.75rem, 1.5vw, 0.9rem);
    font-weight: 600;
    letter-spacing: 0.4em;
    color: var(--color-text-muted);
    text-transform: uppercase;
    line-height: 1;
}
.countdown-live__active-text {
    font-family: var(--font-heading);
    font-size: clamp(2.4rem, 6vw, 3.8rem);
    font-weight: 900;
    letter-spacing: 0.15em;
    line-height: 1;
    background: linear-gradient(135deg, #20e060 0%, #10c040 50%, #20e8a0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 20px rgba(32,224,96,0.5));
    animation: activeTextGlow 3s ease-in-out infinite;
}
@keyframes activeTextGlow {
    0%, 100% { filter: drop-shadow(0 0 20px rgba(32,224,96,0.5)); }
    50%       { filter: drop-shadow(0 0 35px rgba(32,224,96,0.8)); }
}

/* Sinyal çubukları */
.countdown-live__bars {
    display: flex;
    align-items: flex-end;
    gap: 3px;
    height: 18px;
    margin-top: 0.25rem;
}
.countdown-live__bar {
    width: 4px;
    border-radius: 2px;
    background: #20e060;
    opacity: 0.25;
}
.countdown-live__bar--1 { height: 5px;  animation: barActive 1.4s ease-in-out 0.0s infinite; }
.countdown-live__bar--2 { height: 8px;  animation: barActive 1.4s ease-in-out 0.1s infinite; }
.countdown-live__bar--3 { height: 12px; animation: barActive 1.4s ease-in-out 0.2s infinite; }
.countdown-live__bar--4 { height: 15px; animation: barActive 1.4s ease-in-out 0.3s infinite; }
.countdown-live__bar--5 { height: 18px; animation: barActive 1.4s ease-in-out 0.4s infinite; }
@keyframes barActive {
    0%, 100% { opacity: 0.25; }
    50%       { opacity: 1; box-shadow: 0 0 6px #20e060; }
}

/* ── CTA ────────────────────────────────────────────────────── */
.countdown-cta {
    margin-top: 0.5rem;
    animation: ctaFadeIn 0.5s ease;
}
@keyframes ctaFadeIn {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 480px) {
    .countdown-sep { display: none; }
    .countdown-timer { gap: 0.75rem; }
    .countdown-unit { min-width: 58px; }
}

/* system-card video stilleri yukarıdaki system-card bloğuna taşındı */
