@charset "UTF-8";.header{position:fixed;top:0;left:0;right:0;z-index:1000;transition:background-color .3s ease,box-shadow .3s ease}.header .container{padding:0 32px}.header.scrolled{background:#fff!important;box-shadow:0 1px #d7d8d9!important}.header__content{display:flex;align-items:center;justify-content:space-between;height:64px;padding:0 16px;max-width:1440px;margin:0 auto}@media(max-width:767px){.header__content{padding:0}}.header__logo{display:flex;align-items:center;text-decoration:none}.header__logo-img{height:30px;width:auto}@media(min-width:768px){.header__logo-img{width:102px;height:auto}}.header__logo-img{transition:transform .3s ease-in-out}.header__logo-img:hover{transform:scale(1.05)}.header__nav{display:none}@media(min-width:768px){.header__nav{display:flex;align-items:center;gap:0;flex:1;justify-content:flex-start;margin-left:60px}}.header__nav a{color:#222;font-size:16px;font-weight:400;text-decoration:none;transition:color .3s ease-in-out;position:relative;padding:21px 20px;display:flex;align-items:center}.header__nav a:hover,.header__nav a.active{color:#315bf4;font-weight:500}.header__nav a:after{display:none}.header__nav .nav-dropdown{position:relative;display:flex;align-items:center}.header__nav .nav-dropdown-trigger{display:flex;align-items:center;gap:6px;padding:21px 20px;cursor:pointer;color:#222;font-size:16px;font-weight:400;transition:color .3s ease-in-out}.header__nav .nav-dropdown-trigger:hover,.header__nav .nav-dropdown-trigger.active{color:#2a57f4;font-weight:500}.header__nav .nav-dropdown-trigger .dropdown-arrow{position:absolute;bottom:4px;left:50%;margin-left:-6px;width:12px;height:12px;transition:transform .3s}.header__nav .nav-dropdown-trigger .dropdown-arrow.active{color:#2a57f4;transform:rotate(180deg)}.header__nav .nav-dropdown-menu{transform:translate(-30%);position:absolute;top:100%;left:0;background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;padding:12px 16px;min-width:328px;z-index:100;border:1px solid #f0f0f0;animation:fadeIn .2s ease-out}.header__nav .nav-dropdown-menu a{display:block;padding:10px;font-size:14px;color:#222;transition:all .2s;cursor:pointer;height:65px}.header__nav .nav-dropdown-menu a:hover{background:#f5f5f5;font-weight:400}.header__nav .nav-dropdown-menu p:first-child{margin-bottom:4px;font-size:14px;color:#000;font-weight:500}.header__nav .nav-dropdown-menu p:last-child{font-size:12px;color:#888}.header__actions{display:none}@media(min-width:768px){.header__actions{display:flex;align-items:center;gap:20px}}.header__search{width:200px;height:40px;background:#fff6;border:1px solid #E9E9E9;border-radius:2px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;transition:all .3s}.header__search:hover,.header__search:focus-within{border-color:#d9d9d9}.header__search .search-input{border:none;background:transparent;outline:none;width:100%;height:100%;font-size:14px;color:#333}.header__search .search-input::placeholder{color:#bbb}.header__search .search-icon{width:16px;height:16px;opacity:.8;margin-left:8px}.header__lang{position:relative;cursor:pointer}.header__lang .lang-trigger{display:flex;align-items:center;gap:8px;font-size:16px;color:#222;padding:8px 0}.header__lang .lang-trigger .lang-arrow{width:12px;height:12px;transition:transform .3s}.header__lang .lang-trigger .lang-arrow.active{transform:rotate(180deg)}.header__lang .lang-trigger:hover{color:#1890ff}.header__lang .lang-dropdown{position:absolute;top:100%;right:0;background:#fff;border-radius:4px;box-shadow:0 4px 12px #0000001a;padding:8px 0;min-width:100px;z-index:100;border:1px solid #f0f0f0;animation:fadeIn .2s ease-out}.header__lang .lang-dropdown .lang-item{padding:8px 16px;font-size:14px;color:#222;transition:all .2s}.header__lang .lang-dropdown .lang-item:hover{background:#f5f5f5;color:#1890ff}.header__lang .lang-dropdown .lang-item.active{color:#1890ff;background:#e6f7ff}.header__contact-btn{display:none}@media(min-width:768px){.header__contact-btn{display:block;padding:10px 24px;background:#1890ff;color:#fff;border-radius:6px;font-size:14px;font-weight:500;transition:all .3s ease-in-out;border:none;cursor:pointer}}@media(min-width:768px){.header__contact-btn:hover{background:#40a9ff;transform:translateY(-1px);box-shadow:0 4px 12px #1890ff4d}}.header__hamburger{display:flex;flex-direction:column;justify-content:space-between;width:30px;height:21px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}@media(min-width:768px){.header__hamburger{display:none}}.header__hamburger .hamburger-line{width:100%;height:3px;background-color:#222;border-radius:3px;transition:all .3s ease-in-out}.header__hamburger.active .hamburger-line:nth-child(1){transform:translateY(9px) rotate(45deg)}.header__hamburger.active .hamburger-line:nth-child(2){opacity:0}.header__hamburger.active .hamburger-line:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.header__mobile-menu{position:fixed;inset:64px 0 0;background:#fff;padding:24px;transform:translate(100%);transition:transform .3s ease-in-out;display:flex;flex-direction:column;overflow-y:auto}.header__mobile-menu.active{transform:translate(0);box-shadow:-2px 0 8px #0000001a}.header__mobile-menu .mobile-nav{display:flex;flex-direction:column;gap:24px;align-items:center;margin-top:40px}.header__mobile-menu .mobile-nav a{font-size:16px;font-weight:500;color:#222;text-decoration:none;transition:color .3s}.header__mobile-menu .mobile-nav a:hover{color:#1890ff}.header__mobile-menu .mobile-nav .mobile-nav-dropdown{width:100%;display:flex;flex-direction:column;align-items:center}.header__mobile-menu .mobile-nav .mobile-nav-dropdown-trigger{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:16px;font-weight:500;color:#222;padding:0;transition:color .3s}.header__mobile-menu .mobile-nav .mobile-nav-dropdown-trigger:hover,.header__mobile-menu .mobile-nav .mobile-nav-dropdown-trigger.active{color:#1890ff}.header__mobile-menu .mobile-nav .mobile-nav-dropdown-trigger .dropdown-arrow{width:12px;height:12px;transition:transform .3s}.header__mobile-menu .mobile-nav .mobile-nav-dropdown-trigger .dropdown-arrow.active{transform:rotate(180deg)}.header__mobile-menu .mobile-nav .mobile-nav-dropdown-menu{display:flex;flex-direction:column;gap:16px;margin-top:16px;padding:16px;background:#f9f9f9;border-radius:8px;width:80%}.header__mobile-menu .mobile-nav .mobile-nav-dropdown-menu a{font-size:14px;font-weight:400;text-align:center;padding:8px 0}.header__mobile-menu .mobile-nav .mobile-nav-dropdown-menu a:hover{color:#1890ff}.header__mobile-menu .mobile-nav .mobile-actions{margin-top:20px;width:100%;display:flex;justify-content:center}.header__mobile-menu .mobile-nav .mobile-actions .mobile-lang{display:flex;align-items:center;gap:12px}.header__mobile-menu .mobile-nav .mobile-actions .mobile-lang button{background:none;border:none;font-size:16px;color:#666;cursor:pointer;padding:8px 16px}.header__mobile-menu .mobile-nav .mobile-actions .mobile-lang button.active{color:#1890ff;font-weight:500;background:#e6f7ff;border-radius:4px}.header__mobile-menu .mobile-nav .mobile-actions .mobile-lang .separator{color:#e9e9e9}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.consultation-cta{padding:0 0 44px;color:#222;text-align:center}.consultation-cta__content-wrapper{display:flex;flex-direction:row}@media(max-width:1199px){.consultation-cta__content-wrapper{flex-direction:column;gap:40px}}.consultation-cta__image-placeholder{flex:3;height:200px;background:#ffffff1a;border-radius:12px;margin-right:40px}@media(max-width:1199px){.consultation-cta__image-placeholder{margin-right:0;height:300px}}.consultation-cta__content{flex:2;text-align:center}.consultation-cta__title{margin-bottom:12px;font-weight:500;font-size:36px}@media(min-width:480px){.consultation-cta__title{font-size:32px}}.consultation-cta__subtitle{margin-bottom:70px;font-size:18px;color:#333}.consultation-cta__button{display:inline-flex;align-items:center;justify-content:center;padding:9px 24px;background:linear-gradient(90deg,#315bf4,#6e67f6 75%);color:#fff;border-radius:2px;font-size:16px;transition:all .3s ease-in-out;border:none;cursor:pointer}.consultation-cta__button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ffffff4d}.consultation-cta button img{width:0;height:20px;margin-left:0;opacity:0;transition:all .3s ease-in-out}.consultation-cta button:hover{box-shadow:0 4px 12px #00000026}.consultation-cta button:hover img{width:20px;margin-left:30px;opacity:1}.footer{background:url(/assets/footer-bg-CHmjKU7_.jpg) no-repeat;background-position:right;background-size:cover;color:#222;padding:56px 0 0;margin-top:auto}.footer__content{display:flex;justify-content:space-between;padding-top:44px;padding-bottom:40px;border-top:1px solid #D9DFEE}@media(max-width:479px){.footer__content{gap:32px;flex-direction:column}}@media(max-width:767px){.footer__content{gap:32px;flex-direction:column}}.footer__navigation{display:flex;justify-content:space-between;gap:45px}@media(max-width:479px){.footer__navigation{display:grid;grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.footer__navigation{display:grid;grid-template-columns:repeat(2,1fr)}}.footer__section{width:145px}.footer__section-title{font-size:18px;font-weight:500;margin-bottom:24px;color:#333}.footer__section:nth-child(3){width:158px}.footer__links{height:200px;display:flex;flex-direction:column;flex-wrap:wrap;list-style:none;padding:0;margin:0}@media(max-width:479px){.footer__links{height:auto}}.footer__links li{margin-bottom:18px}.footer__links a{color:#333;text-decoration:none;font-size:14px;transition:color .3s ease-in-out;opacity:.8}.footer__contact-info{display:flex;flex-direction:column}.footer__logo{width:150px;height:auto;margin-bottom:45px;object-fit:contain}@media(min-width:768px){.footer__logo{width:180px}}.footer__phone p{margin-bottom:16px;font-size:14px;color:#222}.footer__phone a{font-size:14px;text-decoration:none;transition:color .3s ease-in-out}.footer__phone a:hover{color:#1890ff}.footer__wechat{width:120px}.footer__wechat p{margin-top:6px;font-size:13px;color:#333c}.footer__wechat .wechat-qr .qr-placeholder{width:115px;height:115px;background:#d9d9d9;border-radius:2px;display:flex;align-items:center;justify-content:center;font-size:12px;color:#4f4f4fb3}.footer__wechat .wechat-tip{text-align:center}.footer__bottom{padding:24px 0;border-top:1px solid #D9DFEE}.footer__copyright{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:20px;text-align:center;font-size:12px;margin:0}.floating-toolbar{position:fixed;right:20px;bottom:100px;display:flex;flex-direction:column;gap:17px;z-index:1000;width:36px}.floating-toolbar .toolbar-section{width:100%;border-radius:18px;display:flex;flex-direction:column;align-items:center;box-shadow:0 4px 10px #0000001a}.floating-toolbar .blue-section{background-color:#315bf4;color:#fff;height:110px;padding-top:5px;cursor:pointer;transition:transform .3s}.floating-toolbar .blue-section:hover{transform:translateY(-2px)}.floating-toolbar .blue-section .icon-circle{width:28px;height:28px;background:url(/static/kefu.png) no-repeat;background-size:contain;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-bottom:6px}.floating-toolbar .blue-section .text-vertical{display:flex;flex-direction:column;font-size:13px;line-height:1.2;font-weight:500}.floating-toolbar .blue-section .text-vertical span{display:block;text-align:center}.floating-toolbar .white-section{background-color:#fff;color:#333;padding:10px 0;min-height:150px;justify-content:space-between}.floating-toolbar .white-section .toolbar-item{display:flex;flex-direction:column;align-items:center;cursor:pointer;width:100%;padding:5px 0;position:relative;text-decoration:none;color:inherit}.floating-toolbar .white-section .toolbar-item:hover .icon-box{transform:scale(1.1)}.floating-toolbar .white-section .toolbar-item:hover .popup{opacity:1;visibility:visible;transform:translateY(-20%) translate(0)}.floating-toolbar .white-section .toolbar-item .icon-box{width:26px;height:26px;display:flex;justify-content:center;align-items:center;margin-bottom:4px;transition:transform .2s}.floating-toolbar .white-section .toolbar-item .icon-box img{width:100%;height:100%;object-fit:contain}.floating-toolbar .white-section .toolbar-item .text-vertical{display:flex;flex-direction:column;line-height:1.1}.floating-toolbar .white-section .toolbar-item .text-vertical span{display:block;text-align:center}.floating-toolbar .white-section .toolbar-item .text-horizontal{text-align:center;white-space:nowrap}.floating-toolbar .white-section .toolbar-item .small-text{font-size:11px;font-weight:500}.floating-toolbar .white-section .toolbar-item .small-text-xs{font-size:10px;font-weight:500}.floating-toolbar .white-section .toolbar-item .popup{position:absolute;right:100%;top:18px;transform:translateY(-50%) translate(10px);margin-right:15px;background-color:#fff;border:1px solid #EAEAEA;border-radius:4px;box-shadow:0 4px 12px #0000001a;padding:12px;white-space:nowrap;opacity:0;visibility:hidden;transition:all .3s ease;z-index:1001;pointer-events:none}.floating-toolbar .white-section .toolbar-item .popup .popup-content{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#222;font-size:13px}.floating-toolbar .white-section .toolbar-item .popup .popup-arrow{position:absolute;right:-6px;top:50%;margin-top:-6px;width:10px;height:10px;background-color:#fff;border-top:1px solid #EAEAEA;border-right:1px solid #EAEAEA;transform:rotate(45deg)}.floating-toolbar .white-section .toolbar-item .popup.trial-popup{width:126px;white-space:initial}.floating-toolbar .white-section .toolbar-item .popup.phone-popup .popup-content{align-items:flex-start;gap:4px}.floating-toolbar .white-section .toolbar-item .popup.phone-popup .popup-content .label{font-size:13px;color:#222}.floating-toolbar .white-section .toolbar-item .popup.phone-popup .popup-content .number{font-size:16px;font-weight:500;color:#ff6b00}.floating-toolbar .white-section .toolbar-item .popup.wechat-popup{transform:translateY(-40%) translate(0)}.floating-toolbar .white-section .toolbar-item .popup.wechat-popup .popup-content{align-items:start}.floating-toolbar .white-section .toolbar-item .popup.wechat-popup .popup-content .qr-placeholder{width:114px;height:114px;background-color:#f0f0f0;display:flex;align-items:center;justify-content:center}.floating-toolbar .white-section .toolbar-item .popup.wechat-popup .popup-content .qr-placeholder .qr-code-mock{width:80px;height:80px;background-color:#333;mask:url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3 3h6v6H3V3zm2 2v2h2V5H5zM3 15h6v6H3v-6zm2 2v2h2v-2H5zM15 3h6v6h-6V3zm2 2v2h2V5h-2zM3 11h2v2H3v-2zm4 0h2v2H7v-2zm8 0h2v2h-2v-2zm4 0h2v2h-2v-2zm-8 8h2v2h-2v-2zm4 0h2v2h-2v-2z"/></svg>') no-repeat center/contain}.floating-toolbar .white-section .toolbar-item .popup.wechat-popup .popup-content .title{font-size:13px;color:#222;line-height:18px}.floating-toolbar .white-section .toolbar-item .popup.wechat-popup .popup-content .label{margin-bottom:4px;font-size:10px;color:#666}.floating-toolbar .white-section .divider{width:22px;height:1px;background-color:#e6e6e6;margin:5px auto}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;color:#222;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer;border:none;outline:none}.container{width:100%;margin:0 auto;padding:0 16px}@media(min-width:480px){.container{max-width:480px}}@media(min-width:768px){.container{max-width:768px;padding:0 24px}}@media(min-width:1200px){.container{max-width:1200px;padding:0 32px}}@media(min-width:1440px){.container{max-width:1440px;padding:0 120px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideInDown{0%{transform:translateY(-30px);opacity:0}to{transform:translateY(0);opacity:1}}.fade-in{animation:fadeIn .3s ease-in-out}.slide-in-up{animation:slideInUp .3s ease-in-out}.slide-in-down{animation:slideInDown .3s ease-in-out}button{display:flex;align-items:center;justify-content:center}button img{width:0;height:20px;margin-left:0;opacity:0;transition:all .3s ease-in-out}button:hover{box-shadow:0 4px 12px #00000026}button:hover img{width:20px;margin-left:30px;opacity:1}@media(max-width:479px){button{padding:6px 16px!important;font-size:12px!important}}.animated-section{opacity:0}.animated-section.fadeIn{animation:fadeIn .3s ease-in-out forwards}.animated-section.slideInUp{animation:slideInUp .3s ease-in-out forwards}.animated-section.slideInDown{animation:slideInDown .3s ease-in-out forwards}.animated-section.slideInLeft{animation:slideInLeft .3s ease-in-out forwards}.animated-section.slideInRight{animation:slideInRight .3s ease-in-out forwards}@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)}}.hero{background:#e9e9e9;color:#000;text-align:center;min-height:490px;display:flex;align-items:center}@keyframes textCycle{0%{transform:translateY(100%);opacity:0}10%{transform:translateY(0);opacity:1}40%{transform:translateY(0);opacity:1}50%{transform:translateY(-100%);opacity:0}50.01%{transform:translateY(100%);opacity:0}to{transform:translateY(100%);opacity:0}}@keyframes layoutCycle{0%,49%{height:auto;overflow:visible}50%,to{height:0;overflow:hidden}}.home-page .hero{align-items:flex-start;min-height:698px;background:url(/assets/home-top-banner-bg-EMEG_IUQ.jpg) no-repeat;background-size:cover}@media(max-width:767px){.home-page .hero{padding-bottom:20px}}@media(max-width:479px){.home-page .hero__cta{margin-top:20px}}.home-page .hero__banner{position:absolute;right:140px;bottom:-40px;width:600px;z-index:0}@media(max-width:479px){.home-page .hero__banner{display:none}}@media(max-width:1199px){.home-page .hero__banner{display:none}}@media screen and (min-width:1200px)and (-webkit-min-device-pixel-ratio:1.5){.home-page .hero__banner{right:50px}}.home-page .hero__animation{min-height:260px;position:relative;z-index:1}.home-page .hero__title{margin-top:162px;font-size:48px;margin-bottom:24px;font-weight:600;display:grid;grid-template-areas:"stack";overflow:hidden;text-align:left}.home-page .hero__title-emphasize{background:linear-gradient(90deg,#b694ff,#9c8cff,#ff6b00);-webkit-background-clip:text;background-clip:text;color:transparent}@media(min-width:768px){.home-page .hero__title{width:580px;font-size:60px;line-height:75px}}@media(min-width:430px)and (max-width:430px){.home-page .hero__title{font-size:40px}}.home-page .hero__cta{display:flex;align-items:center;justify-content:center;padding:10px 24px;background:linear-gradient(90deg,#315bf4,#6e67f6 75%);color:#fff;font-size:16px;font-weight:500;transition:all .3s ease-in-out;border:none;cursor:pointer}.home-page .hero__cta:hover{box-shadow:0 4px 12px #00000026}.home-page .hero__cta:hover img{width:20px;margin-left:30px;opacity:1}.home-page .hero__cta img{width:0;height:20px;margin-left:0;opacity:0;transition:all .3s ease-in-out}.home-page .hero__subtitle-container{display:grid;grid-template-areas:"stack";overflow:hidden;margin-bottom:0}.home-page .hero .hero-text-item{grid-area:stack;opacity:0;transform:translateY(100%);will-change:transform,opacity,height;animation:textCycle 8s cubic-bezier(.16,1,.3,1) infinite,layoutCycle 8s step-end infinite}.home-page .hero .hero-text-item.item-1{animation-delay:0s;height:auto;overflow:visible}.home-page .hero .hero-text-item.item-2{animation-delay:4s;height:0;overflow:hidden}.home-page .hero__subtitle{font-size:18px;margin-bottom:0;opacity:.95;text-align:left}@media(min-width:768px){.home-page .hero__subtitle{font-size:24px}}.home-page .feature-cards{padding:0;margin-top:74px}.home-page .feature-cards__grid{display:grid;grid-template-columns:1fr;background-color:#fff}@media(min-width:768px){.home-page .feature-cards__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1200px){.home-page .feature-cards__grid{grid-template-columns:repeat(4,1fr)}}.home-page .feature-cards .feature-card{background:#fff;padding:12px 20px;border-radius:0;box-shadow:none;transition:all .3s ease-in-out;border:none;min-height:118px;display:flex;flex-direction:column;justify-content:flex-start;position:relative}.home-page .feature-cards .feature-card:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:66px;background-color:#e6e6e6}.home-page .feature-cards .feature-card:last-child{padding:12px 14px}@media(min-width:768px){.home-page .feature-cards .feature-card:nth-child(2n):after{display:none}}@media(min-width:1200px){.home-page .feature-cards .feature-card:nth-child(2n):after{display:block}.home-page .feature-cards .feature-card:nth-child(4n):after{display:none}}@media(max-width:767px){.home-page .feature-cards .feature-card:after{display:none}}@media(min-width:1440px){.home-page .feature-cards .feature-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000014}}.home-page .feature-cards .feature-card__icon{display:none}.home-page .feature-cards .feature-card__title{text-align:left;margin-top:12px;font-size:16px;margin-bottom:12px;color:#222;font-weight:600;line-height:1.4}.home-page .feature-cards .feature-card__description{color:#666;line-height:1.6;font-size:13px;text-align:left}.home-page .xgos-section{position:relative;padding:95px 0;background:url(/assets/home-xgos-bg-CZfc3pd9.jpg) no-repeat;background-size:cover;background-position:top center;overflow:hidden}.home-page .xgos-section__icon{height:38px;margin-bottom:12px}.home-page .xgos-section__title{font-size:40px;margin-bottom:50px;color:#222;font-weight:500;text-align:left}.home-page .xgos-section__subtitle{font-size:16px;color:#666;margin-bottom:130px;max-width:380px;text-align:left}.home-page .xgos-section__content{margin-bottom:40px}.home-page .xgos-section__content .product-showcase{max-width:1000px;margin:0 auto}.home-page .xgos-section__cta{padding:10px 24px;background:linear-gradient(90deg,#315bf4,#6e67f6 75%);color:#fff;border-radius:2px;font-size:16px;font-weight:500;transition:all .3s ease-in-out;border:none;cursor:pointer}.home-page .xgos-section__bg{display:none}@media(max-width:479px){.home-page .xgos-section{padding:44px 0;background-size:contain;background-position:bottom right;background:linear-gradient(0deg,#fff,#eff4ff)}.home-page .xgos-section__icon{margin-bottom:6px;height:20px}.home-page .xgos-section__title{margin-bottom:18px;font-size:32px}.home-page .xgos-section__subtitle{margin-bottom:130px;width:45%;font-size:12px}.home-page .xgos-section__bg{display:block;position:absolute;right:-56px;bottom:14px;height:240px;z-index:0}.home-page .xgos-section__cta{position:relative;top:-28px;padding:6px 16px;font-size:12px}}.home-page .ai-solutions{padding:80px 0 53px;background:#f7f9fc;background:linear-gradient(180deg,#f5f7fa,#fff)}.home-page .ai-solutions__title{font-size:36px;margin-bottom:8px;font-weight:500;line-height:52px;color:#222;text-align:left}.home-page .ai-solutions__description{font-size:16px;line-height:1.6;color:#666;margin-bottom:47px;max-width:800px;text-align:left}.home-page .ai-solutions__cards{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:1200px){.home-page .ai-solutions__cards{grid-template-columns:repeat(3,1fr);gap:0}}.home-page .ai-solutions__card{background:#fff;overflow:hidden;display:flex;flex-direction:column;transition:all .3s ease-in-out}.home-page .ai-solutions__card:last-child{border-right:none}.home-page .ai-solutions__card-image{display:flex;align-items:center;justify-content:center;width:320px;height:258px;overflow:hidden;margin:50px auto 0}.home-page .ai-solutions__card-image img{width:100%;height:100%;object-fit:cover}.home-page .ai-solutions__card-content{padding:54px 36px 32px;flex:1;display:flex;flex-direction:column;align-items:flex-start}.home-page .ai-solutions__card-title{font-size:20px;font-weight:500;color:#222;margin-bottom:6px;display:flex;align-items:center}.home-page .ai-solutions__card-desc{font-size:13px;color:#666;line-height:22px;text-align:left}@media(max-width:479px){.home-page .ai-solutions__title{font-size:32px}.home-page .ai-solutions__description{font-size:12px}}.home-page .partners{padding:53px 0 80px;background:#fff;text-align:center;width:100%}.home-page .partners__title{font-size:36px;margin-bottom:64px;color:#222;font-weight:500;line-height:50px}.home-page .partners__grid{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:12px}.home-page .partners__row{display:flex;justify-content:center;flex-wrap:nowrap}.home-page .partners__row--offset{transform:translate(98px)}.home-page .partners .partner-logo{background:#fff;padding:0;display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out;border:none;width:109px;height:80px;flex-shrink:0;box-shadow:0 3px 20px #b1cdf133}.home-page .partners .partner-logo:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a}.home-page .partners .partner-logo img{width:100%;height:100%}.home-page .partners .partner-logo:hover img{filter:grayscale(0%);opacity:1}.about-page .hero{background:url(/assets/banner-BLTnJIrx.jpg) no-repeat left center;background-size:cover;min-height:320px;text-align:left}.about-page .hero .hero__title{margin-bottom:24px;font-size:46px;font-weight:600;color:#222}.about-page .hero .hero__subtitle{font-size:16px;color:#333;line-height:26px}.about-page .about-intro{padding:60px 24px 28px}@media(min-width:768px){.about-page .about-intro{padding:60px 0 68px}}@media(max-width:479px){.about-page .about-intro{padding-left:0;padding-right:0}}.about-page .about-intro .section-title{line-height:46px;font-size:32px;color:#222}.about-page .about-intro .intro-content{margin-top:16px}.about-page .about-intro .intro-text{margin-bottom:12px;font-size:14px;color:#333;line-height:26px}.about-page .about-intro .intro-image{margin-top:70px;width:100%;display:flex;justify-content:center;align-items:center;gap:24px}.about-page .about-intro .intro-image .image-placeholder{width:100%;height:120px;position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center}.about-page .about-intro .intro-image .image-placeholder:first-child{width:792px;background:url(/assets/intro-left-Bl2M3qPM.jpg) no-repeat left top;background-size:contain}.about-page .about-intro .intro-image .image-placeholder:last-child{width:384px;background:url(/assets/intro-right-ZvNyOGIE.jpg) no-repeat left top;background-size:contain}.about-page .about-intro .intro-image .image-placeholder span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#999;font-size:16px}.about-page .carousel .container{padding:0 120px}.about-page .about-patent{height:550px;background-color:#f9f9f9;background-image:url(/assets/intro-info-_BHRmpVQ.jpg);background-repeat:no-repeat;background-position:center center;background-size:cover;padding:24px}@media(min-width:768px){.about-page .about-patent{padding:60px 80px 0}}@media(max-width:479px){.about-page .about-patent{background-size:1000px;background-position:top center;background-image:none}}.about-page .about-patent .section-title{margin-bottom:18px;text-align:left;line-height:36px;font-size:32px;color:#222}.about-page .about-patent .section-title:nth-last-child(2){margin-bottom:42px}.about-page .about-culture{padding:28px 0;background:linear-gradient(0deg,#f1f5fd -4.55%,#f1f5fd00)}.about-page .about-culture .culture-grid{width:100%;display:flex;gap:40px;justify-self:center;flex:1;flex-direction:column}@media(min-width:768px){.about-page .about-culture .culture-grid{flex-direction:row}}.about-page .about-culture .culture-item{display:flex;flex-direction:column;height:100%}.about-page .about-culture .culture-item__text{font-size:16px;font-weight:500;line-height:1.4;color:#222;margin-bottom:8px}.about-page .about-culture .culture-item__divider{width:100%;height:1px;background-color:#cbcbcb;margin-bottom:8px;opacity:.5}.about-page .about-culture .culture-item__label{font-size:16px;font-weight:500;color:#666;margin:0;display:flex;align-items:center;gap:4px}.about-page .about-culture .culture-item__label img{width:8px;height:8px;display:block}.about-page .about-timeline{padding-top:60px;background:url(/assets/info-time-B7ZBwdCF.png) no-repeat top right}.about-page .about-timeline .sticky-content{position:sticky;top:0;overflow:hidden;display:flex;flex-direction:column;justify-content:center;padding-bottom:60px}@media(max-width:767px){.about-page .about-timeline .sticky-content{position:static;height:auto;overflow:visible;display:block;padding-bottom:0}}@media(min-width:768px){.about-page .about-timeline .container{padding:0 110px}}.about-page .about-timeline .section-title{line-height:32px;font-size:32px;font-weight:700;text-align:left;margin-bottom:100px;color:#222}.about-page .about-timeline .timeline-container{position:relative;padding-bottom:100px}.about-page .about-timeline .timeline-container.timeline-md{width:max-content;overflow:visible;padding-right:120px}.about-page .about-timeline .timeline-container.timeline-sm{overflow-x:hidden}.about-page .about-timeline .timeline-container::-webkit-scrollbar{height:6px}.about-page .about-timeline .timeline-container::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}@media(min-width:480px){.about-page .about-timeline .timeline-sm{display:none}}@media(max-width:767px){.about-page .about-timeline .timeline-md{display:none}}.about-page .about-timeline .timeline-track{position:absolute;top:0;left:14px;width:100%;height:1px;background:linear-gradient(90deg,#616161 70.12%,#9990);transform:translateY(-50%);z-index:1}.about-page .about-timeline .timeline-items{display:flex;justify-content:space-between;min-width:1200px;width:max-content;position:relative;z-index:2}@media(min-width:768px){.about-page .about-timeline .timeline-items:last-child .timeline-item:nth-of-type(2){margin-left:70px}}.about-page .about-timeline .timeline-item{position:relative;min-width:160px;margin-right:40px}.about-page .about-timeline .timeline-item .timeline-content{width:90%;padding-left:10px}.about-page .about-timeline .timeline-item .timeline-content .year{font-size:26px;font-weight:600;color:#222;margin-bottom:12px;line-height:1}.about-page .about-timeline .timeline-item .timeline-content .description-list{list-style:none;padding:0;margin:0}.about-page .about-timeline .timeline-item .timeline-content .description-list li{white-space:nowrap;font-size:12px;color:#666;line-height:1.6;margin-bottom:4px;position:relative;padding-left:10px}.about-page .about-timeline .timeline-item .timeline-content .description-list li:before{content:"•";position:absolute;left:0;color:#666}.about-page .about-timeline .timeline-item .timeline-marker{position:absolute;bottom:-12px;left:10px;width:12px;height:12px;background:url(/assets/icon-star-Gew_LY2G.png) no-repeat center center;background-size:100% 100%;z-index:4}.about-page .about-timeline .timeline-item.top .timeline-marker{bottom:-6px}.about-page .about-timeline .timeline-item.top .timeline-content{padding-bottom:30px}.about-page .about-timeline .timeline-item.bottom:first-child{margin-left:100px}.about-page .about-timeline .timeline-item.bottom .timeline-marker{top:-6px}.about-page .about-timeline .timeline-item.bottom .timeline-content{bottom:0;padding-top:30px}@media(max-width:767px){.about-page .about-timeline .timeline-container{overflow-x:hidden}.about-page .about-timeline .timeline-track{left:20px;top:0;bottom:0;width:2px;height:auto;min-width:auto;transform:none}.about-page .about-timeline .timeline-items{flex-direction:column;min-width:auto;padding:0}.about-page .about-timeline .timeline-item{min-width:auto;margin-bottom:40px;padding-left:40px}.about-page .about-timeline .timeline-item .timeline-marker{left:20px;top:0;transform:translate(-50%) rotate(45deg)}.about-page .about-timeline .timeline-item.top .timeline-content,.about-page .about-timeline .timeline-item.bottom .timeline-content{position:relative;top:auto;bottom:auto;padding:0}.about-page .about-timeline .timeline-item .timeline-content{width:100%}.about-page .about-timeline .timeline-item .timeline-content .year{font-size:28px;margin-bottom:8px}}@media(max-width:479px){.about-page .about-timeline .timeline-marker{left:9px!important}.about-page .about-timeline .timeline-track{top:4px;left:8px}}.about-page .concat-us{background-color:#f8f8f8;padding:40px 0}.about-page .concat-us .section-title{margin-bottom:94px;font-size:32px}.about-page .concat-us .office-list{display:flex;justify-content:space-between;gap:28px}@media(max-width:767px){.about-page .concat-us .office-list{flex-direction:column}}.about-page .concat-us .office-item{position:relative;width:280px;min-height:188px;flex:1;color:#222}.about-page .concat-us .office-item .office-title{margin-bottom:16px;font-size:20px}.about-page .concat-us .office-item .office-address{font-size:14px;line-height:20px;margin-bottom:24px}.about-page .concat-us .office-item img{position:absolute;bottom:0}@media(max-width:479px){.about-page .about-timeline .timeline-item .timeline-content .description-list li{font-size:12px!important}}.c-feature-grid{display:grid;grid-template-columns:1fr;box-shadow:0 6px 20px #b1c2d840;background-color:#fff;border:.6px solid #DCDCDC}@media(min-width:768px){.c-feature-grid--cols-2{grid-template-columns:repeat(2,1fr)}.c-feature-grid--cols-3{grid-template-columns:repeat(3,1fr)}.c-feature-grid--cols-4{grid-template-columns:repeat(4,1fr)}}.c-feature-grid .c-feature-card{padding:32px;transition:transform .3s ease;text-align:left;display:flex;flex-direction:column;min-height:323px;height:100%}.c-feature-grid .c-feature-card:not(:last-child){border-right:.6px solid #DCDCDC}@media(max-width:767px){.c-feature-grid .c-feature-card{min-height:160px;border-right:0!important;border-bottom:.6px solid #DCDCDC;justify-content:space-between}.c-feature-grid .c-feature-card .c-feature-card__icon{margin-bottom:40px}}@media(min-width:1440px){.c-feature-grid .c-feature-card:hover{transform:translateY(-5px)}}.c-feature-grid .c-feature-card__icon{margin-bottom:110px}.c-feature-grid .c-feature-card__icon-placeholder{width:52px;height:52px;background-color:#d8d8d8;border-radius:2px}.c-feature-grid .c-feature-card__title{font-size:18px;margin-bottom:6px;margin-top:0;font-weight:500}.c-feature-grid .c-feature-card__description{font-size:13px;line-height:22px;letter-spacing:1px}.c-feature-grid--transparent .c-feature-card{background-color:#ffffff1a}.c-feature-grid--transparent .c-feature-card__title{color:#222;font-size:20px}.c-feature-grid--transparent .c-feature-card__description{color:#666}.c-feature-grid--transparent .c-feature-card__icon-placeholder{background-color:#d8d8d8}.c-feature-grid--gray .c-feature-card{background-color:#d9d9d9}.c-feature-grid--gray .c-feature-card__title{color:#333}.c-feature-grid--gray .c-feature-card__description{color:#555}.c-feature-grid--gray .c-feature-card__icon-placeholder{background-color:#bbb}.c-feature-grid--dark-gray .c-feature-card{background-color:#888}.c-feature-grid--dark-gray .c-feature-card__title{color:#fff}.c-feature-grid--dark-gray .c-feature-card__description{color:#ffffffe6}.xgos-page .hero-content{display:flex;flex-direction:column;align-items:start}@media(max-width:479px){.xgos-page .hero-content{padding-left:0}}.xgos-page .hero{position:relative;min-height:510px;background:url(/assets/home-xgos-bg-Dio1ZnXA.jpg) center center/cover no-repeat;text-align:left;color:#222;overflow:hidden}.xgos-page .hero .hero-section__bg{display:none}@media(min-width:768px){.xgos-page .hero{padding:140px 0 120px}}@media(max-width:479px){.xgos-page .hero{background:linear-gradient(0deg,#fff,#eff4ff)}.xgos-page .hero .hero-section__bg{display:block;position:absolute;right:-56px;bottom:14px;height:240px;z-index:0}}.xgos-page .hero__icon{height:38px;margin-bottom:12px}@media(max-width:479px){.xgos-page .hero__icon{height:28px}}.xgos-page .hero__title{font-size:16px;margin-bottom:24px;font-weight:600;color:#222}@media(min-width:768px){.xgos-page .hero__title{font-size:46px}}@media(max-width:479px){.xgos-page .hero__title{margin-bottom:20px;margin-left:0;font-size:36px}}.xgos-page .hero__subtitle{font-size:16px;margin-bottom:0;line-height:22px;color:#333;line-height:26px}@media(max-width:479px){.xgos-page .hero__subtitle{margin-left:0;font-size:12px;line-height:20px}}.xgos-page .hero__button{background:#5a67d8;margin-top:100px;padding:8px 24px;color:#fff;border:none;border-radius:2px;font-size:16px;cursor:pointer;transition:background .3s ease}.xgos-page .hero__button:hover{background:#5a67d8}.xgos-page .c-feature-card .c-feature-card__icon{width:52px;min-height:52px}.xgos-page .xgos-section{padding:60px 0 40px;height:464px;background:url(/assets/xGOS-Twx4KEC7.jpg) center bottom/cover no-repeat;text-align:center}@media(min-width:768px){.xgos-page .xgos-section{height:720px}}@media(max-width:479px){.xgos-page .xgos-section{background-color:#f9fbff}}.xgos-page .xgos-section__title{font-size:32px;margin-bottom:6px;color:#222;font-weight:600}.xgos-page .xgos-section__subtitle{font-size:16px;color:#333;margin-bottom:60px;max-width:800px;margin-left:auto;margin-right:auto;line-height:20px}.xgos-page .xgos-section .mobile{display:none}@media(max-width:479px){.xgos-page .xgos-section{background-size:216%;background-position:50% 90%}.xgos-page .xgos-section__title{font-size:32px;display:none}.xgos-page .xgos-section__subtitle{font-size:12px}.xgos-page .xgos-section .mobile{display:block}}.xgos-page .xgos-section__content{margin-bottom:40px}.xgos-page .xgos-section__content .product-showcase{max-width:1000px;margin:0 auto}.xgos-page .xgos-section__content .product-showcase .showcase-placeholder{height:340px;background:linear-gradient(135deg,#f0f2f5,#e6e8eb);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#666;font-size:18px}.xgos-page .xgos-section__cta{padding:10px 24px;background:#1890ff;color:#fff;border-radius:2px;font-size:16px;transition:all .3s ease-in-out;border:none;cursor:pointer}.xgos-page .xgos-section__cta:hover{background:#40a9ff;transform:translateY(-2px);box-shadow:0 4px 12px #1890ff66}.xgos-page .xgos-intro{padding:64px 0;background:#f5f5f5}.xgos-page .xgos-intro__content{text-align:center;max-width:900px;margin:0 auto}.xgos-page .xgos-intro__title{font-size:18px;margin-bottom:24px;color:#222}.xgos-page .xgos-intro__description{font-size:14px;line-height:1.8;color:#666}.xgos-page .xgos-cases,.xgos-page .xgos-features,.xgos-page .xgos-platform{padding:80px 0 70px;color:#222}.xgos-page .xgos-cases .experience-btn,.xgos-page .xgos-features .experience-btn,.xgos-page .xgos-platform .experience-btn{min-height:42px;padding:8px 24px;background:linear-gradient(90deg,#315bf4,#6e67f6 75%);color:#fff;font-size:16px;cursor:pointer;transition:all .3s ease;border-radius:2px}.xgos-page .xgos-cases .experience-btn:hover,.xgos-page .xgos-features .experience-btn:hover,.xgos-page .xgos-platform .experience-btn:hover{background-color:#ffffff4d}.xgos-page .xgos-cases .features-header,.xgos-page .xgos-features .features-header,.xgos-page .xgos-platform .features-header{display:flex;flex-direction:column;gap:40px;margin-bottom:60px}@media(min-width:768px){.xgos-page .xgos-cases .features-header,.xgos-page .xgos-features .features-header,.xgos-page .xgos-platform .features-header{flex-direction:row;justify-content:space-between;align-items:flex-start}}.xgos-page .xgos-cases .features-header .header-left,.xgos-page .xgos-features .features-header .header-left,.xgos-page .xgos-platform .features-header .header-left{flex:1;max-width:500px;text-align:left}.xgos-page .xgos-cases .features-header .header-left h2,.xgos-page .xgos-features .features-header .header-left h2,.xgos-page .xgos-platform .features-header .header-left h2{font-size:36px;margin-bottom:8px;font-weight:500;color:#222}.xgos-page .xgos-cases .features-header .header-left p,.xgos-page .xgos-features .features-header .header-left p,.xgos-page .xgos-platform .features-header .header-left p{font-size:16px;margin-bottom:50px;color:#333}.xgos-page .xgos-cases .features-header .header-left .mobile,.xgos-page .xgos-features .features-header .header-left .mobile,.xgos-page .xgos-platform .features-header .header-left .mobile{display:none}@media(max-width:479px){.xgos-page .xgos-cases .features-header .header-left h2,.xgos-page .xgos-features .features-header .header-left h2,.xgos-page .xgos-platform .features-header .header-left h2{font-size:32px}.xgos-page .xgos-cases .features-header .header-left p,.xgos-page .xgos-features .features-header .header-left p,.xgos-page .xgos-platform .features-header .header-left p{margin-bottom:0;font-size:12px}.xgos-page .xgos-cases .features-header .header-left .experience-btn,.xgos-page .xgos-features .features-header .header-left .experience-btn,.xgos-page .xgos-platform .features-header .header-left .experience-btn{display:none}.xgos-page .xgos-cases .features-header .header-left .mobile,.xgos-page .xgos-features .features-header .header-left .mobile,.xgos-page .xgos-platform .features-header .header-left .mobile{display:block}}.xgos-page .xgos-cases .features-header .header-right,.xgos-page .xgos-features .features-header .header-right,.xgos-page .xgos-platform .features-header .header-right{margin-top:60px;flex:1;max-width:600px;letter-spacing:1px}.xgos-page .xgos-cases .features-header .header-right p,.xgos-page .xgos-features .features-header .header-right p,.xgos-page .xgos-platform .features-header .header-right p{font-size:14px;line-height:24px;opacity:.8;color:#333;text-align:left}@media(max-width:479px){.xgos-page .xgos-cases .features-header .header-right,.xgos-page .xgos-features .features-header .header-right,.xgos-page .xgos-platform .features-header .header-right{margin-top:0}.xgos-page .xgos-cases .features-header .header-right p,.xgos-page .xgos-features .features-header .header-right p,.xgos-page .xgos-platform .features-header .header-right p{font-size:12px}}.xgos-page .xgos-features{background:url(/assets/home-xos-bg-2-eUsOtZd5.jpg) center center/cover no-repeat;color:#222}.xgos-page .xgos-features .mobile{display:none}@media(max-width:479px){.xgos-page .xgos-features .mobile{display:flex}}.xgos-page .xgos-features .c-feature-card:nth-of-type(2) .c-feature-card__icon{width:150px}.xgos-page .xgos-platform{background:url(/assets/home-xgos-bg-4-ibpBFmV-.png) center center/cover no-repeat}.xgos-page .feature-item{padding:32px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease;text-align:center}.xgos-page .feature-item:hover{transform:translateY(-8px);box-shadow:0 4px 16px #00000026}.xgos-page .feature-item__icon{font-size:48px;margin-bottom:24px}.xgos-page .feature-item__title{font-size:16px;margin-bottom:16px;color:#222}.xgos-page .feature-item__description{font-size:12px;color:#333;line-height:1.6}.xgos-page .xgos-cases{padding:64px 0;background:#fff}.xgos-page .xgos-cases .c-feature-grid{overflow:hidden;background:url(/assets/home-xog-3-Cw2A2vsW.jpg) top left/cover no-repeat;box-shadow:0 6px 20px #b1c2d840}.xgos-page .xgos-cta{padding:96px 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.xgos-page .xgos-cta__content{text-align:center}.xgos-page .xgos-cta__title{font-size:18px;margin-bottom:24px;font-weight:700}.xgos-page .xgos-cta__subtitle{font-size:16px;margin-bottom:32px}.xgos-page .xgos-cta__button{padding:16px 64px;font-size:14px;background:#fff;color:#667eea;border:none;border-radius:4px;cursor:pointer;font-weight:600;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.xgos-page .xgos-cta__button:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}@media(min-width:768px){.solutions-page .container{padding:0 120px}}.solutions-page .hero-content{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.solutions-page .hero{min-height:510px;background:url(/assets/banner-bg-D5fgTn5G.jpg) center center/cover no-repeat}@media(min-width:768px){.solutions-page .hero{padding:160px 0 110px}}.solutions-page .hero__title{font-size:32px;margin-bottom:24px;font-weight:600}@media(min-width:768px){.solutions-page .hero__title{font-size:46px;color:#222}}@media(max-width:479px){.solutions-page .hero__title{font-size:36px}}.solutions-page .hero__subtitle{font-size:16px;margin-bottom:0;color:#333;width:510px}.solutions-page .hero__subtitle p{line-height:26px}@media(max-width:479px){.solutions-page .hero__subtitle{width:100%;font-size:12px}.solutions-page .hero__subtitle p{line-height:20px}}.solutions-page .hero__button{background:linear-gradient(90deg,#315bf4,#6e67f6 75%);margin-top:58px;padding:8px 24px;color:#fff;border:none;border-radius:2px;font-size:16px;cursor:pointer}.solutions-page .section-title{font-size:36px;font-weight:500;text-align:center;margin-bottom:18px;color:#222;line-height:52px}.solutions-page .section-subtitle{font-size:16px;color:#333;text-align:center;margin-bottom:70px;max-width:880px;margin-left:auto;margin-right:auto;line-height:26px}.solutions-page .mobile{display:none}@media(max-width:479px){.solutions-page .section-title{font-size:32px}.solutions-page .section-subtitle{display:none;font-size:12px;line-height:20px}.solutions-page .mobile{display:block}}.solutions-page .computing-solutions,.solutions-page .industry-solutions{padding:80px 0;background:#fff}.solutions-page .computing-solutions .section-header,.solutions-page .industry-solutions .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:60px}.solutions-page .computing-solutions .section-header .section-title,.solutions-page .industry-solutions .section-header .section-title{text-align:left;margin-bottom:0}.solutions-page .computing-solutions .section-header .section-cta-button,.solutions-page .industry-solutions .section-header .section-cta-button{padding:8px 24px;background:linear-gradient(90deg,#315bf4,#6e67f6 75%);color:#fff;border:none;border-radius:2px;cursor:pointer;font-size:16px;transition:background .3s}.solutions-page .computing-solutions .c-feature-grid,.solutions-page .industry-solutions .c-feature-grid{overflow:hidden;background:url(/assets/home-xog-3-Cw2A2vsW.jpg) top left/cover no-repeat;box-shadow:0 6px 20px #b1c2d840}@media(max-width:767px){.solutions-page .computing-solutions .c-feature-grid,.solutions-page .industry-solutions .c-feature-grid{background-position:top center}}.solutions-page .computing-solutions .c-feature-card,.solutions-page .industry-solutions .c-feature-card{min-height:300px;background-color:transparent}.solutions-page .computing-solutions .c-feature-card .c-feature-card__description,.solutions-page .industry-solutions .c-feature-card .c-feature-card__description{letter-spacing:0}@media(max-width:479px){.solutions-page .computing-solutions .c-feature-card,.solutions-page .industry-solutions .c-feature-card{margin-bottom:24px;min-height:220px}}.solutions-page .computing-solutions .c-feature-card__icon,.solutions-page .industry-solutions .c-feature-card__icon{width:52px}@media(min-width:1440px){.solutions-page .industry-solutions .c-feature-card:nth-child(2) .c-feature-card__description{white-space:nowrap}}.solutions-page .computing-solutions .c-feature-grid{box-shadow:0 6px 20px #b1c2d840}.solutions-page .domain-solutions{padding:80px 0;background:url(/assets/solutions-bg-CBzpvWWq.jpg) no-repeat;background-position:left top}.solutions-page .domain-solutions .section-subtitle{margin-bottom:50px}.solutions-page .domain-solutions .solutions-grid{display:grid;grid-template-columns:1fr;gap:18px 22px}@media(min-width:1200px){.solutions-page .domain-solutions .solutions-grid{grid-template-columns:repeat(2,1fr)}}.solutions-page .domain-solutions .solution-card{background:#fff;overflow:hidden;display:flex;flex-direction:column;transition:all .3s ease;box-shadow:0 4px 30px #b1cdf140;height:100%}.solutions-page .domain-solutions .solution-card.shadow-1{box-shadow:0 4px 30px #b1cdf140}.solutions-page .domain-solutions .solution-card.shadow-2{box-shadow:0 4px 30px #f1d7b140}.solutions-page .domain-solutions .solution-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0000001a}.solutions-page .domain-solutions .solution-card .card-image{height:160px;background-color:#f5f7fa;background-size:cover;background-position:center}.solutions-page .domain-solutions .solution-card .card-image.membership-image{background:linear-gradient(135deg,#e3f2fd,#bbdefb)}.solutions-page .domain-solutions .solution-card .card-image.marketing-image{background:linear-gradient(135deg,#f3e5f5,#e1bee7)}.solutions-page .domain-solutions .solution-card .card-image.channel-image{background:linear-gradient(135deg,#e8f5e9,#c8e6c9)}.solutions-page .domain-solutions .solution-card .card-image.inventory-image{background:linear-gradient(135deg,#fff3e0,#ffe0b2)}.solutions-page .domain-solutions .solution-card .card-content{padding:24px;flex:1;display:flex;flex-direction:column}.solutions-page .domain-solutions .solution-card .card-title{font-size:26px;font-weight:600;margin-bottom:8px;color:#222}.solutions-page .domain-solutions .solution-card .card-brief{font-size:14px;color:#222;margin-bottom:20px}.solutions-page .domain-solutions .solution-card .card-divider{height:1px;background:#f1f1f1;margin-bottom:60px}.solutions-page .domain-solutions .solution-card .card-desc{font-size:14px;color:#3d3d3d;line-height:22px;margin-bottom:16px}.solutions-page .domain-solutions .solution-card .card-scenarios{font-size:13px;color:#3d3d3d;margin-bottom:16px;line-height:1.5}.solutions-page .domain-solutions .solution-card .card-tags{display:flex;gap:8px;margin-top:auto}.solutions-page .domain-solutions .solution-card .card-tags .tag-content{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-top:auto}.solutions-page .domain-solutions .solution-card .card-tags .tag-label{font-size:13px;color:#333;white-space:nowrap}.solutions-page .domain-solutions .solution-card .card-tags .tag{padding:0 10px;line-height:26px;font-size:13px;text-align:center;background:#f5f5f5;border:1px solid #DCDCDC;color:#666;border-radius:1px}.solutions-page .domain-solutions .card-desc,.solutions-page .domain-solutions .card-scenarios,.solutions-page .domain-solutions .tag-label{padding-left:14px;background-image:url(/assets/icon-star-2-N7nnfsvB.png);background-repeat:no-repeat;background-position:left 5px;background-size:10px 10px}.industry-practice-page .container{position:relative}.industry-practice-page .hero{position:relative;align-items:center;min-height:328px;background:url(/assets/banner_bg_1-Bn0_hGkQ.jpg) no-repeat;background-size:cover}@media(min-width:768px){.industry-practice-page .hero,.industry-practice-page .hero .container{min-height:528px}}.industry-practice-page .hero .container{min-height:328px}.industry-practice-page .hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:200px;background:linear-gradient(180deg,#e7eefc 46.67%,#e7eefc00);pointer-events:none;z-index:2;display:none}@media(min-width:768px){.industry-practice-page .hero:before{display:block}}.industry-practice-page .hero:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:138px;background:linear-gradient(0deg,#e7eefc 46.67%,#e7eefc00);pointer-events:none;z-index:2}.industry-practice-page .hero__title{font-size:36px;margin-bottom:24px;font-weight:600;text-align:left;color:#222}@media(min-width:768px){.industry-practice-page .hero__title{font-size:46px}}.industry-practice-page .hero__subtitle{font-size:16px;margin-bottom:0;color:#333;text-align:left;width:375px;line-height:26px}.industry-practice-page .hero__subtitle p{margin:8px 0}.industry-practice-page .hero .hero-content{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;min-height:328px;position:relative;z-index:1}@media(max-width:1199px){.industry-practice-page .hero .hero-content{flex-direction:column;align-items:flex-start;padding-left:20px;min-height:328px}}@media(max-width:767px){.industry-practice-page .hero .hero-content{padding-left:0;min-height:auto;padding-bottom:40px}}@media(max-width:479px){.industry-practice-page .hero .hero-content{margin-top:70px}}.industry-practice-page .hero .hero-content__left{flex:1;max-width:600px;margin-top:120px}@media(min-width:768px){.industry-practice-page .hero .hero-content__left{margin-top:0}}@media(max-width:767px){.industry-practice-page .hero .hero-content__left{margin-top:40px}}.industry-practice-page .hero .hero-content__right{position:relative;width:714px;height:360px;margin-right:50px;display:none}@media(min-width:768px){.industry-practice-page .hero .hero-content__right{display:block}}.industry-practice-page .hero .hero-content__right .scrolling-banner-container{width:100%;height:410px;overflow:hidden}.industry-practice-page .hero .hero-content__right .scrolling-banner-content{width:100%;animation:bannerScroll 30s linear infinite}.industry-practice-page .hero .hero-content__right .scrolling-banner-content:hover{animation-play-state:paused}.industry-practice-page .hero .hero-content__right .scrolling-banner-content img{display:block;width:100%;height:auto;object-fit:cover}@keyframes bannerScroll{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.industry-practice-page .section-title{font-size:32px;font-weight:600;text-align:center;margin-bottom:40px;color:#222}@media(min-width:768px){.industry-practice-page .section-title{font-size:32px}}.industry-practice-page .industry-overview{position:relative;padding:0;height:669px;background:#f9f9f9}@media(max-width:767px){.industry-practice-page .industry-overview{margin-top:60px;height:auto;padding-bottom:60px}}@media(max-width:479px){.industry-practice-page .industry-overview{margin-top:0}}.industry-practice-page .industry-overview .container{height:100%}.industry-practice-page .industry-overview .industry-bg-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0}.industry-practice-page .industry-overview .industry-bg-item{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity .8s ease-in-out;z-index:1}.industry-practice-page .industry-overview .industry-bg-item.active{opacity:1;z-index:2}.industry-practice-page .industry-overview .industry-tags{display:flex;flex-wrap:wrap;gap:0;justify-content:center;margin:0 auto 60px;z-index:10;width:100%;position:relative}.industry-practice-page .industry-overview .industry-tag{width:120px;padding:17px 0;background:#fff;color:#222;font-size:14px;font-weight:500;transition:all .3s ease;text-align:center;cursor:pointer}.industry-practice-page .industry-overview .industry-tag.active{background:#5a67d8;color:#fff;box-shadow:0 4px 12px #5a67d84d}@media(min-width:768px){.industry-practice-page .industry-overview .industry-tag:hover{background:#5a67d8;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #5a67d833}}.industry-practice-page .industry-overview .industry-display{min-height:400px;overflow:hidden;position:relative;transition:all .5s ease}@media(min-width:768px){.industry-practice-page .industry-overview .industry-display{min-height:480px}}.industry-practice-page .industry-overview .carousel-track{display:flex;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,1,.5,1)}.industry-practice-page .industry-overview .carousel-item{width:100%;flex-shrink:0;position:relative}.industry-practice-page .industry-overview .brand-showcase{height:100%;min-height:400px}@media(max-width:767px){.industry-practice-page .industry-overview .brand-showcase{flex-direction:column;padding:20px 0;text-align:left;gap:30px;min-height:auto}}.industry-practice-page .industry-overview .brand-other{position:absolute;bottom:0;left:120px;right:120px;margin-top:55px;border-top:1px solid rgba(255,255,255,.5);flex-direction:row;display:flex;align-items:center}@media(min-width:768px){.industry-practice-page .industry-overview .brand-other .brand-other-mobile{display:none}}@media(min-width:1200px)and (max-width:1439px){.industry-practice-page .industry-overview .brand-other{padding:12px 0;align-items:flex-start}}@media(max-width:1199px){.industry-practice-page .industry-overview .brand-other{flex-direction:column;align-items:flex-start;left:0;right:0}}.industry-practice-page .industry-overview .brand-other .brand-other-icons{display:flex;justify-content:space-between;align-items:center;height:94px;gap:34px}@media(min-width:1200px)and (max-width:1439px){.industry-practice-page .industry-overview .brand-other .brand-other-icons{flex-wrap:wrap;height:auto;gap:10px 34px}.industry-practice-page .industry-overview .brand-other .brand-other-icons .brand-other-title{width:100%}.industry-practice-page .industry-overview .brand-other .brand-other-icons .brand-item{width:80px}}@media(max-width:767px){.industry-practice-page .industry-overview .brand-other .brand-other-icons{display:none;flex-wrap:wrap;position:relative;left:0;right:0;margin-top:30px;width:100%;height:auto;padding-bottom:20px}.industry-practice-page .industry-overview .brand-other .brand-other-icons .brand-item{margin-bottom:10px}}@media(max-width:479px){.industry-practice-page .industry-overview .brand-other .brand-other-icons{justify-content:flex-start;padding-top:20px}.industry-practice-page .industry-overview .brand-other .brand-other-icons .brand-item{margin-bottom:0}.industry-practice-page .industry-overview .brand-other .brand-other-icons .brand-item img{height:30px}}@media(max-width:479px){.industry-practice-page .industry-overview .brand-other{position:relative;left:0;right:0}.industry-practice-page .industry-overview .brand-other .brand-other-title{margin:20px 0}}.industry-practice-page .industry-overview .brand-other-title{color:#fff;font-size:14px;white-space:nowrap}.industry-practice-page .industry-overview .brand-logo-wrapper{flex-shrink:0;display:none}.industry-practice-page .industry-overview .brand-logo-wrapper img{height:30px}@media(max-width:767px){.industry-practice-page .industry-overview .brand-logo-wrapper{width:100px;height:100px;margin:0 auto}}@media(max-width:479px){.industry-practice-page .industry-overview .brand-logo-wrapper{margin-top:20px}}@media(min-width:1440px){.industry-practice-page .industry-overview .brand-logo-wrapper{display:block}}.industry-practice-page .industry-overview .brand-logo-container{position:absolute;right:0;top:0}@media(max-width:767px){.industry-practice-page .industry-overview .brand-logo-container{position:relative;order:-1;width:100%;display:flex;justify-content:center;margin-bottom:20px}}.industry-practice-page .industry-overview .carousel-controls-wrapper{position:absolute;right:10px;top:180px;z-index:10}@media(max-width:767px){.industry-practice-page .industry-overview .carousel-controls-wrapper{position:relative;width:100%;margin-top:40px;right:auto;top:auto}}.industry-practice-page .industry-overview .brand-content{flex:1;color:#fff}.industry-practice-page .industry-overview .brand-title{font-size:32px;font-weight:500;margin:0 0 11px;line-height:45px}@media(max-width:767px){.industry-practice-page .industry-overview .brand-title{font-size:24px;line-height:1.4}}.industry-practice-page .industry-overview .brand-subtitle{font-size:12px;line-height:18px;margin:0;color:#fff;max-width:620px}@media(max-width:767px){.industry-practice-page .industry-overview .brand-subtitle{margin-right:0}}.industry-practice-page .industry-overview .brand-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:30px 60px;margin-top:108px;width:100%;max-width:500px}@media(max-width:767px){.industry-practice-page .industry-overview .brand-stats{display:grid;grid-template-columns:repeat(2,1fr);justify-content:start;gap:20px;width:100%;margin-top:30px}}@media(max-width:1199px){.industry-practice-page .industry-overview .brand-stats{margin-top:0}}@media(min-width:768px){.industry-practice-page .industry-overview .brand-stats{margin-top:30px}}@media(min-width:1440px){.industry-practice-page .industry-overview .brand-stats{margin-top:92px}}.industry-practice-page .industry-overview .stat-item{display:flex;flex-direction:column;width:100%;min-width:0}.industry-practice-page .industry-overview .stat-number{font-size:50px;font-weight:700;line-height:50px;color:#fff}.industry-practice-page .industry-overview .stat-number span>span{font-size:32px}@media(max-width:1199px){.industry-practice-page .industry-overview .stat-number{font-size:36px;line-height:1.2}.industry-practice-page .industry-overview .stat-number span>span{font-size:20px}}.industry-practice-page .industry-overview .stat-title{font-size:14px;color:#ffffffe6;text-shadow:0 1px 2px rgba(0,0,0,.15)}.industry-practice-page .industry-overview .carousel-controls{display:flex;flex-direction:column;align-items:center;gap:20px;flex-shrink:0}.industry-practice-page .industry-overview .carousel-controls:after{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:2px;height:100%;background:#ffffff4d;z-index:-1}@media(max-width:767px){.industry-practice-page .industry-overview .carousel-controls{flex-direction:row;width:100%;justify-content:center;margin-left:0;margin-top:20px}.industry-practice-page .industry-overview .carousel-controls:after{display:none}}.industry-practice-page .industry-overview .control-button{width:40px;height:40px;border-radius:50%;background:#fff3;border:1px solid rgba(255,255,255,.4);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.industry-practice-page .industry-overview .control-button:hover{background:#ffffff4d;transform:scale(1.05)}.industry-practice-page .industry-overview .control-button .icon{font-size:18px;line-height:1;display:block;margin-top:-2px}.industry-practice-page .industry-overview .indicators{display:flex;flex-direction:column;gap:50px}@media(max-width:767px){.industry-practice-page .industry-overview .indicators{flex-direction:row;gap:15px}}.industry-practice-page .industry-overview .indicator-item{position:relative;display:flex;align-items:center;cursor:pointer;opacity:.6;transition:all .3s ease}.industry-practice-page .industry-overview .indicator-item .brand-name{padding-left:30px;right:100%;top:50%;color:#fff;font-size:18px;font-weight:500;text-shadow:0 1px 2px rgba(0,0,0,.2);white-space:nowrap;margin-right:-4px}@media(max-width:767px){.industry-practice-page .industry-overview .indicator-item .brand-name{display:none}}.industry-practice-page .industry-overview .indicator-item.active{opacity:1}.industry-practice-page .industry-overview .indicator-item.active .indicator{display:block;background:#fff}.industry-practice-page .industry-overview .indicator-item:hover{opacity:.8}.industry-practice-page .industry-overview .indicator{display:none;position:absolute;left:0;width:2px;height:28px;background:#fff;border-radius:0;cursor:pointer;transition:all .3s ease;flex-shrink:0}@media(max-width:767px){.industry-practice-page .industry-overview .indicator{position:static;display:block;width:8px;height:8px;border-radius:50%;background:#ffffff80}}@media(max-width:767px){.industry-practice-page .industry-overview .indicator-item.active .indicator{background:#fff;width:20px;border-radius:4px}}#publishing .stat-item:nth-child(3) .stat-number{font-size:32px}#publishing .stat-item:nth-child(3) .stat-number span>span{font-size:50px}.news-page .hero-content{padding-left:100px;display:flex;flex-direction:column;align-items:center}@media(max-width:1199px){.news-page .hero-content{padding-left:20px}}.news-page .hero{min-height:510px;background:url(/assets/banner-D1l0Jxph.png) no-repeat center center;background-size:cover}.news-page .hero-content{margin-top:-40px}.news-page .hero__title{margin-left:-20px;font-size:46px;margin-bottom:24px;font-weight:600;color:#222}.news-page .hero__subtitle{font-size:16px;color:#333;margin-bottom:0;line-height:26px}.news-page .news-section{margin-top:-80px;padding:80px 0;background:#fff}.news-page .news-section .news-search{display:flex;justify-content:center;gap:12px;margin-bottom:40px;flex-wrap:wrap}.news-page .news-section .news-search .news-search-input{width:100%;max-width:400px;padding:12px 20px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;color:#222;transition:all .2s ease}.news-page .news-section .news-search .news-search-input::placeholder{color:#999}.news-page .news-section .news-search .news-search-input:focus{outline:none;border-color:#315bf4;box-shadow:0 0 0 3px #315bf41a}.news-page .news-section .news-search .news-search-btn{padding:12px 24px;background:#315bf4;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.news-page .news-section .news-search .news-search-btn:hover{background:#2848c8}.news-page .news-section .news-search .news-clear-btn{padding:12px 20px;background:#f0f0f0;color:#222;border:none;border-radius:8px;font-size:14px;cursor:pointer;transition:all .2s ease}.news-page .news-section .news-search .news-clear-btn:hover{background:#e0e0e0}.news-page .news-section .search-result-info{text-align:center;margin-bottom:30px;font-size:14px;color:#666}.news-page .news-section .no-results{grid-column:1/-1;text-align:center;padding:60px 20px}.news-page .news-section .no-results p{font-size:16px;color:#666;margin:0}.news-page .news-section .category-filter{display:flex;justify-content:center;gap:16px;margin-bottom:60px;flex-wrap:wrap}.news-page .news-section .category-filter .category-btn{padding:10px 24px;background:#fff;border:1px solid #e0e0e0;border-radius:24px;font-size:14px;color:#222;cursor:pointer;transition:all .3s ease}.news-page .news-section .category-filter .category-btn:hover{border-color:#5a67d8;color:#5a67d8}.news-page .news-section .category-filter .category-btn.active{background:#5a67d8;border-color:#5a67d8;color:#fff}.news-page .news-section .news-grid{margin-top:-80px;display:grid;grid-template-columns:1fr;gap:80px 24px;margin-bottom:60px}@media(min-width:768px){.news-page .news-section .news-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1200px){.news-page .news-section .news-grid{grid-template-columns:repeat(3,1fr)}}.news-page .news-section .news-card{background:#fff;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column;cursor:pointer;text-decoration:none}.news-page .news-section .news-card:hover .news-image img{transform:scale(1.1)}.news-page .news-section .news-card .news-image{position:relative;max-width:400px;height:256px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;overflow:hidden}.news-page .news-section .news-card .news-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .5s ease}.news-page .news-section .news-card .news-image .image-placeholder{font-size:24px;font-weight:600;color:#fff;text-align:center}.news-page .news-section .news-card .news-image .news-category{position:absolute;top:16px;left:16px;padding:6px 14px;background:#fffffff2;color:#315bf4;font-size:14px;font-weight:500;border-radius:20px}.news-page .news-section .news-card .news-content{padding:12px 0 0;flex:1;display:flex;flex-direction:column}.news-page .news-section .news-card .news-title{height:40px;font-size:14px;font-weight:600;margin:6px 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#222}.news-page .news-section .news-card .news-summary{font-size:14px;color:#666;line-height:1.8;margin:0 0 16px;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.news-page .news-section .news-card .news-footer{display:flex;justify-content:space-between;flex-direction:column;align-items:flex-start;margin-top:auto}.news-page .news-section .news-card .news-date{font-size:14px;color:#888}.news-page .news-section .news-card .read-more{background:none;border:none;color:#315bf4;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.news-page .news-section .news-card .read-more:hover{color:#4c51bf;transform:translate(3px)}.news-page .news-section .pagination{display:flex;justify-content:center;gap:12px;align-items:center}.news-page .news-section .pagination .page-btn{min-width:32px;height:32px;background:#fff;border:1px solid #e0e0e0;font-size:16px;color:#222;cursor:pointer;transition:all .2s ease}.news-page .news-section .pagination .page-btn.active{background:#222;border-color:#fff;color:#fff;border:0}.news-page .news-section .pagination .page-btn.disabled{opacity:.5;cursor:not-allowed}.news-detail-page .hero-content{padding-left:100px;display:flex;flex-direction:column;align-items:center}@media(max-width:1199px){.news-detail-page .hero-content{padding-left:20px}}.news-detail-page .hero{min-height:510px;background:url(/assets/banner-D1l0Jxph.png) no-repeat center center;background-size:cover}@media(min-width:768px){.news-detail-page .hero{padding:160px 0 120px}}.news-detail-page .hero__title{margin-left:-20px;font-size:16px;margin-bottom:24px;font-weight:600}@media(min-width:768px){.news-detail-page .hero__title{font-size:32px}}.news-detail-page .hero__subtitle{font-size:14px;margin-bottom:0;opacity:.95}.news-detail-page .hero__subtitle p{margin:8px 0}.news-detail-page .breadcrumb-section{margin-top:70px;background:#f8f9fa;padding:16px 0;border-bottom:1px solid #e9ecef}.news-detail-page .breadcrumb-section .breadcrumb{display:flex;align-items:center;font-size:14px}.news-detail-page .breadcrumb-section .breadcrumb a{color:#666;text-decoration:none;transition:color .2s ease}.news-detail-page .breadcrumb-section .breadcrumb a:hover{color:#315bf4}.news-detail-page .breadcrumb-section .breadcrumb .separator{margin:0 12px;color:#ccc}.news-detail-page .breadcrumb-section .breadcrumb .current{color:#222;font-weight:500}.news-detail-page .article-section{padding:60px 0;background:#fff}@media(min-width:768px){.news-detail-page .article-section{padding:80px 0}}.news-detail-page .article-section .article-header{max-width:800px;margin:0 auto 40px;text-align:center}.news-detail-page .article-section .article-header .article-category{display:inline-block;padding:6px 16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:14px;font-weight:500;border-radius:20px;margin-bottom:20px}.news-detail-page .article-section .article-header .article-title{font-size:24px;font-weight:700;color:#222;line-height:1.4;margin:0 0 20px}@media(min-width:768px){.news-detail-page .article-section .article-header .article-title{font-size:32px}}.news-detail-page .article-section .article-header .article-meta{display:flex;justify-content:center;gap:24px}.news-detail-page .article-section .article-header .article-meta .article-date{font-size:14px;color:#666}.news-detail-page .article-section .article-body{max-width:800px;margin:0 auto}.news-detail-page .article-section .article-content{font-size:16px;line-height:1.8;color:#222}.news-detail-page .article-section .article-content p{margin:0 0 24px}.news-detail-page .article-section .article-content p:last-child{margin-bottom:0}.news-detail-page .article-section .article-content h2{font-size:22px;font-weight:600;margin:40px 0 20px;color:#222}.news-detail-page .article-section .article-content h3{font-size:18px;font-weight:600;margin:32px 0 16px;color:#222}.news-detail-page .article-section .article-content ul,.news-detail-page .article-section .article-content ol{margin:0 0 24px;padding-left:24px}.news-detail-page .article-section .article-content ul li,.news-detail-page .article-section .article-content ol li{margin-bottom:8px}.news-detail-page .article-section .article-content blockquote{margin:24px 0;padding:16px 24px;background:#f8f9fa;border-left:4px solid #315BF4;font-style:italic;color:#666}.news-detail-page .article-section .article-content img{max-width:100%;height:auto;border-radius:8px;margin:24px 0}.news-detail-page .article-section .article-navigation{max-width:800px;margin:60px auto 0;display:flex;justify-content:space-between;gap:24px;padding-top:40px;border-top:1px solid #e9ecef}@media(max-width:767px){.news-detail-page .article-section .article-navigation{flex-direction:column}}.news-detail-page .article-section .article-navigation .nav-item{flex:1;padding:20px;background:#f8f9fa;border-radius:8px;text-decoration:none;transition:all .3s ease}.news-detail-page .article-section .article-navigation .nav-item:hover{background:#e9ecef;transform:translateY(-2px)}.news-detail-page .article-section .article-navigation .nav-item.prev{text-align:left}.news-detail-page .article-section .article-navigation .nav-item.next{text-align:right}.news-detail-page .article-section .article-navigation .nav-item.empty{background:transparent}.news-detail-page .article-section .article-navigation .nav-item .nav-label{display:block;font-size:12px;color:#666;margin-bottom:8px;text-transform:uppercase;letter-spacing:1px}.news-detail-page .article-section .article-navigation .nav-item .nav-title{display:block;font-size:14px;font-weight:500;color:#222;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(min-width:768px){.news-detail-page .article-section .article-navigation .nav-item .nav-title{font-size:16px}}.news-detail-page .related-section{padding:60px 0;background:#f8f9fa}@media(min-width:768px){.news-detail-page .related-section{padding:80px 0}}.news-detail-page .related-section .section-title{font-size:24px;font-weight:600;color:#222;text-align:center;margin:0 0 40px}@media(min-width:768px){.news-detail-page .related-section .section-title{font-size:28px}}.news-detail-page .related-section .related-grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:768px){.news-detail-page .related-section .related-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1200px){.news-detail-page .related-section .related-grid{grid-template-columns:repeat(3,1fr)}}.news-detail-page .related-section .related-card{background:#fff;border-radius:8px;overflow:hidden;text-decoration:none;transition:all .3s ease;border:1px solid #e9ecef}.news-detail-page .related-section .related-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.news-detail-page .related-section .related-card .related-image{width:100%;height:140px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center}.news-detail-page .related-section .related-card .related-image .image-placeholder{font-size:18px;font-weight:600;color:#fff}.news-detail-page .related-section .related-card .related-content{padding:20px}.news-detail-page .related-section .related-card .related-title{font-size:16px;font-weight:600;color:#222;line-height:1.5;margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-detail-page .related-section .related-card .related-date{font-size:14px;color:#666}.news-detail-page .not-found{text-align:center;padding:120px 20px}.news-detail-page .not-found h2{font-size:24px;color:#222;margin-bottom:24px}.news-detail-page .not-found .back-btn{padding:12px 32px;background:#315bf4;color:#fff;border:none;border-radius:8px;font-size:16px;cursor:pointer;transition:all .2s ease}.news-detail-page .not-found .back-btn:hover{background:#2848c8}.trial-page .hero-content{padding-left:100px;display:flex;flex-direction:column;align-items:center}@media(max-width:1199px){.trial-page .hero-content{padding-left:20px}}.trial-page .hero{min-height:510px}@media(min-width:768px){.trial-page .hero{padding:160px 0 120px}}.trial-page .hero__title{margin-left:-20px;font-size:16px;margin-bottom:24px;font-weight:600}@media(min-width:768px){.trial-page .hero__title{font-size:32px}}.trial-page .hero__subtitle{font-size:14px;margin-bottom:0;opacity:.95}.trial-page .hero__subtitle p{margin:8px 0}.trial-page .form-section{padding:60px 0 80px;background:url(/assets/bgdn1-BgGxL87O.jpg) no-repeat;background-size:cover;background-position:left top}@media(min-width:768px){.trial-page .form-section{padding:160px 0 80px}}.trial-page .form-layout{display:flex;flex-direction:column;gap:40px;max-width:1100px;margin:0 auto}@media(min-width:1200px){.trial-page .form-layout{flex-direction:row;gap:60px;align-items:stretch}}.trial-page .promo-side{flex:1;display:flex;align-items:center;justify-content:center}@media(min-width:1200px){.trial-page .promo-side{max-width:400px}}.trial-page .promo-content{text-align:center;padding:40px 20px}@media(min-width:1200px){.trial-page .promo-content{text-align:left;padding:40px}}.trial-page .promo-highlight{display:flex;align-items:baseline;justify-content:center;gap:8px;margin-bottom:16px}@media(min-width:1200px){.trial-page .promo-highlight{justify-content:flex-start}}.trial-page .promo-highlight .highlight-number{font-size:48px;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}@media(min-width:768px){.trial-page .promo-highlight .highlight-number{font-size:64px}}.trial-page .promo-highlight .highlight-text{font-size:18px;font-weight:600;color:#222}@media(min-width:768px){.trial-page .promo-highlight .highlight-text{font-size:20px}}.trial-page .promo-title{font-size:24px;font-weight:700;color:#222;margin:0 0 24px;line-height:1.4}@media(min-width:768px){.trial-page .promo-title{font-size:28px}}.trial-page .promo-badges{margin-bottom:20px}.trial-page .promo-badges .badge-item{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:20px;border:1px solid rgba(102,126,234,.2)}.trial-page .promo-badges .badge-item .badge-icon{font-size:14px;font-weight:700;color:#667eea}.trial-page .promo-badges .badge-item .badge-text{font-size:14px;color:#222;font-weight:500}.trial-page .promo-desc{font-size:14px;color:#666;line-height:1.8;margin:0}@media(min-width:768px){.trial-page .promo-desc{font-size:15px}}.trial-page .form-wrapper{flex:1;max-width:600px;margin:0 auto;background:#fff;border-radius:16px;padding:40px 32px;box-shadow:0 4px 24px #00000014}@media(min-width:768px){.trial-page .form-wrapper{padding:50px 60px}}@media(min-width:1200px){.trial-page .form-wrapper{margin:0}}.trial-page .form-header{text-align:center;margin-bottom:40px}.trial-page .form-header h2{font-size:24px;font-weight:600;color:#222;margin:0 0 12px}@media(min-width:768px){.trial-page .form-header h2{font-size:28px}}.trial-page .form-header p{font-size:14px;color:#666;margin:0}@media(min-width:768px){.trial-page .form-header p{font-size:16px}}.trial-page .trial-form .form-row{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}@media(min-width:768px){.trial-page .trial-form .form-row{flex-direction:row;gap:24px}}.trial-page .trial-form .form-group{flex:1}.trial-page .trial-form .form-group.full-width{width:100%;margin-bottom:20px}.trial-page .trial-form .form-group.code-group{flex:1}@media(min-width:768px){.trial-page .trial-form .form-group.code-group{max-width:calc(60% - 12px)}}.trial-page .trial-form .form-group label{display:block;font-size:14px;font-weight:500;color:#222;margin-bottom:8px}.trial-page .trial-form .form-group label .required{color:#e53935;margin-left:4px}.trial-page .trial-form .form-group input,.trial-page .trial-form .form-group textarea{width:100%;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;color:#222;transition:all .2s ease;box-sizing:border-box}.trial-page .trial-form .form-group input::placeholder,.trial-page .trial-form .form-group textarea::placeholder{color:#999}.trial-page .trial-form .form-group input:focus,.trial-page .trial-form .form-group textarea:focus{outline:none;border-color:#315bf4;box-shadow:0 0 0 3px #315bf41a}.trial-page .trial-form .form-group input.error,.trial-page .trial-form .form-group textarea.error{border-color:#e53935}.trial-page .trial-form .form-group input.error:focus,.trial-page .trial-form .form-group textarea.error:focus{box-shadow:0 0 0 3px #e539351a}.trial-page .trial-form .form-group textarea{resize:vertical;min-height:100px}.trial-page .trial-form .form-group .error-text{display:block;font-size:12px;color:#e53935;margin-top:6px}.trial-page .trial-form .code-input-wrapper{display:flex;gap:12px}.trial-page .trial-form .code-input-wrapper input{flex:1}.trial-page .trial-form .code-input-wrapper .get-code-btn{flex-shrink:0;padding:0 20px;background:#315bf4;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.trial-page .trial-form .code-input-wrapper .get-code-btn:hover:not(.disabled){background:#2848c8}.trial-page .trial-form .code-input-wrapper .get-code-btn.disabled{background:#ccc;cursor:not-allowed}.trial-page .trial-form .form-actions{margin-top:32px;text-align:center}.trial-page .trial-form .form-actions .submit-btn{width:100%;padding:14px 48px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}@media(min-width:768px){.trial-page .trial-form .form-actions .submit-btn{width:auto;min-width:200px}}.trial-page .trial-form .form-actions .submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #667eea66}.trial-page .trial-form .form-actions .submit-btn:disabled{opacity:.7;cursor:not-allowed}.trial-page .trial-form .form-actions .submit-btn.loading{position:relative;color:transparent}.trial-page .trial-form .form-actions .submit-btn.loading:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid white;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}.trial-page .success-message{text-align:center;padding:40px 20px}.trial-page .success-message .success-icon{width:80px;height:80px;margin:0 auto 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:40px}.trial-page .success-message h3{font-size:24px;font-weight:600;color:#222;margin:0 0 12px}.trial-page .success-message p{font-size:16px;color:#666;margin:0}@keyframes spin{to{transform:rotate(360deg)}}
