.custom-header{width:100%;padding:24px 32px;box-sizing:border-box;position:relative;z-index:999}.custom-header-inner{width:100%;min-height:82px;padding:0 28px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(8,8,8,.9);backdrop-filter:blur(14px);display:flex;align-items:center;justify-content:space-between;box-sizing:border-box}.custom-logo img{height:42px;width:auto;display:block}.custom-nav{display:flex;align-items:center;gap:46px}.custom-nav a,.custom-burger-menu a{font-family:Montserrat,sans-serif;color:rgba(255,255,255,.86);text-decoration:none;font-size:14px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;transition:color .25s ease}.custom-nav a:hover,.custom-burger-menu a:hover{color:#fff}.custom-header-actions{display:flex;align-items:center;gap:18px}.custom-header-btn{font-family:Montserrat,sans-serif;color:#fff;text-decoration:none;font-size:13px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;padding:16px 28px;border:1px solid rgba(255,255,255,.72);border-radius:999px;transition:all .25s ease}.custom-header-btn:hover{background:#fff;color:#000}.custom-menu-toggle{display:none}.custom-menu-icon{width:56px;height:56px;border:1px solid rgba(255,255,255,.18);border-radius:50%;display:flex;align-items:center;justify-content:center;gap:7px;flex-direction:column;cursor:pointer}.custom-menu-icon span{width:22px;height:1px;background:#fff;display:block}.custom-burger-menu{display:none;position:absolute;top:120px;right:32px;width:320px;padding:28px;border-radius:28px;background:rgba(8,8,8,.96);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(14px);flex-direction:column;gap:22px}.custom-burger-menu a{display:block}.custom-menu-toggle:checked~.custom-burger-menu{display:flex}@media (max-width:900px){.custom-header{padding:18px}.custom-header-inner{min-height:72px;padding:0 18px}.custom-nav,.custom-header-btn{display:none}.custom-logo img{height:36px}.custom-menu-icon{width:48px;height:48px}.custom-burger-menu{top:100px;right:18px;left:18px;width:auto}}