:root{color:#123428;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;font-synthesis:none;line-height:1.5;text-rendering:optimizeLegibility;--green: #0f6b44;--green-deep: #0a3f2d;--green-soft: #eaf7ef;--mint: #cfeedd;--text: #123428;--muted: #62736b;--line: #e7eee9;--surface: #ffffff;--surface-soft: #f6faf8;--shadow: 0 22px 70px rgba(19, 70, 48, .1);--radius: 8px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;color:var(--text);background:radial-gradient(circle at 8% 2%,rgba(179,236,202,.42),transparent 30%),linear-gradient(180deg,#fbfffc,#fff 34%,#f7faf8)}button,input,textarea{font:inherit}button{cursor:pointer}.container{width:min(1520px,calc(100% - 80px));margin:0 auto}.section{padding:96px 0}.section-anchor{scroll-margin-top:156px}.muted-section{background:linear-gradient(180deg,#f7fbf8,#fff)}.section-heading{max-width:560px}.section-heading.centered{max-width:760px;margin:0 auto 48px;text-align:center}.eyebrow{display:inline-flex;margin-bottom:14px;color:var(--green);font-size:14px;font-weight:700;letter-spacing:0}h1,h2,h3,p{margin:0}h1{max-width:880px;margin:0 auto;font-size:clamp(42px,7vw,78px);line-height:1.08;font-weight:800;letter-spacing:0}h2{font-size:clamp(30px,4vw,50px);line-height:1.14;font-weight:780;letter-spacing:0}h3{font-size:22px;line-height:1.24;font-weight:740}p{color:var(--muted);font-size:17px;line-height:1.82}.site-header{position:fixed;top:0;right:0;left:0;z-index:20;border-bottom:1px solid rgba(231,238,233,.7);background:#ffffffc2;-webkit-backdrop-filter:saturate(180%) blur(18px);backdrop-filter:saturate(180%) blur(18px)}.nav{display:flex;align-items:center;justify-content:space-between;min-height:72px;gap:24px}.brand,.nav-list button,.footer-links button{border:0;background:transparent;color:inherit}.brand{display:inline-flex;align-items:center;gap:11px;padding:0;font-size:19px;font-weight:800;white-space:nowrap}.brand-mark{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:14px;background:#ffffffd1;box-shadow:0 10px 26px #1052341f,inset 0 0 0 1px #0c4b3214;overflow:hidden}.brand-mark img{display:block;width:42px;height:42px;object-fit:contain}.nav-list{display:flex;align-items:center;gap:4px;padding:0;margin:0;list-style:none}.nav-list button{min-height:38px;padding:0 13px;border-radius:999px;color:#2f4c3f;font-size:14px;transition:background .2s ease,color .2s ease}.nav-list button:hover{color:var(--green);background:var(--green-soft)}.menu-toggle{display:none;width:42px;height:42px;align-items:center;justify-content:center;flex-direction:column;gap:5px;border:1px solid var(--line);border-radius:50%;background:#ffffffdb}.menu-toggle span{width:18px;height:2px;border-radius:999px;background:var(--green-deep)}.hero{position:relative;display:flex;min-height:820px;overflow:hidden;align-items:center;padding:150px 0 132px;background:#edf7f1}.hero-image,.hero-shade{position:absolute;top:0;right:0;bottom:0;left:0}.hero-image{width:100%;height:100%;object-fit:cover;object-position:center}.hero-shade{z-index:1;background:linear-gradient(90deg,#f6fdf8f7,#f6fdf8e0 39%,#f6fdf847 68%,#f6fdf814),linear-gradient(180deg,#ffffff85,#fff0 32%,#f6fdf8d6)}.hero-content{position:relative;z-index:2;max-width:820px;margin-top:28px;text-align:left}.hero-content .eyebrow{padding:8px 14px;border:1px solid rgba(15,107,68,.16);border-radius:999px;background:#ffffffc2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-content p{max-width:560px;margin:26px 0 34px;font-size:clamp(19px,2.6vw,26px);color:#315a47}.primary-button{min-height:48px;padding:0 24px;border:0;border-radius:999px;color:#fff;background:linear-gradient(135deg,#118653,#083b2a);box-shadow:0 14px 34px #0f6b443d;font-weight:720;transition:transform .2s ease,box-shadow .2s ease}.primary-button:hover{transform:translateY(-2px);box-shadow:0 18px 42px #0f6b444d}.hero-stats{position:absolute;left:50%;bottom:42px;z-index:3;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;width:min(1040px,calc(100% - 80px));overflow:hidden;border:1px solid rgba(255,255,255,.72);border-radius:var(--radius);background:#ffffffb8;box-shadow:var(--shadow);transform:translate(-50%);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.hero-stats.reveal{transform:translate(-50%,28px)}.hero-stats.reveal.is-visible{transform:translate(-50%)}.hero-stat{display:grid;gap:5px;min-height:96px;align-content:center;padding:20px 34px;border:0;background:#ffffff8f;color:inherit;text-align:left;transition:background .2s ease,transform .2s ease}.hero-stat:hover{background:#ffffffdb;transform:translateY(-2px)}.hero-stats strong{color:var(--green-deep);font-size:28px;line-height:1}.hero-stats span{color:var(--muted);font-size:14px;font-weight:650}.split-layout,.contact-layout{display:grid;grid-template-columns:minmax(360px,.82fr) minmax(620px,1.18fr);gap:clamp(42px,5vw,90px);align-items:start}.about-panel{padding:clamp(34px,4vw,56px);border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(180deg,#fffffff2,#f8fdfaf2);box-shadow:var(--shadow)}.customer-panel{margin-top:40px;padding:30px;border:1px solid rgba(222,234,226,.9);border-radius:var(--radius);background:linear-gradient(180deg,#ffffffd1,#eff9f3d6);box-shadow:0 18px 48px #1c493414}.panel-label{display:inline-flex;margin-bottom:14px;color:var(--green);font-size:14px;font-weight:780}.customer-panel p{font-size:16px}.pillar-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:34px}.pillar-grid article{min-height:152px;padding:22px;border:1px solid rgba(222,234,226,.9);border-radius:var(--radius);background:#ffffffb3}.pillar-grid h3{margin-bottom:9px;color:var(--green-deep);font-size:18px}.pillar-grid p{font-size:14px;line-height:1.72}.customer-strip{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.customer-strip button,.card-tag{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 14px;border:0;border-radius:999px;color:var(--green-deep);background:var(--green-soft);font-size:14px;font-weight:700}.customer-strip button{transition:background .2s ease,color .2s ease,transform .2s ease}.customer-strip button:hover{color:#fff;background:var(--green);transform:translateY(-2px)}.card-grid,.advantage-grid,.news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.service-card,.advantage-card,.news-card,.contact-form{border:1px solid rgba(222,234,226,.9);border-radius:var(--radius);background:#ffffffeb;box-shadow:0 16px 42px #1c493414;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.service-card:hover,.advantage-card:hover,.news-card:hover{border-color:#1c814f3d;box-shadow:0 22px 58px #1c49341f;transform:translateY(-6px)}.service-card{min-height:230px;padding:28px;background:linear-gradient(180deg,#fffffffa,#fafefbf5)}.service-card h3{margin:26px 0 12px}.advantage-card{display:grid;grid-template-columns:52px 1fr;gap:18px;min-height:180px;padding:26px;background:linear-gradient(180deg,#fffffffa,#f8fdfaf2)}.advantage-icon{display:grid;width:52px;height:52px;place-items:center;border-radius:16px;color:#fff;background:linear-gradient(135deg,#18a363,#0a4a34);font-weight:800}.advantage-card h3,.news-card h3{margin-bottom:10px}.process-section{background:radial-gradient(circle at 12% 12%,rgba(120,211,145,.32),transparent 30%),radial-gradient(circle at 86% 18%,rgba(73,181,111,.24),transparent 28%),radial-gradient(circle at 50% 82%,rgba(177,230,188,.34),transparent 32%),linear-gradient(180deg,#edf9f1,#d9f0df 48%,#edf8f1)}.process-head{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:34px}.outline-button{min-height:46px;padding:0 20px;border:1px solid rgba(15,107,68,.2);border-radius:999px;background:#ffffffd1;color:var(--green-deep);box-shadow:0 12px 30px #1c493414;font-weight:760;white-space:nowrap;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.outline-button:hover{background:#fff;box-shadow:0 16px 38px #1c49341f;transform:translateY(-2px)}.process-scene{position:relative;overflow:hidden;min-height:720px;border:1px solid rgba(37,136,78,.18);border-radius:14px;background:radial-gradient(circle at var(--vehicle-x) var(--vehicle-y),rgba(255,255,255,.82),transparent 18%),radial-gradient(circle at 50% 45%,rgba(255,255,255,.42),transparent 42%),linear-gradient(135deg,#ccebd9,#effaf4 48%,#c7e8d6);box-shadow:0 34px 90px #11663a2e,0 16px 36px #0941271f;perspective:1200px}.process-scene:before{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(15,107,68,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(15,107,68,.05) 1px,transparent 1px);background-size:38px 38px;content:"";-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.68),transparent 86%);mask-image:linear-gradient(180deg,rgba(0,0,0,.68),transparent 86%);pointer-events:none}.scene-depth{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.scene-spotlight{position:absolute;left:var(--vehicle-x);top:var(--vehicle-y);width:230px;height:150px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.82),rgba(37,168,99,.14) 56%,transparent 72%);filter:blur(8px);transform:translate(-50%,-45%);transition:left .72s ease,top .72s ease}.ambient-dot{position:absolute;width:10px;height:10px;border-radius:50%;background:#ffffffd1;box-shadow:0 0 34px #ffffffe6;animation:ambientFloat 7s ease-in-out infinite}.dot-one{left:14%;top:18%}.dot-two{right:18%;top:22%;animation-delay:-2s}.dot-three{left:46%;bottom:18%;animation-delay:-4s}.scene-road{position:absolute;top:5%;right:3%;bottom:7%;left:3%;z-index:1;width:94%;height:88%}.road-base,.road-progress,.road-line{fill:none;stroke-linecap:round;stroke-linejoin:round}.road-base{stroke:#77b8c2b3;stroke-width:86;filter:drop-shadow(0 18px 18px rgba(17,78,67,.13))}.road-progress{stroke:#0f6b4438;stroke-width:92;stroke-dasharray:100;stroke-dashoffset:var(--route-progress);transition:stroke-dashoffset .7s ease}.road-line{stroke:#ffffffd1;stroke-dasharray:26 34;stroke-width:7}.scene-building{position:absolute;z-index:1;width:188px;height:122px;transform:skewY(-7deg) rotateX(4deg);filter:drop-shadow(0 22px 22px rgba(18,52,40,.16))}.cold-room{left:45%;bottom:8%}.sorting-center{right:11%;top:29%}.building-roof,.building-face,.building-door,.building-sign{position:absolute}.building-roof{top:0;left:16px;width:150px;height:42px;border-radius:8px 8px 2px 2px;background:linear-gradient(135deg,#fff,#c8e5d7);transform:skew(-28deg)}.building-face{top:33px;left:0;width:180px;height:78px;border:1px solid rgba(15,107,68,.16);border-radius:6px;background:linear-gradient(90deg,rgba(255,255,255,.72) 0 32%,transparent 33%),repeating-linear-gradient(90deg,rgba(15,107,68,.1) 0 1px,transparent 1px 28px),linear-gradient(135deg,#effaf5,#b8d9ca)}.building-door{right:22px;bottom:11px;width:42px;height:50px;border-radius:5px 5px 0 0;background:linear-gradient(135deg,#2c5c52,#0f6b44)}.building-sign{left:18px;bottom:30px;color:var(--green-deep);font-size:16px;font-weight:820}.conveyor-system{position:absolute;left:47%;top:40%;z-index:2;width:270px;height:86px;transform:translate(-50%,-50%) skew(-12deg)}.conveyor-belt{position:absolute;left:0;right:0;bottom:22px;height:34px;border-radius:999px;background:repeating-linear-gradient(90deg,rgba(255,255,255,.36) 0 14px,transparent 14px 28px),linear-gradient(135deg,#263d37,#455f58);box-shadow:0 16px 22px #12342829}.conveyor-box{position:absolute;bottom:48px;width:38px;height:32px;border:2px solid rgba(118,82,35,.16);border-radius:4px;background:linear-gradient(135deg,#ffd27d,#d99a3d);animation:boxTravel 4.2s linear infinite}.box-a{left:18px}.box-b{left:96px;animation-delay:-1.4s}.box-c{left:176px;animation-delay:-2.8s}.scanner-gate{position:absolute;right:52px;bottom:38px;width:46px;height:78px;border:5px solid #ffffff;border-bottom:0;border-radius:8px 8px 0 0;box-shadow:inset 0 0 18px #1fa56947}.scanner-gate:after{position:absolute;left:50%;top:8px;width:72px;height:46px;background:linear-gradient(180deg,rgba(31,165,105,.26),transparent);content:"";transform:translate(-50%);animation:scanPulse 1.8s ease-in-out infinite}.forklift{position:absolute;left:35%;bottom:20%;z-index:3;width:118px;height:82px;filter:drop-shadow(0 16px 14px rgba(18,52,40,.16));animation:forkliftMove 5.5s ease-in-out infinite}.forklift-body,.forklift-mast,.forklift-fork,.forklift-wheel,.forklift-box{position:absolute}.forklift-body{left:18px;bottom:18px;width:66px;height:38px;border-radius:8px 8px 4px 4px;background:linear-gradient(135deg,#ffb23d,#d87a1e)}.forklift-body:before{position:absolute;top:-24px;left:12px;width:34px;height:30px;border:5px solid #263d37;border-bottom:0;border-radius:6px 6px 0 0;content:""}.forklift-mast{right:18px;bottom:18px;width:8px;height:66px;border-radius:999px;background:#263d37}.forklift-fork{right:-12px;bottom:20px;width:54px;height:8px;border-radius:999px;background:#263d37}.forklift-wheel{bottom:8px;width:17px;height:17px;border:4px solid #263d37;border-radius:50%;background:#fff}.wheel-a{left:24px}.wheel-b{left:72px}.forklift-box{right:-44px;bottom:28px;width:44px;height:34px;border-radius:4px;background:linear-gradient(135deg,#ffd27d,#d99a3d)}.dock-truck{position:absolute;right:9%;bottom:11%;z-index:2;width:230px;height:100px;filter:drop-shadow(0 22px 20px rgba(18,52,40,.18))}.dock-box,.dock-cab,.dock-door,.dock-wheel{position:absolute}.dock-box{left:0;bottom:22px;width:160px;height:70px;border:3px solid rgba(15,107,68,.24);border-radius:8px 3px 3px 8px;background:linear-gradient(#0f6b44 0,#0f6b44 0) 26px 34px / 34px 6px no-repeat,linear-gradient(#0f6b44 0,#0f6b44 0) 26px 46px / 54px 6px no-repeat,linear-gradient(135deg,#fff,#dff4e9)}.dock-box:after{position:absolute;top:18px;left:26px;color:var(--green);font-size:20px;font-weight:900;content:"冷链配送"}.dock-cab{right:18px;bottom:22px;width:70px;height:58px;border-radius:10px 18px 8px 2px;background:linear-gradient(135deg,#f05b45,#c72d24)}.dock-cab:before{position:absolute;top:10px;left:12px;width:28px;height:18px;border-radius:4px;background:#ffffffb8;content:""}.dock-door{left:138px;bottom:31px;width:34px;height:52px;border-radius:4px;background:repeating-linear-gradient(180deg,#d2e8de 0,#d2e8de 6px,#fff 6px,#fff 12px)}.dock-wheel{bottom:10px;width:22px;height:22px;border:6px solid #263d37;border-radius:50%;background:#fff}.dock-wheel-a{left:36px}.dock-wheel-b{right:42px}.moving-vehicle{position:absolute;left:var(--vehicle-x);top:var(--vehicle-y);z-index:4;width:112px;height:58px;filter:drop-shadow(0 16px 18px rgba(18,52,40,.18));transform:translate(-38%,-28%);transition:left .72s ease,top .72s ease}.vehicle-box,.vehicle-cab,.vehicle-wheel{position:absolute}.vehicle-box{left:0;bottom:14px;width:72px;height:42px;border-radius:5px 3px 3px 5px;background:linear-gradient(#0f6b44 0,#0f6b44 0) 28px 24px / 22px 4px no-repeat,linear-gradient(#0f6b44 0,#0f6b44 0) 28px 32px / 34px 4px no-repeat,linear-gradient(135deg,#fff,#dff4e9);border:2px solid rgba(15,107,68,.32)}.vehicle-box:after{position:absolute;top:10px;left:16px;color:var(--green);font-size:12px;font-weight:820;content:"鲜"}.vehicle-cab{right:10px;bottom:14px;width:42px;height:34px;border-radius:6px 10px 4px 2px;background:linear-gradient(135deg,#e94b3c,#c72d24)}.vehicle-cab:before{position:absolute;top:7px;left:9px;width:17px;height:11px;border-radius:2px;background:#ffffffb8;content:""}.vehicle-cooler{position:absolute;left:42px;top:0;width:28px;height:15px;border-radius:8px 8px 4px 4px;background:linear-gradient(135deg,#fff,#bddcca)}.vehicle-wheel{bottom:5px;width:13px;height:13px;border:3px solid #263d37;border-radius:50%;background:#fff;animation:wheelSpin .8s linear infinite}.wheel-left{left:17px}.wheel-right{right:19px}.scene-station{position:absolute;z-index:2;width:150px;min-height:130px;border:0;background:transparent;color:inherit;text-align:left;transform:translate(-50%,-50%)}.scene-station:hover .station-world,.scene-station.is-active .station-world{transform:translateY(-8px) scale(1.04)}.station-flag{position:absolute;top:-13px;left:4px;z-index:4;display:inline-flex;min-height:28px;align-items:center;padding:0 12px;border-radius:3px;background:linear-gradient(135deg,#f05b45,#d8332c);color:#fff;box-shadow:0 8px 18px #b02d2438;font-size:13px;font-weight:820;white-space:nowrap;transform:rotate(-10deg)}.scene-station.is-active .station-flag{background:linear-gradient(135deg,#0f8b57,#073f2c);transform:rotate(-6deg) scale(1.06)}.station-world{position:relative;display:block;width:150px;height:118px;transition:transform .24s ease,filter .24s ease}.station-world:before{position:absolute;right:10px;bottom:0;left:10px;height:24px;border-radius:50%;background:#215b4121;content:"";transform:skew(-18deg)}.station-prop,.scene-person,.goods-stack,.goods-stack i{position:absolute}.station-prop{right:24px;bottom:20px;width:58px;height:48px;border-radius:4px;background:linear-gradient(145deg,#f5fbf8,#bddcca);box-shadow:inset -8px -8px #0f6b4412,0 10px 18px #1234281f}.station-screen .station-prop:before,.station-map .station-prop:before,.station-finance .station-prop:before{position:absolute;top:7px;right:7px;bottom:7px;left:7px;border-radius:2px;background:linear-gradient(90deg,#f2a33a 0 58%,transparent 59%),linear-gradient(#0f6b44 0,#0f6b44 0) 68% 35% / 18px 4px no-repeat,linear-gradient(#0f6b44 0,#0f6b44 0) 68% 54% / 24px 4px no-repeat,#fff;content:""}.station-desk .station-prop{width:70px;height:32px;background:linear-gradient(145deg,#9a6537,#6d421f)}.station-board .station-prop{border:5px solid #ffffff;background:linear-gradient(#bddcca,#bddcca) 12px 12px / 34px 4px no-repeat,linear-gradient(#f2a33a,#f2a33a) 12px 24px / 26px 4px no-repeat,#dceee6}.station-shelf .station-prop,.station-loading .station-prop{width:70px;height:58px;background:linear-gradient(#9a6537 0,#9a6537 0) 0 22px / 70px 5px no-repeat,linear-gradient(#9a6537 0,#9a6537 0) 0 44px / 70px 5px no-repeat,linear-gradient(90deg,transparent 0 28%,#9a6537 29% 34%,transparent 35% 64%,#9a6537 65% 70%,transparent 71%),#fffc}.station-lab .station-prop{width:62px;height:42px;background:radial-gradient(circle at 42px 16px,#e94b3c 0 6px,transparent 7px),linear-gradient(#fff 0,#fff 0) 12px 10px / 18px 28px no-repeat,linear-gradient(#bddcca,#bddcca)}.station-scale .station-prop{width:68px;height:34px;border-bottom:9px solid #0f6b44;background:#f8fbfa}.station-belt .station-prop{width:82px;height:24px;border-radius:999px;background:repeating-linear-gradient(90deg,#263d37 0,#263d37 10px,#3f5951 10px,#3f5951 20px)}.station-printer .station-prop{width:58px;height:44px;background:linear-gradient(#fff,#fff) 14px 26px / 30px 34px no-repeat,linear-gradient(145deg,#3a2752,#1f1732)}.station-handover .station-prop{width:52px;height:52px;border-radius:50% 50% 50% 0;background:linear-gradient(135deg,#f05b45,#d8332c);transform:rotate(-45deg)}.goods-stack{right:4px;bottom:18px;width:54px;height:42px}.goods-stack i{width:28px;height:20px;border:2px solid rgba(118,82,35,.18);border-radius:2px;background:linear-gradient(135deg,#f5c46c,#d99a3d)}.goods-stack i:nth-child(1){left:0;bottom:0}.goods-stack i:nth-child(2){left:20px;bottom:0}.goods-stack i:nth-child(3){left:10px;bottom:19px}.scene-person{left:24px;bottom:22px;width:42px;height:84px;transform-origin:50% 100%;animation:personBob 2.2s ease-in-out infinite}.person-head,.person-body,.person-arm,.person-leg{position:absolute}.person-head{top:0;left:13px;width:16px;height:18px;border-radius:50%;background:#d69b66}.person-head:before{position:absolute;top:-4px;left:0;width:16px;height:8px;border-radius:8px 8px 2px 2px;background:#243833;content:""}.person-body{top:20px;left:10px;width:23px;height:34px;border-radius:10px 10px 6px 6px;background:linear-gradient(135deg,#1b9a60,#0f6b44)}.person-arm{top:25px;width:8px;height:28px;border-radius:999px;background:#d69b66;transform-origin:top center}.arm-left{left:3px;transform:rotate(18deg)}.arm-right{right:3px;transform:rotate(-24deg);animation:armWork 1.6s ease-in-out infinite}.person-leg{top:52px;width:9px;height:31px;border-radius:999px;background:#244c74}.leg-left{left:10px;transform:rotate(8deg)}.leg-right{right:10px;transform:rotate(-8deg)}.person-customer .person-body,.person-receiver .person-body{background:linear-gradient(135deg,#2f7fd0,#214f91)}.person-service .person-body,.person-finance .person-body,.person-planner .person-body{background:linear-gradient(135deg,#f2a33a,#c97819)}.person-inspector .person-body{background:linear-gradient(135deg,#fff,#dceee6);border:1px solid #a9c8b8}.person-driver .person-body,.person-packer .person-body,.person-warehouse .person-body,.person-buyer .person-body,.person-printer .person-body{background:linear-gradient(135deg,#ef5b42,#0f6b44)}.scene-station.is-active .scene-person{animation-duration:1.15s}.process-live-panel{position:relative;z-index:3;width:min(860px,100%);margin:0 auto 24px;padding:24px 26px;border:1px solid rgba(25,126,73,.12);border-left:4px solid var(--green);border-radius:8px;background:linear-gradient(135deg,#fffffff0,#eefaf2eb);box-shadow:0 20px 52px #0d5b3324;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);text-align:left}.process-live-panel span{color:var(--green);font-size:14px;font-weight:820}.process-live-panel h3{margin:7px 0 8px;color:var(--green-deep)}.process-live-panel p{font-size:15px;line-height:1.72}.process-image-scene{min-height:auto;aspect-ratio:16 / 9;background:linear-gradient(135deg,#53bf68,#1e944d)}.process-image-scene:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border-radius:inherit;background:radial-gradient(circle at 18% 18%,rgba(255,255,255,.1),transparent 26%),linear-gradient(180deg,#117a3d14,#074b270d);box-shadow:inset 0 0 0 1px #ffffff2e,inset 0 -34px 80px #06442414;content:"";pointer-events:none}.process-image-scene:before{display:none}.process-illustration{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;object-fit:cover}.process-image-scene .scene-spotlight{z-index:2;width:190px;height:130px;background:radial-gradient(circle,rgba(255,255,255,.82),rgba(18,148,82,.2) 52%,transparent 74%);mix-blend-mode:screen}.active-ring{position:absolute;left:var(--vehicle-x);top:var(--vehicle-y);z-index:3;width:98px;height:98px;border:3px solid rgba(255,255,255,.92);border-radius:50%;box-shadow:0 0 0 12px #ffffff29,0 0 0 20px #0f6b4424,0 0 36px #ffffffd1;transform:translate(-50%,-50%) scale(1);transition:left .72s ease,top .72s ease;animation:activePulse 1.8s ease-in-out infinite;pointer-events:none}.image-station{z-index:5;width:auto;min-height:0;filter:drop-shadow(0 10px 12px rgba(71,28,22,.18))}.image-station .station-flag{position:static;min-height:32px;padding:0 13px;border:2px solid rgba(255,255,255,.58);border-radius:4px;background:linear-gradient(135deg,#f04e3d,#d83129);font-size:14px;transform:rotate(-8deg);transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.image-station:hover .station-flag{transform:rotate(-5deg) translateY(-3px) scale(1.04)}.image-station.is-active .station-flag{background:linear-gradient(135deg,#0f8b57,#073f2c);box-shadow:0 14px 28px #073f2c47;transform:rotate(-4deg) translateY(-4px) scale(1.09)}.image-station.is-done .station-flag{background:linear-gradient(135deg,#e64c3b,#bd2f27)}.process-info-panel{border-left-color:#0b7d4e;background:linear-gradient(135deg,#fffffff2,#e8f9eef0)}@keyframes activePulse{0%,to{opacity:.72;transform:translate(-50%,-50%) scale(.92)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.08)}}@keyframes personBob{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes armWork{0%,to{transform:rotate(-24deg)}50%{transform:rotate(-58deg)}}@keyframes wheelSpin{to{transform:rotate(360deg)}}@keyframes ambientFloat{0%,to{transform:translateZ(0);opacity:.42}50%{transform:translate3d(10px,-16px,0);opacity:.9}}@keyframes boxTravel{0%{transform:translate(-22px)}to{transform:translate(86px)}}@keyframes scanPulse{0%,to{opacity:.1;transform:translate(-50%) scaleY(.75)}50%{opacity:.72;transform:translate(-50%) scaleY(1.08)}}@keyframes forkliftMove{0%,to{transform:translate(0)}50%{transform:translate(26px)}}.news-card{min-height:244px;padding:30px;background:linear-gradient(180deg,#fffffffa,#f8fdfaf2)}.news-card time{display:inline-flex;margin-bottom:20px;color:var(--green);font-size:14px;font-weight:760}.contact-section{background:radial-gradient(circle at 85% 12%,rgba(197,239,213,.52),transparent 32%),#fff}.section-intro{margin-top:20px}.contact-list{display:grid;gap:16px;margin:34px 0 0}.contact-list div{padding-bottom:16px;border-bottom:1px solid var(--line)}.contact-list dt{color:var(--muted);font-size:14px}.contact-list dd{margin:5px 0 0;color:var(--green-deep);font-size:17px;font-weight:720}.contact-form{display:grid;gap:18px;padding:34px}.contact-form label{display:grid;gap:9px;color:var(--green-deep);font-weight:720}.contact-form input,.contact-form textarea{width:100%;border:1px solid #dce9e2;border-radius:18px;outline:0;background:#fbfdfc;color:var(--text);transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.contact-form input{height:52px;padding:0 16px}.contact-form textarea{resize:vertical;min-height:128px;padding:15px 16px}.contact-form input:focus,.contact-form textarea:focus{border-color:#0f6b447a;background:#fff;box-shadow:0 0 0 4px #0f6b4417}.full-button{width:100%}.form-success{padding:12px 14px;border-radius:16px;color:var(--green-deep);background:var(--green-soft);font-size:15px;font-weight:700;text-align:center}.site-footer{background:#0c271d;color:#eef8f2}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:26px;padding:44px 0}.footer-inner p{margin-top:8px;color:#b7c9c0;font-size:14px}.footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px 16px}.footer-links button{color:#d8e8df;padding:0;font-size:14px}.footer-links button:hover{color:#fff}.copyright{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 18px;padding:18px 20px;border-top:1px solid rgba(255,255,255,.1);color:#b7c9c0;font-size:14px;text-align:center}.icp-link{color:#cfe5d9;transition:color .2s ease,opacity .2s ease}.icp-link:hover{color:#fff}.reveal{opacity:0;transform:translateY(28px);transition:opacity .72s ease,transform .72s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}@media(max-width:980px){.section{padding:88px 0}.menu-toggle{display:inline-flex}.nav-list{position:absolute;top:72px;right:20px;left:20px;display:none;flex-direction:column;align-items:stretch;padding:12px;border:1px solid var(--line);border-radius:var(--radius);background:#fffffff5;box-shadow:var(--shadow)}.nav-list.is-open{display:flex}.nav-list button{width:100%;min-height:44px;text-align:left}.split-layout,.contact-layout{grid-template-columns:1fr;gap:36px}.card-grid,.advantage-grid,.news-grid,.pillar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.process-scene{min-height:640px}.scene-station{width:126px}.station-world{transform:scale(.86);transform-origin:center bottom}.scene-station:hover .station-world,.scene-station.is-active .station-world{transform:translateY(-8px) scale(.9)}.station-flag{font-size:11px}.process-live-panel{width:min(860px,100%)}}@media(max-width:680px){.container{width:min(100% - 28px,1120px)}.hero{min-height:760px;padding:124px 0 180px;align-items:flex-start}.hero-shade{background:linear-gradient(180deg,#f6fdf8fa,#f6fdf8e0 45%,#f6fdf826),linear-gradient(90deg,#f6fdf8f2,#f6fdf866)}.hero-image{object-position:60% center}.hero-content{margin-top:0}.hero-content p{margin-top:20px}.hero-stats{bottom:28px;grid-template-columns:1fr;width:calc(100% - 56px)}.hero-stat{min-height:74px;padding:15px 20px}.card-grid,.advantage-grid,.news-grid,.pillar-grid{grid-template-columns:1fr}.process-head{align-items:flex-start;flex-direction:column}.process-section .container{overflow-x:auto;padding-bottom:10px}.process-scene{min-width:920px;min-height:720px}.process-live-panel{width:100%;text-align:left}.about-panel,.contact-form{padding:26px}.advantage-card{grid-template-columns:48px 1fr;min-height:auto}.footer-inner{align-items:flex-start;flex-direction:column}.footer-links{justify-content:flex-start}}
