.site-footer {
  border-top: 1px solid var(--border-soft);
  background: rgba(7,10,18,0.7);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-block: 1.75rem;
}

.footer-inner p {
  font-size: 0.8rem;
}

.footer-links {
  display: flex;
  gap: 0.9rem;
}

.footer-links a {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.footer-links a:hover {
  color: var(--text-main);
}

@media (max-width: 640px) {
  .footer-inner {
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
    text-align: center;
  }
}
.site-footer {
  margin-top: 4rem;
  padding: 2rem 0;
  border-top: 1px solid var(--brand-border);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: var(--text-muted);
}
