/* NB Distro Home 2.0 — cinematic dark gold */

html.nb-home-standalone,
body.nb-home-standalone {
  margin: 0 !important;
  padding: 0 !important;
  background: #050505 !important;
  color: #f7f3ea !important;
}

.nb-distro {
  --gold: #FFD700;
  --gold-2: #E8A317;
  --gold-soft: #ffe08a;
  --ink: #050505;
  --panel: rgba(14, 12, 10, 0.72);
  --line: rgba(255, 215, 0, 0.16);
  --line-strong: rgba(255, 215, 0, 0.4);
  --text: #f7f3ea;
  --mute: rgba(245, 232, 205, 0.68);
  --radius: 20px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --max: 1180px;
  --header-h: 76px;
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow-x: hidden;
  overflow-y: auto;
  color: var(--text);
  font-family: Manrope, system-ui, sans-serif;
  font-weight: 600;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  background: #050505 !important;
  isolation: isolate;
}

.nb-distro .nb-promo__icon i,
.nb-distro .nb-deal__checks i,
.nb-distro .nb-plan__list i,
.nb-distro .nb-pass__list i,
.nb-distro .nb-pass__eyebrow i,
.nb-distro .nb-deal__pitch h3 i,
.nb-distro .nb-marquee__pill i,
.nb-distro .nb-why__icon i,
.nb-distro .nb-about__values i,
.nb-distro .nb-plhits__go i,
.nb-distro .nb-plhits__cover.is-empty i,
.nb-distro .nb-plhits__chip i {
  color: var(--gold) !important;
}
.nb-distro .nb-btn--primary i { color: #120e08 !important; }

.nb-distro *,
.nb-distro *::before,
.nb-distro *::after { box-sizing: border-box; }
.nb-distro a { color: inherit; text-decoration: none; }
.nb-distro button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
.nb-distro ul { list-style: none; margin: 0; padding: 0; }

.nb-distro__bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background: #050505;
}
/* обёртка параллакса: JS двигает .nb-par, CSS-анимации живут внутри */
.nb-par {
  position: absolute;
  inset: 0;
  will-change: transform;
  backface-visibility: hidden;
  pointer-events: none;
}
.nb-distro__void {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 45% at 50% -5%, rgba(255, 190, 60, 0.14), transparent 55%),
    radial-gradient(ellipse 50% 35% at 90% 20%, rgba(232, 163, 23, 0.08), transparent 55%),
    #050505;
}
.nb-distro__streak {
  position: absolute;
  left: -20%;
  top: 8%;
  width: 140%;
  height: 42%;
  background: linear-gradient(118deg, transparent 20%, rgba(255, 200, 70, 0.22) 45%, rgba(232, 163, 23, 0.08) 58%, transparent 75%);
  filter: blur(42px);
  opacity: .85;
  transform: rotate(-12deg);
  animation: nbStreak 14s ease-in-out infinite;
}
.nb-distro__streak.is-b {
  top: 38%;
  height: 28%;
  opacity: .45;
  filter: blur(56px);
  transform: rotate(8deg);
  animation-duration: 18s;
  animation-delay: -4s;
}
.nb-distro__streak.is-c {
  top: 62%;
  height: 34%;
  opacity: .35;
  filter: blur(64px);
  transform: rotate(-6deg);
  animation-duration: 22s;
  animation-delay: -8s;
}
.nb-distro__aurora {
  position: absolute;
  inset: -10% -4%;
  filter: blur(48px);
  opacity: .7;
}
.nb-distro__aurora span {
  position: absolute;
  border-radius: 50%;
}
.nb-distro__aurora span:nth-child(1) {
  width: 46%; height: 34%;
  left: -6%; top: 4%;
  background: radial-gradient(circle, rgba(255,215,0,.28), transparent 70%);
  animation: nbAurora 18s ease-in-out infinite;
}
.nb-distro__aurora span:nth-child(2) {
  width: 40%; height: 32%;
  right: -8%; top: 28%;
  background: radial-gradient(circle, rgba(232,163,23,.18), transparent 70%);
  animation: nbAurora 22s ease-in-out infinite reverse;
}
.nb-distro__aurora span:nth-child(3) {
  width: 55%; height: 36%;
  left: 20%; bottom: -6%;
  background: radial-gradient(circle, rgba(255,180,40,.14), transparent 70%);
  animation: nbAurora 26s ease-in-out infinite;
}
.nb-distro__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
}
.nb-distro__orb--a {
  width: min(42vw, 380px); height: min(42vw, 380px);
  left: -8%; top: 4%;
  background: radial-gradient(circle, rgba(255,215,0,.22), transparent 70%);
  animation: nbOrb 16s ease-in-out infinite;
}
.nb-distro__orb--b {
  width: min(36vw, 320px); height: min(36vw, 320px);
  right: -6%; top: 22%;
  background: radial-gradient(circle, rgba(232,163,23,.16), transparent 70%);
  animation: nbOrb 20s ease-in-out infinite reverse;
}
.nb-distro__orb--c {
  width: min(40vw, 360px); height: min(40vw, 360px);
  left: 40%; bottom: -10%;
  background: radial-gradient(circle, rgba(255,190,60,.12), transparent 70%);
  animation: nbOrb 24s ease-in-out infinite;
}
.nb-distro__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,215,0,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,215,0,.035) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: .45;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, #000 20%, transparent 75%);
}
.nb-distro__dust { position: absolute; inset: 0; }
.nb-distro__dust i {
  position: absolute;
  width: 2px; height: 2px;
  border-radius: 50%;
  background: rgba(255,230,160,.7);
  box-shadow: 0 0 8px rgba(255,215,0,.45);
  animation: nbDust 18s linear infinite;
  opacity: 0;
}
.nb-distro__dust i:nth-child(1)  { left: 8%;  top: 20%; }
.nb-distro__dust i:nth-child(2)  { left: 18%; top: 55%; animation-delay: 2s; }
.nb-distro__dust i:nth-child(3)  { left: 28%; top: 12%; animation-delay: 4s; }
.nb-distro__dust i:nth-child(4)  { left: 38%; top: 70%; animation-delay: 1s; }
.nb-distro__dust i:nth-child(5)  { left: 48%; top: 30%; animation-delay: 3.5s; }
.nb-distro__dust i:nth-child(6)  { left: 58%; top: 62%; animation-delay: 5s; }
.nb-distro__dust i:nth-child(7)  { left: 68%; top: 18%; animation-delay: 1.8s; }
.nb-distro__dust i:nth-child(8)  { left: 78%; top: 48%; animation-delay: 6s; }
.nb-distro__dust i:nth-child(9)  { left: 88%; top: 26%; animation-delay: 2.6s; }
.nb-distro__dust i:nth-child(10) { left: 12%; top: 78%; animation-delay: 7s; }
.nb-distro__dust i:nth-child(11) { left: 42%; top: 42%; animation-delay: 3s; }
.nb-distro__dust i:nth-child(12) { left: 72%; top: 80%; animation-delay: 4.5s; }
.nb-distro__dust i:nth-child(13) { left: 22%; top: 36%; animation-delay: 8s; }
.nb-distro__dust i:nth-child(14) { left: 92%; top: 66%; animation-delay: 5.5s; }
.nb-distro__dust i:nth-child(15) { left: 54%; top: 10%; animation-delay: 9s; }
.nb-distro__dust i:nth-child(16) { left: 34%; top: 88%; animation-delay: 2.2s; }

/* Floating white / gold sparkles — full viewport, JS fills nodes */
.nb-distro__spark {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.nb-distro__spark i {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
  opacity: 0;
  animation-name: nbSpark;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  will-change: transform, opacity;
}
.nb-distro__spark i.is-gold {
  background: rgba(255, 215, 0, 0.92);
  box-shadow: 0 0 9px rgba(255, 200, 80, 0.7);
}
.nb-distro__spark i.is-soft {
  width: 2px;
  height: 2px;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}

@keyframes nbSpark {
  0%   { transform: translate3d(0, 10vh, 0) scale(.5); opacity: 0; }
  8%   { opacity: .9; }
  45%  { opacity: .55; }
  100% { transform: translate3d(var(--dx, 0px), -110vh, 0) scale(.35); opacity: 0; }
}

@keyframes nbStreak {
  0%,100% { opacity: .55; transform: rotate(-12deg) translate3d(0,0,0); }
  50% { opacity: .95; transform: rotate(-10deg) translate3d(2%, -2%, 0); }
}
@keyframes nbPulse {
  0% { transform: scale(.9); opacity: .9; }
  70% { transform: scale(1.5); opacity: 0; }
  100% { opacity: 0; }
}
@keyframes nbBar {
  0%,100% { transform: scaleY(.45); opacity: .55; }
  50% { transform: scaleY(1); opacity: 1; }
}
@keyframes nbFloatCard {
  0%,100% {
    transform: translate3d(var(--par-x, 0px), var(--par-y, 0px), var(--par-z, 0px))
      rotate(var(--rot, 0deg)) scale(1);
  }
  50% {
    transform: translate3d(var(--par-x, 0px), calc(var(--par-y, 0px) - 12px), var(--par-z, 0px))
      rotate(var(--rot, 0deg)) scale(1.03);
  }
}
@keyframes nbEq {
  0%,100% { transform: scaleY(.4); }
  50% { transform: scaleY(1); }
}
@keyframes nbOrbitSpin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}
@keyframes nbOrbitSpinRev {
  to { transform: translate(-50%, -50%) rotate(-360deg); }
}
@keyframes nbArmDrop {
  0%, 100% { transform: rotate(22deg); }
  45%, 70% { transform: rotate(34deg); }
}
@keyframes nbBeamSweep {
  0% { transform: translateX(-120%) rotate(18deg); opacity: 0; }
  18% { opacity: .55; }
  45% { opacity: .2; }
  100% { transform: translateX(140%) rotate(18deg); opacity: 0; }
}
@keyframes nbPlatformPulse {
  0%, 100% { opacity: .55; border-color: rgba(255,215,0,.16); }
  50% { opacity: 1; border-color: rgba(255,215,0,.42); }
}
@keyframes nbMetaIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes nbShineSpin {
  to { transform: rotate(360deg); }
}

