/*
Theme Name: MidLight
Theme URI: https://MidLight.1001renk.com
Description: MidLight Premium WordPress Temasi - Profesyonel ve Modern Tasarim
Author: 1001RENK
Author URI: https://www.1001renk.net
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Version: 2.0
License: GNU General Public License
Tags: Modern Chat Teması, Chat Site Temaları, Chat Teması
*/
        :root {
            --aura-koyu: #111317;
            --aura-koyu-rgb: 17, 19, 23;
            --aura-altin: #d4b483;
            --aura-altin-rgb: 212, 180, 131;
            --aura-orta: #0b0c10;
            --aura-orta-rgb: 11, 12, 16;
            --aura-koyu-zemin: #08090a;
            --aura-gri: #a0a4ab;
            --aura-border: rgba(var(--aura-altin-rgb), 0.2);
            --aura-glow: rgba(var(--aura-altin-rgb), 0.15);
        }

        * { margin: 0; padding: 0; box-sizing: border-box; }
        
        /* SCROLLBAR STİLİ */
        html::-webkit-scrollbar {
            width: 8px;
        }
        html::-webkit-scrollbar-track {
            background: var(--aura-koyu);
        }
        html::-webkit-scrollbar-thumb {
            background: rgba(212, 180, 131, 0.3);
            border-radius: 10px;
        }
        html::-webkit-scrollbar-thumb:hover {
            background: rgba(212, 180, 131, 0.5);
        }
        html {
            scrollbar-width: thin;
            scrollbar-color: rgba(212, 180, 131, 0.3) var(--aura-koyu);
        }
        
        html, body { 
            font-family: 'Outfit', sans-serif; 
            background: var(--aura-koyu); 
            color: #fff; 
            overflow-x: hidden !important;
        }
        body {
            overflow-y: auto;
        }
        
        /* Container ortalama */
        .container {
            max-width: 1200px !important;
            margin-left: auto !important;
            margin-right: auto !important;
            padding-left: 15px;
            padding-right: 15px;
        }
        .ust-menu .container,
        .ana-sahne .container {
            max-width: 1200px !important;
            margin-left: auto !important;
            margin-right: auto !important;
        }

        /* --- ANA SAHNE --- */
        .ana-sahne {
            position: relative; width: 100%; min-height: 100vh; display: flex; align-items: center;
            background: linear-gradient(135deg, rgba(var(--aura-koyu-rgb), 0.95) 0%, rgba(44, 24, 16, 0.85) 50%, rgba(var(--aura-koyu-rgb), 0.95) 100%);
            padding: 80px 0;
            overflow-x: hidden !important;
            max-width: 100%;
        }
        .ana-sahne.hero-bg-image {
            background-size: cover !important;
            background-position: center center !important;
            background-repeat: no-repeat !important;
            background-attachment: fixed !important;
        }
        @media (max-width: 768px) {
            .ana-sahne.hero-bg-image {
                background-attachment: scroll !important;
            }
        }
        .ana-sahne.hero-bg-image::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(var(--aura-koyu-rgb), 0.75);
            z-index: 1;
        }
        .ana-sahne.hero-bg-image > * {
            position: relative;
            z-index: 2;
        }
        .ana-sahne.hero-bg-image .ust-menu {
            z-index: 3000 !important;
            position: absolute !important;
        }

        /* --- ALT SAYFALAR İÇİN HERO RESMİ --- */
        /* Alt sayfalarda ana-sahne.hero-bg-image kullanılıyor */
        body.single .ana-sahne.hero-bg-image,
        body.page .ana-sahne.hero-bg-image,
        body.category .ana-sahne.hero-bg-image,
        body.tag .ana-sahne.hero-bg-image,
        body.search .ana-sahne.hero-bg-image {
            padding-top: 0 !important;
            padding-bottom: 0 !important;
            min-height: calc(100vh - 80px) !important;
            margin-top: 0 !important;
        }
        @media (max-width: 768px) {
            body.single .ana-sahne.hero-bg-image,
            body.page .ana-sahne.hero-bg-image,
            body.category .ana-sahne.hero-bg-image,
            body.tag .ana-sahne.hero-bg-image,
            body.search .ana-sahne.hero-bg-image {
                min-height: calc(100vh - 70px) !important;
            }
        }

        /* --- ÜST MENÜ --- */
        .ust-menu { position: absolute; top: 0; left: 0; width: 100%; padding: 30px 0; z-index: 2000; overflow-x: hidden !important; max-width: 100%; }
        body.page .ust-menu,
     body.single .ust-menu,
     body.category .ust-menu,
     body.tag .ust-menu,
     body.search .ust-menu { position: relative; padding: 20px 0; margin-bottom: 0 !important; overflow-x: hidden !important; max-width: 100%; }
        .menu-cubugu {
            margin: 0 auto; background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(15px); padding: 12px 30px; border-radius: 20px;
            border: 1px solid var(--aura-border); display: flex; align-items: center; justify-content: space-between;
            max-width: 1200px;
            overflow-x: hidden;
        }
		.nav-linkleri a:hover {color:#fff !important}

        /* --- MOBİL MENÜ --- */
        .mobil-overlay {
            position: fixed; top: 0; left: 0; width: 100%; height: 100%;
            background: rgba(var(--aura-koyu-rgb), 0.98); z-index: 9999;
            display: none; flex-direction: column; align-items: center; justify-content: center;
            backdrop-filter: blur(20px);
            overflow-x: hidden !important;
            overflow-y: auto;
            max-width: 100%;
        }
        .mobil-overlay.active { display: flex; }
        .mobil-link { font-size: 2rem; color: #fff; text-decoration: none; margin: 15px 0; font-weight: 200; transition: 0.3s; }
        .kapat-btn { position: absolute; top: 30px; right: 30px; font-size: 3rem; cursor: pointer; color: var(--aura-altin); }

        /* --- SOHBET KARTI --- */
        .aura-gelismis-kart {
            position: relative; background: rgba(255, 255, 255, 0.04); backdrop-filter: blur(35px);
            padding: 50px 40px; border-radius: 40px; border: 1px solid var(--aura-border);
            box-shadow: 0 40px 100px rgba(0,0,0,0.6); overflow: hidden; z-index: 10;
        }
        .particle {
            position: absolute; background: var(--aura-altin); border-radius: 50%; opacity: 0.2;
            animation: floatParticles 6s infinite ease-in-out; pointer-events: none;
        }
        @keyframes floatParticles { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-40px); } }

        /* --- BUTONLAR --- */
        .giris-kutusu { 
            width: 100%; padding: 18px 22px; border-radius: 18px; border: 1px solid var(--aura-border);
            background: rgba(0,0,0,0.4); margin-bottom: 12px; outline: none; color: #fff;
        }

        /* Hemen Bağlan Butonu Hover Efekti */
        .ana-buton { 
            background: linear-gradient(90deg, var(--aura-altin) 0%, #e8d0a9 50%, var(--aura-altin) 100%);
            background-size: 200% auto; border: none; border-radius: 18px; padding: 18px; width: 100%; 
            font-weight: 800; color: #111; text-transform: uppercase; letter-spacing: 2px;
            animation: shine 3s linear infinite; transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }
        .ana-buton:hover { 
            transform: translateY(-5px) scale(1.02); 
            box-shadow: 0 15px 35px rgba(var(--aura-altin-rgb), 0.4);
            filter: brightness(1.1);
        }
        @keyframes shine { to { background-position: 200% center; } }

        /* Mağaza Butonları Hover Efekti */
        .magaza-btn-zengin {
            display: flex; align-items: center; background: rgba(0, 0, 0, 0.4); border: 1px solid var(--aura-border);
            padding: 12px 24px; border-radius: 18px; color: #fff !important; text-decoration: none !important; 
            transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); min-width: 200px;
        }
        .magaza-btn-zengin:hover {
            transform: translateY(-8px);
            border-color: var(--aura-altin);
            background: rgba(var(--aura-altin-rgb), 0.15);
            box-shadow: 0 10px 25px rgba(0,0,0,0.4);
        }
        .magaza-btn-zengin i { font-size: 1.8rem; transition: 0.3s; }
        .magaza-btn-zengin:hover i { transform: scale(1.2); color: var(--aura-altin); }

        /* --- METİNLER --- */
        .slogan-alani { padding-left: 30px; }
        .ana-baslik { font-size: 2.8rem; font-weight: 800; color: #fff; line-height: 1.2; margin-bottom: 15px; }
        .ana-baslik b { color: var(--aura-altin); font-weight: 200; font-style: italic; }
        .hero-main-content {
            color: rgba(255, 255, 255, 0.9);
            font-size: 1.1rem;
            line-height: 1.8;
            margin-bottom: 20px;
        }
        .hero-main-content p {
            margin-bottom: 15px;
        }
        .hero-main-content p:last-child {
            margin-bottom: 0;
        }
        .mini-aciklama {
            font-size: 1.05rem; color: #e7e2e2; line-height: 1.6; margin-bottom: 35px;
            max-width: 520px; border-left: 2px solid var(--aura-border); padding-left: 20px;
        }
        .aura-rozetler { display: flex; gap: 15px; margin-bottom: 35px; flex-wrap: wrap; }
        .rozet { background: rgba(255,255,255,0.03); border: 1px solid var(--aura-border); padding: 8px 16px; border-radius: 100px; font-size: 0.85rem; display: flex; align-items: center; }
        .rozet .dot { width: 8px; height: 8px; background: #4caf50; border-radius: 50%; margin-right: 8px; box-shadow: 0 0 10px #4caf50; }
        .btn-metin-grubu { display: flex; flex-direction: column; line-height: 1.2; margin-left: 15px; }
        .btn-ust-yazi { font-size: 0.7rem; color: var(--aura-gri); }
        .btn-ana-yazi { font-size: 1.1rem; font-weight: 700; }

        @media (max-width: 991px) {
            .ana-sahne { padding-top: 120px; display: block; }
            .slogan-alani { padding-left: 0; text-align: center; margin-top: 40px; }
            .hero-main-content { text-align: center; font-size: 1rem; }
            .mini-aciklama { margin: 0 auto 35px auto; border-left: none; border-top: 1px solid var(--aura-border); padding: 15px 0 0 0; }
            .uygulama-grubu { justify-content: center; flex-wrap: wrap; }
        }
  /* --- AURA SÜREKLİ HAREKETLİ KISAYOLLAR --- */
.aura-compact-shortcuts {
    background: var(--aura-koyu);
    padding: 60px 0;
}

.aura-mini-action {
    display: flex;
    align-items: center;
    padding: 20px 24px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(var(--aura-altin-rgb), 0.15); /* Çizgiler artık daha belirgin */
    border-radius: 22px;
    text-decoration: none !important;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1;
}

/* SÜREKLİ DÖNEN AURA EFEKTİ */
.aura-bg-flow {
    position: absolute;
    top: -100%;
    left: -100%;
    width: 300%;
    height: 300%;
    /* Gradyan artık normal halde de görünür ve canlı */
    background: conic-gradient(
        from 0deg at 50% 50%,
        transparent 0%,
        rgba(var(--aura-altin-rgb), 0.12) 10%,
        transparent 20%,
        rgba(var(--aura-altin-rgb), 0.12) 40%,
        transparent 60%,
        rgba(var(--aura-altin-rgb), 0.12) 80%,
        transparent 100%
    );
    filter: blur(20px);
    opacity: 1; /* Artık hep görünür */
    animation: auraSpin 8s linear infinite; /* Sürekli 8 saniyede bir döner */
    z-index: -1;
    pointer-events: none;
}

/* HOVER DURUMUNDA SADECE REAKSİYON VERİR */
.aura-mini-action:hover {
    transform: translateY(-8px);
    border-color: var(--aura-altin);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5), 0 0 20px rgba(var(--aura-altin-rgb), 0.1);
}

.aura-mini-action:hover .aura-bg-flow {
    animation-duration: 4s; /* Hover'da enerji yükselir, dönüş hızlanır */
    opacity: 1;
}

/* DÖNME ANİMASYONU */
@keyframes auraSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* İKON VE METİN DETAYLARI */
.mini-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-right: 18px;
    flex-shrink: 0;
    transition: 0.3s;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    z-index: 2;
}

