{"id":23,"date":"2026-05-30T15:02:27","date_gmt":"2026-05-30T15:02:27","guid":{"rendered":"https:\/\/jopiti.online\/?page_id=23"},"modified":"2026-05-30T23:27:29","modified_gmt":"2026-05-30T23:27:29","slug":"thank-you-page-the-fresh-woman-protocol","status":"publish","type":"page","link":"https:\/\/jopiti.online\/?page_id=23","title":{"rendered":"Thank you page &#8211; The fresh woman protocol"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"23\" class=\"elementor elementor-23\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0acfc5f e-flex e-con-boxed e-con e-parent\" data-id=\"0acfc5f\" 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-31e4572 elementor-widget elementor-widget-html\" data-id=\"31e4572\" 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<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n<title>Thank You \u2014 The Fresh Woman Protocol<\/title>\r\n<style>\r\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400;1,600&family=DM+Sans:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap');\r\n\r\n  :root {\r\n    --maroon: #2D0A0A;\r\n    --maroon-deep: #1A0404;\r\n    --maroon-mid: #3D1010;\r\n    --gold: #C9933A;\r\n    --gold-light: #E8B96A;\r\n    --gold-pale: #F5E4C0;\r\n    --cream: #FAF6EF;\r\n    --ink: #1A1208;\r\n    --warm-grey: #8A7E72;\r\n    --border: #E2D9CC;\r\n    --white: #FFFFFF;\r\n    --green-confirm: #1A4A2E;\r\n    --green-light: #25A244;\r\n  }\r\n\r\n  * { margin: 0; padding: 0; box-sizing: border-box; }\r\n\r\n  html { scroll-behavior: smooth; }\r\n\r\n  body {\r\n    background: var(--maroon-deep);\r\n    font-family: 'DM Sans', sans-serif;\r\n    color: var(--cream);\r\n    min-height: 100vh;\r\n    overflow-x: hidden;\r\n  }\r\n\r\n  \/* \u2500\u2500 AMBIENT BACKGROUND \u2500\u2500 *\/\r\n  body::before {\r\n    content: '';\r\n    position: fixed;\r\n    inset: 0;\r\n    background:\r\n      radial-gradient(ellipse 80% 60% at 50% 0%, rgba(201,147,58,0.12) 0%, transparent 65%),\r\n      radial-gradient(ellipse 60% 40% at 20% 100%, rgba(45,10,10,0.8) 0%, transparent 60%),\r\n      radial-gradient(ellipse 60% 40% at 80% 100%, rgba(45,10,10,0.8) 0%, transparent 60%);\r\n    pointer-events: none;\r\n    z-index: 0;\r\n  }\r\n\r\n  \/* \u2500\u2500 PARTICLE LAYER \u2500\u2500 *\/\r\n  .particles {\r\n    position: fixed;\r\n    inset: 0;\r\n    pointer-events: none;\r\n    z-index: 0;\r\n    overflow: hidden;\r\n  }\r\n  .particle {\r\n    position: absolute;\r\n    width: 2px;\r\n    height: 2px;\r\n    border-radius: 50%;\r\n    background: var(--gold);\r\n    opacity: 0;\r\n    animation: float-up var(--dur) var(--delay) infinite ease-in-out;\r\n  }\r\n  @keyframes float-up {\r\n    0%   { opacity: 0; transform: translateY(0) scale(0.5); }\r\n    20%  { opacity: 0.4; }\r\n    80%  { opacity: 0.2; }\r\n    100% { opacity: 0; transform: translateY(-120px) scale(1.2); }\r\n  }\r\n\r\n  \/* \u2500\u2500 PAGE WRAP \u2500\u2500 *\/\r\n  .page {\r\n    position: relative;\r\n    z-index: 1;\r\n    max-width: 680px;\r\n    margin: 0 auto;\r\n    padding: 0 20px 80px;\r\n  }\r\n\r\n  \/* \u2500\u2500 TOP BLOG STRIP \u2500\u2500 *\/\r\n  .blog-strip {\r\n    background: rgba(255,255,255,0.04);\r\n    border-bottom: 1px solid rgba(201,147,58,0.2);\r\n    padding: 14px 20px;\r\n    text-align: center;\r\n    font-size: 12px;\r\n    color: rgba(232,185,106,0.7);\r\n    letter-spacing: 2px;\r\n    text-transform: uppercase;\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-style: italic;\r\n    position: relative;\r\n    z-index: 1;\r\n  }\r\n  .blog-strip strong { color: var(--gold-light); font-style: normal; font-weight: 600; }\r\n\r\n  \/* \u2500\u2500 HERO SECTION \u2500\u2500 *\/\r\n  .hero {\r\n    text-align: center;\r\n    padding: 56px 0 40px;\r\n    animation: fadeSlideUp 0.9s ease both;\r\n  }\r\n  @keyframes fadeSlideUp {\r\n    from { opacity: 0; transform: translateY(28px); }\r\n    to   { opacity: 1; transform: translateY(0); }\r\n  }\r\n\r\n  .check-circle {\r\n    width: 80px;\r\n    height: 80px;\r\n    border-radius: 50%;\r\n    background: linear-gradient(135deg, var(--green-confirm), #0D2E1A);\r\n    border: 2px solid rgba(37,162,68,0.4);\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    margin: 0 auto 28px;\r\n    font-size: 36px;\r\n    box-shadow: 0 0 40px rgba(37,162,68,0.25), 0 0 80px rgba(37,162,68,0.1);\r\n    animation: pulse-check 2.5s ease-in-out infinite;\r\n  }\r\n  @keyframes pulse-check {\r\n    0%, 100% { box-shadow: 0 0 40px rgba(37,162,68,0.25), 0 0 80px rgba(37,162,68,0.1); }\r\n    50%       { box-shadow: 0 0 60px rgba(37,162,68,0.4), 0 0 120px rgba(37,162,68,0.15); }\r\n  }\r\n\r\n  .confirmed-label {\r\n    display: inline-block;\r\n    background: rgba(37,162,68,0.15);\r\n    border: 1px solid rgba(37,162,68,0.35);\r\n    color: #6EE89A;\r\n    font-size: 11px;\r\n    font-weight: 700;\r\n    letter-spacing: 3px;\r\n    text-transform: uppercase;\r\n    padding: 5px 16px;\r\n    border-radius: 20px;\r\n    margin-bottom: 22px;\r\n  }\r\n\r\n  .hero h1 {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: 46px;\r\n    font-weight: 700;\r\n    line-height: 1.1;\r\n    color: var(--white);\r\n    margin-bottom: 10px;\r\n  }\r\n  .hero h1 em {\r\n    color: var(--gold-light);\r\n    font-style: italic;\r\n  }\r\n\r\n  .hero-sub {\r\n    font-size: 17px;\r\n    color: rgba(245,228,192,0.75);\r\n    line-height: 1.6;\r\n    max-width: 500px;\r\n    margin: 0 auto 32px;\r\n    font-weight: 300;\r\n  }\r\n\r\n  \/* \u2500\u2500 GOLD DIVIDER \u2500\u2500 *\/\r\n  .gold-line {\r\n    width: 80px;\r\n    height: 1px;\r\n    background: linear-gradient(90deg, transparent, var(--gold), transparent);\r\n    margin: 0 auto 40px;\r\n  }\r\n\r\n  \/* \u2500\u2500 WHAT HAPPENS NEXT CARD \u2500\u2500 *\/\r\n  .next-steps-card {\r\n    background: rgba(255,255,255,0.04);\r\n    border: 1px solid rgba(201,147,58,0.2);\r\n    border-radius: 16px;\r\n    overflow: hidden;\r\n    margin-bottom: 28px;\r\n    animation: fadeSlideUp 0.9s 0.15s ease both;\r\n  }\r\n  .card-header {\r\n    background: linear-gradient(135deg, rgba(201,147,58,0.15) 0%, rgba(201,147,58,0.05) 100%);\r\n    border-bottom: 1px solid rgba(201,147,58,0.2);\r\n    padding: 20px 28px;\r\n  }\r\n  .card-header h2 {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: 22px;\r\n    font-weight: 700;\r\n    color: var(--gold-light);\r\n  }\r\n  .card-header p {\r\n    font-size: 13px;\r\n    color: rgba(245,228,192,0.6);\r\n    margin-top: 4px;\r\n  }\r\n  .card-body { padding: 24px 28px; }\r\n\r\n  .step-row {\r\n    display: flex;\r\n    gap: 18px;\r\n    align-items: flex-start;\r\n    padding: 16px 0;\r\n    border-bottom: 1px solid rgba(255,255,255,0.06);\r\n  }\r\n  .step-row:last-child { border-bottom: none; padding-bottom: 0; }\r\n\r\n  .step-num {\r\n    width: 36px;\r\n    height: 36px;\r\n    border-radius: 50%;\r\n    background: var(--maroon-mid);\r\n    border: 1px solid rgba(201,147,58,0.3);\r\n    color: var(--gold-light);\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: 16px;\r\n    font-weight: 700;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    flex-shrink: 0;\r\n    margin-top: 2px;\r\n  }\r\n  .step-text h4 {\r\n    font-size: 15px;\r\n    font-weight: 600;\r\n    color: var(--white);\r\n    margin-bottom: 4px;\r\n  }\r\n  .step-text p {\r\n    font-size: 13px;\r\n    color: rgba(245,228,192,0.65);\r\n    line-height: 1.6;\r\n  }\r\n  .step-text a {\r\n    color: var(--gold-light);\r\n    text-decoration: none;\r\n    font-weight: 600;\r\n  }\r\n  .step-text a:hover { text-decoration: underline; }\r\n\r\n  \/* \u2500\u2500 DOWNLOAD BOX \u2500\u2500 *\/\r\n  .download-box {\r\n    background: linear-gradient(135deg, rgba(201,147,58,0.12) 0%, rgba(201,147,58,0.04) 100%);\r\n    border: 1px solid rgba(201,147,58,0.3);\r\n    border-radius: 14px;\r\n    padding: 28px;\r\n    margin-bottom: 28px;\r\n    text-align: center;\r\n    animation: fadeSlideUp 0.9s 0.25s ease both;\r\n  }\r\n  .download-box h3 {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: 22px;\r\n    color: var(--gold-light);\r\n    margin-bottom: 8px;\r\n  }\r\n  .download-box p {\r\n    font-size: 14px;\r\n    color: rgba(245,228,192,0.65);\r\n    margin-bottom: 22px;\r\n    line-height: 1.6;\r\n  }\r\n\r\n  .product-list {\r\n    list-style: none;\r\n    text-align: left;\r\n    margin-bottom: 24px;\r\n    display: flex;\r\n    flex-direction: column;\r\n    gap: 10px;\r\n  }\r\n  .product-list li {\r\n    display: flex;\r\n    align-items: center;\r\n    gap: 12px;\r\n    background: rgba(255,255,255,0.04);\r\n    border: 1px solid rgba(201,147,58,0.15);\r\n    border-radius: 10px;\r\n    padding: 12px 16px;\r\n    font-size: 14px;\r\n    color: var(--cream);\r\n  }\r\n  .product-list li .icon {\r\n    font-size: 20px;\r\n    flex-shrink: 0;\r\n  }\r\n  .product-list li strong {\r\n    color: var(--white);\r\n    display: block;\r\n    font-size: 14px;\r\n    margin-bottom: 1px;\r\n  }\r\n  .product-list li span {\r\n    font-size: 12px;\r\n    color: rgba(245,228,192,0.5);\r\n  }\r\n  .product-list li .free-tag {\r\n    margin-left: auto;\r\n    background: rgba(37,162,68,0.2);\r\n    border: 1px solid rgba(37,162,68,0.35);\r\n    color: #6EE89A;\r\n    font-size: 11px;\r\n    font-weight: 700;\r\n    padding: 3px 10px;\r\n    border-radius: 10px;\r\n    white-space: nowrap;\r\n    flex-shrink: 0;\r\n  }\r\n\r\n  .download-btn {\r\n    display: block;\r\n    width: 100%;\r\n    background: linear-gradient(135deg, var(--gold) 0%, #A87420 100%);\r\n    color: var(--maroon-deep);\r\n    text-align: center;\r\n    padding: 18px 24px;\r\n    font-size: 16px;\r\n    font-weight: 700;\r\n    border-radius: 10px;\r\n    text-decoration: none;\r\n    font-family: 'Cormorant Garamond', serif;\r\n    letter-spacing: 0.5px;\r\n    transition: all 0.25s ease;\r\n    box-shadow: 0 4px 20px rgba(201,147,58,0.3);\r\n  }\r\n  .download-btn:hover {\r\n    background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 100%);\r\n    box-shadow: 0 6px 30px rgba(201,147,58,0.45);\r\n    transform: translateY(-1px);\r\n  }\r\n  .download-note {\r\n    font-size: 12px;\r\n    color: rgba(245,228,192,0.4);\r\n    margin-top: 12px;\r\n    font-style: italic;\r\n  }\r\n\r\n  \/* \u2500\u2500 MAMA ADAEZE QUOTE \u2500\u2500 *\/\r\n  .quote-block {\r\n    position: relative;\r\n    background: rgba(255,255,255,0.03);\r\n    border: 1px solid rgba(201,147,58,0.15);\r\n    border-left: 3px solid var(--gold);\r\n    border-radius: 0 12px 12px 0;\r\n    padding: 24px 28px;\r\n    margin-bottom: 28px;\r\n    animation: fadeSlideUp 0.9s 0.35s ease both;\r\n  }\r\n  .quote-mark {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: 72px;\r\n    color: rgba(201,147,58,0.2);\r\n    line-height: 0.5;\r\n    position: absolute;\r\n    top: 20px;\r\n    left: 18px;\r\n  }\r\n  .quote-text {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: 19px;\r\n    font-style: italic;\r\n    color: var(--gold-pale);\r\n    line-height: 1.65;\r\n    padding-left: 20px;\r\n    margin-bottom: 14px;\r\n  }\r\n  .quote-attr {\r\n    font-size: 12px;\r\n    color: rgba(201,147,58,0.6);\r\n    font-weight: 600;\r\n    letter-spacing: 1.5px;\r\n    text-transform: uppercase;\r\n    padding-left: 20px;\r\n  }\r\n\r\n  \/* \u2500\u2500 PHASE PREVIEW CARD \u2500\u2500 *\/\r\n  .phases-card {\r\n    background: rgba(255,255,255,0.04);\r\n    border: 1px solid rgba(201,147,58,0.2);\r\n    border-radius: 16px;\r\n    overflow: hidden;\r\n    margin-bottom: 28px;\r\n    animation: fadeSlideUp 0.9s 0.45s ease both;\r\n  }\r\n  .phases-header {\r\n    padding: 18px 28px;\r\n    background: rgba(255,255,255,0.03);\r\n    border-bottom: 1px solid rgba(201,147,58,0.15);\r\n  }\r\n  .phases-header h3 {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: 20px;\r\n    color: var(--gold-light);\r\n  }\r\n  .phases-header p {\r\n    font-size: 13px;\r\n    color: rgba(245,228,192,0.5);\r\n    margin-top: 3px;\r\n  }\r\n  .phases-body { padding: 20px 28px; display: flex; flex-direction: column; gap: 14px; }\r\n\r\n  .phase-row {\r\n    display: flex;\r\n    align-items: center;\r\n    gap: 16px;\r\n    padding: 14px 16px;\r\n    background: rgba(255,255,255,0.03);\r\n    border-radius: 10px;\r\n    border: 1px solid rgba(255,255,255,0.05);\r\n  }\r\n  .phase-badge {\r\n    min-width: 70px;\r\n    text-align: center;\r\n    padding: 6px 10px;\r\n    border-radius: 6px;\r\n    font-size: 11px;\r\n    font-weight: 700;\r\n    letter-spacing: 1.5px;\r\n    text-transform: uppercase;\r\n  }\r\n  .phase-1 { background: rgba(45,10,10,0.8); border: 1px solid rgba(201,147,58,0.4); color: var(--gold-light); }\r\n  .phase-2 { background: rgba(26,74,46,0.5); border: 1px solid rgba(37,162,68,0.3); color: #90EE90; }\r\n  .phase-3 { background: rgba(42,26,74,0.5); border: 1px solid rgba(140,100,200,0.3); color: #C9B8F0; }\r\n\r\n  .phase-info h4 { font-size: 14px; font-weight: 600; color: var(--white); margin-bottom: 2px; }\r\n  .phase-info p { font-size: 12px; color: rgba(245,228,192,0.55); line-height: 1.5; }\r\n  .phase-days {\r\n    margin-left: auto;\r\n    font-size: 11px;\r\n    color: rgba(201,147,58,0.6);\r\n    font-weight: 600;\r\n    white-space: nowrap;\r\n    flex-shrink: 0;\r\n  }\r\n\r\n  \/* \u2500\u2500 QUICK WIN BOX \u2500\u2500 *\/\r\n  .quick-win {\r\n    background: linear-gradient(135deg, rgba(26,74,46,0.3) 0%, rgba(13,45,26,0.3) 100%);\r\n    border: 1px solid rgba(37,162,68,0.3);\r\n    border-radius: 14px;\r\n    padding: 22px 24px;\r\n    margin-bottom: 28px;\r\n    display: flex;\r\n    gap: 16px;\r\n    align-items: flex-start;\r\n    animation: fadeSlideUp 0.9s 0.55s ease both;\r\n  }\r\n  .quick-win-icon { font-size: 30px; flex-shrink: 0; margin-top: 2px; }\r\n  .quick-win h3 {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: 19px;\r\n    color: #90EE90;\r\n    margin-bottom: 6px;\r\n  }\r\n  .quick-win p { font-size: 13px; color: rgba(245,228,192,0.65); line-height: 1.65; }\r\n  .quick-win strong { color: #90EE90; }\r\n\r\n  \/* \u2500\u2500 SHARE SECTION \u2500\u2500 *\/\r\n  .share-section {\r\n    background: rgba(255,255,255,0.03);\r\n    border: 1px solid rgba(201,147,58,0.15);\r\n    border-radius: 14px;\r\n    padding: 24px 28px;\r\n    margin-bottom: 28px;\r\n    text-align: center;\r\n    animation: fadeSlideUp 0.9s 0.65s ease both;\r\n  }\r\n  .share-section h3 {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: 21px;\r\n    color: var(--gold-light);\r\n    margin-bottom: 8px;\r\n  }\r\n  .share-section p {\r\n    font-size: 13px;\r\n    color: rgba(245,228,192,0.6);\r\n    margin-bottom: 20px;\r\n    line-height: 1.6;\r\n  }\r\n  .share-buttons { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }\r\n  .share-btn {\r\n    display: flex;\r\n    align-items: center;\r\n    gap: 8px;\r\n    padding: 11px 20px;\r\n    border-radius: 8px;\r\n    font-size: 13px;\r\n    font-weight: 600;\r\n    text-decoration: none;\r\n    transition: all 0.2s ease;\r\n    border: none;\r\n    cursor: pointer;\r\n    font-family: 'DM Sans', sans-serif;\r\n  }\r\n  .share-wa {\r\n    background: rgba(37,211,102,0.15);\r\n    border: 1px solid rgba(37,211,102,0.3);\r\n    color: #25D366;\r\n  }\r\n  .share-wa:hover { background: rgba(37,211,102,0.25); }\r\n  .share-fb {\r\n    background: rgba(66,103,178,0.15);\r\n    border: 1px solid rgba(66,103,178,0.3);\r\n    color: #7B9ED9;\r\n  }\r\n  .share-fb:hover { background: rgba(66,103,178,0.25); }\r\n  .share-copy {\r\n    background: rgba(201,147,58,0.15);\r\n    border: 1px solid rgba(201,147,58,0.3);\r\n    color: var(--gold-light);\r\n  }\r\n  .share-copy:hover { background: rgba(201,147,58,0.25); }\r\n\r\n  \/* \u2500\u2500 ELLIE MESSAGE \u2500\u2500 *\/\r\n  .ellie-message {\r\n    background: rgba(255,255,255,0.03);\r\n    border: 1px solid rgba(201,147,58,0.15);\r\n    border-radius: 14px;\r\n    padding: 28px;\r\n    margin-bottom: 28px;\r\n    animation: fadeSlideUp 0.9s 0.75s ease both;\r\n  }\r\n  .ellie-top {\r\n    display: flex;\r\n    align-items: center;\r\n    gap: 14px;\r\n    margin-bottom: 18px;\r\n  }\r\n  .ellie-avatar {\r\n    width: 52px; height: 52px;\r\n    border-radius: 50%;\r\n    background: linear-gradient(135deg, var(--maroon), var(--maroon-mid));\r\n    border: 2px solid rgba(201,147,58,0.4);\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    color: var(--gold-light);\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: 22px;\r\n    font-weight: 700;\r\n    flex-shrink: 0;\r\n  }\r\n  .ellie-meta strong { display: block; color: var(--white); font-size: 15px; }\r\n  .ellie-meta span { color: rgba(201,147,58,0.6); font-size: 12px; }\r\n  .ellie-message p {\r\n    font-size: 15px;\r\n    line-height: 1.8;\r\n    color: rgba(245,228,192,0.8);\r\n    margin-bottom: 14px;\r\n  }\r\n  .ellie-message p:last-child { margin-bottom: 0; }\r\n  .ellie-message em { color: var(--gold-pale); font-style: italic; }\r\n  .ellie-sig {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: 20px;\r\n    font-style: italic;\r\n    color: var(--gold-light);\r\n    margin-top: 18px;\r\n  }\r\n\r\n  \/* \u2500\u2500 FINAL CTA \u2500\u2500 *\/\r\n  .final-cta {\r\n    text-align: center;\r\n    padding: 36px 0 0;\r\n    animation: fadeSlideUp 0.9s 0.85s ease both;\r\n  }\r\n  .final-cta p {\r\n    font-size: 13px;\r\n    color: rgba(245,228,192,0.45);\r\n    margin-top: 16px;\r\n    font-style: italic;\r\n  }\r\n\r\n  \/* \u2500\u2500 FOOTER \u2500\u2500 *\/\r\n  .page-footer {\r\n    border-top: 1px solid rgba(201,147,58,0.1);\r\n    padding: 28px 20px;\r\n    text-align: center;\r\n    margin-top: 40px;\r\n  }\r\n  .footer-blog {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: 16px;\r\n    font-style: italic;\r\n    color: var(--gold-light);\r\n    margin-bottom: 8px;\r\n  }\r\n  .footer-links {\r\n    display: flex;\r\n    gap: 20px;\r\n    justify-content: center;\r\n    flex-wrap: wrap;\r\n    margin-bottom: 12px;\r\n  }\r\n  .footer-links a { font-size: 12px; color: rgba(245,228,192,0.4); text-decoration: none; }\r\n  .footer-links a:hover { color: var(--gold-light); }\r\n  .footer-copy { font-size: 12px; color: rgba(245,228,192,0.25); }\r\n\r\n  \/* \u2500\u2500 CONFETTI BURST \u2500\u2500 *\/\r\n  .confetti-wrap {\r\n    position: fixed;\r\n    inset: 0;\r\n    pointer-events: none;\r\n    z-index: 100;\r\n    overflow: hidden;\r\n  }\r\n  .confetti-piece {\r\n    position: absolute;\r\n    top: -20px;\r\n    width: 8px;\r\n    height: 8px;\r\n    border-radius: 2px;\r\n    opacity: 0;\r\n    animation: confetti-fall var(--cf-dur) var(--cf-delay) ease-in both;\r\n  }\r\n  @keyframes confetti-fall {\r\n    0%   { opacity: 1; transform: translateY(0) rotate(0deg) scale(1); }\r\n    100% { opacity: 0; transform: translateY(110vh) rotate(720deg) scale(0.3); }\r\n  }\r\n\r\n  \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\r\n  @media (max-width: 520px) {\r\n    .hero h1 { font-size: 34px; }\r\n    .card-body, .phases-body { padding: 16px 18px; }\r\n    .card-header, .phases-header { padding: 16px 18px; }\r\n    .ellie-message, .quote-block, .download-box { padding: 20px 18px; }\r\n    .share-buttons { flex-direction: column; align-items: center; }\r\n    .share-btn { width: 100%; justify-content: center; }\r\n  }\r\n<\/style>\r\n<\/head>\r\n<body>\r\n\r\n<!-- AMBIENT PARTICLES -->\r\n<div class=\"particles\" id=\"particles\"><\/div>\r\n\r\n<!-- CONFETTI -->\r\n<div class=\"confetti-wrap\" id=\"confettiWrap\"><\/div>\r\n\r\n<!-- BLOG STRIP -->\r\n<div class=\"blog-strip\">\r\n  <strong>Ellie's Blog<\/strong> &nbsp;\u00b7&nbsp; No. 1 Women's Health Blog in Africa\r\n<\/div>\r\n\r\n<div class=\"page\">\r\n\r\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\r\n  <!-- HERO -->\r\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\r\n  <div class=\"hero\">\r\n    <div class=\"check-circle\">\u2713<\/div>\r\n    <div class=\"confirmed-label\">Payment Confirmed<\/div>\r\n    <h1>Welcome to Your<br><em>Fresh Woman Journey<\/em><\/h1>\r\n    <p class=\"hero-sub\">Your payment was successful. Everything you need is waiting for you below. Read this page carefully \u2014 it tells you exactly what to do next.<\/p>\r\n    <div class=\"gold-line\"><\/div>\r\n  <\/div>\r\n\r\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\r\n  <!-- WHAT HAPPENS NEXT -->\r\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\r\n  <div class=\"next-steps-card\">\r\n    <div class=\"card-header\">\r\n      <h2>What Happens Now \u2014 3 Simple Steps<\/h2>\r\n      <p>Everything is instant. Nothing to wait for.<\/p>\r\n    <\/div>\r\n    <div class=\"card-body\">\r\n      <div class=\"step-row\">\r\n        <div class=\"step-num\">1<\/div>\r\n        <div class=\"step-text\">\r\n          <h4>Check Your Email Right Now<\/h4>\r\n          <p>A download email has been sent to the address you used at checkout. Check your inbox \u2014 and your <strong>spam or promotions folder<\/strong> if you do not see it within 5 minutes. The email comes from <a href=\"mailto:vitalcore0526@gmail.com\">vitalcore0526@gmail.com<\/a> \u2014 mark it as safe so future messages reach you.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"step-row\">\r\n        <div class=\"step-num\">2<\/div>\r\n        <div class=\"step-text\">\r\n          <h4>Download All Three Files<\/h4>\r\n          <p>Your email contains download links for all three products: <strong>The Fresh Woman Protocol<\/strong>, <strong>The Fresh Woman Food Bible<\/strong>, and <strong>The Husband Notices Journal<\/strong>. Save them to your phone or laptop. You can read them offline at any time \u2014 no internet needed once downloaded.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"step-row\">\r\n        <div class=\"step-num\">3<\/div>\r\n        <div class=\"step-text\">\r\n          <h4>Start Reading Today \u2014 Not Tomorrow<\/h4>\r\n          <p>Open <strong>The Fresh Woman Protocol<\/strong> first. Do not skip the introduction. Read it from the beginning. On page 8 you will find the <strong>Immediate Relief Recipe<\/strong> \u2014 a two-ingredient rinse you can prepare tonight that will give you a noticeable result within the hour. Start there.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\r\n  <!-- DOWNLOAD BOX -->\r\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\r\n  <div class=\"download-box\">\r\n    <h3>Your Complete Package<\/h3>\r\n    <p>Three products. Delivered instantly to your inbox. All yours.<\/p>\r\n\r\n    <ul class=\"product-list\">\r\n      <li>\r\n        <span class=\"icon\">\ud83d\udcd7<\/span>\r\n        <div>\r\n          <strong>The Fresh Woman Protocol<\/strong>\r\n          <span>The complete 7-day natural restoration guide \u2014 your main product<\/span>\r\n        <\/div>\r\n      <\/li>\r\n      <li>\r\n        <span class=\"icon\">\ud83e\udd66<\/span>\r\n        <div>\r\n          <strong>The Fresh Woman Food Bible<\/strong>\r\n          <span>Nigerian foods that restore your pH \u2014 and the ones making it worse<\/span>\r\n        <\/div>\r\n        <span class=\"free-tag\">FREE<\/span>\r\n      <\/li>\r\n      <li>\r\n        <span class=\"icon\">\ud83d\udcd3<\/span>\r\n        <div>\r\n          <strong>The Husband Notices Journal<\/strong>\r\n          <span>Your private 7-day confidence tracker<\/span>\r\n        <\/div>\r\n        <span class=\"free-tag\">FREE<\/span>\r\n      <\/li>\r\n    <\/ul>\r\n\r\n    <a href=\"mailto:vitalcore0526@gmail.com\" class=\"download-btn\">\r\n      \u2709\ufe0f &nbsp; Resend My Download Email\r\n    <\/a>\r\n    <p class=\"download-note\">If you do not receive the email within 10 minutes, click above and we will resend it immediately.<\/p>\r\n  <\/div>\r\n\r\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\r\n  <!-- MAMA ADAEZE QUOTE -->\r\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\r\n  <div class=\"quote-block\">\r\n    <div class=\"quote-mark\">\"<\/div>\r\n    <p class=\"quote-text\">You have already done the hardest part. You chose yourself. Now follow the steps exactly, trust what your body already knows how to do, and let the restoration happen. In seven days you will feel like yourself again \u2014 perhaps for the first time in a long time.<\/p>\r\n    <div class=\"quote-attr\">\u2014 Mama Adaeze, 72 &nbsp;\u00b7&nbsp; Imo State, Nigeria<\/div>\r\n  <\/div>\r\n\r\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\r\n  <!-- YOUR 7-DAY ROADMAP -->\r\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\r\n  <div class=\"phases-card\">\r\n    <div class=\"phases-header\">\r\n      <h3>Your 7-Day Roadmap<\/h3>\r\n      <p>Here is exactly what the next seven days look like for you<\/p>\r\n    <\/div>\r\n    <div class=\"phases-body\">\r\n      <div class=\"phase-row\">\r\n        <div class=\"phase-badge phase-1\">Phase 1<\/div>\r\n        <div class=\"phase-info\">\r\n          <h4>Diagnose \u2014 Understand Your Body<\/h4>\r\n          <p>Discover why the pharmacy washes and antibiotics kept failing you. Learn what vaginal pH actually is and what disrupted yours. Your aha moment happens here.<\/p>\r\n        <\/div>\r\n        <div class=\"phase-days\">Days 1\u20132<\/div>\r\n      <\/div>\r\n      <div class=\"phase-row\">\r\n        <div class=\"phase-badge phase-2\">Phase 2<\/div>\r\n        <div class=\"phase-info\">\r\n          <h4>Apply \u2014 The Restoration Ritual<\/h4>\r\n          <p>Morning and evening rituals using natural Nigerian ingredients. Each day builds on the last. By Day 3 you will notice something shifting. By Day 6 you will know it is working.<\/p>\r\n        <\/div>\r\n        <div class=\"phase-days\">Days 3\u20136<\/div>\r\n      <\/div>\r\n      <div class=\"phase-row\">\r\n        <div class=\"phase-badge phase-3\">Phase 3<\/div>\r\n        <div class=\"phase-info\">\r\n          <h4>Maintain \u2014 Stay Free Forever<\/h4>\r\n          <p>A simple 10-minute weekly ritual that keeps your body in balance permanently. No ongoing products. No pharmacy visits. Just what your body was already designed to do.<\/p>\r\n        <\/div>\r\n        <div class=\"phase-days\">Day 7 onward<\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\r\n  <!-- QUICK WIN REMINDER -->\r\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\r\n  <div class=\"quick-win\">\r\n    <div class=\"quick-win-icon\">\u26a1<\/div>\r\n    <div>\r\n      <h3>Start Tonight \u2014 The Immediate Relief Recipe<\/h3>\r\n      <p>Before you even begin Day 1, turn to <strong>page 8<\/strong> of the Protocol. You will find a simple two-ingredient natural rinse you can prepare in your kitchen in <strong>15 minutes<\/strong>. Most women notice a difference within the hour. This is your first quick win \u2014 and it will tell you immediately that this method is real.<\/p>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\r\n  <!-- SHARE SECTION -->\r\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\r\n  <div class=\"share-section\">\r\n    <h3>Know Another Woman Who Needs This?<\/h3>\r\n    <p>You are not the only one carrying this secret. If you know a woman \u2014 a friend, a sister, a colleague \u2014 who is suffering in silence with this same problem, share this page with her. She will thank you for it.<\/p>\r\n    <div class=\"share-buttons\">\r\n      <button class=\"share-btn share-wa\" onclick=\"shareWhatsApp()\">\r\n        \ud83d\udcac &nbsp; Share on WhatsApp\r\n      <\/button>\r\n      <button class=\"share-btn share-fb\" onclick=\"shareFacebook()\">\r\n        \ud83d\udcd8 &nbsp; Share on Facebook\r\n      <\/button>\r\n      <button class=\"share-btn share-copy\" onclick=\"copyLink()\">\r\n        \ud83d\udd17 &nbsp; Copy Page Link\r\n      <\/button>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\r\n  <!-- ELLIE'S PERSONAL MESSAGE -->\r\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\r\n  <div class=\"ellie-message\">\r\n    <div class=\"ellie-top\">\r\n      <div class=\"ellie-avatar\">E<\/div>\r\n      <div class=\"ellie-meta\">\r\n        <strong>Ellie Dike<\/strong>\r\n        <span>Ellie's Blog &nbsp;\u00b7&nbsp; Women's Health & Ancestral Wellness<\/span>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <p>I want to say something to you directly, woman to woman.<\/p>\r\n\r\n    <p>You have been carrying this alone for a long time. Managing it quietly, calculating every room, protecting a secret that has cost you more energy than anyone around you will ever know.<\/p>\r\n\r\n    <p>Buying this guide was not a small thing. For many women, just admitting they need help with this \u2014 even privately, even to themselves \u2014 takes courage.<\/p>\r\n\r\n    <p><em>You chose yourself today. That matters.<\/em><\/p>\r\n\r\n    <p>I remember the morning I realised it had worked. I stood in my bedroom and I thought: I have forgotten what normal feels like. And then I felt it \u2014 and I cried. Not from sadness. From relief.<\/p>\r\n\r\n    <p>That moment is coming for you. Follow the protocol exactly. Trust the process. And when your husband notices \u2014 and he will \u2014 remember this day. The day you decided to stop managing and start healing.<\/p>\r\n\r\n    <p>I am rooting for you with everything I have.<\/p>\r\n\r\n    <div class=\"ellie-sig\">With love and ancestral wisdom,<br>Ellie Dike \u2728<\/div>\r\n  <\/div>\r\n\r\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\r\n  <!-- FINAL DOWNLOAD CTA -->\r\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\r\n  <div class=\"final-cta\">\r\n    <a href=\"mailto:vitalcore0526@gmail.com\" class=\"download-btn\" style=\"display:inline-block; width:auto; padding:18px 40px;\">\r\n      \u2709\ufe0f &nbsp; Check My Email For My Downloads\r\n    <\/a>\r\n    <p>Questions? Email us at vitalcore0526@gmail.com \u2014 we reply within 24 hours.<\/p>\r\n  <\/div>\r\n\r\n<\/div><!-- end page -->\r\n\r\n<!-- FOOTER -->\r\n<div class=\"page-footer\">\r\n  <div class=\"footer-blog\">Ellie's Blog<\/div>\r\n  <div class=\"footer-links\">\r\n    <a href=\"#\">Privacy Policy<\/a>\r\n    <a href=\"#\">Terms of Use<\/a>\r\n    <a href=\"#\">Refund Policy<\/a>\r\n    <a href=\"#\">Contact<\/a>\r\n  <\/div>\r\n  <div class=\"footer-copy\">\u00a9 2026 Ellie's Blog \u2014 No. 1 Women's Health Blog in Africa. All rights reserved.<\/div>\r\n<\/div>\r\n\r\n<script>\r\n  \/* \u2500\u2500 PARTICLES \u2500\u2500 *\/\r\n  (function() {\r\n    var wrap = document.getElementById('particles');\r\n    for (var i = 0; i < 22; i++) {\r\n      var p = document.createElement('div');\r\n      p.className = 'particle';\r\n      p.style.cssText =\r\n        'left:' + Math.random() * 100 + '%;' +\r\n        'top:' + (20 + Math.random() * 70) + '%;' +\r\n        '--dur:' + (4 + Math.random() * 6) + 's;' +\r\n        '--delay:' + (Math.random() * 8) + 's;' +\r\n        'width:' + (1 + Math.random() * 3) + 'px;' +\r\n        'height:' + (1 + Math.random() * 3) + 'px;';\r\n      wrap.appendChild(p);\r\n    }\r\n  })();\r\n\r\n  \/* \u2500\u2500 CONFETTI ON LOAD \u2500\u2500 *\/\r\n  (function() {\r\n    var wrap = document.getElementById('confettiWrap');\r\n    var colours = ['#C9933A','#E8B96A','#F5E4C0','#ffffff','#90EE90','#2D0A0A'];\r\n    for (var i = 0; i < 60; i++) {\r\n      var c = document.createElement('div');\r\n      c.className = 'confetti-piece';\r\n      c.style.cssText =\r\n        'left:' + Math.random() * 100 + '%;' +\r\n        'background:' + colours[Math.floor(Math.random() * colours.length)] + ';' +\r\n        'width:' + (6 + Math.random() * 8) + 'px;' +\r\n        'height:' + (6 + Math.random() * 8) + 'px;' +\r\n        'border-radius:' + (Math.random() > 0.5 ? '50%' : '2px') + ';' +\r\n        '--cf-dur:' + (1.5 + Math.random() * 2.5) + 's;' +\r\n        '--cf-delay:' + (Math.random() * 1.5) + 's;';\r\n      wrap.appendChild(c);\r\n    }\r\n    setTimeout(function() { wrap.remove(); }, 5000);\r\n  })();\r\n\r\n  \/* \u2500\u2500 SHARE FUNCTIONS \u2500\u2500 *\/\r\n  function shareWhatsApp() {\r\n    var text = encodeURIComponent('I just found something that actually works for this problem. Read the full story here: https:\/\/elliesblog.com\/fresh-woman-protocol');\r\n    window.open('https:\/\/wa.me\/?text=' + text, '_blank');\r\n  }\r\n  function shareFacebook() {\r\n    var url = encodeURIComponent('https:\/\/elliesblog.com\/fresh-woman-protocol');\r\n    window.open('https:\/\/www.facebook.com\/sharer\/sharer.php?u=' + url, '_blank');\r\n  }\r\n  function copyLink() {\r\n    navigator.clipboard.writeText('https:\/\/elliesblog.com\/fresh-woman-protocol').then(function() {\r\n      var btn = document.querySelector('.share-copy');\r\n      btn.textContent = '\u2713  Link Copied!';\r\n      setTimeout(function() { btn.innerHTML = '\ud83d\udd17 &nbsp; Copy Page Link'; }, 2500);\r\n    });\r\n  }\r\n<\/script>\r\n<\/body>\r\n<\/html>\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 The Fresh Woman Protocol Ellie&#8217;s Blog &nbsp;\u00b7&nbsp; No. 1 Women&#8217;s Health Blog in Africa \u2713 Payment Confirmed Welcome to YourFresh Woman Journey Your payment was successful. Everything you need is waiting for you below. Read this page carefully \u2014 it tells you exactly what to do next. What Happens Now \u2014 3 [&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-23","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/jopiti.online\/index.php?rest_route=\/wp\/v2\/pages\/23","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jopiti.online\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/jopiti.online\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/jopiti.online\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jopiti.online\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=23"}],"version-history":[{"count":5,"href":"https:\/\/jopiti.online\/index.php?rest_route=\/wp\/v2\/pages\/23\/revisions"}],"predecessor-version":[{"id":36,"href":"https:\/\/jopiti.online\/index.php?rest_route=\/wp\/v2\/pages\/23\/revisions\/36"}],"wp:attachment":[{"href":"https:\/\/jopiti.online\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=23"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}