html, body {
  margin: 0;
  padding: 0;
}

body {
  background: #020617;
  color: #e2e8f0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

main {
  display: block;
}

.fg-safe-hero {
  min-height: 65vh;
  min-height: 65svh;
}

.fg-safe-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
}

.fg-safe-card {
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
