.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;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:var(--glow-sm);animation:5s ease-in-out infinite HeroSection-module__DmCCQa__float;overflow:hidden}@keyframes HeroSection-module__DmCCQa__float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.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%}}@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%}}
.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-lg);color:var(--text-muted);white-space:nowrap;transition:color var(--transition-fast);font-weight:700}.SocialProofMarquee-module__M_9feW__item:hover{color:var(--text-accent)}
.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__codeMock{background:#0d1117;flex-direction:column;width:100%;height:420px;display:flex}.ProductShowcase-module__AJaBJG__codeHeader{background:#090c12;border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;height:36px;padding:0 16px;display:flex}.ProductShowcase-module__AJaBJG__codeTabs{gap:0;display:flex}.ProductShowcase-module__AJaBJG__codeTab{color:#ffffff4d;cursor:pointer;border-bottom:2px solid #0000;padding:8px 14px;font-size:.6875rem}.ProductShowcase-module__AJaBJG__codeTabActive{color:#fffc;border-bottom-color:#9333ea}.ProductShowcase-module__AJaBJG__codeActions{gap:4px;display:flex}.ProductShowcase-module__AJaBJG__codeBadge{letter-spacing:.05em;text-transform:uppercase;color:#ffffff4d;background:#ffffff0d;border:1px solid #ffffff12;border-radius:4px;padding:2px 7px;font-size:.5625rem;font-weight:700}.ProductShowcase-module__AJaBJG__codeBody{flex:1;display:flex;overflow:hidden}.ProductShowcase-module__AJaBJG__codeGutter{background:#090c12;flex-direction:column;flex-shrink:0;width:40px;padding:14px 0;display:flex}.ProductShowcase-module__AJaBJG__codeLineNum{height:20px;font-family:var(--font-mono,monospace);color:#ffffff26;justify-content:flex-end;align-items:center;padding-right:8px;font-size:.625rem;display:flex}.ProductShowcase-module__AJaBJG__codeContent{flex-direction:column;flex:1;padding:14px 8px 14px 16px;display:flex;overflow:hidden}.ProductShowcase-module__AJaBJG__codeLine{height:20px;font-family:var(--font-mono,monospace);white-space:nowrap;border-radius:3px;align-items:center;font-size:.6875rem;display:flex}.ProductShowcase-module__AJaBJG__codeLineHighlight{background:#9333ea1a;outline:1px solid #9333ea33}.ProductShowcase-module__AJaBJG__codeFooter{background:#090c12;border-top:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;padding:8px 14px;display:flex}.ProductShowcase-module__AJaBJG__codeStatus{color:#ffffff4d;align-items:center;gap:6px;font-size:.625rem;display:flex}.ProductShowcase-module__AJaBJG__codeStatusDot{background:#22c55e;border-radius:50%;width:6px;height:6px}.ProductShowcase-module__AJaBJG__codeExportBtns{gap:4px;display:flex}.ProductShowcase-module__AJaBJG__codeExportBtn{color:#fff6;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:4px;padding:3px 10px;font-size:.625rem;font-weight:600;transition:all .1s}.ProductShowcase-module__AJaBJG__codeExportBtn:hover{color:#ffffffb3;background:#ffffff14}.ProductShowcase-module__AJaBJG__codeExportBtnPrimary{color:#c084fc;cursor:pointer;background:#9333ea26;border:1px solid #9333ea4d;border-radius:4px;padding:3px 10px;font-size:.625rem;font-weight:600;transition:all .1s}.ProductShowcase-module__AJaBJG__codeExportBtnPrimary:hover{background:#9333ea40}
.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}
.AISection-module__CY4qZq__section{padding:var(--space-24) max(var(--space-8), calc((100vw - 1280px) / 2));background:linear-gradient(#1e0d0000 0%,#1e0d00 250px),linear-gradient(0deg,#000 0%,#0000 200px),repeating-linear-gradient(88deg,#d28c1e14 0 1px,#0000 1px 5px),repeating-linear-gradient(178deg,#0000000d 0 1px,#0000 1px 80px),radial-gradient(at 65% 30%,#f59e0b47 0%,#0000 55%),radial-gradient(at 20% 80%,#c2410c2e 0%,#0000 45%),#1e0d00}.AISection-module__CY4qZq__inner{gap:var(--space-16);grid-template-columns:1fr 1fr;align-items:center;display:grid}.AISection-module__CY4qZq__content{gap:var(--space-5);flex-direction:column;display:flex}.AISection-module__CY4qZq__title{font-family:var(--font-display);color:var(--text-primary);margin:0;font-size:clamp(2rem,4vw,3rem);font-weight:800}.AISection-module__CY4qZq__sub{font-size:var(--text-lg);color:var(--text-secondary);max-width:480px;margin:0;line-height:1.7}.AISection-module__CY4qZq__window{border-radius:var(--radius-xl);box-shadow:var(--glow-purple);flex-direction:column;display:flex;overflow:hidden}.AISection-module__CY4qZq__windowHeader{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--surface-2);border-bottom:1px solid var(--glass-border);flex-shrink:0;display:flex}.AISection-module__CY4qZq__windowDots{gap:5px;display:flex}.AISection-module__CY4qZq__windowTitle{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--text-accent);font-weight:600;display:flex}.AISection-module__CY4qZq__windowBody{grid-template-columns:1fr 1fr;min-height:240px;display:grid}.AISection-module__CY4qZq__promptPane{border-right:1px solid var(--glass-border);padding:var(--space-4);gap:var(--space-3);flex-direction:column;display:flex}.AISection-module__CY4qZq__promptLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);font-size:.625rem;font-weight:700}.AISection-module__CY4qZq__promptList{gap:var(--space-3);font-family:var(--font-mono);flex-direction:column;flex:1;display:flex}.AISection-module__CY4qZq__promptItem{align-items:flex-start;gap:var(--space-2);font-size:var(--text-xs);color:var(--text-secondary);opacity:0;animation:.4s forwards AISection-module__CY4qZq__fade-up;display:flex}.AISection-module__CY4qZq__promptText{flex:1;line-height:1.5}.AISection-module__CY4qZq__promptCheck{color:#22c55e;background:#22c55e26;border:1px solid #22c55e4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;margin-top:1px;display:flex}.AISection-module__CY4qZq__promptInput{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);display:flex}.AISection-module__CY4qZq__promptCursor{color:var(--brand-purple);font-weight:700;font-family:var(--font-mono);font-size:var(--text-sm)}.AISection-module__CY4qZq__promptPlaceholder{font-size:var(--text-xs);color:var(--text-muted);font-family:var(--font-mono);flex:1}.AISection-module__CY4qZq__promptCursorBlink{background:var(--brand-purple);width:1px;height:12px;animation:1s step-end infinite AISection-module__CY4qZq__blink}@keyframes AISection-module__CY4qZq__blink{0%,to{opacity:1}50%{opacity:0}}.AISection-module__CY4qZq__outputPane{padding:var(--space-4);gap:var(--space-3);flex-direction:column;display:flex}.AISection-module__CY4qZq__outputLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);font-size:.625rem;font-weight:700}.AISection-module__CY4qZq__outputFrame{border-radius:var(--radius-md);border:1px solid var(--glass-border);flex:1;min-height:180px;overflow:hidden}@media (max-width:900px){.AISection-module__CY4qZq__inner,.AISection-module__CY4qZq__windowBody{grid-template-columns:1fr}.AISection-module__CY4qZq__promptPane{border-right:none;border-bottom:1px solid var(--glass-border)}}
.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}
.Testimonials-module__Yd8noq__section{padding:var(--space-24) max(var(--space-8), calc((100vw - 1280px) / 2));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}.Testimonials-module__Yd8noq__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}.Testimonials-module__Yd8noq__title{font-family:var(--font-display);color:var(--text-primary);margin:0 0 var(--space-12);font-size:clamp(2rem,4vw,3rem);font-weight:800}.Testimonials-module__Yd8noq__grid{gap:var(--space-5);grid-template-columns:repeat(auto-fill,minmax(300px,1fr));display:grid}.Testimonials-module__Yd8noq__card{gap:var(--space-5);flex-direction:column;display:flex}.Testimonials-module__Yd8noq__quote{font-size:var(--text-sm);color:var(--text-secondary);flex:1;margin:0;line-height:1.7}.Testimonials-module__Yd8noq__author{align-items:center;gap:var(--space-3);display:flex}.Testimonials-module__Yd8noq__avatar{background:var(--brand-gradient);width:36px;height:36px;font-size:var(--text-xs);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.Testimonials-module__Yd8noq__name{font-size:var(--text-sm);color:var(--text-primary);font-weight:600}.Testimonials-module__Yd8noq__role{font-size:var(--text-xs);color:var(--text-muted)}
.ShowcaseSection-module__5RNQQq__section{padding:var(--space-24) 0;background:var(--surface-0);position:relative;overflow:hidden}.ShowcaseSection-module__5RNQQq__section:before{content:"";background:linear-gradient(90deg, transparent, var(--color-border-strong), transparent);height:1px;position:absolute;top:0;left:0;right:0}.ShowcaseSection-module__5RNQQq__header{text-align:center;padding:0 var(--space-8);margin-bottom:var(--space-16)}.ShowcaseSection-module__5RNQQq__label{font-size:var(--text-xs);letter-spacing:.15em;text-transform:uppercase;color:var(--color-accent);margin-bottom:var(--space-3);font-weight:700;display:inline-block}.ShowcaseSection-module__5RNQQq__title{font-family:var(--font-display);color:var(--text-primary);margin:0 0 var(--space-4);font-size:clamp(2rem,4vw,2.75rem);font-weight:800;line-height:1.1}.ShowcaseSection-module__5RNQQq__titleAccent{background:var(--brand-gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.ShowcaseSection-module__5RNQQq__sub{font-size:var(--text-lg);color:var(--text-secondary);max-width:460px;margin:0 auto;line-height:1.65}.ShowcaseSection-module__5RNQQq__tracks{flex-direction:column;gap:14px;display:flex;-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%)}.ShowcaseSection-module__5RNQQq__track{will-change:transform;gap:14px;width:max-content;display:flex}.ShowcaseSection-module__5RNQQq__card{border:1px solid var(--glass-border);cursor:pointer;border-radius:12px;flex-shrink:0;width:256px;height:156px;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1),border-color .3s;position:relative;overflow:hidden}.ShowcaseSection-module__5RNQQq__card:hover{box-shadow:0 16px 48px #00000080, var(--glow-sm);border-color:var(--color-border-strong);transform:translateY(-6px)scale(1.02)}.ShowcaseSection-module__5RNQQq__thumb{width:100%;height:100%}.ShowcaseSection-module__5RNQQq__info{-webkit-backdrop-filter:blur(6px);background:#080810eb;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:8px 12px;transition:transform .25s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.ShowcaseSection-module__5RNQQq__card:hover .ShowcaseSection-module__5RNQQq__info{transform:translateY(0)}.ShowcaseSection-module__5RNQQq__infoName{color:var(--text-primary);font-size:12px;font-weight:700;line-height:1.3}.ShowcaseSection-module__5RNQQq__infoCat{color:var(--text-muted);margin-top:1px;font-size:10px}.ShowcaseSection-module__5RNQQq__infoArrow{color:var(--color-accent);flex-shrink:0;font-size:14px;transition:transform .2s}.ShowcaseSection-module__5RNQQq__card:hover .ShowcaseSection-module__5RNQQq__infoArrow{transform:translate(2px,-2px)}.ShowcaseSection-module__5RNQQq__placeholder{background:#ffffff05;border:1.5px dashed #ffffff1a;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;height:100%;transition:border-color .25s,background .25s;display:flex}.ShowcaseSection-module__5RNQQq__card:hover .ShowcaseSection-module__5RNQQq__placeholder{background:#9333ea0d;border-color:#9333ea66}.ShowcaseSection-module__5RNQQq__placeholderMark{font-family:var(--font-display);color:#ffffff1f;font-size:2rem;font-weight:800;line-height:1;transition:color .25s}.ShowcaseSection-module__5RNQQq__card:hover .ShowcaseSection-module__5RNQQq__placeholderMark{color:#9333ea80}.ShowcaseSection-module__5RNQQq__placeholderLabel{letter-spacing:.1em;text-transform:uppercase;color:#ffffff2e;font-size:10px;font-weight:600;transition:color .25s}.ShowcaseSection-module__5RNQQq__card:hover .ShowcaseSection-module__5RNQQq__placeholderLabel{color:#9333eab3}.ShowcaseSection-module__5RNQQq__mockSite{flex-direction:column;gap:6px;width:100%;height:100%;padding:10px;display:flex}.ShowcaseSection-module__5RNQQq__mockNav{align-items:center;gap:5px;display:flex}.ShowcaseSection-module__5RNQQq__mockLogo{background:#ffffff4d;border-radius:3px;width:22px;height:7px}.ShowcaseSection-module__5RNQQq__mockNavLinks{gap:4px;margin-left:auto;display:flex}.ShowcaseSection-module__5RNQQq__mockNavLink{background:#ffffff26;border-radius:2px;width:18px;height:5px}.ShowcaseSection-module__5RNQQq__mockH1{background:#fff6;border-radius:4px;width:68%;height:9px}.ShowcaseSection-module__5RNQQq__mockSub{background:#fff3;border-radius:3px;width:52%;height:6px}.ShowcaseSection-module__5RNQQq__mockBtn{background:#ffffff38;border-radius:99px;width:46px;height:14px}.ShowcaseSection-module__5RNQQq__mockImg{background:#ffffff12;border-radius:6px;flex:1}.ShowcaseSection-module__5RNQQq__cta{text-align:center;margin-top:var(--space-14);padding:0 var(--space-8)}.ShowcaseSection-module__5RNQQq__ctaText{font-size:var(--text-sm);color:var(--text-muted);margin-bottom:var(--space-4)}.ShowcaseSection-module__5RNQQq__ctaText strong{color:var(--text-secondary)}
.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{border-color:var(--brand-purple);box-shadow:var(--glow-sm)}.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__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)}
