.tabsWrapper{width:100%;display:flex;overflow:visible!important}.tabsWrapper .tabHeadersWrapper{background:#000;width:100%;max-width:300px;border-radius:50px;margin-right:-145px;z-index:9;box-shadow:0 23.13px 72.12px 0 rgba(0,0,0,.251);margin-top:-100px;margin-bottom:48px;overflow:visible!important}@media screen and (max-width:1199px){.tabsWrapper .tabHeadersWrapper{max-width:260px}}.tabsWrapper .tabHeadersWrapper .tabHeaderstop{padding:20px 32px 27px;border-bottom:1px solid hsla(0,0%,100%,.451)}.tabsWrapper .tabHeadersWrapper .tabHeadermiddle{overflow:visible!important;padding:20px 20px 0 26px;justify-content:space-between;display:flex;flex-direction:column;height:93%}.tabsWrapper .tabHeadersWrapper .tabHeadermiddle .newchat ul{display:flex;flex-direction:column;gap:6px;padding:0;list-style:none;margin:0 0 26px}.tabsWrapper .tabHeadersWrapper .tabHeadermiddle .newchat ul li{font-size:13px;font-weight:500;color:#cccdd7;transition:all .3s ease;display:flex;align-items:center;gap:13px;padding:0 7px 0 2px}.tabsWrapper .tabHeadersWrapper .tabHeadermiddle .newchat h2{font-weight:500;font-size:13.02px;line-height:150%;color:#f5f5f7;padding:0 7px;margin-bottom:7px}.tabsWrapper .tabHeaders{display:flex;gap:7px;flex-direction:column;position:relative;z-index:9;overflow:visible!important}.tabsWrapper .tabHeaders .tooltipcontent{position:absolute;z-index:99;pointer-events:none;left:-250px}@media screen and (min-width:1880px){.tabsWrapper .tabHeaders .tooltipcontent{left:-66px}}.tabsWrapper .tabHeaders .tooltipcontent img{position:absolute;right:-100px;bottom:-2px;height:100px}@media screen and (max-width:1620px){.tabsWrapper .tabHeaders .tooltipcontent img{right:-120px}}@media screen and (min-width:1880px){.tabsWrapper .tabHeaders .tooltipcontent img{right:-60px;height:80px}}.tabsWrapper .tabHeaders .tooltipcontent span{width:205px;height:49px;border-radius:130px;display:flex;justify-content:center;align-items:center;background:#8e82ec;font-weight:500;font-size:15px;line-height:130%;color:#fff;box-shadow:4px 7px 6px 0 rgba(0,0,0,.22);margin-top:40px;margin-left:0}@media screen and (max-width:1200px){.tabsWrapper .tabHeaders .tooltipcontent span{margin-left:0}}.tabsWrapper .tabHeaders .tabButton{background:none;border:none;padding:7px 25px 7px 7px;cursor:pointer;border-radius:7px;transition:all .3s ease;display:flex;align-items:center;gap:10px;font-size:13px;line-height:150%;font-weight:500;color:#cccdd7;position:relative;z-index:1}.tabsWrapper .tabHeaders .tabButton:before{position:absolute;background-image:url(/_next/static/media/doutIcon.b9c7077f.svg);width:20px;height:20px;right:6px}.tabsWrapper .tabHeaders .tabButton:hover{background:#db2c87}.tabsWrapper .tabHeaders .tabButton:hover:before{content:""}.tabsWrapper .tabHeaders .tabButton.active{background:#db2c87}.tabsWrapper .tabHeaders .tabButton.active:before{content:""}.tabsWrapper .tabHeaders .tabButton span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tabsWrapper .tabHeadersbottom{margin-bottom:15px;flex-shrink:0;flex-grow:0;height:fit-content;max-height:150px}.tabsWrapper .tabHeadersbottom ul{display:flex;flex-direction:column;gap:6px;margin:0;padding:0;list-style:none}.tabsWrapper .tabHeadersbottom ul li{font-size:11px;font-weight:500;color:#cccdd7;transition:all .3s ease;display:flex;align-items:center;gap:13px;padding:7px}.tabsWrapper .tabContent{background:#161d3a;border-radius:50px;color:#fff;width:100%;height:clamp(600px,41.67vw,800px);padding:20px 20px 20px 180px}.tabsWrapper .tabContent img{text-align:center;width:auto;object-fit:contain;max-width:100%;height:100%}.tabsWrapper .tabContent .tabContentImg{transition:opacity 2s;opacity:1;animation:fadeIn 2s;height:100%;position:relative}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes likeGlow{0%{box-shadow:0 0 0 hsla(0,100%,71%,0);transform:scale(1)}50%{box-shadow:0 0 20px hsla(0,100%,71%,.6);transform:scale(1.02)}to{box-shadow:0 0 0 hsla(0,100%,71%,0);transform:scale(1)}}.tabsWrapper .tabContent .chatPreview{position:relative;width:100%;height:100%;background:transparent;border-radius:20px;padding:24px 24px 16px;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between}.tabsWrapper .tabContent .chatPreview .chatHeaderLogo{position:absolute;top:16px;left:16px;opacity:.85}.tabsWrapper .tabContent .chatPreview .chatHeaderLogo img{width:180px!important;height:50px!important;max-width:none!important;object-fit:contain!important}.tabsWrapper .tabContent .chatPreview .messages{margin-top:40px;padding-right:8px;overflow-y:auto;display:flex;flex-direction:column;gap:16px;scroll-behavior:smooth;height:calc(100% - 120px)}.tabsWrapper .tabContent .chatPreview .messages .message{display:flex;align-items:flex-start;gap:10px}.tabsWrapper .tabContent .chatPreview .messages .message.assistant{flex-direction:row}.tabsWrapper .tabContent .chatPreview .messages .message.user{flex-direction:row-reverse}.tabsWrapper .tabContent .chatPreview .messages .message.assistant .bubble{background:transparent;max-width:90%;width:90%}.tabsWrapper .tabContent .chatPreview .messages .message.user .bubble{background:#000;max-width:60%}.tabsWrapper .tabContent .chatPreview .messages .message.user.imageOnly .bubble{background:transparent;padding:0}.tabsWrapper .tabContent .chatPreview .messages .message .avatar{width:28px;height:28px;flex-shrink:0}.tabsWrapper .tabContent .chatPreview .messages .message .bubble{border-radius:12px;padding:8px 10px 2px 16px;line-height:1.5;font-size:14px;color:#fff;max-width:80%;position:relative;transition:all .3s ease}.tabsWrapper .tabContent .chatPreview .messages .message .bubble div,.tabsWrapper .tabContent .chatPreview .messages .message .bubble p{margin:0 0 10px;white-space:pre-wrap}.tabsWrapper .tabContent .chatPreview .messages .message .bubble strong{font-weight:600}.tabsWrapper .tabContent .chatPreview .messages .message .bubble em{font-style:italic;opacity:.9}.tabsWrapper .tabContent .chatPreview .messages .message .bubble br{display:block;margin:4px 0}.tabsWrapper .tabContent .chatPreview .messages .message .bubble p:last-child{margin-bottom:0}.tabsWrapper .tabContent .chatPreview .messages .message .bubble .imageCard{margin-bottom:12px}.tabsWrapper .tabContent .chatPreview .messages .message .bubble .imageCard img{width:100%;height:auto;object-fit:cover;border-radius:10px;max-width:180px}.tabsWrapper .tabContent .chatPreview .messages .message .bubble .textContent{line-height:1.6}.tabsWrapper .tabContent .chatPreview .messages .message .bubble .textContent div,.tabsWrapper .tabContent .chatPreview .messages .message .bubble .textContent em,.tabsWrapper .tabContent .chatPreview .messages .message .bubble .textContent span,.tabsWrapper .tabContent .chatPreview .messages .message .bubble .textContent strong{display:inline-block;margin-right:4px}.tabsWrapper .tabContent .chatPreview .messages .message .bubble .textContent strong{font-weight:600;color:#fff}.tabsWrapper .tabContent .chatPreview .messages .message .bubble .textContent em{font-style:italic;opacity:.9}.tabsWrapper .tabContent .chatPreview .messages .message .bubble .textContent div{display:block;margin:4px 0}.tabsWrapper .tabContent .chatPreview .messages .message .bubble .likeAnimation{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:10}.tabsWrapper .tabContent .chatPreview .messages .message .bubble .likeAnimation .likeHeart{position:absolute;top:0;left:0;transform-origin:center}.tabsWrapper .tabContent .chatPreview .messages .message .bubble .likeAnimation .likeHeart svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.tabsWrapper .tabContent .chatPreview .messages .message .bubble .likeAnimation .likeHeart svg path{fill:#ff6b6b}.tabsWrapper .tabContent .chatPreview .messages .message.liked .bubble{animation:likeGlow .6s ease-out}.tabsWrapper .tabContent .chatPreview .inputMock{padding-top:8px}.tabsWrapper .tabContent .chatPreview .inputMock .inputBox{width:100%;height:48px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);border-radius:12px;display:flex;align-items:center;padding:0 16px;color:#cfe3e7;font-size:14px;justify-content:space-between}.tabsWrapper .tabContent .chatPreview .inputMock .inputBox .inputContent{display:flex;align-items:center;flex-grow:1;gap:8px}.tabsWrapper .tabContent .chatPreview .inputMock .inputBox .inputContent .imageIcon{width:18px;height:18px;cursor:pointer;opacity:.6;transition:opacity .2s;flex-shrink:0}.tabsWrapper .tabContent .chatPreview .inputMock .inputBox .inputContent .imageIcon:hover{opacity:1}.tabsWrapper .tabContent .chatPreview .inputMock .inputBox .inputContent .imageIcon svg{width:100%;height:100%;fill:#cfe3e7}.tabsWrapper .tabContent .chatPreview .inputMock .inputBox .inputContent .inputText{flex-grow:1;color:#cfe3e7}.tabsWrapper .tabContent .chatPreview .inputMock .inputBox .sendButton{width:28px;height:28px;background:#4d4397;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.tabsWrapper .tabContent .chatPreview .inputMock .inputBox .sendButton:hover{background:#5a4fa8;transform:scale(1.05)}.tabsWrapper .tabContent .chatPreview .inputMock .inputBox .sendButton svg{width:12px;height:12px;fill:#fff;transform:rotate(-45deg)}.laptop-tabs-container{position:relative;width:100%;max-width:2200px;margin:0 auto;aspect-ratio:16/9}.laptop-tabs-container .laptop-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.laptop-tabs-container .laptop-background svg{width:100%;height:100%;display:block}.laptop-tabs-container .screen-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none}.laptop-tabs-container .screen-overlay .tab-content-wrapper{position:absolute;top:13.5%;left:17.1%;width:65.7%;height:72%;pointer-events:auto;overflow:visible!important;border-radius:0}.laptop-tabs-container .screen-overlay .tab-content-wrapper .tabsWrapper{width:100%;height:100%;display:flex;overflow:visible!important}.laptop-tabs-container .screen-overlay .tab-content-wrapper .tabsWrapper .tabHeadersWrapper{width:300px;height:100%;margin:0;border-radius:0;box-shadow:none;display:flex;flex-direction:column;overflow:visible!important}.laptop-tabs-container .screen-overlay .tab-content-wrapper .tabsWrapper .tabHeadersWrapper .tabHeaderstop{padding:15px 25px;border-bottom:1px solid hsla(0,0%,100%,.451);flex-shrink:0}.laptop-tabs-container .screen-overlay .tab-content-wrapper .tabsWrapper .tabHeadersWrapper .tabHeaderstop *{font-size:.85em}.laptop-tabs-container .screen-overlay .tab-content-wrapper .tabsWrapper .tabHeadersWrapper .tabHeadermiddle{flex:1;padding:18px 20px 20px 25px;display:flex;flex-direction:column;justify-content:flex-start;overflow:visible!important;min-height:0}.laptop-tabs-container .screen-overlay .tab-content-wrapper .tabsWrapper .tabHeadersWrapper .tabHeadermiddle>div{display:flex;flex-direction:column;flex:1;min-height:0}.laptop-tabs-container .screen-overlay .tab-content-wrapper .tabsWrapper .tabHeadersWrapper .tabHeadermiddle>div .newchat{margin-bottom:10px;flex-shrink:0}.laptop-tabs-container .screen-overlay .tab-content-wrapper .tabsWrapper .tabHeadersWrapper .tabHeadermiddle>div .newchat ul{margin-bottom:18px}.laptop-tabs-container .screen-overlay .tab-content-wrapper .tabsWrapper .tabHeadersWrapper .tabHeadermiddle>div .newchat ul li{font-size:11px;font-weight:500;padding:0 5px 0 1px;gap:8px}.laptop-tabs-container .screen-overlay .tab-content-wrapper .tabsWrapper .tabHeadersWrapper .tabHeadermiddle>div .newchat h2{font-size:11px;line-height:140%;margin-bottom:5px;padding:0 5px}.laptop-tabs-container .screen-overlay .tab-content-wrapper .tabsWrapper .tabHeadersWrapper .tabHeadermiddle>div .tabHeaders{flex:1;display:flex;flex-direction:column;gap:10px;overflow-y:auto;min-height:0;padding-bottom:40px}.laptop-tabs-container .screen-overlay .tab-content-wrapper .tabsWrapper .tabHeadersWrapper .tabHeadermiddle>div .tabHeaders .tabButton{padding:8px 18px 8px 8px;font-size:12px;line-height:150%;border-radius:6px}.laptop-tabs-container .screen-overlay .tab-content-wrapper .tabsWrapper .tabHeadersWrapper .tabHeadermiddle>div .tabHeaders .tabButton span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.laptop-tabs-container .screen-overlay .tab-content-wrapper .tabsWrapper .tabContent{flex:1;height:100%;padding:0;margin:0;border-radius:0}.laptop-tabs-container .screen-overlay .tab-content-wrapper .tabsWrapper .tabContent .tabContentImg{height:100%;width:100%;border-radius:0}.laptop-tabs-container .screen-overlay .tab-content-wrapper .tabsWrapper .tabContent .tabContentImg .chatPreview{height:100%;width:100%;border-radius:0;margin:0;padding:20px}@media screen and (max-width:2199px){.laptop-tabs-container{max-width:2000px}}@media screen and (max-width:1999px){.laptop-tabs-container{max-width:1800px}}@media screen and (max-width:1799px){.laptop-tabs-container{max-width:1600px}}@media screen and (max-width:1599px){.laptop-tabs-container{max-width:1400px}}@media screen and (max-width:1399px){.laptop-tabs-container{max-width:1200px}}@media screen and (max-width:1199px){.laptop-tabs-container{max-width:1000px}.laptop-tabs-container .screen-overlay .tab-content-wrapper .tabsWrapper{overflow:visible!important}.laptop-tabs-container .screen-overlay .tab-content-wrapper .tabsWrapper .tabHeadersWrapper{overflow:visible!important;width:260px}.laptop-tabs-container .screen-overlay .tab-content-wrapper .tabsWrapper .tabHeadersWrapper .tabHeaderstop{padding:12px 20px}.laptop-tabs-container .screen-overlay .tab-content-wrapper .tabsWrapper .tabHeadersWrapper .tabHeadermiddle{overflow:visible!important;padding:12px 15px 0 18px}.laptop-tabs-container .screen-overlay .tab-content-wrapper .tabsWrapper .tabHeadersWrapper .tabHeadermiddle .newchat ul{margin-bottom:15px}.laptop-tabs-container .screen-overlay .tab-content-wrapper .tabsWrapper .tabHeadersWrapper .tabHeadermiddle .tabHeaders .tabButton{font-size:10px}}@media screen and (max-width:991px){.laptop-tabs-container{max-width:800px}.laptop-tabs-container .screen-overlay .tab-content-wrapper .tabsWrapper{overflow:visible!important}.laptop-tabs-container .screen-overlay .tab-content-wrapper .tabsWrapper .tabHeadersWrapper{overflow:visible!important;width:200px}.laptop-tabs-container .screen-overlay .tab-content-wrapper .tabsWrapper .tabHeadersWrapper .tabHeadermiddle{overflow:visible!important;padding:10px 10px 0 12px}}@media screen and (max-width:767px){.laptop-tabs-container{max-width:600px}.laptop-tabs-container .screen-overlay .tab-content-wrapper{top:14%;left:17%;width:66%;height:70%}.laptop-tabs-container .screen-overlay .tab-content-wrapper .tabsWrapper{overflow:visible!important}.laptop-tabs-container .screen-overlay .tab-content-wrapper .tabsWrapper .tabHeadersWrapper{overflow:visible!important;width:200px}.laptop-tabs-container .screen-overlay .tab-content-wrapper .tabsWrapper .tabHeadersWrapper .tabHeadermiddle{overflow:visible!important;padding:10px 10px 0 14px}.laptop-tabs-container .screen-overlay .tab-content-wrapper .tabsWrapper .tabHeadersWrapper .tabHeadermiddle .newchat ul li{font-size:10px;gap:8px}.laptop-tabs-container .screen-overlay .tab-content-wrapper .tabsWrapper .tabHeadersWrapper .tabHeadermiddle .newchat h2{font-size:11px;margin-bottom:5px}.laptop-tabs-container .screen-overlay .tab-content-wrapper .tabsWrapper .tabHeadersWrapper .tabHeadermiddle .tabHeaders .tabButton{font-size:10px;padding:5px 15px 5px 5px;gap:6px}}.tabbing-section{position:relative;z-index:9;padding-bottom:80px}@media screen and (max-width:1199px){.tabbing-section{padding-top:80px}}.tabbing-section:before{background-image:url(/_next/static/media/servicebeforeimg.4d8609ef.png);background-repeat:no-repeat;content:"";height:1214px;position:absolute;width:100%;bottom:-56%;right:20px;left:0;transform:translateY(-50%);z-index:0}@media screen and (max-width:1440px){.tabbing-section:before{bottom:-100%}}@media screen and (max-width:767px){.tabbing-section:before{content:inherit}}.tabbing-section .container{z-index:9;position:relative}.phone-interface{display:flex;justify-content:center;align-items:center;padding:20px;background:transparent;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.phone-interface .phone-frame{position:relative;width:375px;height:812px;transform-style:preserve-3d;backface-visibility:hidden}.phone-interface .phone-frame .phone-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;object-fit:contain;pointer-events:none}.phone-interface .phone-frame .screen-content{position:absolute;top:18%;left:6%;right:6%;bottom:8%;z-index:1;display:flex;flex-direction:column;will-change:transform,opacity;backface-visibility:hidden}.phone-interface .phone-frame .chat-container{flex:1;background:transparent;display:flex;flex-direction:column;overflow:hidden;will-change:transform,opacity}.phone-interface .phone-frame .chat-container .messages-area{flex:1;padding:16px;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:16px}.phone-interface .phone-frame .chat-container .messages-area::-webkit-scrollbar{width:4px}.phone-interface .phone-frame .chat-container .messages-area::-webkit-scrollbar-track{background:transparent}.phone-interface .phone-frame .chat-container .messages-area::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:2px}.phone-interface .phone-frame .message-wrapper{display:flex;align-items:flex-start;gap:8px;padding:8px 0;margin-bottom:8px;transition:all .3s ease}.phone-interface .phone-frame .message-wrapper.ai{align-self:flex-start;max-width:85%;margin-left:0;background:transparent;border-radius:0;box-shadow:none}.phone-interface .phone-frame .message-wrapper.user{align-self:flex-end;flex-direction:row;max-width:85%;margin-right:0;gap:0;background:#000;border-radius:16px;padding:2px;box-shadow:0 2px 8px rgba(0,0,0,.2);cursor:pointer}.phone-interface .phone-frame .message-wrapper.user:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.3)}.phone-interface .phone-frame .message-wrapper.user.image-only{background:transparent;border-radius:0;padding:0;box-shadow:none}.phone-interface .phone-frame .message-wrapper.user.image-only:hover{transform:none;box-shadow:none}.phone-interface .phone-frame .message-wrapper .avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.phone-interface .phone-frame .message-wrapper .avatar.ai-avatar{background:#fff}.phone-interface .phone-frame .message-wrapper .avatar.ai-avatar img{width:20px;height:20px}.phone-interface .phone-frame .message-wrapper .avatar .user-avatar{width:100%;height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:14px}.phone-interface .phone-frame .message-wrapper .message-content{flex:1;min-width:0}.phone-interface .phone-frame .message-wrapper .message-bubble{padding:8px 12px;border-radius:12px;word-wrap:break-word;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.phone-interface .phone-frame .message-wrapper .message-bubble.ai{background:transparent;padding:0}.phone-interface .phone-frame .message-wrapper .message-bubble.user{background:transparent}.phone-interface .phone-frame .message-wrapper .message-bubble .shine-text{position:relative;display:inline-block;overflow:hidden}.phone-interface .phone-frame .message-wrapper .message-bubble .shine-text .shine-line{position:absolute;top:0;left:-120%;height:100%;width:60%;pointer-events:none;background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.25) 50%,hsla(0,0%,100%,0));filter:blur(1px);mix-blend-mode:screen}.phone-interface .phone-frame .message-wrapper .message-bubble.ai{color:#fff}.phone-interface .phone-frame .message-wrapper .message-bubble.user{color:#e0e0e0}.phone-interface .phone-frame .message-wrapper .message-bubble .message-text{line-height:1.4;white-space:pre-wrap;font-size:13px}.phone-interface .phone-frame .message-wrapper .message-bubble .message-text .typing-cursor{animation:blink 1s infinite;font-weight:400;opacity:.7}.phone-interface .phone-frame .message-wrapper .message-bubble .read-more-btn{margin-top:8px;background:#007aff;color:#fff;border:none;padding:8px 16px;border-radius:16px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;animation:pulse 2s infinite}.phone-interface .phone-frame .message-wrapper .message-bubble .read-more-btn:hover{background:#0056b3;transform:translateY(-1px)}.phone-interface .phone-frame .message-wrapper .image-message{position:relative;overflow:hidden}.phone-interface .phone-frame .message-wrapper .image-message .uploaded-image{border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.3);animation:imageZoom .5s ease-out}.phone-interface .phone-frame .message-wrapper .image-message .shine-overlay{position:absolute;top:0;left:0;height:100%;width:40%;pointer-events:none;background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.6) 50%,hsla(0,0%,100%,0));filter:blur(2px);mix-blend-mode:screen;border-radius:12px}.phone-interface .phone-frame .typing-indicator{display:flex;align-items:center;gap:8px;padding:12px;background:#232d54;border-radius:16px;margin-bottom:8px;max-width:85%;align-self:flex-start;box-shadow:0 2px 12px rgba(0,0,0,.1)}.phone-interface .phone-frame .typing-indicator .typing-dots{display:flex;gap:4px;padding:8px 12px;background:hsla(0,0%,100%,.95);border-radius:20px}.phone-interface .phone-frame .typing-indicator .typing-dots span{width:6px;height:6px;background:#1a1d3a;border-radius:50%;animation:typingBounce 1.4s ease-in-out infinite}.phone-interface .phone-frame .typing-indicator .typing-dots span:first-child{animation-delay:-.32s}.phone-interface .phone-frame .typing-indicator .typing-dots span:nth-child(2){animation-delay:-.16s}.phone-interface .phone-frame .typing-indicator .typing-dots span:nth-child(3){animation-delay:0s}.phone-interface .phone-frame .input-area{padding:8px 16px 24px;background:transparent}.phone-interface .phone-frame .input-area .input-container{display:flex;align-items:center;gap:12px;background:transparent;border-radius:25px;padding:0}.phone-interface .phone-frame .input-area .input-container .send-btn,.phone-interface .phone-frame .input-area .input-container .upload-btn{width:40px;height:40px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;flex-shrink:0}.phone-interface .phone-frame .input-area .input-container .send-btn svg,.phone-interface .phone-frame .input-area .input-container .upload-btn svg{width:18px;height:18px}.phone-interface .phone-frame .input-area .input-container .upload-btn{background:#000;color:#888;margin-left:4px}.phone-interface .phone-frame .input-area .input-container .upload-btn:hover{background:#1a1a1a;color:#aaa;transform:scale(1.05)}.phone-interface .phone-frame .input-area .input-container .upload-btn:active{transform:scale(.95)}.phone-interface .phone-frame .input-area .input-container .message-input{flex:1;background:#000;border:none;outline:none;color:#888;font-size:13px;padding:12px 16px;font-weight:400;min-width:0;border-radius:20px;margin:0 8px}.phone-interface .phone-frame .input-area .input-container .message-input::placeholder{color:#666;font-weight:400;font-size:13px}.phone-interface .phone-frame .input-area .input-container .send-btn{background:#4d4397;color:#fff;margin-right:4px;box-shadow:0 2px 10px rgba(77,67,151,.3)}.phone-interface .phone-frame .input-area .input-container .send-btn:hover{background:#5a4fb3;transform:scale(1.05);box-shadow:0 4px 20px rgba(77,67,151,.4)}.phone-interface .phone-frame .input-area .input-container .send-btn:active{transform:scale(.95)}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes bubbleScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes imageZoom{0%{opacity:0;transform:scale(.9) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@keyframes typingBounce{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(0,122,255,.7)}70%{box-shadow:0 0 0 10px rgba(0,122,255,0)}to{box-shadow:0 0 0 0 rgba(0,122,255,0)}}@media(max-width:480px){.phone-interface{padding:10px}.phone-interface .phone-frame{width:340px;height:740px;border-radius:35px}.phone-interface .phone-frame .chat-container .messages-area{padding:12px}.phone-interface .phone-frame .input-area{padding:10px 12px 16px}}@media(max-width:400px){.phone-interface{padding:5px}.phone-interface .phone-frame{width:320px;height:680px;border-radius:30px}.phone-interface .phone-frame .status-bar{padding:10px 16px 6px;font-size:13px}.phone-interface .phone-frame .chat-container .chat-header{padding:12px 16px}.phone-interface .phone-frame .chat-container .chat-header .ai-avatar{width:36px;height:36px}.phone-interface .phone-frame .chat-container .chat-header .ai-avatar img{width:20px;height:20px}.phone-interface .phone-frame .chat-container .chat-header .chat-title h3{font-size:15px}.phone-interface .phone-frame .chat-container .messages-area{padding:10px;gap:12px}.phone-interface .phone-frame .message-wrapper .avatar{width:28px;height:28px}.phone-interface .phone-frame .message-wrapper .avatar.ai-avatar img{width:16px;height:16px}.phone-interface .phone-frame .message-wrapper .avatar .user-avatar{font-size:12px}.phone-interface .phone-frame .message-wrapper .message-bubble{padding:10px 14px;font-size:14px}.phone-interface .phone-frame .message-wrapper .message-bubble .read-more-btn{padding:6px 12px;font-size:11px}}.phone-demo-mobile-section{width:100%;padding:80px 0;background:linear-gradient(135deg,rgba(62,106,255,.02),rgba(219,44,135,.02));position:relative;margin:0;display:flex;justify-content:center;align-items:center}@media screen and (max-width:1199px){.phone-demo-mobile-section{padding:60px 0;margin:0}}@media screen and (max-width:767px){.phone-demo-mobile-section{padding:0;margin:0}}.phone-demo-mobile-section:before{content:"";position:absolute;top:30px;right:10%;width:120px;height:120px;background:linear-gradient(45deg,#4c4298,#25afd6);border-radius:50%;opacity:.04;filter:blur(40px)}@media screen and (max-width:767px){.phone-demo-mobile-section:before{width:80px;height:80px;top:20px;right:5%}}.phone-demo-mobile-section:after{content:"";position:absolute;bottom:30px;left:10%;width:100px;height:100px;background:linear-gradient(45deg,#db2c87,#4c4298);border-radius:50%;opacity:.03;filter:blur(35px)}@media screen and (max-width:767px){.phone-demo-mobile-section:after{width:70px;height:70px;bottom:20px;left:5%}}.services-sec{padding:80px 0 120px;position:relative;z-index:9}@media screen and (max-width:767px){.services-sec{padding:50px 0 25px}}.services-sec:before{background-image:url(/_next/static/media/servicebeforeimg.4d8609ef.png);background-repeat:no-repeat;content:"";height:1214px;position:absolute;width:100%;top:45%;right:10px;left:0;transform:translateY(-50%)}@media screen and (max-width:767px){.services-sec:before{content:inherit}}.services-sec .custom-row{margin:0 auto;max-width:72vw;padding:0 16px;width:100%;display:flex;gap:clamp(50px,7.03vw,135px);position:relative;z-index:99;align-items:center}@media screen and (min-width:2000px){.services-sec .custom-row{max-width:1366px}}@media screen and (max-width:1279px){.services-sec .custom-row{max-width:80vw}}@media screen and (max-width:1199px){.services-sec .custom-row{max-width:95vw}}@media screen and (max-width:991px){.services-sec .custom-row{flex-wrap:wrap}}@media screen and (max-width:767px){.services-sec .custom-row{max-width:100%;gap:30px;padding:0 30px}}.services-sec .services-left-content{width:60%;padding-right:110px}@media screen and (max-width:1199px){.services-sec .services-left-content{width:40%;padding-right:70px}}@media screen and (max-width:991px){.services-sec .services-left-content{width:64%;padding-right:70px}}@media screen and (max-width:767px){.services-sec .services-left-content{width:332px;padding-right:0}}.services-sec .services-left-content h2{font-weight:600;font-size:clamp(30px,3.44vw,66px);line-height:134%;letter-spacing:-.32px;color:#202020}.services-sec .services-left-content h2 span{color:#4c4397}@media screen and (max-width:767px){.services-sec .services-left-content h2{line-height:110%}}.services-sec .services-left-content h2 .roundcube4{position:relative;z-index:-1;color:#202020}.services-sec .services-left-content h2 .roundcube4:after{position:absolute;background-image:url(/_next/static/media/roundcube4.c2d52f4d.svg);top:9px;width:clamp(76px,9.79vw,188px);height:clamp(30px,3.54vw,68px);background-size:contain;content:"";right:-13px;z-index:-1;background-repeat:no-repeat}@media screen and (max-width:1600px){.services-sec .services-left-content h2 .roundcube4:after{top:6px}}@media screen and (max-width:1199px){.services-sec .services-left-content h2 .roundcube4:after{right:-9px;top:4px}}@media screen and (max-width:991px){.services-sec .services-left-content h2 .roundcube4:after{right:-4px;top:6px}}@media screen and (max-width:767px){.services-sec .services-left-content h2 .roundcube4:after{background-image:url(/_next/static/media/roundcube4m.b409837c.svg);right:-2px;top:4px}}.services-sec .services-right-content{display:flex;flex-direction:column;gap:27px;width:40%}@media screen and (max-width:991px){.services-sec .services-right-content{width:100%;padding-left:145px}}@media screen and (max-width:767px){.services-sec .services-right-content{padding-left:0;gap:25px}}.services-sec .service-card{display:flex;align-items:center;padding:clamp(14px,1.04vw,20px);border-radius:20px;box-shadow:0 6px 16px rgba(0,0,0,.08);transition:transform .3s ease;text-decoration:none;max-width:420px;width:100%}@media screen and (max-width:767px){.services-sec .service-card{background:transparent!important;padding:0!important;max-width:100%;box-shadow:none;align-items:flex-start}}.services-sec .service-card:hover{transform:translateY(-4px)}.services-sec .service-card.second-card{margin-left:-140px}@media screen and (max-width:1280px){.services-sec .service-card.second-card{margin-left:-80px}}@media screen and (max-width:767px){.services-sec .service-card.second-card{margin-left:0}}.services-sec .service-card.second-card .text-content h3{color:#202020}.services-sec .service-card.second-card .text-content a{color:#db2c87}.services-sec .service-card.second-card .text-content a span svg path{stroke:#db2c87}.services-sec .service-card .icon-box{width:clamp(36px,3.65vw,70px);height:clamp(36px,3.65vw,70px);min-width:clamp(36px,3.65vw,70px);border-radius:clamp(12px,.73vw,14px);display:flex;align-items:center;justify-content:center;margin-right:24px}@media screen and (max-width:767px){.services-sec .service-card .icon-box{margin-right:15px}}.services-sec .service-card .icon-box img{width:clamp(36px,3.65vw,70px);height:clamp(36px,3.65vw,70px)}.services-sec .service-card .text-content{display:flex;flex-direction:column;gap:10px}@media screen and (max-width:767px){.services-sec .service-card .text-content{gap:3px}}.services-sec .service-card .text-content h3{margin:0;font-size:clamp(20px,1.15vw,22px);line-height:146%;color:#fff;font-weight:600}@media screen and (max-width:767px){.services-sec .service-card .text-content h3{color:#202020}}.services-sec .service-card .text-content a{font-size:16px;line-height:146%;color:inherit;font-weight:500;text-decoration:underline;display:flex;align-items:center;gap:11px}@media screen and (max-width:767px){.services-sec .service-card .text-content a{color:#28aed4;font-size:14px;gap:8px}.services-sec .service-card .text-content a span svg path{stroke:#28aed4}.services-sec .service-card .text-content a span svg{width:6px;height:9px}}