.AIBot-module__V9QhUG__aiBotPage{width:100%;overflow-x:hidden}.AIBot-module__V9QhUG__hero{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.AIBot-module__V9QhUG__backgroundElements{pointer-events:none;position:absolute;inset:0}.AIBot-module__V9QhUG__gradientOrb1,.AIBot-module__V9QhUG__gradientOrb2,.AIBot-module__V9QhUG__gradientOrb3{filter:blur(100px);opacity:.3;border-radius:50%;animation:6s ease-in-out infinite AIBot-module__V9QhUG__float;position:absolute}.AIBot-module__V9QhUG__gradientOrb1{background:linear-gradient(45deg,#6366f1,#8b5cf6);width:400px;height:400px;animation-delay:0s;top:-200px;right:-200px}.AIBot-module__V9QhUG__gradientOrb2{background:linear-gradient(45deg,#10b981,#06d6a0);width:300px;height:300px;animation-delay:2s;bottom:-150px;left:-150px}.AIBot-module__V9QhUG__gradientOrb3{background:linear-gradient(45deg,#f59e0b,#f97316);width:250px;height:250px;animation-delay:4s;top:50%;left:20%}@keyframes AIBot-module__V9QhUG__float{0%,to{transform:translateY(0)rotate(0)}25%{transform:translateY(-20px)rotate(90deg)}50%{transform:translateY(-40px)rotate(180deg)}75%{transform:translateY(-20px)rotate(270deg)}}.AIBot-module__V9QhUG__heroContent{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1400px;display:grid}.AIBot-module__V9QhUG__heroText{z-index:2}.AIBot-module__V9QhUG__badge{color:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.9rem;display:inline-flex}.AIBot-module__V9QhUG__badgeIcon{font-size:1.2rem}.AIBot-module__V9QhUG__heroTitle{color:#fff;margin-bottom:1.5rem;font-size:3.5rem;font-weight:700;line-height:1.1}.AIBot-module__V9QhUG__gradientText{background:linear-gradient(135deg,#6366f1,#8b5cf6,#ec4899);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.AIBot-module__V9QhUG__heroDescription{color:#fffc;margin-bottom:2rem;font-size:1.25rem;line-height:1.6}.AIBot-module__V9QhUG__heroStats{gap:2rem;margin-bottom:2.5rem;display:flex}.AIBot-module__V9QhUG__statItem{text-align:center;flex-direction:column;align-items:center;display:flex}.AIBot-module__V9QhUG__statNumber{color:#6366f1;margin-bottom:.25rem;font-size:2rem;font-weight:700}.AIBot-module__V9QhUG__statLabel{color:#ffffffb3;font-size:.9rem}.AIBot-module__V9QhUG__heroButtons{flex-wrap:wrap;gap:1rem;display:flex}.AIBot-module__V9QhUG__primaryButton,.AIBot-module__V9QhUG__secondaryButton{border-radius:12px;align-items:center;gap:.5rem;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.AIBot-module__V9QhUG__primaryButton{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none}.AIBot-module__V9QhUG__primaryButton:hover{transform:translateY(-2px);box-shadow:0 20px 40px #6366f14d}.AIBot-module__V9QhUG__buttonGlow{background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.AIBot-module__V9QhUG__primaryButton:hover .AIBot-module__V9QhUG__buttonGlow{left:100%}.AIBot-module__V9QhUG__secondaryButton{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3}.AIBot-module__V9QhUG__secondaryButton:hover{background:#fff3;transform:translateY(-2px)}.AIBot-module__V9QhUG__heroVisual{justify-content:center;align-items:center;display:flex}.AIBot-module__V9QhUG__chatInterface{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;width:100%;max-width:400px;overflow:hidden}.AIBot-module__V9QhUG__chatHeader{background:#ffffff1a;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:1rem;display:flex}.AIBot-module__V9QhUG__chatControls{gap:.5rem;display:flex}.AIBot-module__V9QhUG__chatDot{background:#ffffff4d;border-radius:50%;width:12px;height:12px}.AIBot-module__V9QhUG__chatTitle{color:#fff;font-weight:600}.AIBot-module__V9QhUG__chatStatus{color:#fffc;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.AIBot-module__V9QhUG__statusDot{background:#10b981;border-radius:50%;width:8px;height:8px;animation:2s infinite AIBot-module__V9QhUG__pulse}@keyframes AIBot-module__V9QhUG__pulse{0%,to{opacity:1}50%{opacity:.5}}.AIBot-module__V9QhUG__chatMessages{flex-direction:column;gap:1rem;max-height:300px;padding:1rem;display:flex;overflow-y:auto}.AIBot-module__V9QhUG__message{align-items:flex-start;gap:.75rem;display:flex}.AIBot-module__V9QhUG__message.AIBot-module__V9QhUG__user{flex-direction:row-reverse}.AIBot-module__V9QhUG__botAvatar,.AIBot-module__V9QhUG__userAvatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;display:flex}.AIBot-module__V9QhUG__botAvatar{background:linear-gradient(135deg,#6366f1,#8b5cf6)}.AIBot-module__V9QhUG__userAvatar{background:linear-gradient(135deg,#10b981,#06d6a0)}.AIBot-module__V9QhUG__messageContent{color:#fff;background:#ffffff1a;border-radius:12px;max-width:250px;padding:.75rem 1rem;font-size:.9rem;line-height:1.4}.AIBot-module__V9QhUG__user .AIBot-module__V9QhUG__messageContent{background:#6366f133}.AIBot-module__V9QhUG__typingIndicator{opacity:.7;align-items:center;gap:.75rem;display:flex}.AIBot-module__V9QhUG__typingDots{background:#ffffff1a;border-radius:12px;gap:.25rem;padding:.75rem 1rem;display:flex}.AIBot-module__V9QhUG__typingDots span{background:#fff9;border-radius:50%;width:6px;height:6px;animation:1.4s infinite AIBot-module__V9QhUG__typing}.AIBot-module__V9QhUG__typingDots span:nth-child(2){animation-delay:.2s}.AIBot-module__V9QhUG__typingDots span:nth-child(3){animation-delay:.4s}@keyframes AIBot-module__V9QhUG__typing{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-10px)}}.AIBot-module__V9QhUG__chatInput{border-top:1px solid #ffffff1a;gap:.5rem;padding:1rem;display:flex}.AIBot-module__V9QhUG__chatInput input{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;flex:1;padding:.5rem;font-size:.9rem}.AIBot-module__V9QhUG__chatInput input::placeholder{color:#ffffff80}.AIBot-module__V9QhUG__chatInput button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:8px;padding:.5rem 1rem;font-weight:600;transition:all .3s}.AIBot-module__V9QhUG__chatInput button:hover{transform:translateY(-1px)}.AIBot-module__V9QhUG__container{max-width:1200px;margin:0 auto;padding:0 2rem}.AIBot-module__V9QhUG__sectionHeader{text-align:center;margin-bottom:4rem}.AIBot-module__V9QhUG__sectionHeader h2{background:linear-gradient(135deg,#1f2937,#374151);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.AIBot-module__V9QhUG__sectionHeader p{color:#6b7280;max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.6}.AIBot-module__V9QhUG__botTypesSection{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);padding:6rem 0}.AIBot-module__V9QhUG__botGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;display:grid}.AIBot-module__V9QhUG__botCard{background:#fff;border:1px solid #0000000d;border-radius:20px;padding:2rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000000d}.AIBot-module__V9QhUG__botCard:hover{box-shadow:0 20px 40px #0000001a}.AIBot-module__V9QhUG__botIcon{margin-bottom:1rem;font-size:2.5rem}.AIBot-module__V9QhUG__botTitle{color:#1f2937;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.AIBot-module__V9QhUG__botDescription{color:#6b7280;margin-bottom:1.5rem;line-height:1.6}.AIBot-module__V9QhUG__botFeatures{margin:0;padding:0;list-style:none}.AIBot-module__V9QhUG__botFeatures li{color:#374151;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.AIBot-module__V9QhUG__botFeatures li:before{content:"✓";color:#10b981;font-weight:700;position:absolute;left:0}.AIBot-module__V9QhUG__demoSection{background:#fff;padding:6rem 0}.AIBot-module__V9QhUG__demoInterface{background:#f8fafc;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #0000001a}.AIBot-module__V9QhUG__demoControls{margin-bottom:2rem}.AIBot-module__V9QhUG__demoTabs{flex-wrap:wrap;gap:1rem;display:flex}.AIBot-module__V9QhUG__demoTab{color:#6b7280;cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.AIBot-module__V9QhUG__demoTab.AIBot-module__V9QhUG__active{color:#fff;background:#6366f1;border-color:#6366f1}.AIBot-module__V9QhUG__demoTab:hover:not(.AIBot-module__V9QhUG__active){color:#6366f1;border-color:#6366f1}.AIBot-module__V9QhUG__demoChat{grid-template-columns:2fr 1fr;align-items:start;gap:2rem;display:grid}.AIBot-module__V9QhUG__demoChatHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.AIBot-module__V9QhUG__demoChatHeader h4{color:#1f2937;margin:0}.AIBot-module__V9QhUG__demoStatus{color:#fff;background:#10b981;border-radius:12px;padding:.25rem .75rem;font-size:.8rem;font-weight:600}.AIBot-module__V9QhUG__demoChatContent{background:#fff;border:1px solid #e5e7eb;border-radius:12px;min-height:300px;padding:1.5rem}.AIBot-module__V9QhUG__demoConversation{flex-direction:column;gap:1rem;display:flex}.AIBot-module__V9QhUG__demoMessage{border-radius:8px;padding:.75rem;line-height:1.5}.AIBot-module__V9QhUG__demoMessage:nth-child(odd){background:#f3f4f6;margin-left:0;margin-right:2rem}.AIBot-module__V9QhUG__demoMessage:nth-child(2n){background:#dbeafe;margin-left:2rem;margin-right:0}.AIBot-module__V9QhUG__demoFeatures h4{color:#1f2937;margin-bottom:1rem}.AIBot-module__V9QhUG__capabilityList{flex-direction:column;gap:1rem;display:flex}.AIBot-module__V9QhUG__capability{background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem;display:flex}.AIBot-module__V9QhUG__capabilityIcon{font-size:1.2rem}.AIBot-module__V9QhUG__featuresSection{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);padding:6rem 0}.AIBot-module__V9QhUG__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.AIBot-module__V9QhUG__featureCard{background:#fff;border-radius:20px;padding:2rem;transition:all .3s;box-shadow:0 4px 6px #0000000d}.AIBot-module__V9QhUG__featureCard:hover{box-shadow:0 20px 40px #0000001a}.AIBot-module__V9QhUG__featureIcon{margin-bottom:1rem;font-size:2.5rem}.AIBot-module__V9QhUG__featureTitle{color:#1f2937;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.AIBot-module__V9QhUG__featureDescription{color:#6b7280;margin-bottom:1.5rem;line-height:1.6}.AIBot-module__V9QhUG__featureDetails{margin:0;padding:0;list-style:none}.AIBot-module__V9QhUG__featureDetails li{color:#374151;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.AIBot-module__V9QhUG__featureDetails li:before{content:"✓";color:#10b981;font-weight:700;position:absolute;left:0}.AIBot-module__V9QhUG__techSection{background:#fff;padding:6rem 0}.AIBot-module__V9QhUG__techGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.AIBot-module__V9QhUG__techCard{background:#f8fafc;border:2px solid #0000;border-radius:12px;padding:1.5rem;transition:all .3s}.AIBot-module__V9QhUG__techCard:hover{background:#fff;transform:translateY(-4px);box-shadow:0 10px 25px #0000001a}.AIBot-module__V9QhUG__techHeader{align-items:center;gap:1rem;display:flex}.AIBot-module__V9QhUG__techIcon{border-radius:50%;width:12px;height:12px}.AIBot-module__V9QhUG__techName{color:#1f2937;margin:0;font-size:1rem;font-weight:600}.AIBot-module__V9QhUG__techCategory{color:#6b7280;font-size:.8rem}.AIBot-module__V9QhUG__processSection{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);padding:6rem 0}.AIBot-module__V9QhUG__processSteps{flex-direction:column;gap:2rem;display:flex}.AIBot-module__V9QhUG__processStep{background:#fff;border-radius:16px;grid-template-columns:auto 1fr;align-items:start;gap:2rem;padding:2rem;transition:all .3s;display:grid;box-shadow:0 4px 6px #0000000d}.AIBot-module__V9QhUG__processStep:hover{transform:translate(10px);box-shadow:0 10px 25px #0000001a}.AIBot-module__V9QhUG__stepNumber{color:#6366f1;text-align:center;min-width:80px;font-size:2rem;font-weight:700}.AIBot-module__V9QhUG__stepContent h3{color:#1f2937;margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.AIBot-module__V9QhUG__stepContent p{color:#6b7280;margin-bottom:1rem;line-height:1.6}.AIBot-module__V9QhUG__stepDetails{flex-wrap:wrap;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.AIBot-module__V9QhUG__stepDetails li{color:#6366f1;background:#6366f11a;border-radius:20px;padding:.5rem 1rem;font-size:.9rem;font-weight:500}.AIBot-module__V9QhUG__roiSection{background:linear-gradient(135deg,#1f2937 0%,#111827 100%);padding:6rem 0}.AIBot-module__V9QhUG__roiSection .AIBot-module__V9QhUG__sectionHeader h2{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.AIBot-module__V9QhUG__roiSection .AIBot-module__V9QhUG__sectionHeader p{color:#ffffffb3}.AIBot-module__V9QhUG__roiGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.AIBot-module__V9QhUG__roiCard{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:2rem;transition:all .3s}.AIBot-module__V9QhUG__roiCard:hover{background:#ffffff1a;transform:translateY(-5px)}.AIBot-module__V9QhUG__roiIcon{margin-bottom:1rem;font-size:2.5rem}.AIBot-module__V9QhUG__roiMetric{color:#6366f1;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.AIBot-module__V9QhUG__roiLabel{color:#fffc;font-size:1.1rem}.AIBot-module__V9QhUG__ctaSection{text-align:center;background:linear-gradient(135deg,#6366f1,#8b5cf6,#ec4899);padding:6rem 0}.AIBot-module__V9QhUG__ctaContent h2{color:#fff;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.AIBot-module__V9QhUG__ctaContent p{color:#ffffffe6;max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.25rem;line-height:1.6}.AIBot-module__V9QhUG__ctaButtons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.AIBot-module__V9QhUG__ctaButtons .AIBot-module__V9QhUG__primaryButton{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d}.AIBot-module__V9QhUG__ctaButtons .AIBot-module__V9QhUG__primaryButton:hover{background:#ffffff4d}.AIBot-module__V9QhUG__ctaButtons .AIBot-module__V9QhUG__secondaryButton{background:0 0;border:2px solid #ffffff80}.AIBot-module__V9QhUG__ctaButtons .AIBot-module__V9QhUG__secondaryButton:hover{background:#ffffff1a}@media (max-width:1024px){.AIBot-module__V9QhUG__heroContent{text-align:center;grid-template-columns:1fr;gap:3rem}.AIBot-module__V9QhUG__heroTitle{font-size:3rem}.AIBot-module__V9QhUG__demoChat{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:768px){.AIBot-module__V9QhUG__hero{min-height:90vh;padding:1rem}.AIBot-module__V9QhUG__heroTitle{font-size:2.5rem}.AIBot-module__V9QhUG__heroStats{flex-direction:column;gap:1rem}.AIBot-module__V9QhUG__heroButtons{flex-direction:column;align-items:center}.AIBot-module__V9QhUG__botGrid{grid-template-columns:1fr}.AIBot-module__V9QhUG__processStep{text-align:center;grid-template-columns:1fr;gap:1rem}.AIBot-module__V9QhUG__chatInterface{max-width:350px}.AIBot-module__V9QhUG__chatMessages{max-height:250px}.AIBot-module__V9QhUG__messageContent{max-width:200px}.AIBot-module__V9QhUG__demoTabs{flex-direction:column}.AIBot-module__V9QhUG__demoMessage:nth-child(odd),.AIBot-module__V9QhUG__demoMessage:nth-child(2n){margin-left:0;margin-right:0}}
