.landing-header{position:fixed;top:0;left:0;right:0;z-index:100;padding:12px 24px;background:hsla(0,0%,100%,.97);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--landing-border)}.landing-header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.landing-logo{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}.landing-logo-img{height:34px;width:auto}.landing-logo-text{font-size:1.15rem;font-weight:700;color:var(--landing-primary);white-space:nowrap}.landing-nav{display:flex;align-items:center;gap:8px}.landing-nav .landing-nav-link,.landing-nav a{color:var(--landing-text-secondary);text-decoration:none;font-size:.875rem;font-weight:500;transition:color .2s;padding:6px 10px;border-radius:6px;white-space:nowrap}.landing-nav .landing-nav-link:hover,.landing-nav a:hover{color:var(--landing-primary);background:rgba(26,95,122,.05)}.btn-header-cta{background:var(--landing-primary);color:#fff;border:none;padding:8px 20px;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap;margin-left:4px}.btn-header-cta:hover{background:var(--landing-primary-dark);transform:translateY(-1px)}.landing-mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;z-index:110}.hamburger{display:block;position:relative;transition:background .3s}.hamburger,.hamburger:after,.hamburger:before{width:22px;height:2px;background:var(--landing-text-primary);border-radius:2px}.hamburger:after,.hamburger:before{content:"";position:absolute;left:0;transition:transform .3s,top .3s}.hamburger:before{top:-7px}.hamburger:after{top:7px}.hamburger.open{background:transparent}.hamburger.open:before{top:0;transform:rotate(45deg)}.hamburger.open:after{top:0;transform:rotate(-45deg)}@media (max-width:1080px){.landing-nav{gap:4px}.landing-nav .landing-nav-link,.landing-nav a{font-size:.8rem;padding:6px 7px}.btn-header-cta{font-size:.8rem;padding:7px 14px}}@media (max-width:768px){.landing-header{padding:12px 20px}.landing-mobile-toggle{display:block}.landing-nav{position:fixed;top:0;right:0;width:280px;height:100dvh;background:#fff;flex-direction:column;align-items:stretch;padding:80px 24px 32px;gap:0;box-shadow:-4px 0 24px rgba(0,0,0,.1);transform:translateX(100%);transition:transform .3s ease;z-index:105}.landing-nav.open{transform:translateX(0)}.landing-nav .landing-nav-link,.landing-nav a{font-size:1rem;padding:14px 16px;border-radius:8px}.landing-nav .landing-nav-link:hover,.landing-nav a:hover{background:rgba(26,95,122,.06)}.btn-header-cta{padding:14px 24px;font-size:1rem;text-align:center;margin:16px 0 0}}