@keyframes nbOrb {
  0%,100% { transform: translate3d(0,0,0) scale(1); }
  50% { transform: translate3d(16px,-20px,0) scale(1.05); }
}
@keyframes nbBeam {
  0%,100% { transform: translateY(0) scaleX(.9); opacity: .2; }
  50% { transform: translateY(40px) scaleX(1); opacity: .5; }
}
@keyframes nbSpin {
  to { transform: rotate(360deg); }
}
@keyframes nbMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes nbAurora {
  0%,100% { transform: translate3d(0,0,0) scale(1); }
  50% { transform: translate3d(30px,-24px,0) scale(1.08); }
}
@keyframes nbWave {
  0%,100% { transform: translateX(0) translateY(0); }
  50% { transform: translateX(-2%) translateY(-8px); }
}
@keyframes nbDust {
  0% { transform: translate3d(0, 20px, 0); opacity: 0; }
  15% { opacity: .8; }
  85% { opacity: .5; }
  100% { transform: translate3d(12px, -70vh, 0); opacity: 0; }
}
@keyframes nbNote {
  0%,100% { transform: translate3d(0,0,0) rotate(-8deg); opacity: .18; }
  50% { transform: translate3d(8px,-18px,0) rotate(10deg); opacity: .42; }
}



.nb-tilt {
  transform-style: preserve-3d;
  transition: transform .45s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.nb-distro__shell {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 14px clamp(12px, 3vw, 28px) 0;
  pointer-events: none;
}
.nb-distro__header {
  pointer-events: auto;
  height: 58px;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 10px 0 16px;
  border-radius: 999px;
  background: rgba(10, 9, 8, 0.62);
  border: 1px solid rgba(255,215,0,.14);
  backdrop-filter: blur(22px) saturate(1.2);
  -webkit-backdrop-filter: blur(22px) saturate(1.2);
  box-shadow:
    0 18px 50px rgba(0,0,0,.45),
    0 0 40px rgba(255,180,40,.06),
    inset 0 1px 0 rgba(255,230,170,.06);
  transition: background .25s, border-color .25s, box-shadow .25s;
}
.nb-distro__header.is-scrolled {
  background: rgba(8, 7, 6, 0.88);
  border-color: rgba(255,215,0,.22);
  box-shadow: 0 20px 55px rgba(0,0,0,.55), 0 0 50px rgba(255,180,40,.08);
}
.nb-distro__logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Clash Display', Syne, sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: .14em;
  white-space: nowrap;
}
.nb-distro__logo span:last-child {
  color: var(--gold);
  text-shadow: 0 0 18px rgba(255,215,0,.35);
}
.nb-distro__mark {
  width: 22px;
  height: 22px;
  border-radius: 7px;
  background: linear-gradient(135deg, #ffe36a 0%, #E8A317 55%, #a66b0a 100%);
  box-shadow: 0 0 18px rgba(255,180,40,.35);
  position: relative;
  flex: 0 0 auto;
}
.nb-distro__mark::after {
  content: '';
  position: absolute;
  inset: 5px;
  border-radius: 4px;
  border: 1.5px solid rgba(18,14,8,.55);
  transform: rotate(18deg);
}
.nb-distro__nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
}
.nb-distro__nav a {
  font-size: .8rem;
  font-weight: 600;
  color: var(--mute);
  transition: color .2s;
}
.nb-distro__nav a:hover { color: #fff; }
.nb-distro__actions { display: flex; align-items: center; gap: 8px; }
.nb-distro__vk {
  width: 38px; height: 38px; border-radius: 999px;
  display: grid; place-items: center;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.03);
  color: #fff;
  transition: .25s var(--ease);
}
.nb-distro__vk:hover {
  border-color: var(--line-strong);
  background: rgba(255,215,0,.1);
}
.nb-distro__login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: auto;
  padding: 7px 14px;
  border-radius: 999px;
  background: linear-gradient(110deg, #ffe36a, #E8A317 55%, #c49212);
  color: #120e08;
  font-family: Manrope, system-ui, sans-serif;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: 0 10px 28px rgba(255,180,40,.28);
  transition: .25s var(--ease);
}
.nb-distro__login .nb-btn__txt {
  display: inline-block;
  line-height: 1;
  transform: translateY(0.18em);
}
.nb-distro__login:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(255,180,40,.4);
}
.nb-distro__burger {
  display: none;
  width: 42px; height: 42px;
  border-radius: 999px;
  border: 1px solid var(--line);
  place-items: center;
  gap: 5px;
  flex-direction: column;
}
.nb-distro__burger span {
  display: block;
  width: 16px; height: 2px;
  border-radius: 99px;
  background: #fff;
}
.nb-distro__drawer {
  pointer-events: auto;
  max-width: 1100px;
  margin: 10px auto 0;
  padding: 14px 18px;
  border-radius: 22px;
  background: rgba(10,9,8,.92);
  border: 1px solid rgba(255,215,0,.16);
  backdrop-filter: blur(18px);
  display: grid;
  gap: 10px;
}
.nb-distro__drawer[hidden] { display: none !important; }
.nb-distro__drawer a {
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--mute);
  font-weight: 700;
}
.nb-distro__drawer a:hover {
  background: rgba(255,215,0,.08);
  color: #fff;
}

.nb-distro__main,
.nb-distro__footer {
  position: relative;
  z-index: 2;
}

.nb-distro a.nb-btn,
.nb-distro .nb-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box;
  gap: .55rem;
  height: auto !important;
  min-height: 0 !important;
  padding: 9px 18px !important;
  border-radius: 999px;
  font-family: Manrope, system-ui, sans-serif;
  font-weight: 800;
  font-size: .88rem;
  line-height: 1 !important;
  letter-spacing: .01em;
  text-align: center;
  transition: transform .25s var(--ease), box-shadow .25s, background .25s, border-color .25s;
}
.nb-distro a.nb-btn .nb-btn__txt,
.nb-distro .nb-btn .nb-btn__txt {
  display: inline-block;
  line-height: 1;
  transform: translateY(0.18em);
}
.nb-btn--primary {
  background: linear-gradient(110deg, #ffe36a, #E8A317 55%, #c49212);
  color: #120e08;
  box-shadow: 0 14px 36px rgba(255,180,40,.28);
}
.nb-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(255,180,40,.42);
}
.nb-btn--ghost {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.03);
  color: #fff;
}
.nb-btn--ghost:hover {
  border-color: var(--line-strong);
  background: rgba(255,215,0,.08);
}

