{"id":30013,"date":"2026-05-19T15:11:51","date_gmt":"2026-05-19T15:11:51","guid":{"rendered":"https:\/\/codewatz.org\/?post_type=give_posts&#038;p=30013"},"modified":"2026-05-21T16:40:01","modified_gmt":"2026-05-21T16:40:01","slug":"the-health-shield","status":"publish","type":"give_posts","link":"https:\/\/codewatz.org\/fr\/give_posts\/the-health-shield\/","title":{"rendered":"The Health Shield: Protect a Student for 365 Days"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,600;0,700;1,600;1,700&family=Inter:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\n<style>\n\n\/* ============================================================\n   THE HEALTH SHIELD \u2014 PART 1\n   CODEWA Brand + SDG 3 Good Health accent (#4C9F38)\n   Font: Cormorant Garamond (headlines) + Inter (body)\n   ============================================================ *\/\n\n:root {\n  --navy:        #0B3C5D;\n  --orange:      #F18F01;\n  --sdg3:        #4C9F38;\n  --sdg3-light:  #f0f9ed;\n  --sdg3-mid:    #d4edcc;\n  --teal:        #0ea5e9;\n  --teal-light:  #f0f9ff;\n  --white:       #ffffff;\n  --off-white:   #f7f9fc;\n  --slate:       #475569;\n  --light:       #e2e8f0;\n  --charcoal:    #1e293b;\n}\n\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n.hs-wrap {\n  font-family: 'Inter', sans-serif;\n  color: var(--charcoal);\n  background: var(--white);\n  overflow-x: hidden;\n}\n\n\/* \u2500\u2500 HERO \u2500\u2500 *\/\n.hs-hero {\n  background: linear-gradient(135deg, #062a42 0%, var(--navy) 50%, #0a4a6e 100%);\n  padding: 75px 30px 65px;\n  position: relative;\n  overflow: hidden;\n}\n\n.hs-hero-dots {\n  position: absolute;\n  inset: 0;\n  background-image:\n    radial-gradient(circle, rgba(76,159,56,0.15) 1px, transparent 1px);\n  background-size: 32px 32px;\n  pointer-events: none;\n}\n\n.hs-hero::after {\n  content: '\ud83e\ude7a';\n  position: absolute;\n  bottom: -20px; right: 30px;\n  font-size: 180px;\n  opacity: 0.04;\n  pointer-events: none;\n  line-height: 1;\n}\n\n.hs-hero-inner {\n  max-width: 880px;\n  margin: 0 auto;\n  position: relative;\n  z-index: 2;\n}\n\n.hs-sdg-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  background: var(--sdg3);\n  color: var(--white);\n  padding: 8px 20px;\n  border-radius: 100px;\n  font-size: 0.72rem;\n  font-weight: 700;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  margin-bottom: 30px;\n}\n\n.hs-sdg-badge span {\n  background: rgba(255,255,255,0.22);\n  padding: 2px 8px;\n  border-radius: 100px;\n  font-weight: 800;\n}\n\n.hs-hero h1 {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: clamp(2.1rem, 5.5vw, 3.6rem);\n  font-weight: 700;\n  color: var(--white);\n  line-height: 1.15;\n  margin-bottom: 12px;\n}\n\n.hs-hero h1 em {\n  font-style: italic;\n  color: #7dd3fc;\n}\n\n.hs-hero-divider {\n  width: 55px;\n  height: 3px;\n  background: var(--sdg3);\n  margin: 24px 0;\n  border-radius: 2px;\n}\n\n.hs-hero-sub {\n  font-size: 0.82rem;\n  color: rgba(255,255,255,0.55);\n  letter-spacing: 2.5px;\n  text-transform: uppercase;\n  font-weight: 500;\n}\n\n\/* \u2500\u2500 SECTION TAG \u2500\u2500 *\/\n.hs-tag {\n  font-size: 0.7rem;\n  font-weight: 700;\n  letter-spacing: 3px;\n  text-transform: uppercase;\n  color: var(--sdg3);\n  margin-bottom: 16px;\n  display: flex;\n  align-items: center;\n  gap: 10px;\n}\n\n.hs-tag::after {\n  content: '';\n  flex: 1;\n  height: 1px;\n  background: var(--sdg3);\n  opacity: 0.3;\n  max-width: 80px;\n}\n\n\/* \u2500\u2500 OPENING STORY \u2500\u2500 *\/\n.hs-story {\n  max-width: 880px;\n  margin: 0 auto;\n  padding: 72px 30px 24px;\n}\n\n.hs-story h2 {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: clamp(1.7rem, 4vw, 2.6rem);\n  font-weight: 700;\n  line-height: 1.2;\n  color: var(--navy);\n  margin-bottom: 28px;\n}\n\n.hs-story p {\n  font-size: 1.06rem;\n  line-height: 1.88;\n  color: var(--slate);\n  margin-bottom: 22px;\n}\n\n.hs-story strong { color: var(--navy); font-weight: 600; }\n\n.hs-pull-quote {\n  border-left: 5px solid var(--sdg3);\n  padding: 22px 28px;\n  margin: 36px 0;\n  background: var(--sdg3-light);\n  border-radius: 0 16px 16px 0;\n}\n\n.hs-pull-quote p {\n  font-family: 'Cormorant Garamond', serif;\n  font-style: italic;\n  font-size: 1.3rem;\n  color: var(--navy);\n  line-height: 1.55;\n  margin: 0 0 10px;\n}\n\n.hs-pull-quote cite {\n  font-size: 0.78rem;\n  color: var(--sdg3);\n  font-style: normal;\n  font-weight: 700;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n}\n\n\/* \u2500\u2500 CONTRAST CARDS (Problem \/ Solution) \u2500\u2500 *\/\n.hs-contrast {\n  max-width: 880px;\n  margin: 50px auto 0;\n  padding: 0 30px 70px;\n}\n\n.hs-contrast h2 {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: clamp(1.7rem, 4vw, 2.6rem);\n  font-weight: 700;\n  color: var(--navy);\n  margin-bottom: 10px;\n}\n\n.hs-contrast > p {\n  font-size: 1.05rem;\n  color: var(--slate);\n  line-height: 1.75;\n  margin-bottom: 40px;\n  max-width: 660px;\n}\n\n.hs-contrast-pair {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 16px;\n  margin-bottom: 16px;\n}\n\n.hs-card {\n  padding: 28px 26px;\n  border-radius: 18px;\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n}\n\n.hs-card-bad {\n  background: #fff5f5;\n  border: 1px solid #fecaca;\n}\n\n.hs-card-good {\n  background: var(--sdg3-light);\n  border: 1px solid var(--sdg3-mid);\n}\n\n.hs-card-icon {\n  font-size: 1.4rem;\n  flex-shrink: 0;\n  margin-top: 2px;\n}\n\n.hs-card h4 {\n  font-size: 0.85rem;\n  font-weight: 700;\n  letter-spacing: 1px;\n  text-transform: uppercase;\n  margin-bottom: 6px;\n}\n\n.hs-card-bad h4  { color: #dc2626; }\n.hs-card-good h4 { color: var(--sdg3); }\n\n.hs-card p {\n  font-size: 0.94rem;\n  line-height: 1.6;\n  color: var(--slate);\n}\n\n\/* \u2500\u2500 60 DAYS CALLOUT \u2500\u2500 *\/\n.hs-60days {\n  background: var(--navy);\n  border-radius: 24px;\n  padding: 48px 40px;\n  margin: 16px 0 0;\n  display: flex;\n  align-items: center;\n  gap: 40px;\n  flex-wrap: wrap;\n}\n\n.hs-60days-num {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: 5rem;\n  font-weight: 700;\n  color: var(--orange);\n  line-height: 1;\n  flex-shrink: 0;\n}\n\n.hs-60days-num span {\n  font-size: 2rem;\n  display: block;\n  color: rgba(255,255,255,0.55);\n  font-size: 1rem;\n  font-family: 'Inter', sans-serif;\n  font-weight: 500;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  margin-top: 4px;\n}\n\n.hs-60days-text h3 {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: 1.5rem;\n  color: var(--white);\n  font-weight: 700;\n  margin-bottom: 10px;\n}\n\n.hs-60days-text p {\n  font-size: 0.97rem;\n  color: rgba(255,255,255,0.75);\n  line-height: 1.7;\n}\n\n\/* \u2500\u2500 THREE PILLARS \u2500\u2500 *\/\n.hs-pillars {\n  background: var(--off-white);\n  padding: 70px 30px;\n  border-top: 1px solid var(--light);\n}\n\n.hs-pillars-inner {\n  max-width: 880px;\n  margin: 0 auto;\n}\n\n.hs-pillars-inner h2 {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: clamp(1.7rem, 4vw, 2.6rem);\n  font-weight: 700;\n  color: var(--navy);\n  margin-bottom: 10px;\n}\n\n.hs-pillars-inner > p {\n  font-size: 1.05rem;\n  color: var(--slate);\n  line-height: 1.75;\n  margin-bottom: 48px;\n  max-width: 660px;\n}\n\n.hs-pillar {\n  background: var(--white);\n  border-radius: 20px;\n  border: 1px solid var(--light);\n  margin-bottom: 20px;\n  overflow: hidden;\n  display: flex;\n  transition: box-shadow 0.3s ease, transform 0.3s ease;\n}\n\n.hs-pillar:hover {\n  transform: translateY(-4px);\n  box-shadow: 0 16px 48px rgba(11,60,93,0.09);\n}\n\n.hs-pillar-accent {\n  width: 8px;\n  flex-shrink: 0;\n  background: var(--sdg3);\n}\n\n.hs-pillar:nth-child(3) .hs-pillar-accent { background: var(--teal); }\n.hs-pillar:nth-child(4) .hs-pillar-accent { background: var(--orange); }\n\n.hs-pillar-body {\n  padding: 32px 30px;\n  flex: 1;\n}\n\n.hs-pillar-header {\n  display: flex;\n  align-items: center;\n  gap: 14px;\n  margin-bottom: 14px;\n}\n\n.hs-pillar-emoji {\n  font-size: 1.8rem;\n  flex-shrink: 0;\n}\n\n.hs-pillar-header h3 {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: 1.35rem;\n  font-weight: 700;\n  color: var(--navy);\n  line-height: 1.2;\n}\n\n.hs-pillar-header .hs-pillar-label {\n  font-size: 0.7rem;\n  font-weight: 700;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  color: var(--sdg3);\n  display: block;\n  margin-bottom: 4px;\n}\n\n.hs-pillar:nth-child(3) .hs-pillar-label { color: var(--teal); }\n.hs-pillar:nth-child(4) .hs-pillar-label { color: var(--orange); }\n\n.hs-pillar-body p {\n  font-size: 0.97rem;\n  color: var(--slate);\n  line-height: 1.75;\n  margin-bottom: 18px;\n}\n\n.hs-pillar-points {\n  list-style: none;\n  display: flex;\n  flex-direction: column;\n  gap: 8px;\n}\n\n.hs-pillar-points li {\n  font-size: 0.93rem;\n  color: var(--slate);\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  line-height: 1.5;\n}\n\n.hs-pillar-points li::before {\n  content: '\u2713';\n  color: var(--sdg3);\n  font-weight: 700;\n  flex-shrink: 0;\n}\n\n.hs-pillar:nth-child(3) .hs-pillar-points li::before { color: var(--teal); }\n.hs-pillar:nth-child(4) .hs-pillar-points li::before { color: var(--orange); }\n\n\/* \u2500\u2500 DONATION TABLE \u2500\u2500 *\/\n.hs-table-section {\n  padding: 70px 30px;\n  background: var(--white);\n  border-top: 1px solid var(--light);\n}\n\n.hs-table-inner {\n  max-width: 880px;\n  margin: 0 auto;\n}\n\n.hs-table-inner h2 {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: clamp(1.7rem, 4vw, 2.6rem);\n  font-weight: 700;\n  color: var(--navy);\n  margin-bottom: 10px;\n}\n\n.hs-table-inner > p {\n  font-size: 1.05rem;\n  color: var(--slate);\n  line-height: 1.75;\n  margin-bottom: 40px;\n  max-width: 660px;\n}\n\n.hs-table-wrap {\n  overflow-x: auto;\n  border-radius: 20px;\n  box-shadow: 0 8px 40px rgba(11,60,93,0.07);\n}\n\ntable.hs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: var(--white);\n  font-size: 0.94rem;\n}\n\ntable.hs-table thead tr {\n  background: linear-gradient(90deg, var(--navy) 0%, #0a4a6e 100%);\n}\n\ntable.hs-table thead th {\n  padding: 18px 20px;\n  text-align: left;\n  font-size: 0.7rem;\n  font-weight: 700;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  color: rgba(255,255,255,0.65);\n}\n\ntable.hs-table thead th:first-child { border-radius: 20px 0 0 0; }\ntable.hs-table thead th:last-child  { border-radius: 0 20px 0 0; }\n\ntable.hs-table tbody tr {\n  border-bottom: 1px solid var(--light);\n  transition: background 0.2s ease;\n}\n\ntable.hs-table tbody tr:last-child { border-bottom: none; }\ntable.hs-table tbody tr:hover { background: #f8fbff; }\n\ntable.hs-table tbody tr.hs-row-highlight {\n  background: var(--sdg3-light);\n}\n\ntable.hs-table tbody td {\n  padding: 18px 20px;\n  color: var(--slate);\n  line-height: 1.55;\n  vertical-align: top;\n}\n\ntable.hs-table tbody td:first-child {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: 1.35rem;\n  font-weight: 700;\n  color: var(--navy);\n  white-space: nowrap;\n}\n\ntable.hs-table tbody td:nth-child(2) {\n  font-weight: 600;\n  color: var(--navy);\n}\n\n.hs-pill {\n  display: inline-block;\n  padding: 3px 10px;\n  border-radius: 100px;\n  font-size: 0.68rem;\n  font-weight: 700;\n  letter-spacing: 1px;\n  text-transform: uppercase;\n}\n\n.hs-pill-insurance  { background: var(--sdg3-light); color: var(--sdg3); }\n.hs-pill-mhm        { background: #fdf4ff; color: #7e22ce; }\n.hs-pill-literacy   { background: var(--teal-light); color: #0369a1; }\n.hs-pill-all        { background: #fff7ed; color: #c2410c; }\n\n.hs-star { color: var(--sdg3); margin-left: 4px; }\n\n\/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n@media (max-width: 680px) {\n  .hs-contrast-pair { grid-template-columns: 1fr; }\n  .hs-60days { flex-direction: column; gap: 16px; text-align: center; }\n  .hs-60days-num { font-size: 4rem; }\n  .hs-pillar { flex-direction: column; }\n  .hs-pillar-accent { width: 100%; height: 8px; }\n  table.hs-table thead th,\n  table.hs-table tbody td { padding: 14px 12px; font-size: 0.85rem; }\n  table.hs-table tbody td:first-child { font-size: 1.1rem; }\n}\n\n<\/style>\n\n<div class=\"hs-wrap\">\n\n  <!-- \u2550\u2550 HERO \u2550\u2550 -->\n  <div class=\"hs-hero\">\n    <div class=\"hs-hero-dots\"><\/div>\n    <div class=\"hs-hero-inner\">\n      <div class=\"hs-sdg-badge\">\n        <span>SDG 3<\/span> Good Health & Well-Being\n      <\/div>\n      <h1>It Wasn\u2019t the Lesson<br>That Stopped Him.<br><em>It Was the Fever.<\/em><\/h1>\n      <div class=\"hs-hero-divider\"><\/div>\n      <p class=\"hs-hero-sub\">Health, Dignity & Wellbeing \u00a0\u00b7\u00a0 The Health Shield<\/p>\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550 OPENING STORY \u2550\u2550 -->\n  <div class=\"hs-story\">\n    <div class=\"hs-tag\">The Story Behind the Fund<\/div>\n    <h2>When a Mosquito Bite Becomes a Dropout<\/h2>\n\n    <p>Hassan was one of the strongest students in his class. His teacher described him as someone who never needed to be told something twice \u2014 the kind of student who makes a classroom feel alive.<\/p>\n\n    <p>In March, Hassan stopped coming to school. Not because he had lost interest. But because he had malaria \u2014 and his family could not afford the clinic fee. He stayed home for three weeks. By the time the fever broke, he had missed enough lessons to fall behind. By the end of the term, he was no longer the student his teacher had described.<\/p>\n\n    <p>A mosquito bite had done what poverty, distance, and hardship had not managed to do. <strong>It had taken him out of school.<\/strong><\/p>\n\n    <div class=\"hs-pull-quote\">\n      <p>\u201cA child who is sick cannot learn. A family who cannot afford the clinic cannot send a sick child to school. The Health Shield breaks this cycle at the source.\u201d<\/p>\n      <cite>CODEWA Health, Dignity & Wellbeing Programme<\/cite>\n    <\/div>\n\n    <p>In Tanzania, malaria is not just a health crisis \u2014 it is an education crisis. Thousands of children miss school every year because of preventable, treatable illnesses. For families in extreme poverty, a clinic visit costs more than a week\u2019s income. So they wait. And while they wait, their child falls further behind.<\/p>\n\n    <p>And illness is only half the story.<\/p>\n  <\/div>\n\n  <!-- \u2550\u2550 CONTRAST: THE TWO BARRIERS \u2550\u2550 -->\n  <div class=\"hs-contrast\">\n    <div class=\"hs-tag\">Two Barriers. One Shield.<\/div>\n    <h2>The Health Crises Keeping Children Out of Class<\/h2>\n    <p>CODEWA\u2019s research in Tabora confirms that health barriers operate on two distinct fronts \u2014 illness and silence \u2014 and both must be addressed together.<\/p>\n\n    <!-- PAIR 1: Medical -->\n    <div class=\"hs-contrast-pair\">\n      <div class=\"hs-card hs-card-bad\">\n        <div class=\"hs-card-icon\">\u274c<\/div>\n        <div>\n          <h4>Medical Crisis<\/h4>\n          <p>Without insurance, a single illness becomes an academic disaster \u2014 long-term absenteeism or total dropout due to unaffordable clinic fees.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"hs-card hs-card-good\">\n        <div class=\"hs-card-icon\">\u2705<\/div>\n        <div>\n          <h4>Toto Afya Card<\/h4>\n          <p>We enrol vulnerable children in the Community Health Fund \u2014 guaranteeing year-round access to doctor consultations, prescriptions, and treatment.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- PAIR 2: MHM -->\n    <div class=\"hs-contrast-pair\">\n      <div class=\"hs-card hs-card-bad\">\n        <div class=\"hs-card-icon\">\u274c<\/div>\n        <div>\n          <h4>Stigma & Poverty<\/h4>\n          <p>Cultural silence around menstruation combined with unaffordable supplies forces girls to miss up to 60 school days a year to avoid shame.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"hs-card hs-card-good\">\n        <div class=\"hs-card-icon\">\u2705<\/div>\n        <div>\n          <h4>MHM Kits & Safe Spaces<\/h4>\n          <p>Menstrual Hygiene kits and reproductive health education break the stigma and keep girls in the classroom with confidence and dignity.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- 60 DAYS CALLOUT -->\n    <div class=\"hs-60days\">\n      <div class=\"hs-60days-num\">\n        60\n        <span>Days Lost \/ Year<\/span>\n      <\/div>\n      <div class=\"hs-60days-text\">\n        <h3>Briser le silence, restaurer la dignit\u00e9<\/h3>\n        <p>In many Tanzanian communities, menstruation is shrouded in silence. This cultural taboo, combined with economic hardship, forces adolescent girls to miss up to five days of school every month \u2014 60 days every year. At CODEWA, we believe a natural biological cycle should never be a barrier to a girl\u2019s dreams.<\/p>\n      <\/div>\n    <\/div>\n\n  <\/div>\n\n  <!-- \u2550\u2550 THREE PILLARS \u2550\u2550 -->\n  <div class=\"hs-pillars\">\n    <div class=\"hs-pillars-inner\">\n      <div class=\"hs-tag\">Our Three-Pillar Health Strategy<\/div>\n      <h2>Three Barriers. One Health Shield.<\/h2>\n      <p>The Health Shield is not a single product. It is a three-component strategy that addresses the full range of health barriers keeping children out of school in Tabora.<\/p>\n\n      <!-- PILLAR 1 -->\n      <div class=\"hs-pillar\">\n        <div class=\"hs-pillar-accent\"><\/div>\n        <div class=\"hs-pillar-body\">\n          <div class=\"hs-pillar-header\">\n            <div class=\"hs-pillar-emoji\">\ud83d\udee1\ufe0f<\/div>\n            <div>\n              <span class=\"hs-pillar-label\">Pillar 1 \u2014 Health Insurance<\/span>\n              <h3>The Toto Afya Card: 365 Days of Protection<\/h3>\n            <\/div>\n          <\/div>\n          <p>We enrol vulnerable children in Tanzania\u2019s Community Health Fund (CHF) through the Toto Afya Card Scheme \u2014 giving them year-round access to doctor consultations, prescription medicine, and routine checkups. For \u20ac25 per child per year, a child who falls ill goes to the clinic instead of staying home. The fever is treated. The child returns to class. The education continues.<\/p>\n          <ul class=\"hs-pillar-points\">\n            <li>Full year of medical consultations and prescription coverage<\/li>\n            <li>Covers malaria, cholera, respiratory illness, and routine checkups<\/li>\n            <li>850+ children currently enrolled through CODEWA\u2019s programme<\/li>\n            <li>95% attendance rate recorded among Toto Afya Card holders<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n\n      <!-- PILLAR 2 -->\n      <div class=\"hs-pillar\">\n        <div class=\"hs-pillar-accent\"><\/div>\n        <div class=\"hs-pillar-body\">\n          <div class=\"hs-pillar-header\">\n            <div class=\"hs-pillar-emoji\">\ud83c\udf38<\/div>\n            <div>\n              <span class=\"hs-pillar-label\">Pillar 2 \u2014 Menstrual Hygiene Management<\/span>\n              <h3>Dignity Restored: No Girl Misses Class<\/h3>\n            <\/div>\n          <\/div>\n          <p>We provide Menstrual Hygiene Management kits \u2014 reusable pads, soap, and a washbag \u2014 alongside reproductive health education in safe, gender-sensitive spaces. By breaking the silence around menstruation and removing the material barrier, we keep girls in the classroom with confidence and dignity every single day of the year.<\/p>\n          <ul class=\"hs-pillar-points\">\n            <li>Reusable pad kit eliminating recurring monthly costs for families<\/li>\n            <li>Safe-space reproductive health education to break cultural taboo<\/li>\n            <li>1,200+ MHM kits distributed across 15 partner schools<\/li>\n            <li>Directly addresses 60 days of annual absenteeism per unprotected girl<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n\n      <!-- PILLAR 3 -->\n      <div class=\"hs-pillar\">\n        <div class=\"hs-pillar-accent\"><\/div>\n        <div class=\"hs-pillar-body\">\n          <div class=\"hs-pillar-header\">\n            <div class=\"hs-pillar-emoji\">\ud83d\udca1<\/div>\n            <div>\n              <span class=\"hs-pillar-label\">Pillar 3 \u2014 Health Literacy<\/span>\n              <h3>Knowledge as Prevention: The Most Powerful Medicine<\/h3>\n            <\/div>\n          <\/div>\n          <p>We run community health workshops for students and families covering WASH (water, sanitation, and hygiene), cholera prevention, malaria recognition, and nutritional health. Families who understand how to prevent illness send fewer children to the clinic and more to the classroom \u2014 because the most powerful medicine is knowledge, and knowledge is free.<\/p>\n          <ul class=\"hs-pillar-points\">\n            <li>WASH, cholera, malaria, and hygiene education for families<\/li>\n            <li>Nutritional health awareness integrated into school programmes<\/li>\n            <li>Community workshops reaching 30+ families per session<\/li>\n            <li>Prevention-first approach reducing recurring health absences<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550 DONATION TABLE \u2550\u2550 -->\n  <div class=\"hs-table-section\">\n    <div class=\"hs-table-inner\">\n      <div class=\"hs-tag\">What Your Donation Does<\/div>\n      <h2>Every Gift. A Named Protection.<\/h2>\n      <p>Every contribution to the Health Shield funds a specific, named component of CODEWA\u2019s three-pillar health strategy \u2014 directly traceable to the children it protects.<\/p>\n\n      <div class=\"hs-table-wrap\">\n        <table class=\"hs-table\">\n          <thead>\n            <tr>\n              <th>Amount<\/th>\n              <th>Gift Name<\/th>\n              <th>Pillar<\/th>\n              <th>What It Does<\/th>\n            <\/tr>\n          <\/thead>\n          <tbody>\n            <tr class=\"hs-row-highlight\">\n              <td>\u20ac25<\/td>\n              <td>The Single Shield <span class=\"hs-star\">\u2605<\/span><\/td>\n              <td><span class=\"hs-pill hs-pill-insurance\">Assurance Sant\u00e9<\/span><\/td>\n              <td>Enrols one child in the Toto Afya Card Scheme \u2014 365 days of doctor visits, consultations, and prescriptions fully covered.<\/td>\n            <\/tr>\n            <tr>\n              <td>\u20ac30<small>\/mo<\/small><\/td>\n              <td>The Dignity Fund<\/td>\n              <td><span class=\"hs-pill hs-pill-mhm\">MHM<\/span><\/td>\n              <td>Funds a full year of Menstrual Hygiene kits for one girl \u2014 reusable pads, soap, and bag \u2014 so she never misses a single class.<\/td>\n            <\/tr>\n            <tr>\n              <td>\u20ac50<\/td>\n              <td>The Study Buddy Shield<\/td>\n              <td><span class=\"hs-pill hs-pill-insurance\">Assurance Sant\u00e9<\/span><\/td>\n              <td>Protects two children for a full year. Best friends who stay healthy and in class together.<\/td>\n            <\/tr>\n            <tr>\n              <td>\u20ac100<\/td>\n              <td>The Village Workshop<\/td>\n              <td><span class=\"hs-pill hs-pill-literacy\">Litt\u00e9ratie en Sant\u00e9<\/span><\/td>\n              <td>Funds a full community health seminar for 30 families \u2014 WASH, nutrition, malaria prevention, and safe hygiene training.<\/td>\n            <\/tr>\n            <tr>\n              <td>\u20ac250<\/td>\n              <td>The Classroom Shield<\/td>\n              <td><span class=\"hs-pill hs-pill-insurance\">Assurance Sant\u00e9<\/span><\/td>\n              <td>Enrols 10 vulnerable students in the Toto Afya Scheme \u2014 an entire class protected from medical dropout for a full year.<\/td>\n            <\/tr>\n            <tr>\n              <td>Any<\/td>\n              <td>Your Own Gift<\/td>\n              <td><span class=\"hs-pill hs-pill-all\">All Pillars<\/span><\/td>\n              <td>Every contribution buys attendance, restores dignity, and prevents a preventable dropout.<\/td>\n            <\/tr>\n          <\/tbody>\n        <\/table>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n<\/div>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/codewatz.org\/wp-content\/uploads\/2020\/07\/b.jpg\"><img fetchpriority=\"high\" decoding=\"async\" width=\"960\" height=\"600\" data-id=\"25578\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2020\/07\/b.jpg\" alt=\"\" class=\"wp-image-25578\" srcset=\"https:\/\/codewatz.org\/wp-content\/uploads\/2020\/07\/b.jpg 960w, https:\/\/codewatz.org\/wp-content\/uploads\/2020\/07\/b-600x375.jpg 600w, https:\/\/codewatz.org\/wp-content\/uploads\/2020\/07\/b-300x188.jpg 300w, https:\/\/codewatz.org\/wp-content\/uploads\/2020\/07\/b-768x480.jpg 768w\" sizes=\"(max-width: 960px) 100vw, 960px\" \/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/codewatz.org\/wp-content\/uploads\/2020\/07\/b2.jpg\"><img decoding=\"async\" width=\"960\" height=\"600\" data-id=\"25580\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2020\/07\/b2.jpg\" alt=\"\" class=\"wp-image-25580\" srcset=\"https:\/\/codewatz.org\/wp-content\/uploads\/2020\/07\/b2.jpg 960w, https:\/\/codewatz.org\/wp-content\/uploads\/2020\/07\/b2-600x375.jpg 600w, https:\/\/codewatz.org\/wp-content\/uploads\/2020\/07\/b2-300x188.jpg 300w, https:\/\/codewatz.org\/wp-content\/uploads\/2020\/07\/b2-768x480.jpg 768w\" sizes=\"(max-width: 960px) 100vw, 960px\" \/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/codewatz.org\/wp-content\/uploads\/2020\/07\/b3.jpg\"><img decoding=\"async\" width=\"960\" height=\"600\" data-id=\"25581\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2020\/07\/b3.jpg\" alt=\"\" class=\"wp-image-25581\" srcset=\"https:\/\/codewatz.org\/wp-content\/uploads\/2020\/07\/b3.jpg 960w, https:\/\/codewatz.org\/wp-content\/uploads\/2020\/07\/b3-600x375.jpg 600w, https:\/\/codewatz.org\/wp-content\/uploads\/2020\/07\/b3-300x188.jpg 300w, https:\/\/codewatz.org\/wp-content\/uploads\/2020\/07\/b3-768x480.jpg 768w\" sizes=\"(max-width: 960px) 100vw, 960px\" \/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/codewatz.org\/wp-content\/uploads\/2020\/07\/b4.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"960\" height=\"960\" data-id=\"25582\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2020\/07\/b4.jpg\" alt=\"\" class=\"wp-image-25582\" srcset=\"https:\/\/codewatz.org\/wp-content\/uploads\/2020\/07\/b4.jpg 960w, https:\/\/codewatz.org\/wp-content\/uploads\/2020\/07\/b4-300x300.jpg 300w, https:\/\/codewatz.org\/wp-content\/uploads\/2020\/07\/b4-150x150.jpg 150w, https:\/\/codewatz.org\/wp-content\/uploads\/2020\/07\/b4-600x600.jpg 600w, https:\/\/codewatz.org\/wp-content\/uploads\/2020\/07\/b4-768x768.jpg 768w\" sizes=\"(max-width: 960px) 100vw, 960px\" \/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/codewatz.org\/wp-content\/uploads\/2020\/07\/b1.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"960\" height=\"600\" data-id=\"25579\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2020\/07\/b1.jpg\" alt=\"\" class=\"wp-image-25579\" srcset=\"https:\/\/codewatz.org\/wp-content\/uploads\/2020\/07\/b1.jpg 960w, https:\/\/codewatz.org\/wp-content\/uploads\/2020\/07\/b1-600x375.jpg 600w, https:\/\/codewatz.org\/wp-content\/uploads\/2020\/07\/b1-300x188.jpg 300w, https:\/\/codewatz.org\/wp-content\/uploads\/2020\/07\/b1-768x480.jpg 768w\" sizes=\"(max-width: 960px) 100vw, 960px\" \/><\/a><\/figure>\n<\/figure>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,600;0,700;1,600;1,700&family=Inter:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\n<style>\n\n\/* ============================================================\n   THE HEALTH SHIELD \u2014 PART 2\n   CODEWA Brand + SDG 3 Good Health accent (#4C9F38)\n   ============================================================ *\/\n\n:root {\n  --navy:        #0B3C5D;\n  --orange:      #F18F01;\n  --sdg3:        #4C9F38;\n  --sdg3-light:  #f0f9ed;\n  --sdg3-mid:    #d4edcc;\n  --teal:        #0ea5e9;\n  --teal-light:  #f0f9ff;\n  --white:       #ffffff;\n  --off-white:   #f7f9fc;\n  --slate:       #475569;\n  --light:       #e2e8f0;\n  --charcoal:    #1e293b;\n  --purple:      #7e22ce;\n  --purple-light:#fdf4ff;\n}\n\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n.hs2-wrap {\n  font-family: 'Inter', sans-serif;\n  color: var(--charcoal);\n  background: var(--white);\n  overflow-x: hidden;\n}\n\n\/* \u2500\u2500 SECTION TAG \u2500\u2500 *\/\n.hs2-tag {\n  font-size: 0.7rem;\n  font-weight: 700;\n  letter-spacing: 3px;\n  text-transform: uppercase;\n  color: var(--sdg3);\n  margin-bottom: 16px;\n  display: flex;\n  align-items: center;\n  gap: 10px;\n}\n\n.hs2-tag::after {\n  content: '';\n  flex: 1;\n  height: 1px;\n  background: var(--sdg3);\n  opacity: 0.3;\n  max-width: 80px;\n}\n\n\/* \u2500\u2500 THEORY OF CHANGE \u2500\u2500 *\/\n.hs2-toc {\n  background: var(--off-white);\n  padding: 70px 30px;\n  border-top: 1px solid var(--light);\n}\n\n.hs2-toc-inner {\n  max-width: 880px;\n  margin: 0 auto;\n}\n\n.hs2-toc-inner h2 {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: clamp(1.7rem, 4vw, 2.6rem);\n  font-weight: 700;\n  color: var(--navy);\n  margin-bottom: 10px;\n}\n\n.hs2-toc-inner > p {\n  font-size: 1.05rem;\n  color: var(--slate);\n  line-height: 1.75;\n  margin-bottom: 48px;\n  max-width: 660px;\n}\n\n.hs2-toc-flow {\n  display: grid;\n  grid-template-columns: 1fr auto 1fr auto 1fr;\n  align-items: center;\n  gap: 0;\n}\n\n.hs2-toc-step {\n  background: var(--white);\n  border: 1px solid var(--light);\n  border-radius: 18px;\n  padding: 28px 22px;\n  text-align: center;\n  position: relative;\n}\n\n.hs2-toc-step-num {\n  width: 36px; height: 36px;\n  background: var(--sdg3);\n  color: var(--white);\n  border-radius: 50%;\n  font-size: 0.8rem;\n  font-weight: 700;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin: 0 auto 14px;\n}\n\n.hs2-toc-step:nth-child(3) .hs2-toc-step-num { background: var(--teal); }\n.hs2-toc-step:nth-child(5) .hs2-toc-step-num { background: var(--orange); }\n\n.hs2-toc-step h4 {\n  font-size: 0.78rem;\n  font-weight: 700;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  color: var(--navy);\n  margin-bottom: 8px;\n}\n\n.hs2-toc-step p {\n  font-size: 0.88rem;\n  color: var(--slate);\n  line-height: 1.55;\n}\n\n.hs2-toc-arrow {\n  font-size: 1.5rem;\n  color: var(--light);\n  padding: 0 8px;\n  flex-shrink: 0;\n}\n\n\/* \u2500\u2500 IMPACT STATS \u2500\u2500 *\/\n.hs2-impact {\n  padding: 70px 30px;\n  background: var(--white);\n  border-top: 1px solid var(--light);\n}\n\n.hs2-impact-inner {\n  max-width: 880px;\n  margin: 0 auto;\n}\n\n.hs2-impact-inner h2 {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: clamp(1.7rem, 4vw, 2.6rem);\n  font-weight: 700;\n  color: var(--navy);\n  margin-bottom: 10px;\n}\n\n.hs2-impact-inner > p {\n  font-size: 1.05rem;\n  color: var(--slate);\n  line-height: 1.75;\n  margin-bottom: 48px;\n  max-width: 660px;\n}\n\n.hs2-stats-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));\n  gap: 18px;\n  margin-bottom: 16px;\n}\n\n.hs2-stat {\n  background: var(--off-white);\n  border-radius: 18px;\n  padding: 30px 20px;\n  text-align: center;\n  border: 1px solid var(--light);\n  transition: transform 0.3s ease;\n  position: relative;\n  overflow: hidden;\n}\n\n.hs2-stat:hover { transform: translateY(-5px); }\n\n.hs2-stat::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0;\n  width: 100%; height: 4px;\n}\n\n.hs2-stat:nth-child(1)::before { background: var(--sdg3); }\n.hs2-stat:nth-child(2)::before { background: var(--purple); }\n.hs2-stat:nth-child(3)::before { background: var(--teal); }\n.hs2-stat:nth-child(4)::before { background: var(--orange); }\n.hs2-stat:nth-child(5)::before { background: var(--navy); }\n\n.hs2-stat-num {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: 2.5rem;\n  font-weight: 700;\n  color: var(--navy);\n  display: block;\n  line-height: 1;\n  margin-bottom: 10px;\n}\n\n.hs2-stat-label {\n  font-size: 0.75rem;\n  font-weight: 600;\n  letter-spacing: 1px;\n  text-transform: uppercase;\n  color: var(--slate);\n  line-height: 1.4;\n}\n\n.hs2-attr {\n  font-size: 0.8rem;\n  color: #94a3b8;\n  font-style: italic;\n  line-height: 1.6;\n  text-align: center;\n  padding: 16px 20px 0;\n}\n\n\/* \u2500\u2500 OUTCOMES \u2500\u2500 *\/\n.hs2-outcomes {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 16px;\n  margin-top: 48px;\n}\n\n.hs2-outcome {\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n  padding: 22px;\n  background: var(--off-white);\n  border-radius: 16px;\n  border: 1px solid var(--light);\n  transition: border-color 0.3s ease;\n}\n\n.hs2-outcome:hover { border-color: var(--sdg3); }\n\n.hs2-outcome-icon { font-size: 1.5rem; flex-shrink: 0; margin-top: 2px; }\n\n.hs2-outcome h4 {\n  font-size: 0.95rem;\n  font-weight: 700;\n  color: var(--navy);\n  margin-bottom: 5px;\n}\n\n.hs2-outcome p {\n  font-size: 0.9rem;\n  color: var(--slate);\n  line-height: 1.6;\n}\n\n\/* \u2500\u2500 CLOSING STORY \u2500\u2500 *\/\n.hs2-close {\n  background: linear-gradient(135deg, #062a42 0%, var(--navy) 60%, #093d2e 100%);\n  padding: 80px 30px;\n  position: relative;\n  overflow: hidden;\n}\n\n.hs2-close::before {\n  content: '';\n  position: absolute;\n  top: -80px; right: -60px;\n  width: 380px; height: 380px;\n  background: radial-gradient(circle, rgba(76,159,56,0.14) 0%, transparent 65%);\n  border-radius: 50%;\n  pointer-events: none;\n}\n\n.hs2-close::after {\n  content: '';\n  position: absolute;\n  bottom: -60px; left: -40px;\n  width: 280px; height: 280px;\n  background: radial-gradient(circle, rgba(241,143,1,0.1) 0%, transparent 65%);\n  border-radius: 50%;\n  pointer-events: none;\n}\n\n.hs2-close-inner {\n  max-width: 880px;\n  margin: 0 auto;\n  position: relative;\n  z-index: 2;\n}\n\n.hs2-close .hs2-tag {\n  color: var(--sdg3);\n}\n.hs2-close .hs2-tag::after { background: var(--sdg3); }\n\n.hs2-close h2 {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: clamp(1.9rem, 4.5vw, 2.8rem);\n  font-weight: 700;\n  color: var(--white);\n  line-height: 1.2;\n  margin-bottom: 28px;\n}\n\n.hs2-close h2 em {\n  font-style: italic;\n  color: #86efac;\n}\n\n.hs2-close p {\n  font-size: 1.06rem;\n  color: rgba(255,255,255,0.8);\n  line-height: 1.85;\n  margin-bottom: 22px;\n}\n\n.hs2-close-quote {\n  border-left: 5px solid var(--sdg3);\n  padding: 22px 28px;\n  background: rgba(76,159,56,0.1);\n  border-radius: 0 16px 16px 0;\n  margin: 36px 0;\n}\n\n.hs2-close-quote p {\n  font-family: 'Cormorant Garamond', serif;\n  font-style: italic;\n  font-size: 1.25rem;\n  color: var(--white);\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* three-ask row *\/\n.hs2-ask-row {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 14px;\n  margin: 36px 0;\n}\n\n.hs2-ask-card {\n  background: rgba(255,255,255,0.06);\n  border: 1px solid rgba(255,255,255,0.12);\n  border-radius: 16px;\n  padding: 22px 18px;\n  text-align: center;\n}\n\n.hs2-ask-card .ask-amount {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: 1.8rem;\n  font-weight: 700;\n  color: var(--orange);\n  display: block;\n  margin-bottom: 6px;\n}\n\n.hs2-ask-card .ask-label {\n  font-size: 0.78rem;\n  font-weight: 600;\n  color: rgba(255,255,255,0.7);\n  line-height: 1.4;\n}\n\n\/* \u2500\u2500 SDG STAMP \u2500\u2500 *\/\n.hs2-sdg-stamp {\n  display: inline-flex;\n  align-items: center;\n  gap: 14px;\n  background: rgba(76,159,56,0.12);\n  border: 1px solid rgba(76,159,56,0.3);\n  padding: 14px 22px;\n  border-radius: 14px;\n  margin-top: 36px;\n}\n\n.hs2-sdg-stamp .sdg-box {\n  width: 42px; height: 42px;\n  background: var(--sdg3);\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-weight: 900;\n  font-size: 1rem;\n  color: var(--white);\n  flex-shrink: 0;\n}\n\n.hs2-sdg-stamp p {\n  margin: 0;\n  font-size: 0.82rem;\n  color: rgba(255,255,255,0.8);\n  font-weight: 500;\n  line-height: 1.5;\n}\n\n.hs2-sdg-stamp strong {\n  display: block;\n  color: var(--white);\n  font-size: 0.92rem;\n  margin-bottom: 2px;\n}\n\n\/* \u2500\u2500 CTA BUTTONS \u2500\u2500 *\/\n.hs2-cta-strip {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 14px;\n  margin-top: 40px;\n}\n\n.hs2-btn {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  padding: 15px 30px;\n  border-radius: 100px;\n  font-size: 0.9rem;\n  font-weight: 700;\n  text-decoration: none;\n  transition: all 0.3s ease;\n  letter-spacing: 0.5px;\n}\n\n.hs2-btn-primary {\n  background: var(--sdg3);\n  color: var(--white);\n}\n\n.hs2-btn-primary:hover {\n  background: #3d8a2b;\n  transform: translateY(-3px);\n  box-shadow: 0 12px 28px rgba(76,159,56,0.4);\n}\n\n.hs2-btn-secondary {\n  background: transparent;\n  color: var(--white);\n  border: 2px solid rgba(255,255,255,0.3);\n}\n\n.hs2-btn-secondary:hover {\n  border-color: var(--white);\n  background: rgba(255,255,255,0.07);\n  transform: translateY(-3px);\n}\n\n\/* \u2500\u2500 FOOTER LINK \u2500\u2500 *\/\n.hs2-footer {\n  background: var(--white);\n  padding: 40px 30px;\n  border-top: 1px solid var(--light);\n}\n\n.hs2-footer-inner {\n  max-width: 880px;\n  margin: 0 auto;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 20px;\n  flex-wrap: wrap;\n}\n\n.hs2-footer-inner p {\n  font-size: 0.95rem;\n  color: var(--slate);\n  line-height: 1.6;\n  max-width: 520px;\n}\n\n.hs2-footer-inner a {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  color: var(--navy);\n  font-weight: 700;\n  font-size: 0.9rem;\n  text-decoration: none;\n  border-bottom: 2px solid var(--sdg3);\n  padding-bottom: 2px;\n  white-space: nowrap;\n  transition: color 0.2s ease;\n}\n\n.hs2-footer-inner a:hover { color: var(--sdg3); }\n\n\/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n@media (max-width: 680px) {\n  .hs2-toc-flow {\n    grid-template-columns: 1fr;\n    gap: 8px;\n  }\n  .hs2-toc-arrow { transform: rotate(90deg); text-align: center; }\n  .hs2-outcomes { grid-template-columns: 1fr; }\n  .hs2-ask-row { grid-template-columns: 1fr; }\n  .hs2-footer-inner { flex-direction: column; align-items: flex-start; }\n  .hs2-btn { width: 100%; justify-content: center; }\n}\n\n<\/style>\n\n<div class=\"hs2-wrap\">\n\n  <!-- \u2550\u2550 THEORY OF CHANGE \u2550\u2550 -->\n  <div class=\"hs2-toc\">\n    <div class=\"hs2-toc-inner\">\n      <div class=\"hs2-tag\">Le bouclier Sant\u00e9-\u00c9ducation<\/div>\n      <h2>How Health Becomes Academic Success<\/h2>\n      <p>A strategic blueprint connecting health protection directly to consistent attendance, restored dignity, and long-term academic achievement.<\/p>\n\n      <div class=\"hs2-toc-flow\">\n        <div class=\"hs2-toc-step\">\n          <div class=\"hs2-toc-step-num\">01<\/div>\n          <h4>Protection<\/h4>\n          <p>Children receive health insurance, MHM kits, and community health literacy.<\/p>\n        <\/div>\n        <div class=\"hs2-toc-arrow\">\u2192<\/div>\n        <div class=\"hs2-toc-step\">\n          <div class=\"hs2-toc-step-num\">02<\/div>\n          <h4>Barrier Removed<\/h4>\n          <p>Illness no longer causes dropout. Girls no longer miss 60 days. Families prevent before they treat.<\/p>\n        <\/div>\n        <div class=\"hs2-toc-arrow\">\u2192<\/div>\n        <div class=\"hs2-toc-step\">\n          <div class=\"hs2-toc-step-num\">03<\/div>\n          <h4>Excellence Acad\u00e9mique<\/h4>\n          <p>Consistent attendance, restored dignity, and the physical and mental focus to excel.<\/p>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550 IMPACT STATS \u2550\u2550 -->\n  <div class=\"hs2-impact\">\n    <div class=\"hs2-impact-inner\">\n      <div class=\"hs2-tag\">Preuves d'un avenir plus sain<\/div>\n      <h2>Outcomes Tracked Across Our Programme<\/h2>\n      <p>These figures are drawn from CODEWA internal health monitoring reports, partner school attendance records, and CHF enrolment tracking across the programme in Tabora.<\/p>\n\n      <div class=\"hs2-stats-grid\">\n        <div class=\"hs2-stat\">\n          <span class=\"hs2-stat-num\">850+<\/span>\n          <span class=\"hs2-stat-label\">Children Enrolled in CHF<\/span>\n        <\/div>\n        <div class=\"hs2-stat\">\n          <span class=\"hs2-stat-num\">1,200+<\/span>\n          <span class=\"hs2-stat-label\">Kits GHM distribu\u00e9s<\/span>\n        <\/div>\n        <div class=\"hs2-stat\">\n          <span class=\"hs2-stat-num\">15<\/span>\n          <span class=\"hs2-stat-label\">Partner Schools Reached<\/span>\n        <\/div>\n        <div class=\"hs2-stat\">\n          <span class=\"hs2-stat-num\">95%<\/span>\n          <span class=\"hs2-stat-label\">Attendance Rate Among Card Holders<\/span>\n        <\/div>\n        <div class=\"hs2-stat\">\n          <span class=\"hs2-stat-num\">60<\/span>\n          <span class=\"hs2-stat-label\">Days Reclaimed Per Girl Per Year<\/span>\n        <\/div>\n      <\/div>\n\n      <p class=\"hs2-attr\">Data compiled from CODEWA internal health monitoring reports, partner school attendance records, and CHF enrolment tracking since the Health, Dignity and Wellbeing programme launch.<\/p>\n\n      <div class=\"hs2-outcomes\">\n        <div class=\"hs2-outcome\">\n          <div class=\"hs2-outcome-icon\">\ud83d\udcc8<\/div>\n          <div>\n            <h4>Consistent Attendance<\/h4>\n            <p>Children enrolled in the Toto Afya Scheme attend school at a 95% rate \u2014 far above the national average.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"hs2-outcome\">\n          <div class=\"hs2-outcome-icon\">\ud83c\udf38<\/div>\n          <div>\n            <h4>Dignity in the Classroom<\/h4>\n            <p>Girls with MHM kits attend every class every week \u2014 confident, prepared, and no longer defined by a biological cycle they could not afford to manage.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"hs2-outcome\">\n          <div class=\"hs2-outcome-icon\">\ud83c\udfe5<\/div>\n          <div>\n            <h4>Medical Crises Averted<\/h4>\n            <p>Toto Afya Card holders receive treatment immediately \u2014 turning a potential dropout into a one-day clinic visit and a return to class.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"hs2-outcome\">\n          <div class=\"hs2-outcome-icon\">\ud83c\udfe1<\/div>\n          <div>\n            <h4>Families Empowered<\/h4>\n            <p>Health literacy workshops give families the tools to prevent illness before it begins \u2014 reducing recurring absences at the source.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550 CLOSING STORY \u2550\u2550 -->\n  <div class=\"hs2-close\">\n    <div class=\"hs2-close-inner\">\n\n      <div class=\"hs2-tag\">Hassan\u2019s Return<\/div>\n      <h2>He Moved Back to<br><em>the Front of the Class.<\/em><\/h2>\n\n      <p>Hassan is back in school now. He received a Toto Afya Card through CODEWA\u2019s Health Shield at the start of the following term. In October, his teacher told us he had moved back to the front of the class.<\/p>\n\n      <div class=\"hs2-close-quote\">\n        <p>\u201cThat is what \u20ac25 can do. Not just treat a fever. Restore a future.\u201d<\/p>\n      <\/div>\n\n      <p>Right now, children in our partner schools are one illness away from dropping out. One clinic fee they cannot afford. One week of missed lessons that becomes a month. And girls across Tabora are losing 60 school days every year to a barrier that \u20ac30 can remove entirely.<\/p>\n\n      <p>The Health Shield stops both from happening.<\/p>\n\n      <div class=\"hs2-ask-row\">\n        <div class=\"hs2-ask-card\">\n          <span class=\"ask-amount\">\u20ac25<\/span>\n          <span class=\"ask-label\">Protect one child from medical dropout for 365 days<\/span>\n        <\/div>\n        <div class=\"hs2-ask-card\">\n          <span class=\"ask-amount\">\u20ac30<small style=\"font-size:1rem\">\/mo<\/small><\/span>\n          <span class=\"ask-label\">Give one girl back her full school year through MHM<\/span>\n        <\/div>\n        <div class=\"hs2-ask-card\">\n          <span class=\"ask-amount\">\u20ac250<\/span>\n          <span class=\"ask-label\">Shield an entire classroom from medical dropout<\/span>\n        <\/div>\n      <\/div>\n\n      <p style=\"font-size:0.95rem; color:rgba(255,255,255,0.65); margin-bottom: 0;\">Because a fever should never end a child\u2019s education. And a biological cycle should never end a girl\u2019s future.<\/p>\n\n      <div class=\"hs2-sdg-stamp\">\n        <div class=\"sdg-box\">3<\/div>\n        <p><strong>SDG 3 \u2014 Good Health & Well-Being<\/strong>Ensure healthy lives and promote well-being for all at all ages.<\/p>\n      <\/div>\n\n      <div class=\"hs2-cta-strip\">\n        <a href=\"https:\/\/codewatz.org\/fr\/donations\/health-shield\/\" class=\"hs2-btn hs2-btn-primary\">Donate to the Health Shield<\/a>\n        <a href=\"https:\/\/codewatz.org\/fr\/partner\/\" class=\"hs2-btn hs2-btn-secondary\">Devenir partenaire<\/a>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550 FOOTER LINK \u2550\u2550 -->\n  <div class=\"hs2-footer\">\n    <div class=\"hs2-footer-inner\">\n      <p>To understand the full health strategy behind this fund \u2014 the three pillars, the evidence base, and the Toto Afya Card Scheme \u2014 visit the Health, Dignity and Wellbeing programme page.<\/p>\n      <a href=\"https:\/\/codewatz.org\/fr\/health\/\">Explore the Programme \u2192<\/a>\n    <\/div>\n  <\/div>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>A mosquito bite should never end a child&#8217;s education. For \u20ac25, protect one vulnerable student with a Toto Afya health card for 365 days.<\/p>","protected":false},"featured_media":28173,"template":"","give_posts_category":[325,311,419],"give_posts_tag":[],"class_list":["post-30013","give_posts","type-give_posts","status-publish","has-post-thumbnail","hentry","give_posts_category-charity","give_posts_category-children","give_posts_category-health","entry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>The Health Shield: Protect a Student for 365 Days - CODEWA<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/codewatz.org\/fr\/give_posts\/the-health-shield\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The Health Shield: Protect a Student for 365 Days - CODEWA\" \/>\n<meta property=\"og:description\" content=\"A mosquito bite should never end a child&#039;s education. For \u20ac25, protect one vulnerable student with a Toto Afya health card for 365 days.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/codewatz.org\/fr\/give_posts\/the-health-shield\/\" \/>\n<meta property=\"og:site_name\" content=\"CODEWA\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-21T16:40:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/12\/h.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"540\" \/>\n\t<meta property=\"og:image:height\" content=\"420\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/the-health-shield\\\/\",\"url\":\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/the-health-shield\\\/\",\"name\":\"The Health Shield: Protect a Student for 365 Days - CODEWA\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/the-health-shield\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/the-health-shield\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/codewatz.org\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/h.jpg\",\"datePublished\":\"2026-05-19T15:11:51+00:00\",\"dateModified\":\"2026-05-21T16:40:01+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/the-health-shield\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/the-health-shield\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/the-health-shield\\\/#primaryimage\",\"url\":\"https:\\\/\\\/codewatz.org\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/h.jpg\",\"contentUrl\":\"https:\\\/\\\/codewatz.org\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/h.jpg\",\"width\":540,\"height\":420},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/the-health-shield\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/codewatz.org\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The Health Shield: Protect a Student for 365 Days\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/codewatz.org\\\/#website\",\"url\":\"https:\\\/\\\/codewatz.org\\\/\",\"name\":\"CODEWA\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/codewatz.org\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/codewatz.org\\\/#organization\",\"name\":\"CODEWA\",\"url\":\"https:\\\/\\\/codewatz.org\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/codewatz.org\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/codewatz.org\\\/wp-content\\\/uploads\\\/2021\\\/06\\\/CODEWA-Logo4.png\",\"contentUrl\":\"https:\\\/\\\/codewatz.org\\\/wp-content\\\/uploads\\\/2021\\\/06\\\/CODEWA-Logo4.png\",\"width\":384,\"height\":130,\"caption\":\"CODEWA\"},\"image\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"The Health Shield: Protect a Student for 365 Days - CODEWA","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/codewatz.org\/fr\/give_posts\/the-health-shield\/","og_locale":"fr_FR","og_type":"article","og_title":"The Health Shield: Protect a Student for 365 Days - CODEWA","og_description":"A mosquito bite should never end a child's education. For \u20ac25, protect one vulnerable student with a Toto Afya health card for 365 days.","og_url":"https:\/\/codewatz.org\/fr\/give_posts\/the-health-shield\/","og_site_name":"CODEWA","article_modified_time":"2026-05-21T16:40:01+00:00","og_image":[{"width":540,"height":420,"url":"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/12\/h.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/codewatz.org\/give_posts\/the-health-shield\/","url":"https:\/\/codewatz.org\/give_posts\/the-health-shield\/","name":"The Health Shield: Protect a Student for 365 Days - CODEWA","isPartOf":{"@id":"https:\/\/codewatz.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/codewatz.org\/give_posts\/the-health-shield\/#primaryimage"},"image":{"@id":"https:\/\/codewatz.org\/give_posts\/the-health-shield\/#primaryimage"},"thumbnailUrl":"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/12\/h.jpg","datePublished":"2026-05-19T15:11:51+00:00","dateModified":"2026-05-21T16:40:01+00:00","breadcrumb":{"@id":"https:\/\/codewatz.org\/give_posts\/the-health-shield\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/codewatz.org\/give_posts\/the-health-shield\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/codewatz.org\/give_posts\/the-health-shield\/#primaryimage","url":"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/12\/h.jpg","contentUrl":"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/12\/h.jpg","width":540,"height":420},{"@type":"BreadcrumbList","@id":"https:\/\/codewatz.org\/give_posts\/the-health-shield\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/codewatz.org\/"},{"@type":"ListItem","position":2,"name":"The Health Shield: Protect a Student for 365 Days"}]},{"@type":"WebSite","@id":"https:\/\/codewatz.org\/#website","url":"https:\/\/codewatz.org\/","name":"CODEWA","description":"","publisher":{"@id":"https:\/\/codewatz.org\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/codewatz.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/codewatz.org\/#organization","name":"CODEWA","url":"https:\/\/codewatz.org\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/codewatz.org\/#\/schema\/logo\/image\/","url":"https:\/\/codewatz.org\/wp-content\/uploads\/2021\/06\/CODEWA-Logo4.png","contentUrl":"https:\/\/codewatz.org\/wp-content\/uploads\/2021\/06\/CODEWA-Logo4.png","width":384,"height":130,"caption":"CODEWA"},"image":{"@id":"https:\/\/codewatz.org\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/give_posts\/30013","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/give_posts"}],"about":[{"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/types\/give_posts"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/media\/28173"}],"wp:attachment":[{"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/media?parent=30013"}],"wp:term":[{"taxonomy":"give_posts_category","embeddable":true,"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/give_posts_category?post=30013"},{"taxonomy":"give_posts_tag","embeddable":true,"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/give_posts_tag?post=30013"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}