{"id":1179,"date":"2026-02-07T21:41:03","date_gmt":"2026-02-07T21:41:03","guid":{"rendered":"https:\/\/zapzacademy.online\/?page_id=1179"},"modified":"2026-05-17T16:07:24","modified_gmt":"2026-05-17T16:07:24","slug":"kids-learning","status":"publish","type":"page","link":"https:\/\/zapzacademy.online\/home\/kids-learning\/","title":{"rendered":"Kids Learning"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1179\" class=\"elementor elementor-1179\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4b7d79a e-con-full e-flex e-con e-parent\" data-id=\"4b7d79a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7df613c elementor-widget elementor-widget-html\" data-id=\"7df613c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <title>Zapz Academy \u2013 Joyful Learning for Every Child<\/title>\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\r\n\r\n  <style>\r\n    :root {\r\n      --zapz-red: #FF0015;\r\n      --zapz-dark: #111111;\r\n      --zapz-text: #222222;\r\n      --zapz-soft-gray: #F5F5F5;\r\n      --zapz-border: #E0E0E0;\r\n      --zapz-white: #FFFFFF;\r\n      --zapz-light-red: #FFF5F6;\r\n    }\r\n\r\n    * { box-sizing: border-box; }\r\n\r\n    body {\r\n      margin: 0;\r\n      font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\r\n      color: var(--zapz-text);\r\n      background: var(--zapz-white);\r\n    }\r\n\r\n    a { text-decoration: none; }\r\n\r\n    .page {\r\n      max-width: 1200px;\r\n      margin: 0 auto;\r\n      padding: 24px 16px 60px;\r\n    }\r\n\r\n    \/* SECTION SPACING *\/\r\n    .section {\r\n      padding: 70px 0;\r\n      border-bottom: 1px solid var(--zapz-border);\r\n    }\r\n\r\n    #hero {\r\n      background: linear-gradient(180deg, var(--zapz-light-red) 0%, #FFFFFF 100%);\r\n      border-bottom: none;\r\n      padding-top: 90px;\r\n      padding-bottom: 90px;\r\n    }\r\n\r\n    \/* RED PILL BUTTONS *\/\r\n    .btn-primary,\r\n    .btn-secondary,\r\n    .btn-pill-red {\r\n      display: inline-block;\r\n      padding: 14px 34px;\r\n      border-radius: 999px;\r\n      background: var(--zapz-red);\r\n      color: var(--zapz-white);\r\n      font-weight: 900;\r\n      font-size: 1rem;\r\n      letter-spacing: 0.03em;\r\n      border: none;\r\n      transition: 0.25s ease;\r\n    }\r\n\r\n    .btn-primary:hover,\r\n    .btn-secondary:hover,\r\n    .btn-pill-red:hover {\r\n      background: #D90012;\r\n      transform: translateY(-2px);\r\n    }\r\n\r\n    \/* RED PILL LABELS *\/\r\n    .pill-label,\r\n    .mini-label {\r\n      display: inline-block;\r\n      padding: 6px 16px;\r\n      border-radius: 999px;\r\n      background: var(--zapz-red);\r\n      color: var(--zapz-white);\r\n      font-size: 0.8rem;\r\n      font-weight: 900;\r\n      letter-spacing: 0.08em;\r\n      text-transform: uppercase;\r\n      margin-bottom: 14px;\r\n    }\r\n\r\n    \/* RED PILL TAGS *\/\r\n    .tag {\r\n      display: inline-block;\r\n      padding: 6px 14px;\r\n      border-radius: 999px;\r\n      background: var(--zapz-red);\r\n      color: var(--zapz-white);\r\n      font-size: 0.8rem;\r\n      font-weight: 800;\r\n      letter-spacing: 0.03em;\r\n      transition: 0.25s ease;\r\n    }\r\n\r\n    .tag:hover {\r\n      background: #D90012;\r\n      transform: translateY(-2px);\r\n    }\r\n\r\n    \/* SECTION TITLES WITH RED ACCENT *\/\r\n    .section-title {\r\n      font-size: 2.2rem;\r\n      font-weight: 900;\r\n      margin: 0 0 18px;\r\n      color: var(--zapz-dark);\r\n      position: relative;\r\n      padding-bottom: 10px;\r\n    }\r\n\r\n    .section-title::after {\r\n      content: \"\";\r\n      display: block;\r\n      width: 60px;\r\n      height: 5px;\r\n      background: var(--zapz-red);\r\n      border-radius: 999px;\r\n      margin-top: 12px;\r\n    }\r\n\r\n    .section-subtitle {\r\n      font-size: 1.05rem;\r\n      max-width: 680px;\r\n      line-height: 1.7;\r\n      margin: 0 0 28px;\r\n      color: #444;\r\n    }\r\n\r\n    \/* GRID SYSTEM *\/\r\n    .grid-2 {\r\n      display: grid;\r\n      grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);\r\n      gap: 40px;\r\n      align-items: center;\r\n    }\r\n\r\n    .grid-3 {\r\n      display: grid;\r\n      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\r\n      gap: 32px;\r\n    }\r\n\r\n    .grid-4 {\r\n      display: grid;\r\n      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\r\n      gap: 28px;\r\n    }\r\n\r\n    \/* CARDS *\/\r\n    .card {\r\n      border-radius: 16px;\r\n      border: 1px solid var(--zapz-border);\r\n      background: var(--zapz-white);\r\n      padding: 24px 24px 28px;\r\n      box-shadow: 0 4px 14px rgba(0,0,0,0.04);\r\n      transition: 0.25s ease;\r\n    }\r\n\r\n    .card:hover {\r\n      border-color: var(--zapz-red);\r\n      box-shadow: 0 8px 22px rgba(255, 0, 21, 0.12);\r\n      transform: translateY(-6px);\r\n    }\r\n\r\n    .card h3 {\r\n      font-size: 1.2rem;\r\n      font-weight: 800;\r\n      margin: 0 0 8px;\r\n      color: var(--zapz-dark);\r\n    }\r\n\r\n    .card p {\r\n      margin: 0;\r\n      font-size: 1rem;\r\n      line-height: 1.7;\r\n    }\r\n\r\n    \/* PLACEHOLDER IMAGES *\/\r\n    .placeholder-img {\r\n      width: 100%;\r\n      border-radius: 18px;\r\n      border: 2px dashed var(--zapz-red);\r\n      background: #FAFAFA;\r\n      color: var(--zapz-red);\r\n      font-size: 0.95rem;\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      padding: 50px 16px;\r\n      text-align: center;\r\n      transition: 0.2s ease;\r\n    }\r\n\r\n    .placeholder-img:hover {\r\n      background: #FFF1F3;\r\n      transform: translateY(-3px);\r\n    }\r\n\r\n    \/* HERO *\/\r\n    .hero-title {\r\n      font-size: 3rem;\r\n      font-weight: 900;\r\n      margin: 0 0 14px;\r\n      color: var(--zapz-dark);\r\n    }\r\n\r\n    .hero-subtitle {\r\n      font-size: 1.15rem;\r\n      line-height: 1.8;\r\n      max-width: 600px;\r\n      margin: 0 0 24px;\r\n      color: #444;\r\n    }\r\n\r\n    .hero-cta-row {\r\n      display: flex;\r\n      flex-wrap: wrap;\r\n      gap: 14px;\r\n      margin-bottom: 20px;\r\n    }\r\n\r\n    .hero-note {\r\n      font-size: 0.9rem;\r\n      color: #666;\r\n    }\r\n\r\n    \/* MOBILE *\/\r\n    @media (max-width: 768px) {\r\n      .grid-2 { grid-template-columns: 1fr; }\r\n      .hero-title { font-size: 2.3rem; }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n\r\n<body>\r\n  <div class=\"page\">\r\n\r\n    <!-- HERO -->\r\n    <section class=\"section\" id=\"hero\">\r\n      <div class=\"grid-2\">\r\n        <div>\r\n          <div class=\"pill-label\">Zapz Academy \u2022 Joyful, Dignity\u2011Centered Learning<\/div>\r\n          <h1 class=\"hero-title\">Learning That Feels Like Play. Growth That Feels Like Magic.<\/h1>\r\n          <p class=\"hero-subtitle\">\r\n            Empowering kids everywhere \u2014 at home, in school, and in hospitals \u2014 with joyful, calm, and dignity\u2011centered learning.\r\n          <\/p>\r\n          <div class=\"hero-cta-row\">\r\n            <a href=\"\/courses\" class=\"btn-primary\">Start Learning<\/a>\r\n            <a href=\"#smart-box\" class=\"btn-primary\">Explore Zapz Smart Box<\/a>\r\n          <\/div>\r\n          <p class=\"hero-note\">For families, teachers, and hospital teams supporting real kids with real needs.<\/p>\r\n        <\/div>\r\n\r\n        <div>\r\n       <img decoding=\"async\" src=\"http:\/\/zapzacademy.online\/wp-content\/uploads\/2026\/05\/Copilot_20260517_090402.png\" \r\n     alt=\"Zapz Academy Hero Image \u2013 African American Kids Learning\" \r\n     class=\"hero-img\">\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/section>\r\n\r\n    <!-- HOW ZAPZ WORKS -->\r\n    <section class=\"section\" id=\"how-zapz-works\">\r\n      <h2 class=\"section-title\">How Zapz Academy Works<\/h2>\r\n      <p class=\"section-subtitle\">We keep things simple so kids, families, teachers, and hospital teams can actually use what\u2019s here.<\/p>\r\n\r\n      <div class=\"grid-3\">\r\n        <div class=\"card\">\r\n          <div class=\"mini-label\">Step 1<\/div>\r\n          <h3>Choose a Hub or Path<\/h3>\r\n          <p>Start with a subject hub, a special needs hub, or a learning path that matches your learner\u2019s needs.<\/p>\r\n          <div class=\"tag-row\">\r\n            <span class=\"tag\">Reading<\/span>\r\n            <span class=\"tag\">Math<\/span>\r\n            <span class=\"tag\">Special Needs<\/span>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"card\">\r\n          <div class=\"mini-label\">Step 2<\/div>\r\n          <h3>Start a Course or Activity<\/h3>\r\n          <p>Short, calm lessons with clear visuals and built\u2011in flexibility for hospital days and school days.<\/p>\r\n          <div class=\"tag-row\">\r\n            <span class=\"tag\">Short Lessons<\/span>\r\n            <span class=\"tag\">Visual Supports<\/span>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"card\">\r\n          <div class=\"mini-label\">Step 3<\/div>\r\n          <h3>Track Progress<\/h3>\r\n          <p>Use your Zapz dashboard to see what\u2019s done, what\u2019s next, and where your learner is growing.<\/p>\r\n          <div class=\"tag-row\">\r\n            <span class=\"tag\">My Courses<\/span>\r\n            <span class=\"tag\">Progress<\/span>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/section>\r\n\r\n    <!-- WHY ZAPZ IS DIFFERENT -->\r\n    <section class=\"section\" id=\"why-zapz\">\r\n      <h2 class=\"section-title\">Why Zapz Academy Is Different<\/h2>\r\n      <p class=\"section-subtitle\">Built from lived experience, hospital hallways, and real classroom needs.<\/p>\r\n\r\n      <div class=\"grid-4\">\r\n        <div class=\"card\">\r\n          <h3>\u2764\ufe0f Dignity\u2011Centered<\/h3>\r\n          <p>No shame, no pressure \u2014 just small, doable steps that honor your learner.<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"card\">\r\n          <h3>\ud83e\udde0 Neurodiversity\u2011Friendly<\/h3>\r\n          <p>Autism, ADHD, Dyslexia, sensory needs \u2014 built into every lesson.<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"card\">\r\n          <h3>\ud83c\udfe5 Hospital\u2011Ready<\/h3>\r\n          <p>Calm, short lessons that work in hospital rooms and recovery spaces.<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"card\">\r\n          <h3>\ud83d\udce6 Smart Box & Lovie\u2019s Bundle<\/h3>\r\n          <p>Hands\u2011on kits you won\u2019t find on any other learning platform.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/section>\r\n\r\n    <!-- SMART BOX -->\r\n    <section class=\"section\" id=\"smart-box\">\r\n      <div class=\"grid-2\">\r\n        <div>\r\n          <div class=\"mini-label\">Signature Learning Kit<\/div>\r\n          <h2 class=\"section-title\">The Zapz Smart Box<\/h2>\r\n          <p class=\"section-subtitle\">Hands\u2011on tools that build confidence, calm, and curiosity.<\/p>\r\n\r\n          <ul style=\"margin:0 0 18px 18px;font-size:1rem;line-height:1.7;\">\r\n            <li>Visual supports and routines<\/li>\r\n            <li>Sensory\u2011aware tools<\/li>\r\n            <li>Simple guides for families and staff<\/li>\r\n          <\/ul>\r\n\r\n          <a href=\"\/smart-box\" class=\"btn-primary\">See What\u2019s Inside<\/a>\r\n        <\/div>\r\n\r\n        <div>\r\n         <img decoding=\"async\" src=\"http:\/\/zapzacademy.online\/wp-content\/uploads\/2026\/05\/Copilot_20260417_200017.png\" \r\n     alt=\"Zapz Smart Box \u2013 Signature Learning Kit\" \r\n     class=\"smartbox-img\">\r\n\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/section>\r\n\r\n    <!-- HOSPITAL BUNDLE -->\r\n    <section class=\"section\" id=\"hospital-bundle\">\r\n      <div class=\"grid-2\">\r\n        <div>\r\n          <div class=\"mini-label\">Hospital\u2011Ready Learning<\/div>\r\n          <h2 class=\"section-title\">Lovie\u2019s Hospital Learning Bundle<\/h2>\r\n          <p class=\"section-subtitle\">Gentle, low\u2011pressure learning for medical days and long stays.<\/p>\r\n\r\n          <ul style=\"margin:0 0 18px 18px;font-size:1rem;line-height:1.7;\">\r\n            <li>Quiet, screen\u2011friendly activities<\/li>\r\n            <li>Emotion\u2011safe stories and routines<\/li>\r\n            <li>Tools that fit hospital environments<\/li>\r\n          <\/ul>\r\n\r\n          <a href=\"\/lovies-hospital-bundle\" class=\"btn-primary\">Explore Hospital Bundle<\/a>\r\n        <\/div>\r\n\r\n        <div>\r\n          <img decoding=\"async\" src=\"http:\/\/zapzacademy.online\/wp-content\/uploads\/2026\/05\/HOSPITAL-BUNDLE-IMAGE-PLACEHOLDER-2.png\" \r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/section>\r\n\r\n    <!-- LEARNING HUBS -->\r\n    <section class=\"section\" id=\"learning-hubs\">\r\n      <h2 class=\"section-title\">Choose Your Learning Hub<\/h2>\r\n      <p class=\"section-subtitle\">Start where your learner needs the most support.<\/p>\r\n\r\n      <div class=\"grid-4\">\r\n        <div class=\"card\">\r\n         <img decoding=\"async\" src=\"http:\/\/zapzacademy.online\/wp-content\/uploads\/2026\/05\/READING-HUB-IMAGE-1.png\" \r\n          <h3>Reading Hub<\/h3>\r\n          <p>Build confidence with phonics and early literacy.<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"card\">\r\n           <img decoding=\"async\" src=\"http:\/\/zapzacademy.online\/wp-content\/uploads\/2026\/05\/Math-Hub-2.png\"\r\n          <h3>Math Hub<\/h3>\r\n          <p>Fun, visual math that grows with your child.<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"card\">\r\n         <img decoding=\"async\" src=\"http:\/\/zapzacademy.online\/wp-content\/uploads\/2026\/05\/Science-Hub-2.png\" \r\n          <h3>Science Hub<\/h3>\r\n          <p>Hands\u2011on experiments and curiosity\u2011driven learning.<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"card\">\r\n         <img decoding=\"async\" src=\"http:\/\/zapzacademy.online\/wp-content\/uploads\/2026\/05\/Special-Needs-Hub.png\"\r\n          <h3>Special Needs Hub<\/h3>\r\n          <p>Autism, ADHD, Dyslexia, sensory, and trauma\u2011informed supports.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/section>\r\n\r\n    <!-- SPECIAL NEEDS SUPPORT -->\r\n    <section class=\"section\" id=\"special-needs\">\r\n      <h2 class=\"section-title\">Support for Every Kind of Brain<\/h2>\r\n      <p class=\"section-subtitle\">Designed for neurodivergent, sensitive, and emotionally complex learners.<\/p>\r\n\r\n      <div class=\"grid-3\">\r\n        <div class=\"card\"><h3>\ud83e\udde9 Autism Support<\/h3><p>Visual schedules and sensory\u2011aware strategies.<\/p><\/div>\r\n        <div class=\"card\"><h3>\u26a1 ADHD Support<\/h3><p>Movement\u2011friendly learning and focus tools.<\/p><\/div>\r\n        <div class=\"card\"><h3>\ud83d\udcda Dyslexia Support<\/h3><p>Multi\u2011sensory reading supports.<\/p><\/div>\r\n        <div class=\"card\"><h3>\ud83d\udc9b Emotional & Behavioral<\/h3><p>Emotion\u2011safe strategies and regulation tools.<\/p><\/div>\r\n        <div class=\"card\"><h3>\ud83c\udfa7 Sensory Tools<\/h3><p>Sound, light, and movement\u2011friendly ideas.<\/p><\/div>\r\n        <div class=\"card\"><h3>\ud83e\udded Executive Functioning<\/h3><p>Planning, organization, and memory supports.<\/p><\/div>\r\n      <\/div>\r\n\r\n      <div style=\"margin-top:20px;\">\r\n        <a href=\"\/special-needs-learning-hub\" class=\"btn-primary\">Visit Special Needs Hub<\/a>\r\n      <\/div>\r\n    <\/section>\r\n\r\n    <!-- LEARNING PATHS -->\r\n    <section class=\"section\" id=\"learning-paths\">\r\n      <h2 class=\"section-title\">Zapz Learning Paths<\/h2>\r\n      <p class=\"section-subtitle\">Step\u2011by\u2011step journeys that grow with your learner.<\/p>\r\n\r\n      <div class=\"grid-3\">\r\n        <div class=\"card\">\r\n          <div class=\"mini-label\">Ages 3+<\/div>\r\n          <h3>Early Play & Pre\u2011K Path<\/h3>\r\n          <p>Play\u2011based learning with gentle structure.<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"card\">\r\n          <div class=\"mini-label\">Ages 4\u20135<\/div>\r\n          <h3>Kindergarten\u2011Ready Path<\/h3>\r\n          <p>Early literacy, early math, and emotional skills.<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"card\">\r\n          <div class=\"mini-label\">Flexible Ages<\/div>\r\n          <h3>Hospital\u2011Friendly Path<\/h3>\r\n          <p>Short, calm lessons for hospital days.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div style=\"margin-top:20px;\">\r\n        <a href=\"\/learning-paths\" class=\"btn-primary\">Browse All Learning Paths<\/a>\r\n      <\/div>\r\n    <\/section>\r\n\r\n    <!-- FOR GROWNUPS -->\r\n    <section class=\"section\" id=\"for-grownups\">\r\n      <h2 class=\"section-title\">Built for Families, Schools, and Hospitals<\/h2>\r\n\r\n            <div class=\"grid-3\">\r\n        <div class=\"card\">\r\n          <h3>\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc67 Families<\/h3>\r\n          <p>Simple routines, calm learning, and tools that fit into real life \u2014 not perfect schedules.<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"card\">\r\n          <h3>\ud83c\udfeb Teachers<\/h3>\r\n          <p>Classroom\u2011ready supports that align with IEPs, small groups, and inclusive classrooms.<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"card\">\r\n          <h3>\ud83c\udfe5 Hospitals & Clinics<\/h3>\r\n          <p>Low\u2011pressure learning that supports child life, nurses, and therapists during care.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/section>\r\n\r\n    <!-- FEATURED COURSES -->\r\n    <section class=\"section\" id=\"featured-courses\">\r\n      <h2 class=\"section-title\">Featured Courses<\/h2>\r\n      <p class=\"section-subtitle\">\r\n        A glimpse into the kinds of guided learning experiences inside Zapz Academy. Each course is built with\r\n        short lessons, clear visuals, and emotional safety at the center.\r\n      <\/p>\r\n\r\n      <div class=\"grid-3\">\r\n        <div class=\"card\">\r\n          <img decoding=\"async\" src=\"http:\/\/zapzacademy.online\/wp-content\/uploads\/2026\/05\/Copilot_20260517_113957.png\"\r\n          <h3>Autism Learning Path (Demo)<\/h3>\r\n          <p>Gentle, visual\u2011first lessons that support predictability, calm, and communication.<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"card\">\r\n          <img decoding=\"async\" src=\"http:\/\/zapzacademy.online\/wp-content\/uploads\/2026\/05\/Copilot_20260517_111833.png\"\r\n          <h3>ADHD Focus & Routines<\/h3>\r\n          <p>Short, movement\u2011friendly activities that help kids build focus without shame.<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"card\">\r\n         <img decoding=\"async\" src=\"http:\/\/zapzacademy.online\/wp-content\/uploads\/2026\/05\/Reading-Foundations.png\"\r\n          <h3>Reading Foundations<\/h3>\r\n          <p>Step\u2011by\u2011step early literacy support for kids who need extra time and care.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div style=\"margin-top:20px;\">\r\n        <a href=\"\/courses\" class=\"btn-primary\">Browse All Courses<\/a>\r\n      <\/div>\r\n    <\/section>\r\n\r\n    <!-- START HERE QUIZ -->\r\n    <section class=\"section\" id=\"start-here\">\r\n      <h2 class=\"section-title\">Not Sure Where to Start<\/h2>\r\n      <p class=\"section-subtitle\">\r\n        Choose what your learner needs most today and we\u2019ll guide you to the right hub or path.\r\n      <\/p>\r\n\r\n      <div class=\"grid-3\">\r\n        <div class=\"card\">\r\n          <h3>\ud83d\udcd6 Reading Help<\/h3>\r\n          <p>Support with letters, sounds, or reading confidence.<\/p>\r\n          <a href=\"\/reading-hub\" class=\"btn-primary\" style=\"margin-top:10px;display:inline-block;\">Go to Reading Hub<\/a>\r\n        <\/div>\r\n\r\n        <div class=\"card\">\r\n          <h3>\u2795 Math Support<\/h3>\r\n          <p>Help with numbers, counting, or basic math concepts.<\/p>\r\n          <a href=\"\/math-hub\" class=\"btn-primary\" style=\"margin-top:10px;display:inline-block;\">Go to Math Hub<\/a>\r\n        <\/div>\r\n\r\n        <div class=\"card\">\r\n          <h3>\ud83e\udde9 Special Needs Support<\/h3>\r\n          <p>Autism, ADHD, Dyslexia, sensory needs, or trauma\u2011informed support.<\/p>\r\n          <a href=\"\/special-needs-learning-hub\" class=\"btn-primary\" style=\"margin-top:10px;display:inline-block;\">\r\n            Go to Special Needs Hub\r\n          <\/a>\r\n        <\/div>\r\n\r\n        <div class=\"card\">\r\n          <h3>\ud83c\udfe5 Hospital\u2011Friendly Learning<\/h3>\r\n          <p>Gentle, low\u2011pressure learning for medical days and recovery.<\/p>\r\n          <a href=\"\/lovies-hospital-bundle\" class=\"btn-primary\" style=\"margin-top:10px;display:inline-block;\">\r\n            Go to Hospital Bundle\r\n          <\/a>\r\n        <\/div>\r\n\r\n        <div class=\"card\">\r\n          <h3>\ud83c\udf93 Structured Learning Path<\/h3>\r\n          <p>A clear, step\u2011by\u2011step path for reading, math, or school readiness.<\/p>\r\n          <a href=\"\/learning-paths\" class=\"btn-primary\" style=\"margin-top:10px;display:inline-block;\">\r\n            Go to Learning Paths\r\n          <\/a>\r\n        <\/div>\r\n\r\n        <div class=\"card\">\r\n          <h3>\ud83d\udce6 Smart Box & Tools<\/h3>\r\n          <p>Hands\u2011on kits that pair with digital learning.<\/p>\r\n          <a href=\"\/smart-box\" class=\"btn-primary\" style=\"margin-top:10px;display:inline-block;\">\r\n            Go to Smart Box\r\n          <\/a>\r\n        <\/div>\r\n      <\/div>\r\n    <\/section>\r\n\r\n    <!-- TESTIMONIALS -->\r\n    <section class=\"section\" id=\"testimonials\">\r\n      <h2 class=\"section-title\">What Grown\u2011Ups Are Saying<\/h2>\r\n      <p class=\"section-subtitle\">\r\n        Zapz Academy is built from lived experience. Families, teachers, and hospital staff use these tools because they work.\r\n      <\/p>\r\n\r\n      <div class=\"grid-3\">\r\n        <div class=\"testimonial\">\r\n          \u201cMy child finally has something that feels made for them \u2014 not for a pretend perfect kid.\u201d\r\n          <div class=\"testimonial-role\">Parent of an autistic and ADHD learner<\/div>\r\n        <\/div>\r\n\r\n        <div class=\"testimonial\">\r\n          \u201cThese resources fit into our hospital routines without overwhelming kids or staff.\u201d\r\n          <div class=\"testimonial-role\">Pediatric nurse, children\u2019s hospital<\/div>\r\n        <\/div>\r\n\r\n        <div class=\"testimonial\">\r\n          \u201cI can use these with my whole class and still meet my IEP students where they are.\u201d\r\n          <div class=\"testimonial-role\">Elementary special education teacher<\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/section>\r\n\r\n    <!-- FINAL CTA -->\r\n    <section class=\"section\" id=\"final-cta\">\r\n      <div class=\"cta-center\">\r\n        <h2 class=\"section-title\">Ready to Start Learning with Zapz<\/h2>\r\n        <p class=\"section-subtitle\" style=\"margin-left:auto;margin-right:auto;\">\r\n          Give your learner a space where their brain, body, and heart are all welcome. Start with a course,\r\n          a learning path, or a Smart Box \u2014 and grow from there.\r\n        <\/p>\r\n\r\n        <div style=\"display:flex;justify-content:center;gap:12px;flex-wrap:wrap;\">\r\n          <a href=\"\/courses\" class=\"btn-primary\">Start Learning Today<\/a>\r\n          <a href=\"\/special-needs-learning-hub\" class=\"btn-primary\">Explore Special Needs Learning<\/a>\r\n        <\/div>\r\n      <\/div>\r\n    <\/section>\r\n\r\n  <\/div>\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Zapz Academy \u2013 Joyful Learning for Every Child Zapz Academy \u2022 Joyful, Dignity\u2011Centered Learning Learning That Feels Like Play. Growth That Feels Like Magic. Empowering kids everywhere \u2014 at home, in school, and in hospitals \u2014 with joyful, calm, and dignity\u2011centered learning. Start Learning Explore Zapz Smart Box For families, teachers, and hospital teams supporting&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_post_transparent":"","_kad_post_title":"hide","_kad_post_layout":"fullwidth","_kad_post_sidebar_id":"","_kad_post_content_style":"unboxed","_kad_post_vertical_padding":"hide","_kad_post_feature":"hide","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-1179","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/zapzacademy.online\/home\/wp-json\/wp\/v2\/pages\/1179","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zapzacademy.online\/home\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/zapzacademy.online\/home\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/zapzacademy.online\/home\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zapzacademy.online\/home\/wp-json\/wp\/v2\/comments?post=1179"}],"version-history":[{"count":8,"href":"https:\/\/zapzacademy.online\/home\/wp-json\/wp\/v2\/pages\/1179\/revisions"}],"predecessor-version":[{"id":1686,"href":"https:\/\/zapzacademy.online\/home\/wp-json\/wp\/v2\/pages\/1179\/revisions\/1686"}],"wp:attachment":[{"href":"https:\/\/zapzacademy.online\/home\/wp-json\/wp\/v2\/media?parent=1179"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}