/* Keep the Technology layer visually equal to Method and Equipment. */
.system-layers article.future {
  background: linear-gradient(145deg, #0c0c0c, #111 65%, #190c06);
  color: #f6f6f4;
}

.system-layers article.future h3 {
  color: #fff;
  font-weight: 900;
}

.technology-icon {
  background: radial-gradient(circle at 68% 44%, #ff5a0026 0, #160b06 38%, #090909 74%);
  box-shadow:
    inset 0 0 0 1px #ff5a0070,
    0 18px 45px #0008,
    0 0 34px #ff5a001c;
}

.system-equation .muted {
  color: #fff;
  font-weight: 900;
}

.hero-audience {
  max-width: 650px;
  margin: 10px 0 0;
  color: #a7a7a7;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .08em;
  text-transform: uppercase;
}
