body.about-page {
  background:
    radial-gradient(circle at 12% 18%, rgba(172, 217, 255, 0.14), transparent 26%),
    radial-gradient(circle at 84% 14%, rgba(146, 164, 255, 0.18), transparent 28%),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.05), transparent 32%),
    linear-gradient(180deg, #040816 0%, #07101e 48%, #050915 100%);
}

body.about-page::before,
body.about-page::after {
  content: "";
  position: fixed;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
  filter: blur(18px);
  opacity: 0.75;
}

body.about-page::before {
  top: -10vh;
  left: -8vw;
  width: 34vw;
  height: 34vw;
  background: radial-gradient(circle, rgba(184, 225, 255, 0.24), rgba(184, 225, 255, 0.02) 70%);
  transform: translate3d(0, calc(var(--about-parallax, 0px) * -0.5), 0);
}

body.about-page::after {
  right: -10vw;
  top: 24vh;
  width: 28vw;
  height: 28vw;
  background: radial-gradient(circle, rgba(152, 169, 255, 0.2), rgba(152, 169, 255, 0.02) 72%);
  transform: translate3d(0, calc(var(--about-parallax, 0px) * 0.35), 0);
}

.about-main {
  padding-bottom: 40px;
}

.about-page .reveal {
  transition-delay: var(--reveal-delay, 0ms);
}

.about-hero {
  padding-top: 120px;
}

.about-hero-grid,
.about-story-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
  gap: 22px;
  align-items: start;
}

.about-hero-copy,
.about-stat-card,
.spectrum-card,
.about-story-panel,
.about-benefit-card,
.tech-surface,
.delivery-step,
.about-cta {
  border-radius: 30px;
}

.about-hero-copy,
.about-story-panel,
.tech-surface,
.about-cta {
  padding: clamp(24px, 3vw, 36px);
}

.about-hero-copy h1 {
  margin: 0;
  font-size: clamp(2.5rem, 4vw + 0.9rem, 5rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.about-hero-lead {
  margin: 18px 0 14px;
  font-size: clamp(1.08rem, 1.8vw, 1.28rem);
  line-height: 1.75;
  color: #eff5ff;
}

.about-hero-copy p:not(.section-kicker):not(.about-hero-lead) {
  color: var(--muted);
}

.about-badge-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.about-badge-row span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #eef4ff;
  font-size: 0.82rem;
}

.about-hero-actions,
.about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.about-hero-stack,
.about-benefit-stack {
  display: grid;
  gap: 18px;
}

.about-stat-card,
.about-benefit-card,
.spectrum-card,
.delivery-step {
  padding: 24px;
}

.about-stat-card {
  min-height: 170px;
}

.about-stat-label,
.spectrum-index,
.delivery-step-index {
  display: inline-flex;
  margin-bottom: 14px;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a7bfdc;
}

.about-stat-card strong,
.spectrum-card h3,
.about-story-heading,
.about-benefit-card h3,
.delivery-step h3,
.about-cta h2 {
  margin: 0;
}

.about-stat-card strong,
.about-story-heading,
.about-cta h2 {
  font-size: clamp(1.24rem, 1.8vw, 1.7rem);
  line-height: 1.35;
  color: #f3f7ff;
}

.about-stat-card p,
.spectrum-card p,
.about-story-panel p,
.about-benefit-card p,
.delivery-step p,
.about-inline-note,
.about-cta p {
  color: var(--muted);
}

.about-inline-note {
  max-width: 360px;
  margin: 0;
}

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

.spectrum-card h3 {
  font-size: 1.08rem;
  margin-bottom: 10px;
}

.spectrum-card p,
.about-benefit-card p,
.delivery-step p {
  margin: 10px 0 0;
}

.about-story-panel p {
  margin: 14px 0 0;
}

.about-story-panel p:first-of-type {
  margin-top: 18px;
}

.tech-spectrum {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tech-spectrum span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: #eff5ff;
  font-size: 0.84rem;
}

.delivery-roadmap {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.delivery-step {
  position: relative;
  min-height: 100%;
}

.delivery-step-index {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin-bottom: 18px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ffffff, #dfe9ff 46%, #bdd1ff 100%);
  color: #091224;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.delivery-step h3 {
  font-size: 1.02rem;
}

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

.about-cta p {
  margin: 14px 0 0;
  max-width: 720px;
}

@media (max-width: 1100px) {
  .about-spectrum-grid,
  .delivery-roadmap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .about-hero-grid,
  .about-story-layout,
  .about-cta {
    grid-template-columns: 1fr;
  }

  .about-inline-note {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .about-hero {
    padding-top: 104px;
  }

  .about-hero-copy,
  .about-story-panel,
  .tech-surface,
  .about-cta,
  .about-stat-card,
  .spectrum-card,
  .about-benefit-card,
  .delivery-step {
    padding: 20px;
  }

  .about-hero-actions .btn,
  .about-cta-actions .btn {
    width: 100%;
  }

  .about-spectrum-grid,
  .delivery-roadmap {
    grid-template-columns: 1fr;
  }

  .about-badge-row span,
  .tech-spectrum span {
    width: 100%;
    justify-content: center;
  }
}
