/* HABERODASI renk paleti: canlı kırmızı, koyu lacivert, beyaz, açık mavi */

:root {
  --red: #c41e3a;
  --red-dark: #9e1830;
  --navy: #0a1628;
  --navy-soft: #132238;
  --blue-light: #5c6bc0;
  --blue-light-soft: #7986cb;
  --bg: #ffffff;
  --bg-soft: #f5f6fa;
  --text: #0a1628;
  --text-muted: #546e7a;
  --border: #e0e4e8;
  --font: 'Inter', -apple-system, sans-serif;
  --ease: 0.2s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: var(--font); font-size: 15px; line-height: 1.5; color: var(--text); background: var(--bg); overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; object-fit: cover; }
a { color: inherit; text-decoration: none; transition: opacity var(--ease), color var(--ease); }
ul, ol { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 12px; }
.container-wide { max-width: 1280px; width: 100%; padding: 0 12px; }
.main { overflow-x: hidden; max-width: 100%; }

/* Spor haberleri sol sütunu: reklam alanının altında iki dik banner */
.sidebar-left-dik-banners { margin-top: 16px; display: flex; flex-direction: column; gap: 12px; }
.dik-banner { position: relative; display: block; width: 100%; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.08); transition: box-shadow var(--ease); }
.dik-banner:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.12); }
.dik-banner img { width: 100%; height: auto; min-height: 280px; object-fit: cover; display: block; }
.dik-banner .banner-label { position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%); padding: 4px 10px; background: rgba(0,0,0,0.6); color: #fff; font-size: 0.625rem; font-weight: 600; border-radius: 4px; }

/* ========== Header - Resim 1 ========== */
.site-header { position: sticky; top: 0; z-index: 100; background: var(--bg); box-shadow: 0 1px 0 var(--border); }

