.landing_landingContainer__GNcim{min-height:100vh;background-color:hsl(var(--background));display:flex;flex-direction:column;overflow-x:hidden}.landing_header__wookq{position:fixed;top:0;width:100%;height:4rem;background-color:hsl(var(--background)/.8);backdrop-filter:blur(12px);border-bottom:1px solid hsl(var(--border));z-index:50;display:flex;align-items:center}.landing_headerContent__GbZlf{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between}.landing_logo__HZh0D{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;color:hsl(var(--foreground));text-decoration:none}.landing_logo__HZh0D svg{color:hsl(var(--primary))}.landing_nav__3aOeD{display:flex;align-items:center;gap:1rem}.landing_hero__6tn6A{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8rem 1.5rem 4rem;text-align:center;position:relative;background-image:linear-gradient(hsl(var(--primary)/.05) 1px,transparent 1px),linear-gradient(90deg,hsl(var(--primary)/.05) 1px,transparent 1px);background-size:32px 32px}.landing_hero__6tn6A:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,transparent 0,hsl(var(--background)) 80%);pointer-events:none}.landing_heroContent__vYuMV{position:relative;z-index:10;max-width:800px}.landing_heroTitle__8HKvO{font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(135deg,hsl(var(--foreground)) 0,hsl(var(--muted-foreground)) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media(min-width:768px){.landing_heroTitle__8HKvO{font-size:4rem}}.landing_heroSubtitle__d__Ra{font-size:1.125rem;color:hsl(var(--muted-foreground));margin-bottom:2.5rem;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}@media(min-width:768px){.landing_heroSubtitle__d__Ra{font-size:1.25rem}}.landing_heroActions__yN1mm{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media(min-width:640px){.landing_heroActions__yN1mm{flex-direction:row}}.landing_features__Jwgh_{padding:4rem 1.5rem;background-color:hsl(var(--card)/.5);border-top:1px solid hsl(var(--border))}.landing_featuresGrid__xkfvM{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.landing_featuresGrid__xkfvM{grid-template-columns:repeat(3,1fr)}}.landing_featureCard__YMVsc{padding:2rem;background-color:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);transition:all .2s ease}.landing_featureCard__YMVsc:hover{transform:translateY(-4px);border-color:hsl(var(--primary)/.5);box-shadow:0 12px 24px -12px hsl(var(--primary)/.1)}.landing_featureIcon__7F0qu{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:.75rem;background-color:hsl(var(--primary)/.1);color:hsl(var(--primary));margin-bottom:1.5rem}.landing_featureTitle__tOzMG{font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.landing_featureDescription__MWIed{color:hsl(var(--muted-foreground));line-height:1.6}.landing_footer__GjN0C{padding:4rem 1.5rem;border-top:1px solid hsl(var(--border));text-align:center;color:hsl(var(--muted-foreground))}