.hero {
  padding: 2rem 1.5rem 1.5rem;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(200, 230, 201, 0.3) 100%);
  border-bottom: 1px solid rgba(129, 199, 132, 0.4);
}

.badge {
  display: inline-block;
  background: linear-gradient(135deg, #66bb6a, #2e7d32);
  color: white;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 2px;
  padding: 0.4rem 1.5rem;
  border-radius: 30px;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  box-shadow: 0 8px 25px rgba(46, 125, 50, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.5);
}

h1 {
  font-size: 2.2rem;
  font-weight: 800;
  background: linear-gradient(to right, #2e7d32, #1b5e20, #004d00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0.3rem;
}

.subtitle {
  font-size: 1rem;
  color: #1b5e20;
  font-weight: 500;
}

.features-row {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  font-size: 0.8rem;
  margin-top: 0.8rem;
  flex-wrap: wrap;
  font-weight: 600;
}

.features-row span {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  background: rgba(255, 255, 255, 0.5);
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  border: 1px solid rgba(129, 199, 132, 0.4);
}