:root{ --brand:#198754; --brand2:#146c43; }
body{ font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
.navbar{ background: var(--brand)!important; }
.hero{
  background: linear-gradient(135deg, rgba(25,135,84,.95), rgba(20,108,67,.95));
  color:#fff;
  border-radius: 16px;
}
.hero .btn{ border-radius: 999px; }
.section-title{ font-weight: 700; letter-spacing: .2px; }
.card{ border-radius: 16px; }
.badge{ border-radius: 999px; }
.footer{ background:#0f172a; color:#cbd5e1; }
.footer a{ color:#cbd5e1; text-decoration:none; }
.footer a:hover{ text-decoration:underline; }
