@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&family=Space+Grotesk:wght@600;700&display=swap");

body.promo-public {
  --mr-ink: #181020;
  --mr-muted: #706878;
  --mr-muted-2: #9c9c9c;
  --mr-primary: #7e1ce1;
  --mr-deep: #2f114d;
  --mr-soft: #f5effb;
  --mr-soft-2: #fff5ec;
  --mr-line: #e7ddec;
  --mr-bg: #fbfafc;
  --mr-card: #ffffff;
  --mr-blue: #7e1ce1;
  --mr-shadow: 0 18px 44px rgba(35, 17, 50, 0.1);
  --mr-shadow-soft: 0 10px 26px rgba(35, 17, 50, 0.07);
  background: #fbfafc;
  color: var(--mr-ink);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.promo-public .mr-site-header,
.promo-public .mr-site-header input,
.promo-public .mr-site-header button,
.promo-public .mr-site-header a,
.promo-public .mr-footer {
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.promo-public .mr-nav a,
.promo-public .mr-brand-wordmark,
.promo-home h1,
.promo-home h2,
.promo-home strong,
.promo-service-icon,
.promo-hero-actions a,
.promo-more-link,
.promo-section-head > a {
  font-family: "Space Grotesk", "Manrope", system-ui, sans-serif;
}

.promo-public .mr-site-header {
  border: 0;
  border-bottom: 1px solid rgba(126, 28, 225, 0.14);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(35, 17, 50, 0.06);
}

.promo-public .mr-brand-logo-wrap .mr-brand-logo {
  width: auto;
  max-width: 260px;
  max-height: 48px;
  object-fit: contain;
}

.promo-public .mr-brand-wordmark {
  color: #7e1ce1;
  font-size: 25px;
  letter-spacing: 0;
}

.promo-public .mr-brand-wordmark::before {
  content: "";
  width: 28px;
  height: 28px;
  margin-right: 9px;
  border: 7px solid #7e1ce1;
  border-top-color: #ff7602;
  border-radius: 50%;
  box-shadow: inset 0 0 0 5px #fff;
}

.promo-public .mr-nav a,
.promo-public .mr-search-submit,
.promo-public .mr-access-form button {
  color: #7e1ce1 !important;
}

.promo-public .mr-nav a::after,
.promo-public .mr-access-form button {
  background: #ff7602;
}

.promo-public .mr-page {
  max-width: none;
  padding: 0;
  overflow: hidden;
}

.promo-home,
.promo-home * {
  box-sizing: border-box;
}

.promo-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.promo-hero {
  background:
    radial-gradient(circle at 12% 22%, rgba(255, 118, 2, 0.28), transparent 30%),
    linear-gradient(128deg, #8426e3 0%, #5b18ad 42%, #30124c 100%);
  color: #fff;
}

.promo-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 390px);
  gap: 42px;
  align-items: center;
  min-height: 530px;
  padding: 70px 0 64px;
}

.promo-hero-copy {
  min-width: 0;
}

.promo-hero-copy p,
.promo-section-head p {
  margin: 0 0 10px;
  color: #ff7602;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.promo-hero-copy h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(44px, 6vw, 76px);
  line-height: 0.98;
  letter-spacing: 0;
}

.promo-hero-text {
  max-width: 620px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.45;
}

.promo-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.promo-hero-actions a,
.promo-more-link,
.promo-section-head > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
}

.promo-hero-actions a {
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff;
}

.promo-hero-actions a:first-child,
.promo-more-link {
  border-color: #ff7602;
  background: #ff7602;
  color: #fff !important;
}

