
:root {
  --qac-green: #00833d;
  --qac-green-dark: #005f2c;
  --qac-green-soft: #eaf6ef;
  --qac-ink: #173128;
  --qac-muted: #5e6f68;
  --qac-line: #dce8e1;
}
body { overflow-x: hidden; }
.qac-header { min-height: 82px; }
.qac-header .container { max-width: 1380px; }
.qac-header .navmenu a { font-size: 14px; }
.qac-header-cta {
  align-items: center; justify-content: center; margin-left: 18px; padding: 11px 18px;
  border-radius: 999px; background: #fff; color: var(--qac-green-dark); font-weight: 700;
  box-shadow: 0 8px 24px rgba(0,0,0,.12); white-space: nowrap;
}
.qac-header-cta:hover { color: var(--qac-green); transform: translateY(-1px); }
.qac-announcement { background: #052f20; color: #fff; font-size: 14px; }
.qac-announcement .container { min-height: 42px; display:flex; align-items:center; justify-content:center; gap:10px; text-align:center; }
.qac-announcement a { color:#c8ffda; font-weight:700; text-decoration:underline; text-underline-offset:3px; }
.qac-footer-logo { max-width: 290px; }
.footer a { color: color-mix(in srgb, #fff, transparent 20%); }
.footer a:hover { color: #fff; }
@media (max-width: 1199px) {
  .qac-header .logo img { max-height: 54px; }
  .qac-header .navmenu > ul { padding-top: 65px; }
}
@media (max-width: 575px) {
  .qac-announcement .container { padding-block: 8px; line-height: 1.35; }
}

.qac-header .mobile-nav-toggle { color:#fff; }
@media (min-width:1200px) {
  .qac-header .navmenu > ul > li > a:hover,
  .qac-header .navmenu > ul > li > a.active { color:#d8ffe5; }
}
