.page-module___8aEwW__page{background:var(--background);flex-direction:column;min-height:100vh;display:flex}.page-module___8aEwW__nav{z-index:100;background:var(--card);border-bottom:1px solid var(--border);position:sticky;top:0}.page-module___8aEwW__navInner{justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.page-module___8aEwW__logo{color:var(--primary);letter-spacing:-.02em;font-size:1.25rem;font-weight:800}.page-module___8aEwW__navLinksDesktop{flex:1;justify-content:center;gap:2rem;display:flex}.page-module___8aEwW__navLinksDesktop a{color:var(--muted-foreground);font-size:.9rem;font-weight:500}.page-module___8aEwW__navLinksDesktop a:hover{color:var(--primary);text-decoration:none}.page-module___8aEwW__navActionsDesktop{align-items:center;gap:1.25rem;display:flex}.page-module___8aEwW__navLoginLink{color:var(--foreground);font-size:.9rem;font-weight:500}.page-module___8aEwW__navCta{background:var(--primary);color:#fff;border-radius:.5rem;padding:.55rem 1.25rem;font-size:.9rem;font-weight:600;transition:background .2s}.page-module___8aEwW__navCta:hover{background:var(--primary-hover);text-decoration:none}.page-module___8aEwW__menuToggle{color:var(--foreground);background:0 0;border:none;display:none}.page-module___8aEwW__navMobileMenu{border-top:1px solid var(--border);flex-direction:column;gap:1rem;padding:1rem 2rem 1.5rem;display:flex}.page-module___8aEwW__navMobileMenu a{color:var(--foreground);font-weight:500}.page-module___8aEwW__navMobileDivider{background:var(--border);height:1px;margin:.25rem 0}.page-module___8aEwW__navMobileLangRow{display:flex}@media (max-width:800px){.page-module___8aEwW__navLinksDesktop,.page-module___8aEwW__navActionsDesktop{display:none}.page-module___8aEwW__menuToggle{display:flex}}.page-module___8aEwW__betaBanner{background:var(--primary-soft);color:var(--primary-hover);text-align:center;padding:.65rem 1.5rem;font-size:.85rem;font-weight:600}.page-module___8aEwW__heroContainer{justify-content:space-between;align-items:center;gap:4rem;width:100%;max-width:1200px;margin:0 auto;padding:4rem 2rem;display:flex}.page-module___8aEwW__heroContent{flex-direction:column;flex:1;align-items:flex-start;gap:1.25rem;animation:.8s ease-out forwards page-module___8aEwW__fadeInUp;display:flex}.page-module___8aEwW__trustBadge{background:var(--primary-soft);border:1px solid var(--border);color:var(--primary);border-radius:2rem;padding:.4rem .9rem;font-size:.8rem;font-weight:600;display:inline-block}.page-module___8aEwW__heroContent h1{background:linear-gradient(90deg,#0891b2,#06b6d4);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0;font-size:4rem;font-weight:800;line-height:1.1}.page-module___8aEwW__heroContent p{color:var(--muted-foreground);max-width:480px;font-size:1.25rem}.page-module___8aEwW__actions{gap:1rem;margin-top:1rem;display:flex}.page-module___8aEwW__actions a{border-radius:.75rem;justify-content:center;align-items:center;padding:1rem 2rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.page-module___8aEwW__btnPrimaryLarge{background:var(--primary);color:#fff;border-radius:.75rem;justify-content:center;align-items:center;padding:1rem 2rem;font-size:1.125rem;font-weight:600;transition:background .2s;display:inline-flex}.page-module___8aEwW__btnPrimaryLarge:hover{background:var(--primary-hover);text-decoration:none}.page-module___8aEwW__btnSecondaryLarge{background:var(--card);color:var(--foreground);border:1px solid var(--border);border-radius:.75rem;justify-content:center;align-items:center;padding:1rem 2rem;font-size:1.125rem;font-weight:600;transition:background .2s;display:inline-flex}.page-module___8aEwW__btnSecondaryLarge:hover{background:var(--surface);text-decoration:none}.page-module___8aEwW__heroImageWrapper{flex:1;justify-content:center;align-items:center;animation:6s ease-in-out infinite page-module___8aEwW__float;display:flex}.page-module___8aEwW__heroImage{border:1px solid var(--border);border-radius:1rem;width:100%;max-width:600px;height:auto}@keyframes page-module___8aEwW__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes page-module___8aEwW__float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}@media (max-width:900px){.page-module___8aEwW__heroContainer{text-align:center;flex-direction:column;gap:2rem;padding:2rem 1rem}.page-module___8aEwW__heroContent{align-items:center}.page-module___8aEwW__heroContent p{max-width:100%}.page-module___8aEwW__heroContent h1{font-size:2.5rem}}.page-module___8aEwW__section{padding:5rem 2rem}.page-module___8aEwW__sectionInner{max-width:1200px;margin:0 auto}.page-module___8aEwW__sectionTitle{text-align:center;color:var(--foreground);margin-bottom:.75rem;font-size:2.25rem;font-weight:800}.page-module___8aEwW__sectionSubtitle{text-align:center;color:var(--muted-foreground);max-width:640px;margin:0 auto 3rem;font-size:1.1rem}.page-module___8aEwW__whyGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;display:grid}.page-module___8aEwW__whyCard{background:var(--card);border:1px solid var(--border);text-align:center;border-radius:.5rem;padding:1.75rem}.page-module___8aEwW__whyIcon{background:var(--primary-soft);border-radius:.5rem;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 1rem;font-size:1.5rem;display:flex}.page-module___8aEwW__whyCard h3{color:var(--foreground);margin-bottom:.5rem;font-size:1.05rem;font-weight:700}.page-module___8aEwW__whyCard p{color:var(--muted-foreground);font-size:.9rem;line-height:1.5}.page-module___8aEwW__featureSubsection{margin-bottom:4rem}.page-module___8aEwW__featureSubsection:last-child{margin-bottom:0}.page-module___8aEwW__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.page-module___8aEwW__featureCard{background:var(--card);border:1px solid var(--border);border-radius:.5rem;padding:1.75rem}.page-module___8aEwW__featureIcon{background:var(--primary-soft);width:44px;height:44px;color:var(--primary);border-radius:.5rem;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.page-module___8aEwW__featureCard h3{color:var(--foreground);margin-bottom:.5rem;font-size:1.05rem;font-weight:700}.page-module___8aEwW__featureCard p{color:var(--muted-foreground);font-size:.9rem;line-height:1.5}.page-module___8aEwW__pricingGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:stretch;gap:1.5rem;display:grid}.page-module___8aEwW__pricingCard{background:var(--card);border:1px solid var(--border);border-radius:.5rem;flex-direction:column;padding:2rem;display:flex;position:relative}.page-module___8aEwW__pricingCardFeatured{border:2px solid var(--primary)}.page-module___8aEwW__pricingBadge{background:var(--primary);color:#fff;border-radius:2rem;padding:.25rem .9rem;font-size:.75rem;font-weight:700;position:absolute;top:-.75rem;left:50%;transform:translate(-50%)}.page-module___8aEwW__pricingCard h3{color:var(--foreground);font-size:1.15rem;font-weight:700}.page-module___8aEwW__pricingDesc{color:var(--muted-foreground);margin:.25rem 0 1.25rem;font-size:.875rem}.page-module___8aEwW__pricingPrice{color:var(--foreground);margin-bottom:1.5rem;font-size:2.5rem;font-weight:800}.page-module___8aEwW__pricingPeriod{color:var(--muted-foreground);margin-left:.25rem;font-size:1rem;font-weight:500}.page-module___8aEwW__pricingFeatureList{flex-direction:column;flex:1;gap:.75rem;margin:0 0 2rem;padding:0;list-style:none;display:flex}.page-module___8aEwW__pricingFeatureList li{color:var(--foreground);align-items:center;gap:.6rem;font-size:.9rem;display:flex}.page-module___8aEwW__pricingFeatureList li svg{color:var(--primary);flex-shrink:0}.page-module___8aEwW__footer{border-top:1px solid var(--border);margin-top:auto;padding:3rem 2rem 1.5rem}.page-module___8aEwW__footerInner{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.page-module___8aEwW__footerTagline{color:var(--muted-foreground);max-width:320px;margin-top:.5rem;font-size:.875rem}.page-module___8aEwW__footerLinks{flex-wrap:wrap;gap:1.5rem;display:flex}.page-module___8aEwW__footerLinks a{color:var(--muted-foreground);font-size:.9rem;font-weight:500}.page-module___8aEwW__footerLinks a:hover{color:var(--primary)}.page-module___8aEwW__footerLegalRow{flex-wrap:wrap;justify-content:center;gap:1.5rem;max-width:1200px;margin:2rem auto 0;display:flex}.page-module___8aEwW__footerLegalRow a{color:var(--muted-foreground);font-size:.8rem;font-weight:500}.page-module___8aEwW__footerLegalRow a:hover{color:var(--primary)}.page-module___8aEwW__footerLinkSoon{color:var(--muted-foreground);opacity:.6;cursor:default;font-size:.8rem;font-weight:500}.page-module___8aEwW__footerBottom{border-top:1px solid var(--border);max-width:1200px;color:var(--muted-foreground);text-align:center;margin:1.5rem auto 0;padding-top:1.5rem;font-size:.8rem}
