:root {
  --coelib-primary: #BE1E2E;
  --coelib-primary-dark: #921723;
  --coelib-secondary: #3F8F3F;
  --coelib-secondary-dark: #2f6f2f;
  --coelib-accent: #D4AD66;
  --coelib-accent-dark: #b88f45;
  --bs-primary: #BE1E2E;
  --bs-primary-rgb: 190, 30, 46;
  --bs-secondary: #3F8F3F;
  --bs-secondary-rgb: 63, 143, 63;
  --bs-info: #D4AD66;
  --bs-info-rgb: 212, 173, 102;
  --bs-link-color: #BE1E2E;
  --bs-link-hover-color: #3F8F3F;
  --pff-blue: #008cc8;
  --pff-blue-dark: #006f9d;
  --pff-teal: #67b7c3;
  --pff-gold: #fac86e;
  --pff-green: #78aa88;
}

a,
.major-color,
.sppb-addon-title span,
.sp-module-title span,
.entry-header h2 a:hover,
.entry-title a:hover,
.article-info a:hover,
.tags a:hover,
.breadcrumb a:hover,
.page-link,
.sp-contact-info a:hover,
.social-icons a:hover,
#sp-bottom a:hover,
#sp-footer a:hover {
  color: var(--coelib-primary) !important;
}

a:hover,
a:focus {
  color: var(--coelib-secondary) !important;
}

.major-bgcolor,
.btn.btn-primary,
.btn-primary,
.sppb-btn-primary,
.sppb-btn.sppb-btn-primary,
.sppb-btn-info,
.sppb-btn.sppb-btn-info,
button[type="submit"],
input[type="submit"],
.readmore a,
.com-users .btn-primary,
.pagination .page-item.active .page-link,
.pagination > .active > a,
.pagination > .active > span,
.acymailing_module_form .acysubbuttons input,
#sp-bottom .acymailing_module_form .acysubbuttons input {
  background-color: var(--coelib-primary) !important;
  border-color: var(--coelib-primary) !important;
  color: #ffffff !important;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn-primary:hover,
.btn-primary:focus,
.sppb-btn-primary:hover,
.sppb-btn-primary:focus,
.sppb-btn.sppb-btn-primary:hover,
.sppb-btn.sppb-btn-primary:focus,
.sppb-btn-info:hover,
.sppb-btn-info:focus,
.sppb-btn.sppb-btn-info:hover,
.sppb-btn.sppb-btn-info:focus,
button[type="submit"]:hover,
button[type="submit"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.readmore a:hover,
.readmore a:focus,
.com-users .btn-primary:hover,
.com-users .btn-primary:focus,
.acymailing_module_form .acysubbuttons input:hover,
.acymailing_module_form .acysubbuttons input:focus,
#sp-bottom .acymailing_module_form .acysubbuttons input:hover,
#sp-bottom .acymailing_module_form .acysubbuttons input:focus {
  background-color: var(--coelib-primary-dark) !important;
  border-color: var(--coelib-primary-dark) !important;
  color: #ffffff !important;
}

.btn.btn-default,
.sppb-btn-default,
.sppb-btn.sppb-btn-default,
.btn.sppb-btn-default,
.sppb-btn-outline,
.sppb-btn.sppb-btn-outline,
.page-link {
  border-color: var(--coelib-accent) !important;
}

.btn.btn-default:hover,
.btn.btn-default:focus,
.sppb-btn-default:hover,
.sppb-btn-default:focus,
.sppb-btn.sppb-btn-default:hover,
.sppb-btn.sppb-btn-default:focus,
.sppb-btn-outline:hover,
.sppb-btn-outline:focus,
.sppb-btn.sppb-btn-outline:hover,
.sppb-btn.sppb-btn-outline:focus,
.page-link:hover,
.page-link:focus {
  background-color: var(--coelib-secondary) !important;
  border-color: var(--coelib-secondary) !important;
  color: #ffffff !important;
}

