@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');
:root{--green:#0d7a42;--deep:#0b3b29;--ink:#0b1d28;--text:#405565;--line:#dde5e0;--soft:#f6f9f7;--mint:#eef8f2}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"DM Sans",sans-serif;color:var(--ink);background:#fff}a{text-decoration:none;color:inherit}
.site-header{height:72px;display:flex;align-items:center;padding:0 4.6vw;gap:38px;position:sticky;top:0;z-index:30;background:#ffffffed;backdrop-filter:blur(14px);box-shadow:0 1px 8px #1733250c}.brand{display:flex;align-items:center;gap:10px;font:700 20px Manrope}.brand-mark{display:grid;place-items:center;width:32px;height:32px;border-radius:5px;background:var(--deep);color:#fff}.site-header nav{margin:auto;display:flex;gap:33px;font-size:12px;font-weight:600}.site-header nav a{padding:27px 0 22px;border-bottom:2px solid transparent}.site-header nav a.active,.site-header nav a:hover{color:var(--green);border-color:var(--green)}.header-cta,.btn{font-weight:700;font-size:12px}.header-cta{background:var(--deep);color:white;padding:12px 18px;border-radius:5px}.menu{display:none;border:0;background:none;font-size:24px}
.hero{min-height:550px;display:grid;grid-template-columns:48% 52%;overflow:hidden;background:linear-gradient(90deg,#fbfcfb 0,#f7faf8 47%,#eef3ef 47%)}.hero-copy{padding:70px 3vw 42px 4.6vw;z-index:2}.eyebrow,.section-kicker{font-size:9px;font-weight:700;letter-spacing:.23em;color:#244637}.eyebrow b{color:var(--green);padding:0 7px}.hero h1{font:800 clamp(48px,5vw,72px)/.98 Manrope;letter-spacing:-.055em;margin:20px 0 18px}.hero h1 span{color:var(--green)}.hero-copy>p{font-size:18px;line-height:1.45;max-width:500px;margin:0;color:#223744}.hero-actions{display:flex;gap:13px;margin:27px 0}.btn{display:inline-flex;justify-content:center;align-items:center;gap:14px;padding:14px 25px;border-radius:5px;border:1px solid transparent;cursor:pointer;font-family:inherit}.primary{background:linear-gradient(135deg,#0c7f43,#119b50);color:white;box-shadow:0 8px 20px #0d7a4218}.secondary{border-color:#82a894;background:#fff;color:#173a2a}.trust{display:flex;gap:27px;margin-top:24px;font-size:11px;color:var(--green)}.trust i{font-style:normal;color:#30424d;margin-left:6px}
.hero-visual{position:relative;min-height:550px}.workspace{position:absolute;inset:0;background:linear-gradient(135deg,#e9efeb,#f9faf8 55%,#dce5df);overflow:hidden}.workspace:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#ffffffaa,transparent 30%),linear-gradient(#ffffff50 1px,transparent 1px);background-size:auto,100% 150px}.laptop{position:absolute;width:56%;height:56%;left:26%;top:18%;transform:perspective(900px) rotateY(-5deg);filter:drop-shadow(0 18px 18px #1b2c2438)}.screen{height:83%;background:linear-gradient(145deg,#111c20,#263844);border:9px solid #1d2427;border-radius:12px;padding:48px 35px;color:white}.screen small{font-size:7px}.screen h3{font:700 28px/1.02 Manrope;margin:35px 0 10px}.screen p{font-size:8px;color:#d4dbdd}.screen button{font-size:7px;padding:7px 12px;border:0;border-radius:3px}.base{height:10%;background:linear-gradient(#c9ced0,#aeb6b8);width:115%;margin-left:-7%;clip-path:polygon(5% 0,95% 0,100% 100%,0 100%)}.mug{position:absolute;left:12%;top:48%;width:55px;height:75px;background:#26342e;border-radius:5px 5px 14px 14px;box-shadow:0 14px 18px #0002}.mug:after{content:"";position:absolute;right:-20px;top:15px;width:28px;height:32px;border:7px solid #26342e;border-left:0;border-radius:0 20px 20px 0}.notebook{position:absolute;width:27%;height:18%;right:2%;bottom:9%;background:#26332e;transform:rotate(6deg);box-shadow:0 8px 18px #0003}.plant{position:absolute;left:8%;top:12%;width:80px;height:130px}.plant b{position:absolute;bottom:0;left:22px;width:45px;height:42px;background:#d9dfda;border-radius:4px}.plant i{position:absolute;width:50px;height:70px;background:#75a783;border-radius:80% 10% 80% 10%;transform:rotate(-35deg);left:18px;top:10px}.plant i:nth-child(2){transform:rotate(35deg);left:45px;top:22px}.plant i:nth-child(3){transform:rotate(-5deg);left:33px;top:0}.scribble{position:absolute;right:4%;top:20%;font:italic 27px cursive;color:#177946;transform:rotate(-8deg);text-align:center}.scribble span{font-size:20px}.scribble u{display:block;width:80px;border-bottom:3px solid #177946;transform:rotate(-8deg);margin-top:5px}
.section{padding:65px 4.6vw}.title-row{display:flex;justify-content:space-between;align-items:end}.title-row h2,.about h2,.process h2,.contact-form h2{font:800 clamp(28px,3vw,39px)/1.08 Manrope;letter-spacing:-.04em;margin:11px 0}.title-row>a{font-size:11px;color:var(--green);font-weight:700;border-bottom:1px solid var(--green);padding-bottom:5px}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:22px}.service-grid article{min-height:250px;border:1px solid #e4e8e5;border-radius:8px;padding:25px;background:#fff;box-shadow:0 9px 28px #1836290c;transition:.2s}.service-grid article:hover{transform:translateY(-4px);box-shadow:0 15px 35px #18362918}.icon{font-size:33px;color:var(--green);height:43px}.service-grid h3{font:700 19px/1.05 Manrope;margin:13px 0}.service-grid p{font-size:13px;line-height:1.45;color:var(--text);min-height:76px}.service-grid a{font-size:11px;font-weight:700;color:var(--green)}.pill{display:inline-block;font-size:9px;background:#e6f3eb;color:#315b43;padding:3px 9px;border-radius:99px}
.about{display:grid;grid-template-columns:1fr 1fr;gap:38px;align-items:center;padding-top:25px}.about-image{min-height:355px}.desk-scene{height:355px;border-radius:10px;position:relative;overflow:hidden;background:linear-gradient(135deg,#d9e4de,#f0f4f1 48%,#b8cec1);box-shadow:inset 0 0 80px #244c3630}.window{position:absolute;inset:0;background:linear-gradient(90deg,transparent 35%,#ffffff88 36%,transparent 37%),linear-gradient(0deg,transparent 68%,#ffffff99 69%,transparent 70%)}.code-laptop{position:absolute;width:47%;height:49%;left:22%;bottom:10%;background:#252c2e;border:8px solid #2a3032;border-radius:8px;transform:perspective(600px) rotateX(3deg) rotateY(5deg);box-shadow:0 20px 25px #26372d55;color:#7ed89e;font:11px monospace;padding:25px}.code-laptop span{color:#b7c9bd}.books{position:absolute;right:9%;bottom:14%;width:22%;height:60px;background:#242b28;color:#cbd5ce;padding:9px 14px;font:10px/1.2 Manrope;box-shadow:0 6px 0 #8c9b92}.pot{position:absolute;left:8%;bottom:14%;width:55px;height:60px;background:#edf1ee;border-radius:3px 3px 16px 16px}.pot:before{content:"";position:absolute;width:80px;height:100px;bottom:40px;left:-10px;background:radial-gradient(ellipse at bottom,#5d9c70 0 20%,transparent 22%),radial-gradient(ellipse at top,#7fb38e 0 20%,transparent 22%)}.about-copy>p{font-size:15px;line-height:1.5;color:var(--text);max-width:650px}.stats{display:flex;margin:28px 0;gap:0}.stats div{padding-right:35px;margin-right:35px;border-right:1px solid #ccd7d0;display:grid}.stats div:last-child{border:0}.stats b{font:700 25px Manrope;color:var(--green)}.stats span{font-size:11px;color:var(--text)}
.process{background:linear-gradient(90deg,#f3faf5,#eef8f2)}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:38px;margin-top:28px}.process-grid article{display:flex;gap:17px;align-items:flex-start;position:relative}.process-grid article:not(:last-child):after{content:"";position:absolute;right:-25px;top:17px;width:45px;height:1px;background:#bfd4c6}.process-grid article>b{min-width:37px;height:37px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff}.process-grid h3{margin:2px 0 4px;font:700 16px Manrope}.process-grid p{margin:0;color:var(--text);font-size:12px;line-height:1.45}
.cta{background:linear-gradient(135deg,#0b3827,#0c4a32);color:white;padding:44px 6%;display:flex;justify-content:space-between;align-items:center}.cta .eyebrow{color:#c2d9ca}.cta h2{font:700 34px Manrope;letter-spacing:-.035em;margin:10px 0 4px}.cta p{margin:0;color:#d5e1da}.white{background:#fff;color:#10291d;min-width:180px}
.contact-form{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;background:#fafcfb}.contact-form>div>p{color:var(--text)}.contact-form form{background:white;border:1px solid var(--line);padding:25px;border-radius:8px;display:grid;gap:15px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}label{display:grid;gap:6px;font-size:11px;font-weight:700}input,select,textarea{width:100%;border:1px solid #ccd8d1;border-radius:5px;padding:12px;font:inherit;font-size:12px;background:white}textarea{resize:vertical}.blog-note{padding:25px 4.6vw;display:flex;justify-content:space-between;background:#f0f5f2;color:#51655a;font-size:12px}
footer{padding:35px 4.6vw 20px;background:#f8faf9;color:#50625a}.footer-top{display:grid;grid-template-columns:1.35fr .65fr .95fr .7fr 1.2fr;gap:35px}.footer-brand small{display:block;margin:5px 0 15px 42px;font-size:9px}.footer-brand p,.newsletter p{font-size:10px;line-height:1.55}.footer-top>div:not(.footer-brand):not(.newsletter){display:flex;flex-direction:column;gap:8px}.footer-top h4{font-size:11px;color:var(--ink);margin:0 0 6px}.footer-top a{font-size:10px}.newsletter div{display:flex}.newsletter input{border-radius:5px 0 0 5px}.newsletter button{border:0;background:var(--green);color:white;font-size:10px;border-radius:0 5px 5px 0;padding:0 13px}.newsletter small{font-size:8px}.footer-bottom{border-top:1px solid #dce4df;margin-top:30px;padding-top:18px;display:flex;justify-content:space-between;font-size:9px}
@media(max-width:900px){.site-header nav{display:none;position:absolute;top:72px;left:0;right:0;background:white;padding:20px;flex-direction:column;gap:0}.site-header nav.open{display:flex}.site-header nav a{padding:12px}.menu{display:block;margin-left:auto}.header-cta{display:none}.hero{grid-template-columns:1fr}.hero-copy{padding:55px 6%}.hero-visual{min-height:390px}.service-grid{grid-template-columns:1fr 1fr}.about,.contact-form{grid-template-columns:1fr}.process-grid{grid-template-columns:1fr 1fr}.footer-top{grid-template-columns:1fr 1fr 1fr}.scribble{font-size:22px}}
@media(max-width:580px){.site-header{padding:0 20px}.hero h1{font-size:48px}.trust{flex-direction:column;gap:8px}.service-grid,.process-grid{grid-template-columns:1fr}.section{padding:52px 22px}.title-row{align-items:start;gap:20px;flex-direction:column}.about-image,.desk-scene{min-height:290px;height:290px}.stats{flex-wrap:wrap;gap:18px}.stats div{margin:0;padding-right:18px}.cta{align-items:flex-start;flex-direction:column;gap:25px;padding:42px 22px}.form-row{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr 1fr}.footer-brand,.newsletter{grid-column:1/-1}.footer-bottom{gap:15px;flex-direction:column}.laptop{width:72%;left:16%}.screen{padding:30px 20px}.scribble{display:none}}
