:root {
  color-scheme: dark;
  --bg: #070f2c;
  --bg-deep: #050b22;
  --panel: #111f43;
  --panel-strong: #172b58;
  --text: #f7f8ff;
  --muted: #d8e3ff;
  --soft: #aebce1;
  --cyan: #55edf0;
  --aqua: #78f0d3;
  --blue: #4e7cff;
  --violet: #8b5cf6;
  --coral: #ff6f82;
  --yellow: #ffd166;
  --line: rgba(115, 226, 255, 0.24);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  --max: 1340px;
}

/* Chat-ab-50 landing page */
.generation-page {
  background: #050b20;
}

.generation-hero {
  position: relative;
  overflow: hidden;
  padding: 28px 0 74px;
  background:
    radial-gradient(circle at 76% 20%, rgba(124, 92, 255, 0.18), transparent 34%),
    radial-gradient(circle at 10% 76%, rgba(79, 229, 226, 0.12), transparent 30%),
    #070d26;
}

.generation-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(520px, 1.05fr);
  align-items: center;
  gap: clamp(38px, 4vw, 64px);
  min-height: 610px;
}

.generation-hero-copy h1 {
  margin: 14px 0 24px;
  max-width: 700px;
  color: #fff;
  font-size: clamp(3rem, 4.35vw, 4.8rem);
  font-weight: 1000;
  line-height: 0.99;
  letter-spacing: -0.045em;
}

.generation-hero-copy .hero-lead {
  max-width: 720px;
}

.generation-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.generation-trust span,
.dj-points span {
  padding: 9px 13px;
  border: 1px solid rgba(94, 234, 212, 0.2);
  border-radius: 999px;
  color: #dce8ff;
  background: rgba(11, 25, 60, 0.72);
  font-size: 0.88rem;
  font-weight: 800;
}

.generation-visual {
  position: relative;
  min-width: 0;
}

.generation-visual::before {
  content: "";
  position: absolute;
  inset: -18px 22px 18px -18px;
  border: 1px solid rgba(81, 229, 231, 0.36);
  border-radius: 120px 34px 120px 34px;
  pointer-events: none;
}

.generation-visual img {
  display: block;
  width: 100%;
  min-height: 520px;
  max-height: 640px;
  object-fit: cover;
  border: 1px solid rgba(113, 226, 255, 0.36);
  border-radius: 150px 38px 150px 38px;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.38);
}

.generation-bubble {
  position: absolute;
  top: 36px;
  right: -20px;
  max-width: 300px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(135deg, #855cff, #547dff);
  box-shadow: 0 16px 40px rgba(42, 34, 112, 0.35);
  font-size: 1.04rem;
  font-weight: 1000;
}

.generation-live-counter {
  position: absolute;
  left: -34px;
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 280px;
  padding: 20px 22px;
  border: 1px solid rgba(105, 224, 255, 0.5);
  border-radius: 10px;
  color: #fff;
  background: rgba(5, 13, 39, 0.94);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.35);
}

.generation-live-counter[hidden] { display: none; }
.generation-live-counter strong,
.generation-live-counter small { display: block; }
.generation-live-counter small { margin-top: 3px; color: #cdd9f6; }
.generation-live-dot { width: 15px; height: 15px; border-radius: 50%; background: #66efd7; box-shadow: 0 0 18px rgba(102, 239, 215, 0.88); }

.generation-community-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  align-items: center;
  gap: clamp(38px, 6vw, 82px);
}

.generation-community-image img {
  display: block;
  width: 100%;
  min-height: 420px;
  object-fit: cover;
  border: 1px solid rgba(94, 234, 212, 0.32);
  border-radius: 44px 130px 44px 130px;
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.3);
}

.generation-community-copy h2,
.dj-panel h2,
.faq-layout h2,
.generation-cta h2 {
  margin: 12px 0 20px;
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 4.5rem);
  font-weight: 1000;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.text-link {
  display: inline-block;
  margin-top: 18px;
  color: var(--cyan);
  font-weight: 1000;
}

.dj-section {
  padding: 88px 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 103, 148, 0.15), transparent 34%),
    linear-gradient(135deg, #111a43, #20163f);
}

.dj-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  align-items: center;
  gap: 46px;
}

.dj-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.dj-action {
  padding: 30px;
  border: 1px solid rgba(94, 234, 212, 0.3);
  border-radius: 16px;
  background: rgba(7, 18, 53, 0.72);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.24);
}

.dj-action strong { color: #fff; font-size: 1.3rem; }

.faq-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  gap: 54px;
}

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

.faq-list details {
  border: 1px solid rgba(113, 226, 255, 0.22);
  border-radius: 12px;
  background: rgba(16, 31, 70, 0.76);
}

.faq-list summary {
  padding: 20px 22px;
  color: #fff;
  cursor: pointer;
  font-weight: 1000;
}

.faq-list details p {
  margin: 0;
  padding: 0 22px 22px;
  color: #dbe6ff;
}

.generation-cta {
  padding: 74px 0;
  border-top: 1px solid rgba(113, 226, 255, 0.18);
  background: linear-gradient(135deg, rgba(19, 44, 87, 0.95), rgba(55, 33, 92, 0.95));
}

.generation-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 44px;
}

