/* green-infrastructure - customized from cbg.css for green building & pipelines branding */
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

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

.green-infrastructure-page{
  overflow:hidden;
  background:
  radial-gradient(circle at top left,
  rgba(15,81,50,.12),
  transparent 28%),

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

  linear-gradient(
  to bottom,
  #f5faf6,
  #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-centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

.hero-centered-content {
  max-width: 960px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}

.hero-centered-content .hero-badge {
  margin: 0 auto;
}

.hero-centered-content .hero-title {
  text-align: center;
}

.hero-centered-content .hero-desc {
  margin: 24px auto 0;
  max-width: 760px;
}

.hero-centered-content .hero-actions {
  justify-content: center;
}

.centered-features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 36px;
}

.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(15,81,50,.15);
  backdrop-filter:blur(14px);
  box-shadow:0 12px 40px rgba(15,81,50,.08);
  color:#0f5132;
  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,
  #0f5132,
  #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,
  #0f5132,
  #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(15,81,50,.25);
  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:#0f5132;
}

.hero-visual{
  position:relative;
}

.hero-panoramic-box {
  position: relative;
  width: 100%;
  border-radius: 40px;
  margin-top: 10px;
}

.hero-panoramic-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 40px;
  display: block;
  box-shadow: 0 40px 120px rgba(10,50,30,.15);
}

.floating-card-left {
  position: absolute;
  bottom: -30px;
  left: 60px;
  width: 420px;
  padding: 30px;
  border-radius: 30px;
  background: rgba(255,255,255,.85);
  backdrop-filter: blur(24px);
  border: 1px solid rgba(255,255,255,.6);
  box-shadow: 0 25px 70px rgba(10,40,20,.12);
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: left;
}

.floating-card-left .floating-icon {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(15,81,50,.12), rgba(132,204,22,.12));
  color: #0f5132;
  flex-shrink: 0;
}

.floating-card-left .floating-title {
  font-size: 20px;
  font-weight: 800;
  color: #111827;
}

.floating-card-left .floating-desc {
  margin-top: 6px;
  color: #617067;
  font-size: 13px;
  line-height: 1.5;
}

.floating-card-right {
  position: absolute;
  bottom: -30px;
  right: 60px;
  width: 320px;
  padding: 30px;
  border-radius: 30px;
  background: rgba(255,255,255,.85);
  backdrop-filter: blur(24px);
  border: 1px solid rgba(255,255,255,.6);
  box-shadow: 0 25px 70px rgba(10,40,20,.12);
}

.floating-card-right .mini-stats {
  display: flex;
  justify-content: space-between;
}

.floating-card-right .mini-stats h4 {
  font-size: 32px;
  font-weight: 800;
  color: #0f5132;
}

.floating-card-right .mini-stats p {
  margin-top: 4px;
  font-size: 12px;
  color: #718177;
  font-weight: 600;
}

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

.section-badge{
  color:#0f5132;
  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(4,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(15,81,50,.12),
  rgba(132,204,22,.12));
  color:#0f5132;
}

.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:#0f5132;
  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(15,81,50,.12),
  rgba(132,204,22,.12));
  color:#0f5132;
}

.impact-number{
  margin-top:24px;
  font-size:48px;
  font-weight:900;
  line-height:1;
  background:linear-gradient(
  135deg,
  #0f5132,
  #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:#0f5132;
}

.cta-box{
  position:relative;
  padding:100px 70px;
  border-radius:44px;
  overflow:hidden;
  background:linear-gradient(
  135deg,
  #0f5132,
  #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){
  .about-grid,
  .process-grid,
  .services-grid,
  .impact-wrapper,
  .why-grid{
    grid-template-columns:1fr;
  }

  .hero-panoramic-image {
    height: 380px;
  }

  .about-image{
    height:560px;
  }

  .floating-card-left,
  .floating-card-right {
    position:relative;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    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;
  }
}
