{"id":30742,"date":"2026-06-18T09:28:16","date_gmt":"2026-06-18T09:28:16","guid":{"rendered":"https:\/\/codewatz.org\/?page_id=30742"},"modified":"2026-06-19T01:02:33","modified_gmt":"2026-06-19T01:02:33","slug":"digital-skills","status":"publish","type":"page","link":"https:\/\/codewatz.org\/fr\/digital-skills\/","title":{"rendered":"Digital Skills and Empowerment"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"30742\" class=\"elementor elementor-30742\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-8f74f01 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"8f74f01\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3edede2\" data-id=\"3edede2\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e21fb34 elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"e21fb34\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\" style=\"scroll-behavior: smooth;\">\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=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap\" rel=\"stylesheet\"\/>\n<title>GDASH | Girls' Digital Access and Skills Hub | CODEWA Tanzania<\/title>\n<style>\n\n\/* ============================================================\n   GLOBAL RESET\n   ============================================================ *\/\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\nbody { font-family: 'Plus Jakarta Sans', sans-serif; color: #1C1917; }\n\n\n\n\/* ============================================================\n   SECTION 1: HERO\n   ============================================================ *\/\n.gdash-hero *, .gdash-hero *::before, .gdash-hero *::after { box-sizing: border-box; margin: 0; padding: 0; }\n.gdash-hero {\n  position: relative; min-height: 100vh; display: flex; align-items: center;\n  font-family: 'Plus Jakarta Sans', sans-serif; color: #fff; overflow: hidden;\n}\n.gdash-hero__bg {\n  position: absolute; inset: 0;\n  background-image: url('https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/2-1.jpg');\n  background-size: cover; background-position: center top; background-repeat: no-repeat;\n  transform: scale(1.04); transition: transform 8s ease; z-index: 0;\n}\n.gdash-hero:hover .gdash-hero__bg { transform: scale(1); }\n.gdash-hero__overlay {\n  position: absolute; inset: 0;\n  background: linear-gradient(160deg, rgba(11,60,93,0.93) 0%, rgba(11,60,93,0.82) 55%, rgba(11,60,93,0.90) 100%);\n  z-index: 1;\n}\n.gdash-hero__accent {\n  position: absolute; top: 0; left: 0; right: 0; height: 4px;\n  background: linear-gradient(90deg, #F18F01, rgba(241,143,1,0.4), #0B3C5D); z-index: 3;\n}\n.gdash-hero__inner {\n  position: relative; z-index: 2; width: 100%; max-width: 860px;\n  margin: 0 auto; padding: 110px 32px 90px; text-align: center;\n}\n.gdash-hero__badges { display: flex; flex-direction: column; align-items: center; gap: 12px; margin-bottom: 36px; }\n.badge {\n  display: inline-flex; align-items: center; gap: 8px;\n  font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.7rem; font-weight: 700;\n  letter-spacing: 0.09em; text-transform: uppercase; border-radius: 999px; padding: 8px 18px;\n}\n.badge--orange { background: rgba(241,143,1,0.15); border: 1.5px solid rgba(241,143,1,0.7); color: #F18F01; }\n.badge--live   { background: rgba(241,143,1,0.12); border: 1.5px solid rgba(241,143,1,0.5); color: #F18F01; }\n.badge__dot {\n  width: 7px; height: 7px; border-radius: 50%; background: #F18F01;\n  box-shadow: 0 0 0 3px rgba(241,143,1,0.3); animation: pulse-dot 2s infinite; flex-shrink: 0;\n}\n@keyframes pulse-dot {\n  0%, 100% { box-shadow: 0 0 0 3px rgba(241,143,1,0.3); }\n  50%       { box-shadow: 0 0 0 7px rgba(241,143,1,0.08); }\n}\n.gdash-hero__headline {\n  font-family: 'Libre Baskerville', serif; font-size: clamp(1.9rem, 4vw, 3rem);\n  font-weight: 400; line-height: 1.3; color: #fff; max-width: 780px;\n  margin: 0 auto 10px; text-shadow: 0 2px 24px rgba(0,0,0,0.4); letter-spacing: -0.01em;\n}\n.gdash-hero__headline-accent {\n  display: block; font-family: 'Libre Baskerville', serif;\n  font-size: clamp(2.1rem, 4.5vw, 3.4rem); font-weight: 700; font-style: italic;\n  color: #F18F01; line-height: 1.25; margin-top: 6px; text-shadow: 0 2px 28px rgba(241,143,1,0.3);\n}\n.gdash-hero__divider {\n  width: 56px; height: 3px; background: linear-gradient(90deg, #F18F01, rgba(241,143,1,0.3));\n  border-radius: 99px; margin: 22px auto;\n}\n.gdash-hero__para {\n  font-size: clamp(0.93rem, 1.5vw, 1.05rem); font-weight: 400; line-height: 1.8;\n  color: rgba(255,255,255,0.82); max-width: 620px; margin: 0 auto 28px;\n}\n.gdash-hero__sdg { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 36px; justify-content: center; }\n.sdg-pill {\n  font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.7rem; font-weight: 700;\n  letter-spacing: 0.07em; text-transform: uppercase; padding: 7px 16px; border-radius: 999px;\n  border: 1.5px solid rgba(241,143,1,0.4); background: rgba(241,143,1,0.1); color: #F18F01;\n  transition: all 0.25s ease; cursor: default;\n}\n.sdg-pill:hover { background: rgba(241,143,1,0.2); border-color: #F18F01; transform: translateY(-2px); }\n.gdash-hero__btns { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 52px; justify-content: center; }\n.btn {\n  display: inline-flex; align-items: center; gap: 8px;\n  font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.88rem; font-weight: 700;\n  padding: 14px 30px; border-radius: 10px; text-decoration: none;\n  cursor: pointer; transition: all 0.25s ease; letter-spacing: 0.03em;\n}\n.btn--primary {\n  background: #F18F01; color: #fff; border: 2px solid #F18F01;\n  box-shadow: 0 4px 22px rgba(241,143,1,0.38);\n}\n.btn--primary:hover { background: #d97d00; border-color: #d97d00; transform: translateY(-2px); box-shadow: 0 8px 30px rgba(241,143,1,0.48); }\n.btn--outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.55); }\n.btn--outline:hover { background: rgba(255,255,255,0.1); border-color: #fff; transform: translateY(-2px); }\n.btn__arrow { transition: transform 0.2s ease; }\n.btn:hover .btn__arrow { transform: translateX(4px); }\n.btn--outline:hover .btn__arrow { transform: translateY(3px); }\n.gdash-hero__stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }\n.hero-stat-card {\n  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.13);\n  border-radius: 14px; padding: 22px 16px; backdrop-filter: blur(12px);\n  transition: all 0.25s ease; position: relative; overflow: hidden;\n}\n.hero-stat-card::before {\n  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;\n  background: linear-gradient(90deg, #F18F01, rgba(241,143,1,0.2));\n  border-radius: 14px 14px 0 0; opacity: 0; transition: opacity 0.25s ease;\n}\n.hero-stat-card:hover { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.28); transform: translateY(-4px); box-shadow: 0 14px 36px rgba(0,0,0,0.28); }\n.hero-stat-card:hover::before { opacity: 1; }\n.hero-stat-card__number { font-family: 'Libre Baskerville', serif; font-size: 1.6rem; font-weight: 700; color: #F18F01; line-height: 1.1; margin-bottom: 8px; }\n.hero-stat-card__label { font-size: 0.72rem; font-weight: 600; color: rgba(255,255,255,0.75); line-height: 1.45; text-transform: uppercase; letter-spacing: 0.05em; }\n\n\/* ============================================================\n   SECTION 2: THE STORY\n   ============================================================ *\/\n.gdash-story *, .gdash-story *::before, .gdash-story *::after { box-sizing: border-box; margin: 0; padding: 0; }\n.gdash-story {\n  background-color: #FFFFFF;\n  background-image: url('https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/2-1.jpg');\n  background-size: cover; background-position: center; background-attachment: fixed;\n  position: relative; font-family: 'Plus Jakarta Sans', sans-serif; padding: 96px 32px;\n}\n.gdash-story::after { content: ''; position: absolute; inset: 0; background: rgba(255,255,255,0.93); z-index: 0; }\n.gdash-story__container { max-width: 1080px; margin: 0 auto; position: relative; z-index: 1; }\n.gdash-story__label { text-align: center; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #F18F01; margin-bottom: 14px; }\n.gdash-story__headline { font-family: 'Libre Baskerville', serif; font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 700; color: #0B3C5D; text-align: center; line-height: 1.3; max-width: 680px; margin: 0 auto 56px; }\n.gdash-story__grid { display: grid; grid-template-columns: 1fr 420px; gap: 56px; align-items: start; }\n.gdash-story__text p { font-size: 1rem; line-height: 1.85; color: #1C1917; margin-bottom: 22px; }\n.gdash-story__text p:last-child { margin-bottom: 0; }\n.gdash-story__standalone { font-family: 'Libre Baskerville', serif !important; font-size: clamp(1.25rem, 2.2vw, 1.6rem) !important; font-weight: 700 !important; font-style: italic; color: #0B3C5D !important; line-height: 1.35 !important; padding: 10px 0 10px 20px; border-left: 4px solid #F18F01; margin: 28px 0 !important; }\n.gdash-story__pullquote { margin-top: 40px; background: #FFF7EC; border-left: 5px solid #F18F01; border-radius: 0 14px 14px 0; padding: 28px 30px; }\n.gdash-story__pullquote p { font-family: 'Libre Baskerville', serif; font-size: clamp(1.05rem, 1.8vw, 1.25rem); font-weight: 400; font-style: italic; color: #0B3C5D; line-height: 1.65; margin: 0 !important; }\n.gdash-story__pullquote p span { font-weight: 700; font-style: normal; color: #F18F01; }\n.gdash-story__image-wrap { position: sticky; top: 80px; }\n.gdash-story__image-card { border-radius: 20px; overflow: hidden; box-shadow: 0 20px 60px rgba(11,60,93,0.15), 0 4px 16px rgba(11,60,93,0.08); transition: transform 0.35s ease, box-shadow 0.35s ease; position: relative; }\n.gdash-story__image-card:hover { transform: translateY(-6px); box-shadow: 0 32px 72px rgba(11,60,93,0.18), 0 6px 20px rgba(11,60,93,0.1); }\n.gdash-story__image-card img { display: block; width: 100%; height: 580px; object-fit: cover; object-position: center top; }\n.gdash-story__image-caption { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(11,60,93,0.88) 0%, transparent 100%); padding: 36px 22px 22px; border-radius: 0 0 20px 20px; }\n.gdash-story__image-caption p { font-size: 0.78rem; font-weight: 600; color: rgba(255,255,255,0.85); letter-spacing: 0.06em; text-transform: uppercase; line-height: 1.5; }\n.gdash-story__image-caption strong { color: #F18F01; font-weight: 700; }\n.gdash-story__image-badge { position: absolute; top: 18px; right: 18px; background: #F18F01; color: #fff; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; padding: 6px 13px; border-radius: 999px; box-shadow: 0 2px 10px rgba(241,143,1,0.4); }\n\n\/* ============================================================\n   SECTION 3: CRISIS DATA\n   ============================================================ *\/\n.gdash-crisis *, .gdash-crisis *::before, .gdash-crisis *::after { box-sizing: border-box; margin: 0; padding: 0; }\n.gdash-crisis {\n  background-color: #F8F9FB;\n  background-image: url('https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/2-1.jpg');\n  background-size: cover; background-position: center; background-attachment: fixed;\n  position: relative; font-family: 'Plus Jakarta Sans', sans-serif; padding: 96px 32px 0;\n}\n.gdash-crisis::after { content: ''; position: absolute; inset: 0; background: rgba(248,249,251,0.93); z-index: 0; }\n.gdash-crisis__container { max-width: 1080px; margin: 0 auto; position: relative; z-index: 1; padding-bottom: 64px; }\n.gdash-crisis__label { text-align: center; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #F18F01; margin-bottom: 14px; }\n.gdash-crisis__headline { font-family: 'Libre Baskerville', serif; font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 700; color: #0B3C5D; text-align: center; line-height: 1.3; max-width: 680px; margin: 0 auto 24px; }\n.gdash-crisis__intro { font-size: 1rem; line-height: 1.85; color: #475569; text-align: center; max-width: 760px; margin: 0 auto 56px; }\n.gdash-crisis__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 20px; }\n.crisis-stat-card { background: #FFFFFF; border-radius: 18px; padding: 36px 28px 32px; box-shadow: 0 4px 24px rgba(11,60,93,0.08); border-top: 4px solid #F18F01; transition: transform 0.28s ease, box-shadow 0.28s ease; position: relative; overflow: hidden; }\n.crisis-stat-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #F18F01, rgba(241,143,1,0.2)); opacity: 0; transition: opacity 0.28s ease; }\n.crisis-stat-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(241,143,1,0.12); }\n.crisis-stat-card:hover::after { opacity: 1; }\n.crisis-stat-card__number { font-family: 'Libre Baskerville', serif; font-size: clamp(2.8rem, 5vw, 4rem); font-weight: 700; color: #0B3C5D; line-height: 1; margin-bottom: 10px; letter-spacing: -0.02em; }\n.crisis-stat-card__title { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #F18F01; margin-bottom: 16px; }\n.crisis-stat-card__divider { width: 40px; height: 2px; background: rgba(241,143,1,0.2); border-radius: 99px; margin-bottom: 16px; }\n.crisis-stat-card__desc { font-size: 0.92rem; line-height: 1.75; color: #475569; }\n.gdash-crisis__source { font-size: 0.75rem; color: #94A3B8; text-align: center; margin-bottom: 64px; letter-spacing: 0.02em; position: relative; z-index: 1; }\n.gdash-crisis__source strong { color: #64748B; font-weight: 600; }\n.gdash-crisis__quote { background: #0B3C5D; padding: 64px 32px; text-align: center; position: relative; overflow: hidden; z-index: 1; }\n.gdash-crisis__quote::before { content: '\\201C'; position: absolute; top: -20px; left: 32px; font-family: 'Libre Baskerville', serif; font-size: 14rem; color: rgba(255,255,255,0.04); line-height: 1; pointer-events: none; user-select: none; }\n.gdash-crisis__quote::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #F18F01, rgba(241,143,1,0.3)); }\n.gdash-crisis__quote p { font-family: 'Libre Baskerville', serif; font-size: clamp(1.1rem, 2.2vw, 1.5rem); font-weight: 400; font-style: italic; color: #FFFFFF; line-height: 1.7; max-width: 820px; margin: 0 auto; position: relative; z-index: 1; }\n.gdash-crisis__quote p em { font-style: normal; font-weight: 700; color: #F18F01; }\n\n\/* ============================================================\n   SECTION 4: BARRIERS\n   ============================================================ *\/\n.gdash-barriers *, .gdash-barriers *::before, .gdash-barriers *::after { box-sizing: border-box; margin: 0; padding: 0; }\n.gdash-barriers {\n  background-color: #F8F9FB;\n  background-image: url('https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/2-1.jpg');\n  background-size: cover; background-position: center; background-attachment: fixed;\n  position: relative; font-family: 'Plus Jakarta Sans', sans-serif; padding: 100px 32px; overflow: hidden;\n}\n.gdash-barriers::after { content: ''; position: absolute; inset: 0; background: rgba(248,249,251,0.93); z-index: 0; }\n.gdash-barriers__container { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }\n.gdash-barriers__label { text-align: center; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #F18F01; margin-bottom: 14px; }\n.gdash-barriers__headline { font-family: 'Libre Baskerville', serif; font-size: clamp(1.6rem, 2.8vw, 2.4rem); font-weight: 700; color: #0B3C5D; text-align: center; line-height: 1.3; max-width: 700px; margin: 0 auto 64px; }\n.gdash-barriers__headline span { color: #F18F01; font-style: italic; }\n.gdash-barriers__headers { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }\n.gdash-barriers__header { padding: 14px 24px; border-radius: 12px; display: flex; align-items: center; gap: 10px; background: rgba(241,143,1,0.07); border: 1.5px solid rgba(241,143,1,0.2); }\n.gdash-barriers__header-icon { font-size: 1rem; line-height: 1; color: #F18F01; }\n.gdash-barriers__header-text { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #c47200; }\n.gdash-barriers__rows { display: flex; flex-direction: column; gap: 16px; }\n.gdash-barriers__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }\n.gdash-barriers__cell { background: #FFFFFF; border-radius: 16px; padding: 32px 28px; border: 1px solid rgba(11,60,93,0.09); box-shadow: 0 4px 20px rgba(11,60,93,0.06); transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease; position: relative; overflow: hidden; }\n.gdash-barriers__cell--problem::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #F18F01, rgba(241,143,1,0.2)); border-radius: 16px 16px 0 0; }\n.gdash-barriers__cell--solution::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #0B3C5D, rgba(11,60,93,0.2)); border-radius: 16px 16px 0 0; }\n.gdash-barriers__cell--problem:hover { transform: translateY(-4px); border-color: rgba(241,143,1,0.3); box-shadow: 0 16px 40px rgba(241,143,1,0.1); }\n.gdash-barriers__cell--solution:hover { transform: translateY(-4px); border-color: rgba(11,60,93,0.25); box-shadow: 0 16px 40px rgba(11,60,93,0.1); }\n.cell__row-num { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 50%; font-size: 0.68rem; font-weight: 800; margin-bottom: 16px; background: rgba(241,143,1,0.1); color: #c47200; border: 1px solid rgba(241,143,1,0.28); }\n.gdash-barriers__cell--solution .cell__row-num { background: rgba(11,60,93,0.08); color: #0B3C5D; border: 1px solid rgba(11,60,93,0.2); }\n.cell__title { font-family: 'Libre Baskerville', serif; font-size: clamp(0.92rem, 1.4vw, 1.05rem); font-weight: 700; line-height: 1.4; margin-bottom: 12px; color: #0B3C5D; }\n.cell__body { font-size: 0.88rem; line-height: 1.82; color: #475569; }\n.cell__chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }\n.cell__chip { font-size: 0.67rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 4px 11px; border-radius: 999px; background: rgba(241,143,1,0.08); border: 1px solid rgba(241,143,1,0.22); color: #c47200; }\n\n\/* ============================================================\n   SECTION 5: THEORY OF CHANGE\n   ============================================================ *\/\n.gdash-toc *, .gdash-toc *::before, .gdash-toc *::after { box-sizing: border-box; margin: 0; padding: 0; }\n.gdash-toc {\n  background-color: #F8F9FB;\n  background-image: url('https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/2-1.jpg');\n  background-size: cover; background-position: center; background-attachment: fixed;\n  position: relative; font-family: 'Plus Jakarta Sans', sans-serif; padding: 100px 32px; overflow: hidden;\n}\n.gdash-toc::after { content: ''; position: absolute; inset: 0; background: rgba(248,249,251,0.93); z-index: 0; }\n.gdash-toc__container { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }\n.gdash-toc__label { text-align: center; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #F18F01; margin-bottom: 14px; }\n.gdash-toc__headline { font-family: 'Libre Baskerville', serif; font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 700; color: #0B3C5D; text-align: center; line-height: 1.3; margin: 0 auto 64px; }\n.gdash-toc__pipeline { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: stretch; gap: 0; margin-bottom: 48px; }\n.gdash-toc__arrow { display: flex; align-items: center; justify-content: center; padding: 0 8px; }\n.gdash-toc__arrow-line { position: relative; width: 48px; height: 2px; background: rgba(11,60,93,0.15); overflow: visible; }\n.gdash-toc__arrow-line::before { content: ''; position: absolute; top: 50%; left: -6px; transform: translateY(-50%); width: 10px; height: 10px; border-radius: 50%; background: #F18F01; animation: travel 2.4s ease-in-out infinite; box-shadow: 0 0 8px rgba(241,143,1,0.5); }\n.gdash-toc__arrow--2 .gdash-toc__arrow-line::before { animation-delay: 1.2s; }\n.gdash-toc__arrow-line::after { content: ''; position: absolute; right: -8px; top: 50%; transform: translateY(-50%); border-left: 10px solid rgba(11,60,93,0.25); border-top: 6px solid transparent; border-bottom: 6px solid transparent; }\n@keyframes travel { 0% { left: -6px; opacity: 1; } 80% { left: calc(100% - 4px); opacity: 1; } 100% { left: calc(100% - 4px); opacity: 0; } }\n.gdash-toc__block { background: #FFFFFF; border-radius: 18px; padding: 36px 28px; border: 1px solid rgba(11,60,93,0.09); box-shadow: 0 4px 20px rgba(11,60,93,0.07); transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; position: relative; overflow: hidden; }\n.gdash-toc__block::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; border-radius: 18px 18px 0 0; background: linear-gradient(90deg, #F18F01, rgba(241,143,1,0.2)); }\n.gdash-toc__block:hover { transform: translateY(-6px); border-color: rgba(241,143,1,0.3); box-shadow: 0 20px 48px rgba(241,143,1,0.12); }\n.block__logic { font-family: 'Libre Baskerville', serif; font-size: 2rem; font-weight: 700; font-style: italic; line-height: 1; margin-bottom: 18px; display: block; color: #F18F01; }\n.block__badge { position: absolute; top: 20px; right: 20px; width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.7rem; font-weight: 800; background: rgba(241,143,1,0.1); color: #c47200; border: 1px solid rgba(241,143,1,0.28); }\n.block__body { font-size: 0.88rem; line-height: 1.82; color: #475569; }\n.block__body em { font-style: normal; font-weight: 700; color: #0B3C5D; }\n.block__ellipsis { display: block; margin-top: 14px; font-size: 1.4rem; letter-spacing: 4px; color: #F18F01; opacity: 0.3; }\n.block__chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }\n.block__chip { font-size: 0.63rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; }\n.block__chip--ai { background: rgba(241,143,1,0.08); border: 1px solid rgba(241,143,1,0.25); color: #c47200; }\n.block__chip--office { background: rgba(11,60,93,0.07); border: 1px solid rgba(11,60,93,0.18); color: #0B3C5D; }\n.gdash-toc__outcomes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }\n.outcome-card { background: #FFFFFF; border: 1px solid rgba(11,60,93,0.09); border-radius: 16px; padding: 30px 24px; box-shadow: 0 2px 12px rgba(11,60,93,0.06); transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease; position: relative; overflow: hidden; }\n.outcome-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; border-radius: 0 0 16px 16px; background: linear-gradient(90deg, #F18F01, rgba(241,143,1,0.2)); opacity: 0; transition: opacity 0.28s ease; }\n.outcome-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(241,143,1,0.1); border-color: rgba(241,143,1,0.25); }\n.outcome-card:hover::after { opacity: 1; }\n.outcome-card__icon { font-size: 1.6rem; margin-bottom: 16px; display: block; line-height: 1; }\n.outcome-card__title { font-family: 'Libre Baskerville', serif; font-size: 1rem; font-weight: 700; color: #0B3C5D; margin-bottom: 12px; line-height: 1.35; }\n.outcome-card__body { font-size: 0.87rem; line-height: 1.8; color: #475569; }\n\n\/* ============================================================\n   SECTION 6: PROGRAMME PILLARS\n   ============================================================ *\/\n.gdash-pillars *, .gdash-pillars *::before, .gdash-pillars *::after { box-sizing: border-box; margin: 0; padding: 0; }\n.gdash-pillars {\n  background-color: #FFFFFF;\n  background-image: url('https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/2-1.jpg');\n  background-size: cover; background-position: center; background-attachment: fixed;\n  position: relative; font-family: 'Plus Jakarta Sans', sans-serif; padding: 100px 32px;\n}\n.gdash-pillars::after { content: ''; position: absolute; inset: 0; background: rgba(255,255,255,0.93); z-index: 0; }\n.gdash-pillars__container { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }\n.gdash-pillars__label { text-align: center; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #F18F01; margin-bottom: 14px; }\n.gdash-pillars__headline { font-family: 'Libre Baskerville', serif; font-size: clamp(1.6rem, 2.8vw, 2.4rem); font-weight: 700; color: #0B3C5D; text-align: center; line-height: 1.3; max-width: 720px; margin: 0 auto 24px; }\n.gdash-pillars__intro { font-size: 1rem; line-height: 1.82; color: #475569; text-align: center; max-width: 720px; margin: 0 auto 64px; }\n.gdash-pillars__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }\n.pillar-card { background: #FFFFFF; border-radius: 20px; padding: 40px 36px; border: 1px solid rgba(11,60,93,0.09); box-shadow: 0 4px 24px rgba(11,60,93,0.07); transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; position: relative; overflow: hidden; }\n.pillar-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; border-radius: 20px 20px 0 0; background: linear-gradient(90deg, #F18F01, rgba(241,143,1,0.25)); opacity: 0; transition: opacity 0.3s ease; }\n.pillar-card::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at top left, rgba(241,143,1,0.04) 0%, transparent 70%); opacity: 0; transition: opacity 0.3s ease; border-radius: 20px; pointer-events: none; }\n.pillar-card:hover { transform: translateY(-6px); border-color: rgba(241,143,1,0.3); box-shadow: 0 20px 52px rgba(241,143,1,0.12); }\n.pillar-card:hover::before, .pillar-card:hover::after { opacity: 1; }\n.pillar-card__header { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 20px; position: relative; z-index: 1; }\n.pillar-card__icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; flex-shrink: 0; background: rgba(241,143,1,0.1); border: 1.5px solid rgba(241,143,1,0.25); }\n.pillar-card__num { position: absolute; top: 0; right: 0; font-size: 0.65rem; font-weight: 800; letter-spacing: 0.06em; color: rgba(241,143,1,0.45); }\n.pillar-card__titles { position: relative; z-index: 1; }\n.pillar-card__title { font-family: 'Libre Baskerville', serif; font-size: clamp(1rem, 1.6vw, 1.15rem); font-weight: 700; color: #0B3C5D; line-height: 1.3; margin-bottom: 5px; }\n.pillar-card__subtitle { font-size: 0.78rem; font-style: italic; font-weight: 600; color: #F18F01; line-height: 1.4; }\n.pillar-card__divider { height: 1px; background: rgba(241,143,1,0.12); margin-bottom: 20px; position: relative; z-index: 1; }\n.pillar-card__desc { font-size: 0.9rem; line-height: 1.82; color: #475569; position: relative; z-index: 1; }\n.pillar-card__desc strong { color: #0B3C5D; font-weight: 700; }\n.pillar-card__chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; position: relative; z-index: 1; }\n.pillar-card__chip { font-size: 0.67rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; padding: 4px 11px; border-radius: 999px; }\n.chip--ai { background: rgba(241,143,1,0.08); border: 1px solid rgba(241,143,1,0.25); color: #c47200; }\n.chip--office { background: rgba(11,60,93,0.07); border: 1px solid rgba(11,60,93,0.18); color: #0B3C5D; }\n\n\/* ============================================================\n   SECTION 7: EVIDENCE\n   ============================================================ *\/\n.gdash-evidence *, .gdash-evidence *::before, .gdash-evidence *::after { box-sizing: border-box; margin: 0; padding: 0; }\n.gdash-evidence {\n  background-color: #F8F9FB;\n  background-image: url('https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/2-1.jpg');\n  background-size: cover; background-position: center; background-attachment: fixed;\n  position: relative; font-family: 'Plus Jakarta Sans', sans-serif; padding: 100px 32px;\n}\n.gdash-evidence::after { content: ''; position: absolute; inset: 0; background: rgba(248,249,251,0.93); z-index: 0; }\n.gdash-evidence__container { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }\n.gdash-evidence__label { text-align: center; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #F18F01; margin-bottom: 14px; }\n.gdash-evidence__headline { font-family: 'Libre Baskerville', serif; font-size: clamp(1.6rem, 2.8vw, 2.4rem); font-weight: 700; color: #0B3C5D; text-align: center; line-height: 1.3; max-width: 740px; margin: 0 auto 64px; }\n.gdash-evidence__grid { display: grid; grid-template-columns: 1fr 420px; gap: 64px; align-items: start; }\n.gdash-evidence__narrative p { font-size: 1rem; line-height: 1.85; color: #1C1917; margin-bottom: 24px; }\n.gdash-evidence__narrative p:last-child { margin-bottom: 0; }\n.gdash-evidence__standalone { font-family: 'Libre Baskerville', serif !important; font-size: clamp(1.2rem, 2vw, 1.5rem) !important; font-weight: 700 !important; color: #0B3C5D !important; line-height: 1.3 !important; padding: 8px 0 8px 20px; border-left: 4px solid #F18F01; margin: 28px 0 !important; }\n.gdash-evidence__credit { display: flex; align-items: center; gap: 16px; background: #FFFFFF; border: 1px solid rgba(241,143,1,0.2); border-radius: 14px; padding: 18px 20px; margin-top: 32px; box-shadow: 0 2px 12px rgba(241,143,1,0.08); }\n.gdash-evidence__credit-icon { width: 44px; height: 44px; border-radius: 50%; background: rgba(241,143,1,0.1); border: 1.5px solid rgba(241,143,1,0.25); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }\n.gdash-evidence__credit-text p { font-size: 0.82rem !important; line-height: 1.5 !important; color: #475569 !important; margin: 0 !important; }\n.gdash-evidence__credit-text strong { color: #0B3C5D; font-weight: 700; }\n.gdash-evidence__cards { display: flex; flex-direction: column; gap: 20px; position: sticky; top: 80px; }\n.evidence-card { background: #FFFFFF; border-radius: 16px; border-left: 5px solid #F18F01; padding: 28px 26px; box-shadow: 0 4px 20px rgba(11,60,93,0.07); transition: transform 0.28s ease, box-shadow 0.28s ease; position: relative; overflow: hidden; }\n.evidence-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(241,143,1,0.04) 0%, transparent 60%); pointer-events: none; opacity: 0; transition: opacity 0.28s ease; }\n.evidence-card:hover { transform: translateY(-4px); box-shadow: 0 14px 40px rgba(241,143,1,0.12); }\n.evidence-card:hover::before { opacity: 1; }\n.evidence-card__header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }\n.evidence-card__num { width: 28px; height: 28px; border-radius: 50%; background: rgba(241,143,1,0.1); border: 1.5px solid rgba(241,143,1,0.3); color: #c47200; font-size: 0.68rem; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }\n.evidence-card__title { font-family: 'Libre Baskerville', serif; font-size: 1rem; font-weight: 700; color: #0B3C5D; line-height: 1.3; }\n.evidence-card__divider { height: 1px; background: rgba(241,143,1,0.15); margin-bottom: 14px; }\n.evidence-card__desc { font-size: 0.88rem; line-height: 1.8; color: #475569; }\n\n\/* ============================================================\n   SECTION 8: IMPACT STATISTICS\n   ============================================================ *\/\n.gdash-impact *, .gdash-impact *::before, .gdash-impact *::after { box-sizing: border-box; margin: 0; padding: 0; }\n.gdash-impact {\n  background-color: #EEF4F8;\n  background-image: url('https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/2-1.jpg');\n  background-size: cover; background-position: center; background-attachment: fixed;\n  position: relative; font-family: 'Plus Jakarta Sans', sans-serif; padding: 100px 32px; overflow: hidden;\n}\n.gdash-impact::after { content: ''; position: absolute; inset: 0; background: rgba(238,244,248,0.93); z-index: 0; }\n.gdash-impact::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #F18F01, #0B3C5D, #F18F01); z-index: 2; }\n.gdash-impact__container { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }\n.gdash-impact__label { text-align: center; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #F18F01; margin-bottom: 14px; }\n.gdash-impact__headline { font-family: 'Libre Baskerville', serif; font-size: clamp(1.6rem, 2.8vw, 2.4rem); font-weight: 700; color: #0B3C5D; text-align: center; line-height: 1.3; max-width: 680px; margin: 0 auto 64px; }\n.gdash-impact__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 32px; }\n.stat-item { background: #FFFFFF; border-radius: 16px; padding: 36px 24px 30px; text-align: center; border: 1px solid rgba(11,60,93,0.08); box-shadow: 0 4px 20px rgba(11,60,93,0.07); transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease; cursor: default; position: relative; overflow: hidden; }\n.stat-item::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; border-radius: 16px 16px 0 0; background: linear-gradient(90deg, #F18F01, rgba(241,143,1,0.2)); opacity: 0; transition: opacity 0.28s ease; }\n.stat-item:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(241,143,1,0.12); border-color: rgba(241,143,1,0.25); }\n.stat-item:hover::before { opacity: 1; }\n.stat-item__icon { font-size: 1.4rem; display: block; margin-bottom: 14px; opacity: 0.35; line-height: 1; transition: opacity 0.28s ease; }\n.stat-item:hover .stat-item__icon { opacity: 0.7; }\n.stat-item__number { font-family: 'Libre Baskerville', serif; font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 700; color: #F18F01; line-height: 1.1; margin-bottom: 10px; display: block; transition: transform 0.28s ease; }\n.stat-item:hover .stat-item__number { transform: scale(1.04); }\n.stat-item__label { font-size: 0.88rem; font-weight: 700; color: #0B3C5D; line-height: 1.35; margin-bottom: 5px; display: block; }\n.stat-item__sub { font-size: 0.7rem; font-weight: 600; color: #F18F01; letter-spacing: 0.05em; text-transform: uppercase; display: block; }\n.gdash-impact__source { text-align: center; font-size: 0.88rem; color: #475569; line-height: 1.7; max-width: 600px; margin: 0 auto; padding: 16px 24px; background: #FFFFFF; border-radius: 10px; border: 1px solid rgba(11,60,93,0.08); box-shadow: 0 2px 12px rgba(11,60,93,0.05); }\n.gdash-impact__source a { color: #F18F01; text-decoration: none; font-weight: 600; transition: color 0.2s ease; }\n.gdash-impact__source a:hover { color: #d97d00; }\n\n\/* ============================================================\n   SECTION 9: TESTIMONIALS\n   ============================================================ *\/\n.gdash-testimonials *, .gdash-testimonials *::before, .gdash-testimonials *::after { box-sizing: border-box; margin: 0; padding: 0; }\n.gdash-testimonials {\n  background-color: #FFFFFF;\n  background-image: url('https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/2-1.jpg');\n  background-size: cover; background-position: center; background-attachment: fixed;\n  position: relative; font-family: 'Plus Jakarta Sans', sans-serif; padding: 100px 32px; overflow: hidden;\n}\n.gdash-testimonials::after { content: ''; position: absolute; inset: 0; background: rgba(255,255,255,0.93); z-index: 0; }\n.gdash-testimonials__container { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }\n.gdash-testimonials__label { text-align: center; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #F18F01; margin-bottom: 14px; }\n.gdash-testimonials__headline { font-family: 'Libre Baskerville', serif; font-size: clamp(1.6rem, 2.8vw, 2.4rem); font-weight: 700; color: #0B3C5D; text-align: center; line-height: 1.3; max-width: 600px; margin: 0 auto 64px; }\n.gdash-testimonials__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; align-items: stretch; }\n.tcard { background: #FFFFFF; border-radius: 20px; padding: 40px 32px 36px; border: 1px solid rgba(11,60,93,0.09); box-shadow: 0 4px 24px rgba(11,60,93,0.07); display: flex; flex-direction: column; transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; position: relative; overflow: hidden; }\n.tcard::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; border-radius: 20px 20px 0 0; background: linear-gradient(90deg, #F18F01, rgba(241,143,1,0.25)); opacity: 0; transition: opacity 0.3s ease; }\n.tcard:hover { transform: translateY(-8px); box-shadow: 0 24px 56px rgba(11,60,93,0.13); border-color: rgba(241,143,1,0.25); }\n.tcard:hover::before { opacity: 1; }\n.tcard__quote-mark { font-family: 'Libre Baskerville', serif; font-size: 5rem; font-weight: 700; color: #F18F01; line-height: 0.8; margin-bottom: 20px; display: block; opacity: 0.7; transition: opacity 0.3s ease, transform 0.3s ease; }\n.tcard:hover .tcard__quote-mark { opacity: 1; transform: scale(1.08) translateY(-2px); }\n.tcard__quote { font-family: 'Libre Baskerville', serif; font-size: clamp(0.92rem, 1.4vw, 1.02rem); font-style: italic; font-weight: 400; color: #0B3C5D; line-height: 1.8; flex: 1; margin-bottom: 28px; }\n.tcard__divider { height: 3px; border-radius: 99px; margin-bottom: 24px; flex-shrink: 0; background: linear-gradient(90deg, #F18F01, rgba(241,143,1,0.2)); }\n.tcard__attribution { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }\n.tcard__avatar { width: 48px; height: 48px; border-radius: 50%; overflow: hidden; flex-shrink: 0; border: 2.5px solid #F18F01; box-shadow: 0 2px 10px rgba(241,143,1,0.2); }\n.tcard__avatar img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }\n.tcard__avatar--initials { width: 48px; height: 48px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 0.85rem; font-weight: 800; color: #fff; background: #0B3C5D; border: 2.5px solid rgba(241,143,1,0.4); }\n.tcard__attribution-text { flex: 1; }\n.tcard__name { font-size: 0.82rem; font-weight: 700; color: #F18F01; line-height: 1.3; display: block; margin-bottom: 2px; }\n.tcard__role { font-size: 0.72rem; font-weight: 500; color: #94A3B8; line-height: 1.4; display: block; }\n\n\/* ============================================================\n   SECTION 10: SDG ALIGNMENT\n   ============================================================ *\/\n.gdash-sdg *, .gdash-sdg *::before, .gdash-sdg *::after { box-sizing: border-box; margin: 0; padding: 0; }\n.gdash-sdg {\n  background-color: #F8F9FB;\n  background-image: url('https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/2-1.jpg');\n  background-size: cover; background-position: center; background-attachment: fixed;\n  position: relative; font-family: 'Plus Jakarta Sans', sans-serif; padding: 100px 32px;\n}\n.gdash-sdg::after { content: ''; position: absolute; inset: 0; background: rgba(248,249,251,0.93); z-index: 0; }\n.gdash-sdg__container { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }\n.gdash-sdg__label { text-align: center; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #F18F01; margin-bottom: 14px; }\n.gdash-sdg__headline { font-family: 'Libre Baskerville', serif; font-size: clamp(1.6rem, 2.8vw, 2.4rem); font-weight: 700; color: #0B3C5D; text-align: center; line-height: 1.3; max-width: 760px; margin: 0 auto 24px; }\n.gdash-sdg__intro { font-size: 1rem; line-height: 1.82; color: #475569; text-align: center; max-width: 760px; margin: 0 auto 56px; }\n.gdash-sdg__table-wrap { border-radius: 18px; overflow: hidden; box-shadow: 0 8px 40px rgba(11,60,93,0.1); margin-bottom: 36px; }\n.gdash-sdg__table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }\n.gdash-sdg__table thead tr { background: #0B3C5D; }\n.gdash-sdg__table thead th { padding: 18px 24px; text-align: left; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #FFFFFF; }\n.gdash-sdg__table thead th:first-child { width: 20%; }\n.gdash-sdg__table thead th:nth-child(2) { width: 50%; }\n.gdash-sdg__table thead th:last-child { width: 30%; }\n.gdash-sdg__table tbody tr { transition: background 0.2s ease; }\n.gdash-sdg__table tbody tr:nth-child(odd)  { background: #FFFFFF; }\n.gdash-sdg__table tbody tr:nth-child(even) { background: #F8F9FB; }\n.gdash-sdg__table tbody tr:hover { background: #FFF7EC; }\n.gdash-sdg__table tbody td { padding: 20px 24px; vertical-align: middle; border-bottom: 1px solid rgba(11,60,93,0.06); color: #1C1917; line-height: 1.7; }\n.gdash-sdg__table tbody tr:last-child td { border-bottom: none; }\n.sdg-pill-table { display: inline-flex; align-items: center; gap: 6px; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; white-space: nowrap; line-height: 1; background: rgba(11,60,93,0.07); border: 1.5px solid rgba(11,60,93,0.18); color: #0B3C5D; }\n.sdg-pill-table__dot { width: 6px; height: 6px; border-radius: 50%; background: #F18F01; flex-shrink: 0; }\n.col-how { font-size: 0.88rem; color: #1C1917; }\n.col-verified { font-size: 0.82rem; color: #475569; }\n.verified-tag { display: inline-flex; align-items: center; gap: 6px; background: rgba(241,143,1,0.08); border: 1px solid rgba(241,143,1,0.25); color: #c47200; font-size: 0.72rem; font-weight: 600; padding: 4px 10px; border-radius: 6px; line-height: 1.4; }\n.verified-tag::before { content: '\u2713'; font-weight: 800; font-size: 0.7rem; color: #F18F01; }\n.gdash-sdg__cta { background: #FFFFFF; border: 1.5px solid rgba(241,143,1,0.3); border-radius: 16px; padding: 36px 40px; display: flex; align-items: center; gap: 28px; box-shadow: 0 4px 24px rgba(241,143,1,0.08); transition: box-shadow 0.28s ease, transform 0.28s ease; }\n.gdash-sdg__cta:hover { box-shadow: 0 12px 40px rgba(241,143,1,0.14); transform: translateY(-2px); }\n.gdash-sdg__cta-icon { width: 56px; height: 56px; border-radius: 16px; background: rgba(241,143,1,0.1); border: 1.5px solid rgba(241,143,1,0.25); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; flex-shrink: 0; }\n.gdash-sdg__cta-body { flex: 1; }\n.gdash-sdg__cta-title { font-family: 'Libre Baskerville', serif; font-size: 1rem; font-weight: 700; color: #0B3C5D; margin-bottom: 8px; line-height: 1.3; }\n.gdash-sdg__cta-text { font-size: 0.88rem; line-height: 1.7; color: #475569; }\n.gdash-sdg__cta-text a { color: #F18F01; font-weight: 600; text-decoration: none; transition: color 0.2s ease; }\n.gdash-sdg__cta-text a:hover { color: #c47200; text-decoration: underline; }\n.gdash-sdg__cta-btn { display: inline-flex; align-items: center; gap: 8px; background: #F18F01; color: #fff; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.82rem; font-weight: 700; padding: 12px 22px; border-radius: 10px; text-decoration: none; white-space: nowrap; flex-shrink: 0; transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease; box-shadow: 0 4px 16px rgba(241,143,1,0.3); }\n.gdash-sdg__cta-btn:hover { background: #d97d00; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(241,143,1,0.4); }\n\n\/* ============================================================\n   SECTION 11: CALL TO ACTION\n   ============================================================ *\/\n.gdash-cta *, .gdash-cta *::before, .gdash-cta *::after { box-sizing: border-box; margin: 0; padding: 0; }\n.gdash-cta { position: relative; font-family: 'Plus Jakarta Sans', sans-serif; padding: 110px 32px; overflow: hidden; }\n.gdash-cta__bg { position: absolute; inset: 0; background-image: url('https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/2-1.jpg'); background-size: cover; background-position: center top; z-index: 0; }\n.gdash-cta__overlay { position: absolute; inset: 0; background: rgba(248,249,251,0.93); z-index: 1; }\n.gdash-cta::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #F18F01, rgba(241,143,1,0.4), #0B3C5D); z-index: 3; }\n.gdash-cta__inner { position: relative; z-index: 2; max-width: 1100px; margin: 0 auto; text-align: center; }\n.gdash-cta__label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #F18F01; margin-bottom: 18px; display: block; }\n.gdash-cta__headline { font-family: 'Libre Baskerville', serif; font-size: clamp(1.9rem, 4vw, 3.2rem); font-weight: 700; color: #0B3C5D; line-height: 1.25; max-width: 820px; margin: 0 auto 24px; }\n.gdash-cta__headline em { font-style: italic; color: #F18F01; }\n.gdash-cta__body { font-size: clamp(0.95rem, 1.5vw, 1.05rem); line-height: 1.8; color: #475569; max-width: 680px; margin: 0 auto 56px; }\n.gdash-cta__tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 44px; }\n.tier-card { background: #FFFFFF; border: 1.5px solid rgba(11,60,93,0.1); border-radius: 18px; padding: 36px 28px 32px; text-align: center; box-shadow: 0 4px 24px rgba(11,60,93,0.08); transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; position: relative; overflow: hidden; }\n.tier-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; border-radius: 18px 18px 0 0; background: linear-gradient(90deg, #F18F01, rgba(241,143,1,0.3)); opacity: 0; transition: opacity 0.3s ease; }\n.tier-card:hover { transform: translateY(-7px); box-shadow: 0 20px 52px rgba(11,60,93,0.13); border-color: rgba(241,143,1,0.35); }\n.tier-card:hover::before { opacity: 1; }\n.tier-card .tier-badge { display: inline-block; background: #F18F01; color: #fff; font-size: 0.62rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; margin-bottom: 14px; }\n.tier-card .tier-badge--hidden { display: none; }\n.tier-card .tier-amount { font-family: 'Libre Baskerville', serif; font-size: 2.6rem; font-weight: 700; color: #F18F01; line-height: 1.1; margin-bottom: 10px; display: block; transition: transform 0.3s ease; }\n.tier-card:hover .tier-amount { transform: scale(1.06); }\n.tier-card .tier-title { font-family: 'Libre Baskerville', serif; font-size: 1rem; font-weight: 700; color: #0B3C5D; line-height: 1.35; margin-bottom: 14px; display: block; }\n.tier-card .tier-divider { height: 1px; background: rgba(11,60,93,0.1); margin-bottom: 14px; display: block; }\n.tier-card .tier-desc { font-size: 0.86rem; line-height: 1.78; color: #475569; display: block; margin-bottom: 20px; }\n.tier-card .tier-link { display: inline-flex; align-items: center; gap: 6px; font-size: 0.78rem; font-weight: 700; color: #F18F01; text-decoration: none; transition: gap 0.2s ease; }\n.tier-card .tier-link:hover { gap: 10px; }\n.gdash-cta__btns { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin-bottom: 44px; }\n.cta-btn { display: inline-flex; align-items: center; gap: 8px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.92rem; font-weight: 700; padding: 15px 32px; border-radius: 12px; text-decoration: none; transition: all 0.25s ease; letter-spacing: 0.02em; }\n.cta-btn--primary { background: #F18F01; color: #fff; border: 2px solid #F18F01; box-shadow: 0 4px 22px rgba(241,143,1,0.35); }\n.cta-btn--primary:hover { background: #d97d00; border-color: #d97d00; transform: translateY(-3px); box-shadow: 0 10px 32px rgba(241,143,1,0.45); }\n.cta-btn--outline { background: transparent; color: #0B3C5D; border: 2px solid rgba(11,60,93,0.4); }\n.cta-btn--outline:hover { background: rgba(11,60,93,0.05); border-color: #0B3C5D; transform: translateY(-3px); }\n.gdash-cta__trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }\n.trust-pill { display: inline-flex; align-items: center; gap: 7px; background: rgba(11,60,93,0.05); border: 1px solid rgba(11,60,93,0.12); border-radius: 999px; padding: 8px 16px; font-size: 0.7rem; font-weight: 600; color: #475569; text-decoration: none; transition: background 0.25s ease, color 0.25s ease; }\n.trust-pill:hover { background: rgba(11,60,93,0.1); color: #0B3C5D; }\n\n\/* ============================================================\n   SECTION 12: FOOTER NAV\n   ============================================================ *\/\n.gdash-footer-nav *, .gdash-footer-nav *::before, .gdash-footer-nav *::after { box-sizing: border-box; margin: 0; padding: 0; }\n.gdash-footer-nav { background-color: #FFFFFF; background-image: url('https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/2-1.jpg'); background-size: cover; background-position: center; background-attachment: fixed; position: relative; border-top: 1px solid #E2E8F0; font-family: 'Plus Jakarta Sans', sans-serif; padding: 56px 32px 48px; }\n.gdash-footer-nav::after { content: ''; position: absolute; inset: 0; background: rgba(255,255,255,0.93); z-index: 0; }\n.gdash-footer-nav__container { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }\n.gdash-footer-nav__label { text-align: center; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #F18F01; margin-bottom: 28px; display: block; }\n.gdash-footer-nav__pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }\n.nav-pill { display: inline-flex; align-items: center; gap: 8px; font-size: 0.78rem; font-weight: 600; padding: 11px 20px; border-radius: 999px; text-decoration: none; transition: all 0.25s ease; letter-spacing: 0.01em; line-height: 1; white-space: nowrap; }\n.nav-pill--default { background: #F1F5F9; color: #0B3C5D; border: 1.5px solid transparent; }\n.nav-pill--default:hover { background: #FFF7EC; color: #F18F01; border-color: rgba(241,143,1,0.3); transform: translateY(-2px); box-shadow: 0 4px 16px rgba(241,143,1,0.12); }\n.nav-pill--default:hover .nav-pill__dot { background: #F18F01; }\n.nav-pill--active { background: #0B3C5D; color: #FFFFFF; border: 1.5px solid #0B3C5D; box-shadow: 0 4px 16px rgba(11,60,93,0.2); cursor: default; pointer-events: none; }\n.nav-pill--active .nav-pill__dot { background: #F18F01; }\n.nav-pill__dot { width: 6px; height: 6px; border-radius: 50%; background: #CBD5E1; flex-shrink: 0; transition: background 0.25s ease; }\n\n\/* ============================================================\n   RESPONSIVE\n   ============================================================ *\/\n@media (max-width: 900px) {\n  .gdash-toc__pipeline { grid-template-columns: 1fr; gap: 0; }\n  .gdash-toc__arrow { transform: rotate(90deg); padding: 4px 0; height: 48px; }\n}\n\n@media (max-width: 768px) {\n  .gdash-hero__inner { padding: 90px 24px 64px; }\n  .gdash-hero__stats { grid-template-columns: repeat(2, 1fr); }\n  .gdash-hero__btns { flex-direction: column; align-items: center; }\n  .gdash-hero__btns .btn { width: 100%; max-width: 320px; justify-content: center; }\n  .gdash-story { padding: 72px 24px; }\n  .gdash-story__grid { grid-template-columns: 1fr; gap: 40px; }\n  .gdash-story__image-wrap { position: static; order: -1; }\n  .gdash-story__image-card img { height: 300px; object-position: center 20%; }\n  .gdash-crisis { padding: 72px 24px 0; }\n  .gdash-crisis__cards { grid-template-columns: 1fr; gap: 18px; }\n  .gdash-crisis__quote { padding: 48px 24px; }\n  .gdash-barriers { padding: 72px 20px; }\n  .gdash-barriers__headers, .gdash-barriers__row { grid-template-columns: 1fr; gap: 12px; }\n  .gdash-toc { padding: 72px 20px; }\n  .gdash-toc__outcomes { grid-template-columns: 1fr; gap: 14px; }\n  .gdash-toc__block { padding: 28px 22px; }\n  .gdash-pillars { padding: 72px 20px; }\n  .gdash-pillars__grid { grid-template-columns: 1fr; gap: 20px; }\n  .gdash-evidence { padding: 72px 20px; }\n  .gdash-evidence__grid { grid-template-columns: 1fr; gap: 48px; }\n  .gdash-evidence__cards { position: static; }\n  .gdash-impact { padding: 72px 20px; }\n  .gdash-impact__grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }\n  .gdash-testimonials { padding: 72px 20px; }\n  .gdash-testimonials__grid { grid-template-columns: 1fr; gap: 20px; }\n  .gdash-sdg { padding: 72px 20px; }\n  .gdash-sdg__table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }\n  .gdash-sdg__table { min-width: 600px; }\n  .gdash-sdg__cta { flex-direction: column; text-align: center; padding: 28px 24px; gap: 20px; }\n  .gdash-sdg__cta-btn { width: 100%; justify-content: center; }\n  .gdash-cta { padding: 80px 24px; }\n  .gdash-cta__tiers { grid-template-columns: 1fr; max-width: 440px; margin-left: auto; margin-right: auto; }\n  .gdash-cta__btns { flex-direction: column; align-items: center; }\n  .cta-btn { width: 100%; max-width: 340px; justify-content: center; }\n  .gdash-footer-nav { padding: 44px 20px 40px; }\n}\n\n@media (max-width: 480px) {\n  .gdash-hero__stats { grid-template-columns: repeat(2, 1fr); gap: 10px; }\n  .gdash-impact__grid { grid-template-columns: 1fr; }\n}\n\n<\/style>\n<\/head>\n<body>\n<section class=\"gdash-hero\" id=\"hero\">\n  <div class=\"gdash-hero__bg\"><\/div>\n  <div class=\"gdash-hero__overlay\"><\/div>\n  <div class=\"gdash-hero__accent\"><\/div>\n  <div class=\"gdash-hero__inner\">\n    <div class=\"gdash-hero__badges\">\n      <span class=\"badge badge--orange\">Programme \u00a0|\u00a0 Pillar 6 of 6 \u00a0|\u00a0 Digital Skills and Empowerment<\/span>\n      <span class=\"badge badge--live\">\n        <span class=\"badge__dot\"><\/span>\n        Hub is Live and Operating \u00a0|\u00a0 Cohort 2 Currently Enrolled \u00a0|\u00a0 200+ Girls on the Waiting List\n      <\/span>\n    <\/div>\n    <h1 class=\"gdash-hero__headline\">\n      She Was Brilliant. The Law Gave Her the Right to Return.\n      <span class=\"gdash-hero__headline-accent\">Her Community Said No.<\/span>\n    <\/h1>\n    <div class=\"gdash-hero__divider\"><\/div>\n    <p class=\"gdash-hero__para\">Tanzania's law gives every girl the right to return to school after childbirth. GDASH exists because a right on paper and a right in practice are two different things. We close the gap between the law and the lived reality, training out-of-school girls and young mothers in AI tools, coding, and digital entrepreneurship so that no girl's future is decided by a community that forgot her.<\/p>\n    <div class=\"gdash-hero__sdg\">\n      <span class=\"sdg-pill\">SDG 4 \u2014 Quality Education<\/span>\n      <span class=\"sdg-pill\">SDG 5 \u2014 Gender Equality<\/span>\n      <span class=\"sdg-pill\">SDG 8 \u2014 Decent Work<\/span>\n    <\/div>\n    <div class=\"gdash-hero__btns\">\n      <a class=\"btn btn--primary\" href=\"https:\/\/codewatz.org\/donations\/girls-digital-hub\/\" target=\"_blank\" rel=\"noopener\">Sponsor a Digital Sister <span class=\"btn__arrow\">\u2192<\/span><\/a>\n      <a class=\"btn btn--outline\" href=\"#gdash-programme\" onclick=\"document.getElementById('gdash-programme').scrollIntoView({behavior:'smooth'}); return false;\">Explore the Programme <span class=\"btn__arrow\">\u2193<\/span><\/a>\n    <\/div>\n    <div class=\"gdash-hero__stats\">\n      <div class=\"hero-stat-card\"><div class=\"hero-stat-card__number\">20<\/div><div class=\"hero-stat-card__label\">Girls Per Cohort<\/div><\/div>\n      <div class=\"hero-stat-card\"><div class=\"hero-stat-card__number\">200+<\/div><div class=\"hero-stat-card__label\">On the Waiting List<\/div><\/div>\n      <div class=\"hero-stat-card\"><div class=\"hero-stat-card__number\">50K\u2013150K<\/div><div class=\"hero-stat-card__label\">TZS Weekly Income Earned<\/div><\/div>\n      <div class=\"hero-stat-card\"><div class=\"hero-stat-card__number\">May 2026<\/div><div class=\"hero-stat-card__label\">Cohort 1 Graduated<\/div><\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ============================================================\n     SECTION 2: THE STORY\n     ============================================================ -->\n<section class=\"gdash-story\" id=\"gdash-story\">\n  <div class=\"gdash-story__container\">\n    <p class=\"gdash-story__label\">The Story Behind the Programme<\/p>\n    <h2 class=\"gdash-story__headline\">She Did Not Drop Out. The System Pushed Her Out.<\/h2>\n    <div class=\"gdash-story__grid\">\n      <div class=\"gdash-story__text\">\n        <p>Salma was seventeen when she gave birth. She had been one of the top students in her school, the kind of girl her teachers quietly hoped would go on to university. Six weeks after her baby was born, Salma tried to go back. The law was on her side. Tanzania's education system explicitly permits girls to return to school after having children. She had every legal right to be in that classroom.<\/p>\n        <p class=\"gdash-story__standalone\">She lasted one week.<\/p>\n        <p>The whispers in the corridors were unbearable. A teacher suggested she sit at the back so as not to distract the other students. Her classmates made sure she knew she no longer belonged. By Friday she had left and she never returned.<\/p>\n        <p>Salma did not leave because the government failed to make space for her. The government had. She left because the community filled that space with something the law could not reach: stigma, silence, and a message that she no longer belonged.<\/p>\n        <p>When CODEWA found Salma, she had been at home for nearly two years, watching younger students walk past her window on their way to school. She had not stopped wanting to learn. She had just stopped believing there was anywhere left for her to go.<\/p>\n        <p>When we told Salma she would learn AI tools used by professionals in New York and London, she laughed. Then she asked when she could start.<\/p>\n        <p>GDASH exists because Salma exists. And because across Tabora there are hundreds of Salmas, brilliant, legally entitled to a future, and failed not by their government but by the gap between what the law says and what their community does.<\/p>\n        <div class=\"gdash-story__pullquote\">\n          <p>The law gave her the right to return. Her community took it away. <span>GDASH gives it back.<\/span><\/p>\n        <\/div>\n      <\/div>\n      <div class=\"gdash-story__image-wrap\">\n        <div class=\"gdash-story__image-card\">\n          <img decoding=\"async\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/2-1.jpg\" alt=\"A young woman participating in GDASH digital skills training in Tabora, Tanzania\"\/>\n          <span class=\"gdash-story__image-badge\">GDASH in Action<\/span>\n          <div class=\"gdash-story__image-caption\"><p><strong>Tabora, Tanzania<\/strong><br\/>Girls' Digital Access and Skills Hub<\/p><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ============================================================\n     SECTION 3: CRISIS DATA\n     ============================================================ -->\n<section class=\"gdash-crisis\" id=\"gdash-crisis\">\n  <div class=\"gdash-crisis__container\">\n    <p class=\"gdash-crisis__label\">The Scale of the Challenge<\/p>\n    <h2 class=\"gdash-crisis__headline\">These Are Not Abstract Numbers. They Are Girls.<\/h2>\n    <p class=\"gdash-crisis__intro\">Tabora Region is not an average part of Tanzania. It is the region where the crisis of girls' exclusion is most acute, documented in CODEWA's own 2018 Hidden Barrier Study and confirmed by national education data. The Tanzanian government has taken meaningful steps to keep girls in school and to support their return. GDASH exists not to replace those efforts but to reach the girls who fall through the gap between policy and practice, the ones the formal system has not yet been able to hold.<\/p>\n    <div class=\"gdash-crisis__cards\">\n      <div class=\"crisis-stat-card\"><div class=\"crisis-stat-card__number\">7.4%<\/div><div class=\"crisis-stat-card__title\">School Dropout Rate<\/div><div class=\"crisis-stat-card__divider\"><\/div><p class=\"crisis-stat-card__desc\">Tanzania's highest regional dropout rate, driven by poverty, early marriage, teen pregnancy, and the gap between legal entitlement and community reality.<\/p><\/div>\n      <div class=\"crisis-stat-card\"><div class=\"crisis-stat-card__number\">58%<\/div><div class=\"crisis-stat-card__title\">Girls Married Before 18<\/div><div class=\"crisis-stat-card__divider\"><\/div><p class=\"crisis-stat-card__desc\">More than half of girls in Tabora are married before adulthood, cutting their education short before it has the chance to change their economic trajectory.<\/p><\/div>\n      <div class=\"crisis-stat-card\"><div class=\"crisis-stat-card__number\">27%<\/div><div class=\"crisis-stat-card__title\">Girls Aged 15 to 19 Already Mothers<\/div><div class=\"crisis-stat-card__divider\"><\/div><p class=\"crisis-stat-card__desc\">Nearly one in four girls in this age group is already a mother. Once she leaves school, the practical barriers to return compound with every passing month.<\/p><\/div>\n    <\/div>\n    <p class=\"gdash-crisis__source\"><strong>Source:<\/strong> Tanzania National Education Data \u00a0|\u00a0 CODEWA 2018 Hidden Barrier Study, Tabora Region<\/p>\n  <\/div>\n  <div class=\"gdash-crisis__quote\">\n    <p>These girls are not incapable. They are not unwilling. They are caught between a law that includes them and a community that has not yet caught up. <em>That is the gap GDASH fills.<\/em><\/p>\n  <\/div>\n<\/section>\n\n<!-- ============================================================\n     SECTION 4: BARRIERS\n     ============================================================ -->\n<section class=\"gdash-barriers\" id=\"gdash-barriers\">\n  <div class=\"gdash-barriers__container\">\n    <p class=\"gdash-barriers__label\">Dismantling Barriers<\/p>\n    <h2 class=\"gdash-barriers__headline\">Four Barriers. Four Designed Responses.<br><span>One Programme.<\/span><\/h2>\n    <div class=\"gdash-barriers__headers\">\n      <div class=\"gdash-barriers__header\"><span class=\"gdash-barriers__header-icon\">\u26a0<\/span><span class=\"gdash-barriers__header-text\">The Digital Exclusion Reality<\/span><\/div>\n      <div class=\"gdash-barriers__header\"><span class=\"gdash-barriers__header-icon\">\u2713<\/span><span class=\"gdash-barriers__header-text\">The GDASH Response<\/span><\/div>\n    <\/div>\n    <div class=\"gdash-barriers__rows\">\n      <div class=\"gdash-barriers__row\">\n        <div class=\"gdash-barriers__cell gdash-barriers__cell--problem\"><div class=\"cell__row-num\">1<\/div><div class=\"cell__title\">Stigma Makes Legal Return Impossible<\/div><p class=\"cell__body\">Tanzania's government enshrined the right of girls to return to school after childbirth. But stigma, exclusion, and bullying from peers and sometimes teachers make re-entry unbearable. Most girls who try leave within weeks and never attempt again. The law opens the door. Stigma stands behind it.<\/p><\/div>\n        <div class=\"gdash-barriers__cell gdash-barriers__cell--solution\"><div class=\"cell__row-num\">1<\/div><div class=\"cell__title\">The Dignity Circle<\/div><p class=\"cell__body\">Every training day begins with a structured psychosocial session co-designed with past programme beneficiaries. It rebuilds identity, processes trauma and stigma, and establishes the psychological foundation that makes technical learning possible. Before we open a laptop, we open a space where a girl is safe to be herself again.<\/p><\/div>\n      <\/div>\n      <div class=\"gdash-barriers__row\">\n        <div class=\"gdash-barriers__cell gdash-barriers__cell--problem\"><div class=\"cell__row-num\">2<\/div><div class=\"cell__title\">No Accessible Vocational Pathway Exists<\/div><p class=\"cell__body\">For an out-of-school girl in Tabora, there is no structured, accessible, affordable pathway into the digital economy. GDASH is the only programme of its kind in the region, offering professional-grade digital training at no cost to participants.<\/p><\/div>\n        <div class=\"gdash-barriers__cell gdash-barriers__cell--solution\"><div class=\"cell__row-num\">2<\/div><div class=\"cell__title\">A Four-Month Professional Curriculum<\/div><p class=\"cell__body\">Girls train in AI tools used by global professionals alongside HTML and CSS coding with AI assistance and complete digital entrepreneurship training.<\/p><div class=\"cell__chips\"><span class=<\/span><\/div><\/div>\n      <\/div>\n      <div class=\"gdash-barriers__row\">\n        <div class=\"gdash-barriers__cell gdash-barriers__cell--problem\"><div class=\"cell__row-num\">3<\/div><div class=\"cell__title\">Young Mothers Are Excluded From Every Existing Programme<\/div><p class=\"cell__body\">Childcare responsibilities make young mothers effectively invisible to standard training. Without someone to care for their child during sessions, participation is impossible regardless of motivation or ability.<\/p><\/div>\n        <div class=\"gdash-barriers__cell gdash-barriers__cell--solution\"><div class=\"cell__row-num\">3<\/div><div class=\"cell__title\">A Dedicated Childcare Corner<\/div><p class=\"cell__body\">A staffed Childcare Corner operates during every training session from 9:00 AM to 12:00 PM. The schedule is designed around young mothers' domestic realities. No participant has ever had to choose between her child and her training at GDASH.<\/p><\/div>\n      <\/div>\n      <div class=\"gdash-barriers__row\">\n        <div class=\"gdash-barriers__cell gdash-barriers__cell--problem\"><div class=\"cell__row-num\">4<\/div><div class=\"cell__title\">Training Without an Income Pathway Changes Nothing<\/div><p class=\"cell__body\">A certificate without economic outcome is not transformation. For a girl who left school with nothing and returned to a community that doubted her, only a real verifiable income changes the narrative permanently.<\/p><\/div>\n        <div class=\"gdash-barriers__cell gdash-barriers__cell--solution\"><div class=\"cell__row-num\">4<\/div><div class=\"cell__title\">Digital Service Kiosk Launch<\/div><p class=\"cell__body\">Top graduates receive a micro-grant and structured business support to launch BRELA-registered Digital Service Kiosk micro-enterprises. Kiosk operators earn between 50,000 and 150,000 TZS per week. We are not training employees. We are launching founders.<\/p><\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ============================================================\n     SECTION 5: THEORY OF CHANGE\n     ============================================================ -->\n<section class=\"gdash-toc\" id=\"gdash-toc\">\n  <div class=\"gdash-toc__container\">\n    <p class=\"gdash-toc__label\">Strategic Roadmap<\/p>\n    <h2 class=\"gdash-toc__headline\">Our Theory of Change.<\/h2>\n    <div class=\"gdash-toc__pipeline\">\n      <div class=\"gdash-toc__block\">\n        <div class=\"block__badge\">1<\/div>\n        <span class=\"block__logic\">IF<\/span>\n        <p class=\"block__body\">Out-of-school girls and young mothers in Tabora Region receive daily <em>Dignity Circle<\/em> psychosocial support alongside four months of professional <em>Office Apps, Email, AI, coding, and digital entrepreneurship training<\/em> in a safe, inclusive, childcare-equipped, and solar-powered Hub, at no cost to participants...<\/p>\n        <div class=\"block__chips\">\n\n        <\/div>\n        <span class=\"block__ellipsis\">. . .<\/span>\n      <\/div>\n      <div class=\"gdash-toc__arrow gdash-toc__arrow--1\"><div class=\"gdash-toc__arrow-line\"><\/div><\/div>\n      <div class=\"gdash-toc__block\">\n        <div class=\"block__badge\">2<\/div>\n        <span class=\"block__logic\">THEN<\/span>\n        <p class=\"block__body\">They rebuild <em>confidence and self-worth<\/em>, develop <em>globally competitive technical skills<\/em>, complete verified professional portfolios, and launch <em>BRELA-registered micro-enterprises<\/em> with real clients and real income...<\/p>\n        <span class=\"block__ellipsis\">. . .<\/span>\n      <\/div>\n      <div class=\"gdash-toc__arrow gdash-toc__arrow--2\"><div class=\"gdash-toc__arrow-line\"><\/div><\/div>\n      <div class=\"gdash-toc__block\">\n        <div class=\"block__badge\">3<\/div>\n        <span class=\"block__logic\">LEADING TO<\/span>\n        <p class=\"block__body\">A generation of <em>Digital Sisters in Tabora<\/em> who earn independent incomes, mentor the next cohort of learners, and demonstrate publicly and permanently that a girl's future is not determined by the moment the community pushed her out.<\/p>\n      <\/div>\n    <\/div>\n    <div class=\"gdash-toc__outcomes\">\n      <div class=\"outcome-card\"><span class=\"outcome-card__icon\">\ud83c\udf93<\/span><div class=\"outcome-card__title\">From Dropout to Digital Sister<\/div><p class=\"outcome-card__body\">Every participant enters GDASH carrying a label she did not choose. She leaves carrying one she earned: Digital Sister, entrepreneur, graduate.<\/p><\/div>\n      <div class=\"outcome-card\"><span class=\"outcome-card__icon\">\ud83d\udcb0<\/span><div class=\"outcome-card__title\">From Dependency to Economic Agency<\/div><p class=\"outcome-card__body\">Graduates earn between 50,000 and 150,000 TZS per week through Digital Service Kiosks, an income that did not exist in their household before GDASH.<\/p><\/div>\n      <div class=\"outcome-card\"><span class=\"outcome-card__icon\">\ud83c\udf0e<\/span><div class=\"outcome-card__title\">From Exception to New Normal<\/div><p class=\"outcome-card__body\">Every GDASH graduate who succeeds publicly rewrites what is considered possible for girls in Tabora. Every cohort makes it harder for the community to maintain the story that these girls had no future.<\/p><\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ============================================================\n     SECTION 6: PROGRAMME PILLARS\n     ============================================================ -->\n<section class=\"gdash-pillars\" id=\"gdash-programme\">\n  <div class=\"gdash-pillars__container\">\n    <p class=\"gdash-pillars__label\">Our Strategic Pillars<\/p>\n    <h2 class=\"gdash-pillars__headline\">What Makes GDASH Different From Any Other Programme.<\/h2>\n    <p class=\"gdash-pillars__intro\">GDASH was not designed in an office. It was designed from evidence, CODEWA's own 2018 Hidden Barrier Study conducted in Tabora, and from years of direct community knowledge. Every element exists because the evidence demanded it, and because the community it serves helped shape it.<\/p>\n    <div class=\"gdash-pillars__grid\">\n      <div class=\"pillar-card\"><span class=\"pillar-card__num\">01<\/span><div class=\"pillar-card__header\"><div class=\"pillar-card__icon\">\ud83e\ude7d<\/div><div class=\"pillar-card__titles\"><div class=\"pillar-card__title\">The Dignity Circle<\/div><div class=\"pillar-card__subtitle\">Heal First. Learn Second.<\/div><\/div><\/div><div class=\"pillar-card__divider\"><\/div><p class=\"pillar-card__desc\">Every training day begins with a Dignity Circle, a structured psychosocial session co-designed with past programme beneficiaries. The Circle addresses trauma, processes stigma and social exclusion, rebuilds identity from dropout to <strong>Digital Sister<\/strong>, and establishes the emotional safety that makes technical learning possible. It runs every day for the full four months because <strong>healing is not a one-off event.<\/strong><\/p><\/div>\n      <div class=\"pillar-card\"><span class=\"pillar-card__num\">02<\/span><div class=\"pillar-card__header\"><div class=\"pillar-card__icon\">\ud83d\udcbb<\/div><div class=\"pillar-card__titles\"><div class=\"pillar-card__title\">Four-Month Professional Curriculum<\/div><div class=\"pillar-card__subtitle\">Global Tools. Local Relevance. Real Income.<\/div><\/div><\/div><div class=\"pillar-card__divider\"><\/div><p class=\"pillar-card__desc\"><strong>Month 1<\/strong> builds digital literacy foundations. <strong>Months 2 and 3<\/strong> introduce AI tools and coding. <strong>Month 4<\/strong> delivers portfolio development, client communication, pricing, business planning, and Digital Service Kiosk launch.<\/p><div class=\"pillar-card__chips\"><span class=\"pillar-card__chip chip--ai\"<\/span><\/div><\/div>\n      <div class=\"pillar-card\"><span class=\"pillar-card__num\">03<\/span><div class=\"pillar-card__header\"><div class=\"pillar-card__icon\">\ud83d\udc95<\/div><div class=\"pillar-card__titles\"><div class=\"pillar-card__title\">Childcare Corner<\/div><div class=\"pillar-card__subtitle\">No Mother Should Have to Choose.<\/div><\/div><\/div><div class=\"pillar-card__divider\"><\/div><p class=\"pillar-card__desc\">The programme runs from <strong>9:00 AM to 12:00 PM<\/strong>, designed around young mothers' domestic realities. A dedicated Childcare Corner operates during every session. Young mothers consistently achieve among the highest completion rates in the programme. <strong>Motivation was never the issue. Access was.<\/strong><\/p><\/div>\n      <div class=\"pillar-card\"><span class=\"pillar-card__num\">04<\/span><div class=\"pillar-card__header\"><div class=\"pillar-card__icon\">\ud83c\udf1f<\/div><div class=\"pillar-card__titles\"><div class=\"pillar-card__title\">Lab Residency, Alumni Fund, and the Mentor Cycle<\/div><div class=\"pillar-card__subtitle\">Graduation Is Not the End. It Is the Beginning.<\/div><\/div><\/div><div class=\"pillar-card__divider\"><\/div><p class=\"pillar-card__desc\">All graduates retain access to the Hub through the <strong>Lab Residency<\/strong> programme. A revolving <strong>Alumni Fund<\/strong> provides micro-grants to top graduates launching Digital Service Kiosks. Graduates who excel return as junior mentors for the next cohort, creating a cycle where every Salma who succeeds opens the door for the next one.<\/p><\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ============================================================\n     SECTION 7: EVIDENCE\n     ============================================================ -->\n<section class=\"gdash-evidence\" id=\"gdash-evidence\">\n  <div class=\"gdash-evidence__container\">\n    <p class=\"gdash-evidence__label\">The Research Behind the Design<\/p>\n    <h2 class=\"gdash-evidence__headline\">Built on Evidence. Tested in Tabora. Proven in Practice.<\/h2>\n    <div class=\"gdash-evidence__grid\">\n      <div class=\"gdash-evidence__narrative\">\n        <p>In 2018, CODEWA conducted a formal Hidden Barrier Study in partnership with Dr. Pierre Rialland, PhD in Economics from the University of Essex and Economist and Policy Analyst at the European Commission. The study was conducted in Tabora Region to understand why existing programmes were failing to retain out-of-school girls even when material barriers had been removed.<\/p>\n        <p class=\"gdash-evidence__standalone\">The findings were clear and consequential.<\/p>\n        <p>Trauma, low self-esteem, and social isolation were the primary barriers blocking girls' participation in education and training. The Tanzanian government's policy had opened the door. But the psychological and social damage done by exclusion and stigma was keeping girls from walking through it.<\/p>\n        <p>GDASH is not built on assumption. It is built on evidence CODEWA gathered itself, from the community it serves, in the region it works in, and it is built in full respect for Tanzania's national education commitments, as a programme that extends and complements government policy into the spaces policy alone cannot reach.<\/p>\n        <div class=\"gdash-evidence__credit\">\n          <div class=\"gdash-evidence__credit-icon\">\ud83d\udccb<\/div>\n          <div class=\"gdash-evidence__credit-text\"><p><strong>Lead Researcher: Dr. Pierre Rialland<\/strong><br\/>PhD in Economics, University of Essex \u00a0|\u00a0 Economist and Policy Analyst, European Commission \u00a0|\u00a0 CODEWA Board Chair<\/p><\/div>\n        <\/div>\n      <\/div>\n      <div class=\"gdash-evidence__cards\">\n        <div class=\"evidence-card\"><div class=\"evidence-card__header\"><div class=\"evidence-card__num\">01<\/div><div class=\"evidence-card__title\">2018 Hidden Barrier Study<\/div><\/div><div class=\"evidence-card__divider\"><\/div><p class=\"evidence-card__desc\">CODEWA's own primary research in Tabora documented the psychological and social barriers preventing out-of-school girls from engaging with existing programmes, even when material barriers had been removed.<\/p><\/div>\n        <div class=\"evidence-card\"><div class=\"evidence-card__header\"><div class=\"evidence-card__num\">02<\/div><div class=\"evidence-card__title\">Verified National and Regional Data<\/div><\/div><div class=\"evidence-card__divider\"><\/div><p class=\"evidence-card__desc\">Tanzania National Education Statistics confirm Tabora as the highest-dropout region in the country. GDASH is targeted precisely where the need is greatest and the gap between policy and practice is widest.<\/p><\/div>\n        <div class=\"evidence-card\"><div class=\"evidence-card__header\"><div class=\"evidence-card__num\">03<\/div><div class=\"evidence-card__title\">Co-Designed With Beneficiaries<\/div><\/div><div class=\"evidence-card__divider\"><\/div><p class=\"evidence-card__desc\">The Dignity Circle and programme structure were co-designed with past CODEWA beneficiaries. The girls who experienced the barriers helped design the response to them. At GDASH this is non-negotiable.<\/p><\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ============================================================\n     SECTION 8: IMPACT STATISTICS\n     ============================================================ -->\n<section class=\"gdash-impact\" id=\"gdash-impact\">\n  <div class=\"gdash-impact__container\">\n    <p class=\"gdash-impact__label\">The Power of Action<\/p>\n    <h2 class=\"gdash-impact__headline\">Measurable Change in Our Communities.<\/h2>\n    <div class=\"gdash-impact__grid\">\n      <div class=\"stat-item\"><span class=\"stat-item__icon\">\ud83c\udf93<\/span><span class=\"stat-item__number\" data-target=\"1\" data-suffix=\"\">1<\/span><span class=\"stat-item__label\">Cohort Graduated<\/span><span class=\"stat-item__sub\">May 2026<\/span><\/div>\n      <div class=\"stat-item\"><span class=\"stat-item__icon\">\ud83d\udc65<\/span><span class=\"stat-item__number\" data-target=\"20\" data-suffix=\"\">20<\/span><span class=\"stat-item__label\">Girls Per Cohort<\/span><span class=\"stat-item__sub\">Scaling Now<\/span><\/div>\n      <div class=\"stat-item\"><span class=\"stat-item__icon\">\u23f3<\/span><span class=\"stat-item__number\" data-target=\"200\" data-suffix=\"+\">200+<\/span><span class=\"stat-item__label\">Young Women<\/span><span class=\"stat-item__sub\">On the Waiting List<\/span><\/div>\n      <div class=\"stat-item\"><span class=\"stat-item__icon\">\ud83d\udcb0<\/span><span class=\"stat-item__number\">50K\u2013150K TZS<\/span><span class=\"stat-item__label\">Weekly Income<\/span><span class=\"stat-item__sub\">Per Graduate Kiosk<\/span><\/div>\n      <div class=\"stat-item\"><span class=\"stat-item__icon\">\ud83d\udcc5<\/span><span class=\"stat-item__number\">4 Months<\/span><span class=\"stat-item__label\">From Excluded<\/span><span class=\"stat-item__sub\">to Entrepreneur<\/span><\/div>\n      <div class=\"stat-item\"><span class=\"stat-item__icon\">\ud83c\udfed<\/span><span class=\"stat-item__number\">TZS 17.16M<\/span><span class=\"stat-item__label\">Community Capital<\/span><span class=\"stat-item__sub\">Raised and Invested in the Hub<\/span><\/div>\n    <\/div>\n    <p class=\"gdash-impact__source\">All figures verified through programme records and independent monitoring. Financial statements available at <a href=\"https:\/\/codewatz.org\/reports\/\" target=\"_blank\" rel=\"noopener\">codewatz.org\/reports\/<\/a><\/p>\n  <\/div>\n<\/section>\n\n<!-- ============================================================\n     SECTION 9: TESTIMONIALS\n     ============================================================ -->\n<section class=\"gdash-testimonials\" id=\"gdash-testimonials\">\n  <div class=\"gdash-testimonials__container\">\n    <p class=\"gdash-testimonials__label\">Voices of the Future<\/p>\n    <h2 class=\"gdash-testimonials__headline\">Stories of Transformation.<\/h2>\n    <div class=\"gdash-testimonials__grid\">\n      <div class=\"tcard\"><span class=\"tcard__quote-mark\">\u201c<\/span><p class=\"tcard__quote\">When we told Salma she would learn AI tools used by professionals in New York and London, she laughed. Then she asked when she could start. In her second week she built her first webpage.<\/p><div class=\"tcard__divider\"><\/div><div class=\"tcard__attribution\"><div class=\"tcard__avatar\"><img decoding=\"async\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/2-1.jpg\" alt=\"CODEWA Field Team\"\/><\/div><div class=\"tcard__attribution-text\"><span class=\"tcard__name\">CODEWA Field Team<\/span><span class=\"tcard__role\">Tabora, Tanzania<\/span><\/div><\/div><\/div>\n      <div class=\"tcard\"><span class=\"tcard__quote-mark\">\u201c<\/span><p class=\"tcard__quote\">The certificate proves you can learn. The Hub teaches you what to do with what you know.<\/p><div class=\"tcard__divider\"><\/div><div class=\"tcard__attribution\"><div class=\"tcard__avatar--initials\">FN<\/div><div class=\"tcard__attribution-text\"><span class=\"tcard__name\">Fatuma<\/span><span class=\"tcard__role\">GDASH Graduate, Now Junior Trainer, Tabora, Tanzania<\/span><\/div><\/div><\/div>\n      <div class=\"tcard\"><span class=\"tcard__quote-mark\">\u201c<\/span><p class=\"tcard__quote\">Before GDASH, I thought my story was finished. They gave me a new chapter. They gave me a title for it too: Digital Sister.<\/p><div class=\"tcard__divider\"><\/div><div class=\"tcard__attribution\"><div class=\"tcard__avatar--initials\">DS<\/div><div class=\"tcard__attribution-text\"><span class=\"tcard__name\">GDASH Cohort 1 Participant<\/span><span class=\"tcard__role\">Tabora, Tanzania<\/span><\/div><\/div><\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ============================================================\n     SECTION 10: SDG ALIGNMENT\n     ============================================================ -->\n<section class=\"gdash-sdg\" id=\"gdash-sdg\">\n  <div class=\"gdash-sdg__container\">\n    <p class=\"gdash-sdg__label\">For Partners and Funders<\/p>\n    <h2 class=\"gdash-sdg__headline\">One Partnership. Seven SDGs. Verified Impact in East Africa.<\/h2>\n    <p class=\"gdash-sdg__intro\">GDASH offers corporate partners, institutional funders, and individual donors one of the most SDG-efficient partnerships available in East Africa. A single engagement simultaneously advances seven United Nations Sustainable Development Goals with verified, independently reported outcomes.<\/p>\n    <div class=\"gdash-sdg__table-wrap\">\n      <table class=\"gdash-sdg__table\">\n        <thead><tr><th>SDG<\/th><th>How GDASH Advances It<\/th><th>Verified Indicator<\/th><\/tr><\/thead>\n        <tbody>\n          <tr><td><span class=\"sdg-pill-table\"><span class=\"sdg-pill-table__dot\"><\/span>SDG 4 \u2014 Quality Education<\/span><\/td><td class=\"col-how\">Second-chance education for girls excluded from the formal system with verified competency outcomes.<\/td><td class=\"col-verified\"><span class=\"verified-tag\">Cohort 1 graduated May 2026<\/span><\/td><\/tr>\n          <tr><td><span class=\"sdg-pill-table\"><span class=\"sdg-pill-table__dot\"><\/span>SDG 5 \u2014 Gender Equality<\/span><\/td><td class=\"col-how\">Targeted elimination of structural and social barriers preventing girls' access to digital economy opportunity.<\/td><td class=\"col-verified\"><span class=\"verified-tag\">200+ girls on waiting list<\/span><\/td><\/tr>\n          <tr><td><span class=\"sdg-pill-table\"><span class=\"sdg-pill-table__dot\"><\/span>SDG 8 \u2014 Decent Work<\/span><\/td><td class=\"col-how\">Graduates launch BRELA-registered micro-enterprises earning 50,000 to 150,000 TZS per week.<\/td><td class=\"col-verified\"><span class=\"verified-tag\">Verified kiosk income across Cohort 1<\/span><\/td><\/tr>\n          <tr><td><span class=\"sdg-pill-table\"><span class=\"sdg-pill-table__dot\"><\/span>SDG 10 \u2014 Reduced Inequalities<\/span><\/td><td class=\"col-how\">Programme targets Tabora Region, Tanzania's highest-dropout area.<\/td><td class=\"col-verified\"><span class=\"verified-tag\">7.4% dropout rate<\/span><\/td><\/tr>\n          <tr><td><span class=\"sdg-pill-table\"><span class=\"sdg-pill-table__dot\"><\/span>SDG 1 \u2014 No Poverty<\/span><\/td><td class=\"col-how\">Graduate income introduces new household income where none previously existed.<\/td><td class=\"col-verified\"><span class=\"verified-tag\">50,000 to 150,000 TZS weekly<\/span><\/td><\/tr>\n          <tr><td><span class=\"sdg-pill-table\"><span class=\"sdg-pill-table__dot\"><\/span>SDG 3 \u2014 Good Health<\/span><\/td><td class=\"col-how\">Daily Dignity Circle sessions address trauma, stigma, and social isolation.<\/td><td class=\"col-verified\"><span class=\"verified-tag\">Evidence from 2018 Hidden Barrier Study<\/span><\/td><\/tr>\n          <tr><td><span class=\"sdg-pill-table\"><span class=\"sdg-pill-table__dot\"><\/span>SDG 17 \u2014 Partnerships<\/span><\/td><td class=\"col-how\">Active partnerships with CAMFED Tanzania, Tabora Municipal Council, and Association CODEWA France.<\/td><td class=\"col-verified\"><span class=\"verified-tag\">Three active institutional partners<\/span><\/td><\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n    <div class=\"gdash-sdg__cta\">\n      <div class=\"gdash-sdg__cta-icon\">\ud83e\udd1d<\/div>\n      <div class=\"gdash-sdg__cta-body\">\n        <div class=\"gdash-sdg__cta-title\">Partner With GDASH<\/div>\n        <p class=\"gdash-sdg__cta-text\">For corporate CSR partnerships, institutional funding, SDG impact mapping documents, or ESG reporting support contact <a href=\"mailto:info@codewatz.org\">info@codewatz.org<\/a> or visit <a href=\"https:\/\/codewatz.org\/partner\/\" target=\"_blank\" rel=\"noopener\">codewatz.org\/partner\/<\/a><\/p>\n      <\/div>\n      <a class=\"gdash-sdg__cta-btn\" href=\"https:\/\/codewatz.org\/partner\/\" target=\"_blank\" rel=\"noopener\">Become a Partner \u2192<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ============================================================\n     SECTION 11: CALL TO ACTION\n     ============================================================ -->\n<section class=\"gdash-cta\" id=\"gdash-cta\">\n  <div class=\"gdash-cta__bg\"><\/div>\n  <div class=\"gdash-cta__overlay\"><\/div>\n  <div class=\"gdash-cta__inner\">\n    <span class=\"gdash-cta__label\">Join the Mission<\/span>\n    <h2 class=\"gdash-cta__headline\">The Waiting List Has Over 200 Names.<br>Every One of Them Is <em>Salma.<\/em><\/h2>\n    <p class=\"gdash-cta__body\">Cohort 1 graduated in May 2026. Cohort 2 is enrolled and training right now. But over 200 young women are on the waiting list, legally entitled to a future, capable of building one, and waiting for a space to open. Your support directly determines how many names move from that list into the Hub.<\/p>\n    <div class=\"gdash-cta__tiers\">\n      <div class=\"tier-card\"><span class=\"tier-badge tier-badge--hidden\">x<\/span><div class=\"tier-amount\">EUR 150<\/div><div class=\"tier-title\">Dignity Scholarship<\/div><div class=\"tier-divider\"><\/div><div class=\"tier-desc\">Sponsors one girl's complete four-month journey including daily Dignity Circle support, professional training, AI tools access, and childcare.<\/div><a class=\"tier-link\" href=\"https:\/\/codewatz.org\/donations\/girls-digital-hub\/\" target=\"_blank\" rel=\"noopener\">Give this gift \u2192<\/a><\/div>\n      <div class=\"tier-card\"><span class=\"tier-badge\">Most Popular<\/span><div class=\"tier-amount\">EUR 250<\/div><div class=\"tier-title\">Full Programme Scholarship<\/div><div class=\"tier-divider\"><\/div><div class=\"tier-desc\">Funds one girl's complete programme including meals, childcare, AI tools subscription, portfolio materials, and graduation ceremony.<\/div><a class=\"tier-link\" href=\"https:\/\/codewatz.org\/donations\/girls-digital-hub\/\" target=\"_blank\" rel=\"noopener\">Give this gift \u2192<\/a><\/div>\n      <div class=\"tier-card\"><span class=\"tier-badge tier-badge--hidden\">x<\/span><div class=\"tier-amount\">EUR 500<\/div><div class=\"tier-title\">Kiosk Launch Grant<\/div><div class=\"tier-divider\"><\/div><div class=\"tier-desc\">Provides a complete Business-in-a-Box startup kit for one graduating entrepreneur to launch her BRELA-registered Digital Service Kiosk.<\/div><a class=\"tier-link\" href=\"https:\/\/codewatz.org\/donations\/girls-digital-hub\/\" target=\"_blank\" rel=\"noopener\">Give this gift \u2192<\/a><\/div>\n    <\/div>\n    <div class=\"gdash-cta__btns\">\n      <a class=\"cta-btn cta-btn--primary\" href=\"https:\/\/codewatz.org\/donations\/girls-digital-hub\/\" target=\"_blank\" rel=\"noopener\">Sponsor a Digital Sister \u2192<\/a>\n      <a class=\"cta-btn cta-btn--outline\" href=\"https:\/\/codewatz.org\/partner\/\" target=\"_blank\" rel=\"noopener\">Partner With Us \u2192<\/a>\n    <\/div>\n    <div class=\"gdash-cta__trust\">\n      <span class=\"trust-pill\">\u2713 Independently Audited<\/span>\n      <span class=\"trust-pill\">\ud83d\udcc4 Reg. No. 00NGO\/R1\/00579<\/span>\n      <a class=\"trust-pill\" href=\"https:\/\/codewatz.org\/reports\/\" target=\"_blank\" rel=\"noopener\">\ud83d\udcca Financial Statements at codewatz.org\/reports\/<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ============================================================\n     SECTION 12: FOOTER NAV\n     ============================================================ -->\n<div class=\"gdash-footer-nav\" id=\"gdash-footer-nav\">\n  <div class=\"gdash-footer-nav__container\">\n    <span class=\"gdash-footer-nav__label\">Explore All Six Pillars of CODEWA's Work<\/span>\n    <div class=\"gdash-footer-nav__pills\">\n      <a class=\"nav-pill nav-pill--default\" href=\"https:\/\/codewatz.org\/education\/\"><span class=\"nav-pill__dot\"><\/span>Holistic Education and Access<\/a>\n      <a class=\"nav-pill nav-pill--default\" href=\"https:\/\/codewatz.org\/health\/\"><span class=\"nav-pill__dot\"><\/span>Health, Dignity and Wellbeing<\/a>\n      <a class=\"nav-pill nav-pill--default\" href=\"https:\/\/codewatz.org\/mentorship\/\"><span class=\"nav-pill__dot\"><\/span>Mentorship and Inspiration<\/a>\n      <a class=\"nav-pill nav-pill--default\" href=\"https:\/\/codewatz.org\/youth-empowerment\/\"><span class=\"nav-pill__dot\"><\/span>Adolescent and Youth Empowerment<\/a>\n      <a class=\"nav-pill nav-pill--default\" href=\"https:\/\/codewatz.org\/climate\/\"><span class=\"nav-pill__dot\"><\/span>Climate Action and Stewardship<\/a>\n      <span class=\"nav-pill nav-pill--active\"><span class=\"nav-pill__dot\"><\/span>Digital Skills and Empowerment<\/span>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- ============================================================\n     COUNTER ANIMATION SCRIPT\n     ============================================================ -->\n<script>\n  (function () {\n    const animateCounter = (el, target, suffix, duration) => {\n      let start = 0;\n      const step = Math.ceil(target \/ (duration \/ 16));\n      const tick = () => {\n        start = Math.min(start + step, target);\n        el.textContent = start.toLocaleString() + suffix;\n        if (start < target) requestAnimationFrame(tick);\n      };\n      requestAnimationFrame(tick);\n    };\n    const observer = new IntersectionObserver((entries) => {\n      entries.forEach(entry => {\n        if (!entry.isIntersecting) return;\n        observer.unobserve(entry.target);\n        entry.target.querySelectorAll('.stat-item__number[data-target]').forEach(el => {\n          const target = parseInt(el.dataset.target, 10);\n          const suffix = el.dataset.suffix || '';\n          if (!isNaN(target)) { el.textContent = '0' + suffix; animateCounter(el, target, suffix, 1400); }\n        });\n      });\n    }, { threshold: 0.3 });\n    const section = document.getElementById('gdash-impact');\n    if (section) observer.observe(section);\n  })();\n<\/script>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>GDASH | Girls\u2019 Digital Access and Skills Hub | CODEWA Tanzania Programme \u00a0|\u00a0 Pillar 6 of 6 \u00a0|\u00a0 Digital Skills and Empowerment Hub is Live and Operating \u00a0|\u00a0 Cohort 2 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"give_campaign_id":0,"footnotes":""},"class_list":["post-30742","page","type-page","status-publish","hentry","entry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Digital Skills and Empowerment<\/title>\n<meta name=\"description\" content=\"A fever should never end a child&#039;s education. CODEWA provides Toto Afya health cards and menstrual support to keep students in school.\" \/>\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\/digital-skills\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Digital Skills and Empowerment\" \/>\n<meta property=\"og:description\" content=\"A fever should never end a child&#039;s education. CODEWA provides Toto Afya health cards and menstrual support to keep students in school.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/codewatz.org\/fr\/digital-skills\/\" \/>\n<meta property=\"og:site_name\" content=\"CODEWA\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-19T01:02:33+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/2-1.jpg\" \/>\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=\"15 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/codewatz.org\\\/digital-skills\\\/\",\"url\":\"https:\\\/\\\/codewatz.org\\\/digital-skills\\\/\",\"name\":\"Digital Skills and Empowerment\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/digital-skills\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/digital-skills\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/codewatz.org\\\/wp-content\\\/uploads\\\/2021\\\/02\\\/2-1.jpg\",\"datePublished\":\"2026-06-18T09:28:16+00:00\",\"dateModified\":\"2026-06-19T01:02:33+00:00\",\"description\":\"A fever should never end a child's education. CODEWA provides Toto Afya health cards and menstrual support to keep students in school.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/digital-skills\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/codewatz.org\\\/digital-skills\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/codewatz.org\\\/digital-skills\\\/#primaryimage\",\"url\":\"https:\\\/\\\/codewatz.org\\\/wp-content\\\/uploads\\\/2021\\\/02\\\/2-1.jpg\",\"contentUrl\":\"https:\\\/\\\/codewatz.org\\\/wp-content\\\/uploads\\\/2021\\\/02\\\/2-1.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/codewatz.org\\\/digital-skills\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/codewatz.org\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Digital Skills and Empowerment\"}]},{\"@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":"Digital Skills and Empowerment","description":"A fever should never end a child's education. CODEWA provides Toto Afya health cards and menstrual support to keep students in school.","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\/digital-skills\/","og_locale":"fr_FR","og_type":"article","og_title":"Digital Skills and Empowerment","og_description":"A fever should never end a child's education. CODEWA provides Toto Afya health cards and menstrual support to keep students in school.","og_url":"https:\/\/codewatz.org\/fr\/digital-skills\/","og_site_name":"CODEWA","article_modified_time":"2026-06-19T01:02:33+00:00","og_image":[{"url":"https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/2-1.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"15 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/codewatz.org\/digital-skills\/","url":"https:\/\/codewatz.org\/digital-skills\/","name":"Digital Skills and Empowerment","isPartOf":{"@id":"https:\/\/codewatz.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/codewatz.org\/digital-skills\/#primaryimage"},"image":{"@id":"https:\/\/codewatz.org\/digital-skills\/#primaryimage"},"thumbnailUrl":"https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/2-1.jpg","datePublished":"2026-06-18T09:28:16+00:00","dateModified":"2026-06-19T01:02:33+00:00","description":"A fever should never end a child's education. CODEWA provides Toto Afya health cards and menstrual support to keep students in school.","breadcrumb":{"@id":"https:\/\/codewatz.org\/digital-skills\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/codewatz.org\/digital-skills\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/codewatz.org\/digital-skills\/#primaryimage","url":"https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/2-1.jpg","contentUrl":"https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/2-1.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/codewatz.org\/digital-skills\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/codewatz.org\/"},{"@type":"ListItem","position":2,"name":"Digital Skills and Empowerment"}]},{"@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\/"}}]}},"campaignId":"","_links":{"self":[{"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/pages\/30742","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/comments?post=30742"}],"version-history":[{"count":25,"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/pages\/30742\/revisions"}],"predecessor-version":[{"id":30782,"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/pages\/30742\/revisions\/30782"}],"wp:attachment":[{"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/media?parent=30742"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}