@media (max-width: 1050px) {
  .generation-hero-grid,
  .generation-community-grid,
  .dj-panel,
  .faq-layout,
  .generation-cta-inner {
    grid-template-columns: 1fr;
  }
  .generation-hero-grid { min-height: 0; }
  .generation-hero-copy { padding-top: 32px; }
  .generation-visual { max-width: 850px; }
  .generation-bubble { right: 18px; }
  .generation-live-counter { left: 18px; }
}

@media (max-width: 680px) {
  .generation-hero { padding-bottom: 48px; }
  .generation-hero-copy h1 { font-size: clamp(2.6rem, 12vw, 3.15rem); }
  .generation-visual::before { display: none; }
  .generation-visual img { min-height: 430px; border-radius: 80px 22px 80px 22px; }
  .generation-bubble { top: 18px; right: 12px; max-width: 230px; padding: 15px 17px; font-size: 0.9rem; }
  .generation-live-counter { left: 12px; right: 12px; bottom: 16px; min-width: 0; padding: 15px 17px; }
  .generation-community-image img { min-height: 330px; border-radius: 28px 72px 28px 72px; }
  .dj-section, .generation-cta { padding: 58px 0; }
  .generation-trust { display: grid; }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background: var(--bg-deep);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

body::before {
  position: fixed;
  z-index: -2;
  inset: 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(85, 237, 240, 0.16), transparent 30%),
    radial-gradient(circle at 88% 26%, rgba(139, 92, 246, 0.2), transparent 32%),
    linear-gradient(180deg, var(--bg), var(--bg-deep));
  content: "";
  pointer-events: none;
}

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

.container {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

.skip-link {
  position: fixed;
  z-index: 30;
  top: 14px;
  left: 14px;
  padding: 10px 14px;
  transform: translateY(-160%);
  border-radius: 8px;
  background: var(--cyan);
  color: #061227;
  font-weight: 900;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgba(115, 226, 255, 0.14);
  background: rgba(5, 10, 30, 0.9);
  backdrop-filter: blur(18px);
}

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

.brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 13px;
}

.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--cyan), var(--yellow));
  color: #061227;
  font-weight: 1000;
}

.brand-name {
  display: block;
  font-size: 1.35rem;
  font-weight: 1000;
  line-height: 1;
  white-space: nowrap;
}

.brand-name span {
  color: var(--cyan);
}

.brand-subline {
  display: block;
  margin-top: 5px;
  color: #86f7f7;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #e8edff;
  font-size: 0.92rem;
  font-weight: 900;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--cyan);
  outline: none;
}

.main-nav .login-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border: 1px solid rgba(85, 237, 240, 0.45);
  border-radius: 999px;
  background: rgba(20, 42, 78, 0.7);
}

.breadcrumb {
  padding: 24px 0 0;
  color: var(--soft);
  font-size: 0.9rem;
}

.breadcrumb a {
  color: var(--cyan);
}

.topic-hero {
  padding: 72px 0 76px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  align-items: center;
  gap: 56px;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--cyan);
  font-size: 0.82rem;
  font-weight: 1000;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before,
.section-kicker::before {
  width: 32px;
  height: 3px;
  border-radius: 999px;
  background: var(--cyan);
  content: "";
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  color: transparent;
  background: linear-gradient(120deg, #ff6f82, #ffd166 33%, #78f0d3 64%, #55edf0);
  background-clip: text;
  font-size: clamp(2.7rem, 6vw, 5.1rem);
  font-weight: 1000;
  letter-spacing: -0.045em;
  line-height: 0.98;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-lead {
  max-width: 760px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 1.16rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid rgba(85, 237, 240, 0.46);
  border-radius: 8px;
  font-weight: 1000;
}

.button.primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--cyan), var(--aqua));
  color: #061227;
}

.button.secondary {
  background: rgba(20, 42, 78, 0.76);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.hero-panel {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(85, 237, 240, 0.11), transparent 52%),
    rgba(17, 31, 67, 0.9);
  box-shadow: var(--shadow);
}

.hero-panel::after {
  position: absolute;
  right: -36px;
  bottom: -48px;
  width: 170px;
  height: 170px;
  border: 28px solid rgba(139, 92, 246, 0.12);
  border-radius: 50%;
  content: "";
}

.hero-symbol {
  width: 74px;
  height: 74px;
  display: grid;
  margin-bottom: 26px;
  place-items: center;
  border: 1px solid rgba(85, 237, 240, 0.26);
  border-radius: 10px;
  background: rgba(85, 237, 240, 0.1);
  color: var(--cyan);
  font-size: 1.6rem;
  font-weight: 1000;
}

.hero-panel h2 {
  margin-bottom: 14px;
  font-size: 1.5rem;
  line-height: 1.2;
}

.hero-panel ul,
.check-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-panel li,
.check-list li {
  position: relative;
  padding-left: 26px;
  color: var(--muted);
}

.hero-panel li::before,
.check-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--aqua);
  content: "✓";
  font-weight: 1000;
}

.topic-section {
  padding: 72px 0;
  border-top: 1px solid rgba(115, 226, 255, 0.1);
}

.topic-section.alt {
  background: rgba(11, 23, 55, 0.46);
}

.section-head {
  max-width: 800px;
  margin-bottom: 34px;
}

.section-head h2,
.text-panel h2,
.crosslinks h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.06;
}

.section-head p,
.text-panel p {
  color: var(--muted);
  font-size: 1.06rem;
}

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

