.header{width:100%;position:-webkit-sticky;position:sticky;top:0;z-index:1000;background:rgba(5,5,5,.78);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid #111111}.header-wrapper{width:100%;height:88px;padding:0 7%;display:flex;align-items:center;justify-content:space-between}.logo-container{display:flex;align-items:center;gap:14px;text-decoration:none;color:white;z-index:1001}.logo-image{width:58px;height:58px;object-fit:contain;border-radius:14px}.logo-text{display:flex;flex-direction:column}.logo-text h1{font-size:1.1rem;font-weight:700;letter-spacing:-.5px;line-height:1}.logo-text span{margin-top:5px;font-size:.68rem;letter-spacing:1.8px;color:#8a8a8a}.desktop-nav{display:flex;align-items:center;gap:34px}.desktop-nav a{position:relative;text-decoration:none;color:#cfcfcf;font-size:.95rem;font-weight:500;transition:.3s ease}.desktop-nav a:after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:1px;background:white;transition:.35s ease}.desktop-nav a:hover{color:white}.desktop-nav a:hover:after{width:100%}.header-right{gap:18px}.header-right,.socials{display:flex;align-items:center}.socials{gap:14px}.socials a{width:42px;height:42px;border:1px solid #1c1c1c;border-radius:14px;display:flex;align-items:center;justify-content:center;color:#bdbdbd;font-size:1rem;transition:.3s ease;background:#0b0b0b}.socials a:hover{transform:translateY(-3px);border-color:#2e2e2e;color:white}.contact-btn{height:46px;padding:0 22px;border-radius:14px;background:white;color:black;text-decoration:none;font-size:.92rem;font-weight:600;display:flex;align-items:center;transition:.3s ease}.contact-btn:hover{transform:translateY(-2px)}.menu-btn{display:none;background:transparent;border:none;color:white;font-size:1.4rem;cursor:pointer}.mobile-menu{width:100%;background:#050505;border-top:1px solid #111;overflow:hidden;max-height:0;opacity:0;transition:max-height .4s ease,opacity .3s ease}.mobile-menu.active{max-height:700px;opacity:1}.mobile-menu-links{display:flex;flex-direction:column;padding:30px 7%}.mobile-menu-links a{text-decoration:none;color:#f1f1f1;padding:18px 0;border-bottom:1px solid #111;font-size:1rem;font-weight:500}.mobile-socials{display:flex;gap:14px;padding:0 7% 30px}.mobile-socials a{width:48px;height:48px;border-radius:14px;border:1px solid #1d1d1d;display:flex;align-items:center;justify-content:center;color:white;background:#0c0c0c}@media (max-width:1100px){.contact-btn,.desktop-nav,.socials{display:none}.menu-btn{display:block}}@media (max-width:768px){.header-wrapper{height:78px;padding:0 5%}.logo-image{width:52px;height:52px}.logo-text h1{font-size:1rem}.logo-text span{font-size:.6rem;letter-spacing:1.4px}}