.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.85rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background-color: #ecfdf5;
  color: #008751;
  border: 1px solid #a7f3d0;
}
.hero-gradient {
  background: linear-gradient(135deg, rgba(3, 35, 23, 0.94) 0%, rgba(6, 65, 42, 0.90) 60%, rgba(3, 40, 26, 0.95) 100%),
              url('https://images.unsplash.com/photo-1541888946425-d0fbb186c5f7?auto=format&fit=crop&w=2000&q=80') center/cover no-repeat;
}
.stat-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.12);
}