.page-footer { display: none !important; }

.site-footer {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: var(--footer-gap, 48px);
  border: 0;
  background: var(--footer-bg-color, rgba(9, 9, 11, .90));
  backdrop-filter: blur(16px);
}

.site-footer-inner {
  width: min(1180px, calc(100% - 32px));
  box-sizing: border-box;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(240px, 1.4fr) repeat(3, minmax(145px, .7fr));
  gap: 38px;
  padding: 42px var(--shell-gutter, 26px) 34px;
}

.footer-brand img { width: min(var(--brand-logo-width, 155px), 38vw) !important; height: auto; }
.footer-brand p { max-width: 360px; margin-top: 14px; color: var(--text-muted); font-size: .82rem; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-column strong { margin-bottom: 5px; color: var(--text-label); font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }

.footer-column a,
.footer-column button,
.footer-column span {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text-muted);
  font: inherit;
  font-size: .78rem;
  text-decoration: none;
  cursor: default;
  transition: color .2s ease;
}

.footer-column a:hover,
.footer-column button:hover { color: var(--text-main); }

.footer-bottom {
  width: min(1180px, calc(100% - 32px));
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px var(--shell-gutter, 26px) 24px;
  border: 0;
  color: #71717a;
  font-size: .69rem;
}
