/* ======================================================
   SpiderMaster Network — Official Theme
   Dark Purple Edition + Watermark Logo
   ====================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ===============================
   BODY BACKGROUND
   =============================== */

body {
    font-family: "Segoe UI", Arial, sans-serif;

    background:
        linear-gradient(
            rgba(10, 0, 25, 0.88),
            rgba(10, 0, 25, 0.88)
        ),
        url("spidermaster-bg.png") center center no-repeat;

    background-size: auto, 900px; /* ← tukar sini je */
    background-attachment: fixed;

    color: #ffffff;
    min-height: 100vh;
    letter-spacing: 0.3px;
}




/* ===============================
   MAIN CONTAINER
   =============================== */

.container {
    max-width: 950px;
    margin: auto;
    padding: 70px 25px;
    text-align: center;
}

/* ===============================
   LOGO (TOP)
   =============================== */

.logo {
    margin-bottom: 25px;
}

.logo img {
    width: 150px;
    filter: drop-shadow(0 0 30px rgba(170, 90, 255, 0.9));
}

/* ===============================
   HEADINGS
   =============================== */

h1 {
    font-size: 38px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.subtitle {
    font-size: 16px;
    color: #d2b7ff;
    margin-bottom: 45px;
}

/* ===============================
   CONTENT BOX
   =============================== */

.section {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 35px;
    margin-bottom: 28px;
    text-align: left;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(180, 120, 255, 0.12);
}

.section h2 {
    color: #e2c6ff;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 10px;
    font-size: 20px;
}

.section p,
.section li {
    line-height: 1.8;
    font-size: 15px;
    color: #f0e8ff;
}

.section ul {
    padding-left: 20px;
}

.section li {
    margin-bottom: 8px;
}

/* ===============================
   FOOTER
   =============================== */

.footer {
    margin-top: 45px;
    font-size: 13px;
    color: #c7b2ff;
    text-align: center;
}

/* ===============================
   LINKS
   =============================== */

a {
    color: #d8b8ff;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
    text-shadow: 0 0 8px rgba(200, 130, 255, 0.8);
}

/* ===============================
   MOBILE
   =============================== */

@media (max-width: 600px) {
    h1 {
        font-size: 28px;
    }

    .container {
        padding: 50px 18px;
    }

    .logo img {
        width: 120px;
    }
}
