/* cbg - extracted verbatim from the original React bundle. */
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body{
  overflow-x:hidden;
  background:#f5faf7;
  font-family:'Inter',sans-serif;
  color:#111827;
}

.cbg-page{
  overflow:hidden;
  background:
  radial-gradient(circle at top left,
  rgba(34,197,94,.12),
  transparent 28%),

  radial-gradient(circle at bottom right,
  rgba(132,204,22,.10),
  transparent 30%),

  linear-gradient(
  to bottom,
  #f6fbf7,
  #ffffff);
}

.container{
  width:min(1420px, calc(100% - 48px));
  margin:auto;
}

.section{
  padding:110px 0;
  position:relative;
}

.hero{
  min-height:100vh;
  display:flex;
  align-items:center;
  position:relative;
  padding-top:120px;
}

.hero-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:70px;
  align-items:center;
}

.hero-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;

  padding:13px 20px;

  border-radius:999px;

  background:rgba(255,255,255,.85);

  border:1px solid rgba(34,197,94,.12);

  backdrop-filter:blur(14px);

  box-shadow:
  0 12px 40px rgba(34,197,94,.08);

  color:#16a34a;

  font-size:11px;
  font-weight:800;
  letter-spacing:.15em;
  text-transform:uppercase;
}

.hero-title{
  margin-top:34px;

  font-family:'Outfit',sans-serif;
  font-size:clamp(56px,7vw,108px);
  line-height:.9;
  letter-spacing:-0.07em;
  font-weight:900;
}

