/* ========================================
   DİNAMİK SPOR KULÜBÜ - GLOBAL STYLES
   ======================================== */

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Anton&display=swap');

/* ========================================
   CSS CUSTOM PROPERTIES
   ======================================== */
:root {
  /* Colors - Ana Tema */
  --primary: #1a61ac;
  --primary-light: #2a7ad4;
  --primary-dark: #134785;
  --secondary: #c9a227;
  --secondary-light: #dbb74a;
  --accent: #e85d04;
  --accent-light: #ff7a2a;

  /* Colors - Altin-Krem Tema (Branşlar) */
  --gold: #b8975a;
  --gold-light: #d4b87a;
  --gold-dark: #8a6f3e;
  --cream: #faf8f5;
  --cream-dark: #f0ece5;
  --yazi: #1a1714;
  --yazi-gri: #6b6560;
  --yazi-acik: #9c958d;
  --koyu: #0f0e0c;
  --koyu2: #1a1816;

  /* Colors - Bordo-Pembe Tema (Kızlar) */
  --bordo-dark: #2D0B1A;
  --bordo-mid: #3D1B2A;
  --bordo-light: #4a2030;
  --pink-accent: #D3617D;
  --pink-light: #E8809E;

  /* Colors - Yeşil-Altın Tema (ENP) */
  --enp-green: #1a3a1a;
  --enp-green-mid: #2d5a2d;
  --enp-gold: #c8a84b;
  --enp-gold-light: #e8c86a;

  /* Colors - Genel Arka Plan */
  --bg-dark: #080808;
  --bg-surface: #111111;
  --bg-elevated: #1a1a1a;
  --bg-card: #141414;

  --text-primary: #f5f5f5;
  --text-secondary: #a0a0a0;
  --text-muted: #6a6a6a;

  --border: #2a2a2a;
  --border-light: #3a3a3a;

  /* Açık premium ada-bölümler — koyu temaya uyumlu BULUT MAVİSİ-GRİSİ
     (krem değil; lacivert temayla harmonik soğuk ton). Yazı: koyu lacivert. */
  --lt-surface:   #e8edf4;  /* premium bulut mavisi-grisi ana zemin */
  --lt-surface-2: #dbe3ee;  /* biraz daha derin bulut tonu */
  --lt-card:      #ffffff;  /* kart zemini — bulut zemin üstünde net beyaz */
  --lt-ink:       #1a1d24;  /* ana metin (koyu lacivert) */
  --lt-ink-2:     #51565f;  /* ikincil metin — okunur */
  --lt-ink-3:     #8a8f98;  /* etiket/sönük */
  --lt-border:    rgba(26,29,36,.10);
  --lt-border-2:  rgba(26,29,36,.16);

  /* Typography */
  --font-display: 'Cormorant Garamond', serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;
  /* Tek tipografi ailesi: 3 fonta indirildi. Eski mono/sans değişkenleri
     geriye dönük uyum için Plus Jakarta'ya eşlendi. */
  --font-mono: 'Plus Jakarta Sans', sans-serif;
  --font-sans: 'Plus Jakarta Sans', sans-serif;
  --font-display-alt: 'Anton', sans-serif;

  /* Spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-2xl: 48px;
  --space-3xl: 64px;
  --space-4xl: 80px;
  --space-5xl: 120px;

  /* Border Radius */
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-full: 9999px;

  /* Shadows */
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.3);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.4);
  --shadow-lg: 0 8px 32px rgba(0,0,0,0.5);
  --shadow-glow: 0 0 30px rgba(26,97,172,0.3);

  /* Transitions */
  --transition-fast: 150ms ease-out;
  --transition-base: 300ms ease-out;
  --transition-slow: 500ms ease-out;

  /* Layout */
  --container-max: 1200px;
  --header-height: 80px;
  --header-height-scrolled: 64px;
}

/* ========================================
   RESET & BASE
   ======================================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-primary);
  background-color: var(--bg-dark);
  min-height: 100vh;
  overflow-x: hidden;
}

html { overflow-x: hidden; }

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

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

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

ul, ol {
  list-style: none;
}

/* ========================================
   TYPOGRAPHY
   ======================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.15;
  color: var(--text-primary);
  letter-spacing: -0.015em;
}

h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  letter-spacing: -0.02em;
}

h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.01em;
}

h3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
}

h4 {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
}

p {
  font-size: 1rem;
  color: var(--text-secondary);
  margin-bottom: var(--space-md);
}

p:last-child {
  margin-bottom: 0;
}

.text-accent {
  color: var(--secondary);
}

.text-primary {
  color: var(--primary-light);
}

/* ========================================
   LAYOUT
   ======================================== */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--space-lg);
}

.section {
  padding: var(--space-4xl) 0;
}

.section-header {
  text-align: center;
  margin-bottom: var(--space-3xl);
}

.section-header h2 {
  margin-bottom: var(--space-md);
}

.section-header p {
  max-width: 600px;
  margin: 0 auto;
}

.grid {
  display: grid;
  gap: var(--space-lg);
}

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

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

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

/* ========================================
   HEADER
   ======================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-height);
  background: rgba(8, 8, 8, 0.9);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  z-index: 1000;
  transition: var(--transition-base);
}

.header.scrolled {
  height: var(--header-height-scrolled);
}

.header.scrolled .logo img { height: 52px; }

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.logo {
  display: flex;
  align-items: center;
  gap: var(--space-md);
}

.logo img {
  height: 64px;
  width: auto;
}

.logo-text {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 400;
}

.logo-text span {
  color: var(--secondary);
}

.nav {
  display: flex;
  align-items: center;
  gap: var(--space-xl);
}

@media (max-width: 1180px) and (min-width: 769px) {
  .nav { gap: var(--space-md); }
  .nav-link { font-size: 0.84rem; }
  .nav-cta { padding: var(--space-sm) var(--space-md); font-size: 0.82rem; }
}

.nav-link {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-secondary);
  transition: var(--transition-fast);
  position: relative;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary);
  transition: var(--transition-base);
}

.nav-link:hover,
.nav-link.active {
  color: var(--text-primary);
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.nav-link.highlight {
  color: var(--secondary);
}

.nav-cta {
  background: var(--primary);
  color: white;
  padding: var(--space-sm) var(--space-lg);
  border-radius: var(--radius-md);
  font-weight: 600;
  font-size: 0.875rem;
  transition: var(--transition-fast);
}

.nav-cta:hover {
  background: var(--primary-light);
  transform: translateY(-2px);
}

/* Mobile Menu */
.mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: var(--space-sm);
}

.mobile-toggle span {
  width: 24px;
  height: 2px;
  background: var(--text-primary);
  transition: var(--transition-fast);
}

