/* ==========================================================
   BoluHaber — style.css v2 (Emoji-free, Release Build)
   ========================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Playfair+Display:ital,wght@0,700;0,900;1,700&family=Rajdhani:wght@500;600;700&display=swap');

/* ─── Değişkenler ─────────────────────────────────────── */
:root {
  --c-bg:        #07090f;
  --c-bg2:       #0d1117;
  --c-surface:   rgba(255,255,255,0.04);
  --c-border:    rgba(255,255,255,0.08);
  --c-accent:    #c0200a;
  --c-accent2:   #e84020;
  --c-gold:      #f0c040;
  --c-bolu:      #1dbf73;
  --c-bolu2:     #0fa05e;
  --c-text:      #e8eaf0;
  --c-muted:     #6b7280;
  --c-card:      rgba(13,17,23,0.9);
  --glow-red:    0 0 28px rgba(192,32,10,0.4);
  --glow-green:  0 0 28px rgba(29,191,115,0.4);
  --glow-gold:   0 0 20px rgba(240,192,64,0.3);
  --r-sm:  8px;
  --r-md:  14px;
  --r-lg:  20px;
  --ease-bounce: cubic-bezier(0.34,1.56,0.64,1);
  --ease-smooth: cubic-bezier(0.4,0,0.2,1);
}

/* ─── Reset ───────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { background: var(--c-bg); color: var(--c-text); font-family: 'Inter', sans-serif; overflow-x: hidden; min-height: 100vh; }
a { text-decoration: none; color: inherit; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
img { display: block; max-width: 100%; }

::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--c-bg2); }
::-webkit-scrollbar-thumb { background: linear-gradient(180deg, var(--c-accent), var(--c-gold)); border-radius: 3px; }

/* ─── Noise Overlay ───────────────────────────────────── */
body::before {
  content: '';
  position: fixed; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
  pointer-events: none; z-index: 1; opacity: 0.4;
}

/* ─── Canvas ──────────────────────────────────────────── */
#bg-canvas { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }

/* ─── Wrapper ─────────────────────────────────────────── */
.site-wrapper { position: relative; z-index: 2; }

/* ─── Scroll İlerleme ─────────────────────────────────── */
#scrollProgress { position: fixed; top: 0; left: 0; height: 3px; width: 100%; background: linear-gradient(90deg, var(--c-accent), var(--c-gold)); z-index: 9999; transform-origin: left; transform: scaleX(0); box-shadow: var(--glow-red); }

