:root{
  --green:#087a3e; --green2:#0ca84f; --deep:#034b2b; --ink:#14211a; --muted:#657069;
  --soft:#f4f8f5; --line:#dfe8e2; --white:#fff; --shadow:0 16px 45px rgba(2,48,27,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:78px}
body{margin:0;font-family:"Manrope",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.55}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.ico{width:20px;height:20px;flex:0 0 auto}
.wrap{width:min(1160px,calc(100% - 36px));margin:auto}
.topbar{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.06)}
.nav{height:78px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;margin-right:auto;min-width:250px}
.brand img{height:58px;width:auto;object-fit:contain}
.navlinks{display:flex;gap:26px;font-weight:700;font-size:14px}
.navlinks a{padding:27px 0 24px;border-bottom:3px solid transparent}
.navlinks a:hover{color:var(--green);border-bottom-color:var(--green2)}
.phonebtn,.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:10px;font-weight:800;transition:.2s ease}
.phonebtn{background:var(--green2);color:#fff;padding:12px 18px;white-space:nowrap;box-shadow:0 8px 22px rgba(12,168,79,.24)}
.phonebtn .ico,.btn .ico{width:18px;height:18px}
.phonebtn:hover,.btn.primary:hover{transform:translateY(-1px);filter:brightness(.96)}
.hero{position:relative;min-height:610px;display:grid;align-items:center;overflow:hidden;background:var(--deep)}
.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(3,58,33,.98) 0%,rgba(3,58,33,.92) 38%,rgba(3,58,33,.25) 68%,rgba(3,58,33,.05) 100%),url('../img/hero.jpg');background-size:cover;background-position:center right}
.hero .wrap{position:relative;z-index:1;padding:72px 0 68px}
.eyebrow{font-size:13px;text-transform:uppercase;letter-spacing:.22em;font-weight:800;color:#bfe9cd}
.hero h1{margin:13px 0 18px;max-width:680px;color:#fff;font-size:clamp(42px,6vw,72px);line-height:1.01;letter-spacing:-.04em}
.hero p{max-width:600px;color:#e5f1e9;font-size:19px;margin:0 0 28px}
.actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{padding:14px 20px;border:1px solid rgba(255,255,255,.5)}
.btn.primary{background:var(--green2);border-color:var(--green2);color:white}
.btn.ghost{color:#fff;background:rgba(0,0,0,.12)}
.btn.ghost:hover{background:rgba(255,255,255,.12)}
.trust{background:white;border-bottom:1px solid var(--line)}
.trustgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.trustitem{padding:22px 20px;display:flex;gap:12px;align-items:center;border-right:1px solid var(--line)}
.trustitem:last-child{border-right:0}
.trusticon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#e8f6ed;color:var(--green);flex:0 0 auto}
.trustitem strong{display:block;font-size:15px}.trustitem span{font-size:12.5px;color:var(--muted)}
section{padding:82px 0}
.sectionhead{text-align:center;max-width:760px;margin:0 auto 38px}
.sectionhead .eyebrow{color:var(--green)}
.sectionhead h2{font-size:clamp(32px,4vw,48px);line-height:1.07;margin:10px 0 13px;letter-spacing:-.035em}
.sectionhead p{color:var(--muted);font-size:17px;margin:0}
.services{background:linear-gradient(180deg,#fff,#f5f8f6)}
.servicegrid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 10px 28px rgba(3,58,33,.055);transition:.2s}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.cardimg{width:100%;aspect-ratio:2.5/1;height:auto;object-fit:cover}
.cardbody{padding:20px 19px 22px}.card h3{margin:0 0 8px;font-size:19px;line-height:1.2}.card p{margin:0;color:var(--muted);font-size:14px}
.badge{display:inline-flex;align-items:center;gap:6px;margin-bottom:10px;color:var(--green);font-weight:800;font-size:12px;text-transform:uppercase;letter-spacing:.07em}
.audience{background:#fff}.audgrid{display:grid;grid-template-columns:1.1fr .9fr;gap:54px;align-items:center}
.audbox{background:var(--soft);border:1px solid var(--line);border-radius:22px;padding:34px}
.audbox .eyebrow{color:var(--green)}
.audbox h2{font-size:40px;line-height:1.08;margin:10px 0 15px;letter-spacing:-.03em}.audbox p{color:var(--muted);font-size:17px}
.chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.chip{padding:10px 13px;border-radius:999px;background:#fff;border:1px solid var(--line);font-weight:800;font-size:14px}
.steps{display:grid;gap:14px}.step{display:grid;grid-template-columns:54px 1fr;gap:16px;align-items:start;padding:18px 0;border-bottom:1px solid var(--line)}.step:last-child{border-bottom:0}
.num{width:48px;height:48px;border-radius:14px;background:var(--green);color:#fff;display:grid;place-items:center;font-weight:800}
.step h3{margin:2px 0 4px;font-size:18px}.step p{margin:0;color:var(--muted);font-size:14px}
.about{background:linear-gradient(135deg,#043c25,#076a3a);color:#fff;position:relative;overflow:hidden}
.about:after{content:"";position:absolute;width:420px;height:420px;border:80px solid rgba(255,255,255,.035);border-radius:50%;right:-120px;top:-80px}
.aboutgrid{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center;position:relative;z-index:1}
.about h2{font-size:46px;line-height:1.04;margin:10px 0 16px;letter-spacing:-.035em}.about p{color:#d9eee1;font-size:17px}
.checklist{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.check{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);padding:15px 16px;border-radius:13px;font-weight:800}
.check:before{content:"✓";margin-right:9px;color:#7ee2a4}
.contact{background:#f5f8f6}.contactgrid{display:grid;grid-template-columns:.92fr 1.08fr;gap:28px}
.contactcard,.formcard{background:#fff;border:1px solid var(--line);border-radius:20px;padding:34px;box-shadow:0 14px 40px rgba(3,58,33,.05)}
.contactcard .eyebrow{color:var(--green)}
.contactcard h2{font-size:38px;line-height:1.05;margin:10px 0 15px}
.contactline{display:flex;gap:12px;margin:18px 0;align-items:flex-start}.contactline b{display:block}.contactline span{color:var(--muted);font-size:14px}
.contactline a:hover{color:var(--green);text-decoration:underline}
.contacticon{width:42px;height:42px;background:#e8f6ed;color:var(--green);border-radius:12px;display:grid;place-items:center;flex:0 0 auto}
form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.full{grid-column:1/-1}
label{display:block;font-size:13px;font-weight:800;margin-bottom:6px}
input,textarea,select{width:100%;padding:13px 14px;border:1px solid #cdd9d1;border-radius:10px;background:#fff;font:inherit;color:var(--ink)}
textarea{min-height:125px;resize:vertical}
input:focus,textarea:focus,select:focus{outline:2px solid rgba(12,168,79,.18);border-color:var(--green2)}
.formnote{font-size:12px;color:var(--muted);margin:4px 0 0}
footer{background:#062f1f;color:#dcebe2;padding:36px 0 24px}
.footgrid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:34px}
.footlogo{height:58px;width:auto;filter:brightness(0) invert(1);opacity:.95}
.footgrid h4{margin:0 0 12px;color:#fff}.footgrid p,.footgrid a{color:#c4dacb;font-size:14px}
.footgrid a:hover{color:#fff}
.footlinks{display:grid;gap:8px}
.footbottom{border-top:1px solid rgba(255,255,255,.12);margin-top:28px;padding-top:18px;color:#a9c4b3;font-size:12px;display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap}
.mobilemenu{display:none;background:none;border:0;padding:6px;color:var(--deep);cursor:pointer}
.mobilemenu .ico{width:28px;height:28px}
#mobileNav{background:#fff;border-top:1px solid #e4ece7;padding:8px 18px 18px}
#mobileNav .wrap{display:grid;gap:0;font-weight:800}
#mobileNav a{padding:12px 0;border-bottom:1px solid #eef3f0}
#mobileNav a:last-child{border-bottom:0}
:focus-visible{outline:3px solid rgba(12,168,79,.45);outline-offset:2px}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
@media(max-width:980px){
  .navlinks{display:none}.mobilemenu{display:block}.phonebtn{display:none}.brand img{height:50px}
  .servicegrid{grid-template-columns:repeat(2,1fr)}.trustgrid{grid-template-columns:repeat(2,1fr)}.trustitem:nth-child(2){border-right:0}
  .audgrid,.aboutgrid,.contactgrid{grid-template-columns:1fr}.hero{min-height:560px}
  .hero:before{background-image:linear-gradient(90deg,rgba(3,58,33,.98) 0%,rgba(3,58,33,.88) 62%,rgba(3,58,33,.28) 100%),url('../img/hero.jpg')}
  .footgrid{grid-template-columns:1fr 1fr}.footgrid>div:first-child{grid-column:1/-1}
}
@media(max-width:620px){
  .wrap{width:min(100% - 24px,1160px)}.nav{height:68px}.brand{min-width:0}.brand img{height:43px}
  .hero{min-height:590px}.hero .wrap{padding:62px 0 56px}.hero h1{font-size:clamp(30px,9vw,44px);overflow-wrap:break-word;hyphens:auto}.hero p{font-size:17px}
  .trustgrid,.servicegrid,.checklist,.footgrid{grid-template-columns:1fr}
  .trustitem{border-right:0;border-bottom:1px solid var(--line)}.trustitem:last-child{border-bottom:0}
  section{padding:64px 0}.audbox,.contactcard,.formcard{padding:24px}
  .about h2,.audbox h2,.contactcard h2{font-size:34px}
  form{grid-template-columns:1fr}.full{grid-column:auto}.footgrid>div:first-child{grid-column:auto}
  .cardimg{aspect-ratio:2.6/1}
}
