html, body {
  margin: 0;
  padding: 0;
}

body {
  background: #0b1320;
  color: #ecf2ff;
  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(16, 30, 50, 0.8);
  border: 1px solid rgba(201, 138, 74, 0.3);
}
