:root{--ink:#f4f7f8;--muted:#aab5ba;--surface:#111518;--surface2:#191f22;--line:#333d41;--red:#f25561;--cyan:#4cc7d5;--gold:#f2b84b;--green:#42c79a}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--surface)}body{margin:0;background:var(--surface);color:var(--ink);font-family:"Microsoft YaHei UI","PingFang SC",Arial,sans-serif;letter-spacing:0}a{color:inherit;text-decoration:none}.topbar{position:sticky;top:0;z-index:20;height:68px;display:grid;grid-template-columns:minmax(210px,1fr) auto minmax(210px,1fr);align-items:center;gap:24px;padding:0 4vw;background:rgba(15,18,20,.96);border-bottom:1px solid var(--line)}.brand{display:inline-flex;align-items:center;gap:10px;width:max-content}.brand img{width:42px;height:42px;object-fit:contain}.brand span{display:flex;flex-direction:column}.brand strong{font-size:17px}.brand small{color:var(--muted);font-size:11px}.topbar nav{display:flex;gap:26px;color:#ced6d9;font-size:14px}.topbar nav a:hover{color:var(--cyan)}.topbar>.button{justify-self:end}.button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:4px;font-weight:700}.button-cyan{color:#101416;background:var(--cyan)}.button-red{color:#fff;background:var(--red)}.button-gold{color:#111518;background:var(--gold)}.button-dark{background:rgba(25,31,34,.92);border:1px solid #5c686d}.hero{position:relative;min-height:min(690px,72vh);display:flex;align-items:center;overflow:hidden;border-bottom:1px solid var(--line)}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,12,13,.96),rgba(10,12,13,.84) 48%,rgba(10,12,13,.35))}.hero-content{position:relative;z-index:2;width:min(720px,92vw);margin-left:8vw;padding:72px 0}.eyebrow,.kicker{color:var(--gold);font-size:14px;font-weight:800}.hero h1,.video-copy h1{margin:12px 0 18px;font-size:clamp(36px,5vw,66px);line-height:1.08}.lead{max-width:640px;color:#d1d9dc;font-size:18px;line-height:1.85}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.actions .button{min-height:50px;padding:0 22px}.release{display:flex;flex-wrap:wrap;gap:8px 20px;margin-top:22px;color:var(--muted);font:13px Consolas,monospace}.inner{width:min(1180px,92vw);margin:0 auto}.light-band,.product-band,.risk-band,.download-band{padding:72px 0}.light-band{background:#f3f5f4;color:#15191b}.section-title{display:grid;grid-template-columns:220px 1fr;gap:36px;align-items:end;padding-bottom:30px;border-bottom:1px solid #c8cecc}.section-title p{margin:0;color:#b93d47;font-size:13px;font-weight:800}.section-title h2,.product-grid h2,.risk-grid h2,.download-grid h2{margin:0;font-size:clamp(25px,3vw,40px);line-height:1.3}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:36px}.feature-grid article{min-height:220px;padding:24px 30px;border-left:1px solid #c8cecc}.feature-grid article:last-child{border-right:1px solid #c8cecc}.feature-grid b{color:#b93d47}.feature-grid h3{margin:42px 0 12px}.feature-grid p,.product-grid p,.download-grid p{color:#526064;line-height:1.85}.product-grid{display:grid;grid-template-columns:minmax(300px,.85fr) minmax(520px,1.65fr);gap:56px;align-items:center}.product-grid p{color:var(--muted);margin-top:24px}.product-grid ul{display:grid;gap:12px;padding-left:20px;color:#dce3e5}.product-grid li::marker{color:var(--green)}.product-grid img{display:block;width:100%;border:1px solid #465156;border-radius:6px}.risk-band{background:#e8ecea;color:#15191b}.risk-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px}.risk-grid .kicker{color:#b93d47}.risk-grid ol{margin:0;padding-left:24px;color:#3c494d;line-height:1.8}.risk-grid li{padding:13px;border-bottom:1px solid #bdc7c3}.download-band{background:#171c1f;border-top:1px solid var(--line)}.download-grid{display:grid;grid-template-columns:1.4fr .6fr;gap:70px;align-items:center}.download-grid p{color:var(--muted)}.download-actions{display:grid;gap:10px}footer{padding:28px 4vw;background:#0c0f10;border-top:1px solid var(--line);color:var(--muted);font-size:12px;text-align:center}.video-body{min-height:100vh;background:#0c1012}.video-stage{width:min(1060px,92vw);min-height:calc(100vh - 68px);margin:0 auto;padding:40px 0;display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:center}.video-copy span{color:var(--muted);font:13px Consolas,monospace}.video-shell{width:min(430px,100%);justify-self:center}.video-shell video{display:block;width:100%;aspect-ratio:9/16;max-height:calc(100vh - 210px);background:#000;border:1px solid #465156;border-radius:6px}.video-actions{display:grid;grid-template-columns:.8fr 1.2fr;gap:8px;margin-top:14px}.video-actions button{border:0;border-radius:4px;background:#22292c;color:var(--ink);font:700 14px inherit;cursor:pointer}@media(max-width:980px){.topbar{grid-template-columns:1fr auto}.topbar nav{display:none}.product-grid,.risk-grid,.download-grid,.video-stage{grid-template-columns:1fr}.feature-grid{grid-template-columns:1fr}.feature-grid article,.feature-grid article:last-child{min-height:auto;border-right:0;border-left:0;border-bottom:1px solid #c8cecc}.video-stage{gap:28px}.video-copy{text-align:center}}@media(max-width:680px){.topbar{height:62px;padding:0 16px}.brand small{display:none}.topbar>.button{padding:0 11px;font-size:13px}.hero{min-height:620px}.hero-shade{background:rgba(10,12,13,.8)}.hero-content{margin:0 20px;padding:54px 0}.lead{font-size:16px}.actions .button{width:100%}.light-band,.product-band,.risk-band,.download-band{padding:56px 0}.section-title{grid-template-columns:1fr;gap:8px}.video-actions{grid-template-columns:1fr}}