.feature-card {
  position: relative;
  min-height: 220px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(115, 226, 255, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(155deg, rgba(85, 237, 240, 0.1), transparent 46%),
    rgba(18, 32, 68, 0.84);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16), inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.feature-card:nth-child(2) {
  border-color: rgba(255, 111, 130, 0.34);
  background:
    linear-gradient(155deg, rgba(255, 111, 130, 0.12), transparent 46%),
    rgba(43, 32, 76, 0.82);
}

.feature-card:nth-child(3) {
  border-color: rgba(139, 92, 246, 0.4);
  background:
    linear-gradient(155deg, rgba(139, 92, 246, 0.16), transparent 46%),
    rgba(35, 34, 88, 0.82);
}

.feature-card::before {
  position: absolute;
  top: -58px;
  right: -54px;
  width: 154px;
  height: 154px;
  border: 26px solid rgba(85, 237, 240, 0.08);
  border-radius: 50%;
  content: "";
  transition: transform 0.28s ease, border-color 0.28s ease;
}

.feature-card:nth-child(2)::before {
  border-color: rgba(255, 111, 130, 0.09);
}

.feature-card:nth-child(3)::before {
  border-color: rgba(139, 92, 246, 0.12);
}

.feature-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--cyan), var(--violet), var(--coral));
  content: "";
  opacity: 0.78;
}

.feature-card:hover {
  border-color: rgba(85, 237, 240, 0.62);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.26), 0 0 30px rgba(85, 237, 240, 0.1);
  transform: translateY(-6px);
}

.feature-card:hover::before {
  border-color: rgba(85, 237, 240, 0.17);
  transform: scale(1.12) rotate(12deg);
}

.feature-icon {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  display: grid;
  margin-bottom: 30px;
  place-items: center;
  border: 1px solid rgba(115, 226, 255, 0.28);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(85, 237, 240, 0.23), rgba(78, 124, 255, 0.13)),
    rgba(7, 18, 45, 0.76);
  color: var(--cyan);
  font-size: 1rem;
  font-weight: 1000;
  letter-spacing: 0.02em;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2), inset 0 0 18px rgba(85, 237, 240, 0.08);
}

.feature-card:nth-child(2) .feature-icon {
  border-color: rgba(255, 111, 130, 0.32);
  background: linear-gradient(135deg, rgba(255, 111, 130, 0.2), rgba(139, 92, 246, 0.16));
  color: #ffafbd;
}

.feature-card:nth-child(3) .feature-icon {
  border-color: rgba(139, 92, 246, 0.4);
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.23), rgba(78, 124, 255, 0.14));
  color: #bca7ff;
}

.feature-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  font-size: 1.22rem;
}

.feature-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: var(--muted);
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  align-items: start;
  gap: 48px;
}

.info-box {
  position: relative;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(120, 240, 211, 0.3);
  border-left: 5px solid var(--aqua);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(120, 240, 211, 0.11), transparent 52%),
    rgba(18, 38, 69, 0.88);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.info-box::after {
  position: absolute;
  right: -44px;
  bottom: -56px;
  width: 150px;
  height: 150px;
  border: 24px solid rgba(120, 240, 211, 0.08);
  border-radius: 50%;
  content: "";
}

.info-icon {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  display: grid;
  margin-bottom: 20px;
  place-items: center;
  border: 1px solid rgba(120, 240, 211, 0.34);
  border-radius: 9px;
  background: rgba(120, 240, 211, 0.1);
  color: var(--aqua);
  font-weight: 1000;
}

.info-box strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 9px;
  color: #fff;
  font-size: 1.1rem;
}

.info-box p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: var(--muted);
}

.radio-live-section {
  padding: 0 0 76px;
}

.topic-radio-shell {
  overflow: hidden;
  border: 1px solid rgba(115, 226, 255, 0.26);
  border-radius: 14px;
  background:
    radial-gradient(circle at 10% 8%, rgba(85, 237, 240, 0.14), transparent 31%),
    radial-gradient(circle at 92% 88%, rgba(255, 111, 130, 0.14), transparent 34%),
    rgba(11, 23, 55, 0.9);
  box-shadow: var(--shadow);
}

.topic-radio-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 32px 24px;
}

.topic-radio-head h2 {
  margin-bottom: 0;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.05;
}

.topic-radio-head p {
  max-width: 520px;
  margin-bottom: 0;
  color: var(--muted);
}

.topic-radio-ticker {
  position: relative;
  min-height: 48px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-top: 1px solid rgba(115, 226, 255, 0.14);
  border-bottom: 1px solid rgba(115, 226, 255, 0.14);
  background: rgba(4, 13, 38, 0.86);
  color: #e8fcff;
}

.topic-radio-ticker::before,
.topic-radio-ticker::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 72px;
  content: "";
  pointer-events: none;
}

.topic-radio-ticker::before {
  left: 0;
  background: linear-gradient(90deg, #07142f, transparent);
}

.topic-radio-ticker::after {
  right: 0;
  background: linear-gradient(270deg, #07142f, transparent);
}

.topic-radio-ticker-track {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 12px;
  padding-left: 100%;
  white-space: nowrap;
  animation: topicRadioTicker 28s linear infinite;
}

.topic-radio-ticker-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 16px rgba(255, 111, 130, 0.85);
}

@keyframes topicRadioTicker {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}

.topic-radio-body {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 22px;
  padding: 28px 32px 24px;
}

.topic-radio-player {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  min-height: 170px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(120, 240, 211, 0.32);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(85, 237, 240, 0.12), transparent 46%),
    rgba(8, 20, 52, 0.9);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035), 0 20px 44px rgba(0, 0, 0, 0.2);
}

