:root {
  --bg: #030306;
  --text: #ffffff;
  --muted: rgba(255,255,255,.66);
  --soft: rgba(255,255,255,.42);
  --line: rgba(255,255,255,.12);

  --blue: #10b8ff;
  --violet: #6244ff;
  --magenta: #e000cf;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 8%, rgba(224,0,207,.20), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(16,184,255,.14), transparent 32%),
    radial-gradient(circle at 50% 100%, rgba(98,68,255,.14), transparent 42%),
    #030306;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.75), transparent 80%);
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(3,3,6,.76);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.logo {
  width: 220px;
  max-width: 55vw;
  display: block;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  font-weight: 800;
}

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

.icon-btn {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: rgba(255,255,255,.045);
  color: #fff;
  cursor: pointer;
  font-size: 18px;
}

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

.hero-content {
  max-width: 940px;
  margin: 0 auto;
}

.eyebrow {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 24px;
  padding: 9px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.045);
  color: rgba(255,255,255,.70);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--magenta), var(--violet), var(--blue));
  box-shadow: 0 0 16px rgba(16,184,255,.8);
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(42px, 7vw, 86px);
  line-height: .97;
  letter-spacing: -.065em;
  font-weight: 900;
}

h1 span {
  background: linear-gradient(90deg, var(--magenta), var(--violet), var(--blue));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lead {
  max-width: 720px;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.75;
}

.actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  transition: .2s ease;
}

.btn-primary {
  background: linear-gradient(90deg, var(--magenta), var(--violet), var(--blue));
  box-shadow: 0 18px 34px rgba(16,184,255,.15);
}

.btn-secondary {
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.045);
  color: rgba(255,255,255,.78);
}

.btn:hover {
  transform: translateY(-2px);
}

section {
  padding: 74px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 34px;
}

.section-title h2 {
  font-size: clamp(28px, 4vw, 44px);
  letter-spacing: -.04em;
  line-height: 1.08;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.section-title p {
  color: var(--soft);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

/* Soundwelten */

.sound-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.sound-card {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background: #070711;
  transition: .22s ease;
}

.sound-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255,255,255,.28);
}

.sound-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: .58;
}

.sound-card.rheinland::before {
  background:
    linear-gradient(to top, rgba(3,3,6,.96) 0%, rgba(3,3,6,.58) 42%, rgba(3,3,6,.12) 100%),
    linear-gradient(135deg, rgba(255,255,255,.80), rgba(111,174,222,.70), rgba(10,98,173,.95));
}

.sound-card.retro::before {
  background:
    linear-gradient(to top, rgba(3,3,6,.96) 0%, rgba(3,3,6,.58) 42%, rgba(3,3,6,.12) 100%),
    linear-gradient(135deg, rgba(255,106,0,.95), rgba(255,47,168,.82), rgba(224,0,207,.95));
}

.sound-card.german::before {
  background:
    linear-gradient(to top, rgba(3,3,6,.96) 0%, rgba(3,3,6,.58) 42%, rgba(3,3,6,.12) 100%),
    linear-gradient(135deg, rgba(17,173,176,.94), rgba(72,108,184,.82), rgba(224,0,207,.92));
}

.sound-card.lounge::before {
  background:
    linear-gradient(to top, rgba(3,3,6,.96) 0%, rgba(3,3,6,.58) 42%, rgba(3,3,6,.12) 100%),
    linear-gradient(135deg, rgba(35,58,82,.94), rgba(72,55,135,.84), rgba(132,0,255,.92));
}

.sound-card.karneval::before {
  background:
    linear-gradient(to top, rgba(3,3,6,.96) 0%, rgba(3,3,6,.58) 42%, rgba(3,3,6,.12) 100%),
    linear-gradient(135deg, rgba(255,106,0,.96), rgba(255,65,86,.86), rgba(224,0,207,.90));
}

.sound-card.schlager::before {
  background:
    linear-gradient(to top, rgba(3,3,6,.96) 0%, rgba(3,3,6,.58) 42%, rgba(3,3,6,.12) 100%),
    linear-gradient(135deg, rgba(55,178,238,.88), rgba(168,80,219,.78), rgba(255,47,168,.84));
}

.sound-logo-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.sound-logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  filter: saturate(1.08) contrast(1.04) brightness(.9);
  opacity: .55;
  transition: transform .35s ease, opacity .35s ease;
}

.sound-card:hover .sound-logo-wrap img {
  transform: scale(1.09);
  opacity: .68;
}

.sound-logo-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top,
      rgba(3,3,6,.96) 0%,
      rgba(3,3,6,.68) 42%,
      rgba(3,3,6,.20) 100%);
  z-index: 1;
}

.sound-content {
  position: relative;
  z-index: 3;
  padding: 26px;
}

.sound-content h3 {
  max-width: 280px;
  margin-bottom: 12px;
  font-size: 32px;
  line-height: .95;
  letter-spacing: -.045em;
  text-transform: uppercase;
  text-shadow: 0 8px 24px rgba(0,0,0,.42);
}

.sound-content p {
  max-width: 280px;
  min-height: 48px;
  color: rgba(255,255,255,.86);
  font-size: 15px;
  line-height: 1.55;
  text-shadow: 0 6px 18px rgba(0,0,0,.42);
}

.sound-bottom {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 18px 24px;
  border-top: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.26);
  backdrop-filter: blur(8px);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.play-circle {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255,255,255,.92);
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(8px);
  transition: .2s ease;
  flex: 0 0 auto;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.05),
    0 0 18px rgba(255,255,255,.08);
}

.play-circle i {
  font-size: 13px;
  color: #fff;
}

