* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
  color: #111111;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  border-radius: 20px;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #eaeaea;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.brand h1 {
  margin: 0;
  font-size: 1.2rem;
}

.brand p {
  margin: 0;
  font-size: 0.85rem;
  color: #4b5563;
}

.menu {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.menu a {
  text-decoration: none;
  color: #111111;
  font-weight: 600;
}

.menu a:hover {
  color: #16a34a;
}

.hero {
  padding: 72px 0 40px;
  background: radial-gradient(circle at top right, rgba(22,163,74,0.10), transparent 30%);
}

.hero-grid,
.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 32px;
  align-items: center;
}

.live-badge {
  display: inline-block;
  background: #dcfce7;
  color: #166534;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 700;
  margin-bottom: 14px;
}

.hero h2 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.1;
}

.hero p {
  color: #374151;
  max-width: 620px;
}

.hero-actions,
.player-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.btn {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 700;
  border: none;
  cursor: pointer;
}

.btn-primary {
  background: #16a34a;
  color: #ffffff;
}

.btn-primary:hover {
  background: #15803d;
}

.btn-secondary {
  background: #f3f4f6;
  color: #111111;
}

.btn-secondary:hover {
  background: #e5e7eb;
}

.stats,
.grid-4,
.grid-3 {
  display: grid;
  gap: 18px;
}

.stats {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 28px;
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.card {
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

.small-card {
  text-align: center;
}

.small-card strong {
  display: block;
  font-size: 1.25rem;
  color: #16a34a;
}

.listen-section,
.features,
.shows,
.about,
.contact {
  padding: 70px 0;
}

.listen-section {
  background: #f9fafb;
}

.listen-section h3,
.features h3,
.shows h3,
.about h3,
.contact h3 {
  margin-top: 0;
  font-size: 2rem;
  margin-bottom: 24px;
}

.player-card {
  background: #111827;
  color: #ffffff;
  border-radius: 28px;
  padding: 28px;
}

.player-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
}

.label {
  margin: 0 0 6px;
  color: #9ca3af;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
}

.player-card h4 {
  margin: 0 0 4px;
  font-size: 1.4rem;
}

.player-card audio {
  width: 100%;
  margin-top: 10px;
}

.pill {
  background: #16a34a;
  color: #ffffff;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 700;
}

.footer {
  background: #111111;
  color: #ffffff;
  padding: 24px 0;
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.floating-player {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: #16a34a;
  color: #ffffff;
  border-radius: 999px;
  padding: 12px 16px;
  display: flex;
  gap: 12px;
  align-items: center;
  box-shadow: 0 12px 30px rgba(0,0,0,0.2);
}

.floating-player button {
  border: none;
  background: #ffffff;
  color: #16a34a;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  font-weight: 700;
}

@media (max-width: 900px) {
  .hero-grid,
  .about-grid,
  .grid-4,
  .grid-3,
  .stats {
    grid-template-columns: 1fr;
  }

  .nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .player-top,
  .footer-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu {
    gap: 12px;
  }
}
.qonce-live-card {
  margin-top: 25px;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0.85);
  box-shadow: 0 0 20px rgba(255, 0, 0, 0.4);
  color: white;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

/* LIVE indicator */
.live-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #ff0000;
  margin-bottom: 10px;
}

.dot {
  width: 10px;
  height: 10px;
  background: red;
  border-radius: 50%;
  animation: blink 1s infinite;
}

@keyframes blink {
  50% {
    opacity: 0.2;
  }
}

/* Location */
.location {
  font-size: 13px;
  opacity: 0.8;
  margin-bottom: 10px;
}

/* Time */
.time {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #ff1a1a;
}

/* Date */
.date {
  font-size: 14px;
  margin-top: 5px;
  opacity: 0.85;
}