    body { background:#000; color:#fff; font-family:sans-serif; text-align:center; margin:0; }
    .container { max-width:900px; margin:40px auto; padding:20px; }
    .logo { max-height:100px; margin-bottom:10px; }
    .desc { font-size:18px; margin-bottom:30px; color:#ccc; }
    .link-box { display:flex; flex-direction:column; gap:15px; margin-bottom:40px; }
    .link-box a { padding:14px; text-decoration:none; font-weight:bold; border-radius:10px; }
    .alternatif { background:#ff0066; color:white; }
    .web { background:#333; color:white; }
    .discord { background:#5865F2; color:white; }
    .telegram { background:#5683ff; color:white; }
    .extra-info { text-align:left; background:#111; padding:30px; border-radius:12px; margin-bottom:40px; }
    .faq-box { background:#111; padding:20px; text-align:left; border-radius:12px; }
    summary { font-weight:bold; cursor:pointer; padding:10px 0; }