.site-footer {
  border-top: 1px solid var(--color-border);
  background: #111c45;
  color: rgba(255, 255, 255, 0.74);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: start;
  padding: 2.6rem 0 1.7rem;
}

.footer-brand {
  display: inline-flex;
  margin-bottom: 0.45rem;
  color: var(--color-white);
  font-size: 1.15rem;
  font-weight: 800;
}

.site-footer p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.68);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.8rem 1.1rem;
  font-size: 0.95rem;
  font-weight: 700;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.78);
}

.footer-links a:hover {
  color: var(--color-white);
}

.footer-bottom {
  padding: 1rem 0 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.9rem;
}