.major-gradient,
.sppb-addon-feature .sppb-icon,
.sppb-addon-feature .sppb-img-container,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:hover {
  background-image: linear-gradient(135deg, var(--coelib-primary) 0%, var(--coelib-secondary) 100%) !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.active > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li:focus > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li.active > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:hover > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:focus > a {
  color: var(--coelib-primary) !important;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner,
.dropdown-menu {
  border-top: 3px solid var(--coelib-accent);
}

.form-control:focus,
input:focus,
textarea:focus,
select:focus {
  border-color: var(--coelib-secondary) !important;
  box-shadow: 0 0 0 0.2rem rgba(63, 143, 63, 0.18) !important;
}

blockquote,
.sppb-blockquote {
  border-color: var(--coelib-accent) !important;
}

mark,
.label-info,
.badge-info,
.sppb-label-info {
  background-color: var(--coelib-accent) !important;
  color: #1f2933 !important;
}

.label-success,
.badge-success,
.sppb-label-success {
  background-color: var(--coelib-secondary) !important;
  color: #ffffff !important;
}

.label-danger,
.badge-danger,
.sppb-label-danger {
  background-color: var(--coelib-primary) !important;
  color: #ffffff !important;
}

#sp-footer,
#sp-bottom {
  border-color: rgba(212, 173, 102, 0.24);
}

::selection {
  background: var(--coelib-primary);
  color: #ffffff;
}

@media (min-width: 992px) {
  #sp-header #sp-menu > .sp-column {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 70px;
  }

  #sp-header .sp-megamenu-wrapper {
    min-width: 0;
  }

  #sp-header .sp-megamenu-parent {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    float: none;
    height: 70px;
  }

  #sp-header .sp-megamenu-parent > li {
    flex: 0 0 auto;
    height: 70px;
    margin: 0 1px;
  }

  #sp-header .sp-megamenu-parent > li > a,
  #sp-header .sp-megamenu-parent > li > span {
    line-height: 70px;
    margin-top: 0;
    padding: 0 9px;
    white-space: nowrap;
  }

  #sp-header .floox-top-search {
    float: none !important;
    margin-left: 14px;
  }

  #sp-header .icon-top-wrapper {
    line-height: 70px;
  }
}

#sp-header .sp-megamenu-parent > li.active > a,
#sp-header .sp-megamenu-parent > li:hover > a,
#sp-header .sp-megamenu-parent > li:focus-within > a {
  color: var(--coelib-accent) !important;
}

#sp-header .icon-top-wrapper i {
  color: #ffffff;
}

#sp-header .icon-top-wrapper:hover i {
  color: var(--coelib-accent);
}

#sp-header.menu-fixed,
.sticky-header #sp-header.menu-fixed {
  background: var(--coelib-secondary) !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18);
}

#sp-header.menu-fixed-out {
  background: transparent !important;
  box-shadow: none;
}

#sp-top-bar,
#sp-top-bar a,
#sp-top-bar .sp-contact-info,
#sp-top-bar .sp-contact-info a,
#sp-top-bar .social-icons a,
#sp-top-bar .sp-module,
#sp-top-bar .sp-module a,
#sp-top-bar .sp-language,
#sp-top-bar .sp-language a {
  color: #ffffff !important;
}

.hero {
  position: relative;
  overflow: hidden;
  background: #0f172a;
}

.itemid-543 .hero {
  background: transparent !important;
}

.hero-video-bg {
  display: none !important;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.98) 0%, rgba(15, 23, 42, 0.92) 48%, rgba(15, 23, 42, 0.84) 100%);
  z-index: 1;
  pointer-events: none;
}

.hero .hero-content {
  position: relative;
  z-index: 2;
}

.hero .hero-text,
.hero .hero-stats {
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.72);
}

.hero .hero-text,
.hero .hero-text h1,
.hero .hero-text p,
.hero .hero-stats,
.hero .stat-card,
.hero .stat-label {
  color: #ffffff !important;
}

.hero .stat-card {
  background: rgba(15, 23, 42, 0.58);
  border-color: rgba(212, 173, 102, 0.38);
}

.hero .highlight {
  color: var(--coelib-secondary) !important;
}

