.hero {
  text-align: center;
}

.hero img {
  width: 96px;
  height: 96px;
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.cta {
  display: inline-block;
  margin-top: 16px;
  padding: 10px 18px;
  background: #8d6bd8;
  color: white;
  border-radius: 999px;
  font-weight: 600;
}

.features {
  margin-top: 36px;
}

.feature {
  margin-bottom: 14px;
  padding-left: 10px;
}

.feature::before {
  content: "•";
  color: #8d6bd8;
  margin-right: 6px;
}

.feature-graphic {
  margin-top: 28px;
  text-align: center;
}

.feature-img {
  width: 100%;
  max-width: 760px;
  border-radius: 20px;
}

.screenshots {
  margin-top: 40px;
}

.shot-row {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 10px;
}

.shot-row img {
  width: 220px;
  border-radius: 18px;
}

.usecase p {
  margin: 8px 0;
}