/* XmanMobi locked global navigation V2 — approved 2026-09-19 */
.xman-site-nav{position:sticky;top:0;z-index:50;width:100%;height:64px;background:#fff;border-bottom:1px solid #f1f5f9;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.xman-nav-inner{max-width:1280px;height:64px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.xman-nav-brand{display:flex;align-items:center;gap:12px;color:#0f172a;text-decoration:none}.xman-nav-brand img{width:auto;height:32px}.xman-nav-brand span{font-size:24px;font-weight:800;letter-spacing:-.03em}.xman-nav-desktop{display:flex;align-items:center;gap:30px;height:64px}.xman-nav-links{display:flex;align-items:center;gap:30px;height:64px}.xman-nav-link,.xman-nav-trigger{position:relative;height:64px;display:flex;align-items:center;gap:7px;border:0;background:transparent;padding:0;color:#273449;text-decoration:none;font:700 15px/1 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;white-space:nowrap;cursor:pointer}.xman-nav-link:hover,.xman-nav-trigger:hover,.xman-nav-link:focus-visible,.xman-nav-trigger:focus-visible,.xman-nav-link.is-active,.xman-nav-trigger.is-active{color:#2864e8}.xman-nav-link.is-active:after,.xman-nav-trigger.is-active:after,.xman-nav-dropdown:focus-within>.xman-nav-trigger:after,.xman-nav-dropdown:hover>.xman-nav-trigger:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;border-radius:3px 3px 0 0;background:#2864e8}.xman-nav-chevron{width:8px;height:8px;border-right:1.7px solid currentColor;border-bottom:1.7px solid currentColor;transform:rotate(45deg);margin-top:-4px;transition:transform .18s ease}.xman-nav-dropdown:hover>.xman-nav-trigger .xman-nav-chevron,.xman-nav-dropdown:focus-within>.xman-nav-trigger .xman-nav-chevron,.xman-nav-dropdown.is-open>.xman-nav-trigger .xman-nav-chevron{transform:rotate(225deg);margin-top:4px}.xman-nav-dropdown{position:relative;height:64px}.xman-nav-menu{position:absolute;top:64px;left:50%;width:430px;padding:10px 20px;background:#fff;border:1px solid #e2e8f0;border-radius:13px;box-shadow:0 22px 50px rgba(15,23,42,.14);opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,8px);transition:opacity .16s ease,transform .16s ease,visibility .16s}.xman-nav-dropdown:hover>.xman-nav-menu,.xman-nav-dropdown:focus-within>.xman-nav-menu,.xman-nav-dropdown.is-open>.xman-nav-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}.xman-nav-menu-label{padding:9px 0 7px;color:#94a3b8;font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.xman-nav-menu-item{display:block;padding:14px 0;color:#0f172a;text-decoration:none}.xman-nav-menu-item+.xman-nav-menu-item{border-top:1px solid #edf1f5}.xman-nav-menu-item strong{display:block;font-size:14px;line-height:1.3}.xman-nav-menu-item span{display:block;margin-top:4px;color:#64748b;font-size:11px;line-height:1.5}.xman-nav-menu-item:hover strong,.xman-nav-menu-item:focus-visible strong{color:#2864e8}.xman-nav-cta{height:44px;padding:0 20px;border-radius:7px;background:#2864e8;color:#fff;text-decoration:none;display:flex;align-items:center;font-size:14px;font-weight:700;box-shadow:0 8px 18px rgba(40,100,232,.18);transition:background-color .18s ease,transform .18s ease}.xman-nav-cta:hover{background:#1d4ed8}.xman-nav-cta:focus-visible,.xman-nav-link:focus-visible,.xman-nav-trigger:focus-visible,.xman-nav-menu-item:focus-visible,.xman-mobile-toggle:focus-visible,.xman-mobile-link:focus-visible{outline:3px solid rgba(40,100,232,.28);outline-offset:3px}.xman-mobile-toggle{display:none;width:44px;height:44px;border:0;background:transparent;color:#0f172a;align-items:center;justify-content:center;cursor:pointer}.xman-mobile-toggle svg{width:24px;height:24px}.xman-mobile-panel{display:none}
@media(max-width:900px){.xman-site-nav,.xman-nav-inner{height:64px}.xman-nav-desktop{display:none}.xman-mobile-toggle{display:flex}.xman-mobile-panel{position:fixed;inset:64px 0 auto 0;max-height:calc(100vh - 64px);overflow:auto;background:#fff;border-top:1px solid #e2e8f0;box-shadow:0 18px 40px rgba(15,23,42,.12);padding:14px 24px 24px;display:block;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px);transition:opacity .18s ease,transform .18s ease,visibility .18s}.xman-mobile-panel.is-open,.xman-mobile-panel.open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.xman-mobile-group{border-bottom:1px solid #edf1f5}.xman-mobile-group-trigger,.xman-mobile-link{width:100%;min-height:54px;padding:0;display:flex;align-items:center;justify-content:space-between;border:0;border-bottom:1px solid #edf1f5;background:#fff;color:#0f172a;text-decoration:none;font:700 16px/1.2 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;text-align:left}.xman-mobile-group>.xman-mobile-group-trigger{border-bottom:0}.xman-mobile-group-trigger.is-active,.xman-mobile-link.is-active{color:#2864e8}.xman-mobile-submenu{display:none;padding-bottom:8px}.xman-mobile-submenu.is-open{display:block}.xman-mobile-submenu .xman-nav-menu-item{padding:12px 0}.xman-mobile-cta{height:50px;margin-top:17px;border-radius:8px;background:#2864e8;color:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:14px;font-weight:700}.xman-nav-brand img{height:29px}.xman-nav-brand span{font-size:21px}}
@media(min-width:901px) and (max-width:1100px){.xman-nav-desktop,.xman-nav-links{gap:19px}.xman-nav-link,.xman-nav-trigger{font-size:14px}.xman-nav-inner{padding:0 20px}}
@media(prefers-reduced-motion:reduce){.xman-nav-menu,.xman-mobile-panel,.xman-nav-chevron,.xman-nav-cta{transition:none}}
