.site-footer {
  margin-top: 48px;
  background: #020617;
  color: #e5e7eb;
  border-top: 1px solid #111827;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue",
    Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

.site-footer-inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 28px 32px 20px;
  box-sizing: border-box;
}

@media (min-width: 1600px) {
  .site-footer-inner {
    max-width: 1680px;
  }
}

.site-footer-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.site-footer-brand {
  max-width: 360px;
}

.site-footer-brand-logo {
  margin-bottom: 10px;
}

.site-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.site-footer-logo img {
  max-height: 32px;
  height: auto;
  width: auto;
  display: block;
}

.site-footer-logo-fallback {
  font-weight: 700;
  font-size: 15px;
}

.site-footer-tagline {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #9ca3af;
}

.site-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.site-footer-column {
  min-width: 140px;
}

.site-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer-links li + li {
  margin-top: 6px;
}

.site-footer-links a {
  font-size: 13px;
  color: #e5e7eb;
  text-decoration: none;
}

.site-footer-links a:hover,
.site-footer-links a:focus-visible {
  color: #facc15;
  text-decoration: none;
}

.site-footer-bottom {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid rgba(148, 163, 184, 0.4);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
  color: #9ca3af;
}

@media (max-width: 768px) {
  .site-footer-inner {
    padding: 24px 16px 18px;
  }
  .site-footer-main {
    flex-direction: column;
    gap: 24px;
  }
  .site-footer-nav {
    gap: 24px;
  }
  .site-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
