/* Home2 — render ve kaydırma performansı (görünümü değiştirmez) */

body.home2 .home2-featured,
body.home2 .home2-popular,
body.home2 .home2-listings,
body.home2 .home2-best,
body.home2 .home2-social,
body.home2 .home2-budget,
body.home2 .home2-article {
    content-visibility: auto;
    contain-intrinsic-size: auto 520px;
}

body.home2-games-page .home2-epin-gallery,
body.home2-games-page .home2-epin-info-section {
    content-visibility: auto;
    contain-intrinsic-size: auto 460px;
}

body.home2 .home2-featured__card-bg[data-bg]:not([style*="background-image"]) {
    background-color: rgba(255, 255, 255, 0.03);
}

body.home2 .home2-best__bg[data-bg]:not([style*="background-image"]) {
    background-color: rgba(8, 8, 14, 0.92);
}