/* Renklerin Glow (Işıma) Etkisi Artırıldı */
.blue-dim { color: #6495ed; box-shadow: 0 0 15px rgba(100, 149, 237, 0.2); }
.purple-dim { color: #9370db; box-shadow: 0 0 15px rgba(147, 112, 219, 0.2); }
.gold-dim { color: var(--aura-altin); box-shadow: 0 0 15px rgba(var(--aura-altin-rgb), 0.2); }
.rose-dim { color: #ff7f7f; box-shadow: 0 0 15px rgba(255, 127, 127, 0.2); }

.mini-text { position: relative; z-index: 2; }
.mini-text h5 { color: #fff; font-size: 1rem; font-weight: 700; margin: 0; }
.mini-text span { color: var(--aura-gri); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px; }

.mini-arrow {
    margin-left: auto;
    color: var(--aura-altin); /* Ok rengi artık daha belirgin */
    opacity: 0.3;
    font-size: 0.75rem;
    transition: 0.3s;
    position: relative;
    z-index: 2;
}

.aura-mini-action:hover .mini-arrow {
    opacity: 1;
    transform: translateX(5px);
}

/* GENEL AYARLAR (Güncellendi) */
.aura-portal-main { 
    background: var(--aura-orta); 
    font-family: 'Inter', sans-serif; 
    position: relative; 
    z-index: 1; 
}
/* Single ve Page sayfalarında hero bölümünün üzerine gelmemesi için */
body:not(.home) .aura-portal-main {
    margin-top: 0;
    padding-top: 60px;
}
body.page section.aura-portal-main,
body.category section.aura-portal-main,
body.tag section.aura-portal-main,
body.search section.aura-portal-main {
    padding-top: 100px !important;
}
body.page .ana-sahne,
body.single .ana-sahne,
body.category .ana-sahne,
body.tag .ana-sahne {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.text-gold { color: var(--aura-altin) !important; }

/* YENİ VE MEVCUT RENK GRADİENTLERİ */
.aura-text-gradient {
    background: linear-gradient(90deg, var(--aura-altin), #e6d3a9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.aura-btn-gradient {
    background: linear-gradient(45deg, var(--aura-altin), #e6d3a9);
    color: #111; font-weight: 700; border-radius: 12px; padding: 12px 25px;
    text-decoration: none; display: inline-flex; align-items: center;
    transition: all 0.4s ease;
    position: relative; overflow: hidden;
}
.aura-btn-gradient:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(var(--aura-altin-rgb), 0.4);
}
.aura-btn-gradient::before { /* Parlama efekti */
    content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%;
    background: rgba(255,255,255,0.3); transform: skewX(-30deg);
    transition: all 0.7s ease;
}
.aura-btn-gradient:hover::before { left: 100%; }

/* CAM EFEKTİ (Glassmorphism) */
.aura-glass-effect {
    background: rgba(255, 255, 255, 0.08); /* Hafif beyazlık */
    backdrop-filter: blur(10px); /* Cam efekti */
    border: 1px solid rgba(255, 255, 255, 0.15); /* Hafif çerçeve */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    color: #fff; /* Metin rengi */
}

/* SIDEBAR GÖRÜNÜRLÜK - ÖNEMLİ */
.aura-portal-main {
    overflow-x: hidden !important;
    max-width: 100%;
    width: 100%;
}
.aura-portal-main .container {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow-x: hidden !important;
    padding-left: 15px;
    padding-right: 15px;
}

/* Single ve Page için özel container */
body.single .aura-portal-main .container,
body.page .aura-portal-main .container,
body.category .aura-portal-main .container,
body.tag .aura-portal-main .container,
body.search .aura-portal-main .container {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}
.aura-portal-main .row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
    max-width: 100%;
    overflow-x: hidden !important;
}
.aura-portal-main .row > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.aura-portal-main [class*="col-"] {
    max-width: 100%;
    overflow-x: hidden !important;
}
.aura-portal-main aside.col-lg-3,
.aura-portal-main .col-lg-3,
.aura-portal-main .col-lg-4 {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}
@media (min-width: 992px) {
    .aura-portal-main aside.col-lg-3,
    .aura-portal-main .col-lg-3 {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
    .aura-portal-main .col-lg-4 {
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }
    .aura-portal-main .col-lg-8 {
        flex: 0 0 66.666667% !important;
        max-width: 66.666667% !important;
    }
}
@media (max-width: 991px) {
    .aura-portal-main aside.col-lg-3,
    .aura-portal-main .col-lg-3 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 30px;
    }
}

/* WordPress Varsayılan Widget'larını Gizle */
.aura-portal-main .widget:not(.aura-sidebar-widget),
.aura-portal-main aside .widget:not(.aura-sidebar-widget),
.aura-portal-main #secondary .widget:not(.aura-sidebar-widget) {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

/* SIDEBAR ZENGİN TASARIM (Güncellendi) */
.aura-sidebar {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: sticky;
    top: 50px;
}
.aura-sidebar-sticky { 
    position: sticky; 
    top: 50px; 
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.aura-sidebar-widget { 
    background: rgba(255, 255, 255, 0.02); 
    border: 1px solid rgba(var(--aura-altin-rgb), 0.1); 
    border-radius: 20px; 
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    display: block !important; padding:15px; 
}

/* Related Card Hover Effect */
.related-card {
    transition: all 0.3s ease;
}
.related-card:hover {
    transform: translateY(-5px);
    border-color: rgba(var(--aura-altin-rgb), 0.2) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.related-card:hover img {
    transform: scale(1.05);
}
.related-card:hover h6 {
    color: var(--aura-altin) !important;
}

/* No Image Placeholder */
.no-image-placeholder {
    background: linear-gradient(135deg, rgba(var(--aura-altin-rgb), 0.15) 0%, rgba(var(--aura-koyu-rgb), 0.95) 100%);
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center; flex-direction: column;
}
.premium-img-wrap {
    position: relative;
    overflow: hidden;
    visibility: visible !important;
    margin-bottom: 20px;
}
.aura-widget-title { color: var(--aura-altin); font-size: 0.75rem; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; border-left: 3px solid var(--aura-altin); padding-left: 12px; }

.aura-search-premium { 
    padding: 30px 20px; 
    text-align: center; 
    color: var(--aura-altin); 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center;
    min-height: 180px;
}
.aura-search-icon-wrapper {
    margin-bottom: 20px;
}
.aura-search-icon-wrapper .aura-icon-shine {
    font-size: 2.5rem;
    color: var(--aura-altin);
    display: block;
}
.aura-search-premium input { 
    background: rgba(255, 255, 255, 0.05); 
    border: 1px solid rgba(var(--aura-altin-rgb), 0.2); 
    border-radius: 15px;
    color: rgba(255, 255, 255, 0.7); 
    width: 100%; 
    outline: none; 
    padding: 15px 20px; 
    font-size: 0.95rem; 
    text-align: center;
    transition: all 0.3s ease;
}
.aura-search-premium input:focus {
    border-color: rgba(var(--aura-altin-rgb), 0.5);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}
.aura-search-premium input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.aura-icon-shine { /* İkonlara hafif parlama efekti */
    text-shadow: 0 0 8px rgba(var(--aura-altin-rgb), 0.7);
}


.aura-cat-pill { 
    display: flex; justify-content: space-between; align-items: center; 
    color: #888; text-decoration: none; padding: 10px; transition: 0.3s; 
    background: rgba(255,255,255,0.03); border-radius: 8px; margin-bottom: 8px;
}
.aura-cat-pill:hover { color: #fff; transform: translateX(5px); background: rgba(var(--aura-altin-rgb), 0.15); }
.aura-cat-pill span { color: var(--aura-altin); font-size: 0.75rem; font-weight: 700; }

.aura-tag-cloud-rich a { font-size: 0.7rem; color: #888; text-decoration: none; background: rgba(255,255,255,0.05); padding: 5px 12px; border-radius: 8px; margin: 3px; display: inline-block; transition: 0.3s; }
.aura-tag-cloud-rich a:hover { background: var(--aura-altin); color: #000; box-shadow: 0 0 10px rgba(var(--aura-altin-rgb), 0.5); }

.pop-topic-item { display: flex; gap: 12px; margin-bottom: 18px; }
.pop-icon { color: var(--aura-altin); font-size: 0.9rem; }
.pop-text a { color: #fff; text-decoration: none; font-size: 0.85rem; display: block; font-weight: 600; line-height: 1.3; }
.pop-text span { font-size: 0.7rem; color: #666; }

/* İlgili Yazılar Sidebar Stili */
.aura-related-posts-sidebar {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.related-post-item {
    display: flex;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    transition: 0.3s;
}
.related-post-item:last-child {
    border-bottom: none;
}
.related-post-item:hover {
    padding-left: 5px;
}
.related-post-img {
    flex-shrink: 0;
    width: 80px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255,255,255,0.05);
}
.related-post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
.related-post-item:hover .related-post-img img {
    transform: scale(1.1);
}
.related-post-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.related-post-content h6 {
    margin: 0;
    line-height: 1.4;
}
.related-post-content h6 a {
    display: block;
    color: rgba(255,255,255,0.7);
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}
.related-post-content h6 a:hover {
    color: var(--aura-altin);
}


/* EDİTÖRÜN SEÇİMİ KARTI (Güncellendi) */
.aura-editor-hero-card { 
    background: rgba(255,255,255,0.02); 
    border: 1px solid rgba(212,180,131,0.2); 
    border-radius: 30px; 
    overflow: hidden; 
    position: relative; 
    box-shadow: 0 15px 40px rgba(0,0,0,0.4); /* Daha derin gölge */
}
.hero-img-side { 
    min-height: 350px; 
    background-size: contain; 
    background-position: center; 
    background-repeat: no-repeat;
    position: relative; 
    overflow: hidden; /* Overlay için */
}
.hero-img-side::before { /* Hafif iç parlama */
    content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(circle at center, rgba(var(--aura-altin-rgb), 0.1) 0%, transparent 70%);
}
.hero-img-overlay { /* Daha koyu overlay */
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to top, rgba(var(--aura-orta-rgb),0.7) 0%, transparent 70%);
}

.hero-badge-tag { /* Glassmorphism uygulandı */
    position: absolute; top: 20px; left: 20px; z-index: 5;
    background: rgba(255, 255, 255, 0.15); /* Hafif şeffaf beyaz */
    backdrop-filter: blur(8px); /* Blur efekti */
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff; font-size: 0.65rem; font-weight: 900; padding: 6px 15px; border-radius: 50px;
}

.hero-date-top { /* Gradient uygulandı */
    background: linear-gradient(90deg, var(--aura-altin), #e6d3a9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 0.75rem; letter-spacing: 2px; font-weight: 700; display: block; margin-bottom: 10px;
}
.hero-read-btn { /* Gradient buton */
    background: linear-gradient(45deg, var(--aura-altin), #e6d3a9);
    color: #111; font-weight: 700; border-radius: 12px; padding: 12px 25px;
    text-decoration: none; display: inline-flex; align-items: center;
    transition: all 0.4s ease;
    position: relative; overflow: hidden;
}
.hero-read-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(var(--aura-altin-rgb), 0.4);
}
.hero-read-btn::before { /* Parlama efekti */
    content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%;
    background: rgba(255,255,255,0.3); transform: skewX(-30deg);
    transition: all 0.7s ease;
}
.hero-read-btn:hover::before { left: 100%; }


/* 3'LÜ PREMİUM BLOG GRID (Güncellendi) */
.aura-premium-card { 
    background: rgba(255,255,255,0.02); 
    border: 1px solid rgba(255,255,255,0.05); 
    border-radius: 25px; 
    overflow: hidden; 
    height: 100%; 
    transition: all 0.5s cubic-bezier(00.4, 0, 0.2, 1); /* Daha yumuşak geçiş */
    box-shadow: 0 8px 25px rgba(0,0,0,0.2); /* Hafif gölge */
}
.aura-premium-card:hover { 
    transform: translateY(-12px); 
    border-color: var(--aura-altin); 
    background: rgba(255,255,255,0.04);
    box-shadow: 0 15px 40px rgba(0,0,0,0.4); /* Hoverda daha belirgin gölge */
}
.premium-img-wrap { height: 160px; position: relative; overflow: hidden; }
.premium-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: 0.7s ease; } /* Daha yavaş zoom */
.aura-premium-card:hover img { transform: scale(1.15); } /* Daha belirgin zoom */

.p-badge { /* Glassmorphism uygulandı */
    position: absolute; top: 12px; left: 12px; background: rgba(0,0,0,0.4); 
    backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,0.1);
    color: var(--aura-altin); font-size: 0.6rem; font-weight: 800; padding: 4px 10px; border-radius: 5px; z-index: 2; 
}
.p-overlay { position: absolute; top: 0; width: 100%; height: 100%; background: linear-gradient(to top, rgba(var(--aura-orta-rgb),0.8), transparent); }

.premium-body { padding: 22px; }
.p-meta { display: flex; justify-content: space-between; font-size: 0.7rem; margin-bottom: 12px; font-weight: 600; }
.p-meta span { /* Gradient uygulandı */
    background: linear-gradient(90deg, var(--aura-altin), #e6d3a9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.premium-body h5 { color: #fff; font-size: 1.05rem; font-weight: 700; margin-bottom: 12px; transition: 0.3s; }
.aura-premium-card:hover h5 { color: var(--aura-altin); } /* Hoverda başlık rengi değişir */
.premium-body p { color: #888; font-size: 0.8rem; line-height: 1.5; margin-bottom: 20px; }
.p-footer { display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,0.05); padding-top: 15px; }
.p-link { color: #fff; text-decoration: none; font-size: 0.75rem; font-weight: 800; transition: 0.3s; }
.p-link:hover { color: var(--aura-altin); text-shadow: 0 0 5px rgba(var(--aura-altin-rgb), 0.7); } /* Hoverda parlama */
.p-stat { color: #888; font-size: 0.7rem; }
.p-stat i { color: #ff4d4d; }

/* --- AURA SOCIAL SLOGAN AREA --- */
.aura-social-slogan-area {
    margin-top: 60px;
    margin-bottom: 60px;
}
.aura-slogan-box {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(var(--aura-altin-rgb), 0.1);
    border-radius: 25px;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* Hareketli Arka Plan Efekti (Alana hareket katıyor) */
.aura-slogan-bg-effect {
    position: absolute;
    top: -50%; left: -50%;
    width: 200%; height: 200%;
    background: radial-gradient(circle at center, rgba(var(--aura-altin-rgb), 0.03) 0%, transparent 60%);
    animation: rotateAura 15s linear infinite;
    z-index: 1;
    pointer-events: none;
}

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

/* Slogan Metin ve İkon Stilleri */
.aura-slogan-content {
    position: relative; /* Arka plan efekti üstünde durması için */
    z-index: 2;
}

.aura-slogan-box h4 {
    font-size: 1.5rem; /* Slogana daha güçlü bir vurgu */
    letter-spacing: 1px;
}
.aura-slogan-box p {
    font-size: 0.9rem;
    line-height: 1.5;
    max-width: 450px; /* Sloganın rahat okunması için */
    margin-left: auto;
    margin-right: auto;
}

.aura-slogan-btn {
    width: 48px; height: 48px; /* İkonları biraz daha belirgin yaptık */
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    color: #fff; text-decoration: none !important;
    font-size: 1.2rem; /* İkon boyutu */
    transition: all 0.3s ease;
}

/* Hover Efektleri */
.aura-slogan-btn:hover {
    background: rgba(var(--aura-altin-rgb), 0.1);
    border-color: var(--aura-altin);
    color: var(--aura-altin);
    transform: translateY(-5px); /* Daha belirgin bir yukarı hareket */
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.aura-slogan-btn svg { transition: 0.3s; fill: #fff; }
.aura-slogan-btn:hover svg { fill: var(--aura-altin); }

/* Responsive Ayarlar */
@media (max-width: 576px) {
    .aura-slogan-box { padding: 30px 20px !important; }
    .aura-slogan-box h4 { font-size: 1.3rem; }
    .aura-slogan-box p { font-size: 0.8rem; }
    .aura-slogan-btn { width: 40px; height: 40px; font-size: 1rem; }
}

/* --- AURA FAQ MINIMAL --- */
.aura-faq-minimal {
    background: var(--aura-orta);
    margin-top: 40px;
    margin-bottom: 40px;
}
.aura-mini-line {
    width: 50px; height: 1px; background: var(--aura-altin); margin-top: 15px; opacity: 0.6;
}

.aura-acc-item {
    border-bottom: 1px solid rgba(var(--aura-altin-rgb), 0.15);
}

.aura-acc-header {
    padding: 25px 0;
    color: rgba(255,255,255,0.7);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
    transition: 0.3s ease;
}

.aura-acc-header i { font-size: 0.8rem; transition: 0.4s; opacity: 0.5; }

.aura-acc-body {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    color: #888;
    font-size: 0.95rem;
    line-height: 1.7;
}

/* Aktif Durum */
.aura-acc-item.active .aura-acc-body {
    max-height: 200px;
    padding-bottom: 25px;
}
.aura-acc-item.active .aura-acc-header { color: var(--aura-altin); font-weight: 500; }
.aura-acc-item.active .aura-acc-header i { transform: rotate(180deg); color: var(--aura-altin); opacity: 1; }

/* Sağ Taraf Görsel Alanı (Saf CSS) */
.aura-css-visual-box {
    height: 400px;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    position: relative;
}

.aura-main-glow {
    position: absolute;
    width: 280px; height: 280px;
    background: radial-gradient(circle, rgba(var(--aura-altin-rgb), 0.08) 0%, transparent 70%);
    border-radius: 50%;
    animation: auraFloat 6s infinite ease-in-out;
}

.aura-abstract-shape {
    font-size: 5rem;
    color: var(--aura-altin);
    opacity: 0.3;
    text-shadow: 0 0 30px rgba(var(--aura-altin-rgb), 0.4);
    z-index: 2;
}

.aura-sub-text span {
    font-size: 0.7rem; letter-spacing: 4px; font-weight: 800;
}

@keyframes auraFloat {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-20px) scale(1.05); }
}

.aura-master-footer {
    background-color: var(--aura-koyu-zemin);
    position: relative !important;
    overflow: hidden;
    border-top: 1px solid rgba(var(--aura-altin-rgb), 0.1);
    z-index: 1 !important;
    clear: both !important;
    margin-top: 0 !important;
    width: 100% !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    float: none !important;
    left: 0 !important;
    right: 0 !important;
}

.aura-footer-logo {
    font-weight: 900;
    letter-spacing: 8px;
    background: linear-gradient(to right, var(--aura-altin), #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-title {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 2px;
    margin-bottom: 20px;
    position: relative;
}

.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 12px; }
.footer-links a {
    color: #888;
    text-decoration: none;
    font-size: 0.9rem;
    transition: 0.3s;
}
.footer-links a:hover { color: var(--aura-altin); padding-left: 5px; }

/* Bülten Input Modifiyesi */
.aura-input {
    background: rgba(255,255,255,0.03) !important;
    border: 1px solid rgba(var(--aura-altin-rgb), 0.2) !important;
    color: #fff !important;
    border-radius: 50px 0 0 50px !important;
    padding-left: 20px;
}
.aura-btn-gold {
    background: var(--aura-altin) !important;
    color: #000 !important;
    font-weight: 700;
    border-radius: 0 50px 50px 0 !important;
    padding: 0 25px;
}

.footer-social-icons a {
    color: #fff;
    font-size: 1.2rem;
    margin-right: 15px;
    opacity: 0.4;
    transition: 0.3s;
}
.footer-social-icons a:hover { opacity: 1; color: var(--aura-altin); transform: translateY(-3px); }

.footer-bottom a { color: inherit; text-decoration: none; transition: 0.3s; }
.footer-bottom a:hover { color: var(--aura-altin); }

/* Beğeni Butonu Stilleri */
.midlight-like-btn {
    background: none !important;
    border: none !important;
    cursor: pointer !important;
    padding: 5px 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    color: inherit !important;
    transition: all 0.3s ease !important;
    font-size: 0.7rem !important;
    font-weight: 600 !important;
    background: linear-gradient(90deg, var(--aura-altin), #e6d3a9) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.midlight-like-btn:hover {
    transform: scale(1.1) !important;
}

.midlight-like-btn:disabled {
    opacity: 0.6 !important;
    cursor: not-allowed !important;
}

.midlight-like-btn i {
    transition: all 0.3s ease !important;
    font-size: 0.9rem !important;
}

.midlight-like-btn.liked i {
    color: #ff4d4d !important;
    -webkit-text-fill-color: #ff4d4d !important;
    animation: heartBeat 0.5s ease !important;
}

.midlight-like-btn .like-count {
    font-weight: 600 !important;
}

@keyframes heartBeat {
    0%, 100% { transform: scale(1); }
    25% { transform: scale(1.3); }
    50% { transform: scale(1.1); }
    75% { transform: scale(1.2); }
}

/* Footer container ortalama */
.aura-scroll-wrapper {
    position: fixed; bottom: 40px; right: 40px;
    width: 50px; height: 50px; cursor: pointer;
    display: block; border-radius: 50px; z-index: 10000;
    opacity: 0; visibility: hidden; transform: translateY(15px);
    transition: all 400ms linear;
    background: rgba(var(--aura-koyu-rgb), 0.9);
}

.aura-scroll-wrapper.active {
    opacity: 1; visibility: visible; transform: translateY(0);
}

.aura-scroll-wrapper .aura-arrow {
    position: absolute; top: 0; left: 0;
    width: 50px; height: 50px; text-align: center;
    line-height: 50px; color: var(--aura-altin); font-size: 18px;
    z-index: 2; transition: all 0.3s;
}

/* Sayfa ilerlemesini gösteren çember */
.progress-circle path {
    fill: none; stroke: var(--aura-altin); stroke-width: 4;
    box-sizing: border-box;
    transition: all 400ms linear;
    stroke-dasharray: 307.919, 307.919;
    stroke-dashoffset: 307.919; /* Sayfa indikçe azalacak */
}

/* YORUM ALANI STİLLERİ */
.comments-area {
    margin-top: 40px;
}
.comment-list {
    margin: 0;
    padding: 0;
}
.comment-item {
    list-style: none;
    margin-bottom: 20px;
}
.comment-item .comment-item {
    margin-left: 40px;
    margin-top: 20px;
}
.comment-content {
    line-height: 1.7;
    margin-top: 10px;
}
.comment-content p {
    margin-bottom: 10px;
}
.comment-content p:last-child {
    margin-bottom: 0;
}
.reply-link a {
    color: var(--aura-altin);
    text-decoration: none;
    font-size: 0.9rem;
    padding: 5px 12px;
    border-radius: 8px;
    background: rgba(var(--aura-altin-rgb), 0.1);
    border: 1px solid rgba(var(--aura-altin-rgb), 0.2);
    transition: all 0.3s;
    display: inline-block;
}
.reply-link a:hover {
    background: rgba(var(--aura-altin-rgb), 0.2);
    color: #fff;
    transform: translateY(-2px);
}
.comment-form {
    margin-top: 30px;
}
.comment-form .form-control:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(var(--aura-altin-rgb), 0.4);
    color: #fff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(var(--aura-altin-rgb), 0.1);
}
.comment-form .form-label {
    margin-bottom: 8px;
    font-size: 0.9rem;
}
.comment-form .aura-btn-gradient:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(var(--aura-altin-rgb), 0.4);
}
.comments-pagination {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.comments-pagination .page-numbers {
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s;
}
.comments-pagination .page-numbers:hover,
.comments-pagination .page-numbers.current {
    background: rgba(var(--aura-altin-rgb), 0.2);
    border-color: rgba(var(--aura-altin-rgb), 0.4);
    color: var(--aura-altin);
}

/* LAYOUT - Single & Page */
body.single, body.page, body.category, body.tag, body.search {
    display: flex !important;
    flex-direction: column !important;
    min-height: 100vh !important;
    overflow-x: hidden !important;
    max-width: 100%;
    width: 100%;
    background: var(--aura-koyu) !important;
}
body.single .ana-sahne, body.page .ana-sahne, body.category .ana-sahne, body.tag .ana-sahne, body.search .ana-sahne,
body.single .ust-menu, body.page .ust-menu, body.category .ust-menu, body.tag .ust-menu, body.search .ust-menu { flex-shrink: 0 !important; }
body.single section.aura-portal-main:not(.hero-section-wrapper),
body.page section.aura-portal-main:not(.hero-section-wrapper),
body.category section.aura-portal-main:not(.hero-section-wrapper),
body.tag section.aura-portal-main:not(.hero-section-wrapper),
body.search section.aura-portal-main:not(.hero-section-wrapper) {
    position: relative;
    z-index: 10;
    padding-top: 100px !important;
    padding-bottom: 60px;
    margin-bottom: 0;
    clear: both;
    min-height: calc(100vh - 200px);
    flex: 1 0 auto !important;
    overflow-x: hidden !important;
    max-width: 100%;
    width: 100%;
}
body.single .hero-section-wrapper.hero-section-bg ~ section.aura-portal-main,
body.page .hero-section-wrapper.hero-section-bg ~ section.aura-portal-main,
body.category .hero-section-wrapper.hero-section-bg ~ section.aura-portal-main,
body.tag .hero-section-wrapper.hero-section-bg ~ section.aura-portal-main {
    margin-top: calc(100vh - 80px) !important;
    position: relative;
    z-index: 10;
}
body.single .comments-area,
body.page .comments-area {
    position: relative; z-index: 10;
    margin-bottom: 40px; padding-bottom: 20px;
    clear: both;
}
body.single footer.aura-master-footer,
body.page footer.aura-master-footer,
body.category footer.aura-master-footer,
body.tag footer.aura-master-footer,
body.search footer.aura-master-footer {
    position: relative; z-index: 1;
    margin-top: auto !important; clear: both;
    width: 100%; flex-shrink: 0 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}
footer.aura-master-footer .container {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.aura-scroll-wrapper:hover .aura-arrow {
    transform: translateY(-3px);
    color: #fff;
}

.mini-text h2 {font-size: 22px;font-weight: 600;color: #fff;}
.premium-body h2 a {font-size: 18px; font-weight:600}
.premium-body h2 {line-height:20px}
.related-post-content h2 {line-height:10px}
.aura-sidebar-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 20px !important; /* Menü çubuğunuz varsa bu değeri artırın (örn: 80px) */
    height: fit-content !important;
    z-index: 99;
}
