body {
  background: #000;
  color: #d4af37;
  font-family: 'Cinzel', serif;
}

.wjzz-header {
  background: #000;
  border-bottom: 1px solid rgba(212,175,55,0.3);
}

.top-strip {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  background: linear-gradient(#050403, #000);
}

.logo {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
}

.ctrl-play {
  width: 50px;
  height: 50px;
  background: radial-gradient(circle, #f1d27a, #b8962e);
  border-radius: 50%;
  border: 2px solid #d4af37;
  color: #000;
  font-size: 18px;
  cursor: pointer;
}

.on-air {
  margin-left: 10px;
  color: #ff3b3b;
}

.nav-bar {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 10px;
}

.nav-bar a {
  color: rgba(212,175,55,0.6);
  text-decoration: none;
}

.nav-bar a:hover {
  color: #fff;
}

.hero {
  text-align: center;
  padding: 40px 0;
}

.wjzz-title {
  font-size: 60px;
  color: #d4af37;
  text-shadow: 0 0 20px rgba(212,175,55,0.4);
}

.tagline {
  font-size: 14px;
  letter-spacing: 2px;
}
