
    .container,
    .hero,
    .track-grid,
    .visual-card,
    .music-equalizer,
    .bottom-player,
    .top-menu,
    .mobile-menu {
      max-width: 100vw;
    }

    .container {
      width: min(1180px, calc(100% - 40px));
      margin: 0 auto;
    }

    .nav {
      position: sticky;
      top: 0;
      z-index: 20;
      backdrop-filter: blur(18px);
      background: rgba(5, 8, 22, 0.62);
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .nav-inner {
      height: 78px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    

    .logo {
      display: flex;
      align-items: center;
      gap: 12px;
      font-weight: 900;
      letter-spacing: 2px;
    }

    .logo-mark {
      width: 38px;
      height: 38px;
      border-radius: 14px;
      background: linear-gradient(135deg, var(--blue), var(--cyan));
      box-shadow: 0 0 30px rgba(124, 247, 255, 0.65);
      position: relative;
    }

    .logo-mark::after {
      content: "";
      position: absolute;
      inset: 10px;
      border-radius: 50%;
      background: #050816;
      box-shadow: inset 0 0 12px rgba(255,255,255,0.25);
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 28px;
      color: var(--muted);
      font-size: 14px;
    }

    .nav-links a:hover {
      color: var(--cyan);
    }

    .nav-cta,
    .btn {
      border: 1px solid rgba(255,255,255,0.16);
      background: rgba(255,255,255,0.08);
      color: white;
      padding: 12px 18px;
      border-radius: 999px;
      cursor: pointer;
      transition: 0.25s ease;
    }

    .nav-cta:hover,
    .btn:hover {
      transform: translateY(-2px);
      border-color: rgba(124,247,255,0.55);
      box-shadow: 0 0 24px rgba(124,247,255,0.25);
    }

    .btn-primary {
      background: linear-gradient(135deg, var(--blue), var(--cyan));
      color: #040611;
      border: none;
      box-shadow: 0 0 35px rgba(124,247,255,0.35);
    }

    .hero {
      min-height: calc(100vh - 78px);
      display: grid;
      grid-template-columns: 1.05fr 0.95fr;
      align-items: center;
      gap: 54px;
      padding: 76px 0 86px;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: var(--cyan);
      background: rgba(124,247,255,0.08);
      border: 1px solid rgba(124,247,255,0.2);
      border-radius: 999px;
      padding: 9px 14px;
      font-size: 13px;
      margin-bottom: 22px;
    }

    .dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--cyan);
      box-shadow: 0 0 16px var(--cyan);
      animation: blink 1.35s infinite;
    }

    h1 {
      font-size: clamp(48px, 7vw, 92px);
      line-height: 0.92;
      letter-spacing: -4px;
      margin-bottom: 24px;
    }

    .gradient-text {
      background: linear-gradient(135deg, #ffffff, #b7c1ff 35%, var(--cyan));
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .hero p {
      max-width: 620px;
      color: var(--muted);
      font-size: clamp(17px, 2vw, 22px);
      line-height: 1.6;
      margin-bottom: 34px;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-bottom: 42px;
    }

    .stats {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      max-width: 580px;
    }

    .stat {
      padding: 18px;
      border-radius: 22px;
      background: var(--glass);
      border: 1px solid var(--border);
    }

    .stat strong {
      display: block;
      font-size: 24px;
      margin-bottom: 4px;
    }

    .stat span {
      color: var(--muted);
      font-size: 13px;
    }

    .visual-card {
      position: relative;
      min-height: 590px;
      border-radius: 44px;
      background:
        linear-gradient(160deg, rgba(255,255,255,0.13), rgba(255,255,255,0.04)),
        radial-gradient(circle at top, rgba(91,124,255,0.28), transparent 46%);
      border: 1px solid var(--border);
      box-shadow: var(--shadow);
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .visual-card::before {
      content: "";
      position: absolute;
      width: 460px;
      height: 460px;
      border-radius: 50%;
      background: conic-gradient(from 90deg, var(--blue), var(--cyan), var(--purple), var(--blue));
      filter: blur(32px);
      opacity: 0.38;
      animation: rotate 12s linear infinite;
    }

    .orb {
      position: relative;
      width: min(360px, 72vw);
      height: min(360px, 72vw);
      border-radius: 50%;
      background:
        radial-gradient(circle at 34% 26%, rgba(255,255,255,0.7), transparent 12%),
        radial-gradient(circle, #9aa7ff 0%, #4d60ff 28%, #141a46 62%, #050816 100%);
      box-shadow:
        0 0 80px rgba(91,124,255,0.85),
        inset 0 0 50px rgba(255,255,255,0.22);
      animation: pulse 2.8s ease-in-out infinite;
      z-index: 2;
    }

    .ring {
      position: absolute;
      inset: -34px;
      border-radius: 50%;
      border: 1px solid rgba(124,247,255,0.24);
      animation: rotate 20s linear infinite reverse;
    }

    .ring::before,
    .ring::after {
      content: "";
      position: absolute;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: var(--cyan);
      box-shadow: 0 0 20px var(--cyan);
      top: 42px;
      left: 62px;
    }

    .ring::after {
      top: auto;
      left: auto;
      right: 52px;
      bottom: 72px;
      background: var(--purple);
      box-shadow: 0 0 20px var(--purple);
    }

    .bars {
      position: absolute;
      bottom: 42px;
      left: 50%;
      transform: translateX(-50%);
      height: 92px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      z-index: 3;
      padding: 16px 20px;
      border-radius: 26px;
      background: rgba(5,8,22,0.42);
      border: 1px solid rgba(255,255,255,0.12);
      backdrop-filter: blur(12px);
      max-width: calc(100vw - 40px);
      box-sizing: border-box;
    }

    .bar {
      width: 8px;
      height: 24px;
      border-radius: 999px;
      background: linear-gradient(to top, var(--blue), var(--cyan));
      box-shadow: 0 0 18px rgba(124,247,255,0.75);
      animation: wave 1.1s ease-in-out infinite;
    }

    .bar:nth-child(2) { animation-delay: .1s; }
    .bar:nth-child(3) { animation-delay: .2s; }
    .bar:nth-child(4) { animation-delay: .35s; }
    .bar:nth-child(5) { animation-delay: .18s; }
    .bar:nth-child(6) { animation-delay: .45s; }
    .bar:nth-child(7) { animation-delay: .25s; }
    .bar:nth-child(8) { animation-delay: .05s; }
    .bar:nth-child(9) { animation-delay: .32s; }
    .bar:nth-child(10) { animation-delay: .14s; }
    .bar:nth-child(11) { animation-delay: .42s; }
    .bar:nth-child(12) { animation-delay: .2s; }

    section {
      padding: 92px 0;
    }

    .section-head {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 32px;
    }

    .section-head h2 {
      font-size: clamp(32px, 5vw, 44px);
      letter-spacing: -2px;
    }

    .section-head p {
      color: var(--muted);
      max-width: 440px;
      line-height: 1.6;
    }

    .track-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }
.track-grid-rek{
   display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
}
    .track {
      display: block;
      padding: 16px;
      border-radius: 28px;
      height: 100%;
      background: var(--glass);
      border: 1px solid var(--border);
      transition: 0.25s ease;
    }

    .track:hover {
      transform: translateY(-6px);
      border-color: rgba(124,247,255,0.36);
      box-shadow: 0 24px 80px rgba(91,124,255,0.18);
    }

    .cover {
      height: 210px;
      border-radius: 22px;
      margin-bottom: 16px;
      background-image: url(https://i.ytimg.com/vi/JEgbAf7QcHw/maxresdefault.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
      overflow: hidden;
    }


      .cover-top-2 {
      height: 210px;
      border-radius: 22px;
      margin-bottom: 16px;
      background-image: url(https://i.ytimg.com/vi/S6N85DJUTE0/hq720.jpg?sqp=-oaymwEnCNAFEJQDSFryq4qpAxkIARUAAIhCGAHYAQHiAQoIGBACGAY4AUAB&rs=AOn4CLDrzIRf9tIxlOJraEpMrFrc41_dxg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
      overflow: hidden;
    }

      .cover-top-3 {
      height: 210px;
      border-radius: 22px;
      margin-bottom: 16px;
      background-image: url(https://i.ytimg.com/vi/FFwlIX1aOqA/maxresdefault.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
      overflow: hidden;
    }

        .cover-top-4 {
      height: 210px;
      border-radius: 22px;
      margin-bottom: 16px;
      background-image: url(https://i.ytimg.com/vi/jo_fRlp39JU/hq720.jpg?sqp=-oaymwEnCNAFEJQDSFryq4qpAxkIARUAAIhCGAHYAQHiAQoIGBACGAY4AUAB&rs=AOn4CLAXy7TBwfKT-worWDsEtqp1etDRYg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
      overflow: hidden;
    }
#play-btn-1{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 85px;
    bottom: 230px;
    min-height: 42px;
    width: 42px;
    padding: 0 18px;
    border-radius: 50%;
    background: rgba(0,0,0,.46);
    backdrop-filter: blur(8px);
    color: #06120f;
    font-weight: 700;
    background-image: url(https://img.icons8.com/?size=100&id=GwYlS5m5Goz6&format=png&color=000000);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
    box-shadow: 0 14px 28px rgba(34, 200, 160, 0.2);
    transition: transform .2s ease, filter .2s ease;
    white-space: nowrap;
}

#play-btn-2{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 85px;
    bottom: 230px;
    min-height: 42px;
    width: 42px;
    padding: 0 18px;
    border-radius: 50%;
    background: rgba(0,0,0,.46);
    backdrop-filter: blur(8px);
    color: #06120f;
    font-weight: 700;
    background-image: url(https://img.icons8.com/?size=100&id=GwYlS5m5Goz6&format=png&color=000000);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
    box-shadow: 0 14px 28px rgba(34, 200, 160, 0.2);
    transition: transform .2s ease, filter .2s ease;
    white-space: nowrap;
}

#play-btn-3{
   display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 85px;
    bottom: 230px;
    min-height: 42px;
    width: 42px;
    padding: 0 18px;
    border-radius: 50%;
    background: rgba(0,0,0,.46);
    backdrop-filter: blur(8px);
    color: #06120f;
    font-weight: 700;
    background-image: url(https://img.icons8.com/?size=100&id=GwYlS5m5Goz6&format=png&color=000000);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
    box-shadow: 0 14px 28px rgba(34, 200, 160, 0.2);
    transition: transform .2s ease, filter .2s ease;
    white-space: nowrap;
}

#play-btn-4{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 85px;
    bottom: 230px;
    min-height: 42px;
    width: 42px;
    padding: 0 18px;
    border-radius: 50%;
    background: rgba(0,0,0,.46);
    backdrop-filter: blur(8px);
    color: #06120f;
    font-weight: 700;
    background-image: url(https://img.icons8.com/?size=100&id=GwYlS5m5Goz6&format=png&color=000000);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
    box-shadow: 0 14px 28px rgba(34, 200, 160, 0.2);
    transition: transform .2s ease, filter .2s ease;
    white-space: nowrap;
}
   

    .track h3 {
      font-size: 18px;
      margin-bottom: 6px;
    }

    .track p {
      color: var(--muted);
      font-size: 14px;
      margin-bottom: 16px;
    }

    .mini-wave {
      display: flex;
      align-items: flex-end;
      position: relative;
      left: 65px;
      bottom: 0;
      gap: 4px;
      height: 34px;
      filter: drop-shadow(0 0 8px rgba(124,247,255,0.22));
    }

    .mini-wave i {
      display: block;
      width: 4px;
      height: 12px;
      border-radius: 999px;
      background: rgba(124,247,255,0.75);
      transform-origin: bottom center;
      animation: mini-wave 1.14s ease-in-out infinite paused;
      will-change: transform, opacity;
    }

    .mini-wave.active i {
      animation-play-state: running;
      opacity: 1;
      background: rgba(124,247,255,0.92);
      box-shadow: 0 0 12px rgba(124,247,255,0.35);
    }

    .mini-wave.active i:nth-child(odd) { animation-duration: 0.98s; }
    .mini-wave.active i:nth-child(2n) { animation-duration: 1.12s; }
    .mini-wave.active i:nth-child(3n) { animation-duration: 1.04s; }
    .mini-wave.active i:nth-child(5n) { animation-duration: 0.86s; }

    .mini-wave i:nth-child(2n) { height: 22px; opacity: .65; }
    .mini-wave i:nth-child(3n) { height: 30px; opacity: 1; }
    .mini-wave i:nth-child(5n) { height: 16px; opacity: .45; }

    @keyframes mini-wave {
      0%, 100% {
        transform: scaleY(calc(0.75 + var(--wave-intensity, 0))) translateY(0);
        opacity: .45;
      }
      45% {
        transform: scaleY(calc(1.8 + var(--wave-intensity, 0))) translateY(-6px);
        opacity: 1;
      }
      80% {
        transform: scaleY(calc(1.25 + var(--wave-intensity, 0))) translateY(-2px);
        opacity: .72;
      }
    }
    .mini-wave i:nth-child(6)  { animation-delay: 0.35s; }
    .mini-wave i:nth-child(7)  { animation-delay: 0.42s; }
    .mini-wave i:nth-child(8)  { animation-delay: 0.49s; }
    .mini-wave i:nth-child(9)  { animation-delay: 0.56s; }
    .mini-wave i:nth-child(10) { animation-delay: 0.63s; }
    .mini-wave i:nth-child(11) { animation-delay: 0.70s; }
    .mini-wave i:nth-child(12) { animation-delay: 0.77s; }

    .experience {
      display: grid;
      grid-template-columns: 0.95fr 1.05fr;
      gap: 24px;
      align-items: stretch;
    }

    .panel {
      border-radius: 36px;
      background: var(--glass);
      border: 1px solid var(--border);
      padding: 34px;
      box-shadow: 0 24px 90px rgba(0,0,0,0.22);
    }

    .panel h2 {
      font-size: clamp(30px, 4vw, 50px);
      letter-spacing: -2px;
      margin-bottom: 18px;
    }

    .panel p {
      color: var(--muted);
      line-height: 1.7;
      margin-bottom: 26px;
    }

    .feature-list {
      display: grid;
      gap: 12px;
    }

    .feature {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 14px;
      border-radius: 18px;
      background: rgba(255,255,255,0.055);
      border: 1px solid rgba(255,255,255,0.08);
      color: #dfe4ff;
    }

    .feature span {
      width: 34px;
      height: 34px;
      display: grid;
      place-items: center;
      border-radius: 12px;
      background: rgba(124,247,255,0.12);
      color: var(--cyan);
    }

    .wide-visualizer {
      min-height: 420px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      overflow: hidden;
    }

    .wide-visualizer::before {
      content: "";
      position: absolute;
      width: 620px;
      height: 620px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(124,247,255,0.22), transparent 62%);
      animation: pulse 3.4s ease-in-out infinite;
    }

    .circle-wave {
      position: relative;
      width: 260px;
      height: 260px;
      border-radius: 50%;
      border: 1px solid rgba(124,247,255,0.25);
      display: grid;
      place-items: center;
    }

    .circle-wave::before,
    .circle-wave::after {
      content: "";
      position: absolute;
      inset: -38px;
      border-radius: 50%;
      border: 1px dashed rgba(197,107,255,0.3);
      animation: rotate 14s linear infinite;
    }

    .circle-wave::after {
      inset: -76px;
      border-color: rgba(124,247,255,0.18);
      animation-duration: 22s;
      animation-direction: reverse;
    }

    .play-core {
      width: 112px;
      height: 112px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--blue), var(--cyan));
      color: #040611;
      display: grid;
      place-items: center;
      font-size: 34px;
      box-shadow: 0 0 60px rgba(124,247,255,0.55);
      z-index: 2;
    }

    .radio-card {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
      align-items: center;
      border-radius: 42px;
      padding: 44px;
      background:
      linear-gradient(135deg, #040611, rgba(255,255,255,0.12)), rgb(63 56 207 / 7%);
      border: 1px solid var(--border);
      box-shadow: var(--shadow);
    }

    .radio-card h2 {
      font-size: clamp(34px, 5vw, 62px);
      letter-spacing: -2px;
      margin-bottom: 16px;
    }

    .radio-card p {
      color: var(--muted);
      line-height: 1.7;
      margin-bottom: 24px;
    }

    .live-box {
      padding: 28px;
      border-radius: 30px;
      background: rgba(5,8,22,0.45);
      border: 1px solid rgba(255,255,255,0.12);
    }

    .live-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 14px 0;
      border-bottom: 1px solid rgba(255,255,255,0.08);
    }

    .live-row:last-child {
      border-bottom: none;
    }

    .live-row span {
      color: var(--muted);
    }

    .genres {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 14px;
    }
.genres-sborniki {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
    }

     .genre-sborniki {
      min-height: 300px;
      display: flex;
      align-items: flex-start;
      padding: 18px;
      border-radius: 24px;
      background:
        radial-gradient(circle at top right, rgba(124,247,255,0.22), transparent 42%),
        rgba(255,255,255,0.07);
      border: 1px solid var(--border);
      color: #000000;
      font-weight: 800;
      transition: 0.25s ease;
    }
 .genre-sborniki:nth-child(1) {
      background: url(/images/Pozitivnyy.png);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
    .genres-sborniki :nth-child(2) {
      background: url(/images/Tango.png);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
     .genres-sborniki :nth-child(3) {
      background: url(/images/Popurri.png);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
     .genres-sborniki :nth-child(4) {
      background: url(/images/Armyanskaya_Evrovideniya.png);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
      .genres-sborniki :nth-child(5) {
        background: url(/images/Pro_lyubovy_%E2%84%96_02.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
      }
         .genres-sborniki :nth-child(6) {
        background: url(/images/Leto.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
      }

       .genres-sborniki :nth-child(7) {
        background: url(/images/Moya_Semyya.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
      }
         .genres-sborniki :nth-child(8) {
        background: url(/images/Hity_2022.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
      }
       .genres-sborniki :nth-child(9) {
        background: url(/images/Deny_roghdeniya.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
      }

         .genres-sborniki :nth-child(10) {
        background: url(/images/Novogodnie.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
      }
         .genres-sborniki :nth-child(11) {
        background: url(/images/Svadebnye.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
      }
         .genres-sborniki :nth-child(12) {
        background: url(/images/Klubnyak.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
      }

       .genres-sborniki :nth-child(13) {
        background: url(/images/Remiksy.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
      }
        .genres-sborniki :nth-child(14) {
        background: url(/images/V_mashinu.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
      }
      
         .genres-sborniki :nth-child(15) {
        background: url(/images/Vospominaniya.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
      }
     .genres-sborniki :nth-child(16) {
        background: url(/images/Rasstavanie.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
      }

         .genres-sborniki :nth-child(17) {
        background: url(/images/Pro_papu.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
      }
   .genres-sborniki :nth-child(18) {
        background: url(/images/Pro_mamu.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
      }
      .genres-sborniki :nth-child(19) {
        background: url(/images/Grustnye.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
      }


    .genre-sborniki:hover {
      transform: translateY(-4px);
      border-color: rgba(124,247,255,0.38);
    }

    .genre {
      min-height: 120px;
      display: flex;
      align-items: flex-end;
      padding: 18px;
      border-radius: 24px;
      background:
        radial-gradient(circle at top right, rgba(124,247,255,0.22), transparent 42%),
        rgba(255,255,255,0.07);
      border: 1px solid var(--border);
      color: #eff2ff;
      font-weight: 800;
      transition: 0.25s ease;
    }

    .genre:hover {
      transform: translateY(-4px);
      border-color: rgba(124,247,255,0.38);
    }

    .bottom-player {
      position: fixed;
      left: 50%;
      bottom: 18px;
      transform: translateX(-50%);
      width: min(760px, calc(100vw - 28px));
      z-index: 30;
      display: grid;
      grid-template-columns: auto 1fr auto;
      gap: 16px;
      align-items: center;
      padding: 12px 16px;
      border-radius: 24px;
      background: rgba(5,8,22,0.78);
      border: 1px solid rgba(255,255,255,0.14);
      backdrop-filter: blur(20px);
      box-shadow: 0 20px 70px rgba(0,0,0,0.35);
    }

    .player-cover {
      width: 52px;
      height: 52px;
      border-radius: 16px;
      background: linear-gradient(135deg, var(--blue), var(--purple));
    }

    .player-info strong {
      display: block;
      font-size: 14px;
    }

    .player-info span {
      color: var(--muted);
      font-size: 12px;
    }

    .player-controls {
      display: flex;
      gap: 10px;
      align-items: center;
    }

    .icon-btn {
      width: 38px;
      height: 38px;
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,0.12);
      background: rgba(255,255,255,0.08);
      color: white;
      cursor: pointer;
    }

 

    @keyframes stars {
      from { background-position: 0 0, 40px 60px; }
      to { background-position: 0 900px, 40px 960px; }
    }

    @keyframes blink {
      0%, 100% { opacity: .35; transform: scale(.9); }
      50% { opacity: 1; transform: scale(1.2); }
    }

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

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

    @keyframes wave {
      0%, 100% { height: 22px; opacity: .55; }
      50% { height: 78px; opacity: 1; }
    }

    @media (max-width: 980px) {
      .hero,
      .experience,
      .radio-card {
        grid-template-columns: 1fr;
      }

      .visual-card {
        min-height: 520px;
      }

      .track-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .genres {
        grid-template-columns: repeat(3, 1fr);
      }
    }

    @media (max-width: 720px) {
      .container {
        width: min(100% - 26px, 1180px);
      }
      .genres-sborniki {
        grid-template-columns: repeat(1, 1fr);
      }
      .nav-inner {
        height: 68px;
      }

      .nav-links {
        display: none;
      }

      .hero {
        padding-top: 48px;
      }

      h1 {
        letter-spacing: -2px;
      }

      .stats {
        grid-template-columns: 1fr;
      }

      .visual-card {
        min-height: 430px;
        border-radius: 32px;
      }

      .orb {
        width: 250px;
        height: 250px;
      }

      section {
        padding: 64px 0;
      }

      .section-head {
        display: block;
      }

      .section-head p {
        margin-top: 12px;
      }

      .track-grid {
        grid-template-columns: 1fr;
      }

      .cover {
        height: 240px;
      }

      .panel,
      .radio-card {
        padding: 24px;
        border-radius: 28px;
      }

      .genres {
        grid-template-columns: repeat(2, 1fr);
      }

      .bottom-player {
        grid-template-columns: auto 1fr;
      }

      .player-controls {
        grid-column: 1 / -1;
        justify-content: center;
      }

      .hero {
        min-height: auto;
        padding-top: 36px;
      }

      .hero-actions {
        flex-direction: column;
        align-items: stretch;
      }

      .hero-actions .btn {
        width: 100%;
        justify-content: center;
      }

      .visual-card {
        min-height: 360px;
      }

      .bars {
        padding: 10px 14px;
        gap: 6px;
      }

      .bar {
        width: 6px;
      }

      .track {
        padding: 14px;
      }

      .cover,
      .cover-top-1,
      .cover-top-2,
      .cover-top-3,
      .cover-top-4 {
        height: 180px;
      }

      #play-btn-1,
      #play-btn-2,
      #play-btn-3,
      #play-btn-4 {
        position: static;
        right: auto;
        top: auto;
        margin: 10px auto 0;
      }

      .mini-wave {
        left: 0;
        justify-content: center;
        margin-top: 14px;
        top:0;
      }

      .stats {
        gap: 12px;
      }

      .music-equalizer {
        width: min(100%, calc(100vw - 28px));
        justify-content: center;
        padding: 14px 10px;
        bottom: auto;
        left: auto;
        margin: 0 auto 18px;
      }

      .music-equalizer span {
        width: 5px;
      }

      .bottom-player {
        width: min(calc(100vw - 20px), calc(100% - 20px));
        left: 50%;
        transform: translateX(-50%);
        bottom: 12px;
      }

      .music-equalizer,
      .visual-card,
      .hero,
      .track-grid {
        width: 100%;
      }

    }