
:root {
  --gold: #C9A227;
  --black: #0B0B0B;
}
body { background-color: #121212; }
.bg-black { background-color: #0B0B0B !important; }
.navbar .nav-link.active { color: var(--gold) !important; }
.navbar-brand .badge { font-weight: 800; }
a.link-warning { text-decoration: none; }
.hero { background: linear-gradient(180deg, rgba(201,162,39,0.06), rgba(0,0,0,0.4)); min-height: 46vh; }
.card { border-radius: 1rem; }
.btn { border-radius: .75rem; }
footer a { text-decoration: none; }