@media (max-width: 768px) {
  .nav {
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    bottom: 0;
    /* Tam ekran kapanis: arkadaki sayfa hicbir sekilde sizmaz */
    height: calc(100dvh - var(--header-height));
    background:
      radial-gradient(120% 80% at 100% 0%, rgba(121,144,248,.10), transparent 60%),
      var(--bg-dark);
    flex-direction: column;
    align-items: stretch;
    /* 9 ogeyi tum yuksege esit dagit -> kaydirma gerekmez, kasitli durur */
    justify-content: space-between;
    padding: clamp(20px, 4vh, 40px) var(--space-lg)
            calc(clamp(20px, 4vh, 40px) + env(safe-area-inset-bottom, 0px));
    gap: 4px;
    transform: translateX(100%);
    transition: transform .35s cubic-bezier(.2,.7,.2,1);
    z-index: 90;
    /* Cok kisa ekranlarda (or. SE yatay) emniyet kemeri: yine de kaydirilir */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }

  .nav.open {
    transform: translateX(0);
    box-shadow: -16px 0 48px rgba(0,0,0,.5);
  }

  .nav-link {
    font-size: clamp(1.1rem, 4.5vw, 1.4rem);
    font-weight: 600;
    line-height: 1.1;
    color: var(--text-primary);
    padding: clamp(8px, 1.4vh, 14px) 4px;
    border-bottom: 1px solid rgba(255,255,255,.07);
    width: 100%;
  }

  .nav-link::after { display: none; }

  .nav-link.active {
    color: var(--secondary);
  }

  .nav-cta {
    margin-top: clamp(12px, 2.5vh, 24px);
    text-align: center;
    font-size: 1.05rem;
    padding: 16px var(--space-lg);
    align-self: stretch;
    border-bottom: none;
  }

  .mobile-toggle {
    display: flex;
    z-index: 95;
    position: relative;
  }

  .mobile-toggle.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .mobile-toggle.open span:nth-child(2) {
    opacity: 0;
  }

  .mobile-toggle.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  body.nav-locked {
    overflow: hidden;
    touch-action: none;
  }
}

/* ========================================
   HERO
   ======================================== */
.hero {
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #06111f;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 100% 80% at 65% 40%, rgba(26,97,172,0.22) 0%, transparent 65%),
    radial-gradient(ellipse 50% 50% at 10% 90%, rgba(245,130,31,0.1) 0%, transparent 55%),
    radial-gradient(ellipse 40% 40% at 90% 10%, rgba(26,97,172,0.12) 0%, transparent 60%),
    linear-gradient(160deg, #020c18 0%, #071e3d 40%, #040e1c 100%);
}

.hero-noise {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-size: 200px;
  pointer-events: none;
}

.hero-lines {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(rgba(26,97,172,0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26,97,172,0.07) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black, transparent);
  pointer-events: none;
}

.hero-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(26,97,172,0.18) 0%, transparent 70%);
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 50%;
  animation: glowPulse 4s ease infinite;
  pointer-events: none;
}

@keyframes glowPulse {
  0%, 100% { opacity: 0.6; transform: translateY(-50%) scale(1); }
  50% { opacity: 1; transform: translateY(-50%) scale(1.1); }
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  padding: 0 3rem;
  padding-top: 76px;
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 5rem;
  align-items: center;
  min-height: 100vh;
  min-height: 100svh;
}

.hero-text {}

.hero-overline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 2rem;
  animation: fadeUp 0.7s 0.2s both;
}

.overline-dot {
  width: 8px;
  height: 8px;
  background: var(--accent);
  border-radius: 50%;
  animation: pulse 2s ease infinite;
}

.overline-text {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}

@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(245,130,31,0.4); }
  50% { box-shadow: 0 0 0 8px rgba(245,130,31,0); }
}

.hero-h1 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 700;
  font-size: clamp(3.5rem, 7vw, 6.5rem);
  line-height: 1.02;
  letter-spacing: -0.015em;
  color: white;
  margin-bottom: 2rem;
  animation: fadeUp 0.7s 0.35s both;
}

.hero-h1 .line-mavi { color: var(--primary-light); }
.hero-h1 .line-turuncu { color: var(--accent); }
.hero-h1 .outline-text {
  -webkit-text-stroke: 2px rgba(255,255,255,0.25);
  color: transparent;
}

.hero-h1 .dots {
  color: var(--primary-light);
}

.hero-h1 .line-sen {
  color: var(--accent);
}

.hero-h1 .line-outline {
  color: #fff;
}

.hero-desc {
  font-size: 1.1rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.55);
  max-width: 500px;
  margin-bottom: 2.5rem;
  animation: fadeUp 0.7s 0.5s both;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  animation: fadeUp 0.7s 0.65s both;
}

.hero-content {
  position: relative;
  text-align: left;
}

.hero-logo {
  display: none;
}

.hero h1 {
  margin-bottom: var(--space-lg);
  animation: fadeUp 0.8s ease-out 0.1s backwards;
}

.hero-subtitle {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  color: rgba(255,255,255,0.55);
  margin-bottom: var(--space-2xl);
  animation: fadeUp 0.8s ease-out 0.2s backwards;
}

.hero-cta {
  display: flex;
  gap: var(--space-md);
  flex-wrap: wrap;
  animation: fadeUp 0.8s ease-out 0.3s backwards;
}

/* Hero Right Panel - Dönen Çizgiler */
.hero-right {
  position: relative;
  animation: fadeIn 1s 0.3s both;
}

.hero-logo-frame {
  width: 520px;
  height: 520px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.frame-ring1 {
  position: absolute;
  inset: -30px;
  border-radius: 50%;
  border: 1px solid rgba(26,97,172,0.25);
  animation: spin 25s linear infinite;
}

.frame-ring1::before, .frame-ring1::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: var(--accent);
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 12px var(--accent);
}

.frame-ring1::after {
  top: auto;
  bottom: -5px;
  background: var(--primary-light);
  box-shadow: 0 0 12px var(--primary-light);
}

.frame-ring2 {
  position: absolute;
  inset: 30px;
  border-radius: 50%;
  border: 1px dashed rgba(255,255,255,0.08);
  animation: spin 40s linear infinite reverse;
}

.frame-ring3 {
  position: absolute;
  inset: 65px;
  border-radius: 50%;
  border: 2px solid rgba(26,97,172,0.2);
  animation: spin 18s linear infinite;
}

