@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@400;600;700;800;900&family=Orbitron:wght@700;800;900&family=Marck+Script&display=swap');

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

html {
  scroll-behavior: smooth;
}

:root {
  --site-bg: linear-gradient(180deg, #060711 0%, #080914 100%);
  --panel-bg: rgba(10, 12, 22, 0.82);
  --panel-border: rgba(255, 255, 255, 0.08);
  --panel-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

body {
  min-height: 100vh;
  background: var(--site-bg);
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  overflow-x: hidden;
}

.landing {
  position: relative;
  width: min(1800px, calc(100% - 36px));
  margin: 0 auto;
  padding: 28px 0 48px;
}

.page-glow {
  position: fixed;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  filter: blur(110px);
  pointer-events: none;
  z-index: 0;
}

.page-glow-left {
  top: 120px;
  left: -120px;
  background: rgba(255, 0, 200, 0.08);
}

.page-glow-right {
  top: 40px;
  right: -160px;
  background: rgba(0, 220, 255, 0.08);
}

.top-header,
.hero,
.hero-controls,
.feature-cards {
  position: relative;
  z-index: 1;
}

.top-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 6px 16px;
  flex-wrap: nowrap;
}

.brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.brand-icon {
  font-size: 40px;
  color: #f04bff;
  text-shadow: 0 0 12px #ff4dff, 0 0 20px #00d9ff;
}

.brand-name {
  font-size: clamp(24px, 2vw, 40px);
  font-weight: 900;
  font-style: italic;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.nav a {
  padding: 12px 18px;
  color: #fff;
  text-decoration: none;
  font-family: 'Orbitron', sans-serif;
  font-size: clamp(12px, 0.95vw, 17px);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 80, 255, 0.32);
  background: rgba(10, 10, 26, 0.55);
  box-shadow: inset 0 0 18px rgba(0, 217, 255, 0.08), 0 0 18px rgba(255, 0, 191, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, color 0.22s ease;
}

.nav a:hover {
  color: #9ffcff;
  transform: translateY(-2px);
  box-shadow: inset 0 0 24px rgba(0, 217, 255, 0.12), 0 0 20px rgba(0, 217, 255, 0.24);
}

.create-btn {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 280px;
  margin-left: auto;
  padding: 16px 26px;
  border: 1px solid rgba(76, 198, 255, 0.44);
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(255, 0, 191, 0.18), rgba(0, 195, 255, 0.15));
  color: #fff;
  text-decoration: none;
  font-family: 'Orbitron', sans-serif;
  font-size: clamp(13px, 1vw, 19px);
  font-weight: 900;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 24px rgba(255, 0, 191, 0.16);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.create-btn:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 0 30px rgba(0, 217, 255, 0.26);
}

.wave {
  color: #ff5cff;
}

.hero {
  display: grid;
  grid-template-columns: minmax(360px, 34%) minmax(0, 66%);
  gap: 26px;
  align-items: center;
  min-height: 700px;
  margin-top: 8px;
}

.hero-text {
  padding: 18px 18px 18px 10px;
}

.hero-kicker {
  font-family: 'Exo 2', sans-serif;
  font-size: clamp(20px, 1.45vw, 30px);
  font-weight: 900;
  font-style: italic;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ff9be3;
  text-shadow:
    0 0 8px rgba(255, 155, 227, 0.95),
    0 0 18px rgba(155, 92, 255, 0.5);
}

.hero-title {
  margin-top: -6px;
  font-family: 'Orbitron', sans-serif;
  font-size: clamp(42px, 3.85vw, 74px);
  line-height: 0.88;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: linear-gradient(90deg, #ffd54f 0%, #9b5cff 48%, #ff4fc3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 14px rgba(255, 92, 214, 0.52));
}

.hero-script {
  margin-top: 8px;
  font-family: 'Marck Script', cursive;
  font-size: clamp(24px, 1.8vw, 34px);
  line-height: 1;
  color: #ff8ad9;
  text-shadow:
    0 0 8px rgba(255, 138, 217, 0.92),
    0 0 18px rgba(155, 92, 255, 0.62),
    0 0 30px rgba(255, 214, 89, 0.26);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  margin-top: 28px;
  padding: 10px 22px;
  border: 1.5px solid #ff45ff;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
  color: #ffffff;
  background: rgba(5, 5, 18, 0.7);
  box-shadow: 0 0 12px rgba(255, 69, 255, 0.9), inset 0 0 14px rgba(0, 220, 255, 0.18);
}

.hero-desc {
  margin-top: 30px;
  font-family: 'Marck Script', cursive;
  font-size: clamp(28px, 2.35vw, 48px);
  line-height: 1.22;
  color: #ffffff;
  text-shadow: 0 0 8px #ffffff, 0 0 16px rgba(255, 77, 255, 0.85);
}

.hero-visual {
  position: relative;
  min-height: 760px;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at top center, rgba(255, 174, 0, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(23, 10, 45, 0.96), rgba(7, 6, 20, 0.98));
  box-shadow: inset 0 0 80px rgba(255, 0, 191, 0.16), 0 0 30px rgba(255, 0, 191, 0.14);
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero-visual-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 4, 14, 0.08) 0%, rgba(4, 4, 14, 0.02) 34%, rgba(4, 4, 14, 0.18) 100%),
    radial-gradient(circle at 72% 18%, rgba(0, 217, 255, 0.1), transparent 24%);
  pointer-events: none;
}

.hero-controls {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: -62px;
  position: relative;
  z-index: 2;
}

.telegram-qr {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 340px);
  gap: 28px;
  align-items: center;
  margin-top: 24px;
  padding: 24px;
  border: 1px solid rgba(130, 236, 255, 0.18);
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 79, 195, 0.18), transparent 36%),
    radial-gradient(circle at 82% 28%, rgba(0, 217, 255, 0.15), transparent 32%),
    linear-gradient(135deg, rgba(10, 9, 30, 0.92), rgba(17, 12, 44, 0.86));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 22px 58px rgba(0, 0, 0, 0.26),
    0 0 34px rgba(0, 217, 255, 0.08);
}

.telegram-qr__content {
  display: grid;
  gap: 12px;
}

.telegram-qr__eyebrow {
  width: max-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #82ecff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.telegram-qr__title {
  max-width: 680px;
  color: #fff7e6;
  font-size: clamp(30px, 3.4vw, 58px);
  line-height: 0.98;
  font-weight: 900;
}

.telegram-qr__text {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.55;
}

.telegram-qr__button {
  width: max-content;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff4fc3, #38bdf8);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(255, 79, 195, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.telegram-qr__button:hover,
.telegram-qr__button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(56, 189, 248, 0.24);
}