.topic-radio-play {
  position: relative;
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: conic-gradient(from -35deg, var(--cyan) 0 43%, transparent 43% 48%, var(--coral) 48% 88%, transparent 88%);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 0 30px rgba(85, 237, 240, 0.25), 0 0 28px rgba(255, 111, 130, 0.18);
}

.topic-radio-play::before {
  position: absolute;
  inset: 13px;
  border: 2px solid rgba(230, 249, 255, 0.68);
  border-radius: inherit;
  background: linear-gradient(145deg, #101f4b, #24174f);
  content: "";
}

.topic-radio-play-icon {
  position: relative;
  z-index: 1;
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid #fff;
}

.topic-radio-player.is-playing .topic-radio-play-icon {
  width: 21px;
  height: 25px;
  margin-left: 0;
  border: 0;
  border-right: 7px solid #fff;
  border-left: 7px solid #fff;
}

.topic-radio-core {
  min-width: 0;
}

.topic-radio-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 4px;
  color: var(--soft);
  font-size: 0.76rem;
  font-weight: 1000;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.topic-radio-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
}

.topic-radio-live::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 14px rgba(255, 111, 130, 0.9);
  content: "";
}

.topic-radio-name {
  display: block;
  color: #ff91a1;
  font-size: 1.35rem;
  font-weight: 1000;
}

.topic-radio-track {
  display: block;
  overflow: hidden;
  margin-top: 4px;
  color: var(--cyan);
  font-size: 0.96rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.topic-radio-wave {
  height: 24px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: 100%;
  gap: 3px;
  margin: 12px 0 9px;
}

.topic-radio-wave span {
  flex: 1 1 0;
  min-width: 2px;
  max-width: 4px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--cyan), var(--coral));
  opacity: 0.78;
  transform-origin: bottom;
  animation: topicRadioWave 1.35s ease-in-out infinite alternate;
}

.topic-radio-wave span:nth-child(3n+1) { height: 8px; animation-delay: -0.16s; }
.topic-radio-wave span:nth-child(4n+2) { height: 13px; animation-delay: -0.34s; }
.topic-radio-wave span:nth-child(5n) { height: 18px; animation-delay: -0.58s; }
.topic-radio-wave span:nth-child(7n+3) { height: 22px; animation-delay: -0.74s; }

@keyframes topicRadioWave {
  from { transform: scaleY(0.55); opacity: 0.52; }
  to { transform: scaleY(1.08); opacity: 1; }
}

.topic-radio-volume {
  display: grid;
  grid-template-columns: auto minmax(90px, 1fr) auto;
  align-items: center;
  gap: 10px;
  color: var(--soft);
  font-size: 0.75rem;
  font-weight: 900;
}

.topic-radio-volume input {
  width: 100%;
  accent-color: var(--cyan);
}

.topic-radio-sync {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(120, 240, 211, 0.32);
  border-radius: 10px;
  background: rgba(120, 240, 211, 0.08);
  color: var(--cyan);
  cursor: pointer;
  font-size: 1.4rem;
}

.topic-radio-play:hover,
.topic-radio-play:focus-visible,
.topic-radio-sync:hover,
.topic-radio-sync:focus-visible {
  outline: 2px solid rgba(85, 237, 240, 0.56);
  outline-offset: 3px;
}

.topic-radio-quicklinks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.topic-radio-quicklink {
  position: relative;
  min-height: 170px;
  display: grid;
  align-content: end;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(139, 92, 246, 0.36);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(139, 92, 246, 0.2), transparent 58%),
    rgba(27, 27, 73, 0.86);
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.topic-radio-quicklink:nth-child(2) {
  border-color: rgba(255, 111, 130, 0.34);
  background:
    linear-gradient(145deg, rgba(255, 111, 130, 0.18), transparent 58%),
    rgba(45, 28, 70, 0.86);
}

.topic-radio-quicklink:hover,
.topic-radio-quicklink:focus-visible {
  border-color: var(--cyan);
  outline: none;
  transform: translateY(-3px);
}

.topic-radio-quicklink small {
  margin-bottom: 8px;
  color: var(--cyan);
  font-weight: 1000;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.topic-radio-quicklink strong {
  font-size: 1.12rem;
}

.topic-schedule {
  padding: 0 32px 32px;
}

.topic-schedule-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

.topic-schedule-head h3 {
  margin: 0;
  font-size: 1.3rem;
}

.topic-schedule-head a {
  color: var(--cyan);
  font-weight: 1000;
}

.topic-schedule-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.topic-schedule-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 15px;
  min-height: 92px;
  padding: 14px 16px;
  border: 1px solid rgba(115, 226, 255, 0.22);
  border-left: 4px solid var(--cyan);
  border-radius: 8px;
  background: rgba(16, 31, 66, 0.74);
}

.topic-schedule-card:nth-child(2) {
  border-left-color: var(--coral);
}

.topic-schedule-card.is-live {
  border-color: rgba(255, 96, 151, 0.72);
  box-shadow: 0 16px 36px rgba(255, 96, 151, 0.14);
}