.hero-logo-img {
  position: relative;
  z-index: 2;
  width: 234px;
  height: auto;
  /* viewBox ambleme kırpıldığından çizim zaten ortalı; kaydırma yok */
  --logo-nudge: 0px;
  filter: drop-shadow(0 0 30px rgba(26,97,172,0.6)) drop-shadow(0 0 60px rgba(26,97,172,0.3));
  animation: logoBob 4s ease-in-out infinite;
}

@keyframes logoBob {
  0%, 100% { transform: translate(var(--logo-nudge, 0), 0); }
  50% { transform: translate(var(--logo-nudge, 0), -10px); }
}

/* Hero Badge - Uçan Etiketler */
.hero-badge {
  position: absolute;
  background: rgba(13,30,61,0.92);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  padding: 0.8rem 1.2rem;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.4);
  white-space: nowrap;
  animation: badgeFloat 3s ease-in-out infinite;
  z-index: 3;
}

.badge-icon {
  font-size: 1.4rem;
}

.badge-lines {
  display: flex;
  flex-direction: column;
}

.badge-main {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 0.85rem;
  color: white;
  letter-spacing: 0.5px;
}

.badge-sub {
  font-size: 0.68rem;
  color: rgba(255,255,255,0.45);
  font-weight: 400;
  margin-top: 1px;
}

.badge-a {
  top: 40px;
  right: -20px;
  animation-delay: 0s;
}

.badge-b {
  bottom: 80px;
  left: -30px;
  animation-delay: 1.5s;
  border-left: 3px solid var(--pink-accent);
}

.badge-c {
  bottom: 0;
  right: 10px;
  animation-delay: 0.8s;
  border-left: 3px solid var(--accent);
}

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

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.93); }
  to { opacity: 1; transform: scale(1); }
}

/* Hero Stats */
.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  animation: fadeUp 0.7s 0.8s both;
}

.hstat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hstat-num {
  font-family: var(--font-display-alt);
  font-size: 2.6rem;
  line-height: 1;
  color: white;
}

.hstat-num sup {
  font-size: 1.2rem;
  color: var(--accent);
}

.hstat-lbl {
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
}

/* Mobile responsive */
@media (max-width: 1024px) {
  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 3rem;
  }

  .hero-content {
    text-align: center;
    padding-top: 120px;
  }

  .hero-overline {
    justify-content: center;
  }

  .hero-desc {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-stats {
    justify-content: center;
  }

  .hero-logo-side {
    order: -1;
  }

  .hero-logo-side img {
    max-width: 300px;
  }

  .hero-h1 {
    font-size: clamp(3rem, 12vw, 5rem);
  }

  .hero-logo-frame {
    width: 300px;
    height: 300px;
    /* altta istifli rozetler için yer bırak */
    margin: 0 auto 196px;
  }

  .hero-logo-img {
    width: 112px;
    --logo-nudge: 0px;
  }

  .frame-ring2 {
    inset: 20px;
  }

  .frame-ring3 {
    inset: 40px;
  }

  /* Rozetler mobilde logonun altında ortalı dikey istif */
  .hero-badge {
    display: inline-flex;
    position: absolute;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: max-content;
    max-width: 88%;
    top: auto;
    bottom: auto;
    animation: none;
  }

  .badge-a { top: 320px; }
  .badge-b { top: 380px; }
  .badge-c { top: 440px; }
}

/* Page Hero (smaller) */
.hero-page {
  min-height: 50vh;
  padding-top: calc(var(--header-height) + var(--space-3xl));
  padding-bottom: var(--space-3xl);
}

.hero-page h1 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

/* ========================================
   BUTTONS
   ======================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  padding: 14px 28px;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: var(--radius-md);
  transition: var(--transition-fast);
  cursor: pointer;
}

.btn-primary {
  background: var(--primary);
  color: white;
  border: 2px solid var(--primary);
}

.btn-primary:hover {
  background: var(--primary-light);
  border-color: var(--primary-light);
  transform: translateY(-2px);
  box-shadow: var(--shadow-glow);
}

.btn-secondary {
  background: transparent;
  color: var(--text-primary);
  border: 2px solid var(--border);
}

.btn-secondary:hover {
  border-color: var(--primary);
  color: var(--primary-light);
  transform: translateY(-2px);
}

.btn-accent {
  background: var(--secondary);
  color: var(--bg-dark);
  border: 2px solid var(--secondary);
}

.btn-accent:hover {
  background: var(--secondary-light);
  border-color: var(--secondary-light);
  transform: translateY(-2px);
}

.btn-sm {
  padding: 10px 20px;
  font-size: 0.875rem;
}

.btn-lg {
  padding: 18px 36px;
  font-size: 1rem;
}

.btn-orange {
  background: var(--accent);
  color: white;
}
.btn-orange:hover {
  background: var(--accent-light);
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(245,130,31,0.45);
}
.btn-outline {
  background: transparent;
  color: white;
  border: 1.5px solid rgba(255,255,255,0.2);
}
.btn-outline:hover {
  border-color: white;
  background: rgba(255,255,255,0.06);
  transform: translateY(-2px);
}

/* ========================================
   CARDS
   ======================================== */
.card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition-base);
}

.card:hover {
  transform: translateY(-4px);
  border-color: var(--primary);
  box-shadow: var(--shadow-lg);
}

.card-image {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.card-body {
  padding: var(--space-lg);
}

.card-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  margin-bottom: var(--space-sm);
}

.card-text {
  font-size: 0.9rem;
  color: var(--text-secondary);
  margin-bottom: var(--space-md);
}

.card-meta {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  font-size: 0.8rem;
  color: var(--text-muted);
}

.card-badge {
  display: inline-block;
  padding: 4px 12px;
  background: var(--primary);
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: var(--radius-full);
}

.card-badge.completed {
  background: #22c55e;
}

.card-badge.in-progress {
  background: var(--secondary);
}

.card-badge.planned {
  background: var(--accent);
}

/* ========================================
   ALTIN KART (BRANŞLAR)
   ======================================== */
.card-gold {
  background: var(--lt-card);
  border: 1px solid var(--lt-border);
  border-radius: 14px;
  padding: 2.5rem 2rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25,0.8,0.25,1);
}

.card-gold::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.25,0.8,0.25,1);
}

.card-gold:hover {
  transform: translateY(-4px);
  border-color: rgba(26,97,172,0.28);
  box-shadow: 0 14px 40px rgba(26,29,36,0.10);
}

.card-gold:hover::before {
  transform: scaleX(1);
}

.card-gold-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  background: var(--lt-surface);
  border-radius: 10px;
}

.card-gold-icon svg {
  width: 28px;
  height: 28px;
  stroke: var(--primary);
  fill: none;
  stroke-width: 1.5;
}

.card-gold-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--lt-ink);
  margin-bottom: 0.6rem;
  line-height: 1.2;
}

