.hero-carousel{position:relative;width:100%;min-height:600px;height:calc(100vh - 80px);max-height:800px;overflow:hidden;background:linear-gradient(135deg,#0a0e27 0,#1a3a52 50%,#2d5a6e 100%)}.carousel-container{position:relative;width:100%;height:100%}.carousel-item{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:opacity .6s ease-in-out,visibility .6s ease-in-out;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.carousel-item.active{opacity:1;visibility:visible;z-index:1}.carousel-item[data-bg=slide1]{background-image:url(/wp-content/uploads/2025/12/hero-bg-1.png),linear-gradient(135deg,#0a0e27 0,#1a3a52 50%,#2d5a6e 100%)}.carousel-item[data-bg=slide2]{background-image:url(/wp-content/uploads/2025/12/hero-bg-2.png),linear-gradient(135deg,#1a1a2e 0,#16213e 50%,#0f3460 100%)}.carousel-item[data-bg=slide3]{background-image:url(/wp-content/uploads/2025/12/hero-bg-3.png),linear-gradient(135deg,#2c1a3b 0,#3d2c52 50%,#4a3f6b 100%)}.carousel-content{position:relative;z-index:1;display:flex;align-items:center;justify-content:flex-start;width:100%;max-width:1200px;margin:0 auto;padding:0 var(--container-padding)}.hero-text{max-width:550px;animation:.8s ease-out fadeInUp}.hero-title{font-size:56px;font-weight:700;color:#fff;line-height:1.2;margin-bottom:20px;letter-spacing:-1px}.hero-subtitle{font-size:24px;color:rgba(255,255,255,.85);margin-bottom:40px;line-height:1.6}.hero-buttons{display:flex;gap:20px;align-items:center;margin-top:76px}.btn-large{padding:18px 48px;font-size:18px;font-weight:600;min-width:180px;border-radius:50px;border:none;cursor:pointer;transition:.3s}.btn-outline{background:0 0;color:#fff;border:2px solid #5ce1e6;padding:16px 48px;border-radius:50px;cursor:pointer;transition:.3s}.btn-outline:hover{background:rgba(92,225,230,.1);border-color:#6ef0f5;transform:translateY(-2px);box-shadow:0 4px 15px rgba(92,225,230,.2)}.carousel-dots{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);display:flex;gap:12px;z-index:10}.dot{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,.4);cursor:pointer;transition:.3s;border:2px solid transparent}.dot:hover{background:rgba(255,255,255,.6);transform:scale(1.2)}.dot.active{width:40px;border-radius:6px;background:#fff;border-color:rgba(255,255,255,.3)}@keyframes fadeInUp{from{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.hero-carousel{min-height:6rem;height:auto}.carousel-container{height:auto;min-height:6rem}.carousel-item{height:auto;min-height:100%;align-items:flex-start}.carousel-content{padding:1rem .2rem .6rem;justify-content:center;text-align:center;min-height:auto}.hero-text{max-width:100%}.hero-title{font-size:.4rem;margin-bottom:.16rem}.hero-subtitle{font-size:.11rem;margin-bottom:.3rem}.hero-buttons{flex-direction:column;width:100%;gap:.15rem;align-items:center;justify-content:center;margin-top:.4rem}.carousel-dots{bottom:.2rem}.btn-large{padding:.14rem .32rem;font-size:.16rem;min-width:auto}.hero-buttons .btn-outline{display:none}}@media (max-width:480px){.hero-carousel{min-height:5.5rem}.carousel-container{height:auto;min-height:5.5rem}.carousel-item{height:auto;min-height:100%;align-items:flex-start}.carousel-content{padding:1rem .15rem .5rem;min-height:auto}.hero-title{font-size:.4rem;margin-bottom:.12rem}.hero-subtitle{font-size:.16rem;margin-bottom:.25rem}.hero-buttons{margin-top:.3rem}.btn-large{padding:.14rem .32rem;font-size:.16rem}.carousel-dots{bottom:.15rem}.dot{width:.1rem;height:.1rem}.dot.active{width:.3rem}.hero-buttons .btn-outline{display:none}}.section-products{background-image:url(/wp-content/uploads/2025/12/products-bg.png);background-size:cover;background-position:center;background-repeat:no-repeat;padding:80px 0}.products-showcase{display:flex;flex-direction:column;gap:60px;margin-top:60px}.products-menu{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.product-tab{border:1px solid #fff;border-radius:16px;padding:22px 85px;text-align:center;cursor:pointer;transition:.3s;background:linear-gradient(#fff 0,rgba(230,239,246,0) 99%);position:relative;outline:0;-webkit-tap-highlight-color:transparent;user-select:none}.product-tab.active,.product-tab:hover{background:#fff;box-shadow:0 9px 19px 0 #cbdbfd;border-radius:18px;border:1px solid #e6f4ff;box-shadow:0 4px 16px rgba(0,0,0,.1);transform:translateY(-2px)}.product-tab.active::after{content:'';position:absolute;bottom:-4px;left:50%;transform:translateX(-50%);width:70%;height:3px;background:#36cfa8}.product-tab-icon{width:120px;height:120px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center}.product-tab-icon img{width:100%;height:100%;object-fit:contain}.product-tab-title{font-size:18px;font-weight:600;color:#1f2937;margin:0}.products-content{flex:1;position:relative;min-height:400px}.product-content-item{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;gap:94px;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .4s,visibility .4s}.product-content-item.active{opacity:1;visibility:visible;position:relative}.product-info{flex:1;max-width:400px}.product-content-title{font-size:26px;font-weight:500;color:#000;margin-bottom:20px;line-height:1.3}.product-content-desc{font-size:18px;color:#3d3d3d;line-height:1.8;margin-bottom:30px}.btn-learn-more{background:linear-gradient(131deg,#00ebd6 0,#02b3ce 23%,#0046d6 98%);color:#fff;padding:14px 36px;font-size:16px;font-weight:600;border-radius:50px;border:none;cursor:pointer;transition:.3s}.btn-learn-more:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,180,216,.3)}.product-image{flex:1;max-width:620px}.product-image img{width:100%;height:auto}@media (max-width:1024px){.section-products{padding:.6rem 0}.products-showcase{flex-direction:column;gap:.4rem}.products-menu{display:grid;grid-template-columns:repeat(4,1fr);gap:0;width:100%;background:#fff;padding:.04rem;border-radius:.5rem}.product-tab{width:100%;padding:.12rem .16rem;background:0 0;border:none;border-radius:.5rem;box-shadow:none;outline:0;-webkit-tap-highlight-color:transparent;user-select:none}.product-tab.active,.product-tab:hover{background:#ebf1ff;transform:none;box-shadow:none}.product-tab:active,.product-tab:focus,.product-tab:focus-visible{outline:0!important;border:none!important;box-shadow:none!important;-webkit-tap-highlight-color:transparent!important}.product-tab-icon,.product-tab.active::after{display:none}.product-tab-title{font-size:.16rem;margin-bottom:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.products-content{min-height:auto}.product-content-item{flex-direction:column;gap:.3rem;position:relative!important}.product-content-item:not(.active){display:none}.product-info{max-width:100%}.product-content-title{display:none}.product-content-desc{font-size:.14rem}.product-image{max-width:100%;order:-1}.btn-learn-more{padding:.12rem .4rem;font-size:.14rem}}@media (max-width:480px){.products-menu{grid-template-columns:repeat(4,1fr);gap:0;background:#fff;padding:.04rem;border-radius:.5rem}.product-tab{padding:.1rem .12rem;background:0 0;border:none;border-radius:.5rem;box-shadow:none;outline:0;-webkit-tap-highlight-color:transparent;user-select:none}.product-tab.active,.product-tab:hover{background:#ebf1ff;transform:none;box-shadow:none}.product-tab:active,.product-tab:focus,.product-tab:focus-visible{outline:0!important;border:none!important;box-shadow:none!important;-webkit-tap-highlight-color:transparent!important}.product-tab-icon,.product-tab.active::after{display:none}.product-tab-title{font-size:.14rem;margin-bottom:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-content-title{display:none}.product-image{order:-1}.product-info{display:flex;flex-direction:column;align-items:center}.btn-learn-more{padding:.12rem .4rem}}.section-features-detail{padding:100px 0;background:#fff}.feature-detail-item{display:flex;align-items:center;justify-content:center;gap:121px;margin-bottom:120px}.feature-detail-item:last-child{margin-bottom:60px!important}.features-navigation{display:none}.feature-detail-content{flex:1;max-width:420px}.feature-detail-title{font-size:26px;font-weight:500;color:#1f2937;margin-bottom:24px;line-height:1.3}.feature-detail-desc{font-size:19px;color:#6b7280;line-height:1.8;margin-bottom:30px}.feature-detail-list{margin-bottom:30px}.feature-detail-list-item{margin-bottom:24px;font-size:18px;color:#2b333f;line-height:1.8}.feature-detail-list-item:last-child{margin-bottom:0}.feature-detail-list-item h4{font-size:18px;font-weight:500;display:inline;margin:0}.feature-detail-list-item p{line-height:1.8;display:inline;margin:0}.feature-detail-actions{display:flex;gap:20px;align-items:center}.feature-detail-actions .btn{padding:14px 36px;font-size:16px;font-weight:600;border-radius:50px;border:none;cursor:pointer;transition:.3s}.feature-detail-actions .btn-primary{background:linear-gradient(131deg,#00ebd6 0,#02b3ce 23%,#0046d6 98%);color:#fff}.feature-detail-actions .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,180,216,.3)}.feature-detail-actions .btn-secondary{background:linear-gradient(135deg,#1e293b 0,#334155 100%);color:#fff}.feature-detail-actions .btn-secondary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(30,41,59,.3)}.feature-detail-image{flex:1;max-width:780px}.feature-detail-image img{width:100%;height:auto}@media (max-width:1024px){.section-features-detail{padding:.6rem 0 .8rem;position:relative}.feature-detail-item{display:none!important;flex-direction:column;gap:.1rem;margin-bottom:0}.feature-detail-item.active{display:flex!important;-webkit-backface-visibility:hidden;backface-visibility:hidden}.feature-detail-content{display:contents}.feature-detail-title{order:1;font-size:.18rem;text-align:center;width:100%;margin-bottom:0}.feature-detail-image{order:2;max-width:100%}.feature-detail-list{order:3;width:100%;margin-bottom:0}.feature-detail-actions{order:4;flex-direction:column;width:100%;align-items:center}.feature-detail-actions .btn-secondary{display:none}.feature-detail-actions .btn{padding:.12rem .4rem;font-size:.14rem}.feature-detail-list-item{line-height:1;margin-bottom:.04rem}.feature-detail-desc{font-size:.16rem}.feature-detail-list-item h4,.feature-detail-list-item p{font-size:.14rem}.features-navigation{display:flex;justify-content:center;align-items:center;gap:.3rem;margin-top:.2rem;padding:0 .2rem}.features-nav-btn{width:.5rem;height:.5rem;border-radius:50%;background:#fff;border:.02rem solid #e5e7eb;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;box-shadow:0 .02rem .08rem rgba(0,0,0,.1);touch-action:manipulation;-webkit-tap-highlight-color:transparent}.features-nav-btn:hover{background:#fff;border-color:#e5e7eb;transform:none}.features-nav-btn:active{background:#f3f4f6;border-color:var(--primary-color)}.features-nav-btn svg{width:.24rem;height:.24rem;fill:#6b7280;transition:none}.features-nav-btn:hover svg{fill:#6b7280}.features-nav-btn:active svg{fill:var(--primary-color)}}@media (max-width:480px){.feature-detail-item{margin-bottom:0}.feature-detail-title{font-size:.16rem}.feature-detail-actions .btn{padding:.12rem .4rem}}.section-use-cases{padding:0 0 80px;background:#fff}.use-cases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:60px}.use-cases-navigation{display:none}.use-case-card{display:flex;flex-direction:column;justify-content:space-between;width:100%;max-width:388px;min-height:384px;cursor:pointer;border-radius:20px;padding:40px 25px;box-shadow:0 4px 20px rgba(0,0,0,.1);background-size:cover;background-position:center;background-repeat:no-repeat}.use-case-card[data-scene=website]{background-image:url(/wp-content/uploads/2025/12/use-case-website.png),linear-gradient(135deg,#d4f4e7 0,#a7e9c8 100%)}.use-case-card[data-scene=kuaishou]{background-image:url(/wp-content/uploads/2025/12/use-case-kuaishou.png),linear-gradient(135deg,#ffe4d9 0,#ffc9b1 100%)}.use-case-card[data-scene=douyin]{background-image:url(/wp-content/uploads/2025/12/use-case-douyin.png),linear-gradient(135deg,#e5e7eb 0,#d1d5db 100%)}.use-case-card[data-scene=xiaohongshu]{background-image:url(/wp-content/uploads/2025/12/use-case-xiaohongshu.png),linear-gradient(135deg,#ffc9c9 0,#ff9d9d 100%)}.use-case-card[data-scene=tencent]{background-image:url(/wp-content/uploads/2025/12/use-case-tencent.png),linear-gradient(135deg,#dbe4ff 0,#b8c9ff 100%)}.use-case-card[data-scene=wechat-video]{background-image:url(/wp-content/uploads/2025/12/use-case-wechat-video.png),linear-gradient(135deg,#c7f5e8 0,#9be8d3 100%)}.use-case-card.active{position:relative}.use-case-card.active::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(255,255,255,.95) 85%);border-radius:20px;z-index:1;pointer-events:none}.use-case-card.active::after{content:'';position:absolute;left:-2px;right:-2px;top:50%;bottom:-2px;padding:2px;border-radius:0 0 20px 20px;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none;z-index:10}.use-case-card[data-scene=website].active::after{background:linear-gradient(to bottom,transparent 0,#36cfa8 100%)}.use-case-card[data-scene=kuaishou].active::after{background:linear-gradient(to bottom,transparent 0,#ff4b05 100%)}.use-case-card[data-scene=douyin].active::after{background:linear-gradient(to bottom,transparent 0,#85888d 100%)}.use-case-card[data-scene=xiaohongshu].active::after{background:linear-gradient(to bottom,transparent 0,#ff8e9f 100%)}.use-case-card[data-scene=tencent].active::after{background:linear-gradient(to bottom,transparent 0,#8ed2ff 100%)}.use-case-card[data-scene=wechat-video].active::after{background:linear-gradient(to bottom,transparent 0,#82deaf 100%)}.use-case-card.active .use-case-detail-list,.use-case-card.active .use-case-front{position:relative;z-index:2}.use-case-card.active .use-case-detail-list{display:block}.bg-green{width:160px;height:4px;background:linear-gradient(117deg,rgba(25,68,75,.41) 0,rgba(25,68,75,0) 100%),linear-gradient(to right,#19444b 0,#19444b 35px,transparent 35px)}.bg-orange{width:195px;height:4px;background:linear-gradient(117deg,rgba(255,75,5,.46) 0,rgba(255,75,5,0) 100%),linear-gradient(to right,#ff4b05 0,#ff4b05 35px,transparent 35px)}.bg-gray{width:195px;height:4px;background:linear-gradient(117deg,rgba(84,66,84,.46) 0,rgba(84,66,84,0) 100%),linear-gradient(to right,#544254 0,#544254 35px,transparent 35px)}.bg-red{width:195px;height:4px;background:linear-gradient(117deg,rgba(244,30,61,.46) 0,rgba(244,30,61,0) 100%),linear-gradient(to right,#f41e3d 0,#f41e3d 35px,transparent 35px)}.bg-blue{width:195px;height:4px;background:linear-gradient(117deg,rgba(2,41,129,.46) 0,rgba(2,41,129,0) 100%),linear-gradient(to right,#022981 0,#022981 35px,transparent 35px)}.bg-green-light{width:195px;height:4px;background:linear-gradient(117deg,rgba(9,191,98,.46) 0,rgba(9,191,98,0) 100%),linear-gradient(to right,#09bf62 0,#09bf62 35px,transparent 35px)}.use-case-title{font-size:21px;font-weight:600;color:#1f2937;margin-bottom:12px;line-height:1.4}.use-case-subtitle{font-size:16px;color:#022981;line-height:1.6;margin-top:6px}.use-case-subtitle.color-teal{color:#19444b}.use-case-subtitle.color-orange{color:#ff6b35}.use-case-subtitle.color-dark{color:#544254}.use-case-subtitle.color-red{color:#ff4757}.use-case-subtitle.color-blue{color:#022981}.use-case-subtitle.color-green{color:#09bf62}.use-case-detail-list{list-style:none;display:none}.use-case-detail-list li{font-size:16px;color:#374151;position:relative}@media (max-width:1024px){.section-use-cases{padding:0 0 .8rem}.use-cases-grid{grid-template-columns:1fr;gap:.2rem}.use-case-card{display:none!important;height:auto;min-height:3.5rem;max-width:none;width:100%}.use-case-card.active{display:flex!important;-webkit-backface-visibility:hidden;backface-visibility:hidden}.use-case-card.active .use-case-detail-list{display:block}.use-case-title{font-size:.18rem}.use-case-detail-list li,.use-case-subtitle{font-size:.14rem}.use-cases-navigation{display:flex;justify-content:center;align-items:center;gap:.3rem;margin-top:.4rem;padding:0 .2rem}.use-cases-nav-btn{width:.5rem;height:.5rem;border-radius:50%;background:#fff;border:.02rem solid #e5e7eb;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;box-shadow:0 .02rem .08rem rgba(0,0,0,.1);touch-action:manipulation;-webkit-tap-highlight-color:transparent}.use-cases-nav-btn:hover{background:#fff;border-color:#e5e7eb;transform:none}.use-cases-nav-btn:active{background:#f3f4f6;border-color:var(--primary-color)}.use-cases-nav-btn svg{width:.24rem;height:.24rem;fill:#6b7280;transition:none}.use-cases-nav-btn:hover svg{fill:#6b7280}.use-cases-nav-btn:active svg{fill:var(--primary-color)}}@media (max-width:480px){.use-case-card{height:3.2rem}.use-case-title{font-size:.16rem}}.section-why-choose-us{padding:100px 0;background:linear-gradient(224deg,#2f3b5d 0,#38322f 100%)}.section-why-choose-us .section-title{color:#fff}.why-choose-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:60px}.why-choose-card{position:relative;width:291px;height:491px;border-radius:20px;overflow:hidden;cursor:pointer;background-size:cover;background-position:center;background-repeat:no-repeat;transition:.4s;box-shadow:0 4px 20px rgba(0,0,0,.1)}.why-choose-card::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(17,0,61,.76) 0,rgba(0,0,0,.55) 100%);border-radius:20px;z-index:1;transition:background .4s;pointer-events:none}.why-choose-card:hover::before{background:linear-gradient(180deg,rgba(0,0,0,.48) 0,rgba(0,19,82,.92) 84%)}.why-choose-card[data-feature=omnichannel]{background-image:url(/wp-content/uploads/2025/12/why-bg-1.png)}.why-choose-card[data-feature=intelligent]{background-image:url(/wp-content/uploads/2025/12/why-bg-2.png)}.why-choose-card[data-feature=data]{background-image:url(/wp-content/uploads/2025/12/why-bg-3.png)}.why-choose-card[data-feature=deep-qa]{background-image:url(/wp-content/uploads/2025/12/why-bg-4.png)}.why-choose-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(0,0,0,.2)}.card-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.card-icon{width:120px;height:120px;display:flex;align-items:center;justify-content:center;transition:.4s}.card-icon img{width:60px;height:60px}.why-choose-card:hover .card-icon{transform:scale(1.1)}.card-title{font-size:26px;font-weight:700;color:#fff;margin-bottom:16px;line-height:1.4;transition:.3s}.card-description{font-size:16px;color:rgba(255,255,255,.85);line-height:1.8;transition:.3s}.why-choose-card:hover .card-title{color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3)}.why-choose-card:hover .card-description{color:rgba(255,255,255,.95);text-shadow:0 2px 8px rgba(0,0,0,.2)}@media (max-width:1024px){.section-why-choose-us{padding:.6rem 0}.why-choose-grid{grid-template-columns:1fr;gap:.2rem;margin-top:.4rem}.why-choose-card{width:100%;height:1.22rem;pointer-events:none;cursor:default}.why-choose-card:hover{transform:none;box-shadow:0 4px 20px rgba(0,0,0,.1)}.why-choose-card:hover::before{background:linear-gradient(180deg,rgba(17,0,61,.76) 0,rgba(0,0,0,.55) 100%)}.why-choose-card:hover .card-icon{transform:none}.why-choose-card:hover .card-title{color:#fff;text-shadow:none}.why-choose-card:hover .card-description{color:rgba(255,255,255,.85);text-shadow:none}.card-content{padding:.2rem;justify-content:center;align-items:flex-start;text-align:left}.card-icon{display:none}.card-title{font-size:.18rem;margin-bottom:.08rem}.card-description{font-size:.14rem}.section-news{display:none}}@media (max-width:480px){.why-choose-grid{grid-template-columns:1fr;gap:.16rem}.why-choose-card{height:1.22rem}.card-content{padding:.24rem .16rem}.card-icon{width:.8rem;height:.8rem;margin-bottom:.2rem}.card-icon img{width:.4rem;height:.4rem}.card-title{font-size:.16rem;margin-bottom:.12rem}.card-description{font-size:.12rem}}.section-news{padding:100px 0;background:#fff}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:60px}.news-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.08);transition:.3s;cursor:pointer}.news-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.news-link{display:block;text-decoration:none;color:inherit}.news-link:hover{text-decoration:none}.no-posts-message{grid-column:1/-1;text-align:center;padding:60px 20px}.no-posts-message p{font-size:18px;color:#9ca3af}.news-image{position:relative;width:100%;height:280px;overflow:hidden;background:linear-gradient(135deg,#667eea 0,#764ba2 100%)}.news-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.news-card:hover .news-image img{transform:scale(1.05)}.news-content{padding:30px 24px;background:#fff}.news-title{font-size:21px;font-weight:600;color:#1f2937;line-height:1.5;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:3rem}.news-card:hover .news-title{color:#1890ff}.news-date{display:block;font-size:14px;color:#9ca3af;margin-bottom:12px}.news-excerpt{font-size:16px;color:#6b7280;line-height:1.7;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media (max-width:1024px){.section-news{padding:.6rem 0}.news-grid{grid-template-columns:1fr;gap:.2rem;margin-top:.4rem}.news-image{height:2.2rem}.news-content{padding:.2rem .18rem}.news-title{font-size:.18rem}.news-excerpt{font-size:.14rem}.carousel-item[data-bg=slide1]{background-image:url(/wp-content/uploads/2025/12/hero-bg-1-mobile.png),linear-gradient(135deg,#0a0e27 0,#1a3a52 50%,#2d5a6e 100%)}.carousel-item[data-bg=slide2]{background-image:url(/wp-content/uploads/2025/12/hero-bg-2-mobile.png),linear-gradient(135deg,#1a1a2e 0,#16213e 50%,#0f3460 100%)}.carousel-item[data-bg=slide3]{background-image:url(/wp-content/uploads/2025/12/hero-bg-3-mobile.png),linear-gradient(135deg,#2c1a3b 0,#3d2c52 50%,#4a3f6b 100%)}.section-products{background-image:url(/wp-content/uploads/2025/12/products-bg-mobile.png)}.why-choose-card[data-feature=omnichannel]{background-image:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%),url(/wp-content/uploads/2025/12/why-bg-1-mobile.png)}.why-choose-card[data-feature=intelligent]{background-image:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%),url(/wp-content/uploads/2025/12/why-bg-2-mobile.png)}.why-choose-card[data-feature=data]{background-image:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%),url(/wp-content/uploads/2025/12/why-bg-3-mobile.png)}.why-choose-card[data-feature=deep-qa]{background-image:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%),url(/wp-content/uploads/2025/12/why-bg-4-mobile.png)}}@media (max-width:480px){.news-image{height:2rem}.news-content{padding:.18rem .16rem}.news-title{font-size:.16rem}.news-date{font-size:.12rem}.news-excerpt{font-size:.14rem}}