/* Smart Header Pro */
.shp-header{position:relative;width:100%;background:#000;z-index:1000;box-shadow:0 2px 6px rgba(0,0,0,.35);}
.shp-bg{background-position:center bottom;background-repeat:no-repeat;background-size:cover;width:100%;position:relative;}
.shp-overlay{position:absolute;inset:0;pointer-events:none;}
.shp-inner{max-width:1240px;margin:0 auto;display:flex;align-items:center;gap:20px;padding:0 16px;}
.shp-left{display:flex;align-items:center;gap:14px;}
.shp-logo{height:60px;width:auto;display:block;}
.shp-logo-link{display:inline-flex;align-items:center}
.shp-menu{flex:1}
.shp-menu-list{list-style:none;display:flex;gap:18px;margin:0;padding:0;flex-wrap:wrap}
.shp-menu-list>li>a{display:inline-block;text-decoration:none;font-weight:700;padding:8px 0;border-bottom:0 solid transparent;transition:border .2s ease}
.shp-toggle{display:none;position:relative;margin-left:auto;border:0;background:transparent;width:42px;height:42px;cursor:pointer}
.shp-burger,.shp-burger:before,.shp-burger:after{content:'';display:block;height:2px;width:24px;background:#fff;position:absolute;left:9px;transition:transform .2s ease,opacity .2s ease}
.shp-burger{top:20px}
.shp-burger:before{top:-8px}
.shp-burger:after{top:8px}

/* Mobile */
@media (max-width: 920px){
  .shp-toggle{display:block}
  .shp-menu{position:absolute;left:0;right:0;top:100%;background:rgba(0,0,0,.92);max-height:0;overflow:hidden;transition:max-height .25s ease}
  .shp-menu.open{max-height:70vh}
  .shp-menu-list{flex-direction:column;gap:0;padding:8px 16px}
  .shp-menu-list>li>a{padding:12px 0;border-bottom:0}
}
