.landing-module__g1LwZa__page{background:var(--background);height:100vh;font-family:var(--font-sans);scroll-behavior:smooth;overflow:hidden auto}.landing-module__g1LwZa__navbar{z-index:100;padding:0 var(--space-8);background:0 0;border-bottom:1px solid #0000;grid-template-columns:1fr auto 1fr;align-items:center;height:64px;transition:background .25s,box-shadow .25s,border-color .25s;display:grid;position:sticky;top:0;left:0;right:0}.landing-module__g1LwZa__navbarScrolled{background:color-mix(in srgb, var(--background) 88%, transparent);-webkit-backdrop-filter:blur(16px)saturate(180%);border-bottom-color:var(--neutral-200);box-shadow:0 1px 20px #0000000f}.landing-module__g1LwZa__navBrand{align-items:center;gap:var(--space-2);justify-self:start;text-decoration:none;display:flex}.landing-module__g1LwZa__navLogo{background:linear-gradient(135deg, var(--primary) 0%, #a855f7 100%);border-radius:var(--radius-md);color:#fff;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 14px #8b5cf659}.landing-module__g1LwZa__navBrand:hover .landing-module__g1LwZa__navLogo{transform:scale(1.06);box-shadow:0 6px 20px #8b5cf673}.landing-module__g1LwZa__navLogoText{font-size:var(--text-lg);font-weight:var(--weight-bold);letter-spacing:-.5px;background:linear-gradient(135deg, var(--foreground) 30%, var(--primary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing-module__g1LwZa__navCenter{align-items:center;gap:var(--space-6);justify-self:center;display:flex}.landing-module__g1LwZa__navActions{align-items:center;gap:var(--space-3);justify-self:end;display:flex}.landing-module__g1LwZa__navLink{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--neutral-600);transition:color var(--transition-fast);text-decoration:none;position:relative}.landing-module__g1LwZa__navLink:after{content:"";background:var(--primary);border-radius:2px;height:2px;transition:transform .2s;position:absolute;bottom:-3px;left:0;right:0;transform:scaleX(0)}.landing-module__g1LwZa__navLink:hover{color:var(--foreground)}.landing-module__g1LwZa__navLink:hover:after{transform:scaleX(1)}.landing-module__g1LwZa__navCta{align-items:center;gap:var(--space-2);padding:8px var(--space-4);background:linear-gradient(135deg, var(--primary) 0%, #a855f7 100%);color:#fff;font-size:var(--text-sm);font-weight:var(--weight-semibold);border-radius:var(--radius-md);text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 14px #8b5cf64d}.landing-module__g1LwZa__navCta:hover{transform:translateY(-1px);box-shadow:0 6px 20px #8b5cf673}.landing-module__g1LwZa__hero{text-align:center;padding:100px var(--space-8) 100px;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.landing-module__g1LwZa__heroBg{z-index:0;pointer-events:none;position:absolute;inset:0}.landing-module__g1LwZa__heroBgGrid{background-image:radial-gradient(circle,#8b5cf62e 1px,#0000 1px);background-size:36px 36px;animation:20s ease-in-out infinite alternate landing-module__g1LwZa__gridDrift;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 80%,#000 0%,#0000 100%);mask-image:radial-gradient(80% 80%,#000 0%,#0000 100%)}@keyframes landing-module__g1LwZa__gridDrift{0%{background-position:0 0}to{background-position:18px 18px}}.landing-module__g1LwZa__heroBgOrb{pointer-events:none;background:radial-gradient(circle,#8b5cf60f 0%,#0000 60%);width:900px;height:900px;position:absolute;top:50%;left:50%;transform:translate(-50%,-60%)}.landing-module__g1LwZa__heroBgBlob1{background:radial-gradient(circle,#8b5cf621 0%,#0000 70%);width:600px;height:600px;animation:9s ease-in-out infinite landing-module__g1LwZa__floatBlob;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.landing-module__g1LwZa__heroBgBlob2{background:radial-gradient(circle,#ec489917 0%,#0000 70%);width:450px;height:450px;animation:13s ease-in-out infinite reverse landing-module__g1LwZa__floatBlob;position:absolute;bottom:-100px;left:8%}.landing-module__g1LwZa__heroBgBlob3{background:radial-gradient(circle,#06b6d417 0%,#0000 70%);width:380px;height:380px;animation:11s ease-in-out 2s infinite landing-module__g1LwZa__floatBlob;position:absolute;bottom:-80px;right:8%}@keyframes landing-module__g1LwZa__floatBlob{0%,to{transform:scale(1)translateY(0)}50%{transform:scale(1.1)translateY(-22px)}}.landing-module__g1LwZa__heroContent{z-index:1;max-width:800px;position:relative}.landing-module__g1LwZa__heroBadge{align-items:center;gap:var(--space-2);background:var(--primary-glow);border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--primary);margin-bottom:var(--space-6);border:1px solid #8b5cf64d;padding:6px 14px;text-decoration:none;transition:all .2s;animation:.5s cubic-bezier(.16,1,.3,1) both landing-module__g1LwZa__slideInDown;display:inline-flex}.landing-module__g1LwZa__heroBadge:hover{background:#8b5cf61f;border-color:#8b5cf680;transform:translateY(-1px)}.landing-module__g1LwZa__heroBadgeDot{background:var(--primary);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite landing-module__g1LwZa__pulse}@keyframes landing-module__g1LwZa__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.landing-module__g1LwZa__heroTitle{font-size:clamp(2.6rem,6vw,4.2rem);font-weight:var(--weight-bold);letter-spacing:-1.5px;color:var(--foreground);margin-bottom:var(--space-6);line-height:1.08;animation:.65s cubic-bezier(.16,1,.3,1) 80ms both landing-module__g1LwZa__slideInUp}.landing-module__g1LwZa__heroTitleAccent{background:linear-gradient(135deg, var(--primary) 0%, #ec4899 50%, #a855f7 100%);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:4s linear infinite landing-module__g1LwZa__shimmerText}@keyframes landing-module__g1LwZa__shimmerText{0%{background-position:0%}to{background-position:200%}}.landing-module__g1LwZa__heroSubtitle{font-size:var(--text-md);color:var(--neutral-600);line-height:var(--leading-relaxed);max-width:580px;margin:0 auto var(--space-10);animation:.65s cubic-bezier(.16,1,.3,1) .16s both landing-module__g1LwZa__slideInUp}.landing-module__g1LwZa__heroActions{justify-content:center;align-items:center;gap:var(--space-3);flex-wrap:wrap;animation:.65s cubic-bezier(.16,1,.3,1) .24s both landing-module__g1LwZa__slideInUp;display:flex}.landing-module__g1LwZa__heroPrimary{align-items:center;gap:var(--space-2);background:linear-gradient(135deg, var(--primary) 0%, #a855f7 100%);color:#fff;font-size:var(--text-base);font-weight:var(--weight-semibold);border-radius:var(--radius-md);padding:14px 28px;text-decoration:none;transition:all .2s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #8b5cf659}.landing-module__g1LwZa__heroPrimary:after{content:"";opacity:0;background:linear-gradient(135deg,#ffffff26,#0000);transition:opacity .2s;position:absolute;inset:0}.landing-module__g1LwZa__heroPrimary:hover{transform:translateY(-2px);box-shadow:0 14px 32px #8b5cf673}.landing-module__g1LwZa__heroPrimary:hover:after{opacity:1}.landing-module__g1LwZa__heroSecondary{align-items:center;gap:var(--space-2);color:var(--foreground);font-size:var(--text-base);font-weight:var(--weight-medium);border:1px solid var(--neutral-300);border-radius:var(--radius-md);background:0 0;padding:14px 24px;text-decoration:none;transition:all .2s;display:inline-flex}.landing-module__g1LwZa__heroSecondary:hover{background:var(--neutral-100);border-color:var(--neutral-400)}.landing-module__g1LwZa__heroStats{justify-content:center;align-items:center;gap:var(--space-8);margin-top:var(--space-12);flex-wrap:wrap;animation:.65s cubic-bezier(.16,1,.3,1) .32s both landing-module__g1LwZa__slideInUp;display:flex}.landing-module__g1LwZa__heroStat{flex-direction:column;align-items:center;gap:4px;display:flex}.landing-module__g1LwZa__heroStatValue{font-size:var(--text-xxl);font-weight:var(--weight-bold);background:linear-gradient(135deg, var(--primary) 0%, #a855f7 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;line-height:1}.landing-module__g1LwZa__heroStatLabel{font-size:var(--text-xs);color:var(--neutral-500);text-transform:uppercase;letter-spacing:.5px;font-weight:var(--weight-medium)}.landing-module__g1LwZa__heroStatDivider{background:var(--neutral-200);width:1px;height:40px}.landing-module__g1LwZa__previewSection{padding:0 var(--space-8) var(--space-16);justify-content:center;display:flex;position:relative}.landing-module__g1LwZa__previewGlow{pointer-events:none;background:radial-gradient(#8b5cf62e 0%,#0000 70%);width:700px;height:300px;position:absolute;top:0;left:50%;transform:translate(-50%)}.landing-module__g1LwZa__previewWindow{border-radius:var(--radius-xl);background:#0d0a1a;border:1px solid #ffffff12;width:100%;max-width:960px;overflow:hidden;box-shadow:0 40px 80px #0006,0 0 0 1px #ffffff0a,inset 0 1px #ffffff14}.landing-module__g1LwZa__previewTitlebar{align-items:center;gap:var(--space-2);padding:12px var(--space-4);background:#ffffff0a;border-bottom:1px solid #ffffff0d;display:flex}.landing-module__g1LwZa__previewDot{border-radius:50%;width:12px;height:12px}.landing-module__g1LwZa__previewDotRed{background:#ff5f57}.landing-module__g1LwZa__previewDotYellow{background:#febc2e}.landing-module__g1LwZa__previewDotGreen{background:#28c840}.landing-module__g1LwZa__previewUrl{text-align:center;font-size:var(--text-xs);color:#ffffff40;font-family:var(--font-mono);flex:1}.landing-module__g1LwZa__previewBody{height:400px;display:flex}.landing-module__g1LwZa__previewSidebar{width:220px;padding:var(--space-3) var(--space-3);gap:var(--space-3);background:#140c24;border-right:1px solid #ffffff0a;flex-direction:column;flex-shrink:0;display:flex}.landing-module__g1LwZa__previewWorkspace{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-2);border-radius:var(--radius-md);background:#ffffff12;display:flex}.landing-module__g1LwZa__previewWorkspaceAvatar{background:linear-gradient(135deg, var(--primary) 0%, #a855f7 100%);color:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:10px;font-weight:700;display:flex}.landing-module__g1LwZa__previewWorkspaceName{color:#ffffffd9;font-size:12px;font-weight:600}.landing-module__g1LwZa__previewChannels{flex-direction:column;gap:1px;display:flex}.landing-module__g1LwZa__previewChannelLabel{text-transform:uppercase;letter-spacing:.4px;color:#ffffff47;padding:var(--space-2) var(--space-1) var(--space-1);font-size:10px;font-weight:600}.landing-module__g1LwZa__previewChannel{align-items:center;gap:var(--space-2);padding:5px var(--space-2);color:#ffffff73;border-radius:5px;font-size:12px;transition:all .15s;display:flex}.landing-module__g1LwZa__previewChannel.landing-module__g1LwZa__active{color:#ffffffe6;background:#8b5cf638}.landing-module__g1LwZa__previewChannelHash{color:#ffffff38;flex-shrink:0;font-weight:700}.landing-module__g1LwZa__previewChannel.landing-module__g1LwZa__active .landing-module__g1LwZa__previewChannelHash{color:var(--primary)}.landing-module__g1LwZa__previewUnreadBadge{background:var(--primary);color:#fff;border-radius:8px;margin-left:auto;padding:1px 5px;font-size:9px;font-weight:700}.landing-module__g1LwZa__previewOnlineDot{background:#22c55e;border-radius:50%;flex-shrink:0;width:7px;height:7px;box-shadow:0 0 0 2px #22c55e33}.landing-module__g1LwZa__previewChat{background:#0b0818;flex-direction:column;flex:1;min-width:0;display:flex}.landing-module__g1LwZa__previewChatHeader{padding:10px var(--space-4);align-items:center;gap:var(--space-2);border-bottom:1px solid #ffffff0d;display:flex}.landing-module__g1LwZa__previewChatTitle{color:#ffffffe0;flex:1;font-size:13px;font-weight:600}.landing-module__g1LwZa__previewHeaderRight{align-items:center;gap:var(--space-3);display:flex}.landing-module__g1LwZa__previewNotifWrap{display:inline-flex;position:relative}.landing-module__g1LwZa__previewNotifIcon{font-size:13px}.landing-module__g1LwZa__previewNotifBadge{color:#fff;background:#ef4444;border-radius:50%;justify-content:center;align-items:center;width:13px;height:13px;font-size:8px;font-weight:700;animation:2.5s ease-in-out infinite landing-module__g1LwZa__badgePop;display:flex;position:absolute;top:-4px;right:-5px}@keyframes landing-module__g1LwZa__badgePop{0%,80%,to{transform:scale(1)}90%{transform:scale(1.3)}}.landing-module__g1LwZa__previewChatMessages{padding:var(--space-4);gap:var(--space-4);flex-direction:column;flex:1;display:flex;overflow:hidden}.landing-module__g1LwZa__previewMessage{gap:var(--space-3);align-items:flex-start;animation:.4s cubic-bezier(.16,1,.3,1) both landing-module__g1LwZa__messageIn;display:flex}.landing-module__g1LwZa__previewMessage:first-child{animation-delay:.5s}.landing-module__g1LwZa__previewMessage:nth-child(2){animation-delay:.8s}.landing-module__g1LwZa__previewMessage:nth-child(3){animation-delay:1.1s}@keyframes landing-module__g1LwZa__messageIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.landing-module__g1LwZa__previewAvatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:10px;font-weight:700;display:flex}.landing-module__g1LwZa__previewMessageContent{flex:1;min-width:0}.landing-module__g1LwZa__previewMessageMeta{align-items:baseline;gap:var(--space-2);margin-bottom:3px;display:flex}.landing-module__g1LwZa__previewMessageName{color:#fffc;font-size:12px;font-weight:600}.landing-module__g1LwZa__previewMessageTime{color:#fff3;font-size:10px}.landing-module__g1LwZa__previewMessageText{color:#fff9;font-size:12px;line-height:1.5}.landing-module__g1LwZa__previewMention{color:#c4b5fd;background:#8b5cf640;border-radius:3px;padding:0 3px;font-weight:600}.landing-module__g1LwZa__previewMentionBroadcast{color:#fbbf24;background:#f59e0b33;border-radius:3px;padding:0 3px;font-weight:600}.landing-module__g1LwZa__previewReactions{gap:5px;margin-top:5px;display:flex}.landing-module__g1LwZa__previewReaction{color:#ffffff80;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:20px;padding:2px 7px;font-size:10px}.landing-module__g1LwZa__previewTyping{align-items:center;gap:var(--space-2);padding:4px var(--space-4) 6px;display:flex}.landing-module__g1LwZa__previewTypingDots{align-items:center;gap:3px;display:flex}.landing-module__g1LwZa__previewTypingDots span{background:#8b5cf6b3;border-radius:50%;width:5px;height:5px;animation:1.2s ease-in-out infinite landing-module__g1LwZa__typingBounce;display:block}.landing-module__g1LwZa__previewTypingDots span:first-child{animation-delay:0s}.landing-module__g1LwZa__previewTypingDots span:nth-child(2){animation-delay:.2s}.landing-module__g1LwZa__previewTypingDots span:nth-child(3){animation-delay:.4s}@keyframes landing-module__g1LwZa__typingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}.landing-module__g1LwZa__previewTypingText{color:#ffffff40;font-size:10px;font-style:italic}.landing-module__g1LwZa__previewInput{padding:var(--space-3) var(--space-4);border-top:1px solid #ffffff0d}.landing-module__g1LwZa__previewInputBox{border-radius:var(--radius-md);color:#ffffff40;background:#ffffff0d;border:1px solid #ffffff17;padding:8px 12px;font-size:12px}.landing-module__g1LwZa__features{padding:var(--space-16) var(--space-8);width:100%;max-width:1200px;margin:0 auto}.landing-module__g1LwZa__sectionLabel{justify-content:center;align-items:center;gap:var(--space-2);font-size:var(--text-xs);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:1px;color:var(--primary);margin-bottom:var(--space-4);display:flex}.landing-module__g1LwZa__sectionTitle{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:var(--weight-bold);text-align:center;color:var(--foreground);letter-spacing:-.5px;margin-bottom:var(--space-4)}.landing-module__g1LwZa__sectionSubtitle{font-size:var(--text-base);color:var(--neutral-500);text-align:center;max-width:540px;margin:0 auto var(--space-12);line-height:var(--leading-relaxed)}.landing-module__g1LwZa__featuresGrid{gap:var(--space-5);grid-template-columns:repeat(auto-fill,minmax(260px,1fr));display:grid}.landing-module__g1LwZa__featureCard{padding:var(--space-6);background:var(--neutral-50);border:1px solid var(--neutral-200);border-radius:var(--radius-xl);transition:all .26s;transition-delay:var(--card-delay,0s);position:relative;overflow:hidden}.landing-module__g1LwZa__featureCard:before{content:"";background:linear-gradient(90deg, var(--primary), #a855f7, #ec4899);opacity:0;background-size:200%;height:2px;transition:opacity .26s;animation:3s linear infinite landing-module__g1LwZa__shimmerBorder;position:absolute;top:0;left:0;right:0}@keyframes landing-module__g1LwZa__shimmerBorder{0%{background-position:0%}to{background-position:200%}}.landing-module__g1LwZa__featureCard:hover{border-color:#8b5cf647;transform:translateY(-5px);box-shadow:0 10px 28px #8b5cf61a}.landing-module__g1LwZa__featureCard:hover:before{opacity:1}.landing-module__g1LwZa__featureBadge{background:linear-gradient(135deg, var(--primary), #a855f7);color:#fff;font-size:10px;font-weight:var(--weight-bold);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.5px;padding:2px 8px;position:absolute;top:14px;right:14px}.landing-module__g1LwZa__featureIcon{border-radius:var(--radius-md);width:46px;height:46px;margin-bottom:var(--space-4);justify-content:center;align-items:center;font-size:22px;display:flex}.landing-module__g1LwZa__featureTitle{font-size:var(--text-base);font-weight:var(--weight-semibold);color:var(--foreground);margin-bottom:var(--space-2)}.landing-module__g1LwZa__featureDesc{font-size:var(--text-sm);color:var(--neutral-500);line-height:var(--leading-relaxed)}.landing-module__g1LwZa__mobileSection{padding:var(--space-16) var(--space-8);background:linear-gradient(#0000,#8b5cf60a,#0000)}.landing-module__g1LwZa__mobileSectionInner{gap:var(--space-16);grid-template-columns:1fr auto;align-items:center;max-width:1100px;margin:0 auto;display:grid}.landing-module__g1LwZa__mobileSectionText{max-width:500px}.landing-module__g1LwZa__mobileSectionTitle{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:var(--weight-bold);color:var(--foreground);letter-spacing:-.5px;margin-bottom:var(--space-4);line-height:1.15}.landing-module__g1LwZa__mobileSectionDesc{font-size:var(--text-base);color:var(--neutral-500);line-height:var(--leading-relaxed);margin-bottom:var(--space-6)}.landing-module__g1LwZa__mobileSectionList{gap:var(--space-3);flex-direction:column;list-style:none;display:flex}.landing-module__g1LwZa__mobileSectionList li{font-size:var(--text-sm);color:var(--neutral-600);align-items:center;gap:var(--space-2);display:flex}.landing-module__g1LwZa__mobilePhoneWrap{flex-shrink:0;position:relative}.landing-module__g1LwZa__mobilePhoneGlow{pointer-events:none;filter:blur(20px);background:radial-gradient(#8b5cf640 0%,#0000 70%);width:200px;height:300px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.landing-module__g1LwZa__mobilePhone{background:#0d0a1a;border:2px solid #ffffff1f;border-radius:32px;width:200px;padding-top:24px;padding-bottom:18px;animation:5s ease-in-out infinite landing-module__g1LwZa__phoneFloat;position:relative;overflow:hidden;box-shadow:0 30px 60px #00000080,0 0 0 1px #ffffff0a,inset 0 1px #ffffff14}@keyframes landing-module__g1LwZa__phoneFloat{0%,to{transform:translateY(0)rotate(-1deg)}50%{transform:translateY(-10px)rotate(1deg)}}.landing-module__g1LwZa__mobilePhoneNotch{background:#ffffff1f;border-radius:4px;width:60px;height:8px;position:absolute;top:8px;left:50%;transform:translate(-50%)}.landing-module__g1LwZa__mobilePhoneScreen{flex-direction:column;height:340px;padding:0;display:flex}.landing-module__g1LwZa__mobileAppBar{background:#140c24;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.landing-module__g1LwZa__mobileAppTitle{color:#ffffffd9;font-size:12px;font-weight:600}.landing-module__g1LwZa__mobileNotifBadge{color:#fff;background:#ef4444;border-radius:50%;justify-content:center;align-items:center;width:12px;height:12px;font-size:7px;font-weight:700;animation:2.5s ease-in-out infinite landing-module__g1LwZa__badgePop;display:flex;position:absolute;top:-3px;right:-4px}.landing-module__g1LwZa__mobileMessages{flex-direction:column;flex:1;gap:7px;padding:10px;display:flex;overflow:hidden}.landing-module__g1LwZa__mobileMsg{align-items:flex-end;gap:6px;display:flex}.landing-module__g1LwZa__mobileMsgOwn{justify-content:flex-end}.landing-module__g1LwZa__mobileAvatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:7px;font-weight:700;display:flex}.landing-module__g1LwZa__mobileMsgBubble{color:#ffffffb3;background:#ffffff14;border:1px solid #ffffff12;border-radius:14px 14px 14px 4px;max-width:130px;padding:5px 9px;font-size:10px;line-height:1.4}.landing-module__g1LwZa__mobileMsgBubbleOwn{color:#fff;background:linear-gradient(135deg,#7c3aed,#a855f7);border:none;border-radius:14px 14px 4px;font-weight:500}.landing-module__g1LwZa__mobileMention{color:#c4b5fd;font-weight:700}.landing-module__g1LwZa__mobileInputBar{color:#fff3;background:#ffffff0a;border-top:1px solid #ffffff0d;padding:8px 12px;font-size:10px;font-style:italic}.landing-module__g1LwZa__mobileHomeIndicator{background:#ffffff26;border-radius:2px;width:80px;height:3px;margin:6px auto 0}.landing-module__g1LwZa__howItWorks{padding:var(--space-16) var(--space-8);text-align:center}.landing-module__g1LwZa__stepsContainer{gap:var(--space-6);flex-direction:column;max-width:800px;margin:0 auto;display:flex;position:relative}.landing-module__g1LwZa__stepsContainer:before{content:"";background:linear-gradient(180deg, var(--primary), #a855f7);opacity:.2;width:2px;position:absolute;top:48px;bottom:48px;left:24px}.landing-module__g1LwZa__step{gap:var(--space-5);text-align:left;align-items:flex-start;display:flex}.landing-module__g1LwZa__stepNumber{background:linear-gradient(135deg, var(--primary) 0%, #a855f7 100%);color:#fff;width:48px;height:48px;font-size:var(--text-base);font-weight:var(--weight-bold);z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative;box-shadow:0 4px 14px #8b5cf659}.landing-module__g1LwZa__stepContent{padding-top:var(--space-2);flex:1}.landing-module__g1LwZa__stepTitle{font-size:var(--text-base);font-weight:var(--weight-semibold);color:var(--foreground);margin-bottom:var(--space-1)}.landing-module__g1LwZa__stepDesc{font-size:var(--text-sm);color:var(--neutral-500);line-height:var(--leading-relaxed)}.landing-module__g1LwZa__pricing{padding:var(--space-16) var(--space-8);width:100%;max-width:1100px;margin:0 auto}.landing-module__g1LwZa__pricingGrid{gap:var(--space-5);grid-template-columns:repeat(auto-fit,minmax(260px,1fr));display:grid}.landing-module__g1LwZa__pricingCard{padding:var(--space-6);border:1px solid var(--neutral-200);border-radius:var(--radius-xl);background:var(--neutral-0);box-shadow:var(--shadow-sm);transition:all .25s;position:relative}.landing-module__g1LwZa__pricingCard:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000014}.landing-module__g1LwZa__pricingCardFeatured{border-color:#8b5cf666;box-shadow:0 10px 32px #8b5cf624}.landing-module__g1LwZa__pricingBadge{top:-10px;right:var(--space-4);border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:var(--weight-bold);color:#fff;background:linear-gradient(135deg, var(--primary), #a855f7);padding:4px 12px;position:absolute}.landing-module__g1LwZa__pricingTitle{font-size:var(--text-lg);font-weight:var(--weight-bold);color:var(--foreground);margin-bottom:var(--space-2)}.landing-module__g1LwZa__pricingPrice{font-size:var(--text-xxl);font-weight:var(--weight-bold);color:var(--primary);margin-bottom:var(--space-1);line-height:1}.landing-module__g1LwZa__pricingMeta{font-size:var(--text-sm);color:var(--neutral-600);margin-bottom:var(--space-1)}.landing-module__g1LwZa__pricingSubMeta{font-size:var(--text-xs);color:var(--neutral-500);margin-bottom:var(--space-4)}.landing-module__g1LwZa__pricingList{margin:0 0 var(--space-5);color:var(--neutral-600);font-size:var(--text-sm);line-height:var(--leading-relaxed);gap:6px;padding-left:18px;display:grid}.landing-module__g1LwZa__pricingBtn,.landing-module__g1LwZa__pricingBtnPrimary{width:100%;padding:10px var(--space-4);border-radius:var(--radius-md);font-size:var(--text-sm);font-weight:var(--weight-semibold);transition:all var(--transition-fast);justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.landing-module__g1LwZa__pricingBtn{background:var(--neutral-0);color:var(--foreground);border:1px solid var(--neutral-300)}.landing-module__g1LwZa__pricingBtn:hover{border-color:var(--primary);color:var(--primary)}.landing-module__g1LwZa__pricingBtnPrimary{color:#fff;background:linear-gradient(135deg, var(--primary), #a855f7);border:1px solid #0000;box-shadow:0 6px 18px #8b5cf64d}.landing-module__g1LwZa__pricingBtnPrimary:hover{transform:translateY(-1px);box-shadow:0 10px 26px #8b5cf661}.landing-module__g1LwZa__ctaBanner{margin-bottom:var(--space-16);padding:var(--space-12) var(--space-8);border-radius:var(--radius-xl);text-align:center;background:linear-gradient(135deg,#3b1d8a 0%,#7c3aed 50%,#a855f7 100%);position:relative;overflow:hidden}.landing-module__g1LwZa__ctaBanner:before{content:"";filter:blur(50px);background:#ffffff14;border-radius:50%;width:350px;height:350px;animation:10s ease-in-out infinite landing-module__g1LwZa__floatBlob;position:absolute;top:-40%;left:-5%}.landing-module__g1LwZa__ctaBanner:after{content:"";filter:blur(50px);background:#ec489940;border-radius:50%;width:280px;height:280px;animation:12s ease-in-out infinite reverse landing-module__g1LwZa__floatBlob;position:absolute;bottom:-40%;right:-5%}.landing-module__g1LwZa__ctaTitle{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:var(--weight-bold);color:#fff;margin-bottom:var(--space-4);z-index:1;position:relative}.landing-module__g1LwZa__ctaSubtitle{font-size:var(--text-base);color:#ffffffc7;margin-bottom:var(--space-8);z-index:1;position:relative}.landing-module__g1LwZa__ctaActions{gap:var(--space-4);z-index:1;flex-wrap:wrap;justify-content:center;display:flex;position:relative}.landing-module__g1LwZa__ctaButton{align-items:center;gap:var(--space-2);color:#fff;font-size:var(--text-base);font-weight:var(--weight-bold);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff26;border:1px solid #ffffff59;padding:14px 32px;text-decoration:none;transition:all .2s;display:inline-flex}.landing-module__g1LwZa__ctaButton:hover{background:#ffffff40;transform:translateY(-2px)}.landing-module__g1LwZa__ctaButtonAlt{align-items:center;gap:var(--space-2);color:var(--primary);font-size:var(--text-base);font-weight:var(--weight-bold);border-radius:var(--radius-md);background:#fff;padding:14px 32px;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 8px 24px #0000002e}.landing-module__g1LwZa__ctaButtonAlt:hover{transform:translateY(-2px);box-shadow:0 12px 32px #00000047}.landing-module__g1LwZa__footer{border-top:1px solid var(--neutral-200);padding:var(--space-8);justify-content:space-between;align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.landing-module__g1LwZa__footerBrand{align-items:center;gap:var(--space-2);text-decoration:none;display:flex}.landing-module__g1LwZa__footerLogo{background:linear-gradient(135deg, var(--primary) 0%, #a855f7 100%);color:#fff;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.landing-module__g1LwZa__footerBrandName{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--foreground)}.landing-module__g1LwZa__footerCopy{font-size:var(--text-xs);color:var(--neutral-500)}.landing-module__g1LwZa__footerLinks{gap:var(--space-6);display:flex}.landing-module__g1LwZa__footerLink{font-size:var(--text-xs);color:var(--neutral-500);transition:color var(--transition-fast);text-decoration:none}.landing-module__g1LwZa__footerLink:hover{color:var(--foreground)}@keyframes landing-module__g1LwZa__slideInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes landing-module__g1LwZa__slideInDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.landing-module__g1LwZa__reveal{opacity:0;transition:opacity .75s cubic-bezier(.16, 1, .3, 1) var(--card-delay,0s), transform .75s cubic-bezier(.16, 1, .3, 1) var(--card-delay,0s);will-change:opacity, transform;transform:translateY(28px)}.landing-module__g1LwZa__reveal.landing-module__g1LwZa__visible{opacity:1;transform:translateY(0)}.landing-module__g1LwZa__stepsContainer .landing-module__g1LwZa__step:first-child{--card-delay:0s}.landing-module__g1LwZa__stepsContainer .landing-module__g1LwZa__step:nth-child(2){--card-delay:.14s}.landing-module__g1LwZa__stepsContainer .landing-module__g1LwZa__step:nth-child(3){--card-delay:.28s}@media (max-width:768px){.landing-module__g1LwZa__navbar{padding:0 var(--space-4);grid-template-columns:1fr 1fr}.landing-module__g1LwZa__navCenter{display:none}.landing-module__g1LwZa__hero{padding:60px var(--space-4) 80px}.landing-module__g1LwZa__previewSection{padding:0 var(--space-4) var(--space-12)}.landing-module__g1LwZa__previewBody{height:300px}.landing-module__g1LwZa__previewSidebar{width:150px}.landing-module__g1LwZa__heroStats{gap:var(--space-5)}.landing-module__g1LwZa__features,.landing-module__g1LwZa__howItWorks,.landing-module__g1LwZa__pricing,.landing-module__g1LwZa__mobileSection{padding:var(--space-12) var(--space-4)}.landing-module__g1LwZa__mobileSectionInner{text-align:center;gap:var(--space-10);grid-template-columns:1fr}.landing-module__g1LwZa__mobilePhoneWrap{margin:0 auto}.landing-module__g1LwZa__mobileSectionList{align-items:center}.landing-module__g1LwZa__sectionLabel[style]{justify-content:center!important}.landing-module__g1LwZa__ctaBanner{padding:var(--space-8) var(--space-4)}.landing-module__g1LwZa__footer{text-align:center;flex-direction:column;align-items:center}.landing-module__g1LwZa__stepsContainer:before{display:none}}
