.navbar{width:100%;background:#fff;position:fixed;top:0;left:0;right:0;z-index:1000;padding:0 48px;transition:all .3s ease}.navbar.scrolled{box-shadow:0 2px 12px #00000014;border-bottom:1px solid rgba(0,0,0,.06)}.navbar .navbar-container{max-width:1440px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:90px}.navbar .navbar-container .navbar-logo-container{display:flex;align-items:center;gap:40px;cursor:pointer}.navbar .navbar-logo{display:flex;align-items:center;gap:12px;cursor:pointer}.navbar .navbar-logo img{height:24px;width:auto}.navbar .navbar-logo span{font-size:20px;font-weight:600;color:#1357f0}.navbar .navbar-menu{display:flex;align-items:center;gap:40px}.navbar .navbar-menu .menu-item{font-size:15px;color:#333;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:4px}.navbar .navbar-menu .menu-item:hover{color:#1357f0}.navbar .navbar-actions{display:flex;align-items:center}.navbar .navbar-actions .cta-button{border-radius:20px;font-weight:500;transition:all .3s;padding:0 20px;height:36px}.navbar .navbar-actions .cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #1890ff66}@media(min-width:1440px){.navbar .navbar-actions .cta-button{padding:0 24px;height:38px;font-size:14px}}@media(min-width:1920px){.navbar .navbar-actions .cta-button{padding:0 28px;height:40px;font-size:14.98px;border-radius:22px}}@media(min-width:2560px){.navbar .navbar-actions .cta-button{padding:0 32px;height:44px;font-size:calc(14px * 1.14);border-radius:24px}}@media(min-width:3840px){.navbar .navbar-actions .cta-button{padding:0 40px;height:52px;font-size:20.02px;border-radius:28px}}@media(max-width:991px){.navbar{padding:0 40.8px}.navbar .navbar-container{height:76.5px}.navbar .navbar-container .navbar-logo-container{gap:34px}.navbar .navbar-logo{gap:10.2px}.navbar .navbar-logo img{height:20.4px}.navbar .navbar-logo span{font-size:17px}.navbar .navbar-menu{gap:34px}.navbar .navbar-menu .menu-item{font-size:12.75px;gap:3.4px}.navbar .navbar-actions .cta-button{padding:0 17px;height:calc(36px * .85);border-radius:17px}}@media(max-width:767px){.navbar{padding:0 calc(48px * .7)}.navbar .navbar-container{height:calc(90px * .7)}.navbar .navbar-container .navbar-logo-container{gap:28px}.navbar .navbar-logo{gap:calc(12px * .7)}.navbar .navbar-logo img{height:calc(24px * .7)}.navbar .navbar-logo span{font-size:14px}.navbar .navbar-menu{display:none}.navbar .navbar-actions .cta-button{padding:0 14px;height:25.2px;font-size:calc(14px * .7);border-radius:14px}}@media(max-width:575px){.navbar{padding:0 calc(48px * .6)}.navbar .navbar-container{height:54px}.navbar .navbar-logo{gap:calc(12px * .6)}.navbar .navbar-logo img{height:calc(24px * .6)}.navbar .navbar-logo span{font-size:12px}.navbar .navbar-actions .cta-button{padding:0 12px;height:calc(36px * .6);font-size:8.4px;border-radius:12px}}.swiper-container{display:flex;gap:60px;max-width:1440px;margin:0 auto;padding:0;min-height:600px;box-shadow:none!important}.swiper-container *{box-shadow:none!important}.swiper-left{flex:0 0 400px;display:flex;padding:80px 0;flex-direction:column;gap:40px}.nav-header .nav-title{font-size:32px;font-weight:600;color:#1a1a1a;margin-bottom:12px;line-height:1.3}.nav-header .nav-subtitle{font-size:16px;color:#666;line-height:1.6;margin:0}.nav-list{display:flex;flex-direction:column;gap:20px}.nav-item{display:flex;gap:16px;padding:20px 20px 14px 0;border-radius:16px;cursor:pointer;transition:all .3s ease;align-items:center;width:658px}.nav-item.active .icon-dot{display:flex;background:#1357f0;transform:scale(1.3)}.nav-item.active .nav-item-title{color:#1357f0}.nav-item.active .nav-item-description{color:#333;font-size:24px}.nav-item:not(.active){opacity:.7}.nav-item-icon{align-items:center;display:flex}.nav-item-icon .icon-dot{display:none;width:6px;height:18px;border-radius:2px;background:#1357f0;transition:all .3s ease;margin-right:10px;position:relative;top:-5px}.nav-item.active .icon-dot{display:flex}.nav-item-content{flex:1}.nav-item-content .nav-item-title{color:#333;font-family:PingFang SC;font-size:28px;font-style:normal;font-weight:600;text-transform:uppercase;margin-bottom:14px}.nav-item-content .nav-item-description{color:#666;font-family:PingFang SC;font-size:20px;font-style:normal;font-weight:400;line-height:34px;white-space:nowrap}.swiper-right{flex:1;display:flex;align-items:center;justify-content:center;box-shadow:none!important;background:transparent!important}.image-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:none!important;background:transparent!important}.swiper-image{width:100%;height:100%;max-height:600px;object-fit:contain;border-radius:20px;transition:all .5s ease;animation:fadeIn .5s ease;border:1px solid transparent;box-shadow:none!important;background:transparent!important}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:991px){.swiper-container{flex-direction:column;gap:51px;min-height:510px}.swiper-left{flex:1;padding:68px 0;gap:34px}.nav-header .nav-title{font-size:27.2px;margin-bottom:10.2px}.nav-header .nav-subtitle{font-size:13.6px}.nav-list{gap:17px}.nav-item{gap:13.6px;padding:17px 0 11.9px;border-radius:13.6px}.nav-item .icon-dot{width:5.1px;height:calc(18px * .85);border-radius:1.7px;margin-right:8.5px}.nav-item-content .nav-item-title{font-size:23.8px;margin-bottom:11.9px}.nav-item-content .nav-item-description{font-size:17px;line-height:28.9px}.swiper-right{width:100%;min-height:340px}.swiper-image{max-height:510px;border-radius:17px}}@media(max-width:767px){.swiper-container{padding:22.4px 14px;min-height:auto;gap:42px}.swiper-left{padding:56px 0;gap:28px}.nav-header .nav-title{font-size:22.4px;margin-bottom:calc(12px * .7)}.nav-header .nav-subtitle{font-size:11.2px}.nav-list{gap:14px}.nav-item{padding:14px 0px calc(14px * .7) 0;width:100%;max-width:100%;gap:11.2px;border-radius:11.2px}.nav-item .icon-dot{width:calc(6px * .7);height:12.6px;border-radius:1.4px;margin-right:7px}.nav-item .nav-item-content .nav-item-title{font-size:calc(28px * .7);margin-bottom:calc(14px * .7)}.nav-item .nav-item-content .nav-item-description{font-size:14px;line-height:calc(34px * .7);white-space:normal}.swiper-right{width:100%;min-height:auto}.swiper-image{max-height:none;height:auto;border-radius:14px}}@media(max-width:575px){.swiper-container{padding:calc(24px * .6) 9.6px;min-height:auto;gap:36px}.swiper-left{padding:48px 0;gap:24px}.nav-header .nav-title{font-size:19.2px;margin-bottom:calc(12px * .6)}.nav-header .nav-subtitle{font-size:9.6px}.nav-list{gap:12px}.nav-item{padding:12px 0 8.4px;gap:9.6px;border-radius:9.6px}.nav-item .icon-dot{width:calc(6px * .6);height:calc(18px * .6);border-radius:1.2px;margin-right:6px}.nav-item .nav-item-content .nav-item-title{font-size:16.8px;margin-bottom:8.4px}.nav-item .nav-item-content .nav-item-description{font-size:12px;line-height:20.4px}.swiper-right{min-height:auto}.swiper-image{max-height:none;height:auto;border-radius:12px}}.swiper-item2-container{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:transparent;min-height:600px}.swiper-item2-container .cards-container{flex:1;display:flex;align-items:center;justify-content:center;width:100%;overflow:visible}.swiper-item2-container .cards-wrapper{display:flex;gap:10px;align-items:center;justify-content:justify-between;flex-wrap:nowrap;max-width:1440px;width:100%;margin:0 auto}.swiper-item2-container .feature-card{position:relative;border-radius:20px;overflow:hidden;cursor:pointer;transition:flex 1s cubic-bezier(.65,0,.35,1),box-shadow .3s ease,transform .3s ease;flex-shrink:0;height:600px;box-shadow:0 4px 12px #00000014;flex:1;max-width:20%;display:flex}.swiper-item2-container .feature-card img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.swiper-item2-container .feature-card.active{flex:2;max-width:40%;box-shadow:0 8px 24px #00000026;z-index:10}.swiper-item2-container .feature-card:hover:not(.active){box-shadow:0 6px 16px #0000001f;transform:scale(1.02)}@media(max-width:991px){.swiper-item2-container{padding:40px 24px;min-height:510px}.swiper-item2-container .cards-wrapper{padding:16px;max-width:1000px}.swiper-item2-container .feature-card{height:510px}}@media(max-width:767px){.swiper-item2-container{padding:24px 16px;min-height:auto;max-height:none}.swiper-item2-container .cards-wrapper{flex-direction:column;gap:12px;padding:0}.swiper-item2-container .feature-card{max-width:100%!important;width:100%;min-height:280px;height:auto;display:flex;justify-content:center;align-items:center}.swiper-item2-container .feature-card img{width:40%;height:auto;transition:width .5s ease}.swiper-item2-container .feature-card.active{max-width:100%!important;width:100%;min-height:320px;height:auto}.swiper-item2-container .feature-card.active img{width:100%}}@media(max-width:575px){.swiper-item2-container{padding:20px 12px;min-height:auto}.swiper-item2-container .cards-wrapper{gap:10px}.swiper-item2-container .feature-card{min-height:240px;height:auto}.swiper-item2-container .feature-card img{width:40%}.swiper-item2-container .feature-card.active{min-height:280px;height:auto}.swiper-item2-container .feature-card.active img{width:100%}}.swiper-item3-container{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:transparent;min-height:600px}.swiper-item3-container .cards-container{flex:1;display:flex;align-items:center;justify-content:center;width:100%;overflow:visible}.swiper-item3-container .cards-wrapper3{display:flex;gap:10px;align-items:center;justify-content:justify-between;flex-wrap:nowrap;max-width:1400px;width:100%;margin:0 auto}.swiper-item3-container .feature-card{position:relative;border-radius:20px;overflow:hidden;cursor:pointer;transition:flex 1s cubic-bezier(.65,0,.35,1),box-shadow .5s ease,background-position .3s ease;background-color:#fff;background-size:cover;background-position:center center;background-repeat:no-repeat;flex-shrink:0;height:600px;box-shadow:0 4px 12px #00000014;flex:1;max-width:calc(100% / 6)}.swiper-item3-container .feature-card .glass-layer{position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffff1a;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);transition:opacity .5s ease;z-index:1;pointer-events:none}.swiper-item3-container .feature-card .title_box{position:absolute;bottom:0;left:0;right:0;padding:20px;display:flex;flex-direction:column;align-items:center;gap:10px;z-index:3;transition:background .5s ease}.swiper-item3-container .feature-card .card-title{color:#a2a2a2;font-size:18px;white-space:nowrap;transition:color .3s ease;text-align:center;font-family:PingFang HK;font-size:24px;font-style:normal;font-weight:600;line-height:36px;letter-spacing:var(--letter-spacing-0_16, .16px);text-transform:uppercase}.swiper-item3-container .feature-card .card-subtitle{color:#000000b3;font-family:PingFang SC;font-size:18px;font-style:normal;font-weight:400;line-height:32px;margin-top:10px}.swiper-item3-container .feature-card.active{flex:2;max-width:calc(100% / 3);box-shadow:0 8px 24px #00000026;z-index:10;background-size:cover;background-position:center top}.swiper-item3-container .feature-card.active .glass-layer{opacity:0}.swiper-item3-container .feature-card.active .title_box{background:linear-gradient(to top,#E1eaff,#E1eaff 50%,transparent 100%);padding:30px 20px}.swiper-item3-container .feature-card.active .card-title{color:#1357f0}.swiper-item3-container .feature-card.active .card-subtitle{opacity:1;transform:translateY(0)}.swiper-item3-container .feature-card:hover:not(.active){box-shadow:0 6px 16px #0000001f}@media(max-width:991px){.swiper-item3-container{padding:40px 24px;min-height:510px}.swiper-item3-container .cards-wrapper3{padding:16px;max-width:1000px}.swiper-item3-container .feature-card{height:510px}.swiper-item3-container .feature-card .card-title{font-size:20.4px}.swiper-item3-container .feature-card .card-subtitle{font-size:calc(18px * .85)}}@media(max-width:767px){.swiper-item3-container{padding:24px 16px;min-height:auto;max-height:none}.swiper-item3-container .cards-wrapper3{flex-direction:column;gap:12px;padding:0}.swiper-item3-container .feature-card{max-width:100%!important;width:100%;min-height:280px;height:auto}.swiper-item3-container .feature-card .glass-layer{opacity:0}.swiper-item3-container .feature-card .card-title{font-size:calc(24px * .7);line-height:32px}.swiper-item3-container .feature-card .card-subtitle{font-size:12.6px;line-height:28px}.swiper-item3-container .feature-card .title_box{padding:16px}.swiper-item3-container .feature-card.active{max-width:100%!important;width:100%;min-height:320px;height:auto}.swiper-item3-container .feature-card.active .title_box{padding:24px 16px}}@media(max-width:575px){.swiper-item3-container{padding:20px 12px;min-height:auto}.swiper-item3-container .cards-wrapper3{gap:10px}.swiper-item3-container .feature-card{min-height:240px;height:auto}.swiper-item3-container .feature-card .card-title{font-size:calc(24px * .6);line-height:28px}.swiper-item3-container .feature-card .card-subtitle{font-size:calc(18px * .6);line-height:26px;margin-top:6px}.swiper-item3-container .feature-card .title_box{padding:14px;gap:8px}.swiper-item3-container .feature-card.active{min-height:280px;height:auto}.swiper-item3-container .feature-card.active .title_box{padding:20px 14px}}.hero-section{width:100%;position:relative;padding-top:90px}.hero-section .hero-top{background-image:url(/assets/bg-COF_wiTC.png),linear-gradient(180deg,#fff,#f0f7ff,#e6f4ff);background-size:100% auto,cover;background-position:center calc(100% + 58px),center bottom;background-repeat:no-repeat,no-repeat;position:relative;z-index:1;overflow:visible}.hero-section .video-container{width:100%;max-width:1440px;margin:0 auto 10px;padding:40px 48px;position:relative}.hero-section .video-section{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #00000014;padding:2px 2px 28px;box-sizing:border-box;margin:0 auto;position:relative}.hero-section .video-controls{position:absolute;bottom:20px;right:20px;display:flex;gap:12px;z-index:100;pointer-events:auto}.hero-section .video-control-btn{background:#000000b3;color:#fff;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:18px;pointer-events:auto;position:relative;z-index:101}.hero-section .video-control-btn:hover{background:#000000e6;transform:scale(1.1)}.hero-section .video-control-btn:focus{outline:none;box-shadow:0 0 0 2px #ffffff80}.hero-section .video-control-btn:active{transform:scale(.95)}.hero-section .video-player{width:100%;height:auto;object-fit:cover;border-radius:16px;box-shadow:0 8px 32px #0000001a}.hero-section .video-overlay{position:absolute;bottom:6px;left:50%;transform:translate(-50%);width:calc(100% - 96px);max-width:1304px;display:flex;justify-content:center;pointer-events:none}.hero-section .copyright{color:#666;text-align:center;font-family:PingFang SC;font-size:16px;font-style:normal;font-weight:500;line-height:16px}.hero-section .copyright .logotext{color:#1357f0}.hero-section .content-container{max-width:1440px;margin:0 auto;text-align:center;position:relative;z-index:1;padding:160px 48px 100px}.hero-section .hero-title{font-size:48px;font-weight:500;line-height:1.3;margin-bottom:36px;color:#333;text-align:center;font-family:PingFang SC;font-size:54px;font-style:normal;font-weight:600;line-height:48px;letter-spacing:1.26px}.hero-section .hero-title .textWeight{font-weight:600;margin-right:16px}.hero-section .hero-title .highlight{color:#1357f0;position:relative}.hero-section .hero-description{color:var(--elevenlabs-io-black, var(--color-black-solid, #000));text-align:center;font-family:PingFang SC;font-size:26px;font-style:normal;font-weight:400;line-height:47px;margin-bottom:80px}.hero-section .hero-actions{display:flex;gap:20px;justify-content:center;margin-bottom:80px}.hero-section .hero-actions .btn-community{border:1px solid #fff;color:#000;font-weight:500;height:48px;padding:0 40px;font-size:16px;border-radius:24px}.hero-section .hero-actions .btn-community:hover{background:#f0f7ff;border-color:#4b7ff8;color:#4b7ff8}.hero-section .hero-actions .btn-trial{height:48px;padding:0 40px;font-size:16px;border-radius:24px;font-weight:500}.hero-section .hero-decoration{position:relative;height:200px}.hero-section .hero-decoration .decoration-left,.hero-section .hero-decoration .decoration-right{position:absolute}.hero-section .hero-decoration .decoration-left{left:10%;top:0;animation:float 3s ease-in-out infinite}.hero-section .hero-decoration .decoration-right{right:10%;top:0;animation:float 3s ease-in-out infinite 1.5s}.hero-section .hero-decoration .float-card{width:280px;height:auto;border-radius:16px;box-shadow:0 12px 40px #0000001a;opacity:.9}.hero-section .wave-divider{position:relative;width:100%;line-height:0;overflow:hidden;background-color:transparent}.hero-section .wave-divider svg{display:block;width:100%;height:58px}.hero-section .wave-top{background-color:transparent}.tech-carousel-part{background:#f9fafb;padding:84px 48px 0}.tech-carousel-part .tech-container{max-width:1440px;margin:0 auto}.tech-carousel-part .tech-header{display:flex;justify-content:space-between;align-items:center}.tech-carousel-part .tech-title{color:var(--elevenlabs-io-black, var(--color-black-solid, #000));text-align:center;font-family:PingFang SC;font-size:48px;font-style:normal;font-weight:600;line-height:72px;letter-spacing:var(--letter-spacing-0_18, .18px);text-transform:uppercase}.tech-carousel-part .tech-title .highlight{color:#1357f0}.tech-carousel-part .tech-switch-buttons{display:flex;flex-direction:row;gap:16px;align-items:center}.tech-carousel-part .switch-button{display:flex;align-items:center;gap:12px;height:68px;padding:0 36px;border-radius:34px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.tech-carousel-part .switch-button:hover{background:#ffffffe6;transform:translateY(-2px)}.tech-carousel-part .switch-button.active{background:#ecf1fe}.tech-carousel-part .switch-button .button-icon{width:36px;height:36px;object-fit:contain}.tech-carousel-part .switch-button .button-text1,.tech-carousel-part .switch-button .button-text2{color:#333;text-align:right;font-family:PingFang SC;font-size:32px;font-style:normal;font-weight:600;line-height:36px;letter-spacing:var(--letter-spacing-0_18, .18px);text-transform:uppercase}.tech-carousel-part .switch-button .button-text2{color:#666}.tech-carousel-part .switch-button.active .button-text1{color:#1357f0;font-weight:600}.tech-carousel-part .carousel-wrapper{padding-top:60px}.tech-carousel-part .carousel-wrapper .carousel-slide{padding:0}.wave-bottom{background:#fff}.feature-grid-part{background:#fff;padding:80px 48px 120px}.feature-grid-part .feature-container{max-width:1440px;margin:0 auto}.feature-grid-part .feature-header{text-align:center;margin-bottom:80px}.feature-grid-part .feature-title{font-size:40px;font-weight:700;color:#1a1a1a;margin-bottom:16px;line-height:1.4}.feature-grid-part .feature-subtitle{font-size:36px;font-weight:600;color:#1a1a1a}.feature-grid-part .feature-subtitle .highlight{color:#1357f0;position:relative}.feature-grid-part .feature-subtitle .highlight:after{content:"";position:absolute;bottom:2px;left:0;right:0;height:10px;background:linear-gradient(90deg,#1357f033,#1357f04d);z-index:-1}.feature-grid-part .push-box-container{display:flex;flex-direction:column;gap:20px}.feature-grid-part .push-box-row{display:flex;gap:20px;height:auto}.feature-grid-part .push-box-item{position:relative;border-radius:20px;overflow:hidden;cursor:pointer;background-size:cover;background-position:center bottom;background-repeat:no-repeat;transition:flex 1s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #0000001a}.feature-grid-part .push-box-item.small{flex:1;aspect-ratio:1 / 1}.feature-grid-part .push-box-item.large{flex:2;aspect-ratio:auto}.feature-grid-part .push-box-item.large .push-box-content h4{color:#000;font-family:PingFang SC;font-size:24px;font-style:normal;font-weight:600;line-height:36px}.feature-grid-part .push-box-item.large .push-box-content p{color:#000c;font-family:PingFang SC;font-size:20px;font-style:normal;font-weight:400;line-height:30px}.feature-grid-part .push-box-item:hover{box-shadow:0 8px 30px #00000026}.feature-grid-part .push-box-item .push-box-content{position:absolute;bottom:0;left:0;right:0;padding:30px;z-index:2}.feature-grid-part .push-box-item .push-box-content h4{color:#fff;font-family:PingFang SC;font-size:24px;font-style:normal;font-weight:600;line-height:36px;margin-bottom:8px}.feature-grid-part .push-box-item .push-box-content p{color:#fffc;font-family:PingFang SC;font-size:20px;font-style:normal;font-weight:400;line-height:30px}@keyframes slideUpImage{0%{background-position:center calc(100% + 200px)}to{background-position:center top}}@media(max-width:991px){.hero-section .content-container{padding:136px 40.8px 85px}.hero-section .hero-title{font-size:45.9px;line-height:40.8px;margin-bottom:calc(36px * .85);letter-spacing:1.071px}.hero-section .hero-description{font-size:calc(26px * .85);line-height:calc(47px * .85);margin-bottom:68px}.hero-section .hero-actions{gap:17px;margin-bottom:68px}.hero-section .hero-actions .btn-community,.hero-section .hero-actions .btn-trial{height:40.8px;padding:0 34px;border-radius:20.4px}.hero-section .tech-carousel-part{padding:calc(84px * .85) 40.8px 0 40.8px}.hero-section .tech-carousel-part .tech-title{font-size:40.8px;line-height:calc(72px * .85)}.hero-section .tech-carousel-part .switch-button{height:57.8px;padding:0 calc(36px * .85);border-radius:28.9px}.hero-section .tech-carousel-part .switch-button .button-icon{width:calc(36px * .85);height:calc(36px * .85)}.hero-section .tech-carousel-part .switch-button .button-text1,.hero-section .tech-carousel-part .switch-button .button-text2{font-size:27.2px;line-height:calc(36px * .85)}.hero-section .tech-carousel-part .carousel-wrapper{padding-top:51px}.hero-section .tech-carousel-part .carousel-wrapper .slide-content{flex-direction:column;gap:34px}.hero-section .feature-grid-part{padding:68px 40.8px 102px}.hero-section .feature-grid-part .feature-header{margin-bottom:68px}.hero-section .feature-grid-part .feature-title{font-size:34px}.hero-section .feature-grid-part .feature-subtitle{font-size:calc(36px * .85)}.hero-section .feature-grid-part .push-box-container,.hero-section .feature-grid-part .push-box-row{gap:17px}.hero-section .feature-grid-part .push-box-item{border-radius:17px}.hero-section .feature-grid-part .push-box-item.small{flex:0 0 416.5px;width:416.5px}.hero-section .feature-grid-part .push-box-item .push-box-content{padding:25.5px}.hero-section .feature-grid-part .push-box-item .push-box-content h4{font-size:20.4px;line-height:calc(36px * .85)}.hero-section .feature-grid-part .push-box-item .push-box-content p{font-size:17px;line-height:25.5px}}@media(max-width:767px){.hero-section{padding-top:60px}.hero-section .video-container{padding:20px 20px 0}.hero-section .video-section{border-radius:16px;padding:2px 2px 20px}.hero-section .video-player{min-height:auto;max-height:none;border-radius:12px}.hero-section .video-overlay{bottom:12px;width:calc(100% - 40px)}.hero-section .copyright{padding:8px 16px;font-size:11.2px;line-height:11.2px}.hero-section .content-container{padding:100px 24px 80px}.hero-section .hero-title{font-size:24px;line-height:calc(48px * .7);margin-bottom:28px;letter-spacing:.8px}.hero-section .hero-title .textWeight{margin-right:10px}.hero-section .hero-description{font-size:18.2px;line-height:32.9px;margin-bottom:60px}.hero-section .hero-actions{flex-direction:column;align-items:center;margin-bottom:60px;gap:16px}.hero-section .hero-actions button{width:100%;max-width:300px}.hero-section .hero-actions .btn-community,.hero-section .hero-actions .btn-trial{height:44px;font-size:11.2px}.hero-section .hero-decoration{display:none}.hero-section .tech-carousel-part{padding:48px 24px 0}.hero-section .tech-carousel-part .tech-header{flex-direction:column;align-items:flex-start;gap:24px}.hero-section .tech-carousel-part .tech-title{font-size:24px;line-height:50.4px;width:100%}.hero-section .tech-carousel-part .tech-switch-buttons{flex-direction:column;gap:12px;width:100%;align-items:stretch}.hero-section .tech-carousel-part .switch-button{height:calc(68px * .7);padding:0 25.2px;width:100%;justify-content:flex-start}.hero-section .tech-carousel-part .switch-button .button-icon{width:25.2px;height:25.2px}.hero-section .tech-carousel-part .switch-button .button-text1,.hero-section .tech-carousel-part .switch-button .button-text2{font-size:20.8px;line-height:25.2px;white-space:nowrap}.hero-section .tech-carousel-part .carousel-wrapper{padding-top:48px}.hero-section .feature-grid-part{padding:60px 24px 100px}.hero-section .feature-grid-part .feature-title{font-size:28px}.hero-section .feature-grid-part .feature-subtitle{font-size:25.2px}.hero-section .feature-grid-part .push-box-row{flex-direction:column;gap:16px}.hero-section .feature-grid-part .push-box-item{width:100%!important;flex:1!important}.hero-section .feature-grid-part .push-box-item.small,.hero-section .feature-grid-part .push-box-item.large{flex:1!important;width:100%!important;aspect-ratio:16 / 9}.hero-section .feature-grid-part .push-box-item .push-box-content{padding:24px}.hero-section .feature-grid-part .push-box-item .push-box-content h4{font-size:calc(24px * .7);line-height:25.2px}.hero-section .feature-grid-part .push-box-item .push-box-content p{font-size:14px;line-height:21px}}@media(max-width:575px){.hero-section{padding-top:60px}.hero-section .video-container{padding:16px 16px 0}.hero-section .video-section{border-radius:12px;padding:2px 2px 16px}.hero-section .video-player{min-height:auto;max-height:none;border-radius:10px}.hero-section .video-overlay{bottom:10px;width:calc(100% - 32px)}.hero-section .copyright{padding:6px 12px;font-size:9.6px;line-height:9.6px}.hero-section .content-container{padding:80px 16px 60px}.hero-section .hero-title{font-size:24px;line-height:48px;margin-bottom:24px;letter-spacing:.6px}.hero-section .hero-title .textWeight{margin-right:8px}.hero-section .hero-description{font-size:15.6px;line-height:28.2px;margin-bottom:48px}.hero-section .hero-actions{margin-bottom:48px;gap:12px}.hero-section .hero-actions button{max-width:280px}.hero-section .hero-actions .btn-community,.hero-section .hero-actions .btn-trial{height:40px;padding:0 32px;font-size:9.6px;border-radius:20px}.hero-section .tech-carousel-part{padding:40px 16px 0}.hero-section .tech-carousel-part .tech-header{gap:20px}.hero-section .tech-carousel-part .tech-title{font-size:24px;line-height:calc(72px * .6);width:100%}.hero-section .tech-carousel-part .tech-switch-buttons{flex-direction:column;gap:10px;width:100%;align-items:stretch}.hero-section .tech-carousel-part .switch-button{height:40.8px;padding:0 calc(36px * .6);border-radius:25px;width:100%;justify-content:flex-start;white-space:nowrap}.hero-section .tech-carousel-part .switch-button .button-icon{width:calc(36px * .6);height:calc(36px * .6)}.hero-section .tech-carousel-part .switch-button .button-text1,.hero-section .tech-carousel-part .switch-button .button-text2{font-size:17.6px;line-height:calc(36px * .6);white-space:nowrap}.hero-section .tech-carousel-part .carousel-wrapper{padding-top:40px}.hero-section .feature-grid-part{padding:48px 16px 80px}.hero-section .feature-grid-part .feature-header{margin-bottom:60px}.hero-section .feature-grid-part .feature-title{font-size:24px;margin-bottom:12px}.hero-section .feature-grid-part .feature-subtitle{font-size:calc(36px * .6)}.hero-section .feature-grid-part .push-box-container,.hero-section .feature-grid-part .push-box-row{gap:12px}.hero-section .feature-grid-part .push-box-item{border-radius:16px}.hero-section .feature-grid-part .push-box-item.small,.hero-section .feature-grid-part .push-box-item.large{aspect-ratio:4 / 3}.hero-section .feature-grid-part .push-box-item .push-box-content{padding:20px}.hero-section .feature-grid-part .push-box-item .push-box-content h4{font-size:calc(24px * .6);line-height:calc(36px * .6);margin-bottom:6px}.hero-section .feature-grid-part .push-box-item .push-box-content p{font-size:12px;line-height:18px}}.partners-section{width:100%;background-color:#f9f9f9;padding:80px 48px}.partners-section .partners-container{max-width:1440px;margin:0 auto}.partners-section .partners-header{text-align:center;margin-bottom:60px}.partners-section .partners-header .partners-title{font-size:36px;font-weight:600;color:#1a1a1a;line-height:1.4}.partners-section .partners-header .partners-title .highlight{color:#1357f0}.partners-section .partners-grid{margin-bottom:60px;max-width:1440px;margin-left:auto;margin-right:auto}.partners-section .partners-grid .partners-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.partners-section .partners-grid .partners-row:last-child{margin-bottom:0}.partners-section .partners-grid .partners-row .partner-item{flex-shrink:0;height:120px;display:flex;align-items:center;justify-content:center;padding:16px;transition:all .3s ease;border-radius:16px;border:none;background:#fff;box-shadow:0 2px 4px #00000008}.partners-section .partners-grid .partners-row .partner-item img{max-width:100%;max-height:100%;object-fit:contain;transition:all .3s ease;border:none}.partners-section .partners-grid .partners-row .partner-item:hover img{filter:grayscale(0%);opacity:1;transform:scale(1.05)}.partners-section .partners-grid .partners-row-6{justify-content:space-between}.partners-section .partners-grid .partners-row-6 .partner-item{width:15.486%}.partners-section .partners-grid .partners-row-5{justify-content:space-between}.partners-section .partners-grid .partners-row-5 .partner-item{width:17.22%}.partners-section .partners-actions{display:flex;justify-content:center;align-items:center;gap:16px}.partners-section .partners-actions .btn-contact,.partners-section .partners-actions .btn-learn-more{height:56px;padding:0 40px;font-size:16px;border-radius:28px;border:none;color:var(--elevenlabs-io-black, var(--color-black-solid, #000));font-family:PingFang SC;font-size:18px;font-style:normal;font-weight:500;line-height:var(--line-height-15_4, 15.4px);letter-spacing:var(--letter-spacing-0_7, .7px);text-transform:uppercase}.partners-section .partners-actions .btn-contact{background:#f2f2f2;border:none;color:var(--elevenlabs-io-black, var(--color-black-solid, #000));font-family:PingFang SC;font-size:18px;font-style:normal;font-weight:500;line-height:var(--line-height-15_4, 15.4px);letter-spacing:var(--letter-spacing-0_7, .7px);text-transform:uppercase}.partners-section .partners-actions .btn-contact:hover{background:#f0f5ff;border-color:#1357f0;color:#1357f0}.partners-section .partners-actions .btn-learn-more{color:var(--elevenlabs-io-white, var(--color-white-solid, #FFF));background:#1357f0;border:none}.partners-section .partners-actions .btn-learn-more:hover{background:#1357f0}@media(max-width:991px){.partners-section{padding:60px 32px}.partners-section .partners-header{margin-bottom:40px}.partners-section .partners-header .partners-title{font-size:28px}.partners-section .partners-grid{margin-bottom:40px}.partners-section .partners-grid .partners-row{gap:20px;margin-bottom:30px}.partners-section .partners-grid .partners-row .partner-item{height:80px;padding:12px}.partners-section .partners-grid .partners-row-6 .partner-item{width:15.486%}.partners-section .partners-grid .partners-row-5 .partner-item{width:17.22%}.partners-section .partners-actions{gap:12px}.partners-section .partners-actions .btn-contact,.partners-section .partners-actions .btn-learn-more{height:44px;padding:0 32px;font-size:15px}}@media(max-width:767px){.partners-section{padding:40px 24px}.partners-section .partners-header{margin-bottom:32px}.partners-section .partners-header .partners-title{font-size:18px;line-height:1.4}.partners-section .partners-grid{margin-bottom:32px}.partners-section .partners-grid .partners-row{flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:20px}.partners-section .partners-grid .partners-row .partner-item{height:70px;padding:10px}.partners-section .partners-grid .partners-row-6 .partner-item,.partners-section .partners-grid .partners-row-5 .partner-item{width:30%;min-width:100px}.partners-section .partners-actions{flex-direction:column;gap:12px}.partners-section .partners-actions .btn-contact,.partners-section .partners-actions .btn-learn-more{width:100%;max-width:300px;height:48px;font-size:16px}}@media(max-width:575px){.partners-section{padding:32px 16px}.partners-section .partners-header{margin-bottom:24px}.partners-section .partners-header .partners-title{font-size:18px;line-height:1.4}.partners-section .partners-grid{margin-bottom:24px}.partners-section .partners-grid .partners-row{gap:12px;margin-bottom:16px}.partners-section .partners-grid .partners-row .partner-item{height:60px;padding:8px;border-radius:12px}.partners-section .partners-grid .partners-row-6 .partner-item,.partners-section .partners-grid .partners-row-5 .partner-item{width:48%;min-width:80px}.partners-section .partners-actions .btn-contact,.partners-section .partners-actions .btn-learn-more{height:44px;font-size:15px;padding:0 24px}}.footer{width:100%;background-color:#1357f0;color:#fff;padding:70px 48px 40px;height:316px;box-sizing:border-box;max-height:316px}.footer .footer-container{max-width:1440px;margin:0 auto}.footer .footer-content{display:grid;grid-template-columns:2fr 2fr 1fr;gap:60px;margin-bottom:60px}.footer .footer-section .section-title{font-size:20px;font-weight:600;margin-bottom:12px;color:#fff}.footer .footer-section .section-title .logo{width:108px;height:28px;aspect-ratio:59/14;margin-right:8px}.footer .footer-section .section-title .logo-text{width:72px;height:20px;aspect-ratio:41/10;margin-right:12px;margin-bottom:4px}.footer .footer-section p.company-description{font-size:16px;color:#fffc}.footer .company-info .company-details{margin-top:12px}.footer .company-info .company-details p{font-size:14px;color:#fff9;margin-bottom:8px}.footer .contact-info .section-title1{overflow:hidden;color:#ffffffb3;text-overflow:ellipsis;white-space:nowrap;font-family:PingFang SC;font-size:20px;font-style:normal;font-weight:400;line-height:normal}.footer .contact-info .contact-item{display:flex;align-items:left;margin-bottom:8px;font-size:15px;color:#fffc;overflow:hidden;color:#ffffffb3;text-overflow:ellipsis;white-space:nowrap;font-family:PingFang SC;font-size:20px;font-style:normal;font-weight:400;line-height:30px;text-transform:capitalize}.footer .contact-info .contact-item .icon-icon{width:20px;height:20px;margin-right:10px;margin-top:7px}.footer .contact-info .contact-item .anticon{font-size:18px;color:#1357f0}.footer .qrcode-section{display:flex;justify-content:center;align-items:flex-start}.footer .qrcode-section .qrcode-wrapper{text-align:center;display:flex;flex-direction:column;width:170px;height:160px;padding:4px 3.48px 2.771px 4px;justify-content:center;align-items:center;aspect-ratio:1/1;border-radius:6px}.footer .qrcode-section .qrcode-wrapper img{width:92px;height:92px;border-radius:12px;background:#fff;padding:8px;margin-bottom:12px}.footer .qrcode-section .qrcode-wrapper p{font-size:14px;color:#fffc;color:#fff;text-overflow:ellipsis;font-family:PingFang SC;font-size:20px;font-style:normal;font-weight:400;line-height:normal}.footer .footer-bottom{padding-top:32px;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer .footer-bottom p{font-size:14px;color:#fff9}@media(max-width:991px){.footer{height:auto;max-height:none}.footer .footer-content{grid-template-columns:1fr 1fr;gap:40px}.footer .qrcode-section{grid-column:1 / -1;justify-content:center}}@media(max-width:767px){.footer{padding:60px 24px 32px;height:auto;max-height:none;min-height:auto}.footer .footer-content{grid-template-columns:1fr;gap:40px;margin-bottom:40px}.footer .footer-section .section-title{font-size:18px}.footer .qrcode-section .qrcode-wrapper{width:auto;height:auto}.footer .qrcode-section .qrcode-wrapper img{width:180px;height:180px}}@media(max-width:575px){.footer{padding:48px 16px 28px}.footer .footer-content{gap:32px;margin-bottom:32px}.footer .footer-section .section-title{font-size:16px;margin-bottom:10px}.footer .footer-section p.company-description{font-size:14px}.footer .company-info .company-details p{font-size:12px}.footer .contact-info .section-title1{font-size:16px}.footer .contact-info .contact-item{font-size:16px;line-height:26px}.footer .qrcode-section .qrcode-wrapper{width:auto;height:auto}.footer .qrcode-section .qrcode-wrapper img{width:180px;height:180px;margin-bottom:8px}.footer .qrcode-section .qrcode-wrapper p{font-size:16px}.footer .footer-bottom{padding-top:24px}.footer .footer-bottom p{font-size:12px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;margin:0;padding:0}#root{overflow-x:hidden;width:100%}.app{width:100%;min-height:100vh}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes glow{0%,to{box-shadow:0 0 20px #1677ff80}50%{box-shadow:0 0 40px #1677ffcc}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.animate-gradient{background-size:200% 200%;animation:gradientShift 8s ease infinite}.animate-glow{animation:glow 2s ease-in-out infinite}.animate-pulse{animation:pulse 2s ease-in-out infinite}.animate-float{animation:float 3s ease-in-out infinite}.animate-fade-in{animation:fadeIn .6s ease-out}.animate-scale-in{animation:scaleIn .5s ease-out}.animate-slide-in-left{animation:slideInLeft .6s ease-out}.animate-slide-in-right{animation:slideInRight .6s ease-out}body{margin:0;padding:0;background:#fff}html{scroll-behavior:smooth}::selection{background:#1357f033;color:#1a1a1a}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#f0f0f0}::-webkit-scrollbar-thumb{background:#bfbfbf;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#999}
