.sdh-header{position:relative;z-index:9990;background:var(--sdh-bg);color:var(--sdh-text);font-family:inherit;box-shadow:0 1px 0 rgba(0,0,0,.04)}
.sdh-topbar{background:var(--sdh-topbar-bg);color:var(--sdh-topbar-text)}
.sdh-topbar .sdh-shell{min-height:32px;justify-content:center;text-align:center}
.sdh-topbar p{margin:0;padding:6px 0;font-size:12px;line-height:1.45;font-weight:650;letter-spacing:.01em;color:inherit}
body.sdh-sticky-enabled .sdh-header{position:sticky;top:0}
body.admin-bar.sdh-sticky-enabled .sdh-header{top:32px}
.sdh-shell{width:min(calc(100% - 40px),var(--sdh-max));margin:0 auto;display:flex;align-items:center}
.sdh-mainbar{background:var(--sdh-bg);border-bottom:1px solid var(--sdh-border)}
.sdh-mainbar .sdh-shell{min-height:78px;gap:28px}
.sdh-left{display:flex;align-items:center;gap:18px;min-width:0}
.sdh-brand{display:flex;align-items:center;flex:0 0 auto;text-decoration:none!important;color:var(--sdh-text)!important}
.sdh-logo-img{display:block;width:auto;max-width:188px;max-height:48px;object-fit:contain}
.sdh-brand-text{font-weight:800;font-size:21px;letter-spacing:-.02em}
.sdh-desktop-nav{margin-left:auto}
.sdh-menu{display:flex;align-items:center;gap:28px;list-style:none;margin:0;padding:0}
.sdh-menu li{position:relative;margin:0;padding:0}
.sdh-menu a{display:block;color:var(--sdh-text);text-decoration:none!important;font-size:14px;font-weight:650;line-height:1.3;transition:opacity .18s ease,color .18s ease}
.sdh-main-menu>li>a{padding:29px 0 25px;border-bottom:3px solid transparent}
.sdh-main-menu>li.current-menu-item>a,.sdh-main-menu>li.current-menu-ancestor>a,.sdh-main-menu>li>a:hover{border-color:var(--sdh-page-accent);color:var(--sdh-text)}
.sdh-main-menu .sub-menu{display:none;position:absolute;top:100%;left:-18px;min-width:220px;padding:10px;background:#fff;border:1px solid var(--sdh-border);border-radius:10px;box-shadow:0 18px 45px rgba(0,0,0,.12);list-style:none}
.sdh-main-menu li:hover>.sub-menu,.sdh-main-menu li:focus-within>.sub-menu{display:block}
.sdh-main-menu .sub-menu a{padding:10px 12px;border-radius:7px}
.sdh-main-menu .sub-menu a:hover{background:var(--sdh-soft)}
.sdh-actions{display:flex;align-items:center;gap:12px}
.sdh-cta{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 18px;border:1px solid var(--sdh-page-accent);border-radius:8px;background:var(--sdh-page-accent);color:#fff!important;text-decoration:none!important;font-weight:800;font-size:13px;line-height:1;box-shadow:none;transition:transform .15s ease,filter .15s ease}
.sdh-cta:hover{transform:translateY(-1px);filter:brightness(.96)}
.sdh-contextbar{background:var(--sdh-soft);border-bottom:1px solid var(--sdh-border)}
.sdh-contextbar .sdh-shell{min-height:44px;justify-content:flex-start}
.sdh-context-nav{overflow-x:auto;-webkit-overflow-scrolling:touch}
.sdh-context-menu{gap:20px;white-space:nowrap}
.sdh-context-menu a{font-size:12.5px;font-weight:650;color:var(--sdh-muted)}
.sdh-context-menu .current-menu-item>a,.sdh-context-menu a:hover{color:var(--sdh-text)}
.sdh-menu-toggle{display:none;width:44px;height:44px;border:0;background:transparent;padding:10px;cursor:pointer}
.sdh-menu-toggle span:not(.screen-reader-text){display:block;width:22px;height:2px;background:var(--sdh-text);margin:4px auto;transition:transform .2s ease,opacity .2s ease}
.sdh-menu-toggle[aria-expanded="true"] span:nth-of-type(1){transform:translateY(6px) rotate(45deg)}
.sdh-menu-toggle[aria-expanded="true"] span:nth-of-type(2){opacity:0}
.sdh-menu-toggle[aria-expanded="true"] span:nth-of-type(3){transform:translateY(-6px) rotate(-45deg)}
.sdh-mobile-panel{display:none}
.sdh-overlay{position:fixed;inset:0;background:rgba(15,15,15,.38);z-index:-1}
.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

@media(max-width:1040px){
  .sdh-mainbar .sdh-shell{min-height:70px}
  .sdh-desktop-nav{display:none}
  .sdh-menu-toggle{display:block}
  .sdh-actions{margin-left:auto}
  .sdh-contextbar{display:none}
  .sdh-mobile-panel{display:block;position:fixed;top:0;right:0;width:min(88vw,390px);height:100dvh;background:var(--sdh-bg);transform:translateX(105%);transition:transform .25s ease;box-shadow:-14px 0 50px rgba(0,0,0,.12);z-index:9992;overflow:auto}
  .sdh-header.sdh-open .sdh-mobile-panel{transform:translateX(0)}
  .sdh-header.sdh-open .sdh-overlay{display:block!important;z-index:9991}
  .sdh-mobile-inner{padding:86px 28px 32px}
  .sdh-mobile-section{padding:0 0 18px;margin-bottom:18px;border-bottom:1px solid var(--sdh-border)}
  .sdh-mobile-context>span{display:block;margin-bottom:6px;font-size:10px;font-weight:800;letter-spacing:.12em;color:var(--sdh-muted)}
  .sdh-mobile-panel .sdh-menu{display:block}
  .sdh-mobile-panel .sdh-menu>li{border-bottom:1px solid var(--sdh-border)}
  .sdh-mobile-panel .sdh-menu a{padding:14px 2px;font-size:16px}
  .sdh-mobile-panel .sub-menu{list-style:none;margin:0 0 8px;padding-left:16px}
  .sdh-mobile-panel .sub-menu a{padding:9px 2px;font-size:14px;color:var(--sdh-muted)}
  .sdh-mobile-context{margin-top:26px;padding-top:22px;border-top:3px solid var(--sdh-page-accent)}
  .sdh-mobile-context .sdh-context-menu li{border:0}
  .sdh-mobile-context .sdh-context-menu a{font-size:14px;padding:9px 0}
  .sdh-mobile-cta{width:100%;margin-top:26px;min-height:48px}
  body.sdh-menu-open{overflow:hidden}
}
@media(max-width:782px){body.admin-bar.sdh-sticky-enabled .sdh-header{top:46px}}
@media(max-width:640px){
  .sdh-shell{width:min(calc(100% - 28px),var(--sdh-max))}
  .sdh-mainbar .sdh-shell{min-height:64px;gap:10px}
  .sdh-logo-img{max-width:145px;max-height:40px}
    .sdh-mainbar .sdh-cta{display:none}
  .sdh-topbar .sdh-shell{width:min(calc(100% - 24px),var(--sdh-max));min-height:30px}
  .sdh-topbar p{font-size:10.5px;padding:5px 0}
}
