/* Homepage header fonts/button Ã¢ÂÂ match enterprise/connect/supply chrome */
html body .mw-core-header {
  font-family: sohne-var, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
}
html body .mw-core-header__inner {
  max-width: 1275px !important;
}
html body .mw-core-nav__trigger,
html body .mw-core-nav__link {
  font: 400 15px/1 sohne-var, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
  letter-spacing: normal !important;
}
/* One CSS chevron only Ã¢ÂÂ homepage archive also draws a border triangle, so reset both. */
html body .mw-core-nav__trigger::after {
  content: "" !important;
  display: inline-block !important;
  width: 6px !important;
  height: 6px !important;
  margin-left: 6px !important;
  margin-top: -2px !important;
  border: 0 !important;
  border-right: 1.5px solid currentColor !important;
  border-bottom: 1.5px solid currentColor !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
  transform: rotate(45deg) !important;
  opacity: .68 !important;
  color: inherit !important;
  font-size: 0 !important;
  line-height: 0 !important;
  vertical-align: middle !important;
}
html body .mw-core-nav__trigger::before {
  content: none !important;
  display: none !important;
}
html body .mw-core-menu__title {
  font: 600 13px/1.2 sohne-var, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
}
html body .mw-core-menu a {
  font: 400 14px/1.25 sohne-var, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
}
html body .mw-core-menu a span {
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}
html body .mw-core-signin {
  font: 400 15px/1 sohne-var, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
}
html body .mw-core-actions {
  gap: 18px !important;
}
/* Contact sales Ã¢ÂÂ HDS compact primary (purple + 4px radius), not the old navy pill */
html body .mw-core-header .hds-button.hds-button--primary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 11.5px 16px 12.5px !important;
  background: #533afd !important;
  background-color: #533afd !important;
  color: #fff !important;
  font: 500 15px/1 sohne-var, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
  letter-spacing: normal !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  box-shadow: none !important;
  cursor: pointer !important;
}
html body .mw-core-header .hds-button.hds-button--primary:hover {
  background: #4032c8 !important;
  background-color: #4032c8 !important;
  color: #fff !important;
}
html body .mw-core-header .hds-button .hds-icon-hover-arrow {
  flex: none !important;
}
html body .mw-core-mobile,
html body .mw-core-mobile-panel {
  display: none !important;
}
html body .mw-core-drawer { display: contents; }
html body .mw-core-burger, html body .mw-core-scrim { display: none !important; }
html body .mw-core-burger {
  appearance: none !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  width: 40px !important;
  height: 40px !important;
  margin-left: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: transparent !important;
  cursor: pointer !important;
  position: relative !important;
  z-index: 3 !important;
}
html body .mw-core-burger span {
  display: block !important;
  width: 20px !important;
  height: 2px !important;
  border-radius: 2px !important;
  background: #0a2540 !important;
  transition: transform .2s ease, opacity .2s ease !important;
}
html body.mw-nav-open .mw-core-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg) !important; }
html body.mw-nav-open .mw-core-burger span:nth-child(2) { opacity: 0 !important; }
html body.mw-nav-open .mw-core-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg) !important; }
