@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--forest:#102c26;--deep:#09231e;--lime:#dcf58a;--ink:#172923;--muted:#65716b;--paper:#f5f7f3;--line:#dce3dc;--white:#fff;--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--ink);background:var(--paper);font:16px/1.65 'DM Sans',sans-serif}h1,h2,h3,h4,.brand,.btn{font-family:'Manrope',sans-serif}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.12;letter-spacing:-.045em}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{display:block;width:100%;height:auto}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #618f00;outline-offset:6px}.wrap{width:min(1320px,calc(100% - 80px));margin:auto}.eyebrow{display:flex;align-items:center;gap:12px;font-weight:700;font-size:12px;letter-spacing:.14em;text-transform:uppercase;margin-bottom:24px}.eyebrow:before{content:'';width:26px;height:2px;background:currentColor}.topbar{background:var(--forest);color:#cbd9cf;font-size:12px;letter-spacing:.03em}.topbar .wrap{display:flex;justify-content:space-between;padding:8px 0}.topbar a{color:white}header{position:sticky;top:0;z-index:20;background:rgba(245,247,243,.97);border-bottom:1px solid var(--line)}.nav{height:88px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;gap:12px;align-items:center;line-height:1}.brand-symbol{width:42px;height:46px;border:2px solid var(--forest);display:grid;place-items:center;font-size:30px;font-weight:800;border-radius:4px 16px 4px 4px}.brand strong{font-size:28px;letter-spacing:-.065em}.brand small{display:block;margin-top:6px;font-size:10px;letter-spacing:.38em;font-weight:700}.navlinks{display:flex;align-items:center;gap:29px;font-size:14px;font-weight:600}.navlinks a:hover,.footer a:hover{color:#628622}.btn{display:inline-flex;align-items:center;justify-content:center;gap:28px;padding:16px 24px;border:1px solid transparent;border-radius:6px;font-weight:700;font-size:14px;line-height:1.35;transition:background .2s,transform .2s}.btn:hover{transform:translateY(-2px)}.btn-dark{background:var(--forest);color:white}.btn-lime{background:var(--lime);color:var(--deep)}.btn-line{border-color:#bac8bf;background:transparent}.btn-white{background:white;color:var(--forest)}.arrow{font-size:23px;line-height:1}.menu-toggle{display:none;border:1px solid var(--line);background:white;border-radius:4px;padding:8px 14px}.hero{position:relative;min-height:620px;margin-top:22px;border-radius:var(--radius);overflow:hidden;background:var(--deep);color:white;isolation:isolate}.hero-img{position:absolute;z-index:-2;right:0;top:0;height:100%;width:69%;object-fit:cover;object-position:53% center}.hero:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#09231e 0%,rgba(9,35,30,.96) 23%,rgba(9,35,30,.60) 51%,rgba(9,35,30,.08) 85%)}.hero-copy{padding:66px 64px 56px;max-width:800px}.hero .eyebrow{color:var(--lime)}.hero h1{font-size:clamp(48px,5.9vw,80px);font-weight:600;line-height:1.05;margin-bottom:26px}.hero h1 em{font-style:normal;color:var(--lime)}.hero-copy>p{max-width:420px;color:#d5dfd9;font-size:17px;line-height:1.7;margin-bottom:30px}.actions{display:flex;flex-wrap:wrap;gap:13px;align-items:center}.hero .text-link{font-size:14px;margin-left:10px;border-bottom:1px solid #899d90;padding:10px 0}.hero-note{position:absolute;right:30px;bottom:29px;border:1px solid #ffffff45;border-radius:10px;background:#143127cf;padding:17px 21px;backdrop-filter:blur(10px);font-size:13px}.hero-note strong{font-size:15px;display:block;margin-bottom:3px}.hero-note span{color:#d5dfd9}.trust{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:30px;padding:32px 16px;border-bottom:1px solid var(--line)}.trust-item{display:flex;align-items:center;gap:15px}.trust-item:not(:last-child){border-right:1px solid var(--line)}.trust strong{font-family:Manrope,sans-serif;font-size:25px;letter-spacing:-.06em}.trust p{margin:0;font-size:13px;line-height:1.45;color:var(--muted)}.trust b{display:block;color:var(--ink);font-size:14px}.section{padding:92px 0}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:38px}.section h2{font-size:clamp(34px,3.7vw,49px);font-weight:600;margin-bottom:0;max-width:740px}.section-head>p{max-width:330px;margin:0;color:var(--muted)}.section .eyebrow{color:#627953;margin-bottom:17px}.muted{color:var(--muted)}.text-link{font-size:14px;font-weight:600;display:inline-flex;gap:20px;align-items:center}.text-link .arrow{transition:transform .2s}.text-link:hover .arrow{transform:translateX(4px)}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.service-card{position:relative;background:white;border:1px solid var(--line);border-radius:14px;overflow:hidden;transition:transform .25s,box-shadow .25s}.service-card:hover{transform:translateY(-5px);box-shadow:0 16px 36px #112e2610}.service-card img{height:220px;object-fit:cover;transition:transform .5s}.service-card:hover img{transform:scale(1.025)}.service-body{padding:26px}.service-body h3{font-size:24px;margin:12px 0}.service-body p{color:var(--muted);font-size:15px;margin-bottom:24px}.service-num{font-size:12px;letter-spacing:.13em;color:#72806f}.service-bottom{display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:700}.round-arrow{width:34px;height:34px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-size:20px}.footer{background:var(--deep);color:#d4e1d8;padding:56px 0 20px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1.2fr;gap:40px}.footer .brand{color:white;margin-bottom:20px}.footer .brand-symbol{border-color:var(--lime);color:var(--lime)}.footer p,.footer a{font-size:14px}.footer h3{font-size:15px;color:white;letter-spacing:0;margin-bottom:20px}.footer-links{display:grid;gap:9px}.footer-bottom{display:flex;justify-content:space-between;gap:24px;border-top:1px solid #365047;margin-top:45px;padding-top:21px;font-size:12px}.skip{position:absolute;top:-80px;left:15px;background:white;padding:10px;z-index:99}.skip:focus{top:10px}.mobile-cta{display:none}
@media(min-width:1600px){.hero{min-height:680px}.hero-copy{padding-top:85px}}@media(max-width:1100px){.wrap{width:calc(100% - 48px)}.navlinks{gap:18px}.nav>.btn{padding:14px;font-size:13px}.hero-copy{padding:58px 40px}.hero h1{font-size:62px}.hero-note{right:20px;bottom:20px}.trust{gap:15px;padding-inline:0}.trust strong{font-size:21px}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:800px){.wrap{width:calc(100% - 36px)}.topbar .wrap{justify-content:center}.topbar span:last-child{display:none}.nav{height:74px}.nav>.btn{display:none}.menu-toggle{display:block}.navlinks{display:none;position:absolute;left:0;right:0;top:74px;background:var(--paper);padding:24px;box-shadow:0 15px 20px #0001;flex-direction:column;align-items:stretch}.navlinks.open{display:flex}.hero{min-height:700px;margin-top:14px}.hero-img{width:100%;height:100%;object-position:60% center}.hero:after{background:linear-gradient(90deg,#09231eeb,#09231e75),linear-gradient(0deg,#09231eaa,transparent)}.hero-copy{padding:44px 26px}.hero h1{font-size:clamp(42px,8.5vw,65px)}.hero-copy>p{font-size:16px}.hero-note{left:26px;right:auto;bottom:26px}.hero .eyebrow{font-size:11px}.trust{grid-template-columns:1fr 1fr;gap:25px 15px;padding:28px 0}.trust-item:nth-child(2){border:0}.trust strong{font-size:24px}.section{padding:64px 0}.section-head{align-items:flex-start;flex-direction:column;gap:22px}.section h2{font-size:36px}.service-grid{grid-template-columns:1fr 1fr}.service-card img{height:180px}.service-body{padding:20px}.footer-grid{gap:32px}.footer-bottom{flex-direction:column;gap:10px}.mobile-cta{display:flex;position:fixed;bottom:0;left:0;right:0;background:var(--paper);border-top:1px solid var(--line);padding:10px 16px;gap:10px;z-index:30}.mobile-cta a{flex:1;padding:12px 8px}.footer{padding-bottom:95px}}@media(max-width:520px){.hero{min-height:700px}.hero h1{font-size:45px}.hero-copy{padding:38px 24px}.hero-copy>p{max-width:285px}.hero .actions{align-items:flex-start;flex-direction:column;gap:10px}.hero .text-link{margin-left:0}.trust p{font-size:12px}.trust b{font-size:13px}.service-grid{grid-template-columns:1fr}.service-card img{height:230px}.footer-grid{grid-template-columns:1fr}.section h2{font-size:33px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
