* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth
}

body {
  margin:0;
  font-family:"Poppins",sans-serif;
  color:#063f30;
  background:#fff;
  font-size:16px
}

img {
  max-width:100%;
  display:block
}

a {
  text-decoration:none;
  color:inherit
}

.container {
  width:min(1240px,calc(100% - 48px));
  margin:auto
}

.site-header {
  height:70px;
  background:#fff;
  border-bottom:1px solid #e8f0ea;
  position:sticky;
  top:0;
  z-index:50
}

.nav {
  height:70px;
  display:flex;
  align-items:center
}

.brand img {
  /* width:114px;
  height:40px; */
  object-fit:contain
}

.nav-links {
  display:flex;
  gap:34px;
  margin:auto;
  font-size:12px;
  font-weight:500;
  color:#355b50
}

.nav-links a {
  padding:8px 0 8px;
  position:relative
}

.nav-links a.active {
  font-weight:700;
  color:#064735
}

.nav-links a.active:after {
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:2px;
  background:#087544;
  border-radius:3px
}

.download-btn {
  background:#073f2f;
  color:#fff;
  border-radius:25px;
  padding:12px 20px;
  font-size:12px;
  font-weight:600;
  box-shadow:0 8px 18px rgba(4,64,47,.08)
}

.download-btn span {
  margin-left:6px;
  font-size:15px
}

.menu-toggle {
  display:none;
  background:none;
  border:0
}

.hero {
  min-height:650px;
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg,#f4fbf3 0%,#fff 86%)
}

.hero:after {
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:150px;
  background:linear-gradient(180deg,transparent,#fff);
  pointer-events:none
}

.hero-glow {
  position:absolute;
  border-radius:50%;
  filter:blur(45px);
  opacity:.55
}

.hero-glow-left {
  width:310px;
  height:310px;
  left:-100px;
  top:190px;
  background:#dff5d9
}

.hero-glow-right {
  width:300px;
  height:300px;
  right:50px;
  top:120px;
  background:#e4f8d9
}

.hero-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  min-height:650px;
  position:relative;
  z-index:1
}

.hero-copy {
  padding:42px 20px 55px 0
}

.eyebrow,.section-kicker {
  font-size:10px;
  letter-spacing:.55px;
  font-weight:700;
  color:#0c9b4b
}

.eyebrow {
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:5px 10px;
  border:1px solid #c8e9c7;
  background:#eaf8e8;
  border-radius:20px;
  color:#167d43
}

.eyebrow span {
  width:6px;
  height:6px;
  background:#20b957;
  border-radius:50%
}

.hero h1 {
  font-size:54px;
  line-height:1.05;
  letter-spacing:-1.5px;
  margin:22px 0 16px;
  font-weight:600;
  color:#073f30;
}

.hero h1 strong {
  color:#20a94e;
  font-weight:600;
}

.hero-text {
  max-width:530px;
  color:#718079;
  font-size:15px;
  line-height:1.7;
  margin:0 0 25px
}

.store-buttons {
  display:flex;
  gap:12px
}

.store {
  height:45px;
  background:#000;
  color:#fff;
  border-radius:7px;
  padding:5px 13px;
  display:flex;
  align-items:center;
  gap:8px;
  min-width:135px
}

.store img {
  width:22px;
  height:27px;
  object-fit:contain
}

.store span {
  font-size:13px;
  font-weight:600;
  line-height:1.05
}

.store small {
  display:block;
  font-size:8px;
  font-weight:400;
  letter-spacing:.2px;
  margin-bottom:3px
}

.trust-row {
  display:flex;
  gap:38px;
  margin-top:27px;
  padding-top:18px;
  border-top:1px solid #e8eee9
}

.trust-row div {
  display:flex;
  align-items:center;
  gap:7px;
  color:#3d6256;
  font-size:10px;
  font-weight:600
}

.trust-row img {
  width:28px;
  height:28px
}

