/* BillBizPro — layout fallbacks when Tailwind file is missing; fonts = system stack */

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #07080d;
  color: #e8ecf4;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
}

#page-loader.sf-loader {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  background: #07080d;
}

.sf-site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(7, 8, 13, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body > main {
  padding-top: 4.5rem;
}

.sf-site-header a[href="#top"] {
  color: #e8ecf4;
  text-decoration: none;
}

.sf-site-header nav a {
  color: #8b95a8;
  text-decoration: none;
}

.sf-site-header nav a:hover {
  color: #fff;
}
