.nav__links .klc-services-anchor { padding-right: 60px !important; }
.klc-services-anchor > .nav__arrow { visibility: hidden; }
.nav__links .klc-services-toggle { position:absolute; right:24px; width:44px; height:44px; padding:0; border:1px solid #dce5ee; border-radius:12px; background:#f3f8fc; color:#2563eb; font:700 24px/1 sans-serif; cursor:pointer; }
.nav__links .klc-services-toggle:hover,.nav__links .klc-services-toggle[aria-expanded=true] { background:#e7f0ff; }
.nav__links .klc-services-panel { position:absolute; right:calc(100% + 10px); top:0; width:370px; padding:14px; border:1px solid #dce5ee; border-radius:20px; background:#fff; box-shadow:0 24px 60px rgba(0,27,58,.16); color:#001b3a; box-sizing:border-box; }
.nav__links .klc-services-panel[hidden] { display:none !important; }
.klc-services-heading {padding:8px 12px 12px;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#62748b;}
.nav__links .klc-services-panel a.klc-service-link { display:flex; flex-direction:column; align-items:flex-start; justify-content:center; gap:9px; min-height:82px; padding:13px 12px; margin:0; text-decoration:none; color:#001b3a; border-radius:12px; box-sizing:border-box; }
.klc-service-link strong {font-size:15px;line-height:1.4;font-weight:750;}
.klc-service-tags {display:flex;flex-wrap:wrap;gap:5px;}
.klc-service-tags > span {padding:4px 7px;border-radius:6px;background:#eef4fa;color:#51677c;font-size:10px;line-height:1.4;font-weight:500;}
.nav__links .klc-services-panel a:hover {background:#f3f8fc;}
.klc-services-toggle:focus-visible,.klc-service-link:focus-visible {outline:2px solid #2563eb;outline-offset:2px;}
@media(max-width:900px) {
 .nav__links.nav__links--open {max-height:calc(100dvh - 100px);overflow-y:auto;overscroll-behavior:contain;}
 .nav__links .klc-services-panel {position:static;width:100%;box-shadow:none;padding:5px;border-radius:12px;background:#f8fbfe;}
 .nav__links .klc-services-panel a.klc-service-link {min-height:76px;padding:10px;}
 .klc-services-heading {padding:8px 10px;}
}
