.landing-header{position:sticky;top:0;z-index:50;display:flex;width:min(1240px,calc(100% - 32px));height:calc(82px + env(safe-area-inset-top));margin:0 auto;padding-top:env(safe-area-inset-top);align-items:center;background:#fff}.landing-brand{position:absolute;left:50%;display:inline-flex;transform:translateX(-50%)}.landing-brand img{width:42px;height:42px;object-fit:contain}.landing-cta.landing-header-cta{display:none}.landing-menu-button{display:flex;width:44px;height:44px;margin-left:auto;padding:0;align-items:center;justify-content:center;flex-direction:column;gap:6px;background:transparent}.landing-menu-button span{display:block;width:21px;height:1.5px;background:var(--ink,#172019)}.landing-mobile-menu{position:absolute;top:68px;right:0;display:block;width:min(280px,calc(100vw - 32px));padding:14px;border:1px solid var(--line,#e4e7e3);border-radius:16px;background:#fff;box-shadow:0 18px 55px rgba(25,31,26,.12)}.landing-mobile-menu .landing-cta{width:100%}.landing-menu-cta-group{display:flex;flex-direction:column;gap:10px}.landing-menu-actions{display:flex;min-height:58px;margin-bottom:12px;padding-bottom:12px;align-items:center;justify-content:flex-end;gap:6px;border-bottom:1px solid var(--line,#e4e7e3)}.landing-menu-icon-action{display:inline-flex;width:44px;height:44px;padding:0;align-items:center;justify-content:center;border:0;border-radius:8px;background:#fff;color:var(--ink,#172019);cursor:pointer;transition:background-color .2s ease,color .2s ease}.landing-menu-icon-action:hover{background:#f4f5f3;color:#000}.landing-menu-icon-action:focus-visible{outline:2px solid #111;outline-offset:2px}.landing-menu-icon-action svg{width:21px;height:21px}.landing-cta{display:inline-flex;min-height:52px;padding:0 26px;align-items:center;justify-content:center;border-radius:999px;background:var(--lime,#d9ff43);color:#12180f;box-shadow:inset 0 0 0 1px rgba(23,32,25,.08);font-family:Arial,Helvetica Neue,sans-serif;font-size:var(--type-body,16px);font-weight:700;transition:box-shadow .2s ease,transform .2s ease}.landing-cta,.landing-cta:active,.landing-cta:hover,.landing-cta:link,.landing-cta:visited{text-decoration:none}.landing-cta:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(122,155,0,.18)}.landing-cta.landing-cta-secondary{background:#111;color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}.landing-cta.landing-cta-secondary:hover{box-shadow:0 12px 30px rgba(17,17,17,.2)}@media (max-width:700px){.landing-header{width:calc(100% - 32px);height:calc(76px + env(safe-area-inset-top))}}