.site-footer {
  border-top: 1px solid #333;
  padding: 24px 0;
  font: 14px/1.6 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #ddd;
  background: #0f1115;
}
.site-footer a {
  color: #ddd;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
}
.site-footer a:hover { color: #00aaff; }
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-brand { display: flex; gap: 10px; align-items: center; font-weight: 600; }
.footer-logo { width: 28px; height: 28px; object-fit: contain; }
.footer-links { display: flex; gap: 20px; justify-content: center; }
.footer-socials { display: flex; gap: 16px; justify-content: flex-end; }
.footer-disclaimer {
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
  color: #888;
}
.icon { width: 16px; height: 16px; fill: currentColor; }