.card-gold-text {
  font-size: 0.88rem;
  color: var(--lt-ink-2);
  line-height: 1.7;
  margin-bottom: 1.2rem;
}

.card-gold-tag {
  display: inline-block;
  background: var(--lt-surface-2);
  color: var(--lt-ink-2);
  padding: 0.35rem 0.85rem;
  border-radius: 6px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid var(--lt-border);
  transition: all 0.3s;
}

.card-gold:hover .card-gold-tag {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

/* ========================================
   SCROLL REVEAL
   ======================================== */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s cubic-bezier(0.25,0.8,0.25,1),
              transform 0.8s cubic-bezier(0.25,0.8,0.25,1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal.delay-1 { transition-delay: 0.12s; }
.reveal.delay-2 { transition-delay: 0.24s; }
.reveal.delay-3 { transition-delay: 0.36s; }
.reveal.delay-4 { transition-delay: 0.48s; }

/* Mission & Vision Section */
.mv-section {
  padding: 100px 0;
}

.mv-wrapper {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.mv-header {
  margin-bottom: 60px;
}

.section-tag-dark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}

.section-tag-dark::before,
.section-tag-dark::after {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--accent);
  opacity: 0.6;
}

.mv-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  color: var(--lt-ink);
  margin-bottom: 16px;
  line-height: 1.2;
}

.mv-subtitle {
  font-size: 1.05rem;
  color: var(--lt-ink-2);
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.7;
}

.mv-cards {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 60px;
}

.mv-card {
  background: var(--lt-card);
  border: 1px solid var(--lt-border);
  border-radius: 14px;
  padding: 40px 32px;
  text-align: center;
  transition: all 0.4s ease;
}

.mv-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(26, 29, 36, 0.10);
  border-color: rgba(26,97,172,0.28);
}

.mv-card-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 20px;
  color: var(--primary);
}

.mv-card-icon svg {
  width: 100%;
  height: 100%;
}

.mv-card-label {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}

.mv-card-title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--lt-ink);
  margin-bottom: 16px;
  line-height: 1.3;
}

.mv-card-text {
  font-size: 0.9rem;
  color: var(--lt-ink-2);
  line-height: 1.7;
}

.mv-card-text em {
  color: var(--primary);
  font-style: normal;
  font-weight: 600;
}

.mv-divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.mv-divider-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(180deg, transparent, var(--primary), transparent);
}

.mv-divider-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  background: var(--lt-surface);
  border-radius: 50%;
  border: 1px solid var(--lt-border-2);
}

.mv-divider-icon svg {
  width: 20px;
  height: 20px;
}

.mv-stats {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  padding: 32px;
  background: var(--lt-card);
  border-radius: 14px;
  border: 1px solid var(--lt-border);
}

.mv-stat {
  text-align: center;
}

.mv-stat-num {
  font-family: var(--font-display-alt);
  font-size: 2.5rem;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 8px;
}

.mv-stat-num sup {
  font-size: 1.2rem;
}

.mv-stat-label {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--lt-ink-2);
}

.mv-stat-divider {
  width: 1px;
  height: 40px;
  background: var(--lt-border-2);
}

@media (max-width: 768px) {
  .mv-cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .mv-divider {
    flex-direction: row;
  }

  .mv-divider-line {
    width: 40px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--primary), transparent);
  }

  .mv-stats {
    flex-direction: column;
    gap: 24px;
  }

  .mv-stat-divider {
    width: 40px;
    height: 1px;
  }
}

/* Module Card V2 (Home) */
.modules-section {
  background: var(--bg-dark);
}

.modules-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.module-card-v2 {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--bg-surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  transition: transform 0.4s cubic-bezier(0.2, 0.7, 0.3, 1),
              border-color 0.4s ease, box-shadow 0.4s ease;
}

.module-card-v2:hover {
  transform: translateY(-8px);
  border-color: rgba(201, 162, 39, 0.45);
  box-shadow: 0 32px 64px rgba(0, 0, 0, 0.5);
}

/* Görsel başlık */
.module-thumb {
  position: relative;
  height: 158px;
  overflow: hidden;
  background: var(--bg-elevated);
}

.module-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.82) saturate(1.05);
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.3, 1), filter 0.4s ease;
}

.module-card-v2:hover .module-thumb img {
  transform: scale(1.08);
  filter: brightness(0.92) saturate(1.12);
}

/* Sporlar kartı: dalgıçlık + bilek güreşi çapraz ikili kompozisyon */
.split-pane {
  position: absolute;
  inset: 0;
  background-size: cover;
  filter: brightness(0.8) saturate(1.05);
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.3, 1), filter 0.4s ease;
}

.split-pane--dalg {
  background-image: url('assets/images/dalgiclik-coklu.webp');
  background-position: 22% center;
  clip-path: polygon(0 0, calc(50% + 16px) 0, calc(50% - 16px) 100%, 0 100%);
  transform-origin: left center;
}

.split-pane--bilek {
  background-image: url('https://images.pexels.com/photos/14762133/pexels-photo-14762133.jpeg?auto=compress&cs=tinysrgb&w=900');
  background-position: center 38%;
  clip-path: polygon(calc(50% + 20px) 0, 100% 0, 100% 100%, calc(50% - 20px) 100%);
  transform-origin: right center;
}

.split-divider {
  position: absolute;
  top: -6%;
  left: 50%;
  z-index: 2;
  width: 3px;
  height: 112%;
  background: linear-gradient(180deg, transparent, var(--accent) 22%, var(--accent) 78%, transparent);
  transform: translateX(-50%) skewX(-12.5deg);
  box-shadow: 0 0 12px rgba(232, 93, 4, 0.5);
  pointer-events: none;
}

.module-card-v2:hover .split-pane {
  filter: brightness(0.9) saturate(1.12);
}

.module-card-v2:hover .split-pane--dalg { transform: scale(1.07); }
.module-card-v2:hover .split-pane--bilek { transform: scale(1.07); }

/* Vefa kartı: özel kalp + defne amblemi çizimi */
.module-thumb--vefa { background: #070b13; }

.vefa-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.3, 1);
}

.module-card-v2:hover .vefa-art { transform: scale(1.05); }

.module-thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(8, 8, 8, 0.15) 0%,
    rgba(8, 8, 8, 0.45) 60%,
    rgba(8, 8, 8, 0.88) 100%);
  pointer-events: none;
}

.module-num {
  position: absolute;
  top: 12px;
  right: 18px;
  z-index: 2;
  font-family: var(--font-display-alt);
  font-size: 2.6rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.02em;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
}

.module-icon-v2 {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 2;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: linear-gradient(145deg, var(--secondary-light), var(--secondary));
  color: #0a0a0a;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transition: transform 0.4s ease;
}