.hero .stat-number {
  color: var(--coelib-accent) !important;
}

@media (max-width: 600px) {
  .itemid-835 .hero {
    width: 100% !important;
    min-height: auto !important;
    display: block !important;
    padding: 56px 24px 64px !important;
    text-align: left !important;
  }

  .itemid-835 .hero .hero-text {
    width: 100% !important;
    max-width: 342px !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .itemid-835 .hero .hero-tag {
    margin-bottom: 20px !important;
    font-size: 10px !important;
    letter-spacing: 0.16em !important;
  }

  .itemid-835 .hero .hero-text h1 {
    font-size: clamp(40px, 14vw, 54px) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.04em !important;
    margin-bottom: 22px !important;
  }

  .itemid-835 .hero .hero-desc {
    max-width: 100% !important;
    font-size: 17px !important;
    line-height: 1.58 !important;
    margin-bottom: 30px !important;
    color: rgba(255, 255, 255, 0.76) !important;
  }

  .itemid-835 .hero .hero-actions {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    align-items: stretch !important;
  }

  .itemid-835 .hero .hero-actions .btn-primary,
  .itemid-835 .hero .hero-actions .btn-ghost {
    width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
    padding: 14px 18px !important;
  }

  .itemid-835 .hero .hero-actions .btn-ghost {
    border: 1px solid rgba(255, 255, 255, 0.28) !important;
  }
}

.hero .btn-primary {
  background: var(--coelib-primary) !important;
  border-color: var(--coelib-primary) !important;
  color: #ffffff !important;
}

.hero .btn-primary:hover,
.hero .btn-primary:focus {
  background: #a61927 !important;
  border-color: #a61927 !important;
}

.hero .btn-secondary {
  border-color: var(--coelib-accent) !important;
  color: #ffffff !important;
}

.hero .btn-secondary:hover,
.hero .btn-secondary:focus {
  background: var(--coelib-secondary) !important;
  border-color: var(--coelib-secondary) !important;
}

#impact.impact-section {
  background:
    linear-gradient(135deg, rgba(63, 143, 63, 0.34) 0%, rgba(63, 143, 63, 0.22) 55%, rgba(47, 111, 47, 0.3) 100%),
    radial-gradient(circle at top left, rgba(212, 173, 102, 0.14), transparent 34%),
    #14231a !important;
}

#impact .section-tag {
  background: var(--coelib-primary) !important;
  color: #ffffff !important;
  border: 1px solid rgba(212, 173, 102, 0.45);
}

#impact .section-header h2 {
  color: #ffffff !important;
}

#impact .section-header p,
#impact .impact-label {
  color: rgba(255, 255, 255, 0.82) !important;
}

#impact .impact-number {
  color: var(--coelib-accent) !important;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}

#impact .impact-stat:nth-child(even) .impact-number {
  color: #ffffff !important;
}

#impact .alumni-showcase {
  background: rgba(15, 23, 42, 0.18) !important;
  border: 1px solid rgba(212, 173, 102, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

#impact .alumni-showcase h3 {
  color: #ffffff !important;
}

#impact .alumni-logo {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(212, 173, 102, 0.28);
  color: #ffffff !important;
}

#impact .alumni-logo:hover,
#impact .alumni-logo:focus {
  background: var(--coelib-primary) !important;
  border-color: var(--coelib-accent) !important;
  color: #ffffff !important;
}

#sp-header .sp-megamenu-parent > li > a,
#sp-header .sp-megamenu-parent > li > span,
#sp-header .sp-megamenu-parent > li.active > a,
#sp-header .sp-megamenu-parent > li:hover > a,
#sp-header .sp-megamenu-parent > li:focus-within > a {
  color: #ffffff !important;
}

