/* SIMWORX GLOBAL HEADER — real brand logo */
:root{--sw-header-h:84px}
html,body{overflow-x:hidden}
.global-header{
  position:sticky;top:0;z-index:1000;width:100%;height:var(--sw-header-h);
  background:#050607;color:#fff;border-bottom:1px solid #24272a;
  font-family:Inter,"Segoe UI",Arial,sans-serif;
}
.global-nav-shell{
  width:min(1180px,calc(100% - 54px));height:var(--sw-header-h);margin:0 auto;
  display:grid;grid-template-columns:214px minmax(0,1fr) 94px;align-items:center;column-gap:18px;
}
.global-brand{display:flex;align-items:center;width:214px;height:68px;line-height:0;overflow:hidden}
.global-brand img,.global-brand-image{
  display:block;width:214px;height:auto;max-height:60px;object-fit:contain;object-position:left center;
}
.global-nav{min-width:0;height:var(--sw-header-h);display:flex;align-items:stretch;justify-content:center;gap:14px}
.global-nav>a,.global-dropdown-trigger{
  position:relative;height:var(--sw-header-h);display:flex;align-items:center;justify-content:center;
  border:0;border-bottom:3px solid transparent;color:#fff;background:none;padding:0;
  font-size:9.5px;line-height:1;font-weight:850;letter-spacing:.05px;white-space:nowrap;text-decoration:none;cursor:pointer;
}
.global-nav>a:hover,.global-nav>a.active,.global-dropdown:hover>.global-dropdown-trigger,
.global-dropdown:focus-within>.global-dropdown-trigger,.global-dropdown-trigger.active{color:#f5b400;border-bottom-color:#f5b400}
.global-dropdown{position:relative;height:var(--sw-header-h);display:flex;align-items:stretch}
.global-dropdown-menu{
  display:none;position:absolute;left:50%;top:var(--sw-header-h);transform:translateX(-50%);min-width:235px;padding:7px;
  background:#0b0d0f;border:1px solid #2a2d30;box-shadow:0 18px 36px rgba(0,0,0,.34);z-index:1100;
}
.global-dropdown:hover .global-dropdown-menu,.global-dropdown:focus-within .global-dropdown-menu{display:block}
.global-dropdown-menu a{display:block;padding:11px 12px;color:#fff;font-size:10px;font-weight:800;text-decoration:none;white-space:nowrap}
.global-dropdown-menu a:hover,.global-dropdown-menu a.active{background:#171a1d;color:#f5b400}
.global-talk{width:94px;height:36px;display:flex;align-items:center;justify-content:center;justify-self:end;border-radius:4px;background:#f5b400;color:#111!important;font-size:10px;line-height:1;font-weight:900;text-decoration:none;white-space:nowrap}
.global-toggle{display:none;width:42px;height:42px;justify-self:end;border:0;background:none;color:#fff;font-size:24px;cursor:pointer}
@media(max-width:1240px){
  :root{--sw-header-h:78px}
  .global-nav-shell{width:min(1180px,calc(100% - 40px));grid-template-columns:190px minmax(0,1fr);column-gap:16px}
  .global-brand{width:190px;height:62px}.global-brand img,.global-brand-image{width:190px;max-height:54px}.global-talk{display:none}
  .global-nav{gap:10px}.global-nav>a,.global-dropdown-trigger{font-size:8.6px}
}
@media(max-width:980px){
  :root{--sw-header-h:70px}.global-nav-shell{position:relative;display:grid;grid-template-columns:185px 1fr;width:calc(100% - 28px)}
  .global-brand{width:185px;height:58px}.global-brand img,.global-brand-image{width:185px;max-height:52px}.global-toggle{display:block}
  .global-nav{display:none;position:absolute;top:var(--sw-header-h);left:-14px;right:-14px;height:auto;max-height:calc(100vh - var(--sw-header-h));overflow:auto;flex-direction:column;align-items:stretch;gap:0;padding:8px 22px 18px;background:#080a0c;box-shadow:0 14px 28px rgba(0,0,0,.35)}
  .global-header.open .global-nav{display:flex}
  .global-nav>a,.global-dropdown-trigger{width:100%;height:auto;min-height:42px;justify-content:flex-start;border-bottom:0;font-size:11px}
  .global-dropdown{height:auto;display:block}.global-dropdown-menu{display:block;position:static;transform:none;min-width:0;border:0;box-shadow:none;padding:0 0 6px 14px;background:#0d0f11}
}
@media(max-width:520px){
  .global-nav-shell{grid-template-columns:minmax(0,155px) 1fr}.global-brand{width:155px}.global-brand img,.global-brand-image{width:155px;max-height:44px}
}