.nb-panel {
  position: relative;
  background: rgba(16, 12, 6, 0.78);
  border: 1px solid rgba(255, 215, 120, 0.16);
  border-radius: 20px;
  box-shadow: none;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow: hidden;
  transform: scale(1) translateZ(0);
  transition:
    transform .9s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow .9s cubic-bezier(0.22, 1, 0.36, 1);
}
.nb-panel > * { position: relative; z-index: 1; }
.nb-panel:hover {
  /* без смены фона и без чёрной тени — иначе карточка «затемняется» */
  border-color: rgba(255, 215, 120, 0.22);
  box-shadow: none;
}
.nb-panel:not(.nb-flip__face):hover {
  transform: scale(1.04) translateY(-4px);
}
/* Dashboard-like sheen + colorful glows */
.nb-fx { isolation: isolate; }
.nb-fx::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  opacity: calc(0.45 + var(--scroll-prox, 0.2) * 0.35);
  background: linear-gradient(
    115deg,
    transparent 0%,
    transparent 42%,
    rgba(255, 230, 150, 0.08) 50%,
    transparent 58%,
    transparent 100%
  );
  background-size: 220% 100%;
  animation: nbCardSheen 9s ease-in-out infinite;
}
/* Цветной блик справа внизу — на КАЖДОЙ карточке (CSS fallback + HTML span) */
.nb-fx::after {
  content: "";
  position: absolute;
  right: -18%;
  bottom: -36%;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.32;
  filter: blur(22px);
  background: radial-gradient(circle at 40% 40%, #ffe36a 0%, #ffd700 38%, rgba(255, 140, 40, 0.55) 70%, transparent 78%);
  transform-origin: 40% 40%;
  animation: nbGlowDrift 7.5s ease-in-out infinite;
}
.nb-fx:nth-child(2n)::after,
.nb-flip:nth-child(2n) .nb-fx::after,
.nb-tariff:nth-child(2n)::after { background: radial-gradient(circle at 40% 40%, #9fd4ff 0%, #5bb8ff 42%, rgba(80, 140, 220, 0.5) 72%, transparent 80%); animation-delay: -1.8s; }
.nb-fx:nth-child(3n)::after,
.nb-flip:nth-child(3n) .nb-fx::after,
.nb-tariff:nth-child(3n)::after { background: radial-gradient(circle at 40% 40%, #ffc48a 0%, #ff8a3d 40%, rgba(255, 100, 40, 0.55) 72%, transparent 80%); animation-delay: -3.4s; }
.nb-fx:nth-child(4n)::after,
.nb-flip:nth-child(4n) .nb-fx::after,
.nb-tariff:nth-child(4n)::after { background: radial-gradient(circle at 40% 40%, #e0b3ff 0%, #b026ff 42%, rgba(140, 60, 220, 0.5) 72%, transparent 80%); animation-delay: -5.1s; }
.nb-fx:hover::after,
.nb-flip:hover .nb-fx::after {
  /* не трогаем animation-* — иначе анимация сбрасывается с начала */
  filter: blur(18px);
  opacity: 0.45;
}
.nb-fx__glow {
  position: absolute !important;
  right: -18%;
  bottom: -36%;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  opacity: .34;
  pointer-events: none;
  z-index: 0 !important;
  filter: blur(22px);
  background: radial-gradient(circle at 40% 40%, #ffe36a 0%, #ffd700 38%, rgba(255, 140, 40, 0.55) 70%, transparent 78%);
  transform-origin: 40% 40%;
  animation: nbGlowDrift 7.5s ease-in-out infinite;
}
.nb-fx__glow.is-gold {
  background: radial-gradient(circle at 40% 40%, #ffe36a 0%, #ffd700 38%, rgba(255, 140, 40, 0.55) 70%, transparent 78%);
}
.nb-fx__glow.is-blue {
  background: radial-gradient(circle at 40% 40%, #9fd4ff 0%, #5bb8ff 42%, rgba(80, 140, 220, 0.5) 72%, transparent 80%);
}
.nb-fx__glow.is-orange {
  background: radial-gradient(circle at 40% 40%, #ffc48a 0%, #ff8a3d 40%, rgba(255, 100, 40, 0.55) 72%, transparent 80%);
}
.nb-fx__glow.is-violet {
  background: radial-gradient(circle at 40% 40%, #e0b3ff 0%, #b026ff 42%, rgba(140, 60, 220, 0.5) 72%, transparent 80%);
}
/* если есть span-glow — псевдо ::after прячем, чтобы не дублировать */
.nb-fx:has(> .nb-fx__glow)::after { display: none; }
.nb-fx:nth-child(2n) .nb-fx__glow,
.nb-flip:nth-child(2n) .nb-fx__glow { animation-delay: -1.8s; animation-duration: 8.2s; }
.nb-fx:nth-child(3n) .nb-fx__glow,
.nb-flip:nth-child(3n) .nb-fx__glow { animation-delay: -3.4s; animation-duration: 6.8s; }
.nb-fx:nth-child(4n) .nb-fx__glow,
.nb-flip:nth-child(4n) .nb-fx__glow { animation-delay: -5.1s; }
.nb-fx:hover .nb-fx__glow,
.nb-flip:hover .nb-fx__glow {
  filter: blur(18px);
  opacity: .48;
}
.nb-fx:hover::before,
.nb-flip:hover .nb-fx::before {
  opacity: .85;
}

@keyframes nbCardSheen {
  0% { background-position: 120% 0; }
  50% { background-position: -20% 0; }
  100% { background-position: 120% 0; }
}
@keyframes nbGlowDrift {
  0%   { transform: translate3d(0, 0, 0) scale(1); }
  25%  { transform: translate3d(-22px, -18px, 0) scale(1.12); }
  55%  { transform: translate3d(14px, -28px, 0) scale(1.05); }
  100% { transform: translate3d(0, 0, 0) scale(1); }
}

/* Flip cards */
.nb-flip {
  perspective: 1400px;
  min-height: 280px;
  transform: scale(1);
  transition: transform .9s cubic-bezier(0.22, 1, 0.36, 1);
}
.nb-flip:hover {
  transform: scale(1.035);
}
.nb-flip--sm { min-height: 160px; }
.nb-flip__inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
  transform-style: preserve-3d;
  transition: transform .7s var(--ease);
}
.nb-flip--hover:hover .nb-flip__inner,
.nb-flip.is-flipped .nb-flip__inner {
  transform: rotateY(180deg);
}
.nb-flip__face {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  padding: 28px 24px;
  box-sizing: border-box;
}
.nb-flip__back {
  transform: rotateY(180deg);
}
.nb-flip__back h3 {
  font-family: 'Clash Display', Syne, sans-serif;
  font-size: 1.15rem;
  margin: 0 0 12px;
}
.nb-flip__back p {
  margin: 0;
  color: var(--mute);
  font-weight: 500;
  font-size: .95rem;
}
.nb-flip__points {
  display: grid;
  gap: 10px;
  margin: 0 0 16px;
  flex: 1;
}
.nb-flip__points li {
  position: relative;
  padding-left: 16px;
  color: rgba(255,245,220,.9);
  font-size: .92rem;
  font-weight: 600;
  line-height: 1.4;
}
.nb-flip__points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 8px rgba(255,215,0,.5);
}
.nb-flip__hint {
  margin-top: auto;
  padding-top: 12px;
  font-size: .72rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(255,215,0,.55);
  font-weight: 700;
}
.nb-flip .nb-btn { position: relative; z-index: 2; }
.nb-flip--sm .nb-flip__face {
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 16px;
}
.nb-flip--sm .nb-flip__back h3 { font-size: 1rem; }
.nb-flip--sm .nb-flip__hint { position: absolute; bottom: 10px; left: 0; right: 0; padding: 0; }

.nb-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,215,0,.35);
  color: var(--gold-soft);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: rgba(255,215,0,.05);
}

[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 80px, 0) scale(.9) rotateX(7deg);
  filter: blur(8px);
  transition:
    opacity .85s var(--ease),
    transform 1s var(--ease),
    filter .85s var(--ease);
  will-change: opacity, transform, filter;
  transform-origin: center bottom;
}
[data-reveal][data-reveal-dir="left"] {
  transform: translate3d(-72px, 36px, 0) scale(.9) rotateY(10deg);
  transform-origin: left center;
}
[data-reveal][data-reveal-dir="right"] {
  transform: translate3d(72px, 36px, 0) scale(.9) rotateY(-10deg);
  transform-origin: right center;
}
[data-reveal][data-reveal-dir="up"] {
  transform: translate3d(0, 88px, 0) scale(.88) rotateX(9deg);
}
[data-reveal][data-reveal-dir="zoom"] {
  transform: translate3d(0, 28px, 0) scale(.82);
  filter: blur(10px);
}
[data-reveal].is-revealed,
[data-reveal].is-inview {
  opacity: 1;
  transform: none;
  filter: none;
}
/* улетает вверх, когда блок уходит за экран при скролле вниз */
[data-reveal].is-exit {
  opacity: 0;
  transform: translate3d(0, -90px, 0) scale(.9);
  filter: blur(10px);
  pointer-events: none;
}
[data-reveal][data-reveal-dir="left"].is-exit {
  transform: translate3d(-80px, -60px, 0) scale(.9) rotateY(-10deg);
}
[data-reveal][data-reveal-dir="right"].is-exit {
  transform: translate3d(80px, -60px, 0) scale(.9) rotateY(10deg);
}

.nb-section.is-active .nb-fx__glow {
  opacity: .34;
}

.nb-distro-hero {
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
  min-height: calc(100vh - 90px);
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding: clamp(2.2rem, 7vh, 5rem) 0 2.5rem;
}
.nb-distro-hero__brand {
  font-family: 'Clash Display', Syne, sans-serif;
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  font-weight: 700;
  letter-spacing: .22em;
  margin: 0 0 1.2rem;
}
.nb-distro-hero__brand span {
  color: var(--gold);
  text-shadow: 0 0 28px rgba(255,215,0,.45);
}
.nb-distro-hero__title {
  font-family: 'Clash Display', Syne, sans-serif;
  font-size: clamp(2.1rem, 4.8vw, 3.85rem);
  line-height: 1.05;
  letter-spacing: .02em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 1.2rem;
}
.nb-distro-hero__title .nb-line { display: block; }
.nb-distro-hero__title .nb-line:nth-child(2) {
  background: linear-gradient(100deg, #fff 0%, #ffe08a 45%, #E8A317 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nb-distro-hero__desc {
  max-width: 420px;
  margin: 0 0 1.6rem;
  color: var(--mute);
  font-size: clamp(.98rem, 1.4vw, 1.08rem);
  font-weight: 500;
}
.nb-distro-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.nb-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -4px 0 1.35rem;
  padding: 0;
  list-style: none;
  max-width: 460px;
}
.nb-hero-chips li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px 6px;
  border-radius: 999px;
  border: 1px solid rgba(255, 215, 0, .22);
  background: rgba(255, 215, 0, .06);
  color: var(--gold-soft);
  font-size: .78rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .02em;
}
/* Hero cover orbit — free-floating covers only */
.nb-distro-hero__panel {
  perspective: 1600px;
  transform-style: preserve-3d;
  position: relative;
  min-height: min(56vh, 520px);
  display: grid;
  place-items: center;
}
.nb-hero-orbit {
  container-type: inline-size;
  position: relative;
  width: min(100%, 540px);
  aspect-ratio: 1;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
  isolation: isolate;
  transform-style: preserve-3d;
  will-change: transform;
  pointer-events: none;
}
.nb-hero-orbit::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 55%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,200,60,.16), transparent 68%);
  filter: blur(28px);
  pointer-events: none;
  z-index: 0;
}
.nb-hero-orbit__spin {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  z-index: 2;
  transform-style: preserve-3d;
}
.nb-hero-orbit__spin.is-outer {
  animation: nbCoverOrbit 72s linear infinite;
}
.nb-hero-orbit__spin.is-inner {
  animation: nbCoverOrbitRev 54s linear infinite;
}
.nb-hero-orbit__sat {
  --n: 5;
  --r: 180px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  transform: rotate(calc(var(--i) * 360deg / var(--n))) translateY(calc(-1 * var(--r)));
}
.nb-hero-orbit__spin.is-outer .nb-hero-orbit__sat { --n: 5; --r: 180px; --r: 42cqi; }
.nb-hero-orbit__spin.is-inner .nb-hero-orbit__sat { --n: 3; --r: 118px; --r: 28cqi; }
.nb-hero-orbit__sat i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 88px;
  height: 88px;
  width: 18cqi;
  height: 18cqi;
  max-width: 110px;
  max-height: 110px;
  min-width: 64px;
  min-height: 64px;
  border-radius: 18px;
  border: 0;
  background: rgba(20,14,8,.35);
  background-size: cover;
  background-position: center;
  box-shadow:
    0 22px 50px rgba(0,0,0,.55),
    0 0 28px rgba(255,180,40,.12);
  overflow: hidden;
  transform: translate(-50%, -50%);
  animation:
    nbCoverCounter 72s linear infinite,
    nbCoverDrift 7.5s ease-in-out infinite;
}
.nb-hero-orbit__spin.is-inner .nb-hero-orbit__sat i {
  width: 68px;
  height: 68px;
  width: 14cqi;
  height: 14cqi;
  max-width: 84px;
  max-height: 84px;
  min-width: 52px;
  min-height: 52px;
  border-radius: 14px;
  animation-name: nbCoverCounterRev, nbCoverDrift;
  animation-duration: 54s, 9s;
  opacity: .92;
}
.nb-hero-orbit__sat:nth-child(2) i { animation-delay: 0s, -1.6s; }
.nb-hero-orbit__sat:nth-child(3) i { animation-delay: 0s, -3.2s; }
.nb-hero-orbit__sat:nth-child(4) i { animation-delay: 0s, -4.8s; }
.nb-hero-orbit__sat:nth-child(5) i { animation-delay: 0s, -6s; }
.nb-hero-orbit__sat.has-cover i {
  background-color: transparent;
}
.nb-hero-orbit__sat i::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(155deg, rgba(255,255,255,.16), transparent 48%, rgba(0,0,0,.2));
  pointer-events: none;
}
.nb-hero-orbit__core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(38%, 176px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%) translateZ(36px);
  z-index: 4;
  border-radius: 22px;
  border: 0;
  overflow: hidden;
  background: transparent;
  box-shadow:
    0 30px 70px rgba(0,0,0,.55),
    0 0 50px rgba(255,180,40,.22);
  transition: transform .35s ease;
  animation: nbCoreDrift 6.8s ease-in-out infinite;
}
.nb-hero-orbit__core-cover {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: opacity .4s ease, transform .4s ease;
}
.nb-hero-orbit__core-cover.is-swap {
  opacity: 0;
  transform: scale(.94);
}
@keyframes nbCoverOrbit {
  to { transform: rotate(360deg); }
}
@keyframes nbCoverOrbitRev {
  to { transform: rotate(-360deg); }
}
@keyframes nbCoverCounter {
  to { transform: translate(-50%, -50%) rotate(-360deg); }
}
@keyframes nbCoverCounterRev {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}
@keyframes nbCoverDrift {
  0%, 100% { top: 50%; }
  50% { top: calc(50% - 10px); }
}
@keyframes nbCoreDrift {
  0%, 100% { transform: translate(-50%, -50%) translateZ(36px); }
  50% { transform: translate(-50%, calc(-50% - 8px)) translateZ(36px); }
}

