.hero {
  background: radial-gradient(1200px 600px at 10% 10%, rgba(13,110,253,.35), transparent 60%), radial-gradient(1000px 500px at 90% 20%, rgba(25,135,84,.25), transparent 55%), #0b1220;
  color: #fff;
}

.checklist {
  list-style: none;
  padding-left: 0;
}

.checklist li {
  padding-left: 1.6rem;
  position: relative;
  margin: .5rem 0;
}

.checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
  opacity: .9;
}

.kpi {
  background: #fff;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 1rem;
  padding: 1rem;
  height: 100%;
}

.kpi-title {
  font-size: .85rem;
  color: #6c757d;
}

.kpi-value {
  font-size: 1.05rem;
  font-weight: 800;
  color: #1f4e79;
}

.step {
  width: 2.2rem;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(13,110,253,.12);
  font-weight: 900;
  margin-bottom: .75rem;
}

