/* ====================== FOOTER ====================== */
.site-footer {
  position: fixed;
  bottom: 16px;
  right: 20px;
  z-index: 9999;

  background: rgba(0, 0, 0, 0.6); /* 👈 subtle contrast layer */
  backdrop-filter: blur(6px);

  padding: 10px 14px;
  border-radius: 10px;

  font-size: 13px;
  text-align: right;
}

.site-footer p {
  margin: 0 0 6px;
}

.site-footer a {
  color: #ccc;            /* 👈 light gray on black */
  text-decoration: none;
  font-weight: 500;
}

.site-footer a:hover {
  color: #ffffff;         /* 👈 pure white on hover */
}

.footer-links .divider {
  margin: 0 6px;
  color: #666;
}

.footer-status-link {
  display: inline-block;
  font-size: 0.9rem;
  opacity: 0.9;
}