.module-card-v2:hover .module-icon-v2 {
  transform: scale(1.08) rotate(-3deg);
}

.module-icon-v2 svg {
  width: 24px;
  height: 24px;
}

/* Gövde */
.module-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  padding: 22px 22px 24px;
}

.module-card-v2 h3 {
  font-family: var(--font-body);
  font-size: 1.18rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0;
  transition: color 0.35s ease;
}

.module-card-v2:hover h3 {
  color: var(--secondary-light);
}

.module-card-v2 p {
  font-size: 0.86rem;
  color: var(--text-secondary);
  margin: 0;
  line-height: 1.6;
  flex: 1;
}

.module-go {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--secondary);
  transition: gap 0.35s ease;
}

.module-go svg {
  width: 16px;
  height: 16px;
  transition: transform 0.35s ease;
}

.module-card-v2:hover .module-go {
  gap: 12px;
}

.module-card-v2:hover .module-go svg {
  transform: translateX(3px);
}

@media (max-width: 1024px) {
  .modules-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .modules-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .module-num {
    font-size: 2.2rem;
  }
}

/* ========================================
   AÇILIŞ EKRANI (LOADING SCREEN)
   ======================================== */
.loading-screen {
  position: fixed;
  inset: 0;
  background: #080c0a;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  cursor: none;
  overflow: hidden;
}

.loading-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(26,95,168,0.07) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(26,95,168,0.07) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}

.loading-corner {
  position: absolute;
  width: 36px;
  height: 36px;
  border: 2px solid;
}
.loading-corner-tl { top: 0; left: 0; border-color: #f07d00; border-right: none; border-bottom: none; }
.loading-corner-tr { top: 0; right: 0; border-color: #f07d00; border-left: none; border-bottom: none; }
.loading-corner-bl { bottom: 0; left: 0; border-color: #1a5fa8; border-right: none; border-top: none; }
.loading-corner-br { bottom: 0; right: 0; border-color: #1a5fa8; border-left: none; border-top: none; }

.loading-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(26,95,168,0.15) 0%, rgba(240,125,0,0.08) 50%, transparent 70%);
  transition: background 0.6s ease;
  pointer-events: none;
}

.loading-cursor {
  position: fixed;
  pointer-events: none;
  z-index: 100;
  transform: translate(-50%, -50%);
  transition: left 0.05s linear, top 0.05s linear;
}
.loading-cursor-dot {
  width: 12px; height: 12px;
  border-radius: 50%;
  background: #f07d00;
  mix-blend-mode: screen;
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%);
}
.loading-cursor-ring {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1.5px solid rgba(240,125,0,0.45);
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%);
}

.loading-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 10;
}

.loading-logo {
  width: 230px;
  height: 220px;
  /* parıltı PNG'ye gömülü; gömülü şeffaf padding zaten boşluk veriyor */
  margin-bottom: 6px;
  opacity: 0;
  transform: scale(0.7) translateY(20px);
  transition: opacity 1s cubic-bezier(0.23,1,0.32,1), transform 1s cubic-bezier(0.23,1,0.32,1);
}
.loading-logo.animate { opacity: 1; transform: scale(1) translateY(0); }
/* HİÇBİR CSS filtresi YOK: bu Safari'de img'de bile kare çiziyordu. Parıltı doğrudan PNG'ye gömülü. */
.loading-logo img { width: 100%; height: 100%; object-fit: contain; }

.loading-text {
  text-align: center;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.8s cubic-bezier(0.23,1,0.32,1) 0.3s, transform 0.8s cubic-bezier(0.23,1,0.32,1) 0.3s;
}
.loading-text.animate { opacity: 1; transform: translateY(0); }
.loading-text-line { font-family: 'Anton', sans-serif; line-height: 1.2; }
.loading-text-akdeniz { color: #1a5fa8; font-size: 1.9rem; letter-spacing: 0.12em; }
.loading-text-dinamik { color: #ffffff; font-size: 2.5rem; letter-spacing: 0.08em; }
.loading-text-spor { color: #f07d00; font-size: 1.5rem; letter-spacing: 0.18em; }

.loading-bar-container {
  margin-top: 48px;
  width: 220px;
  opacity: 0;
  transition: opacity 0.5s ease 0.5s;
}
.loading-bar-container.animate { opacity: 1; }
.loading-bar-header {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  color: rgba(255,255,255,0.35);
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.loading-bar {
  height: 2px;
  background: rgba(255,255,255,0.08);
  border-radius: 1px;
  overflow: hidden;
  position: relative;
}
.loading-bar-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #1a5fa8, #f07d00);
  transition: width 0.08s linear;
  position: relative;
}
.loading-bar-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  animation: loadingShine 1.5s infinite;
}
@keyframes loadingShine {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(200%); }
}

body.loading { overflow: hidden; }
body.loading .header,
body.loading .hero,
body.loading .section,
body.loading .footer { display: none; }

/* ========================================
   FOOTER
   ======================================== */
.footer {
  background: var(--bg-surface);
  border-top: 1px solid var(--border);
  padding: var(--space-4xl) 0 var(--space-xl);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: var(--space-3xl);
  margin-bottom: var(--space-3xl);
}

@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: var(--space-2xl);
  }
}

.footer-brand {
  max-width: 300px;
}

.footer-brand .logo {
  margin-bottom: var(--space-lg);
}

.footer-brand .logo img {
  height: 56px;
}

.footer-brand p {
  font-size: 0.9rem;
}

.footer-title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  margin-bottom: var(--space-lg);
  color: var(--secondary);
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.footer-links a {
  font-size: 0.9rem;
  color: var(--text-secondary);
  transition: var(--transition-fast);
}

.footer-links a:hover {
  color: var(--primary-light);
}

.footer-social {
  display: flex;
  gap: var(--space-md);
}

.footer-social a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-elevated);
  border-radius: var(--radius-md);
  color: var(--text-secondary);
  transition: var(--transition-fast);
}

.footer-social a:hover {
  background: var(--primary);
  color: white;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-sm);
  padding-top: var(--space-xl);
  border-top: 1px solid var(--border);
  font-size: 0.85rem;
  color: var(--text-muted);
}

.footer-admin {
  color: inherit;
  opacity: 0.4;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: opacity 0.25s;
}
.footer-admin:hover {
  opacity: 1;
  text-decoration: underline;
}

/* ========================================
   FORMS
   ======================================== */
.form-group {
  margin-bottom: var(--space-lg);
}

.form-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: var(--space-sm);
  color: var(--text-secondary);
}

