:root{color:#fff;background:#111827;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-synthesis:none;--bg: #111827;--ink: #ffffff;--panel: #171f2d;--panel-deep: #0b1017;--line: rgba(255, 255, 255, .12);--muted: #aeb5c2;--orange: #ff7a00;--gold: #f6b100;--green: #00c97a;--container: min(1180px, calc(100vw - 48px) )}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg);-webkit-font-smoothing:antialiased}body:has(.dialog-backdrop){overflow:hidden}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{color:inherit}img{display:block;max-width:100%}main{min-height:100vh;overflow:hidden;background:var(--bg)}.anchor-section{scroll-margin-top:68px}:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.site-header{position:fixed;z-index:40;inset:0 0 auto;height:68px;padding:0 max(24px,calc((100vw - 1280px)/2));display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:clamp(20px,2.5vw,40px);background:#080b10eb;border-bottom:1px solid rgba(255,255,255,.09);-webkit-backdrop-filter:blur(18px) saturate(1.05);backdrop-filter:blur(18px) saturate(1.05)}.brand{display:inline-flex;align-items:center;min-width:0;white-space:nowrap}.brand__wordmark{display:block;width:auto;height:19px;object-fit:contain}.nav{height:100%;display:flex;justify-content:center;align-items:center;gap:clamp(15px,1.8vw,31px)}.nav>a,.nav-group__trigger{position:relative;display:flex;align-items:center;gap:5px;height:100%;padding:0;color:#d0d4dc;font-size:14px;white-space:nowrap;border:0;background:transparent;cursor:pointer;transition:color .2s ease}.nav>a:after,.nav-group__trigger:after{content:"";position:absolute;left:0;right:100%;bottom:14px;height:1px;background:var(--orange);transition:right .25s ease}.nav>a:hover,.nav>a.is-current,.nav-group__trigger:hover,.nav-group.is-open .nav-group__trigger{color:var(--ink)}.nav>a:hover:after,.nav>a.is-current:after,.nav-group.is-open .nav-group__trigger:after{right:0}.nav-group{position:relative;height:100%}.nav-group__trigger svg{transition:transform .2s ease}.nav-group.is-open .nav-group__trigger svg{transform:rotate(180deg)}.nav-dropdown{position:absolute;top:calc(100% - 1px);left:50%;width:300px;padding:9px;display:grid;gap:2px;background:#0b1017fa;border:1px solid var(--line);box-shadow:0 22px 70px #00000073;opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,-8px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.nav-group.is-open .nav-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)}.nav-dropdown a{padding:12px 13px;display:grid;gap:4px;border:1px solid transparent;transition:background .2s ease,border-color .2s ease}.nav-dropdown a:hover,.nav-dropdown a:focus-visible{background:var(--panel);border-color:#ff7a0057}.nav-dropdown span{color:#f0f2f5;font-size:14px}.nav-dropdown small{color:#8d96a3;font-size:11px}.header-cta{min-height:40px;padding:0 19px;display:inline-flex;align-items:center;gap:9px;color:#fff;background:var(--orange);border:1px solid var(--orange);border-radius:5px;font-weight:650;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.header-cta:hover{transform:translateY(-2px);background:#e96f00;box-shadow:0 12px 30px #ff7a003d}.icon-button{display:grid;place-items:center;width:40px;height:40px;padding:0;border:1px solid var(--line);background:#111827e6;cursor:pointer}.menu-button{display:none}.hero{--pointer-x: 0px;--pointer-y: 0px;position:relative;height:700px;min-height:650px;display:flex;align-items:center;border-bottom:1px solid var(--line);isolation:isolate}.hero__image{position:absolute;z-index:-3;top:-16px;right:-16px;bottom:-16px;left:-16px;width:calc(100% + 32px);height:calc(100% + 32px);object-fit:cover;object-position:center;transform:translate(var(--pointer-x),var(--pointer-y)) scale(1.035);animation:heroDrift 14s ease-in-out infinite alternate;transition:transform .3s ease-out}.hero__shade{position:absolute;z-index:-2;top:0;right:0;bottom:0;left:0;background:#00000024}.hero__content{width:var(--container);margin:32px auto 0}.section-kicker{margin:0 0 15px;color:var(--gold);font:650 11px/1.4 SFMono-Regular,Cascadia Mono,Consolas,monospace;letter-spacing:.15em;text-transform:uppercase}.section-kicker span{display:inline-block;width:28px;height:2px;margin:0 10px 3px 0;background:var(--orange);box-shadow:0 0 12px #ff7a008c}.hero h1,.about-hero h1{max-width:680px;margin:0;font-size:clamp(48px,5vw,72px);line-height:1.12;letter-spacing:-.025em;text-shadow:0 4px 30px rgba(0,0,0,.5)}.hero__lead{max-width:520px;margin:24px 0 30px;color:#c4c8d0;font-size:16px;line-height:1.85}.actions{display:flex;flex-wrap:wrap;gap:12px}.action{min-width:148px;min-height:48px;padding:0 20px;display:inline-flex;justify-content:center;align-items:center;gap:24px;border:1px solid var(--orange);border-radius:4px;background:var(--orange);color:#fff;font-weight:650;font-size:14px;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,border-color .25s ease}.action:hover{transform:translateY(-3px);background:#e96f00;box-shadow:0 15px 38px #ff7a0047}.action svg{transition:transform .25s ease}.action:hover svg{transform:translate(4px)}.action--secondary{background:#0b1017b8;border-color:#ffffff57;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.action--secondary:hover{background:#111827f2;border-color:var(--gold)}.hero__status{position:absolute;left:50%;bottom:24px;transform:translate(-50%);display:flex;align-items:center;gap:15px;padding:10px 17px;color:#b8bec8;font:550 11px SFMono-Regular,Cascadia Mono,Consolas,monospace;letter-spacing:.07em;background:#0b1017c7;border:1px solid rgba(246,177,0,.22);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);white-space:nowrap}.hero__status i{width:3px;height:3px;background:var(--gold);border-radius:50%;box-shadow:0 0 8px var(--gold)}.section-shell{width:var(--container);margin:0 auto;padding:84px 0}.section-heading{max-width:720px;margin:0 auto 38px;text-align:center}.section-heading h2,.feature-copy h2,.security h2,.contact h2,.about-intro h2,.responsibility h2,.about-contact h2{margin:0;font-size:clamp(34px,3.8vw,52px);line-height:1.16;letter-spacing:-.02em}.section-heading>p:last-child{margin:16px 0 0;color:var(--muted);font-size:15px;line-height:1.75}.ecosystem{min-height:450px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.product-card{position:relative;min-height:236px;padding:25px 22px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;background:var(--panel);border:1px solid var(--line);border-radius:6px;cursor:pointer;overflow:hidden;transition:transform .32s ease,border-color .32s ease,background .32s ease,box-shadow .32s ease}.product-card:hover,.product-card.is-active{transform:translateY(-7px);border-color:var(--orange);background:#1b2330;box-shadow:0 22px 56px #00000047}.product-card.is-active:before{content:"";position:absolute;inset:0 0 auto;height:2px;background:var(--orange);box-shadow:0 0 16px #ff7a008f}.product-card__icon{display:grid;place-items:center;width:48px;height:48px;color:var(--gold);background:#f6b10012;border:1px solid rgba(246,177,0,.32);border-radius:5px}.product-card--safe .product-card__icon{color:var(--green);background:#00c97a12;border-color:#00c97a5c}.product-card__copy{display:flex;flex-direction:column;min-width:0}.product-card small{margin:25px 0 7px;color:var(--gold);font:600 10px SFMono-Regular,Cascadia Mono,Consolas,monospace;letter-spacing:.08em;overflow-wrap:anywhere}.product-card--safe small{color:var(--green)}.product-card strong{margin-bottom:9px;font-size:20px;overflow-wrap:anywhere}.product-card__copy>span{color:#9ca5b2;font-size:13px;line-height:1.65}.product-card__arrow{position:absolute;right:20px;top:31px;color:#7b818c;transition:transform .3s ease,color .3s ease}.product-card:hover .product-card__arrow,.product-card.is-active .product-card__arrow{color:var(--orange);transform:translate(4px)}.product-card--safe:hover .product-card__arrow,.product-card--safe.is-active .product-card__arrow{color:var(--green)}.feature-image-section,.security,.contact{position:relative;display:flex;align-items:center;isolation:isolate;border-top:1px solid var(--line);border-bottom:1px solid var(--line);overflow:hidden}.feature-image-section{min-height:540px}.feature-image-section>img,.security>img,.contact>img{position:absolute;z-index:-3;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform 1.1s cubic-bezier(.2,.7,.2,1)}.feature-image-section:hover>img,.security:hover>img,.contact:hover>img{transform:scale(1.018)}.feature-image-section__shade,.security__shade,.contact__shade{position:absolute;z-index:-2;top:0;right:0;bottom:0;left:0;background:#0000001a}.feature-copy,.security__content{width:var(--container);margin:0 auto}.feature-copy{padding-right:56%}.feature-copy h3{margin:9px 0 18px;color:#e8e9ec;font-size:23px;font-weight:520}.feature-copy>p:not(.section-kicker){color:#b1b7c1;line-height:1.78}.capability-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:28px 0}.capability-list span{display:flex;align-items:center;gap:9px;color:#d1d4da;font-size:13px}.capability-list svg{color:var(--gold)}.solutions{padding-bottom:96px}.industry-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;padding:5px;border:1px solid var(--line);background:var(--panel-deep)}.industry-tabs button{min-height:48px;padding:8px 10px;border:0;background:transparent;color:#9ea6b1;cursor:pointer;transition:color .25s ease,background .25s ease,box-shadow .25s ease}.industry-tabs button:hover,.industry-tabs button.is-active{color:#fff;background:#ff7a0014;box-shadow:inset 0 -2px 0 var(--orange)}.industry-panel{min-height:360px;padding:48px;display:grid;grid-template-columns:minmax(0,1.6fr) minmax(240px,.75fr);gap:60px;align-items:center;border:1px solid var(--line);border-top:0;background:linear-gradient(120deg,#151d2a,#0b1017)}.industry-panel h3{max-width:680px;margin:0;font-size:clamp(29px,3vw,43px);line-height:1.25}.industry-panel>div>p:not(.section-kicker){max-width:680px;color:var(--muted);line-height:1.8}.industry-capabilities{display:flex;flex-wrap:wrap;gap:10px 22px;margin:24px 0 28px}.industry-capabilities span{display:flex;align-items:center;gap:7px;color:#d3d7dd;font-size:13px}.industry-capabilities svg{color:var(--orange)}.industry-panel aside{min-height:180px;padding:28px;display:flex;flex-direction:column;justify-content:center;border:1px solid rgba(246,177,0,.32);background:#f6b1000b}.industry-panel aside small{color:var(--gold);font:600 10px SFMono-Regular,Consolas,monospace;letter-spacing:.12em}.industry-panel aside strong{margin:12px 0;font-size:27px}.industry-panel aside span{color:#949daa;font-size:13px;line-height:1.7}.scenario-section{border-block:1px solid var(--line);background:var(--panel-deep)}.scenario-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.scenario-card{min-height:440px;padding:30px;display:flex;flex-direction:column;border:1px solid var(--line);background:var(--panel);transition:transform .25s ease,border-color .25s ease}.scenario-card:hover{transform:translateY(-4px);border-color:#ff7a0080}.scenario-card__top{display:flex;justify-content:space-between;gap:20px;margin-bottom:20px}.scenario-card__top span{color:var(--gold);font:650 10px SFMono-Regular,Consolas,monospace;letter-spacing:.08em}.scenario-card__top small{color:#8d96a3}.scenario-card h3{margin:0;font-size:25px}.scenario-card__type{margin:8px 0 20px;color:#8f98a4;font-size:12px}.scenario-card dl{margin:0;display:grid;gap:15px}.scenario-card dl div{display:grid;grid-template-columns:72px 1fr;gap:12px}.scenario-card dt{color:#e4e6e9;font-size:12px;font-weight:650}.scenario-card dd{margin:0;color:#a6aeb9;font-size:13px;line-height:1.7}.scenario-card__tags{display:flex;flex-wrap:wrap;gap:7px;margin:20px 0}.scenario-card__tags span{padding:6px 9px;color:#d2d6dc;font-size:11px;border:1px solid var(--line);background:var(--panel-deep)}.scenario-card__value{margin:auto 0 18px;color:#aeb5c0;font-size:12px;line-height:1.6}.text-button{align-self:flex-start;padding:0;display:flex;align-items:center;gap:8px;color:var(--orange);background:transparent;border:0;cursor:pointer;font-weight:650;font-size:13px}.marquee{display:none}.security{min-height:450px}.security>img{left:auto;width:58%;object-position:center}.security__content{padding-right:49%}.security .section-kicker{color:var(--green)}.security__content>p:not(.section-kicker){color:var(--muted)}.assurance-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:30px;border-top:1px solid var(--line);border-left:1px solid var(--line)}.assurance-grid>div{min-height:108px;padding:17px;display:grid;grid-template-columns:auto 1fr;align-content:center;gap:5px 9px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#11182794}.assurance-grid svg{grid-row:span 2;color:var(--green)}.assurance-grid strong{font-size:13px}.assurance-grid span{color:#8f98a5;font-size:11px;line-height:1.55}.contact{min-height:440px}.contact>img{object-position:center}.contact__shade{background:#0000003d}.contact__inner{width:var(--container);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:54px;align-items:center}.contact__copy>p:not(.section-kicker){max-width:520px;margin:18px 0 26px;color:#b2b8c1;line-height:1.75}.wechat-card{padding:18px;display:grid;grid-template-columns:164px 1fr;gap:20px;align-items:center;background:#0b1017e6;border:1px solid rgba(246,177,0,.38);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.wechat-card__qr{width:164px;height:164px;background:#fff}.wechat-card>div{display:flex;flex-direction:column;align-items:flex-start}.wechat-card small{color:var(--gold);font:650 10px SFMono-Regular,Consolas,monospace;letter-spacing:.1em}.wechat-card strong{margin:9px 0 16px;font-size:16px;line-height:1.5}.wechat-card a{display:flex;align-items:center;gap:7px;color:var(--orange);font-size:12px;font-weight:650}.wechat-card--compact{margin-top:12px;grid-template-columns:128px 1fr}.wechat-card--compact .wechat-card__qr{width:128px;height:128px}footer{width:var(--container);margin:0 auto;padding:54px 0 22px;display:grid;grid-template-columns:1.45fr 1fr 1fr 1.35fr;gap:42px;color:#8c95a2}footer h3{margin:4px 0 17px;color:#f1f2f4;font-size:14px}footer a,footer>div>span{display:flex;align-items:flex-start;gap:8px;margin:9px 0;font-size:12px;line-height:1.55;transition:color .2s ease}footer a:hover{color:var(--gold)}.footer__brand p{margin-top:18px;font-size:13px;line-height:1.75}.footer__legal{grid-column:1 / -1;margin:24px 0 0;padding-top:20px;text-align:center;border-top:1px solid var(--line);font-size:11px;line-height:1.8}.footer__legal a{display:inline;margin:0;font-size:inherit}.dialog-backdrop{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;background:#000000d1;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);animation:fadeIn .2s ease}.dialog{position:relative;width:min(720px,100%);max-height:calc(100svh - 32px);overflow-y:auto;padding:42px;background:#111827;border:1px solid rgba(255,122,0,.52);box-shadow:0 34px 100px #0000009e,0 0 64px #ff7a001a}.dialog__close{position:absolute;top:17px;right:17px}.dialog h2{margin:0;font-size:34px}.dialog__intro{color:var(--muted);line-height:1.75}.contact-options{display:grid;gap:12px;margin-top:26px}.contact-option{min-height:76px;padding:15px 17px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;color:#eef0f3;background:var(--panel-deep);border:1px solid var(--line);transition:transform .25s ease,border-color .25s ease,background .25s ease}.contact-option:hover{transform:translateY(-2px);border-color:var(--orange);background:var(--panel)}.contact-option>svg:first-child{color:var(--gold)}.contact-option span{display:grid;gap:5px;min-width:0}.contact-option small{color:#929ba8;font-size:11px}.contact-option strong{overflow-wrap:anywhere;font-size:15px}.dialog__address{display:flex;align-items:center;gap:8px;margin:19px 0 0;color:#979faa;font-size:12px}.about-hero{min-height:610px;padding:150px 0 90px;display:grid;align-items:center;background:radial-gradient(circle at 75% 45%,rgba(255,122,0,.2),transparent 27%),linear-gradient(135deg,#151e2d,#0b1017 70%);border-bottom:1px solid var(--line)}.about-hero>div{width:var(--container);margin:0 auto}.about-hero p:not(.section-kicker){max-width:650px;margin:24px 0 32px;color:#b7bec8;line-height:1.85}.about-intro{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:start}.about-intro>p{margin:0;color:var(--muted);font-size:18px;line-height:1.95}.values-section,.about-products,.about-contact{border-block:1px solid var(--line);background:var(--panel-deep)}.value-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.value-grid article{min-height:230px;padding:36px;border:1px solid var(--line);background:var(--panel)}.value-grid small,.core-grid small{color:var(--gold);font:650 11px SFMono-Regular,Consolas,monospace;letter-spacing:.12em}.value-grid h3{margin:18px 0 14px;font-size:27px}.value-grid p,.core-grid p{color:var(--muted);line-height:1.75}.core-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.core-grid article{min-height:250px;padding:28px;border:1px solid var(--line);background:var(--panel)}.core-grid h3{margin:46px 0 12px;font-size:21px}.core-grid p{font-size:13px}.about-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.about-product-grid a{position:relative;min-height:250px;padding:27px;display:flex;flex-direction:column;align-items:flex-start;border:1px solid var(--line);background:var(--panel);transition:transform .25s ease,border-color .25s ease}.about-product-grid a:hover{transform:translateY(-4px);border-color:var(--orange)}.about-product-grid a>svg:first-child{color:var(--gold)}.about-product-grid small{margin-top:37px;color:var(--gold);font-size:10px}.about-product-grid strong{margin:7px 0 12px;font-size:20px}.about-product-grid span{color:var(--muted);font-size:12px;line-height:1.65}.about-product-grid a>svg:last-child{position:absolute;right:24px;top:28px;color:var(--orange)}.responsibility{display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:center}.responsibility>div>p:not(.section-kicker){color:var(--muted);line-height:1.85}.responsibility-list{display:grid;gap:13px}.responsibility-list span{padding:17px;display:flex;align-items:center;gap:10px;border:1px solid var(--line);background:var(--panel);font-size:13px}.responsibility-list svg{color:var(--green)}.about-contact .section-shell{display:grid;grid-template-columns:1fr 430px;gap:70px;align-items:center}.about-contact p:not(.section-kicker){color:var(--muted)}.about-contact__links{display:grid;gap:13px;margin-top:28px}.about-contact__links a,.about-contact__links span{display:flex;align-items:center;gap:10px;color:#d9dde2;font-size:13px}.about-contact__links svg{color:var(--gold)}[data-reveal]{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1)}[data-reveal].is-visible{opacity:1;transform:none}@keyframes heroDrift{0%{transform:translate(var(--pointer-x),var(--pointer-y)) scale(1.035)}to{transform:translate(calc(var(--pointer-x) - 5px),calc(var(--pointer-y) + 4px)) scale(1.052)}}@keyframes fadeIn{0%{opacity:0}}@media(max-width:1100px){.site-header{padding-inline:20px;gap:18px}.brand__wordmark{height:17px}.nav{gap:14px}.nav>a,.nav-group__trigger{font-size:13px}.header-cta{padding-inline:14px}.product-grid,.about-product-grid,.core-grid{grid-template-columns:1fr 1fr}.feature-copy{padding-right:45%}.industry-panel{gap:35px}.contact__inner,.about-contact .section-shell{grid-template-columns:1fr 360px;gap:30px}.wechat-card{grid-template-columns:132px 1fr}.wechat-card__qr{width:132px;height:132px}footer{grid-template-columns:1.4fr 1fr 1fr}footer>div:last-of-type{grid-column:2 / -1}}@media(max-width:900px){.site-header{height:64px;padding-inline:16px;grid-template-columns:1fr auto}.site-header .header-cta{display:none}.menu-button{display:grid}.nav{position:fixed;inset:64px 0 auto;max-height:calc(100svh - 64px);overflow-y:auto;padding:14px 20px 24px;display:grid;align-items:stretch;gap:0;background:#0b1017fc;border-bottom:1px solid var(--line);transform:translateY(-130%);opacity:0;visibility:hidden;transition:transform .3s ease,opacity .3s ease,visibility .3s ease}.nav.is-open{transform:none;opacity:1;visibility:visible}.nav>a,.nav-group__trigger{width:100%;min-height:49px;height:auto;justify-content:space-between;border-bottom:1px solid var(--line);font-size:14px}.nav>a:after,.nav-group__trigger:after{display:none}.nav-group{height:auto}.nav-dropdown{position:static;width:100%;padding:0 0 0 14px;display:none;border:0;border-bottom:1px solid var(--line);background:#ffffff05;box-shadow:none;opacity:1;visibility:visible;pointer-events:auto;transform:none}.nav-group.is-open .nav-dropdown{display:grid;transform:none}.nav-dropdown a{padding:11px 12px}.nav-dropdown small{display:none}.nav-dropdown span{font-size:13px}.anchor-section{scroll-margin-top:64px}.hero__image{object-position:56% center}.industry-panel{grid-template-columns:1fr}.industry-panel aside{min-height:140px}.scenario-grid{grid-template-columns:1fr}.scenario-card{min-height:0}.contact{padding:70px 0}.contact__inner,.about-contact .section-shell{grid-template-columns:1fr}.contact__copy{max-width:600px}.wechat-card{max-width:480px}.about-intro,.responsibility{grid-template-columns:1fr;gap:36px}}@media(max-width:600px){:root{--container: calc(100vw - 32px) }.brand__wordmark{height:17px}.hero{height:auto;min-height:690px;align-items:flex-end;padding-bottom:76px}.hero__image{top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-position:70% center;transform:none;animation:none}.hero__shade{background:#00000057}.hero__content{margin-top:0}.hero h1,.about-hero h1{max-width:100%;font-size:clamp(38px,11.5vw,52px);line-height:1.1}.hero__lead{margin:20px 0 26px;font-size:14px;line-height:1.8}.hero__status{display:none}.actions{flex-direction:column;align-items:flex-start}.action{width:100%;max-width:320px}.section-shell{padding:68px 0}.ecosystem.section-shell{padding-top:56px}.section-heading{text-align:left;margin-bottom:32px}.product-grid,.about-product-grid,.core-grid,.value-grid{grid-template-columns:1fr}.product-card{min-height:210px}.feature-image-section,.security{min-height:690px;align-items:flex-end;padding-bottom:54px}.feature-image-section>img{object-position:66% center}.feature-image-section__shade,.security__shade{background:#00000061}.feature-copy,.security__content{padding-right:0}.capability-list{grid-template-columns:1fr}.solutions{padding-bottom:68px}.industry-tabs{grid-template-columns:1fr 1fr}.industry-tabs button{min-height:44px;font-size:12px}.industry-panel{min-height:0;padding:30px 22px;gap:32px}.industry-panel h3{font-size:28px}.scenario-card{padding:24px 20px}.scenario-card__top{display:grid;gap:7px}.scenario-card dl div{grid-template-columns:1fr;gap:5px}.security>img{left:0;width:100%;object-position:72% center}.assurance-grid{grid-template-columns:1fr}.contact{min-height:0;padding:70px 0}.contact>img{object-position:69% center}.contact__shade{background:#0000006b}.wechat-card{width:100%;grid-template-columns:1fr}.wechat-card__qr{display:none}.wechat-card strong{margin-bottom:12px}.wechat-card a{min-height:44px;padding:0 14px;background:var(--orange);color:#fff}.dialog{padding:34px 20px 23px}.contact-option{padding-inline:13px}.wechat-card--compact{grid-template-columns:1fr}.wechat-card--compact .wechat-card__qr{display:none}footer{grid-template-columns:1fr;gap:32px;padding-top:54px}footer .footer__brand,footer>div:last-of-type{grid-column:auto}.footer__legal{text-align:left}.about-hero{min-height:620px;padding:130px 0 80px}.about-intro>p{font-size:16px}.value-grid article{min-height:0;padding:28px 24px}.core-grid article{min-height:220px}.about-product-grid a{min-height:220px}.responsibility{gap:30px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}[data-reveal]{opacity:1;transform:none}}
