.home-refresh {
  width: min(1380px, calc(100% - 40px));
  margin: 0 auto;
  padding: 42px 0 80px;
}

.fm-home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 700px;
  gap: 42px;
  align-items: center;
  min-height: calc(100vh - 180px);
}

.fm-home-hero__badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(98,232,255,.18);
  background: rgba(98,232,255,.08);
}

.fm-home-hero__badge span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #62e8ff;
  box-shadow: 0 0 14px rgba(98,232,255,.8);
}

.fm-home-hero h1 {
  margin: 30px 0 0;
  font-size: clamp(3.4rem, 7vw, 6.4rem);
  line-height: .94;
  letter-spacing: -.06em;
  font-family: "Space Grotesk", sans-serif;
}

.fm-home-hero h1 span {
  color: transparent;
  background: linear-gradient(135deg, #9b4dff, #27b9ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.fm-home-hero p {
  max-width: 720px;
  margin: 24px 0 0;
  font-size: 1.08rem;
  line-height: 1.8;
  color: #c7d3e3;
}

.fm-home-hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.fm-home-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.fm-home-hero__stats article,
.fm-home-live-card,
.fm-shortcut-card {
  border: 1px solid rgba(126,145,255,.16);
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 70px rgba(0,0,0,.34);
}

.fm-home-hero__stats article {
  padding: 20px;
  border-radius: 24px;
}

.fm-home-hero__stats strong {
  display: block;
  font-size: 1.5rem;
}

.fm-home-hero__stats span {
  display: block;
  margin-top: 8px;
  color: #9aa7bf;
}

.fm-home-hero__visual {
  position: relative;
  min-height: 620px;
}

.fm-home-vinyl {
  position: absolute;
  left: -38px;
  top: 50%;
  width: 610px;
  aspect-ratio: 1;
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 1;
  background: url('https://cdn.wanalike.com/assets/v1/brands/wanafm/logo/logo-wanafm.webp') center/contain no-repeat;
  filter: drop-shadow(0 0 18px rgba(155,77,255,.35)) drop-shadow(0 0 70px rgba(39,185,255,.14));
  animation: vinylSpin 16s linear infinite;
}

.fm-home-vinyl::before,
.fm-home-vinyl::after,
.fm-home-vinyl__label,
.fm-home-vinyl__label::after,
.fm-home-vinyl .vinyl__disc,
.fm-home-vinyl .vinyl__groove,
.fm-home-vinyl .vinyl__shine,
.fm-home-vinyl .vinyl__label {
  display: none !important;
}

.fm-home-live-card {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 440px;
  padding: 28px;
  border-radius: 34px;
  z-index: 3;
  background:
    radial-gradient(circle at 82% 0%, rgba(155,77,255,.22), transparent 36%),
    linear-gradient(180deg, rgba(17,23,42,.86), rgba(8,12,26,.94));
  border-color: rgba(155,77,255,.28);
  box-shadow:
    0 28px 90px rgba(0,0,0,.46),
    0 0 60px rgba(155,77,255,.18);
}

.fm-home-live-card__top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: .78rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #b7c1d8;
}

.fm-home-live-card__top strong {
  position: relative;
  padding-left: 18px;
}

.fm-home-live-card__top strong::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #ff3b7d;
  box-shadow: 0 0 12px rgba(255,59,125,.8);
}

.fm-home-live-card__cover {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 24px;
  margin-top: 22px;
  background:
    linear-gradient(135deg, rgba(98,232,255,.14), rgba(148,99,255,.18)),
    url('https://cdn.wanalike.com/assets/v1/brands/wanafm/logo/logo-wanafm.webp') center/58% no-repeat,
    #0d1118;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.05),
    0 18px 54px rgba(0,0,0,.32);
}

.fm-home-live-card__meta h3 {
  margin: 18px 0 0;
  font-size: 1.25rem;
}

.fm-home-live-card__meta p {
  margin: 10px 0 0;
  color: #9aa7bf;
}

.fm-home-spectrum {
  height: 66px;
  display: grid;
  grid-template-columns: repeat(42, minmax(0, 1fr));
  gap: 4px;
  align-items: end;
  margin-top: 22px;
  padding-top: 4px;
}