.nb-section {
  position: relative;
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
  padding: clamp(56px, 8vh, 96px) 0;
  perspective: 1200px;
}
.nb-section__head {
  text-align: center;
  margin-bottom: clamp(28px, 4vh, 44px);
}
.nb-section__head .nb-badge { margin-bottom: 16px; }
.nb-section__head h2 {
  font-family: 'Clash Display', Syne, sans-serif;
  font-size: clamp(1.7rem, 3.6vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.nb-section__head p {
  margin: 0 auto;
  max-width: 620px;
  color: var(--mute);
  font-weight: 500;
}
.nb-section__note {
  text-align: center;
  color: rgba(245,232,205,.45);
  font-size: .88rem;
  margin: 22px 0 0;
}

.nb-royalty__panel {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 24px;
  align-items: center;
  padding: clamp(28px, 4vw, 48px);
  min-height: 220px;
  background:
    radial-gradient(ellipse 60% 80% at 12% 50%, rgba(255,180,40,.16), transparent 55%),
    var(--panel);
}
.nb-royalty__num {
  font-family: 'Clash Display', Syne, sans-serif;
  font-size: clamp(5.5rem, 12vw, 9rem);
  line-height: .85;
  font-weight: 700;
  letter-spacing: -.04em;
  background: linear-gradient(180deg, rgba(255,215,0,.55), rgba(120,80,20,.85));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  filter: drop-shadow(0 0 30px rgba(255,180,40,.15));
}
.nb-royalty__copy h2 {
  font-family: 'Clash Display', Syne, sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin: 12px 0 10px;
}
.nb-royalty__copy p {
  margin: 0;
  color: var(--mute);
  max-width: 420px;
  font-weight: 500;
}

.nb-distro-block .nb-royalty__panel {
  margin-bottom: 22px;
}
.nb-tariffs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 18px;
}
.nb-tariff {
  padding: 22px 18px 20px;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  text-align: left;
}
.nb-tariff__badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #120e08;
  background: linear-gradient(110deg, #ffe36a, #E8A317);
}
.nb-tariff__type {
  font-family: 'Clash Display', Syne, sans-serif;
  font-size: .95rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin-bottom: 8px;
}
.nb-tariff__price {
  font-family: 'Clash Display', Syne, sans-serif;
  font-size: clamp(2rem, 3.2vw, 2.55rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
}
.nb-tariff__price small {
  font-size: .45em;
  color: var(--gold);
}
.nb-tariff__meta {
  margin: 0 0 14px;
  color: var(--mute);
  font-size: .88rem;
  font-weight: 600;
}
.nb-tariff ul {
  display: grid;
  gap: 8px;
  margin-top: auto;
}
.nb-tariff li {
  position: relative;
  padding-left: 14px;
  font-size: .88rem;
  font-weight: 600;
  color: rgba(255,245,220,.88);
}
.nb-tariff li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}
.nb-tariff--hit {
  border-color: rgba(255, 215, 120, 0.28);
}

.nb-royalty__panel--split {
  grid-template-columns: 1.05fr 1fr;
}
.nb-royalty__pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: end;
}
.nb-royalty__tag {
  display: block;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(245, 232, 205, .5);
  margin-bottom: 4px;
  text-align: center;
}
.nb-royalty__num.is-free {
  font-size: clamp(3.4rem, 8vw, 5.6rem);
  background: linear-gradient(180deg, rgba(255,255,255,.5), rgba(180,150,80,.75));
  -webkit-background-clip: text;
  background-clip: text;
}
.nb-royalty__num.is-vip {
  font-size: clamp(3.8rem, 9vw, 6.4rem);
}

.nb-plans {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 16px;
  margin-bottom: 10px;
  align-items: stretch;
}
.nb-plan {
  position: relative;
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}
.nb-plan__kicker {
  margin: 0 0 6px;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold-soft);
}
.nb-plan__name {
  font-family: 'Clash Display', Syne, sans-serif;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  letter-spacing: .03em;
  text-transform: uppercase;
  margin: 0 0 12px;
  color: var(--text);
}
.nb-plan__price {
  font-family: 'Clash Display', Syne, sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.1rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -.03em;
  color: var(--gold-soft);
}
.nb-plan__price small {
  font-size: .38em;
  letter-spacing: .04em;
  color: var(--mute);
  font-weight: 600;
}
.nb-plan__meta {
  margin: 10px 0 16px;
  color: var(--mute);
  font-size: .9rem;
  font-weight: 500;
}
.nb-plan__share {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 18px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 215, 0, .12);
  background: rgba(255, 215, 0, .05);
}
.nb-plan__share b {
  font-family: 'Clash Display', Syne, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: -.03em;
}
.nb-plan__share span {
  color: var(--mute);
  font-size: .86rem;
  font-weight: 500;
}
.nb-plan__share.is-vip {
  border-color: rgba(255, 215, 0, .28);
  background:
    linear-gradient(110deg, rgba(255, 215, 0, .14), rgba(232, 163, 23, .06));
}
.nb-plan__list {
  display: grid;
  gap: 9px;
  margin: 0 0 22px;
  flex: 1;
}
.nb-plan__list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--text);
  font-size: .92rem;
  font-weight: 500;
  line-height: 1.4;
}
.nb-plan__list i {
  margin-top: .28em;
  font-size: .72rem;
  flex: 0 0 auto;
}
.nb-plan .nb-btn {
  align-self: flex-start;
  margin-top: auto;
}
.nb-plan__badge {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #120e08;
  background: linear-gradient(110deg, #ffe36a, #E8A317);
}
.nb-plan--vip {
  border-color: rgba(255, 215, 120, 0.38);
  background:
    radial-gradient(ellipse 90% 70% at 100% -10%, rgba(255, 196, 60, .2), transparent 52%),
    var(--panel);
  box-shadow:
    0 0 0 1px rgba(255, 215, 0, .1),
    0 28px 70px rgba(0, 0, 0, .4);
}
.nb-plan--vip .nb-plan__name {
  color: var(--gold-soft);
  padding-right: 7.5rem;
}
.nb-plan--vip .nb-plan__kicker {
  padding-right: 7.5rem;
}
.nb-plans__note {
  margin: 0 0 22px;
  color: rgba(245, 232, 205, .48);
  font-size: .86rem;
  font-weight: 500;
  max-width: 720px;
}
.nb-deal {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 16px;
  align-items: stretch;
  margin-bottom: 18px;
}
.nb-deal--united .nb-deal__pitch,
.nb-deal--united .nb-deal__cta {
  padding: 28px 24px;
  min-height: 260px;
}
.nb-deal__cta {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nb-deal__cta p {
  margin: 0 0 8px;
  color: var(--mute);
  font-weight: 500;
}
.nb-deal__cta .nb-btn { align-self: flex-start; }
.nb-deal .nb-flip { min-height: 340px; }

@media (max-width: 1100px) {
  .nb-tariffs { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .nb-tariffs { grid-template-columns: 1fr; }
}
.nb-deal__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.nb-deal__step {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-family: 'Clash Display', Syne, sans-serif;
  font-size: .85rem;
  font-weight: 700;
  color: #120e08;
  background: linear-gradient(135deg, #ffe36a, #E8A317);
  flex: 0 0 auto;
}
.nb-deal__prices,
.nb-deal__pitch {
  padding: 28px;
  display: flex;
  flex-direction: column;
}
.nb-flip__face.nb-deal__prices,
.nb-flip__face.nb-deal__pitch,
.nb-flip__face.nb-promo__card {
  padding: 28px 24px;
}
.nb-deal__prices {
  background:
    linear-gradient(160deg, rgba(28, 22, 12, 0.9), rgba(8, 7, 6, 0.94));
  border-left: 3px solid rgba(255, 215, 0, 0.55);
}
.nb-deal__pitch {
  background:
    linear-gradient(160deg, rgba(16, 16, 18, 0.92), rgba(8, 8, 10, 0.95));
  border-top: 3px solid rgba(255, 215, 0, 0.35);
}
.nb-deal__prices h3,
.nb-deal__pitch h3 {
  font-family: 'Clash Display', Syne, sans-serif;
  font-size: 1.15rem;
  letter-spacing: .02em;
  text-transform: none;
  margin: 0;
  color: #fff;
  font-weight: 700;
}
.nb-deal__prices ul { display: grid; gap: 0; }
.nb-deal__prices li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 0 4px;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgba(255,215,0,.12);
  background: transparent;
  transition: background .2s, padding .2s;
}
.nb-deal__prices li:last-child { border-bottom: 0; }
.nb-deal__prices li:hover,
.nb-deal__prices li.is-hit {
  background: rgba(255,255,255,.03);
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
  box-shadow: none;
}
.nb-deal__prices li.is-hit {
  border-bottom-color: transparent;
}
.nb-deal__prices li span { font-weight: 600; color: rgba(255,245,220,.9); }
.nb-deal__prices li b {
  color: var(--gold);
  font-family: 'Clash Display', Syne, sans-serif;
  font-size: 1.15rem;
}
.nb-deal__pitch p {
  margin: 0 0 16px;
  color: var(--mute);
  font-weight: 500;
}
.nb-deal__checks {
  display: grid;
  gap: 12px;
  margin: 0 0 22px;
}
.nb-deal__checks li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,245,220,.9);
  font-weight: 600;
  padding: 0;
  border: 0;
  background: none;
}
.nb-deal__pitch .nb-btn { align-self: flex-start; margin-top: auto; }

.nb-ai__panel {
  padding: clamp(32px, 5vw, 56px);
  background:
    radial-gradient(ellipse 60% 70% at 50% 100%, rgba(120,70,180,.16), transparent 55%),
    radial-gradient(ellipse 50% 50% at 80% 10%, rgba(255,180,40,.12), transparent 50%),
    var(--panel);
}
.nb-ai__panel .nb-badge { margin-bottom: 16px; }
.nb-ai__panel h2 {
  font-family: 'Clash Display', Syne, sans-serif;
  font-size: clamp(1.5rem, 3.2vw, 2.4rem);
  text-transform: uppercase;
  letter-spacing: .02em;
  margin: 0 0 12px;
  max-width: 820px;
}
.nb-ai__panel p {
  margin: 0 0 22px;
  max-width: 640px;
  color: var(--mute);
  font-weight: 500;
}

.nb-promo__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.nb-promo__card {
  padding: 28px 24px;
  min-height: 0;
  text-align: left;
  background: linear-gradient(165deg, rgba(18,16,12,.88), rgba(8,7,6,.94));
}
.nb-promo__grid .nb-flip { min-height: 280px; }
.nb-promo__num {
  display: block;
  font-family: 'Clash Display', Syne, sans-serif;
  font-size: .78rem;
  letter-spacing: .14em;
  color: rgba(255,215,0,.55);
  margin-bottom: 14px;
}
.nb-promo__icon {
  width: 48px; height: 48px;
  border-radius: 14px;
  display: grid; place-items: center;
  border: 1px solid rgba(255,215,0,.25);
  background: rgba(255,215,0,.06);
  margin-bottom: 18px;
  font-size: 1.15rem;
}
.nb-promo__card h3 {
  font-family: 'Clash Display', Syne, sans-serif;
  font-size: 1.2rem;
  letter-spacing: .01em;
  text-transform: none;
  margin: 0 0 10px;
}
.nb-promo__card p {
  margin: 0;
  color: var(--mute);
  font-weight: 500;
  font-size: .95rem;
}

/* Video shots — доп. продвижение */
.nb-shots {
  overflow: visible;
}
.nb-shots__rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 22px;
}
.nb-shots__card {
  position: relative;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nb-shots__card.is-playing {
  border-color: rgba(255,215,120,.28);
}
.nb-shots__frame {
  position: relative;
  aspect-ratio: 9 / 16;
  border-radius: 22px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 30%, rgba(255,215,0,.12), transparent 55%),
    #0a0806;
  border: 1px solid rgba(255,215,0,.16);
  box-shadow: inset 0 1px 0 rgba(255,230,170,.08);
}
.nb-shots__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #0a0806;
}
.nb-shots__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(255,215,0,.45);
  background: rgba(10,8,5,.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #ffe08a;
  display: grid;
  place-items: center;
  font-size: 1rem;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 12px 30px rgba(0,0,0,.4), 0 0 24px rgba(255,180,40,.2);
  transition: transform .25s ease, opacity .25s ease, background .25s ease;
}
.nb-shots__play:hover {
  transform: translate(-50%, -50%) scale(1.06);
  background: rgba(255,215,0,.16);
}
.nb-shots__card.is-playing .nb-shots__play {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(.85);
}
.nb-shots__card.is-playing .nb-shots__frame:hover .nb-shots__play {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}
.nb-shots__tag {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,215,0,.28);
  background: rgba(8,6,4,.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #ffe08a;
}
.nb-shots__tag i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 8px rgba(255,215,0,.8);
  animation: nbPulse 2s ease-out infinite;
}
.nb-shots__meta {
  padding: 0 4px 4px;
}
.nb-shots__meta strong {
  display: block;
  font-family: 'Clash Display', Syne, sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: .01em;
  margin-bottom: 4px;
}
.nb-shots__meta span {
  color: var(--mute);
  font-size: .78rem;
  font-weight: 600;
}
.nb-shots__why {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}
.nb-shots__why-item {
  padding: 24px 22px;
}
.nb-shots__why-item b {
  display: block;
  font-family: 'Clash Display', Syne, sans-serif;
  font-size: .72rem;
  letter-spacing: .14em;
  color: rgba(255,215,0,.55);
  margin-bottom: 12px;
}
.nb-shots__why-item h3 {
  font-family: 'Clash Display', Syne, sans-serif;
  font-size: 1.1rem;
  margin: 0 0 8px;
  letter-spacing: .01em;
}
.nb-shots__why-item p {
  margin: 0;
  color: var(--mute);
  font-size: .92rem;
  font-weight: 500;
  line-height: 1.45;
}
.nb-shots__cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

