:root{
  --bg:#f5f3ee;
  --card:#ffffff;
  --text:#20322a;
  --muted:#61746b;
  --line:#d9e2db;
  --sage:#4f8a68;
  --sage-dark:#376448;
  --leaf:#b8d6b3;
  --amber:#e8a448;
  --sand:#efe4d4;
  --shadow:0 18px 48px rgba(23,34,29,.08);
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font:16px/1.55 Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--text);
  background:linear-gradient(180deg,#f7f5f0 0,#f4f8f4 100%);
}
img{
  max-width:100%;
  display:block;
}
a{text-decoration:none;color:inherit}
.container{width:min(calc(100% - 24px),var(--max));margin:auto}
.section{padding:28px 0}

.header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(247,245,240,.92);
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(217,226,219,.8);
}
.topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 0;
}
.logo{
  display:flex;
  align-items:center;
  gap:12px;
  font-weight:900;
  letter-spacing:-.03em;
  font-size:clamp(24px,4vw,32px);
}
.logo-mark{
  width:44px;
  height:44px;
  border-radius:14px;
  background:linear-gradient(180deg,#fff,#f1f6f1);
  border:1px solid var(--line);
  display:grid;
  place-items:center;
  box-shadow:var(--shadow);
}
.logo small{
  display:block;
  font-size:11px;
  color:var(--muted);
  font-weight:700;
  letter-spacing:0;
}
.header-actions{
  display:flex;
  gap:10px;
  align-items:center;
}
.pill,.eyebrow,.tag{
  display:inline-flex;
  align-items:center;
  gap:8px;
  border-radius:999px;
  padding:8px 12px;
  font-size:13px;
  font-weight:800;
}
.pill{background:#fff;border:1px solid var(--line)}
.eyebrow{background:#edf6ef;border:1px solid #d7e8dc;color:var(--sage-dark)}
.tag{background:#f7faf7;border:1px solid var(--line);color:var(--sage-dark)}
.nav-toggle{
  display:none;
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  padding:10px 12px;
  font:inherit;
  font-weight:700;
}
.mobile-menu{display:none;padding-bottom:14px}
.mobile-menu a{
  display:block;
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  padding:12px 14px;
  margin-top:10px;
  font-weight:700;
}
.btn,.btn-secondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:none;
  cursor:pointer;
  border-radius:18px;
  padding:14px 18px;
  font:inherit;
  font-weight:900;
}
.btn{
  background:linear-gradient(180deg,var(--sage),var(--sage-dark));
  color:#fff;
  box-shadow:0 14px 28px rgba(47,125,90,.22);
}
.btn-secondary{
  background:#fff;
  border:1px solid var(--line);
  color:var(--text);
}

.hero{padding:22px 0 12px}
.hero-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:22px;
  align-items:stretch;
}
.panel,.card,.blog-card,.footer-card,.article-wrap,.promo,.mini-card{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:30px;
  box-shadow:var(--shadow);
}
.hero-copy{
  padding:30px;
  display:flex;
  flex-direction:column;
  gap:18px;
  background:
    radial-gradient(700px 280px at 0% 0%,rgba(184,214,179,.28) 0,transparent 42%),
    radial-gradient(420px 180px at 100% 0%,rgba(232,164,72,.16) 0,transparent 40%),
    #fff;
}
.hero-copy h1{
  margin:0;
  font-size:clamp(34px,6vw,64px);
  line-height:.98;
  letter-spacing:-.05em;
  max-width:12ch;
}
.hl{color:var(--sage)}
.sub{
  margin:0;
  color:#485b52;
  font-size:18px;
  max-width:60ch;
}
.checks{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px 14px;
}
.checks li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-weight:700;
}
.check{
  width:22px;
  height:22px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#eef6f0;
  border:1px solid #d7e8dc;
  color:var(--sage-dark);
  flex:0 0 22px;
}

/* fixed image styles */
.hero-image{
  margin-top:auto;
  border-radius:24px;
  overflow:hidden;
  border:1px solid var(--line);
  width:100%;
  height:auto;
  object-fit:cover;
  aspect-ratio:16/10;
}

.hero-form{padding:24px}
.form-head{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:flex-start;
}
.form-head h2{
  margin:.2rem 0 .4rem;
  font-size:32px;
  line-height:1.03;
  letter-spacing:-.04em;
}
.form-head p{margin:0;color:var(--muted)}
.stepper{display:flex;align-items:center;gap:8px}
.dot{
  width:34px;
  height:34px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#eef3ee;
  border:1px solid var(--line);
  font-weight:900;
  color:#7b8b84;
}
.dot.active{
  background:var(--sage);
  color:#fff;
  border-color:transparent;
}
.line{width:22px;height:2px;background:#d7dfd9}
.progress{
  font-size:14px;
  font-weight:800;
  color:var(--sage-dark);
  margin-top:14px;
}
.step{display:none}
.step.active{display:block}
.row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.field{margin-top:14px}
label{
  display:block;
  margin:0 0 8px;
  font-size:14px;
  font-weight:800;
}
input,select,textarea{
  width:100%;
  padding:15px 16px;
  border-radius:16px;
  border:1px solid var(--line);
  font:inherit;
  color:var(--text);
  background:#fff;
  outline:none;
}
input:focus,select:focus,textarea:focus{
  border-color:var(--sage);
  box-shadow:0 0 0 4px rgba(79,138,104,.12);
}
textarea{
  min-height:118px;
  resize:vertical;
}
input[aria-invalid="true"],select[aria-invalid="true"],textarea[aria-invalid="true"]{
  border-color:#bd5e4f;
  box-shadow:0 0 0 4px rgba(189,94,79,.1);
}
.note{
  display:flex;
  gap:12px;
  padding:14px 16px;
  border-radius:18px;
  background:#f7faf7;
  border:1px solid var(--line);
  margin-top:16px;
  color:#385048;
}
.actions{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  margin-top:18px;
}
.msg{
  display:none;
  margin-top:14px;
  padding:14px 16px;
  border-radius:16px;
  font-weight:800;
}
.msg.ok{
  display:block;
  background:#edf8ef;
  border:1px solid #c9e4d0;
  color:#225e38;
}
.msg.err{
  display:block;
  background:#fff2f1;
  border:1px solid #efc7c2;
  color:#923b35;
}
.mini{
  font-size:13px;
  color:var(--muted);
  margin-top:12px;
}
.bar{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.mini-card{
  padding:16px;
  text-align:center;
  font-weight:800;
}
.section-head{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:end;
  margin-bottom:18px;
}
.section-head h2{
  margin:8px 0 0;
  font-size:clamp(30px,4vw,48px);
  line-height:1.04;
  letter-spacing:-.04em;
}
.section-head p{
  max-width:62ch;
  margin:0;
  color:#4f645a;
}
.grid3,.blogs,.process,.faq{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.grid4{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.card,.blog-card,.promo,.footer-card{padding:22px}
.icon{
  width:48px;
  height:48px;
  border-radius:16px;
  background:#edf6ef;
  border:1px solid #d7e8dc;
  display:grid;
  place-items:center;
  font-size:22px;
  color:var(--sage-dark);
}
.card h3,.blog-card h3,.promo h3{
  margin:10px 0 8px;
  font-size:22px;
  letter-spacing:-.03em;
}
.card p,.blog-card p,.promo p{margin:0;color:#50645b}
.process-card{position:relative}
.process-num{
  position:absolute;
  right:18px;
  top:14px;
  font-size:38px;
  font-weight:900;
  color:#e7efe8;
}
.quote-row{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:16px;
}
.promo{background:linear-gradient(180deg,#f8fbf9,#eef5ef)}
.quote-banner{background:linear-gradient(180deg,#fff8ef,#fff)}

.blog-card{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.blog-thumb{
  border-radius:18px;
  overflow:hidden;
  border:1px solid var(--line);
}
.blog-thumb img{
  width:100%;
  height:220px;
  object-fit:cover;
  display:block;
}

.faq details{
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:18px;
}
.faq summary{
  cursor:pointer;
  font-weight:800;
  list-style:none;
}

.footer{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:16px;
  padding-bottom:36px;
}
.footer-links{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  color:var(--muted);
  font-weight:700;
}
.article-wrap{
  padding:28px;
  max-width:940px;
  margin:28px auto;
}
.article-wrap h1{
  margin:14px 0;
  font-size:clamp(34px,5vw,56px);
  line-height:1.02;
  letter-spacing:-.04em;
}
.lead{font-size:19px;color:#4d6258}
.copy h2{
  font-size:30px;
  line-height:1.08;
  letter-spacing:-.03em;
  margin-top:34px;
}
.copy p,.copy li{color:#50645b}
.copy ul{padding-left:20px}
.article-cta{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:center;
  flex-wrap:wrap;
  padding:20px;
  margin-top:28px;
  border-radius:22px;
  background:#f6faf7;
  border:1px solid var(--line);
}

/* new trust section */
.trust-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.trust-item{
  background:#f6f8f3;
  border:1px solid #d9e3d6;
  border-radius:16px;
  padding:18px;
  display:flex;
  flex-direction:column;
  gap:6px;
  min-height:110px;
  justify-content:center;
}
.trust-item strong{
  font-size:20px;
  color:#234131;
}
.trust-item span{
  color:#5d6f65;
  font-size:14px;
}

@media (max-width:1100px){
  .hero-grid,
  .quote-row,
  .grid4,
  .footer,
  .blogs,
  .process,
  .faq{
    grid-template-columns:1fr 1fr;
  }
  .bar{grid-template-columns:repeat(2,1fr)}
}

@media (max-width:860px){
  .header-actions .pill,
  .header-actions .btn-secondary{
    display:none;
  }
  .nav-toggle{display:inline-flex}
  .hero-grid,
  .quote-row,
  .grid4,
  .blogs,
  .process,
  .faq,
  .footer,
  .bar,
  .row,
  .checks,
  .grid3,
  .trust-grid{
    grid-template-columns:1fr;
  }
  .hero-copy,
  .hero-form,
  .card,
  .blog-card,
  .promo,
  .footer-card,
  .article-wrap{
    padding:22px;
  }
  .form-head{flex-direction:column}
  .actions .btn,
  .actions .btn-secondary{
    width:100%;
  }
  .actions{align-items:stretch}
  .blog-thumb img{
    height:200px;
  }
  .hero-image{
    aspect-ratio:auto;
  }
}

@media (max-width:560px){
  .container{width:min(calc(100% - 18px),var(--max))}
  .topbar{padding:10px 0}
  .logo{font-size:23px}
  .logo-mark{width:40px;height:40px}
  .hero-copy h1{
    font-size:clamp(32px,11vw,46px);
    max-width:none;
  }
  .sub{font-size:17px}
  .panel,
  .card,
  .blog-card,
  .footer-card,
  .article-wrap,
  .promo,
  .mini-card{
    border-radius:24px;
  }
  input,select,textarea{padding:14px}
  .blog-thumb img{
    height:180px;
  }
}
