/* HERO */

.hero {
  background-color: #a71930;
  color: #fff;
  padding: 8rem 2rem 4rem;
  text-align: center;
}

.hero-text h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.hero-text p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.btn-whatsapp {
  background: #25d366;
  color: #fff;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background 0.3s;
}

.btn-whatsapp:hover {
  background: #1ebe57;
}