/* Synced lyrics showcase (Yandex-like, NBM skin) */
.nb-lyrics {
  margin: 8px 0 28px;
}
.nb-lyrics__head {
  text-align: center;
  margin-bottom: 18px;
}
.nb-lyrics__head .nb-badge { margin-bottom: 12px; }
.nb-lyrics__head h3 {
  font-family: 'Clash Display', Syne, sans-serif;
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  letter-spacing: .02em;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.nb-lyrics__head p {
  margin: 0 auto;
  max-width: 560px;
  color: var(--mute);
  font-weight: 500;
}
.nb-lyrics__stage {
  display: grid;
  grid-template-columns: minmax(200px, 280px) 1fr;
  gap: clamp(20px, 4vw, 48px);
  align-items: center;
  padding: clamp(22px, 3vw, 36px);
  min-height: 420px;
}
.nb-lyrics__stage:hover {
  transform: none;
}
.nb-lyrics__visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.nb-lyrics__cover {
  position: relative;
  width: min(100%, 240px);
  aspect-ratio: 1;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 16px;
  box-shadow:
    0 28px 60px rgba(0,0,0,.55),
    0 0 40px rgba(255,180,40,.14);
  border: 1px solid rgba(255,215,0,.22);
  background: #0a0806;
}
.nb-lyrics__cover-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nb-lyrics__cover-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.45));
  pointer-events: none;
}
.nb-lyrics__title {
  display: block;
  font-family: 'Clash Display', Syne, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .01em;
  margin-bottom: 4px;
}
.nb-lyrics__artist {
  color: rgba(255,240,210,.55);
  font-size: .9rem;
  font-weight: 600;
  margin-bottom: 16px;
}
.nb-lyrics__bar {
  width: min(100%, 220px);
  height: 3px;
  border-radius: 99px;
  background: rgba(255,255,255,.12);
  overflow: hidden;
}
.nb-lyrics__bar i {
  display: block;
  height: 100%;
  width: 28%;
  border-radius: inherit;
  background: linear-gradient(90deg, #fff, #ffe08a);
  box-shadow: 0 0 12px rgba(255,215,0,.45);
  transition: width .6s linear;
}
.nb-lyrics__panel {
  position: relative;
  z-index: 1;
  min-height: 280px;
  display: flex;
  align-items: center;
  mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 78%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 78%, transparent 100%);
}
.nb-lyrics__scroll {
  width: 100%;
  display: grid;
  gap: 14px;
  padding: 24px 8px;
  transition: transform .7s cubic-bezier(.22, 1, .36, 1);
}
.nb-lyrics__scroll p {
  margin: 0;
  font-family: 'Clash Display', Syne, sans-serif;
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.25;
  color: rgba(180, 195, 220, .28);
  transition: color .45s ease, transform .45s ease, opacity .45s ease;
  transform: scale(.98);
  opacity: .85;
}
.nb-lyrics__scroll p.is-active {
  color: #fff;
  transform: scale(1);
  opacity: 1;
  text-shadow: 0 0 28px rgba(255,215,0,.18);
}
.nb-lyrics__scroll p.is-past {
  color: rgba(160, 175, 200, .18);
  opacity: .55;
}
.nb-pass__box {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 24px;
  padding: clamp(24px, 4vw, 40px);
  border-color: rgba(255,215,0,.28);
  background:
    radial-gradient(ellipse 50% 40% at 50% 0%, rgba(255,140,40,.14), transparent 55%),
    var(--panel);
}
.nb-pass__left { display: flex; flex-direction: column; gap: 16px; }
.nb-pass__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,215,0,.4);
  color: var(--gold);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
}
.nb-pass__left p {
  margin: 0;
  color: var(--mute);
  font-weight: 500;
  max-width: 380px;
}
.nb-pass__tag {
  margin-top: 8px;
  width: 140px;
  height: 140px;
  border-radius: 28px;
  transform: rotate(-8deg);
  display: grid;
  place-content: center;
  text-align: center;
  background: linear-gradient(145deg, #ffe36a, #E8A317 60%, #b87812);
  color: #120e08;
  box-shadow: 0 18px 40px rgba(255,160,40,.28);
}
.nb-pass__tag strong {
  font-family: 'Clash Display', Syne, sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}
.nb-pass__tag span {
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.nb-pass__list { display: grid; gap: 10px; }
.nb-pass__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,215,0,.14);
  background: rgba(0,0,0,.22);
  font-weight: 600;
  transition: border-color .25s, background .25s;
}
.nb-pass__list li:hover {
  border-color: rgba(255,215,120,.16);
  background: rgba(255,255,255,.03);
}

.nb-mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}
.nb-mosaic__card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 14px 16px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(16,14,12,.72);
  overflow: hidden;
  isolation: isolate;
  transform: translateY(calc((var(--i) % 3 - 1) * 8px));
  transition: border-color .3s, box-shadow .3s;
}
.nb-mosaic__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  opacity: .45;
  background: linear-gradient(115deg, transparent 40%, rgba(255,230,150,.08) 50%, transparent 60%);
  background-size: 220% 100%;
  animation: nbCardSheen 9s ease-in-out infinite;
}
.nb-mosaic__card > * { position: relative; z-index: 1; }
.nb-mosaic__card .nb-fx__glow {
  width: 90px;
  height: 90px;
  right: -20%;
  bottom: -40%;
  opacity: .28;
}
.nb-mosaic__card:hover {
  border-color: rgba(255, 215, 120, 0.22);
  box-shadow: none;
  transform: translateY(calc((var(--i) % 3 - 1) * 8px)) scale(1.045);
  transition: transform .9s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .9s cubic-bezier(0.22, 1, 0.36, 1);
}
.nb-mosaic__icon {
  width: 38px; height: 38px;
  border-radius: 12px;
  display: grid; place-items: center;
  color: #fff;
  font-size: .95rem;
  flex: 0 0 auto;
}
.nb-mosaic__icon b {
  font-family: 'Clash Display', Syne, sans-serif;
  font-weight: 800;
}
.nb-mosaic__card > span:last-child {
  font-size: .88rem;
  font-weight: 700;
}

.nb-platforms-sec { overflow: hidden; }
.nb-platforms-sec .nb-section__head,
.nb-platforms-sec .nb-mosaic,
.nb-platforms-sec .nb-section__note {
  width: min(100%, var(--max));
  margin-left: auto;
  margin-right: auto;
}

