.landing-header{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:hsla(0,0%,100%,.1);border-bottom:1px solid hsla(0,0%,100%,.2);position:fixed;top:0;left:0;right:0;z-index:1000;width:100dvw;transition:transform .4s ease-in-out}.landing-header.hidden{transform:translateY(-100%);border-bottom:none}.landing-header.hidden .landing-mobile-drawer.open{transform:translateY(64px)}.landing-header.with-notification{top:44px;z-index:1002}.landing-header.with-notification.hidden{transform:translateY(-150%);border-bottom:none}.landing-header.with-notification .landing-mobile-drawer.open{height:calc(100svh - 20px)}@media(max-width:767px){.landing-header.with-notification{top:64px}.landing-header.with-notification.hidden{transform:translateY(-197%);border-bottom:none}.landing-header.with-notification.hidden .landing-mobile-drawer{height:100svh}}.landing-header.dark-mode:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#000 0,#303030 42%,rgba(0,0,0,.4));z-index:-10}.landing-header-container{margin:0 auto;padding:0}@media screen and (min-width:1440px){.landing-header-container{max-width:1440px}}@media(min-width:1200px){.landing-header-container{padding:0 80px}}@media(min-width:768px)and (max-width:1199px){.landing-header-container{padding:0 40px}}@media(max-width:767px){.landing-header-container{padding:0 16px}}.landing-header-content{display:flex;align-items:center;justify-content:space-between;height:80px}@media(max-width:767px){.landing-header-content{height:64px}}.landing-logo{flex-shrink:0}@media(min-width:1200px){.landing-navigation{display:block}}@media(min-width:768px)and (max-width:1199px){.landing-navigation{display:block;flex:1 1;margin:0 20px}}@media(max-width:767px){.landing-navigation{display:none}}.landing-nav-list{display:flex;list-style:none;margin:0;padding:0;gap:32px}@media(min-width:768px)and (max-width:1199px){.landing-nav-list{gap:16px;flex-wrap:nowrap;justify-content:center}}.landing-nav-link{font-family:Inter,sans-serif;font-weight:400;font-style:Regular;font-size:16px;line-height:12px;letter-spacing:0;position:relative;color:#fff;text-decoration:none;transition:color .2s ease-in-out}.landing-nav-link:hover{text-shadow:0 0 10px hsla(0,0%,100%,.5)}.landing-nav-link.selected>p{font-weight:700}.landing-nav-link.selected:after{content:"";display:block;width:4px;height:4px;background:#fff;position:absolute;left:50%;transform:translate(-50%,6px);border-radius:100%}@media(min-width:768px)and (max-width:1199px){.landing-nav-link{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:80px;display:block;text-align:center}.landing-nav-link.selected:after{bottom:-8px}}.landing-header-actions{display:flex;align-items:center;gap:16px}@media(min-width:1200px){.landing-header-actions{display:flex}}@media(min-width:768px)and (max-width:1199px){.landing-header-actions{display:flex;gap:12px;flex-shrink:0}}@media(max-width:767px){.landing-header-actions{display:none}}.landing-btn-secondary{background:transparent;border:2px solid #fff;color:#fff;padding:12px 24px;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease-in-out}.landing-btn-secondary:hover{background:hsla(0,0%,100%,.1)}@media(min-width:768px)and (max-width:1199px){.landing-btn-secondary{padding:10px 16px;font-size:14px}}.landing-btn-primary{background:linear-gradient(135deg,#0072ff,#0056cc);border:none;color:#fff;padding:12px 24px;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease-in-out}.landing-btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,114,255,.4)}@media(min-width:768px)and (max-width:1199px){.landing-btn-primary{padding:10px 16px;font-size:14px}}.landing-mobile-menu-toggle{display:none;flex-direction:column;background:transparent;border:none;cursor:pointer;padding:8px;gap:4px}@media(max-width:767px){.landing-mobile-menu-toggle{display:flex}}.landing-mobile-menu-toggle span{width:24px;height:2px;background:#fff;transition:all .3s ease-in-out}.landing-mobile-menu-toggle.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.landing-mobile-menu-toggle.active span:nth-child(2){opacity:0}.landing-mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.landing-mobile-drawer{position:fixed;top:0;left:0;width:100svw;height:100svh;z-index:1000;visibility:hidden;opacity:0;transition:all .3s ease-in-out}.landing-mobile-drawer.open{visibility:visible;opacity:1}.landing-mobile-drawer.open .landing-mobile-drawer-content{transform:translateX(0)}.landing-mobile-drawer-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:none;cursor:pointer}.landing-mobile-drawer-content{position:absolute;top:0;right:0;max-width:280px;width:100%;height:100%;background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-left:1px solid hsla(0,0%,100%,.2);display:flex;flex-direction:column;transform:translateX(100%);transition:transform .3s ease-in-out}.landing-mobile-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid hsla(0,0%,100%,.2)}.landing-mobile-drawer-header .landing-logo svg{width:120px;height:auto}.with-notification .landing-mobile-drawer-content{height:calc(100% - 44px)}.with-notification.hidden .landing-mobile-drawer-content{padding-top:0;height:100%}.landing-mobile-drawer-close{background:transparent;border:none;cursor:pointer;padding:8px;position:relative;width:32px;height:32px}.landing-mobile-drawer-close span{position:absolute;top:50%;left:50%;width:20px;height:2px;background:#fff;transition:all .3s ease-in-out}.landing-mobile-drawer-close span:first-child{transform:translate(-50%,-50%) rotate(45deg)}.landing-mobile-drawer-close span:nth-child(2){transform:translate(-50%,-50%) rotate(-45deg)}.landing-mobile-drawer-close:hover span{background:hsla(0,0%,100%,.7)}.landing-mobile-navigation{flex:1 1;padding:20px 0}.landing-mobile-nav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.landing-mobile-nav-link{display:block;padding:16px 20px;font-family:Inter,sans-serif;font-weight:400;font-size:16px;color:#fff;text-decoration:none;transition:all .2s ease-in-out;border-left:4px solid transparent}.landing-mobile-nav-link.selected,.landing-mobile-nav-link:hover{background:hsla(0,0%,100%,.1);border-left-color:#0072ff}.landing-mobile-nav-link.selected{color:#0072ff}.landing-mobile-actions{padding:20px;display:flex;flex-direction:column;gap:12px;border-top:1px solid hsla(0,0%,100%,.2)}