/*
Theme Name: Kimdibu Biyografi
Theme URI: https://kimdibu.com
Author: Savaş
Description: Hızlı, SEO ve AdSense odaklı özel biyografi teması.
Version: 1.0
Text Domain: kimdibu
*/

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: #f4f4f9;
    color: #333;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}
/* Biyografi Ana Sayfa Tasarımı */
.arama-alani {
    text-align: center;
    margin-bottom: 40px;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.03);
}
.bio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 25px;
}
.bio-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.bio-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}
.bio-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    background: #f0f0f0;
}
.bio-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.bio-title {
    margin: 0 0 10px 0;
    font-size: 18px;
}
.bio-title a {
    text-decoration: none;
    color: #222;
}
.bio-excerpt {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    flex-grow: 1;
}
.bio-btn {
    display: inline-block;
    padding: 8px 0;
    background: #f8f9fa;
    color: #0056b3;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #e9ecef;
}
.bio-btn:hover {
    background: #0056b3;
    color: #fff;
}
/* Premium Header ve Menü */
.site-header {
    background: #fff;
    padding: 15px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    position: sticky;
    top: 0;
    z-index: 99;
}
.site-header h1 { margin: 0; font-size: 26px; font-weight: 800; letter-spacing: -1px; }
.site-header h1 a { color: #111; text-decoration: none; }
.main-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 20px; }
.main-nav a { text-decoration: none; color: #444; font-weight: 600; font-size: 15px; text-transform: uppercase; }
.main-nav a:hover { color: #0056b3; }

/* Vitrin Arama Çubuğu */
.hero-search { background: linear-gradient(135deg, #0056b3 0%, #003d82 100%); padding: 50px 20px; text-align: center; border-radius: 12px; margin-bottom: 40px; color: #fff; box-shadow: 0 10px 20px rgba(0,86,179,0.2); }
.hero-search h2 { margin-top: 0; font-size: 32px; font-weight: 700; margin-bottom: 20px; }
.search-form { display: flex; justify-content: center; max-width: 600px; margin: 0 auto; background: #fff; border-radius: 50px; overflow: hidden; padding: 5px; }
.search-form input { flex-grow: 1; border: none; padding: 15px 25px; font-size: 16px; outline: none; }
.search-form button { background: #111; color: #fff; border: none; padding: 0 30px; font-size: 16px; font-weight: bold; border-radius: 40px; cursor: pointer; transition: 0.3s; }
.search-form button:hover { background: #0056b3; }

/* Grid Biyografi Kartları */
.bio-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 30px; }
.bio-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.04); transition: all 0.3s ease; position: relative; border: 1px solid #f0f0f0; }
.bio-card:hover { transform: translateY(-8px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); }
.card-img-wrapper { position: relative; width: 100%; height: 300px; }
.bio-image { width: 100%; height: 100%; object-fit: cover; }
.cat-badge { position: absolute; top: 15px; left: 15px; background: #0056b3; color: #fff; padding: 4px 12px; font-size: 12px; font-weight: 700; border-radius: 20px; text-transform: uppercase; letter-spacing: 0.5px; z-index: 2; }
.bio-content { padding: 25px; }
.bio-title { margin: 0 0 10px 0; font-size: 20px; font-weight: 800; line-height: 1.3; }
.bio-excerpt { font-size: 15px; color: #666; line-height: 1.6; }
/* =========================================
   PROFESYONEL PORTAL ANA SAYFA TASARIMI
   ========================================= */
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section-title { font-size: 22px; font-weight: 800; border-bottom: 3px solid #0056b3; padding-bottom: 8px; margin-bottom: 25px; display: inline-block; color: #111; text-transform: uppercase; letter-spacing: -0.5px;}

/* Manşet (Hero Magazine) Alanı */
.hero-magazine { display: grid; grid-template-columns: 2fr 1fr; gap: 20px; margin-bottom: 50px; margin-top: 30px;}
.hero-item { position: relative; border-radius: 12px; overflow: hidden; background: #222; }
.hero-main { height: 450px; }
.hero-side { display: grid; grid-template-rows: 1fr 1fr; gap: 20px; height: 450px; }
.hero-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; opacity: 0.9; }
.hero-item:hover .hero-img { transform: scale(1.05); opacity: 1; }
.hero-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(0,0,0,0.95), transparent); padding: 40px 20px 20px; color: #fff; }
.hero-overlay h3 { margin: 0; font-size: 28px; font-weight: 800; text-shadow: 1px 1px 3px rgba(0,0,0,0.8); line-height: 1.2; }
.hero-overlay a { color: #fff; text-decoration: none; }
.hero-side .hero-overlay h3 { font-size: 18px; }

/* Gövde ve Sidebar Mimarisi */
.content-area { display: flex; gap: 40px; }
.main-col { flex: 7; width: 70%; }
.sidebar { flex: 3; width: 30%; }

/* Yatay Liste Kartları (Ana Akış) */
.list-card { display: flex; gap: 20px; margin-bottom: 30px; background: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.03); overflow: hidden; border: 1px solid #f5f5f5; transition: 0.3s; }
.list-card:hover { box-shadow: 0 8px 20px rgba(0,0,0,0.08); transform: translateY(-3px); }
.list-img-wrap { width: 250px; height: 200px; flex-shrink: 0; position: relative; }
.list-img { width: 100%; height: 100%; object-fit: cover; }
.list-info { padding: 20px 20px 20px 0; display: flex; flex-direction: column; justify-content: center; }
.list-info h3 { margin: 0 0 10px 0; font-size: 22px; font-weight: 800;}
.list-info h3 a { color: #111; text-decoration: none; }
.list-excerpt { font-size: 15px; color: #555; line-height: 1.6; }

/* Sidebar Bileşenleri */
.widget { background: #fff; padding: 25px; border-radius: 8px; margin-bottom: 30px; border: 1px solid #eee; }
.widget-title { font-size: 16px; font-weight: 800; margin-top:0; margin-bottom: 20px; border-left: 4px solid #0056b3; padding-left: 12px; text-transform: uppercase; }
.mini-post { display: flex; gap: 15px; margin-bottom: 15px; align-items: center; border-bottom: 1px solid #f9f9f9; padding-bottom: 15px; }
.mini-post:last-child { margin-bottom: 0; border-bottom: none; padding-bottom: 0; }
.mini-img { width: 70px; height: 70px; border-radius: 50%; object-fit: cover; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.mini-title { font-size: 15px; font-weight: 700; margin: 0; line-height: 1.3; }
.mini-title a { color: #222; text-decoration: none; transition: color 0.2s; }
.mini-title a:hover { color: #0056b3; }

/* Mobil Uyumluluk */
@media (max-width: 900px) {
    .hero-magazine { grid-template-columns: 1fr; }
    .hero-side { display: none; } /* Mobilde yan manşetleri gizle */
    .content-area { flex-direction: column; }
    .main-col, .sidebar { width: 100%; }
    .list-card { flex-direction: column; }
    .list-img-wrap { width: 100%; height: 250px; }
    .list-info { padding: 20px; }
}
/* =========================================
   SINGLE.PHP PREMIUM ÖZELLİKLERİ
   ========================================= */
/* Okuma İlerleme Çubuğu */
.progress-container { position: fixed; top: 0; z-index: 9999; width: 100%; height: 5px; background: #ccc; left: 0; }
.progress-bar { height: 5px; background: #0056b3; width: 0%; }

/* Biyografi Kapak Görseli */
.single-hero { width: 100%; height: 400px; object-fit: cover; border-radius: 12px; margin-bottom: 30px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }

/* Sosyal Paylaşım Butonları */
.share-bar { display: flex; gap: 10px; margin: 20px 0; padding: 15px 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
.share-btn { padding: 8px 15px; border-radius: 5px; color: #fff; text-decoration: none; font-size: 14px; font-weight: bold; display: flex; align-items: center; gap: 5px; }
.share-whatsapp { background: #25D366; }
.share-twitter { background: #1DA1F2; }
.share-facebook { background: #1877F2; }
.share-btn:hover { opacity: 0.8; }

/* İlgili Biyografiler (Related Posts) */
.related-posts { margin-top: 50px; border-top: 3px solid #0056b3; padding-top: 30px; }
.related-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 20px; margin-top: 20px; }
.related-item { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.05); text-align: center; border: 1px solid #eee; }
.related-img { width: 100%; height: 150px; object-fit: cover; }
.related-title { font-size: 15px; margin: 15px; font-weight: 700; }
.related-title a { color: #222; text-decoration: none; }

/* Kopyala-Yapıştır Affiliate/Satın Alma Butonu Sınıfı */
.tavsiye-butonu { display: inline-block; background: #ff9900; color: #fff !important; padding: 12px 24px; border-radius: 5px; font-weight: bold; text-decoration: none; margin: 15px 0; box-shadow: 0 4px 6px rgba(255, 153, 0, 0.2); }
.tavsiye-butonu:hover { background: #e68a00; transform: translateY(-2px); }
/* Kategori Yan Yana Kutu Tasarımı */
.cat-blocks { display: flex; gap: 30px; margin-bottom: 40px; flex-wrap: wrap;}
.cat-box { flex: 1; min-width: 300px; background: #fff; border-radius: 8px; border: 1px solid #eee; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.02);}
.cat-box-header { background: #111; color: #fff; padding: 15px 20px; font-weight: 800; font-size: 16px; text-transform: uppercase; border-bottom: 3px solid #0056b3; }
.cat-box-content { padding: 20px; }
.cat-list-item { display: flex; gap: 15px; margin-bottom: 15px; border-bottom: 1px solid #f5f5f5; padding-bottom: 15px; }
.cat-list-item:last-child { margin-bottom: 0; border-bottom: none; padding-bottom: 0; }
.cat-list-img { width: 70px; height: 70px; object-fit: cover; border-radius: 5px; }
.cat-list-info { display: flex; flex-direction: column; justify-content: center; }
.cat-list-info h4 { margin: 0 0 5px 0; font-size: 15px; line-height: 1.3;}
.cat-list-info h4 a { color: #222; text-decoration: none; }
.cat-list-info p { margin: 0; font-size: 13px; color: #777; }

/* Alfabetik Arama (Görselin Birebir Aynısı) */
.alphabet-widget { background: #fff; border-radius: 8px; border: 1px solid #eee; overflow: hidden; margin-bottom: 30px; }
.alphabet-header { background: #0b6294; color: #fff; padding: 18px 20px; font-size: 22px; font-weight: bold; }
.alphabet-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; padding: 25px 20px; background: #f9f9fc; }
.alphabet-btn { background: #333; color: #fff; text-decoration: none; font-weight: bold; font-size: 15px; text-align: center; padding: 10px 0; border-radius: 25px; transition: background 0.3s; }
.alphabet-btn:hover { background: #0b6294; }
/* =========================================
   YENİ ANA SAYFA PORTAL ÖZELLİKLERİ
   ========================================= */

/* Gündemdeki İsimler (Story Şeridi) */
.trending-strip-container { margin-bottom: 40px; }
.trending-strip-title { font-size: 18px; font-weight: 800; margin-bottom: 15px; color: #111; display: flex; align-items: center; gap: 10px; }
.trending-strip { display: flex; gap: 20px; overflow-x: auto; padding-bottom: 15px; scrollbar-width: thin; }
.trending-strip::-webkit-scrollbar { height: 6px; }
.trending-strip::-webkit-scrollbar-thumb { background: #d0d0d0; border-radius: 10px; }
.story-item { flex-shrink: 0; width: 90px; text-align: center; }
.story-img-wrap { width: 80px; height: 80px; border-radius: 50%; padding: 3px; background: linear-gradient(45deg, #0056b3, #00d4ff); margin: 0 auto 10px; transition: transform 0.3s; }
.story-item:hover .story-img-wrap { transform: scale(1.08); }
.story-img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; border: 3px solid #fff; }
.story-name { font-size: 13px; font-weight: 700; color: #222; text-decoration: none; display: block; line-height: 1.2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* Kategori Matrisi (4 Sütunlu Zengin Görünüm) */
.cat-matrix { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 25px; margin-bottom: 50px; }
.matrix-box { background: #fff; border-radius: 10px; border: 1px solid #eef0f2; box-shadow: 0 4px 15px rgba(0,0,0,0.03); overflow: hidden; }
.matrix-header { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; border-bottom: 1px solid #eef0f2; background: #fafafa; }
.matrix-header h3 { margin: 0; font-size: 15px; font-weight: 800; color: #111; border-left: 4px solid #0056b3; padding-left: 10px; text-transform: uppercase; }
.matrix-header a { font-size: 12px; color: #0056b3; text-decoration: none; font-weight: bold; }
.matrix-content { padding: 20px; }
.matrix-item { display: flex; gap: 15px; margin-bottom: 15px; align-items: center; border-bottom: 1px dashed #eee; padding-bottom: 15px; }
.matrix-item:last-child { margin-bottom: 0; border-bottom: none; padding-bottom: 0; }
.matrix-img { width: 55px; height: 55px; border-radius: 8px; object-fit: cover; }
.matrix-info { flex: 1; }
.matrix-info h4 { margin: 0 0 5px 0; font-size: 14px; font-weight: 700; line-height: 1.3; }
.matrix-info h4 a { color: #111; text-decoration: none; transition: 0.2s; }
.matrix-info h4 a:hover { color: #0056b3; }
.matrix-date { font-size: 11px; color: #999; }

/* =========================================
   YENİ 5'Lİ PREMIUM MANŞET VE TICKER
   ========================================= */

/* Son Güncellemeler (Kayan Yazı) */
.news-ticker { display: flex; align-items: center; background: #fff; border: 1px solid #eee; border-radius: 8px; margin-bottom: 20px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.02); }
.ticker-label { background: #e74c3c; color: #fff; padding: 10px 20px; font-weight: bold; font-size: 14px; white-space: nowrap; z-index: 2; position: relative;}
.ticker-content { flex: 1; overflow: hidden; position: relative; padding: 0 15px; }
.ticker-text { display: inline-block; white-space: nowrap; animation: ticker-scroll 25s linear infinite; font-size: 14px; font-weight: 600; }
.ticker-text a { color: #333; text-decoration: none; margin-right: 30px; }
.ticker-text a:hover { color: #0056b3; }
@keyframes ticker-scroll { 0% { transform: translateX(100%); } 100% { transform: translateX(-100%); } }
.news-ticker:hover .ticker-text { animation-play-state: paused; } /* Üzerine gelince durur */

/* 5'li Asimetrik Manşet Matrisi */
.hero-magazine { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(2, 1fr); gap: 15px; height: 500px; margin-bottom: 40px; }
.hero-item { position: relative; border-radius: 12px; overflow: hidden; background: #222; }
.hero-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; opacity: 0.85; }
.hero-item:hover .hero-img { transform: scale(1.08); opacity: 1; }
.hero-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(0,0,0,0.95), transparent); color: #fff; }
.hero-overlay h3 { margin: 0; font-weight: 800; text-shadow: 1px 1px 3px rgba(0,0,0,0.8); line-height: 1.3; }
.hero-overlay a { color: #fff; text-decoration: none; }

/* 1. Büyük Manşet Özellikleri */
.hero-main { grid-column: span 2; grid-row: span 2; }
.hero-main .hero-overlay { padding: 30px 20px 20px; }
.hero-main .hero-overlay h3 { font-size: 28px; }

/* 4 Küçük Manşet Özellikleri */
.hero-sub .hero-overlay { padding: 20px 15px 15px; }
.hero-sub .hero-overlay h3 { font-size: 15px; line-height: 1.4;}

/* Mobil Uyumluluk */
@media (max-width: 900px) {
    .hero-magazine { grid-template-columns: 1fr; grid-template-rows: auto; height: auto; display: flex; flex-direction: column; }
    .hero-main { height: 350px; }
    .hero-sub { height: 200px; }
}
/* =========================================
   İKONLU KATEGORİ BUTONLARI (APP TARZI)
   ========================================= */
.icon-cats-container { margin-bottom: 35px; display: flex; gap: 15px; overflow-x: auto; padding-bottom: 10px; scrollbar-width: none; }
.icon-cats-container::-webkit-scrollbar { display: none; } /* Kaydırma çubuğunu gizler ama kaydırma çalışır */
.icon-cat-btn { display: flex; align-items: center; gap: 8px; background: #fff; padding: 10px 20px; border-radius: 50px; text-decoration: none; color: #333; font-weight: 700; font-size: 15px; border: 1px solid #eaeaea; white-space: nowrap; box-shadow: 0 2px 5px rgba(0,0,0,0.02); transition: all 0.3s ease; }
.icon-cat-btn:hover { background: #0056b3; color: #fff; border-color: #0056b3; transform: translateY(-2px); box-shadow: 0 5px 10px rgba(0,86,179,0.2); }
.icon-cat-icon { font-size: 18px; line-height: 1; }

/* =========================================
   YÜZLER DUVARI (MOZAİK VİTRİN)
   ========================================= */
.bio-mosaic-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #000;
    margin-bottom: 30px;
}
.bio-mosaic-item {
    /* Masaüstünde yan yana 12 fotoğraf, 3 satır toplam 36 fotoğraf */
    width: calc(100% / 12);
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
    display: block;
}
.bio-mosaic-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.bio-mosaic-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 86, 179, 0.85); /* Şık lacivert transparan katman */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    line-height: 1.2;
}
.bio-mosaic-item:hover .bio-mosaic-img {
    transform: scale(1.15); /* Fare üzerine gelince resmi hafif yakınlaştırır */
}
.bio-mosaic-item:hover .bio-mosaic-overlay {
    opacity: 1; /* Fare üzerine gelince ismi gösterir */
}

/* Ekran küçüldükçe yan yana duran resim sayısını ayarlar (Mobil Uyumluluk) */
@media (max-width: 1200px) { .bio-mosaic-item { width: calc(100% / 10); } }
@media (max-width: 900px)  { .bio-mosaic-item { width: calc(100% / 8); } }
@media (max-width: 600px)  { .bio-mosaic-item { width: calc(100% / 5); } }

.bio-mosaic-item {
    /* 12 yerine 16 yaptık, resimler küçüldü ve çoğaldı */
    width: calc(100% / 16); 
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
    display: block;
}
@media (max-width: 1200px) { .bio-mosaic-item { width: calc(100% / 12); } }
@media (max-width: 900px)  { .bio-mosaic-item { width: calc(100% / 8); } }
@media (max-width: 600px)  { .bio-mosaic-item { width: calc(100% / 6); } }

/* =========================================
   MODERN ANA AKIŞ, KARTLAR VE SAYFALAMA
   ========================================= */

/* 2 Sütunlu Biyografi Izgarası */
.post-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 40px; }
@media (max-width: 768px) { .post-grid { grid-template-columns: 1fr; } } /* Mobilde tek sütun olur */

/* Yeni Nesil Kart Tasarımı */
.list-card { display: flex; flex-direction: column; background: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0,0,0,0.04); overflow: hidden; border: 1px solid #f0f2f5; transition: transform 0.3s ease, box-shadow 0.3s ease; height: 100%; }
.list-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0,0,0,0.1); }

.list-img-wrap { width: 100%; height: 220px; position: relative; flex-shrink: 0; }
.list-img { width: 100%; height: 100%; object-fit: cover; }

.list-info { padding: 20px; display: flex; flex-direction: column; flex-grow: 1; }
.list-info h3 { margin: 0 0 10px 0; font-size: 18px; font-weight: 800; line-height: 1.3; }
.list-info h3 a { color: #111; text-decoration: none; transition: color 0.2s; }
.list-info h3 a:hover { color: #0056b3; }

.list-excerpt { font-size: 14px; color: #666; margin-bottom: 15px; line-height: 1.6; flex-grow: 1; }

/* Devamını Oku Butonu */
.read-more-btn { display: inline-block; padding: 8px 15px; background: #f4f6f9; color: #0056b3; font-size: 13px; font-weight: 700; text-decoration: none; border-radius: 5px; text-align: center; border: 1px solid #e1e5eb; transition: all 0.2s; }
.read-more-btn:hover { background: #0056b3; color: #fff; border-color: #0056b3; }

/* Premium Sayfalama (Pagination) */
.pagination-links { text-align: center; margin-top: 30px; margin-bottom: 40px; display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.pagination-links .page-numbers { display: inline-block; padding: 12px 20px; background: #fff; border: 1px solid #ddd; border-radius: 8px; color: #333; font-weight: bold; text-decoration: none; transition: 0.3s; font-size: 15px; }
.pagination-links .page-numbers:hover, .pagination-links .current { background: #0056b3; color: #fff; border-color: #0056b3; box-shadow: 0 4px 10px rgba(0,86,179,0.2); }
.pagination-links .next, .pagination-links .prev { padding: 12px 25px; background: #111; color: #fff; border-color: #111; }
.pagination-links .next:hover, .pagination-links .prev:hover { background: #0056b3; border-color: #0056b3; }
/* =========================================
   ANA SAYFA SEO VE BİLGİ KUTUSU
   ========================================= */
.home-seo-box { background: #fff; padding: 35px; border-radius: 10px; margin-top: 50px; margin-bottom: 20px; border: 1px solid #e1e5eb; box-shadow: 0 4px 15px rgba(0,0,0,0.02); }
.home-seo-box h2 { font-size: 20px; font-weight: 800; margin-top: 0; margin-bottom: 15px; color: #111; border-left: 4px solid #0056b3; padding-left: 12px; }
.home-seo-box p { font-size: 14px; color: #666; line-height: 1.8; margin-bottom: 15px; }
.home-seo-box p:last-child { margin-bottom: 0; }
.seo-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; padding-top: 20px; border-top: 1px dashed #eee; }
.seo-tags a { background: #f4f6f9; color: #555; padding: 6px 12px; font-size: 12px; font-weight: bold; text-decoration: none; border-radius: 4px; transition: 0.3s; }
.seo-tags a:hover { background: #0056b3; color: #fff; }
/* =========================================
   PREMIUM HEADER & MOBİL MENÜ
   ========================================= */
.site-header { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); padding: 15px 0; box-shadow: 0 4px 15px rgba(0,0,0,0.04); border-bottom: 1px solid #f0f2f5; position: sticky; top: 0; z-index: 999; transition: all 0.3s ease; }
.header-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; }

/* Logo Alanı (Gradient Text Efekti) */
.logo-area h1 { margin: 0; font-size: 28px; font-weight: 900; letter-spacing: -1px; }
.logo-area a { text-decoration: none; background: linear-gradient(45deg, #111, #0056b3); -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: flex; align-items: center; gap: 8px; }

/* Masaüstü Navigasyon */
.main-nav { flex-grow: 1; display: flex; justify-content: center; }
.main-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 30px; align-items: center; }
.main-nav a { text-decoration: none; color: #444; font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: 0.5px; position: relative; padding: 5px 0; transition: color 0.3s; }
.main-nav a:hover { color: #0056b3; }
.main-nav a::after { content: ''; position: absolute; width: 0%; height: 2px; bottom: -2px; left: 0; background-color: #0056b3; transition: width 0.3s ease; border-radius: 2px; }
.main-nav a:hover::after { width: 100%; }

/* Arama ve Sağ Alan */
.header-actions { display: flex; align-items: center; gap: 15px; }
.header-search { display: flex; align-items: center; background: #f4f6f9; border-radius: 30px; padding: 5px 15px; border: 1px solid #e1e5eb; transition: 0.3s; }
.header-search:focus-within { border-color: #0056b3; background: #fff; box-shadow: 0 0 8px rgba(0,86,179,0.1); }
.header-search input { border: none; background: transparent; outline: none; padding: 6px; font-size: 14px; width: 140px; transition: width 0.4s ease; }
.header-search input:focus { width: 200px; }
.header-search button { background: transparent; border: none; cursor: pointer; color: #555; font-size: 16px; padding: 0; display: flex; align-items: center; justify-content: center; }
.header-search button:hover { color: #0056b3; }

/* Mobil Hamburger Menü Butonu */
.mobile-toggle { display: none; font-size: 24px; background: none; border: none; cursor: pointer; color: #111; padding: 5px; }

/* Mobil Uyumluluk */
@media (max-width: 992px) {
    .main-nav { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: #fff; box-shadow: 0 10px 15px rgba(0,0,0,0.05); padding: 20px 0; border-top: 1px solid #eee; }
    .main-nav.active { display: flex; flex-direction: column; }
    .main-nav ul { flex-direction: column; gap: 15px; width: 100%; text-align: center; }
    .header-actions { flex-grow: 1; justify-content: flex-end; }
    .header-search input { width: 100px; }
    .header-search input:focus { width: 130px; }
    .mobile-toggle { display: block; }
}

/* =========================================
   KURUMSAL FOOTER TASARIMI
   ========================================= */
.site-footer { background: #111; color: #ddd; padding: 60px 0 20px; font-size: 14px; margin-top: 50px; border-top: 4px solid #0056b3; }
.footer-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; margin-bottom: 40px; }

.footer-col h3 { color: #fff; font-size: 18px; margin-top: 0; margin-bottom: 20px; font-weight: 700; border-bottom: 1px solid #333; padding-bottom: 15px; }
.footer-col p { line-height: 1.7; color: #aaa; }

.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 12px; border-bottom: 1px dashed #222; padding-bottom: 8px; }
.footer-links li:last-child { border-bottom: none; }
.footer-links a { color: #aaa; text-decoration: none; transition: 0.3s; display: flex; align-items: center; gap: 8px; }
.footer-links a:hover { color: #fff; padding-left: 5px; }

.footer-bottom { border-top: 1px solid #222; text-align: center; padding-top: 25px; color: #666; font-size: 13px; }
.footer-bottom a { color: #888; text-decoration: none; }
.footer-bottom a:hover { color: #fff; }

/* =========================================
   DETAYLI BİYOGRAFİ (SINGLE.PHP) PREMIUM PREMIUM TASARIMI
   ========================================= */

/* Breadcrumb (Gezinti Çubuğu) */
.bio-breadcrumb { font-size: 13px; color: #777; margin-bottom: 15px; display: flex; gap: 5px; align-items: center; }
.bio-breadcrumb a { color: #0056b3; text-decoration: none; font-weight: 600; }
.bio-breadcrumb a:hover { text-decoration: underline; }

/* Yazı Üst Bilgileri */
.bio-single-meta { font-size: 13px; color: #888; margin-bottom: 25px; display: flex; gap: 20px; align-items: center; border-bottom: 1px solid #f0f2f5; padding-bottom: 15px; }
.bio-single-meta span { display: flex; align-items: center; gap: 5px; }

/* Gelişmiş Tipografi ve Okuma Alanı */
.entry-content { font-size: 19px; line-height: 1.9; color: #2c3e50; font-family: system-ui, -apple-system, sans-serif; }
.entry-content p { margin-bottom: 25px; text-align: justify; }
.entry-content h2 { font-size: 26px; font-weight: 800; margin-top: 45px; margin-bottom: 20px; color: #111; border-left: 5px solid #0056b3; padding-left: 15px; letter-spacing: -0.5px; }
.entry-content h3 { font-size: 22px; font-weight: 700; margin-top: 35px; margin-bottom: 15px; color: #222; }

/* Kopyala-Yapıştır Uyumlu Künye Tablosu Tasarımı */
.entry-content table { width: 100%; border-collapse: collapse; margin: 35px 0; background: #fff; box-shadow: 0 4px 15px rgba(0,0,0,0.02); border-radius: 8px; overflow: hidden; border: 1px solid #eaeaea; }
.entry-content table tr { border-bottom: 1px solid #f4f6f9; transition: background 0.2s; }
.entry-content table tr:hover { background: #fafbfc; }
.entry-content table tr:last-child { border-bottom: none; }
.entry-content table td { padding: 14px 20px; font-size: 15px; color: #444; }
.entry-content table td:first-child { font-weight: 700; color: #111; width: 30%; background: #f8f9fa; border-right: 1px solid #eaeaea; text-transform: uppercase; font-size: 13px; letter-spacing: 0.5px; }

/* Yazılar Arası Sağ-Sol Navigasyon */
.post-navigation { display: flex; justify-content: space-between; margin-top: 50px; padding-top: 25px; border-top: 1px solid #eee; gap: 20px; }
.nav-box { flex: 1; padding: 15px 20px; background: #f8f9fa; border-radius: 10px; text-decoration: none; color: #333; border: 1px solid #eef0f2; transition: all 0.3s ease; display: flex; flex-direction: column; width: 50%; }
.nav-box:hover { background: #fff; border-color: #0056b3; box-shadow: 0 5px 15px rgba(0,86,179,0.06); transform: translateY(-2px); }
.nav-box.nav-next { text-align: right; }
.nav-label { font-size: 11px; text-transform: uppercase; color: #999; font-weight: 800; margin-bottom: 5px; display: block; letter-spacing: 0.5px; }
.nav-title { font-size: 14px; font-weight: 700; color: #111; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; }

/* WordPress Gelişmiş Yorum Alanı Tasarımı */
.comments-area { margin-top: 50px; background: #fff; padding: 40px; border-radius: 12px; border: 1px solid #eef0f2; box-shadow: 0 5px 20px rgba(0,0,0,0.02); }
.comments-title { font-size: 22px; font-weight: 800; margin-top: 0; margin-bottom: 30px; border-bottom: 2px solid #111; padding-bottom: 10px; }
.comment-list { list-style: none; padding: 0; margin: 0; }
.comment-body { display: flex; gap: 20px; margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px solid #f4f6f9; }
.comment-avatar img { border-radius: 50%; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }
.comment-meta { font-size: 13px; color: #999; margin-bottom: 8px; }
.comment-author { font-weight: 700; color: #111; font-size: 15px; margin-right: 10px; }
.comment-content { font-size: 15px; color: #444; line-height: 1.6; }
.comment-respond { margin-top: 40px; }
.comment-form input[type="text"], .comment-form textarea { width: 100%; border: 1px solid #ddd; padding: 12px 15px; border-radius: 6px; outline: none; font-size: 15px; margin-bottom: 15px; box-sizing: border-box; transition: 0.3s; }
.comment-form input[type="text"]:focus, .comment-form textarea:focus { border-color: #0056b3; box-shadow: 0 0 8px rgba(0,86,179,0.1); }
.comment-form submit, .submit { background: #111; color: #fff; border: none; padding: 12px 30px; border-radius: 6px; font-weight: bold; cursor: pointer; transition: 0.3s; font-size: 15px; }
.comment-form submit:hover, .submit:hover { background: #0056b3; }

/* =========================================
   SINGLE.PHP İKİ KOLON VE SİDEBAR TASARIMI
   ========================================= */
.single-content-area { display: flex; gap: 35px; margin-top: 20px; }
.single-main-col { flex: 7; width: 70%; }
.single-sidebar { flex: 3; width: 30%; }

/* Sağ Blok Yapışkan (Sticky) Konteyner */
.sticky-sidebar { position: sticky; top: 90px; }

/* Sağ Blok Arama Kutusu */
.sidebar-search { display: flex; gap: 5px; margin-bottom: 25px; }
.sidebar-search input { flex-grow: 1; padding: 10px; border: 1px solid #ddd; border-radius: 6px; outline: none; font-size: 14px; }
.sidebar-search button { background: #0056b3; color: #fff; border: none; padding: 0 15px; border-radius: 6px; cursor: pointer; }

/* Sağ Blok Kategori Listesi */
.sidebar-cat-list { list-style: none; padding: 0; margin: 0; }
.sidebar-cat-list li { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px dashed #eee; font-size: 14px; font-weight: 600; }
.sidebar-cat-list li:last-child { border-bottom: none; }
.sidebar-cat-list a { color: #333; text-decoration: none; transition: 0.2s; }
.sidebar-cat-list a:hover { color: #0056b3; padding-left: 3px; }
.cat-count { background: #f4f6f9; color: #666; font-size: 11px; padding: 3px 8px; border-radius: 20px; font-weight: bold; }

/* Rastgele Kişi Kartı (Widget) */
.random-bio-card { background: #fff; border: 1px solid #eef0f2; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0,0,0,0.02); text-align: center; }
.random-bio-img { width: 100%; height: 180px; object-fit: cover; }
.random-bio-info { padding: 15px; }
.random-bio-title { margin: 0 0 10px 0; font-size: 16px; font-weight: 800; }
.random-bio-title a { color: #111; text-decoration: none; }

/* Detay Sayfası Mobil Uyumluluk */
@media (max-width: 900px) {
    .single-content-area { flex-direction: column; }
    .single-main-col, .single-sidebar { width: 100%; }
    .sticky-sidebar { position: static; }
}
/* =========================================
   MODERN İLGİLİ İÇERİKLER (RELATED POSTS)
   ========================================= */
.related-posts { margin-top: 60px; padding-top: 40px; border-top: 2px solid #f0f2f5; }
.related-posts-title { font-size: 22px; font-weight: 800; color: #111; margin-bottom: 25px; border-left: 4px solid #0056b3; padding-left: 12px; }
.related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
@media (max-width: 600px) { .related-grid { grid-template-columns: 1fr; } }
.related-item { display: flex; gap: 15px; background: #fff; padding: 15px; border-radius: 12px; border: 1px solid #eef0f2; transition: all 0.3s; align-items: center; }
.related-item:hover { box-shadow: 0 8px 25px rgba(0,0,0,0.05); transform: translateY(-3px); border-color: #d1d5db; }
.related-img { width: 75px; height: 75px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 2px solid #f4f6f9; }
.related-info { flex-grow: 1; overflow: hidden; }
.related-title { margin: 0 0 5px 0; font-size: 15px; font-weight: 700; line-height: 1.3; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.related-title a { color: #111; text-decoration: none; transition: 0.2s; }
.related-title a:hover { color: #0056b3; }
.related-date { font-size: 12px; color: #888; display: block; }

/* =========================================
   PREMIUM YORUM ALANI (STANDART WP'Yİ EZER)
   ========================================= */
#comments { margin-top: 60px; padding-top: 40px; border-top: 2px solid #f0f2f5; }
.comments-title { font-size: 22px; font-weight: 800; margin-bottom: 30px; color: #111; }
.comment-list { list-style: none; padding: 0; margin: 0 0 40px 0; }
.comment-list li.comment { margin-bottom: 25px; }
.comment-body { background: #f8f9fa; padding: 25px; border-radius: 12px; border: 1px solid #eef0f2; position: relative; }
.comment-meta { display: flex; align-items: center; gap: 15px; margin-bottom: 15px; border-bottom: 1px solid #e1e5eb; padding-bottom: 15px; }
.comment-meta img.avatar { border-radius: 50%; width: 45px; height: 45px; }
.comment-author { font-weight: 800; font-size: 16px; color: #111; }
.comment-author a { color: #111; text-decoration: none; }
.comment-metadata { font-size: 12px; color: #777; margin-top: 3px; }
.comment-metadata a { color: #777; text-decoration: none; }
.comment-content { font-size: 15px; color: #444; line-height: 1.7; }
.comment-content p { margin-bottom: 10px; }
.reply { position: absolute; top: 25px; right: 25px; }
.reply a { background: #fff; border: 1px solid #ddd; padding: 6px 14px; border-radius: 20px; font-size: 12px; font-weight: 700; color: #555; text-decoration: none; transition: 0.3s; }
.reply a:hover { background: #0056b3; color: #fff; border-color: #0056b3; }

/* Şık Yorum Gönderme Formu */
#respond { background: #fff; padding: 30px; border-radius: 12px; border: 1px solid #eef0f2; box-shadow: 0 5px 25px rgba(0,0,0,0.02); }
#reply-title { font-size: 20px; font-weight: 800; margin-top: 0; margin-bottom: 20px; color: #111; }
.comment-form { display: grid; gap: 15px; }
.comment-form-comment { grid-column: 1 / -1; }
.comment-notes { font-size: 13px; color: #777; margin-bottom: 15px; grid-column: 1 / -1; }
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea { width: 100%; border: 1px solid #d1d5db; background: #f9fafb; padding: 14px 18px; border-radius: 8px; outline: none; font-size: 15px; font-family: inherit; transition: all 0.3s; box-sizing: border-box; }
.comment-form input[type="text"]:focus, .comment-form input[type="email"]:focus, .comment-form textarea:focus { border-color: #0056b3; background: #fff; box-shadow: 0 0 0 3px rgba(0,86,179,0.1); }
.comment-form textarea { height: 130px; resize: vertical; }
.form-submit { margin: 0; grid-column: 1 / -1; }
.form-submit input[type="submit"] { background: #111; color: #fff; border: none; padding: 14px 30px; border-radius: 8px; font-weight: 800; cursor: pointer; transition: 0.3s; font-size: 15px; text-transform: uppercase; letter-spacing: 0.5px; }
.form-submit input[type="submit"]:hover { background: #0056b3; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,86,179,0.2); }
.comment-form-cookies-consent { display:none; } /* Gereksiz çerez kutusunu gizler */
/* =========================================
   KESİN ÇÖZÜM: PROFESYONEL YORUM ALANI
   ========================================= */
#comments { margin-top: 60px; padding-top: 40px; border-top: 2px solid #f0f2f5; }
.comments-title { font-size: 22px; font-weight: 800; margin-bottom: 30px; color: #111; }

/* 1. Liste Numaralarını ve Taşmaları Temizle */
.comment-list, .comment-list ol, .comment-list ul { list-style: none !important; margin: 0 !important; padding: 0 !important; }
.comment-list li { margin-bottom: 25px; clear: both; }
.comment-list li:before { display: none !important; }

/* 2. Yorum Kartı Ana Tasarımı */
.comment-body { background: #fff; padding: 25px; border-radius: 12px; border: 1px solid #e5e7eb; position: relative; box-shadow: 0 4px 15px rgba(0,0,0,0.02); }

/* 3. Yorum Üst Bilgisi (Avatar, İsim, Tarih Hizalaması) */
.comment-meta { display: flex; align-items: center; flex-wrap: wrap; margin-bottom: 15px; border-bottom: 1px solid #f3f4f6; padding-bottom: 15px; }
.comment-author { display: flex; align-items: center; margin-right: 15px; }
.comment-author img.avatar { border-radius: 50% !important; width: 45px !important; height: 45px !important; margin-right: 12px !important; border: 2px solid #f3f4f6; display: block; }
.comment-author b.fn, .comment-author span.fn { font-size: 16px; font-weight: 800; color: #111; font-style: normal; }

/* Çirkin "dedi ki:" yazısını tamamen yok eder */
.comment-author .says { display: none !important; } 

/* 4. Tarih ve Düzenle Linki (Dikey sorunu çözer) */
.comment-metadata { font-size: 13px; color: #888; display: flex; gap: 10px; align-items: center; }
.comment-metadata a { color: #888; text-decoration: none; display: inline-block; }
.comment-metadata a:hover { color: #0056b3; }

/* 5. Yorum Metni */
.comment-content { font-size: 15px; color: #444; line-height: 1.6; }
.comment-content p { margin: 0 0 10px 0; }
.comment-content p:last-child { margin: 0; }

/* 6. Yanıtla Butonu (Kartın Sağ Üstüne Sabitler) */
.reply { position: absolute; top: 25px; right: 25px; }
.reply a { display: inline-block; background: #f3f4f6; color: #333; font-size: 12px; font-weight: 700; padding: 6px 15px; border-radius: 20px; text-decoration: none; transition: 0.3s; border: 1px solid #e5e7eb; }
.reply a:hover { background: #0056b3; color: #fff; border-color: #0056b3; }

/* İç İçe Yanıtlar (Alt Yorumlar İçin Girinti) */
.comment-list .children { margin-top: 25px; margin-left: 50px; border-left: 2px solid #e1e5eb; padding-left: 25px; }

/* Şık Yorum Gönderme Formu */
#respond { background: #fff; padding: 30px; border-radius: 12px; border: 1px solid #eef0f2; margin-top: 40px; }
#reply-title { font-size: 20px; font-weight: 800; margin-top: 0; margin-bottom: 20px; color: #111; }
.comment-form { display: grid; gap: 15px; }
.comment-form-comment { grid-column: 1 / -1; }
.comment-notes, .logged-in-as { font-size: 13px; color: #777; margin-bottom: 15px; grid-column: 1 / -1; }
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea { width: 100%; border: 1px solid #d1d5db; background: #f9fafb; padding: 14px 18px; border-radius: 8px; outline: none; font-size: 15px; font-family: inherit; transition: all 0.3s; box-sizing: border-box; }
.comment-form input[type="text"]:focus, .comment-form input[type="email"]:focus, .comment-form textarea:focus { border-color: #0056b3; background: #fff; box-shadow: 0 0 0 3px rgba(0,86,179,0.1); }
.comment-form textarea { height: 130px; resize: vertical; }
.form-submit { margin: 0; grid-column: 1 / -1; }
.form-submit input[type="submit"] { background: #111; color: #fff; border: none; padding: 14px 30px; border-radius: 8px; font-weight: 800; cursor: pointer; transition: 0.3s; font-size: 15px; text-transform: uppercase; letter-spacing: 0.5px; }
.form-submit input[type="submit"]:hover { background: #0056b3; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,86,179,0.2); }
.comment-form-cookies-consent { display:none !important; }

/* Mobil Uyumluluk */
@media (max-width: 600px) { 
    .comment-list .children { margin-left: 15px; padding-left: 15px; } 
    .reply { position: static; margin-top: 15px; display: block; text-align: right; } 
}
/* =========================================
   BİYOGRAFİ ETİKETLERİ (TAGS)
   ========================================= */
.bio-tags { margin-top: 30px; padding-top: 25px; border-top: 1px dashed #e1e5eb; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.bio-tags-label { font-size: 14px; font-weight: 800; color: #111; margin-right: 5px; text-transform: uppercase; letter-spacing: 0.5px; }
.bio-tags a { background: #f8f9fa; color: #444; padding: 6px 15px; font-size: 13px; font-weight: 600; text-decoration: none; border-radius: 20px; border: 1px solid #e1e5eb; transition: all 0.3s ease; }
.bio-tags a:hover { background: #0056b3; color: #fff; border-color: #0056b3; transform: translateY(-2px); box-shadow: 0 4px 10px rgba(0,86,179,0.15); }

/* =========================================
   ÖZEL PARTNER KARTI (TRAFİK & BACKLİNK)
   ========================================= */
.partner-promo-card { background: linear-gradient(135deg, #111 0%, #2c3e50 100%); padding: 30px 25px; border-radius: 12px; text-align: center; color: #fff; margin-bottom: 30px; box-shadow: 0 8px 25px rgba(0,0,0,0.1); position: relative; overflow: hidden; border: 1px solid #333; }
.partner-promo-card::before { content: ''; position: absolute; top: -50px; right: -50px; width: 100px; height: 100px; background: rgba(255,255,255,0.05); border-radius: 50%; }
.promo-icon { font-size: 32px; margin-bottom: 15px; display: block; }
.promo-title { font-size: 18px; font-weight: 800; color: #fff; margin: 0 0 10px 0; letter-spacing: 0.5px; }
.promo-desc { font-size: 13px; color: #cbd5e1; line-height: 1.6; margin: 0 0 20px 0; }
.promo-btn { display: inline-block; background: #fff; color: #111; font-size: 13px; font-weight: 800; text-decoration: none; padding: 10px 20px; border-radius: 6px; transition: all 0.3s ease; }
.promo-btn:hover { background: #0056b3; color: #fff; transform: translateY(-2px); box-shadow: 0 4px 15px rgba(0,86,179,0.3); }