/* Dasar halaman umum yang sebelumnya tertanam di includes/head.php. */
*, *::before, *::after { box-sizing: border-box; }
body {
    margin: 0;
    color: #fff;
    background: #14100c url('../img/bg.jpg') center / cover fixed;
    font-family: 'Segoe UI', Arial, sans-serif;
}
.site-header,
header { background: rgba(0, 0, 0, .9); }
.site-header { position: sticky; top: 0; z-index: 999; padding: 8px; }
nav { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
nav a { color: #aaa; text-decoration: none; font-size: 11px; font-weight: 700; }
nav a.active, nav a:hover { color: #00ccff; }
.hero { max-width: 720px; margin: 40px auto 20px; padding: 0 16px; text-align: center; }
.hero h1 { margin-bottom: 14px; font-size: 24px; }
.hero p { padding: 16px; border-radius: 10px; background: rgba(0, 0, 0, .4); font-size: 14px; line-height: 1.7; }
.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 14px; max-width: 720px; margin: 24px auto; padding: 0 16px; }
.feature { padding: 18px 12px; border-radius: 10px; color: #fff; background: rgba(0, 0, 0, .4); text-align: center; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.feature:hover { transform: translateY(-3px); background: rgba(0, 0, 0, .6); }
.feature .icon { margin-bottom: 8px; font-size: 28px; }
.feature h3 { margin-bottom: 4px; color: #00ccff; font-size: 13px; }
.feature p { color: #bbb; font-size: 11px; }
footer { padding: 16px 10px; border-top: 1px solid #222; background: rgba(0, 0, 0, .95); text-align: center; }
.visitor-tag { display: block; margin-bottom: 10px; color: #888; font-size: 10px; }
.footer-social { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 16px; max-width: 520px; margin: 10px auto; }
.footer-social a { color: #7fc7ff; font-size: 12px; text-decoration: none; }
.footer-social a:nth-child(odd) { text-align: right; }
.footer-social a:nth-child(even) { text-align: left; }
.donation { margin: 12px 0; }
.donate { display: inline-block; margin: 0 4px; padding: 6px 14px; border-radius: 20px; font-size: 11px; font-weight: 700; text-decoration: none; }
.saweria { color: #000; background: #faae2b; }
.trakteer { color: #fff; background: #be1e2d; }
.cp { margin-top: 10px; opacity: .4; font-size: 9px; }