#sp-bottom .nav.menu a,
#sp-bottom .nav.menu a:hover,
#sp-bottom .nav.menu a:focus,
#sp-bottom .nav.menu .active > a,
#sp-footer .nav.menu a,
#sp-footer .nav.menu a:hover,
#sp-footer .nav.menu a:focus,
#sp-footer .nav.menu .active > a,
#sp-bottom .sp-module ul > li > a,
#sp-bottom .sp-module ul > li > a:hover,
#sp-bottom .sp-module ul > li > a:focus,
#sp-footer .sp-module ul > li > a,
#sp-footer .sp-module ul > li > a:hover,
#sp-footer .sp-module ul > li > a:focus {
  color: #ffffff !important;
}

@media (max-width: 767.98px) {
  .itemid-543 .impact-section,
  .itemid-543 .programs-section {
    padding: 4.5rem 1rem !important;
  }

  .itemid-543 .impact-content,
  .itemid-543 .programs-content {
    width: 100%;
    max-width: 100%;
  }

  .itemid-543 .impact-grid {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
    margin-top: 2.5rem !important;
  }

  .itemid-543 .impact-number {
    font-size: clamp(2.7rem, 14vw, 3.4rem) !important;
  }

  .itemid-543 .impact-label {
    max-width: 16rem;
    margin: 0 auto;
  }

  .itemid-543 .alumni-showcase {
    margin-top: 3rem !important;
    padding: 1.25rem !important;
    border-radius: 20px !important;
  }

  .itemid-543 .alumni-showcase h3 {
    margin-bottom: 1.5rem !important;
    font-size: 1.45rem !important;
    line-height: 1.25;
  }

  .itemid-543 .alumni-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.85rem !important;
  }

  .itemid-543 .alumni-logo {
    min-height: 84px !important;
    padding: 0.85rem !important;
    border-radius: 12px !important;
  }

  .itemid-543 .alumni-logo img {
    display: block;
    max-width: 100%;
    max-height: 56px;
    object-fit: contain;
  }

  .itemid-543 .programs-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 1.25rem !important;
    margin-top: 2.5rem !important;
  }

  .itemid-543 .program-card {
    width: 100%;
    min-width: 0;
    border-radius: 16px !important;
  }

  .itemid-543 .program-image {
    min-height: 180px;
    height: 180px !important;
    padding: 1rem !important;
  }

  .itemid-543 .program-tag {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    line-height: 1.25;
  }

  .itemid-543 .program-content,
  .itemid-543 .program-cta-content {
    padding: 1.35rem !important;
  }

  .itemid-543 .program-content h3,
  .itemid-543 .program-cta-content h3 {
    font-size: 1.25rem !important;
    line-height: 1.25 !important;
  }

  .itemid-543 .program-meta {
    gap: 0.5rem !important;
  }

  .itemid-543 .meta-item {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }
}

.pff-page {
  background:
    radial-gradient(circle at 12% 20%, rgba(0, 140, 200, 0.12), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(250, 200, 110, 0.18), transparent 30%),
    #f3f9fb;
  color: #1f2933;
  padding: 140px 24px 80px;
}

.pff-hero,
.pff-section,
.pff-band {
  max-width: 1180px;
  margin: 0 auto;
}

.pff-hero {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.4fr);
  overflow: hidden;
  min-height: 420px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fcfd 100%);
  border-radius: 22px;
  border: 1px solid rgba(0, 140, 200, 0.12);
  box-shadow: 0 24px 70px rgba(0, 111, 157, 0.14);
}

.pff-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  background:
    radial-gradient(circle at 24% 76%, rgba(250, 200, 110, 0.62), transparent 34%),
    linear-gradient(135deg, rgba(103, 183, 195, 0.28), rgba(0, 140, 200, 0.12));
}

.pff-visual::before,
.pff-visual::after {
  content: "";
  position: absolute;
  border-radius: 34px;
  transform: rotate(30deg);
}

.pff-visual::before {
  width: 280px;
  height: 280px;
  background: linear-gradient(135deg, var(--pff-gold) 0%, var(--pff-teal) 42%, var(--pff-blue) 100%);
  opacity: 0.92;
}

.pff-visual::after {
  right: 46px;
  bottom: 36px;
  width: 180px;
  height: 180px;
  background: rgba(250, 200, 110, 0.78);
}