.fm-home-spectrum span {
  min-height: 7px;
  border-radius: 8px 8px 3px 3px;
  background: linear-gradient(180deg, #27b9ff, #9b4dff);
  box-shadow: 0 0 12px rgba(39,185,255,.25);
  animation: fmSpectrum 1.28s ease-in-out infinite;
}

.fm-home-spectrum span:nth-child(2n) { animation-duration: .92s; }
.fm-home-spectrum span:nth-child(3n) { animation-duration: 1.6s; }
.fm-home-spectrum span:nth-child(4n) { animation-delay: .18s; }
.fm-home-spectrum span:nth-child(5n) { animation-delay: .31s; }

.fm-home-shortcuts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 54px;
}

.fm-shortcut-card {
  padding: 28px;
  border-radius: 28px;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease;
}

.fm-shortcut-card:hover {
  transform: translateY(-3px);
  border-color: rgba(98,232,255,.32);
}

.fm-shortcut-card span {
  display: block;
  margin-bottom: 12px;
  color: #62e8ff;
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .16em;
}

.fm-shortcut-card strong {
  font-size: 1.12rem;
  line-height: 1.45;
}

.wl-header__inner {
  flex-wrap: nowrap !important;
  gap: 18px !important;
}

.wl-brand {
  flex: 0 0 auto;
}

.wl-brand__mark--vinyl,
.wl-brand__mark {
  width: 50px !important;
  height: 50px !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  box-shadow: none !important;
}

.wl-brand__mark--vinyl img,
.wl-brand__mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(155,77,255,.32));
}

.wl-nav {
  flex: 1 1 auto;
  min-width: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.45vw, 26px);
  flex-wrap: nowrap !important;
  white-space: nowrap;
}

.wl-nav__link,
.wl-btn--header {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.wl-nav__link {
  flex: 0 0 auto;
}

.wl-nav__link i,
.wl-btn--header i {
  color: #62e8ff;
  font-size: .82rem;
  transition: color .18s ease, filter .18s ease;
}

.wl-nav__link:hover i,
.wl-nav__link[aria-current="page"] i,
.wl-btn--header:hover i {
  color: #b35cff;
  filter: drop-shadow(0 0 8px rgba(179,92,255,.65));
}

.wl-header__actions {
  flex: 0 0 auto;
  margin-left: auto;
}

.wl-btn--header {
  position: relative;
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  padding: 0 !important;
  justify-content: center;
  border-radius: 50% !important;
}

.wl-btn--header span {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  pointer-events: none;
  opacity: 0;
  transform: translateY(-4px);
  padding: 7px 11px;
  border-radius: 999px;
  color: #fff;
  background: rgba(9, 14, 28, .94);
  border: 1px solid rgba(98,232,255,.18);
  box-shadow: 0 12px 28px rgba(0,0,0,.32);
  transition: opacity .18s ease, transform .18s ease;
  white-space: nowrap;
}

.wl-btn--header:hover span {
  opacity: 1;
  transform: translateY(0);
}

.wl-footer--premium {
  width: 100%;
  margin: 64px 0 var(--wl-player-page-gap);
  padding: 0;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: rgba(98,232,255,.10);
  border-radius: 0;
  background:
    radial-gradient(circle at 8% 8%, rgba(98,232,255,.08), transparent 28%),
    radial-gradient(circle at 96% 0%, rgba(179,92,255,.12), transparent 30%),
    linear-gradient(180deg, rgba(8,14,28,.92), rgba(4,8,18,.96));
  box-shadow: none;
  overflow: hidden;
}

.wl-footer__inner--grid {
  width: min(1480px, calc(100% - 40px));
  margin: 0 auto;
  min-height: auto;
  display: grid;
  grid-template-columns: 1.35fr repeat(3, .9fr) 1.45fr;
  gap: 34px;
  align-items: start;
  padding: 38px 0 26px;
}

.wl-footer__brand-top {
  display: flex;
  align-items: center;
  gap: 14px;
}

.wl-footer__brand-top img {
  width: 66px;
  height: 66px;
  object-fit: contain;
  filter: drop-shadow(0 0 16px rgba(179,92,255,.30));
}

.wl-footer__brand-top strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.24rem;
}

.wl-footer__brand-top span,
.wl-footer__brand p,
.wl-footer__newsletter p,
.wl-footer__bottom {
  color: #95a3bd;
}

.wl-footer__brand-top span {
  display: block;
  margin-top: 3px;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .68rem;
}

.wl-footer__brand p,
.wl-footer__newsletter p {
  margin: 18px 0 0;
  line-height: 1.65;
}

