@keyframes Home-module__g21JLG__pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes Home-module__g21JLG__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.Home-module__g21JLG__nav{z-index:1000;background:0 0;padding:1rem 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.Home-module__g21JLG__navScrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border-subtle);background:#0a0e17f2}.Home-module__g21JLG__navContainer{justify-content:space-between;align-items:center;display:flex}.Home-module__g21JLG__logo{font-family:var(--font-heading);color:var(--text-primary);align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;display:flex}.Home-module__g21JLG__logoIcon{background:var(--gradient-accent);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;display:flex}.Home-module__g21JLG__navLinks{align-items:center;gap:2rem;list-style:none;display:flex}.Home-module__g21JLG__navLink{color:var(--text-secondary);cursor:pointer;font-size:.95rem;transition:color .2s}.Home-module__g21JLG__navLink:hover{color:var(--text-primary)}.Home-module__g21JLG__navCta{background:var(--gradient-accent);color:var(--bg-primary);border-radius:8px;padding:.6rem 1.25rem;font-weight:500;transition:transform .2s,box-shadow .2s}.Home-module__g21JLG__navCta:hover{box-shadow:0 8px 25px var(--accent-glow);transform:translateY(-2px)}.Home-module__g21JLG__hero{background:var(--gradient-hero);align-items:center;min-height:100vh;padding-top:5rem;display:flex;position:relative;overflow:hidden}.Home-module__g21JLG__heroBackground{pointer-events:none;position:absolute;inset:0;overflow:hidden}.Home-module__g21JLG__heroGlow{filter:blur(120px);opacity:.3;border-radius:50%;width:600px;height:600px;position:absolute}.Home-module__g21JLG__heroGlow1{background:var(--accent-primary);top:-200px;right:-100px}.Home-module__g21JLG__heroGlow2{background:#8b5cf6;bottom:-200px;left:-100px}.Home-module__g21JLG__heroGrid{background-image:linear-gradient(#94a3b808 1px,#0000 1px),linear-gradient(90deg,#94a3b808 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.Home-module__g21JLG__heroContent{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid;position:relative}@keyframes Home-module__g21JLG__textFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.Home-module__g21JLG__heroText{animation:.8s forwards Home-module__g21JLG__textFadeInUp}.Home-module__g21JLG__heroBadge{background:var(--bg-card);border:1px solid var(--border-accent);color:var(--accent-secondary);border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem;display:inline-flex}.Home-module__g21JLG__heroBadgeDot{background:var(--accent-primary);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite Home-module__g21JLG__pulse}.Home-module__g21JLG__heroTitle{color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem)}.Home-module__g21JLG__heroTitleAccent{background:var(--gradient-accent);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Home-module__g21JLG__heroSubtitle{color:var(--text-secondary);max-width:500px;margin-bottom:2.5rem;font-size:1.2rem;line-height:1.7}.Home-module__g21JLG__heroForm{gap:.75rem;max-width:460px;display:flex}.Home-module__g21JLG__heroInput{background:var(--bg-tertiary);border:1px solid var(--border-subtle);color:var(--text-primary);font-size:1rem;font-family:var(--font-body);border-radius:10px;flex:1;padding:1rem 1.25rem;transition:border-color .2s}.Home-module__g21JLG__heroInput::placeholder{color:var(--text-muted)}.Home-module__g21JLG__heroInput:focus{border-color:var(--accent-primary);outline:none}.Home-module__g21JLG__heroButton{background:var(--gradient-accent);color:var(--bg-primary);cursor:pointer;font-size:1rem;font-weight:600;font-family:var(--font-body);white-space:nowrap;border:none;border-radius:10px;padding:1rem 2rem;transition:transform .2s,box-shadow .2s}.Home-module__g21JLG__heroButton:hover{box-shadow:0 10px 30px var(--accent-glow);transform:translateY(-2px)}.Home-module__g21JLG__heroButton:disabled{opacity:.7;cursor:not-allowed;transform:none}.Home-module__g21JLG__heroStats{border-top:1px solid var(--border-subtle);gap:3rem;margin-top:3rem;padding-top:2rem;display:flex}.Home-module__g21JLG__heroStat{text-align:left}.Home-module__g21JLG__heroStatNumber{font-family:var(--font-heading);color:var(--accent-secondary);font-size:2rem;font-weight:700}.Home-module__g21JLG__heroStatLabel{color:var(--text-muted);margin-top:.25rem;font-size:.9rem}@keyframes Home-module__g21JLG__heroFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.Home-module__g21JLG__heroVisual{opacity:0;justify-content:center;animation:.8s .2s forwards Home-module__g21JLG__heroFadeInUp;display:flex}.Home-module__g21JLG__heroCard{background:var(--gradient-card);border:1px solid var(--border-subtle);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;width:100%;max-width:450px;padding:2rem;animation:6s ease-in-out infinite Home-module__g21JLG__float}.Home-module__g21JLG__heroCardHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.Home-module__g21JLG__heroCardTitle{color:var(--text-primary);font-size:1rem;font-weight:600}.Home-module__g21JLG__heroCardStatus{color:var(--accent-secondary);background:#06b6d426;border-radius:50px;padding:.35rem .75rem;font-size:.75rem}.Home-module__g21JLG__heroCardBody{flex-direction:column;gap:1rem;display:flex}.Home-module__g21JLG__heroCardItem{background:#ffffff08;border-radius:10px;align-items:center;gap:.75rem;padding:.75rem;display:flex}.Home-module__g21JLG__heroCardIcon{background:var(--bg-tertiary);border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;display:flex}.Home-module__g21JLG__heroCardItemText h4{font-family:var(--font-body);color:var(--text-primary);font-size:.9rem;font-weight:500}.Home-module__g21JLG__heroCardItemText p{color:var(--text-muted);font-size:.8rem}.Home-module__g21JLG__features{padding:var(--section-padding)0;background:var(--bg-secondary);position:relative}.Home-module__g21JLG__sectionHeader{text-align:center;max-width:650px;margin:0 auto 4rem}.Home-module__g21JLG__sectionLabel{color:var(--accent-primary);background:#06b6d41a;border-radius:50px;margin-bottom:1rem;padding:.4rem 1rem;font-size:.85rem;font-weight:500;display:inline-block}.Home-module__g21JLG__sectionTitle{color:var(--text-primary);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem)}.Home-module__g21JLG__sectionSubtitle{color:var(--text-secondary);font-size:1.1rem;line-height:1.7}.Home-module__g21JLG__featuresGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Home-module__g21JLG__featureCard{background:var(--gradient-card);border:1px solid var(--border-subtle);border-radius:20px;padding:2.5rem;transition:transform .3s,border-color .3s}.Home-module__g21JLG__featureCard:hover{border-color:var(--border-accent);transform:translateY(-5px)}.Home-module__g21JLG__featureIcon{background:linear-gradient(135deg,#06b6d426 0%,#06b6d40d 100%);border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;font-size:1.75rem;display:flex}.Home-module__g21JLG__featureTitle{font-family:var(--font-body);color:var(--text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.Home-module__g21JLG__featureDescription{color:var(--text-secondary);font-size:.95rem;line-height:1.7}.Home-module__g21JLG__howItWorks{padding:var(--section-padding)0;background:var(--bg-primary)}.Home-module__g21JLG__stepsContainer{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid;position:relative}.Home-module__g21JLG__stepsContainer:before{content:"";background:linear-gradient(90deg,transparent,var(--accent-primary),var(--accent-primary),transparent);opacity:.3;height:2px;position:absolute;top:40px;left:10%;right:10%}.Home-module__g21JLG__step{text-align:center;position:relative}.Home-module__g21JLG__stepNumber{background:var(--gradient-accent);width:80px;height:80px;font-family:var(--font-heading);color:var(--bg-primary);z-index:1;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:2rem;font-weight:700;display:flex;position:relative}.Home-module__g21JLG__stepTitle{font-family:var(--font-body);color:var(--text-primary);margin-bottom:.5rem;font-size:1.15rem;font-weight:600}.Home-module__g21JLG__stepDescription{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.Home-module__g21JLG__benefits{padding:var(--section-padding)0;background:var(--bg-secondary)}.Home-module__g21JLG__benefitsGrid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.Home-module__g21JLG__benefitsList{flex-direction:column;gap:1.5rem;display:flex}.Home-module__g21JLG__benefitItem{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:16px;gap:1rem;padding:1.5rem;transition:border-color .2s;display:flex}.Home-module__g21JLG__benefitItem:hover{border-color:var(--border-accent)}.Home-module__g21JLG__benefitCheck{background:var(--gradient-accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;display:flex}.Home-module__g21JLG__benefitContent h4{font-family:var(--font-body);color:var(--text-primary);margin-bottom:.25rem;font-size:1.1rem;font-weight:600}.Home-module__g21JLG__benefitContent p{color:var(--text-secondary);font-size:.9rem}.Home-module__g21JLG__benefitsVisual{justify-content:center;display:flex}.Home-module__g21JLG__benefitsImage{aspect-ratio:1;background:var(--gradient-card);border:1px solid var(--border-subtle);border-radius:24px;justify-content:center;align-items:center;width:100%;max-width:400px;font-size:8rem;animation:6s ease-in-out infinite Home-module__g21JLG__float;display:flex}.Home-module__g21JLG__proofBanner{background:var(--bg-tertiary);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);padding:1.5rem 0}.Home-module__g21JLG__proofText{text-align:center;color:var(--text-secondary);font-size:1.1rem}.Home-module__g21JLG__proofHighlight{color:var(--accent-secondary);font-weight:600}.Home-module__g21JLG__usedFor{padding:var(--section-padding)0;background:var(--bg-primary)}.Home-module__g21JLG__useCaseGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.Home-module__g21JLG__useCase{background:var(--gradient-card);border:1px solid var(--border-subtle);border-radius:16px;padding:2rem;transition:transform .3s,border-color .3s}.Home-module__g21JLG__useCase:hover{border-color:var(--border-accent);transform:translateY(-3px)}.Home-module__g21JLG__useCaseIcon{margin-bottom:1rem;font-size:2rem}.Home-module__g21JLG__useCase h3{font-family:var(--font-body);color:var(--text-primary);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.Home-module__g21JLG__useCase p{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.Home-module__g21JLG__testimonials{padding:var(--section-padding)0;background:var(--bg-secondary)}.Home-module__g21JLG__testimonialGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Home-module__g21JLG__testimonial{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:20px;flex-direction:column;padding:2rem;display:flex}.Home-module__g21JLG__testimonialQuote{color:var(--text-primary);flex:1;margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.Home-module__g21JLG__testimonialAuthor{border-top:1px solid var(--border-subtle);align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.Home-module__g21JLG__testimonialAvatar{background:var(--gradient-accent);width:48px;height:48px;color:var(--bg-primary);border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;display:flex}.Home-module__g21JLG__testimonialName{color:var(--text-primary);font-style:normal;font-weight:600;display:block}.Home-module__g21JLG__testimonialRole{color:var(--text-muted);font-size:.85rem}.Home-module__g21JLG__heroCardStatusWarning{color:#f87171;background:#ef444426;border-radius:50px;padding:.35rem .75rem;font-size:.75rem;font-weight:600}.Home-module__g21JLG__ctaNote{color:var(--text-muted);margin-top:1.5rem;font-size:.9rem}.Home-module__g21JLG__cta{padding:var(--section-padding)0;background:var(--bg-primary);position:relative;overflow:hidden}.Home-module__g21JLG__ctaBackground{position:absolute;inset:0;overflow:hidden}.Home-module__g21JLG__ctaGlow{filter:blur(150px);opacity:.2;background:var(--accent-primary);border-radius:50%;width:500px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Home-module__g21JLG__ctaContent{z-index:1;text-align:center;max-width:650px;margin:0 auto;position:relative}.Home-module__g21JLG__ctaTitle{margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem)}.Home-module__g21JLG__ctaSubtitle{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.1rem}.Home-module__g21JLG__ctaForm{gap:.75rem;max-width:460px;margin:0 auto;display:flex}.Home-module__g21JLG__successMessage{border:1px solid var(--accent-primary);color:var(--accent-secondary);background:#06b6d41a;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-weight:500;display:flex}.Home-module__g21JLG__footer{background:var(--bg-tertiary);border-top:1px solid var(--border-subtle);padding:3rem 0}.Home-module__g21JLG__footerContent{justify-content:space-between;align-items:center;display:flex}.Home-module__g21JLG__footerLogo{font-family:var(--font-heading);align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;display:flex}.Home-module__g21JLG__footerCopyright{color:var(--text-muted);font-size:.9rem}.Home-module__g21JLG__footerLinks{gap:2rem;list-style:none;display:flex}.Home-module__g21JLG__footerLink{color:var(--text-secondary);cursor:pointer;font-size:.9rem;transition:color .2s}.Home-module__g21JLG__footerLink:hover{color:var(--text-primary)}@media (max-width:1024px){.Home-module__g21JLG__heroContent{text-align:center;grid-template-columns:1fr}.Home-module__g21JLG__heroSubtitle{margin-left:auto;margin-right:auto}.Home-module__g21JLG__heroForm{justify-content:center;margin:0 auto}.Home-module__g21JLG__heroStats{justify-content:center}.Home-module__g21JLG__heroVisual{order:-1}.Home-module__g21JLG__heroCard{max-width:380px}.Home-module__g21JLG__featuresGrid{grid-template-columns:1fr;max-width:500px;margin:0 auto}.Home-module__g21JLG__stepsContainer{grid-template-columns:repeat(2,1fr);gap:3rem}.Home-module__g21JLG__stepsContainer:before{display:none}.Home-module__g21JLG__benefitsGrid{grid-template-columns:1fr}.Home-module__g21JLG__benefitsVisual{order:-1}.Home-module__g21JLG__useCaseGrid{grid-template-columns:repeat(2,1fr)}.Home-module__g21JLG__testimonialGrid{grid-template-columns:1fr;max-width:600px;margin:0 auto}}@media (max-width:768px){.Home-module__g21JLG__navLinks{display:none}.Home-module__g21JLG__heroForm{flex-direction:column}.Home-module__g21JLG__heroButton{width:100%}.Home-module__g21JLG__heroStats{text-align:center;flex-direction:column;gap:1.5rem}.Home-module__g21JLG__heroStat{text-align:center}.Home-module__g21JLG__stepsContainer{grid-template-columns:1fr;max-width:300px;margin:0 auto}.Home-module__g21JLG__ctaForm{flex-direction:column}.Home-module__g21JLG__footerContent{text-align:center;flex-direction:column;gap:1.5rem}.Home-module__g21JLG__footerLinks{flex-wrap:wrap;justify-content:center}.Home-module__g21JLG__useCaseGrid{grid-template-columns:1fr;max-width:400px;margin:0 auto}}
