.site-header { z-index: 110; }
.site-header.is-menu-open, .site-header:has(.asg-mega[open]) { z-index: 100020; }
.nav-links .asg-mega-nav { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.asg-mega-nav > li, .asg-mega { position: static; min-width: 0; }
.asg-mega > summary { display: flex; align-items: center; gap: 8px; min-height: 44px; padding: 8px 10px; box-sizing: border-box; border-radius: 6px; color: #233b34; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none; }
.asg-mega > summary::-webkit-details-marker { display: none; }
.asg-mega > summary > .fa-solid:first-child { color: #07825c; width: 18px; text-align: center; }
.asg-mega-chevron { margin-left: auto; font-size: 10px; transition: transform 160ms ease; }
.asg-mega[open] > summary { background: #e9f5ef; color: #066347; }
.asg-mega[open] > summary .asg-mega-chevron { transform: rotate(45deg); }
.asg-mega > summary:hover { background: #f0f5f3; }
.asg-mega > summary:focus-visible, .nav-links .asg-mega a:focus-visible { outline: 2px solid #087eaa; outline-offset: 2px; }
.asg-mega:not([open]) > .asg-mega-panel { display: none; }
.asg-mega-panel { position: absolute; top: 100%; left: 24px; right: 24px; max-width: 1240px; max-height: calc(100vh - 120px); max-height: calc(100dvh - 120px); overflow-y: auto; overscroll-behavior: contain; margin: 0 auto; padding: 24px 24px 0; box-sizing: border-box; background: #fff; border: 1px solid #d8e5de; border-top: 3px solid #07996c; border-radius: 0 0 8px 8px; box-shadow: 0 18px 32px #17392c24; color: #233b34; }
.asg-mega-columns { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 24px; }
.asg-mega-group { min-width: 0; }
.asg-mega-group h2 { display: flex; align-items: center; gap: 9px; margin: 0 0 12px; padding-bottom: 12px; border-bottom: 1px solid #dfe9e4; font-size: 15px; font-weight: 700; line-height: 1.4; letter-spacing: 0; }
.asg-mega-group h2 i { color: #07825c; flex: 0 0 20px; text-align: center; }
.asg-mega-group:nth-child(2) h2 i { color: #087eaa; }
.asg-mega-group:nth-child(3) h2 i { color: #996009; }
.asg-mega-group ul { margin: 0; padding: 0; list-style: none; }
.nav-links .asg-mega a { display: flex; align-items: center; justify-content: flex-start; gap: 8px; min-height: 40px; padding: 9px 8px; box-sizing: border-box; color: #334b42; border: 0; border-radius: 4px; background: transparent; font-size: 14px; font-weight: 400; line-height: 1.45; letter-spacing: 0; text-decoration: none; white-space: normal; overflow-wrap: anywhere; }
.nav-links .asg-mega a::after { display: none; }
.nav-links .asg-mega a:hover, .nav-links .asg-mega a[aria-current="page"] { background: #edf7f2; color: #056548; }
.nav-links .asg-mega a[aria-current="page"] { font-weight: 700; }
.asg-mega-footer { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px 20px; margin-top: 20px; padding: 12px 0; border-top: 1px solid #dfe9e4; }
.nav-links .asg-mega-footer a { font-weight: 600; color: #087398; }
@media (min-width: 1101px) {
    .site-header { gap: 12px; padding-left: 24px; padding-right: 24px; }
    .site-header .brand-logo { width: 180px; }
    .site-header .nav-links { position: static; gap: 0; }
    .site-header .header-cta { white-space: nowrap; font-size: 14px; padding: 0 12px; }
}
@media (max-width: 1100px) {
    .site-header .nav-links { display: block; visibility: hidden; left: 12px; right: 12px; top: 100%; max-height: calc(100vh - 110px); max-height: calc(100dvh - 110px); overflow-y: auto; overscroll-behavior: contain; padding: 8px; background: #fff; border-radius: 0 0 8px 8px; }
    .site-header.is-menu-open .nav-links { visibility: visible; }
    .nav-links .asg-mega-nav { display: block; }
    .asg-mega-nav > li + li { border-top: 1px solid #e2ebe6; }
    .asg-mega > summary { min-height: 52px; padding: 10px 12px; font-size: 16px; }
    .asg-mega-panel { position: static; max-height: none; overflow: visible; margin: 0; padding: 16px 12px 0; border: 0; box-shadow: none; border-radius: 0; }
    .asg-mega-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
    .nav-links .asg-mega a { min-height: 44px; }
}
@media (max-width: 600px) {
    .asg-mega-columns { grid-template-columns: minmax(0, 1fr); }
    .asg-mega-footer { display: grid; grid-template-columns: minmax(0, 1fr); }
}
@media (prefers-reduced-motion: reduce) {
    .asg-mega-chevron { transition: none; }
}
