/* Bornbee Hosting - Utilities v2.2.0 */
.mt-0 { margin-top: 0 !important; }
.mt-sm { margin-top: 16px !important; }
.mt-md { margin-top: 32px !important; }
.mt-lg { margin-top: 48px !important; }
.mt-8 { margin-top: 32px !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-sm { margin-bottom: 16px !important; }
.mb-md { margin-bottom: 32px !important; }
.mb-lg { margin-bottom: 48px !important; }
.mb-8 { margin-bottom: 32px !important; }
.text-center { text-align: center !important; }
.text-muted { color: var(--gray-500) !important; }
.text-sm { font-size: 0.875rem !important; }
.d-none { display: none !important; }
@media (min-width: 768px) {
  .d-md-block { display: block !important; }
  .d-md-none { display: none !important; }
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.bh-hp { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }
.bh-text-gradient {
  background: linear-gradient(135deg, var(--brand-700), var(--brand-500) 45%, var(--accent-500));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bh-card-glass {
  border: 1px solid rgba(255,255,255,0.35);
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-md);
}
.mt-16 { margin-top: 64px !important; }
.bh-icon { display: inline-block; vertical-align: middle; }
