.home-landing{width:100%;min-height:100vh;padding-top:64px;perspective:2000px;perspective-origin:50%}.temp-section{height:100vh;justify-content:center;font-family:Montserrat,sans-serif;font-size:48px;font-weight:600;color:rgba(0,0,0,.2);background:#FFFFFF}.home-header,.temp-section{width:100%;display:flex;align-items:center}.home-header{position:fixed;top:0;left:0;height:64px;justify-content:space-between;padding:16px;background:rgba(255,255,255,.01);backdrop-filter:blur(30px);border-radius:0;z-index:1000}.home-header-logo{display:flex;align-items:center;gap:8px;height:32px}.home-header-logo img{height:32px;width:auto}.home-header-logo-text{font-family:Montserrat,sans-serif;font-size:24px;line-height:32px;font-weight:700;color:#000000}.home-header-beta{width:42px;height:20px;border-radius:9999px;display:flex;align-items:center;justify-content:center;padding:0 8px;border:1px solid rgba(0,0,0,.1);color:rgba(0,0,0,.4);font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500}.home-header-actions{display:flex;align-items:center;gap:12px;height:32px}.home-header-actions button{height:32px;padding:6px 12px;border:none;border-radius:9999px;background:#000000;color:#FFFFFF;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:20px;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 10px 0 rgba(0,0,0,.06)}.home-header-actions button:hover{opacity:.9;box-shadow:0 4px 12px 0 rgba(0,0,0,.12)}.home-header-actions button:active{opacity:1}.home-header-language-dropdown{position:relative;display:inline-block}.home-header-language-button{height:32px;padding:6px 8px;border:1px solid #e0e0e0;border-radius:9999px;background:#FFFFFF;color:#000000;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:20px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:4px;-moz-user-select:none;user-select:none;-webkit-user-select:none;outline:none;box-shadow:0 4px 10px 0 rgba(0,0,0,.06)}.home-header-language-button:hover{background:rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.1)}.home-header-language-button:active{background:rgba(0,0,0,.05)}.home-header-switch-link{text-decoration:none}.home-header-language-menu{position:absolute;top:calc(100% + 6px);left:0;min-width:110px;border-radius:18px;opacity:1;display:flex;flex-direction:column;padding:8px;gap:2px;background:#FFFFFF;border:.5px solid rgba(0,0,0,.08);box-shadow:0 10px 25px 0 rgba(0,0,0,.08);z-index:1001;overflow:hidden;animation:language-menu-fade-in .2s ease}@keyframes language-menu-fade-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.home-header-language-option{width:100%;padding:10px 14px;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;background:transparent;color:rgba(0,0,0,.5);font-size:13px;line-height:18px;cursor:pointer;border-radius:9px;transition:all .15s ease;display:flex;align-items:center;-moz-user-select:none;user-select:none;-webkit-user-select:none;outline:none}.home-header-language-option.active,.home-header-language-option:hover{background:rgba(0,0,0,.06);color:rgba(0,0,0,.5)}.hero{display:flex;flex-direction:column;padding:0 24px;width:100%;height:clamp(800px,100vh,1080px);min-height:800px;max-height:1080px;background:linear-gradient(180deg,#FFFFFF,#FBF1EC);perspective:2000px;perspective-origin:50%;overflow:hidden}.hero-title-container{flex-direction:column;justify-content:center;padding:clamp(60px,calc((100vh - 800px) / 280 * 140 + 60px),200px) 0 80px;gap:48px;flex:1;z-index:1}.hero-title-container,.hero-title-group{position:static;width:100%;height:auto;opacity:1;display:flex;align-items:center;align-self:stretch}.hero-title-group{flex-direction:column;padding:0;gap:20px;z-index:0}.hero-description{font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;line-height:28px;color:rgba(0,0,0,.5);animation:heroFadeInUp .8s ease .2s forwards}.hero-description,.hero-title{width:100%;text-align:center;margin:0;justify-content:center;opacity:0;transform:translateY(60px)}.hero-title{font-family:Montserrat,sans-serif;font-size:60px;line-height:70px;font-weight:600;color:#000000;animation:heroFadeInUp .8s ease .5s forwards}@keyframes heroFadeInUp{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}.hero-coming-soon{font-size:32px;line-height:48px;letter-spacing:-1px;font-weight:600;text-align:center;margin:0;justify-content:center;background:linear-gradient(135deg,#FF6B35,#F7C948 50%,#7C3BFF);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;opacity:.8}.hero-buttons{width:100%;height:auto;opacity:0;transform:translateY(60px);justify-content:center;padding:0;gap:16px;flex-wrap:wrap;align-content:flex-start;align-self:stretch;z-index:1;animation:heroFadeInUp .8s ease 1.2s forwards}.hero-buttons,.hero-download-btn{position:static;display:flex;flex-direction:row}.hero-download-btn{height:48px;border-radius:1000px;opacity:1;align-items:center;padding:11px 24px;gap:8px;background:#000000;z-index:0;border:none;cursor:pointer;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:26px;font-weight:500;color:#FFFFFF;transition:opacity .2s,transform .2s}.hero-download-btn:hover{opacity:.9;transform:scale(1.05)}.hero-download-btn:active{transform:scale(1)}.hero-download-btn svg{flex-shrink:0}.hero-download-btn span{white-space:nowrap}.download-btn-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;gap:6px}.download-hint-popover{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translateX(-50%);padding:6px 8px;background:#454545;border-radius:7px;z-index:50;white-space:nowrap}.download-hint-text{font-size:12px;font-weight:500;color:#FFFFFF}.download-hint-label,.download-hint-text{font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:18px}.download-hint-label{font-size:11px;color:#8c8c8c;text-align:center;display:none;width:100%;max-width:90%}.hero-preview-container{position:static;width:100%;height:auto;opacity:0;display:flex;flex-direction:column;align-items:center;padding:0;align-self:stretch;z-index:1;position:relative;transform-style:preserve-3d;transform-origin:center bottom;animation:heroFadeInUpOpacity .8s ease .8s forwards;will-change:transform}@keyframes heroFadeInUpOpacity{0%{opacity:0}to{opacity:1}}.hero-gradient{position:absolute;left:50%;top:0;width:100%;max-width:1200px;min-width:360px;height:420px;opacity:.3;filter:blur(200px);z-index:0;transform:translateX(-50%);background:linear-gradient(270deg,#FF4C10,#FFE017,#1BD1B3,#7C3BFF,#FF0000,#FF4C10);background-size:400% 400%;animation:gradient-flow 8s ease-in-out infinite}@keyframes gradient-flow{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.hero-preview-image{max-width:1200px;width:100%;height:auto;position:relative;z-index:9999;box-shadow:0 45px 60px 0 rgba(0,0,0,.05)}.omnibox-section{height:100vh;min-height:700px;padding:60px 24px 120px;justify-content:center;align-items:flex-start;background:#FFFFFF}.omnibox-content,.omnibox-section{position:relative;width:100%;display:flex}.omnibox-content{max-width:800px;flex-direction:column;align-items:center;gap:20px;padding-top:15vh}.omnibox-logo{width:120px;height:120px;display:flex;align-items:center;justify-content:center}.omnibox-dialog-wrapper{position:relative;width:100%;max-width:800px}.omnibox-cards{position:absolute;top:calc(100% + 120px);left:50%;transform:translateX(-50%);width:920px;max-width:920px;display:flex;justify-content:space-between;align-items:flex-start;z-index:1}.omnibox-card{width:248px;min-width:248px;max-width:248px;border-radius:24px;padding:16px;background:#F4F4F6;border:.5px solid #ffffff;box-shadow:0 45px 60px 0 rgba(0,0,0,.05);display:flex;flex-direction:column;gap:12px}.omnibox-card-left{margin-top:0;margin-left:0}.omnibox-card-center{width:248px;min-width:248px;max-width:248px;margin-top:0}.omnibox-card-right{width:300px;min-width:300px;max-width:300px;margin-top:0;margin-right:0}.omnibox-card-title{margin:0;padding:0;font-size:20px;line-height:24px;font-weight:600;color:#000000;font-family:Montserrat,sans-serif}.omnibox-card-description{margin:0;padding:0;font-size:14px;line-height:20px;color:rgba(0,0,0,.8);font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.omnibox-card-image{display:flex;align-items:center;width:298px;margin:-10px -16px -16px}.omnibox-section-mobile{min-height:auto;height:auto;padding:40px 16px 60px;overflow:visible}.omnibox-content-mobile{padding-top:8vh;gap:16px}.omnibox-logo-mobile{width:72px;height:72px}.omnibox-dialog-wrapper-mobile{width:100%;max-width:100%;padding:0}.omnibox-mobile-carousel{width:100%;display:flex;flex-direction:column;align-items:center;gap:20px;margin-top:32px}.omnibox-swipe-hint{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:20px;background:rgba(0,0,0,.04);animation:omnibox-hint-pulse 2s ease-in-out infinite}@keyframes omnibox-hint-pulse{0%,to{opacity:1}50%{opacity:.6}}.omnibox-swipe-hint svg{cursor:pointer;transition:transform .2s ease}.omnibox-swipe-hint svg:active{transform:scale(.9)}.omnibox-mobile-scroll{width:100%;display:flex;gap:12px;padding:8px 10%;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.omnibox-mobile-scroll::-webkit-scrollbar{display:none}.omnibox-mobile-card{flex-shrink:0;width:80%;min-height:180px;padding:24px;border-radius:24px;background:#F8F8FA;border:1px solid rgba(0,0,0,.06);box-shadow:0 8px 32px rgba(0,0,0,.06);display:flex;flex-direction:column;gap:12px;scroll-snap-align:center;transform:scale(.95);opacity:.7;transition:all .3s cubic-bezier(.4,0,.2,1)}.omnibox-mobile-card-active{transform:scale(1);opacity:1;box-shadow:0 12px 40px rgba(0,0,0,.1),0 0 0 1px var(--card-accent,rgba(0,0,0,.1))}.omnibox-mobile-card-icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.omnibox-mobile-card-active .omnibox-mobile-card-icon{transform:scale(1.1)}.omnibox-mobile-card-title{margin:0;padding:0;font-size:18px;line-height:24px;font-weight:600;color:#000000;font-family:Montserrat,sans-serif}.omnibox-mobile-card-description{margin:0;padding:0;font-size:14px;line-height:22px;color:rgba(0,0,0,.6)}.omnibox-mobile-dots{display:flex;gap:8px;padding:8px}.omnibox-mobile-dot{width:8px;height:8px;border-radius:4px;border:none;background:rgba(0,0,0,.15);cursor:pointer;transition:all .3s ease;padding:0}.omnibox-mobile-dot:hover{background:rgba(0,0,0,.3)}.omnibox-mobile-dot-active{width:24px;background:#F3A04C}@media (max-width:900px){.omnibox-cards,.omnibox-lines-svg{display:none}.omnibox-section{min-height:auto;height:auto;padding:40px 16px 60px}.omnibox-content{padding-top:8vh;gap:16px}.omnibox-logo{width:72px;height:72px}.omnibox-dialog-wrapper{width:100%;max-width:100%}}.scroll-cards-section{position:relative;width:100%;height:620vh;background:#ffffff;padding:60px 24px}.scroll-cards-sticky{position:sticky;top:10%;height:min(90vh,700px);display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:visible;gap:60px}@media (max-height:800px){.scroll-cards-sticky{height:auto;justify-content:flex-start}}.scroll-cards-title{position:static;width:100%;height:auto;opacity:1;display:flex;flex-direction:column;align-items:center;padding:0;gap:20px;align-self:stretch;z-index:0}.scroll-cards-heading{font-size:48px;line-height:56px;font-weight:600;color:#000000}.scroll-cards-heading,.scroll-cards-subtitle{margin:0;font-family:Montserrat,sans-serif;text-align:center;max-width:1000px}.scroll-cards-subtitle{font-size:18px;line-height:28px;font-weight:400;color:rgba(0,0,0,.5)}.scroll-cards-stage{position:relative;width:min(1000px,90vw);height:562px;display:flex;align-items:center;justify-content:center;overflow:visible}.scroll-card-wrapper{inset:0;transform-origin:center center;height:100%;justify-content:center}.scroll-card,.scroll-card-wrapper{position:absolute;width:100%;display:flex;align-items:center}.scroll-card{--scroll-card-radius:32px;--scroll-card-border-width:2px;--scroll-card-inner-inset:16px;inset:auto;height:562px;max-width:1000px;border-radius:var(--scroll-card-radius);justify-content:space-between;padding:80px;gap:0;box-sizing:border-box;overflow:hidden;isolation:isolate}.scroll-card:before{inset:0;border-radius:inherit;background:radial-gradient(100% 67% at 12% 4%,rgba(255,255,255,.32) 0,rgba(255,255,255,0) 46%),radial-gradient(90% 100% at 90% 95%,var(--card-shade,rgba(10,10,20,.34)) 0,rgba(10,10,20,0) 62%)}.scroll-card:after,.scroll-card:before{content:"";position:absolute;pointer-events:none;z-index:0}.scroll-card:after{inset:var(--scroll-card-inner-inset);border-radius:calc(var(--scroll-card-radius) - var(--scroll-card-inner-inset));border:1px solid rgba(255,255,255,.24);background:linear-gradient(130deg,rgba(255,255,255,.2),rgba(255,255,255,0) 34%);opacity:.88}.scroll-card>*{position:relative;z-index:1}.scroll-card-content{display:flex;flex-direction:column;flex:1;min-width:0}.scroll-card-heading{margin:0;text-shadow:0 8px 24px rgba(20,24,36,.22)}.scroll-card-heading,.scroll-card-subheading{font-family:Montserrat,sans-serif;font-size:36px;line-height:46px;font-weight:600;color:#ffffff}.scroll-card-subheading{margin-top:32px;text-shadow:0 8px 24px rgba(20,24,36,.2)}.scroll-card-chat{flex-shrink:0;display:flex;align-items:center;justify-content:center}.scroll-card-image{width:402px;height:402px}.scroll-card-image,.scroll-card-image-placeholder{flex-shrink:0;-o-object-fit:contain;object-fit:contain;border-radius:8px;background:transparent}.scroll-card-image-placeholder{width:100%;height:100%;aspect-ratio:1/1;max-width:402px;max-height:402px}@media (max-width:768px){.scroll-card-image{width:300px;height:300px}.scroll-card-image-placeholder{width:100%;height:auto;aspect-ratio:1/1;max-width:402px;max-height:402px}.scroll-card-heading{font-size:24px;line-height:30px;margin-top:20px}.scroll-card-subheading{font-size:24px;line-height:30px;margin-top:10px}.scroll-cards-section{height:auto!important;padding:60px 16px}.scroll-cards-sticky{top:auto!important}.scroll-cards-stage,.scroll-cards-sticky{position:relative!important;height:auto!important;gap:32px}.scroll-cards-stage{display:flex;flex-direction:column}.scroll-card,.scroll-card-wrapper{position:relative!important}.scroll-card{flex-direction:column;gap:32px;height:auto!important;padding:32px 24px;align-items:center}.scroll-card,.scroll-card-heading{text-align:center}.scroll-card-chat{width:100%;height:auto}.hero-title{font-size:36px;line-height:44px}.hero-description{font-size:16px;line-height:24px}.hero-download-btn{font-size:14px;height:44px;padding:10px 20px}.hero-buttons{flex-direction:column;align-items:center;gap:20px}.download-btn-wrapper{width:100%}.download-hint-popover{display:none!important}.download-hint-label{display:block}.home-header-logo-text{font-size:20px;line-height:28px}.home-header-actions button{font-size:13px;padding:5px 10px;height:30px}.scroll-cards-heading{font-size:32px;line-height:40px}.scroll-cards-subtitle{font-size:16px;line-height:24px}}@media (max-width:480px){.hero-title{font-size:28px;line-height:36px}.hero-description{font-size:14px;line-height:22px}.hero{padding:0 16px}.hero-gradient{min-width:100%}.home-header-actions{gap:8px}.home-header-actions button{display:none}.home-header-language-button{font-size:12px;padding:4px 6px;height:28px;gap:3px}.home-header-language-button svg{width:14px;height:14px}.home-header-language-menu{left:auto;right:0}.scroll-cards-heading{font-size:24px;line-height:32px}.scroll-cards-subtitle{font-size:14px;line-height:20px}}.scroll-card.card-1{--card-shade:rgba(115,56,12,0.44);background:radial-gradient(130% 130% at 8% 2%,rgba(255,239,201,.74) 0,rgba(255,239,201,0) 44%),radial-gradient(100% 120% at 96% 100%,rgba(136,72,17,.62) 0,rgba(136,72,17,0) 58%),linear-gradient(138deg,#ffcb82,#f4a04d 45%,#dc7f27)}.scroll-card.card-2{--card-shade:rgba(20,92,56,0.44);background:radial-gradient(130% 130% at 10% 4%,rgba(233,255,238,.64) 0,rgba(233,255,238,0) 44%),radial-gradient(105% 120% at 94% 100%,rgba(25,101,62,.6) 0,rgba(25,101,62,0) 58%),linear-gradient(142deg,#9de0a9,#67bc79 46%,#379452)}.scroll-card.card-3{--card-shade:rgba(71,55,130,0.48);background:radial-gradient(132% 132% at 8% 4%,rgba(240,233,255,.66) 0,rgba(240,233,255,0) 42%),radial-gradient(105% 130% at 96% 98%,rgba(89,63,178,.58) 0,rgba(89,63,178,0) 58%),linear-gradient(140deg,#ceb9ff,#af92f3 45%,#7e63d3)}.privacy{position:relative;max-width:1920px;justify-content:center;padding:160px 24px 0;background:#FFFFFF}.privacy,.privacy-container{width:100%;height:auto;display:flex;flex-direction:column;align-items:center;margin:0 auto}.privacy-container{position:static;max-width:1000px;opacity:0;padding:0;gap:48px;z-index:0;transition:opacity 1.5s ease-out}.privacy-visible .privacy-container{opacity:1}.privacy-text{position:static;width:100%;height:auto;opacity:1;display:flex;flex-direction:column;align-items:center;padding:0;gap:20px;align-self:stretch;z-index:0}.privacy-title{width:100%;max-width:1000px;font-family:Montserrat,sans-serif;font-size:48px;line-height:56px;font-weight:600;color:#000000;text-align:center;margin:0;justify-content:center;opacity:0;transform:translateY(60px)}.privacy-visible .privacy-title{animation:fadeInUp .8s ease forwards}.privacy-subtitle{width:100%;max-width:1000px;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;line-height:28px;color:rgba(0,0,0,.5);text-align:center;margin:0;opacity:0;transform:translateY(60px)}.privacy-visible .privacy-subtitle{animation:fadeInUp .8s ease .2s forwards}.privacy-content{position:static;width:100%;height:auto;opacity:1;display:flex;flex-direction:column;align-items:center;padding:0;gap:24px;align-self:stretch;z-index:1}.privacy-visible .privacy-video-container{animation:fadeInUp .8s ease .6s forwards}.privacy-video-container{position:static;width:100%;max-width:1000px;height:auto;border-radius:32px;opacity:0;transform:translateY(60px);background:linear-gradient(240deg,#93F8DB 3%,#97E5FF 97%);z-index:0;aspect-ratio:1000/562;transition:opacity .8s ease,transform .8s ease;display:flex;align-items:center;justify-content:center;overflow:hidden}.privacy-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:32px}.testimonials{position:relative;opacity:1;padding:160px 0 120px;background:#FFFFFF}.testimonials,.testimonials-container{width:100%;height:auto;display:flex;flex-direction:column;align-items:center;overflow:visible}.testimonials-container{position:static;left:0;top:160px;opacity:0;padding:0;gap:48px;align-self:stretch;z-index:0;transition:opacity 1.5s ease-out}.testimonials-visible .testimonials-container{opacity:1}.testimonials-title-container{position:static;left:0;top:0;width:100%;height:auto;opacity:1;display:flex;flex-direction:column;align-items:center;padding:0;gap:20px;align-self:stretch;z-index:0}.testimonials-title{width:100%;font-family:Montserrat,sans-serif;font-size:48px;line-height:56px;font-weight:600;color:#000000;text-align:center;margin:0;justify-content:center;opacity:0;transform:translateY(60px)}.testimonials-visible .testimonials-title{animation:fadeInUp .8s ease forwards}.testimonials-cards-container{position:relative;width:100%;height:auto;overflow-x:hidden;overflow-y:visible;padding:48px 0 120px;margin:-48px 0 -120px;opacity:0;transform:translateY(60px);z-index:0;transition:opacity .5s ease,transform .5s ease;mask-image:linear-gradient(90deg,transparent 0,black 80px,black calc(100% - 80px),transparent);-webkit-mask-image:linear-gradient(90deg,transparent 0,black 80px,black calc(100% - 80px),transparent)}.testimonials-visible .testimonials-cards-container{animation:fadeInUp .8s ease .4s forwards}.testimonials-cards-wrapper{display:flex;flex-direction:row;gap:24px;width:-moz-fit-content;width:fit-content;height:auto;will-change:transform}.testimonial-card{position:static;left:0;top:0;width:390px;height:370px;min-width:390px;flex-shrink:0;border-radius:32px;opacity:0;transform:translateY(60px);display:flex;flex-direction:column;padding:28px;gap:28px;flex-grow:1;background:#FFFFFF;border:.5px solid rgba(0,0,0,.1);box-shadow:0 45px 60px 0 rgba(0,0,0,.05);z-index:0;transition:opacity .5s ease,transform .5s ease}.testimonials-visible .testimonial-card{animation:fadeInUp .6s ease forwards;animation-delay:calc(.6s + var(--card-index) * .1s)}.testimonial-text{width:100%;font-size:18px;line-height:28px;font-weight:400;color:rgba(0,0,0,.8);margin:0;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;flex-grow:1}.testimonial-user-info{position:static;left:28px;top:252px;width:100%;height:54px;opacity:1;display:flex;flex-direction:row;align-items:center;padding:0;gap:12px;align-self:stretch;z-index:1}.testimonial-avatar{width:54px;height:54px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.testimonial-user-text{position:static;left:66px;top:0;width:auto;height:54px;opacity:1;display:flex;flex-direction:column;padding:0;gap:2px;flex-grow:1;z-index:1}.testimonial-name{width:100%;font-family:Montserrat,sans-serif;font-size:18px;line-height:28px;font-weight:600;color:#000000;margin:0}.testimonial-role{width:100%;font-size:14px;line-height:24px;font-weight:400;color:rgba(0,0,0,.5);margin:0;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.faq{position:relative;opacity:1;padding:40px 24px 60px;background:#FFFFFF;overflow:visible}.faq,.faq-container{width:100%;height:auto;display:flex;flex-direction:column;align-items:center}.faq-container{position:static;left:0;top:40px;opacity:0;padding:0;gap:48px;align-self:stretch;z-index:0;transition:opacity 1.5s ease-out}.faq-visible .faq-container{opacity:1}.faq-title-container{position:static;left:0;top:0;width:100%;height:auto;opacity:1;display:flex;flex-direction:column;align-items:center;padding:0;gap:20px;align-self:stretch;z-index:0}.faq-title{width:100%;max-width:1000px;font-family:Montserrat,sans-serif;font-size:48px;line-height:56px;font-weight:600;color:#000000;text-align:center;margin:0;justify-content:center;opacity:0;transform:translateY(60px)}.faq-visible .faq-title{animation:fadeInUp .8s ease forwards}.faq-items-container{position:static;left:0;top:104px;width:100%;height:auto;opacity:0;transform:translateY(60px);display:flex;flex-direction:column;align-items:center;padding:0;gap:20px;align-self:stretch;z-index:1;transition:opacity .5s ease,transform .5s ease}.faq-visible .faq-items-container{animation:fadeInUp .8s ease .4s forwards}.faq-item{position:static;left:0;top:0;width:100%;max-width:1000px;height:auto;min-height:72px;border-radius:32px;opacity:0;transform:translateY(60px);display:flex;flex-direction:column;align-items:stretch;padding:20px 20px 20px 32px;gap:16px;background:#FFFFFF;border:.5px solid rgba(0,0,0,.1);z-index:0;transition:opacity .5s ease,transform .5s ease;cursor:pointer}.faq-visible .faq-item{animation:fadeInUp .6s ease forwards;animation-delay:calc(.6s + var(--item-index) * .1s)}.faq-header{display:flex;flex-direction:row;align-items:center;gap:20px;width:100%}.faq-question{font-family:Montserrat,sans-serif;font-size:20px;font-weight:600;color:#000000;flex-grow:1}.faq-answer,.faq-question{width:100%;line-height:28px;margin:0}.faq-answer{font-size:18px;font-weight:400;color:rgba(0,0,0,.8);font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;white-space:pre-line;overflow:hidden;max-height:0;opacity:0;transform:translateY(-10px);transition:max-height .3s ease,opacity .3s ease,transform .3s ease}.faq-answer p{margin:0}.faq-answer p+p{margin-top:4px}.faq-item-expanded .faq-answer{max-height:1000px;opacity:1;transform:translateY(0)}.faq-toggle-button{position:static;left:948px;top:20px;width:32px;height:32px;min-width:32px;min-height:32px;border-radius:1000px;opacity:1;display:flex;flex-direction:row;padding:4px;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;z-index:1;transition:transform .3s ease}.faq-toggle-button:hover{background:rgba(0,0,0,.05)}.faq-item-expanded .faq-toggle-button{transform:rotate(45deg)}.faq-toggle-icon{position:static;left:4px;top:4px;width:24px;height:24px;opacity:1;z-index:0;transition:transform .3s ease}.download-instructions{position:relative;opacity:1;padding:100px 24px;background:#FFFFFF;overflow:hidden}.download-instructions,.download-instructions-container{width:100%;height:auto;display:flex;flex-direction:column;align-items:center}.download-instructions-container{position:static;left:0;top:0;opacity:0;padding:0;gap:48px;align-self:stretch;z-index:0;transition:opacity 1.5s ease-out}.download-instructions-visible .download-instructions-container{opacity:1}.download-instructions-title-container{position:static;left:0;top:0;width:100%;height:auto;opacity:1;display:flex;flex-direction:column;align-items:center;padding:0;gap:20px;align-self:stretch;z-index:0}.download-instructions-title{width:100%;max-width:1000px;font-family:Montserrat,sans-serif;font-size:48px;line-height:56px;font-weight:600;color:#000000;text-align:center;margin:0;justify-content:center;opacity:0;transform:translateY(60px)}.download-instructions-visible .download-instructions-title{animation:fadeInUp .8s ease forwards}.download-instructions-buttons{position:static;width:100%;height:auto;opacity:0;transform:translateY(60px);display:flex;flex-direction:row;justify-content:center;padding:0;gap:16px;flex-wrap:wrap;align-content:flex-start;align-self:stretch;z-index:1}.download-instructions-visible .download-instructions-buttons{animation:fadeInUp .8s ease .4s forwards}.download-instructions-btn{position:static;height:48px;border-radius:1000px;opacity:1;display:flex;flex-direction:row;align-items:center;padding:11px 24px;gap:8px;background:#000000;z-index:0;border:none;cursor:pointer;font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:26px;font-weight:500;color:#FFFFFF;transition:opacity .2s,transform .2s}.download-instructions-btn:hover{opacity:.9;transform:scale(1.05)}.download-instructions-btn:active{transform:scale(1)}.download-instructions-btn svg{flex-shrink:0}.download-instructions-btn span{white-space:nowrap}.download-instructions-description{position:static;left:0;top:256px;width:100%;height:auto;opacity:0;transform:translateY(60px);display:flex;flex-direction:column;align-items:center;padding:0;gap:0;align-self:stretch;z-index:2;transition:opacity .5s ease,transform .5s ease}.download-instructions-description-row+.download-instructions-description-row{margin-top:0}.download-instructions-visible .download-instructions-description{animation:fadeInUp .8s ease .6s forwards}.download-instructions-description-row{position:static;left:0;top:0;width:auto;max-width:1000px;height:auto;opacity:1;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0;gap:8px;z-index:0}.download-instructions-text{font-size:18px;line-height:28px;font-weight:400;color:rgba(0,0,0,.4);font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-align:center}.download-instructions-icons{position:static;left:0;top:0;width:auto;height:24px;opacity:1;display:flex;flex-direction:row;padding:0;gap:4px;align-items:center;z-index:1}.download-instructions-icon{width:24px;height:24px;-o-object-fit:contain;object-fit:contain}.download-instructions-gradient{position:absolute;left:50%;top:566px;width:100%;max-width:1200px;min-width:360px;height:420px;opacity:.3;filter:blur(200px);z-index:0;transform:translateX(-50%);background:linear-gradient(270deg,#FF4C10,#FFE017,#1BD1B3,#7C3BFF,#FF0000,#FF4C10);background-size:400% 400%;animation:gradient-flow 8s ease-in-out infinite}.home-footer{min-height:88px;justify-content:center;padding:16px 24px;background:#FFFFFF}.home-footer,.home-footer-container{width:100%;display:flex;align-items:center}.home-footer-container{max-width:1000px;min-height:64px;justify-content:space-between}.home-footer-connect{display:flex;align-items:center;gap:8px}.home-footer-connect-text{font-family:Montserrat,sans-serif;font-size:14px;line-height:24px;font-weight:600;color:#000000}.home-footer-icon{width:24px;height:24px;-o-object-fit:contain;object-fit:contain}.home-footer-icon-link{border-radius:6px;overflow:hidden;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .2s}.home-footer-icon-link:hover{opacity:.7}.home-footer-right{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:4px}.home-footer-icp-line{width:100%;text-align:right;line-height:20px}.home-footer-copyright{display:flex;align-items:center;gap:6px}.home-footer-copyright-domestic{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.home-footer-icp-link{text-decoration:none;transition:opacity .2s}.home-footer-icp-link:hover{opacity:.7}.home-footer-copyright-text{font-family:Montserrat,sans-serif;font-size:14px;line-height:24px;font-weight:600;color:#000000}.home-footer-links{display:flex;align-items:center;gap:8px}.home-footer-link,.home-footer-links{font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:400;line-height:20px;color:rgba(0,0,0,.5)}.home-footer-link{text-decoration:none;white-space:nowrap;transition:opacity .2s}.home-footer-link:hover{opacity:.7}.home-footer-link-separator{line-height:20px;font-weight:400;color:rgba(0,0,0,.5)}.home-footer-link-separator,.home-footer-social-link{font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px}.home-footer-social-link{line-height:24px;font-weight:500;color:rgba(0,0,0,.7);text-decoration:none;white-space:nowrap;transition:opacity .2s}.home-footer-social-link:hover{opacity:.7}.home-footer-social-btn{background:none;border:none;padding:0;cursor:pointer}.home-footer-wechat-wrapper{position:relative;display:inline-flex}.home-footer-wechat-qr{position:absolute;width:200px;height:200px;bottom:calc(100% + 8px);left:50%;transform:translateX(-50%);padding:8px;background:#ffffff;border:.5px solid rgba(0,0,0,.08);border-radius:18px;box-shadow:0 10px 25px 0 rgba(0,0,0,.08);z-index:50}.home-footer-wechat-qr-img{display:block;width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.home-footer-email-wrapper{position:relative;display:inline-flex}.home-footer-email-popover{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translateX(-50%);padding:16px;background:#ffffff;border:.5px solid rgba(0,0,0,.08);border-radius:18px;box-shadow:0 10px 25px 0 rgba(0,0,0,.08);z-index:50;display:flex;flex-direction:column;align-items:center;gap:8px;min-width:200px}.home-footer-email-text{font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:18px;color:rgba(0,0,0,.5)}.home-footer-email-link{font-size:12px;color:rgba(0,0,0,.5);text-decoration:none;transition:color .2s}.home-footer-email-link:hover{color:rgba(0,0,0,.8)}@media (max-width:768px){.home-footer{padding:20px 16px;min-height:auto}.home-footer-container{flex-direction:column;height:auto;gap:16px;align-items:flex-start}.home-footer-connect{width:100%;height:auto;flex-wrap:nowrap;gap:8px}.home-footer-connect-text{flex-shrink:0;font-size:13px;line-height:20px}.home-footer-right{width:100%;min-height:auto;align-items:flex-start}.home-footer-icp-line{text-align:left}.home-footer-copyright-text{font-size:13px;line-height:21px}.home-footer-links{flex-wrap:wrap}.home-footer-link,.home-footer-links{font-size:11px;line-height:18px}.home-footer-link-separator{font-size:11px}.home-footer-wechat-qr{width:140px;height:140px}.home-footer-email-popover{min-width:180px}.privacy{padding:100px 16px 0}.privacy-title{font-size:32px;line-height:40px}.privacy-subtitle{font-size:16px;line-height:24px}.testimonials{padding:100px 0 80px}.testimonials-title{font-size:32px;line-height:40px}.testimonial-card{width:300px;min-width:300px;height:auto;min-height:280px}.testimonial-name,.testimonial-text{font-size:16px;line-height:24px}.testimonial-role{font-size:13px;line-height:20px}.testimonial-avatar{width:48px;height:48px}.testimonial-user-text{height:48px}.faq{padding:40px 16px 60px}.faq-title{font-size:32px;line-height:40px}.faq-item{padding:16px 16px 16px 20px}.faq-question{font-size:17px;line-height:24px}.faq-answer{font-size:15px;line-height:24px}.download-instructions{padding:80px 16px}.download-instructions-buttons{flex-direction:column;align-items:center;gap:20px}.download-instructions-title{font-size:32px;line-height:40px}.download-instructions-btn{font-size:14px;height:44px;padding:10px 20px}.download-instructions-text{font-size:15px;line-height:22px}}@media (max-width:480px){.privacy-title{font-size:24px;line-height:32px}.privacy-subtitle{font-size:14px;line-height:20px}.testimonials-title{font-size:24px;line-height:32px}.testimonial-card{width:260px;min-width:260px;padding:20px}.testimonial-text{font-size:14px;line-height:22px}.testimonial-name{font-size:15px;line-height:22px}.testimonial-role{font-size:12px;line-height:18px}.testimonial-avatar{width:40px;height:40px}.testimonial-user-text{height:40px}.faq-title{font-size:24px;line-height:32px}.faq-item{padding:14px 12px 14px 16px}.faq-question{font-size:15px;line-height:22px}.faq-answer{font-size:14px;line-height:22px}.download-instructions-title{font-size:24px;line-height:32px}.download-instructions-btn{font-size:13px;height:40px;padding:8px 16px}.download-instructions-text{font-size:13px;line-height:18px}.download-instructions-description-row{flex-wrap:wrap;justify-content:center;gap:4px 6px;max-width:min(320px,100%)}.download-instructions-icons{flex-shrink:0;height:20px}.download-instructions-icon{width:20px;height:20px}.download-instructions-gradient{min-width:100%}}