body {
    background: #f5f6f8;
}

main {
    min-height: 70vh;
}

.ana-hero {
    background: linear-gradient(135deg, #111827, #1f2937);
    color: #fff;
    padding: 48px 0;
}

.ana-hero h1 {
    font-weight: 800;
}

.ilan-karti {
    border: 0;
    border-radius: 14px;
    transition: all .18s ease;
}

.ilan-karti:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, .08);
}

.ilan-tipi-etiket {
    font-size: 12px;
    font-weight: 700;
}

.ilan-baslik {
    color: #111827;
    text-decoration: none;
}

.ilan-baslik:hover {
    color: #d97706;
}

.sponsor-etiket {
    background: #fff3cd;
    color: #8a6300;
    border: 1px solid #ffe69c;
}

.detay-kutu {
    border-radius: 14px;
}