* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: radial-gradient(circle at 10% 30%, #181a24, #0e0f17);
    font-family: 'Segoe UI', 'Inter', system-ui, -apple-system, 'Roboto', sans-serif;
    color: #eef2ff;
    line-height: 1.5;
    padding: 0 rem;
    min-height: 100vh;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
    background: rgba(12, 14, 22, 0.6);
    backdrop-filter: blur(2px);
    border-radius: 2.5rem;
    padding: 1rem 1.5rem 1.5rem;
    box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    #border: 1px solid rgba(139, 105, 20, 0.4);
}

.hero {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px dashed rgba(139, 105, 20, 0.5);
}

.logo {
    width: 110px;
    height: auto;
    filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.4));
    transition: transform 0.2s ease;
    border-radius: 20px;
}

.logo:hover {
    transform: scale(1.02);
}

.hero h1 {
    font-size: 3rem;
    background: linear-gradient(135deg, #CFA834, #EEAF11);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

@media (max-width: 720px) {
    .hero h1 {
        font-size: 2rem;
    }
}

.invite-card {
    text-align: center;
    margin: 0 0 2rem 0;
}

/* Unified darker golden button style */
.btn-discord {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(105deg, #6B4F10, #8B6914);
    padding: 0.7rem 1.6rem;
    border-radius: 60px;
    font-weight: 600;
    font-size: 1rem;
    color: #F5E6B8;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    transition: all 0.2s ease;
    border: 1px solid rgba(255, 215, 120, 0.3);
}

.download-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(105deg, #000, #362908);
    padding: 0.7rem 1.6rem;
    border-radius: 60px;
    font-weight: 600;
    font-size: 1rem;
    color: #F5E6B8;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    transition: all 0.2s ease;
    border: 1px solid rgba(255, 215, 120, 0.3);
}

.btn-discord {
    font-size: 1.2rem;
    padding: 0.85rem 2.2rem;
    gap: 12px;
}

.btn-discord:hover, .download-link:hover {
    #transform: translateY(-2px);
    background: linear-gradient(105deg, #9B7920, #7B5A18);
    box-shadow: 4px 4px 14px rgba(200, 200, 100, 0.2);
    color: #FFEFB0;
    text-decoration: none;
}

/* Cards */
.card {
    background: rgba(20, 22, 32, 0.8);
    backdrop-filter: blur(4px);
    border-radius: 1.8rem;
    padding: 1.6rem 2rem;
    margin-bottom: 2rem;
    border: 1px solid rgba(139, 105, 20, 0.3);
    transition: all 0.2s;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.card:hover {
    border-color: rgba(139, 105, 20, 0.6);
    background: rgba(25, 27, 40, 0.85);
}

.card h2 {
    font-weight: 600;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.7rem;
    background: linear-gradient(120deg, #E6C87A, #8B6914);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.card .download-link {
    margin: 0.25rem 0.5rem 0.25rem 0;
    font-size: 0.9rem;
    padding: 0.5rem 1.2rem;
}

.pk3-grid {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin: 16px 0;
}

.pk3-item {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 1.2rem;
    padding: 0.4rem 1rem;
    border-left: 4px solid #8B6914;
}

.pk3-item strong {
    color: #DDB45E;
    display: inline-block;
    min-width: 130px;
}

.code-inline {
    background: #0b0e16;
    padding: 0.2rem 0.5rem;
    border-radius: 12px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.85rem;
    color: #E6C87A;
}

.inline-code {
    background: #00000055;
    padding: 0.2rem 0.4rem;
    border-radius: 8px;
    font-family: monospace;
}

hr {
    margin: 1rem 0;
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent, #8B6914, transparent);
}

footer {
    text-align: center;
    margin-top: 2rem;
    padding-top: 1rem;
    font-size: 0.85rem;
    color: #8c8faa;
    border-top: 1px solid rgba(139, 105, 20, 0.3);
}

.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: #11131fdd;
    backdrop-filter: blur(12px);
    border-radius: 28px;
    padding: 1rem 1.8rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    z-index: 1000;
    border: 1px solid rgba(139, 105, 20, 0.5);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.5);
    font-size: 0.9rem;
}

.cookie-text {
    flex: 3;
    min-width: 200px;
}

.cookie-text h4 {
    font-size: 1rem;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.cookie-text p {
    margin: 0;
    font-size: 0.8rem;
    color: #cfd5ff;
}

.cookie-text a {
    color: #DDB45E;
    text-decoration: underline;
}

.btn-accept {
    background: #8B6914;
    border: none;
    padding: 0.5rem 1.8rem;
    border-radius: 40px;
    font-weight: bold;
    color: #F5E6B8;
    cursor: pointer;
    transition: 0.2s;
    font-size: 0.9rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.btn-accept:hover {
    background: #9B7920;
    transform: scale(1.02);
}

@media (max-width: 720px) {
    .container {
        padding: 1.2rem;
    }
    .cookie-banner {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
        left: 12px;
        right: 12px;
        bottom: 12px;
        padding: 1rem;
    }
    .btn-accept {
        align-self: center;
    }
    .pk3-item strong {
        display: block;

    }
    .btn-discord, .download-link {
        padding: 0.5rem 1.2rem;
        font-size: 0.9rem;
    }
    .btn-discord {
        font-size: 1rem;
        padding: 0.7rem 1.6rem;
    }
}

.badge-icon {
    font-size: 1.3rem;
}