/*============Footer.html===========*/
/*.site-footer {
  background: #0f172a;
  color: #cbd5e1;
  padding: 20px 16px;
  text-align: center;
  height: 75px;
  position: fixed;
}
*/
/* Links row */
.site-footer .footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 8px;
}

.site-footer a {
  color: #60a5fa;
  font-size: 0.9rem;
  text-decoration: none;
}

.site-footer a:hover {
  color: #ffffff;
}

/* Copyright text — ALWAYS CENTER */
.footer-copy {
  font-size: 0.85rem;
  color: #94a3b8;
  text-align: center;
}
.site-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 64px;
  background: #0f172a;
  color: #cbd5e1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: 10px 16px;
  text-align: center;
}

.footer-copy {
  font-size: 0.85rem;
  color: #94a3b8;
}
