/* LUXE Goud + Zwart Thema */
body {
    background: #0c0c0e;
    color: #f1f1f1;
}

.site-header {
    background: #0f0f12;
    border-bottom: 2px solid rgba(212,175,55,0.25);
}
nav a {
    color: #d2b24b;
    font-weight: 600;
}
nav a:hover {
    color: #ffffff;
    text-shadow: 0 0 10px rgba(212,175,55,0.9);
}

.hero {
    background: radial-gradient(circle, #2b2100, #0c0c0e);
    color: #e7d184;
    text-shadow: 0 0 12px rgba(212,175,55,0.5);
}

.btn-listen {
    background: #d4af37;
    color: #000;
    font-weight: 700;
    box-shadow: 0 0 25px rgba(212,175,55,0.8);
}
.btn-listen:hover {
    box-shadow: 0 0 35px rgba(212,175,55,1);
}

.section {
    background: #0c0c0e;
}
.section.alt {
    background: #141418;
}

.site-footer {
    background: #0a0a0c;
    color: #d4af37;
}
