{"id":1397,"date":"2026-02-11T23:35:25","date_gmt":"2026-02-11T23:35:25","guid":{"rendered":"https:\/\/zapzacademy.online\/?page_id=1397"},"modified":"2026-02-11T23:38:36","modified_gmt":"2026-02-11T23:38:36","slug":"membership-page","status":"publish","type":"page","link":"https:\/\/zapzacademy.online\/home\/membership-page\/","title":{"rendered":"ZAPZ ACADEMY STUDENT MEMBERSHIP"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1397\" class=\"elementor elementor-1397\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3daf66e e-flex e-con-boxed e-con e-parent\" data-id=\"3daf66e\" 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-2d2744a elementor-widget elementor-widget-html\" data-id=\"2d2744a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n    :root {\n      --zapz-red: #FF0015;\n      --zapz-dark: #111111;\n      --zapz-text: #222222;\n      --zapz-soft-gray: #F5F5F5;\n      --zapz-border: #E0E0E0;\n      --zapz-white: #FFFFFF;\n      --zapz-light-red: #FFF5F6;\n    }\n\n    * { box-sizing: border-box; }\n\n    body {\n      margin: 0;\n      font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n      color: var(--zapz-text);\n      background: var(--zapz-white);\n    }\n\n    a { text-decoration: none; }\n\n    .page {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 24px 16px 60px;\n    }\n\n    \/* SECTION SPACING *\/\n    .section {\n      padding: 70px 0;\n      border-bottom: 1px solid var(--zapz-border);\n    }\n\n    #hero {\n      background: linear-gradient(180deg, var(--zapz-light-red) 0%, #FFFFFF 100%);\n      border-bottom: none;\n      padding-top: 90px;\n      padding-bottom: 90px;\n    }\n\n    \/* RED PILL BUTTONS *\/\n    .btn-primary,\n    .btn-secondary,\n    .btn-pill-red {\n      display: inline-block;\n      padding: 14px 34px;\n      border-radius: 999px;\n      background: var(--zapz-red);\n      color: var(--zapz-white);\n      font-weight: 900;\n      font-size: 1rem;\n      letter-spacing: 0.03em;\n      border: none;\n      transition: 0.25s ease;\n    }\n\n    .btn-primary:hover,\n    .btn-secondary:hover,\n    .btn-pill-red:hover {\n      background: #D90012;\n      transform: translateY(-2px);\n    }\n\n    \/* RED PILL LABELS *\/\n    .pill-label,\n    .mini-label {\n      display: inline-block;\n      padding: 6px 16px;\n      border-radius: 999px;\n      background: var(--zapz-red);\n      color: var(--zapz-white);\n      font-size: 0.8rem;\n      font-weight: 900;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      margin-bottom: 14px;\n    }\n\n    \/* RED PILL TAGS *\/\n    .tag {\n      display: inline-block;\n      padding: 6px 14px;\n      border-radius: 999px;\n      background: var(--zapz-red);\n      color: var(--zapz-white);\n      font-size: 0.8rem;\n      font-weight: 800;\n      letter-spacing: 0.03em;\n      transition: 0.25s ease;\n    }\n\n    .tag:hover {\n      background: #D90012;\n      transform: translateY(-2px);\n    }\n\n    \/* SECTION TITLES WITH RED ACCENT *\/\n    .section-title {\n      font-size: 2.2rem;\n      font-weight: 900;\n      margin: 0 0 18px;\n      color: var(--zapz-dark);\n      position: relative;\n      padding-bottom: 10px;\n    }\n\n    .section-title::after {\n      content: \"\";\n      display: block;\n      width: 60px;\n      height: 5px;\n      background: var(--zapz-red);\n      border-radius: 999px;\n      margin-top: 12px;\n    }\n\n    .section-subtitle {\n      font-size: 1.05rem;\n      max-width: 680px;\n      line-height: 1.7;\n      margin: 0 0 28px;\n      color: #444;\n    }\n\n    \/* GRID SYSTEM *\/\n    .grid-2 {\n      display: grid;\n      grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);\n      gap: 40px;\n      align-items: center;\n    }\n\n    .grid-3 {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n      gap: 32px;\n    }\n\n    .grid-4 {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n      gap: 28px;\n    }\n\n    \/* CARDS *\/\n    .card {\n      border-radius: 16px;\n      border: 1px solid var(--zapz-border);\n      background: var(--zapz-white);\n      padding: 24px 24px 28px;\n      box-shadow: 0 4px 14px rgba(0,0,0,0.04);\n      transition: 0.25s ease;\n    }\n\n    .card:hover {\n      border-color: var(--zapz-red);\n      box-shadow: 0 8px 22px rgba(255, 0, 21, 0.12);\n      transform: translateY(-6px);\n    }\n\n    .card h3 {\n      font-size: 1.2rem;\n      font-weight: 800;\n      margin: 0 0 8px;\n      color: var(--zapz-dark);\n    }\n\n    .card p {\n      margin: 0;\n      font-size: 1rem;\n      line-height: 1.7;\n    }\n\n    \/* PLACEHOLDER IMAGES *\/\n    .placeholder-img {\n      width: 100%;\n      border-radius: 18px;\n      border: 2px dashed var(--zapz-red);\n      background: #FAFAFA;\n      color: var(--zapz-red);\n      font-size: 0.95rem;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      padding: 50px 16px;\n      text-align: center;\n      transition: 0.2s ease;\n    }\n\n    .placeholder-img:hover {\n      background: #FFF1F3;\n      transform: translateY(-3px);\n    }\n\n    \/* HERO *\/\n    .hero-title {\n      font-size: 3rem;\n      font-weight: 900;\n      margin: 0 0 14px;\n      color: var(--zapz-dark);\n    }\n\n    .hero-subtitle {\n      font-size: 1.15rem;\n      line-height: 1.8;\n      max-width: 600px;\n      margin: 0 0 24px;\n      color: #444;\n    }\n\n    .hero-cta-row {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 14px;\n      margin-bottom: 20px;\n    }\n\n    .hero-note {\n      font-size: 0.9rem;\n      color: #666;\n    }\n\n    \/* MOBILE *\/\n    @media (max-width: 768px) {\n      .grid-2 { grid-template-columns: 1fr; }\n      .hero-title { font-size: 2.3rem; }\n    }\n  <\/style>\n<\/head>\n<section class=\"section\" id=\"zapz-student-membership\">\n  <div class=\"page\">\n\n    <span class=\"pill-label\">ZAPZ ACADEMY STUDENT<\/span>\n\n    <h2 class=\"section-title\">ZAPZ Academy Student Membership<\/h2>\n    <p class=\"section-subtitle\">\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.\n    <\/p>\n\n    <div class=\"grid-2\">\n      <div>\n        <h3 style=\"font-weight:900; color:var(--zapz-dark); margin-bottom:14px;\">What\u2019s Included<\/h3>\n\n        <ul style=\"line-height:1.8; font-size:1.05rem; padding-left:18px;\">\n          <li><strong>Full Access to All ZAPZ Academy Student Courses<\/strong><\/li>\n          <li>Literacy & reading development<\/li>\n          <li>Financial literacy for youth<\/li>\n          <li>Digital skills<\/li>\n          <li>Life skills<\/li>\n          <li>Career exploration<\/li>\n          <li>Personal growth & leadership<\/li>\n          <li>Student-friendly challenges and badges<\/li>\n          <li><strong>New Courses Added Automatically<\/strong><\/li>\n          <li><strong>Progress Tracking Dashboard<\/strong><\/li>\n          <li><strong>Mobile-Friendly Learning<\/strong><\/li>\n          <li><strong>Certificates of Completion<\/strong><\/li>\n        <\/ul>\n\n        <h3 style=\"font-weight:900; margin-top:30px;\">Pricing<\/h3>\n        <p style=\"font-size:1.05rem;\">\n          <strong>$10\/month<\/strong> \u2014 cancel anytime<br>\n          <strong>$80\/year<\/strong> \u2014 save $40\n        <\/p>\n\n        <h3 style=\"font-weight:900; margin-top:30px;\">Access Control<\/h3>\n        <p style=\"font-size:1.05rem;\">\n          This membership unlocks <strong>only<\/strong> the courses inside the \n          <strong>ZAPZ Academy Student<\/strong> category.\n        <\/p>\n\n        <h3 style=\"font-weight:900; margin-top:30px;\">Who This Is For<\/h3>\n        <ul style=\"line-height:1.8; font-size:1.05rem; padding-left:18px;\">\n          <li>Students ages 8\u201318<\/li>\n          <li>Youth preparing for future careers<\/li>\n          <li>Families wanting affordable learning<\/li>\n          <li>Schools using ZAPZ Academy as a supplemental program<\/li>\n        <\/ul>\n\n        <div style=\"margin-top:30px;\">\n          <a href=\"#\" class=\"btn-pill-red\">Join for $10\/month<\/a>\n        <\/div>\n      <\/div>\n\n      <div>\n        <div class=\"placeholder-img\">ZAPZ Academy Student Membership Image<\/div>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/section>\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>ZAPZ ACADEMY STUDENT ZAPZ Academy Student Membership $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. What\u2019s Included Full Access to All ZAPZ Academy Student Courses Literacy &#038; reading development Financial literacy for youth Digital skills Life skills Career exploration Personal&#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-1397","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\/1397","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=1397"}],"version-history":[{"count":5,"href":"https:\/\/zapzacademy.online\/home\/wp-json\/wp\/v2\/pages\/1397\/revisions"}],"predecessor-version":[{"id":1402,"href":"https:\/\/zapzacademy.online\/home\/wp-json\/wp\/v2\/pages\/1397\/revisions\/1402"}],"wp:attachment":[{"href":"https:\/\/zapzacademy.online\/home\/wp-json\/wp\/v2\/media?parent=1397"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}