/* ── Global Reset ──────────────────────────────────────── */
body {
  margin: 0;
  background: #F8F9FA;
}
a {
  color: #007BFF;
  text-decoration: none;
}
a:hover {
  color: #0062CC;
  text-decoration: underline;
}
