html{scroll-behavior:smooth}@keyframes landing-fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes landing-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes landing-orb{0%,to{transform:translate(0) scale(1)}50%{transform:translate(12px,-16px) scale(1.05)}}.landing-hero-animate{animation:landing-fade-up .7s ease-out both}.landing-hero-animate-delay-1{animation-delay:.1s}.landing-hero-animate-delay-2{animation-delay:.2s}.landing-hero-animate-delay-3{animation-delay:.32s}.landing-float{animation:landing-float 5s ease-in-out infinite}.landing-orb{animation:landing-orb 12s ease-in-out infinite}.landing-reveal{opacity:0;transform:translateY(20px);transition:opacity .55s ease,transform .55s ease}.is-visible .landing-reveal,.landing-reveal.is-visible{opacity:1;transform:translateY(0)}.landing-reveal-stagger>.landing-reveal:first-child{transition-delay:.05s}.landing-reveal-stagger>.landing-reveal:nth-child(2){transition-delay:.12s}.landing-reveal-stagger>.landing-reveal:nth-child(3){transition-delay:.19s}.landing-reveal-stagger>.landing-reveal:nth-child(4){transition-delay:.26s}.landing-reveal-stagger>.landing-reveal:nth-child(5){transition-delay:.33s}.landing-reveal-stagger>.landing-reveal:nth-child(6){transition-delay:.4s}.landing-reveal-stagger>.landing-reveal:nth-child(7){transition-delay:.47s}.landing-feature-card{cursor:pointer;color:inherit;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.landing-feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px -12px rgb(107 78 170/.28),0 4px 12px -4px rgb(0 0 0/.06)}.landing-feature-card:focus-visible{outline:2px solid var(--ring);outline-offset:3px}@media (prefers-reduced-motion:reduce){.landing-float,.landing-hero-animate,.landing-hero-animate-delay-1,.landing-hero-animate-delay-2,.landing-hero-animate-delay-3,.landing-orb{animation:none!important}.landing-reveal{opacity:1;transform:none;transition:none}.landing-feature-card:hover{transform:none}html{scroll-behavior:auto}}