/* ============================================
   HABER SİTESİ - ANA STİL DOSYASI
   Mobil Uyumlu | AMP Uyumlu | SEO Optimizasyonlu
   ============================================ */

/* Reset & Base */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #f5f5f5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a { text-decoration: none; color: inherit; transition: all 0.2s ease; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, select, textarea { font-family: inherit; font-size: 1rem; }

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
}

/* ============================================
   REKLAM ALANLARI
   ============================================ */
.reklam-ust, .reklam-alt, .reklam-orta {
    background: #f0f0f0;
    text-align: center;
    padding: 10px 0;
    overflow: hidden;
}
.reklam-ust .container, .reklam-alt .container { min-height: 90px; }
.reklam-orta .container { min-height: 250px; }
.reklam-label { font-size: 0.65rem; color: #999; text-transform: uppercase; letter-spacing: 1px; display: block; margin-bottom: 2px; }
.sidebar-reklam { margin-bottom: 20px; background: #f0f0f0; text-align: center; padding: 10px; border-radius: 4px; }
.banner-reklamlar { margin: 20px 0; }
.banner-1 { background: #f0f0f0; padding: 10px; text-align: center; border-radius: 4px; }

/* ============================================
   HEADER - ÜST MENÜ
   ============================================ */
.main-header { background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,0.1); position: sticky; top: 0; z-index: 1000; }

.header-top {
    background: #1a1a2e;
    color: #fff;
    font-size: 0.85rem;
    padding: 6px 0;
}
.header-top .container { display: flex; justify-content: space-between; align-items: center; }
.header-left { display: flex; gap: 15px; align-items: center; }
.header-left .tarih { color: #e0e0e0; }
.hava-durumu-mini { display: flex; align-items: center; gap: 5px; cursor: pointer; }
.hava-durumu-mini:hover { color: #f39c12; }

.header-right { display: flex; gap: 15px; align-items: center; }
.top-link { color: #ccc; font-size: 0.8rem; }
.top-link:hover { color: #fff; }
.sosyal-medya { display: flex; gap: 10px; }
.sosyal-medya a {
    display: inline-flex;
    width: 24px; height: 24px;
    border-radius: 50%;
    background: #444;
    color: #fff;
    font-size: 0.7rem;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}
.sosyal-medya a:hover { background: #e74c3c; }

/* Header Main */
.header-main { padding: 15px 0; border-bottom: 1px solid #eee; }
.header-main .container { display: flex; justify-content: space-between; align-items: center; }
.logo h1 {
    font-size: 2rem;
    font-weight: 800;
    color: #e74c3c;
    letter-spacing: -1px;
}
.logo h1:hover { color: #c0392b; }

.arama-kutusu { flex: 0 0 300px; }
.search-form { display: flex; position: relative; }
.search-form input {
    width: 100%;
    padding: 10px 40px 10px 15px;
    border: 2px solid #ddd;
    border-radius: 25px;
    outline: none;
    transition: border-color 0.2s;
}
.search-form input:focus { border-color: #e74c3c; }
.search-form button {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.1rem;
    padding: 5px 10px;
    background: none;
}

/* Navigation */
.main-nav { background: #fff; border-bottom: 3px solid #e74c3c; }
.main-nav .container { display: flex; align-items: center; justify-content: space-between; }
.menu-toggle { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 3px; background: #333; border-radius: 2px; transition: all 0.3s; }
.nav-menu { display: flex; flex-wrap: wrap; }
.nav-menu li { position: relative; }
.nav-link {
    display: block;
    padding: 14px 16px;
    font-weight: 600;
    font-size: 0.92rem;
    color: #333;
    border-bottom: 3px solid transparent;
    margin-bottom: -3px;
    transition: all 0.2s;
}
.nav-link:hover, .nav-link.active {
    color: #e74c3c;
    border-bottom-color: #e74c3c;
}

.nav-extra { display: flex; align-items: center; }
.btn-canli-tv {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: #fff;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.85rem;
    transition: transform 0.2s, box-shadow 0.2s;
    white-space: nowrap;
}
.btn-canli-tv:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(231, 76, 60, 0.4); }
.tv-icon { font-size: 1.1rem; }
.tv-yayin { color: #ffeb3b; font-size: 0.75rem; animation: pulse 1.5s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }

/* ============================================
   SON DAKİKA BANDI
   ============================================ */
.son-dakika-band {
    background: #fff3cd;
    border-bottom: 2px solid #ffc107;
    padding: 10px 0;
    overflow: hidden;
}
.son-dakika-band .container { display: flex; align-items: center; gap: 15px; }
.sd-label {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #e74c3c;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 0.85rem;
    white-space: nowrap;
    flex-shrink: 0;
}
.sd-icon { font-size: 1rem; }
.sd-ticker { flex: 1; overflow: hidden; position: relative; }
.sd-ticker-content {
    display: flex;
    gap: 30px;
    animation: tickerScroll 30s linear infinite;
    white-space: nowrap;
}
.sd-ticker-content:hover { animation-play-state: paused; }
.sd-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    flex-shrink: 0;
}
.sd-kategori { font-weight: 700; font-size: 0.8rem; }
.sd-baslik { color: #333; }
.sd-baslik:hover { color: #e74c3c; }
.sd-zaman { color: #999; font-size: 0.8rem; }

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

/* ============================================
   HERO SLIDER
   ============================================ */
.hero-section { background: #fff; padding: 20px 0; }
.slider-wrapper { display: grid; grid-template-columns: 2fr 1fr; gap: 15px; }

.main-slider { position: relative; border-radius: 8px; overflow: hidden; height: 400px; }
.slide { position: absolute; inset: 0; opacity: 0; transition: opacity 0.5s ease; }
.slide.active { opacity: 1; z-index: 2; }
.slide-link { display: block; height: 100%; }
.slide-image { position: absolute; inset: 0; }
.slide-image img { width: 100%; height: 100%; object-fit: cover; }
.slide-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 60%, transparent 100%); z-index: 1; }
.slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    z-index: 2;
    color: #fff;
}
.slide-kategori {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.slide-baslik { font-size: 1.6rem; font-weight: 700; line-height: 1.3; margin-bottom: 8px; }
.slide-ozet { font-size: 0.95rem; opacity: 0.9; margin-bottom: 10px; }
.slide-tarih { font-size: 0.85rem; opacity: 0.7; }

.slider-prev, .slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px; height: 40px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    font-size: 1.5rem;
    display: flex; align-items: center; justify-content: center;
    transition: all 0.2s;
    color: #333;
}
.slider-prev:hover, .slider-next:hover { background: #fff; color: #e74c3c; }
.slider-prev { left: 15px; }
.slider-next { right: 15px; }

.slider-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 8px;
}
.dot {
    width: 10px; height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    transition: all 0.2s;
}
.dot.active { background: #fff; width: 25px; border-radius: 5px; }

/* Manşet Küçük */
.manset-kucuk { display: flex; flex-direction: column; gap: 12px; }
.manset-kucuk-kart { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.08); transition: transform 0.2s; }
.manset-kucuk-kart:hover { transform: translateY(-3px); box-shadow: 0 4px 16px rgba(0,0,0,0.12); }
.manset-kucuk-kart a { display: flex; gap: 12px; padding: 12px; }
.mk-resim { flex: 0 0 80px; height: 80px; border-radius: 4px; overflow: hidden; }
.mk-resim img { width: 100%; height: 100%; object-fit: cover; }
.mk-icerik { flex: 1; min-width: 0; }
.mk-kategori { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; }
.mk-icerik h4 { font-size: 0.9rem; font-weight: 600; color: #333; line-height: 1.3; margin: 4px 0; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.mk-tarih { font-size: 0.8rem; color: #999; }

/* ============================================
   MAIN CONTENT
   ============================================ */
.main-content { padding: 25px 0; }
.content-grid { display: grid; grid-template-columns: 1fr 320px; gap: 25px; }
.content-left { min-width: 0; }

/* Section Başlık */
.section-baslik {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
}
.section-baslik h2 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}
.section-icon { font-size: 1.2rem; }
.section-dot { width: 12px; height: 12px; border-radius: 50%; display: inline-block; }
.tumunu-gor { color: #e74c3c; font-size: 0.9rem; font-weight: 600; }
.tumunu-gor:hover { color: #c0392b; }

/* ============================================
   HABER KARTLARI
   ============================================ */
.haberler-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.haberler-section { margin-bottom: 30px; }

.haber-kart {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: transform 0.2s, box-shadow 0.2s;
}
.haber-kart:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.12); }
.haber-link { display: block; }
.haber-resim { position: relative; height: 180px; overflow: hidden; }
.haber-resim img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.haber-kart:hover .haber-resim img { transform: scale(1.05); }
.sd-ribbon {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #e74c3c;
    color: #fff;
    padding: 4px 10px;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 4px;
    animation: pulse 2s infinite;
    z-index: 2;
}
.haber-icerik { padding: 15px; }
.haber-kategori { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; }
.haber-baslik { font-size: 1.05rem; font-weight: 700; color: #333; line-height: 1.3; margin: 8px 0; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.haber-ozet { font-size: 0.9rem; color: #666; line-height: 1.5; margin-bottom: 10px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.haber-meta { display: flex; justify-content: space-between; font-size: 0.82rem; color: #999; }

/* ============================================
   VİDEO BÖLÜMÜ
   ============================================ */
.videolar-section { margin-bottom: 30px; }
.videolar-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 15px; }
.video-kart { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.video-kart:hover { transform: translateY(-3px); box-shadow: 0 4px 16px rgba(0,0,0,0.12); }
.video-link { display: block; }
.video-kapak { position: relative; height: 130px; overflow: hidden; }
.video-kapak img { width: 100%; height: 100%; object-fit: cover; }
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px; height: 50px;
    background: rgba(231, 76, 60, 0.9);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    font-size: 1.2rem;
    padding-left: 4px;
    transition: all 0.2s;
}
.video-kart:hover .play-btn { transform: translate(-50%, -50%) scale(1.1); background: #e74c3c; }
.video-sure {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(0,0,0,0.8);
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
}
.video-icerik { padding: 12px; }
.video-kategori { font-size: 0.75rem; color: #e74c3c; font-weight: 600; }
.video-icerik h4 { font-size: 0.9rem; font-weight: 600; color: #333; line-height: 1.3; margin: 4px 0; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.video-goruntulenme { font-size: 0.82rem; color: #999; }

/* ============================================
   KATEGORİ HABERLERİ
   ============================================ */
.kategori-haberler { margin-bottom: 30px; }
.kategori-haber-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.k-haber-kart { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.k-haber-kart:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.12); }
.k-haber-kart a { display: block; }
.kh-resim { height: 140px; overflow: hidden; }
.kh-resim img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.k-haber-kart:hover .kh-resim img { transform: scale(1.05); }
.kh-icerik { padding: 12px; }
.kh-icerik h4 { font-size: 0.92rem; font-weight: 600; color: #333; line-height: 1.3; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.kh-tarih { font-size: 0.8rem; color: #999; margin-top: 6px; display: block; }

/* ============================================
   YAZARLAR BÖLÜMÜ
   ============================================ */
.yazarlar-section { margin-bottom: 30px; }
.yazarlar-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 15px; }
.yazar-kart { background: #fff; border-radius: 8px; padding: 20px; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,0.08); transition: transform 0.2s; }
.yazar-kart:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.12); }
.yazar-resim { width: 80px; height: 80px; border-radius: 50%; overflow: hidden; margin: 0 auto 12px; border: 3px solid #eee; }
.yazar-resim img { width: 100%; height: 100%; object-fit: cover; }
.yazar-bilgi h4 { font-size: 1rem; font-weight: 700; color: #333; margin-bottom: 4px; }
.yazar-unvan { font-size: 0.82rem; color: #e74c3c; font-weight: 600; }
.yazar-biyografi { font-size: 0.82rem; color: #666; margin-top: 8px; line-height: 1.4; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

/* ============================================
   SIDEBAR WIDGETS
   ============================================ */
.sidebar { min-width: 0; }
.widget { background: #fff; border-radius: 8px; margin-bottom: 20px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.widget-baslik {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 15px;
    background: #f8f9fa;
    border-bottom: 2px solid #e74c3c;
}
.widget-baslik h3 { font-size: 1rem; font-weight: 700; color: #333; }
.widget-icon { font-size: 1.2rem; }
.widget-icerik { padding: 15px; }

/* Hava Durumu Widget */
.hava-form { display: flex; flex-direction: column; gap: 10px; margin-bottom: 15px; }
.hava-form select, .eczane-form select {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
}
.hava-form button, .eczane-form button {
    padding: 10px;
    background: #e74c3c;
    color: #fff;
    border-radius: 4px;
    font-weight: 600;
    transition: background 0.2s;
}
.hava-form button:hover, .eczane-form button:hover { background: #c0392b; }
.hava-sonuc { text-align: center; }
.hava-anlik { margin-bottom: 12px; }
.hava-sicaklik-buyuk { font-size: 3rem; font-weight: 300; color: #333; }
.hava-durum-yazi { font-size: 1.1rem; color: #666; margin-top: 5px; }
.hava-detay { font-size: 0.85rem; color: #999; }
.hava-detay div { margin: 4px 0; }
.hava-detay span { color: #666; font-weight: 600; }

/* Eczane Widget */
.eczane-form { display: flex; flex-direction: column; gap: 10px; margin-bottom: 15px; }
.eczane-sonuc { font-size: 0.9rem; }
.eczane-bilgi { color: #666; text-align: center; }
.eczane-liste { display: flex; flex-direction: column; gap: 10px; }
.eczane-item { background: #f8f9fa; padding: 12px; border-radius: 4px; border-left: 3px solid #e74c3c; }
.eczane-item .eczane-adi { font-weight: 700; color: #333; }
.eczane-item .eczane-adres { font-size: 0.85rem; color: #666; margin-top: 4px; }
.eczane-item .eczane-tel { font-size: 0.85rem; color: #e74c3c; margin-top: 4px; }

/* Spor Widget */
.spor-tabs { display: flex; gap: 5px; margin-bottom: 12px; }
.spor-tab {
    flex: 1;
    padding: 8px;
    background: #f0f0f0;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: center;
    transition: all 0.2s;
}
.spor-tab.active { background: #e74c3c; color: #fff; }
.spor-tab:hover:not(.active) { background: #ddd; }
.spor-tablo table { width: 100%; font-size: 0.85rem; border-collapse: collapse; }
.spor-tablo th { text-align: left; padding: 6px; color: #666; font-weight: 600; border-bottom: 2px solid #eee; }
.spor-tablo td { padding: 6px; border-bottom: 1px solid #f0f0f0; }
.spor-tablo .sira { font-weight: 700; width: 30px; }
.spor-tablo .takim { font-weight: 600; }
.spor-tablo .sampiyon-lig { background: #e8f5e9; }
.spor-tablo .avrupa-lig { background: #e3f2fd; }
.spor-detay-link { text-align: center; margin-top: 10px; }
.spor-detay-link a { color: #e74c3c; font-weight: 600; font-size: 0.9rem; }

/* Popüler Haberler */
.populer-liste li { border-bottom: 1px solid #f0f0f0; }
.populer-liste li:last-child { border-bottom: none; }
.populer-liste a { display: flex; align-items: center; gap: 10px; padding: 12px 0; }
.populer-sira {
    width: 28px; height: 28px;
    display: flex; align-items: center; justify-content: center;
    background: #e74c3c;
    color: #fff;
    border-radius: 50%;
    font-weight: 700;
    font-size: 0.85rem;
    flex-shrink: 0;
}
.populer-baslik { flex: 1; font-size: 0.9rem; font-weight: 600; color: #333; line-height: 1.3; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.populer-goruntulenme { font-size: 0.75rem; color: #999; flex-shrink: 0; }

/* Sosyal Takip */
.sosyal-takip { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.takip-btn { display: flex; align-items: center; gap: 8px; padding: 10px; border-radius: 4px; font-size: 0.85rem; font-weight: 600; color: #fff; transition: transform 0.2s; }
.takip-btn:hover { transform: translateY(-2px); }
.takip-icon { width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.2); border-radius: 50%; font-size: 0.8rem; }
.takip-btn.facebook { background: #3b5998; }
.takip-btn.twitter { background: #1da1f2; }
.takip-btn.instagram { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.takip-btn.youtube { background: #ff0000; }

/* ============================================
   FOOTER
   ============================================ */
.main-footer { background: #1a1a2e; color: #fff; }
.footer-top { padding: 40px 0; }
.footer-sections { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.footer-col h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 15px; color: #fff; }
.footer-col p { font-size: 0.9rem; color: #aaa; line-height: 1.6; }
.footer-links li { margin-bottom: 8px; }
.footer-links a { font-size: 0.9rem; color: #aaa; transition: color 0.2s; }
.footer-links a:hover { color: #e74c3c; }
.footer-sosyal { display: flex; gap: 10px; margin-top: 15px; }
.footer-sosyal a { display: inline-block; padding: 8px 16px; background: #333; border-radius: 4px; font-size: 0.85rem; color: #fff; transition: background 0.2s; }
.footer-sosyal a:hover { background: #e74c3c; }
.bulten-form { display: flex; gap: 8px; margin-top: 12px; }
.bulten-form input {
    flex: 1;
    padding: 10px 12px;
    border: 1px solid #444;
    border-radius: 4px;
    background: #333;
    color: #fff;
    outline: none;
}
.bulten-form input::placeholder { color: #999; }
.bulten-form button { padding: 10px 16px; background: #e74c3c; color: #fff; border-radius: 4px; font-weight: 600; transition: background 0.2s; }
.bulten-form button:hover { background: #c0392b; }
.footer-bottom { border-top: 1px solid #333; padding: 20px 0; text-align: center; }
.footer-bottom p { font-size: 0.85rem; color: #666; margin: 4px 0; }

/* Yukarı Çık Butonu */
.yukari-cik {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px; height: 45px;
    background: #e74c3c;
    color: #fff;
    border-radius: 50%;
    font-size: 1.2rem;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 12px rgba(231, 76, 60, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 999;
}
.yukari-cik.visible { opacity: 1; visibility: visible; }
.yukari-cik:hover { background: #c0392b; transform: translateY(-3px); }

/* ============================================
   MOBİL RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    .content-grid { grid-template-columns: 1fr; }
    .sidebar { order: 2; }
    .slider-wrapper { grid-template-columns: 1fr; }
    .manset-kucuk { display: grid; grid-template-columns: 1fr 1fr; }
    .footer-sections { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .header-top .container { flex-direction: column; gap: 8px; font-size: 0.8rem; }
    .header-main .container { flex-direction: column; gap: 15px; }
    .arama-kutusu { flex: 0 0 auto; width: 100%; }
    .logo h1 { font-size: 1.5rem; }
    .menu-toggle { display: flex; }
    .nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        flex-direction: column;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        z-index: 1001;
    }
    .nav-menu.active { display: flex; }
    .nav-link { border-bottom: none; border-left: 3px solid transparent; margin-bottom: 0; padding: 12px 20px; }
    .nav-link:hover, .nav-link.active { border-left-color: #e74c3c; border-bottom-color: transparent; }
    .btn-canli-tv { padding: 6px 12px; font-size: 0.8rem; }
    .tv-text { display: none; }
    .main-slider { height: 280px; }
    .slide-baslik { font-size: 1.1rem; }
    .slide-content { padding: 15px; }
    .manset-kucuk { grid-template-columns: 1fr; }
    .haberler-grid { grid-template-columns: 1fr; }
    .videolar-grid { grid-template-columns: 1fr 1fr; }
    .kategori-haber-grid { grid-template-columns: 1fr; }
    .yazarlar-grid { grid-template-columns: 1fr 1fr; }
    .footer-sections { grid-template-columns: 1fr; gap: 20px; }
    .son-dakika-band .container { flex-direction: column; gap: 8px; }
    .sd-ticker-content { animation-duration: 20s; }
    .reklam-ust .container, .reklam-alt .container { min-height: auto; }
    .reklam-orta .container { min-height: auto; }
}

@media (max-width: 480px) {
    .container { padding: 0 10px; }
    .slide-baslik { font-size: 0.95rem; }
    .haberler-grid { grid-template-columns: 1fr; }
    .videolar-grid { grid-template-columns: 1fr; }
    .yazarlar-grid { grid-template-columns: 1fr; }
    .sosyal-takip { grid-template-columns: 1fr; }
    .yukari-cik { width: 40px; height: 40px; font-size: 1rem; bottom: 15px; right: 15px; }
}

/* ============================================
   AMP ÖZEL STİLLER
   ============================================ */
amp-img { max-width: 100%; }
amp-sidebar { background: #fff; width: 280px; }
.amp-menu-item { display: block; padding: 12px 20px; border-bottom: 1px solid #f0f0f0; font-weight: 600; }

/* ============================================
   SPOR WIDGET GELİŞMİŞ STİLLER
   ============================================ */
.spor-tabs { display: flex; flex-wrap: wrap; gap: 4px; margin-bottom: 10px; }
.spor-tab { padding: 5px 8px; font-size: 11px; font-weight: 700; border-radius: 4px; background: #e9ecef; color: #555; border: none; cursor: pointer; transition: all 0.2s; }
.spor-tab:hover { background: #dee2e6; }
.spor-tab.active { background: #1a73e8; color: #fff; }
.spor-tablo { width: 100%; border-collapse: collapse; font-size: 12px; }
.spor-tablo thead th { background: #f8f9fa; padding: 6px 4px; text-align: center; font-weight: 700; border-bottom: 2px solid #e0e0e0; position: sticky; top: 0; }
.spor-tablo tbody td { padding: 6px 4px; text-align: center; border-bottom: 1px solid #f0f0f0; }
.spor-tablo tbody td.takim { text-align: left; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 120px; }
.spor-tablo tbody td.sira { font-weight: 700; color: #888; }
.spor-tablo tbody tr:hover { background: #f8f9fa; }
.spor-tablo .sampiyon-lig { background: rgba(255,215,0,0.12); }
.spor-tablo .avrupa-lig { background: rgba(30,144,255,0.08); }
.spor-tablo .dusme-lig { background: rgba(255,69,0,0.08); }
.fikstur-liste .fikstur-mac { transition: background 0.2s; }
.fikstur-liste .fikstur-mac:hover { background: #f8f9fa; }
.fikstur-liste .fikstur-mac:last-child { border-bottom: none; }

/* Spor Detay Sayfası */
.sayfa-baslik { font-size: 1.8rem; font-weight: 800; margin: 20px 0 15px; color: #1a1a1a; }
.spor-lig-secimi { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.lig-btn { padding: 8px 14px; background: #fff; border: 1px solid #e0e0e0; border-radius: 6px; font-size: 13px; font-weight: 600; color: #555; text-decoration: none; transition: all 0.2s; }
.lig-btn:hover { background: #f8f9fa; border-color: #1a73e8; color: #1a73e8; }
.lig-btn.active { background: #1a73e8; color: #fff; border-color: #1a73e8; }
.spor-iki-kolon { display: grid; grid-template-columns: 2fr 1fr; gap: 20px; }
.spor-detay-tablo { width: 100%; border-collapse: collapse; font-size: 13px; background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 4px rgba(0,0,0,0.06); }
.spor-detay-tablo thead th { background: #1a1a1a; color: #fff; padding: 10px 8px; text-align: center; font-weight: 700; }
.spor-detay-tablo tbody td { padding: 10px 8px; text-align: center; border-bottom: 1px solid #f0f0f0; }
.spor-detay-tablo tbody td.takim { text-align: left; font-weight: 700; white-space: nowrap; }
.spor-detay-tablo tbody td.sira { font-weight: 800; color: #888; }
.spor-detay-tablo .sampiyon-lig { background: rgba(255,215,0,0.15); }
.spor-detay-tablo .avrupa-lig { background: rgba(30,144,255,0.10); }
.spor-detay-tablo .dusme-lig { background: rgba(255,69,0,0.10); }
.takim-logo { width: 22px; height: 22px; vertical-align: middle; margin-right: 6px; border-radius: 3px; display: inline-block; }
.form-seri { font-size: 11px; letter-spacing: 1px; font-weight: 700; }
.mac-karti { background: #fff; border-radius: 8px; padding: 14px; margin-bottom: 10px; box-shadow: 0 1px 4px rgba(0,0,0,0.06); }
.mac-tarih { font-size: 12px; color: #888; margin-bottom: 8px; font-weight: 600; }
.mac-takimlar { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 8px; }
.takim-ev, .takim-dep { display: flex; align-items: center; gap: 6px; flex: 1; }
.takim-ev { justify-content: flex-end; text-align: right; }
.takim-dep { justify-content: flex-start; }
.mac-vs { font-size: 11px; font-weight: 800; color: #1a73e8; background: #e8f0fe; padding: 3px 8px; border-radius: 4px; }
.mac-yer { font-size: 12px; color: #666; text-align: center; }
@media (max-width: 768px) {
    .spor-iki-kolon { grid-template-columns: 1fr; }
    .spor-lig-secimi { gap: 5px; }
    .lig-btn { padding: 6px 10px; font-size: 12px; }
    .spor-detay-tablo { font-size: 12px; }
    .spor-detay-tablo thead th { padding: 8px 4px; }
    .spor-detay-tablo tbody td { padding: 8px 4px; }
}

/* ===== BULLETEN SAYFASI ===== */
.page-content { max-width: 1300px; margin: 0 auto; padding: 30px 20px; }
.page-content h1 { font-size: 2rem; color: #1a1a2e; margin-bottom: 10px; }
.page-desc { color: #666; margin-bottom: 30px; font-size: 0.95rem; }
.bulten-liste { display: flex; flex-direction: column; gap: 18px; }
.bulten-item { background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.06); transition: transform 0.3s, box-shadow 0.3s; }
.bulten-item:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,0.10); }
.bulten-link { display: flex; text-decoration: none; color: inherit; }
.bulten-resim { width: 280px; min-width: 280px; height: 180px; overflow: hidden; }
.bulten-resim img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bulten-icerik { padding: 20px; flex: 1; display: flex; flex-direction: column; justify-content: center; }
.bulten-kat { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; margin-bottom: 8px; letter-spacing: 0.5px; }
.bulten-icerik h3 { font-size: 1.15rem; color: #1a1a2e; margin: 0 0 10px; line-height: 1.4; font-weight: 700; }
.bulten-ozet { color: #555; font-size: 0.9rem; line-height: 1.6; margin: 0 0 12px; }
.bulten-meta { display: flex; gap: 20px; font-size: 0.8rem; color: #888; }
@media (max-width: 768px) {
    .bulten-link { flex-direction: column; }
    .bulten-resim { width: 100%; min-width: 100%; height: 200px; }
    .bulten-icerik { padding: 15px; }
    .bulten-icerik h3 { font-size: 1rem; }
}
