@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes gradient-shift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.animate-fade-in-up{animation:fade-in-up .5s ease-out forwards}.animate-fade-in{animation:fade-in .3s ease-out forwards}.animate-gradient{background-size:200% 200%;animation:gradient-shift 8s ease infinite}.stagger-children>:first-child{animation-delay:0s}.stagger-children>:nth-child(2){animation-delay:.1s}.stagger-children>:nth-child(3){animation-delay:.2s}.stagger-children>:nth-child(4){animation-delay:.3s}.stagger-children>:nth-child(5){animation-delay:.4s}.stagger-children>:nth-child(6){animation-delay:.5s}.reveal{opacity:0;transform:translateY(20px);transition:opacity .5s ease-out,transform .5s ease-out}.reveal.visible{opacity:1;transform:translateY(0)}.landing-section{padding-top:5rem;padding-bottom:5rem}@media (min-width:768px){.landing-section{padding-top:6rem;padding-bottom:6rem}}@media (min-width:1024px){.landing-section{padding-top:7rem;padding-bottom:7rem}}.hero-gradient{background:linear-gradient(135deg,#0f172a,#1e293b 50%,#0f172a)}.grid-pattern{background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 0);background-size:40px 40px}.landing-card{transition:transform .2s ease-out,box-shadow .2s ease-out}.landing-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px rgb(0 0 0/.1),0 8px 10px -6px rgb(0 0 0/.1)}.pricing-card-highlight{position:relative;border:2px solid #7c3aed;transform:scale(1.02)}.pricing-card-highlight:before{content:"";position:absolute;inset:-2px;border-radius:inherit;background:linear-gradient(135deg,#7c3aed,#0ea5e9);z-index:-1;opacity:.2}.faq-item{border-bottom:1px solid #e5e7eb}.faq-item:last-child{border-bottom:none}.landing-focus:focus-visible{outline:2px solid #7c3aed;outline-offset:2px}.skip-link{position:absolute;top:-40px;left:0;background:#7c3aed;color:white;padding:8px 16px;z-index:100;transition:top .2s ease}.skip-link:focus{top:0}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.animate-fade-in,.animate-fade-in-up,.animate-gradient,.reveal{animation:none;opacity:1;transform:none}}