.top-menu { background: var(--red); }
.top-menu .container { padding: 10px 16px; }
.top-menu-nav { display: flex; flex-wrap: wrap; gap: 6px 20px; }
.top-menu-nav a { color: #fff; font-size: 0.875rem; font-weight: 500; }
.top-menu-nav a:hover { opacity: 0.9; }

.second-menu { background: var(--bg); border-bottom: 1px solid var(--border); }
.second-menu .container { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.haberodasi-logo { font-size: 1.25rem; font-weight: 800; color: var(--red); letter-spacing: -0.02em; flex-shrink: 0; }
.haberodasi-logo:hover { color: var(--red-dark); }
.second-menu-nav { display: flex; flex-wrap: wrap; gap: 4px 12px; padding: 10px 0; }
.second-menu-nav a { color: var(--text); font-size: 0.75rem; font-weight: 600; }
.second-menu-nav a:hover { color: var(--red); }
.second-menu-nav a:not(:last-child)::after { content: ' •'; color: var(--text-muted); margin-left: 12px; }

.logos-row { background: var(--bg-soft); border-bottom: 3px solid var(--red); padding: 12px 0; }
.logos-row .container { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.logos-strip { display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px 0; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.logos-strip::-webkit-scrollbar { display: none; }
.logo-cell { flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%; background: #fff; border: 1px solid var(--border); box-shadow: 0 1px 3px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: center; font-size: 0.625rem; font-weight: 700; color: var(--text-muted); scroll-snap-align: start; overflow: hidden; position: relative; }
.logo-cell img { width: 100%; height: 100%; object-fit: contain; padding: 5px; }
.logo-cell .logo-fallback { display: none; }
.logo-cell .logo-fallback.show { display: flex; align-items: center; justify-content: center; position: absolute; inset: 0; }
.logo-cell:hover { border-color: var(--red); box-shadow: 0 2px 8px rgba(196,30,58,0.25); }
.logos-actions { display: flex; gap: 8px; flex-shrink: 0; }
.btn-orange { padding: 8px 16px; background: var(--red); color: #fff; font-size: 0.8125rem; font-weight: 700; border-radius: 6px; }
.btn-orange:hover { background: var(--red-dark); }

@media (max-width: 767px) {
  .top-menu-nav { display: none; }
  .second-menu-nav a::after { display: none; }
  .logos-actions { flex-wrap: wrap; }
}

/* ========== Dual 5'li slider - Resim 1 ========== */
.dual-slider { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 20px 0; }
@media (max-width: 900px) { .dual-slider { grid-template-columns: 1fr; } }

.slider-box { position: relative; border-radius: 8px; overflow: hidden; background: var(--navy); min-height: 320px; }
.slider-nums { position: absolute; left: 0; top: 0; bottom: 0; width: 36px; z-index: 2; display: flex; flex-direction: column; justify-content: center; gap: 4px; padding: 12px 0; background: rgba(0,0,0,0.3); }
.slider-num { width: 28px; height: 28px; margin: 0 auto; border: none; border-radius: 4px; background: rgba(255,255,255,0.3); color: #fff; font-size: 0.75rem; font-weight: 700; }
.slider-num.active { background: var(--red); color: #fff; }
.slider-track { position: absolute; inset: 0; display: flex; width: 500%; transition: transform 0.35s ease; }
.slider-slide { flex: 0 0 20%; width: 20%; position: relative; }
.slider-slide a { display: block; height: 100%; }
.slider-slide img { width: 100%; height: 320px; object-fit: cover; }
.slide-caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 16px 16px 16px 52px; background: linear-gradient(transparent, rgba(0,0,0,0.85)); color: #fff; }
.slide-caption h2 { font-size: 1rem; font-weight: 800; line-height: 1.25; margin-bottom: 4px; }
.slide-caption p { font-size: 0.8125rem; opacity: 0.9; }

/* ========== Canlı maç sonuçları ========== */
.live-results { margin-bottom: 24px; }
.live-results-inner { display: flex; align-items: center; gap: 8px; }
.live-arrow { width: 36px; height: 36px; border-radius: 50%; background: var(--bg-soft); border: 1px solid var(--border); font-size: 1.25rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.live-arrow:hover { background: var(--red); color: #fff; border-color: var(--red); }
.live-track { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 8px 0; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.live-track::-webkit-scrollbar { display: none; }
.live-card { flex-shrink: 0; width: 180px; scroll-snap-align: start; padding: 12px; border: 1px solid var(--border); border-radius: 8px; background: var(--bg); display: flex; flex-direction: column; gap: 6px; transition: box-shadow var(--ease); }
.live-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
.live-date { font-size: 0.6875rem; color: var(--text-muted); }
.live-teams { font-size: 0.8125rem; font-weight: 600; }
.live-score { font-size: 1rem; font-weight: 800; color: var(--red); }
.live-min { font-size: 0.75rem; color: var(--text-muted); }

/* ========== Content row ========== */
.content-row { display: grid; grid-template-columns: 1fr minmax(0, 300px); gap: 12px; margin-bottom: 16px; align-items: start; }
.content-row-puan { gap: 12px; margin-bottom: 12px; }
@media (max-width: 1024px) { .content-row { grid-template-columns: 1fr; margin-bottom: 20px; } }

.content-left { min-width: 0; }

/* Big 15'li slider - Resim 2 ========== */
.big-slider { position: relative; border-radius: 8px; overflow: hidden; margin-bottom: 16px; background: var(--navy); }
.big-slider-track { display: flex; transition: transform 0.4s ease; }
.big-slide { flex: 0 0 100%; width: 100%; }
.big-slide a { display: block; }
.big-slide img { width: 100%; height: 380px; object-fit: cover; }
@media (max-width: 768px) { .big-slide img { height: 280px; } }
.big-caption { padding: 24px; background: linear-gradient(transparent, rgba(0,0,0,0.9)); color: #fff; }
.big-caption h2 { font-size: 1.5rem; font-weight: 800; margin-bottom: 8px; }
.big-caption p { font-size: 0.9375rem; opacity: 0.95; }
.big-slider-nums { display: flex; flex-wrap: wrap; gap: 6px; padding: 12px 16px; background: var(--bg-soft); }
.big-slider-nums .num { width: 36px; height: 36px; border: 1px solid var(--border); border-radius: 6px; background: var(--bg); font-size: 0.875rem; font-weight: 600; color: var(--text); display: inline-flex; align-items: center; justify-content: center; }
.big-slider-nums .num.active { background: var(--red); border-color: var(--red); color: #fff; }
.big-slider-nums .num:hover { border-color: var(--red); color: var(--red); }

.section-title { font-size: 1.125rem; font-weight: 800; color: var(--text); margin-bottom: 12px; }

/* News grid ========== */
.news-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.news-grid-first-four { grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 16px; }
.news-grid-first-four .news-item img { aspect-ratio: 5/3; object-fit: cover; }
.news-grid-first .news-large { grid-column: span 2; }
.news-item a { display: block; border-radius: 8px; overflow: hidden; border: 1px solid var(--border); transition: box-shadow var(--ease); }
.news-item a:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.08); }
.news-item img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.news-item h3 { padding: 12px 14px; font-size: 0.9375rem; font-weight: 700; line-height: 1.35; }
.news-item p { padding: 0 14px 12px; font-size: 0.8125rem; color: var(--text-muted); }
.news-item p.sub { padding: 0 14px 12px; font-size: 0.75rem; color: var(--red); }

@media (max-width: 600px) {
  .news-grid { grid-template-columns: 1fr; }
  .news-grid-first-four { grid-template-columns: 1fr; }
  .news-grid-first .news-large { grid-column: span 1; }
}

/* Sidebar top - Reklam + Son haberler ========== */
.sidebar-top { position: sticky; top: 180px; }
.ad-label { font-size: 0.6875rem; color: var(--text-muted); margin-bottom: 8px; }
.ad-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 20px; }
.ad-card { position: relative; padding: 10px; border: 1px solid var(--border); border-radius: 8px; background: var(--bg); text-align: center; }
.ad-card img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 6px; margin-bottom: 8px; }
.ad-badge { position: absolute; top: 14px; right: 14px; background: var(--red); color: #fff; font-size: 0.6875rem; font-weight: 700; padding: 2px 6px; border-radius: 4px; }
.ad-desc { display: block; font-size: 0.75rem; font-weight: 600; margin-bottom: 4px; }
.ad-price { font-size: 0.8125rem; color: var(--red); font-weight: 700; }
.ad-price s { color: var(--text-muted); margin-right: 4px; }

.block-head { font-size: 0.8125rem; font-weight: 800; padding: 10px 14px; background: var(--navy); color: #fff; margin-bottom: 0; }
.block-head.red { background: var(--red); color: #fff; }
/* Son Haberler - Resim 5: scroll yok, kırmızı başlık, turuncu saat, TÜMÜ + oklar */
.son-haberler { border: 1px solid var(--border); border-radius: 0 0 8px 8px; overflow: hidden; background: var(--bg); }
.son-haberler .block-head.red { background: linear-gradient(180deg, var(--red) 0%, var(--red-dark) 100%); border-radius: 0; }
.son-haberler-list { border: none; max-height: none; overflow: visible; }
.son-haberler-list li { border-bottom: 1px solid var(--border); }
.son-haberler-list li:last-child { border-bottom: 1px solid var(--border); }
.son-haberler-list a { display: block; padding: 10px 14px; font-size: 0.8125rem; }
.son-haberler-list a:hover { background: var(--bg-soft); color: var(--red); }
.son-haberler-list .time { color: var(--red); margin-right: 8px; font-weight: 700; }
.son-haberler-footer { display: flex; align-items: center; justify-content: space-between; padding: 10px 14px; border-top: 1px solid var(--border); background: var(--bg); }
.btn-tumu { display: inline-block; padding: 8px 16px; font-size: 0.8125rem; font-weight: 700; color: var(--red); border: 2px solid var(--red); border-radius: 6px; background: var(--bg); }
.btn-tumu:hover { background: var(--red); color: #fff; }
.son-haberler-nav { display: flex; gap: 4px; }
.son-haberler-nav button { width: 36px; height: 36px; border: 2px solid var(--red); border-radius: 6px; background: var(--bg); color: var(--red); font-size: 1rem; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.son-haberler-nav button:hover { background: var(--red); color: #fff; }

/* Son Videolar - Resim 1: turuncu-kırmızı başlık, yuvarlak thumbnail + play + başlık */
.son-videolar { margin-top: 20px; border: 1px solid var(--border); border-radius: 8px; overflow: hidden; background: var(--bg); }
.son-videolar-head { background: linear-gradient(180deg, #e85a2a 0%, #c41e3a 100%) !important; color: #fff !important; border-radius: 0; font-size: 0.8125rem; }
.son-videolar-list { list-style: none; margin: 0; padding: 0; }
.son-videolar-list li { border-bottom: 1px solid var(--border); }
.son-videolar-list li:last-child { border-bottom: none; }
.son-videolar-list a { display: flex; align-items: center; gap: 12px; padding: 10px 14px; font-size: 0.8125rem; }
.son-videolar-list a:hover { background: var(--bg-soft); color: var(--red); }
.son-video-thumb { position: relative; flex-shrink: 0; width: 56px; height: 56px; border-radius: 50%; overflow: hidden; }
.son-video-thumb img { width: 100%; height: 100%; object-fit: cover; }
.son-video-thumb .play-icon { position: absolute; inset: 0; background: rgba(196,30,58,0.85); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 0.75rem; }
.son-video-title { flex: 1; min-width: 0; line-height: 1.35; }

/* Modern reklam - dikey kartlar (sidebar sağ) */
.ad-modern-vertical { margin-top: 20px; }
.ad-modern-vertical .ad-label { display: block; margin-bottom: 10px; }
.ad-modern-card { display: block; position: relative; border: 1px solid var(--border); border-radius: 8px; overflow: hidden; background: var(--bg); margin-bottom: 12px; padding: 0 0 14px; }
.ad-modern-card:last-child { margin-bottom: 0; }
.ad-modern-card img { width: 100%; aspect-ratio: 280/320; object-fit: cover; }
.ad-modern-badge { position: absolute; top: 10px; right: 10px; background: var(--red); color: #fff; font-size: 0.6875rem; font-weight: 800; padding: 4px 8px; border-radius: 4px; z-index: 1; }
.ad-modern-desc { display: block; padding: 10px 12px 4px; font-size: 0.75rem; font-weight: 600; line-height: 1.3; }
.ad-modern-price { display: block; padding: 0 12px; font-size: 0.875rem; font-weight: 800; color: var(--red); }
.ad-modern-price s { color: var(--text-muted); margin-right: 6px; font-weight: 500; }

/* Sol sidebar reklam (ALTINYILDIZ tarzı) - sadece geniş ekranda */
.content-row-with-left-ad { grid-template-columns: 180px 1fr minmax(0, 300px); }
.sidebar-left-ad { min-width: 0; position: sticky; top: 180px; }
.ad-classics { border: 1px solid var(--border); border-radius: 8px; padding: 12px; background: var(--bg); }
.ad-classics-brand { display: block; font-size: 0.6875rem; font-weight: 700; color: var(--text-muted); margin-bottom: 10px; letter-spacing: 0.02em; }
.ad-classics-card { display: block; position: relative; border-radius: 6px; overflow: hidden; background: var(--bg-soft); margin-bottom: 12px; padding-bottom: 10px; }
.ad-classics-card:last-child { margin-bottom: 0; }
.ad-classics-card img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.ad-classics-card .ad-modern-desc { padding: 8px 10px 2px; font-size: 0.6875rem; }
.ad-classics-card .ad-modern-price { padding: 0 10px; font-size: 0.8125rem; }
@media (max-width: 1200px) {
  .content-row-with-left-ad { grid-template-columns: 1fr minmax(0, 300px); }
  .sidebar-left-ad { display: none; }
}

/* Puan Durumu / Fikstür - Kutu (Resim 2/3) ========== */
.box.box-futbol71 { position: sticky; top: 180px; border: 1px solid var(--border); border-radius: 8px; overflow: hidden; background: var(--bg); min-width: 0; }
.box .boxTitle { border-bottom: 1px solid var(--border); }
.box .boxTabs { display: flex; list-style: none; margin: 0; padding: 0; }
.box .boxTabs li { flex: 1; padding: 12px 10px; font-size: 0.75rem; font-weight: 700; text-align: center; cursor: pointer; background: var(--bg-soft); color: var(--text); border: none; border-bottom: 2px solid transparent; transition: background var(--ease), color var(--ease), border-color var(--ease); }
.box .boxTabs li:hover { background: var(--bg); color: var(--red); }
.box .boxTabs li.active { background: var(--bg); border-bottom-color: var(--red); color: var(--red); }
.box .pdnav { display: none; }
.box .pdnav li { padding: 6px 10px; font-weight: 600; cursor: pointer; background: var(--bg-soft); border-radius: 4px; color: var(--text); transition: background var(--ease), color var(--ease); }
.box .pdnav li:hover { background: var(--border); color: var(--red); }
.box .pdnav li.active { background: var(--navy); color: #fff; }
.box .pdnav li.active:hover { color: #fff; }
.box .boxContainer { padding: 0; overflow: visible; }
.box .puan-panel { display: block; overflow: visible; }
.box .puan-panel.hidden { display: none !important; }
.box .puan-panel .table-league-wrap { overflow-x: auto; overflow-y: visible; max-height: none; -webkit-overflow-scrolling: touch; }
.box .fikstur-panel { padding: 12px; overflow: visible; }
.box .fikstur-panel.hidden { display: none !important; }
.table-league-wrap { overflow: visible; -webkit-overflow-scrolling: touch; }
.table-league { width: 100%; table-layout: fixed; border-collapse: collapse; font-size: 0.75rem; }
.table-league .pdhead td { text-align: center; padding: 8px 4px; background: var(--navy); color: #fff; font-weight: 700; font-size: 0.625rem; border-bottom: 1px solid var(--border); }
.table-league .pdhead .pdnumber { width: 22px; text-align: center; }
.table-league .pdhead .td-team { text-align: left; padding-left: 4px; }
.table-league tbody tr { border-bottom: 1px solid var(--border); transition: background var(--ease); }
.table-league tbody tr:hover { background: var(--bg-soft); }
.table-league .pdnumber { width: 22px; text-align: center; padding: 6px 2px; font-weight: 600; color: var(--text-muted); font-size: 0.6875rem; }
.table-league .td-team { text-align: left; padding: 6px 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.table-league .td-team a { font-weight: 600; color: var(--text); font-size: 0.6875rem; }
.table-league .td-team a:hover { color: var(--red); }
.table-league tbody td { text-align: center; padding: 6px 2px; font-size: 0.6875rem; }
.table-league tbody td:nth-child(2) { padding: 4px 2px; width: 28px; }
.table-league tbody td:nth-child(2) img { width: 20px; height: 20px; object-fit: contain; margin: 0 auto; }
.table-league tr.bl-74 { background: rgba(33, 150, 243, 0.08); }
.table-league tr.bl-75 { background: rgba(76, 175, 80, 0.08); }
.table-league tr.bl-1674 { background: rgba(255, 152, 0, 0.08); }
.table-league tr.bl-72 { background: rgba(244, 67, 54, 0.08); }
/* Fikstür - fsnav, fslist, fsmatch yapısı */
.fsnav { display: flex; align-items: center; justify-content: space-between; padding: 10px 12px; background: var(--bg-soft); border-bottom: 1px solid var(--border); gap: 8px; }
.fsnav .prev, .fsnav .next { width: 24px; height: 24px; cursor: pointer; object-fit: contain; }
.fsnav .prev:hover, .fsnav .next:hover { opacity: 0.8; }
.fsweek { font-size: 0.8125rem; font-weight: 700; color: var(--text); }
.fslist { list-style: none; margin: 0; padding: 0; }
.fslist .fsdate { font-size: 0.75rem; font-weight: 700; color: var(--text-muted); padding: 10px 12px 4px; }
.fslist .fsmatch { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 8px 12px; border-bottom: 1px solid var(--border); font-size: 0.75rem; flex-wrap: wrap; }
.fslist .fsmatch .fslogo { flex-shrink: 0; }
.fslist .fsmatch .fslogo img { width: 24px; height: 24px; object-fit: contain; display: block; }
.fslist .fsmatch .fsteam { flex: 1; min-width: 0; }
.fslist .fsmatch .fsteam:first-of-type { text-align: right; }
.fslist .fsmatch .fsteam:last-of-type { text-align: left; }
.fslist .fsmatch .fsteam a { font-weight: 600; color: var(--text); }
.fslist .fsmatch .fsteam a:hover { color: var(--red); }
.fslist .fsmatch .fsscore { flex-shrink: 0; min-width: 36px; text-align: center; font-weight: 800; }
.fslist .fsmatch .fsscore a { background: var(--navy); color: #fff; padding: 4px 8px; border-radius: 4px; font-size: 0.6875rem; }
.fslist .fsmatch .fsscore a:hover { background: var(--red); }
@media (max-width: 600px) {
  .fslist .fsmatch { font-size: 0.6875rem; padding: 6px 8px; gap: 4px; }
  .fslist .fsmatch .fslogo img { width: 20px; height: 20px; }
}
@media (max-width: 1024px) {
  .box.box-futbol71 { position: static; }
  .table-league-wrap { margin: 0 -12px; padding: 0 12px; }
}
@media (max-width: 600px) {
  .box .boxTabs li { padding: 10px 8px; font-size: 0.6875rem; }
  .table-league { font-size: 0.625rem; }
  .table-league .pdnumber, .table-league .td-team, .table-league tbody td { padding: 4px 2px; }
  .table-league .td-team a { font-size: 0.625rem; }
  .table-league tbody td:nth-child(2) img { width: 18px; height: 18px; }
}

/* En çok okunanlar + App banner - Resim 4 ========== */
.sidebar-en-cok { position: sticky; top: 180px; }
.app-banner { background: var(--red); color: #fff; padding: 24px; border-radius: 8px; margin-bottom: 20px; text-align: center; }
.app-banner h3 { font-size: 1rem; font-weight: 800; margin-bottom: 16px; line-height: 1.3; }
.app-phones { height: 80px; background: rgba(255,255,255,0.1); border-radius: 8px; margin-bottom: 16px; }
.app-buttons { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; }
.app-btn { display: block; padding: 10px; background: rgba(255,255,255,0.2); color: #fff; font-size: 0.75rem; font-weight: 600; border-radius: 6px; text-align: center; }
.app-btn:hover { background: rgba(255,255,255,0.3); }
.app-cta { display: inline-block; padding: 12px 24px; background: #fff; color: var(--red); font-size: 0.875rem; font-weight: 800; border-radius: 6px; }
.app-cta:hover { opacity: 0.95; }
.app-logo { display: block; margin-top: 12px; font-size: 0.875rem; font-weight: 800; opacity: 0.9; }

/* EN ÇOK OKUNANLAR - Resim 2: Siteye git (mavi) + kırmızı başlık + numaralı liste (küçük kare görsel + başlık) */
.en-cok-okunanlar { position: relative; }
.en-cok-siteye-git { display: inline-block; margin-bottom: 8px; padding: 6px 14px; background: #1976d2; color: #fff; font-size: 0.75rem; font-weight: 700; border-radius: 6px; }
.en-cok-siteye-git:hover { background: #1565c0; color: #fff; }
.en-cok-okunanlar .block-head.red { background: var(--red); color: #fff; border-radius: 8px 8px 0 0; }
.en-cok-list { border: 1px solid var(--border); border-top: none; background: var(--bg); }
.en-cok-list li { border-bottom: 1px solid var(--border); }
.en-cok-list li:last-child { border-bottom: none; }
.en-cok-list a { display: flex; align-items: center; gap: 12px; padding: 10px 14px; font-size: 0.8125rem; font-weight: 500; }
.en-cok-list a:hover { background: var(--bg-soft); color: var(--red); }
.en-cok-list .rank { width: 26px; height: 26px; background: var(--navy); color: #fff; font-size: 0.75rem; font-weight: 800; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.en-cok-list img { width: 56px; height: 56px; object-fit: cover; border-radius: 4px; flex-shrink: 0; }
.en-cok-list span:last-child { flex: 1; min-width: 0; line-height: 1.3; }

/* Videos side ========== */
.videos-side { margin-top: 24px; }
.video-row { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 0.875rem; position: relative; }
.video-row img { width: 120px; height: 68px; object-fit: cover; border-radius: 6px; flex-shrink: 0; }
.video-row .play-icon { position: absolute; left: 54px; top: 50%; transform: translate(-50%, -50%); width: 36px; height: 36px; background: rgba(208,0,0,0.9); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.75rem; }
.video-row:hover { color: var(--red); }

/* İlk 3 resim aynı boyut (şüpheler rafa kalktı gibi) - 3 sütun, aynı oran */
.news-grid-second { grid-template-columns: repeat(3, 1fr); gap: 12px; }
.news-grid-second .news-large { grid-column: span 1; }
.news-grid-second .news-large img { aspect-ratio: 5/3; object-fit: cover; }
/* 4'lü haber (Resim 6): 2x2 grid, aynı boyut ve şekil */
.news-grid-four { grid-template-columns: repeat(2, 1fr); gap: 12px; }
.news-grid-four .news-item img { aspect-ratio: 5/3; object-fit: cover; }
.content-row-puan .news-grid { gap: 12px; }
@media (max-width: 900px) {
  .news-grid-second { grid-template-columns: repeat(2, 1fr); }
  .news-grid-second .news-large:first-child { grid-column: span 2; }
  .news-grid-four { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .news-grid-second { grid-template-columns: 1fr; }
  .news-grid-second .news-large:first-child { grid-column: span 1; }
  .news-grid-four { grid-template-columns: 1fr; }
}

/* Footer - gündemdeki kelimeler ========== */
/* ========== Footer — tasarımla uyumlu (HABERODASI paleti) ========== */
.site-footer { background: var(--navy); color: rgba(255,255,255,0.88); padding: 0 0 28px; margin-top: 48px; position: relative; }
.footer-top-bar { height: 4px; background: var(--red); margin-bottom: 28px; }
.site-footer .container { padding: 0 16px; max-width: 1200px; margin: 0 auto; }

.footer-brand { margin-bottom: 24px; }
.footer-logo { font-size: 1.375rem; font-weight: 800; color: #fff; letter-spacing: -0.02em; display: inline-block; margin-bottom: 4px; }
.footer-logo:hover { color: var(--red); }
.footer-tagline { font-size: 0.8125rem; color: rgba(255,255,255,0.65); font-weight: 500; }

.footer-trending { margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,0.12); }
.footer-heading { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: rgba(255,255,255,0.6); margin-bottom: 14px; }
.trending-tags { display: flex; flex-wrap: wrap; gap: 8px 12px; }
.trending-tags a { padding: 8px 14px; background: var(--navy-soft); border: 1px solid rgba(255,255,255,0.1); border-radius: 6px; font-size: 0.8125rem; font-weight: 500; color: rgba(255,255,255,0.9); transition: background var(--ease), color var(--ease), border-color var(--ease); }
.trending-tags a:hover { background: var(--red); border-color: var(--red); color: #fff; }

.footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 12px; margin-bottom: 16px; }
.footer-links a { font-size: 0.8125rem; font-weight: 500; color: rgba(255,255,255,0.75); }
.footer-links a:hover { color: var(--red); }
.footer-dot { color: rgba(255,255,255,0.35); font-size: 0.625rem; user-select: none; pointer-events: none; }

.footer-copy { font-size: 0.75rem; color: rgba(255,255,255,0.5); font-weight: 500; }

@media (max-width: 600px) {
  .footer-top-bar { margin-bottom: 20px; }
  .footer-brand { margin-bottom: 20px; }
  .footer-logo { font-size: 1.25rem; }
  .footer-links .footer-dot { display: none; }
  .footer-links a { padding: 4px 0; }
}

.hidden { display: none !important; }
