@import"https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600;700;800&display=swap";:root{font-family:Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif;color:#162a36;background:#fff;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #162a36;--muted: #667985;--line: #dfe8ec;--blue: #176bda;--blue-dark: #0b4fae;--green: #14947d;--coral: #f06457;--surface-blue: #eef6ff;--surface-green: #edf9f6;--surface-coral: #fff3f0;--shell: min(1180px, calc(100% - 48px) )}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;min-width:320px;min-height:100vh;background:#fff}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit}a{color:inherit}img{max-width:100%}.site-page{overflow:hidden}.section-shell{width:var(--shell);margin-inline:auto}.site-header{position:sticky;top:0;z-index:50;height:74px;border-bottom:1px solid rgba(217,228,233,.84);background:#ffffffe6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.nav-shell{display:flex;align-items:center;justify-content:space-between;width:var(--shell);height:100%;margin-inline:auto}.brand{display:inline-flex;align-items:center;gap:11px;color:var(--ink);text-decoration:none}.brand img{width:42px;height:42px;border-radius:10px;box-shadow:0 7px 18px #1f66b729}.brand span{display:grid;gap:1px}.brand strong{font-size:17px;font-weight:800;line-height:1.2}.brand small{color:#82929b;font-size:10px;font-weight:500}.nav-links{display:flex;align-items:center;gap:34px}.nav-links a{position:relative;color:#50636e;font-size:14px;font-weight:600;text-decoration:none}.nav-links a:after{content:"";position:absolute;right:0;bottom:-8px;left:0;height:2px;background:var(--blue);transform:scaleX(0);transition:transform .18s ease}.nav-links a:hover{color:var(--blue)}.nav-links a:hover:after{transform:scaleX(1)}.nav-download{display:inline-flex;align-items:center;gap:7px;min-height:40px;padding:0 17px;border-radius:6px;color:#fff;background:var(--blue);font-size:14px;font-weight:700;text-decoration:none;box-shadow:0 8px 18px #176bda33}.nav-download svg{width:16px;height:16px}.hero{position:relative;width:min(1440px,calc(100% - 32px));height:min(690px,calc(100vh - 104px));min-height:610px;max-height:690px;margin:16px auto 0;overflow:hidden;background:#eef6ff}.hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.45;background-image:linear-gradient(rgba(39,112,190,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(39,112,190,.08) 1px,transparent 1px);background-size:52px 52px;-webkit-mask-image:linear-gradient(90deg,#000 0%,transparent 48%);mask-image:linear-gradient(90deg,#000 0%,transparent 48%)}.hero:before{content:"";position:absolute;top:0;right:0;width:52%;height:100%;background:#dceeff;clip-path:polygon(18% 0,100% 0,100% 100%,0 100%)}.hero-copy{position:relative;z-index:5;width:min(540px,44%);margin-left:max(56px,calc((100% - 1180px)/2));padding-top:86px}.eyebrow,.section-kicker{margin:0;color:var(--blue);font-size:14px;font-weight:800;line-height:1.5}.eyebrow{display:flex;align-items:center;gap:10px}.eyebrow span{width:28px;height:3px;background:var(--blue)}.hero h1{max-width:540px;margin:18px 0 0;color:#102d40;font-size:clamp(48px,4vw,64px);font-weight:800;line-height:1.13;letter-spacing:0}.hero-lead{max-width:530px;margin:24px 0 0;color:#526b79;font-size:17px;line-height:1.9}.download-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.download-button{display:inline-flex;align-items:center;gap:11px;min-width:168px;height:56px;padding:0 18px;border:1px solid transparent;border-radius:7px;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease}.download-button:hover{transform:translateY(-2px)}.download-button svg{flex:0 0 auto;width:25px;height:25px}.download-button span{display:grid;font-size:16px;font-weight:700;line-height:1.2}.download-button small{margin-bottom:2px;font-size:10px;font-weight:500;opacity:.72}.download-button.primary{color:#fff;background:#102d40;box-shadow:0 12px 24px #102d402e}.download-button.secondary{border-color:#c7d8e3;color:#294654;background:#ffffffb8}.hero-assurance{display:flex;align-items:center;gap:8px;margin:18px 0 0;color:#69808c;font-size:12px}.hero-assurance svg{width:16px;height:16px;color:var(--green)}.hero-product{position:absolute;z-index:3;top:20px;right:0;bottom:-180px;width:51%}.hero-shot{position:absolute;overflow:hidden;border:8px solid #132f3e;border-radius:36px 36px 0 0;background:#f5f9fc;box-shadow:0 28px 60px #20486338}.hero-shot img{display:block;width:100%;height:100%;object-fit:cover;object-position:top}.hero-shot-main{z-index:3;top:20px;left:50%;width:330px;height:714px;transform:translate(-50%)}.hero-shot-left,.hero-shot-right{z-index:2;top:92px;width:250px;height:542px;opacity:.96}.hero-shot-left{left:0;transform:rotate(-3deg)}.hero-shot-right{right:0;transform:rotate(3deg)}.metric-strip{display:grid;grid-template-columns:repeat(4,1fr);width:var(--shell);margin:0 auto;border-right:1px solid var(--line);border-bottom:1px solid var(--line);border-left:1px solid var(--line);background:#fff}.metric-strip>div{display:flex;align-items:baseline;justify-content:center;gap:9px;min-height:92px;padding:20px}.metric-strip>div+div{border-left:1px solid var(--line)}.metric-strip strong{color:#174b69;font-size:27px;font-weight:800}.metric-strip span{color:#71838d;font-size:13px;font-weight:600}.value-section{padding:118px 0 124px}.section-intro{max-width:700px}.section-intro.centered{margin-inline:auto;text-align:center}.section-intro h2,.story-copy h2,.download-copy h2{margin:12px 0 0;color:var(--ink);font-size:40px;font-weight:800;line-height:1.28;letter-spacing:0}.section-intro>p:last-child{margin:18px 0 0;color:var(--muted);font-size:16px;line-height:1.8}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:52px;margin-top:66px}.value-grid article{position:relative;padding-top:28px;border-top:1px solid var(--line)}.value-grid article:before{content:"";position:absolute;top:-1px;left:0;width:54px;height:2px;background:var(--blue)}.icon-box{display:grid;place-items:center;width:48px;height:48px;color:var(--blue);background:var(--surface-blue)}.icon-box svg{width:23px;height:23px}.value-grid h3,.capability-grid h3{margin:22px 0 0;color:#1b3341;font-size:20px;font-weight:700}.value-grid p,.capability-grid p{margin:10px 0 0;color:var(--muted);font-size:15px;line-height:1.8}.story-section{padding:116px 0}.story-blue{background:var(--surface-blue)}.story-green{background:var(--surface-green)}.story-coral{background:var(--surface-coral)}.story-shell{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:100px;align-items:center;width:var(--shell);margin-inline:auto}.story-shell.reverse{grid-template-columns:minmax(360px,.95fr) minmax(0,1.05fr)}.story-shell.reverse .story-visual{order:2}.story-shell.reverse .story-copy{order:1}.story-visual{position:relative;display:grid;place-items:center;min-height:640px}.story-image-wrap{width:334px;height:680px;overflow:hidden;border:9px solid #163442;border-radius:38px;background:#fff;box-shadow:0 34px 70px #1b445c33}.story-image-wrap img{display:block;width:100%;height:100%;object-fit:cover;object-position:top}.story-visual:before,.story-visual:after{content:"";position:absolute;width:180px;height:180px;border:1px solid rgba(23,107,218,.18)}.story-visual:before{top:30px;left:24px;border-right:0;border-bottom:0}.story-visual:after{right:24px;bottom:28px;border-top:0;border-left:0}.story-float-label{position:absolute;right:20px;bottom:110px;z-index:2;display:inline-flex;align-items:center;gap:9px;padding:13px 17px;border:1px solid rgba(180,207,221,.8);border-radius:6px;color:#22536d;background:#ffffffeb;font-size:14px;font-weight:700;box-shadow:0 14px 32px #29506526;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.story-float-label svg{width:19px;height:19px;color:var(--blue)}.story-green .section-kicker,.story-green .story-float-label svg{color:var(--green)}.story-coral .section-kicker,.story-coral .story-float-label svg{color:var(--coral)}.story-description{margin:22px 0 0;color:#60747f;font-size:16px;line-height:1.9}.story-copy ul{display:grid;gap:15px;margin:28px 0 0;padding:0;list-style:none}.story-copy li{display:flex;align-items:center;gap:12px;color:#334d5b;font-size:15px;font-weight:600}.story-copy li span{display:grid;flex:0 0 auto;place-items:center;width:25px;height:25px;color:#fff;background:var(--blue)}.story-green .story-copy li span{background:var(--green)}.story-coral .story-copy li span{background:var(--coral)}.story-copy li svg{width:14px;height:14px;stroke-width:3}.capability-section{padding:118px 0 126px}.capability-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:56px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.capability-grid article{position:relative;min-height:278px;padding:32px 26px}.capability-grid article+article{border-left:1px solid var(--line)}.capability-grid article>svg{width:32px;height:32px;margin-top:30px;color:var(--blue)}.capability-index{position:absolute;top:28px;right:24px;color:#b5c2c8;font-size:12px;font-weight:700}.gallery-section{padding:110px 0 120px;background:#102d40}.gallery-section .section-kicker{color:#7db9ff}.gallery-section .section-intro h2{color:#fff}.gallery-heading{display:flex;align-items:end;justify-content:space-between;gap:40px}.gallery-note{max-width:360px;margin:0 0 5px;color:#9fb2bd;font-size:14px;line-height:1.7}.gallery-viewer{display:grid;grid-template-columns:minmax(0,1fr) 300px;min-height:690px;margin-top:52px;border:1px solid rgba(255,255,255,.14)}.gallery-stage{display:grid;place-items:center;min-width:0;padding:38px;overflow:hidden;background-color:#dcecff;background-image:linear-gradient(rgba(42,102,154,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(42,102,154,.08) 1px,transparent 1px);background-size:42px 42px}.gallery-stage img{display:block;width:auto;height:610px;max-width:100%;border:8px solid #0c2534;border-radius:34px;object-fit:contain;box-shadow:0 30px 64px #1131453d}.gallery-panel{display:flex;flex-direction:column;padding:42px 34px;color:#fff;background:#16384c}.gallery-number{color:#75b3fa;font-size:58px;font-weight:700;line-height:1}.gallery-panel>p{margin:auto 0 8px;color:#7db9ff;font-size:12px;font-weight:700}.gallery-panel h3{margin:0;font-size:28px;font-weight:700}.gallery-panel>span:not(.gallery-number):not(.gallery-total){margin-top:8px;color:#aebec7;font-size:14px}.gallery-controls{display:flex;gap:9px;margin-top:30px}.gallery-controls button{display:grid;place-items:center;width:44px;height:44px;padding:0;border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#fff;background:transparent;cursor:pointer}.gallery-controls button:hover{color:#102d40;background:#fff}.gallery-controls svg{width:19px;height:19px}.gallery-progress{height:2px;margin-top:34px;background:#ffffff29}.gallery-progress span{display:block;height:100%;background:#7db9ff;transition:width .26s ease}.gallery-total{margin-top:12px;color:#7e96a4;font-size:11px}.gallery-thumbs{display:grid;grid-template-columns:repeat(11,1fr);gap:8px;margin-top:14px}.gallery-thumbs button{position:relative;min-width:0;height:88px;overflow:hidden;padding:0;border:2px solid transparent;border-radius:4px;background:#1b3d50;cursor:pointer;opacity:.55}.gallery-thumbs button:hover,.gallery-thumbs button.is-active{border-color:#7db9ff;opacity:1}.gallery-thumbs img{display:block;width:100%;height:100%;object-fit:cover;object-position:top}.download-section{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 420px;min-height:520px;margin-top:110px;overflow:hidden;background:#edf9f6}.download-copy{position:relative;z-index:2;align-self:center;max-width:700px;padding:68px 0 68px 70px}.download-icon{display:grid;place-items:center;width:48px;height:48px;margin-bottom:24px;color:var(--green);background:#d8f1eb}.download-icon svg{width:24px;height:24px}.download-copy .section-kicker{color:var(--green)}.download-copy>p:not(.section-kicker){margin:18px 0 0;color:var(--muted);font-size:16px}.download-actions.compact{margin-top:28px}.download-preview{position:relative;align-self:end;width:320px;height:460px;margin:0 auto -90px;overflow:hidden;border:8px solid #153744;border-radius:36px 36px 0 0;box-shadow:0 26px 54px #1f575030}.download-preview img{display:block;width:100%;height:100%;object-fit:cover;object-position:top}.site-footer{width:var(--shell);margin:84px auto 0;padding-bottom:30px}.footer-main{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px;padding:36px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.footer-main>p{margin:0;color:#81919a;font-size:13px}.footer-links{display:flex;justify-content:flex-end;gap:24px}.footer-links a,.footer-legal a{color:#566b77;font-size:13px;text-decoration:none}.footer-links a:hover,.footer-legal a:hover{color:var(--blue)}.footer-legal{display:flex;justify-content:space-between;gap:40px;padding:24px 0 0}.footer-legal p{max-width:760px;margin:0;color:#94a2a9;font-size:12px;line-height:1.7}.footer-legal a{flex:0 0 auto;color:#94a2a9;font-size:12px}@media (max-width: 1180px){.nav-links{gap:22px}.hero-product{right:-4%;width:57%}.hero-shot-main{width:300px;height:650px}.hero-shot-left,.hero-shot-right{width:220px;height:480px}.story-shell{gap:50px}.story-float-label{right:0}}@media (max-width: 900px){:root{--shell: min(100% - 32px, 720px)}.nav-links{display:none}.hero{width:calc(100% - 20px);height:840px;max-height:none}.hero:before{top:auto;bottom:0;width:100%;height:51%;clip-path:polygon(0 16%,100% 0,100% 100%,0 100%)}.hero-grid{-webkit-mask-image:linear-gradient(180deg,#000 0%,transparent 52%);mask-image:linear-gradient(180deg,#000 0%,transparent 52%)}.hero-copy{width:auto;max-width:650px;margin:0 auto;padding:62px 32px 0;text-align:center}.eyebrow,.download-actions,.hero-assurance{justify-content:center}.hero h1{max-width:none;font-size:48px}.hero-lead{max-width:620px;margin-inline:auto}.hero-product{top:440px;right:50%;bottom:auto;width:690px;height:500px;transform:translate(50%)}.hero-shot-main{width:260px;height:564px}.hero-shot-left,.hero-shot-right{top:64px;width:205px;height:444px}.metric-strip{grid-template-columns:repeat(2,1fr)}.metric-strip>div:nth-child(3),.metric-strip>div:nth-child(4){border-top:1px solid var(--line)}.metric-strip>div:nth-child(3){border-left:0}.value-grid{gap:24px}.story-shell,.story-shell.reverse{grid-template-columns:1fr 1fr;gap:32px}.story-image-wrap{width:280px;height:604px}.story-copy h2,.section-intro h2,.download-copy h2{font-size:34px}.story-float-label{right:-4px}.capability-grid{grid-template-columns:repeat(2,1fr)}.capability-grid article:nth-child(3){border-left:0}.capability-grid article:nth-child(3),.capability-grid article:nth-child(4){border-top:1px solid var(--line)}.gallery-viewer{grid-template-columns:minmax(0,1fr) 230px}.gallery-panel{padding:34px 24px}.gallery-thumbs{grid-template-columns:repeat(6,1fr)}.download-section{grid-template-columns:1fr 280px}.download-copy{padding-left:40px}.download-preview{width:250px}.footer-main{grid-template-columns:1fr 1fr}.footer-main>p{display:none}}@media (max-width: 680px){:root{--shell: calc(100% - 28px) }html{scroll-padding-top:72px}.site-header{height:64px}.brand img{width:38px;height:38px}.brand small{display:none}.nav-download{min-height:38px;padding:0 13px;font-size:13px}.hero{width:calc(100% - 16px);height:760px;min-height:0;margin-top:8px}.hero-copy{padding:44px 18px 0}.eyebrow{gap:8px;font-size:12px}.eyebrow span{width:20px}.hero h1{margin-top:14px;font-size:38px;line-height:1.2}.hero-lead{margin-top:18px;font-size:14px;line-height:1.75}.download-actions{flex-wrap:nowrap;gap:8px;margin-top:22px}.download-button{flex:1 1 0;min-width:0;height:50px;padding:0 11px}.download-button svg{width:20px;height:20px}.download-button span{font-size:13px}.hero-assurance{margin-top:13px;font-size:10px}.hero-product{top:420px;width:520px;height:410px}.hero-shot{border-width:6px;border-radius:28px 28px 0 0}.hero-shot-main{width:210px;height:455px}.hero-shot-left,.hero-shot-right{top:62px;width:160px;height:347px}.metric-strip>div{display:grid;gap:2px;min-height:82px;text-align:center}.metric-strip strong{font-size:24px}.metric-strip span{font-size:11px}.value-section,.capability-section{padding:82px 0 88px}.section-intro h2,.story-copy h2,.download-copy h2{margin-top:9px;font-size:29px;line-height:1.35}.section-intro>p:last-child{margin-top:14px;font-size:14px}.value-grid{grid-template-columns:1fr;gap:34px;margin-top:46px}.value-grid article{display:grid;grid-template-columns:48px 1fr;column-gap:16px;padding-top:22px}.value-grid h3{align-self:center;margin:0}.value-grid p{grid-column:2}.story-section{padding:82px 0}.story-shell,.story-shell.reverse{grid-template-columns:1fr;gap:48px}.story-shell.reverse .story-visual,.story-shell.reverse .story-copy{order:initial}.story-copy{order:1}.story-visual,.story-shell.reverse .story-visual{order:2;min-height:540px}.story-description{margin-top:18px;font-size:14px}.story-copy li{align-items:flex-start;font-size:13px;line-height:1.6}.story-image-wrap{width:265px;height:570px;border-width:7px;border-radius:32px}.story-visual:before,.story-visual:after{width:100px;height:100px}.story-float-label{right:4px;bottom:62px}.capability-grid{margin-top:40px}.capability-grid article{min-height:230px;padding:24px 18px}.capability-grid article>svg{width:28px;height:28px;margin-top:26px}.capability-grid h3{margin-top:18px;font-size:17px}.capability-grid p{font-size:13px;line-height:1.65}.gallery-section{padding:80px 0 88px}.gallery-heading{display:block}.gallery-note{margin-top:16px}.gallery-viewer{grid-template-columns:1fr;min-height:0;margin-top:34px}.gallery-stage{min-height:510px;padding:26px 18px}.gallery-stage img{height:455px;border-width:6px;border-radius:27px}.gallery-panel{display:grid;grid-template-columns:auto 1fr auto;gap:5px 18px;padding:24px 22px}.gallery-number{grid-row:1 / 3;font-size:42px}.gallery-panel>p{align-self:end;margin:0}.gallery-panel h3{font-size:22px}.gallery-panel>span:not(.gallery-number):not(.gallery-total),.gallery-progress,.gallery-total{display:none}.gallery-controls{grid-column:3;grid-row:1 / 3;align-self:center;margin:0}.gallery-controls button{width:38px;height:38px}.gallery-thumbs{display:flex;gap:8px;margin-right:-14px;padding-right:14px;overflow-x:auto;scrollbar-width:none}.gallery-thumbs::-webkit-scrollbar{display:none}.gallery-thumbs button{flex:0 0 64px;height:78px}.download-section{grid-template-columns:1fr;min-height:750px;margin-top:72px}.download-copy{align-self:start;padding:48px 24px 0;text-align:center}.download-icon{margin-inline:auto}.download-copy .download-actions{justify-content:center}.download-preview{position:absolute;right:50%;bottom:-100px;width:250px;height:430px;margin:0;transform:translate(50%)}.site-footer{margin-top:62px}.footer-main{grid-template-columns:1fr;justify-items:center}.footer-links{justify-content:center;gap:18px}.footer-legal{display:grid;justify-items:center;gap:14px;text-align:center}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important}}
