.custom-header{border-bottom-style:solid;border-bottom-width:1px;position:sticky;top:0;transition:all .3s ease;z-index:100}.custom-header__container{align-items:center;display:flex;gap:40px;justify-content:space-between;margin:0 auto;max-width:1300px;padding:0 30px}.custom-header__logo{flex-shrink:0}.header-logo{display:block;transition:max-height .3s ease;width:auto}.custom-header__nav-list{display:flex;gap:35px;list-style:none;margin:0;padding:0}.custom-header__nav-list a{font-family:var(--font-heading);font-size:15px;font-weight:600;letter-spacing:.5px;position:relative;text-decoration:none;transition:color .3s ease}.custom-header__nav-list a:hover{transition:color .3s ease}.custom-header__cta-buttons{display:flex;flex-shrink:0;gap:15px}.custom-header__cta-buttons .button{border-radius:4px;cursor:pointer;display:inline-block;font-family:var(--font-heading);font-size:14px;font-weight:600;padding:12px 20px;text-decoration:none;transition:all .3s ease;white-space:nowrap}.custom-header__cta-buttons .button-outline{background:transparent;border-style:solid;border-width:2px}.custom-header__cta-buttons .button-outline:hover{transform:translateY(-2px);transition:all .3s ease}.custom-header__cta-buttons .button-primary{border:none}.custom-header__cta-buttons .button-primary:hover{transform:translateY(-2px);transition:all .3s ease}.btn-icon{display:inline-block;height:23px;object-fit:contain;vertical-align:middle;width:auto}.btn-icon-left{margin-right:10px}.btn-icon-right{margin-left:10px}.custom-header__cta-buttons .button{align-items:center;display:inline-flex;gap:0}.custom-header__cta-buttons .button span{display:inline-block;line-height:1}.mobile-menu-toggle{background:transparent;border:none;cursor:pointer;display:none;flex-direction:column;height:21px;justify-content:space-between;padding:0;width:30px;z-index:101}.mobile-menu-toggle span{background:var(--primary-blue);border-radius:2px;height:3px;transition:all .3s ease;width:100%}.mobile-menu-toggle.active span:first-child{transform:translateY(9px) rotate(45deg)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.mobile-nav{background:var(--white);box-shadow:-5px 0 20px rgba(0,0,0,.1);height:100vh;max-width:350px;overflow-y:auto;padding:100px 30px 30px;position:fixed;right:-100%;top:0;transition:right .3s ease;width:80%;z-index:99}.mobile-nav.active{right:0}.mobile-nav__list{list-style:none;margin:0 0 30px;padding:0}.mobile-nav__list li{margin-bottom:20px}.mobile-nav__list a{display:block;font-family:var(--font-heading);font-size:18px;font-weight:600;padding:10px 0;text-decoration:none}.mobile-nav__buttons{display:flex;flex-direction:column;gap:15px}.mobile-nav__buttons .button{border-radius:4px;cursor:pointer;font-family:var(--font-heading);font-size:16px;font-weight:600;padding:14px 20px;text-align:center;text-decoration:none;transition:all .3s ease}.mobile-nav__buttons .button-outline{background:transparent;border-style:solid;border-width:2px}.mobile-nav__buttons .button-primary{border:none}.overlay{background:rgba(0,0,0,.5);display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:98}.overlay.active{display:block}@media (max-width:1024px){.custom-header__container{gap:25px}.custom-header__nav-list{gap:20px}.custom-header__nav-list a{font-size:14px}.custom-header__cta-buttons .button{font-size:13px;padding:10px 16px}}@media (max-width:768px){.custom-header__container{padding:0 20px}.custom-header__cta-buttons,.custom-header__nav{display:none}.mobile-menu-toggle{display:flex}}@media (max-width:480px){.mobile-nav{padding:80px 20px 20px;width:85%}.mobile-nav__list a{font-size:16px}.mobile-nav__buttons .button{font-size:14px;padding:12px 16px}}