.site-footer {
  margin-top: 60px;
  padding: 30px 20px;
  background: #fafafa;
  border-top: 1px solid #e5e5e5;
  text-align: center;
}

.footer-inner {
  max-width: 900px;
  margin: 0 auto;
}

.footer-title {
  font-weight: 600;
  margin-bottom: 10px;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}

.footer-links a {
  text-decoration: none;
  color: #555;
  font-size: 14px;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-meta {
  font-size: 11px;
  color: #888;
  margin-top: 10px;
}

.footer-copy {
  font-size: 11px;
  color: #aaa;
  margin-top: 6px;
}
