/* Ana sayfa kategori bölümleri (.tajas-main-col içinde) */
.tahc-section { background:#fff; border-radius:8px; box-shadow:0 2px 8px rgba(0,0,0,.06); padding:16px 18px 18px; margin-bottom:24px; }
.tahc-head { display:flex; align-items:center; justify-content:space-between; gap:12px; margin:0 0 14px; padding-bottom:8px; border-bottom:2px solid var(--red); }
.tahc-head h2 { margin:0; font-size:17px; font-weight:700; line-height:1.3; }
.tahc-head h2 a { color:var(--black); text-decoration:none; }
.tahc-head h2 a:hover { color:var(--red); }
.tahc-more { font-size:12px; font-weight:600; color:var(--red); text-decoration:none; white-space:nowrap; }
.tahc-more:hover { color:var(--red-dark); text-decoration:underline; }

.tahc-section a { color:inherit; text-decoration:none; }
.tahc-section h3, .tahc-section h4 { margin:0; font-weight:600; color:var(--black); }
.tahc-section a:hover h3, .tahc-section a:hover h4, .tahc-text a:hover { color:var(--red); }

.tahc-thumb, .tahc-row-thumb, .tahc-hero-img { display:block; overflow:hidden; border-radius:5px; background:#e9ecef; }
.tahc-thumb img, .tahc-row-thumb img, .tahc-hero-img img { display:block; width:100%; height:100%; object-fit:cover; transition:transform .3s; }
a:hover > .tahc-thumb img, a:hover > .tahc-row-thumb img, a:hover > .tahc-hero-img img { transform:scale(1.04); }
.tahc-noimg { display:block; width:100%; height:100%; background:linear-gradient(135deg,#e9ecef,#dee2e6); }

/* Grid 3 / Grid 4 */
.tahc-grid { display:grid; gap:14px; }
.tahc-cols-3 { grid-template-columns:repeat(3,1fr); }
.tahc-cols-4 { grid-template-columns:repeat(4,1fr); }
.tahc-card .tahc-thumb { aspect-ratio:4/3; }
.tahc-card h3 { font-size:14px; line-height:1.4; margin-top:8px; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; }

/* Liste (1+4) */
.tahc-liste { display:grid; grid-template-columns:1.15fr 1fr; gap:16px; }
.tahc-liste-main .tahc-thumb { aspect-ratio:16/10; }
.tahc-liste-main h3 { font-size:17px; line-height:1.4; margin-top:10px; }
.tahc-liste-side { display:flex; flex-direction:column; gap:10px; }
.tahc-row a { display:flex; gap:10px; align-items:flex-start; }
.tahc-row-thumb { flex:0 0 96px; width:96px; height:66px; }
.tahc-row h4 { font-size:13.5px; line-height:1.4; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; }

/* Öne Çıkan */
.tahc-hero a { position:relative; display:block; }
.tahc-hero-img { aspect-ratio:16/8; border-radius:6px; }
.tahc-hero h3 {
    position:absolute; left:0; right:0; bottom:0; padding:40px 16px 14px; margin:0;
    color:#fff !important; font-size:20px; line-height:1.35; border-radius:0 0 6px 6px;
    background:linear-gradient(to top, rgba(0,0,0,.8), rgba(0,0,0,0));
}
.tahc-hero a:hover h3 { color:#fff !important; }

/* Metin listesi */
.tahc-text { list-style:none; margin:0; padding:0; }
.tahc-hero + .tahc-text { margin-top:12px; }
.tahc-text li { display:flex; justify-content:space-between; gap:12px; padding:8px 0 8px 16px; border-bottom:1px solid var(--gray-line); position:relative; font-size:14px; line-height:1.4; }
.tahc-text li::before { content:""; position:absolute; left:2px; top:15px; width:6px; height:6px; background:var(--red); border-radius:50%; }
.tahc-text li:last-child { border-bottom:0; }
.tahc-text time { flex:none; font-size:11px; color:#868e96; padding-top:2px; }
.tahc-text-2col { display:grid; grid-template-columns:1fr 1fr; column-gap:24px; }
.tahc-text-2col li { border-bottom:1px solid var(--gray-line) !important; }

@media (max-width: 1024px) {
    .tahc-cols-4 { grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 768px) {
    .tahc-section { border-radius:0; padding:14px 12px; margin-bottom:16px; }
    .tahc-cols-3 { grid-template-columns:repeat(2,1fr); }
    .tahc-liste { grid-template-columns:1fr; }
    .tahc-hero-img { aspect-ratio:16/10; }
    .tahc-hero h3 { font-size:17px; }
    .tahc-text-2col { grid-template-columns:1fr; }
}
@media (max-width: 480px) {
    .tahc-cols-3, .tahc-cols-4 { grid-template-columns:1fr; }
}