.sound-card:hover .play-circle {
  transform: scale(1.06);
  background: rgba(255,255,255,.14);
  border-color: #fff;
}

/* Nowplaying */

.now-section {
  padding-top: 50px;
}

.now-list {
  max-width: 1060px;
  margin: 0 auto;
  display: grid;
  gap: 8px;
}

.now-item {
  display: grid;
  grid-template-columns: 54px 1fr 1.2fr auto;
  align-items: center;
  gap: 18px;
  padding: 12px 16px;
  min-height: 78px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(255,255,255,.065), rgba(255,255,255,.025));
  overflow: hidden;
  position: relative;
}

.now-item::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .72;
  pointer-events: none;
}

.now-item.rheinland::before {
  background: linear-gradient(90deg, rgba(10,98,173,.44), rgba(111,174,222,.14), transparent);
}

.now-item.retro::before {
  background: linear-gradient(90deg, rgba(255,106,0,.28), rgba(255,47,168,.24), transparent);
}

.now-item.german::before {
  background: linear-gradient(90deg, rgba(23,214,223,.28), rgba(224,0,207,.18), transparent);
}

.now-item.lounge::before {
  background: linear-gradient(90deg, rgba(35,58,82,.44), rgba(132,0,255,.22), transparent);
}

.now-item.karneval::before {
  background: linear-gradient(90deg, rgba(255,106,0,.34), rgba(224,0,207,.20), transparent);
}

.now-item.schlager::before {
  background: linear-gradient(90deg, rgba(51,215,242,.28), rgba(255,47,168,.22), transparent);
}

.now-item > * {
  position: relative;
  z-index: 1;
}

.small-play {
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.now-station strong,
.now-track strong {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.now-station span,
.now-track span {
  display: block;
  color: rgba(255,255,255,.62);
  font-size: 12px;
  line-height: 1.35;
}

.open-btn {
  min-width: 126px;
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 5px;
  background: rgba(255,255,255,.045);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-align: center;
}

/* Features */

.stream-info-section {
  padding: 86px 0 70px;
  background:
    radial-gradient(circle at 18% 0%, rgba(224,0,207,.13), transparent 32%),
    radial-gradient(circle at 82% 0%, rgba(16,184,255,.10), transparent 34%);
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.stream-info-section .section-title {
  margin-bottom: 48px;
}

.stream-info-section .section-title h2 {
  font-size: clamp(22px, 3vw, 30px);
  letter-spacing: .03em;
}

.stream-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.stream-info-item {
  position: relative;
  padding: 0 38px;
  text-align: center;
}

.stream-info-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  width: 1px;
  height: 132px;
  background: rgba(255,255,255,.24);
}

.stream-info-icon {
  width: 84px;
  height: 70px;
  margin: 0 auto 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--magenta);
  font-size: 48px;
  line-height: 1;
  position: relative;
  filter: drop-shadow(0 0 18px rgba(224,0,207,.28));
}

.stream-info-play {
  position: absolute;
  font-size: 17px;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
}

.stream-info-item:nth-child(2) .stream-info-icon {
  color: var(--violet);
}

.stream-info-item:nth-child(3) .stream-info-icon {
  color: var(--blue);
}

.stream-info-item h3 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 900;
}

.stream-info-item p {
  max-width: 220px;
  margin: 0 auto;
  color: rgba(255,255,255,.58);
  font-size: 14px;
  line-height: 1.55;
}

/* Plattformen */

.platforms {
  padding-top: 40px;
  text-align: center;
}

.platform-row {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
  flex-wrap: wrap;
  color: rgba(255,255,255,.82);
  font-size: 30px;
  font-weight: 900;
}

.platform-row span:nth-child(1) {
  color: #65e83f;
}

.platform-row span:nth-child(2) {
  color: #18d8cf;
}

.platform-row span:nth-child(3) {
  color: #ffffff;
}

/* Footer */

.footer {
  margin-top: 30px;
  border-top: 1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.20);
  padding: 30px 0;
}

.footer-simple-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  color: rgba(255,255,255,.48);
  font-size: 14px;
}

.footer-simple a {
  color: rgba(255,255,255,.68);
}

.footer-simple a:hover {
  color: #fff;
}

.footer-simple-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

/* Responsive */

@media (max-width: 980px) {
  .sound-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stream-info-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 46px 0;
  }

  .stream-info-item:nth-child(2)::after {
    display: none;
  }

  .now-item {
    grid-template-columns: 42px 1fr auto;
  }

  .now-track {
    grid-column: 2 / -1;
  }
}

@media (max-width: 720px) {
  .icon-btn {
    display: inline-flex;
  }

  .nav {
    position: fixed;
    top: 82px;
    left: 14px;
    right: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    background: rgba(3,3,6,.96);
  }

  .nav.is-open {
    display: flex;
  }

  .nav a {
    padding: 12px;
  }

  .hero {
    padding: 62px 0 50px;
  }

  .actions .btn {
    width: 100%;
  }

  .sound-grid,
  .stream-info-grid {
    grid-template-columns: 1fr;
  }

  .stream-info-grid {
    gap: 42px;
  }

  .stream-info-item {
    padding: 0;
  }

  .stream-info-item::after {
    display: none !important;
  }

  .now-item {
    grid-template-columns: 38px 1fr;
  }

  .open-btn {
    grid-column: 2 / -1;
    width: fit-content;
  }

  .platform-row {
    font-size: 24px;
  }

  .footer-simple-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 460px) {
  .logo {
    width: 175px;
  }

  h1 {
    font-size: clamp(38px, 13vw, 56px);
  }

  .sound-card {
    min-height: 245px;
  }

  .sound-content h3 {
    font-size: 27px;
  }
}