/* ─── Breaking Bar ────────────────────────────────────── */
.breaking-bar { background: linear-gradient(90deg, var(--c-accent), #a0180a); height: 38px; display: flex; align-items: center; overflow: hidden; position: relative; z-index: 1000; }
.breaking-label { background: rgba(0,0,0,0.3); padding: 0 20px; height: 100%; display: flex; align-items: center; gap: 10px; font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; white-space: nowrap; flex-shrink: 0; }
.live-dot { width: 7px; height: 7px; background: #fff; border-radius: 50%; animation: blink 1s ease-in-out infinite; flex-shrink: 0; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.2} }
.ticker-wrap { flex: 1; overflow: hidden; height: 100%; display: flex; align-items: center; mask-image: linear-gradient(90deg, transparent, black 5%, black 95%, transparent); }
.ticker-track { display: flex; align-items: center; gap: 56px; animation: ticker 50s linear infinite; white-space: nowrap; will-change: transform; }
.ticker-track:hover { animation-play-state: paused; }
@keyframes ticker { from{transform:translateX(0)} to{transform:translateX(-50%)} }
.ticker-item { font-size: 13px; font-weight: 500; cursor: pointer; transition: color 0.2s; flex-shrink: 0; }
.ticker-item::before { content: '\25C6  '; font-size: 9px; opacity: 0.6; }
.ticker-item:hover { color: var(--c-gold); }

/* ─── Header ──────────────────────────────────────────── */
.site-header { position: sticky; top: 0; z-index: 999; background: rgba(7,9,15,0.9); backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%); border-bottom: 1px solid var(--c-border); transition: all 0.3s var(--ease-smooth); }
.site-header.scrolled { background: rgba(7,9,15,0.97); box-shadow: 0 4px 40px rgba(0,0,0,0.5); }
.header-inner { max-width: 1440px; margin: 0 auto; padding: 0 24px; height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }

/* Logo */
.logo-wrap { display: flex; align-items: center; text-decoration: none; flex-shrink: 0; }
.logo-wrap img { height: 44px; width: auto; }

/* Nav */
.main-nav { display: flex; align-items: center; gap: 2px; flex: 1; justify-content: center; }
.nav-link { display: flex; align-items: center; gap: 5px; padding: 8px 13px; border-radius: var(--r-sm); font-size: 13px; font-weight: 600; color: rgba(232,234,240,0.72); text-decoration: none; letter-spacing: 0.2px; transition: all 0.2s; position: relative; white-space: nowrap; }
.nav-link:hover { color: #fff; background: var(--c-surface); }
.nav-link.active { color: #fff; }
.nav-link.active::after { content: ''; position: absolute; bottom: 2px; left: 50%; transform: translateX(-50%); width: 16px; height: 2px; background: var(--c-accent); border-radius: 2px; }
.nav-link.bolu-link { background: rgba(29,191,115,0.12); color: var(--c-bolu); border: 1px solid rgba(29,191,115,0.22); transition: all 0.25s; }
.nav-link.bolu-link:hover { color: #fff; border-color: var(--c-bolu); box-shadow: var(--glow-green); background: rgba(29,191,115,0.2); }

/* Hamburger */
.hamburger { display: none; flex-direction: column; gap: 5px; width: 38px; height: 38px; align-items: center; justify-content: center; border-radius: var(--r-sm); background: var(--c-surface); border: 1px solid var(--c-border); cursor: pointer; transition: all 0.2s; }
.hamburger span { display: block; width: 18px; height: 2px; background: var(--c-text); border-radius: 2px; transition: all 0.25s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile Overlay */
#mobileMenuOverlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.6); z-index: 998; backdrop-filter: blur(4px); }
#mobileMenuOverlay.visible { display: block; }

/* Header Right */
.header-right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.search-btn { width: 36px; height: 36px; border-radius: var(--r-sm); background: var(--c-surface); border: 1px solid var(--c-border); color: var(--c-text); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
.search-btn:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.2); }
.search-btn svg { width: 16px; height: 16px; }
.live-badge { display: flex; align-items: center; gap: 7px; padding: 7px 14px; background: rgba(192,32,10,0.15); border: 1px solid rgba(192,32,10,0.35); border-radius: 100px; font-size: 12px; font-weight: 700; color: var(--c-accent); letter-spacing: 0.8px; text-transform: uppercase; cursor: pointer; text-decoration: none; transition: all 0.3s; animation: livePulse 2.5s ease-in-out infinite; }
@keyframes livePulse { 0%,100%{box-shadow:0 0 0 0 rgba(192,32,10,0.4)} 50%{box-shadow:0 0 0 8px rgba(192,32,10,0)} }

/* ─── Market Bar ──────────────────────────────────────── */
.market-bar { background: rgba(255,255,255,0.02); border-bottom: 1px solid var(--c-border); height: 40px; overflow: hidden; }
.market-inner { max-width: 1440px; margin: 0 auto; padding: 0 24px; height: 100%; display: flex; align-items: center; gap: 28px; overflow-x: auto; scrollbar-width: none; }
.market-inner::-webkit-scrollbar { display: none; }
.market-item { display: flex; align-items: center; gap: 8px; font-size: 12px; white-space: nowrap; cursor: pointer; flex-shrink: 0; }
.market-label { font-weight: 700; color: var(--c-muted); font-size: 10.5px; letter-spacing: 0.5px; }
.market-val { font-weight: 700; font-family: 'Rajdhani', sans-serif; font-size: 13px; }
.market-chg { font-size: 10.5px; font-weight: 600; }
.up { color: #22c55e; }
.down { color: var(--c-accent); }
.market-sep { width: 1px; height: 18px; background: var(--c-border); flex-shrink: 0; }

/* ─── Kategori Nav ────────────────────────────────────── */
.cat-nav { background: var(--c-bg2); border-bottom: 1px solid var(--c-border); position: sticky; top: 70px; z-index: 99; }
.cat-nav-inner { max-width: 1440px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; gap: 2px; overflow-x: auto; scrollbar-width: none; }
.cat-nav-inner::-webkit-scrollbar { display: none; }
.cat-btn { padding: 13px 17px; font-size: 13px; font-weight: 600; color: var(--c-muted); cursor: pointer; white-space: nowrap; border-bottom: 3px solid transparent; transition: all 0.2s; letter-spacing: 0.2px; }
.cat-btn:hover { color: var(--c-text); }
.cat-btn.active { color: var(--c-accent); border-bottom-color: var(--c-accent); }

/* ─── Ana İçerik ──────────────────────────────────────── */
.main-content { max-width: 1440px; margin: 0 auto; padding: 32px 24px; }

/* ─── Hero Grid ───────────────────────────────────────── */
.hero-grid { display: grid; grid-template-columns: 1fr 340px; grid-template-rows: 1fr 1fr; gap: 14px; margin-bottom: 48px; }
.hero-main { grid-row: 1 / 3; position: relative; border-radius: var(--r-lg); overflow: hidden; cursor: pointer; background: var(--c-bg2); aspect-ratio: 16/9; transform-style: preserve-3d; transition: transform 0.5s var(--ease-smooth); }
.hero-main:hover { transform: scale(1.008) rotateY(-0.8deg); }
.card-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease-smooth); }
.hero-main:hover .card-img { transform: scale(1.05); }
.card-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,9,15,0.95) 0%, rgba(7,9,15,0.5) 40%, rgba(7,9,15,0.08) 70%, transparent 100%); }
.card-body { position: absolute; bottom: 0; left: 0; right: 0; padding: 28px; }
.card-body h1 { font-family: 'Playfair Display', serif; font-size: clamp(20px, 2.8vw, 34px); font-weight: 900; line-height: 1.25; margin-bottom: 12px; text-shadow: 0 2px 20px rgba(0,0,0,0.8); }

.hero-side { display: flex; flex-direction: column; gap: 14px; }
.hero-side-card { position: relative; border-radius: var(--r-md); overflow: hidden; cursor: pointer; background: var(--c-bg2); flex: 1; min-height: 150px; transition: transform 0.3s var(--ease-bounce), box-shadow 0.3s; }
.hero-side-card:hover { transform: translateX(4px) scale(1.01); box-shadow: -4px 0 20px rgba(192,32,10,0.18); }
.hero-side-card .card-overlay { background: linear-gradient(0deg, rgba(7,9,15,0.92) 0%, rgba(7,9,15,0.3) 60%, transparent 100%); }
.hero-side-card .card-body { padding: 14px; }
.hero-side-card h3 { font-family: 'Playfair Display', serif; font-size: 14px; font-weight: 700; line-height: 1.35; margin-top: 6px; }

/* ─── Badge / Tag ─────────────────────────────────────── */
.card-cat-tag { display: inline-flex; align-items: center; gap: 5px; padding: 4px 11px; border-radius: 100px; font-size: 10.5px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; margin-bottom: 10px; }
.tag-red    { background: var(--c-accent); color: #fff; }
.tag-gold   { background: var(--c-gold); color: #000; }
.tag-green  { background: var(--c-bolu); color: #fff; }
.tag-blue   { background: #3b82f6; color: #fff; }
.tag-purple { background: #8b5cf6; color: #fff; }
.tag-cyan   { background: #06b6d4; color: #000; }
.tag-teal   { background: #14b8a6; color: #fff; }
.tag-pink   { background: #ec4899; color: #fff; }
.badge { display: inline-flex; align-items: center; padding: 3px 9px; border-radius: 100px; font-size: 10px; font-weight: 700; letter-spacing: 0.8px; text-transform: uppercase; }

/* ─── Meta ────────────────────────────────────────────── */
.card-meta { display: flex; align-items: center; gap: 10px; font-size: 12px; color: rgba(232,234,240,0.58); flex-wrap: wrap; margin-top: 8px; }
.card-meta .sep { opacity: 0.35; }

/* ─── Bölüm Başlığı ───────────────────────────────────── */
.section-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.section-title { display: flex; align-items: center; gap: 12px; font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 900; }
.accent-bar { width: 4px; height: 26px; border-radius: 2px; }
.bar-red    { background: var(--c-accent); box-shadow: var(--glow-red); }
.bar-green  { background: var(--c-bolu); box-shadow: var(--glow-green); }
.bar-gold   { background: var(--c-gold); box-shadow: var(--glow-gold); }
.bar-blue   { background: #3b82f6; }
.bar-purple { background: #8b5cf6; }
.see-all { font-size: 12px; font-weight: 600; color: var(--c-muted); text-decoration: none; letter-spacing: 0.4px; display: flex; align-items: center; gap: 5px; padding: 6px 13px; border-radius: var(--r-sm); border: 1px solid var(--c-border); transition: all 0.2s; }
.see-all:hover { color: var(--c-text); border-color: rgba(255,255,255,0.18); background: var(--c-surface); }

/* ─── Haber Kartı ─────────────────────────────────────── */
.news-card { position: relative; border-radius: var(--r-md); overflow: hidden; background: var(--c-card); border: 1px solid var(--c-border); cursor: pointer; transition: all 0.35s var(--ease-smooth); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.news-card:hover { transform: translateY(-6px) rotateX(1.5deg); box-shadow: 0 20px 60px rgba(0,0,0,0.45), 0 0 0 1px rgba(255,255,255,0.06), inset 0 1px 0 rgba(255,255,255,0.08); }
.news-card .img-wrap { position: relative; overflow: hidden; aspect-ratio: 16/10; }
.news-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease-smooth); }
.news-card:hover img { transform: scale(1.07); }
.img-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,9,15,0.4) 0%, transparent 60%); transition: opacity 0.3s; }
.news-card:hover .img-overlay { opacity: 0.6; }
.card-content { padding: 15px; }
.card-content h3 { font-family: 'Playfair Display', serif; font-size: 15px; font-weight: 700; line-height: 1.45; margin: 7px 0; transition: color 0.2s; }
.news-card:hover h3 { color: var(--c-gold); }
.summary { font-size: 13px; color: var(--c-muted); line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 10px; }

/* ─── Grid ────────────────────────────────────────────── */
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.grid-main-side { display: grid; grid-template-columns: 1fr 340px; gap: 28px; }

/* ─── Liste Kartı ─────────────────────────────────────── */
.list-news-card { display: grid; grid-template-columns: 110px 1fr; gap: 12px; padding: 12px; border-radius: var(--r-md); background: var(--c-card); border: 1px solid var(--c-border); cursor: pointer; transition: all 0.22s; }
.list-news-card:hover { background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.11); transform: translateX(4px); }
.list-news-card .img-wrap { border-radius: 8px; overflow: hidden; aspect-ratio: 4/3; }
.list-news-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.list-news-card:hover img { transform: scale(1.1); }
.list-news-card h4 { font-family: 'Playfair Display', serif; font-size: 13.5px; font-weight: 700; line-height: 1.4; margin: 5px 0; }
.list-news-card .meta { font-size: 11px; color: var(--c-muted); }

/* ─── Sidebar ─────────────────────────────────────────── */
.sidebar { display: flex; flex-direction: column; gap: 20px; }
.sidebar-widget { background: var(--c-card); border: 1px solid var(--c-border); border-radius: var(--r-md); overflow: hidden; backdrop-filter: blur(10px); }
.widget-header { padding: 13px 16px; border-bottom: 1px solid var(--c-border); font-family: 'Rajdhani', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; display: flex; align-items: center; gap: 8px; }
.widget-body { padding: 10px; }

.popular-item { display: flex; align-items: flex-start; gap: 10px; padding: 9px 6px; border-bottom: 1px solid var(--c-border); cursor: pointer; transition: all 0.18s; }
.popular-item:last-child { border-bottom: none; }
.popular-item:hover { background: var(--c-surface); border-radius: 8px; }
.popular-num { font-family: 'Rajdhani', sans-serif; font-size: 22px; font-weight: 700; color: rgba(232,234,240,0.12); line-height: 1; flex-shrink: 0; width: 26px; }
.popular-item h5 { font-family: 'Playfair Display', serif; font-size: 12.5px; font-weight: 700; line-height: 1.4; }

/* ─── Bolu Special Section ────────────────────────────── */
.bolu-section { background: linear-gradient(135deg, rgba(29,191,115,0.07) 0%, rgba(15,160,94,0.03) 50%, transparent 100%); border: 1px solid rgba(29,191,115,0.12); border-radius: var(--r-lg); padding: 28px; position: relative; overflow: hidden; margin-bottom: 48px; }
.bolu-section::before { content: 'BOLU'; position: absolute; right: -20px; top: 50%; transform: translateY(-50%) rotate(90deg); font-family: 'Rajdhani', sans-serif; font-size: 100px; font-weight: 900; color: rgba(29,191,115,0.04); pointer-events: none; letter-spacing: 10px; }
.bolu-header-badge { display: inline-flex; align-items: center; gap: 10px; background: linear-gradient(135deg, var(--c-bolu), var(--c-bolu2)); border-radius: 100px; padding: 6px 18px; margin-bottom: 20px; font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; box-shadow: var(--glow-green); }

/* ─── Breaking Card ───────────────────────────────────── */
.breaking-card { background: var(--c-card); border: 1px solid var(--c-border); border-radius: var(--r-sm); padding: 13px; display: flex; gap: 12px; cursor: pointer; transition: all 0.22s; position: relative; overflow: hidden; }
.breaking-card::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--c-accent); }
.breaking-card:hover { background: rgba(255,255,255,0.05); transform: translateX(4px); }

/* ─── Video Kart ──────────────────────────────────────── */
.video-card { position: relative; border-radius: var(--r-md); overflow: hidden; cursor: pointer; aspect-ratio: 16/10; background: var(--c-bg2); transition: transform 0.3s var(--ease-bounce); }
.video-card:hover { transform: scale(1.02); }
.video-card img { width: 100%; height: 100%; object-fit: cover; }
.play-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 52px; height: 52px; background: rgba(255,255,255,0.14); backdrop-filter: blur(8px); border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 2px solid rgba(255,255,255,0.28); transition: all 0.3s; z-index: 2; }
.video-card:hover .play-btn { background: var(--c-accent); border-color: var(--c-accent); box-shadow: var(--glow-red); }
.play-btn svg { width: 18px; height: 18px; fill: white; margin-left: 2px; }

/* ─── Hava Durumu ─────────────────────────────────────── */
.weather-widget { background: linear-gradient(135deg, #1a3a5c, #0d2240); border-radius: var(--r-md); padding: 20px; overflow: hidden; position: relative; }
.weather-city { font-family: 'Rajdhani', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 1px; color: rgba(255,255,255,0.55); text-transform: uppercase; }
.weather-temp { font-family: 'Rajdhani', sans-serif; font-size: 50px; font-weight: 700; line-height: 1; margin: 4px 0; }
.weather-desc { font-size: 13px; color: rgba(255,255,255,0.65); }

/* ─── Spacer / Divider ────────────────────────────────── */
.section-spacer { margin-bottom: 48px; }
.divider { height: 1px; background: linear-gradient(90deg, transparent, var(--c-border) 50%, transparent); margin: 32px 0; }

/* ─── Arama Overlay ───────────────────────────────────── */
.search-overlay { position: fixed; inset: 0; background: rgba(7,9,15,0.96); backdrop-filter: blur(20px); z-index: 2000; display: flex; align-items: flex-start; justify-content: center; padding-top: 110px; opacity: 0; pointer-events: none; transition: opacity 0.28s; }
.search-overlay.open { opacity: 1; pointer-events: all; }
.search-box { width: 100%; max-width: 660px; padding: 0 24px; position: relative; }
.search-box input { width: 100%; background: rgba(255,255,255,0.06); border: 2px solid rgba(255,255,255,0.12); border-radius: 14px; padding: 18px 56px 18px 22px; color: #fff; font-size: 19px; font-family: 'Inter', sans-serif; outline: none; transition: border-color 0.3s; }
.search-box input::placeholder { color: rgba(255,255,255,0.28); }
.search-box input:focus { border-color: var(--c-accent); }
.search-close { position: absolute; right: 38px; top: 50%; transform: translateY(-50%); background: none; border: none; color: rgba(255,255,255,0.45); font-size: 22px; cursor: pointer; padding: 4px; }
#searchResults { margin-top: 20px; display: flex; flex-direction: column; gap: 8px; max-height: 400px; overflow-y: auto; }
.search-result-item { display: grid; grid-template-columns: 60px 1fr; gap: 12px; padding: 12px; border-radius: var(--r-sm); background: rgba(255,255,255,0.05); border: 1px solid var(--c-border); cursor: pointer; transition: background 0.2s; }
.search-result-item:hover { background: rgba(255,255,255,0.09); }
.search-result-item img { width: 60px; height: 45px; object-fit: cover; border-radius: 6px; }
.search-result-item p { font-size: 13px; font-weight: 600; line-height: 1.4; margin: 4px 0; }
.search-empty { color: var(--c-muted); font-size: 14px; padding: 20px 0; text-align: center; }

/* ─── Reveal ──────────────────────────────────────────── */
.reveal-card { opacity: 0; transform: translateY(28px) scale(0.975); transition: opacity 0.55s var(--ease-smooth), transform 0.55s var(--ease-smooth); }
.reveal-card.visible { opacity: 1; transform: translateY(0) scale(1); }

/* ─── Video Modal ─────────────────────────────────────── */
.video-modal { position: fixed; inset: 0; background: rgba(0,0,0,0.9); backdrop-filter: blur(10px); z-index: 3000; display: flex; align-items: center; justify-content: center; padding: 24px; opacity: 0; pointer-events: none; transition: opacity 0.25s; }
.video-modal.open { opacity: 1; pointer-events: all; }
.video-modal-inner { position: relative; width: 100%; max-width: 900px; aspect-ratio: 16/9; border-radius: var(--r-lg); overflow: hidden; }
.video-modal-inner iframe { width: 100%; height: 100%; border: none; }
.video-modal-close { position: absolute; top: -44px; right: 0; background: none; border: none; color: rgba(255,255,255,0.7); font-size: 28px; cursor: pointer; padding: 6px; transition: color 0.2s; }
.video-modal-close:hover { color: #fff; }

/* ─── Mobile Nav ──────────────────────────────────────── */
@media (max-width: 960px) {
  .hamburger { display: flex; }
  .main-nav {
    position: fixed; top: 70px; left: 0; right: 0; bottom: 0;
    background: rgba(7,9,15,0.98); backdrop-filter: blur(20px);
    flex-direction: column; justify-content: flex-start; align-items: stretch;
    gap: 4px; padding: 20px; z-index: 998;
    transform: translateX(-100%); transition: transform 0.3s var(--ease-smooth);
    overflow-y: auto;
  }
  .main-nav.mobile-open { transform: translateX(0); }
  .nav-link { padding: 14px 16px; font-size: 15px; border-radius: var(--r-md); }
  .live-badge { display: none; }
}

/* ─── Responsive ──────────────────────────────────────── */
@media (max-width: 1100px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; grid-template-rows: auto auto; }
  .hero-main { grid-row: auto; aspect-ratio: 16/10; }
  .hero-side { flex-direction: row; }
  .grid-main-side { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .grid-3, .grid-4, .grid-2 { grid-template-columns: 1fr; }
  .hero-side { flex-direction: column; }
  .main-content { padding: 16px; }
  .section-title { font-size: 18px; }
  .bolu-section { padding: 20px; }
}

/* ─── Gradient text ───────────────────────────────────── */
.gradient-text { background: linear-gradient(135deg, #fff 0%, var(--c-gold) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.gradient-text-bolu { background: linear-gradient(135deg, var(--c-bolu), #7fffd4); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

/* ─── Toast ───────────────────────────────────────────── */
.toast { position: fixed; bottom: 24px; right: 24px; padding: 13px 20px; background: var(--c-card); border: 1px solid var(--c-border); border-radius: var(--r-md); font-size: 13px; font-weight: 600; box-shadow: 0 20px 60px rgba(0,0,0,0.5); backdrop-filter: blur(20px); z-index: 9999; transform: translateX(130%); transition: transform 0.35s var(--ease-bounce); }
.toast.show { transform: translateX(0); }

/* ─── Bölüm Bağlantı Düzeltme ─────────────────────────── */
[id] { scroll-margin-top: 140px; }

/* =========================================================
   HABER DETAY SAYFASI
   ========================================================= */
.article-hero { position: relative; min-height: 480px; display: flex; align-items: flex-end; border-radius: var(--r-lg); overflow: hidden; margin-bottom: 0; }
.article-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.article-hero-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,9,15,0.97) 0%, rgba(7,9,15,0.5) 50%, rgba(7,9,15,0.15) 100%); }
.article-hero-content { position: relative; z-index: 2; padding: 40px; width: 100%; max-width: 900px; }
.article-breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--c-muted); margin-bottom: 16px; flex-wrap: wrap; }
.article-breadcrumb a { color: var(--c-muted); transition: color 0.2s; }
.article-breadcrumb a:hover { color: var(--c-text); }
.breadcrumb-sep { opacity: 0.4; }
.article-title { font-family: 'Playfair Display', serif; font-size: clamp(22px, 4vw, 42px); font-weight: 900; line-height: 1.2; margin: 14px 0; text-shadow: 0 2px 20px rgba(0,0,0,0.7); }
.article-meta { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; font-size: 13px; color: rgba(232,234,240,0.6); margin-top: 16px; }
.article-author, .article-date, .article-views, .article-comments { display: flex; align-items: center; gap: 6px; }
.article-meta svg { opacity: 0.6; flex-shrink: 0; }

.article-body-wrap { max-width: 1440px; margin: 0 auto; padding: 40px 24px; display: grid; grid-template-columns: 1fr 300px; gap: 40px; align-items: start; }
.article-body { }
.article-summary-box { background: rgba(29,191,115,0.06); border-left: none; border-radius: var(--r-md); padding: 20px 24px; margin-bottom: 32px; display: flex; gap: 16px; }
.summary-bar { width: 4px; flex-shrink: 0; border-radius: 2px; background: linear-gradient(180deg, var(--c-bolu), var(--c-bolu2)); }
.article-summary-box p { font-size: 16px; line-height: 1.75; color: rgba(232,234,240,0.85); font-style: italic; }
.article-text p { font-size: 16px; line-height: 1.82; color: rgba(232,234,240,0.8); margin-bottom: 22px; }
.article-text p:first-child::first-letter { font-family: 'Playfair Display', serif; font-size: 52px; font-weight: 900; float: left; line-height: 0.85; margin: 6px 12px 0 0; color: var(--c-accent); }
.article-tags { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--c-border); }
.tags-label { font-size: 12px; font-weight: 700; color: var(--c-muted); letter-spacing: 0.5px; }
.tag-pill { padding: 5px 13px; border-radius: 100px; background: var(--c-surface); border: 1px solid var(--c-border); font-size: 12px; color: var(--c-muted); transition: all 0.2s; }
.tag-pill:hover { border-color: rgba(255,255,255,0.2); color: var(--c-text); }
.article-share { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--c-border); }
.share-label { font-size: 12px; font-weight: 700; color: var(--c-muted); letter-spacing: 0.5px; display: block; margin-bottom: 12px; }
.share-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.share-btn { display: flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: var(--r-sm); font-size: 13px; font-weight: 600; cursor: pointer; transition: all 0.22s; border: 1px solid var(--c-border); background: var(--c-surface); color: var(--c-text); }
.share-btn:hover { border-color: rgba(255,255,255,0.2); background: rgba(255,255,255,0.08); transform: translateY(-1px); }
.share-twitter:hover  { border-color: #1d9bf0; color: #1d9bf0; }
.share-facebook:hover { border-color: #1877f2; color: #1877f2; }
.share-whatsapp:hover { border-color: #25d366; color: #25d366; }
.article-sidebar { position: sticky; top: 140px; }

.related-section { max-width: 1440px; margin: 0 auto; padding: 0 24px 60px; }

.btn-primary { display: inline-flex; align-items: center; padding: 12px 24px; background: var(--c-accent); color: #fff; border-radius: var(--r-md); font-size: 14px; font-weight: 700; transition: all 0.2s; text-decoration: none; }
.btn-primary:hover { background: var(--c-accent2); transform: translateY(-2px); box-shadow: var(--glow-red); }

@media (max-width: 900px) {
  .article-body-wrap { grid-template-columns: 1fr; }
  .article-sidebar { position: static; }
  .article-hero-content { padding: 24px; }
  .article-hero { min-height: 360px; }
}

/* =========================================================
   BOLU SAYFASI ÖZEL
   ========================================================= */
.bolu-page-hero { position: relative; overflow: hidden; min-height: 480px; display: flex; align-items: flex-end; border-radius: var(--r-lg); margin-bottom: 40px; }
.bolu-hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse at 65% 45%, rgba(29,191,115,0.18) 0%, transparent 58%), radial-gradient(ellipse at 25% 80%, rgba(15,160,94,0.1) 0%, transparent 50%), linear-gradient(135deg, #051a10, #07090f); z-index: 1; }
.bolu-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; }
#boluCanvas { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.bolu-hero-content { position: relative; z-index: 3; padding: 56px 48px; width: 100%; }
.bolu-giant-text { font-family: 'Rajdhani', sans-serif; font-size: clamp(80px, 12vw, 150px); font-weight: 900; letter-spacing: -4px; line-height: 0.9; background: linear-gradient(135deg, rgba(29,191,115,0.85), rgba(29,191,115,0.25), transparent); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; position: absolute; right: 48px; bottom: 48px; z-index: 1; pointer-events: none; user-select: none; }

.ilce-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 24px; }
.ilce-btn { padding: 7px 17px; border-radius: 100px; font-size: 12.5px; font-weight: 600; cursor: pointer; border: 1px solid rgba(29,191,115,0.28); color: var(--c-bolu); background: rgba(29,191,115,0.07); transition: all 0.22s var(--ease-bounce); }
.ilce-btn:hover, .ilce-btn.active { background: var(--c-bolu); color: #fff; border-color: var(--c-bolu); box-shadow: var(--glow-green); transform: translateY(-2px) scale(1.03); }

.bolu-stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 40px; }
.stat-card { background: var(--c-card); border: 1px solid var(--c-border); border-radius: var(--r-md); padding: 20px; text-align: center; position: relative; overflow: hidden; transition: transform 0.3s var(--ease-bounce); cursor: default; }
.stat-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--c-bolu), var(--c-bolu2)); }
.stat-card:hover { transform: translateY(-5px); }
.stat-num { font-family: 'Rajdhani', sans-serif; font-size: 30px; font-weight: 700; color: var(--c-bolu); line-height: 1; margin-bottom: 4px; }
.stat-label { font-size: 11.5px; color: var(--c-muted); font-weight: 500; }

.bolu-featured { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 40px; }
.bolu-featured-main { border-radius: var(--r-lg); overflow: hidden; position: relative; cursor: pointer; min-height: 380px; }
.bolu-featured-main img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.bolu-featured-main:hover img { transform: scale(1.05); }
.bolu-featured-main .overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,26,16,0.97) 0%, rgba(5,26,16,0.5) 50%, transparent 100%); }
.bolu-featured-main .content { position: absolute; bottom: 0; left: 0; right: 0; padding: 28px; }
.bolu-featured-side { display: flex; flex-direction: column; gap: 12px; }

