:root{
  --bp-primary: #0d6efd;
  --bp-ink: #0b1220;
  --bp-muted: #5b677a;
  --bp-card: rgba(255,255,255,.85);
}
html, body { font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
.bp-hero{
  background:
    radial-gradient(1200px 600px at 20% 10%, rgba(13,110,253,.18), transparent 60%),
    radial-gradient(900px 500px at 80% 30%, rgba(25,135,84,.14), transparent 60%),
    linear-gradient(180deg, #f8fafc, #ffffff);
}
.bp-pill{
  background: rgba(13,110,253,.08);
  border: 1px solid rgba(13,110,253,.18);
  color: var(--bp-ink);
}
.bp-shadow { box-shadow: 0 12px 30px rgba(2, 6, 23, .08); }
.bp-muted { color: var(--bp-muted); }
.bp-icon{
  width: 44px; height: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 12px;
  background: rgba(13,110,253,.10);
  border: 1px solid rgba(13,110,253,.18);
}
.bp-section { padding: 72px 0; }
.bp-badge{
  border: 1px solid rgba(2,6,23,.12);
  background: #fff;
}
.bp-footer{
  background: #0b1220;
  color: rgba(255,255,255,.82);
}
.bp-footer a{ color: rgba(255,255,255,.82); }
.bp-footer a:hover{ color: #fff; }
.bp-mini{ font-size: .93rem; }