body {
  background: #f8fafc;
}

.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.loading-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