.form-input,
.form-textarea,
.form-select {
  width: 100%;
  padding: 12px 16px;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  color: var(--text-primary);
  font-family: inherit;
  font-size: 1rem;
  transition: var(--transition-fast);
}

.form-input:focus,
.form-textarea:focus,
.form-select:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(26,97,172,0.2);
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: var(--text-muted);
}

.form-textarea {
  min-height: 120px;
  resize: vertical;
}

.form-error {
  border-color: #ef4444 !important;
}

.form-error-message {
  color: #ef4444;
  font-size: 0.8rem;
  margin-top: var(--space-xs);
}

.form-checkbox {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  cursor: pointer;
}

.form-checkbox input {
  width: 18px;
  height: 18px;
  accent-color: var(--primary);
}

/* File Input */
.file-input-wrapper {
  position: relative;
}

.file-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.file-input-display {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-md);
  padding: var(--space-xl);
  background: var(--bg-elevated);
  border: 2px dashed var(--border);
  border-radius: var(--radius-lg);
  color: var(--text-muted);
  transition: var(--transition-fast);
}

.file-input-wrapper:hover .file-input-display {
  border-color: var(--primary);
  color: var(--text-secondary);
}

/* ========================================
   MODAL
   ======================================== */
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  backdrop-filter: blur(8px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-lg);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-base);
}

.modal-backdrop.open {
  opacity: 1;
  visibility: visible;
}

.modal {
  background: var(--bg-surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  width: 100%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
  transform: translateY(20px);
  transition: var(--transition-base);
}

.modal-backdrop.open .modal {
  transform: translateY(0);
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-lg);
  border-bottom: 1px solid var(--border);
}

.modal-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
}

.modal-close {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-elevated);
  border-radius: var(--radius-md);
  color: var(--text-secondary);
  transition: var(--transition-fast);
}

.modal-close:hover {
  background: var(--accent);
  color: white;
}

.modal-body {
  padding: var(--space-lg);
}

.modal-footer {
  display: flex;
  gap: var(--space-md);
  justify-content: flex-end;
  padding: var(--space-lg);
  border-top: 1px solid var(--border);
}

/* ========================================
   TOAST NOTIFICATIONS
   ======================================== */
.toast-container {
  position: fixed;
  bottom: var(--space-lg);
  right: var(--space-lg);
  z-index: 3000;
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.toast {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  padding: var(--space-md) var(--space-lg);
  background: var(--bg-surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  animation: slideInRight 0.3s ease-out;
}

.toast.success {
  border-color: #22c55e;
}

.toast.error {
  border-color: #ef4444;
}

.toast-icon {
  width: 20px;
  height: 20px;
}

.toast.success .toast-icon {
  color: #22c55e;
}

.toast.error .toast-icon {
  color: #ef4444;
}

.toast-message {
  font-size: 0.9rem;
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* ========================================
   ANIMATIONS
   ======================================== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

.stagger-1 { transition-delay: 0.1s; }
.stagger-2 { transition-delay: 0.2s; }
.stagger-3 { transition-delay: 0.3s; }
.stagger-4 { transition-delay: 0.4s; }
.stagger-5 { transition-delay: 0.5s; }
.stagger-6 { transition-delay: 0.6s; }

/* ========================================
   ADMIN PANEL SPECIFIC
   ======================================== */
.admin-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  min-height: 100vh;
  padding-top: var(--header-height);
}

@media (max-width: 768px) {
  .admin-layout {
    grid-template-columns: 1fr;
  }
}

.admin-sidebar {
  background: var(--bg-surface);
  border-right: 1px solid var(--border);
  padding: var(--space-xl);
  position: sticky;
  top: var(--header-height);
  height: calc(100vh - var(--header-height));
  overflow-y: auto;
}

.admin-nav {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
}

.admin-nav-item {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  padding: var(--space-md);
  border-radius: var(--radius-md);
  color: var(--text-secondary);
  font-size: 0.9rem;
  font-weight: 500;
  transition: var(--transition-fast);
}

.admin-nav-item:hover {
  background: var(--bg-elevated);
  color: var(--text-primary);
}

.admin-nav-item.active {
  background: var(--primary);
  color: white;
}

.admin-nav-item svg {
  width: 20px;
  height: 20px;
}

.admin-main {
  padding: var(--space-xl);
  background: var(--bg-dark);
}

.admin-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--space-xl);
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--space-lg);
  margin-bottom: var(--space-2xl);
}

.stat-card {
  background: var(--bg-surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: var(--space-lg);
}

.stat-label {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: var(--space-xs);
}

.stat-value {
  font-family: var(--font-mono);
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-light);
}

.admin-section {
  display: none;
}

.admin-section.active {
  display: block;
}

/* Data Table */
.data-table {
  width: 100%;
  background: var(--bg-surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.data-table th,
.data-table td {
  padding: var(--space-md);
  text-align: left;
  border-bottom: 1px solid var(--border);
}

.data-table th {
  background: var(--bg-elevated);
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-muted);
}

.data-table td {
  font-size: 0.9rem;
}

.data-table tr:last-child td {
  border-bottom: none;
}

.data-table tr:hover td {
  background: var(--bg-elevated);
}

.table-actions {
  display: flex;
  gap: var(--space-sm);
}

.table-actions button {
  padding: var(--space-xs) var(--space-sm);
  font-size: 0.8rem;
  border-radius: var(--radius-sm);
  transition: var(--transition-fast);
}

.table-actions .edit-btn {
  background: var(--primary);
  color: white;
}

.table-actions .delete-btn {
  background: #ef4444;
  color: white;
}

/* ========================================
   UTILITIES
   ======================================== */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.mt-sm { margin-top: var(--space-sm); }
.mt-md { margin-top: var(--space-md); }
.mt-lg { margin-top: var(--space-lg); }
.mt-xl { margin-top: var(--space-xl); }
.mt-2xl { margin-top: var(--space-2xl); }

.mb-sm { margin-bottom: var(--space-sm); }
.mb-md { margin-bottom: var(--space-md); }
.mb-lg { margin-bottom: var(--space-lg); }
.mb-xl { margin-bottom: var(--space-xl); }
.mb-2xl { margin-bottom: var(--space-2xl); }

.flex { display: flex; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.flex-between { display: flex; align-items: center; justify-content: space-between; }
.gap-sm { gap: var(--space-sm); }
.gap-md { gap: var(--space-md); }
.gap-lg { gap: var(--space-lg); }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* ========================================
   SPECIAL COMPONENTS
   ======================================== */

/* Timeline (Vefa Köşesi) */
.timeline {
  position: relative;
  padding-left: var(--space-2xl);
}

.timeline::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border);
}