.telegram-qr__image-link {
  display: block;
  justify-self: end;
  width: min(100%, 320px);
  border-radius: 24px;
  text-decoration: none;
}

.telegram-qr__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
  background: #fff;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.34),
    0 0 28px rgba(96, 165, 250, 0.16);
}

.step-card--qr {
  border-color: rgba(130, 236, 255, 0.26);
}

.telegram-qr--step {
  grid-template-columns: minmax(0, 1fr) minmax(150px, 210px);
  gap: 18px;
  margin-top: 16px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.telegram-qr--step .telegram-qr__content {
  align-content: center;
}

.telegram-qr--step .telegram-qr__image-link {
  width: min(100%, 210px);
}

.telegram-qr--step .telegram-qr__image {
  border-radius: 18px;
}

.play-btn {
  width: 76px;
  height: 76px;
  border: 1px solid rgba(255, 73, 255, 0.4);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.24), transparent 24%),
    linear-gradient(135deg, rgba(255, 42, 216, 0.34), rgba(0, 217, 255, 0.18)),
    rgba(9, 7, 26, 0.88);
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  box-shadow:
    0 0 20px rgba(255, 0, 191, 0.18),
    inset 0 0 18px rgba(255, 255, 255, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.play-btn:hover {
  transform: translateY(-2px) scale(1.02);
  border-color: rgba(141, 239, 255, 0.5);
  box-shadow: 0 0 26px rgba(0, 217, 255, 0.18);
}

.play-btn.is-playing {
  border-color: rgba(255, 214, 82, 0.7);
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.3), transparent 24%),
    linear-gradient(135deg, rgba(255, 214, 82, 0.34), rgba(255, 54, 205, 0.28), rgba(0, 217, 255, 0.24)),
    rgba(9, 7, 26, 0.92);
  box-shadow:
    0 0 28px rgba(255, 214, 82, 0.22),
    0 0 34px rgba(255, 0, 191, 0.18),
    inset 0 0 20px rgba(255, 255, 255, 0.08);
}

.genre-buttons {
  display: flex;
  gap: 12px;
}

.genre-buttons button,
.player-box {
  backdrop-filter: blur(6px);
}

.genre-buttons button {
  flex: 1;
  min-height: 72px;
  border: 2px solid #41f0ff;
  border-radius: 10px;
  background: rgba(2, 11, 22, 0.74);
  color: #fff;
  font-size: clamp(11px, 0.85vw, 15px);
  font-weight: 700;
  box-shadow: 0 0 14px rgba(65, 240, 255, 0.3), inset 0 0 14px rgba(65, 240, 255, 0.12);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.genre-buttons button:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 20px rgba(65, 240, 255, 0.48), inset 0 0 18px rgba(65, 240, 255, 0.18);
}

.player-box {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 88px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 73, 255, 0.32);
  border-radius: 18px;
  background:
    radial-gradient(circle at 14% 50%, rgba(255, 79, 195, 0.16), transparent 36%),
    radial-gradient(circle at 82% 50%, rgba(0, 217, 255, 0.11), transparent 32%),
    linear-gradient(90deg, rgba(8, 10, 26, 0.92), rgba(18, 12, 33, 0.84));
  box-shadow:
    0 0 18px rgba(255, 73, 255, 0.14),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.player-box__meta {
  display: grid;
  gap: 4px;
}

.player-box__eyebrow {
  color: #8defff;
  font-family: 'Orbitron', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.player-box__title {
  color: #ffffff;
  font-family: 'Orbitron', sans-serif;
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 900;
  letter-spacing: 0.08em;
}

.player-box__subtitle {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.4;
}

.player-box__waves {
  position: relative;
  display: grid;
  grid-template-columns: repeat(32, minmax(4px, 1fr));
  align-items: end;
  gap: clamp(4px, 0.36vw, 8px);
  min-height: 126px;
  padding: 18px 16px 16px;
  border: 1px solid rgba(141, 239, 255, 0.14);
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 100%, rgba(255, 79, 195, 0.18), transparent 32%),
    radial-gradient(circle at 20% 20%, rgba(55, 248, 255, 0.12), transparent 28%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 22px),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 18px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)),
    radial-gradient(circle at center, rgba(141, 239, 255, 0.08), transparent 58%),
    linear-gradient(90deg, rgba(17, 13, 36, 0.94), rgba(20, 14, 41, 0.82));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    0 0 24px rgba(0, 217, 255, 0.08);
  overflow: hidden;
}

.player-box__wave-line {
  position: absolute;
  left: 12px;
  right: 12px;
  top: 50%;
  height: 2px;
  border-radius: 999px;
  transform: translateY(-50%);
  background:
    linear-gradient(90deg, rgba(114, 232, 255, 0.18), rgba(255, 79, 195, 0.52), rgba(255, 210, 82, 0.3));
  box-shadow:
    0 0 12px rgba(114, 232, 255, 0.16),
    0 0 18px rgba(255, 79, 195, 0.12);
  pointer-events: none;
}

.player-box__scanner {
  position: absolute;
  inset: 8px auto 8px 10px;
  width: 18%;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 228, 92, 0.16), rgba(55, 248, 255, 0.26), rgba(255, 79, 195, 0.2), transparent);
  filter: blur(1px);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-120%);
}

