/* =========================================================
   cta.css — "Be the Change" mountain CTA + "Join the Green
   Revolution" strip
   ========================================================= */

.cta-mountain{
  position:relative;
  background:radial-gradient(700px 400px at 50% 0%, rgba(46,204,130,0.18), transparent 65%), var(--forest-950);
  color:#fff;
  text-align:center;
  padding:110px 0 0;
  overflow:hidden;
}
.cta-mountain h2{
  font-family:var(--font-serif);
  font-size:2.3rem;
  font-weight:600;
  margin:0 0 16px;
}
.cta-mountain p{
  color:rgba(255,255,255,0.65);
  max-width:560px;
  margin:0 auto 32px;
  line-height:1.7;
}
.cta-actions{
  display:flex;
  gap:16px;
  justify-content:center;
  margin-bottom:64px;
}
.mountain-svg{ display:block; width:100%; height:auto; }

.cta-strip{
  background:var(--forest-900);
  text-align:center;
  padding:76px 0;
  border-top:1px dotted rgba(46,204,130,0.5);
}
.cta-strip h2{
  font-family:var(--font-serif);
  color:#fff;
  font-size:1.7rem;
  margin:0 0 12px;
}
.cta-strip p{
  color:rgba(255,255,255,0.6);
  margin:0 0 30px;
}
