.sgu-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.97);backdrop-filter:blur(18px);border-bottom:1px solid rgba(8,32,50,.1);box-shadow:0 14px 34px rgba(8,32,50,.06);font-family:Inter,Arial,sans-serif}
.sgu-header *{box-sizing:border-box}
.sgu-container{width:min(100% - 40px,1180px);margin:0 auto}
.sgu-header-inner{min-height:82px;display:flex;align-items:center;gap:18px}
.sgu-brand{display:flex;align-items:center;flex:0 0 auto;text-decoration:none}
.sgu-brand img{display:block;width:210px;max-width:32vw;height:auto}
.sgu-nav{margin-left:auto;display:flex;align-items:center;justify-content:flex-end;gap:15px}
.sgu-nav a{color:#263d52!important;text-decoration:none;font-weight:850;font-size:.9rem;line-height:1.1;white-space:nowrap}
.sgu-nav a:hover,.sgu-nav a:focus-visible{color:#008d4f!important;text-decoration:underline;text-underline-offset:5px}
.sgu-cta{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:13px 18px;border-radius:999px;background:#09243d;color:#fff!important;text-decoration:none!important;font-weight:900;white-space:nowrap;box-shadow:0 18px 34px rgba(9,36,61,.18)}
.sgu-cta:hover,.sgu-cta:focus-visible{background:#0b3959}
.sgu-menu-toggle{display:none;margin-left:auto;width:46px;height:44px;border:1px solid rgba(8,32,50,.16);border-radius:14px;background:#fff;cursor:pointer}
.sgu-menu-toggle span{display:block;width:20px;height:2px;margin:5px auto;border-radius:99px;background:#09243d}
.sgu-menu-toggle:focus-visible{outline:3px solid #16b9cf;outline-offset:3px}
@media(max-width:1080px){
  .sgu-header-inner{min-height:76px}
  .sgu-brand img{width:200px}
  .sgu-menu-toggle{display:block}
  .sgu-nav{position:absolute;left:20px;right:20px;top:calc(100% + 8px);display:none;flex-direction:column;align-items:stretch;gap:0;padding:14px;border:1px solid rgba(8,32,50,.12);border-radius:22px;background:#fff;box-shadow:0 18px 46px rgba(8,32,50,.16)}
  .sgu-header.sgu-open .sgu-nav{display:flex}
  .sgu-nav a{padding:13px 14px;border-radius:12px}
  .sgu-nav a:hover,.sgu-nav a:focus-visible{background:#edf8fa}
}
@media(max-width:680px){
  .sgu-container{width:min(100% - 28px,1180px)}
  .sgu-brand img{width:176px;max-width:58vw}
  .sgu-cta{display:none}
}