.player-box__bar {
  display: block;
  position: relative;
  z-index: 1;
  height: var(--h, 34px);
  min-width: 7px;
  border-radius: 8px 8px 4px 4px;
  background:
    repeating-linear-gradient(0deg, rgba(2, 4, 16, 0.42) 0 3px, transparent 3px 11px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.22), transparent 18%, transparent 78%, rgba(255, 255, 255, 0.12)),
    linear-gradient(180deg, var(--c1, #7ef3ff) 0%, var(--cap, #fff5a6) 42%, var(--c2, #ff4fc3) 100%);
  box-shadow:
    0 0 10px var(--c1, #7ef3ff),
    0 0 18px var(--c2, #ff4fc3);
  transform-origin: center bottom;
  opacity: 0.9;
  transform: scaleY(0.78);
  transition: opacity 0.24s ease, transform 0.24s ease, filter 0.24s ease;
}

.player-box__bar::before,
.player-box__bar::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.player-box__bar::before {
  left: 50%;
  top: -10px;
  width: min(18px, 100%);
  height: 7px;
  border-radius: 999px 999px 4px 4px;
  background: var(--cap, #fff5a6);
  box-shadow:
    0 0 12px var(--cap, #fff5a6),
    0 0 22px var(--c1, #7ef3ff);
  transform: translateX(-50%) scaleX(0.72);
  opacity: 0.58;
}

.player-box__bar::after {
  left: 1px;
  right: 1px;
  bottom: -18px;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--c2, #ff4fc3), transparent);
  filter: blur(7px);
  opacity: 0.34;
}

.player-box.is-playing .player-box__bar {
  animation:
    player-wave-bounce 0.7s cubic-bezier(0.42, 0, 0.18, 1) infinite,
    player-color-shift 1.8s ease-in-out infinite;
  animation-delay: calc(var(--i) * -0.042s);
  filter: saturate(1.8) brightness(1.22);
  opacity: 1;
}

.player-box.is-playing .player-box__bar::before {
  animation: player-peak-pop 0.7s cubic-bezier(0.42, 0, 0.18, 1) infinite;
  animation-delay: calc(var(--i) * -0.042s);
}

.player-box.is-playing .player-box__bar:nth-child(2n) {
  animation-duration: 0.54s;
}

.player-box.is-playing .player-box__bar:nth-child(3n) {
  animation-duration: 0.82s;
}

.player-box.is-playing .player-box__bar:nth-child(4n) {
  animation-duration: 0.66s;
}

.player-box.is-playing .player-box__bar:nth-child(5n) {
  animation-duration: 0.94s;
}

.player-box.is-playing {
  box-shadow:
    0 0 24px rgba(255, 73, 255, 0.18),
    0 0 34px rgba(0, 217, 255, 0.18),
    0 0 52px rgba(255, 214, 82, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.player-box.is-playing .player-box__wave-line {
  opacity: 1;
  box-shadow:
    0 0 16px rgba(114, 232, 255, 0.2),
    0 0 24px rgba(255, 79, 195, 0.16);
  animation: player-line-pulse 1.3s ease-in-out infinite;
}

.player-box.is-playing .player-box__scanner {
  opacity: 1;
  animation: player-scanner-sweep 1.55s linear infinite;
}

.mood-gallery {
  position: relative;
  z-index: 1;
  margin-top: 34px;
  padding: 24px;
  border: 1px solid var(--panel-border);
  border-radius: 30px;
  background: var(--panel-bg);
  box-shadow: var(--panel-shadow);
}

.mood-gallery__header {
  display: flex;
  justify-content: center;
  gap: 24px;
  align-items: center;
  margin-bottom: 24px;
  text-align: center;
}

.mood-gallery__title {
  font-family: 'Marck Script', cursive;
  font-size: clamp(38px, 3.4vw, 68px);
  font-weight: 400;
  line-height: 1;
  color: #fff8ff;
  text-shadow:
    0 0 10px rgba(255, 255, 255, 0.9),
    0 0 24px rgba(255, 76, 242, 0.4),
    0 0 42px rgba(0, 217, 255, 0.16);
}

.mood-gallery__hint {
  display: none;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.45;
  text-align: right;
}

.mood-gallery__grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 188px;
  justify-content: start;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 6px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 118, 240, 0.5) rgba(255, 255, 255, 0.04);
}

.mood-gallery__grid::-webkit-scrollbar {
  height: 8px;
}

.mood-gallery__grid::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
}

.mood-gallery__grid::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, rgba(255, 76, 242, 0.9), rgba(0, 217, 255, 0.8));
  border-radius: 999px;
}

.mood-card {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  perspective: 1600px;
  text-align: left;
}

.mood-card__spin {
  display: block;
  transform-style: preserve-3d;
}

.mood-card.is-spinning .mood-card__spin {
  animation: mood-card-spin 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

.mood-card__inner {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 200 / 356;
  transform-style: preserve-3d;
  transition: transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

.mood-card.is-flipped .mood-card__inner {
  transform: rotateY(180deg);
}

.mood-card__face {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1.5px solid rgba(255, 146, 239, 0.54);
  border-radius: 20px;
  backface-visibility: hidden;
  background: rgba(6, 5, 18, 0.94);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03) inset,
    0 20px 44px rgba(0, 0, 0, 0.28);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.mood-card__face--back {
  transform: rotateY(180deg);
}

.mood-card:hover .mood-card__face,
.mood-card:focus-visible .mood-card__face {
  border-color: rgba(255, 214, 250, 0.96);
  box-shadow:
    0 0 26px rgba(255, 76, 242, 0.22),
    0 24px 54px rgba(0, 0, 0, 0.34);
}

.mood-card:focus-visible {
  outline: none;
}

.mood-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mood-card__shade {
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
}

.mood-card__shade--top {
  top: 0;
  height: 24%;
  background: linear-gradient(180deg, rgba(6, 5, 18, 0.82), rgba(6, 5, 18, 0));
}

.mood-card__shade--bottom {
  bottom: 0;
  height: 38%;
  background: linear-gradient(180deg, rgba(6, 5, 18, 0), rgba(6, 5, 18, 0.24) 34%, rgba(6, 5, 18, 0.94));
}

.mood-card__label {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  font-family: 'Marck Script', cursive;
  font-size: clamp(24px, 1.55vw, 34px);
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #6dff8b;
  text-shadow:
    0 0 8px rgba(109, 255, 139, 0.95),
    0 0 18px rgba(109, 255, 139, 0.72),
    0 4px 18px rgba(0, 0, 0, 0.42);
}

.genre-gallery {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  padding: 24px;
  border: 1px solid var(--panel-border);
  border-radius: 30px;
  background: var(--panel-bg);
  box-shadow: var(--panel-shadow);
}

.genre-gallery__header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  text-align: center;
}

.genre-gallery__title {
  font-family: 'Marck Script', cursive;
  font-size: clamp(38px, 3.2vw, 64px);
  font-weight: 400;
  line-height: 1;
  color: #fff8ff;
  text-shadow:
    0 0 10px rgba(255, 255, 255, 0.9),
    0 0 22px rgba(0, 217, 255, 0.28),
    0 0 34px rgba(255, 76, 242, 0.12);
}

.genre-gallery__grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 188px;
  justify-content: start;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 6px;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 217, 255, 0.5) rgba(255, 255, 255, 0.04);
}

.genre-gallery__grid::-webkit-scrollbar {
  height: 8px;
}

.genre-gallery__grid::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
}

.genre-gallery__grid::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, rgba(255, 76, 242, 0.72), rgba(0, 217, 255, 0.88));
  border-radius: 999px;
}

