:root{color-scheme:light;--orange:#ff5721;--orange-dark:#d83f10;--green:#2e7d32;--ink:#202124;--muted:#6b6f76;--line:#e8e4df;--surface:#fbf7f1;--paper:#ffffff;--soft:#eee9e1}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100%;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:var(--surface)}a{color:inherit}.page{min-height:100vh;overflow-x:hidden}.nav{width:min(1180px,calc(100% - 40px));min-height:82px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:18px}.button,.navAction,.navBrand{min-height:44px;border-radius:8px;text-decoration:none}.navBrand{display:inline-flex;align-items:center;gap:10px;font-size:18px;font-weight:900}.navBrand img{width:36px;height:36px}.navLinks{display:flex;align-items:center;gap:24px;color:var(--muted);font-size:14px;font-weight:800}.navLinks a{text-decoration:none}.navAction{display:inline-flex;justify-content:center;padding:0 16px;border:1px solid var(--line);background:rgba(255,255,255,.72);color:var(--ink);font-size:14px;font-weight:800}.hero,.navAction{align-items:center}.hero{position:relative;width:min(1180px,calc(100% - 40px));min-height:calc(100vh - 142px);margin:0 auto;padding:clamp(52px,8vw,104px) 0 clamp(64px,9vw,116px);display:flex}.heroContent{position:relative;z-index:1;max-width:780px}.eyebrow{margin:0 0 14px;color:var(--orange-dark);font-size:13px;font-weight:900;text-transform:uppercase}h1,h2,h3,p{letter-spacing:0}h1{max-width:800px;font-size:clamp(44px,7.5vw,92px);line-height:.98}h1,h2{margin:0}h2{max-width:640px;font-size:clamp(30px,4vw,48px);line-height:1.04}.copy{max-width:650px;margin:24px 0 30px;color:var(--muted);font-size:18px;line-height:1.65}.actions{display:flex;flex-wrap:wrap;gap:12px}.button{display:inline-flex;align-items:center;justify-content:center;padding:0 18px;font-size:15px;font-weight:900}.button.primary{background:var(--orange);color:#fff;box-shadow:0 12px 26px rgba(255,87,33,.2)}.button.secondary{border:1px solid var(--line);background:#fff;color:var(--ink)}.heroMark{position:absolute;right:max(-80px,-5vw);bottom:-8px;width:clamp(330px,42vw,610px);height:auto;opacity:.12;filter:saturate(.9);pointer-events:none}.strip{border-block:1px solid var(--line);background:#fff;display:grid;grid-template-columns:repeat(4,1fr)}.strip span{min-height:72px;padding:0 20px;display:grid;place-items:center;border-right:1px solid var(--line);color:var(--muted);font-weight:800;text-align:center}.strip span:last-child{border-right:0}.modules,.product{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:78px 0 0}.sectionIntro{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:28px}.workflow{display:grid;grid-template-columns:1.1fr 1fr 1fr;grid-gap:14px;gap:14px}.workflow article{min-height:214px;padding:24px;border:1px solid var(--line);border-radius:8px;background:var(--paper)}.workflow img{width:58px;height:58px}.workflow strong{display:block;margin-top:22px;font-size:22px}.workflow span{display:block;margin-top:10px;color:var(--muted);line-height:1.55}.modules{padding-bottom:86px}.moduleGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.moduleCard{min-height:230px;padding:22px;border:1px solid var(--line);border-radius:8px;background:#fff;transition:transform .18s ease,box-shadow .18s ease}.moduleCard:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(32,33,36,.08)}.moduleCard img{width:54px;height:54px}.moduleCard h3{margin:22px 0 10px;font-size:22px}.moduleCard p{margin:0;color:var(--muted);line-height:1.55}@media (max-width:880px){.hero{min-height:auto}.moduleGrid,.strip,.workflow{grid-template-columns:1fr 1fr}.navLinks{display:none}}@media (max-width:560px){.hero,.modules,.nav{width:min(100% - 28px,1180px)}.nav{min-height:68px}.navAction{padding:0 12px}.hero{padding-top:24px;gap:30px}.heroMark{right:-150px;width:380px;opacity:.08}.copy{font-size:16px}.actions{flex-direction:column}.button{width:100%}.moduleGrid,.strip,.workflow{grid-template-columns:1fr}.strip span{border-right:0;border-bottom:1px solid var(--line)}.strip span:last-child{border-bottom:0}.modules,.product{padding-top:52px}}