.pff-status,
.pff-kicker,
.pff-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pff-status {
  position: absolute;
  top: 34px;
  right: 34px;
  z-index: 2;
  padding: 16px 28px;
  background: var(--pff-green);
  color: #ffffff;
}

.pff-mark {
  position: relative;
  z-index: 1;
  width: 240px;
  color: rgba(255, 255, 255, 0.88);
}

.pff-logo {
  position: relative;
  z-index: 2;
  display: block;
  width: min(82%, 470px);
  height: auto;
  filter: drop-shadow(0 18px 34px rgba(0, 111, 157, 0.18));
}

.pff-visual.has-logo::before,
.pff-visual.has-logo::after,
.pff-visual.has-logo .pff-mark {
  display: none;
}

.pff-mark svg {
  width: 100%;
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 10;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.pff-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 72px;
}

.pff-kicker,
.pff-eyebrow {
  padding: 14px 20px;
  background: rgba(0, 140, 200, 0.09);
  color: var(--pff-blue-dark);
  font-size: 0.82rem;
}

.pff-copy h1,
.pff-section h2 {
  color: #101820;
  font-weight: 850;
  letter-spacing: -0.03em;
}

.pff-copy h1 {
  margin: 34px 0 22px;
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  line-height: 1.08;
}

.pff-copy p,
.pff-section p,
.pff-section li {
  color: #4b5563;
  font-size: 1.08rem;
  line-height: 1.75;
}

.pff-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 34px;
}

.pff-btn,
.pff-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.pff-btn {
  padding: 15px 24px;
  border-radius: 999px;
  background: var(--pff-blue);
  color: #ffffff !important;
}

.pff-btn:hover,
.pff-btn:focus {
  background: var(--pff-blue-dark);
  color: #ffffff !important;
}

.pff-link {
  color: var(--pff-blue-dark) !important;
}

.pff-link::after {
  content: "→";
}

.pff-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 48px;
  padding: 86px 0 0;
}

.pff-section h2 {
  margin: 22px 0 16px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.1;
}

.pff-grid {
  display: grid;
  gap: 18px;
}

.pff-grid article,
.pff-outcomes ul {
  background: #ffffff;
  border: 1px solid rgba(0, 140, 200, 0.14);
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(0, 111, 157, 0.08);
}

.pff-grid article {
  padding: 24px;
}

.pff-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--pff-blue-dark);
  font-size: 1.1rem;
}

.pff-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 72px;
}

.pff-band div {
  padding: 28px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--pff-blue), var(--pff-teal));
  color: #ffffff;
}

