/* ==================================================
   1. GENEL
================================================== */
*{box-sizing:border-box}
html,body{max-width:100%;overflow-x:hidden}
body{margin:0;font-family:Arial,sans-serif;background:#f5f7f8;color:#222;line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block;border-radius:0!important}
iframe,table{max-width:100%!important}
.container{width:100%;max-width:1140px;margin:0 auto;padding:0 15px}
.site-color-line{display:none}

/* ==================================================
   2. ÜST HABER BANDI
================================================== */
.site-top-news{background:#fff;border-bottom:1px solid #e8edf0}
.site-top-news .container{height:48px;display:flex;align-items:center;gap:18px}
.site-time{font-size:14px;color:#222;white-space:nowrap}
.site-time:before{content:"◷ ";color:#555}
.site-new-label{background:var(--site-renk);color:#fff;font-weight:700;padding:13px 18px;height:48px;display:flex;align-items:center}
.site-latest-link{font-weight:700;font-size:14px;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.site-search{display:flex;width:220px;border:1px solid #ccd5da;border-radius:22px;overflow:hidden;background:#fff}
.site-search input{border:0;outline:0;padding:8px 12px;width:100%;font-size:14px}
.site-search button{border:0;background:var(--site-renk);color:#fff;padding:0 14px;font-weight:700}

/* ==================================================
   3. HEADER
================================================== */
.site-header-main{background:#fff}
.site-header-main .container{display:flex;justify-content:space-between;align-items:center;padding:24px 15px}
.site-logo img{max-height:72px}
.site-logo strong{font-size:22px;color:#111}
.site-header-links{display:flex;align-items:center;gap:14px}
.site-header-menu{display:flex;gap:14px;list-style:none;margin:0;padding:0}
.site-header-menu li{list-style:none}
.site-header-menu a{display:block;background:#f5f5f5;padding:10px 18px;border-radius:10px;font-weight:700;color:#111}
.site-header-menu a:hover{background:var(--site-renk);color:#fff}
.site-more-menu{position:relative}
.site-menu-icon{border:0;background:#f5f5f5;border-radius:10px;padding:10px 14px;font-size:20px;cursor:pointer}
.site-more-dropdown{display:none;position:absolute;right:0;top:48px;z-index:999;background:#fff;min-width:190px;border:1px solid #e5e5e5;border-radius:10px;list-style:none;margin:0;padding:8px;box-shadow:0 8px 20px #ddd}
.site-more-dropdown li{list-style:none}
.site-more-dropdown a{display:block;background:#fff;color:#111;padding:9px 12px;border-radius:8px}
.site-more-dropdown a:hover{background:var(--site-renk);color:#fff}
.site-more-menu:hover .site-more-dropdown{display:block}

/* ==================================================
   4. ANA MENÜ
================================================== */
.site-nav-wrap{background:var(--site-renk)}
.site-nav{min-height:48px;display:flex;align-items:center}
.site-menu{display:flex;gap:0;list-style:none;margin:0;padding:0}
.site-menu li{border-right:1px solid #fff}
.site-menu a{display:block;color:#fff;font-weight:700;padding:13px 16px}
.site-menu a:hover{background:#222;color:#fff}

/* Ana menü güvenli hover */
.site-menu a:hover,.site-menu li:hover>a{background:#ffffff1f;color:#ffffff}

/* ==================================================
   5. MANŞET ÜSTÜ
================================================== */
.site-hero-strip{background:#f5f7f8;padding:22px 0 12px}
.site-hero-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.site-hero-card{background:#fff;border:1px solid #e8e8e8;border-radius:8px;overflow:hidden;position:relative;min-width:0}
.site-hero-card:hover{box-shadow:0 3px 10px #ddd}
.site-hero-card a{display:block;color:#111;position:relative}
.site-hero-card img{width:100%;height:100px;object-fit:cover}
.site-hero-card span{position:absolute;top:10px;left:10px;z-index:2;background:var(--site-renk);color:#fff;font-size:11px;font-weight:700;padding:4px 8px;border-radius:5px;text-transform:uppercase}
.site-hero-card h2{margin:12px 12px 16px;font-size:18px;line-height:1.35;font-weight:700;color:#111;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:49px}
.site-hero-card:hover h2{color:var(--site-renk)}

/* ==================================================
   6. ANA MANŞET
================================================== */
.site-main-hero{padding:12px 0 24px;background:#f5f7f8}
.site-main-hero-grid{display:grid;grid-template-columns:2fr 1fr;gap:18px;align-items:stretch}
.site-manset-slider{position:relative;background:#fff;border-radius:10px;overflow:hidden;border:1px solid #e6e6e6}
.site-slider-track{position:relative;height:auto}
.site-slider-item{display:none}
.site-slider-item.active{display:block}
.site-slider-item a{display:block;background:#fff;color:#111}
.site-slider-item img{width:100%;height:auto;max-height:360px;object-fit:cover}
@media(max-width:768px){.site-slider-item img{max-height:230px}
}
.site-slider-item h2{margin:0;background:#fff;color:#111;font-size:22px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:16px 22px}
.site-slider-btn{position:absolute;top:150px;z-index:5;transform:translateY(-50%);border:0;background:#fff;color:#222;width:34px;height:50px;font-size:38px;line-height:38px;cursor:pointer}
.site-slider-prev{left:0}
.site-slider-next{right:0}
.site-slider-dots{background:#fff;text-align:center;padding:8px 0 14px}
.site-slider-dots button{width:10px;height:10px;border-radius:50%;border:0;background:#ccc;margin:0 4px;padding:0;cursor:pointer}
.site-slider-dots button.active{background:var(--site-renk)}

/* ==================================================
   7. MANŞET YANI
================================================== */
.site-side-hero{display:grid;grid-template-columns:1fr;gap:0;background:#fff;border:1px solid #e6e6e6;border-radius:10px;overflow:hidden}
.site-side-card{border-bottom:1px solid #eee;background:#fff}
.site-side-card:last-child{border-bottom:0}
.site-side-card a{display:grid;grid-template-columns:88px 1fr;gap:12px;align-items:center;padding:10px}
.site-side-card img{width:88px;height:64px;object-fit:cover}
.site-side-card h3{font-size:15px;line-height:1.35;margin:0;color:#111;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.site-side-card h3:hover{color:var(--site-renk)}

/* ==================================================
   8. GENEL BÖLÜMLER
================================================== */
.site-main{padding:30px 0}
.site-section{margin-bottom:36px}
.site-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}
.site-section-title{font-size:26px;margin:0 0 18px;color:#111;border-left:5px solid var(--site-renk);padding-left:12px}
.site-section-head .site-section-title{margin:0}
.site-section-link{color:var(--site-renk);font-weight:700}

/* ==================================================
   9. KARTLAR
================================================== */
.site-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.site-card{background:#fff;border:1px solid #e6e6e6;border-radius:10px;overflow:hidden}
.site-card-img img{width:100%;height:200px;object-fit:cover}
.site-card-body{padding:16px}
.site-card h3{font-size:19px;line-height:1.35;margin:0 0 10px}
.site-card h3 a:hover{color:var(--site-renk)}
.site-card p{margin:0;color:#555;font-size:15px}

/* ==================================================
   10. RESİMSİZ KARTLAR
================================================== */
.site-list-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.site-card-text{background:#fff;border:1px solid #e5e5e5;border-left:2px solid var(--site-renk);border-radius:10px;overflow:hidden;transition:.2s}
.site-card-text:hover{border-left-color:#222;box-shadow:0 4px 12px #ddd;transform:translateY(-2px)}
.site-card-text .site-card-body{padding:16px 18px}
.site-card-text h3{margin:0;font-size:18px;line-height:1.45;font-weight:700}
.site-card-text h3 a{color:#111;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.site-card-text h3 a:hover{color:var(--site-renk)}
.site-list-summary .site-card-text p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-top:8px;font-size:14px;line-height:1.6;color:#666}
.site-list-title .site-card-text p,.site-list-minimal .site-card-text p{display:none}
.site-list-minimal .site-card-text{border-left-width:2px}
.site-list-minimal .site-card-body{padding:13px 15px}
.site-list-minimal h3{font-size:16px}

/* ==================================================
   11. DETAY SAYFASI
================================================== */
.site-detay-sayfa{width:100%;background:#f5f7f8;padding:0}
.site-detay-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:start}
.site-detay-main,.site-detay-sidebar{min-width:0}
.site-breadcrumb{width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:12px 16px;margin:0 0 18px}
.site-breadcrumb ul{display:flex;flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none}
.site-breadcrumb li{font-size:14px;color:#6b7280}
.site-breadcrumb a{color:var(--site-renk);font-weight:700}
.site-breadcrumb .ayrac{color:#b7bec7;margin-left:6px}
.site-detay-kutu,.site-aciklama,.site-etiketler,.site-benzer{width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-sizing:border-box}
.site-detay-kutu{padding:24px;margin-bottom:18px}
.site-baslik h1,.site-baslik h2{margin:0;color:#111827;font-size:34px;line-height:1.35;font-weight:800}
.site-spot{margin-top:14px}
.site-spot p{margin:0;color:#4b5563;font-size:17px;line-height:1.8}
.site-meta{margin-top:12px;color:#6b7280;font-size:13px}
.site-reklam{width:100%;margin:10px 0;text-align:center}
.site-reklam:empty{display:none}
.site-aciklama{border-left:5px solid var(--site-renk);padding:16px 18px;margin-bottom:18px;color:#374151;font-size:16px;line-height:1.75}
.site-icerik-kutu h2{display:block;margin:28px 0 15px;padding:10px 0 10px 14px;border-left:5px solid var(--site-renk);border-radius:8px;background:#f7fafb;color:#111827;font-size:25px;line-height:1.45;font-weight:800}
.site-icerik-kutu h2:first-child{margin-top:0}
.site-icerik-kutu h3{margin:24px 0 12px;color:#111827;font-size:21px;line-height:1.45;font-weight:800}
.site-icerik-kutu p{margin:0 0 17px;color:#374151;font-size:17px;line-height:1.85}
.site-icerik-kutu a{color:var(--site-renk);font-weight:700}
.site-icerik-kutu ul,.site-icerik-kutu ol{margin:0 0 18px 22px;padding:0}
.site-icerik-kutu li{margin-bottom:8px;color:#374151;font-size:17px;line-height:1.8}
.site-icerik-kutu blockquote{margin:20px 0;padding:16px 18px;border-left:5px solid var(--site-renk);border-radius:8px;background:#f3fafb;color:#374151}
.site-detay-kutu{padding:24px;margin-bottom:18px}
.site-icerik-kutu{background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;margin:22px 0 0!important}
.site-detay-gorsel{width:100%;margin:24px 0 0;overflow:hidden;background:#f3f4f6;border-radius:8px}
.site-detay-gorsel img{display:block;width:100%;height:auto;border-radius:8px}
.site-meta{display:flex;align-items:center;gap:8px;margin-top:14px;color:#6b7280;font-size:14px}
.site-meta-dot{color:#9ca3af}
.site-detay-tek-kutu{padding:34px 36px}
.site-detay-tek-kutu .site-baslik h1,.site-detay-tek-kutu .site-baslik h2{font-size:40px;line-height:1.25;margin:0 0 22px;color:#020617;font-weight:900}
.site-detay-tek-kutu .site-spot{margin:0 0 22px;padding:18px 22px;background:#f3f5f7;border-radius:10px}
.site-detay-tek-kutu .site-spot p{margin:0;color:#1f2937;font-size:18px;line-height:1.8}
.site-detay-tek-kutu .site-meta{display:flex;align-items:center;gap:10px;margin:0 0 26px;color:#374151;font-size:15px}
.site-detay-tek-kutu .site-meta-dot{color:#9ca3af}
.site-detay-tek-kutu .site-detay-gorsel{margin:0 0 34px;border-radius:10px;overflow:hidden;background:#f3f4f6}
.site-detay-tek-kutu .site-detay-gorsel img{display:block;width:100%;height:auto;border-radius:10px}
.site-detay-tek-kutu .site-icerik-kutu{background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;margin:0!important}
.site-detay-tek-kutu .site-icerik-kutu h2{font-size:30px;line-height:1.35;margin:0 0 18px;padding:0;border:0;background:transparent;color:#020617;font-weight:900}
.site-detay-tek-kutu .site-icerik-kutu h2:not(:first-child){margin-top:34px}
.site-detay-tek-kutu .site-icerik-kutu p{font-size:19px;line-height:1.9;color:#1f2937;margin:0 0 22px}
.site-detay-tek-kutu .site-icerik-kutu ul,.site-detay-tek-kutu .site-icerik-kutu ol{margin:0 0 24px 24px;padding:0}
.site-meta-category{color:var(--site-renk);font-weight:700;text-decoration:none}
.site-meta-category:hover{text-decoration:underline}
.site-detay-tek-kutu .site-icerik-kutu li{font-size:18px;line-height:1.85;color:#1f2937;margin-bottom:8px}
.site-meta{display:flex;align-items:center;gap:10px;margin-top:16px;color:#374151;font-size:14px;font-weight:600}
.site-meta-item{display:inline-flex;align-items:center;gap:7px}
.site-meta-item svg{width:18px;height:18px;fill:var(--site-renk);padding:4px;background:rgba(231,76,60,.08);border-radius:50%;box-sizing:content-box}
.site-meta-dot{color:#d1d5db}
@media(max-width:768px){.site-detay-tek-kutu{padding:22px 18px}
.site-detay-tek-kutu .site-baslik h1,.site-detay-tek-kutu .site-baslik h2{font-size:28px}
.site-detay-tek-kutu .site-spot{padding:14px 15px}
.site-detay-tek-kutu .site-spot p{font-size:16px}
.site-detay-tek-kutu .site-icerik-kutu p{font-size:17px;line-height:1.85}
.site-detay-tek-kutu .site-icerik-kutu h2{font-size:24px}
}

/* ==================================================
   12. BENZER / İÇİNDEKİLER / ETİKET
================================================== */
.site-benzer{padding:20px;margin-bottom:18px}
.site-benzer-baslik{margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid #e5e7eb;color:#111827;font-size:20px;line-height:1.4;font-weight:800}
.site-benzer-liste{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none;align-items:stretch}
.site-benzer-liste li{display:flex;margin:0;padding:0;list-style:none}
.site-benzer-liste a{width:100%;min-height:58px;display:flex!important;align-items:center;position:relative;padding:11px 13px 11px 34px;border:1px solid #edf1f5;border-radius:10px;background:#f8fafc;color:#1f2937;font-size:15px;line-height:1.5;font-weight:700;overflow-wrap:anywhere}
.site-benzer-liste a:before{content:"›";position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--site-renk);font-size:22px;font-weight:800}
.site-benzer-liste a:hover{border-color:var(--site-renk);color:var(--site-renk)}
.site-icindekiler,.collapseList{width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:18px;margin:0 0 18px;box-sizing:border-box}
.site-icindekiler h4,.collapseList h4{margin:0 0 14px;padding:12px 14px;background:var(--site-renk);color:#fff;border-radius:8px;font-size:20px;line-height:1.35;font-weight:800}
.site-icindekiler ul,.collapseList ul{margin:0;padding:0;list-style:none}
.site-icindekiler li,.collapseList li{margin:0 0 10px;padding:0;list-style:none}
.site-icindekiler li:last-child,.collapseList li:last-child{margin-bottom:0}
.site-icindekiler li:before,.collapseList li:before{display:none!important}
.site-icindekiler a,.collapseList a{display:block;width:100%;background:#f8fafc;border:1px solid #edf1f5;border-radius:10px;padding:11px 13px 11px 34px;position:relative;color:#1f2937;font-size:15px;line-height:1.5;font-weight:700}
.site-icindekiler a:before,.collapseList a:before{content:"›";position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--site-renk);font-size:22px;font-weight:800}
.site-icindekiler a:hover,.collapseList a:hover{border-color:var(--site-renk);color:var(--site-renk)}
.collapseList .hidden,.collapseList .show{display:none!important}
.site-etiketler{padding:18px;margin-bottom:18px}
.site-etiketler a{display:inline-block;margin:0 6px 6px 0;padding:8px 14px;border-radius:20px;background:#edf6f7;color:#34495e;font-size:13px;font-weight:700}

/* ==================================================
   13. SAĞ BAR
================================================== */
.sideRight{width:100%}
.sideRight .site-sidebar-kutu{width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1px;margin-bottom:22px}
.sideRight .site-sidebar-baslik{width:100%;display:flex;align-items:center;padding:12px 14px;background:var(--site-renk);color:#fff;border-radius:8px;margin-bottom:14px;font-size:20px;font-weight:800;line-height:1.35}
.sideRight .site-sidebar-baslik span{color:#fff}
.sideRight .site-sidebar-liste ul{margin:0;padding:0;list-style:none}
.sideRight .site-sidebar-liste li{margin-bottom:10px;border:none}
.sideRight .site-sidebar-liste li:last-child{margin-bottom:0}
.sideRight .site-sidebar-liste a{display:flex;align-items:center;gap:10px;width:100%;padding:6px;border:none;border-radius:8px;background:#f8fafc;color:#1f2937}
.sideRight .site-sidebar-liste a:hover{border-color:var(--site-renk);color:var(--site-renk)}
.sideRight .site-sidebar-resim{flex-shrink:0;width:92px;height:58px;overflow:hidden;background:#eef4f5}
.sideRight .site-sidebar-resim img{width:100%;height:100%;object-fit:cover}
.sideRight .site-sidebar-yazi{flex:1;min-width:0;padding:0}
.sideRight .site-sidebar-yazi p{margin:0;color:inherit;font-size:14px;font-weight:700;line-height:1.45}

/* ==================================================
   14. KATEGORİ / ARAMA
================================================== */
.site-category-head{width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:22px 24px;margin:0 0 22px;box-sizing:border-box}
.site-category-head h1{margin:0;color:#111827;font-size:34px;line-height:1.35;font-weight:800}
.site-category-desc{margin-top:14px;color:#4b5563;font-size:16px;line-height:1.8}
.site-category-desc p{margin:0 0 12px}
.site-category-desc p:last-child{margin-bottom:0}
.site-search-results,.site-category-title-list{width:100%;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important;margin:0 0 30px!important;padding:0!important}
.site-search-result-item,.site-category-title-card{display:block!important;background:#fff!important;border:1px solid #e5e5e5!important;border-left:2px solid var(--site-renk)!important;border-radius:10px!important;padding:16px 18px!important;color:#111!important;font-size:18px!important;line-height:1.45!important;font-weight:700!important;text-decoration:none!important;box-sizing:border-box!important;overflow:hidden!important;transition:.2s!important}
.site-search-result-item:hover,.site-category-title-card:hover{border-left-color:#222!important;box-shadow:0 4px 12px #ddd!important;transform:translateY(-2px)!important;color:var(--site-renk)!important}
.site-pagination{width:100%;margin:10px 0 30px}
.site-pagination ul{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}
.site-pagination li{margin:0;padding:0;list-style:none}
.site-pagination a{display:flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 14px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#111827;font-weight:700}
.site-pagination a:hover,.site-pagination a.active{background:var(--site-renk);border-color:var(--site-renk);color:#fff}
.site-detay-layout-full{display:block!important}
.site-detay-layout-full .site-detay-main{width:100%!important;max-width:100%!important}

/* ==================================================
   15. FOOTER
================================================== */
.site-footer{background:var(--footer-bg);color:#fff;margin-top:50px;font-size:16px}
.site-footer .container{padding:35px 15px 20px}
.footer-about{padding-bottom:24px;text-align:left}
.footer-about strong{display:block;color:#fff;font-size:22px;font-weight:700;margin-bottom:12px}
.footer-about p{margin:0;max-width:900px;line-height:1.8;color:#fff}
.footer-links-row{margin-top:22px;padding:18px 0;border-top:1px solid #ffffff;border-bottom:1px solid #ffffff}
.footer-links-row ul{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(5,1fr);gap:10px 24px}
.footer-links-row li{margin:0;padding:0;list-style:none}
.footer-links-row a{display:block;color:#fff;font-size:14px;line-height:1.4;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:.2s}
.footer-links-row a:hover{color:#fff}
.footer-link-block{padding:24px 0;border-bottom:1px solid #ffffff}
.footer-post-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px 28px}
.footer-post-grid a{display:block;position:relative;padding-left:14px;color:#fff;line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:.2s}
.footer-post-grid a:before{content:"›";position:absolute;left:0;top:0;color:#fff;font-weight:700}
.footer-post-grid a:hover{color:#fff}
.site-footer-bottom{padding-top:18px;display:flex;justify-content:space-between;align-items:center;gap:20px}
.site-footer-bottom ul{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:18px}
.site-footer-bottom li{margin:0;padding:0;list-style:none}
.site-footer-bottom a{color:#fff;font-size:16px;transition:.2s}
.site-footer-bottom a:hover{color:#fff}
#mobileAlert{display:none}
@media(max-width:768px){#mobileAlert{display:block;overflow:hidden;background:#fff7ed;border-top:1px solid #fed7aa;border-bottom:1px solid #fed7aa}
.mobile-alert-track{width:100%;overflow:hidden}
.mobile-alert{display:inline-block;white-space:nowrap;padding:10px 0;color:#9a3412;font-size:14px;font-weight:700;animation:mobileAlertMove 18s linear infinite}
.mobile-alert a{color:#9a3412;text-decoration:none}
.mobile-alert a:before{content:"Duyuru:";font-weight:800}
.mobile-alert a:after{content:" ›";font-weight:800}
@keyframes mobileAlertMove{0%{transform:translateX(100vw)}
100%{transform:translateX(-100%)}
}
}
.site-popup-overlay{position:fixed;inset:0;background:rgba(0,0,0,.75);z-index:999999;display:flex;align-items:center;justify-content:center;padding:15px}
.site-popup-box{background:#fff;padding:10px;border-radius:12px;width:auto;max-width:95vw;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.35)}
.site-popup-close{display:block;margin:0 0 10px auto;padding:6px 12px;border:0;border-radius:6px;background:#f3f4f6;color:#111827;font-size:13px;font-weight:700;cursor:pointer}
.site-popup-content{text-align:center}
.site-popup-content a{display:block}
.site-popup-content img{display:block;width:auto!important;max-width:90vw!important;height:auto!important;max-height:75vh!important;margin:0 auto;border-radius:8px}
@media(max-width:768px){.site-popup-overlay{padding:10px}
.site-popup-box{width:auto;max-width:96vw;padding:8px}
.site-popup-content img{width:100%!important;max-width:336px!important;height:auto!important;max-height:420px!important;object-fit:contain}
}

/* ==================================================
   16. MOBİL HEADER
================================================== */
.site-mobile-overlay,.site-mobile-panel,.site-mobile-search-btn,.site-mobile-search-area,.site-mobile-menu-btn{display:none!important}
@media(max-width:768px){body{overflow-x:hidden}
.site-top-news .container{height:auto;display:flex;align-items:center;gap:8px;padding:8px 14px}
.site-time{display:none!important}
.site-new-label{flex:0 0 auto;height:34px;padding:0 12px;margin:0;display:flex;align-items:center;justify-content:center;background:var(--site-renk);color:#fff;font-size:14px;font-weight:700;line-height:34px}
.site-latest-link{flex:1;min-width:0;margin:0;color:#111;font-size:13px;font-weight:700;line-height:34px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.site-top-news .site-search,.site-search-desktop{display:none!important}
.site-header-main{background:#fff;border-bottom:1px solid #eef1f3}
.site-header-main .container{display:grid!important;grid-template-columns:auto 1fr 42px 42px!important;align-items:center!important;gap:10px!important;padding:14px!important;text-align:left!important}
.site-logo{grid-column:1!important;grid-row:1!important;margin:0!important}
.site-logo a{display:inline-block}
.site-logo img{max-width:150px!important;max-height:46px!important;width:auto!important;height:auto!important;object-fit:contain}
.site-header-links,.site-more-menu,.site-more-menu-desktop,.site-menu-icon,.site-header-menu,.site-more-dropdown{display:none!important}
.site-mobile-search-btn{grid-column:3!important;grid-row:1!important;width:42px!important;height:42px!important;display:flex!important;align-items:center!important;justify-content:center!important;border:0!important;border-radius:10px!important;background:#f5f5f5!important;color:#111!important;cursor:pointer!important;padding:0!important;font-size:0!important}
.site-mobile-search-btn:before{content:"⌕";font-size:30px!important;font-weight:800!important;line-height:1!important;color:#111!important}
.site-mobile-menu-btn{grid-column:4!important;grid-row:1!important;width:42px!important;height:42px!important;display:flex!important;align-items:center!important;justify-content:center!important;border:0!important;border-radius:10px!important;background:#f5f5f5!important;color:#111!important;cursor:pointer!important;padding:0!important;font-size:0!important;position:relative!important;z-index:10!important}
.site-mobile-menu-btn:before{content:"☰";font-size:25px!important;font-weight:800!important;line-height:1!important;color:#111!important}
body.mobile-menu-open .site-mobile-menu-btn:before{content:"×";font-size:34px!important;font-weight:400!important;line-height:1!important}
.site-mobile-search-area{display:none!important;grid-column:1 / 5!important;grid-row:2!important;width:100%!important;margin-top:10px!important}
body.mobile-search-open .site-mobile-search-area{display:flex!important}
.site-mobile-search-area .site-search{width:100%!important;height:40px!important;display:flex!important;border:1px solid #ccd5da!important;border-radius:24px!important;overflow:hidden!important;background:#fff!important}
.site-mobile-search-area input{width:100%!important;height:40px!important;border:0!important;outline:0!important;padding:0 14px!important;font-size:14px!important;background:#fff!important}
.site-mobile-search-area button{flex:0 0 auto!important;height:40px!important;border:0!important;background:var(--site-renk)!important;color:#fff!important;padding:0 16px!important;font-weight:700!important;font-size:14px!important}
.site-mobile-overlay{position:fixed!important;inset:0!important;background:rgba(0,0,0,.45)!important;z-index:99998!important;display:none!important}
body.mobile-menu-open .site-mobile-overlay{display:block!important}
.site-mobile-panel{display:block!important;position:fixed!important;top:0!important;left:-100%!important;width:86%!important;max-width:330px!important;height:100dvh!important;max-height:100dvh!important;background:#fff!important;z-index:99999!important;overflow-y:auto!important;padding:18px 14px 90px!important;transition:left .25s ease!important;box-shadow:0 0 30px rgba(0,0,0,.18)!important}
body.mobile-menu-open .site-mobile-panel{left:0!important}
.site-mobile-panel-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin-bottom:16px!important}
.site-mobile-panel-logo img{max-width:145px!important;max-height:44px!important;width:auto!important;height:auto!important}
.site-mobile-close{width:42px!important;height:42px!important;display:flex!important;align-items:center!important;justify-content:center!important;border:0!important;border-radius:10px!important;background:#f5f5f5!important;color:#111!important;font-size:32px!important;line-height:1!important;cursor:pointer!important;padding:0!important}
.site-mobile-panel ul{margin:0!important;padding:0 0 40px!important;list-style:none!important}
.site-mobile-panel li{margin:0 0 9px!important;padding:0!important;list-style:none!important}
.site-mobile-panel li:last-child{margin-bottom:40px!important}
.site-mobile-panel a{display:block!important;width:100%!important;padding:12px 14px!important;background:#f5f5f5!important;color:#111!important;border-radius:10px!important;font-size:16px!important;line-height:1.4!important;font-weight:700!important;text-align:left!important}
}
.site-mobile-scroll-menu{display:none}
@media(max-width:768px){.site-mobile-scroll-menu{display:flex;gap:8px;overflow-x:auto;padding:10px 12px;background:#fff;border-bottom:1px solid #e5e7eb;scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity}
.site-mobile-scroll-menu::-webkit-scrollbar{display:none}
.site-mobile-scroll-menu a{flex:0 0 auto;padding:8px 14px;border-radius:20px;background:#f3f4f6;color:#111827;font-size:13px;font-weight:600;text-decoration:none;white-space:nowrap;scroll-snap-align:start;transition:.2s}
.site-mobile-scroll-menu a:hover,.site-mobile-scroll-menu a.active{background:var(--site-renk);color:#fff}
}

/* ==================================================
   17. MOBİL GENEL
================================================== */
@media(max-width:992px){.site-detay-layout{grid-template-columns:1fr}
.footer-links-row ul{grid-template-columns:repeat(3,1fr)}
.footer-post-grid{grid-template-columns:repeat(2,1fr)}
.site-search-results,.site-category-title-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:768px){.site-header,.site-main,.site-footer,.site-top-news,.site-header-main,.site-nav-wrap,.site-detay-sayfa,.site-main-hero,.site-section{width:100%;max-width:100%;overflow-x:hidden}
.container{max-width:100%;overflow-x:hidden}
.site-nav-wrap .container{overflow-x:visible!important}
.site-nav-wrap{background:var(--site-renk)!important;overflow:hidden!important}
.site-nav{min-height:52px!important;display:block!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;max-width:100%}
.site-nav::-webkit-scrollbar{display:none!important}
.site-menu{display:flex!important;flex-wrap:nowrap!important;width:max-content!important;max-width:none!important;min-width:100%!important;margin:0!important;padding:0!important;list-style:none!important}
.site-menu li{flex:0 0 auto!important;border-right:1px solid rgba(255,255,255,.35)!important;border-bottom:0!important}
.site-menu a{display:block!important;white-space:nowrap!important;color:#fff!important;padding:15px 18px!important;font-size:15px!important;font-weight:700!important}
.site-hero-strip{display:none!important}
.site-main-hero{padding-top:14px!important}
.site-main-hero-grid{grid-template-columns:1fr}
.site-slider-item img{height:300px}
.site-slider-item h2{font-size:18px;padding:14px 16px}
.site-slider-btn,.site-slider-prev,.site-slider-next{display:none!important}
.site-side-card a{grid-template-columns:82px 1fr}
.site-side-card img{width:82px;height:60px}
.site-grid,.site-list-grid{grid-template-columns:1fr}
.site-card-img img{height:200px}
.site-main{padding:18px 0}
.site-detay-layout{gap:16px}
.site-detay-kutu,.site-icerik-kutu{padding:16px}
.site-detay-kutu,.site-icerik-kutu,.site-aciklama,.site-etiketler,.site-benzer,.site-icindekiler,.collapseList{border-radius:10px}
.site-baslik h1,.site-baslik h2{font-size:25px;line-height:1.4}
.site-spot p,.site-icerik-kutu p,.site-icerik-kutu li{font-size:16px;line-height:1.8}
.site-icerik-kutu h2{margin:24px 0 14px;font-size:22px;line-height:1.4}
.site-icerik-kutu h3{font-size:19px}
.site-benzer-liste{grid-template-columns:1fr}
.sideRight .site-sidebar-resim{width:88px;height:56px}
.site-category-head{padding:18px;border-radius:10px}
.site-category-head h1{font-size:25px;line-height:1.4}
.site-category-desc{font-size:15px;line-height:1.75}
.site-search-results,.site-category-title-list{grid-template-columns:1fr!important;gap:10px!important}
.site-search-result-item,.site-category-title-card{padding:14px 16px!important;font-size:16px!important}
.footer-about strong{font-size:20px}
.footer-about p{font-size:13px}
.footer-links-row ul{grid-template-columns:1fr 1fr;gap:10px 14px}
.footer-post-grid{grid-template-columns:1fr;gap:10px}
.site-footer-bottom{display:block}
.site-footer-bottom ul{margin-bottom:12px}
}
.site-card-image .site-card-body{padding:14px}
.site-card-image .site-card-body h3{margin:0}
.site-content{width:100%;color:#1f2937;font-size:17px;line-height:1.85}
.site-content>*:first-child{margin-top:0!important}
.site-content h2{margin:28px 0 15px;padding:10px 0 10px 14px;border-left:5px solid var(--site-renk);border-radius:8px;background:#f7fafb;color:#111827;font-size:25px;line-height:1.45;font-weight:800}
.site-content h3{margin:24px 0 12px;color:#111827;font-size:21px;line-height:1.45;font-weight:800}
.site-content p{margin:0 0 17px;color:#374151;font-size:17px;line-height:1.85}
.site-content a{color:var(--site-renk);font-weight:700}
.site-content ul,.site-content ol{margin:0 0 18px 22px;padding:0}
.site-content li{margin-bottom:8px;color:#374151;font-size:17px;line-height:1.8}
.site-content blockquote{margin:20px 0;padding:16px 18px;border-left:5px solid var(--site-renk);border-radius:8px;background:#f3fafb;color:#374151}
@media(max-width:768px){.site-content,.site-content p,.site-content li{font-size:16px;line-height:1.8}
.site-content h2{margin:24px 0 14px;font-size:22px;line-height:1.4}
.site-content h3{font-size:19px}
}

/* Üst son yazılar tekli slider */
.site-top-news .container{overflow:hidden!important}
.site-latest-slider{position:relative!important;flex:1 1 auto!important;min-width:0!important;height:26px!important;overflow:hidden!important}
.site-latest-item{position:absolute!important;left:0!important;top:0!important;width:100%!important;opacity:0!important;visibility:hidden!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.site-latest-item.active{opacity:1!important;visibility:visible!important}
.site-cookie-box{position:fixed;left:20px;right:20px;bottom:20px;z-index:99999}
.site-cookie-content{max-width:500px;background:#fff;padding:18px;border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,.15);border:1px solid #eee}
.site-cookie-title{font-size:18px;font-weight:700;margin-bottom:10px}
.site-cookie-text{font-size:14px;line-height:1.6;margin-bottom:15px}
.site-cookie-text a{color:var(--site-renk);font-weight:600}
.site-cookie-btn{border:0;cursor:pointer;padding:10px 18px;border-radius:6px;background:var(--site-renk);color:#fff;font-weight:600}
@media(max-width:768px){.site-cookie-box{left:10px;right:10px;bottom:10px}
.site-cookie-content{max-width:100%}
}
.site-float-btn{position:fixed;bottom:20px;width:56px;height:56px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;z-index:99999;box-shadow:0 5px 20px rgba(0,0,0,.25)}
.site-float-btn svg{width:30px;height:30px}
.site-whatsapp{left:20px;background:#25D366}
.site-phone{right:20px;background:var(--site-renk)}
@media(max-width:768px){.site-float-btn{bottom:15px;width:52px;height:52px}
.site-whatsapp{left:15px}
.site-phone{right:15px}
}

/* GALERİ DETAY - TEK KUTU TEMİZ */
.site-galeri{display:flex;flex-direction:column;gap:34px}
.site-galeri-kart{padding:0;margin:0;border:0;background:transparent;box-shadow:none}
.site-galeri-baslik{padding:0 0 14px;margin:0}
.site-galeri-sira{display:inline-block;background:var(--site-renk);color:#fff;font-size:13px;font-weight:700;padding:6px 12px;border-radius:999px;margin-bottom:12px}
.site-galeri-baslik h2{margin:0;font-size:28px;line-height:1.3}
.site-galeri-gorsel{margin:0;line-height:0}
.site-galeri-gorsel img{width:100%;height:auto;display:block;border-radius:10px}
.site-galeri-aciklama{padding:14px 0 0;font-size:16px;line-height:1.75;color:#374151}
@media(max-width:768px){.site-detay-kutu{padding:16px}
.site-baslik h2{font-size:26px;line-height:1.25}
.site-spot{font-size:15px;line-height:1.6;padding:14px}
.site-galeri{gap:28px}
.site-galeri-sira{font-size:12px;padding:5px 10px;margin-bottom:8px}
.site-galeri-baslik h2{font-size:22px;line-height:1.3}
.site-galeri-gorsel img{border-radius:8px}
.site-galeri-aciklama{font-size:15px;line-height:1.65}
.site-sidebar-resim{width:78px;height:52px;flex-basis:78px}
.site-sidebar-yazi p{font-size:13px}
}

/* =========================
   GALERİ SAĞ BAR
========================= */
.site-detay-sidebar{display:flex;flex-direction:column;gap:20px}
.site-sidebar-kutu{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}
.site-sidebar-baslik{padding:14px 16px;font-size:18px;font-weight:700;border-bottom:1px solid #e5e7eb}
.site-sidebar-baslik span{display:block}
.site-sidebar-liste{padding:12px}
.site-sidebar-liste ul{margin:0;padding:0;list-style:none}
.site-sidebar-liste li{margin:0;padding:0}
.site-sidebar-liste li:not(:last-child){margin-bottom:12px;padding-bottom:12px}
.site-sidebar-liste a{display:flex;gap:10px;text-decoration:none;color:#111827}
.site-sidebar-resim{width:90px;min-width:90px;height:60px;border-radius:8px;overflow:hidden;background:#f3f4f6}
.site-sidebar-resim img{width:100%;height:100%;object-fit:cover;display:block}
.site-sidebar-yazi{flex:1}
.site-sidebar-yazi p{margin:0;font-size:14px;line-height:1.4;font-weight:600;color:#111827}
.site-sidebar-liste a:hover .site-sidebar-yazi p{color:var(--site-renk)}

/* MOBİL */
@media(max-width:768px){.site-sidebar-baslik{font-size:16px;padding:12px 14px}
.site-sidebar-resim{width:75px;min-width:75px;height:50px}
.site-sidebar-yazi p{font-size:13px;line-height:1.35}
}

/* GALERİ BENZER GALERİLER */
.site-benzer .site-kartlar-liste{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.site-benzer .site-kart-liste{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff}
.site-benzer .site-kart-liste .site-kart-gorsel img{width:100%;height:150px;object-fit:cover;display:block}
.site-benzer .site-kart-liste .site-kart-icerik{padding:12px}
.site-benzer .site-kart-liste .site-kart-icerik h3{font-size:15px;line-height:1.35;margin:0}
@media(max-width:768px){.site-benzer .site-kartlar-liste{grid-template-columns:1fr}
.site-benzer .site-kart-liste .site-kart-gorsel img{height:auto}
}
.site-main{padding-bottom:30px!important}
.site-section{margin-bottom:30px!important}
.site-list-grid{margin-bottom:0!important}
.site-footer{margin-top:0!important}
.site-top-banner{width:100%;margin:0 0 20px;text-align:center}
.site-top-banner iframe,.site-top-banner img,.site-top-banner ins{max-width:100%}
.site-top-banner img{display:block;margin:0 auto}
.site-fixed-ad{position:absolute;top:225px;width:160px;z-index:90}
.site-fixed-ad-left{left:calc(50% - 740px)}
.site-fixed-ad-right{right:calc(50% - 740px)}
.site-fixed-ad img,.site-fixed-ad iframe,.site-fixed-ad ins,.site-fixed-ad a{display:block;width:160px!important;max-width:160px!important}
.site-fixed-ad img{height:600px}
@media(max-width:1500px){.site-fixed-ad{display:none}
}

/* ==================================================
   18. FOOTER REKLAMLARI
================================================== */
.site-footer-ads{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:12px!important;margin:5px 0!important;padding-top:20px!important}
.site-footer-ad-item{display:flex!important;align-items:center!important;justify-content:center!important;height:58px!important;min-height:58px!important;padding:6px 12px!important;overflow:hidden!important;background:#ffffff!important;border:1px solid #e5e7eb!important;border-radius:4px!important;text-align:center!important;text-decoration:none!important}
.site-footer-ad-item img{display:block!important;width:auto!important;height:auto!important;max-width:90%!important;max-height:46px!important;object-fit:contain!important}
.site-footer-ad-item strong{color:#111111!important;font-size:14px!important;font-weight:700!important;line-height:1.2!important}
@media(max-width:992px){.site-footer-ads{grid-template-columns:repeat(3,1fr)!important}
}
@media(max-width:576px){.site-footer-ads{grid-template-columns:repeat(2,1fr)!important}
.site-footer-ad-item{height:50px!important;min-height:50px!important}
.site-footer-ad-item img{max-height:38px!important}
}

/* Çerez kutusu tıklama güvenliği */
.site-cookie-box{z-index:999999!important}
.site-cookie-btn{position:relative;z-index:1000000!important;pointer-events:auto!important}