.hero-visual {
  display:flex;
  justify-content:center;
  align-items:center
}

.hero-visual img {
  width:min(570px,100%);
  filter:drop-shadow(0 24px 35px rgba(15,91,48,.08))
}

.features-intro {
  padding:75px 0 72px
}

.center {
  text-align:center
}

.center>p {
  max-width:700px;
  margin:10px auto 0;
  color:#7c8783;
  line-height:1.65;
  font-size:13px
}

.center h2,.process h2 {
  font-size:32px;
  line-height:1.25;
  margin:7px 0 0;
  color:#063f30;
  letter-spacing:-.5px
}

.cards {
  display:grid;
  gap:18px
}

.four {
  grid-template-columns:repeat(4,1fr);
  margin-top:46px
}

.feature-card,.small-card {
  border:1px solid #e2eae4;
  border-radius:12px;
  background:#fff
}

.feature-card {
  min-height:170px;
  padding:25px 18px;
  text-align:center
}

.feature-card img {
  width:48px;
  height:48px;
  margin:0 auto 13px
}

.feature-card h3,.small-card h3 {
  margin:0 0 7px;
  font-size:14px;
  color:#073f30
}

.feature-card p,.small-card p {
  margin:0;
  color:#7d8883;
  font-size:11px;
  line-height:1.55
}

.process {
  padding:75px 0;
  background:#f9fcf9;
  border-top:1px solid #eef3ef;
  border-bottom:1px solid #eef3ef
}

.process-grid {
  display:grid;
  grid-template-columns:38% 62%;
  align-items:center
}

.process-visual {
  position:relative;
  display:flex;
  justify-content:center
}

.process-visual:before {
  content:"";
  position:absolute;
  width:330px;
  height:330px;
  border-radius:50%;
  background:#e9f9df;
  filter:blur(40px);
  left:25px;
  top:80px
}

.process-visual img {
  width:330px;
  position:relative;
  z-index:1
}

.process-copy {
  padding-left:45px
}

.process-copy .intro {
  font-size:13px;
  color:#7a8580;
  line-height:1.6;
  margin:9px 0 23px;
  max-width:600px
}

.steps {
  display:grid;
  gap:14px
}

.step {
  display:grid;
  grid-template-columns:34px 1fr;
  gap:11px;
  align-items:start
}

.step>b {
  width:34px;
  height:34px;
  border-radius:8px;
  background:#064b35;
  color:#fff;
  display:grid;
  place-items:center;
  font-size:10px
}

.step h3 {
  font-size:13px;
  margin:0 0 3px;
  color:#073f30
}

.step p {
  font-size:11px;
  color:#89918e;
  line-height:1.4;
  margin:0
}

.capabilities {
  padding:68px 0 72px
}

.capability-grid {
  grid-template-columns:repeat(4,1fr);
  margin-top:43px
}

.small-card {
  padding:20px 18px;
  min-height:135px
}

.icon {
  display:grid;
  place-items:center;
  width:32px;
  height:32px;
  border-radius:8px;
  background:#eef9ea;
  color:#12a74c;
  font-weight:700;
  margin-bottom:13px
}

.small-card h3 {
  font-size:12px
}

.small-card p {
  font-size:10px
}

.stats {
  background:#effaeb;
  padding:42px 0;
  border-top:1px solid #dcebdc
}

.stats-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr)
}

.stat {
  text-align:center;
  border-right:1px solid transparent
}

.stat>span {
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  border-radius:50%;
  background:#fff;
  color:#18a84c;
  margin:0 auto 8px;
  font-size:15px
}

.stat strong {
  display:block;
  color:#063f30;
  font-size:28px;
  line-height:1.15
}

.stat small {
  color:#60766c;
  font-size:11px
}

footer {
  background:#fff
}

.footer-top {
  padding:40px 0 30px;
  display:grid;
  grid-template-columns:2fr 1fr 1fr 1fr;
  gap:50px
}

