{"id":1413,"date":"2026-02-11T23:57:44","date_gmt":"2026-02-11T23:57:44","guid":{"rendered":"https:\/\/zapzacademy.online\/?page_id=1413"},"modified":"2026-02-12T00:00:36","modified_gmt":"2026-02-12T00:00:36","slug":"memberships","status":"publish","type":"page","link":"https:\/\/zapzacademy.online\/home\/memberships\/","title":{"rendered":"MEMBERSHIPS"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1413\" class=\"elementor elementor-1413\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cfb639d e-flex e-con-boxed e-con e-parent\" data-id=\"cfb639d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-26d0472 elementor-widget elementor-widget-html\" data-id=\"26d0472\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<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<!-- HERO SECTION -->\r\n<!-- ========================= -->\r\n<section id=\"hero\">\r\n  <div class=\"page\">\r\n\r\n    <!-- HERO IMAGE -->\r\n    <div class=\"placeholder-img\" style=\"margin-bottom:40px; height:320px;\">\r\n      Upload HERO Image (Recommended: 1600\u00d7600)\r\n    <\/div>\r\n\r\n    <span class=\"pill-label\">MEMBERSHIPS<\/span>\r\n\r\n    <h1 class=\"hero-title\">Choose Your Learning Path<\/h1>\r\n    <p class=\"hero-subtitle\">\r\n      Whether you're a student leveling up your future or an adult building new opportunities, \r\n      ZAPZ Academy and Village of HOPE offer powerful, affordable memberships designed to help you grow.\r\n    <\/p>\r\n\r\n    <div class=\"hero-cta-row\">\r\n      <a href=\"#zapz-student-membership\" class=\"btn-pill-red\">ZAPZ Academy Student<\/a>\r\n      <a href=\"#village-hope-membership\" class=\"btn-pill-red\">Village of HOPE<\/a>\r\n    <\/div>\r\n\r\n    <p class=\"hero-note\">Cancel anytime. Instant access. Mobile\u2011friendly learning.<\/p>\r\n<!-- ZAPZ ACADEMY STUDENT MEMBERSHIP -->\r\n<!-- ========================= -->\r\n<section class=\"section\" id=\"zapz-student-membership\">\r\n  <div class=\"page\">\r\n\r\n    <span class=\"pill-label\">ZAPZ ACADEMY STUDENT<\/span>\r\n\r\n    <h2 class=\"section-title\">ZAPZ Academy Student Membership<\/h2>\r\n    <p class=\"section-subtitle\">\r\n      $10\/month or $80\/year \u2014 Unlock a powerful, affordable learning path designed for students who want to grow, level up, and build real\u2011world skills.\r\n    <\/p>\r\n\r\n    <div class=\"grid-2\">\r\n\r\n      <!-- TEXT CONTENT -->\r\n      <div>\r\n        <h3 style=\"font-weight:900; margin-bottom:14px;\">What\u2019s Included<\/h3>\r\n\r\n        <ul style=\"line-height:1.8; font-size:1.05rem; padding-left:18px;\">\r\n          <li><strong>Full Access to All ZAPZ Academy Student Courses<\/strong><\/li>\r\n          <li>Literacy & reading development<\/li>\r\n          <li>Financial literacy for youth<\/li>\r\n          <li>Digital skills<\/li>\r\n          <li>Life skills<\/li>\r\n          <li>Career exploration<\/li>\r\n          <li>Personal growth & leadership<\/li>\r\n          <li>Student-friendly challenges and badges<\/li>\r\n          <li><strong>New Courses Added Automatically<\/strong><\/li>\r\n          <li><strong>Progress Tracking Dashboard<\/strong><\/li>\r\n          <li><strong>Mobile-Friendly Learning<\/strong><\/li>\r\n          <li><strong>Certificates of Completion<\/strong><\/li>\r\n        <\/ul>\r\n\r\n        <h3 style=\"font-weight:900; margin-top:30px;\">Pricing<\/h3>\r\n        <p style=\"font-size:1.05rem;\">\r\n          <strong>$10\/month<\/strong> \u2014 cancel anytime<br>\r\n          <strong>$80\/year<\/strong> \u2014 save $40\r\n        <\/p>\r\n\r\n        <div style=\"margin-top:30px;\">\r\n          <a href=\"#\" class=\"btn-pill-red\">Join for $10\/month<\/a>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- IMAGE UPLOAD SPOT -->\r\n      <div>\r\n        <div class=\"placeholder-img\" style=\"height:300px;\">\r\n          Upload ZAPZ Academy Student Membership Image (Recommended: 800\u00d7600)\r\n        <\/div>\r\n      <\/div>\r\n\r\n    <\/div>\r\n\r\n  <\/div>\r\n<\/section>\r\n\r\n\r\n\r\n<!-- ========================= -->\r\n<!-- VILLAGE OF HOPE MEMBERSHIP -->\r\n<!-- ========================= -->\r\n<section class=\"section\" id=\"village-hope-membership\">\r\n  <div class=\"page\">\r\n\r\n    <span class=\"pill-label\">VILLAGE OF HOPE<\/span>\r\n\r\n    <h2 class=\"section-title\">Village of HOPE Membership<\/h2>\r\n    <p class=\"section-subtitle\">\r\n      $20\/month or $160\/year \u2014 Access the full Village of HOPE training ecosystem designed for adults, families, and community members seeking empowerment and opportunity.\r\n    <\/p>\r\n\r\n    <div class=\"grid-2\">\r\n\r\n      <!-- TEXT CONTENT -->\r\n      <div>\r\n        <h3 style=\"font-weight:900; margin-bottom:14px;\">What\u2019s Included<\/h3>\r\n\r\n        <ul style=\"line-height:1.8; font-size:1.05rem; padding-left:18px;\">\r\n          <li><strong>Full Access to All Village of HOPE Courses<\/strong><\/li>\r\n          <li>Workforce development<\/li>\r\n          <li>Financial empowerment<\/li>\r\n          <li>Life skills & personal growth<\/li>\r\n          <li>Parenting & family support<\/li>\r\n          <li>Community leadership<\/li>\r\n          <li>Entrepreneurship<\/li>\r\n          <li>Housing readiness<\/li>\r\n          <li>Wellness & resilience<\/li>\r\n          <li><strong>New Courses Added Automatically<\/strong><\/li>\r\n          <li><strong>Certificates for Every Course<\/strong><\/li>\r\n          <li><strong>Mobile-Friendly Learning<\/strong><\/li>\r\n          <li><strong>Priority Access to New Programs<\/strong><\/li>\r\n        <\/ul>\r\n\r\n        <h3 style=\"font-weight:900; margin-top:30px;\">Pricing<\/h3>\r\n        <p style=\"font-size:1.05rem;\">\r\n          <strong>$20\/month<\/strong><br>\r\n          <strong>$160\/year<\/strong> \u2014 save $80\r\n        <\/p>\r\n\r\n        <div style=\"margin-top:30px;\">\r\n          <a href=\"#\" class=\"btn-pill-red\">Join for $20\/month<\/a>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- IMAGE UPLOAD SPOT -->\r\n      <div>\r\n        <div class=\"placeholder-img\" style=\"height:300px;\">\r\n          Upload Village of HOPE Membership Image (Recommended: 800\u00d7600)\r\n        <\/div>\r\n      <\/div>\r\n\r\n    <\/div>\r\n\r\n  <\/div>\r\n<\/section>\r\n\r\n\r\n\r\n<!-- ========================= -->\r\n<!-- TESTIMONIALS -->\r\n<!-- ========================= -->\r\n<section class=\"section\" id=\"testimonials\">\r\n  <div class=\"page\">\r\n\r\n    <h2 class=\"section-title\">What Our Members Say<\/h2>\r\n\r\n    <div class=\"grid-3\" style=\"margin-top:40px;\">\r\n\r\n      <div class=\"card\">\r\n        <div class=\"placeholder-img\" style=\"height:180px; margin-bottom:16px;\">\r\n          Upload Testimonial Image 1\r\n        <\/div>\r\n        <h3>\u201cLife\u2011Changing Experience\u201d<\/h3>\r\n        <p>\r\n          \u201cZAPZ Academy helped my son build confidence and skills he never had before. \r\n          The courses are fun, modern, and easy to follow.\u201d\r\n        <\/p>\r\n        <p style=\"margin-top:10px; font-weight:800;\">\u2014 Parent, Orlando FL<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"card\">\r\n        <div class=\"placeholder-img\" style=\"height:180px; margin-bottom:16px;\">\r\n          Upload Testimonial Image 2\r\n        <\/div>\r\n        <h3>\u201cVillage of HOPE Gave Me Direction\u201d<\/h3>\r\n        <p>\r\n          \u201cThe HOPE courses helped me get job\u2011ready and understand my finances. \r\n          I finally feel in control of my future.\u201d\r\n        <\/p>\r\n        <p style=\"margin-top:10px; font-weight:800;\">\u2014 Member, Tampa FL<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"card\">\r\n        <div class=\"placeholder-img\" style=\"height:180px; margin-bottom:16px;\">\r\n          Upload Testimonial Image 3\r\n        <\/div>\r\n        <h3>\u201cPerfect for Students\u201d<\/h3>\r\n        <p>\r\n          \u201cThe badges and challenges kept me motivated. I learned budgeting, \r\n          digital skills, and even how to prepare for interviews.\u201d\r\n        <\/p>\r\n        <p style=\"margin-top:10px; font-weight:800;\">\u2014 Student, Age 16<\/p>\r\n      <\/div>\r\n\r\n    <\/div>\r\n\r\n  <\/div>\r\n<\/section>\r\n\r\n\r\n\r\n<!-- ========================= -->\r\n<!-- FAQ SECTION -->\r\n<!-- ========================= -->\r\n<section class=\"section\" id=\"faq\">\r\n  <div class=\"page\">\r\n\r\n    <h2 class=\"section-title\">Frequently Asked Questions<\/h2>\r\n\r\n    <div class=\"grid-2\" style=\"margin-top:40px;\">\r\n\r\n      <div class=\"card\">\r\n        <h3>Can I cancel anytime?<\/h3>\r\n        <p>Yes. You can cancel your membership at any time with no penalties.<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"card\">\r\n        <h3>Do I get certificates?<\/h3>\r\n        <p>Yes. Every completed course includes a downloadable certificate.<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"card\">\r\n        <h3>Are new courses included?<\/h3>\r\n        <p>Absolutely. Members get instant access to all new courses added to their category.<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"card\">\r\n        <h3>Can I switch memberships?<\/h3>\r\n        <p>Yes. You can upgrade or switch at any time.<\/p>\r\n      <\/div>\r\n\r\n    <\/div>\r\n\r\n  <\/div>\r\n<\/section>\r\n\r\n\r\n\r\n<!-- ========================= -->\r\n<!-- FINAL CTA -->\r\n<!-- ========================= -->\r\n<section class=\"section\" id=\"final-cta\" style=\"text-align:center;\">\r\n  <div class=\"page\">\r\n\r\n    <h2 class=\"section-title\">Ready to Start Learning?<\/h2>\r\n    <p class=\"section-subtitle\">\r\n      Join thousands of students and adults transforming their futures through ZAPZ Academy and Village of HOPE.\r\n    <\/p>\r\n\r\n    <div class=\"hero-cta-row\" style=\"justify-content:center;\">\r\n      <a href=\"#zapz-student-membership\" class=\"btn-pill-red\">Join ZAPZ Academy<\/a>\r\n      <a href=\"#village-hope-membership\" class=\"btn-pill-red\">Join Village of HOPE<\/a>\r\n    <\/div>\r\n\r\n  <\/div>\r\n<\/section>\r\n\t\t\t\t<\/div>\n\t\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>Upload HERO Image (Recommended: 1600\u00d7600) MEMBERSHIPS Choose Your Learning Path Whether you&#8217;re a student leveling up your future or an adult building new opportunities, ZAPZ Academy and Village of HOPE offer powerful, affordable memberships designed to help you grow. ZAPZ Academy Student Village of HOPE Cancel anytime. Instant access. Mobile\u2011friendly learning. ZAPZ ACADEMY STUDENT ZAPZ&#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-1413","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\/1413","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=1413"}],"version-history":[{"count":4,"href":"https:\/\/zapzacademy.online\/home\/wp-json\/wp\/v2\/pages\/1413\/revisions"}],"predecessor-version":[{"id":1417,"href":"https:\/\/zapzacademy.online\/home\/wp-json\/wp\/v2\/pages\/1413\/revisions\/1417"}],"wp:attachment":[{"href":"https:\/\/zapzacademy.online\/home\/wp-json\/wp\/v2\/media?parent=1413"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}