.concept-six {
  background: #000;
}

.concept-six .minimal-header {
  border-color: rgba(255, 255, 255, 0.14);
  color: #f5f5f7;
  background: rgba(0, 0, 0, 0.78);
}

.concept-six .cinema-hero {
  overflow: hidden;
  padding: 92px 0 104px;
  color: #f5f5f7;
  text-align: center;
  background: radial-gradient(circle at 50% 44%, #18263b 0%, #05070a 34%, #000 70%);
}

.concept-six .cinema-hero .apple-eyebrow,
.concept-six .cinema-hero .apple-lead {
  margin-right: auto;
  margin-left: auto;
}

.concept-six .cinema-hero .apple-lead {
  color: #a1a1a6;
}

.concept-six .cinema-hero .button-row {
  justify-content: center;
  margin-top: 32px;
}

.concept-six .cinema-stage {
  width: min(100%, 1000px);
  margin: 72px auto 0;
}

.concept-six .cinema-stage .apple-screen {
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 0 28px rgba(0, 113, 227, 0.32), 0 45px 100px rgba(0, 0, 0, 0.7);
}

.concept-six .hero-metrics {
  color: #f5f5f7;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(10, 14, 20, 0.9);
}

.concept-six .dashboard-promo-overlay {
  color: #f5f5f7;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(9, 13, 20, 0.94);
}

.concept-six .dashboard-promo-overlay div + div {
  border-color: rgba(255, 255, 255, 0.14);
}

.concept-six .dashboard-promo-overlay span {
  color: #a1a1a6;
}

.concept-six .channel-sales-overlay {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(9, 13, 20, 0.94);
  color: #f5f5f7;
}

.concept-six .channel-sales-title span,
.concept-six .channel-sales-total span {
  color: #a1a1a6;
}

.concept-six .channel-sales-total {
  border-color: rgba(255, 255, 255, 0.14);
}

.concept-six .hero-metric + .hero-metric {
  border-color: rgba(255, 255, 255, 0.16);
}

.concept-six .cinema-body {
  color: var(--apple-ink);
  background: #fff;
}

.concept-six .apple-suite-section {
  color: #f5f5f7;
  background: #0b0b0c;
}

.concept-six .apple-suite-lead,
.concept-six .apple-suite-points p {
  color: #a1a1a6;
}

.concept-six .apple-suite-points article,
.concept-six .apple-suite-points article + article {
  border-color: rgba(255, 255, 255, 0.14);
}

.concept-six .apple-feature:nth-child(even),
.concept-six .apple-source-section,
.concept-six .apple-price-section {
  background: #f5f5f7;
}

.concept-six .apple-feature h2 {
  font-size: clamp(52px, 6vw, 88px);
}

@media (max-width: 680px) {
  .concept-six .cinema-hero {
    padding: 74px 0 82px;
  }

  .concept-six .cinema-stage {
    margin-top: 48px;
  }
}