.topic-schedule-card.is-live .topic-schedule-day {
  color: #ff7ab0;
}

.topic-schedule-card:hover,
.topic-schedule-card:focus-visible {
  border-color: rgba(85, 237, 240, 0.58);
  outline: none;
}

.topic-schedule-when {
  min-width: 88px;
  padding-right: 14px;
  border-right: 1px solid rgba(167, 184, 236, 0.2);
}

.topic-schedule-day,
.topic-schedule-start,
.topic-schedule-end,
.topic-schedule-title,
.topic-schedule-dj {
  display: block;
}

.topic-schedule-day {
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.topic-schedule-start {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.1;
}

.topic-schedule-end,
.topic-schedule-dj {
  color: var(--soft);
  font-size: 0.78rem;
}

.topic-schedule-title {
  overflow: hidden;
  color: #fff;
  font-weight: 1000;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.topic-schedule-arrow {
  color: var(--cyan);
  font-size: 1.3rem;
}

.topic-schedule-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 20px;
  border: 1px dashed rgba(115, 226, 255, 0.26);
  border-radius: 8px;
  color: var(--muted);
  text-align: center;
}

.crosslinks {
  padding: 60px 0 76px;
}

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

.crosslink-card {
  display: block;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(18, 32, 68, 0.76);
}

.crosslink-card:hover,
.crosslink-card:focus-visible {
  border-color: var(--cyan);
  outline: none;
  transform: translateY(-2px);
}

.crosslink-card strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 1.12rem;
}

.crosslink-card span {
  color: var(--muted);
}

.site-footer {
  border-top: 1px solid rgba(115, 226, 255, 0.12);
  color: var(--soft);
}

.footer-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

@media (max-width: 920px) {
  .header-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 15px 0;
  }

  .main-nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 3px;
    scrollbar-width: none;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .main-nav a {
    white-space: nowrap;
  }

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

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

  .topic-radio-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .topic-radio-body {
    grid-template-columns: 1fr;
  }

  .topic-schedule-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(var(--max), calc(100% - 28px));
  }

  .topic-hero {
    padding: 48px 0 56px;
  }

  h1 {
    font-size: 2.65rem;
  }

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

  .button {
    width: 100%;
  }

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

  .feature-card {
    min-height: 238px;
  }

  .topic-radio-head,
  .topic-radio-body,
  .topic-schedule {
    padding-right: 18px;
    padding-left: 18px;
  }

  .topic-radio-player {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
  }

  .topic-radio-play {
    width: 66px;
    height: 66px;
  }

  .topic-radio-play::before {
    inset: 10px;
  }

  .topic-radio-sync {
    grid-column: 1 / -1;
    justify-self: end;
  }

  .topic-radio-quicklinks {
    grid-template-columns: 1fr;
  }

  .topic-radio-quicklink {
    min-height: 130px;
  }

  .topic-schedule-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .topic-schedule-card {
    gap: 11px;
    padding: 12px;
  }

  .topic-schedule-when {
    min-width: 76px;
    padding-right: 11px;
  }

  .topic-section {
    padding: 56px 0;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px 0;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Rockradio landing page */
.rock-page {
  --rock-red: #ff4b32;
  --rock-orange: #ff9f35;
  --rock-copper: #c76a32;
  --rock-teal: #26dbe6;
  --rock-panel: #0b1018;
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 75, 50, 0.08), transparent 30%),
    #05080d;
}

.rock-page .site-header {
  border-bottom-color: rgba(255, 132, 69, 0.2);
  background: rgba(5, 8, 13, 0.9);
}

.rock-page .brand-mark {
  background: linear-gradient(145deg, var(--rock-orange), var(--rock-red));
  box-shadow: 0 0 24px rgba(255, 75, 50, 0.28);
}

.rock-page .nav-login,
.rock-page .button.primary {
  border-color: rgba(255, 161, 67, 0.8);
  color: #160b06;
  background: linear-gradient(135deg, #ffd166, #ff7b38);
  box-shadow: 0 12px 30px rgba(255, 91, 46, 0.2);
}

.rock-page .nav-login {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 17px;
  border: 1px solid rgba(255, 143, 74, 0.58);
  border-radius: 999px;
  color: #fff4e9;
  background:
    linear-gradient(135deg, rgba(255, 111, 52, 0.16), rgba(8, 17, 24, 0.92) 62%),
    #0a0f16;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.035),
    0 8px 22px rgba(0, 0, 0, 0.24);
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.rock-page .nav-login::before {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #ff7843;
  box-shadow: 0 0 11px rgba(255, 99, 52, 0.86);
  content: "";
}

.rock-page .nav-login:hover,
.rock-page .nav-login:focus-visible {
  border-color: rgba(255, 175, 93, 0.9);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 111, 52, 0.3), rgba(10, 22, 29, 0.96) 68%),
    #0a0f16;
  box-shadow: 0 10px 28px rgba(255, 86, 38, 0.14);
  outline: none;
  transform: translateY(-1px);
}

.rock-page .button.secondary {
  border-color: rgba(38, 219, 230, 0.35);
  background: rgba(8, 23, 30, 0.82);
}

.rock-page .section-kicker {
  color: #ff9f5d;
}

.rock-page .section-kicker::before {
  background: linear-gradient(90deg, var(--rock-red), var(--rock-orange));
}

