/* Minimal custom overrides */
:root{
  --brand: #0d6efd;
}
.gradient-hero{
  background: linear-gradient(135deg, #0d6efd 0%, #6610f2 100%);
}
.footer a.btn{ border-radius: 999px; }
.pricing .card-header{ border-bottom: 0; }
.pricing .card-body h2{ letter-spacing: -1px; }
