body {
  background: -webkit-linear-gradient(135deg, #f0f4ff, #e0f7fa);
  background: linear-gradient(135deg, #f0f4ff, #e0f7fa);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.hero-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.hero-logo {
  width: 100px;
  height: 100px;
}

.badge-coming-soon {
  background-color: #ffc107;
  color: #000;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.4rem 0.8rem;
  -webkit-border-radius: 999px;
  border-radius: 999px;
}

.incentives, .features {
  background: white;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  padding: 2rem;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin-top: 2rem;
}

ul li {
  margin-bottom: 0.6rem;
}