.rock-hero {
  position: relative;
  overflow: hidden;
  padding: 28px 0 82px;
  background:
    linear-gradient(90deg, rgba(4, 7, 13, 0.98), rgba(5, 9, 15, 0.78) 54%, rgba(5, 10, 16, 0.48)),
    radial-gradient(circle at 76% 32%, rgba(255, 84, 41, 0.18), transparent 36%),
    #05090f;
}

.rock-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(118deg, transparent 0 18px, rgba(255, 255, 255, 0.012) 18px 19px),
    linear-gradient(180deg, transparent 82%, rgba(255, 75, 50, 0.09));
  content: "";
  pointer-events: none;
}

.rock-hero .container {
  position: relative;
  z-index: 1;
}

.rock-hero-grid {
  display: grid;
  grid-template-columns: minmax(420px, 0.9fr) minmax(570px, 1.1fr);
  align-items: center;
  gap: clamp(42px, 5vw, 78px);
  min-height: 620px;
}

.rock-hero-copy h1 {
  margin: 14px 0 24px;
  max-width: 710px;
  color: #fff;
  font-size: clamp(3.2rem, 5vw, 5.75rem);
  font-weight: 1000;
  line-height: 0.96;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.rock-hero-copy h1::first-line {
  color: #ffbb63;
}

.rock-hero-copy .hero-lead {
  max-width: 720px;
  color: #d7deea;
}

.rock-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}

.rock-trust span {
  padding: 9px 13px;
  border: 1px solid rgba(255, 143, 74, 0.28);
  border-radius: 999px;
  color: #f2e9df;
  background: rgba(21, 12, 9, 0.72);
  font-size: 0.88rem;
  font-weight: 900;
}

.rock-hero-visual {
  position: relative;
  min-width: 0;
}

.rock-hero-visual::before {
  position: absolute;
  inset: -17px 18px 17px -17px;
  border: 1px solid rgba(255, 119, 58, 0.48);
  border-radius: 42px 130px 42px 130px;
  content: "";
}

.rock-hero-visual img {
  display: block;
  width: 100%;
  min-height: 510px;
  max-height: 630px;
  object-fit: cover;
  border: 1px solid rgba(255, 169, 82, 0.4);
  border-radius: 58px 148px 58px 148px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.54);
}

.rock-hero-stamp {
  position: absolute;
  top: auto;
  right: -18px;
  bottom: 42px;
  max-width: 310px;
  padding: 18px 22px;
  border: 1px solid rgba(255, 187, 99, 0.56);
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(135deg, rgba(93, 21, 15, 0.96), rgba(20, 13, 14, 0.96));
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.4);
  transform: rotate(-1.5deg);
}

.rock-hero-stamp small,
.rock-hero-stamp strong {
  display: block;
}