.timeline-item {
  position: relative;
  padding-bottom: var(--space-xl);
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: calc(-1 * var(--space-2xl) + 4px);
  top: 8px;
  width: 12px;
  height: 12px;
  background: var(--primary);
  border-radius: 50%;
}

.timeline-period {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--secondary);
  margin-bottom: var(--space-xs);
}

.timeline-name {
  font-family: var(--font-display);
  font-size: 1.2rem;
  margin-bottom: var(--space-xs);
}

.timeline-desc {
  font-size: 0.9rem;
  color: var(--text-secondary);
}

/* Gallery Grid */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: var(--space-lg);
}

.gallery-item {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: var(--radius-lg);
  overflow: hidden;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-base);
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 50%);
  opacity: 0;
  transition: var(--transition-base);
}

.gallery-item:hover::after {
  opacity: 1;
}

/* Stats Counter */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: var(--space-xl);
  text-align: center;
}

.stat-item {
  padding: var(--space-xl);
}

.stat-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto var(--space-md);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(26,97,172,0.1);
  border-radius: var(--radius-lg);
  color: var(--primary-light);
}

.stat-number {
  font-family: var(--font-mono);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--secondary);
  margin-bottom: var(--space-xs);
}

.stat-label {
  font-size: 0.9rem;
  color: var(--text-muted);
}

/* Contact Info */
.contact-info {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: var(--space-md);
}

.contact-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-elevated);
  border-radius: var(--radius-md);
  color: var(--primary-light);
  flex-shrink: 0;
}

.contact-label {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 2px;
}

.contact-value {
  font-size: 1rem;
  color: var(--text-primary);
}

/* Map Container */
.map-container {
  width: 100%;
  height: 400px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Empty State */
.empty-state {
  text-align: center;
  padding: var(--space-4xl);
  color: var(--text-muted);
}

.empty-state svg {
  width: 64px;
  height: 64px;
  margin-bottom: var(--space-lg);
  opacity: 0.5;
}

.empty-state h3 {
  color: var(--text-secondary);
  margin-bottom: var(--space-sm);
}

/* Loading Spinner */
.spinner {
  width: 24px;
  height: 24px;
  border: 3px solid var(--border);
  border-top-color: var(--primary);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* ========================================
   HABER MERKEZİ
   ======================================== */

.haber-merkezi {
  padding: 100px 0;
  background: linear-gradient(180deg, var(--bg-surface) 0%, #0a0d14 100%);
  position: relative;
  overflow: hidden;
}

.haber-merkezi::before {
  content: '';
  position: absolute;
  top: -200px; right: -200px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(26,97,172,.07) 0%, transparent 70%);
  pointer-events: none;
}

.hm-header { margin-bottom: 40px; }

.hm-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--primary-light);
  margin-bottom: 16px;
}

.hm-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--primary-light);
  animation: hmPulse 1.8s ease-in-out infinite;
}

@keyframes hmPulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50%      { opacity: .4; transform: scale(.7); }
}

.hm-baslik-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.hm-baslik {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #f5f5f5;
  line-height: 1.1;
  margin: 0;
}

.hm-baslik em {
  font-style: normal;
  color: var(--primary-light);
  font-family: 'Cormorant Garamond', serif;
}

.hm-tumu-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--primary-light);
  text-decoration: none;
  white-space: nowrap;
  transition: gap .2s;
  padding-bottom: 4px;
}
.hm-tumu-btn:hover { gap: 10px; }

.hm-desc {
  color: rgba(245,245,245,.45);
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.6;
}

/* Filtreler */
.hm-filtreler {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.hm-filtre {
  padding: 7px 16px;
  border-radius: 20px;
  border: 1.5px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.55);
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: all .2s;
  font-family: inherit;
}
.hm-filtre:hover {
  border-color: rgba(255,255,255,.25);
  color: #fff;
}
.hm-filtre--aktif {
  background: var(--fc, var(--primary));
  border-color: var(--fc, var(--primary));
  color: #fff;
}

/* Grid */
.hm-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.hm-grid:has(.hm-kart--featured) {
  grid-template-columns: repeat(3, 1fr);
}

.hm-kart {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: transform .25s, box-shadow .25s, border-color .25s;
  position: relative;
}

.hm-kart:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,.35);
  border-color: rgba(255,255,255,.14);
}

.hm-kart--featured {
  grid-column: span 2;
  flex-direction: row;
  min-height: 240px;
}

/* Video thumbnail */
.hm-kart__thumb {
  aspect-ratio: 16/9;
  background: #0d1e38;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.hm-kart--featured .hm-kart__thumb {
  aspect-ratio: unset;
  width: 45%;
  min-height: 200px;
}

.hm-kart__thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: .85;
  transition: opacity .3s, transform .3s;
}
.hm-kart:hover .hm-kart__thumb img { opacity: 1; transform: scale(1.04); }

.hm-kart__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.3);
  transition: background .2s;
}
.hm-kart:hover .hm-kart__play { background: rgba(0,0,0,.15); }
.hm-kart__play svg { filter: drop-shadow(0 2px 8px rgba(0,0,0,.6)); }

/* Kart içeriği */
.hm-kart__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.hm-kart--featured .hm-kart__body {
  padding: 28px 24px;
  justify-content: center;
}

.hm-kart__kaynak {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 20px;
  width: fit-content;
}

.hm-kart__tarih {
  font-size: 0.75rem;
  color: rgba(255,255,255,.35);
}

.hm-kart__baslik {
  font-size: 0.97rem;
  font-weight: 700;
  color: #f0f0f0;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hm-kart--featured .hm-kart__baslik {
  font-size: 1.2rem;
  -webkit-line-clamp: 3;
}

.hm-kart__ozet {
  font-size: 0.82rem;
  color: rgba(255,255,255,.45);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}

.hm-kart__devam {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255,255,255,.4);
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: auto;
  transition: color .2s, gap .2s;
}
.hm-kart:hover .hm-kart__devam {
  color: rgba(255,255,255,.8);
  gap: 8px;
}