.genre-card {
  perspective: 1600px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.genre-card__spin {
  display: block;
  transform-style: preserve-3d;
}

.genre-card.is-spinning .genre-card__spin {
  animation: mood-card-spin 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

.genre-card__inner {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 200 / 356;
  transform-style: preserve-3d;
  transition: transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

.genre-card.is-flipped .genre-card__inner {
  transform: rotateY(180deg);
}

.genre-card__face {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  border: 1.5px solid rgba(109, 255, 139, 0.42);
  border-radius: 20px;
  backface-visibility: hidden;
  background:
    linear-gradient(180deg, rgba(9, 14, 21, 0.88), rgba(7, 10, 18, 0.96)),
    rgba(8, 12, 19, 0.94);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    inset 0 0 24px rgba(109, 255, 139, 0.05),
    0 20px 44px rgba(0, 0, 0, 0.28);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.genre-card__face--back {
  transform: rotateY(180deg);
}

.genre-card:hover .genre-card__face,
.genre-card:focus-visible .genre-card__face {
  border-color: rgba(109, 255, 139, 0.82);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    inset 0 0 30px rgba(109, 255, 139, 0.08),
    0 0 22px rgba(109, 255, 139, 0.14),
    0 24px 52px rgba(0, 0, 0, 0.34);
}

.genre-card:focus-visible {
  outline: none;
}

.genre-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  transform-origin: center;
}

.genre-card__label {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  font-family: 'Marck Script', cursive;
  font-size: clamp(24px, 1.5vw, 32px);
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #5bc8ff;
  text-shadow:
    0 0 8px rgba(91, 200, 255, 0.95),
    0 0 18px rgba(91, 200, 255, 0.72),
    0 4px 18px rgba(0, 0, 0, 0.42);
  z-index: 1;
}

.feature-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.seo-section {
  position: relative;
  z-index: 1;
  margin-top: 28px;
  padding: 30px 28px;
  border: 1px solid var(--panel-border);
  border-radius: 24px;
  background: var(--panel-bg);
  box-shadow: var(--panel-shadow);
}

.seo-section__intro {
  max-width: 980px;
}

.seo-section__eyebrow {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #82ecff;
}

.seo-section__title {
  margin-top: 10px;
  font-size: clamp(28px, 2.2vw, 42px);
  line-height: 1.08;
  font-weight: 900;
  color: #ffffff;
}

#features-title {
  margin-top: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(44px, 5.4vw, 88px);
  line-height: 0.96;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff7e6;
  text-shadow:
    0 0 14px rgba(255, 214, 135, 0.18),
    0 0 28px rgba(255, 114, 219, 0.16),
    0 0 42px rgba(139, 92, 246, 0.14);
}

.how-it-works .seo-section__intro {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.how-it-works #features-title {
  text-align: center;
}

.seo-section__lead {
  margin-top: 14px;
  max-width: 900px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.65;
}

.seo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.seo-card,
.faq-item {
  padding: 22px 20px;
  border: 1px solid rgba(130, 236, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  position: relative;
  overflow: hidden;
  transition:
    transform 0.26s ease,
    border-color 0.26s ease,
    box-shadow 0.26s ease,
    background 0.26s ease;
}

.faq-item {
  width: min(100%, 980px);
  text-align: center;
  background: rgba(255, 255, 255, 0.026);
  border-color: rgba(130, 236, 255, 0.14);
}

.faq-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 18%, rgba(255, 255, 255, 0.14) 48%, transparent 78%);
  transform: translateX(-145%) skewX(-18deg);
  opacity: 0;
  transition: transform 0.72s ease, opacity 0.3s ease;
  pointer-events: none;
}

.faq-item:hover {
  transform: translateY(-5px);
  border-color: rgba(170, 114, 255, 0.52);
  background: rgba(255, 255, 255, 0.034);
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(186, 127, 255, 0.12),
    0 0 24px rgba(164, 102, 255, 0.18);
}

.faq-item:hover::before {
  transform: translateX(145%) skewX(-18deg);
  opacity: 1;
}

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

.seo-card h3,
.faq-item h3 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
}

.seo-card p,
.faq-item p,
.seo-copy p,
.seo-list li {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  line-height: 1.65;
}

#pricing > .seo-section__intro,
#pricing > .seo-grid {
  display: none;
}

#pricing-legacy {
  display: none;
}

#pricing {
  scroll-margin-top: 24px;
}

.pricing-hero {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.pricing-hero__title {
  margin-top: 0;
  font-size: clamp(44px, 5.4vw, 88px);
  line-height: 0.96;
  letter-spacing: 0.06em;
}

.pricing-hero__subtitle {
  margin-top: 10px;
  color: rgba(255, 247, 230, 0.9);
  font-size: clamp(24px, 2.8vw, 40px);
  line-height: 1.08;
  font-weight: 500;
  text-align: center;
  text-shadow:
    0 0 10px rgba(255, 255, 255, 0.06),
    0 0 18px rgba(255, 214, 135, 0.08);
}

.pricing-hero .seo-section__lead {
  margin: 14px auto 0;
  font-size: 15px;
  line-height: 1.5;
  max-width: 760px;
  text-align: center;
}

.pricing-offer {
  display: grid;
  grid-template-columns: auto minmax(0, auto) minmax(220px, 1fr);
  gap: 14px;
  align-items: center;
  max-width: 980px;
  margin: 24px auto 0;
  padding: 14px 18px;
  border: 1px solid rgba(255, 214, 82, 0.34);
  border-radius: 18px;
  background:
    radial-gradient(circle at 10% 50%, rgba(255, 214, 82, 0.18), transparent 32%),
    linear-gradient(135deg, rgba(255, 79, 195, 0.16), rgba(0, 217, 255, 0.1)),
    rgba(10, 8, 26, 0.72);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 18px 42px rgba(0, 0, 0, 0.22),
    0 0 28px rgba(255, 214, 82, 0.08);
}

.pricing-offer__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffd652, #ff4fc3);
  color: #13071c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-offer strong {
  color: #fff7e6;
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.12;
}

.pricing-offer span:last-child {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.45;
}

#faq > .seo-section__intro {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

#faq {
  overflow: hidden;
}

#faq::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 0;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(8, 6, 16, 0.4), rgba(8, 6, 16, 0.66)),
    radial-gradient(circle at top left, rgba(165, 77, 255, 0.28), transparent 30%),
    radial-gradient(circle at right center, rgba(255, 178, 58, 0.22), transparent 34%),
    url("./public/faq/faq-stage-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 0 52px rgba(177, 79, 255, 0.18);
  pointer-events: none;
}

#faq > * {
  position: relative;
  z-index: 1;
}

#guides-section {
  overflow: hidden;
  scroll-margin-top: 24px;
}

#guides-section::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 0;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(8, 6, 10, 0.52), rgba(8, 6, 10, 0.72)),
    radial-gradient(circle at top center, rgba(255, 166, 43, 0.2), transparent 34%),
    radial-gradient(circle at left center, rgba(255, 120, 31, 0.14), transparent 28%),
    url("./public/guides/guides-drums-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 0 46px rgba(255, 168, 39, 0.16);
  pointer-events: none;
}

