*,*:before,*:after{box-sizing:border-box}*{margin:0}:root{--brand: #ff8a00;--brand-deep: #6b3f2d;--brand-soft: #fff0df;--bg: #fff8f1;--surface: #fffdf9;--surface-strong: #ffffff;--text: #32241d;--muted: #7d6b60;--subtle: #a58d7d;--line: rgba(107, 63, 45, .14);--shadow: 0 18px 50px rgba(95, 59, 38, .13);--radius: 8px}html{scroll-behavior:smooth}body{min-width:320px;overflow-x:hidden;background:var(--bg);color:var(--text);font-family:PingFang SC,Microsoft YaHei,Helvetica Neue,Arial,sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}.container{width:min(1120px,calc(100% - 40px));margin:0 auto}.nav{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px max(20px,calc((100vw - 1120px)/2));background:#fff8f1e6;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand{display:inline-flex;align-items:center;gap:10px;min-width:150px;flex:0 0 auto}.brand-logo{display:block;flex:0 0 42px;width:42px;height:42px;max-width:42px;max-height:42px;border-radius:0;background:transparent;box-shadow:none;object-fit:contain}.brand-name,.footer-brand{font-size:18px;font-weight:800;letter-spacing:0}.footer-brand{justify-self:start;display:flex;flex-direction:column;align-items:center;gap:2px;width:max-content;line-height:1.2}.footer-brand small{color:var(--muted);font-size:14px;font-weight:600;letter-spacing:0}.brand-name strong,.footer-brand strong{color:var(--brand)}.nav-links{display:flex;align-items:center;gap:28px;color:var(--muted);font-size:14px;font-weight:600}.nav-links a:hover{color:var(--brand-deep)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 20px;border-radius:8px;font-size:14px;font-weight:800;border:0;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{color:#fff;background:var(--brand);box-shadow:0 10px 24px #ff8a003d}.btn-secondary{color:var(--brand-deep);background:#ffffff9e;border:1px solid var(--line)}.nav-cta{min-width:112px}.hero{padding:84px 0 72px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:54px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--brand);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.eyebrow:before{content:"";width:18px;height:3px;border-radius:999px;background:var(--brand)}.hero h1,.section h2,.download h2{margin-top:18px;color:var(--text);line-height:1.08;font-weight:900;letter-spacing:0}.hero h1{font-size:clamp(32px,4.4vw,52px)}.mobile-title-break{display:none}.section h2,.download h2{font-size:clamp(26px,3vw,36px);white-space:nowrap}.hero-lead{max-width:620px;margin-top:24px;color:var(--muted);font-size:18px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}.hero-note{margin-top:16px;color:var(--subtle);font-size:13px}.hero-showcase{position:relative;min-height:500px;perspective:1200px;transform-style:preserve-3d;isolation:isolate;transform:scale(.88);transform-origin:center}.hero-showcase::-webkit-scrollbar{display:none}.hero-showcase:before{content:"";position:absolute;top:8%;right:4%;bottom:6%;left:4%;border-radius:999px;background:radial-gradient(circle at 50% 42%,rgba(255,138,0,.18),transparent 58%),radial-gradient(circle at 62% 68%,rgba(107,63,45,.09),transparent 56%);filter:blur(22px);z-index:-1}.phone-shot{--x: 0px;--y: 0px;--r: 0deg;--s: 1;position:absolute;left:50%;top:50%;width:198px;aspect-ratio:9 / 16;border-radius:16px;background:#fffdf9;box-shadow:0 18px 44px #5f3b2638,0 0 0 1px #6b3f2d1a;overflow:hidden;transform:translate3d(calc(-50% + var(--x)),calc(-50% + var(--y)),0) rotate(var(--r)) rotateY(-18deg) rotateX(5deg) scale(var(--s));transform-origin:center;transition:transform .18s ease-out,box-shadow .18s ease-out,z-index .18s step-end;cursor:zoom-in}.phone-shot img{display:block;width:100%;height:100%;object-fit:contain}.phone-shot:hover{z-index:10;box-shadow:0 26px 58px #5f3b2642,0 0 42px #ff8a002e,0 0 0 1px #ff8a0033;transform:translate3d(calc(-50% + var(--x)),calc(-50% + var(--y)),80px) rotate(0) rotateY(0) rotateX(0) scale(1.06)}.shot-main{z-index:6}.shot-left{z-index:4}.shot-right{z-index:5}.shot-back-left{z-index:2}.shot-back-right{z-index:3}.shot-bottom{z-index:1}.product-panel{position:relative;padding:22px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(180deg,#ffffffe6,#fff6ebf5),var(--surface);box-shadow:var(--shadow)}.product-panel:before{content:"";position:absolute;inset:-42px -52px auto auto;width:160px;height:160px;border-radius:999px;background:#ff8a0021;filter:blur(6px);z-index:-1}.panel-top{display:flex;align-items:center;gap:10px;padding-bottom:16px;border-bottom:1px solid var(--line);color:var(--muted);font-size:13px;font-weight:700}.panel-top strong{margin-left:auto;color:var(--brand-deep)}.live-dot{width:10px;height:10px;border-radius:50%;background:#17b26a;box-shadow:0 0 0 5px #17b26a1f}.transcript{display:grid;gap:14px;padding:22px 0}.transcript div{padding:14px;border-radius:8px;background:#ffffffa8;border:1px solid rgba(107,63,45,.09)}.transcript span{display:block;margin-bottom:5px;color:var(--brand);font-size:12px;font-weight:900}.transcript p{color:var(--text);font-size:14px}.decision-card{padding:16px;border-radius:8px;color:#fff;background:linear-gradient(135deg,#6b3f2d,#3c2821)}.decision-title{margin-bottom:8px;color:#ffd9a3;font-size:12px;font-weight:900}.decision-card ul{display:grid;gap:6px;padding-left:18px;font-size:13px}.section{padding:84px 0;border-top:1px solid var(--line)}.section-warm{background:#fff2e3}.section-plain{background:var(--surface)}.section-head{max-width:720px;margin-bottom:42px}.section-head h2,.download h2{font-size:clamp(26px,3vw,36px)}.section-head p,.download p{margin-top:14px;color:var(--muted);font-size:16px}.scenario-marquee{position:relative;overflow:hidden;width:100%;padding:28px 0 34px;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 42px,#000 calc(100% - 42px),transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 42px,#000 calc(100% - 42px),transparent 100%);scrollbar-width:none}.scenario-marquee::-webkit-scrollbar{display:none}.scenario-marquee:before,.scenario-marquee:after{display:none}.scenario-track{display:flex;gap:16px;width:max-content;min-width:max-content;will-change:transform}.scenario-set{display:flex;flex:0 0 auto}.scenario-card{flex:0 0 292px;border-radius:8px;transition:transform .18s ease}.scenario-card:hover{transform:translateY(-4px)}.scenario-card-inner{overflow:hidden;height:100%;border:1px solid rgba(107,63,45,.14);border-radius:8px;background:#ffffffbd;box-shadow:0 12px 30px #5f3b2614;transition:filter .18s ease,box-shadow .18s ease}.scenario-card:hover .scenario-card-inner{box-shadow:0 14px 30px #5f3b261a;filter:drop-shadow(0 0 8px rgba(255,138,0,.24)) drop-shadow(0 0 18px rgba(255,138,0,.16))}.scenario-card img{display:block;width:100%;aspect-ratio:16 / 10;object-fit:cover}.scenario-card-body{padding:16px}.scenario-card h3{color:var(--brand-deep);font-size:17px;line-height:1.25;font-weight:900}.scenario-card p{margin-top:8px;color:var(--muted);font-size:14px;line-height:1.65}@media (prefers-reduced-motion: reduce){.scenario-marquee{overflow-x:auto}}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.feature-card{position:relative;display:flex;flex-direction:column;gap:20px;min-height:176px;padding:22px;border:1px solid rgba(107,63,45,.1);border-radius:8px;background:linear-gradient(135deg,#ff8a0014,#ffffffb8 42%),var(--surface-strong);box-shadow:0 12px 30px #5f3b260e;overflow:hidden;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.feature-card:after{content:"";position:absolute;inset:auto 18px 0;height:3px;border-radius:999px 999px 0 0;background:#ff8a0038;transform:scaleX(.32);transform-origin:left;transition:transform .16s ease,background .16s ease}.feature-card:hover{transform:translateY(-3px);border-color:#ff8a0047;box-shadow:0 16px 34px #5f3b2617}.feature-card:hover:after{transform:scaleX(1);background:#ff8a009e}.feature-card-head{display:flex;align-items:center;gap:16px;min-width:0}.feature-icon,.platform-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:8px;color:var(--brand);background:#ff8a001a}.feature-icon{flex:0 0 48px}.feature-icon svg,.platform-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.platform-icon svg{width:30px;height:30px}.platform-icon img{display:block;width:30px;height:30px;object-fit:contain}.feature-icon svg circle[fill=currentColor]{fill:currentColor}.platform-icon svg [fill=currentColor],.platform-icon svg circle[fill="#fff"]{fill:currentColor}.platform-icon svg [stroke=none]{stroke:none}.platform-icon svg circle[fill="#fff"]{fill:#fff}.feature-card h3{font-size:18px;font-weight:900}.feature-card h3{min-width:0;line-height:1.25}.feature-card p{margin-top:8px;color:var(--muted);font-size:14px}.feature-card p{line-height:1.7;max-width:100%}.workflow-visual{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(280px,.95fr) minmax(420px,1.35fr);gap:18px;align-items:stretch;position:relative}.workflow-panel{position:relative;min-width:0;border-radius:8px;background:#ffffffd1;box-shadow:0 16px 42px #5f3b2612}.workflow-panel{padding:24px;border:1px solid rgba(107,63,45,.09)}.workflow-results{display:flex;flex-direction:column}.workflow-panel-head span{color:var(--brand);font-size:12px;font-weight:900;letter-spacing:.12em}.workflow-panel-head h3{margin-top:8px;color:var(--ink);font-size:22px;font-weight:900;line-height:1.35}.source-orbit{display:grid;gap:14px;margin-top:22px}.source-node{position:relative;display:grid;gap:9px;padding:0 0 16px;border-radius:8px;background:transparent}.source-node:after{content:"";position:absolute;right:-48px;top:78px;width:42px;height:1px;background:linear-gradient(90deg,#ff8a004d,#ff8a0000);display:none}.source-node:last-child:after{display:none}.source-node strong{color:var(--ink);font-size:16px;font-weight:900;line-height:1.2}.source-node img{display:block;width:100%;aspect-ratio:16 / 8.5;object-fit:contain;background:transparent}.source-node p{color:var(--muted);font-size:13px;line-height:1.55}.workflow-engine{position:relative;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:18px;overflow:hidden;padding:30px 24px;border-radius:8px;background:transparent;box-shadow:none}.engine-core{position:relative;z-index:1;display:grid;place-items:center;align-content:center;width:148px;height:148px;margin:0 auto 20px;border-radius:999px;color:#fff;text-align:center;background:linear-gradient(135deg,#ff6b38,#ff8a3d);box-shadow:0 20px 46px #ff623040}.engine-divider{position:relative;z-index:1;height:1px;margin:0 8px 14px;background:linear-gradient(90deg,#ff8a0000,#ff8a006b,#ff8a0000)}.engine-ring{position:absolute;top:-18px;right:-18px;bottom:-18px;left:-18px;border:1px dashed rgba(255,138,0,.34);border-radius:inherit}.engine-core strong{font-size:20px;font-weight:900}.engine-core p{margin-top:8px;color:#ffffffd1;font-size:12px;line-height:1.45}.engine-core p span{display:block}.process-steps{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.process-steps span{display:grid;place-items:center;min-height:34px;padding:0 10px;border-radius:8px;color:var(--muted);font-size:12px;font-weight:800;background:#ffffffc7;box-shadow:0 6px 16px #5f3b260b}.knowledge-box{position:relative;z-index:1;padding:16px;border-radius:8px;text-align:center;background:linear-gradient(135deg,#fff5ecfa,#ffffffe6);border:1px solid rgba(255,138,0,.14)}.knowledge-box span{color:var(--brand);font-size:14px;font-weight:900;letter-spacing:.08em}.knowledge-box strong{display:block;margin-top:7px;color:var(--ink);font-size:15px;font-weight:900;line-height:1.55}.knowledge-box strong span{display:block}.insight-scenario-grid{display:grid;flex:1;grid-template-rows:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px}.insight-scenario-card{display:grid;grid-template-columns:minmax(0,1fr) 176px;gap:12px;align-items:center;min-height:0;overflow:hidden;padding:13px 14px 13px 16px;border-radius:8px;background:linear-gradient(135deg,#fff8f1f5,#ffffffe0)}.scenario-copy span{display:inline-flex;color:var(--brand);font-size:14px;font-weight:900}.scenario-copy h3{margin-top:8px;color:var(--ink);font-size:18px;font-weight:900;line-height:1.35}.scenario-copy p{margin-top:7px;color:var(--muted);font-size:13px;line-height:1.65}.scenario-preview{align-self:center;height:198px;overflow:hidden;border-radius:8px;background:#ffffff9e;box-shadow:inset 0 0 0 1px #6b3f2d0f}.scenario-preview img{display:block;width:100%;height:auto;object-fit:contain;transform:translateY(-16px)}.download{padding:84px 0;border-top:1px solid var(--line);background:linear-gradient(135deg,#fff8f1,#fff0df)}.static-page{min-height:calc(100vh - 178px);padding:72px 0 84px;background:linear-gradient(180deg,#fff0dfb8,#fff8f1f5),var(--bg)}.static-page-card{max-width:920px;margin:0 auto;padding:42px 48px;border:1px solid var(--line);border-radius:8px;background:var(--surface-strong);box-shadow:0 14px 42px #5f3b2614}.static-page-card h1{margin-top:16px;color:var(--text);font-size:clamp(28px,4vw,42px);line-height:1.2;font-weight:900}.static-page-state{display:grid;min-height:280px;place-items:center;text-align:center}.static-page-state h1{margin:0 0 18px;font-size:24px}.static-content-body{margin-top:30px;color:var(--text);font-size:16px;line-height:1.85}.static-content-body h1,.static-content-body h2,.static-content-body h3{margin:1.4em 0 .65em;color:var(--brand-deep);line-height:1.28}.static-content-body h1{font-size:28px}.static-content-body h2{font-size:23px}.static-content-body h3{font-size:19px}.static-content-body p,.static-content-body ul,.static-content-body ol{margin:0 0 1em}.static-content-body ul,.static-content-body ol{padding-left:1.4em}.static-content-body a{color:var(--brand);font-weight:700;text-decoration:underline;text-underline-offset:3px}.static-content-body img{display:block;max-width:100%;height:auto;margin:18px auto;border-radius:8px}.download-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1fr);gap:48px;align-items:center}.download-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.market-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.market-list span{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 13px 0 10px;border:1px solid rgba(255,138,0,.24);border-radius:999px;color:var(--brand-deep);background:#ffffff94;font-size:13px;font-weight:800}.market-list img{display:block;width:16px;height:16px;object-fit:contain;border-radius:4px}.download-card{display:flex;min-height:150px;flex-direction:column;justify-content:center;align-items:center;gap:9px;padding:18px;border:1px solid var(--line);border-radius:8px;background:#ffffffb8;color:inherit;cursor:pointer;text-align:center}.download-card.active{border-color:#ff8a006b;box-shadow:0 12px 30px #ff8a001f}.download-card.muted{color:var(--subtle);cursor:default}.download-card.muted .platform-icon{background:#d9d2cc}.download-card.muted .platform-icon img{filter:brightness(0) invert(1);opacity:.96}.download-card.muted small{color:var(--subtle)}.download-card strong{font-size:15px}.download-card small{color:var(--muted);font-size:12px}.footer{border-top:1px solid var(--line);background:var(--surface)}.footer-inner{display:grid;grid-template-columns:minmax(150px,.7fr) minmax(520px,1.6fr) minmax(220px,.7fr);gap:24px;align-items:center;padding:28px 0}.footer-links{display:flex;flex-direction:column;gap:4px;align-items:center;justify-content:center;color:var(--muted);font-size:13px;font-weight:700}.footer-link-row{display:flex;gap:20px;justify-content:center}.footer-records{display:grid;gap:5px;color:var(--subtle);font-size:12px;font-weight:500;line-height:1.35}.footer-record-row{display:grid;grid-template-columns:72px 210px minmax(270px,1fr);column-gap:28px;row-gap:3px;align-items:center;justify-content:center;white-space:nowrap}.footer-record-link{color:inherit;text-decoration:none}.footer-record-link:hover{color:var(--brand-deep)}.footer-icp-record{justify-self:start}.footer-police-record{display:inline-flex;align-items:center;gap:5px;justify-self:start}.footer-police-record img{width:14px;height:14px;object-fit:contain;flex:0 0 auto}.footer-legal{display:flex;flex-direction:column;align-items:center;gap:2px;color:var(--muted);font-size:12px;line-height:1.3;text-align:center;justify-self:end}.footer-legal img{display:block;width:72px;height:27px;object-fit:contain}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;padding:24px;background:#20171275;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.download-modal{position:relative;width:min(420px,100%);padding:34px 28px 28px;border-radius:8px;border:1px solid var(--line);background:var(--surface-strong);box-shadow:var(--shadow);text-align:center}.modal-close{position:absolute;top:12px;right:12px;width:34px;height:34px;border:0;border-radius:8px;background:var(--brand-soft);color:var(--brand-deep);cursor:pointer;font-size:22px;line-height:1}.modal-logo{width:58px;height:58px;margin:0 auto 14px;border-radius:8px;box-shadow:0 0 0 1px var(--line)}.download-modal h2{font-size:24px;line-height:1.2;font-weight:900}.download-modal p{margin-top:10px;color:var(--muted);font-size:14px}.qr-wrap{width:240px;height:240px;margin:22px auto 14px;padding:10px;border:1px solid var(--line);border-radius:8px;background:#fff}.qr-wrap img{width:100%;height:100%;display:block}.download-market{margin-top:4px;color:var(--brand-deep);font-size:15px;font-weight:800}@media (max-width: 940px){.nav-links{display:none}.hero-grid,.download-grid{grid-template-columns:1fr;gap:40px}.product-panel{max-width:520px}.hero-showcase{min-height:560px;max-width:560px;width:100%;margin:0 auto}.feature-grid{grid-template-columns:repeat(2,1fr)}.workflow-visual{grid-template-columns:1fr}.source-node:after{display:none}.workflow-engine{min-height:360px}.footer-inner{grid-template-columns:1fr;justify-items:center;text-align:center}.footer-links{justify-content:center;width:100%}.footer-records{width:min(100%,560px)}.footer-record-row{grid-template-columns:1fr;gap:3px;justify-items:center;white-space:normal}.footer-legal{align-items:center}}@media (max-width: 620px){.container{width:min(100% - 28px,1120px)}.nav{padding:12px 14px}.nav-cta{display:none}.hero{padding-top:56px}.hero h1{font-size:30px;overflow-wrap:anywhere;word-break:break-word}.mobile-title-break{display:block}.hero-lead{overflow-wrap:anywhere;word-break:break-word}.section h2,.download h2{white-space:normal}.hero-showcase{display:flex;gap:14px;min-height:420px;margin-inline:-14px;padding:18px 14px 28px;overflow-x:auto;perspective:none;scrollbar-width:none}.hero-showcase:before{top:18%;right:8%;bottom:18%;left:8%}.phone-shot,.phone-shot:hover{position:relative;left:auto;top:auto;flex:0 0 210px;width:210px;transform:rotate(-2deg)}.phone-shot:nth-child(2n),.phone-shot:nth-child(2n):hover{transform:rotate(2deg)}.feature-grid,.workflow-visual,.download-cards{grid-template-columns:1fr}.scenario-card{flex-basis:264px}.static-page{padding:42px 0 56px}.static-page-card{padding:28px 20px}}.promo-video{padding:32px 0 48px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fff0dfc2,#fff8f1fa 76%),var(--bg)}.promo-video-stage{position:relative;aspect-ratio:16 / 9}.promo-video-frame{overflow:hidden;width:100%;height:100%;border:1px solid rgba(107,63,45,.18);border-radius:8px;background:#fff;box-shadow:0 22px 52px #5f3b2626;will-change:transform}.promo-video-frame.is-floating{position:fixed;right:24px;bottom:24px;z-index:19;width:min(360px,calc(100vw - 48px));height:auto;aspect-ratio:16 / 9;box-shadow:0 18px 44px #47281747}.promo-video-player{display:block;width:100%;height:100%;background:#fff;object-fit:cover}@media (max-width: 620px){.promo-video{padding:24px 0 32px}.promo-video-frame.is-floating{right:16px;bottom:16px;width:min(280px,calc(100vw - 32px))}}
