:root{--blue:#1677ff;--blue-dark:#0958d9;--text:#161b26;--muted:#697386;--line:#e8edf5;--pale:#f4f8ff;--font:"AlibabaSans","PingFang SC","Microsoft YaHei",sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--text);background:#fff;font-size:14px;line-height:1.6}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.wide{width:min(1420px,calc(100% - 64px));margin:0 auto}.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}

.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #edf0f5}.header-inner{height:52px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:9px;flex:none}.brand img{width:29px;height:29px;object-fit:contain}.brand strong{font-size:19px;letter-spacing:.02em}.nav{display:flex;align-items:center;gap:23px;flex:1}.nav a{position:relative;font-size:13px;white-space:nowrap}.nav a:hover,.header-actions a:hover{color:var(--blue)}.nav .has-submenu{display:inline-flex;align-items:center;gap:4px}.nav .has-submenu svg,.locale svg{width:10px;height:10px;fill:none;stroke:currentColor;stroke-width:1.4;flex:none}.hot{position:absolute;top:-12px;right:-9px;padding:0 4px;border-radius:5px 5px 5px 0;background:#ff4d4f;color:#fff;font-size:8px;font-style:normal;line-height:13px}.header-actions{display:flex;align-items:center;gap:21px;white-space:nowrap;font-size:13px}.locale{display:inline-flex;align-items:center;gap:4px}.search{position:relative;width:18px;height:18px;color:#758094}.search::before{content:"";position:absolute;left:3px;top:3px;width:7px;height:7px;border:1.5px solid currentColor;border-radius:50%}.search::after{content:"";position:absolute;left:11px;top:11px;width:5px;height:1.5px;background:currentColor;transform:rotate(45deg);transform-origin:left center}.btn{display:inline-flex;align-items:center;justify-content:center;height:36px;padding:0 19px;border:1px solid transparent;border-radius:4px;font-weight:500;transition:.18s}.btn.primary{background:var(--blue);color:#fff}.btn.primary:hover{background:var(--blue-dark);color:#fff}.btn.outline{border-color:var(--blue);color:var(--blue);background:#fff}.btn.large{width:142px;height:44px;font-size:15px}.nav-toggle{display:none;width:40px;height:40px;border:0;background:transparent}.nav-toggle span{display:block;width:20px;height:2px;margin:5px auto;background:#202733}.nav-toggle:focus{outline:none}.nav-toggle:focus-visible{outline:2px solid #91caff;outline-offset:2px;border-radius:5px}

.hero{height:350px;overflow:hidden;background:linear-gradient(90deg,#f4f8ff 0%,#f8fbff 45%,#eef5ff 100%)}.hero-inner{position:relative;height:100%;display:flex;align-items:center}.hero-copy{position:relative;z-index:2;width:47%;padding-left:75px}.hero h1{font-size:42px;line-height:1.25;letter-spacing:.025em;margin-bottom:14px}.hero-copy p{max-width:470px;color:#526174;font-size:15px;line-height:1.75}.hero-actions{display:flex;gap:16px;margin-top:22px}.hero-image{position:absolute;right:55px;top:0;width:58%;height:100%;object-fit:cover;object-position:center 57%;mix-blend-mode:multiply;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 18%,#000 100%);mask-image:linear-gradient(90deg,transparent 0,#000 18%,#000 100%)}
.hero-custom>a{display:block;width:100%;height:100%}.hero-custom img{width:100%;height:100%;object-fit:cover;object-position:center}

.home-content{padding:0 0 28px;background:linear-gradient(180deg,#fff 0,#f8fbff 42%,#f6faff 78%,#fff 100%)}.notice{height:58px;display:flex;align-items:center;gap:12px}.notice>span{color:var(--blue)}.notice strong{font-size:13px;font-weight:500;flex:1}.notice>a,.section-title>a{font-size:13px;color:#7c8798}.notice>a:hover,.section-title>a:hover{color:var(--blue)}.quick-products{display:grid;grid-template-columns:repeat(7,1fr);height:90px;padding:0 24px;background:#fff;border:1px solid #eef2f7;border-radius:7px;box-shadow:0 7px 22px rgba(35,74,130,.06)}.quick-products>a{display:flex;align-items:center;gap:12px;min-width:0}.quick-products svg{width:30px;height:30px;padding:5px;border-radius:50%;fill:none;stroke:var(--blue);stroke-width:1.8;background:#edf5ff;flex:none}.quick-products span{display:flex;flex-direction:column;min-width:0}.quick-products b{font-size:13px;white-space:nowrap}.quick-products small{color:#8b94a3;font-size:11px;white-space:nowrap;margin-top:2px}.content-section{padding-top:30px}.section-title{display:flex;align-items:center;justify-content:space-between;height:35px}.section-title h2{font-size:19px}.product-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.product-card{min-width:0;min-height:260px;padding:20px 18px;background:#fff;border:1px solid #edf1f6;box-shadow:0 7px 22px rgba(35,74,130,.04);transition:.2s}.product-card:hover{transform:translateY(-3px);border-color:#91caff;box-shadow:0 12px 28px rgba(35,74,130,.09)}.product-card h3{display:flex;align-items:center;gap:5px;font-size:15px;white-space:nowrap}.product-card h3 .product-region{flex:none;margin-left:auto;padding:2px 6px;border-radius:9px;background:#edf5ff;color:var(--blue);font-size:10px;font-weight:500}.product-card h3 svg{width:18px;height:18px;fill:none;stroke:var(--blue);stroke-width:2}.product-card>p{font-size:12px;color:#8b94a3;margin:6px 0 16px}.product-card ul{list-style:none;display:grid;gap:9px}.product-card li{display:flex;align-items:center;gap:6px;font-size:12px;color:#667085;white-space:nowrap}.product-card li svg{width:13px;height:13px;fill:none;stroke:#8fa0b6;stroke-width:1.6}.price{display:flex;align-items:baseline;margin:14px 0 7px;color:#ff5b4d}.price small{font-size:13px;margin-right:3px}.price strong{font-size:24px;font-weight:500}.price span{margin-left:4px;font-size:11px;color:#747f91}.product-card>a{color:var(--blue);font-size:12px;font-weight:600}

.solution-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.solution-grid article{position:relative;height:150px;overflow:hidden;padding:18px 16px;background:linear-gradient(135deg,#eff6ff,#fff);border:1px solid #dceaff;border-radius:6px}.solution-grid h3{position:relative;z-index:2;font-size:16px}.solution-grid p{position:relative;z-index:2;font-size:12px;color:#7f8999;margin-top:3px}.arrow{position:absolute;z-index:3;left:16px;bottom:15px;display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#d8eaff;color:var(--blue)}.solution-art{position:absolute;right:4px;bottom:0;width:150px;height:125px;background-image:url('/static/home/images/solution-scenes.png');background-size:750px 250px;background-repeat:no-repeat;background-position-y:-35px}.art-1{background-position-x:0}.art-2{background-position-x:-150px}.art-3{background-position-x:-300px}.art-4{background-position-x:-450px}.art-5{background-position-x:-600px}

.trust-bar{display:grid;grid-template-columns:repeat(5,1fr);height:82px;margin-top:30px;padding:0 42px;border-radius:7px;background:#eaf3ff}.trust-bar>div{display:flex;align-items:center;justify-content:center;gap:13px}.trust-bar i{color:var(--blue);font-size:27px;font-style:normal}.trust-bar span{display:flex;flex-direction:column}.trust-bar strong{font-size:17px}.trust-bar small{font-size:11px;color:#8791a1}

.site-footer{padding:28px 0 14px;background:#fff}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr) 1.1fr .85fr;gap:42px;padding-bottom:28px}.site-footer h4,.footer-group summary{font-size:14px;font-weight:600;margin-bottom:13px}.footer-group summary{list-style:none;cursor:default}.footer-group summary::-webkit-details-marker{display:none}.footer-group summary svg{display:none}.site-footer a,.site-footer p,.follow span{display:block;margin:7px 0;color:#687487;font-size:12px}.hotline strong{display:block;margin:7px 0;font-size:16px}.follow{text-align:center}.follow strong{display:block;margin-top:8px;font-size:12px}.qr{width:78px;height:78px;margin:0 auto;display:grid;place-items:center;overflow:hidden;border:1px solid #dce3ed;border-radius:4px;background:linear-gradient(135deg,#f3f7fc,#fff);color:#526174;font-size:11px;font-weight:600;line-height:1.5}.qr img{width:100%;height:100%;object-fit:contain}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-top:15px;border-top:1px solid #edf0f4;color:#8992a0;font-size:11px}.footer-bottom a{display:inline;margin:0;color:inherit;font-size:inherit}.filings{display:flex;align-items:center;justify-content:center;gap:12px;flex:1}.filings span{white-space:nowrap}

@media(max-width:1250px){.wide{width:min(1180px,calc(100% - 40px))}.nav{gap:14px}.nav a:nth-last-child(-n+3){display:none}.header-actions{gap:14px}.hero-copy{padding-left:30px}.quick-products{grid-template-columns:repeat(4,1fr);height:auto;padding:12px 20px}.quick-products>a{padding:10px}.quick-products>a:nth-child(n+5){display:none}.product-grid{grid-template-columns:repeat(3,1fr)}.solution-grid{grid-template-columns:repeat(3,1fr)}.solution-grid article:nth-child(n+4){display:none}}
@media(max-width:820px){.wide{width:min(100% - 32px,760px)}.site-header{position:relative}.header-inner{height:60px}.nav,.header-actions{display:none}.nav-toggle{display:block;margin-left:auto}.site-header.nav-open .header-inner{height:auto;min-height:60px;flex-wrap:wrap;padding-bottom:15px}.site-header.nav-open .nav{order:3;display:grid;grid-template-columns:1fr 1fr;flex:0 0 100%;gap:0;border-top:1px solid var(--line)}.site-header.nav-open .nav a{display:flex!important;align-items:center;justify-content:space-between;padding:11px}.site-header.nav-open .header-actions{order:4;display:flex;flex:0 0 100%;justify-content:flex-start}.search,.locale{display:none}.hero{height:auto}.hero-inner{min-height:560px;align-items:flex-start}.hero-copy{width:100%;padding:48px 10px 0}.hero h1{font-size:38px}.hero-image{right:-12%;top:250px;width:118%;height:320px}.hero-custom{height:auto}.hero-custom img{height:auto;min-height:180px;object-fit:cover}.notice{height:auto;min-height:58px}.notice>a{display:none}.quick-products{grid-template-columns:repeat(4,1fr)}.quick-products>a:nth-child(n+5){display:flex}.product-grid{grid-template-columns:1fr 1fr}.solution-grid{grid-template-columns:1fr 1fr}.solution-grid article:nth-child(n){display:block}.trust-bar{height:auto;grid-template-columns:1fr 1fr;padding:14px}.trust-bar>div{padding:12px}.trust-bar>div:last-child{grid-column:1/-1}.footer-grid{grid-template-columns:repeat(3,1fr)}.follow{display:none}.footer-bottom{align-items:flex-start;flex-direction:column}.filings{justify-content:flex-start;flex-wrap:wrap}}
@media(max-width:520px){.wide{width:min(100% - 24px,500px)}.brand strong{font-size:17px}.hero-inner{min-height:510px}.hero-copy{padding:36px 10px 0}.hero h1{font-size:30px;line-height:1.3}.hero-copy p{font-size:13px;line-height:1.7}.hero-copy br{display:none}.hero-actions{gap:10px;margin-top:20px}.btn.large{width:126px}.hero-image{right:-16%;top:260px;width:126%;height:255px}.quick-products{grid-template-columns:1fr 1fr;padding:10px 12px}.quick-products>a{padding:9px 6px}.quick-products>a:nth-child(n+5){display:none}.quick-products svg{width:28px;height:28px}.quick-products b{font-size:12px}.quick-products small{font-size:10px}.product-grid{grid-template-columns:1fr 1fr;gap:10px}.product-card{min-height:225px;padding:14px 12px}.product-card h3{font-size:13px;white-space:normal;line-height:1.35}.product-card h3 svg{width:16px;height:16px;flex:none}.product-card>p{min-height:32px;margin:5px 0 10px;font-size:11px;line-height:1.45}.product-card ul{gap:6px}.product-card li{font-size:11px;white-space:normal}.price{margin:11px 0 5px}.price strong{font-size:20px}.solution-grid{display:flex;gap:10px;overflow-x:auto;padding:0 1px 10px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.solution-grid article{display:block!important;flex:0 0 82%;height:145px;scroll-snap-align:start}.solution-grid::-webkit-scrollbar{height:3px}.solution-grid::-webkit-scrollbar-thumb{background:#c8d8ef;border-radius:3px}.trust-bar{grid-template-columns:repeat(6,1fr);padding:10px 6px}.trust-bar>div{grid-column:span 2;padding:10px 2px;justify-content:center;flex-direction:column;gap:3px;text-align:center}.trust-bar>div:nth-child(4){grid-column:2/span 2}.trust-bar>div:last-child{grid-column:4/span 2}.trust-bar i{font-size:21px;line-height:1}.trust-bar span{align-items:center}.trust-bar strong{font-size:14px;white-space:nowrap}.trust-bar small{font-size:9px;white-space:nowrap}.footer-grid{grid-template-columns:1fr 1fr;gap:26px 20px}.hotline{grid-column:1/-1}.footer-bottom span:nth-child(2){display:none}}
@media(max-width:360px){.quick-products small{display:none}.quick-products>a{gap:8px}.quick-products span{justify-content:center}.product-card{padding-inline:10px}.product-card h3{font-size:12px}.product-card li{font-size:10px}}
@media(max-width:520px){
  .site-header{position:sticky}.header-inner{height:56px}.brand img{width:27px;height:27px}.nav-toggle{width:36px;height:36px}
  .hero-inner{min-height:440px}.hero-copy{padding:26px 4px 0}.hero h1{font-size:28px;line-height:1.28;letter-spacing:0;margin-bottom:10px}.hero-copy br{display:block}.hero-copy p{max-width:350px;font-size:13px;line-height:1.65}.hero-actions{margin-top:16px}.btn.large{width:136px;height:40px;font-size:14px}.hero-image{left:50%;right:auto;top:190px;width:110vw;max-width:none;height:250px;transform:translateX(-50%);object-fit:cover;object-position:center 58%;opacity:.96;mix-blend-mode:multiply;-webkit-mask-image:linear-gradient(180deg,transparent 0,rgba(0,0,0,.12) 12%,#000 34%,#000 100%);mask-image:linear-gradient(180deg,transparent 0,rgba(0,0,0,.12) 12%,#000 34%,#000 100%)}
  .hero-custom img{width:100%;min-height:0;aspect-ratio:16/7;object-fit:cover}.notice{min-height:54px;padding:8px 0;gap:8px}.notice strong{font-size:12px;line-height:1.55}.quick-products{padding:8px 10px}.quick-products>a{min-height:54px;padding:7px 5px}.content-section{padding-top:24px}.section-title{height:38px}.section-title h2{font-size:18px}.section-title a{font-size:12px}
  .product-grid{display:flex;gap:10px;overflow-x:auto;padding:0 1px 10px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.product-card{display:block;flex:0 0 82%;min-height:235px;padding:16px 15px;scroll-snap-align:start}.product-card h3{font-size:14px}.product-card>p{min-height:0;margin:5px 0 12px}.product-card li{font-size:11px;white-space:nowrap}.product-grid::-webkit-scrollbar{height:3px}.product-grid::-webkit-scrollbar-thumb{background:#c8d8ef;border-radius:3px}
  .solution-grid article{flex-basis:88%}.trust-bar{margin-top:20px}.site-footer{padding-top:22px}.footer-grid{padding-bottom:22px}
}
@media(max-width:820px){
  body::after{content:"";position:fixed;z-index:45;inset:56px 0 0;background:rgba(15,30,54,.3);opacity:0;visibility:hidden;transition:opacity .22s ease,visibility .22s ease;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}body.menu-open{overflow:hidden}body.menu-open::after{opacity:1;visibility:visible}
  .header-inner,.site-header.nav-open .header-inner{height:56px;min-height:56px;padding-bottom:0;flex-wrap:nowrap}.nav-toggle span{transition:transform .2s ease,opacity .2s ease}.site-header.nav-open .nav-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-header.nav-open .nav-toggle span:nth-child(2){opacity:0}.site-header.nav-open .nav-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .nav,.header-actions{opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.nav,.site-header.nav-open .nav{position:fixed;z-index:52;top:56px;left:0;right:0;display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:10px 16px 64px;background:#fff;border-top:1px solid var(--line);box-shadow:0 14px 32px rgba(30,55,90,.13);transform:translateY(-10px)}.nav a,.site-header.nav-open .nav a{height:42px;padding:0 12px!important;border-radius:7px;background:#f6f9fd;font-size:14px}.nav .has-submenu{display:flex}.nav .has-submenu svg{width:11px;height:11px}.nav .hot{position:static;margin-left:6px;padding:0 5px;border-radius:8px;line-height:16px}.site-header.nav-open .nav{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}
  .header-actions,.site-header.nav-open .header-actions{position:fixed;z-index:53;top:260px;left:16px;right:16px;display:flex;gap:8px;justify-content:stretch;transform:translateY(-10px)}.header-actions>a{display:flex;flex:1;height:40px;margin:0;justify-content:center;align-items:center;border-radius:7px;background:#f6f9fd}.header-actions .btn{padding:0 12px;background:var(--blue);color:#fff}.site-header.nav-open .header-actions{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}
}
@media(max-width:520px){
  .hero-inner{min-height:410px}.hero-image{top:auto;bottom:-4px;left:56%;width:90vw;height:205px;opacity:.9;object-fit:contain;object-position:center bottom;-webkit-mask-image:linear-gradient(180deg,transparent 0,#000 30%,#000 88%,transparent 100%);mask-image:linear-gradient(180deg,transparent 0,#000 30%,#000 88%,transparent 100%)}
}
.banner-carousel{position:relative;height:350px;overflow:hidden;background:#f4f8ff}.banner-track,.banner-slide,.banner-media,.banner-media picture,.banner-media img{position:absolute;inset:0;width:100%;height:100%}.banner-slide{opacity:0;visibility:hidden;pointer-events:none;transition:opacity .55s ease,visibility .55s ease}.banner-slide.is-active{opacity:1;visibility:visible;pointer-events:auto}.banner-media{z-index:0;background:#f4f8ff}.banner-media picture{display:block}.banner-media img{object-fit:cover;object-position:center center}.banner-default::after,.banner-slide.has-copy::after{content:"";position:absolute;z-index:1;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(244,248,255,.99) 0%,rgba(244,248,255,.92) 25%,rgba(244,248,255,.42) 43%,rgba(244,248,255,0) 57%)}.banner-copy{position:relative;z-index:3;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-left:75px;pointer-events:none}.banner-copy h1{font-size:42px;line-height:1.25;letter-spacing:.025em;margin-bottom:14px}.banner-copy p{max-width:470px;color:#526174;font-size:15px;line-height:1.75}.banner-copy .hero-actions{pointer-events:auto}.banner-arrow{position:absolute;z-index:6;top:50%;display:grid;place-items:center;width:38px;height:54px;margin-top:-27px;border:0;border-radius:5px;background:rgba(19,47,84,.16);color:#fff;font-size:34px;line-height:1;opacity:0;cursor:pointer;transition:.2s}.banner-carousel:hover .banner-arrow,.banner-arrow:focus-visible{opacity:1}.banner-prev{left:24px}.banner-next{right:24px}.banner-arrow:hover{background:rgba(19,47,84,.3)}.banner-dots{position:absolute;z-index:6;left:50%;bottom:15px;display:flex;gap:7px;transform:translateX(-50%)}.banner-dots button{width:8px;height:8px;border:0;border-radius:8px;background:rgba(38,73,117,.28);cursor:pointer;transition:.2s}.banner-dots button.is-active{width:24px;background:var(--blue)}
@media(max-width:1250px){.banner-copy{padding-left:30px}}
@media(max-width:820px){.banner-carousel{height:320px}.banner-arrow{display:none}.banner-media img{object-position:center 54%}.banner-default::after,.banner-slide.has-copy::after{background:linear-gradient(180deg,rgba(244,248,255,.96) 0%,rgba(244,248,255,.83) 42%,rgba(244,248,255,.32) 72%,rgba(244,248,255,.06) 100%)}.banner-copy{justify-content:flex-start;padding:28px 10px 0}.banner-copy h1{font-size:32px;line-height:1.25;letter-spacing:0;margin-bottom:10px}.banner-copy p{max-width:390px;font-size:14px;line-height:1.65}.banner-dots{bottom:10px}}
@media(max-width:520px){.banner-carousel{height:220px}.banner-default .banner-media{background:radial-gradient(circle at 78% 52%,#dcecff 0,#edf5ff 38%,#f4f8ff 70%)}.banner-media img,.banner-default .banner-media img{inset:0 0 0 auto;width:60%;height:100%;object-fit:contain;object-position:right center;transform:none}.banner-default::after,.banner-slide.has-copy::after{background:linear-gradient(90deg,rgba(244,248,255,1) 0%,rgba(244,248,255,.98) 43%,rgba(244,248,255,.77) 58%,rgba(244,248,255,.15) 100%)}.banner-copy{justify-content:center;padding:0 4px}.banner-copy h1{max-width:60%;font-size:22px;line-height:1.22;margin-bottom:7px;white-space:nowrap}.banner-copy p{max-width:58%;font-size:10px;line-height:1.45}.banner-copy .hero-actions{gap:6px;margin-top:9px}.banner-copy .btn.large{width:96px;height:32px;font-size:12px}.banner-dots{bottom:6px}}
@media(max-width:820px){
  body::after{inset:56px 0 0;background:rgba(15,27,48,.38);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}
  .nav,.site-header.nav-open .nav{top:56px;right:0;bottom:0;left:auto;width:min(88vw,360px);display:block;padding:10px 20px 150px;overflow-y:auto;background:#fff;border:0;box-shadow:-16px 18px 40px rgba(25,45,74,.16);transform:translateX(100%)}
  .nav a,.site-header.nav-open .nav a{height:48px;padding:0 2px!important;border-bottom:1px solid #edf1f6;border-radius:0;background:transparent;font-size:15px;font-weight:500}
  .nav a:first-child{justify-content:flex-start}.nav .hot{position:static;margin-left:auto;padding:0 7px;border-radius:9px;font-size:9px;line-height:18px}
  .nav .has-submenu svg{width:12px;height:12px;color:#8490a2;transform:rotate(-90deg)}
  .site-header.nav-open .nav{transform:translateX(0)}
  .header-actions,.site-header.nav-open .header-actions{top:auto;right:18px;bottom:18px;left:auto;width:min(calc(88vw - 36px),324px);display:grid;grid-template-columns:1fr 1fr;gap:8px;padding-top:12px;background:#fff;border-top:1px solid #edf1f6;transform:translateX(calc(100% + 38px))}
  .header-actions>a{height:38px;border:1px solid #e6ebf2;border-radius:6px;background:#f8faff;font-size:13px}.header-actions .btn{grid-column:1/-1;height:40px;border-color:var(--blue);background:var(--blue)}
  .site-header.nav-open .header-actions{transform:translateX(0)}
  .site-footer{padding:0 0 4px;background:#f6f8fc}.footer-grid{display:block;width:100%;padding:8px 16px 16px}.footer-group{background:#fff;border-bottom:1px solid #edf1f5}.footer-group:first-child{border-radius:10px 10px 0 0}.footer-group:nth-child(4){border-bottom:0;border-radius:0 0 10px 10px}.footer-group summary{height:52px;margin:0;padding:0 15px;display:flex;align-items:center;justify-content:space-between;font-size:14px;cursor:pointer}.footer-group summary svg{display:block;width:12px;height:12px;fill:none;stroke:#7d899a;stroke-width:1.6;transition:transform .2s ease}.footer-group[open] summary svg{transform:rotate(180deg)}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:0 18px;padding:0 15px 14px}.site-footer .footer-links a{margin:0;padding:7px 0;font-size:12px}.hotline{margin-top:12px;padding:15px 16px;border:1px solid #e9eef5;border-radius:10px;background:#fff}.site-footer .hotline h4{margin-bottom:8px}.site-footer .hotline p{margin:3px 0}.hotline strong{margin:4px 0;font-size:15px;color:var(--blue)}.follow{display:none}.footer-bottom{width:calc(100% - 32px);padding:16px 0 20px;align-items:center;flex-direction:column;gap:7px;text-align:center;font-size:10px}.footer-bottom>span:last-child{white-space:nowrap}.filings{justify-content:center}
}
@media(max-width:520px){.footer-grid{padding-inline:12px}.footer-bottom{width:calc(100% - 24px)}.footer-bottom span:nth-child(2){display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* ---- homepage configurable sections (v20260830) ---- */
.section-subtitle{margin-top:6px;font-size:13px;color:var(--muted)}
.news-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:16px}
.news-card{position:relative;display:flex;flex-direction:column;gap:8px;min-height:170px;padding:18px 16px;background:#fff;border:1px solid #edf1f6;box-shadow:0 7px 22px rgba(35,74,130,.04);transition:.2s}
.news-card:hover{border-color:var(--blue);transform:translateY(-2px)}
.news-card-date{font-size:11px;color:#98a2b3}
.news-card h3{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:14px;line-height:1.45}
.news-card p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:12px;color:#667085;line-height:1.5}
.news-card-tag{margin-top:auto;padding-top:8px;color:var(--blue);font-size:11px;font-weight:600}
.partner-logo-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:16px}
.partner-logo{display:flex;align-items:center;justify-content:center;height:64px;padding:10px 14px;background:#fff;border:1px solid #edf1f6;filter:grayscale(1);opacity:.85;transition:.2s}
.partner-logo:hover{filter:none;opacity:1;border-color:var(--blue)}
.partner-logo img{max-height:100%;max-width:100%;object-fit:contain}
.partner-logo span{font-size:13px;font-weight:600;color:#475467;letter-spacing:.03em;text-align:center}
.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:16px}
.testimonial-card{position:relative;padding:20px 18px;background:linear-gradient(160deg,#f6faff,#fff);border:1px solid #dceaff;border-radius:6px}
.testimonial-card .quote-mark{position:absolute;top:2px;right:14px;font-size:44px;font-family:Georgia,serif;color:#cfe1fb;line-height:1}
.testimonial-card p{font-size:13px;color:#344054;line-height:1.7}
.testimonial-card footer{display:flex;align-items:center;gap:8px;margin-top:14px}
.testimonial-card footer strong{font-size:13px}
.testimonial-card footer small{font-size:11px;color:#98a2b3}
.faq-list{display:grid;gap:10px;margin-top:16px;max-width:980px}
.faq-item{padding:0 18px;background:#fff;border:1px solid #edf1f6;border-radius:6px}
.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 0;font-size:14px;font-weight:600;cursor:pointer;list-style:none}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:1.6;flex:none;transition:.2s}
.faq-item[open] summary svg{transform:rotate(180deg)}
.faq-item p{padding:0 0 15px;font-size:13px;color:#667085;line-height:1.7}
.home-cta{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:30px;padding:34px 42px;border-radius:7px;background:linear-gradient(120deg,#0a2540,#134a8e);color:#fff}
.home-cta h2{font-size:22px}
.home-cta p{margin-top:6px;font-size:13px;color:#b9cde8}
.home-cta .btn.primary{background:#fff;border-color:#fff;color:#134a8e}
.home-cta .btn{flex:none}
@media(max-width:820px){.news-card-grid{grid-template-columns:1fr 1fr}.partner-logo-grid{grid-template-columns:repeat(3,1fr)}.testimonial-grid{grid-template-columns:1fr}.home-cta{flex-direction:column;text-align:center;padding:26px 20px}}
@media(max-width:520px){.news-card-grid{grid-template-columns:1fr}.partner-logo-grid{grid-template-columns:repeat(2,1fr)}.home-cta h2{font-size:18px}}

/* ---- approved homepage UI · PC V1 / mobile V3 (v20260831) ---- */
.footer-mobile-head{display:none}
.site-header{height:64px;border-bottom:1px solid #eef2f7;box-shadow:0 1px 0 rgba(15,42,76,.02)}
.header-inner{height:63px;gap:34px}
.brand img{width:32px;height:32px}
.brand strong{font-size:20px;font-weight:700;color:#172033}
.nav{gap:27px}
.nav a{display:inline-flex;align-items:center;gap:5px;color:#273044;font-size:14px}
.nav .hot{right:-13px}
.header-actions{font-size:14px}
.header-actions .btn{height:38px;padding-inline:22px;border-radius:6px}

.banner-carousel{height:420px;background:#f2f7ff}
.banner-media img{object-position:center center}
.banner-default::after,.banner-slide.has-copy::after{background:linear-gradient(90deg,rgba(243,248,255,.99) 0%,rgba(243,248,255,.94) 28%,rgba(243,248,255,.35) 48%,rgba(243,248,255,0) 62%)}
.banner-copy{padding-left:54px}
.banner-copy h1{max-width:560px;margin-bottom:18px;font-size:48px;font-weight:700;line-height:1.18;letter-spacing:.015em}
.banner-copy p{max-width:520px;color:#607089;font-size:16px;line-height:1.8}
.banner-copy .hero-actions{gap:14px;margin-top:28px}
.banner-copy .btn.large{width:154px;height:46px;border-radius:6px;font-size:15px}

.home-content{padding-bottom:46px;background:linear-gradient(180deg,#fff 0,#f7faff 26%,#f8fbff 70%,#fff 100%)}
.notice{height:54px;border-bottom:1px solid #f2f4f8}
.notice strong{font-size:13px;color:#293247}
.quick-products{height:96px;padding:0 30px;border-color:#e9eff7;border-radius:12px;box-shadow:0 12px 34px rgba(53,91,142,.07)}
.quick-products>a{gap:13px;padding:0 8px;border-radius:8px;transition:background .2s,transform .2s}
.quick-products>a:hover{background:#f6f9ff;transform:translateY(-1px)}
.quick-products svg{width:36px;height:36px;padding:8px}
.quick-products b{font-size:14px}
.quick-products small{font-size:11px;color:#929cad}
.content-section{padding-top:42px}
.section-title{height:38px}
.section-title h2{font-size:24px;letter-spacing:.01em}
.section-title>a{font-size:13px}

.product-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:16px;margin-top:14px}
.product-card{min-height:300px;padding:23px 20px;border-color:#e8edf5;border-radius:10px;box-shadow:0 10px 30px rgba(40,77,126,.045)}
.product-card h3{font-size:16px}
.product-card>p{margin:7px 0 18px;font-size:12px}
.product-card ul{gap:11px}
.product-card li{font-size:12px}
.price{margin:21px 0 8px}
.price strong{font-size:28px;font-weight:600}
.product-card>a{font-size:13px}
.product-grid--count-1 .product-card{display:grid;grid-template-columns:minmax(250px,1.2fr) minmax(320px,1.8fr) auto;grid-template-areas:"title features price" "desc features action";align-items:center;min-height:164px;padding:26px 32px}
.product-grid--count-1 .product-card h3{grid-area:title;align-self:end}
.product-grid--count-1 .product-card>p{grid-area:desc;align-self:start;margin:8px 0 0}
.product-grid--count-1 .product-card ul{grid-area:features;grid-template-columns:1fr 1fr;align-content:center;padding:0 34px;border-left:1px solid #edf1f6;border-right:1px solid #edf1f6}
.product-grid--count-1 .product-card .price{grid-area:price;align-self:end;margin:0 0 3px 32px}
.product-grid--count-1 .product-card>a{grid-area:action;align-self:start;margin-left:32px}

.solution-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin-top:14px}
.solution-grid .solution-card{position:relative;display:block;height:164px;overflow:hidden;padding:20px 18px;background:linear-gradient(140deg,#edf5ff 0%,#fff 72%);border:1px solid #dce8f8;border-radius:10px;transition:transform .2s,border-color .2s,box-shadow .2s}
.solution-grid .solution-card:hover{transform:translateY(-3px);border-color:#9bc5ff;box-shadow:0 14px 32px rgba(44,94,164,.09)}
.solution-grid .solution-card h3{position:relative;z-index:2;font-size:17px}
.solution-grid .solution-card p{position:relative;z-index:2;max-width:72%;margin-top:4px;color:#7d899a;font-size:12px}
.solution-grid .solution-card .arrow{left:18px;bottom:17px}
.solution-grid .solution-card .solution-art{right:-8px;bottom:-6px;transform:scale(.9);transform-origin:right bottom}

.news-card-grid,.testimonial-grid,.partner-logo-grid{margin-top:14px}
.news-card,.testimonial-card,.partner-logo,.faq-item{border-radius:10px}
.testimonial-card{padding:24px 22px}
.faq-list{max-width:none}
.faq-item{padding-inline:20px}

.trust-bar{height:94px;margin-top:42px;padding:0 32px;border:1px solid #dfebfb;border-radius:12px;background:linear-gradient(90deg,#eef6ff,#e8f2ff)}
.trust-bar>div{gap:14px}
.trust-bar i{font-size:25px}
.trust-bar strong{font-size:19px}
.trust-bar small{font-size:11px}
.home-cta{position:relative;isolation:isolate;overflow:hidden;margin-top:24px;padding:36px 44px;border-radius:14px;background:linear-gradient(110deg,#0969ee 0%,#1259dc 52%,#293fc7 100%);box-shadow:0 18px 38px rgba(27,87,193,.17)}
.home-cta::before,.home-cta::after{content:"";position:absolute;z-index:-1;border:1px solid rgba(255,255,255,.14);transform:rotate(30deg)}
.home-cta::before{right:17%;bottom:-70px;width:170px;height:170px;border-radius:34px}
.home-cta::after{right:5%;top:-78px;width:145px;height:145px;border-radius:50%}
.home-cta h2{font-size:26px}
.home-cta p{font-size:14px;color:#dce9ff}
.home-cta .btn.primary{min-width:154px;border-radius:7px}

.site-footer{padding:44px 0 18px;background:#101a2e;color:#fff}
.footer-grid{grid-template-columns:repeat(4,1fr) 1.25fr .85fr;gap:34px;padding-bottom:34px}
.site-footer h4,.footer-group summary{color:#fff;font-size:14px}
.site-footer a,.site-footer p,.follow span{color:#94a2ba}
.site-footer a:hover{color:#fff}
.hotline strong{color:#fff}
.qr{border-color:#35415a;background:#fff;color:#526174}
.footer-bottom{border-color:#27334a;color:#7f8da6}

@media(max-width:1250px){
  .wide{width:min(1160px,calc(100% - 40px))}
  .nav{gap:17px}.nav a:nth-last-child(-n+3){display:none}
  .banner-copy{padding-left:20px}.banner-copy h1{font-size:43px}
  .quick-products{grid-template-columns:repeat(4,1fr)}
  .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .solution-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .solution-grid .solution-card:nth-child(n+4){display:none}
  .product-grid--count-1{grid-template-columns:1fr}
}

@media(max-width:820px){
  body{background:#f4f7fb}
  .wide{width:min(100% - 28px,720px)}
  .site-header{height:60px;background:#fff}
  .header-inner,.site-header.nav-open .header-inner{height:59px;min-height:59px}
  .brand img{width:30px;height:30px}.brand strong{font-size:19px}
  .nav-toggle{display:block;width:38px;height:38px;margin-left:auto}
  body::after{inset:60px 0 0;background:rgba(10,25,50,.42)}
  .nav,.site-header.nav-open .nav{top:60px;width:min(86vw,350px);padding:12px 20px 154px}
  .nav a,.site-header.nav-open .nav a{height:50px;padding:0 4px!important;font-size:15px}
  .nav a:first-child{justify-content:space-between}
  .nav .hot{position:static;order:2;margin-left:auto;padding:0 7px;border-radius:10px;font-size:9px;line-height:18px}
  .header-actions,.site-header.nav-open .header-actions{right:18px;bottom:18px;width:min(calc(86vw - 36px),314px)}

  .banner-carousel{height:286px}
  .banner-media img,.banner-default .banner-media img{inset:0;width:100%;height:100%;object-fit:cover;object-position:center center}
  .banner-default::after,.banner-slide.has-copy::after{background:linear-gradient(90deg,rgba(241,247,255,.99) 0%,rgba(241,247,255,.94) 42%,rgba(241,247,255,.52) 66%,rgba(241,247,255,.08) 100%)}
  .banner-copy{justify-content:center;padding:0 2px}
  .banner-copy h1{max-width:62%;margin-bottom:9px;font-size:29px;line-height:1.2;white-space:normal}
  .banner-copy p{max-width:58%;font-size:12px;line-height:1.55}
  .banner-copy .hero-actions{gap:8px;margin-top:15px}
  .banner-copy .btn.large{width:116px;height:38px;font-size:13px}
  .banner-dots{bottom:8px}

  .home-content{padding-bottom:28px;background:#f8faff}
  .notice{min-height:50px;padding:8px 0;border:0;background:#fff}
  .quick-products{height:auto;grid-template-columns:repeat(4,1fr);gap:2px;padding:12px 8px;border:0;border-radius:0;box-shadow:none}
  .quick-products>a{min-height:72px;flex-direction:column;justify-content:center;gap:6px;padding:5px;text-align:center}
  .quick-products>a:nth-child(n+5){display:none}
  .quick-products svg{width:36px;height:36px;padding:8px}
  .quick-products span{align-items:center}.quick-products b{font-size:12px}.quick-products small{display:none}
  .content-section{padding-top:30px}
  .section-title h2{font-size:21px}.section-title>a{font-size:12px}
  .product-grid,.product-grid--count-1{display:grid;grid-template-columns:1fr;gap:0;margin-top:12px;overflow:visible;padding:0}
  .product-grid .product-card{display:block;min-height:0;padding:22px 20px;border-radius:12px}
  .product-grid .product-card:nth-child(n+2){display:none}
  .product-grid--count-1 .product-card h3,.product-grid--count-1 .product-card>p,.product-grid--count-1 .product-card ul,.product-grid--count-1 .product-card .price,.product-grid--count-1 .product-card>a{margin-left:0;border:0;padding:0}
  .product-card h3{font-size:16px}.product-card>p{margin:7px 0 16px;min-height:0;font-size:12px}.product-card ul{gap:10px}.product-card li{font-size:12px}.price{margin:18px 0 7px}.price strong{font-size:27px}
  .solution-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px;overflow:visible;padding:0}
  .solution-grid .solution-card,.solution-grid .solution-card:nth-child(n){display:block;min-width:0;height:132px;padding:15px 13px;border-radius:10px}
  .solution-grid .solution-card:nth-child(n+5){display:none}
  .solution-grid .solution-card h3{font-size:14px;line-height:1.35}.solution-grid .solution-card p{max-width:88%;font-size:10px;line-height:1.45}
  .solution-grid .solution-card .arrow{left:13px;bottom:11px;width:18px;height:18px;font-size:11px}
  .solution-grid .solution-card .solution-art{right:-35px;bottom:-20px;transform:scale(.58)}
  .news-card-grid{grid-template-columns:1fr 1fr}.partner-logo-grid{grid-template-columns:repeat(3,1fr)}
  .testimonial-grid{grid-template-columns:1fr}.testimonial-card:nth-child(n+2){display:none}
  .faq-item:nth-child(n+4){display:none}.faq-item{padding-inline:16px}.faq-item summary{font-size:13px}
  .trust-bar{grid-template-columns:repeat(6,1fr);height:auto;margin-top:28px;padding:14px 8px;border:0;border-radius:12px;background:#f0f6ff}
  .trust-bar>div{grid-column:span 2;flex-direction:column;gap:2px;padding:10px 2px;text-align:center}
  .trust-bar>div:nth-child(4){grid-column:1/span 3}.trust-bar>div:nth-child(5){grid-column:4/span 3}
  .trust-bar i{display:none}.trust-bar span{align-items:center}.trust-bar strong{font-size:18px}.trust-bar small{font-size:10px}
  .home-cta{min-height:132px;flex-direction:row;margin-top:18px;padding:24px 26px;text-align:left;border-radius:13px}
  .home-cta h2{font-size:20px;line-height:1.35}.home-cta p{margin-top:5px;font-size:11px}
  .home-cta .btn,.home-cta .btn.primary{width:auto;min-width:108px;height:40px}

  .site-footer{padding:0 0 8px;background:#fff;color:#172033}
  .footer-mobile-head{display:flex;align-items:center;justify-content:space-between;padding:24px 0 18px}
  .footer-mobile-brand{display:flex!important;align-items:center;gap:8px;margin:0!important;color:#172033!important}
  .footer-mobile-brand img{width:28px;height:28px;object-fit:contain}.footer-mobile-brand strong{font-size:18px}
  .footer-mobile-phone{display:flex!important;flex-direction:column;align-items:flex-end;margin:0!important}.footer-mobile-phone small{color:#8b96a8;font-size:9px}.footer-mobile-phone strong{color:#1677ff;font-size:14px}
  .footer-grid{display:block;width:min(100% - 28px,720px);padding:0 0 14px}
  .footer-group{border-bottom:1px solid #edf1f6;background:#fff}
  .footer-group:first-child,.footer-group:nth-child(4){border-radius:0}
  .site-footer h4,.footer-group summary{color:#172033}
  .footer-group summary{height:46px;padding:0 2px;font-size:13px}
  .footer-links{grid-template-columns:1fr 1fr;padding:0 2px 12px}
  .site-footer .footer-links a{font-size:11px}
  .hotline{margin:12px 0 0;padding:14px 0 0;border:0;border-radius:0;border-top:1px solid #edf1f6;background:#fff}
  .site-footer .hotline h4{font-size:12px}.site-footer .hotline p{font-size:11px}.hotline strong{font-size:14px}
  .follow{display:none}
  .footer-bottom{width:min(100% - 28px,720px);padding:14px 0 18px;align-items:flex-start;gap:7px;border-color:#edf1f6;text-align:left;color:#909aaa;font-size:9px}
  .filings{justify-content:flex-start}
}

@media(max-width:520px){
  .wide{width:calc(100% - 24px)}
  .site-header{height:58px}.header-inner,.site-header.nav-open .header-inner{height:57px;min-height:57px}
  body::after{inset:58px 0 0}.nav,.site-header.nav-open .nav{top:58px}
  .brand img{width:28px;height:28px}.brand strong{font-size:18px}
  .banner-carousel{height:244px}
  .banner-copy h1{max-width:63%;font-size:23px;line-height:1.18;margin-bottom:7px}
  .banner-copy p{max-width:58%;font-size:10px;line-height:1.45}
  .banner-copy .hero-actions{gap:6px;margin-top:11px}
  .banner-copy .btn.large{width:93px;height:34px;padding:0 8px;font-size:11px}
  .banner-media img,.banner-default .banner-media img{object-position:54% center}
  .notice{min-height:47px}.notice strong{font-size:11px;line-height:1.45}.notice>span{font-size:11px}
  .quick-products{padding:9px 2px}.quick-products>a{min-height:67px}.quick-products b{font-size:11px}
  .content-section{padding-top:27px}.section-title{height:34px}.section-title h2{font-size:19px}
  .product-grid .product-card{padding:20px 17px}.product-card h3{font-size:15px}.product-card li{white-space:normal}
  .solution-grid .solution-card{height:124px;padding:13px 11px}.solution-grid .solution-card h3{font-size:13px}
  .news-card-grid{grid-template-columns:1fr}.partner-logo-grid{grid-template-columns:1fr 1fr}
  .testimonial-card{padding:20px 17px}.testimonial-card p{font-size:12px}
  .faq-item summary{padding:13px 0}
  .trust-bar{margin-top:25px;padding:11px 4px}.trust-bar>div{padding:8px 1px}.trust-bar strong{font-size:16px}.trust-bar small{font-size:9px}
  .home-cta{min-height:122px;padding:20px 18px;gap:12px}.home-cta h2{font-size:17px}.home-cta p{max-width:190px;font-size:10px}.home-cta .btn,.home-cta .btn.primary{min-width:102px;height:36px;padding:0 11px;font-size:12px}
  .footer-mobile-head{width:calc(100% - 24px);padding:21px 0 14px}.footer-grid,.footer-bottom{width:calc(100% - 24px)}
  .footer-bottom span:nth-child(2){display:none}
}

@media(max-width:360px){
  .banner-copy h1{font-size:21px}.banner-copy p{display:none}.banner-copy .hero-actions{margin-top:10px}
  .solution-grid .solution-card h3{font-size:12px}.home-cta{padding-inline:14px}.home-cta h2{font-size:16px}
}
