/* Open source and download callouts */
.open-source-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 25px 0 0;
  color: #d6d8e4;
  font-size: 0.9rem;
}

.open-source-note > span:first-child {
  display: grid;
  place-items: center;
  flex: 0 0 29px;
  width: 29px;
  height: 29px;
  border: 1px solid #464276;
  border-radius: 8px;
  background: #22213c;
  color: #a6a3ff;
}

.hero-actions {
  flex-wrap: wrap;
  margin-top: 26px;
}

.cta-section h2 {
  margin-bottom: 18px;
}

.cta-lead {
  max-width: 610px;
  margin: 0 auto 30px;
  color: var(--muted);
  font-size: 1.05rem;
}

.cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