.nb-about__story {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 18px;
  margin-bottom: 22px;
}
.nb-about__story-card,
.nb-about__values {
  padding: clamp(24px, 3.5vw, 36px);
}
.nb-about__story-card h3,
.nb-about__values h3 {
  font-family: 'Clash Display', Syne, sans-serif;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  margin: 10px 0 12px;
  text-transform: uppercase;
  letter-spacing: .02em;
}
.nb-about__story-card p {
  margin: 0 0 12px;
  color: var(--mute);
  font-weight: 500;
}
.nb-about__story-card p:last-child { margin-bottom: 0; }
.nb-about__values ul {
  display: grid;
  gap: 12px;
}
.nb-about__values li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: rgba(255,245,220,.9);
  font-weight: 600;
  font-size: .95rem;
  line-height: 1.4;
}
.nb-about__values li i {
  color: var(--gold) !important;
  margin-top: 3px;
  flex: 0 0 auto;
}
.nb-about__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.nb-stat {
  padding: 28px 18px;
  text-align: center;
}
.nb-stat b {
  display: block;
  font-family: 'Clash Display', Syne, sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: var(--gold);
  margin-bottom: 6px;
}
.nb-stat span {
  color: var(--mute);
  font-size: .9rem;
  font-weight: 600;
}

/* Artists — 3 vibe cards + section aura */
.nb-artists--vibe {
  position: relative;
  overflow: visible;
  isolation: isolate;
}
.nb-artists__aura {
  position: absolute;
  left: 50%;
  top: 42%;
  width: 140vw;
  height: 90%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
  filter: blur(8px);
}
.nb-artists__aura span {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: .42;
  mix-blend-mode: screen;
  transition: background .9s ease, opacity .9s ease;
  animation: nbVibeAura 12s ease-in-out infinite;
}
.nb-artists__aura .is-a {
  width: 42%;
  height: 70%;
  left: 4%;
  top: 10%;
  background: var(--vibe-a, #E8A317);
}
.nb-artists__aura .is-b {
  width: 46%;
  height: 75%;
  left: 28%;
  top: 5%;
  background: var(--vibe-b, #3d7cff);
  animation-delay: -3s;
  opacity: .38;
}
.nb-artists__aura .is-c {
  width: 42%;
  height: 70%;
  right: 2%;
  top: 12%;
  left: auto;
  background: var(--vibe-c, #ff4d6d);
  animation-delay: -6s;
}
@keyframes nbVibeAura {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(2%, -4%, 0) scale(1.08); }
}

.nb-artists--vibe .nb-section__head,
.nb-artists__grid {
  position: relative;
  z-index: 1;
}

.nb-artists__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: min(100%, var(--max));
  margin: 8px auto 0;
  align-items: stretch;
}

.nb-artists__card {
  position: relative;
  aspect-ratio: 3 / 4.15;
  min-height: 340px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 215, 120, .16);
  background: rgba(10, 8, 6, .55);
  box-shadow:
    0 22px 50px rgba(0, 0, 0, .4),
    inset 0 1px 0 rgba(255, 230, 170, .08);
  transform: scale(1);
  transition: transform .9s cubic-bezier(0.22, 1, 0.36, 1), border-color .35s ease;
}
.nb-artists__card:hover {
  transform: scale(1.03) translateY(-4px);
  border-color: rgba(255, 215, 120, .28);
}

.nb-artists__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .85s ease, visibility .85s;
  z-index: 1;
}
.nb-artists__slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}
.nb-artists__slide.is-leaving {
  opacity: 0;
  visibility: visible;
  z-index: 3;
}

.nb-artists__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 85% 70% at 50% 58%, color-mix(in srgb, var(--vibe) 58%, #05070c) 0%, #07060a 74%),
    radial-gradient(circle at 50% 100%, color-mix(in srgb, var(--vibe) 40%, transparent), transparent 55%);
  overflow: hidden;
}
.nb-artists__bg::before {
  content: '';
  position: absolute;
  inset: -25%;
  background:
    radial-gradient(ellipse 45% 35% at 30% 40%, color-mix(in srgb, var(--vibe) 75%, #fff) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 72% 62%, color-mix(in srgb, var(--vibe) 55%, transparent) 0%, transparent 65%);
  filter: blur(26px);
  opacity: .9;
  animation: nbVibeDrift 9s ease-in-out infinite;
}
.nb-artists__bg i {
  position: absolute;
  border-radius: 50%;
  filter: blur(36px);
  opacity: .55;
  background: var(--vibe);
  mix-blend-mode: screen;
}
.nb-artists__bg i:nth-child(1) {
  width: 58%; height: 48%; left: 6%; top: 22%;
  animation: nbVibeBlob 11s ease-in-out infinite;
}
.nb-artists__bg i:nth-child(2) {
  width: 50%; height: 42%; right: 0; bottom: 12%;
  opacity: .42;
  animation: nbVibeBlob 13s ease-in-out infinite reverse;
}
.nb-artists__bg i:nth-child(3) {
  width: 36%; height: 32%; left: 38%; top: 8%;
  opacity: .35;
  animation: nbVibeBlob 10s ease-in-out infinite 1s;
}
@keyframes nbVibeDrift {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(2%, -3%, 0) scale(1.06); }
}
@keyframes nbVibeBlob {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(8%, -10%, 0) scale(1.15); }
}

.nb-artists__name {
  position: absolute;
  top: 22px;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  margin: 0;
  width: 90%;
  text-align: center;
  font-family: 'Clash Display', Syne, sans-serif;
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.1;
  color: #fff;
  text-shadow: 0 8px 28px rgba(0, 0, 0, .5);
}
.nb-artists__slide.is-active .nb-artists__name {
  animation: nbVibeTitle .65s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes nbVibeTitle {
  from { opacity: 0; transform: translateX(-50%) translateY(10px); }
  to { opacity: 1; transform: translateX(-50%) translateY(0); }
}

.nb-artists__figure {
  position: absolute;
  left: 50%;
  bottom: -2%;
  z-index: 3;
  width: 92%;
  height: 74%;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
}
.nb-artists__slide.is-active .nb-artists__figure {
  animation: nbVibeFigure .9s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes nbVibeFigure {
  from { opacity: 0; transform: translateX(-50%) translateY(22px) scale(.97); }
  to { opacity: 1; transform: translateX(-50%) translateY(0) scale(1); }
}
.nb-artists__figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  display: block;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, .45));
  user-select: none;
  -webkit-user-drag: none;
}
.nb-artists__figure.is-empty {
  align-items: center;
  bottom: 10%;
  height: 52%;
}
.nb-artists__mono {
  font-family: 'Clash Display', Syne, sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 700;
  letter-spacing: .06em;
  color: #0a0c12;
  width: min(48%, 120px);
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #fff, color-mix(in srgb, var(--vibe) 70%, #fff));
  box-shadow:
    0 16px 40px rgba(0, 0, 0, .4),
    0 0 40px color-mix(in srgb, var(--vibe) 45%, transparent);
}

@media (max-width: 960px) {
  .nb-artists__grid {
    grid-template-columns: 1fr;
    max-width: 380px;
    gap: 14px;
  }
  .nb-artists__card {
    min-height: 400px;
  }
  .nb-artists__aura {
    width: 120vw;
    height: 100%;
    opacity: .85;
  }
  .nb-artists__name {
    font-size: clamp(1.35rem, 5vw, 1.7rem);
  }
}

@supports not (background: color-mix(in srgb, red 50%, blue)) {
  .nb-artists__bg {
    background: radial-gradient(ellipse 85% 70% at 50% 58%, var(--vibe) 0%, #07060a 74%);
  }
  .nb-artists__bg::before {
    background: radial-gradient(ellipse 50% 40% at 50% 45%, var(--vibe), transparent 70%);
  }
  .nb-artists__mono {
    background: linear-gradient(145deg, #fff, var(--vibe));
  }
}

.nb-seo-copy {
  position: relative;
  z-index: 2;
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
  padding: 28px 0 8px;
}
.nb-seo-copy__box {
  padding: 22px 24px;
  border-radius: 18px;
  border: 1px solid rgba(255, 215, 0, .1);
  background: rgba(10, 8, 6, .45);
}
.nb-seo-copy__box h2 {
  margin: 0 0 10px;
  font-family: 'Clash Display', Syne, sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 700;
  letter-spacing: -.01em;
  color: rgba(255, 245, 220, .92);
}
.nb-seo-copy__box p {
  margin: 0 0 10px;
  color: var(--mute);
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.55;
}
.nb-seo-copy__box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}
.nb-seo-copy__box li {
  margin: 0;
}
.nb-seo-copy__box a {
  color: rgba(255, 215, 120, .75);
  font-size: .84rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.nb-seo-copy__box a:hover { color: var(--gold); }

.nb-faq {
  display: grid;
  gap: 10px;
  max-width: 780px;
  margin: 0 auto;
}
.nb-faq__item { padding: 0; min-height: 0; }
.nb-faq__item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 22px;
  font-weight: 800;
  font-size: 1rem;
  position: relative;
  z-index: 1;
}
.nb-faq__item summary::-webkit-details-marker { display: none; }
.nb-faq__item p,
.nb-faq__item [itemprop="acceptedAnswer"] p {
  margin: 0;
  padding: 0 22px 18px;
  color: var(--mute);
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.nb-faq__item[open] { border-color: rgba(255, 215, 120, 0.16); }
.nb-faq__item.nb-panel:hover { transform: none; }

/* Why / features strip */
.nb-why__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.nb-why__card {
  padding: 24px 20px;
  min-height: 200px;
}
.nb-why__card h3 {
  font-family: 'Clash Display', Syne, sans-serif;
  font-size: 1.05rem;
  margin: 14px 0 8px;
}
.nb-why__card p {
  margin: 0;
  color: var(--mute);
  font-weight: 500;
  font-size: .92rem;
}
.nb-why__icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,215,0,.22);
  background: rgba(255,215,0,.06);
  color: var(--gold);
  font-size: 1.1rem;
}

.nb-distro__footer {
  width: min(100% - 2rem, var(--max));
  margin: 0 auto 28px;
  padding: 20px 0 40px;
}
.nb-footer {
  padding: clamp(24px, 4vw, 36px);
  background:
    radial-gradient(ellipse 60% 50% at 50% 100%, rgba(255,180,40,.12), transparent 55%),
    var(--panel);
}
.nb-footer__top {
  display: grid;
  grid-template-columns: 1.1fr 1.4fr;
  gap: 28px;
  margin-bottom: 22px;
}
.nb-footer__brand p {
  margin: 12px 0 14px;
  color: var(--mute);
  font-weight: 500;
  max-width: 280px;
}
.nb-footer__vk {
  width: 40px; height: 40px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  color: #fff;
}
.nb-footer__cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.nb-footer__cols a {
  display: block;
  padding: 6px 0;
  color: var(--mute);
  font-size: .9rem;
  font-weight: 600;
  transition: color .2s;
}
.nb-footer__cols a:hover { color: var(--gold); }
.nb-footer__legal {
  margin: 0 0 14px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 215, 0, 0.1);
  background: rgba(0, 0, 0, 0.22);
  color: rgba(245, 232, 205, 0.62);
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.45;
}
.nb-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 18px;
  border-top: 1px solid rgba(255,215,0,.1);
  color: rgba(245,232,205,.45);
  font-size: .82rem;
}

