{"id":1793,"date":"2026-03-18T18:56:48","date_gmt":"2026-03-18T15:56:48","guid":{"rendered":"https:\/\/claritycounseling.co.ke\/?page_id=1793"},"modified":"2026-03-18T18:56:48","modified_gmt":"2026-03-18T15:56:48","slug":"therapy-in-kenya-resources","status":"publish","type":"page","link":"https:\/\/www.pcbuilds.site\/sp\/therapy-in-kenya-resources\/","title":{"rendered":"Therapy in Kenya Resources"},"content":{"rendered":"<p><!-- ============================================================ CLARITY COUNSELING \u2014 FREE RESOURCES PAGE ============================================================ HOW TO USE IN WORDPRESS: 1. Create a new page at \/resources (set to Full Width \/ no sidebar) 2. Switch to Code\/HTML editor 3. Paste this entire code 4. Upload your 4 PDFs to WordPress Media Library 5. Replace the 4 PDF_URL placeholders with your actual PDF URLs: - PDF_URL_MENTAL_LOAD - PDF_URL_CONVERSATION_STARTERS - PDF_URL_PRACTICE_SETUP - PDF_URL_EI_ASSESSMENT 6. (Optional) Paste your Google Apps Script URL into SUBMIT_URL 7. Publish & clear Hostinger cache ============================================================ --><\/p>\n<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=DM+Serif+Display&family=Outfit:wght@300;400;500;600;700&display=swap');<br \/>\n  .clarity-resources * { box-sizing: border-box; margin: 0; padding: 0; }<br \/>\n  .clarity-resources img { max-width: 100%; }<br \/>\n  :root {<br \/>\n    --cr-blue: #0E83C8;<br \/>\n    --cr-blue-mid: #1B9AD4;<br \/>\n    --cr-blue-light: #73C7E1;<br \/>\n    --cr-blue-pale: #D6EEF7;<br \/>\n    --cr-blue-wash: #EBF5FA;<br \/>\n    --cr-green: #647E1D;<br \/>\n    --cr-green-light: #8BA63A;<br \/>\n    --cr-green-pale: #E8EFD4;<br \/>\n    --cr-gold: #E4A021;<br \/>\n    --cr-gold-light: #F5DFA0;<br \/>\n    --cr-gold-pale: #FDF3DC;<br \/>\n    --cr-dark: #1A3236;<br \/>\n    --cr-body: #2E4A50;<br \/>\n    --cr-muted: #6B8085;<br \/>\n    --cr-border: #D4DFE2;<br \/>\n    --cr-white: #FFFFFF;<br \/>\n    --cr-cream: #F4F9FA;<br \/>\n  }<br \/>\n  .clarity-resources {<br \/>\n    font-family: 'Outfit', system-ui, -apple-system, sans-serif;<br \/>\n    color: var(--cr-body);<br \/>\n    background: var(--cr-cream);<br \/>\n    -webkit-font-smoothing: antialiased;<br \/>\n  }<br \/>\n  \/* ---- HERO ---- *\/<br \/>\n  .cr-hero {<br \/>\n    background: linear-gradient(160deg, var(--cr-dark) 0%, #1E4A54 40%, var(--cr-blue) 100%);<br \/>\n    padding: 80px 24px 72px;<br \/>\n    text-align: center;<br \/>\n    position: relative;<br \/>\n    overflow: hidden;<br \/>\n  }<br \/>\n  .cr-hero::before {<br \/>\n    content: '';<br \/>\n    position: absolute;<br \/>\n    inset: 0;<br \/>\n    opacity: 0.035;<br \/>\n    background-image:<br \/>\n      radial-gradient(ellipse 600px 400px at 20% 80%, var(--cr-blue-light), transparent),<br \/>\n      radial-gradient(ellipse 500px 300px at 80% 20%, var(--cr-gold), transparent);<br \/>\n  }<br \/>\n  .cr-hero::after {<br \/>\n    content: '';<br \/>\n    position: absolute;<br \/>\n    inset: 0;<br \/>\n    opacity: 0.04;<br \/>\n    background-image: radial-gradient(circle, #fff 1px, transparent 1px);<br \/>\n    background-size: 36px 36px;<br \/>\n  }<br \/>\n  .cr-hero-logo {<br \/>\n    width: 72px;<br \/>\n    height: auto;<br \/>\n    margin-bottom: 20px;<br \/>\n    border-radius: 12px;<br \/>\n    position: relative;<br \/>\n    z-index: 1;<br \/>\n  }<br \/>\n  .cr-hero-badge {<br \/>\n    display: inline-block;<br \/>\n    background: rgba(115,199,225,0.15);<br \/>\n    border: 1px solid rgba(115,199,225,0.25);<br \/>\n    border-radius: 24px;<br \/>\n    padding: 6px 18px;<br \/>\n    font-size: 11px;<br \/>\n    font-weight: 600;<br \/>\n    color: var(--cr-blue-light);<br \/>\n    letter-spacing: 2px;<br \/>\n    text-transform: uppercase;<br \/>\n    margin-bottom: 24px;<br \/>\n    position: relative;<br \/>\n    z-index: 1;<br \/>\n  }<br \/>\n  .cr-hero h1 {<br \/>\n    font-family: 'DM Serif Display', Georgia, serif;<br \/>\n    font-size: clamp(30px, 5vw, 46px);<br \/>\n    color: var(--cr-white);<br \/>\n    line-height: 1.15;<br \/>\n    margin-bottom: 16px;<br \/>\n    font-weight: 400;<br \/>\n    position: relative;<br \/>\n    z-index: 1;<br \/>\n  }<br \/>\n  .cr-hero p {<br \/>\n    font-size: 16px;<br \/>\n    color: var(--cr-blue-pale);<br \/>\n    max-width: 580px;<br \/>\n    margin: 0 auto;<br \/>\n    line-height: 1.7;<br \/>\n    position: relative;<br \/>\n    z-index: 1;<br \/>\n  }<br \/>\n  .cr-hero-divider {<br \/>\n    width: 60px;<br \/>\n    height: 3px;<br \/>\n    background: var(--cr-gold);<br \/>\n    margin: 28px auto 0;<br \/>\n    border-radius: 2px;<br \/>\n    position: relative;<br \/>\n    z-index: 1;<br \/>\n  }<br \/>\n  \/* ---- CONTAINER ---- *\/<br \/>\n  .cr-container {<br \/>\n    max-width: 980px;<br \/>\n    margin: 0 auto;<br \/>\n    padding: 0 20px;<br \/>\n  }<br \/>\n  \/* ---- INTRO ---- *\/<br \/>\n  .cr-intro {<br \/>\n    text-align: center;<br \/>\n    padding: 44px 20px 12px;<br \/>\n  }<br \/>\n  .cr-intro p {<br \/>\n    font-size: 15px;<br \/>\n    color: var(--cr-muted);<br \/>\n    max-width: 600px;<br \/>\n    margin: 0 auto;<br \/>\n    line-height: 1.7;<br \/>\n  }<br \/>\n  \/* ---- RESOURCE CARDS ---- *\/<br \/>\n  .cr-grid {<br \/>\n    display: grid;<br \/>\n    grid-template-columns: repeat(auto-fit, minmax(min(100%, 430px), 1fr));<br \/>\n    gap: 24px;<br \/>\n    padding: 24px 0 56px;<br \/>\n  }<br \/>\n  .cr-card {<br \/>\n    background: var(--cr-white);<br \/>\n    border-radius: 18px;<br \/>\n    overflow: hidden;<br \/>\n    box-shadow: 0 1px 8px rgba(26,50,54,0.06);<br \/>\n    transition: transform 0.3s ease, box-shadow 0.3s ease;<br \/>\n    position: relative;<br \/>\n    border: 1px solid rgba(26,50,54,0.06);<br \/>\n  }<br \/>\n  .cr-card:hover {<br \/>\n    transform: translateY(-3px);<br \/>\n    box-shadow: 0 8px 28px rgba(26,50,54,0.1);<br \/>\n  }<br \/>\n  .cr-card-accent {<br \/>\n    height: 4px;<br \/>\n    width: 100%;<br \/>\n  }<br \/>\n  .cr-card-accent--blue { background: linear-gradient(90deg, var(--cr-blue), var(--cr-blue-light)); }<br \/>\n  .cr-card-accent--green { background: linear-gradient(90deg, var(--cr-green), var(--cr-green-light)); }<br \/>\n  .cr-card-accent--gold { background: linear-gradient(90deg, var(--cr-gold), #F0C04A); }<br \/>\n  .cr-card-accent--teal { background: linear-gradient(90deg, var(--cr-dark), var(--cr-blue)); }<br \/>\n  .cr-card-body {<br \/>\n    padding: 30px 26px 26px;<br \/>\n  }<br \/>\n  .cr-card-top {<br \/>\n    display: flex;<br \/>\n    align-items: flex-start;<br \/>\n    gap: 16px;<br \/>\n    margin-bottom: 14px;<br \/>\n  }<br \/>\n  .cr-card-icon {<br \/>\n    width: 50px;<br \/>\n    height: 50px;<br \/>\n    border-radius: 13px;<br \/>\n    display: flex;<br \/>\n    align-items: center;<br \/>\n    justify-content: center;<br \/>\n    font-size: 24px;<br \/>\n    flex-shrink: 0;<br \/>\n  }<br \/>\n  .cr-card-icon--blue { background: var(--cr-blue-wash); }<br \/>\n  .cr-card-icon--green { background: var(--cr-green-pale); }<br \/>\n  .cr-card-icon--gold { background: var(--cr-gold-pale); }<br \/>\n  .cr-card-icon--teal { background: var(--cr-blue-pale); }<br \/>\n  .cr-card-for {<br \/>\n    display: inline-block;<br \/>\n    font-size: 11px;<br \/>\n    font-weight: 600;<br \/>\n    letter-spacing: 0.8px;<br \/>\n    text-transform: uppercase;<br \/>\n    color: var(--cr-muted);<br \/>\n    margin-bottom: 4px;<br \/>\n  }<br \/>\n  .cr-card h3 {<br \/>\n    font-family: 'DM Serif Display', Georgia, serif;<br \/>\n    font-size: 21px;<br \/>\n    color: var(--cr-dark);<br \/>\n    line-height: 1.3;<br \/>\n    font-weight: 400;<br \/>\n  }<br \/>\n  .cr-card-desc {<br \/>\n    font-size: 14px;<br \/>\n    color: var(--cr-body);<br \/>\n    line-height: 1.7;<br \/>\n    margin-bottom: 18px;<br \/>\n  }<br \/>\n  .cr-card-includes {<br \/>\n    display: flex;<br \/>\n    flex-wrap: wrap;<br \/>\n    gap: 6px;<br \/>\n    margin-bottom: 22px;<br \/>\n  }<br \/>\n  .cr-card-tag {<br \/>\n    font-size: 11px;<br \/>\n    font-weight: 500;<br \/>\n    color: var(--cr-blue);<br \/>\n    background: var(--cr-blue-wash);<br \/>\n    padding: 4px 10px;<br \/>\n    border-radius: 20px;<br \/>\n    border: 1px solid var(--cr-blue-pale);<br \/>\n  }<br \/>\n  \/* ---- DOWNLOAD BUTTON ---- *\/<br \/>\n  .cr-download-btn {<br \/>\n    display: block;<br \/>\n    width: 100%;<br \/>\n    padding: 14px;<br \/>\n    background: var(--cr-blue);<br \/>\n    color: var(--cr-white);<br \/>\n    border: none;<br \/>\n    border-radius: 12px;<br \/>\n    font-family: 'Outfit', sans-serif;<br \/>\n    font-size: 15px;<br \/>\n    font-weight: 600;<br \/>\n    cursor: pointer;<br \/>\n    transition: all 0.25s ease;<br \/>\n    letter-spacing: 0.3px;<br \/>\n    text-align: center;<br \/>\n  }<br \/>\n  .cr-download-btn:hover {<br \/>\n    background: var(--cr-blue-mid);<br \/>\n    transform: scale(1.01);<br \/>\n  }<br \/>\n  .cr-download-btn:active { transform: scale(0.98); }<br \/>\n  \/* ---- MODAL ---- *\/<br \/>\n  .cr-modal-overlay {<br \/>\n    display: none;<br \/>\n    position: fixed;<br \/>\n    inset: 0;<br \/>\n    background: rgba(26,50,54,0.6);<br \/>\n    backdrop-filter: blur(5px);<br \/>\n    -webkit-backdrop-filter: blur(5px);<br \/>\n    z-index: 99999;<br \/>\n    align-items: center;<br \/>\n    justify-content: center;<br \/>\n    padding: 20px;<br \/>\n    animation: crFadeIn 0.2s ease;<br \/>\n  }<br \/>\n  .cr-modal-overlay.active { display: flex; }<br \/>\n  .cr-modal {<br \/>\n    background: var(--cr-white);<br \/>\n    border-radius: 22px;<br \/>\n    max-width: 440px;<br \/>\n    width: 100%;<br \/>\n    overflow: hidden;<br \/>\n    animation: crSlideUp 0.3s ease;<br \/>\n    position: relative;<br \/>\n  }<br \/>\n  .cr-modal-header {<br \/>\n    background: linear-gradient(135deg, var(--cr-dark), #1E4A54, var(--cr-blue));<br \/>\n    padding: 32px 28px 26px;<br \/>\n    text-align: center;<br \/>\n    position: relative;<br \/>\n  }<br \/>\n  .cr-modal-header::before {<br \/>\n    content: '';<br \/>\n    position: absolute;<br \/>\n    inset: 0;<br \/>\n    opacity: 0.04;<br \/>\n    background-image: radial-gradient(circle, #fff 1px, transparent 1px);<br \/>\n    background-size: 20px 20px;<br \/>\n  }<br \/>\n  .cr-modal-close {<br \/>\n    position: absolute;<br \/>\n    top: 12px;<br \/>\n    right: 14px;<br \/>\n    background: rgba(255,255,255,0.12);<br \/>\n    border: none;<br \/>\n    color: white;<br \/>\n    width: 32px;<br \/>\n    height: 32px;<br \/>\n    border-radius: 50%;<br \/>\n    font-size: 18px;<br \/>\n    cursor: pointer;<br \/>\n    display: flex;<br \/>\n    align-items: center;<br \/>\n    justify-content: center;<br \/>\n    transition: background 0.2s;<br \/>\n    z-index: 2;<br \/>\n    line-height: 1;<br \/>\n  }<br \/>\n  .cr-modal-close:hover { background: rgba(255,255,255,0.22); }<br \/>\n  .cr-modal-emoji { font-size: 38px; margin-bottom: 10px; position: relative; }<br \/>\n  .cr-modal-header h3 {<br \/>\n    font-family: 'DM Serif Display', Georgia, serif;<br \/>\n    font-size: 21px;<br \/>\n    color: white;<br \/>\n    font-weight: 400;<br \/>\n    line-height: 1.3;<br \/>\n    position: relative;<br \/>\n    margin-bottom: 6px;<br \/>\n  }<br \/>\n  .cr-modal-header p {<br \/>\n    font-size: 13px;<br \/>\n    color: var(--cr-blue-light);<br \/>\n    position: relative;<br \/>\n    line-height: 1.5;<br \/>\n  }<br \/>\n  .cr-modal-form { padding: 26px 28px 28px; }<br \/>\n  .cr-modal-form input[type=\"text\"],<br \/>\n  .cr-modal-form input[type=\"email\"] {<br \/>\n    display: block;<br \/>\n    width: 100%;<br \/>\n    padding: 13px 16px;<br \/>\n    border: 2px solid var(--cr-border);<br \/>\n    border-radius: 10px;<br \/>\n    font-family: 'Outfit', sans-serif;<br \/>\n    font-size: 15px;<br \/>\n    color: var(--cr-dark);<br \/>\n    margin-bottom: 10px;<br \/>\n    outline: none;<br \/>\n    transition: border-color 0.2s;<br \/>\n    background: var(--cr-white);<br \/>\n  }<br \/>\n  .cr-modal-form input:focus { border-color: var(--cr-blue); }<br \/>\n  .cr-modal-form input::placeholder { color: #9CA3AF; }<br \/>\n  .cr-modal-form input[type=\"hidden\"] { display: none; }<br \/>\n  .cr-modal-submit {<br \/>\n    display: block;<br \/>\n    width: 100%;<br \/>\n    padding: 14px;<br \/>\n    background: var(--cr-gold);<br \/>\n    color: var(--cr-dark);<br \/>\n    border: none;<br \/>\n    border-radius: 10px;<br \/>\n    font-family: 'Outfit', sans-serif;<br \/>\n    font-size: 16px;<br \/>\n    font-weight: 700;<br \/>\n    cursor: pointer;<br \/>\n    transition: all 0.25s ease;<br \/>\n    margin-top: 4px;<br \/>\n    letter-spacing: 0.3px;<br \/>\n  }<br \/>\n  .cr-modal-submit:hover { background: #D49518; }<br \/>\n  .cr-modal-submit:disabled { opacity: 0.7; cursor: default; }<br \/>\n  .cr-modal-terms {<br \/>\n    font-size: 11px;<br \/>\n    color: var(--cr-muted);<br \/>\n    text-align: center;<br \/>\n    margin-top: 14px;<br \/>\n    line-height: 1.5;<br \/>\n  }<br \/>\n  .cr-modal-terms a { color: var(--cr-blue); text-decoration: none; }<br \/>\n  .cr-modal-error {<br \/>\n    font-size: 12px;<br \/>\n    color: #DC2626;<br \/>\n    margin-bottom: 8px;<br \/>\n    display: none;<br \/>\n  }<br \/>\n  \/* Success state *\/<br \/>\n  .cr-modal-success {<br \/>\n    display: none;<br \/>\n    padding: 40px 28px;<br \/>\n    text-align: center;<br \/>\n  }<br \/>\n  .cr-modal-success.active { display: block; }<br \/>\n  .cr-modal-success .cr-check {<br \/>\n    width: 64px;<br \/>\n    height: 64px;<br \/>\n    border-radius: 50%;<br \/>\n    background: var(--cr-blue-wash);<br \/>\n    color: var(--cr-blue);<br \/>\n    display: flex;<br \/>\n    align-items: center;<br \/>\n    justify-content: center;<br \/>\n    margin: 0 auto 16px;<br \/>\n    font-size: 32px;<br \/>\n  }<br \/>\n  .cr-modal-success h4 {<br \/>\n    font-family: 'DM Serif Display', Georgia, serif;<br \/>\n    font-size: 20px;<br \/>\n    color: var(--cr-dark);<br \/>\n    margin-bottom: 8px;<br \/>\n    font-weight: 400;<br \/>\n  }<br \/>\n  .cr-modal-success p {<br \/>\n    font-size: 14px;<br \/>\n    color: var(--cr-body);<br \/>\n    line-height: 1.6;<br \/>\n    margin-bottom: 20px;<br \/>\n  }<br \/>\n  .cr-modal-success a.cr-success-download {<br \/>\n    display: inline-block;<br \/>\n    padding: 12px 28px;<br \/>\n    background: var(--cr-blue);<br \/>\n    color: white;<br \/>\n    border-radius: 10px;<br \/>\n    text-decoration: none;<br \/>\n    font-weight: 600;<br \/>\n    font-size: 15px;<br \/>\n    transition: background 0.2s;<br \/>\n  }<br \/>\n  .cr-modal-success a.cr-success-download:hover { background: var(--cr-blue-mid); }<br \/>\n  \/* ---- CTA ---- *\/<br \/>\n  .cr-cta {<br \/>\n    background: linear-gradient(135deg, var(--cr-dark), #1E4A54);<br \/>\n    border-radius: 20px;<br \/>\n    padding: 44px 32px;<br \/>\n    text-align: center;<br \/>\n    margin: 0 0 48px;<br \/>\n    position: relative;<br \/>\n    overflow: hidden;<br \/>\n  }<br \/>\n  .cr-cta::before {<br \/>\n    content: '';<br \/>\n    position: absolute;<br \/>\n    inset: 0;<br \/>\n    opacity: 0.03;<br \/>\n    background-image: radial-gradient(ellipse at 70% 50%, var(--cr-blue-light), transparent);<br \/>\n  }<br \/>\n  .cr-cta h3 {<br \/>\n    font-family: 'DM Serif Display', Georgia, serif;<br \/>\n    font-size: 24px;<br \/>\n    color: white;<br \/>\n    font-weight: 400;<br \/>\n    margin-bottom: 10px;<br \/>\n    position: relative;<br \/>\n  }<br \/>\n  .cr-cta p {<br \/>\n    font-size: 15px;<br \/>\n    color: var(--cr-blue-pale);<br \/>\n    margin-bottom: 24px;<br \/>\n    line-height: 1.6;<br \/>\n    position: relative;<br \/>\n  }<br \/>\n  .cr-cta-btn {<br \/>\n    display: inline-block;<br \/>\n    padding: 13px 30px;<br \/>\n    background: var(--cr-gold);<br \/>\n    color: var(--cr-dark);<br \/>\n    border-radius: 10px;<br \/>\n    text-decoration: none;<br \/>\n    font-weight: 700;<br \/>\n    font-size: 15px;<br \/>\n    transition: all 0.2s;<br \/>\n    position: relative;<br \/>\n  }<br \/>\n  .cr-cta-btn:hover { background: #D49518; transform: translateY(-1px); }<br \/>\n  .cr-cta-contact {<br \/>\n    font-size: 12px;<br \/>\n    color: rgba(255,255,255,0.35);<br \/>\n    margin-top: 14px;<br \/>\n    position: relative;<br \/>\n  }<br \/>\n  \/* ---- FOOTER ---- *\/<br \/>\n  .cr-footer {<br \/>\n    text-align: center;<br \/>\n    padding: 0 0 40px;<br \/>\n  }<br \/>\n  .cr-footer p {<br \/>\n    font-size: 11px;<br \/>\n    color: var(--cr-muted);<br \/>\n    line-height: 1.7;<br \/>\n  }<br \/>\n  .cr-footer a { color: var(--cr-blue); text-decoration: none; }<br \/>\n  \/* ---- ANIMATIONS ---- *\/<br \/>\n  @keyframes crFadeIn { from { opacity: 0; } to { opacity: 1; } }<br \/>\n  @keyframes crSlideUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }<br \/>\n  @keyframes crCardIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }<br \/>\n  .cr-card { animation: crCardIn 0.5s ease both; }<br \/>\n  .cr-card:nth-child(1) { animation-delay: 0.05s; }<br \/>\n  .cr-card:nth-child(2) { animation-delay: 0.12s; }<br \/>\n  .cr-card:nth-child(3) { animation-delay: 0.19s; }<br \/>\n  .cr-card:nth-child(4) { animation-delay: 0.26s; }<br \/>\n  @media (max-width: 600px) {<br \/>\n    .cr-hero { padding: 56px 20px 48px; }<br \/>\n    .cr-card-body { padding: 24px 20px 22px; }<br \/>\n    .cr-modal-form { padding: 22px; }<br \/>\n    .cr-cta { padding: 32px 22px; margin: 0 0 32px; }<br \/>\n  }<br \/>\n<\/style>\n<p><!-- ====== HERO ====== --><br \/>\nFree Resources<\/p>\n<h1>Tools for Your<br \/>\nMental Health Journey<\/h1>\n<p>Practical resources from Clarity Counseling \u2014 for parents finding words, women carrying too much, professionals building their practice, and leaders growing their emotional intelligence.<\/p>\n<p><!-- ====== INTRO ====== --><\/p>\n<p>Every resource is free. No spam, no strings. Just tools that work.<br \/>\nClick any guide below to download instantly.<\/p>\n<p><!-- ====== RESOURCE CARDS ====== --><br \/>\n<!-- CARD 1: Mental Load Audit --><br \/>\n\u2696\ufe0f<br \/>\nFor women &amp; caregivers<\/p>\n<h3>The Mental Load Audit Worksheet<\/h3>\n<p>See what you&#8217;re carrying \u2014 then decide what to put down. A 40-item audit across 6 categories of invisible labour, with scoring and reflection questions designed for Kenyan women.<\/p>\n<p>40 audit items<br \/>\n6 categories<br \/>\nScoring guide<br \/>\nReflection Qs<br \/>\n<button><br \/>\nDownload Free Guide \u2192<br \/>\n<\/button><br \/>\n<!-- CARD 2: Conversation Starters --><br \/>\n\ud83d\udcac<br \/>\nFor parents, teachers &amp; guardians<\/p>\n<h3>Conversation Starters by Age<\/h3>\n<p>Every parent has watched their child shut down and thought, &#8220;I don&#8217;t know how to reach them right now.&#8221; 45 age-specific phrases for children aged 3\u201317, for the real moments.<\/p>\n<p>Ages 3\u20137<br \/>\nAges 8\u201312<br \/>\nAges 13\u201317<br \/>\n45 phrases<br \/>\n<button><br \/>\nDownload Free Guide \u2192<br \/>\n<\/button><br \/>\n<!-- CARD 3: Practice Setup Guide --><br \/>\n\ud83d\udccb<br \/>\nFor aspiring &amp; new counselors<\/p>\n<h3>Private Practice Setup Guide<\/h3>\n<p>Everything from KCPA\/CPB registration to realistic income projections. The checklist nobody gave you in school \u2014 practical, honest, and built for the Kenyan counseling landscape.<\/p>\n<p>Registration steps<br \/>\nIncome projections<br \/>\nClient acquisition<br \/>\nKenya-specific<br \/>\n<button><br \/>\nDownload Free Guide \u2192<br \/>\n<\/button><br \/>\n<!-- CARD 4: EI Self-Assessment --><br \/>\n\ud83e\udde0<br \/>\nFor professionals &amp; leaders<\/p>\n<h3>EI Self-Assessment &amp; 30-Day Plan<\/h3>\n<p>Measure your emotional intelligence across 4 domains, then build it with a structured 30-day plan designed for the Kenyan workplace. Your IQ got you hired \u2014 your EQ will get you promoted.<\/p>\n<p>Self-assessment<br \/>\n4 EI domains<br \/>\n30-day plan<br \/>\nWorkplace focus<br \/>\n<button><br \/>\nDownload Free Guide \u2192<br \/>\n<\/button><br \/>\n<!-- ====== CTA ====== --><\/p>\n<h3>Need more than a guide?<\/h3>\n<p>Clarity Counseling offers individual therapy, couple &amp; family therapy, child therapy, and accredited counselling psychology courses \u2014 online and in-person in Nairobi.<\/p>\n<p><a href=\"\/sp\/therapy\/individual-therapy-in-kenya\/\">Book a Session \u2192<\/a><\/p>\n<p>www.pcbuilds.site\/sp\/ \u00b7 +254 (0) 114 444 300<\/p>\n<p><!-- ====== FOOTER ====== --><\/p>\n<p>\u00a9 2026 Clarity Counseling &amp; Training Centre \u00b7 Nairobi, Kenya<br \/>\nThese resources are for educational purposes only and do not constitute professional counseling advice.<br \/>\n<a href=\"\/sp\/terms\">Terms &amp; Conditions<\/a> \u00b7 <a href=\"\/sp\/privacy\">Privacy Policy<\/a><\/p>\n<p><!-- ====== MODAL ====== --><br \/>\n<button>\u00d7<\/button><br \/>\n\ud83d\udccb<\/p>\n<h3 id=\"crModalTitle\">Resource Title<\/h3>\n<p>Enter your details and the download starts instantly.<\/p>\n<p>Please enter your name and a valid email.<br \/>\n<input id=\"crName\" autocomplete=\"given-name\" type=\"text\" placeholder=\"Your first name\" \/><br \/>\n<input id=\"crEmail\" autocomplete=\"email\" type=\"email\" placeholder=\"Your email address\" \/><br \/>\n<input id=\"crResource\" type=\"hidden\" value=\"\" \/><br \/>\n<input id=\"crPdfUrl\" type=\"hidden\" value=\"\" \/><br \/>\n<button id=\"crSubmitBtn\"><br \/>\nDownload Now \u2014 Free \u2192<br \/>\n<\/button><\/p>\n<p>Free. No spam. Unsubscribe anytime.<br \/>\nBy downloading, you agree to our <a href=\"\/sp\/terms\" target=\"_blank\" rel=\"noopener\">Terms<\/a> &amp; <a href=\"\/sp\/privacy\" target=\"_blank\" rel=\"noopener\">Privacy Policy<\/a>.<\/p>\n<p>\u2713<\/p>\n<h4>Your download is ready!<\/h4>\n<p>If the download didn&#8217;t start automatically, click the button below.<\/p>\n<p><a id=\"crSuccessLink\" href=\"\/sp\/\" download=\"\">Download PDF<\/a><\/p>\n<p style=\"font-size: 12px; color: var(--cr-muted); margin-top: 16px;\">Thank you for downloading. We hope this resource blesses you.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Free Resources Tools for Your Mental Health Journey Practical resources from Clarity Counseling \u2014 for parents finding words, women carrying too much, professionals building their practice, and leaders\u2026<\/p>\n","protected":false},"author":1,"featured_media":1418,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1793","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/www.pcbuilds.site\/sp\/wp-json\/wp\/v2\/pages\/1793","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.pcbuilds.site\/sp\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.pcbuilds.site\/sp\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.pcbuilds.site\/sp\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.pcbuilds.site\/sp\/wp-json\/wp\/v2\/comments?post=1793"}],"version-history":[{"count":0,"href":"https:\/\/www.pcbuilds.site\/sp\/wp-json\/wp\/v2\/pages\/1793\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.pcbuilds.site\/sp\/wp-json\/wp\/v2\/media\/1418"}],"wp:attachment":[{"href":"https:\/\/www.pcbuilds.site\/sp\/wp-json\/wp\/v2\/media?parent=1793"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}