#guides-section > * {
  position: relative;
  z-index: 1;
}

#guides-section > .seo-section__intro {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

#guides-section .seo-section__eyebrow {
  display: block;
  font-size: clamp(24px, 2.2vw, 36px);
  letter-spacing: 0.12em;
  font-weight: 900;
  color: #ffe0a0;
  text-shadow:
    0 0 10px rgba(255, 199, 92, 0.42),
    0 0 24px rgba(255, 140, 40, 0.26);
}

#guides-title {
  margin-top: 10px;
  font-size: clamp(36px, 3.1vw, 54px);
  line-height: 1.02;
  text-align: center;
  text-shadow:
    0 0 14px rgba(255, 255, 255, 0.1),
    0 0 30px rgba(255, 168, 39, 0.18);
}

#guides-section .seo-section__lead {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#faq .seo-section__eyebrow {
  display: block;
  font-size: clamp(24px, 2.2vw, 36px);
  letter-spacing: 0.12em;
  font-weight: 900;
  color: #ffd7ff;
  text-shadow:
    0 0 10px rgba(255, 180, 248, 0.45),
    0 0 24px rgba(177, 79, 255, 0.28);
}

#faq-title {
  margin-top: 10px;
  font-size: clamp(34px, 3vw, 52px);
  line-height: 1.02;
  text-align: center;
  text-shadow:
    0 0 14px rgba(255, 255, 255, 0.12),
    0 0 28px rgba(177, 79, 255, 0.18);
}

#scenarios-title,
.pricing-hero__title,
#examples-title,
#pricing-title,
#guides-title,
#faq-title,
.mood-gallery__title,
.genre-gallery__title {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff7e6;
  text-shadow:
    0 0 14px rgba(255, 214, 135, 0.16),
    0 0 28px rgba(255, 114, 219, 0.14),
    0 0 42px rgba(139, 92, 246, 0.12);
}

#scenarios-title,
.pricing-hero__title,
#examples-title,
#pricing-title,
#guides-title,
.mood-gallery__title,
.genre-gallery__title {
  line-height: 0.98;
}

#scenarios-title {
  font-size: clamp(42px, 4.8vw, 76px);
}

.pricing-hero__title {
  font-size: clamp(44px, 5.4vw, 88px);
}

#examples-title,
#pricing-title,
#guides-title {
  font-size: clamp(38px, 4.2vw, 64px);
}

#examples .seo-section__intro {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

#examples .seo-section__lead {
  margin-right: auto;
  margin-left: auto;
}

.mood-gallery__title,
.genre-gallery__title {
  font-size: clamp(40px, 4.6vw, 72px);
}

#faq-title {
  font-size: clamp(38px, 4vw, 60px);
  line-height: 1;
}

.pricing-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.pricing-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  aspect-ratio: 941 / 1672;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  border: 1.5px solid rgba(181, 103, 255, 0.72);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(43, 18, 73, 0.92), rgba(15, 10, 30, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 18px 42px rgba(0, 0, 0, 0.28),
    0 0 22px rgba(177, 79, 255, 0.16);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.pricing-item::before {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  min-height: 100%;
  padding: 0;
  border-bottom: 0;
  background-color: rgba(19, 10, 37, 0.96);
  color: rgba(255, 255, 255, 0.62);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  content: "";
}

.pricing-item:nth-child(1)::before { content: "Картинка 1"; }
.pricing-item:nth-child(2)::before { content: "Картинка 2"; }
.pricing-item:nth-child(3)::before { content: "Картинка 3"; }
.pricing-item:nth-child(4)::before { content: "Картинка 4"; }
.pricing-item:nth-child(5)::before { content: "Картинка 5"; }
.pricing-item:nth-child(6)::before { content: "Картинка 6"; }

.pricing-item__label {
  display: none;
}

.pricing-item__cta {
  position: absolute;
  top: 8px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 138px;
  max-width: calc(100% - 32px);
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 79, 195, 0.92), rgba(70, 220, 255, 0.9));
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.28),
    0 0 24px rgba(70, 220, 255, 0.16);
  color: #fff;
  font-family: 'Orbitron', sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.pricing-item__cta:hover,
.pricing-item__cta:focus-visible {
  transform: translateX(-50%) translateY(-1px);
  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.32),
    0 0 28px rgba(255, 79, 195, 0.22);
  filter: saturate(1.05) brightness(1.04);
}

.pricing-item__cta + .pricing-item__label + .pricing-item__price,
.pricing-item__cta + .pricing-item__price {
  top: 46px;
}

.pricing-item__label span:last-child {
  display: block;
}

.pricing-item__icon {
  width: auto;
  font-size: 28px;
  line-height: 1;
}

.pricing-item__price {
  position: absolute;
  left: 50%;
  top: 46px;
  z-index: 2;
  transform: translateX(-50%);
  min-width: 118px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(15, 10, 30, 0.9), rgba(34, 18, 59, 0.94));
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  color: #fff7d2;
  font-family: 'Orbitron', sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  text-shadow: 0 0 12px rgba(255, 213, 79, 0.28);
}

@media (max-width: 980px) {
  .pricing-offer {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .pricing-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .pricing-offer {
    padding: 14px;
    border-radius: 16px;
  }

  .pricing-list {
    grid-template-columns: 1fr;
  }

  .pricing-item {
    aspect-ratio: 941 / 1672;
    min-height: 0;
  }

  .pricing-item__price {
    top: 42px;
    min-width: 110px;
    padding: 7px 12px;
    font-size: 14px;
  }

  .pricing-item__cta {
    top: 8px;
    min-width: 128px;
    padding: 8px 14px;
    font-size: 11px;
  }
}

.pricing-item::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  color: transparent;
  font-size: 0;
}

.pricing-item:nth-child(1)::before {
  background-image:
    radial-gradient(circle at top center, rgba(107, 202, 255, 0.12), transparent 42%),
    url("./public/pricing/tariff-1.webp");
}

.pricing-item:nth-child(2)::before {
  background-image:
    radial-gradient(circle at top center, rgba(255, 120, 58, 0.14), transparent 42%),
    url("./public/pricing/tariff-3.webp");
}

.pricing-item:nth-child(3)::before {
  background-image:
    radial-gradient(circle at top center, rgba(219, 91, 255, 0.14), transparent 42%),
    url("./public/pricing/tariff-5.webp");
}

.pricing-item:nth-child(4)::before {
  background-image:
    radial-gradient(circle at top center, rgba(76, 166, 255, 0.14), transparent 42%),
    url("./public/pricing/tariff-10.webp");
}

