/* Portal navigation shared visually with the home page. */
#portal-header{position:sticky;top:0;z-index:50;display:block;padding:0;background:#fff;border-bottom:1px solid #e8edf3;min-height:0;box-shadow:0 1px 20px #0f2b5b08}
#portal-header .portal-header-row{max-width:1280px;min-height:104px;padding:0 32px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px}
#portal-header .brand{width:220px;flex-shrink:0}
#portal-header nav{display:flex;flex-direction:row;gap:20px;align-items:center;overflow:visible;padding:0;margin:0}
#portal-header a{text-decoration:none}
#portal-header .portal-desktop-nav>a,#portal-header summary{font-size:14px;font-weight:500;color:#404052;white-space:nowrap}
#portal-header .portal-desktop-nav>a:hover,#portal-header summary:hover{color:#0F2B5B}
#portal-header .portal-dropdown{position:relative}
#portal-header summary{cursor:pointer;color:#176ab0}
#portal-header summary::marker{color:#1E88E5}
#portal-header .portal-dropdown-panel{position:absolute;top:100%;left:0;margin-top:12px;width:230px;background:white;border:1px solid #e5ebf2;border-radius:12px;padding:8px;box-shadow:0 15px 35px #0f2b5b20}
#portal-header .portal-dropdown-panel a{display:block;padding:12px 16px;border-radius:8px;color:#0F2B5B;font-size:14px}
#portal-header a[aria-current=page]{background:#edf5fd;font-weight:600}
#portal-header .portal-dropdown-panel a:hover{background:#FAFBFC}
#portal-header .portal-actions{display:flex;gap:12px;align-items:center;flex-shrink:0}
#portal-header .portal-phone{font-size:14px;color:#64748B;white-space:nowrap;display:none}
#portal-header .portal-quote{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:linear-gradient(90deg,#0F2B5B,#1E88E5);color:#fff;font-size:14px;font-weight:600;border-radius:999px;white-space:nowrap;box-shadow:0 5px 15px #0f2b5b25}
#portal-header .portal-toggle{display:none;border:0;border-radius:8px;padding:8px;background:white;color:#1A1A2E;line-height:1}
#portal-header svg{width:24px;height:24px;display:block}
#portal-header .portal-mobile-menu{border-top:1px solid #eee;padding:16px;max-height:calc(100dvh - 104px);overflow:auto}
#portal-header .portal-mobile-menu[hidden]{display:none}
#portal-header .portal-mobile-menu a{display:block;padding:12px 16px;border-radius:8px;font-size:14px;font-weight:500;color:#0F2B5B}
#portal-header .portal-mobile-menu a:hover{background:#FAFBFC}
#portal-header .portal-mobile-menu .portal-child-link{margin-left:16px;color:#176ab0}
.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:24px}.catalog-toolbar .breadcrumb{margin:0}.catalog-toolbar .language{flex-shrink:0;background:#fff}
@media(min-width:1536px){#portal-header .portal-phone{display:block}}
@media(max-width:1279px){#portal-header .portal-desktop-nav{display:none}#portal-header .portal-toggle{display:block}}
@media(min-width:768px) and (max-width:1279px){#portal-header .portal-phone{display:block}}
@media(min-width:1280px){#portal-header .portal-mobile-menu{display:none}}
@media(max-width:639px){#portal-header .portal-header-row{min-height:88px;padding:0 16px;gap:8px}#portal-header .brand{width:172px}#portal-header .portal-actions{gap:4px}#portal-header .portal-quote{font-size:12px;padding:10px 12px}#portal-header .portal-mobile-menu{max-height:calc(100dvh - 88px)}.catalog-toolbar{align-items:flex-start;gap:8px}.catalog-toolbar .breadcrumb{font-size:12px;gap:6px}}
@media(max-width:359px){#portal-header .brand{width:145px}#portal-header .portal-quote{font-size:11px;padding:10px 8px}}

.language a{display:inline-block;padding:8px 12px;border-radius:6px;text-decoration:none;color:#0F2B5B}.language a[aria-current=page]{background:#0F2B5B;color:white}