.event-card { background: var(--c-card); border: 1px solid var(--c-border); border-radius: var(--r-md); padding: 14px; display: grid; grid-template-columns: 56px 1fr; gap: 12px; cursor: pointer; transition: all 0.22s; }
.event-card:hover { border-color: rgba(29,191,115,0.28); transform: translateX(4px); }
.event-date { background: linear-gradient(135deg, var(--c-bolu), var(--c-bolu2)); border-radius: 9px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 8px 4px; }
.event-day { font-family: 'Rajdhani', sans-serif; font-size: 22px; font-weight: 700; line-height: 1; }
.event-month { font-size: 9.5px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; opacity: 0.85; }
.event-title { font-size: 13.5px; font-weight: 600; line-height: 1.4; margin-bottom: 3px; }
.event-meta { font-size: 11.5px; color: var(--c-muted); }

@media (max-width: 900px) {
  .bolu-stat-grid { grid-template-columns: repeat(2, 1fr); }
  .bolu-featured { grid-template-columns: 1fr; }
  .bolu-hero-content { padding: 32px 24px; }
  .bolu-giant-text { font-size: 80px; right: 24px; bottom: 24px; }
}
@media (max-width: 600px) {
  .ilce-tabs { gap: 6px; }
  .ilce-btn { font-size: 11.5px; padding: 6px 13px; }
}