.wl-footer__socials {
  display: flex;
  gap: 12px;
  margin-top: 22px;
}

.wl-footer__socials a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #dbe8ff;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.035);
  transition: transform .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.wl-footer__socials a:hover {
  transform: translateY(-2px);
  color: #62e8ff;
  border-color: rgba(98,232,255,.34);
  box-shadow: 0 0 24px rgba(98,232,255,.16);
}

.wl-footer__column h4 {
  margin: 4px 0 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #c06cff;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .78rem;
}

.wl-footer__column h4 i {
  color: #62e8ff;
  filter: drop-shadow(0 0 10px rgba(98,232,255,.35));
}

.wl-footer__column a {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 10px 0;
  color: #aebbd2;
  text-decoration: none;
  transition: color .18s ease, transform .18s ease, filter .18s ease;
}

.wl-footer__column a i {
  width: 16px;
  color: #71829f;
  transition: color .18s ease, filter .18s ease;
}

.wl-footer__column a:hover {
  color: #62e8ff;
  transform: translateX(4px);
  filter: drop-shadow(0 0 8px rgba(98,232,255,.20));
}

.wl-footer__column a:hover i {
  color: #b35cff;
  filter: drop-shadow(0 0 8px rgba(179,92,255,.45));
}

.wl-footer__newsletter-form {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.wl-footer__newsletter-input {
  min-width: 0;
  flex: 1;
  height: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(3,7,18,.54);
}

.wl-footer__newsletter-input i {
  color: #62e8ff;
}

.wl-footer__newsletter-input input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: none;
  color: #fff;
  background: transparent;
}

.wl-footer__newsletter-form button {
  height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  background: linear-gradient(135deg, #27b9ff, #b35cff);
  box-shadow: 0 16px 34px rgba(179,92,255,.22);
}

.wl-footer__newsletter-form button:hover {
  filter: brightness(1.08);
}

.wl-footer__bottom {
  width: min(1480px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 18px 0 24px;
  border-top: 1px solid rgba(255,255,255,.07);
  font-size: .86rem;
}

.wl-footer__bottom a {
  color: #62e8ff;
  text-decoration: none;
}

.wl-footer__bottom a:hover {
  color: #c06cff;
}

.wl-footer__bottom span:nth-child(2) {
  text-align: center;
}

.wl-footer__bottom span:nth-child(3) {
  text-align: right;
}

@keyframes vinylSpin {
  from { transform: translateY(-50%) rotate(0deg); }
  to { transform: translateY(-50%) rotate(360deg); }
}

@keyframes fmSpectrum {
  0%, 100% { height: 16%; opacity: .56; }
  50% { height: 88%; opacity: 1; }
}

@media (max-width: 1300px) {
  .wl-nav__link span {
    display: none;
  }

  .wl-nav {
    gap: 18px;
  }
}

@media (max-width: 1200px) {
  .wl-footer__inner--grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .fm-home-hero {
    grid-template-columns: 1fr;
  }

  .fm-home-hero__visual {
    min-height: 760px;
  }

  .fm-home-vinyl {
    left: 50%;
    top: 280px;
    width: min(86vw, 610px);
    transform: translate(-58%, -50%);
  }

  .fm-home-live-card {
    right: 50%;
    top: 390px;
    width: min(88vw, 440px);
    transform: translate(50%, 0);
  }

  .fm-home-shortcuts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  @keyframes vinylSpin {
    from { transform: translate(-58%, -50%) rotate(0deg); }
    to { transform: translate(-58%, -50%) rotate(360deg); }
  }
}

@media (max-width: 720px) {
  .fm-home-shortcuts,
  .fm-home-hero__stats {
    grid-template-columns: 1fr;
  }

  .fm-home-hero__visual {
    min-height: 660px;
  }

  .fm-home-vinyl {
    width: min(96vw, 460px);
    top: 220px;
  }

  .fm-home-live-card {
    top: 320px;
    width: min(92vw, 390px);
    padding: 20px;
  }

  .wl-footer__inner--grid,
  .wl-footer__bottom {
    grid-template-columns: 1fr;
    width: min(100% - 32px, 1480px);
  }

  .wl-footer__bottom span,
  .wl-footer__bottom span:nth-child(2),
  .wl-footer__bottom span:nth-child(3) {
    text-align: left;
  }

  .wl-footer__newsletter-form {
    flex-direction: column;
  }
}