.nb-marquee__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,215,0,.14);
  background: rgba(12,10,8,.65);
  margin-right: 10px;
  white-space: nowrap;
  color: rgba(255,240,210,.75);
  font-size: .85rem;
  font-weight: 700;
}
.nb-marquee__pill b {
  width: 22px; height: 22px;
  border-radius: 8px;
  display: grid; place-items: center;
  background: rgba(255,215,0,.12);
  color: var(--gold);
  font-size: .7rem;
}
.nb-marquee__row {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.nb-marquee__track {
  display: flex;
  width: max-content;
  animation: nbMarquee 42s linear infinite;
}
.nb-marquee__track.is-reverse { animation-direction: reverse; animation-duration: 48s; }
.nb-marquee--bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

@media (max-width: 1100px) {
  .nb-mosaic { grid-template-columns: repeat(3, 1fr); }
  .nb-plans { grid-template-columns: 1fr; }
}
@media (max-width: 960px) {
  .nb-distro__nav { display: none; }
  .nb-distro__burger { display: grid; }
  .nb-distro-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 1.5rem;
  }
  .nb-distro-hero__panel { order: -1; min-height: min(50vh, 440px); }
  .nb-hero-orbit { width: min(100%, 420px); }
  .nb-royalty__panel,
  .nb-royalty__panel--split,
  .nb-plans,
  .nb-deal,
  .nb-deal--united,
  .nb-pass__box,
  .nb-footer__top,
  .nb-about__story { grid-template-columns: 1fr; }
  .nb-promo__grid,
  .nb-why__grid,
  .nb-shots__why { grid-template-columns: 1fr 1fr; }
  .nb-lyrics__stage { grid-template-columns: 1fr; min-height: 0; }
  .nb-lyrics__panel { min-height: 220px; }
  .nb-shots__rail {
    grid-template-columns: repeat(4, minmax(180px, 1fr));
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 6px;
    -webkit-overflow-scrolling: touch;
  }
  .nb-shots__card { scroll-snap-align: start; min-width: 180px; }
  .nb-about__stats { grid-template-columns: 1fr 1fr; }
  .nb-mosaic { grid-template-columns: repeat(2, 1fr); }
  .nb-mosaic__card { transform: none; }
  .nb-mosaic__card:hover { transform: scale(1.04); }
  .nb-pass__tag { margin: 8px auto 0; }
}
@media (max-width: 720px) {
  .nb-promo__grid,
  .nb-why__grid,
  .nb-shots__why { grid-template-columns: 1fr; }
  .nb-shots__rail {
    grid-template-columns: repeat(4, minmax(160px, 78vw));
  }
  .nb-lyrics__scroll p { font-size: 1.12rem; }
}
@media (max-width: 560px) {
  .nb-distro__actions .nb-distro__vk { display: none; }
  .nb-footer__cols { grid-template-columns: 1fr; }
  .nb-release-card { flex-basis: min(180px, 74vw); }
  .nb-royalty__num { font-size: 5rem; }
  .nb-hero-orbit__core { width: min(42%, 140px); border-radius: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .nb-distro__streak,
  .nb-distro__aurora span,
  .nb-distro__orb,
  .nb-distro__dust i,
  .nb-distro__spark i,
  .nb-fx::before,
  .nb-fx__glow,
  .nb-mosaic__card::before,
  .nb-hero-orbit__spin,
  .nb-hero-orbit__sat i,
  .nb-hero-orbit__core,
  .nb-lyrics__scroll,
  .nb-lyrics__bar i,
  .nb-marquee__track,
  .nb-vitrina__track.is-marquee,
  .nb-artists__bg::before,
  .nb-artists__bg i,
  .nb-artists__aura span,
  .nb-artists__slide.is-active .nb-artists__name,
  .nb-artists__slide.is-active .nb-artists__figure {
    animation: none !important;
  }
  .nb-artists__slide,
  .nb-artists__card {
    transition: none !important;
  }
  [data-reveal],
  [data-reveal].is-exit {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
  .nb-section {
    transform: none !important;
  }
  .nb-flip--hover:hover .nb-flip__inner,
  .nb-flip.is-flipped .nb-flip__inner {
    transform: none;
  }
  .nb-flip__back { display: none; }
  .nb-fx::after,
  .nb-fx__glow { animation: none !important; opacity: .28 !important; }
}

@media (hover: none) {
  .nb-flip__hint { content: none; }
  .nb-flip__hint { opacity: .8; }
  .nb-flip__hint::after { content: none; }
}

.nb-vitrina--bleed {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.nb-vitrina--bleed .nb-section__head {
  width: min(100% - 2rem, var(--max));
  margin-left: auto;
  margin-right: auto;
}
.nb-vitrina__stage {
  padding: 18px 0 14px;
  border-radius: 20px;
  overflow: hidden;
}
.nb-vitrina__stage.nb-panel:hover {
  transform: none;
  box-shadow: none;
}
.nb-vitrina__head {
  width: min(100% - 2rem, var(--max));
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.nb-vitrina__live {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: .75rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
  color: #ffe08a;
}
.nb-vitrina__live i {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 10px rgba(255,215,0,.7);
}
.nb-landing-releases__hint { color: var(--mute); font-size: .82rem; margin-left: auto; }
.nb-vitrina__controls { display: flex; gap: 8px; margin-left: auto; }
.nb-vitrina__btn {
  width: 38px; height: 38px; border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  display: grid; place-items: center;
  transition: .2s;
}
.nb-vitrina__btn:hover {
  border-color: rgba(255,215,120,.16);
  background: rgba(255,255,255,.05);
}
.nb-vitrina__viewport {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
}
.nb-vitrina__track,
.nb-landing-releases__track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 10px clamp(16px, 4vw, 48px) 18px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.nb-vitrina__track::-webkit-scrollbar,
.nb-landing-releases__track::-webkit-scrollbar { display: none; }

/* Авто-карусель витрины (CSS marquee — стабильнее scrollLeft) */
.nb-vitrina__track.is-marquee,
.nb-landing-releases__track.is-marquee {
  overflow: visible;
  width: max-content;
  scroll-snap-type: none;
  animation: nbVitrinaMarquee 42s linear infinite;
  will-change: transform;
}
.nb-vitrina__track.is-marquee.is-paused,
.nb-landing-releases__track.is-marquee.is-paused,
.nb-vitrina__viewport:hover .is-marquee,
.nb-landing-releases__viewport:hover .is-marquee {
  animation-play-state: paused;
}
@keyframes nbVitrinaMarquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

.nb-release-card {
  position: relative;
  flex: 0 0 min(210px, 68vw);
  scroll-snap-align: start;
  border-radius: 20px;
  border: 1px solid rgba(255,215,120,.16);
  background: rgba(14, 10, 6, 0.42);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px;
  min-height: 0;
  isolation: isolate;
  backdrop-filter: blur(22px) saturate(1.25);
  -webkit-backdrop-filter: blur(22px) saturate(1.25);
  box-shadow: none;
  transition: transform .3s var(--ease), box-shadow .3s, background .3s;
}
.nb-release-card::after {
  content: "";
  position: absolute;
  right: -22%;
  bottom: -40%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  opacity: .3;
  filter: blur(18px);
  background: radial-gradient(circle at 40% 40%, #ffe36a 0%, #ffd700 40%, transparent 75%);
  animation: nbGlowDrift 7.5s ease-in-out infinite;
}
.nb-release-card:nth-child(2n)::after {
  background: radial-gradient(circle at 40% 40%, #9fd4ff 0%, #5bb8ff 42%, transparent 75%);
  animation-delay: -1.8s;
}
.nb-release-card:nth-child(3n)::after {
  background: radial-gradient(circle at 40% 40%, #ffc48a 0%, #ff8a3d 40%, transparent 75%);
  animation-delay: -3.4s;
}
.nb-release-card:nth-child(4n)::after {
  background: radial-gradient(circle at 40% 40%, #e0b3ff 0%, #b026ff 42%, transparent 75%);
  animation-delay: -5.1s;
}
.nb-release-card.is-glass {
  background: linear-gradient(165deg, rgba(28,20,10,.48), rgba(10,8,5,.55));
}
.nb-release-card:hover {
  border-color: rgba(255, 215, 120, 0.22);
  box-shadow: none;
  transform: scale(1.05) translateY(-2px);
  transition: transform .9s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .9s cubic-bezier(0.22, 1, 0.36, 1);
}
.nb-release-card__blur {
  position: absolute;
  inset: -18%;
  z-index: 0;
  background-size: cover;
  background-position: center;
  filter: blur(34px) saturate(1.4);
  opacity: .5;
  transform: scale(1.12);
  pointer-events: none;
}
.nb-release-card__blur--empty {
  background: radial-gradient(circle at 40% 30%, rgba(255,215,0,.35), transparent 60%),
    linear-gradient(145deg, rgba(255,180,40,.2), rgba(0,0,0,.4));
  filter: blur(28px);
}
.nb-release-card__glow {
  position: absolute;
  right: -28%;
  bottom: -32%;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  z-index: 0;
  background: radial-gradient(circle, rgba(255,215,0,.4), transparent 70%);
  filter: blur(18px);
  pointer-events: none;
  animation: nbOrb 7s ease-in-out infinite;
}
.nb-release-card__cover {
  position: relative;
  z-index: 1;
  aspect-ratio: 1;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255,215,0,.12), rgba(0,0,0,.35));
  box-shadow: 0 10px 24px rgba(0,0,0,.35);
}
.nb-release-card__cover img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.nb-release-card__cover-fallback {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  color: var(--gold);
  font-size: 1.6rem;
  background: linear-gradient(145deg, rgba(255,215,0,.16), rgba(0,0,0,.4));
}
.nb-release-card__play {
  position: absolute;
  right: 10px; bottom: 10px;
  width: 40px; height: 40px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: #120e08 !important;
  box-shadow: 0 8px 20px rgba(0,0,0,.4);
  opacity: 0;
  transform: translateY(6px) scale(.92);
  transition: .22s var(--ease);
  z-index: 2;
}
.nb-release-card:hover .nb-release-card__play,
.nb-release-card.is-playing .nb-release-card__play {
  opacity: 1;
  transform: none;
}
.nb-release-card__play i { color: #120e08 !important; font-size: .85rem; }
.nb-release-card__meta {
  position: relative;
  z-index: 1;
  padding: 2px 2px 4px;
  min-width: 0;
}
.nb-release-card__artist,
.nb-release-card__meta > span {
  display: block;
  font-size: .72rem;
  color: rgba(255,224,138,.85);
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nb-release-card__title,
.nb-release-card__meta h3 {
  margin: 0;
  font-size: .88rem;
  font-weight: 700;
  color: rgba(255,255,255,.94);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.25;
}
.nb-release-card.is-skeleton { opacity: .55; }
.nb-release-card.is-playing {
  border-color: rgba(255,215,0,.5);
  box-shadow: 0 0 0 1px rgba(255,215,0,.25), 0 16px 36px rgba(0,0,0,.35);
}

#nb-landing-vitrina-mini .nb-lv-mini__btn--play,
#nb-landing-vitrina-mini .nb-lv-mini__progress {
  background: linear-gradient(135deg, #FFD700, #E8A317) !important;
}
#nb-landing-vitrina-mini .nb-lv-mini__btn--play { color: #120e08 !important; }
#nb-landing-vitrina-mini .nb-lv-mini__title { color: #fff8ea !important; }
#nb-landing-vitrina-mini .nb-lv-mini__artist { color: rgba(255,224,138,.8) !important; }

/* About */

.nb-marquee--bleed {
  display: grid;
  gap: 12px;
  margin: 0 0 1.75rem;
  overflow: hidden;
}
.nb-marquee__row {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
}
.nb-marquee__track {
  display: flex;
  width: max-content;
  gap: 12px;
  animation: nbMarquee 38s linear infinite;
  will-change: transform;
}
.nb-marquee__track.is-reverse {
  animation-direction: reverse;
  animation-duration: 48s;
}
.nb-marquee__track:hover {
  animation-play-state: paused;
}
.nb-marquee__pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 168px;
  padding: 14px 18px;
  border-radius: 16px;
  border: 1px solid rgba(255,215,0,.16);
  background: linear-gradient(160deg, rgba(24,18,10,.88), rgba(10,8,5,.95));
  box-shadow: 0 14px 30px rgba(0,0,0,.3);
  color: rgba(255,255,255,.92);
  font-weight: 700;
  font-size: .9rem;
  white-space: nowrap;
}
.nb-marquee__pill i,
.nb-marquee__pill b {
  width: 28px; height: 28px;
  border-radius: 9px;
  display: grid; place-items: center;
  background: rgba(255,215,0,.12);
  border: 1px solid rgba(255,215,0,.2);
  color: var(--gold);
  font-size: .85rem;
  font-weight: 800;
  flex: 0 0 auto;
}

/* Попадания в плейлисты */
.nb-plhits__stage {
  padding: clamp(20px, 3vw, 32px);
  border-color: rgba(255, 215, 0, 0.24);
  background:
    radial-gradient(ellipse 55% 40% at 12% 0%, rgba(255, 215, 0, 0.1), transparent 55%),
    radial-gradient(ellipse 40% 35% at 100% 100%, rgba(255, 140, 40, 0.08), transparent 50%),
    var(--panel);
}
.nb-plhits__stage.nb-panel:hover {
  transform: none;
  box-shadow: none;
}
.nb-plhits__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 18px;
}
.nb-plhits__stat {
  padding: 16px 12px 14px;
  text-align: center;
  border-radius: 16px;
  border: 1px solid rgba(255, 215, 120, 0.14);
  background: rgba(10, 8, 5, 0.42);
}
.nb-plhits__stat b {
  display: block;
  font-family: 'Clash Display', Syne, sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1;
  color: var(--gold);
  font-variant-numeric: tabular-nums;
  margin-bottom: 6px;
}
.nb-plhits__stat span {
  color: var(--mute);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.nb-plhits__platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.nb-plhits__chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 215, 120, 0.16);
  background: rgba(12, 9, 4, 0.55);
  color: rgba(255, 235, 190, 0.82);
  font-size: .78rem;
  font-weight: 700;
  transition: border-color .2s, background .2s, color .2s;
}
.nb-plhits__chip em {
  font-style: normal;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 215, 0, 0.1);
  color: rgba(255, 224, 138, 0.92);
  font-size: .68rem;
  font-weight: 800;
}
.nb-plhits__chip:hover {
  border-color: rgba(255, 215, 0, 0.36);
  color: #fff;
}
.nb-plhits__chip.is-active {
  border-color: rgba(255, 215, 0, 0.48);
  background: linear-gradient(180deg, rgba(255, 215, 0, 0.16), rgba(255, 180, 40, 0.08));
  color: #ffe08a;
}
.nb-plhits__live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #ffe08a;
}
.nb-plhits__live i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 10px rgba(255, 215, 0, .7);
  animation: nbPlhitsPulse 1.6s ease-in-out infinite;
}
@keyframes nbPlhitsPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .45; transform: scale(.75); }
}
.nb-plhits__feed {
  display: grid;
  gap: 12px;
}
.nb-plhits__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.nb-plhits__card {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(255, 215, 120, 0.14);
  background: rgba(12, 10, 6, 0.55);
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  isolation: isolate;
  transition: transform .25s var(--ease), border-color .25s, background .25s;
}
.nb-plhits__card-glow {
  position: absolute;
  right: -18%;
  bottom: -40%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  opacity: .22;
  filter: blur(20px);
  background: radial-gradient(circle at 40% 40%, #ffe36a 0%, #ffd700 40%, transparent 75%);
}
.nb-plhits__card:nth-child(2n) .nb-plhits__card-glow,
.nb-plhits__grid .nb-plhits__card:nth-child(2n) .nb-plhits__card-glow {
  background: radial-gradient(circle at 40% 40%, #9fd4ff 0%, #5bb8ff 42%, transparent 75%);
}
.nb-plhits__card:nth-child(3n) .nb-plhits__card-glow,
.nb-plhits__grid .nb-plhits__card:nth-child(3n) .nb-plhits__card-glow {
  background: radial-gradient(circle at 40% 40%, #ffc48a 0%, #ff8a3d 40%, transparent 75%);
}
.nb-plhits__card:nth-child(4n) .nb-plhits__card-glow,
.nb-plhits__grid .nb-plhits__card:nth-child(4n) .nb-plhits__card-glow {
  background: radial-gradient(circle at 40% 40%, #e0b3ff 0%, #b026ff 42%, transparent 75%);
}
.nb-plhits__card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 215, 0, 0.32);
  background: rgba(18, 14, 8, 0.72);
}
.nb-plhits__card.is-featured {
  grid-template-columns: 120px minmax(0, 1fr) auto;
  padding: 16px;
  border-color: rgba(255, 215, 0, 0.28);
  background:
    linear-gradient(160deg, rgba(36, 26, 10, 0.7), rgba(12, 10, 6, 0.72));
}
.nb-plhits__card[hidden] { display: none !important; }
.nb-plhits__cover {
  position: relative;
  z-index: 1;
  width: 72px;
  height: 72px;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255, 215, 0, 0.14), rgba(0, 0, 0, 0.35));
  border: 1px solid rgba(255, 215, 120, 0.16);
  display: grid;
  place-items: center;
}
.nb-plhits__card.is-featured .nb-plhits__cover {
  width: 120px;
  height: 120px;
  border-radius: 16px;
}
.nb-plhits__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.nb-plhits__cover.is-empty i {
  font-size: 1.35rem;
}
.nb-plhits__card.is-featured .nb-plhits__cover.is-empty i {
  font-size: 2rem;
}
.nb-plhits__meta {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.nb-plhits__meta-top {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.nb-plhits__platform {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: linear-gradient(145deg, #ffe36a, #d4a017);
  color: #1a1203;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.nb-distro .nb-plhits__platform i {
  color: #1a1203 !important;
  font-size: .68rem;
}
.nb-plhits__date {
  color: rgba(255, 224, 138, 0.65);
  font-size: .72rem;
  font-variant-numeric: tabular-nums;
}
.nb-plhits__artist {
  font-family: 'Clash Display', Syne, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nb-plhits__card.is-featured .nb-plhits__artist {
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
}
.nb-plhits__into {
  color: rgba(255, 235, 190, 0.78);
  font-size: .82rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nb-plhits__track {
  color: rgba(255, 255, 255, 0.88);
  font-size: .8rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nb-plhits__track em {
  font-style: normal;
  margin-left: 6px;
  color: rgba(255, 224, 138, 0.7);
  font-size: .7rem;
}
.nb-plhits__go {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 215, 120, 0.22);
  background: rgba(12, 10, 6, 0.72);
  color: #ffe08a;
  flex: 0 0 auto;
}
.nb-plhits__card:hover .nb-plhits__go {
  border-color: rgba(255, 215, 0, 0.45);
  background: rgba(255, 215, 0, 0.12);
}
.nb-plhits__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 215, 120, 0.1);
}
.nb-plhits__foot p {
  margin: 0;
  color: var(--mute);
  font-size: .88rem;
  font-weight: 500;
}
.nb-plhits__empty-filter {
  margin: 0;
  padding: 18px 8px;
  text-align: center;
  color: rgba(255, 224, 138, 0.6);
  font-size: .88rem;
}

@media (max-width: 960px) {
  .nb-plhits__stats { grid-template-columns: 1fr 1fr; }
  .nb-plhits__grid { grid-template-columns: 1fr 1fr; }
  .nb-plhits__card.is-featured {
    grid-template-columns: 88px minmax(0, 1fr) auto;
  }
  .nb-plhits__card.is-featured .nb-plhits__cover {
    width: 88px;
    height: 88px;
  }
  .nb-plhits__foot { flex-direction: column; align-items: stretch; }
  .nb-plhits__foot .nb-btn { width: 100%; }
}
@media (max-width: 720px) {
  .nb-plhits__grid { grid-template-columns: 1fr; }
  .nb-plhits__card,
  .nb-plhits__card.is-featured {
    grid-template-columns: 64px minmax(0, 1fr) auto;
    padding: 12px;
  }
  .nb-plhits__cover,
  .nb-plhits__card.is-featured .nb-plhits__cover {
    width: 64px;
    height: 64px;
    border-radius: 12px;
  }
  .nb-plhits__platforms { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; }
  .nb-plhits__chip { flex: 0 0 auto; }
}

@media (prefers-reduced-motion: reduce) {
  .nb-plhits__live i { animation: none !important; }
}

