/* ─── Site footer (shared across all pages) ────────────────────── */
footer {
  padding: 2rem 0;
  text-align: center;
  background: #ffffff;
  border-top: 1px solid #e8e0d5;
}

footer p {
  font-size: 16px;
  color: #888;
  line-height: 1.9;
  margin: 0;
}

footer a {
  color: #4a90c4;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}
