.site-footer {
  margin-top: 28px;
  border: 1px solid #20304a;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(10,18,32,.94);
  color: #94a3b8;
  font-size: 12px;
  line-height: 1.7;
}
.site-footer::before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  margin: 14px auto 0;
  border-radius: 12px;
  background: #fff8e8 url("/brand-mark.png") center/100% 100% no-repeat;
  box-shadow: 0 6px 18px rgba(0,0,0,.2), inset 0 0 0 1px rgba(211,167,52,.22);
}
.site-footer-note {
  padding: 16px 18px;
  text-align: center;
  border-bottom: 1px solid #20304a;
  background: #0f1a2c;
}
.site-footer-note strong {
  display: block;
  margin-bottom: 4px;
  color: #f8fafc;
  font-size: 13px;
}
.site-footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px;
}
.site-footer-links a {
  padding: 7px 10px;
  border: 1px solid #2a3b55;
  border-radius: 9px;
  color: #bfdbfe;
  text-decoration: none;
  background: #0d1829;
  font-weight: 800;
}
.site-footer-links a:hover {
  border-color: #60a5fa;
  color: #fff;
}
.site-footer-copy {
  padding: 0 16px 16px;
  text-align: center;
  color: #64748b;
}
@media (max-width: 560px) {
  .site-footer {
    border-radius: 14px;
  }
  .site-footer-note {
    padding: 14px 12px;
  }
  .site-footer-links {
    padding: 14px 10px;
    gap: 6px;
  }
  .site-footer-links a {
    padding: 6px 8px;
    font-size: 11px;
  }
}
