/* Shared public navigation and footer. Scoped to avoid legacy page overrides. */
.k7-resources-item{position:relative;list-style:none}
.k7-resources-menu>summary{cursor:pointer;list-style:none;display:flex;align-items:center;gap:8px}
.k7-resources-menu>summary::-webkit-details-marker{display:none}
.k7-resources-menu>summary:focus-visible,.k7-resources-panel a:focus-visible,.k7-footer a:focus-visible{outline:3px solid #ff7f27;outline-offset:4px;border-radius:3px}
.k7-resources-menu>summary span{transition:transform .15s}
.k7-resources-menu[open]>summary span{transform:rotate(180deg)}
.k7-resources-panel{position:absolute;top:100%;right:0;width:340px;max-width:calc(100vw - 32px);padding:10px;background:#fff;border:1px solid #e1e7ee;box-shadow:0 16px 40px #03152d24;border-radius:12px;z-index:1100;text-align:left}
.k7-resources-panel a{display:block;padding:11px 14px;border-radius:7px;text-decoration:none;color:#10233f!important;font:400 13px/1.5 'Poppins',sans-serif;white-space:normal}
.k7-resources-panel a strong{display:block;font-size:15px;font-weight:600;margin-bottom:2px}
.k7-resources-panel a span{color:#596875}
.k7-resources-panel a:hover,.k7-resources-panel a:focus-visible{background:#f1f5f8}
.k7-resources-panel a.k7-resources-overview{font-weight:600;border-bottom:1px solid #e6ebef;border-radius:0;margin-bottom:4px;color:#155131!important}
footer.k7-footer{background:#03152d!important;color:#d6e0eb!important;padding:44px 0 24px!important;margin:0;font:400 13px/1.65 'Poppins',sans-serif;position:relative;overflow-wrap:anywhere}
.k7-footer *{box-sizing:border-box}
footer.k7-footer{scroll-margin-top:100px}
.k7-footer .k7-footer-inner{width:min(1188px,100% - 48px);margin:0 auto}
.k7-footer .k7-footer-grid{display:grid;grid-template-columns:1.2fr 1.1fr .8fr 1fr;gap:36px}
.k7-footer .k7-footer-brand img{width:144px;height:58px;object-fit:contain;object-position:left center;display:block;margin:0 0 12px}
.k7-footer .k7-footer-brand p{max-width:270px;margin:0 0 15px;color:#c2cfdd;font-size:13px;line-height:1.7}
.k7-footer .k7-footer-brand>a{display:block;margin-bottom:4px}
.k7-footer a{color:#d6e0eb!important;text-decoration:none;transition:color .15s;line-height:1.6}
.k7-footer a:hover{color:#ff9b52!important;text-decoration:underline;text-underline-offset:4px}
.k7-footer nav{padding:0;margin:0;background:none;position:static;box-shadow:none;border:0;display:block}
.k7-footer h2{font:600 14px/1.4 'Poppins',sans-serif;color:#ff9b52;margin:10px 0 18px;padding:0;letter-spacing:0;text-transform:none}
.k7-footer h2:after,.k7-footer h2:before{display:none}
.k7-footer ul{list-style:none;padding:0;margin:0;display:block}
.k7-footer li{margin:0 0 10px;padding:0;line-height:1.6}
.k7-footer address{font-style:normal;color:#aebfd0;font-size:12px;line-height:1.8;margin:16px 0 0}
.k7-footer .k7-footer-social{display:flex;gap:18px;margin-top:15px;font-size:12px}
.k7-footer .k7-footer-legal{display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid #ffffff25;margin-top:30px;padding-top:20px;font-size:11px;color:#aebfd0}
.k7-footer .k7-footer-legal p{margin:0 0 3px;font-size:11px;line-height:1.7;color:#aebfd0}
.k7-footer .k7-footer-legal nav{display:flex;flex-wrap:wrap;gap:16px}
.k7-insights-directory{font-size:15px;color:#d6e0eb}.k7-insights-directory a{color:#ffad70;text-underline-offset:4px}
.k7-tool-header{display:flex;align-items:center;justify-content:space-between;gap:20px;background:#03152d;padding:18px max(24px,calc((100vw - 1188px)/2));color:white}
.k7-tool-header a{color:white;text-decoration:none}.k7-tool-brand{font-size:24px;font-weight:700}.k7-tool-header ul{display:flex;align-items:center;gap:24px;list-style:none;margin:0;padding:0}.k7-tool-header summary{padding:10px 0;color:white}
@media(max-width:991px){
 .k7-resources-panel{position:static;width:100%;max-width:100%;box-shadow:none;margin:0 0 12px;box-sizing:border-box}
 .k7-resources-menu>summary{justify-content:space-between}
 .k7-footer .k7-footer-grid{grid-template-columns:1fr 1fr;gap:28px 32px}
 .k7-footer .k7-footer-legal{align-items:flex-start;flex-direction:column;gap:14px}
 .k7-tool-header .k7-resources-panel{position:absolute;width:290px;right:0}
}
@media(max-width:520px){
 footer.k7-footer{padding:32px 0 28px!important}
 .k7-footer .k7-footer-inner{width:calc(100% - 40px)}
 .k7-footer .k7-footer-grid{gap:24px 20px;grid-template-columns:1fr 1fr}
 .k7-footer .k7-footer-brand{grid-column:1/-1}
 .k7-footer .k7-footer-brand p{max-width:none}
 .k7-footer .k7-footer-grid>nav:last-child{grid-column:1/-1}
 .k7-footer h2{margin-top:0;margin-bottom:14px}
 .k7-footer .k7-footer-legal{margin-top:24px}
 .k7-tool-header{padding:12px 20px}.k7-tool-header ul{gap:16px}
}