.hero-title span{
  display:block;

  background:linear-gradient(
  135deg,
  #16a34a,
  #84cc16);

  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.hero-desc{
  margin-top:30px;
  max-width:680px;

  font-size:15px;
  line-height:2;

  color:#617067;
}

.hero-actions{
  display:flex;
  gap:18px;
  margin-top:40px;
  flex-wrap:wrap;
}

.btn-primary{
  height:62px;
  padding:0 34px;

  border:none;
  border-radius:20px;

  background:linear-gradient(
  135deg,
  #16a34a,
  #84cc16);

  color:white;

  display:flex;
  align-items:center;
  gap:12px;

  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;

  cursor:pointer;

  box-shadow:
  0 22px 50px rgba(22,163,74,.22);

  transition:.45s cubic-bezier(.22,1,.36,1);
}

.btn-primary:hover{
  transform:translateY(-6px);
}

.btn-secondary{
  height:62px;
  padding:0 34px;

  border-radius:20px;

  border:1px solid #dfe8e2;

  background:white;

  color:#17221b;

  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;

  cursor:pointer;

  transition:.4s ease;
}

.hero-features{
  margin-top:38px;

  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}

.hero-feature{
  display:flex;
  align-items:center;
  gap:12px;

  color:#425248;

  font-size:13px;
  font-weight:600;
}

.hero-feature svg{
  color:#16a34a;
}

.hero-visual{
  position:relative;
}

.hero-image{
  width:100%;
  height:700px;

  object-fit:cover;

  border-radius:40px;

  box-shadow:
  0 40px 120px rgba(10,60,20,.12);
}

.floating-card{
  position:absolute;

  bottom:36px;
  left:-40px;

  width:320px;

  padding:30px;

  border-radius:30px;

  background:rgba(255,255,255,.82);

  backdrop-filter:blur(24px);

  border:1px solid rgba(255,255,255,.6);

  box-shadow:
  0 25px 70px rgba(20,50,30,.12);
}

.floating-icon{
  width:72px;
  height:72px;

  border-radius:22px;

  display:flex;
  align-items:center;
  justify-content:center;

  background:
  linear-gradient(
  135deg,
  rgba(34,197,94,.12),
  rgba(132,204,22,.12));

  color:#16a34a;
}

.floating-title{
  margin-top:22px;

  font-size:26px;
  font-weight:900;
}

.floating-desc{
  margin-top:14px;

  color:#617067;

  line-height:1.9;
  font-size:14px;
}

.mini-stats{
  margin-top:26px;

  display:flex;
  justify-content:space-between;
}

.mini-stats h4{
  font-size:28px;
  color:#16a34a;
}

.mini-stats p{
  margin-top:4px;
  font-size:12px;
  color:#718177;
}

.section-top{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:40px;
  flex-wrap:wrap;
}

.section-badge{
  color:#16a34a;

  font-size:11px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.section-title{
  margin-top:16px;

  font-family:'Outfit',sans-serif;
  font-size:clamp(40px,4.5vw,68px);
  line-height:1;
  letter-spacing:-0.05em;
  font-weight:900;
}

.section-desc{
  max-width:680px;

  color:#617067;

  line-height:1.9;
  font-size:15px;
}

.about-grid{
  margin-top:80px;

  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
}

.about-image{
  width:100%;
  height:620px;

  object-fit:cover;

  border-radius:38px;
}

.about-content h3{
  font-size:36px;
  line-height:1.2;
  font-weight:900;
}

.about-content p{
  margin-top:22px;

  color:#617067;

  line-height:2;
  font-size:15px;
}

.process-grid{
  margin-top:80px;

  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:22px;
}

.process-card{
  position:relative;

  padding:36px 26px;

  border-radius:30px;

  background:white;

  border:1px solid #edf2ee;

  overflow:hidden;

  transition:.45s ease;

  box-shadow:
  0 12px 40px rgba(30,60,40,.05);
}

.process-card:hover{
  transform:translateY(-10px);
}

.process-icon{
  width:72px;
  height:72px;

  border-radius:22px;

  display:flex;
  align-items:center;
  justify-content:center;

  background:
  linear-gradient(
  135deg,
  rgba(34,197,94,.12),
  rgba(132,204,22,.12));

  color:#16a34a;
}

.process-title{
  margin-top:24px;

  font-size:24px;
  font-weight:900;
  line-height:1.3;
}

.process-desc{
  margin-top:16px;

  color:#617067;

  line-height:1.9;
  font-size:14px;
}

.services-grid{
  margin-top:80px;

  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

.service-card{
  position:relative;

  border-radius:34px;

  overflow:hidden;

  background:white;

  border:1px solid #edf2ee;

  transition:.5s cubic-bezier(.22,1,.36,1);

  box-shadow:
  0 12px 40px rgba(30,60,40,.05);
}

.service-card:hover{
  transform:translateY(-14px);
}

.service-image{
  width:100%;
  height:260px;

  object-fit:cover;
}

.service-content{
  padding:34px;
}

.service-title{
  font-size:28px;
  font-weight:900;
}

.service-desc{
  margin-top:16px;

  color:#617067;

  line-height:1.9;
}

.service-link{
  margin-top:24px;

  display:inline-flex;
  align-items:center;
  gap:10px;

  color:#16a34a;

  font-weight:700;
}

.impact-wrapper{
  margin-top:80px;

  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.impact-card{
  position:relative;

  padding:36px 26px;

  border-radius:30px;

  background:white;

  border:1px solid #edf2ee;

  overflow:hidden;

  box-shadow:
  0 12px 40px rgba(30,60,40,.05);
}

.impact-icon{
  width:64px;
  height:64px;

  border-radius:18px;

  display:flex;
  align-items:center;
  justify-content:center;

  background:
  linear-gradient(
  135deg,
  rgba(34,197,94,.12),
  rgba(132,204,22,.12));

  color:#16a34a;
}

.impact-number{
  margin-top:24px;

  font-size:48px;
  font-weight:900;

  line-height:1;

  background:linear-gradient(
  135deg,
  #16a34a,
  #84cc16);

  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.impact-label{
  margin-top:14px;

  color:#617067;

  line-height:1.8;
}

.why-grid{
  margin-top:70px;

  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}

.why-card{
  padding:28px;

  border-radius:24px;

  background:white;

  border:1px solid #edf2ee;

  display:flex;
  align-items:center;
  gap:14px;

  font-weight:700;

  color:#314239;
}

.why-card svg{
  color:#16a34a;
}

.cta-box{
  position:relative;

  padding:100px 70px;

  border-radius:44px;

  overflow:hidden;

  background:
  linear-gradient(
  135deg,
  #16a34a,
  #84cc16);

  color:white;

  text-align:center;
}

.cta-pattern{
  position:absolute;
  inset:0;

  background-image:
  radial-gradient(
  rgba(255,255,255,.14) 1px,
  transparent 1px);

  background-size:28px 28px;

  opacity:.3;
}

.cta-content{
  position:relative;
  z-index:2;
}

.cta-title{
  font-family:'Outfit',sans-serif;
  font-size:clamp(44px,5vw,82px);
  line-height:.95;
  letter-spacing:-0.05em;
  font-weight:900;
}

.cta-desc{
  margin:28px auto 40px;

  max-width:760px;

  line-height:1.9;
  font-size:16px;

  color:rgba(255,255,255,.92);
}

@media(max-width:1100px){

  .hero-grid,
  .about-grid,
  .process-grid,
  .services-grid,
  .impact-wrapper,
  .why-grid{
    grid-template-columns:1fr;
  }

  .hero-image,
  .about-image{
    height:560px;
  }

  .floating-card{
    position:relative;
    left:0;
    bottom:0;
    margin-top:24px;
  }

  .hero-features{
    grid-template-columns:1fr;
  }
}

@media(max-width:768px){

  .section{
    padding:90px 0;
  }

  .hero-title{
    font-size:54px;
  }

  .cta-box{
    padding:80px 26px;
  }
}