.pff-band span {
  display: block;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.pff-band strong {
  display: block;
  color: var(--pff-gold);
  font-size: 2.15rem;
  line-height: 1;
}

.pff-outcomes ul {
  margin: 0;
  padding: 28px 28px 28px 48px;
}

.pff-outcomes li + li {
  margin-top: 14px;
}

@media (max-width: 991px) {
  .pff-page {
    padding: 110px 16px 56px;
  }

  .pff-hero,
  .pff-section {
    grid-template-columns: 1fr;
  }

  .pff-copy {
    padding: 42px 28px;
  }

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

.page-165 {
  --pff-blue: #008cc8;
  --pff-blue-dark: #006f9d;
  --pff-teal: #67b7c3;
  --pff-gold: #fac86e;
  --pff-green: #78aa88;
  --pff-ink: #102330;
  --pff-soft: #f3fbfd;
}

.page-165 .mission-section,
.page-165 .pathways-section,
.page-165 .counties-section {
  background:
    radial-gradient(circle at 12% 8%, rgba(250, 200, 110, 0.22), transparent 28%),
    radial-gradient(circle at 90% 12%, rgba(0, 140, 200, 0.14), transparent 34%),
    var(--pff-soft) !important;
  color: var(--pff-ink) !important;
}

.page-165 .pff-inline-logo {
  display: none !important;
  width: min(560px, 86vw);
  height: auto;
  margin: 0 auto 46px;
  filter: drop-shadow(0 18px 34px rgba(0, 111, 157, 0.12));
}

.page-165 .mission-container::before {
  content: "";
  display: block;
  width: min(620px, 90vw);
  height: 250px;
  margin: 0 auto 48px;
  background: url("https://www.coelib.org/images/power-for-food-partnership-logo.png") center / contain no-repeat;
  filter: drop-shadow(0 18px 34px rgba(0, 111, 157, 0.12));
}

.page-165 .mission-container {
  max-width: 1180px !important;
  padding: clamp(32px, 5vw, 72px) !important;
  border: 1px solid rgba(0, 140, 200, 0.14);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 80px rgba(0, 111, 157, 0.12);
  backdrop-filter: blur(10px);
}

.page-165 .mission-intro {
  max-width: 900px;
  margin: 0 auto;
}

.page-165 .mission-stats {
  gap: 22px !important;
}

.page-165 .stat-card {
  border: 1px solid rgba(0, 140, 200, 0.16) !important;
  border-radius: 20px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(243, 251, 253, 0.92)) !important;
  box-shadow: 0 16px 40px rgba(0, 111, 157, 0.1) !important;
}

.page-165 .stat-number {
  color: var(--pff-blue-dark) !important;
}

.page-165 .stat-label {
  color: rgba(16, 35, 48, 0.72) !important;
}

.page-165 .section-badge,
.page-165 .mission-badge,
.page-165 .pathway-badge,
.page-165 .tag,
.page-165 .badge {
  background: rgba(0, 140, 200, 0.1) !important;
  color: var(--pff-blue-dark) !important;
  border-color: rgba(0, 140, 200, 0.18) !important;
}

.page-165 .mission-title,
.page-165 .pathway-title,
.page-165 .cta-title,
.page-165 h1,
.page-165 h2,
.page-165 h3 {
  color: var(--pff-ink) !important;
}

.page-165 .mission-text,
.page-165 p,
.page-165 li {
  color: rgba(16, 35, 48, 0.78) !important;
}

.page-165 .pathway-card,
.page-165 .county-card,
.page-165 .role-card,
.page-165 .mission-card {
  background: #ffffff !important;
  border-color: rgba(0, 140, 200, 0.14) !important;
  box-shadow: 0 18px 48px rgba(0, 111, 157, 0.1) !important;
}

.page-165 .pathway-card {
  position: relative;
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.page-165 .pathway-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 58px rgba(0, 111, 157, 0.16) !important;
}

.page-165 .pathway-card::before,
.page-165 .county-card::before,
.page-165 .role-card::before,
.page-165 .mission-card::before {
  background: linear-gradient(135deg, var(--pff-gold), var(--pff-blue)) !important;
}

.page-165 .pathway-icon,
.page-165 .mission-icon,
.page-165 .county-icon,
.page-165 .role-icon {
  background: linear-gradient(135deg, var(--pff-blue), var(--pff-teal)) !important;
  color: #ffffff !important;
}

.page-165 .pathway-icon {
  display: grid !important;
  place-items: center;
  width: 72px !important;
  height: 72px !important;
  border-radius: 20px !important;
  color: transparent !important;
  font-size: 0 !important;
}

.page-165 .pathway-icon::before {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 900;
}

.page-165 .pathway-card:nth-child(1) .pathway-icon::before {
  content: "L";
}

.page-165 .pathway-card:nth-child(2) .pathway-icon::before {
  content: "↔";
}

.page-165 .pathway-card:nth-child(3) .pathway-icon::before {
  content: "↑";
}

.page-165 .pathway-title,
.page-165 .county-title,
.page-165 .role-title {
  color: var(--pff-blue-dark) !important;
}

.page-165 .impact-section {
  background:
    linear-gradient(135deg, rgba(0, 140, 200, 0.96), rgba(103, 183, 195, 0.94)),
    radial-gradient(circle at 14% 18%, rgba(250, 200, 110, 0.28), transparent 32%) !important;
  color: #ffffff !important;
}

.page-165 .impact-section h2,
.page-165 .impact-section p,
.page-165 .impact-section li,
.page-165 .impact-section .impact-quote {
  color: #ffffff !important;
}

.page-165 .impact-quote {
  background: rgba(255, 255, 255, 0.14) !important;
  border-color: rgba(250, 200, 110, 0.45) !important;
}

.page-165 .cta-section {
  background:
    linear-gradient(135deg, rgba(250, 200, 110, 0.95), rgba(0, 140, 200, 0.92)) !important;
  color: #ffffff !important;
}

.page-165 .cta-section h2,
.page-165 .cta-section p {
  color: #ffffff !important;
}

.page-165 .cta-button,
.page-165 .btn,
.page-165 .button {
  background: var(--pff-blue-dark) !important;
  border-color: var(--pff-blue-dark) !important;
  color: #ffffff !important;
}

.page-165 .cta-button:hover,
.page-165 .cta-button:focus,
.page-165 .btn:hover,
.page-165 .btn:focus,
.page-165 .button:hover,
.page-165 .button:focus {
  background: #005d84 !important;
  border-color: #005d84 !important;
}

.page-165 .pff-report-section {
  padding: clamp(58px, 7vw, 96px) 24px;
  background:
    radial-gradient(circle at 12% 20%, rgba(250, 200, 110, 0.24), transparent 28%),
    linear-gradient(135deg, #f4fbfd, #ffffff);
}

.page-165 .coverage-section {
  background:
    radial-gradient(circle at 18% 20%, rgba(0, 140, 200, 0.12), transparent 32%),
    radial-gradient(circle at 85% 12%, rgba(250, 200, 110, 0.2), transparent 28%),
    #f3fbfd !important;
}

.page-165 .coverage-container {
  max-width: 1180px !important;
}

.page-165 .pff-map-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: center;
  margin: 42px auto 28px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(0, 140, 200, 0.16);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 70px rgba(0, 111, 157, 0.12);
}

.page-165 .pff-kenya-map {
  position: relative;
  min-height: 460px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 48%, rgba(250, 200, 110, 0.24), transparent 45%),
    linear-gradient(135deg, rgba(0, 140, 200, 0.08), rgba(103, 183, 195, 0.16));
  overflow: hidden;
}