.rock-hero-stamp small {
  margin-bottom: 5px;
  color: #ffb45e;
  font-size: 0.72rem;
  font-weight: 1000;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rock-hero-stamp strong {
  font-size: 1.5rem;
  letter-spacing: -0.03em;
}

.rock-hero-visual .generation-live-counter {
  border-color: rgba(255, 132, 69, 0.58);
  background: rgba(7, 9, 14, 0.95);
}

.rock-hero-visual .generation-live-dot {
  background: var(--rock-red);
  box-shadow: 0 0 18px rgba(255, 75, 50, 0.9);
}

.rock-radio-live {
  padding-top: 76px;
  background:
    radial-gradient(circle at 50% 42%, rgba(211, 64, 36, 0.09), transparent 42%),
    #06090f;
}

.rock-player-shell {
  border-color: rgba(255, 133, 66, 0.35);
  border-radius: 22px;
  background:
    radial-gradient(circle at 84% 16%, rgba(38, 219, 230, 0.08), transparent 30%),
    radial-gradient(circle at 10% 84%, rgba(255, 75, 50, 0.12), transparent 34%),
    #080c12;
}

.rock-player-shell .topic-radio-ticker {
  border-color: rgba(255, 126, 55, 0.2);
  background: #05070b;
}

.rock-player-shell .topic-radio-ticker::before {
  background: linear-gradient(90deg, #05070b, transparent);
}

.rock-player-shell .topic-radio-ticker::after {
  background: linear-gradient(270deg, #05070b, transparent);
}

.rock-player-shell .topic-radio-ticker-dot {
  background: var(--rock-red);
  box-shadow: 0 0 16px rgba(255, 75, 50, 0.9);
}

.rock-player {
  min-height: 320px;
  grid-template-columns: 130px minmax(0, 1fr) 58px;
  align-items: end;
  gap: 24px;
  padding: 112px 26px 26px;
  border-color: rgba(255, 126, 55, 0.46);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(3, 6, 10, 0.2), rgba(3, 6, 10, 0.72) 58%, rgba(3, 6, 10, 0.96)),
    url("/rockradio/images/player-inselbuehne.webp") center 42% / cover no-repeat;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    inset 0 -100px 120px rgba(0, 0, 0, 0.46),
    0 28px 62px rgba(0, 0, 0, 0.36);
}

.rock-player::after {
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  content: "";
  pointer-events: none;
}

.rock-player > * {
  position: relative;
  z-index: 2;
}

.rock-player-badges {
  position: absolute;
  top: 24px;
  left: 26px;
  right: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.rock-player-badges span,
.rock-player-badges strong {
  padding: 8px 13px;
  border: 1px solid rgba(255, 104, 56, 0.55);
  border-radius: 999px;
  background: rgba(5, 7, 11, 0.82);
  backdrop-filter: blur(8px);
  text-transform: uppercase;
}

.rock-player-badges span {
  color: #fff;
  font-size: 0.76rem;
  font-weight: 1000;
  letter-spacing: 0.12em;
}

.rock-player-badges span::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--rock-red);
  box-shadow: 0 0 13px rgba(255, 75, 50, 0.94);
  content: "";
}

.rock-player-badges strong {
  color: #ffb760;
  font-size: 0.8rem;
  letter-spacing: 0.07em;
}

.rock-player .topic-radio-play {
  width: 118px;
  height: 118px;
  border: 2px solid rgba(255, 142, 59, 0.76);
  border-radius: 46% 46% 52% 52% / 34% 34% 66% 66%;
  clip-path: polygon(50% 0, 98% 25%, 79% 100%, 21% 100%, 2% 25%);
  background: linear-gradient(160deg, #3b160d, #0a0e14 62%);
  box-shadow: 0 0 34px rgba(255, 80, 36, 0.32), inset 0 0 24px rgba(255, 152, 63, 0.12);
}

.rock-player .topic-radio-play::before {
  inset: 11px;
  border-color: rgba(255, 164, 77, 0.5);
  border-radius: inherit;
  background: linear-gradient(145deg, #602112, #0b0f16 70%);
}

.rock-player .topic-radio-play-icon {
  border-left-color: #ffb45b;
  filter: drop-shadow(0 0 8px rgba(255, 104, 37, 0.85));
}

.rock-player.is-playing .topic-radio-play-icon {
  border-right-color: #ffb45b;
  border-left-color: #ffb45b;
}

.rock-player .topic-radio-core {
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(3, 7, 11, 0.78);
  backdrop-filter: blur(10px);
}

.rock-player .topic-radio-name {
  color: #ff9a51;
  font-size: 1.62rem;
}

.rock-player .topic-radio-track {
  color: #7cebf1;
}

.rock-player .topic-radio-wave {
  height: 38px;
  gap: 4px;
}

.rock-player .topic-radio-wave span {
  flex: 0 1 3px;
  min-width: 2px;
  max-width: 3px;
  background: linear-gradient(180deg, #2fe4ee, #f2d3be 46%, #ff4c31);
  box-shadow: 0 0 6px rgba(255, 78, 41, 0.32);
}

.rock-player .topic-radio-volume input {
  accent-color: var(--rock-red);
}

.rock-player .topic-radio-sync {
  border-color: rgba(38, 219, 230, 0.5);
  color: #44e2ec;
  background: rgba(3, 18, 23, 0.8);
}

.rock-player-shell .topic-radio-quicklink {
  display: flex;
  align-content: normal;
  flex-direction: column;
  justify-content: flex-end;
  border-color: rgba(255, 135, 66, 0.35);
  background:
    linear-gradient(145deg, rgba(255, 84, 41, 0.16), transparent 58%),
    #111015;
}

.rock-quicklink-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin-bottom: auto;
  border: 1px solid rgba(255, 145, 77, 0.4);
  border-radius: 18px;
  color: #ffad64;
  background: linear-gradient(145deg, rgba(255, 91, 41, 0.2), rgba(255, 174, 85, 0.06));
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
  font-size: 1.75rem;
  font-weight: 1000;
}

.rock-quicklink-chat {
  border-color: rgba(38, 219, 230, 0.36);
  color: #66e8ef;
  background: linear-gradient(145deg, rgba(38, 219, 230, 0.17), rgba(38, 219, 230, 0.04));
  font-size: 1.15rem;
}

.rock-player-shell .topic-radio-quicklink p {
  margin: 11px 0 0;
  color: #c9d3df;
  font-size: 0.9rem;
  line-height: 1.5;
}

.rock-player-shell .topic-radio-quicklink:nth-child(2) {
  border-color: rgba(38, 219, 230, 0.3);
  background:
    linear-gradient(145deg, rgba(38, 219, 230, 0.12), transparent 58%),
    #0b1218;
}

.rock-player-shell .topic-radio-quicklink small,
.rock-player-shell .topic-schedule-head a {
  color: #ff9e59;
}

.schedule-readable-intro {
  max-width: 880px;
  margin: -4px 0 18px;
  color: var(--muted);
}

.rock-player-shell .topic-schedule-card {
  border-color: rgba(255, 129, 58, 0.3);
  background: linear-gradient(135deg, rgba(255, 83, 40, 0.1), rgba(12, 16, 23, 0.94));
}

.rock-player-shell .topic-schedule-card.is-live {
  border-color: rgba(255, 75, 50, 0.8);
  box-shadow: 0 0 24px rgba(255, 75, 50, 0.14);
}

.rock-story {
  background:
    radial-gradient(circle at 20% 40%, rgba(255, 92, 36, 0.11), transparent 34%),
    #080b11;
}

.rock-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
  align-items: center;
  gap: clamp(42px, 6vw, 88px);
}

.rock-story-image img {
  display: block;
  width: 100%;
  min-height: 430px;
  object-fit: cover;
  border: 1px solid rgba(255, 131, 63, 0.38);
  border-radius: 130px 30px 130px 30px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
}

.rock-story-copy h2 {
  margin: 12px 0 20px;
  font-size: clamp(2.3rem, 4vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.rock-page .check-list li::before {
  color: var(--rock-orange);
}

.rock-page .feature-card {
  border-color: rgba(255, 128, 62, 0.28);
  background:
    linear-gradient(145deg, rgba(255, 82, 38, 0.1), transparent 44%),
    #10131b;
}

.rock-page .feature-card:nth-child(2) {
  border-color: rgba(38, 219, 230, 0.25);
  background:
    linear-gradient(145deg, rgba(38, 219, 230, 0.09), transparent 44%),
    #0c151b;
}

.rock-page .feature-icon {
  color: #ff9c56;
  background: rgba(255, 91, 41, 0.12);
}

.reviews-section {
  border-top: 1px solid rgba(255, 132, 69, 0.14);
  border-bottom: 1px solid rgba(255, 132, 69, 0.14);
  background:
    linear-gradient(135deg, rgba(72, 19, 13, 0.38), rgba(4, 22, 28, 0.32)),
    #070a10;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.review-card {
  position: relative;
  min-height: 270px;
  padding: 26px 24px;
  border: 1px solid rgba(255, 132, 69, 0.24);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(255, 82, 38, 0.13), transparent 42%),
    rgba(17, 18, 24, 0.94);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
}

.review-card:nth-child(even) {
  border-color: rgba(38, 219, 230, 0.2);
  background:
    linear-gradient(145deg, rgba(38, 219, 230, 0.11), transparent 42%),
    rgba(11, 20, 25, 0.94);
}

.review-stars {
  margin-bottom: 27px;
  color: #ffad4f;
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.review-quote {
  position: absolute;
  top: 15px;
  right: 22px;
  color: rgba(255, 113, 52, 0.28);
  font-size: 3.3rem;
  font-weight: 1000;
  line-height: 1;
}

.review-author {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 21px;
  color: #ff9e59;
  font-weight: 1000;
}

.review-author::before {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 13px currentColor;
  content: "";
}

.rock-page .dj-section {
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 77, 42, 0.17), transparent 34%),
    linear-gradient(135deg, #151017, #07131a);
}

.rock-page .dj-panel,
.rock-page .dj-action {
  border-color: rgba(255, 131, 64, 0.28);
}

.rock-page details {
  border-color: rgba(255, 132, 69, 0.22);
  background: #10131a;
}

.rock-cta {
  background:
    linear-gradient(120deg, rgba(125, 29, 17, 0.88), rgba(7, 24, 30, 0.92)),
    #0b0c12;
}

@media (max-width: 1080px) {
  .rock-hero-grid {
    grid-template-columns: minmax(350px, 0.9fr) minmax(460px, 1.1fr);
    gap: 36px;
  }

  .rock-hero-copy h1 {
    font-size: clamp(3rem, 5.2vw, 4.6rem);
  }

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

  .review-card:nth-child(n+4) {
    display: none;
  }
}

@media (max-width: 920px) {
  .rock-hero-grid,
  .rock-story-grid {
    grid-template-columns: 1fr;
  }

  .rock-hero-grid {
    padding-top: 34px;
  }

  .rock-hero-visual {
    max-width: 760px;
    margin-left: auto;
  }

  .rock-hero-copy h1 {
    max-width: 760px;
  }

  .rock-player {
    min-height: 300px;
  }
}

@media (max-width: 620px) {
  .rock-hero {
    padding-bottom: 58px;
  }

  .rock-hero-grid {
    min-height: 0;
  }

  .rock-hero-copy h1 {
    font-size: clamp(2.75rem, 13vw, 3.55rem);
  }

  .rock-hero-visual::before {
    inset: -9px 9px 9px -9px;
    border-radius: 30px 76px 30px 76px;
  }

  .rock-hero-visual img {
    min-height: 330px;
    border-radius: 36px 88px 36px 88px;
  }

  .rock-hero-stamp {
    top: auto;
    right: -5px;
    bottom: 112px;
    max-width: 235px;
    padding: 13px 15px;
  }

  .rock-hero-stamp strong {
    font-size: 1.2rem;
  }

  .rock-hero-visual .generation-live-counter {
    left: -4px;
    bottom: 17px;
    min-width: 220px;
    padding: 15px 17px;
  }

  .rock-player {
    min-height: 390px;
    grid-template-columns: 86px minmax(0, 1fr);
    align-items: end;
    gap: 13px;
    padding: 95px 14px 17px;
    background-position: 58% center;
  }

  .rock-player-badges {
    top: 18px;
    left: 18px;
    right: 18px;
  }

  .rock-player-badges strong {
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .rock-player .topic-radio-play {
    width: 82px;
    height: 82px;
  }

  .rock-player .topic-radio-core {
    padding: 12px;
  }

  .rock-player .topic-radio-name {
    font-size: 1.25rem;
  }

  .rock-player .topic-radio-sync {
    grid-column: 1 / -1;
  }

  .rock-story-image img {
    min-height: 280px;
    border-radius: 70px 22px 70px 22px;
  }

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

  .review-card:nth-child(3),
  .review-card:nth-child(4) {
    display: none;
  }

  .review-card {
    min-height: 250px;
    padding: 21px 17px;
  }

  .review-quote {
    right: 15px;
  }
}
