body {
    font-family: 'Lora', 'Merriweather', serif;
    background: url('../assets/pandaria_keyart.png') no-repeat center center fixed;
    background-size: cover;
    margin: 0;
    padding: 0;
    color: #f5e6c8;
}

header.hero {
    background: rgba(34, 34, 34, 0.85);
    color: #ffe066;
    padding: 40px 0 20px 0;
    text-align: center;
    box-shadow: 0 4px 16px rgba(0,0,0,0.5);
}

h1 {
    margin: 0;
    font-family: 'Cinzel', 'Lora', serif;
    font-size: 3em;
    letter-spacing: 2px;
    text-shadow: 2px 2px 8px #000;
}

.subtitle {
    font-size: 1.3em;
    color: #b8e994;
    margin-bottom: 10px;
    text-shadow: 1px 1px 4px #222;
}

.discord-link {
    display: inline-block;
    margin: 20px 0;
    padding: 10px 24px;
    background: #5865f2;
    color: #fff;
    border-radius: 8px;
    font-size: 1.1em;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    transition: background 0.2s;
}
.discord-link:hover {
    background: #404eed;
}

.card {
    background: rgba(34, 34, 34, 0.85);
    border-radius: 12px;
    margin: 32px auto;
    padding: 32px 24px;
    max-width: 500px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.6);
}

.card h2 {
    color: #ffe066;
    margin-top: 0;
    font-family: 'Cinzel', 'Lora', serif;
    text-shadow: 1px 1px 6px #222;
}

.card ul {
    list-style-type: none;
    padding: 0;
}
.card li {
    background: rgba(184, 233, 148, 0.15);
    margin: 8px 0;
    padding: 12px;
    border-radius: 8px;
    color: #f5e6c8;
    font-size: 1.1em;
}

footer {
    background: rgba(34, 34, 34, 0.85);
    color: #ffe066;
    text-align: center;
    padding: 16px 0;
    margin-top: 40px;
    font-size: 1em;
    box-shadow: 0 -2px 12px rgba(0,0,0,0.4);
}
