.footer {
  border-top: 1px solid var(--line);
  padding: 28px 0 40px;
  background: rgba(8, 10, 15, 0.35);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-brand {
  display: flex;
  align-items: center;
}

.footer-meta {
  display: grid;
  gap: 12px;
  justify-items: end;
}

.footer-socials,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: var(--muted);
  font-size: 0.95rem;
  justify-content: flex-end;
}

.footer-socials a,
.footer-links a {
  text-underline-offset: 3px;
}

.footer-socials a:hover,
.footer-links a:hover {
  color: var(--text);
}
