.hero-buttons {
  text-align: center;
  margin: 2rem 0;
}

.hero-buttons a {
  display: inline-block;
  margin: 0.4rem;
  padding: 0.75rem 1.2rem;
  border: 1px solid #444;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
}

.hero-buttons a:hover {
  background-color: #f2f2f2;
}
