._EoFAG_header{backdrop-filter:blur(.8rem);z-index:1000;background-color:#fff;transition:transform .3s;position:fixed;top:0;left:0;right:0}._EoFAG_header._EoFAG_headerHidden{transform:translateY(-100%)}._EoFAG_navContainer{max-width:var(--landing-max-content-width);height:var(--landing-header-height);flex-direction:row;justify-content:space-between;align-items:center;margin:0 auto;padding:0 4rem;display:flex}@media (width<=768px){._EoFAG_navContainer{padding:0 2rem}}._EoFAG_brand{align-items:center;gap:1.2rem;display:flex}._EoFAG_brandLogo{width:auto;height:2.8rem}._EoFAG_brandLogoMobile{display:none}@media (width<=768px){._EoFAG_brandLogoDesktop{display:none!important}._EoFAG_brandLogoMobile{display:block}}._EoFAG_navLeft{flex-direction:row;align-items:center;gap:3.6rem;display:flex}._EoFAG_navCenter{align-items:center;gap:3.2rem;display:flex}._EoFAG_navCenter a{color:var(--landing-text-secondary);font-size:1.4rem;font-weight:500;text-decoration:none;transition:color .2s}._EoFAG_navCenter a:hover{color:var(--landing-text-primary);text-decoration:none}._EoFAG_navRight{justify-content:flex-end;align-items:center;gap:1.6rem;display:flex}._EoFAG_signInBtn{color:var(--landing-text-secondary);border-radius:var(--landing-radius-md);cursor:pointer;padding:1rem 1.6rem;font-size:1.4rem;font-weight:500;text-decoration:none;transition:color .2s,background .2s}._EoFAG_signInBtn:hover{color:var(--landing-text-primary);background:#f1f3f4;text-decoration:none}._EoFAG_hamburger{cursor:pointer;border-radius:var(--landing-radius-md);background:0 0;border:none;flex-direction:column;justify-content:center;gap:.5rem;width:3.6rem;height:3.6rem;padding:.4rem;transition:background .2s;display:none}._EoFAG_hamburger:hover{background:#f1f3f4}._EoFAG_hamburger span{transform-origin:50%;background:#1a1a1a;border-radius:.1rem;width:100%;height:.2rem;transition:transform .25s,opacity .25s;display:block}._EoFAG_hamburger._EoFAG_hamburgerOpen span:first-child{transform:translateY(.7rem)rotate(45deg)}._EoFAG_hamburger._EoFAG_hamburgerOpen span:nth-child(2){opacity:0}._EoFAG_hamburger._EoFAG_hamburgerOpen span:nth-child(3){transform:translateY(-.7rem)rotate(-45deg)}._EoFAG_mobileMenu{background:#fff;border-top:1px solid #f1f3f4;max-height:0;transition:max-height .3s;display:none;overflow:hidden}._EoFAG_mobileMenu._EoFAG_mobileMenuOpen{max-height:40rem}._EoFAG_mobileNav{flex-direction:column;gap:.4rem;padding:1.6rem 2rem 0;display:flex}._EoFAG_mobileNav a{color:var(--landing-text-secondary);border-bottom:1px solid #f1f3f4;padding:1.2rem 0;font-size:1.6rem;font-weight:500;text-decoration:none;transition:color .2s}._EoFAG_mobileNav a:hover{color:var(--landing-text-primary)}._EoFAG_mobileActions{flex-direction:column;gap:1.2rem;padding:1.6rem 2rem 2.4rem;display:flex}._EoFAG_mobileSignInBtn{color:var(--landing-text-secondary);border-radius:var(--landing-radius-md);text-align:center;border:1px solid #e5e7eb;padding:1.2rem 1.6rem;font-size:1.5rem;font-weight:500;text-decoration:none;transition:color .2s,background .2s}._EoFAG_mobileSignInBtn:hover{color:var(--landing-text-primary);background:#f1f3f4}._EoFAG_mobileGetStartedBtn{width:100%}@media (width<=768px){._EoFAG_navCenter,._EoFAG_navRight{display:none}._EoFAG_hamburger{display:flex}._EoFAG_mobileMenu{display:block}}