/* Tip badge renkleri */
.hm-tip-video    { background: rgba(255,0,0,.12);      color: #ff6b6b; }
.hm-tip-etkinlik { background: rgba(34,197,94,.1);     color: #4ade80; }
.hm-tip-duyuru   { background: rgba(255,255,255,.08);  color: rgba(255,255,255,.6); }
.hm-tip-haber    { background: rgba(96,165,250,.12);   color: #93c5fd; }
.hm-tip-faaliyet { background: rgba(168,85,247,.12);   color: #c084fc; }

@media (max-width: 1024px) {
  .hm-grid { grid-template-columns: repeat(2, 1fr); }
  .hm-kart--featured { grid-column: span 2; }
}

@media (max-width: 768px) {
  .haber-merkezi { padding: 64px 0; }
  .hm-grid { grid-template-columns: 1fr; gap: 14px; }
  .hm-kart--featured { grid-column: span 1; flex-direction: column; }
  .hm-kart--featured .hm-kart__thumb { width: 100%; aspect-ratio: 16/9; min-height: unset; }
}

/* ========================================
   HABER MERKEZİ HERO
   ======================================== */

.hm-hero {
  position: relative;
  overflow: hidden;
  padding: 0 0 0;
  background: #050810;
}

.hm-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 20% 50%, rgba(26,97,172,.18) 0%, transparent 60%),
    radial-gradient(ellipse 60% 80% at 80% 30%, rgba(190,24,93,.12) 0%, transparent 55%),
    radial-gradient(ellipse 50% 50% at 60% 80%, rgba(22,163,74,.08) 0%, transparent 50%);
}

.hm-hero__grid-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.6) 30%, rgba(0,0,0,.6) 70%, transparent 100%);
}

.hm-hero__glow {
  position: absolute;
  width: 400px; height: 400px;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
}
.hm-hero__glow--l { background: rgba(26,97,172,.25);  top: -100px; left: -100px; }
.hm-hero__glow--r { background: rgba(190,24,93,.15);  bottom: -100px; right: -100px; }

/* Ticker şeridi */
.hm-ticker {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  background: rgba(26,97,172,.15);
  border-bottom: 1px solid rgba(26,97,172,.25);
  overflow: hidden;
  height: 40px;
}

.hm-ticker__label {
  flex-shrink: 0;
  background: var(--primary);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: .1em;
  padding: 0 16px;
  height: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.hm-ticker__track {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.hm-ticker__inner {
  display: flex;
  gap: 0;
  white-space: nowrap;
  animation: tickerScroll 30s linear infinite;
  will-change: transform;
}

.hm-ticker__inner:hover { animation-play-state: paused; }

@keyframes tickerScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.hm-ticker__item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 32px;
  font-size: 0.78rem;
  color: rgba(255,255,255,.7);
  text-decoration: none;
  transition: color .2s;
  border-right: 1px solid rgba(255,255,255,.08);
  height: 40px;
}
.hm-ticker__item:hover { color: #fff; }

.hm-ticker__item-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* Hero body */
.hm-hero__body {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 72px;
}

.hm-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--primary-light);
  margin-bottom: 20px;
}

.hm-hero__baslik {
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  font-weight: 900;
  color: #f5f5f5;
  line-height: 1.05;
  margin: 0 0 20px;
  letter-spacing: -.02em;
}

.hm-hero__baslik em {
  font-style: normal;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255,255,255,.5);
  font-family: 'Cormorant Garamond', serif;
}

.hm-hero__desc {
  color: rgba(255,255,255,.45);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 32px;
  max-width: 420px;
}

.hm-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: #fff;
  text-decoration: none;
  padding: 13px 24px;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 700;
  transition: background .2s, gap .2s;
}
.hm-hero__cta:hover { background: var(--primary-light); gap: 12px; }

/* Sağ panel */
.hm-hero__bolumler {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 24px;
}

.hm-hero__bolum {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid color-mix(in srgb, var(--bc) 30%, transparent);
  background: color-mix(in srgb, var(--bc) 8%, transparent);
  text-decoration: none;
  color: rgba(255,255,255,.8);
  font-size: 0.85rem;
  font-weight: 600;
  transition: background .2s, transform .2s;
}
.hm-hero__bolum:hover {
  background: color-mix(in srgb, var(--bc) 18%, transparent);
  transform: translateY(-2px);
  color: #fff;
}

.hm-hero__bolum-ikon {
  font-size: 1.2rem;
  line-height: 1;
}

/* İstatistik satırı */
.hm-hero__istatistik {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 20px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 10px;
}

.hm-hero__istat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  flex: 1;
}

.hm-hero__istat-sayi {
  font-size: 1.6rem;
  font-weight: 800;
  color: #f5f5f5;
  line-height: 1;
}

.hm-hero__istat-lbl {
  font-size: 0.7rem;
  color: rgba(255,255,255,.35);
  letter-spacing: .05em;
  text-transform: uppercase;
}

.hm-hero__istat-ayrac {
  width: 1px;
  height: 32px;
  background: rgba(255,255,255,.1);
}

@media (max-width: 1024px) {
  .hm-hero__body { grid-template-columns: 1fr; gap: 40px; padding-top: 56px; padding-bottom: 56px; }
  .hm-hero__sag { display: none; }
}

@media (max-width: 768px) {
  .hm-hero__baslik { font-size: 2.4rem; }
  .hm-hero__body { padding-top: 40px; padding-bottom: 40px; }
}

/* ========================================
   SMART-IMG — bulanık arka plan + tam görsel
   Tüm sayfalarda kullanılan ortak görsel kapsayıcısı.
   Görsel oranı ne olursa olsun kırpılmaz; boş kalan
   yerleri görselin bulanık kopyası doldurur.
   ======================================== */
.smart-img {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background-color: #0b1a2a;
  display: block;
  isolation: isolate;
}
/* Bulanık arka plan — pseudo-element ile, --smart-img-bg değişkeninden çekilir */
.smart-img::before {
  content: "";
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background-image: var(--smart-img-bg, none);
  background-size: cover;
  background-position: center;
  -webkit-filter: blur(28px) brightness(.55) saturate(1.15);
  filter: blur(28px) brightness(.55) saturate(1.15);
  -webkit-transform: scale(1.18);
  transform: scale(1.18);
  z-index: 0;
  pointer-events: none;
}
/* Eski markup uyumlu: __bg img varsa absolute olarak yerleştir (cache fallback) */
.smart-img__bg,
img.smart-img__bg {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  -webkit-filter: blur(28px) brightness(.55) saturate(1.15);
  filter: blur(28px) brightness(.55) saturate(1.15);
  -webkit-transform: scale(1.18);
  transform: scale(1.18);
  z-index: 0;
  pointer-events: none;
  user-select: none;
}
.smart-img__fg,
img.smart-img__fg {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block;
  z-index: 1;
}
.smart-img--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0f2034, #132a42);
}
.smart-img__ph {
  font-size: 3rem;
  color: rgba(232, 183, 117, .35);
  font-family: 'Cormorant Garamond', serif;
}
/* Kart içinde kullanım — hover zoom efekti */
.smart-img--zoom .smart-img__fg {
  transition: transform .6s ease;
}
a:hover > .smart-img--zoom .smart-img__fg,
.smart-img--zoom:hover .smart-img__fg {
  transform: scale(1.04);
}
