.hero {
  text-align: center;
  padding: 40px 20px 20px;
}
.hero-headline {
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 0.75rem;
}
.hero-subheadline {
  color: #6a6a6a;
  margin: 0 0 1.5rem;
  line-height: 1.5;
}
.cta-button {
  display: inline-block;
  background: #1a1a1a;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
}
.cta-button:hover {
  background: #333;
}

.social-proof {
  margin: 1.5rem 0;
  text-align: center;
}
.social-proof-headline {
  font-size: 0.875rem;
  color: #6a6a6a;
  margin: 0 0 0.75rem;
}
.social-proof-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.social-proof-logos img {
  height: 28px;
  width: auto;
  opacity: 0.65;
  filter: grayscale(100%);
}