.ChatInterface-module__WGbyoa__pageShell{background-color:var(--bg-primary);height:100dvh;color:var(--text-primary);flex-direction:column;display:flex}.ChatInterface-module__WGbyoa__embedShell{border:1px solid var(--border-subtle);background:linear-gradient(#ffffff08,#ffffff03),linear-gradient(135deg,#4f7df714,#9333ea14,#ec48990f);border-radius:28px;flex-direction:column;min-height:520px;display:flex;overflow:hidden;box-shadow:0 24px 60px #05081661}.ChatInterface-module__WGbyoa__header{border-bottom:1px solid var(--border-subtle);-webkit-backdrop-filter:blur(20px);background:#0a0a1ae6;flex-shrink:0;justify-content:space-between;align-items:center;height:60px;padding:0 1.5rem;display:flex}.ChatInterface-module__WGbyoa__title{align-items:center;gap:.5rem;font-size:1.15rem;font-weight:800;display:flex}.ChatInterface-module__WGbyoa__titleIcon{background:var(--gradient-primary);border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;display:flex}.ChatInterface-module__WGbyoa__titleText{background:var(--gradient-primary);-webkit-text-fill-color:transparent;background-size:200% 200%;-webkit-background-clip:text;background-clip:text;animation:4s infinite ChatInterface-module__WGbyoa__gradient-shift}.ChatInterface-module__WGbyoa__backLink,.ChatInterface-module__WGbyoa__fullPageLink{color:var(--text-secondary);border:1px solid var(--border-subtle);background:#ffffff08;border-radius:999px;align-items:center;gap:.35rem;padding:.7rem 1rem;font-size:.875rem;text-decoration:none;transition:color .2s,border-color .2s,background .2s;display:inline-flex}.ChatInterface-module__WGbyoa__backLink:hover,.ChatInterface-module__WGbyoa__fullPageLink:hover{color:var(--text-primary);background:#ffffff0d;border-color:#ffffff1f}.ChatInterface-module__WGbyoa__chatArea{flex-direction:column;flex:1;gap:1rem;width:100%;max-width:800px;margin:0 auto;padding:1.5rem 1rem;display:flex;overflow-y:auto}.ChatInterface-module__WGbyoa__chatAreaEmbedded{max-width:none;min-height:260px;padding:1rem 1.25rem}.ChatInterface-module__WGbyoa__message{gap:.75rem;max-width:85%;animation:.35s ease-out ChatInterface-module__WGbyoa__fadeIn;display:flex}.ChatInterface-module__WGbyoa__userMessage{flex-direction:row-reverse;align-self:flex-end}.ChatInterface-module__WGbyoa__aiMessage{align-self:flex-start}.ChatInterface-module__WGbyoa__avatar{letter-spacing:-.5px;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;font-size:.75rem;font-weight:700;display:flex}.ChatInterface-module__WGbyoa__userAvatar{background:linear-gradient(135deg, var(--accent-blue), #3b82f6);color:#fff}.ChatInterface-module__WGbyoa__aiAvatar{background:linear-gradient(135deg, var(--accent-purple), #a855f7);color:#fff}.ChatInterface-module__WGbyoa__bubble{white-space:pre-wrap;border-radius:1rem;padding:.875rem 1.125rem;font-size:.95rem;line-height:1.7}.ChatInterface-module__WGbyoa__userBubble{background:linear-gradient(135deg, var(--accent-blue), #6366f1);color:#fff;border-bottom-right-radius:4px}.ChatInterface-module__WGbyoa__aiBubble{border:1px solid var(--border-subtle);color:var(--text-primary);background:#1a1a3eeb;border-bottom-left-radius:4px}.ChatInterface-module__WGbyoa__inputArea{border-top:1px solid var(--border-subtle);background:var(--bg-secondary);flex-shrink:0;justify-content:center;padding:1rem 1.5rem 1.5rem;display:flex}.ChatInterface-module__WGbyoa__inputAreaEmbedded{background:#0a0a1ad1;padding:.9rem 1.25rem 1.1rem}.ChatInterface-module__WGbyoa__form{gap:.75rem;width:100%;max-width:800px;display:flex;position:relative}.ChatInterface-module__WGbyoa__input{border:1px solid var(--border-subtle);background:var(--bg-primary);color:var(--text-primary);border-radius:9999px;outline:none;flex:1;padding:1rem 3.5rem 1rem 1.25rem;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.ChatInterface-module__WGbyoa__input::placeholder{color:var(--text-muted)}.ChatInterface-module__WGbyoa__input:focus{border-color:var(--accent-blue);box-shadow:0 0 0 3px #4f7df726}.ChatInterface-module__WGbyoa__sendButton{background:var(--gradient-primary);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:opacity .2s,transform .1s;display:flex;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.ChatInterface-module__WGbyoa__sendButton:hover:not(:disabled){opacity:.85}.ChatInterface-module__WGbyoa__sendButton:active:not(:disabled){transform:translateY(-50%)scale(.9)}.ChatInterface-module__WGbyoa__sendButton:disabled{background:var(--bg-card);color:var(--text-muted);cursor:not-allowed;opacity:.5}.ChatInterface-module__WGbyoa__loadingDots{gap:5px;padding:.25rem 0;display:flex}.ChatInterface-module__WGbyoa__dot{background:var(--text-muted);border-radius:50%;width:7px;height:7px;animation:1.4s ease-in-out infinite both ChatInterface-module__WGbyoa__bounce}.ChatInterface-module__WGbyoa__dot:first-child{animation-delay:-.32s}.ChatInterface-module__WGbyoa__dot:nth-child(2){animation-delay:-.16s}@keyframes ChatInterface-module__WGbyoa__bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@keyframes ChatInterface-module__WGbyoa__fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes ChatInterface-module__WGbyoa__gradient-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@media (max-width:768px){.ChatInterface-module__WGbyoa__header{padding:0 1rem}.ChatInterface-module__WGbyoa__title{font-size:1rem}.ChatInterface-module__WGbyoa__embedShell{border-radius:22px;min-height:460px}.ChatInterface-module__WGbyoa__chatArea{padding:1rem .75rem}.ChatInterface-module__WGbyoa__chatAreaEmbedded{min-height:220px;padding:.9rem}.ChatInterface-module__WGbyoa__message{max-width:92%}.ChatInterface-module__WGbyoa__inputArea{padding:.75rem 1rem 1rem}.ChatInterface-module__WGbyoa__input{font-size:16px}}
.page-module___8aEwW__main{flex-direction:column;min-height:100vh;display:flex}.page-module___8aEwW__container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.page-module___8aEwW__gradientText{background:var(--gradient-primary);-webkit-text-fill-color:transparent;background-size:200% 200%;-webkit-background-clip:text;background-clip:text;animation:4s infinite page-module___8aEwW__gradient-shift}.page-module___8aEwW__textMuted{color:var(--text-secondary)}.page-module___8aEwW__nav{z-index:100;-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-subtle);background:#0a0a1ad9;padding:0 2rem;position:fixed;top:0;left:0;right:0}.page-module___8aEwW__navInner{justify-content:space-between;align-items:center;max-width:1200px;height:72px;margin:0 auto;display:flex}.page-module___8aEwW__logo{letter-spacing:-.5px;align-items:center;gap:.15em;font-size:1.5rem;font-weight:800;display:flex}.page-module___8aEwW__logoIcon{background:var(--gradient-primary);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-right:.5rem;font-size:1.1rem;display:flex}.page-module___8aEwW__navLinks{align-items:center;gap:.5rem;display:flex}.page-module___8aEwW__navLink{color:var(--text-secondary);border-radius:var(--radius-sm);transition:all var(--transition-fast);padding:.5rem 1rem;font-size:.95rem;font-weight:500}.page-module___8aEwW__navLink:hover{color:var(--text-primary);background:#ffffff0d}.page-module___8aEwW__navLinkActive{color:var(--text-primary);background:#4f7df71a}.page-module___8aEwW__mobileMenuBtn{color:var(--text-primary);cursor:pointer;border-radius:var(--radius-sm);transition:background var(--transition-fast);background:0 0;border:none;padding:.5rem;font-size:1.5rem;display:none}.page-module___8aEwW__mobileMenuBtn:hover{background:#ffffff0d}.page-module___8aEwW__hero{text-align:center;background:var(--gradient-hero);padding:10rem 0 6rem;position:relative;overflow:hidden}.page-module___8aEwW__hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#4f7df71f 0%,#9333ea14 30%,#0000 70%);width:800px;height:800px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.page-module___8aEwW__hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#ec489914 0%,#0000 70%);width:400px;height:400px;position:absolute;bottom:-100px;right:-100px}.page-module___8aEwW__heroContent{z-index:1;animation:.8s ease-out page-module___8aEwW__fadeInUp;position:relative}.page-module___8aEwW__heroBadge{color:var(--accent-blue);letter-spacing:.5px;text-transform:uppercase;background:#4f7df71a;border:1px solid #4f7df733;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;display:inline-flex}.page-module___8aEwW__heroTitle{letter-spacing:-2px;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;line-height:1.1}.page-module___8aEwW__heroSubtitle{color:var(--text-secondary);max-width:620px;margin:0 auto 2.5rem;font-size:clamp(1rem,2vw,1.25rem);line-height:1.8}.page-module___8aEwW__ctaGroup{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.page-module___8aEwW__ctaButton{background:var(--gradient-primary);color:#fff;transition:all var(--transition-fast);cursor:pointer;background-size:200% 200%;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:1.05rem;font-weight:700;animation:4s infinite page-module___8aEwW__gradient-shift;display:inline-flex;box-shadow:0 4px 20px #4f7df74d}.page-module___8aEwW__ctaButton:hover{transform:translateY(-3px);box-shadow:0 8px 30px #4f7df773}.page-module___8aEwW__ctaSecondary{color:var(--text-secondary);border:1px solid var(--border-subtle);transition:all var(--transition-fast);background:#ffffff08;border-radius:9999px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.05rem;font-weight:600;display:inline-flex}.page-module___8aEwW__ctaSecondary:hover{color:var(--text-primary);border-color:var(--border-glow);background:#4f7df70d}.page-module___8aEwW__heroStats{border-top:1px solid var(--border-subtle);justify-content:center;gap:3rem;margin-top:4rem;padding-top:3rem;display:flex}.page-module___8aEwW__statItem{text-align:center}.page-module___8aEwW__statNumber{font-size:2rem;font-weight:800;display:block}.page-module___8aEwW__statLabel{color:var(--text-muted);margin-top:.25rem;font-size:.85rem}.page-module___8aEwW__chatSection{padding-top:2rem}.page-module___8aEwW__chatSectionHeader{text-align:left;margin-bottom:1.25rem}.page-module___8aEwW__chatSectionTitle{letter-spacing:-.04em;font-size:clamp(1.5rem,3vw,2.25rem)}@media (max-width:768px){.page-module___8aEwW__chatSection{padding-top:1rem}.page-module___8aEwW__chatSectionHeader{margin-bottom:1rem}}.page-module___8aEwW__section{padding:6rem 0;position:relative}.page-module___8aEwW__sectionAlt{background:linear-gradient(180deg, var(--bg-secondary) 0%, var(--bg-primary) 100%)}.page-module___8aEwW__sectionHeader{text-align:center;max-width:700px;margin-bottom:4rem;margin-left:auto;margin-right:auto}.page-module___8aEwW__sectionTag{text-transform:uppercase;letter-spacing:2px;color:var(--accent-blue);margin-bottom:1rem;font-size:.8rem;font-weight:700;display:inline-block}.page-module___8aEwW__sectionTitle{letter-spacing:-1px;margin-bottom:1rem;font-size:clamp(1.8rem,4vw,2.75rem)}.page-module___8aEwW__sectionSubtitle{color:var(--text-secondary);font-size:1.1rem;line-height:1.7}.page-module___8aEwW__cardsGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.page-module___8aEwW__card{border-radius:var(--radius-lg);background:var(--bg-card);border:1px solid var(--border-subtle);transition:all var(--transition-smooth);padding:2rem;position:relative;overflow:hidden}.page-module___8aEwW__card:before{content:"";background:var(--gradient-primary);opacity:0;height:3px;transition:opacity var(--transition-smooth);position:absolute;top:0;left:0;right:0}.page-module___8aEwW__card:hover{border-color:var(--border-glow);box-shadow:var(--shadow-glow);transform:translateY(-6px)}.page-module___8aEwW__card:hover:before{opacity:1}.page-module___8aEwW__cardIcon{border-radius:var(--radius-md);background:#4f7df71a;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.25rem;font-size:1.5rem;display:flex}.page-module___8aEwW__cardIconPurple{background:#9333ea1a}.page-module___8aEwW__cardIconCyan{background:#06b6d41a}.page-module___8aEwW__cardIconPink{background:#ec48991a}.page-module___8aEwW__cardTitle{color:var(--text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.page-module___8aEwW__cardText{color:var(--text-secondary);font-size:.95rem;line-height:1.7}.page-module___8aEwW__cardList{color:var(--text-secondary);flex-direction:column;gap:.75rem;font-size:.95rem;display:flex}.page-module___8aEwW__cardListItem{align-items:flex-start;gap:.75rem;display:flex}.page-module___8aEwW__cardListBullet{color:var(--accent-blue);flex-shrink:0;margin-top:.5rem;font-size:.7rem}.page-module___8aEwW__featureRow{align-items:center;gap:5rem;margin-bottom:4rem;display:flex}.page-module___8aEwW__featureRowReverse{flex-direction:row-reverse}.page-module___8aEwW__featureContent{flex:1}.page-module___8aEwW__featureContent h2{letter-spacing:-.5px;margin-bottom:1.5rem;font-size:2rem}.page-module___8aEwW__featureContent p{color:var(--text-secondary);margin-bottom:1rem;font-size:1.05rem}.page-module___8aEwW__featureVisual{border-radius:var(--radius-xl);border:1px solid var(--border-subtle);background:linear-gradient(135deg,#4f7df70f 0%,#9333ea0f 50%,#ec48990f 100%);flex:1;justify-content:center;align-items:center;min-height:300px;display:flex;position:relative;overflow:hidden}.page-module___8aEwW__featureVisual:before{content:"";background:linear-gradient(135deg,#4f7df708,#9333ea08);position:absolute;inset:0}.page-module___8aEwW__featureEmoji{z-index:1;font-size:5rem;animation:3s ease-in-out infinite page-module___8aEwW__float;position:relative}.page-module___8aEwW__faqList{max-width:800px;margin:0 auto}.page-module___8aEwW__faqItem{border-bottom:1px solid var(--border-subtle);padding:1.5rem 0}.page-module___8aEwW__faqQuestion{color:var(--text-primary);align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:1.15rem;font-weight:600;display:flex}.page-module___8aEwW__faqBullet{background:var(--accent-blue);border-radius:50%;flex-shrink:0;width:8px;height:8px}.page-module___8aEwW__faqAnswer{color:var(--text-secondary);padding-left:1.5rem;font-size:.95rem;line-height:1.8}.page-module___8aEwW__ctaBanner{text-align:center;padding:5rem 0;position:relative;overflow:hidden}.page-module___8aEwW__ctaBanner:before{content:"";background:linear-gradient(135deg,#4f7df70d,#9333ea0d,#ec48990d);position:absolute;inset:0}.page-module___8aEwW__ctaBannerInner{z-index:1;position:relative}.page-module___8aEwW__ctaBannerTitle{letter-spacing:-1px;margin-bottom:1rem;font-size:2.5rem}.page-module___8aEwW__ctaBannerText{color:var(--text-secondary);max-width:550px;margin:0 auto 2rem;font-size:1.1rem}.page-module___8aEwW__footer{text-align:center;border-top:1px solid var(--border-subtle);color:var(--text-muted);background:var(--bg-secondary);padding:3rem 0;font-size:.9rem}.page-module___8aEwW__footerLinks{justify-content:center;gap:2rem;margin-bottom:1.5rem;display:flex}.page-module___8aEwW__footerLink{color:var(--text-secondary);transition:color var(--transition-fast)}.page-module___8aEwW__footerLink:hover{color:var(--accent-blue)}@media (max-width:1024px){.page-module___8aEwW__cardsGrid{grid-template-columns:repeat(2,1fr)}.page-module___8aEwW__featureRow{gap:3rem}.page-module___8aEwW__heroStats{gap:2rem}}@media (max-width:768px){.page-module___8aEwW__mobileMenuBtn{display:block}.page-module___8aEwW__navLinks{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border-subtle);background:#0a0a1afa;flex-direction:column;gap:.25rem;padding:1.5rem 2rem;display:none;position:absolute;top:72px;left:0;right:0}.page-module___8aEwW__navLinksOpen{display:flex}.page-module___8aEwW__navLink{border-radius:var(--radius-sm);width:100%;padding:.75rem 1rem}.page-module___8aEwW__hero{padding:8rem 0 4rem}.page-module___8aEwW__heroTitle{letter-spacing:-1px}.page-module___8aEwW__heroStats{flex-direction:column;gap:1.5rem}.page-module___8aEwW__cardsGrid{grid-template-columns:1fr}.page-module___8aEwW__featureRow,.page-module___8aEwW__featureRowReverse{flex-direction:column;gap:2rem}.page-module___8aEwW__featureVisual{min-height:200px}.page-module___8aEwW__section{padding:4rem 0}.page-module___8aEwW__sectionHeader{margin-bottom:3rem}.page-module___8aEwW__ctaBannerTitle{font-size:1.8rem}}@media (max-width:480px){.page-module___8aEwW__container{padding:0 1.25rem}.page-module___8aEwW__hero{padding:7rem 0 3rem}.page-module___8aEwW__ctaGroup{flex-direction:column}.page-module___8aEwW__ctaButton,.page-module___8aEwW__ctaSecondary{justify-content:center;width:100%}}
