.NavBar-module__2zP-FG__nav{z-index:var(--z-overlay);padding:var(--space-4) var(--space-8);opacity:0;pointer-events:none;transition:opacity var(--transition-base), background var(--transition-base), border-color var(--transition-base), backdrop-filter var(--transition-base);position:fixed;top:0;left:0;right:0}.NavBar-module__2zP-FG__visible{opacity:1;pointer-events:auto;animation:NavBar-module__2zP-FG__navSlideDown .5s var(--transition-spring) both}@keyframes NavBar-module__2zP-FG__navSlideDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}.NavBar-module__2zP-FG__scrolled{background:var(--glass-bg);border-bottom:1px solid var(--glass-border);-webkit-backdrop-filter:var(--glass-blur)}.NavBar-module__2zP-FG__inner{align-items:center;gap:var(--space-8);max-width:1280px;margin:0 auto;display:flex}.NavBar-module__2zP-FG__logo{font-size:var(--text-xl);flex-shrink:0;align-items:center;gap:8px;font-weight:800;text-decoration:none;display:flex}.NavBar-module__2zP-FG__links{gap:var(--space-6);flex:1;margin:0;padding:0;list-style:none;display:flex}.NavBar-module__2zP-FG__link{color:var(--text-secondary);font-size:var(--text-sm);transition:color var(--transition-fast);font-weight:500;text-decoration:none}.NavBar-module__2zP-FG__link:hover{color:var(--text-primary)}.NavBar-module__2zP-FG__actions{align-items:center;gap:var(--space-3);margin-left:auto;display:flex}@media (max-width:768px){.NavBar-module__2zP-FG__links{display:none}}
.Footer-module__5IZuUa__footer{border-top:1px solid var(--glass-border);padding:var(--space-16) var(--space-8) var(--space-8);background:var(--surface-0)}.Footer-module__5IZuUa__inner{gap:var(--space-8);grid-template-columns:2fr repeat(3,1fr);max-width:1280px;margin:0 auto;display:grid}.Footer-module__5IZuUa__logo{font-size:var(--text-2xl);font-weight:800}.Footer-module__5IZuUa__tagline{font-size:var(--text-sm);color:var(--text-muted);margin:var(--space-2) 0 0}.Footer-module__5IZuUa__colTitle{font-size:var(--text-xs);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:var(--space-4);font-weight:700;display:block}.Footer-module__5IZuUa__links{gap:var(--space-3);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.Footer-module__5IZuUa__link{font-size:var(--text-sm);color:var(--text-secondary);transition:color var(--transition-fast);text-decoration:none}.Footer-module__5IZuUa__link:hover{color:var(--text-primary)}.Footer-module__5IZuUa__bottom{max-width:1280px;margin:var(--space-12) auto 0;padding-top:var(--space-6);border-top:1px solid var(--glass-border)}.Footer-module__5IZuUa__copy{font-size:var(--text-xs);color:var(--text-muted)}@media (max-width:768px){.Footer-module__5IZuUa__inner{grid-template-columns:1fr 1fr}}
.HeroSection-module__DmCCQa__hero{align-items:center;gap:var(--space-16);min-height:100vh;padding:120px max(var(--space-8), calc((100vw - 1280px) / 2)) var(--space-24);display:flex;position:relative}.HeroSection-module__DmCCQa__bg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.HeroSection-module__DmCCQa__glow{filter:blur(140px);opacity:.2;border-radius:50%;width:600px;height:600px;position:absolute}.HeroSection-module__DmCCQa__glowPurple{background:var(--brand-purple);top:-100px;left:-100px}.HeroSection-module__DmCCQa__glowBlue{background:var(--brand-blue);bottom:0;right:-100px}.HeroSection-module__DmCCQa__dotGrid{background-image:radial-gradient(circle,#9333ea26 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0}.HeroSection-module__DmCCQa__content{z-index:1;flex:1;max-width:600px;position:relative}.HeroSection-module__DmCCQa__badge{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);border-radius:var(--radius-full);font-size:var(--text-xs);color:var(--text-accent);margin-bottom:var(--space-6);background:#9333ea26;border:1px solid #9333ea4d;font-weight:600;display:inline-flex}.HeroSection-module__DmCCQa__headline{font-family:var(--font-display);color:var(--text-primary);margin:0 0 var(--space-6);font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;line-height:1.15}.HeroSection-module__DmCCQa__headlineGradient{background:var(--brand-gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;padding-bottom:.2em;font-weight:800;display:inline-block}.HeroSection-module__DmCCQa__sub{font-size:var(--text-lg);color:var(--text-secondary);margin:0 0 var(--space-8);max-width:480px;line-height:1.7}.HeroSection-module__DmCCQa__actions{gap:var(--space-4);margin-bottom:var(--space-12);flex-wrap:wrap;display:flex}.HeroSection-module__DmCCQa__stats{gap:var(--space-8);display:flex}.HeroSection-module__DmCCQa__stat{flex-direction:column;gap:2px;display:flex}.HeroSection-module__DmCCQa__statValue{font-family:var(--font-display);font-size:clamp(var(--text-lg), 2.5vw, var(--text-2xl));white-space:nowrap;font-weight:700}.HeroSection-module__DmCCQa__statLabel{font-size:var(--text-xs);color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.paused{animation-play-state:paused!important}.HeroSection-module__DmCCQa__heroVisible .paused{animation-play-state:running!important}.HeroSection-module__DmCCQa__visual{z-index:1;perspective:1100px;flex:1;max-width:560px;position:relative}.HeroSection-module__DmCCQa__browser{background:var(--surface-1);border:1px solid var(--glass-border);border-radius:var(--radius-xl);box-shadow:24px 32px 80px #0000008c, 0 0 0 1px #9333ea2e, var(--glow-sm);overflow:hidden}.HeroSection-module__DmCCQa__browserBar{align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);background:var(--surface-2);border-bottom:1px solid var(--glass-border);display:flex}.HeroSection-module__DmCCQa__browserDot{background:var(--glass-border);border-radius:50%;width:10px;height:10px}.HeroSection-module__DmCCQa__dotRed{background:#ef4444}.HeroSection-module__DmCCQa__dotYellow{background:#f59e0b}.HeroSection-module__DmCCQa__dotGreen{background:#22c55e}.HeroSection-module__DmCCQa__browserUrl{margin-left:var(--space-3);font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-muted);background:var(--surface-3);padding:2px var(--space-3);border-radius:var(--radius-sm);flex:1}.HeroSection-module__DmCCQa__browserLive{color:#22c55e;letter-spacing:.06em;margin-left:auto;font-size:.5625rem;font-weight:700}.HeroSection-module__DmCCQa__browserContent{flex-direction:column;padding:0;display:flex;overflow:hidden}.HeroSection-module__DmCCQa__mockNav{background:#0000004d;border-bottom:1px solid #ffffff0d;align-items:center;gap:12px;padding:8px 14px;display:flex}.HeroSection-module__DmCCQa__mockLogo{background:linear-gradient(90deg,#9333ea,#3b82f6);border-radius:3px;width:52px;height:10px}.HeroSection-module__DmCCQa__mockNavLinks{flex:1;gap:8px;display:flex}.HeroSection-module__DmCCQa__mockNavLink{background:#ffffff2e;border-radius:3px;width:28px;height:6px}.HeroSection-module__DmCCQa__mockNavCta{background:linear-gradient(135deg,#9333ea,#3b82f6);border-radius:20px;width:48px;height:20px}.HeroSection-module__DmCCQa__mockHero{background:linear-gradient(135deg,#9333ea2e 0%,#3b82f61a 100%);border-bottom:1px solid #ffffff0f;flex-direction:column;gap:8px;padding:20px 14px 16px;display:flex}.HeroSection-module__DmCCQa__mockHeroBadge{background:#9333ea4d;border:1px solid #9333ea66;border-radius:20px;width:100px;height:16px}.HeroSection-module__DmCCQa__mockH1{background:linear-gradient(90deg,#ffffffbf,#ffffff59);border-radius:4px;width:90%;height:14px}.HeroSection-module__DmCCQa__mockH1Short{background:linear-gradient(90deg,#c084fc88,#60a5fa55);border-radius:4px;width:70%;height:14px}.HeroSection-module__DmCCQa__mockSub{background:#ffffff38;border-radius:3px;width:78%;height:6px;margin-top:2px}.HeroSection-module__DmCCQa__mockCtaRow{gap:6px;margin-top:4px;display:flex}.HeroSection-module__DmCCQa__mockCta{background:linear-gradient(135deg,#9333ea,#3b82f6);border-radius:8px;width:84px;height:24px}.HeroSection-module__DmCCQa__mockCtaGhost{border:1.5px solid #ffffff40;border-radius:8px;width:72px;height:24px}.HeroSection-module__DmCCQa__mockHeroStats{gap:20px;margin-top:6px;display:flex}.HeroSection-module__DmCCQa__mockStat{flex-direction:column;gap:4px;display:flex}.HeroSection-module__DmCCQa__mockStatVal{background:linear-gradient(90deg,#c084fc,#60a5fa);border-radius:3px;width:36px;height:10px}.HeroSection-module__DmCCQa__mockStatLbl{background:#ffffff24;border-radius:2px;width:44px;height:5px}.HeroSection-module__DmCCQa__mockGrid{background:#0003;grid-template-columns:repeat(3,1fr);gap:8px;padding:14px;display:grid}.HeroSection-module__DmCCQa__mockCard{background:#ffffff09;border:1px solid #ffffff12;border-radius:8px;flex-direction:column;gap:5px;padding:10px;display:flex}.HeroSection-module__DmCCQa__mockCard:first-child .HeroSection-module__DmCCQa__mockCardIcon{background:#9333ea59;border:1px solid #9333ea4d}.HeroSection-module__DmCCQa__mockCard:nth-child(2) .HeroSection-module__DmCCQa__mockCardIcon{background:#3b82f659;border:1px solid #3b82f64d}.HeroSection-module__DmCCQa__mockCard:nth-child(3) .HeroSection-module__DmCCQa__mockCardIcon{background:#22c55e59;border:1px solid #22c55e4d}.HeroSection-module__DmCCQa__mockCardIcon{border-radius:6px;width:20px;height:20px}.HeroSection-module__DmCCQa__mockCardTitle{background:#ffffff61;border-radius:3px;width:72%;height:7px;margin-top:2px}.HeroSection-module__DmCCQa__mockCardDesc{background:#ffffff24;border-radius:2px;width:92%;height:5px}.HeroSection-module__DmCCQa__mockCardDescShort{background:#ffffff17;border-radius:2px;width:62%;height:5px}.HeroSection-module__DmCCQa__mockAnalytics{background:#00000040;border-top:1px solid #ffffff0a;align-items:center;gap:12px;padding:10px 14px;display:flex}.HeroSection-module__DmCCQa__mockAnalyticsBar{flex:1;align-items:flex-end;gap:3px;height:28px;display:flex}.HeroSection-module__DmCCQa__mockBar{background:linear-gradient(#9333eab3,#3b82f666);border-radius:2px 2px 0 0;flex:1;min-height:4px}.HeroSection-module__DmCCQa__mockAnalyticsStats{gap:8px;display:flex}.HeroSection-module__DmCCQa__mockMiniStat{align-items:center;gap:4px;display:flex}.HeroSection-module__DmCCQa__mockMiniDot{border-radius:50%;flex-shrink:0;width:5px;height:5px}.HeroSection-module__DmCCQa__mockMiniVal{border-radius:2px;width:22px;height:6px}@keyframes HeroSection-module__DmCCQa__gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.HeroSection-module__DmCCQa__tiltGroup{transform:rotateX(var(--tilt-x,4deg)) rotateY(var(--tilt-y,-12deg));transform-style:preserve-3d;will-change:transform;position:relative}.HeroSection-module__DmCCQa__chips{right:calc(var(--space-6) * -1);gap:var(--space-2);z-index:2;flex-direction:column;display:flex;position:absolute;top:50%;transform:translateY(-50%)translateZ(48px)}.HeroSection-module__DmCCQa__chip{align-items:center;gap:var(--space-2);background:var(--surface-2);border:1px solid var(--glass-border);border-radius:var(--radius-md);padding:var(--space-2) var(--space-3);font-size:var(--text-xs);color:var(--text-primary);white-space:nowrap;font-weight:700;display:flex;box-shadow:0 8px 24px #00000073}.HeroSection-module__DmCCQa__chipDot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.HeroSection-module__DmCCQa__chipNum{font-variant-numeric:tabular-nums}@media (prefers-reduced-motion:reduce){.HeroSection-module__DmCCQa__tiltGroup{transform:rotateX(4deg)rotateY(-12deg)}}@media (max-width:900px){.HeroSection-module__DmCCQa__hero{text-align:center;flex-direction:column;padding-top:100px}.HeroSection-module__DmCCQa__actions,.HeroSection-module__DmCCQa__stats{justify-content:center}.HeroSection-module__DmCCQa__visual{width:100%;max-width:100%}.HeroSection-module__DmCCQa__tiltGroup{transform:none}.HeroSection-module__DmCCQa__chips{margin-top:var(--space-4);flex-flow:wrap;justify-content:center;position:static;transform:none}}
.SocialProofMarquee-module__M_9feW__section{padding:var(--space-12) 0;border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border);overflow:hidden}.SocialProofMarquee-module__M_9feW__label{text-align:center;font-size:var(--text-xs);letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:var(--space-6);font-weight:600}.SocialProofMarquee-module__M_9feW__track{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 15% 85%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 15% 85%,#0000 100%)}.SocialProofMarquee-module__M_9feW__inner{gap:var(--space-12);width:max-content;animation:28s linear infinite SocialProofMarquee-module__M_9feW__marquee;display:flex}@keyframes SocialProofMarquee-module__M_9feW__marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.SocialProofMarquee-module__M_9feW__item{font-family:var(--font-display);font-size:var(--text-base);color:var(--text-muted);white-space:nowrap;transition:color var(--transition-fast);font-weight:600}.SocialProofMarquee-module__M_9feW__item:hover{color:var(--text-accent)}.SocialProofMarquee-module__M_9feW__tick{color:var(--success);margin-right:var(--space-2);font-weight:800}
.ProductShowcase-module__AJaBJG__section{padding:var(--space-24) max(var(--space-8), calc((100vw - 1280px) / 2));text-align:center;background:linear-gradient(#06091c00 0%,#06091c 250px),linear-gradient(0deg,#000 0%,#0000 200px),radial-gradient(at 50% -15%,#facc154d 0%,#0000 55%),radial-gradient(at 85% 70%,#38bdf82e 0%,#0000 45%),#06091c}.ProductShowcase-module__AJaBJG__label{font-size:var(--text-xs);letter-spacing:.15em;text-transform:uppercase;color:var(--brand-purple);margin-bottom:var(--space-4);font-weight:700;display:inline-block}.ProductShowcase-module__AJaBJG__title{font-family:var(--font-display);color:var(--text-primary);margin:0 0 var(--space-4);font-size:clamp(2rem,4vw,3rem);font-weight:800}.ProductShowcase-module__AJaBJG__sub{font-size:var(--text-lg);color:var(--text-secondary);max-width:560px;margin:0 auto}.ProductShowcase-module__AJaBJG__tabs{border:1px solid var(--glass-border);border-radius:var(--radius-full);margin:var(--space-8) auto;background:#ffffff0a;gap:2px;padding:3px;display:inline-flex}.ProductShowcase-module__AJaBJG__tab{border-radius:var(--radius-full);cursor:pointer;color:var(--text-secondary);background:0 0;border:none;align-items:center;gap:6px;padding:8px 20px;font-size:.8125rem;font-weight:500;transition:all .15s;display:inline-flex}.ProductShowcase-module__AJaBJG__tab:hover{color:var(--text-primary)}.ProductShowcase-module__AJaBJG__tabActive{background:var(--brand-gradient);color:#fff;box-shadow:0 2px 12px #9333ea66}.ProductShowcase-module__AJaBJG__frame{text-align:left;background:#0d1117;border:1px solid #ffffff14;border-radius:16px;min-height:420px;position:relative;overflow:hidden;box-shadow:0 0 0 1px #9333ea26,0 24px 64px #00000080,0 0 80px #9333ea14}.ProductShowcase-module__AJaBJG__scanlines{pointer-events:none;z-index:10;background:repeating-linear-gradient(0deg,#0000,#0000 2px,#00000008 2px 4px);position:absolute;inset:0}.ProductShowcase-module__AJaBJG__panel{width:100%;display:none}.ProductShowcase-module__AJaBJG__panelActive{display:flex}.ProductShowcase-module__AJaBJG__canvasMock{grid-template-columns:180px 1fr 160px;width:100%;height:420px;display:grid}.ProductShowcase-module__AJaBJG__canvasSidebar{background:#0a0d14;border-right:1px solid #ffffff0f;flex-direction:column;gap:4px;padding:12px 0;display:flex;overflow:hidden}.ProductShowcase-module__AJaBJG__sidebarSection{padding:0 0 8px}.ProductShowcase-module__AJaBJG__sidebarLabel{letter-spacing:.1em;text-transform:uppercase;color:#ffffff40;margin-bottom:2px;padding:4px 12px;font-size:.625rem;font-weight:700;display:block}.ProductShowcase-module__AJaBJG__layerItem{color:#ffffff73;cursor:pointer;border-radius:4px;align-items:center;gap:6px;margin:0 4px;padding:4px 12px;font-size:.6875rem;transition:all .1s;display:flex}.ProductShowcase-module__AJaBJG__layerItem:hover{color:#ffffffb3;background:#ffffff0d}.ProductShowcase-module__AJaBJG__layerActive{color:#c084fc!important;background:#9333ea26!important}.ProductShowcase-module__AJaBJG__toolGrid{grid-template-columns:repeat(3,1fr);gap:3px;padding:0 8px;display:grid}.ProductShowcase-module__AJaBJG__toolBtn{color:#fff6;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:6px;justify-content:center;align-items:center;width:100%;height:28px;transition:all .1s;display:flex}.ProductShowcase-module__AJaBJG__toolBtn:hover{color:#c084fc;background:#9333ea26;border-color:#9333ea4d}.ProductShowcase-module__AJaBJG__canvasArea{background:#141821;flex-direction:column;display:flex;position:relative;overflow:hidden}.ProductShowcase-module__AJaBJG__canvasRulerH{background:#0a0d14 repeating-linear-gradient(90deg,#ffffff14 0,#0000 1px 39px,#ffffff0d 40px);border-bottom:1px solid #ffffff0d;flex-shrink:0;height:18px}.ProductShowcase-module__AJaBJG__canvasContent{flex:1;justify-content:center;align-items:center;padding:20px;display:flex;position:relative}.ProductShowcase-module__AJaBJG__canvasFrame{background:#1e2130;border:1px solid #ffffff12;border-radius:8px;width:100%;max-width:520px;overflow:hidden}.ProductShowcase-module__AJaBJG__canvasHero{background:linear-gradient(135deg,#9333ea1f 0%,#3b82f614 100%);flex-direction:column;align-items:flex-start;gap:10px;padding:24px 20px 20px;display:flex}.ProductShowcase-module__AJaBJG__canvasBadge{background:#9333ea40;border-radius:20px;width:80px;height:18px}.ProductShowcase-module__AJaBJG__canvasH1{background:linear-gradient(90deg,#ffffff80,#fff3);border-radius:4px;width:85%;height:16px}.ProductShowcase-module__AJaBJG__canvasH2{background:#ffffff2e;border-radius:3px;width:65%;height:10px}.ProductShowcase-module__AJaBJG__canvasCtas{gap:8px;margin-top:4px;display:flex}.ProductShowcase-module__AJaBJG__canvasBtn{background:linear-gradient(135deg,#9333ea,#3b82f6);border-radius:6px;width:90px;height:28px}.ProductShowcase-module__AJaBJG__canvasBtnGhost{border:1px solid #fff3;border-radius:6px;width:80px;height:28px}.ProductShowcase-module__AJaBJG__canvasGrid{grid-template-columns:repeat(3,1fr);gap:8px;padding:12px;display:grid}.ProductShowcase-module__AJaBJG__canvasCard{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:6px;height:56px}.ProductShowcase-module__AJaBJG__selectionBox{pointer-events:none;border:1.5px solid #9333ea;border-radius:8px;width:calc(100% - 48px);max-width:520px;height:148px;position:absolute;top:20px;left:50%;transform:translate(-50%);box-shadow:0 0 0 1px #9333ea26,inset 0 0 12px #9333ea0f}.ProductShowcase-module__AJaBJG__selHandle{background:#9333ea;border:1.5px solid #0d1117;border-radius:2px;width:7px;height:7px;position:absolute}.ProductShowcase-module__AJaBJG__canvasProps{background:#0a0d14;border-left:1px solid #ffffff0f;flex-direction:column;gap:0;padding:12px 8px;font-size:.6875rem;display:flex}.ProductShowcase-module__AJaBJG__propSection{border-bottom:1px solid #ffffff0d;flex-direction:column;gap:5px;padding:8px 4px;display:flex}.ProductShowcase-module__AJaBJG__propLabel{letter-spacing:.1em;text-transform:uppercase;color:#ffffff40;font-size:.625rem;font-weight:700}.ProductShowcase-module__AJaBJG__propRow{grid-template-columns:12px 1fr 12px 1fr;align-items:center;gap:3px;display:grid}.ProductShowcase-module__AJaBJG__propKey{color:#ffffff40;font-size:.625rem}.ProductShowcase-module__AJaBJG__propVal{color:#ffffff8c;font-family:var(--font-mono,monospace);text-align:center;background:#ffffff0d;border:1px solid #ffffff12;border-radius:4px;padding:2px 5px;font-size:.625rem}.ProductShowcase-module__AJaBJG__propGrid{grid-template-columns:repeat(4,1fr);gap:3px;display:grid}.ProductShowcase-module__AJaBJG__colorRow{align-items:center;gap:5px;display:flex}.ProductShowcase-module__AJaBJG__colorSwatch{border:1px solid #ffffff1a;border-radius:4px;flex-shrink:0;width:18px;height:18px}.ProductShowcase-module__AJaBJG__aiMock{grid-template-columns:1fr 1fr;width:100%;height:420px;display:grid}.ProductShowcase-module__AJaBJG__aiLeft{background:#0a0d14;border-right:1px solid #ffffff0f;flex-direction:column;gap:12px;padding:16px;display:flex}.ProductShowcase-module__AJaBJG__aiHeader{color:#fff9;border-bottom:1px solid #ffffff0f;align-items:center;gap:6px;padding-bottom:8px;font-size:.75rem;font-weight:600;display:flex}.ProductShowcase-module__AJaBJG__aiConversation{flex-direction:column;flex:1;gap:10px;display:flex;overflow:hidden}.ProductShowcase-module__AJaBJG__aiMsg{border-radius:8px;padding:8px 10px}.ProductShowcase-module__AJaBJG__aiMsgUser{background:#9333ea1f;border:1px solid #9333ea33;align-self:flex-end}.ProductShowcase-module__AJaBJG__aiMsgAi{background:#ffffff0a;border:1px solid #ffffff12}.ProductShowcase-module__AJaBJG__aiUserText{color:#c084fc;font-size:.75rem;line-height:1.4}.ProductShowcase-module__AJaBJG__aiGenerating{color:#ffffffb3;align-items:center;gap:6px;font-size:.75rem;font-weight:500;display:flex}.ProductShowcase-module__AJaBJG__aiTags{flex-wrap:wrap;gap:4px;margin-top:6px;display:flex}.ProductShowcase-module__AJaBJG__aiTag{color:#86efac;background:#22c55e1a;border:1px solid #22c55e33;border-radius:20px;align-items:center;gap:3px;padding:2px 7px;font-size:.625rem;display:inline-flex}.ProductShowcase-module__AJaBJG__aiInput{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:6px;padding:8px 10px;display:flex}.ProductShowcase-module__AJaBJG__aiInputCursor{color:#9333ea;font-size:1rem;line-height:1}.ProductShowcase-module__AJaBJG__aiInputText{color:#fff3;font-size:.6875rem;font-style:italic}.ProductShowcase-module__AJaBJG__aiRight{background:#0d1117;flex-direction:column;display:flex;overflow:hidden}.ProductShowcase-module__AJaBJG__aiPreviewHeader{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.ProductShowcase-module__AJaBJG__aiPreviewLabel{color:#fff6;font-size:.6875rem;font-weight:600}.ProductShowcase-module__AJaBJG__aiEditBtn{color:#60a5fa;cursor:pointer;background:#60a5fa1a;border:1px solid #60a5fa33;border-radius:20px;align-items:center;gap:4px;padding:2px 8px;font-size:.625rem;font-weight:600;display:inline-flex}.ProductShowcase-module__AJaBJG__aiPreview{background:linear-gradient(135deg,#9333ea0f,#3b82f60a);flex-direction:column;flex:1;gap:8px;padding:16px 14px;display:flex}.ProductShowcase-module__AJaBJG__aiPreviewBadge{background:#9333ea4d;border-radius:20px;width:50px;height:13px}.ProductShowcase-module__AJaBJG__aiPreviewH1{background:linear-gradient(90deg,#ffffff80,#ffffff26);border-radius:3px;width:90%;height:12px}.ProductShowcase-module__AJaBJG__aiPreviewSub{background:#ffffff26;border-radius:2px;width:70%;height:8px}.ProductShowcase-module__AJaBJG__aiPreviewCtaRow{gap:6px;display:flex}.ProductShowcase-module__AJaBJG__aiPreviewCta{background:linear-gradient(135deg,#9333ea,#3b82f6);border-radius:5px;width:70px;height:22px}.ProductShowcase-module__AJaBJG__aiPreviewCtaGhost{border:1px solid #ffffff26;border-radius:5px;width:60px;height:22px}.ProductShowcase-module__AJaBJG__aiPreviewStats{gap:12px;margin-top:4px;display:flex}.ProductShowcase-module__AJaBJG__aiPreviewStat{flex-direction:column;gap:3px;display:flex}.ProductShowcase-module__AJaBJG__aiStatNum{background:linear-gradient(90deg,#c084fc,#60a5fa);border-radius:2px;width:28px;height:9px}.ProductShowcase-module__AJaBJG__aiStatLabel{background:#ffffff1a;border-radius:2px;width:36px;height:6px}.ProductShowcase-module__AJaBJG__aiBlocks{border-top:1px solid #ffffff0f;flex-direction:column;gap:5px;padding:10px 14px;display:flex}.ProductShowcase-module__AJaBJG__aiBlock{align-items:center;gap:7px;animation:.4s both ProductShowcase-module__AJaBJG__fadeSlideIn;display:flex}@keyframes ProductShowcase-module__AJaBJG__fadeSlideIn{0%{opacity:0;transform:translate(-6px)}to{opacity:1;transform:none}}.ProductShowcase-module__AJaBJG__aiBlockDot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.ProductShowcase-module__AJaBJG__aiBlockLabel{color:#fff6;flex-shrink:0;width:52px;font-size:.625rem}.ProductShowcase-module__AJaBJG__aiBlockBar{border-radius:3px;flex:1;height:5px;position:relative;overflow:hidden}.ProductShowcase-module__AJaBJG__aiBlockFill{border-radius:3px;width:60%;height:100%;position:absolute;top:0;left:0}.ProductShowcase-module__AJaBJG__shopMock{background:#0d1117;height:100%;display:flex}.ProductShowcase-module__AJaBJG__shopLeft{border-right:1px solid #21262d;flex-direction:column;flex:2.2;display:flex}.ProductShowcase-module__AJaBJG__shopHeader{background:#161b22;border-bottom:1px solid #21262d;justify-content:space-between;align-items:center;height:30px;padding:0 12px;display:flex}.ProductShowcase-module__AJaBJG__shopLogo{background:linear-gradient(90deg,#9333ea,#3b82f6);border-radius:3px;width:48px;height:8px}.ProductShowcase-module__AJaBJG__shopCart{color:#adbac7;display:flex;position:relative}.ProductShowcase-module__AJaBJG__shopCartBadge{color:#04150a;background:#22c55e;border-radius:50%;justify-content:center;align-items:center;width:12px;height:12px;font-size:8px;font-weight:800;display:flex;position:absolute;top:-6px;right:-8px}.ProductShowcase-module__AJaBJG__shopGrid{flex:1;grid-template-columns:repeat(2,1fr);gap:10px;padding:12px;display:grid}.ProductShowcase-module__AJaBJG__shopProduct{background:#161b22;border:1px solid #21262d;border-radius:6px;flex-direction:column;display:flex;overflow:hidden}.ProductShowcase-module__AJaBJG__shopProductImg{flex:1;min-height:42px}.ProductShowcase-module__AJaBJG__shopProductName{color:#adbac7;padding:5px 8px 0;font-size:10px}.ProductShowcase-module__AJaBJG__shopProductPrice{color:#e6edf3;padding:1px 8px 6px;font-size:11px;font-weight:700}.ProductShowcase-module__AJaBJG__shopRight{background:#11151b;flex-direction:column;flex:1;gap:8px;padding:12px;display:flex}.ProductShowcase-module__AJaBJG__shopPanelTitle{text-transform:uppercase;letter-spacing:.08em;color:#6b7280;font-size:9px;font-weight:700}.ProductShowcase-module__AJaBJG__shopOrder{background:#161b22;border:1px solid #21262d;border-radius:5px;align-items:flex-start;gap:7px;padding:6px 8px;display:flex}.ProductShowcase-module__AJaBJG__shopOrderDot{background:#22c55e;border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:3px}.ProductShowcase-module__AJaBJG__shopOrderLabel{color:#e6edf3;font-size:9.5px;font-weight:600}.ProductShowcase-module__AJaBJG__shopOrderTime{color:#6b7280;margin-top:1px;font-size:8px}.ProductShowcase-module__AJaBJG__shopRevenue{background:#22c55e14;border:1px solid #22c55e40;border-radius:6px;flex-direction:column;margin-top:auto;padding:8px 10px;display:flex}.ProductShowcase-module__AJaBJG__shopRevenueVal{color:#22c55e;font-size:15px;font-weight:800}.ProductShowcase-module__AJaBJG__shopRevenueLbl{color:#6b7280;font-size:8.5px}
.FeaturesSection-module__SYu5SW__section{padding:var(--space-24) max(var(--space-8), calc((100vw - 1280px) / 2));background:linear-gradient(#050f0c00 0%,#050f0c 250px),linear-gradient(0deg,#000 0%,#0000 200px),radial-gradient(at 5% 20%,#10b9812e 0%,#0000 40%),radial-gradient(at 95% 80%,#f472b626 0%,#0000 40%),#050f0c}.FeaturesSection-module__SYu5SW__label{font-size:var(--text-xs);letter-spacing:.15em;text-transform:uppercase;color:var(--brand-purple);margin-bottom:var(--space-4);font-weight:700;display:inline-block}.FeaturesSection-module__SYu5SW__title{font-family:var(--font-display);color:var(--text-primary);margin:0 0 var(--space-4);font-size:clamp(2rem,4vw,3rem);font-weight:800}.FeaturesSection-module__SYu5SW__sub{font-size:var(--text-lg);color:var(--text-secondary);max-width:560px;margin:0 0 var(--space-12);line-height:1.7}.FeaturesSection-module__SYu5SW__grid{gap:var(--space-6);grid-template-columns:repeat(auto-fill,minmax(300px,1fr));display:grid}.FeaturesSection-module__SYu5SW__card{transition:border-color var(--transition-base), box-shadow var(--transition-base), transform var(--transition-base);flex-direction:column;padding:0;display:flex;overflow:hidden}.FeaturesSection-module__SYu5SW__card:hover{border-color:var(--card-accent,var(--color-border-strong));box-shadow:0 0 0 1px var(--card-accent,transparent), 0 20px 48px #00000080;transform:translateY(-4px)}.FeaturesSection-module__SYu5SW__previewWrap{border-bottom:1px solid var(--glass-border);flex-shrink:0;height:160px;position:relative;overflow:hidden}.FeaturesSection-module__SYu5SW__cardBody{padding:var(--space-5) var(--space-5) var(--space-6);gap:var(--space-2);flex-direction:column;display:flex}.FeaturesSection-module__SYu5SW__cardTitle{font-family:var(--font-display);font-size:var(--text-lg);color:var(--text-primary);margin:0;font-weight:700}.FeaturesSection-module__SYu5SW__cardDesc{font-size:var(--text-sm);color:var(--text-secondary);margin:0;line-height:1.6}@media (max-width:640px){.FeaturesSection-module__SYu5SW__grid{grid-template-columns:1fr}.FeaturesSection-module__SYu5SW__previewWrap{height:140px}}
.HowItWorksSection-module__cJ3AsG__section{padding:var(--space-24) max(var(--space-8), calc((100vw - 1280px) / 2));background:linear-gradient(#04160600 0%,#041606 250px),linear-gradient(0deg,#000 0%,#0000 200px),repeating-linear-gradient(92deg,#32a01e0f 0 1px,#0000 1px 4px),radial-gradient(at 25% 45%,#22c55e38 0%,#0000 55%),radial-gradient(at 75% 70%,#d9770624 0%,#0000 45%),#041606}.HowItWorksSection-module__cJ3AsG__label{font-size:var(--text-xs);letter-spacing:.15em;text-transform:uppercase;color:var(--brand-purple);margin-bottom:var(--space-4);font-weight:700;display:inline-block}.HowItWorksSection-module__cJ3AsG__title{font-family:var(--font-display);color:var(--text-primary);margin:0 0 var(--space-4);font-size:clamp(2rem,4vw,3rem);font-weight:800}.HowItWorksSection-module__cJ3AsG__sub{font-size:var(--text-lg);color:var(--text-secondary);margin:0 0 var(--space-12)}.HowItWorksSection-module__cJ3AsG__steps{gap:var(--space-8);grid-template-columns:repeat(auto-fill,minmax(220px,1fr));display:grid}.HowItWorksSection-module__cJ3AsG__step{gap:var(--space-4);flex-direction:column;display:flex}.HowItWorksSection-module__cJ3AsG__previewWrap{border-radius:var(--radius-lg);border:1px solid var(--glass-border);height:160px;margin-bottom:var(--space-2);overflow:hidden}.HowItWorksSection-module__cJ3AsG__num{font-size:var(--text-4xl);font-weight:800;line-height:1}.HowItWorksSection-module__cJ3AsG__stepTitle{font-family:var(--font-display);font-size:var(--text-xl);color:var(--text-primary);margin:0;font-weight:700}.HowItWorksSection-module__cJ3AsG__stepDesc{font-size:var(--text-sm);color:var(--text-secondary);margin:0;line-height:1.7}
.TemplatesGallery-module__aI21bG__section{padding:var(--space-24) max(var(--space-8), calc((100vw - 1280px) / 2));background:linear-gradient(#1a100000 0%,#1a1000 250px),linear-gradient(0deg,#000 0%,#0000 200px),radial-gradient(at 50% 45%,#ffd232a6 0%,#c88c0f66 32%,#0000 62%),radial-gradient(at 3%,#d2d7e447 0%,#0000 32%),radial-gradient(at 97%,#cdd2e147 0%,#0000 32%),radial-gradient(at 50% 0,#ffe67833 0%,#0000 40%),#1a1000}.TemplatesGallery-module__aI21bG__label{font-size:var(--text-xs);letter-spacing:.15em;text-transform:uppercase;color:var(--brand-purple);margin-bottom:var(--space-4);font-weight:700;display:inline-block}.TemplatesGallery-module__aI21bG__title{font-family:var(--font-display);color:var(--text-primary);margin:0 0 var(--space-4);font-size:clamp(2rem,4vw,3rem);font-weight:800}.TemplatesGallery-module__aI21bG__sub{font-size:var(--text-lg);color:var(--text-secondary);margin:0 0 var(--space-12)}.TemplatesGallery-module__aI21bG__grid{gap:var(--space-6);grid-template-columns:repeat(auto-fill,minmax(260px,1fr));display:grid}.TemplatesGallery-module__aI21bG__card{cursor:pointer;transition:transform var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base);padding:0;overflow:hidden}.TemplatesGallery-module__aI21bG__card:hover{border-color:var(--color-border-strong);box-shadow:var(--glow-sm);transform:translateY(-6px)}.TemplatesGallery-module__aI21bG__preview{border-bottom:1px solid var(--glass-border);height:180px;position:relative;overflow:hidden}.TemplatesGallery-module__aI21bG__info{padding:var(--space-4);justify-content:space-between;align-items:center;display:flex}.TemplatesGallery-module__aI21bG__tag{font-size:var(--text-xs);color:var(--text-accent);background:var(--glass-border);padding:2px var(--space-2);border-radius:var(--radius-sm);font-weight:600}.TemplatesGallery-module__aI21bG__name{font-size:var(--text-sm);color:var(--text-primary);font-weight:600}
.EarlyAccessSection-module__uxCtGW__section{padding:var(--space-24) 0;background:linear-gradient(#16002000 0%,#160020 250px),linear-gradient(0deg,#000 0%,#0000 200px),radial-gradient(at 50% -10%,#f472b647 0%,#0000 50%),radial-gradient(at 5% 90%,#fbbf2424 0%,#0000 40%),radial-gradient(at 95%,#8b5cf633 0%,#0000 45%),#160020;overflow:hidden}.EarlyAccessSection-module__uxCtGW__label{text-align:center;font-size:var(--text-xs);letter-spacing:.15em;text-transform:uppercase;color:var(--brand-purple);margin-bottom:var(--space-4);font-weight:700;display:block}.EarlyAccessSection-module__uxCtGW__title{font-family:var(--font-display);color:var(--text-primary);text-align:center;margin:0 0 var(--space-12);padding:0 var(--space-8);font-size:clamp(2rem,4vw,3rem);font-weight:800}.EarlyAccessSection-module__uxCtGW__titleAccent{background:var(--brand-gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.EarlyAccessSection-module__uxCtGW__grid{gap:var(--space-5);max-width:1160px;margin:0 auto var(--space-16);padding:0 var(--space-8);grid-template-columns:repeat(auto-fill,minmax(300px,1fr));display:grid}.EarlyAccessSection-module__uxCtGW__card{gap:var(--space-4);align-items:flex-start;display:flex}.EarlyAccessSection-module__uxCtGW__perkIcon{border-radius:var(--radius-md);background:var(--brand-gradient);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.EarlyAccessSection-module__uxCtGW__perkTitle{font-size:var(--text-sm);color:var(--text-primary);font-weight:600}.EarlyAccessSection-module__uxCtGW__perkDesc{font-size:var(--text-sm);color:var(--text-secondary);margin:var(--space-1) 0 0;line-height:1.7}.EarlyAccessSection-module__uxCtGW__tracks{-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 7% 93%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 7% 93%,#0000 100%)}.EarlyAccessSection-module__uxCtGW__track{width:max-content;animation:40s linear infinite EarlyAccessSection-module__uxCtGW__slots-marquee;display:flex}@keyframes EarlyAccessSection-module__uxCtGW__slots-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.EarlyAccessSection-module__uxCtGW__track{animation:none}}.EarlyAccessSection-module__uxCtGW__slot{background:#ffffff05;border:1.5px dashed #ffffff1a;border-radius:12px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:8px;width:256px;height:156px;margin-right:14px;text-decoration:none;transition:border-color .25s,background .25s;display:flex}.EarlyAccessSection-module__uxCtGW__slot:hover{background:#9333ea0d;border-color:#9333ea66}.EarlyAccessSection-module__uxCtGW__slotMark{font-family:var(--font-display);color:#ffffff1f;font-size:2rem;font-weight:800;line-height:1}.EarlyAccessSection-module__uxCtGW__slot:hover .EarlyAccessSection-module__uxCtGW__slotMark{color:#9333ea80}.EarlyAccessSection-module__uxCtGW__slotLabel{letter-spacing:.1em;text-transform:uppercase;color:#ffffff2e;font-size:10px;font-weight:600}.EarlyAccessSection-module__uxCtGW__slot:hover .EarlyAccessSection-module__uxCtGW__slotLabel{color:#9333eab3}.EarlyAccessSection-module__uxCtGW__cta{margin-top:var(--space-12);justify-content:center;display:flex}
.PricingSection-module__8GmpUq__section{padding:var(--space-24) max(var(--space-8), calc((100vw - 1280px) / 2));text-align:center;background:linear-gradient(#0c180000 0%,#0c1800 250px),linear-gradient(0deg,#000 0%,#0000 200px),radial-gradient(at 50% -10%,#a3e63540 0%,#0000 50%),radial-gradient(at 85% 80%,#7c3aed2e 0%,#0000 45%),radial-gradient(at 10% 60%,#22c55e1f 0%,#0000 40%),#0c1800}.PricingSection-module__8GmpUq__label{font-size:var(--text-xs);letter-spacing:.15em;text-transform:uppercase;color:var(--brand-purple);margin-bottom:var(--space-4);font-weight:700;display:inline-block}.PricingSection-module__8GmpUq__title{font-family:var(--font-display);color:var(--text-primary);margin:0 0 var(--space-4);font-size:clamp(2rem,4vw,3rem);font-weight:800}.PricingSection-module__8GmpUq__sub{font-size:var(--text-lg);color:var(--text-secondary);margin:0}.PricingSection-module__8GmpUq__toggle{align-items:center;gap:var(--space-3);margin:var(--space-8) auto;font-size:var(--text-sm);color:var(--text-secondary);font-weight:500;display:inline-flex}.PricingSection-module__8GmpUq__toggleActive{color:var(--text-primary)}.PricingSection-module__8GmpUq__toggleSwitch{border-radius:var(--radius-full);background:var(--surface-3);border:1px solid var(--glass-border);cursor:pointer;width:48px;height:26px;transition:background var(--transition-base);position:relative}.PricingSection-module__8GmpUq__toggleSwitch:after{content:"";background:var(--text-muted);width:18px;height:18px;transition:transform var(--transition-spring), background var(--transition-base);border-radius:50%;position:absolute;top:3px;left:3px}.PricingSection-module__8GmpUq__toggleOn{background:var(--glass-border);border-color:var(--brand-purple)}.PricingSection-module__8GmpUq__toggleOn:after{background:var(--brand-purple);transform:translate(22px)}.PricingSection-module__8GmpUq__save{font-size:var(--text-xs);color:var(--success);padding:1px var(--space-2);border-radius:var(--radius-full);margin-left:var(--space-1);background:#22c55e1a;font-weight:700}.PricingSection-module__8GmpUq__grid{gap:var(--space-5);text-align:left;grid-template-columns:repeat(4,1fr);max-width:1160px;margin:0 auto;display:grid}@media (max-width:900px){.PricingSection-module__8GmpUq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.PricingSection-module__8GmpUq__grid{grid-template-columns:1fr}}.PricingSection-module__8GmpUq__card{gap:var(--space-4);flex-direction:column;display:flex;position:relative}.PricingSection-module__8GmpUq__cardFeatured.PricingSection-module__8GmpUq__cardFeatured{background:linear-gradient(var(--surface-1), var(--surface-1)) padding-box, linear-gradient(135deg, var(--brand-purple), var(--brand-blue)) border-box;box-shadow:var(--glow-purple), var(--glow-sm);z-index:1;border:1px solid #0000;transform:scale(1.045)}.PricingSection-module__8GmpUq__badge{background:var(--brand-gradient);color:#fff;font-size:var(--text-xs);padding:3px var(--space-4);border-radius:var(--radius-full);white-space:nowrap;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.PricingSection-module__8GmpUq__planName{font-family:var(--font-display);font-size:var(--text-lg);color:var(--text-primary);font-weight:700}.PricingSection-module__8GmpUq__price{align-items:baseline;gap:var(--space-1);display:flex}.PricingSection-module__8GmpUq__amount{font-family:var(--font-display);font-size:var(--text-4xl);font-weight:800}.PricingSection-module__8GmpUq__period{font-size:var(--text-sm);color:var(--text-muted)}.PricingSection-module__8GmpUq__desc{font-size:var(--text-sm);color:var(--text-secondary);margin:0}.PricingSection-module__8GmpUq__note{font-size:var(--text-xs);color:var(--brand-purple);margin:calc(var(--space-1) * -1) 0 0;font-weight:600}.PricingSection-module__8GmpUq__features{gap:var(--space-2);flex-direction:column;flex:1;margin:0;padding:0;list-style:none;display:flex}.PricingSection-module__8GmpUq__feature{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--text-secondary);display:flex}.PricingSection-module__8GmpUq__check{color:var(--brand-purple);flex-shrink:0}.PricingSection-module__8GmpUq__cardFeatured .PricingSection-module__8GmpUq__amount{font-size:clamp(var(--text-4xl), 4vw, 3.25rem)}.PricingSection-module__8GmpUq__featureInherit{color:var(--text-primary);font-weight:600}.PricingSection-module__8GmpUq__plus{color:var(--brand-purple);text-align:center;flex-shrink:0;width:14px;font-weight:800}@media (max-width:900px){.PricingSection-module__8GmpUq__cardFeatured.PricingSection-module__8GmpUq__cardFeatured{transform:none}}.PricingSection-module__8GmpUq__cta{justify-content:center;width:100%}
.FinalCTA-module__iOot5q__section{padding:var(--space-8) max(var(--space-8), calc((100vw - 1280px) / 2)) var(--space-24);background:linear-gradient(#08001400 0%,#080014 250px),radial-gradient(at 15% 55%,#8b5cf638 0%,#0000 50%),radial-gradient(at 85% 45%,#00d4dc33 0%,#0000 50%),radial-gradient(at 50% 110%,#ec48992e 0%,#0000 45%),radial-gradient(at 50% -10%,#6366f126 0%,#0000 45%),#080014}.FinalCTA-module__iOot5q__inner{text-align:center;padding:var(--space-20) var(--space-8);position:relative;overflow:clip}.FinalCTA-module__iOot5q__glow{filter:blur(90px);opacity:.45;pointer-events:none;border-radius:50%;width:560px;height:560px;position:absolute}.FinalCTA-module__iOot5q__glowLeft{background:#7c3aed;top:50%;left:-220px;transform:translateY(-50%)}.FinalCTA-module__iOot5q__glowRight{background:#0891b2;top:50%;right:-220px;transform:translateY(-50%)}.FinalCTA-module__iOot5q__title{color:var(--text-primary);margin:0 0 var(--space-4);z-index:1;font-size:clamp(2rem,4vw,3.5rem);font-weight:800;position:relative}.FinalCTA-module__iOot5q__sub{font-size:var(--text-lg);color:var(--text-secondary);margin:0 0 var(--space-8);z-index:1;position:relative}.FinalCTA-module__iOot5q__actions{align-items:center;gap:var(--space-3);z-index:1;flex-direction:column;display:flex;position:relative}.FinalCTA-module__iOot5q__hint{font-size:var(--text-xs);color:var(--text-muted)}