.footer-brand img {
  /* width:114px;
  height:40px; */
  margin-bottom:10px
}

.footer-brand p {
  max-width:330px;
  color:#78857f;
  font-size:11px;
  line-height:1.6;
  margin:0 0 8px
}

.footer-brand strong {
  font-size:10px;
  color:#12a24a
}

.footer-top h4 {
  font-size:10px;
  letter-spacing:.8px;
  margin:3px 0 14px;
  color:#064735
}

.footer-top>div:not(.footer-brand) a {
  display:block;
  color:#7a8580;
  font-size:11px;
  margin:0 0 8px
}

.socials {
  display:flex;
  gap:7px
}

.socials a {
  width:25px!important;
  height:25px;
  border-radius:50%;
  background:#f3f5f4;
  display:grid!important;
  place-items:center;
  color:#61736b!important;
  font-size:11px!important;
  margin:0!important
}

.footer-bottom {
  border-top:1px solid #e5ebe7;
  padding:17px 0 24px;
  display:flex;
  justify-content:space-between;
  color:#8b9591;
  font-size:10px
}

.footer-bottom span:last-child {
  color:#16633f;
  font-weight:600
}

.menu-toggle span {
  display:block;
  width:22px;
  height:2px;
  background:#064735;
  margin:4px
}

.menu-toggle {
  padding:5px
}

@media(max-width:900px) {
  .site-header,.nav {
  height:64px
}

.nav {
  justify-content:space-between
}

.nav-links {
  display:none;
  position:absolute;
  top:64px;
  left:0;
  right:0;
  background:#fff;
  padding:15px 24px;
  flex-direction:column;
  gap:0;
  box-shadow:0 10px 25px rgba(0,0,0,.08)
}

.nav-links.open {
  display:flex
}

.nav-links a {
  padding:12px 0
}

.nav-links a.active:after {
  bottom:4px
}

.download-btn {
  margin-left:auto;
  margin-right:12px;
  padding:10px 14px
}

.menu-toggle {
  display:block
}

.hero {
  min-height:auto
}

.hero-grid {
  grid-template-columns:1fr;
  min-height:auto;
  text-align:center
}

.hero-copy {
  padding:60px 0 20px
}

.hero-text {
  margin-left:auto;
  margin-right:auto
}

.store-buttons,.trust-row {
  justify-content:center
}

.hero-visual {
  padding:5px 0 45px
}

.hero-visual img {
  max-width:580px
}

.four,.capability-grid {
  grid-template-columns:repeat(2,1fr)
}

.process-grid {
  grid-template-columns:1fr
}

.process-visual {
  margin-bottom:35px
}

.process-copy {
  padding-left:0
}

.footer-top {
  grid-template-columns:2fr 1fr 1fr
}

.footer-top>div:last-child {
  grid-column:2
}

.stats-grid {
  grid-template-columns:repeat(2,1fr);
  gap:30px
}

.stat:nth-child(2) {
  border-right:0
}

}

@media(max-width:560px) {
  .container {
  width:min(100% - 30px,1240px)
}

.brand img {
  width:95px
}

.download-btn {
  font-size:10px
}

.hero h1 {
  font-size:44px
}

.hero-text {
  font-size:14px
}

.trust-row {
  gap:12px;
  flex-wrap:wrap
}

.trust-row div {
  font-size:9px
}

.features-intro,.capabilities,.process {
  padding:55px 0
}

.center h2,.process h2 {
  font-size:27px
}

.four,.capability-grid {
  grid-template-columns:1fr
}

.feature-card {
  min-height:155px
}

.process-visual img {
  width:280px
}

.footer-top {
  grid-template-columns:1fr 1fr;
  gap:28px
}

.footer-brand {
  grid-column:1/-1
}

.footer-top>div:last-child {
  grid-column:auto
}

.footer-bottom {
  flex-direction:column;
  gap:8px
}

.store {
  min-width:128px
}

.store span {
  font-size:12px
}

}