.page-165 .pff-kenya-map.has-real-kenya-map,
.page-165 .pff-kenya-map.has-kenya-svg {
  display: grid;
  place-items: center;
}

.page-165 .pff-kenya-map.has-real-kenya-map::before,
.page-165 .pff-kenya-map.has-real-kenya-map::after,
.page-165 .pff-kenya-map.has-kenya-svg::after {
  display: none;
}

.page-165 .pff-kenya-map.has-kenya-svg::before {
  display: block;
  content: "";
  position: absolute;
  inset: 24px;
  background: url("https://www.coelib.org/images/kenya-map-outline.svg") center / contain no-repeat;
  clip-path: none;
  filter:
    drop-shadow(0 22px 38px rgba(0, 111, 157, 0.22))
    saturate(1.08);
}

.page-165 .pff-kenya-real-map {
  position: absolute;
  inset: 24px;
  width: calc(100% - 48px);
  height: calc(100% - 48px);
  object-fit: contain;
  opacity: 0.98;
  filter:
    drop-shadow(0 22px 38px rgba(0, 111, 157, 0.22))
    saturate(1.08);
}

.page-165 .pff-kenya-svg {
  position: absolute;
  inset: 24px;
  width: calc(100% - 48px);
  height: calc(100% - 48px);
  filter: drop-shadow(0 22px 38px rgba(0, 111, 157, 0.24));
  display: none;
}

.page-165 .pff-kenya-svg .kenya-fill {
  fill: url("#pffKenyaGradient");
  stroke: rgba(255, 255, 255, 0.72);
  stroke-width: 3;
}

.page-165 .pff-kenya-svg .kenya-inner {
  fill: none;
  stroke: rgba(255, 255, 255, 0.22);
  stroke-width: 2;
}

.page-165 .pff-kenya-svg .lake-victoria {
  fill: rgba(0, 140, 200, 0.16);
  stroke: rgba(0, 111, 157, 0.28);
  stroke-width: 2;
}

