.custom-header{position:fixed;top:0;left:0;width:100%;height:45px;z-index:999999;display:flex;justify-content:flex-end;align-items:center;padding:0 5%;background:rgba(255,255,255,.78);backdrop-filter:blur(8px);box-shadow:0 4px 18px rgba(0,0,0,.04)}.custom-desktop-nav{display:flex;gap:34px}.custom-desktop-nav a{color:#2f2f2f;font-size:15px;font-weight:600;text-decoration:none;letter-spacing:.4px}.custom-desktop-nav a:hover{color:#777}.custom-burger{display:none;width:36px;height:27px;background:transparent;border:0;padding:0;flex-direction:column;justify-content:space-between}.custom-burger span{display:block;height:3px;width:100%;background:#2f2f2f;border-radius:3px}.custom-mobile-overlay{position:fixed;inset:0;z-index:1000000;background:rgba(248,248,248,.98);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:.3s ease}.custom-mobile-overlay.open{opacity:1;visibility:visible}.custom-mobile-overlay nav{display:flex;flex-direction:column;gap:30px;text-align:center}.custom-mobile-overlay nav a{color:#2f2f2f;font-size:38px;font-weight:700;text-decoration:none}.custom-close{position:absolute;top:28px;right:32px;border:0;background:transparent;font-size:52px;color:#2f2f2f}@media(max-width:980px){.custom-header{height:90px;padding:0 22px;background:transparent;box-shadow:none;backdrop-filter:none;display:flex;justify-content:flex-end;align-items:center}}.custom-desktop-nav{display:none}.custom-burger{display:flex;margin-top:12px}