@charset "UTF-8";
:root{--ink:#162823;--muted:#63716c;--green:#244b3b;--lime:#d1f279;--paper:#f7f9f7;--line:#dce4dd;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;font-family:Inter,"Segoe UI","Microsoft YaHei",sans-serif;color:var(--ink);background:var(--paper);line-height:1.7}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{max-width:100%;display:block}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #78983b;outline-offset:5px}.wrap{width:min(1280px,calc(100% - 96px));margin:auto}.site-header{height:88px;display:flex;align-items:center;justify-content:space-between;gap:25px;background:var(--paper);position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line);padding:0 max(36px,calc((100vw - 1280px)/2))}.brand{display:flex;gap:11px;align-items:center;flex-shrink:0}.mark{display:grid;grid-template-columns:repeat(2,10px);gap:4px;transform:rotate(-12deg);padding:7px;background:var(--ink);border-radius:9px}.mark i{height:10px;background:var(--lime);border-radius:2px}.mark i:last-child{opacity:.45}.brand strong{font-size:22px;letter-spacing:1px}.brand small{display:block;line-height:1.2;font-size:10px;letter-spacing:2.8px;font-weight:600}.nav{display:flex;align-items:center;gap:31px;font-size:14px}.nav a{padding:10px 0;color:#4d5a55}.nav a:hover,.nav a[aria-current=page]{color:#1d392c}.nav a[aria-current=page]{box-shadow:0 2px #284d37}.head-actions{display:flex;align-items:center;gap:23px;font-size:14px}.button{display:inline-flex;align-items:center;justify-content:center;gap:30px;min-height:49px;padding:12px 23px;border-radius:7px;border:1px solid var(--ink);background:var(--ink);color:white;font-size:14px;font-weight:600;transition:transform .2s,background .2s}.button:hover{background:#31523e;transform:translateY(-2px)}.button.lime{background:var(--lime);color:var(--ink);border-color:var(--lime)}.button.outline{background:transparent;color:inherit;border-color:#64776a}.menu{display:none;background:none;border:1px solid var(--line);padding:7px 12px;border-radius:5px}.hero{background:#132820;color:#fff;position:relative;overflow:hidden;margin:24px 24px 0;border-radius:20px;min-height:655px}.hero .wrap{position:relative;z-index:2;padding-top:79px;padding-bottom:54px}.hero-image{position:absolute;width:67%;height:100%;object-fit:cover;right:0;top:0;opacity:.67;filter:saturate(.4);object-position:70% center}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#132820 15%,#132820f5 35%,#13282055 68%,#13282010),linear-gradient(0deg,#132820a0,transparent 35%)}.eyebrow{text-transform:uppercase;font-size:12px;letter-spacing:2.2px;font-weight:600;display:flex;align-items:center;gap:13px;margin:0 0 25px}.eyebrow:before{content:"";width:24px;height:2px;background:currentColor}.hero .eyebrow{color:var(--lime)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(44px,4.8vw,68px);line-height:1.22;letter-spacing:-2px;font-weight:600;margin-bottom:25px}.hero h1 em{font-style:normal;color:var(--lime)}.hero-copy{color:#c0cec7;max-width:480px;font-size:16px;line-height:1.9;margin-bottom:32px}.actions{display:flex;gap:14px;flex-wrap:wrap}.hero-caption{margin-top:60px;display:flex;gap:30px;font-size:12px;letter-spacing:.6px;color:#b8c7bd}.hero-caption span:before{content:"✓";color:var(--lime);margin-right:8px}.image-note{position:absolute;right:28px;bottom:20px;color:#ced7d3;font-size:11px;z-index:3}.scope-strip{display:flex;align-items:center;gap:36px;justify-content:space-between;padding-top:33px;padding-bottom:34px;border-bottom:1px solid var(--line)}.scope-strip small{color:var(--muted);font-size:13px}.scope-strip b{font-size:16px;font-weight:500}.section{padding:100px 0}.heading{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:38px}.heading h2,h2{font-size:38px;line-height:1.4;font-weight:600;letter-spacing:-1px;margin-bottom:12px}.heading p{color:var(--muted);margin:0;max-width:450px;font-size:15px}.heading .eyebrow{font-size:11px;margin-bottom:16px;color:#526456}.text-link{font-size:14px;white-space:nowrap;border-bottom:1px solid var(--ink);padding-bottom:5px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-card{padding:30px;background:white;border:1px solid var(--line);border-radius:var(--radius);display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #14282009}.card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:48px;color:var(--muted);font-size:12px;letter-spacing:1px}.product-icon{width:42px;height:42px;background:#eef3eb;border-radius:10px;display:grid;place-items:center;color:#31523e}.product-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.6}.product-card h3{font-size:25px;margin-bottom:7px;letter-spacing:-.5px}.product-card p{font-size:14px;color:var(--muted);min-height:70px;margin-bottom:25px}.tags{display:flex;gap:7px;flex-wrap:wrap}.tags span{padding:4px 9px;background:#f0f4ef;font-size:12px;border-radius:4px;color:#526454}.card-link{margin-top:29px;border-top:1px solid var(--line);padding-top:18px;display:flex;justify-content:space-between;font-size:14px}.feature{background:#eaf0e8;padding:75px 0}.feature-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:65px;align-items:center}.feature p{color:var(--muted);font-size:15px}.feature h2{font-size:37px}.feature img{border-radius:9px;box-shadow:0 24px 48px #14282016;border:5px solid white}.checklist{list-style:none;padding:0;margin:25px 0 31px;display:grid;gap:11px;font-size:14px}.checklist li:before{content:"✓";margin-right:12px;color:#48643b}.caption{font-size:12px!important;color:#728071!important;margin:13px 0 0}.industry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid var(--line);border-radius:16px;overflow:hidden}.industry-card{padding:33px 25px;background:#fff;border-right:1px solid var(--line);transition:background .2s}.industry-card:last-child{border:0}.industry-card:hover{background:#eef4e8}.industry-card small{font-size:12px;color:#7b8b80;display:block;margin-bottom:38px}.industry-card h3{font-size:21px;margin-bottom:12px}.industry-card p{color:var(--muted);font-size:14px;min-height:50px}.industry-card b{font-size:22px;font-weight:400}.cta{background:var(--lime);border-radius:18px;padding:50px 55px;display:flex;justify-content:space-between;gap:28px;align-items:center;margin-bottom:80px}.cta h2{font-size:32px;margin-bottom:8px}.cta p{margin:0;color:#4a6133;font-size:15px}.footer{padding:60px 0 20px;background:#132820;color:#becbc2}.footer-main{display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr;gap:35px;margin-bottom:55px}.footer .brand{color:white;margin-bottom:20px}.footer p{font-size:13px;max-width:260px}.footer h3{font-size:14px;color:#fff;font-weight:500}.footer a:not(.brand){display:block;font-size:13px;margin:9px 0}.footer a:hover{color:var(--lime)}.footer-bottom{padding-top:20px;border-top:1px solid #3a4e40;display:flex;justify-content:space-between;gap:25px;font-size:12px}.page-intro{padding:78px 0 55px;border-bottom:1px solid var(--line)}.page-intro h1{font-size:53px;margin-bottom:22px}.page-intro p{max-width:690px;color:var(--muted);margin-bottom:0}.subnav{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.subnav a{border:1px solid var(--line);padding:9px 18px;border-radius:25px;font-size:14px;background:white}.detail{padding:70px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:start}.detail h2{font-size:32px}.detail p{color:var(--muted);font-size:15px}.detail .panel{padding:30px;background:#fff;border:1px solid var(--line);border-radius:14px}.panel h3{font-size:19px}.capability-list{display:grid;gap:0}.capability-list div{padding:16px 0;border-bottom:1px solid var(--line);font-size:14px;display:flex;justify-content:space-between;gap:20px}.capability-list div:last-child{border:0}.capability-list span{color:var(--muted);max-width:65%}.detail img{border-radius:12px;margin-bottom:12px}.resource-row{display:grid;grid-template-columns:1.1fr 2fr auto;gap:24px;padding:29px 0;border-bottom:1px solid var(--line);align-items:center}.resource-row h3{font-size:18px;margin:0}.resource-row p{font-size:14px;margin:0;color:var(--muted)}.resource-row .button{min-height:42px;padding:8px 18px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:65px;padding:70px 0}.contact-card{background:white;border:1px solid var(--line);padding:35px;border-radius:15px}.contact-card h3{font-size:24px}.contact-row{padding:17px 0;border-bottom:1px solid var(--line)}.contact-row small{display:block;font-size:12px;color:var(--muted);margin-bottom:7px}.contact-row a{font-size:22px;overflow-wrap:anywhere}.contact-row:last-child{border:0}.contact-row button{font-size:12px;background:#edf2e9;border:0;border-radius:5px;padding:5px 10px;margin-left:15px}details{background:white;padding:22px 24px;border:1px solid var(--line);border-radius:10px;margin-bottom:12px}summary{cursor:pointer;font-size:16px}details p{color:var(--muted);font-size:14px;margin:15px 0 0}.toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:var(--ink);color:white;padding:12px 24px;border-radius:8px;z-index:30;font-size:14px}.skip{position:absolute;top:-100px}.skip:focus{top:5px;left:5px;z-index:50;background:white;padding:10px}.bottom-space{margin-bottom:80px}
@media(min-width:1600px){.hero{min-height:720px}.hero .wrap{padding-top:105px}}@media(max-width:1100px){.wrap{width:calc(100% - 56px)}.nav{gap:17px}.head-actions>a:first-child{display:none}.site-header{padding:0 28px;gap:20px}.hero .wrap{padding-top:65px}.hero{min-height:620px}.hero-image{width:78%}.hero:after{background:linear-gradient(90deg,#132820 5%,#132820ed 36%,#13282055)}.hero h1{font-size:54px}.feature-grid{gap:35px}.heading h2{font-size:33px}.industry-card{padding:28px 20px}.brand strong{font-size:19px}.nav{font-size:13px}.head-actions .button{padding:9px 14px;min-height:42px}.hero-copy{max-width:440px}}
@media(max-width:800px){.site-header{height:76px}.nav{display:none;position:absolute;top:76px;left:0;right:0;background:var(--paper);padding:20px 28px;box-shadow:0 20px 20px #16282310}.nav.open{display:grid;gap:8px}.nav a{font-size:16px}.menu{display:block}.head-actions{margin-left:auto}.head-actions .button{display:none}.hero{margin:14px 14px 0;min-height:620px}.hero .wrap{padding-top:52px;padding-bottom:40px}.hero h1{font-size:48px}.hero-image{width:100%;opacity:.35}.hero:after{background:linear-gradient(90deg,#132820ed,#13282055),linear-gradient(0deg,#132820,transparent)}.hero-copy{max-width:430px}.hero-caption{gap:20px;flex-wrap:wrap;margin-top:48px}.scope-strip{gap:20px;flex-wrap:wrap;justify-content:start}.scope-strip small{flex-basis:100%}.section{padding:65px 0}.heading{align-items:start;gap:24px}.heading h2,h2{font-size:29px}.heading p{font-size:14px}.product-grid{grid-template-columns:1fr}.product-card{padding:26px}.card-top{margin-bottom:25px}.product-card p{min-height:0}.feature-grid{grid-template-columns:1fr}.feature{padding:55px 0}.industry-grid{grid-template-columns:1fr 1fr}.industry-card{border-bottom:1px solid var(--line)}.industry-card:nth-child(2){border-right:0}.industry-card:nth-child(3){border-bottom:0}.industry-card small{margin-bottom:22px}.cta{padding:35px;align-items:start;flex-direction:column;margin-bottom:55px}.cta h2{font-size:27px}.footer-main{grid-template-columns:1fr 1fr;gap:30px}.footer-main>div:first-child{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:8px}.page-intro{padding:52px 0 40px}.page-intro h1{font-size:40px}.detail{grid-template-columns:1fr;gap:25px;padding:50px 0}.contact-grid{grid-template-columns:1fr;gap:25px;padding:45px 0}.resource-row{grid-template-columns:1fr auto;gap:12px}.resource-row p{grid-row:2;grid-column:1/-1}.resource-row .button{font-size:12px}.feature h2{font-size:30px}}
@media(max-width:480px){.wrap{width:calc(100% - 40px)}.site-header{padding:0 20px}.hero h1{font-size:39px;letter-spacing:-1px}.hero .wrap{width:calc(100% - 38px)}.hero-copy{font-size:15px}.hero .eyebrow{font-size:10px;letter-spacing:1px}.hero-caption{font-size:11px;gap:13px}.hero{min-height:615px}.actions{gap:10px}.button{gap:18px;padding:12px 16px}.heading{display:block}.heading .text-link{display:inline-block;margin-top:20px}.scope-strip{gap:14px 23px}.scope-strip b{font-size:14px}.industry-grid{grid-template-columns:1fr}.industry-card{border-right:0!important;border-bottom:1px solid var(--line)!important}.industry-card:last-child{border-bottom:0!important}.industry-card p{min-height:0}.cta{padding:29px}.contact-card{padding:24px}.contact-row a{font-size:19px}.page-intro h1{font-size:34px}.image-note{font-size:10px}.feature h2{font-size:28px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
