.HeroSection-module__YGMWTW__hero{padding:var(--space-16) 0 var(--space-12);align-items:center;min-height:90vh;display:flex;position:relative;overflow:hidden}.HeroSection-module__YGMWTW__bgOrbs{pointer-events:none;position:absolute;inset:0;overflow:hidden}.HeroSection-module__YGMWTW__orb1,.HeroSection-module__YGMWTW__orb2,.HeroSection-module__YGMWTW__orb3{filter:blur(80px);opacity:.4;border-radius:50%;position:absolute}.HeroSection-module__YGMWTW__orb1{background:#6366f126;width:500px;height:500px;animation:12s ease-in-out infinite HeroSection-module__YGMWTW__float;top:-10%;left:15%}.HeroSection-module__YGMWTW__orb2{background:#06b6d41a;width:400px;height:400px;animation:15s ease-in-out infinite reverse HeroSection-module__YGMWTW__float;bottom:10%;right:10%}.HeroSection-module__YGMWTW__orb3{background:#8b5cf61f;width:300px;height:300px;animation:10s ease-in-out 2s infinite HeroSection-module__YGMWTW__float;top:40%;left:60%}.HeroSection-module__YGMWTW__container{width:100%;max-width:var(--max-width);padding:0 var(--space-6);z-index:1;margin:0 auto;position:relative}.HeroSection-module__YGMWTW__content{text-align:center;margin-bottom:var(--space-10);animation:HeroSection-module__YGMWTW__fadeUp var(--duration-slower) var(--ease-out)}.HeroSection-module__YGMWTW__badge{align-items:center;gap:var(--space-2);padding:var(--space-1) var(--space-4);border-radius:var(--radius-full);background:var(--glass-bg);border:1px solid var(--glass-border);font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--text-secondary);margin-bottom:var(--space-6);display:inline-flex}.HeroSection-module__YGMWTW__badgeDot{background:var(--success-400);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite HeroSection-module__YGMWTW__pulse-glow}.HeroSection-module__YGMWTW__title{font-size:clamp(2.5rem,6vw,4rem);font-weight:var(--weight-bold);margin-bottom:var(--space-4);letter-spacing:-.02em;line-height:1.1}.HeroSection-module__YGMWTW__titleGradient{background:var(--gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.HeroSection-module__YGMWTW__subtitle{font-size:var(--text-lg);color:var(--text-secondary);max-width:640px;line-height:var(--leading-relaxed);margin:0 auto}.HeroSection-module__YGMWTW__chatWrapper{max-width:800px;animation:HeroSection-module__YGMWTW__fadeUp var(--duration-slower) var(--ease-out) .2s backwards;margin:0 auto}@media (max-width:768px){.HeroSection-module__YGMWTW__hero{padding:var(--space-8) 0 var(--space-8);min-height:auto}.HeroSection-module__YGMWTW__subtitle{font-size:var(--text-base)}.HeroSection-module__YGMWTW__orb1{width:300px;height:300px}.HeroSection-module__YGMWTW__orb2{width:200px;height:200px}.HeroSection-module__YGMWTW__orb3{display:none}}
.ToolsSection-module__5G8p_G__section{padding:var(--space-20) 0}.ToolsSection-module__5G8p_G__container{max-width:var(--max-width);padding:0 var(--space-6);margin:0 auto}.ToolsSection-module__5G8p_G__title{font-size:var(--text-3xl);font-weight:var(--weight-bold);text-align:center;margin-bottom:var(--space-3)}.ToolsSection-module__5G8p_G__subtitle{text-align:center;color:var(--text-secondary);max-width:560px;margin:0 auto var(--space-12)}.ToolsSection-module__5G8p_G__grid{gap:var(--space-4);grid-template-columns:repeat(4,1fr);display:grid}.ToolsSection-module__5G8p_G__card{padding:var(--space-6);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-xl);cursor:pointer;transition:all var(--duration-base) var(--ease-out);opacity:0;flex-direction:column;text-decoration:none;display:flex;position:relative;transform:translateY(20px)}.ToolsSection-module__5G8p_G__card.ToolsSection-module__5G8p_G__visible{opacity:1;transition:opacity var(--duration-slow) var(--ease-out), transform var(--duration-slow) var(--ease-out), background var(--duration-base) var(--ease-out), border-color var(--duration-base) var(--ease-out), box-shadow var(--duration-base) var(--ease-out);transform:translateY(0)}.ToolsSection-module__5G8p_G__card:hover{background:var(--glass-bg-hover);border-color:var(--glass-border-hover);box-shadow:var(--shadow-glow-sm);transform:translateY(-4px)}.ToolsSection-module__5G8p_G__cardMore{background:0 0;border-style:dashed}.ToolsSection-module__5G8p_G__cardMore:hover{background:var(--glass-bg)}.ToolsSection-module__5G8p_G__cardIcon{font-size:var(--text-2xl);margin-bottom:var(--space-3);display:block}.ToolsSection-module__5G8p_G__cardTitle{font-size:var(--text-base);font-weight:var(--weight-semibold);color:var(--text-primary);margin-bottom:var(--space-2)}.ToolsSection-module__5G8p_G__cardDesc{font-size:var(--text-sm);color:var(--text-muted);line-height:var(--leading-relaxed);flex:1}.ToolsSection-module__5G8p_G__cardArrow{margin-top:var(--space-3);color:var(--primary-400);font-size:var(--text-sm);transition:transform var(--duration-fast);display:inline-block}.ToolsSection-module__5G8p_G__card:hover .ToolsSection-module__5G8p_G__cardArrow{transform:translate(4px)}@media (max-width:1024px){.ToolsSection-module__5G8p_G__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.ToolsSection-module__5G8p_G__grid{grid-template-columns:1fr}}
.AssistantsSection-module__D4RhxG__section{padding:var(--space-20) 0;overflow:hidden}.AssistantsSection-module__D4RhxG__container{max-width:var(--max-width);padding:0 var(--space-6);margin:0 auto}.AssistantsSection-module__D4RhxG__title{font-size:var(--text-3xl);font-weight:var(--weight-bold);text-align:center;margin-bottom:var(--space-3)}.AssistantsSection-module__D4RhxG__subtitle{text-align:center;color:var(--text-secondary);max-width:500px;margin:0 auto var(--space-10)}.AssistantsSection-module__D4RhxG__scroll{gap:var(--space-4);padding:var(--space-2) 0 var(--space-4);scroll-snap-type:x mandatory;scrollbar-width:none;display:flex;overflow-x:auto}.AssistantsSection-module__D4RhxG__scroll::-webkit-scrollbar{display:none}.AssistantsSection-module__D4RhxG__card{scroll-snap-align:start;text-align:center;padding:var(--space-6) var(--space-4);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-xl);transition:all var(--duration-base) var(--ease-out);flex-direction:column;flex:0 0 220px;align-items:center;text-decoration:none;display:flex}.AssistantsSection-module__D4RhxG__card:hover{background:var(--glass-bg-hover);border-color:var(--glass-border-hover);box-shadow:var(--shadow-glow-sm);transform:translateY(-4px)}.AssistantsSection-module__D4RhxG__avatar{border-radius:var(--radius-full);width:64px;height:64px;margin-bottom:var(--space-3);box-shadow:var(--shadow-md);justify-content:center;align-items:center;display:flex}.AssistantsSection-module__D4RhxG__avatarInitials{font-size:var(--text-sm);font-weight:var(--weight-bold);color:#fff;letter-spacing:.05em}.AssistantsSection-module__D4RhxG__cardName{font-size:var(--text-base);font-weight:var(--weight-bold);color:var(--text-primary);margin-bottom:var(--space-1)}.AssistantsSection-module__D4RhxG__cardRole{font-size:var(--text-xs);color:var(--primary-400);font-weight:var(--weight-semibold);margin-bottom:var(--space-2)}.AssistantsSection-module__D4RhxG__cardDesc{font-size:var(--text-xs);color:var(--text-muted);line-height:var(--leading-relaxed);margin-bottom:var(--space-3);flex:1}.AssistantsSection-module__D4RhxG__cardCta{font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--primary-400);transition:color var(--duration-fast)}.AssistantsSection-module__D4RhxG__card:hover .AssistantsSection-module__D4RhxG__cardCta{color:var(--primary-300)}.AssistantsSection-module__D4RhxG__viewAll{text-align:center;margin-top:var(--space-8)}@media (max-width:640px){.AssistantsSection-module__D4RhxG__card{padding:var(--space-4) var(--space-3);flex:0 0 180px}}
.HowItWorksSection-module__eqIqSq__section{padding:var(--space-20) 0;background:var(--bg-secondary)}.HowItWorksSection-module__eqIqSq__container{max-width:var(--max-width);padding:0 var(--space-6);margin:0 auto}.HowItWorksSection-module__eqIqSq__title{font-size:var(--text-3xl);font-weight:var(--weight-bold);text-align:center;margin-bottom:var(--space-3)}.HowItWorksSection-module__eqIqSq__subtitle{text-align:center;color:var(--text-secondary);max-width:500px;margin:0 auto var(--space-12)}.HowItWorksSection-module__eqIqSq__steps{justify-content:center;gap:var(--space-8);display:flex;position:relative}.HowItWorksSection-module__eqIqSq__step{text-align:center;flex:1;max-width:300px;position:relative}.HowItWorksSection-module__eqIqSq__stepNumber{font-size:var(--text-xs);font-weight:var(--weight-bold);color:var(--primary-500);margin-bottom:var(--space-3);letter-spacing:.1em}.HowItWorksSection-module__eqIqSq__stepIcon{width:64px;height:64px;margin:0 auto var(--space-4);border-radius:var(--radius-xl);background:var(--glass-bg);border:1px solid var(--glass-border);font-size:var(--text-2xl);justify-content:center;align-items:center;display:flex}.HowItWorksSection-module__eqIqSq__stepTitle{font-size:var(--text-lg);font-weight:var(--weight-semibold);color:var(--text-primary);margin-bottom:var(--space-2)}.HowItWorksSection-module__eqIqSq__stepDesc{font-size:var(--text-sm);color:var(--text-muted);line-height:var(--leading-relaxed)}.HowItWorksSection-module__eqIqSq__connector{align-items:center;display:flex;position:absolute;top:70px;right:-36px}@media (max-width:768px){.HowItWorksSection-module__eqIqSq__steps{align-items:center;gap:var(--space-6);flex-direction:column}.HowItWorksSection-module__eqIqSq__connector{display:none}}
.ModelComparisonSection-module__jNIERW__section{padding:var(--space-20) 0}.ModelComparisonSection-module__jNIERW__container{max-width:var(--max-width);padding:0 var(--space-6);margin:0 auto}.ModelComparisonSection-module__jNIERW__title{font-size:var(--text-3xl);font-weight:var(--weight-bold);text-align:center;margin-bottom:var(--space-3)}.ModelComparisonSection-module__jNIERW__subtitle{text-align:center;color:var(--text-secondary);max-width:500px;margin:0 auto var(--space-12)}.ModelComparisonSection-module__jNIERW__grid{gap:var(--space-6);grid-template-columns:repeat(3,1fr);max-width:1000px;margin:0 auto;display:grid}.ModelComparisonSection-module__jNIERW__card{padding:var(--space-8) var(--space-6);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-xl);transition:all var(--duration-base) var(--ease-out);position:relative}.ModelComparisonSection-module__jNIERW__card:hover{box-shadow:var(--shadow-glow-sm);transform:translateY(-2px)}.ModelComparisonSection-module__jNIERW__cardHighlight{border-color:var(--primary-500);background:#6366f10d;box-shadow:0 0 30px #6366f11a}.ModelComparisonSection-module__jNIERW__highlightBadge{padding:var(--space-1) var(--space-4);background:var(--gradient-primary);border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:var(--weight-semibold);color:#fff;white-space:nowrap;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.ModelComparisonSection-module__jNIERW__cardHeader{text-align:center;margin-bottom:var(--space-6)}.ModelComparisonSection-module__jNIERW__cardIcon{font-size:var(--text-3xl);margin-bottom:var(--space-2);display:block}.ModelComparisonSection-module__jNIERW__cardName{font-size:var(--text-xl);font-weight:var(--weight-bold);color:var(--text-primary);margin-bottom:var(--space-2)}.ModelComparisonSection-module__jNIERW__cardBadge{padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);background:var(--glass-bg);border:1px solid var(--glass-border);font-size:var(--text-xs);color:var(--text-secondary);display:inline-block}.ModelComparisonSection-module__jNIERW__featureList{gap:var(--space-3);flex-direction:column;display:flex}.ModelComparisonSection-module__jNIERW__feature{justify-content:space-between;align-items:flex-start;gap:var(--space-2);padding-bottom:var(--space-3);border-bottom:1px solid var(--glass-border);display:flex}.ModelComparisonSection-module__jNIERW__feature:last-child{border-bottom:none;padding-bottom:0}.ModelComparisonSection-module__jNIERW__featureLabel{font-size:var(--text-sm);color:var(--text-muted);white-space:nowrap}.ModelComparisonSection-module__jNIERW__featureValue{font-size:var(--text-sm);color:var(--text-secondary);text-align:right}@media (max-width:768px){.ModelComparisonSection-module__jNIERW__grid{grid-template-columns:1fr;max-width:400px}}