.pricing-item:nth-child(5)::before {
  background-image:
    radial-gradient(circle at top center, rgba(255, 194, 86, 0.14), transparent 42%),
    url("./public/pricing/tariff-25.webp");
}

.pricing-item:nth-child(6)::before {
  background-image:
    radial-gradient(circle at top center, rgba(255, 208, 98, 0.16), transparent 42%),
    url("./public/pricing/tariff-50.webp");
}

.pricing-item:hover,
.pricing-item:focus-within {
  transform: translateY(-6px);
  border-color: rgba(214, 161, 255, 0.96);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 24px 54px rgba(0, 0, 0, 0.34),
    0 0 28px rgba(197, 107, 255, 0.28);
}

.pricing-item:hover::before,
.pricing-item:focus-within::before {
  filter: saturate(1.06) brightness(1.05);
}

.seo-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 22px;
  margin-top: 22px;
}

.examples-player {
  display: grid;
  gap: 18px;
  margin-top: 24px;
  padding: 20px;
  border: 1px solid rgba(130, 236, 255, 0.24);
  border-radius: 24px;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 79, 195, 0.18), transparent 34%),
    radial-gradient(circle at 84% 20%, rgba(0, 217, 255, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(6, 8, 24, 0.9), rgba(20, 14, 42, 0.84));
  backdrop-filter: blur(14px) saturate(1.18);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 24px 64px rgba(0, 0, 0, 0.38),
    0 0 34px rgba(0, 217, 255, 0.12);
}

.examples-player__display {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr) minmax(240px, 0.9fr);
  gap: 18px;
  align-items: center;
}

.examples-player__cover {
  position: relative;
  width: 104px;
  aspect-ratio: 1;
  border-radius: 22px;
  background:
    radial-gradient(circle at 48% 48%, rgba(8, 9, 24, 0.96) 0 17%, transparent 18%),
    conic-gradient(from 130deg, #38bdf8, #ff4fc3, #ffd166, #4ade80, #8b5cf6, #38bdf8);
  box-shadow:
    0 0 24px rgba(255, 79, 195, 0.18),
    inset 0 0 28px rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.examples-player__disc {
  position: absolute;
  inset: 16px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.9) 0 4px, rgba(6, 8, 24, 0.95) 5px 18px, transparent 19px),
    repeating-radial-gradient(circle, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 7px);
}

.examples-player__shine {
  position: absolute;
  inset: -30% auto auto -30%;
  width: 80%;
  height: 80%;
  transform: rotate(-22deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
}

.examples-player.is-playing .examples-player__cover {
  animation: example-disc-glow 1.5s ease-in-out infinite;
}

.examples-player__info {
  display: grid;
  gap: 5px;
}

.examples-player__eyebrow {
  color: #82ecff;
  font-family: "Orbitron", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.examples-player__title {
  color: #fff7e6;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(30px, 2.7vw, 48px);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 0.95;
}

.examples-player__subtitle {
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
}

.examples-player__visualizer {
  display: grid;
  grid-template-columns: repeat(12, minmax(6px, 1fr));
  align-items: end;
  gap: 7px;
  min-height: 82px;
  padding: 12px;
  border-radius: 18px;
  background:
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 16px),
    rgba(4, 6, 20, 0.42);
}

.examples-player__visualizer span {
  height: 28px;
  border-radius: 999px 999px 5px 5px;
  background: linear-gradient(180deg, #fff4a8, #38bdf8 38%, #ff4fc3);
  box-shadow: 0 0 14px rgba(56, 189, 248, 0.25);
  transform-origin: bottom;
  opacity: 0.68;
  transform: scaleY(0.45);
}

.examples-player__visualizer span:nth-child(2),
.examples-player__visualizer span:nth-child(7) { height: 52px; }
.examples-player__visualizer span:nth-child(3),
.examples-player__visualizer span:nth-child(10) { height: 38px; }
.examples-player__visualizer span:nth-child(4),
.examples-player__visualizer span:nth-child(9) { height: 68px; }
.examples-player__visualizer span:nth-child(5),
.examples-player__visualizer span:nth-child(12) { height: 44px; }
.examples-player__visualizer span:nth-child(6),
.examples-player__visualizer span:nth-child(11) { height: 60px; }

.examples-player.is-playing .examples-player__visualizer span {
  animation: example-player-bars 0.72s ease-in-out infinite;
  animation-delay: calc(var(--i) * -0.06s);
  opacity: 1;
}

.examples-player__controls {
  display: grid;
  grid-template-columns: 44px 58px 44px auto minmax(160px, 1fr) auto minmax(120px, 180px);
  gap: 12px;
  align-items: center;
}

.examples-player__button,
.examples-player__play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(130, 236, 255, 0.22);
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.examples-player__button {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  font-size: 30px;
}

.examples-player__play {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 79, 195, 0.28), rgba(0, 217, 255, 0.22));
  box-shadow: 0 0 22px rgba(255, 79, 195, 0.16);
}

.examples-player__button:hover,
.examples-player__play:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 214, 82, 0.6);
  box-shadow: 0 0 22px rgba(255, 214, 82, 0.14);
}

.examples-player__time,
.examples-player__volume span {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Orbitron", sans-serif;
  font-size: 12px;
}

.examples-player__progress,
.examples-player__volume input {
  width: 100%;
  accent-color: #ff4fc3;
}

.examples-player__volume {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  align-items: center;
}

.examples-player__playlist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.examples-player__track {
  display: grid;
  gap: 4px;
  min-height: 68px;
  padding: 12px 14px;
  border: 1px solid rgba(130, 236, 255, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.examples-player__track strong {
  font-size: 15px;
  overflow-wrap: anywhere;
}

.examples-player__track span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  overflow-wrap: anywhere;
}

.examples-player__track.is-active {
  border-color: rgba(255, 214, 82, 0.56);
  background: linear-gradient(135deg, rgba(255, 214, 82, 0.12), rgba(255, 79, 195, 0.1));
  box-shadow: 0 0 22px rgba(255, 214, 82, 0.1);
}

.seo-copy {
  padding: 6px 0;
}

.seo-copy p + p {
  margin-top: 16px;
}

.seo-list {
  padding: 20px 22px 20px 42px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.seo-list li + li {
  margin-top: 10px;
}

.faq-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 22px;
  justify-items: center;
}

.cluster-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.cluster-link-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 170px;
  padding: 20px 18px;
  border: 1px solid rgba(130, 236, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  color: #ffffff;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transform: translateY(28px);
  opacity: 0;
  transition:
    transform 0.46s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.26s ease,
    box-shadow 0.26s ease,
    opacity 0.46s ease;
  will-change: transform, opacity;
}

.cluster-link-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 18%, rgba(255, 255, 255, 0.18) 48%, transparent 78%);
  transform: translateX(-145%) skewX(-18deg);
  opacity: 0;
  transition: transform 0.72s ease, opacity 0.3s ease;
  pointer-events: none;
}

