@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

html { scroll-behavior: smooth; }

footer,
.support-footer,
.portal-footer {
  font-family: "Manrope", system-ui, sans-serif !important;
  text-align: center !important;
}

.support-footer,
.portal-footer {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: center !important;
}

.support-footer-layout {
  width: 100% !important;
  max-width: 1240px !important;
  margin: 0 auto !important;
}

.support-footer-layout {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 2rem !important;
  align-items: flex-start !important;
}

/* Gradient bar: match footer content width (not full viewport bleed) */
.support-footer > div:last-child {
  max-width: 1200px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
  position: relative !important;
  left: auto !important;
  right: auto !important;
}

.support-footer > div:last-child > div[style*="position:absolute"],
.support-footer .footer-gradient-bar,
footer .footer-gradient-bar {
  position: static !important;
  left: auto !important;
  right: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 2px !important;
  margin: 0 auto 1.25rem !important;
}

.support-footer-links,
.footer-column,
.footer-social,
.support-footer-brand {
  text-align: center !important;
}

.support-footer input,
.support-footer button,
.portal-footer input,
.portal-footer button {
  font-family: inherit;
}

.support-footer h4,
.portal-footer h4 {
  letter-spacing: 0.02em !important;
  text-transform: none !important;
}
