* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background: #000;
  color: #fff;
  text-align: center;
}

.hero {
  padding: 40px 20px;
  background: radial-gradient(circle at top, #001060, #000);
}

.hero-logo {
  max-width: 280px;
  width: 90%;
  margin-bottom: 20px;
}

h1 {
  margin: 10px 0;
  font-size: 2.5rem;
}

.tagline {
  font-size: 1.2rem;
  opacity: 0.9;
}

.tagline span {
  color: #4fd1ff;
}

.schedule {
  margin-top: 10px;
  font-weight: bold;
  color: #4fd1ff;
}

.stations {
  padding: 40px 20px;
}

.station-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.station-logos img {
  max-width: 200px;
  width: 100%;
  filter: drop-shadow(0 0 10px rgba(79,209,255,0.3));
}

.about {
  padding: 40px 20px;
  max-width: 700px;
  margin: 0 auto;
}

footer {
  padding: 20px;
  font-size: 0.9rem;
  opacity: 0.6;
}


.genre {
  margin-top: 8px;
  font-size: 1.05rem;
  letter-spacing: 1px;
  color: #9adfff;
  opacity: 0.95;
}