.cluster-link-card.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.cluster-link-card:hover {
  transform: translateY(-8px);
  border-color: rgba(170, 114, 255, 0.68);
  box-shadow:
    0 22px 46px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(186, 127, 255, 0.18),
    0 0 26px rgba(164, 102, 255, 0.22);
}

.cluster-link-card:hover::before {
  transform: translateX(145%) skewX(-18deg);
  opacity: 1;
}

.cluster-link-card strong {
  font-size: 22px;
  line-height: 1.18;
  position: relative;
  z-index: 1;
}

.cluster-link-card span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.55;
  position: relative;
  z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  .cluster-link-card,
  .cluster-link-card::before {
    transition: none;
  }

  .cluster-link-card {
    transform: none;
    opacity: 1;
  }

  .cluster-link-card:hover {
    transform: none;
  }

}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 56px;
}

.page-backlink {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #9fefff;
  text-decoration: none;
  font-weight: 700;
}

.page-hero {
  margin-top: 22px;
  padding: 34px 30px;
  border: 1.5px solid rgba(255, 80, 255, 0.28);
  border-radius: 26px;
  background:
    radial-gradient(circle at top left, rgba(255, 0, 191, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(17, 10, 35, 0.94), rgba(8, 7, 18, 0.96));
  box-shadow: inset 0 0 28px rgba(255, 0, 191, 0.08), 0 24px 48px rgba(0, 0, 0, 0.28);
}

.page-kicker {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #82ecff;
}

.page-title {
  margin-top: 12px;
  font-size: clamp(34px, 4vw, 66px);
  line-height: 0.98;
  font-family: 'Orbitron', sans-serif;
  font-style: italic;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ffd54f 0%, #9b5cff 45%, #ff4fc3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-lead {
  margin-top: 18px;
  max-width: 860px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.65;
}

.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.page-hero-note {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
}

.page-sections {
  display: grid;
  gap: 20px;
  margin-top: 24px;
}

.page-panel {
  padding: 26px 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(11, 10, 26, 0.94), rgba(7, 7, 18, 0.95));
  box-shadow: inset 0 0 24px rgba(0, 217, 255, 0.06);
}

.page-panel h2 {
  font-size: clamp(26px, 2vw, 36px);
  line-height: 1.15;
}

.page-panel p,
.page-panel li {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  line-height: 1.7;
}

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

.page-card {
  padding: 20px 18px;
  border: 1px solid rgba(130, 236, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.page-card h3 {
  font-size: 21px;
  line-height: 1.2;
}

.page-card p {
  margin-top: 10px;
  font-size: 16px;
}

.page-list {
  padding-left: 22px;
}

.prompt-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.prompt-card {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.prompt-card h3 {
  font-size: 20px;
  line-height: 1.2;
}

.prompt-card p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.65;
}

.cta-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: 18px;
  align-items: center;
  padding: 22px 20px;
  border: 1px solid rgba(255, 212, 79, 0.24);
  border-radius: 22px;
  background:
    radial-gradient(circle at top left, rgba(255, 212, 79, 0.1), transparent 28%),
    linear-gradient(135deg, rgba(20, 12, 40, 0.96), rgba(8, 8, 20, 0.96));
  box-shadow: inset 0 0 24px rgba(255, 79, 195, 0.08), 0 18px 40px rgba(0, 0, 0, 0.24);
}

.cta-strip__copy h2 {
  font-size: clamp(26px, 2vw, 36px);
  line-height: 1.1;
}

.cta-strip__copy p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  line-height: 1.7;
}

.cta-strip__actions {
  display: grid;
  gap: 12px;
  justify-items: stretch;
}

.cta-strip__note {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.55;
}

.steps-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.step-card {
  padding: 18px;
  border: 1px solid rgba(130, 236, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.step-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffd54f, #ff4fc3);
  color: #050511;
  font-weight: 900;
}

.step-card h3 {
  margin-top: 14px;
  font-size: 20px;
  line-height: 1.2;
}

.step-card p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.65;
}

.how-it-works .steps-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.how-it-works__example {
  color: #ffe39c;
  font-weight: 700;
}

.how-it-works__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

.how-it-works__anchor {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid rgba(130, 236, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.how-it-works__anchor:hover {
  transform: translateY(-2px);
  border-color: rgba(170, 114, 255, 0.52);
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.16),
    0 0 18px rgba(164, 102, 255, 0.14);
}

.how-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.how-tags a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid rgba(130, 236, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.how-tags a:hover,
.how-tags a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(130, 236, 255, 0.5);
  background: rgba(130, 236, 255, 0.08);
  box-shadow: 0 0 18px rgba(130, 236, 255, 0.14);
  outline: none;
}

.how-tags--moods {
  margin-top: 10px;
}

.mood-card.is-linked-target .mood-card__face,
.genre-card.is-linked-target .genre-card__face {
  border-color: rgba(255, 214, 82, 0.86);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 0 22px rgba(255, 214, 82, 0.24),
    0 0 34px rgba(130, 236, 255, 0.18),
    0 24px 52px rgba(0, 0, 0, 0.34);
}

.how-it-works__list {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.how-it-works__list li {
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.55;
}

.how-it-works__list li + li {
  margin-top: 8px;
}

.how-it-works__result {
  width: min(100%, 820px);
  justify-self: center;
  text-align: center;
  border-color: rgba(170, 114, 255, 0.24);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.2),
    0 0 24px rgba(164, 102, 255, 0.1);
}

.result-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.result-card {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.result-card h3 {
  font-size: 19px;
  line-height: 1.2;
}

.result-card p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.65;
}

.result-card--telegram-help {
  border-color: rgba(130, 236, 255, 0.22);
  background:
    radial-gradient(circle at 18% 0%, rgba(130, 236, 255, 0.14), transparent 34%),
    rgba(255, 255, 255, 0.035);
}

.result-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 14px;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #38bdf8, #ff4fc3);
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 12px 26px rgba(56, 189, 248, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.result-card__link:hover,
.result-card__link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(255, 79, 195, 0.2);
}

.related-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.related-link {
  display: block;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  color: #ffffff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.03);
}

.related-link strong {
  display: block;
  font-size: 20px;
  line-height: 1.2;
}

.related-link span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.55;
}

.site-footer {
  position: relative;
  z-index: 1;
  margin-top: 28px;
  padding: 24px 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(10, 10, 24, 0.92), rgba(6, 6, 16, 0.96));
}

.site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.site-footer__copy {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.6;
}

.site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.site-footer__nav a {
  color: #9fefff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
}

