body {
  background-color: #f8f9f5;
  color: #243024;
}

.hero {
  background: linear-gradient(135deg, #eef5e8, #ffffff);
}

.hero-card {
  background: white;
  border-left: 5px solid #198754;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.card {
  border: none;
  border-radius: 1rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.card a {
  color: #198754;
  font-weight: 600;
  text-decoration: none;
}

.newsletter {
  background-color: #e7f1df;
}

footer {
  background: white;
}
