.impact-hero {
  min-height: 690px;
  padding: 160px 0 82px;
  overflow: hidden;
  position: relative;
  color: #fff;
  background:
    radial-gradient(circle at 86% 20%, rgba(67, 200, 155, 0.25), transparent 25%),
    radial-gradient(circle at 12% 100%, rgba(255, 125, 55, 0.12), transparent 30%),
    linear-gradient(120deg, #03142f 0%, #07366c 52%, #08765f 122%);
}

.impact-hero::after {
  content: "";
  width: 54%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(140deg, transparent, rgba(255, 255, 255, 0.05));
  clip-path: polygon(33% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.impact-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.65fr);
  gap: clamp(60px, 8vw, 120px);
  align-items: center;
  position: relative;
  z-index: 2;
}

.impact-kicker {
  margin: 0 0 22px;
  color: #a7e7cf;
  font-family: "Sora WebCar", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.impact-hero h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(54px, 6.2vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.062em;
}

.impact-hero h1 span {
  color: #b9ead8;
  font-weight: 420;
}

.impact-hero-copy > p:not(.impact-kicker) {
  max-width: 760px;
  margin: 30px 0 0;
  color: #d7e8ef;
  font-size: 18px;
  line-height: 1.72;
}

.impact-actions {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.impact-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #e7f8f2;
  font-weight: 700;
}

.impact-text-link span { transition: transform 0.2s ease; }
.impact-text-link:hover span { transform: translateX(4px); }

.impact-visual {
  min-height: 470px;
  display: grid;
  place-items: center;
  position: relative;
}

.impact-orbit {
  position: absolute;
  border: 1px solid rgba(197, 239, 224, 0.16);
  border-radius: 50%;
}

.orbit-a { width: 410px; height: 410px; }
.orbit-b { width: 300px; height: 300px; box-shadow: 0 0 0 60px rgba(159, 225, 202, 0.025); }

.impact-leaf {
  width: 210px;
  height: 210px;
  position: absolute;
  top: 22px;
  right: 28px;
  fill: none;
  stroke: rgba(151, 228, 200, 0.72);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: rotate(7deg);
}

.impact-status-card {
  width: min(100%, 420px);
  padding: 32px;
  position: relative;
  border: 1px solid rgba(216, 244, 235, 0.28);
  border-radius: 25px;
  background: linear-gradient(145deg, rgba(255,255,255,0.16), rgba(255,255,255,0.065));
  box-shadow: 0 32px 85px rgba(0, 16, 38, 0.32), inset 0 1px 0 rgba(255,255,255,0.16);
  backdrop-filter: blur(20px);
}

.impact-status {
  width: fit-content;
  margin-bottom: 48px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(154, 228, 202, 0.32);
  border-radius: 999px;
  color: #c9f1e3;
  background: rgba(10, 108, 84, 0.28);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.11em;
}

.impact-status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6ee0b5;
  box-shadow: 0 0 0 6px rgba(110, 224, 181, 0.12);
}

.impact-status-card > small {
  display: block;
  color: #9bdac4;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.15em;
}

.impact-status-card > strong {
  max-width: 340px;
  margin-top: 12px;
  display: block;
  font-size: 34px;
  line-height: 1.08;
}

.impact-status-card > p {
  margin: 20px 0 0;
  color: #d4e8e2;
  line-height: 1.62;
}

.impact-principles {
  position: relative;
  z-index: 5;
  border-bottom: 1px solid #dfe7ef;
  background: #fff;
}

.impact-principles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.impact-principles article {
  min-height: 128px;
  padding: 30px 24px;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 15px;
  align-items: center;
  border-right: 1px solid #e2e9f1;
}

.impact-principles article:last-child { border-right: 0; }
.impact-principles article > span { color: #0d8065; font: 700 12px/1 "Sora WebCar", Arial, sans-serif; }
.impact-principles article div { display: grid; gap: 6px; }
.impact-principles strong { color: #0b203e; font-size: 15px; }
.impact-principles small { color: #6a788d; line-height: 1.45; }

.impact-programme { background: linear-gradient(180deg, #f8fbff, #fff); }

.impact-section-heading {
  margin-bottom: 52px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.65fr);
  gap: 70px;
  align-items: end;
}

.impact-section-heading h2,
.impact-focus-copy h2,
.impact-transparency h2,
.impact-cta-card h2 {
  margin: 0;
  color: #091d3b;
  font-size: clamp(40px, 4.8vw, 66px);
  line-height: 1.02;
  letter-spacing: -0.052em;
}

.impact-section-heading > p,
.impact-focus-copy > p:not(.eyebrow) {
  margin: 0;
  color: #5f6f85;
  font-size: 17px;
  line-height: 1.75;
}

.impact-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.impact-steps article {
  min-height: 340px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  border: 1px solid #dbe5ef;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(15, 38, 71, 0.08);
}

.impact-steps article::after {
  content: "";
  width: 110px;
  height: 110px;
  position: absolute;
  right: -68px;
  top: -68px;
  border: 22px solid rgba(24, 137, 107, 0.07);
  border-radius: 50%;
}

.impact-steps i {
  width: 54px;
  height: 54px;
  margin-bottom: 40px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #0b8065;
  background: #e8f7f2;
}

.impact-steps svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.impact-steps small { color: #14775f; font-size: 10px; font-weight: 750; letter-spacing: 0.14em; }
.impact-steps h3 { margin: 13px 0 14px; color: #0a1e3c; font-size: 22px; line-height: 1.15; }
.impact-steps p { margin: 0; color: #65748a; line-height: 1.65; }

.impact-focus-section { background: #071b38; }

.impact-focus-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(520px, 1fr);
  gap: clamp(55px, 8vw, 120px);
  align-items: center;
}

.impact-focus-copy h2 { color: #fff; }
.impact-focus-copy > p:not(.eyebrow) { margin-top: 28px; color: #b8c8da; }
.impact-focus-list { display: grid; gap: 14px; }

.impact-focus-list article {
  min-height: 104px;
  padding: 20px 22px;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 18px;
  align-items: center;
  border: 1px solid rgba(190, 218, 239, 0.18);
  border-radius: 18px;
  background: rgba(255,255,255,0.055);
}

.impact-focus-list i { font-size: 28px; font-style: normal; }
.impact-focus-list div { display: grid; gap: 5px; }
.impact-focus-list strong { color: #fff; font-size: 17px; }
.impact-focus-list small { color: #aebed1; line-height: 1.45; }
.impact-focus-list > article > span { padding: 7px 9px; border-radius: 999px; color: #9edfc8; background: rgba(21, 126, 99, 0.22); font-size: 9px; font-weight: 750; letter-spacing: 0.09em; }

.impact-transparency { padding: 64px 0; background: #f2f7fb; }

.impact-transparency-card {
  padding: clamp(32px, 5vw, 58px);
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 30px;
  align-items: start;
  border: 1px solid #d4e2ec;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(13, 37, 67, 0.08);
}

.impact-transparency-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  color: #0d8065;
  background: #e7f6f1;
}

.impact-transparency-icon svg { width: 36px; height: 36px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.impact-transparency h2 { max-width: 850px; font-size: clamp(34px, 4vw, 52px); }
.impact-transparency p:not(.eyebrow) { max-width: 980px; margin: 22px 0 0; color: #5e6e83; font-size: 16px; line-height: 1.72; }

.impact-cta-section { background: #fff; }

.impact-cta-card {
  padding: clamp(38px, 6vw, 72px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  overflow: hidden;
  position: relative;
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(125deg, #063a72, #08775f);
  box-shadow: 0 30px 80px rgba(4, 47, 72, 0.2);
}

.impact-cta-card::after { content: ""; width: 260px; height: 260px; position: absolute; right: -105px; top: -145px; border: 45px solid rgba(255,255,255,0.06); border-radius: 50%; }
.impact-cta-card > div { max-width: 850px; position: relative; z-index: 1; }
.impact-cta-card h2 { color: #fff; font-size: clamp(34px, 4.3vw, 56px); }
.impact-cta-card p:not(.eyebrow) { margin: 20px 0 0; color: #d2e8e2; font-size: 17px; }
.impact-cta-card .button { min-width: 205px; position: relative; z-index: 1; }

@media (min-width: 1051px) and (max-width: 1400px) {
  .impact-programme .container {
    padding-right: 225px;
  }

  .impact-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1050px) {
  .impact-hero-grid,
  .impact-focus-grid { grid-template-columns: 1fr; }
  .impact-visual { min-height: 390px; }
  .impact-section-heading { grid-template-columns: 1fr; gap: 25px; }
  .impact-steps { grid-template-columns: repeat(2, 1fr); }
  .impact-principles-grid { grid-template-columns: repeat(2, 1fr); }
  .impact-principles article:nth-child(2) { border-right: 0; }
  .impact-principles article:nth-child(-n+2) { border-bottom: 1px solid #e2e9f1; }
}

@media (max-width: 700px) {
  .impact-hero { min-height: 0; padding: 126px 0 64px; }
  .impact-hero-grid { gap: 45px; }
  .impact-hero h1 { font-size: clamp(46px, 13.8vw, 64px); }
  .impact-hero-copy > p:not(.impact-kicker) { font-size: 16px; }
  .impact-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .impact-actions .button { width: 100%; }
  .impact-visual { min-height: 350px; }
  .impact-leaf { width: 145px; height: 145px; right: 10px; }
  .impact-status-card { padding: 24px; }
  .impact-status { margin-bottom: 34px; font-size: 8.5px; }
  .impact-status-card > strong { font-size: 27px; }
  .impact-principles-grid,
  .impact-steps { grid-template-columns: 1fr; }
  .impact-principles article { border-right: 0; border-bottom: 1px solid #e2e9f1; }
  .impact-principles article:last-child { border-bottom: 0; }
  .impact-steps article { min-height: 0; }
  .impact-focus-grid { grid-template-columns: 1fr; }
  .impact-focus-list article { grid-template-columns: 42px 1fr; }
  .impact-focus-list > article > span { grid-column: 2; width: fit-content; }
  .impact-transparency-card { grid-template-columns: 1fr; }
  .impact-cta-card { align-items: stretch; flex-direction: column; }
  .impact-cta-card .button { width: 100%; }
}
