.sl-shell-header{position:sticky;top:0;z-index:1200;background:rgba(11,11,16,.78);border-bottom:1px solid rgba(255,255,255,.09);backdrop-filter:blur(24px) saturate(130%);-webkit-backdrop-filter:blur(24px) saturate(130%);transition:background .25s,border-color .25s}
.sl-shell-header.scrolled{background:rgba(11,11,16,.92);border-color:rgba(255,255,255,.12)}
.sl-shell-inner{max-width:1280px;margin:0 auto;padding:0 32px;min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:34px}
.sl-shell-logo{display:flex;align-items:center;gap:10px;color:#ededf0;text-decoration:none;font-weight:800;font-size:1.12rem;letter-spacing:-.02em;white-space:nowrap}
.sl-shell-logo-icon{width:36px;height:36px;border-radius:11px;background:linear-gradient(135deg,#4d8eff,#7c5cff);display:flex;align-items:center;justify-content:center;box-shadow:0 12px 32px rgba(77,142,255,.22)}
.sl-shell-nav{display:flex;align-items:center;justify-content:flex-end;gap:14px}
.sl-shell-nav a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:9px 17px;border-radius:999px;color:#9494a3;text-decoration:none;font-size:.86rem;font-weight:800;line-height:1;transition:color .2s,background .2s,border-color .2s,transform .2s;white-space:nowrap}
.sl-shell-nav a:hover,.sl-shell-nav a.active{color:#fff;background:rgba(255,255,255,.07)}
.sl-shell-phone{color:#a9a9b8!important;background:transparent!important;font-weight:700!important;margin-left:4px}
.sl-shell-call{color:#fff!important;background:linear-gradient(135deg,#4d8eff,#7c5cff)!important;box-shadow:0 14px 34px rgba(77,142,255,.24);margin-left:4px}
.sl-shell-call:hover{transform:translateY(-1px);box-shadow:0 18px 42px rgba(77,142,255,.32)}
.sl-shell-footer{border-top:1px solid rgba(255,255,255,.08);padding:34px 0 28px;text-align:center;color:#5a5a6e;background:rgba(8,8,12,.55)}
.sl-shell-footer-inner{max-width:1180px;margin:0 auto;padding:0 24px;display:flex;flex-direction:column;align-items:center;gap:18px}
.sl-shell-footer-copy{font-size:.9rem;line-height:1.5}
.sl-shell-social{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}
.sl-shell-social a{display:inline-flex;align-items:center;justify-content:center;min-width:90px;padding:9px 18px;border-radius:999px;font-size:.88rem;font-weight:800;text-decoration:none;transition:transform .2s,border-color .2s,background .2s,color .2s}
.sl-shell-social a:hover{transform:translateY(-1px)}
.sl-shell-social .tg{color:#38bdf8;border:1px solid rgba(56,189,248,.35);background:rgba(56,189,248,.08)}
.sl-shell-social .sg{color:#c084fc;border:1px solid rgba(192,132,252,.35);background:rgba(192,132,252,.08)}
.sl-shell-social .wa{color:#25d366;border:1px solid rgba(37,211,102,.35);background:rgba(37,211,102,.08)}
.sl-shell-footer-links{display:flex;align-items:center;justify-content:center;gap:22px;flex-wrap:wrap;color:#68687a;font-size:.9rem}
.sl-shell-footer-links a{color:inherit;text-decoration:none;font-weight:700;transition:color .2s}
.sl-shell-footer-links a:hover{color:#ededf0}
@media(max-width:820px){
  .sl-shell-inner{min-height:auto;align-items:flex-start;flex-direction:column;padding:12px 16px;gap:12px}
  .sl-shell-nav{width:100%;justify-content:flex-start;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}
  .sl-shell-nav::-webkit-scrollbar{display:none}
  .sl-shell-phone{display:none!important}
  .sl-shell-call{padding-left:16px!important;padding-right:16px!important}
}
@media(max-width:520px){
  .sl-shell-nav{gap:6px}
  .sl-shell-nav a{font-size:.8rem;padding:8px 11px}
  .sl-shell-footer-links{gap:16px}
}
