@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
:root{--navy:#0B2A5B;--green:#22B34B;--ink:#10213d;--muted:#64748b;--light:#f4f7fb;--line:#e5eaf1;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,sans-serif;color:var(--ink);background:#fff;line-height:1.55}a{text-decoration:none;color:inherit}.nav{height:78px;display:flex;align-items:center;justify-content:space-between;max-width:1240px;margin:auto;padding:0 28px}.brand{display:flex;align-items:center;gap:11px;font-size:23px;font-weight:800;color:var(--navy)}.brand-mark{width:37px;height:37px}.nav-links{display:flex;gap:32px;font-size:14px;font-weight:600;color:#52627a}.nav-links a:hover{color:var(--navy)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:10px;padding:14px 22px;font-weight:700;font-size:14px;transition:.2s}.btn-small{padding:10px 15px}.btn-primary{background:var(--navy);color:white;box-shadow:0 8px 20px #0b2a5b20}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 12px 25px #0b2a5b30}.btn-outline{border:1px solid #ccd5e2;color:var(--navy)}.btn-ghost{border:1px solid var(--line);background:white}.btn-green{background:var(--green);color:white;padding:16px 26px}.wide{width:100%}.hero{max-width:1240px;margin:auto;padding:76px 28px 82px;display:grid;grid-template-columns: .9fr 1.1fr;gap:60px;align-items:center}.eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:var(--green);display:flex;align-items:center;gap:8px}.dot{width:7px;height:7px;border-radius:50%;background:var(--green)}h1{font-size:64px;line-height:1.06;letter-spacing:-.045em;margin:18px 0 22px;color:var(--navy)}h1 span{color:var(--green)}.lead{font-size:18px;color:#5d6d84;max-width:590px}.hero-actions{display:flex;gap:12px;margin:30px 0 22px}.trust{display:flex;gap:20px;flex-wrap:wrap;color:#758398;font-size:12px}.dashboard-wrap{filter:drop-shadow(0 28px 50px #10213d18)}.browser{background:#fff;border:1px solid #dce3ec;border-radius:15px;overflow:hidden}.browser-bar{height:39px;background:#f7f9fc;border-bottom:1px solid #e8edf3;display:flex;align-items:center;gap:6px;padding:0 12px;color:#9aa7b8;font-size:10px}.browser-bar i{width:7px;height:7px;border-radius:50%;background:#c8d1dd}.browser-bar span{margin:auto}.dash{display:flex;min-height:410px}.dash aside{width:145px;background:var(--navy);padding:17px 10px;color:#c8d4e6}.side-brand{display:flex;align-items:center;gap:7px;color:white;padding:5px 8px 20px}.side-brand img{width:23px;filter:brightness(0) invert(1)}.side-brand strong{font-size:13px}.side-item{font-size:9px;padding:9px 8px;border-radius:7px;display:flex;gap:8px;margin:2px 0}.side-item.active{background:#ffffff18;color:white}.dash-main{padding:22px;flex:1;background:#fbfcfe}.dash-top{display:flex;justify-content:space-between;align-items:center}.dash-top small{color:#94a0b2;font-size:9px}.dash-top h3{margin:2px 0 16px;font-size:18px;color:var(--navy)}.avatar{width:28px;height:28px;border-radius:50%;background:#dff5e6;color:#16853a;font-size:9px;font-weight:700;display:grid;place-items:center}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.stats>div,.chart-card,.todo{background:#fff;border:1px solid #e7ecf2;border-radius:8px;padding:11px}.stats small{display:block;color:#8996a8;font-size:8px}.stats b{display:block;font-size:18px;color:var(--navy);margin:2px 0}.stats em{font-size:7px;color:var(--green);font-style:normal}.dash-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:10px;margin-top:10px}.card-head{display:flex;justify-content:space-between;font-size:9px;color:var(--navy);margin-bottom:12px}.card-head small{color:#9aa5b5}.chart{height:120px;display:flex;align-items:end;gap:9px;padding:8px 10px;border-bottom:1px solid #edf1f5}.chart span{flex:1;background:var(--green);opacity:.78;border-radius:3px 3px 0 0}.months{display:flex;justify-content:space-around;padding-top:5px}.months small{font-size:6px;color:#a1adbb}.task{display:flex;gap:8px;padding:9px 0;border-top:1px solid #edf1f5}.task:first-of-type{border-top:0}.check{width:12px;height:12px;border:1px solid #c8d2de;border-radius:3px}.task b,.task small{display:block;font-size:8px}.task small{color:#94a0af;margin-top:2px}.feature-strip{background:var(--light);border-top:1px solid #edf1f5;border-bottom:1px solid #edf1f5;display:grid;grid-template-columns:repeat(5,1fr);padding:26px max(28px,calc((100% - 1184px)/2));gap:15px}.feature-strip>div{display:grid;grid-template-columns:32px 1fr;column-gap:10px;align-items:center}.fi{grid-row:span 2;width:30px;height:30px;border-radius:8px;background:white;color:var(--green);display:grid;place-items:center;font-weight:800;box-shadow:0 2px 8px #10213d08}.feature-strip b{font-size:12px;color:var(--navy)}.feature-strip small{font-size:10px;color:#8491a3}.split{max-width:1184px;margin:110px auto;padding:0 28px;display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.photo-card{position:relative}.work-illustration{height:420px;border-radius:18px;background:linear-gradient(#dfeaf5 0 56%,#cddbc7 56%);position:relative;overflow:hidden}.sun{position:absolute;width:75px;height:75px;border-radius:50%;background:#f8cf6a;top:50px;right:70px}.building{position:absolute;width:260px;height:175px;background:#f7f7f4;bottom:100px;left:60px;border-radius:5px;box-shadow:inset 0 -20px #d9d7d1}.van{position:absolute;width:270px;height:110px;background:white;border-radius:13px 13px 8px 8px;bottom:54px;left:95px;color:var(--navy);font-weight:800;letter-spacing:.08em;font-size:20px;display:grid;place-items:center;box-shadow:0 12px 20px #243b5218}.worker{position:absolute;width:42px;height:115px;background:var(--navy);bottom:42px;right:80px;border-radius:18px 18px 7px 7px}.quote{position:absolute;bottom:-32px;right:-22px;background:white;padding:20px 24px;border-radius:12px;box-shadow:0 15px 40px #10213d20;width:280px}.quote span{color:var(--green);font-size:38px;line-height:.5}.quote p{font-size:13px;font-weight:600;line-height:1.45}.quote strong,.quote small{display:block;font-size:10px}.quote small{color:#8793a3;margin-top:2px}.split-copy h2,.section-head h2,.pricing h2,.cta h2{font-size:40px;line-height:1.12;letter-spacing:-.035em;color:var(--navy);margin:14px 0}.split-copy>p{color:#68778d}.split-copy ul{padding:0;list-style:none;margin:24px 0}.split-copy li{margin:12px 0;padding-left:27px;position:relative;font-size:14px;color:#44556d}.split-copy li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:800}.text-link{font-weight:800;color:var(--navy);font-size:14px}.workflow{background:var(--light);padding:95px 28px}.section-head{text-align:center}.section-head p{color:#748298}.steps{max-width:900px;margin:48px auto 0;display:flex;align-items:center;justify-content:center;gap:18px}.step{text-align:center;background:#fff;border:1px solid #e5ebf2;border-radius:15px;padding:28px 25px;width:250px;position:relative}.step>span{position:absolute;top:-14px;left:calc(50% - 14px);width:28px;height:28px;border-radius:50%;background:var(--green);color:white;font-weight:800;font-size:12px;display:grid;place-items:center}.step-icon{font-size:25px;color:var(--navy);margin:12px}.step h3{font-size:14px;color:var(--navy);margin:0}.step p{font-size:11px;color:#8794a6;margin:5px 0}.arrow{font-size:26px;color:#a8b4c3}.pricing{max-width:1050px;margin:100px auto;padding:0 28px;display:grid;grid-template-columns:1fr 350px;gap:80px;align-items:center}.pricing>div:first-child>p{color:#68778d;max-width:500px}.price-card{border:1px solid #dce5ee;border-radius:16px;padding:28px;box-shadow:0 18px 45px #10213d12}.price-label{font-size:13px;font-weight:800;color:var(--navy)}.price{display:flex;align-items:baseline;gap:6px;margin:10px 0}.price strong{font-size:38px;color:var(--navy)}.price span{font-size:12px;color:#8390a1}.price-card>p{font-size:11px;color:#8491a3}.price-card ul{list-style:none;padding:0;border-top:1px solid #edf0f4;margin:20px 0;padding-top:12px;font-size:12px;color:#53647b}.price-card li{margin:9px 0}.price-card li::first-letter{color:var(--green)}.cta{max-width:1184px;margin:0 auto 90px;border-radius:20px;background:var(--navy);padding:60px 70px;color:white;display:flex;justify-content:space-between;align-items:center}.cta h2{color:white}.cta p{color:#b9c8dc}.light{color:#6fdf8e}footer{border-top:1px solid #e5eaf0;padding:34px max(28px,calc((100% - 1184px)/2));display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-brand{display:flex;gap:10px;align-items:center}.footer-brand img{width:35px}.footer-brand strong,.footer-brand small{display:block}.footer-brand strong{color:var(--navy)}.footer-brand small{font-size:9px;color:#8996a8}.footer-links{display:flex;gap:20px;font-size:11px;color:#68778d}.footer-badges{display:flex;gap:12px;font-size:10px;color:#7b899b;white-space:nowrap}@media(max-width:950px){.nav-links{display:none}.hero{grid-template-columns:1fr;padding-top:45px}.hero-copy{max-width:680px}.feature-strip{grid-template-columns:repeat(2,1fr)}.split{grid-template-columns:1fr;gap:60px}.photo-card{max-width:600px}.pricing{grid-template-columns:1fr;gap:35px}.cta{margin:0 20px 60px;padding:45px 35px}.footer-links{display:none}}@media(max-width:650px){.nav{padding:0 18px}.nav .btn{display:none}.hero{padding:45px 18px 60px}h1{font-size:45px}.lead{font-size:16px}.hero-actions{flex-direction:column}.trust{gap:8px;flex-direction:column}.dash aside{display:none}.stats{grid-template-columns:repeat(2,1fr)}.dash-grid{grid-template-columns:1fr}.feature-strip{grid-template-columns:1fr;padding:28px 20px}.split{padding:0 18px;margin:75px auto}.work-illustration{height:330px}.building{left:20px}.van{left:45px;width:230px}.quote{right:0;width:245px}.split-copy h2,.section-head h2,.pricing h2,.cta h2{font-size:32px}.steps{flex-direction:column}.arrow{transform:rotate(90deg)}.step{width:min(100%,330px)}.pricing{padding:0 18px;margin:75px auto}.cta{flex-direction:column;align-items:flex-start;margin:0 18px 50px;padding:35px 25px;gap:25px}footer{padding:28px 18px;flex-direction:column;align-items:flex-start}.footer-badges{flex-direction:column}}
