
html, body { margin: 0; }
body { background: #162e51; font-family: 'IBM Plex Sans', -apple-system, sans-serif; }
a { color: inherit; text-decoration: none; }
a:hover { color: #5EEAD4; }
* { box-sizing: border-box; }
button, input, select, textarea { font-family: inherit; }
.nav-hamburger { display: none; }
@media (max-width: 880px) {
  .nav-desktop { display: none !important; }
  .nav-hamburger { display: flex !important; }
  .partners-grid { grid-template-columns: 1fr !important; gap: 40px !important; }
  .orgs-grid { grid-template-columns: 1fr !important; gap: 40px !important; }
  .assessment-fw-grid { grid-template-columns: 1fr !important; gap: 12px !important; }
}
.mobile-menu { display: none; }
.mobile-menu.open { display: flex; }
.menu-icon-open, .menu-icon-close { display: none; }
.menu-icon-open.show, .menu-icon-close.show { display: block; }
.privacy-modal { display: none; }
.privacy-modal.open { display: flex; }
.cta-teal:hover { background: #0B6E67 !important; }
.cta-navy:hover { background: #dfe6ee !important; }
.cta-dark:hover { background: #0d1f38 !important; }