.promo-services {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.promo-service {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 3px 15px;
  align-items: center;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  color: #24162c;
  text-decoration: none;
  box-shadow: 0 20px 44px rgba(16, 8, 24, 0.18);
}

.promo-service-icon {
  grid-row: 1 / 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background: #f1e5ff;
  color: #7e1ce1;
  font-weight: 900;
}

.promo-service-kicker {
  color: #ff7602;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.promo-service strong,
.promo-service-copy {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.promo-service strong {
  font-size: 22px;
  line-height: 1.1;
  white-space: nowrap;
}

.promo-service-copy {
  color: #615968;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.promo-service.is-card .promo-service-icon {
  background: #fff0e5;
  color: #ff7602;
}

.promo-live-band,
.promo-content-grid,
.promo-discovery {
  padding-top: 54px;
}

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

.promo-section-head h2 {
  margin: 0;
  color: #25162d;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.03;
  letter-spacing: 0;
}

.promo-section-head > a {
  border: 1px solid #eadff3;
  background: #fff;
  color: #7e1ce1;
}

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

.promo-live-card,
.promo-main-panel,
.promo-side-panel,
.promo-date-card,
.promo-trend,
.promo-track-card {
  border: 1px solid var(--mr-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--mr-shadow-soft);
}

.promo-live-card {
  display: grid;
  min-width: 0;
  color: var(--mr-ink);
  text-decoration: none;
  overflow: hidden;
}

.promo-live-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 15px;
  border-bottom: 1px solid var(--mr-line);
  background: #f8f5fb;
}

.promo-live-head strong,
.promo-live-head span,
.promo-live-body strong,
.promo-live-body span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.promo-live-head span {
  color: #828a99;
  font-size: 13px;
  font-weight: 900;
}

.promo-live-body {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 94px;
  padding: 14px 15px;
}

.promo-live-body .mr-station-logo {
  width: 52px;
  height: 52px;
}

.promo-live-body strong {
  display: block;
  font-size: 17px;
  line-height: 1.15;
}

.promo-live-body span {
  display: block;
  margin-top: 4px;
  color: #7d8595;
  font-weight: 800;
}

.promo-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.75fr);
  gap: 22px;
  padding-bottom: 10px;
}

.promo-main-panel,
.promo-side-panel {
  min-width: 0;
  padding: 26px;
}

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

.promo-date-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  min-width: 0;
  padding: 12px;
  color: #17111f;
  text-decoration: none;
}

.promo-date-cover {
  width: 92px;
  height: 92px;
  border-radius: 8px;
  object-fit: cover;
}

.promo-date-main {
  align-self: center;
  min-width: 0;
}

.promo-date-main span,
.promo-date-main strong,
.promo-date-main em,
.promo-date-main small,
.promo-trend strong,
.promo-track-card strong,
.promo-track-card em {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.promo-date-main span {
  color: #ff7602;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.promo-date-main strong {
  margin-top: 4px;
  font-size: 20px;
  line-height: 1.15;
}

.promo-date-main em {
  margin-top: 5px;
  color: #3b3145;
  font-style: normal;
  font-weight: 900;
}

.promo-date-main small {
  margin-top: 4px;
  color: #8b8492;
  font-size: 13px;
  font-weight: 800;
}

.promo-more-link {
  width: fit-content;
  margin-top: 18px;
}

.promo-trend-grid {
  display: grid;
  gap: 12px;
}

.promo-trend {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 12px;
  color: #25162d;
  text-decoration: none;
}

.promo-trend-photo {
  width: 62px;
  height: 62px;
  border-radius: 8px;
  object-fit: cover;
}

.promo-trend strong {
  font-size: 18px;
  line-height: 1.1;
}

.promo-discovery {
  padding-bottom: 70px;
}

.promo-track-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.promo-track-card {
  min-width: 0;
  padding: 12px;
  color: #17111f;
  text-decoration: none;
}

.promo-track-cover {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  object-fit: cover;
}

.promo-track-card span {
  display: block;
  margin-top: 10px;
  color: #ff7602;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.promo-track-card strong {
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.15;
}

.promo-track-card em {
  margin-top: 4px;
  color: #7d8595;
  font-style: normal;
  font-size: 13px;
  font-weight: 800;
}

.promo-public .mr-footer {
  border-top: 1px solid rgba(126, 28, 225, 0.16);
  background: #25162d;
  color: #d9d2df;
}

.promo-public .mr-footer-lead,
.promo-public .mr-footer-stats strong {
  color: #fff;
}

.promo-public .mr-footer-links a,
.promo-public .mr-footer-stats em {
  color: #cfcfcf;
}

@media (max-width: 1180px) {
  .promo-live-grid,
  .promo-track-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .promo-hero-inner,
  .promo-content-grid {
    grid-template-columns: 1fr;
  }

  .promo-hero-inner {
    min-height: 0;
  }

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

@media (max-width: 640px) {
  .promo-shell {
    width: min(100% - 32px, 1180px);
  }

  .promo-hero-inner {
    padding: 44px 0 42px;
  }

  .promo-hero-copy h1 {
    font-size: 40px;
  }

  .promo-hero-text {
    font-size: 16px;
  }

  .promo-section-head {
    display: block;
  }

  .promo-section-head h2 {
    font-size: 30px;
  }

  .promo-live-grid,
  .promo-radio-date-list,
  .promo-track-grid {
    grid-template-columns: 1fr;
  }

  .promo-main-panel,
  .promo-side-panel {
    padding: 18px;
  }
}
