{"id":42873,"date":"2026-03-11T15:13:42","date_gmt":"2026-03-11T15:13:42","guid":{"rendered":"https:\/\/betar.org\/?page_id=42873"},"modified":"2026-03-11T15:27:21","modified_gmt":"2026-03-11T15:27:21","slug":"42873-2","status":"publish","type":"page","link":"https:\/\/betar.org\/en\/42873-2\/","title":{"rendered":"Justice for Reservist"},"content":{"rendered":"<!-- ============================================================\n     PASTE THIS INTO WORDPRESS > PAGES > + > CUSTOM HTML BLOCK\n============================================================ -->\n\n<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Heebo:wght@400;600;700;800&display=swap');\n\n  .donate-wrapper {\n    font-family: 'Heebo', sans-serif;\n    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 60%, #1e1e2e 100%);\n    border-radius: 20px;\n    padding: 70px 30px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    margin: 30px auto;\n    max-width: 860px;\n  }\n\n  \/* Subtle grid texture *\/\n  .donate-wrapper::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background-image:\n      linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),\n      linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);\n    background-size: 40px 40px;\n    border-radius: 20px;\n    pointer-events: none;\n  }\n\n  \/* Glow blob *\/\n  .donate-wrapper::after {\n    content: '';\n    position: absolute;\n    top: -60px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 400px;\n    height: 400px;\n    background: radial-gradient(circle, rgba(220,38,38,0.18) 0%, transparent 70%);\n    pointer-events: none;\n    border-radius: 50%;\n  }\n\n  .donate-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    background: rgba(220,38,38,0.15);\n    border: 1px solid rgba(220,38,38,0.35);\n    color: #fca5a5;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    padding: 5px 14px;\n    border-radius: 999px;\n    margin-bottom: 22px;\n    position: relative;\n    z-index: 1;\n  }\n\n  .donate-badge::before {\n    content: '';\n    width: 7px;\n    height: 7px;\n    background: #ef4444;\n    border-radius: 50%;\n    animation: blink 1.4s ease-in-out infinite;\n  }\n\n  @keyframes blink {\n    0%, 100% { opacity: 1; }\n    50%       { opacity: 0.2; }\n  }\n\n  .donate-title {\n    font-size: clamp(26px, 5vw, 46px);\n    font-weight: 800;\n    color: #ffffff;\n    margin: 0 0 14px;\n    line-height: 1.2;\n    position: relative;\n    z-index: 1;\n  }\n\n  .donate-title span {\n    color: #f87171;\n  }\n\n  .donate-subtitle {\n    color: #93c5fd;\n    font-size: clamp(14px, 2.5vw, 17px);\n    font-weight: 400;\n    max-width: 520px;\n    margin: 0 auto 40px;\n    line-height: 1.7;\n    position: relative;\n    z-index: 1;\n  }\n\n  .donate-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 12px;\n    background: linear-gradient(135deg, #dc2626, #b91c1c);\n    color: #ffffff !important;\n    font-family: 'Heebo', sans-serif;\n    font-size: 20px;\n    font-weight: 800;\n    text-decoration: none !important;\n    padding: 20px 52px;\n    border-radius: 999px;\n    border: none;\n    cursor: pointer;\n    position: relative;\n    z-index: 1;\n    box-shadow:\n      0 0 0 0 rgba(220,38,38,0.5),\n      0 10px 40px rgba(220,38,38,0.35);\n    animation: glow 2.2s ease-in-out infinite;\n    transition: transform 0.2s, box-shadow 0.2s;\n    letter-spacing: 0.02em;\n  }\n\n  .donate-btn:hover {\n    transform: translateY(-3px) scale(1.03);\n    box-shadow:\n      0 0 0 0 rgba(220,38,38,0.4),\n      0 18px 50px rgba(220,38,38,0.5);\n    color: #ffffff !important;\n    text-decoration: none !important;\n  }\n\n  .donate-btn:active {\n    transform: scale(0.97);\n  }\n\n  @keyframes glow {\n    0%, 100% { box-shadow: 0 0 0 0 rgba(220,38,38,0.5), 0 10px 40px rgba(220,38,38,0.35); }\n    50%       { box-shadow: 0 0 0 14px rgba(220,38,38,0), 0 10px 40px rgba(220,38,38,0.35); }\n  }\n\n  .donate-btn svg {\n    width: 22px;\n    height: 22px;\n    flex-shrink: 0;\n    transition: transform 0.2s;\n  }\n\n  .donate-btn:hover svg {\n    transform: translateX(4px);\n  }\n\n  .donate-note {\n    margin-top: 22px;\n    color: #64748b;\n    font-size: 12px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 6px;\n    position: relative;\n    z-index: 1;\n  }\n\n  .donate-note svg {\n    width: 13px;\n    height: 13px;\n    color: #475569;\n    flex-shrink: 0;\n  }\n\n  .donate-divider {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    margin: 36px auto 0;\n    max-width: 380px;\n    position: relative;\n    z-index: 1;\n  }\n\n  .donate-divider::before,\n  .donate-divider::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: rgba(255,255,255,0.08);\n  }\n\n  .donate-divider span {\n    color: #475569;\n    font-size: 11px;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    white-space: nowrap;\n  }\n\n  .donate-trust {\n    display: flex;\n    justify-content: center;\n    flex-wrap: wrap;\n    gap: 20px;\n    margin-top: 20px;\n    position: relative;\n    z-index: 1;\n  }\n\n  .donate-trust-item {\n    display: flex;\n    align-items: center;\n    gap: 6px;\n    color: #475569;\n    font-size: 12px;\n    font-weight: 500;\n  }\n\n  .donate-trust-item svg {\n    width: 14px;\n    height: 14px;\n    color: #334155;\n  }\n\n  \/* Hebrew subtitle *\/\n  .donate-he {\n    direction: rtl;\n    color: #7dd3fc;\n    font-size: 13px;\n    margin-top: -28px;\n    margin-bottom: 36px;\n    position: relative;\n    z-index: 1;\n  }\n\n  @media (max-width: 600px) {\n    .donate-wrapper { padding: 50px 20px; border-radius: 14px; }\n    .donate-btn { font-size: 17px; padding: 17px 36px; }\n  }\n<\/style>\n\n<div class=\"donate-wrapper\">\n\n  <div class=\"donate-badge\">Support the Cause<\/div>\n\n  <h2 class=\"donate-title\">\n    Stand With<br\/><span>IDF Reservists<\/span>\n  <\/h2>\n\n  <p class=\"donate-subtitle\">\n    Your donation helps us fight for justice and fair treatment for those who protect our country.\n  <\/p>\n\n  <p class=\"donate-he\">\u05ea\u05e8\u05d5\u05de\u05ea\u05da \u05ea\u05e1\u05d9\u05d9\u05e2 \u05dc\u05e0\u05d5 \u05dc\u05d4\u05d9\u05d0\u05d1\u05e7 \u05dc\u05de\u05e2\u05df \u05e6\u05d3\u05e7 \u05dc\u05de\u05e9\u05e8\u05ea\u05d9 \u05d4\u05de\u05d9\u05dc\u05d5\u05d0\u05d9\u05dd<\/p>\n\n  <a href=\"https:\/\/pixel-perfect-clone-2725.lovable.app\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"donate-btn\">\n    Donate Now\n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" stroke-width=\"2.5\" stroke=\"currentColor\">\n      <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M13.5 4.5L21 12m0 0l-7.5 7.5M21 12H3\"\/>\n    <\/svg>\n  <\/a>\n\n  <p class=\"donate-note\">\n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" stroke-width=\"2\" stroke=\"currentColor\">\n      <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 10.5V6.75a4.5 4.5 0 10-9 0v3.75m-.75 11.25h10.5a2.25 2.25 0 002.25-2.25v-6.75a2.25 2.25 0 00-2.25-2.25H6.75a2.25 2.25 0 00-2.25 2.25v6.75a2.25 2.25 0 002.25 2.25z\"\/>\n    <\/svg>\n    Secure external link \u00b7 You will be redirected to our donation page\n  <\/p>\n\n  <div class=\"donate-divider\"><span>Why donate?<\/span><\/div>\n\n  <div class=\"donate-trust\">\n    <div class=\"donate-trust-item\">\n      <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" stroke-width=\"2\" stroke=\"currentColor\">\n        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 12.75L11.25 15 15 9.75m-3-7.036A11.959 11.959 0 013.598 6 11.99 11.99 0 003 9.749c0 5.592 3.824 10.29 9 11.623 5.176-1.332 9-6.03 9-11.622 0-1.31-.21-2.571-.598-3.751h-.152c-3.196 0-6.1-1.248-8.25-3.285z\"\/>\n      <\/svg>\n      100% Transparent\n    <\/div>\n    <div class=\"donate-trust-item\">\n      <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" stroke-width=\"2\" stroke=\"currentColor\">\n        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12z\"\/>\n      <\/svg>\n      Real Impact\n    <\/div>\n    <div class=\"donate-trust-item\">\n      <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" stroke-width=\"2\" stroke=\"currentColor\">\n        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M18 18.72a9.094 9.094 0 003.741-.479 3 3 0 00-4.682-2.72m.94 3.198l.001.031c0 .225-.012.447-.037.666A11.944 11.944 0 0112 21c-2.17 0-4.207-.576-5.963-1.584A6.062 6.062 0 016 18.719m12 0a5.971 5.971 0 00-.941-3.197m0 0A5.995 5.995 0 0012 12.75a5.995 5.995 0 00-5.058 2.772m0 0a3 3 0 00-4.681 2.72 8.986 8.986 0 003.74.477m.94-3.197a5.971 5.971 0 00-.94 3.197M15 6.75a3 3 0 11-6 0 3 3 0 016 0zm6 3a2.25 2.25 0 11-4.5 0 2.25 2.25 0 014.5 0zm-13.5 0a2.25 2.25 0 11-4.5 0 2.25 2.25 0 014.5 0z\"\/>\n      <\/svg>\n      Community Driven\n    <\/div>\n  <\/div>\n\n<\/div>\n<!-- ============================================================ -->\n\n\n\n<pre class=\"wp-block-code\"><code><\/code><\/pre>\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>Support the Cause Stand WithIDF Reservists Your donation helps us fight for justice and fair treatment for those who protect our country. \u05ea\u05e8\u05d5\u05de\u05ea\u05da \u05ea\u05e1\u05d9\u05d9\u05e2 \u05dc\u05e0\u05d5 \u05dc\u05d4\u05d9\u05d0\u05d1\u05e7 \u05dc\u05de\u05e2\u05df \u05e6\u05d3\u05e7 \u05dc\u05de\u05e9\u05e8\u05ea\u05d9 \u05d4\u05de\u05d9\u05dc\u05d5\u05d0\u05d9\u05dd Donate Now Secure external link \u00b7 You will be redirected to our donation page Why donate? 100% Transparent Real Impact Community Driven<\/p>","protected":false},"author":7,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-42873","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Justice for Reservist - Betar: Zionist Movement of Ze\u2019ev Jabotinsky<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/betar.org\/en\/42873-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Justice for Reservist - Betar: Zionist Movement of Ze\u2019ev Jabotinsky\" \/>\n<meta property=\"og:description\" content=\"Support the Cause Stand WithIDF Reservists Your donation helps us fight for justice and fair treatment for those who protect our country. \u05ea\u05e8\u05d5\u05de\u05ea\u05da \u05ea\u05e1\u05d9\u05d9\u05e2 \u05dc\u05e0\u05d5 \u05dc\u05d4\u05d9\u05d0\u05d1\u05e7 \u05dc\u05de\u05e2\u05df \u05e6\u05d3\u05e7 \u05dc\u05de\u05e9\u05e8\u05ea\u05d9 \u05d4\u05de\u05d9\u05dc\u05d5\u05d0\u05d9\u05dd Donate Now Secure external link \u00b7 You will be redirected to our donation page Why donate? 100% Transparent Real Impact Community Driven\" \/>\n<meta property=\"og:url\" content=\"https:\/\/betar.org\/en\/42873-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Betar: Zionist Movement of Ze\u2019ev Jabotinsky\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-11T15:27:21+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/betar.org\/42873-2\/\",\"url\":\"https:\/\/betar.org\/42873-2\/\",\"name\":\"Justice for Reservist - Betar: Zionist Movement of Ze\u2019ev Jabotinsky\",\"isPartOf\":{\"@id\":\"https:\/\/betar.org\/#website\"},\"datePublished\":\"2026-03-11T15:13:42+00:00\",\"dateModified\":\"2026-03-11T15:27:21+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/betar.org\/42873-2\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/betar.org\/42873-2\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/betar.org\/42873-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/betar.org\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Justice for Reservist\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/betar.org\/#website\",\"url\":\"https:\/\/betar.org\/\",\"name\":\"Betar US: Zionist Movement of Ze\u2019ev Jabotinsky\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/betar.org\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/betar.org\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/betar.org\/#organization\",\"name\":\"Betar US: Zionist Movement of Ze\u2019ev Jabotinsky\",\"url\":\"https:\/\/betar.org\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/betar.org\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/betar.org\/wp-content\/uploads\/2025\/01\/Betar-Favicon.svg\",\"contentUrl\":\"https:\/\/betar.org\/wp-content\/uploads\/2025\/01\/Betar-Favicon.svg\",\"width\":64,\"height\":64,\"caption\":\"Betar US: Zionist Movement of Ze\u2019ev Jabotinsky\"},\"image\":{\"@id\":\"https:\/\/betar.org\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Justice for Reservist - Betar: Zionist Movement of Ze\u2019ev Jabotinsky","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:\/\/betar.org\/en\/42873-2\/","og_locale":"en_US","og_type":"article","og_title":"Justice for Reservist - Betar: Zionist Movement of Ze\u2019ev Jabotinsky","og_description":"Support the Cause Stand WithIDF Reservists Your donation helps us fight for justice and fair treatment for those who protect our country. \u05ea\u05e8\u05d5\u05de\u05ea\u05da \u05ea\u05e1\u05d9\u05d9\u05e2 \u05dc\u05e0\u05d5 \u05dc\u05d4\u05d9\u05d0\u05d1\u05e7 \u05dc\u05de\u05e2\u05df \u05e6\u05d3\u05e7 \u05dc\u05de\u05e9\u05e8\u05ea\u05d9 \u05d4\u05de\u05d9\u05dc\u05d5\u05d0\u05d9\u05dd Donate Now Secure external link \u00b7 You will be redirected to our donation page Why donate? 100% Transparent Real Impact Community Driven","og_url":"https:\/\/betar.org\/en\/42873-2\/","og_site_name":"Betar: Zionist Movement of Ze\u2019ev Jabotinsky","article_modified_time":"2026-03-11T15:27:21+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/betar.org\/42873-2\/","url":"https:\/\/betar.org\/42873-2\/","name":"Justice for Reservist - Betar: Zionist Movement of Ze\u2019ev Jabotinsky","isPartOf":{"@id":"https:\/\/betar.org\/#website"},"datePublished":"2026-03-11T15:13:42+00:00","dateModified":"2026-03-11T15:27:21+00:00","breadcrumb":{"@id":"https:\/\/betar.org\/42873-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/betar.org\/42873-2\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/betar.org\/42873-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/betar.org\/"},{"@type":"ListItem","position":2,"name":"Justice for Reservist"}]},{"@type":"WebSite","@id":"https:\/\/betar.org\/#website","url":"https:\/\/betar.org\/","name":"Betar US: Zionist Movement of Ze\u2019ev Jabotinsky","description":"","publisher":{"@id":"https:\/\/betar.org\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/betar.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/betar.org\/#organization","name":"Betar US: Zionist Movement of Ze\u2019ev Jabotinsky","url":"https:\/\/betar.org\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/betar.org\/#\/schema\/logo\/image\/","url":"https:\/\/betar.org\/wp-content\/uploads\/2025\/01\/Betar-Favicon.svg","contentUrl":"https:\/\/betar.org\/wp-content\/uploads\/2025\/01\/Betar-Favicon.svg","width":64,"height":64,"caption":"Betar US: Zionist Movement of Ze\u2019ev Jabotinsky"},"image":{"@id":"https:\/\/betar.org\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/betar.org\/en\/wp-json\/wp\/v2\/pages\/42873","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/betar.org\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/betar.org\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/betar.org\/en\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/betar.org\/en\/wp-json\/wp\/v2\/comments?post=42873"}],"version-history":[{"count":0,"href":"https:\/\/betar.org\/en\/wp-json\/wp\/v2\/pages\/42873\/revisions"}],"wp:attachment":[{"href":"https:\/\/betar.org\/en\/wp-json\/wp\/v2\/media?parent=42873"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}