{"id":49,"date":"2026-05-28T08:15:26","date_gmt":"2026-05-28T08:15:26","guid":{"rendered":"https:\/\/xorvo.online\/?page_id=49"},"modified":"2026-05-28T08:39:11","modified_gmt":"2026-05-28T08:39:11","slug":"thank-you-page","status":"publish","type":"page","link":"https:\/\/xorvo.online\/?page_id=49","title":{"rendered":"Thank You Page"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"49\" class=\"elementor elementor-49\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8d19f68 e-flex e-con-boxed e-con e-parent\" data-id=\"8d19f68\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f2292f3 e-flex e-con-boxed e-con e-parent\" data-id=\"f2292f3\" 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-9c935ca elementor-widget elementor-widget-html\" data-id=\"9c935ca\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Thank You \u2014 Unshackled Men Africa<\/title>\n<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Lato:wght@300;400;700&display=swap');\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --navy: #0a0f2c;\n    --gold: #c9a84c;\n    --gold-light: #e8cc80;\n    --gold-pale: #f5e9c8;\n    --charcoal: #1a1f3a;\n    --white: #ffffff;\n    --off-white: #faf8f2;\n    --text-muted: #8a8fa8;\n  }\n\n  html { scroll-behavior: smooth; }\n\n  body {\n    background-color: var(--navy);\n    color: var(--white);\n    font-family: 'Lato', sans-serif;\n    font-weight: 300;\n    line-height: 1.7;\n    min-height: 100vh;\n    overflow-x: hidden;\n  }\n\n  \/* Background grain texture *\/\n  body::before {\n    content: '';\n    position: fixed;\n    inset: 0;\n    background-image: url(\"data:image\/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'\/%3E%3C\/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'\/%3E%3C\/svg%3E\");\n    pointer-events: none;\n    z-index: 0;\n    opacity: 0.5;\n  }\n\n  \/* Gold ambient glow top *\/\n  body::after {\n    content: '';\n    position: fixed;\n    top: -200px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 800px;\n    height: 500px;\n    background: radial-gradient(ellipse, rgba(201,168,76,0.12) 0%, transparent 70%);\n    pointer-events: none;\n    z-index: 0;\n  }\n\n  .page-wrap {\n    position: relative;\n    z-index: 1;\n    max-width: 680px;\n    margin: 0 auto;\n    padding: 0 24px 80px;\n  }\n\n  \/* \u2500\u2500 BLOG HEADER \u2500\u2500 *\/\n  .blog-header {\n    background: linear-gradient(135deg, #0d0d0d 0%, #1a1206 100%);\n    border-bottom: 1px solid rgba(201,168,76,0.3);\n    text-align: center;\n    padding: 18px 24px;\n    position: relative;\n    z-index: 1;\n    margin-bottom: 0;\n  }\n\n  .blog-header-name {\n    font-family: 'Playfair Display', serif;\n    font-style: italic;\n    color: var(--gold);\n    font-size: 18px;\n    letter-spacing: 0.03em;\n    margin-bottom: 4px;\n  }\n\n  .blog-header-tagline {\n    font-size: 11px;\n    color: rgba(201,168,76,0.6);\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  \/* \u2500\u2500 CHAIN ANIMATION \u2500\u2500 *\/\n  .chain-hero {\n    text-align: center;\n    padding: 60px 0 30px;\n    animation: fadeDown 0.8s ease both;\n  }\n\n  .chain-icon {\n    display: inline-block;\n    margin-bottom: 24px;\n    animation: chainBreak 1s ease 0.4s both;\n  }\n\n  .chain-icon svg {\n    width: 72px;\n    height: 72px;\n    filter: drop-shadow(0 0 20px rgba(201,168,76,0.5));\n  }\n\n  @keyframes chainBreak {\n    0% { transform: scale(0.5) rotate(-10deg); opacity: 0; }\n    60% { transform: scale(1.15) rotate(3deg); }\n    80% { transform: scale(0.95) rotate(-1deg); }\n    100% { transform: scale(1) rotate(0deg); opacity: 1; }\n  }\n\n  \/* \u2500\u2500 GOLD DIVIDER \u2500\u2500 *\/\n  .gold-line {\n    width: 100%;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, var(--gold), transparent);\n    margin: 0 auto 32px;\n    opacity: 0.5;\n  }\n\n  .gold-line-short {\n    width: 60px;\n    height: 1px;\n    background: var(--gold);\n    margin: 16px auto;\n    opacity: 0.7;\n  }\n\n  \/* \u2500\u2500 MAIN HEADING \u2500\u2500 *\/\n  .headline {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(32px, 6vw, 48px);\n    font-weight: 700;\n    color: var(--gold-light);\n    text-align: center;\n    line-height: 1.2;\n    margin-bottom: 12px;\n    animation: fadeDown 0.8s ease 0.2s both;\n  }\n\n  .headline-sub {\n    font-family: 'Playfair Display', serif;\n    font-style: italic;\n    font-size: clamp(16px, 3vw, 20px);\n    color: rgba(255,255,255,0.7);\n    text-align: center;\n    margin-bottom: 40px;\n    animation: fadeDown 0.8s ease 0.35s both;\n  }\n\n  @keyframes fadeDown {\n    from { opacity: 0; transform: translateY(-18px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* \u2500\u2500 CONFIRMATION CARD \u2500\u2500 *\/\n  .confirm-card {\n    background: linear-gradient(135deg, rgba(201,168,76,0.08) 0%, rgba(201,168,76,0.03) 100%);\n    border: 1px solid rgba(201,168,76,0.25);\n    border-radius: 4px;\n    padding: 36px 32px;\n    margin-bottom: 40px;\n    text-align: center;\n    animation: fadeUp 0.8s ease 0.5s both;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .confirm-card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 2px;\n    background: linear-gradient(90deg, transparent, var(--gold), transparent);\n  }\n\n  .confirm-icon {\n    width: 56px;\n    height: 56px;\n    background: rgba(201,168,76,0.15);\n    border: 1px solid rgba(201,168,76,0.4);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 20px;\n  }\n\n  .confirm-icon svg {\n    width: 28px;\n    height: 28px;\n    stroke: var(--gold);\n  }\n\n  .confirm-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 22px;\n    color: var(--gold-light);\n    margin-bottom: 12px;\n  }\n\n  .confirm-text {\n    font-size: 15px;\n    color: rgba(255,255,255,0.75);\n    line-height: 1.8;\n    max-width: 480px;\n    margin: 0 auto;\n  }\n\n  .confirm-text strong {\n    color: var(--gold-light);\n    font-weight: 700;\n  }\n\n  \/* \u2500\u2500 DOWNLOAD SECTION \u2500\u2500 *\/\n  .download-section {\n    margin-bottom: 40px;\n    animation: fadeUp 0.8s ease 0.65s both;\n  }\n\n  .section-label {\n    font-size: 11px;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--gold);\n    text-align: center;\n    margin-bottom: 24px;\n    opacity: 0.8;\n  }\n\n  .download-item {\n    background: rgba(255,255,255,0.03);\n    border: 1px solid rgba(255,255,255,0.08);\n    border-left: 3px solid var(--gold);\n    border-radius: 4px;\n    padding: 20px 24px;\n    display: flex;\n    align-items: center;\n    gap: 18px;\n    margin-bottom: 14px;\n    transition: background 0.2s, border-color 0.2s;\n    text-decoration: none;\n  }\n\n  .download-item:hover {\n    background: rgba(201,168,76,0.06);\n    border-color: rgba(255,255,255,0.15);\n    border-left-color: var(--gold-light);\n  }\n\n  .download-num {\n    width: 36px;\n    height: 36px;\n    background: rgba(201,168,76,0.12);\n    border: 1px solid rgba(201,168,76,0.3);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    font-family: 'Playfair Display', serif;\n    font-size: 15px;\n    color: var(--gold);\n  }\n\n  .download-info { flex: 1; }\n\n  .download-title {\n    font-size: 15px;\n    font-weight: 700;\n    color: var(--white);\n    margin-bottom: 3px;\n  }\n\n  .download-desc {\n    font-size: 13px;\n    color: var(--text-muted);\n  }\n\n  .download-badge {\n    font-size: 11px;\n    padding: 4px 10px;\n    border-radius: 2px;\n    background: rgba(201,168,76,0.15);\n    color: var(--gold);\n    border: 1px solid rgba(201,168,76,0.3);\n    white-space: nowrap;\n    flex-shrink: 0;\n    font-weight: 700;\n    letter-spacing: 0.05em;\n  }\n\n  .download-badge.bonus {\n    background: rgba(255,255,255,0.05);\n    color: rgba(255,255,255,0.5);\n    border-color: rgba(255,255,255,0.1);\n  }\n\n  \/* \u2500\u2500 WHAT TO DO NEXT \u2500\u2500 *\/\n  .next-steps {\n    margin-bottom: 40px;\n    animation: fadeUp 0.8s ease 0.8s both;\n  }\n\n  .steps-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 16px;\n    margin-top: 24px;\n  }\n\n  .step-card {\n    background: rgba(255,255,255,0.02);\n    border: 1px solid rgba(255,255,255,0.07);\n    border-radius: 4px;\n    padding: 20px 22px;\n    display: flex;\n    gap: 16px;\n    align-items: flex-start;\n  }\n\n  .step-num {\n    font-family: 'Playfair Display', serif;\n    font-size: 28px;\n    color: rgba(201,168,76,0.25);\n    line-height: 1;\n    flex-shrink: 0;\n    min-width: 32px;\n  }\n\n  .step-content {}\n\n  .step-title {\n    font-size: 15px;\n    font-weight: 700;\n    color: var(--gold-light);\n    margin-bottom: 6px;\n  }\n\n  .step-text {\n    font-size: 14px;\n    color: rgba(255,255,255,0.6);\n    line-height: 1.7;\n  }\n\n  \/* \u2500\u2500 PERSONAL NOTE \u2500\u2500 *\/\n  .personal-note {\n    background: linear-gradient(135deg, rgba(10,15,44,0.8), rgba(26,31,58,0.8));\n    border: 1px solid rgba(201,168,76,0.15);\n    border-radius: 4px;\n    padding: 36px 32px;\n    margin-bottom: 40px;\n    animation: fadeUp 0.8s ease 0.95s both;\n    position: relative;\n  }\n\n  .quote-mark {\n    font-family: 'Playfair Display', serif;\n    font-size: 80px;\n    color: rgba(201,168,76,0.12);\n    line-height: 0.6;\n    position: absolute;\n    top: 24px;\n    left: 20px;\n  }\n\n  .note-text {\n    font-family: 'Playfair Display', serif;\n    font-style: italic;\n    font-size: clamp(15px, 2.5vw, 18px);\n    color: rgba(255,255,255,0.85);\n    line-height: 1.9;\n    padding-left: 20px;\n    margin-bottom: 20px;\n  }\n\n  .note-sig {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    padding-left: 20px;\n  }\n\n  .sig-avatar {\n    width: 44px;\n    height: 44px;\n    background: rgba(201,168,76,0.15);\n    border: 1px solid rgba(201,168,76,0.35);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-family: 'Playfair Display', serif;\n    font-size: 16px;\n    color: var(--gold);\n    flex-shrink: 0;\n  }\n\n  .sig-name {\n    font-size: 15px;\n    font-weight: 700;\n    color: var(--gold-light);\n    margin-bottom: 2px;\n  }\n\n  .sig-title {\n    font-size: 12px;\n    color: var(--text-muted);\n    letter-spacing: 0.05em;\n  }\n\n  \/* \u2500\u2500 SHARE SECTION \u2500\u2500 *\/\n  .share-section {\n    text-align: center;\n    margin-bottom: 40px;\n    animation: fadeUp 0.8s ease 1.1s both;\n  }\n\n  .share-text {\n    font-size: 14px;\n    color: rgba(255,255,255,0.5);\n    margin-bottom: 18px;\n    line-height: 1.8;\n  }\n\n  .share-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    background: #25D366;\n    color: #ffffff;\n    text-decoration: none;\n    padding: 13px 26px;\n    border-radius: 4px;\n    font-size: 14px;\n    font-weight: 700;\n    letter-spacing: 0.03em;\n    transition: background 0.2s, transform 0.15s;\n  }\n\n  .share-btn:hover {\n    background: #1fba57;\n    transform: translateY(-2px);\n  }\n\n  .share-btn svg {\n    width: 20px;\n    height: 20px;\n    fill: currentColor;\n  }\n\n  \/* \u2500\u2500 FOOTER \u2500\u2500 *\/\n  .page-footer {\n    text-align: center;\n    padding-top: 40px;\n    border-top: 1px solid rgba(255,255,255,0.06);\n    animation: fadeUp 0.8s ease 1.2s both;\n  }\n\n  .footer-logo {\n    font-family: 'Playfair Display', serif;\n    font-size: 18px;\n    color: var(--gold);\n    letter-spacing: 0.08em;\n    margin-bottom: 8px;\n  }\n\n  .footer-tagline {\n    font-size: 12px;\n    color: var(--text-muted);\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    margin-bottom: 20px;\n  }\n\n  .footer-links {\n    display: flex;\n    justify-content: center;\n    gap: 24px;\n    margin-bottom: 20px;\n  }\n\n  .footer-links a {\n    font-size: 12px;\n    color: var(--text-muted);\n    text-decoration: none;\n    transition: color 0.2s;\n  }\n\n  .footer-links a:hover { color: var(--gold); }\n\n  .footer-copy {\n    font-size: 11px;\n    color: rgba(255,255,255,0.2);\n  }\n\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(20px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* \u2500\u2500 MOBILE \u2500\u2500 *\/\n  @media (max-width: 480px) {\n    .confirm-card { padding: 28px 20px; }\n    .personal-note { padding: 28px 20px; }\n    .download-item { flex-wrap: wrap; }\n    .download-badge { width: 100%; text-align: center; }\n    .footer-links { flex-direction: column; gap: 12px; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- BLOG HEADER -->\n<div class=\"blog-header\">\n  <div class=\"blog-header-name\">Unshackled Men Africa<\/div>\n  <div class=\"blog-header-tagline\">Break Free &nbsp;\u00b7&nbsp; Rewire Your Mind &nbsp;\u00b7&nbsp; Walk in Freedom<\/div>\n<\/div>\n\n<div class=\"page-wrap\">\n\n  <!-- CHAIN ICON HERO -->\n  <div class=\"chain-hero\">\n    <div class=\"chain-icon\">\n      <svg viewBox=\"0 0 72 72\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n        <!-- Left broken chain link -->\n        <path d=\"M20 28C20 22 24 18 30 18H34L30 22C27 22 24 25 24 28C24 31 27 34 30 34H38\" stroke=\"#c9a84c\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/>\n        <!-- Right broken chain link -->\n        <path d=\"M52 44C52 50 48 54 42 54H38L42 50C45 50 48 47 48 44C48 41 45 38 42 38H34\" stroke=\"#c9a84c\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/>\n        <!-- Break gap sparkle -->\n        <circle cx=\"36\" cy=\"36\" r=\"3\" fill=\"#c9a84c\" opacity=\"0.9\"\/>\n        <line x1=\"33\" y1=\"33\" x2=\"30\" y2=\"30\" stroke=\"#c9a84c\" stroke-width=\"1.5\" stroke-linecap=\"round\" opacity=\"0.6\"\/>\n        <line x1=\"39\" y1=\"33\" x2=\"42\" y2=\"30\" stroke=\"#c9a84c\" stroke-width=\"1.5\" stroke-linecap=\"round\" opacity=\"0.6\"\/>\n        <line x1=\"36\" y1=\"31\" x2=\"36\" y2=\"27\" stroke=\"#c9a84c\" stroke-width=\"1.5\" stroke-linecap=\"round\" opacity=\"0.6\"\/>\n      <\/svg>\n    <\/div>\n\n    <div class=\"headline\">You Are Unshackled.<\/div>\n    <div class=\"headline-sub\">Your journey to freedom starts right now.<\/div>\n    <div class=\"gold-line-short\"><\/div>\n  <\/div>\n\n  <!-- CONFIRMATION CARD -->\n  <div class=\"confirm-card\">\n    <div class=\"confirm-icon\">\n      <svg viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n        <path d=\"M5 14L11 20L23 8\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n      <\/svg>\n    <\/div>\n    <div class=\"confirm-title\">Payment Confirmed<\/div>\n    <div class=\"gold-line-short\"><\/div>\n    <p class=\"confirm-text\">\n      Brother, your order is complete. <strong>A confirmation email is on its way to your inbox right now<\/strong> \u2014 check your spam folder if you do not see it within 5 minutes. Your downloads are ready below.\n    <\/p>\n  <\/div>\n\n  <!-- DOWNLOAD SECTION -->\n  <div class=\"download-section\">\n    <div class=\"section-label\">Your Downloads Are Ready<\/div>\n    <div class=\"gold-line\"><\/div>\n\n    <a href=\"https:\/\/selar.com\/hw8910qv7p\" target=\"_blank\" class=\"download-item\">\n      <div class=\"download-num\">1<\/div>\n      <div class=\"download-info\">\n        <div class=\"download-title\">Unshackled \u2014 The Main Guide<\/div>\n        <div class=\"download-desc\">The African Man's 30-Day Protocol \u00b7 PDF \u00b7 Full 3-Phase System<\/div>\n      <\/div>\n      <div class=\"download-badge\">DOWNLOAD<\/div>\n    <\/a>\n\n    <a href=\"https:\/\/selar.com\/hw8910qv7p\" target=\"_blank\" class=\"download-item\">\n      <div class=\"download-num\">2<\/div>\n      <div class=\"download-info\">\n        <div class=\"download-title\">The Freedom Journal<\/div>\n        <div class=\"download-desc\">30 Days of Guided Reflection \u00b7 PDF \u00b7 Daily Prompts & Tracker<\/div>\n      <\/div>\n      <div class=\"download-badge bonus\">BONUS<\/div>\n    <\/a>\n\n    <a href=\"https:\/\/selar.com\/hw8910qv7p\" target=\"_blank\" class=\"download-item\">\n      <div class=\"download-num\">3<\/div>\n      <div class=\"download-info\">\n        <div class=\"download-title\">The Clean Man's Phone Setup Guide<\/div>\n        <div class=\"download-desc\">Remove Every Access Point \u00b7 PDF \u00b7 Step-by-Step Checklist<\/div>\n      <\/div>\n      <div class=\"download-badge bonus\">BONUS<\/div>\n    <\/a>\n  <\/div>\n\n  <!-- WHAT TO DO NEXT -->\n  <div class=\"next-steps\">\n    <div class=\"section-label\">What To Do Right Now<\/div>\n    <div class=\"gold-line\"><\/div>\n\n    <div class=\"steps-grid\">\n      <div class=\"step-card\">\n        <div class=\"step-num\">01<\/div>\n        <div class=\"step-content\">\n          <div class=\"step-title\">Download all three files<\/div>\n          <div class=\"step-text\">Save them to a private folder on your phone or laptop. Rename the folder something only you will recognise. Your privacy is yours to protect.<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"step-card\">\n        <div class=\"step-num\">02<\/div>\n        <div class=\"step-content\">\n          <div class=\"step-title\">Start with the Main Guide \u2014 today<\/div>\n          <div class=\"step-text\">Do not wait until Monday. Do not wait until you feel ready. Open the guide right now and read the Personal Letter on the first page. It was written specifically for you.<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"step-card\">\n        <div class=\"step-num\">03<\/div>\n        <div class=\"step-content\">\n          <div class=\"step-title\">Complete your Trigger Map by Day 7<\/div>\n          <div class=\"step-text\">This is the single most important exercise in the entire protocol. Give it your full honesty. Nobody else will see your answers \u2014 but they will shape everything that follows.<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"step-card\">\n        <div class=\"step-num\">04<\/div>\n        <div class=\"step-content\">\n          <div class=\"step-title\">Set up your phone environment on Day 8<\/div>\n          <div class=\"step-text\">Use the Phone Setup Guide bonus to complete your Environment Audit the moment Phase 2 begins. Do not skip this step. Your environment is your first line of defence.<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- PERSONAL NOTE FROM TUNDE -->\n  <div class=\"personal-note\">\n    <div class=\"quote-mark\">\"<\/div>\n    <p class=\"note-text\">\n      Brother \u2014 the fact that you are on this page means you made a decision today that most men never make. Not because they do not want freedom. Because they are too afraid to admit they need help finding it.<br><br>\n      You were not too afraid. That makes you stronger than you know.<br><br>\n      The next 30 days will not always be easy. There will be days when the protocol feels heavy and the old pull feels strong. On those days, come back to this page. Remember the decision you made today. Remember who you are becoming.<br><br>\n      I am rooting for you. Every single day.\n    <\/p>\n    <div class=\"note-sig\">\n      <div class=\"sig-avatar\">T<\/div>\n      <div>\n        <div class=\"sig-name\">Tunde Balogun<\/div>\n        <div class=\"sig-title\">Freedom Coach &amp; Former Addict \u00b7 Unshackled Men Africa<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- SHARE SECTION -->\n  <div class=\"share-section\">\n    <div class=\"gold-line\"><\/div>\n    <p class=\"share-text\">\n      Do you know a brother who is fighting this battle alone right now?<br>\n      You do not have to say why you are sharing it. Just share it.<br>\n      You might be saving someone's life.\n    <\/p>\n    <a href=\"https:\/\/wa.me\/?text=I%20found%20something%20that%20might%20help%20you%20brother.%20https%3A%2F%2Fxorvo.online%2F%3Fpage_id%3D7\" target=\"_blank\" class=\"share-btn\">\n      <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347z\"\/><path d=\"M12 0C5.373 0 0 5.373 0 12c0 2.127.558 4.126 1.535 5.858L.057 23.428a.75.75 0 0 0 .916.943l5.71-1.498A11.944 11.944 0 0 0 12 24c6.627 0 12-5.373 12-12S18.627 0 12 0zm0 21.75a9.713 9.713 0 0 1-4.953-1.355l-.355-.211-3.688.968.984-3.596-.232-.371A9.715 9.715 0 0 1 2.25 12C2.25 6.615 6.615 2.25 12 2.25S21.75 6.615 21.75 12 17.385 21.75 12 21.75z\"\/><\/svg>\n      Share on WhatsApp\n    <\/a>\n  <\/div>\n\n  <!-- FOOTER -->\n  <div class=\"page-footer\">\n    <div class=\"footer-logo\">UNSHACKLED MEN AFRICA<\/div>\n    <div class=\"footer-tagline\">Break Free &nbsp;\u00b7&nbsp; Rewire Your Mind &nbsp;\u00b7&nbsp; Walk in Freedom<\/div>\n    <div class=\"footer-links\">\n      <a href=\"#\">Privacy Policy<\/a>\n      <a href=\"#\">Contact<\/a>\n      <a href=\"#\">Refund Policy<\/a>\n    <\/div>\n    <div class=\"footer-copy\">\u00a9 2025 Unshackled Men Africa. All rights reserved.<\/div>\n  <\/div>\n\n<\/div><!-- end page-wrap -->\n\n<\/body>\n<\/html>\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>Thank You \u2014 Unshackled Men Africa Unshackled Men Africa Break Free &nbsp;\u00b7&nbsp; Rewire Your Mind &nbsp;\u00b7&nbsp; Walk in Freedom You Are Unshackled. Your journey to freedom starts right now. Payment Confirmed Brother, your order is complete. A confirmation email is on its way to your inbox right now \u2014 check your spam folder if you [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-49","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/xorvo.online\/index.php?rest_route=\/wp\/v2\/pages\/49","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xorvo.online\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/xorvo.online\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/xorvo.online\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/xorvo.online\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=49"}],"version-history":[{"count":4,"href":"https:\/\/xorvo.online\/index.php?rest_route=\/wp\/v2\/pages\/49\/revisions"}],"predecessor-version":[{"id":53,"href":"https:\/\/xorvo.online\/index.php?rest_route=\/wp\/v2\/pages\/49\/revisions\/53"}],"wp:attachment":[{"href":"https:\/\/xorvo.online\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=49"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}