:root{--red:#e31d2a;--ink:#20242a;--muted:#72777e;--cream:#f7f4ed;--warm:#f2d6a7;--line:#e9e5de;--white:#fff;--green:#287753}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.site-header{position:sticky;z-index:30;top:0;display:flex;width:100%;height:76px;padding:0 max(4vw,32px);align-items:center;border-bottom:1px solid rgba(32,36,42,.08);background:rgba(255,255,255,.94);backdrop-filter:blur(14px)}.brand{display:flex;align-items:center}.brand-mark{position:relative;display:flex;width:38px;height:38px;margin-right:11px;align-items:flex-end;justify-content:center;gap:3px;overflow:hidden;border-radius:11px;background:var(--red);transform:rotate(-4deg)}.brand-mark i{display:block;width:5px;border-radius:3px 3px 0 0;background:#fff}.brand-mark i:nth-child(1){height:13px}.brand-mark i:nth-child(2){height:22px}.brand-mark i:nth-child(3){height:28px}.brand>span:last-child{display:flex;flex-direction:column}.brand strong{font-size:20px;font-weight:850;letter-spacing:1px}.brand small{margin-top:1px;color:#999;font-size:9px;letter-spacing:2px}.site-header nav{display:flex;margin:auto;gap:42px}.site-header nav a{position:relative;color:#555b62;font-size:14px}.site-header nav a::after{position:absolute;right:0;bottom:-10px;left:0;height:2px;background:var(--red);content:"";transform:scaleX(0);transition:.2s}.site-header nav a:hover::after{transform:scaleX(1)}.admin-link{display:flex;height:42px;padding:0 19px;align-items:center;border-radius:8px;background:var(--ink);color:#fff;font-size:14px;font-weight:650}.admin-link span,.primary-button span,.closing-section>a span{margin-left:14px}.hero-section{display:grid;max-width:1320px;min-height:680px;margin:auto;padding:92px 40px 70px;align-items:center;grid-template-columns:1fr 1fr;gap:80px}.eyebrow{display:flex;margin:0 0 20px;align-items:center;color:#9b661f;font-size:12px;font-weight:750;letter-spacing:2px}.eyebrow span{width:24px;height:3px;margin-right:10px;background:var(--red)}.hero-copy h1{margin:0;color:#1e2228;font-size:clamp(52px,5vw,76px);font-weight:850;letter-spacing:-4px;line-height:1.08}.hero-copy h1 em{color:var(--red);font-style:normal}.hero-lead{max-width:600px;margin:30px 0 0;color:#656b72;font-size:18px;line-height:1.9}.hero-actions{display:flex;margin-top:38px;align-items:center;gap:30px}.primary-button{display:flex;height:54px;padding:0 25px;align-items:center;border-radius:9px;background:var(--red);box-shadow:0 12px 26px rgba(227,29,42,.2);color:#fff;font-size:15px;font-weight:700}.text-button{padding:10px 0;border-bottom:1px solid #bbb4aa;color:#393e45;font-size:14px}.text-button span{margin-left:12px;color:var(--red)}.hero-trust{display:flex;margin-top:46px;gap:22px;color:#88837d;font-size:13px}.hero-trust span{position:relative;padding-left:13px}.hero-trust span::before{position:absolute;left:0;top:7px;width:4px;height:4px;border-radius:50%;background:#d7a858;content:""}.hero-visual{position:relative;padding:28px;border:1px solid #ead9bc;border-radius:20px;background:linear-gradient(145deg,#fff3d7,#f1d4a1);box-shadow:0 30px 70px rgba(82,57,28,.15)}.hero-visual::before,.hero-visual::after{position:absolute;border:1px solid rgba(97,66,29,.12);border-radius:50%;content:""}.hero-visual::before{right:-42px;top:-50px;width:160px;height:160px}.hero-visual::after{right:-110px;bottom:-120px;width:310px;height:310px}.visual-head,.dispatch-row,.visual-metrics,.trip-card{position:relative;z-index:2}.visual-head{display:flex;align-items:center;justify-content:space-between}.visual-head small,.visual-head strong{display:block}.visual-head small{color:#92734f;font-size:12px}.visual-head strong{margin-top:5px;font-size:22px}.online-dot{padding:7px 11px;border-radius:999px;background:#e9f5ee;color:var(--green);font-size:12px}.online-dot::before{display:inline-block;width:6px;height:6px;margin-right:6px;border-radius:50%;background:#36a270;content:""}.trip-card{display:grid;margin-top:24px;padding:22px;align-items:center;border:1px solid rgba(113,78,38,.12);border-radius:14px;background:rgba(255,255,255,.82);grid-template-columns:82px 22px 1fr auto}.trip-time strong,.trip-time small{display:block}.trip-time strong{font-size:24px}.trip-time small{margin-top:4px;color:#9b8a76;font-size:11px}.route-line{display:flex;height:67px;align-items:center;flex-direction:column}.route-line i{width:7px;height:7px;border:2px solid var(--red);border-radius:50%;background:#fff}.route-line i:last-child{border-color:#272c32}.route-line b{width:1px;flex:1;background:#d4cec5}.trip-route strong,.trip-route span{display:block}.trip-route strong{font-size:15px}.trip-route span{margin:7px 0;color:#9a8a78;font-size:11px}.vehicle-token{display:flex;align-items:center;flex-direction:column;color:#796549;font-size:10px}.vehicle-token svg{width:70px;fill:#2f788b}.vehicle-token circle{fill:#30343a}.dispatch-row{display:flex;margin-top:14px;padding:16px 18px;align-items:center;border-radius:12px;background:rgba(32,36,42,.92);color:#fff}.driver-avatar{display:flex;width:40px;height:40px;margin-right:12px;align-items:center;justify-content:center;border-radius:12px;background:var(--red);font-weight:750}.dispatch-row>div:nth-child(2){min-width:0;flex:1}.dispatch-row strong,.dispatch-row span{display:block}.dispatch-row strong{font-size:13px}.dispatch-row span{margin-top:4px;color:#aeb3b9;font-size:10px}.dispatch-row b{color:#70d69e;font-size:11px}.visual-metrics{display:grid;margin-top:14px;padding:18px 0;border-radius:12px;background:rgba(255,255,255,.62);grid-template-columns:repeat(4,1fr)}.visual-metrics div{text-align:center;border-right:1px solid rgba(70,53,33,.11)}.visual-metrics div:last-child{border:0}.visual-metrics strong,.visual-metrics span{display:block}.visual-metrics strong{font-size:13px}.visual-metrics span{margin-top:4px;color:#927e67;font-size:10px}.scene-strip{padding:34px 4vw;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#faf9f6;text-align:center}.scene-strip p{margin:0 0 20px;color:#99928a;font-size:12px;letter-spacing:2px}.scene-strip div{display:flex;justify-content:center;gap:clamp(24px,4vw,64px);color:#3d4248;font-size:14px;font-weight:650}.section{max-width:1320px;margin:auto;padding:120px 40px}.section-heading{display:grid;align-items:end;grid-template-columns:1.2fr 1fr}.section-heading .eyebrow{grid-column:1/-1}.section-heading h2{margin:0;font-size:44px;letter-spacing:-2px;line-height:1.25}.section-heading>p:last-child{margin:0 0 5px;color:#777c82;font-size:16px;line-height:1.9}.solution-grid{display:grid;margin-top:62px;grid-template-columns:repeat(3,1fr);gap:20px}.solution-card{position:relative;min-height:420px;padding:34px 31px;border:1px solid var(--line);background:#fff;transition:.25s}.solution-card:hover{transform:translateY(-7px);box-shadow:0 22px 55px rgba(32,36,42,.09)}.solution-card.featured{border-color:#ead7b8;background:#fffaf1}.card-index{color:#bbb5ad;font-size:12px;letter-spacing:2px}.scene-icon{position:relative;width:72px;height:72px;margin:54px 0 27px;border-radius:21px;background:#fff0f1;color:var(--red)}.solution-card:nth-child(2) .scene-icon{background:#edf5f7;color:#2f788b}.solution-card:nth-child(3) .scene-icon{background:#fff3dc;color:#a96b12}.meeting-icon{display:flex;padding:17px;align-items:flex-end;justify-content:center;gap:5px}.meeting-icon i{width:9px;border:3px solid currentColor;border-radius:5px 5px 2px 2px}.meeting-icon i:nth-child(1){height:25px}.meeting-icon i:nth-child(2){height:37px}.meeting-icon i:nth-child(3){height:30px}.business-icon i{position:absolute;left:18px;top:24px;width:38px;height:26px;border:3px solid currentColor;border-radius:4px}.business-icon i::before{position:absolute;left:10px;top:-11px;width:13px;height:8px;border:3px solid currentColor;border-bottom:0;border-radius:5px 5px 0 0;content:""}.dispatch-icon i:first-child{position:absolute;left:17px;top:29px;width:39px;height:21px;border:3px solid currentColor;border-radius:5px}.dispatch-icon i:first-child::before,.dispatch-icon i:first-child::after{position:absolute;bottom:-8px;width:9px;height:9px;border:3px solid currentColor;border-radius:50%;background:#fff;content:""}.dispatch-icon i:first-child::before{left:4px}.dispatch-icon i:first-child::after{right:4px}.dispatch-icon i:last-child{position:absolute;left:25px;top:20px;width:23px;height:12px;border-top:3px solid currentColor}.solution-card h3{margin:0;font-size:24px}.solution-card p{min-height:86px;margin:16px 0 0;color:#747980;font-size:14px;line-height:1.8}.solution-card ul{margin:26px 0 0;padding:20px 0 0;border-top:1px solid var(--line);list-style:none}.solution-card li{position:relative;margin-top:9px;padding-left:15px;color:#565c63;font-size:13px}.solution-card li::before{position:absolute;left:0;top:7px;width:5px;height:5px;background:#dda853;content:""}.capability-section{display:grid;max-width:none;padding-right:max(4vw,40px);padding-left:max(4vw,40px);background:#20252d;color:#fff;grid-template-columns:.8fr 1.2fr;gap:90px}.eyebrow.light{color:#d6ad68}.capability-intro h2{margin:0;font-size:44px;line-height:1.3}.capability-intro>p:not(.eyebrow){margin:25px 0 0;color:#acb1b8;font-size:15px;line-height:1.9}.capability-intro>a{display:inline-flex;margin-top:32px;padding-bottom:7px;border-bottom:1px solid #70757c;color:#fff;font-size:14px}.capability-intro>a span{margin-left:25px;color:#f0bb61}.capability-list article{display:grid;padding:30px 0;border-top:1px solid #3c424b;grid-template-columns:70px 1fr}.capability-list article:last-child{border-bottom:1px solid #3c424b}.capability-list b{color:#e3b76d;font-size:12px}.capability-list h3{margin:0;font-size:24px}.capability-list p{margin:10px 0 0;color:#aeb3ba;font-size:14px;line-height:1.8}.section-heading.compact{display:block}.process-line{position:relative;display:grid;margin-top:65px;grid-template-columns:repeat(5,1fr)}.process-line::before{position:absolute;top:23px;right:8%;left:8%;height:1px;background:#ddd7cf;content:""}.process-line article{position:relative;text-align:center}.process-line b{position:relative;z-index:2;display:flex;width:48px;height:48px;margin:auto;align-items:center;justify-content:center;border:1px solid #d9d2c9;border-radius:50%;background:#fff;color:#a26d27;font-size:11px}.process-line article:nth-child(2) b,.process-line article:nth-child(4) b{background:#fff6e8}.process-line h3{margin:23px 0 0;font-size:17px}.process-line p{margin:8px 0 0;color:#92969b;font-size:12px}.closing-section{display:flex;max-width:calc(1320px - 80px);margin-bottom:100px;padding:65px 70px;align-items:center;justify-content:space-between;background:#20252d;color:#fff}.closing-section h2{max-width:760px;margin:0;font-size:38px}.closing-section div>p:last-child{max-width:680px;margin:18px 0 0;color:#adb2b9;line-height:1.8}.closing-section>a{display:flex;height:52px;padding:0 24px;align-items:center;flex:none;background:var(--red);font-size:14px;font-weight:700}footer{display:grid;padding:44px max(4vw,32px);align-items:center;border-top:1px solid var(--line);background:#faf9f6;grid-template-columns:1fr auto 1fr}.footer-brand{display:flex;align-items:center}.footer-brand .brand-mark{width:34px;height:34px}.footer-brand strong,.footer-brand small{display:block}.footer-brand small{margin-top:4px;color:#999;font-size:11px}.footer-links{display:flex;gap:30px;color:#666b72;font-size:12px}footer>p{margin:0;color:#aaa;font-size:11px;text-align:right}@media(max-width:980px){.site-header nav{display:none}.admin-link{margin-left:auto}.hero-section{min-height:auto;padding-top:65px;grid-template-columns:1fr;gap:55px}.hero-copy{max-width:720px}.section-heading{display:block}.section-heading>p:last-child{margin-top:20px}.solution-grid{grid-template-columns:1fr}.solution-card{min-height:auto}.scene-icon{margin-top:35px}.capability-section{grid-template-columns:1fr}.scene-strip div{flex-wrap:wrap}.closing-section{margin-right:25px;margin-left:25px}.process-line{gap:12px}}@media(max-width:680px){.site-header{height:66px;padding:0 18px}.brand strong{font-size:18px}.brand small{display:none}.brand-mark{width:34px;height:34px}.admin-link{height:38px;padding:0 13px;font-size:12px}.hero-section{padding:54px 20px 45px}.hero-copy h1{font-size:46px;letter-spacing:-2px}.hero-lead{font-size:16px}.hero-actions{align-items:flex-start;flex-direction:column;gap:15px}.hero-trust{flex-wrap:wrap;gap:12px 18px}.hero-visual{padding:18px}.trip-card{grid-template-columns:65px 18px 1fr}.vehicle-token{display:none}.visual-metrics{grid-template-columns:1fr 1fr;gap:15px 0}.visual-metrics div:nth-child(2){border:0}.scene-strip{padding:28px 20px}.scene-strip div{gap:18px 26px}.section{padding:80px 20px}.section-heading h2,.capability-intro h2{font-size:34px}.solution-grid{margin-top:40px}.capability-section{padding:80px 20px;gap:45px}.process-line{grid-template-columns:1fr}.process-line::before{top:20px;bottom:20px;left:23px;width:1px;height:auto}.process-line article{display:grid;padding:12px 0;text-align:left;grid-template-columns:48px 1fr;column-gap:16px}.process-line b{grid-row:1/3}.process-line h3{margin:3px 0 0}.process-line p{margin-top:4px}.closing-section{display:block;margin:0 20px 70px;padding:45px 28px}.closing-section h2{font-size:31px}.closing-section>a{margin-top:30px;justify-content:center}footer{display:flex;align-items:flex-start;flex-direction:column;gap:25px}.footer-links{flex-wrap:wrap}footer>p{text-align:left}}
