.concept-seven .spatial-hero {
  padding: 104px 0 0;
  text-align: center;
  background: linear-gradient(180deg, #fff 0%, #f6f9ff 100%);
}

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

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

.concept-seven .spatial-stage {
  width: min(100%, 1120px);
  margin: 68px auto 0;
  transform: translateY(1px);
}

.concept-seven .spatial-story {
  padding: 96px 0;
}

.concept-seven .spatial-panel {
  overflow: hidden;
  margin: 20px 0;
  border-radius: 36px;
}

.concept-seven .spatial-panel:nth-child(1) { background: #f2f7ff; }
.concept-seven .spatial-panel:nth-child(2) { background: #fff8ed; }
.concept-seven .spatial-panel:nth-child(3) { background: #eefbf6; }
.concept-seven .spatial-panel:nth-child(4) { background: #f5f1ff; }
.concept-seven .spatial-panel:nth-child(5) { background: #fff1f4; }

.concept-seven .spatial-panel .apple-feature {
  padding: 86px 0;
}

.concept-seven .spatial-panel .apple-screen {
  box-shadow: 0 24px 60px rgba(55, 65, 81, 0.11);
}

.concept-seven .apple-source-section,
.concept-seven .apple-price-section {
  background: #f5f5f7;
}

@media (max-width: 680px) {
  .concept-seven .spatial-hero {
    padding-top: 76px;
  }

  .concept-seven .spatial-stage {
    margin-top: 48px;
  }

  .concept-seven .spatial-story {
    padding: 44px 0;
  }

  .concept-seven .spatial-panel {
    border-radius: 26px;
  }

  .concept-seven .spatial-panel .apple-feature {
    padding: 68px 0;
  }
}
