/*
Theme Name: On The Grand Radio PRO
Version: 2.1
Description: PRO version with animated player, sticky controls, sponsor tracking & listener counter.
*/

body { margin:0; font-family:'Montserrat',sans-serif; background:#000; color:#fff; }

.top-bar { background:#e10600; text-align:center; padding:8px; font-weight:700; }

.hero { background:linear-gradient(135deg,#000,#7a0000); text-align:center; padding:120px 20px; }

.section { padding:80px 20px; text-align:center; }

.section-dark { background:#111; }

/* Sticky Player */
.sticky-player {
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  background:#111;
  border-top:3px solid #e10600;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:10px 20px;
  z-index:9999;
}

.sticky-player button {
  background:#e10600;
  border:none;
  color:#fff;
  padding:10px 20px;
  border-radius:30px;
  cursor:pointer;
}

.visualizer { display:flex; gap:4px; align-items:flex-end; height:30px; }

.visualizer span {
  width:4px;
  background:#e10600;
  animation:bounce 1s infinite ease-in-out;
}

@keyframes bounce {
  0%,100% { height:5px; }
  50% { height:30px; }
}

footer { padding:80px 20px; text-align:center; }
