.wrap{
  max-width:1100px;
  margin:0 auto;
  padding:0 24px 64px;
}

.heroTop{
  position:relative;
  overflow:hidden;
  padding-top:20px;
  padding-bottom:0;
}

.heroField{
  position:absolute;
  inset:-60px -8% auto -8%;
  height:280px;
  z-index:0;
  pointer-events:none;
  opacity:.58;
  background:
    radial-gradient(circle at 49% 11%, rgba(31,111,74,.13), transparent 16%),
    radial-gradient(circle at 43% 21%, rgba(31,111,74,.10), transparent 20%),
    radial-gradient(circle at 58% 23%, rgba(31,111,74,.09), transparent 19%),
    radial-gradient(circle at 47% 34%, rgba(31,111,74,.06), transparent 27%),
    radial-gradient(circle at 56% 37%, rgba(31,111,74,.05), transparent 25%);
  filter:blur(20px);
  transform:translateY(-8px);
}

.heroIntro{
  position:relative;
  z-index:1;
  max-width:860px;
  margin:0 auto;
  text-align:center;
}

.heroMark{
  display:flex;
  justify-content:center;
  margin:0 auto 18px;
}

.heroMark img{
  width:72px;
  height:72px;
  display:block;
}

h1{
  font-size:clamp(38px,5vw,58px);
  line-height:1.02;
  letter-spacing:-0.03em;
  margin:0 0 14px;
  font-weight:900;
  text-align:center;
}

h2{
  font-size:clamp(28px,3vw,36px);
  line-height:1.1;
  margin:0 0 14px;
  font-weight:850;
  letter-spacing:-0.02em;
  text-align:center;
}

h3{
  font-size:22px;
  margin:0 0 10px;
  font-weight:800;
}

p{
  margin:0 0 18px;
  font-size:18px;
  color:var(--muted);
  line-height:1.55;
}

strong{
  color:var(--text);
}

.lede{
  font-size:22px;
  max-width:760px;
  margin:0 auto 18px;
  color:var(--muted);
  line-height:1.45;
}

.heroSupport,
.sectionIntro{
  max-width:760px;
  margin:0 auto 16px;
  font-size:18px;
  color:var(--muted);
  text-align:center;
}

.powerLine{
  margin:28px auto 12px;
  max-width:760px;
  text-align:center;
  font-size:20px;
  line-height:1.35;
  font-weight:850;
  letter-spacing:-0.01em;
  color:var(--text);
}

.ctaRow{
  display:flex;
  gap:14px;
  justify-content:center;
  flex-wrap:wrap;
  margin-top:28px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 22px;
  border-radius:16px;
  font-weight:800;
  text-decoration:none;
  font-size:16px;
  border:1px solid transparent;
  min-height:52px;
}

.btn.primary{
  background:var(--accent);
  color:var(--btnText);
}

.btn.primary:hover{
  background:var(--accent-hover);
  color:var(--btnText);
}

.btn.secondary{
  border:1px solid rgba(31,111,74,.3);
  color:var(--accent);
  background:transparent;
}

.btn.secondary:hover{
  background:rgba(31,111,74,.06);
}

.section{
  margin-top:44px;
}

.sectionIntro{
  max-width:760px;
  margin:0 auto 12px;
  font-size:18px;
  color:var(--muted);
  text-align:center;
  line-height:1.5;
}

.diagramBlock .sectionIntro:last-of-type{
  margin-bottom:12px;
}

.band{
  background:var(--band);
  border:1px solid var(--line);
  border-radius:28px;
  box-shadow:var(--shadow);
  max-width:1120px;
  margin:24px auto 0;
  padding:24px 24px 28px;
}

.gridWrap{
  max-width:820px;
  margin:0 auto;
}

.grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:16px;
  margin-top:18px;
}

.card{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:20px;
  padding:18px 20px;
}

.card p{
  margin:0;
  font-size:15px;
  line-height:1.45;
  color:var(--muted);
}

.card h3{
  margin:0 0 8px;
  font-size:20px;
  line-height:1.15;
  font-weight:850;
}

.statement{
  font-size:28px;
  line-height:1.3;
  font-weight:600;        /* ↓ from headline weight */
  margin:32px auto 48px;  /* adds separation before next section */
  max-width:720px;
  text-align:center;
}

.statement span{
  display:block;
  margin-top:4px;
  font-size:16px;
  font-weight:600;
  color:var(--muted);
}

/* tighter grid for the community-principles section */
.communitySystemGrid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:14px;
  margin-top:18px;
}

.communitySystemGrid .card{
  padding:16px 18px;
}

.communitySystemGrid .card h3{
  font-size:18px;
  margin-bottom:6px;
}

.communitySystemGrid .card p{
  font-size:15px;
  line-height:1.45;
}

.supportGrid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:14px;
  margin-top:18px;
}

.supportGrid .card{
  padding:16px 18px;
}

.supportGrid .card h3{
  font-size:18px;
  margin-bottom:6px;
}

.supportGrid .card p{
  font-size:15px;
  line-height:1.45;
}

.footerCta{
  margin-top:30px;
  text-align:center;
}

.diagramBlock + .diagramBlock{
  margin-top:56px;
}

.diagramCard{
  background:rgba(255,255,255,.42);
  border:1px solid rgba(16,32,24,.08);
  border-radius:22px;
  padding:30px;
}

.diagramCard h3{
  font-size:clamp(24px,2.6vw,30px);
  line-height:1.15;
  letter-spacing:-0.02em;
  margin:0 0 10px;
  font-weight:900;
}

.diagramCard p{
  max-width:860px;
  margin:0;
  font-size:17px;
  line-height:1.55;
}

.svgWrap{
  max-width:600px;
  margin:24px auto 0;
  padding:10px;
  background:rgba(255,255,255,.6);
  border:1px solid rgba(16,32,24,.06);
  border-radius:18px;
}

.svgWrap img{
  display:block;
  width:100%;
  max-width:560px;
  height:auto;
  margin:0 auto;
}

@media (max-width:900px){
  .wrap{
    padding:0 18px 56px;
  }

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

  .heroTop{
    padding-top:0;
  }

  .heroField{
    height:220px;
    opacity:.52;
  }

  .heroMark{
    margin-bottom:16px;
  }

  .heroMark img{
    width:60px;
    height:60px;
  }

  .band{
    padding:18px 14px 20px;
    border-radius:22px;
  }

  .section{
    margin-top:40px;
  }

  .svgWrap{
    max-width:100%;
    padding:14px;
  }

  .diagramCard{
    padding:20px 16px;
  }
}

@media (max-width:760px){
  p{
    font-size:17px;
  }

  .lede{
    font-size:20px;
  }

  .heroSupport,
  .sectionIntro{
    font-size:17px;
  }

  .ctaRow .btn{
    width:100%;
    text-align:center;
  }

  .section{
    margin-top:40px;
  }

  .diagramCard p{
    font-size:16px;
  }

  .grid,
  .communitySystemGrid,
  .supportGrid{
    grid-template-columns:1fr;
    gap:14px;
  }

  .sectionIntro{
    font-size:17px;
    margin-bottom:10px;
  }

  .card{
    padding:16px;
  }

  .card h3{
    font-size:18px;
  }

  .card p{
    font-size:15px;
  }

  .statement{
    font-size:clamp(22px, 7vw, 30px);
    margin-top:16px;
  }

  .svgWrap{
    padding:12px;
    border-radius:18px;
  }
}

@media (max-width:520px){
  .powerLine{
    font-size:16px;
    padding:0 10px;
  }
}
