:root {
  --bg-1: #040407;
  --bg-2: #0d0d12;
  --accent: #fdbb2d;
  --accent-soft: #ff8a00;
  --text: #f6f8fb;
  --muted: #b8c3d1;
  --glass: rgba(255, 255, 255, 0.06);
  --glass-border: rgba(255, 255, 255, 0.14);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: "Sora", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 20%, rgba(253, 187, 45, 0.25) 0%, transparent 36%),
    radial-gradient(circle at 92% 18%, rgba(255, 138, 0, 0.2) 0%, transparent 35%),
    linear-gradient(145deg, var(--bg-1), var(--bg-2));
  overflow-x: hidden;
}

.bg-glow {
  position: fixed;
  border-radius: 999px;
  filter: blur(60px);
  opacity: 0.35;
  pointer-events: none;
}

.bg-glow-1 {
  width: 420px;
  height: 420px;
  background: #fdbb2d;
  top: -140px;
  left: -80px;
  animation: floatA 10s ease-in-out infinite;
}

.bg-glow-2 {
  width: 350px;
  height: 350px;
  background: #ff8a00;
  right: -80px;
  bottom: -120px;
  animation: floatB 12s ease-in-out infinite;
}

.landing {
  width: min(1100px, 94vw);
  margin: 0 auto;
  padding: 2.2rem 1.2rem 2rem;
  display: grid;
  gap: 1.4rem;
  align-items: center;
}

.hero {
  text-align: center;
}

.logo-wrap {
  position: relative;
  width: min(230px, 52vw);
  aspect-ratio: 1;
  margin: 0 auto 1rem;
  display: grid;
  place-items: center;
}

.logo {
  width: 74%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 999px;
  border: 4px solid rgba(255, 255, 255, 0.45);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.5),
    0 0 0 12px rgba(253, 187, 45, 0.12),
    0 0 40px rgba(253, 187, 45, 0.42);
  animation: logoPulse 3.2s ease-in-out infinite;
}

.orbit {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
}

.orbit-1 {
  animation: spin 15s linear infinite;
}

.orbit-2 {
  inset: 9%;
  border-style: dashed;
  border-color: rgba(253, 187, 45, 0.8);
  animation: spinReverse 11s linear infinite;
}

.kicker {
  margin: 0;
  font-size: 0.9rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ffd98f;
}

h1 {
  margin: 0.6rem 0 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.2rem, 8vw, 4.4rem);
  letter-spacing: 0.03em;
  line-height: 0.95;
}

.subtitle {
  margin: 0.7rem auto 0.2rem;
  max-width: 54ch;
  color: var(--muted);
  font-size: clamp(0.95rem, 2.9vw, 1.1rem);
}

.player-card {
  width: min(1050px, 100%);
  margin-inline: auto;
  border-radius: 20px;
  border: 1px solid var(--glass-border);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03));
  backdrop-filter: blur(8px);
  padding: 1rem 1.1rem;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}

.player-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.station-info {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.station-mini-logo {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.live-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.22rem 0.55rem;
  font-size: 0.74rem;
  background: rgba(255, 255, 255, 0.15);
}

.station-name {
  margin: 0.34rem 0 0;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.player-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.icon-btn,
.play-main {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 0;
  color: #d6cdef;
  background: transparent;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.icon-btn:hover,
.play-main:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.11);
}

.play-main {
  width: 52px;
  height: 52px;
  color: #0e0f14;
  background: linear-gradient(130deg, var(--accent), var(--accent-soft));
  box-shadow: 0 10px 22px rgba(253, 187, 45, 0.35);
  display: grid;
  place-items: center;
}

.status-row {
  margin-top: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
}

.eq {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 24px;
}

.eq span {
  width: 4px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  transform-origin: bottom;
  animation: eqMove 0.9s ease-in-out infinite;
  animation-play-state: paused;
}

.eq span:nth-child(2) {
  animation-delay: 0.1s;
}

.eq span:nth-child(3) {
  animation-delay: 0.2s;
}

.eq span:nth-child(4) {
  animation-delay: 0.3s;
}

.eq span:nth-child(5) {
  animation-delay: 0.4s;
}

.eq.playing span {
  animation-play-state: running;
}

.status-line {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--muted);
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #35d07f;
  box-shadow: 0 0 0 0 rgba(53, 208, 127, 0.65);
  animation: onAir 1.8s infinite;
}

.controls {
  display: flex;
  gap: 0.85rem;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 0.7rem;
}

.volume-label {
  font-size: 0.84rem;
  color: var(--muted);
  display: inline-flex;
  gap: 0.35rem;
  align-items: center;
}

.controls input[type="range"] {
  flex: 1;
  min-width: 160px;
}

.now-sub {
  margin: 0.65rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.app-links {
  margin-top: 0.95rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.quick-links {
  margin-top: 0.85rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.pill-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 999px;
  padding: 0.5rem 0.95rem;
  text-decoration: none;
  color: #fff;
  font-size: 0.82rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  transition: transform 0.2s ease, background 0.2s ease;
}

.pill-link:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.2);
}

.pill-link.app.google {
  background: #34a853;
  border-color: #34a853;
}

.pill-link.app.apple {
  background: #111111;
  border-color: #444444;
}

.pill-link.social.facebook {
  background: #1877f2;
  border-color: #1877f2;
}

.pill-link.social.instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b 45%, #8134af 75%, #515bd4);
  border-color: rgba(255, 255, 255, 0.35);
}

.pill-link.social.tiktok {
  background: #010101;
  border-color: #24f4ee;
}

.pill-link.social.whatsapp {
  background: #25d366;
  border-color: #25d366;
}

input[type="range"] {
  width: 100%;
  accent-color: var(--accent);
}

@keyframes eqMove {
  0%,
  100% {
    transform: scaleY(0.5);
    opacity: 0.55;
  }
  50% {
    transform: scaleY(1.9);
    opacity: 1;
  }
}

@keyframes logoPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinReverse {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes onAir {
  0% {
    box-shadow: 0 0 0 0 rgba(53, 208, 127, 0.65);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(53, 208, 127, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(53, 208, 127, 0);
  }
}

@keyframes floatA {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(20px, 30px);
  }
}

@keyframes floatB {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-25px, -35px);
  }
}

@media (max-width: 640px) {
  .landing {
    padding: 1.2rem 1rem 1.5rem;
    gap: 1rem;
  }

  .player-card {
    padding: 0.85rem;
  }

  .player-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .player-actions {
    width: 100%;
    justify-content: space-between;
  }

  .status-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .controls {
    flex-wrap: wrap;
  }

  .volume-label {
    width: 100%;
  }

  .pill-link {
    font-size: 0.78rem;
  }
}