.page-165 .pff-kenya-map::before {
  content: "";
  position: absolute;
  inset: 34px 76px;
  background: linear-gradient(135deg, rgba(0, 140, 200, 0.95), rgba(103, 183, 195, 0.9));
  clip-path: polygon(47% 1%, 63% 7%, 71% 18%, 84% 22%, 88% 37%, 78% 51%, 82% 65%, 69% 79%, 60% 98%, 45% 90%, 36% 76%, 24% 72%, 16% 57%, 20% 42%, 12% 31%, 25% 20%, 35% 9%);
  filter: drop-shadow(0 20px 34px rgba(0, 111, 157, 0.24));
}

.page-165 .pff-kenya-map::after {
  content: "";
  position: absolute;
  inset: 58px 102px;
  border: 2px solid rgba(255, 255, 255, 0.28);
  clip-path: polygon(47% 1%, 63% 7%, 71% 18%, 84% 22%, 88% 37%, 78% 51%, 82% 65%, 69% 79%, 60% 98%, 45% 90%, 36% 76%, 24% 72%, 16% 57%, 20% 42%, 12% 31%, 25% 20%, 35% 9%);
  pointer-events: none;
}

.page-165 .pff-map-marker {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transform: translate(-50%, -50%);
  padding: 8px 12px 8px 9px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--pff-blue-dark);
  font-size: 0.78rem;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(16, 35, 48, 0.16);
  white-space: nowrap;
}

.page-165 .pff-map-marker::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: var(--pff-gold);
  box-shadow: 0 0 0 5px rgba(250, 200, 110, 0.24);
}

.page-165 .pff-map-copy h3 {
  margin: 0 0 14px;
  color: var(--pff-ink) !important;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
}

.page-165 .pff-map-copy p {
  color: rgba(16, 35, 48, 0.72) !important;
}

.page-165 .pff-map-count {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--pff-blue-dark);
  font-weight: 900;
}

.page-165 .pff-map-count strong {
  color: var(--pff-gold);
  font-size: 4rem;
  line-height: 1;
}

.page-165 .counties-grid {
  max-width: 980px;
  margin: 24px auto 0;
}

.page-165 .county-badge {
  background: #ffffff !important;
  border: 1px solid rgba(0, 140, 200, 0.16) !important;
  color: var(--pff-blue-dark) !important;
  box-shadow: 0 10px 28px rgba(0, 111, 157, 0.08);
}

.page-165 .county-badge:hover {
  background: var(--pff-blue) !important;
  border-color: var(--pff-blue) !important;
  color: #ffffff !important;
}

.page-165 .pff-report-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid rgba(0, 140, 200, 0.16);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(0, 111, 157, 0.12);
}

.page-165 .pff-report-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(250, 200, 110, 0.28);
  color: var(--pff-blue-dark);
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.page-165 .pff-report-card h2 {
  margin: 0 0 10px;
  color: var(--pff-ink) !important;
}

.page-165 .pff-report-card p {
  margin: 0;
  color: rgba(16, 35, 48, 0.74) !important;
}

.page-165 .pff-report-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 999px;
  background: var(--pff-blue);
  color: #ffffff !important;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 14px 34px rgba(0, 140, 200, 0.24);
}

.page-165 .pff-report-link:hover,
.page-165 .pff-report-link:focus {
  background: var(--pff-blue-dark);
  color: #ffffff !important;
}

@media (max-width: 767px) {
  .page-165 .pff-report-card {
    grid-template-columns: 1fr;
  }

  .page-165 .pff-map-panel {
    grid-template-columns: 1fr;
  }

  .page-165 .pff-kenya-map {
    min-height: 360px;
  }

  .page-165 .pff-map-marker {
    gap: 6px;
    max-width: 46%;
    padding: 6px 8px 6px 7px;
    font-size: 0.62rem;
    line-height: 1.15;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .page-165 .pff-map-marker::before {
    width: 9px;
    height: 9px;
    flex: 0 0 9px;
    box-shadow: 0 0 0 4px rgba(250, 200, 110, 0.24);
  }
}
