/* Bigsun Africa — Impact page only */
.bigsun-impact-page .impact-stats-section{padding-top:48px}
.bigsun-impact-page .impact-grid{display:flex;flex-wrap:wrap;margin:0 -9px}
.bigsun-impact-page .impact-grid>*{width:calc(25% - 18px);margin:0 9px 18px}
.bigsun-impact-page .impact-card{background:var(--white);border:1px solid var(--line);border-radius:18px;padding:26px;text-align:center}
.bigsun-impact-page .impact-card .num{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:38px;color:var(--green-deep)}
.bigsun-impact-page .impact-stat-title{font-size:16px;line-height:1.3;color:var(--green-deep);margin:10px 0 0;font-weight:700}
.bigsun-impact-page .impact-stat-label{font-size:13px;line-height:1.45;color:var(--green);opacity:.8;margin-top:7px}
.bigsun-impact-page .impact-description{font-size:13px;line-height:1.6;color:var(--green);margin-top:12px;text-align:left}
.bigsun-impact-page .impact-description p{margin:0 0 8px}
.bigsun-impact-page .impact-description p:last-child{margin-bottom:0}
.bigsun-impact-page .goal-row{margin-bottom:30px}
.bigsun-impact-page .goal-top{display:flex;justify-content:space-between;gap:20px;align-items:baseline;font-size:14px;font-weight:600;margin-bottom:9px}
.bigsun-impact-page .goal-top strong{color:var(--green-deep)}
.bigsun-impact-page .goal-top span{white-space:nowrap;color:var(--green)}
.bigsun-impact-page .goal-bar{position:relative;height:18px;border-radius:10px;background:var(--cream-deep);overflow:hidden}
.bigsun-impact-page .goal-fill{height:100%;background:var(--gold);border-radius:10px;min-width:0;transition:width .35s ease}
.bigsun-impact-page .goal-progress-text{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:var(--green-deep);z-index:2;pointer-events:none}
.bigsun-impact-page .goal-description{margin-top:10px}
.bigsun-impact-page .impact-report-card h3{margin-bottom:0}
@media(max-width:900px){
  .bigsun-impact-page .impact-grid>*{width:calc(50% - 18px)}
}
@media(max-width:600px){
  .bigsun-impact-page .impact-grid>*{width:calc(100% - 18px)}
  .bigsun-impact-page .goal-top{font-size:13px;gap:12px}
  .bigsun-impact-page .goal-top span{font-size:12px}
}