.site-footer__nav a:hover,
.page-backlink:hover,
.related-link:hover {
  text-decoration: underline;
}

.feature-card {
  min-height: 190px;
  padding: 28px 26px;
  border: 1.5px solid rgba(255, 76, 242, 0.62);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(19, 11, 33, 0.88), rgba(9, 8, 19, 0.92));
  box-shadow: inset 0 0 24px rgba(255, 76, 242, 0.12), 0 0 20px rgba(255, 76, 242, 0.1);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.feature-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: inset 0 0 28px rgba(255, 76, 242, 0.16), 0 0 26px rgba(255, 76, 242, 0.22);
}

.feature-icon {
  font-size: 42px;
  color: #ff8cff;
  text-shadow: 0 0 14px rgba(255, 76, 242, 0.8);
}

.feature-card h3 {
  margin-top: 18px;
  font-size: 24px;
  font-weight: 800;
}

.feature-card p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.4;
}

.anchors {
  height: 1px;
  overflow: hidden;
}

@keyframes mood-card-spin {
  from {
    transform: rotateY(0deg);
  }

  to {
    transform: rotateY(360deg);
  }
}

@keyframes pricing-poster-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

@keyframes player-wave-bounce {
  0%,
  100% {
    transform: scaleY(0.35) translateY(0);
    opacity: 0.74;
  }

  22% {
    transform: scaleY(1.08) translateY(-2px);
    opacity: 1;
  }

  50% {
    transform: scaleY(0.58) translateY(0);
    opacity: 0.88;
  }

  74% {
    transform: scaleY(1.24) translateY(-3px);
    opacity: 1;
  }
}

@keyframes player-peak-pop {
  0%,
  100% {
    opacity: 0.08;
    transform: translateX(-50%) scaleX(0.5) translateY(5px);
  }

  22% {
    opacity: 1;
    transform: translateX(-50%) scaleX(1.08) translateY(-4px);
  }

  50% {
    opacity: 0.42;
    transform: translateX(-50%) scaleX(0.72) translateY(2px);
  }

  74% {
    opacity: 0.92;
    transform: translateX(-50%) scaleX(1) translateY(-3px);
  }
}

@keyframes player-color-shift {
  0%,
  100% {
    filter: saturate(1.45) brightness(1.08);
  }

  50% {
    filter: saturate(1.9) brightness(1.24);
  }
}

@keyframes player-line-pulse {
  0%,
  100% {
    opacity: 0.48;
    transform: translateY(-50%) scaleX(0.92);
  }

  50% {
    opacity: 1;
    transform: translateY(-50%) scaleX(1);
  }
}

@keyframes player-scanner-sweep {
  0% {
    transform: translateX(-130%);
  }

  100% {
    transform: translateX(680%);
  }
}

@keyframes example-player-bars {
  0%,
  100% {
    transform: scaleY(0.35);
  }

  45% {
    transform: scaleY(1.18);
  }

  72% {
    transform: scaleY(0.62);
  }
}

@keyframes example-disc-glow {
  0%,
  100% {
    filter: saturate(1) brightness(1);
  }

  50% {
    filter: saturate(1.35) brightness(1.12);
  }
}

@media (max-width: 1360px) {
  .top-header,
  .hero,
  .hero-controls,
  .telegram-qr,
  .feature-cards,
  .mood-gallery,
  .genre-gallery,
  .seo-section {
    width: 100%;
  }

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

  .hero-visual {
    min-height: 600px;
  }

  .hero-controls {
    grid-template-columns: 90px 1fr;
  }

  .player-box {
    grid-column: 1 / -1;
  }

  .examples-player__display {
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .examples-player__visualizer {
    grid-column: 1 / -1;
  }

  .mood-gallery__grid {
    grid-auto-columns: 180px;
  }

  .genre-gallery__grid {
    grid-auto-columns: 180px;
  }
}

@media (max-width: 980px) {
  .landing {
    width: min(100% - 20px, 1800px);
    padding-top: 18px;
  }

  .top-header {
    flex-wrap: wrap;
    align-items: center;
  }

  .nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
  }

  .create-btn {
    min-width: 240px;
    margin-left: auto;
  }

  .hero-visual {
    min-height: 460px;
  }

  .hero-controls {
    grid-template-columns: 1fr;
  }

  .telegram-qr {
    grid-template-columns: 1fr;
  }

  .telegram-qr__image-link {
    justify-self: center;
    width: min(100%, 300px);
  }

  .play-btn {
    justify-self: start;
  }

  .player-box {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .examples-player__controls {
    grid-template-columns: 44px 58px 44px 1fr;
  }

  .examples-player__progress {
    grid-column: 1 / -1;
  }

  .examples-player__volume {
    grid-column: 1 / -1;
  }

  .examples-player__playlist {
    grid-template-columns: 1fr;
  }

  .player-box__waves {
    gap: 3px;
    min-height: 74px;
    padding-inline: 10px;
  }

  .genre-buttons {
    flex-wrap: wrap;
  }

  .genre-buttons button {
    min-width: calc(33.333% - 8px);
  }

  .mood-gallery {
    padding: 22px 18px;
  }

  .genre-gallery {
    padding: 22px 18px;
  }

  .mood-gallery__header {
    flex-direction: column;
    align-items: center;
  }

  .genre-gallery__header {
    margin-bottom: 20px;
  }

  .mood-gallery__hint {
    max-width: none;
    text-align: center;
  }

  .mood-gallery__grid {
    grid-auto-columns: 170px;
  }

  .genre-gallery__grid {
    grid-auto-columns: 170px;
  }

  .feature-cards {
    grid-template-columns: 1fr;
  }

  .seo-grid,
  .seo-columns,
  .faq-list,
  .cluster-links,
  .page-grid,
  .related-links,
  .prompt-list,
  .steps-list,
  .result-list,
  .cta-strip {
    grid-template-columns: 1fr;
  }

  .seo-section {
    padding: 24px 20px;
  }

  .page-hero,
  .page-panel,
  .site-footer {
    padding: 24px 20px;
  }

}

@media (max-width: 640px) {
  .telegram-qr {
    gap: 18px;
    padding: 18px;
    border-radius: 20px;
  }

  .telegram-qr--step {
    padding: 0;
  }

  .telegram-qr__button {
    width: 100%;
  }

  .mood-gallery__grid {
    grid-auto-columns: 156px;
  }

  .genre-gallery__grid {
    grid-auto-columns: 156px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .mood-card.is-spinning .mood-card__spin,
  .mood-card__inner,
  .pricing-item::before {
    animation: none;
    transition-duration: 0ms;
  }

  .pricing-item {
    transition-duration: 0ms;
  }
}
