@import url("/brand-wordmark.css?v=1");

footer.affix-global-footer {
  background: rgba(2, 6, 23, 0.96) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 48px;
  padding: 0 !important;
}

.affix-global-footer .affix-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 24px 18px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 12px 24px;
}

.affix-global-footer .affix-footer-brand {
  grid-column: 1;
  grid-row: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #e2e8f0;
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 1.1875rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.affix-global-footer .affix-footer-brand img {
  width: 26px !important;
  height: 26px !important;
  max-width: 26px !important;
  max-height: 26px !important;
  flex-shrink: 0;
  display: block;
}

.affix-global-footer .affix-footer-brand .logo-text {
  display: inline-flex;
  align-items: baseline;
}

.affix-global-footer .affix-footer-links {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px 16px;
}

.affix-global-footer .affix-footer-links a {
  color: #94a3b8;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.affix-global-footer .affix-footer-links a:hover {
  color: #e2e8f0;
}

.affix-global-footer .affix-footer-legal {
  grid-column: 1 / -1;
  grid-row: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 8px 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #64748b;
  font-size: 0.8125rem;
  line-height: 1.5;
}

.affix-global-footer .affix-footer-legal a {
  color: #94a3b8;
  text-decoration: none;
}

.affix-global-footer .affix-footer-legal a:hover {
  color: #e2e8f0;
}

@media (max-width: 720px) {
  .affix-global-footer .affix-footer-inner {
    grid-template-columns: 1fr;
    padding: 18px 16px 16px;
    gap: 14px;
  }

  .affix-global-footer .affix-footer-brand,
  .affix-global-footer .affix-footer-links {
    grid-column: 1;
    justify-self: start;
  }

  .affix-global-footer .affix-footer-links {
    grid-row: 2;
  }

  .affix-global-footer .affix-footer-legal {
    grid-row: 3;
    flex-direction: column;
    align-items: flex-start;
  }
}
