:root {
  --edhi-green: #087f3b;
  --edhi-green-dark: #05602c;
  --edhi-red: #d83b2d;
}

html { scroll-behavior: smooth; }
body { font-family: Poppins, Arial, Helvetica, sans-serif; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 10000;
  padding: .75rem 1rem;
  border-radius: .35rem;
  color: #fff;
  background: #111827;
  transform: translateY(-160%);
  transition: transform .15s ease;
}
.skip-link:focus { transform: translateY(0); }

.grant-hero {
  padding: clamp(2.5rem, 6vw, 5.5rem) 1rem;
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, #075c2c 0%, #0b8f44 58%, #075c2c 100%);
}
.grant-hero__inner { width: min(72rem, 100%); margin: 0 auto; }
.grant-hero__eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  padding: .4rem .75rem;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 999px;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .03em;
}
.grant-hero h1 {
  max-width: 18ch;
  margin: 0 auto 1rem;
  color: #fff;
  font-size: clamp(2.25rem, 6vw, 4.75rem);
  line-height: 1.05;
}
.grant-hero p {
  max-width: 48rem;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.75;
}
.grant-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .8rem;
  margin-top: 1.75rem;
}
.grant-hero__button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: .75rem 1.25rem;
  border: 2px solid #fff;
  border-radius: .4rem;
  color: #075c2c;
  background: #fff;
  font-weight: 700;
  text-decoration: none;
}
.grant-hero__button:hover,
.grant-hero__button:focus-visible { color: #fff; background: transparent; }
.grant-hero__button--secondary { color: #fff; background: transparent; }
.grant-hero__button--secondary:hover,
.grant-hero__button--secondary:focus-visible { color: #075c2c; background: #fff; }
.grant-hero__registration { margin-top: 1.25rem !important; font-size: .9rem !important; }

.page-intro {
  padding: 1.5rem 1rem;
  text-align: center;
  background: #f0fdf4;
}
.page-intro h1 {
  margin: 0 auto;
  color: var(--edhi-green-dark);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.15;
}
.policy-intro {
  width: min(72rem, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4rem) 0;
  text-align: center;
}
.policy-intro h1 {
  max-width: 24ch;
  margin: 0 auto 1rem;
  color: var(--edhi-green-dark);
  font-size: clamp(2.25rem, 5vw, 4rem);
  line-height: 1.1;
}
.policy-intro p { max-width: 52rem; margin: .75rem auto; color: #374151; font-size: 1.05rem; line-height: 1.75; }
.policy-intro__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem; margin-top: 1.5rem; }
.policy-intro .grant-hero__button { color: #fff; background: var(--edhi-green); border-color: var(--edhi-green); }
.policy-intro .grant-hero__button:hover,
.policy-intro .grant-hero__button:focus-visible { color: var(--edhi-green-dark); background: #fff; }
.policy-intro .grant-hero__button--secondary { color: var(--edhi-green-dark); background: #fff; }

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #fbbf24 !important;
  outline-offset: 3px !important;
}

[id] { scroll-margin-top: 10rem; }
.btn437263 { border-style: none; cursor: pointer; }
.external-icon { display: inline-block; min-width: 1.25rem; text-align: center; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