/* ─── Footer ──────────────────────────────────────────── */
.site-footer { background: rgba(4,6,11,0.98); border-top: 1px solid var(--c-border); margin-top: 64px; padding: 48px 0 24px; }
.footer-inner { max-width: 1440px; margin: 0 auto; padding: 0 24px; }
.footer-grid { display: grid; grid-template-columns: 260px repeat(4, 1fr); gap: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--c-border); }
.footer-logo-col .logo-desc { font-size: 13px; color: var(--c-muted); line-height: 1.7; margin: 14px 0 18px; }
.social-links { display: flex; gap: 8px; }
.social-btn { width: 34px; height: 34px; border-radius: 8px; background: var(--c-surface); border: 1px solid var(--c-border); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.2s; text-decoration: none; color: var(--c-muted); }
.social-btn:hover { background: var(--c-accent); border-color: var(--c-accent); color: #fff; transform: translateY(-2px); }
.social-btn svg { width: 15px; height: 15px; fill: currentColor; }
.footer-col-title { font-family: 'Rajdhani', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--c-text); margin-bottom: 14px; }
.footer-links { display: flex; flex-direction: column; gap: 9px; }
.footer-links a { font-size: 13px; color: var(--c-muted); text-decoration: none; transition: color 0.2s; display: flex; align-items: center; gap: 7px; }
.footer-links a:hover { color: var(--c-text); }
.footer-links a::before { content: ''; width: 5px; height: 1px; background: var(--c-accent); flex-shrink: 0; }
.footer-bottom { padding-top: 22px; display: flex; align-items: center; justify-content: space-between; font-size: 12px; color: var(--c-muted); }
@media (max-width: 1100px) { .footer-grid { grid-template-columns: 1fr 1fr 1fr; } }
@media (max-width: 600px) { .footer-grid { grid-template-columns: 1fr; } .footer-bottom { flex-direction: column; gap: 8px; text-align: center; } }
