{"id":245,"date":"2026-07-24T15:21:35","date_gmt":"2026-07-24T15:21:35","guid":{"rendered":"https:\/\/amanic.online\/?page_id=245"},"modified":"2026-07-24T15:26:52","modified_gmt":"2026-07-24T15:26:52","slug":"womens-body-odor-thank-you-page","status":"publish","type":"page","link":"https:\/\/amanic.online\/?page_id=245","title":{"rendered":"Women&#8217;s Body Odor Thank You Page"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"245\" class=\"elementor elementor-245\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fc91f80 e-flex e-con-boxed e-con e-parent\" data-id=\"fc91f80\" 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-98422bb elementor-widget elementor-widget-html\" data-id=\"98422bb\" 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>Order Confirmed \u2014 One Special Offer Inside<\/title>\n\n    <!-- Google Fonts: same as the sales page -->\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700;800;900&family=Inter:wght@300;400;500;600;700;800&family=Crimson+Pro:ital,wght@0,400;0,600;1,400&display=swap\" rel=\"stylesheet\">\n\n    <style>\n        \/* ============================================\n           GLOBAL RESET & VARIABLES (same as sales page)\n           ============================================ *\/\n        :root {\n            --primary-gold: #C8A951;\n            --primary-gold-light: #E8D48B;\n            --primary-gold-dark: #A68B3C;\n            --deep-black: #0A0A0A;\n            --rich-black: #111111;\n            --charcoal: #1A1A1A;\n            --dark-grey: #2A2A2A;\n            --medium-grey: #4A4A4A;\n            --text-grey: #B8B8B8;\n            --light-grey: #E0E0E0;\n            --off-white: #F5F3EE;\n            --pure-white: #FFFFFF;\n            --accent-green: #2D6A4F;\n            --accent-green-light: #40916C;\n            --soft-cream: #FAF7F0;\n            --warm-beige: #F0E6D3;\n            --error-red: #D32F2F;\n            --success-green: #388E3C;\n            --border-subtle: rgba(200, 169, 81, 0.15);\n            --shadow-soft: 0 2px 20px rgba(0,0,0,0.08);\n            --shadow-medium: 0 8px 40px rgba(0,0,0,0.12);\n            --shadow-heavy: 0 20px 60px rgba(0,0,0,0.18);\n            --shadow-gold: 0 4px 30px rgba(200, 169, 81, 0.15);\n            --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n            --max-width: 780px;\n            --reading-width: 680px;\n        }\n\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n\n        html {\n            scroll-behavior: smooth;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n        }\n\n        body {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n            background-color: var(--pure-white);\n            color: var(--rich-black);\n            line-height: 1.8;\n            font-size: 17px;\n            font-weight: 400;\n            overflow-x: hidden;\n            \/* COPY PROTECTION: no selection, no long press callout on phones *\/\n            -webkit-user-select: none;\n            -moz-user-select: none;\n            -ms-user-select: none;\n            user-select: none;\n            -webkit-touch-callout: none;\n            -webkit-tap-highlight-color: transparent;\n        }\n\n        img {\n            -webkit-user-drag: none;\n            -khtml-user-drag: none;\n            -moz-user-drag: none;\n            user-drag: none;\n        }\n\n        \/* ============================================\n           TYPOGRAPHY\n           ============================================ *\/\n        h1, h2, h3, h4 {\n            font-family: 'Playfair Display', Georgia, serif;\n            line-height: 1.2;\n            letter-spacing: -0.02em;\n        }\n\n        h1 { font-size: clamp(28px, 5vw, 48px); font-weight: 800; }\n        h2 { font-size: clamp(24px, 4vw, 38px); font-weight: 700; }\n        h3 { font-size: clamp(20px, 3vw, 28px); font-weight: 700; }\n        h4 { font-size: clamp(18px, 2.5vw, 22px); font-weight: 600; }\n\n        \/* ============================================\n           SCROLL REVEAL\n           ============================================ *\/\n        .reveal {\n            opacity: 0;\n            transform: translateY(28px);\n            transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);\n        }\n        .reveal.visible { opacity: 1; transform: none; }\n        @media (prefers-reduced-motion: reduce) {\n            .reveal { opacity: 1; transform: none; transition: none; }\n        }\n\n        \/* ============================================\n           COPY PROTECTION TOAST\n           ============================================ *\/\n        .protect-toast {\n            position: fixed;\n            bottom: 30px;\n            left: 50%;\n            transform: translateX(-50%) translateY(20px);\n            background: var(--deep-black);\n            color: var(--primary-gold);\n            font-family: 'Inter', sans-serif;\n            font-size: 12px;\n            font-weight: 700;\n            letter-spacing: 0.1em;\n            text-transform: uppercase;\n            padding: 12px 28px;\n            border-radius: 4px;\n            border: 1px solid var(--primary-gold);\n            box-shadow: 0 10px 40px rgba(0,0,0,0.35);\n            opacity: 0;\n            pointer-events: none;\n            transition: opacity 0.3s ease, transform 0.3s ease;\n            z-index: 99999;\n        }\n        .protect-toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }\n\n        \/* ============================================\n           LIVE PURCHASE POPUP NOTIFICATIONS\n           ============================================ *\/\n        .purchase-popup {\n            position: fixed;\n            bottom: 20px;\n            left: 20px;\n            z-index: 9998;\n            display: flex;\n            gap: 12px;\n            align-items: center;\n            background: var(--pure-white);\n            border-radius: 10px;\n            padding: 14px 16px;\n            box-shadow: 0 14px 44px rgba(0,0,0,0.22);\n            max-width: 340px;\n            width: calc(100vw - 40px);\n            transform: translateY(26px);\n            opacity: 0;\n            pointer-events: none;\n            transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;\n            border: 1px solid rgba(0,0,0,0.06);\n        }\n        .purchase-popup.show { transform: translateY(0); opacity: 1; }\n        .purchase-popup img {\n            width: 44px;\n            height: 44px;\n            border-radius: 50%;\n            object-fit: cover;\n            flex-shrink: 0;\n            border: 2px solid var(--primary-gold-light);\n        }\n        .pp-body { min-width: 0; }\n        .pp-title { font-family: 'Inter', sans-serif; font-size: 13px; color: var(--dark-grey); line-height: 1.45; }\n        .pp-title strong { color: var(--rich-black); font-weight: 700; }\n        .pp-product { font-family: 'Inter', sans-serif; font-size: 11px; color: var(--medium-grey); margin-top: 2px; }\n        .pp-meta {\n            font-family: 'Inter', sans-serif;\n            font-size: 10px;\n            color: var(--success-green);\n            font-weight: 700;\n            margin-top: 4px;\n            display: flex;\n            align-items: center;\n            gap: 5px;\n        }\n        .pp-dot {\n            width: 6px; height: 6px; border-radius: 50%;\n            background: var(--success-green);\n            display: inline-block;\n            animation: ppBlink 1.4s ease-in-out infinite;\n        }\n        @keyframes ppBlink { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }\n        @media (max-width: 480px) { .purchase-popup { left: 12px; bottom: 12px; } }\n\n        \/* ============================================\n           LAYOUT\n           ============================================ *\/\n        .page-wrapper { width: 100%; max-width: 100%; overflow-x: hidden; }\n        .content-container { max-width: var(--max-width); margin: 0 auto; padding: 0 24px; }\n        .reading-container { max-width: var(--reading-width); margin: 0 auto; padding: 0 24px; }\n\n        \/* ============================================\n           CONFIRMATION STRIP\n           ============================================ *\/\n        .confirm-strip {\n            background: linear-gradient(135deg, var(--accent-green) 0%, var(--accent-green-light) 100%);\n            color: var(--pure-white);\n            text-align: center;\n            padding: 12px 20px;\n            font-family: 'Inter', sans-serif;\n            font-size: 13px;\n            font-weight: 700;\n            letter-spacing: 0.08em;\n        }\n\n        \/* ============================================\n           STICKY 1 HOUR COUNTDOWN BAR\n           ============================================ *\/\n        .countdown-bar {\n            position: sticky;\n            top: 0;\n            left: 0;\n            width: 100%;\n            background: linear-gradient(135deg, var(--deep-black) 0%, var(--charcoal) 100%);\n            z-index: 9999;\n            padding: 10px 0;\n            border-bottom: 1px solid var(--primary-gold);\n            box-shadow: 0 4px 20px rgba(0,0,0,0.3);\n        }\n\n        .countdown-inner {\n            max-width: var(--max-width);\n            margin: 0 auto;\n            padding: 0 24px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 18px;\n            flex-wrap: wrap;\n        }\n\n        .countdown-badge {\n            background: var(--primary-gold);\n            color: var(--deep-black);\n            font-family: 'Inter', sans-serif;\n            font-size: 10px;\n            font-weight: 800;\n            letter-spacing: 0.15em;\n            text-transform: uppercase;\n            padding: 4px 12px;\n            border-radius: 2px;\n        }\n\n        .countdown-message { color: var(--pure-white); font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 500; }\n\n        .countdown-timer { display: flex; gap: 6px; align-items: center; }\n\n        .timer-block {\n            background: rgba(200, 169, 81, 0.15);\n            border: 1px solid rgba(200, 169, 81, 0.3);\n            border-radius: 4px;\n            padding: 4px 8px;\n            text-align: center;\n            min-width: 40px;\n        }\n\n        .timer-number {\n            font-family: 'Inter', sans-serif;\n            font-size: 16px;\n            font-weight: 800;\n            color: var(--primary-gold);\n            display: block;\n            line-height: 1;\n        }\n\n        .timer-label {\n            font-family: 'Inter', sans-serif;\n            font-size: 8px;\n            font-weight: 600;\n            color: var(--text-grey);\n            text-transform: uppercase;\n            letter-spacing: 0.1em;\n            display: block;\n            margin-top: 2px;\n        }\n\n        .timer-separator { color: var(--primary-gold); font-weight: 800; font-size: 16px; line-height: 1; }\n\n        .countdown-save {\n            background: transparent;\n            border: 1px solid var(--primary-gold);\n            color: var(--primary-gold);\n            font-family: 'Inter', sans-serif;\n            font-size: 10px;\n            font-weight: 700;\n            letter-spacing: 0.1em;\n            text-transform: uppercase;\n            padding: 6px 16px;\n            border-radius: 2px;\n        }\n\n        @media (max-width: 600px) {\n            .countdown-message { display: none; }\n            .countdown-inner { gap: 10px; }\n        }\n\n        \/* ============================================\n           THANK YOU \/ HEADLINE SECTION\n           ============================================ *\/\n        .thanks-section {\n            background: var(--soft-cream);\n            padding: 60px 0 50px;\n            text-align: center;\n            border-bottom: 1px solid var(--border-subtle);\n        }\n\n        .thanks-badge {\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            background: rgba(56, 142, 60, 0.12);\n            border: 1px solid rgba(56, 142, 60, 0.3);\n            color: var(--accent-green);\n            font-family: 'Inter', sans-serif;\n            font-size: 11px;\n            font-weight: 800;\n            letter-spacing: 0.2em;\n            text-transform: uppercase;\n            padding: 8px 20px;\n            border-radius: 2px;\n            margin-bottom: 28px;\n        }\n\n        .thanks-headline {\n            font-family: 'Playfair Display', serif;\n            font-size: clamp(30px, 5.5vw, 50px);\n            font-weight: 900;\n            line-height: 1.15;\n            color: var(--deep-black);\n            max-width: 720px;\n            margin: 0 auto 18px;\n        }\n\n        .thanks-headline .gold-part { color: var(--primary-gold-dark); }\n\n        .thanks-sub {\n            font-family: 'Crimson Pro', serif;\n            font-size: clamp(18px, 3vw, 22px);\n            line-height: 1.6;\n            color: var(--medium-grey);\n            max-width: 620px;\n            margin: 0 auto;\n        }\n\n        \/* ============================================\n           DOWNLOAD CONFIRMATION BOX\n           ============================================ *\/\n        .download-section { padding: 50px 0; background: var(--pure-white); }\n\n        .download-box {\n            max-width: var(--reading-width);\n            margin: 0 auto;\n            background: var(--pure-white);\n            border: 2px solid var(--accent-green);\n            border-radius: 10px;\n            padding: 36px;\n            box-shadow: var(--shadow-medium);\n            position: relative;\n        }\n\n        .download-icon {\n            width: 64px;\n            height: 64px;\n            border-radius: 50%;\n            background: rgba(56, 142, 60, 0.1);\n            border: 2px solid var(--accent-green);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 28px;\n            margin: 0 auto 20px;\n        }\n\n        .download-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 24px;\n            font-weight: 800;\n            color: var(--deep-black);\n            text-align: center;\n            margin-bottom: 14px;\n        }\n\n        .download-text {\n            font-family: 'Crimson Pro', serif;\n            font-size: 19px;\n            line-height: 1.8;\n            color: var(--dark-grey);\n            text-align: center;\n        }\n\n        .download-text strong { color: var(--rich-black); }\n\n        .download-email {\n            font-family: 'Inter', sans-serif;\n            font-weight: 700;\n            color: var(--primary-gold-dark);\n            text-decoration: none;\n        }\n\n        .download-steps {\n            margin-top: 22px;\n            padding-top: 22px;\n            border-top: 1px solid rgba(0,0,0,0.07);\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 14px;\n        }\n\n        .download-step {\n            text-align: center;\n            font-family: 'Inter', sans-serif;\n            font-size: 12px;\n            line-height: 1.5;\n            color: var(--medium-grey);\n        }\n\n        .download-step .step-num {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            width: 26px;\n            height: 26px;\n            border-radius: 50%;\n            background: var(--deep-black);\n            color: var(--primary-gold);\n            font-weight: 800;\n            font-size: 12px;\n            margin-bottom: 8px;\n        }\n\n        @media (max-width: 600px) {\n            .download-steps { grid-template-columns: 1fr; gap: 18px; }\n            .download-box { padding: 28px 22px; }\n        }\n\n        \/* ============================================\n           BRIDGE COPY\n           ============================================ *\/\n        .bridge-section { padding: 70px 0; background: var(--pure-white); }\n\n        .bridge-content { max-width: var(--reading-width); margin: 0 auto; padding: 0 24px; }\n\n        .bridge-content p {\n            font-family: 'Crimson Pro', serif;\n            font-size: 20px;\n            line-height: 2;\n            color: var(--dark-grey);\n            margin-bottom: 24px;\n        }\n\n        .bridge-content p.emphasis-line {\n            font-size: 22px;\n            font-weight: 600;\n            color: var(--rich-black);\n            border-left: 3px solid var(--primary-gold);\n            padding-left: 20px;\n            margin: 32px 0;\n        }\n\n        .symptom-list {\n            list-style: none;\n            padding: 0;\n            margin: 10px 0 30px;\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 4px 24px;\n        }\n\n        .symptom-list li {\n            font-family: 'Inter', sans-serif;\n            font-size: 15px;\n            color: var(--dark-grey);\n            padding: 9px 0 9px 26px;\n            position: relative;\n        }\n\n        .symptom-list li::before {\n            content: '\u2022';\n            position: absolute;\n            left: 6px;\n            color: var(--primary-gold-dark);\n            font-weight: 800;\n            font-size: 18px;\n            line-height: 1.4;\n        }\n\n        @media (max-width: 560px) {\n            .symptom-list { grid-template-columns: 1fr; }\n        }\n\n        .two-systems-line {\n            text-align: center;\n            font-family: 'Playfair Display', serif;\n            font-size: clamp(22px, 4vw, 30px);\n            font-weight: 800;\n            color: var(--deep-black);\n            padding: 26px 0 6px;\n            line-height: 1.4;\n        }\n\n        .two-systems-line .gold-word { color: var(--primary-gold-dark); }\n\n        \/* ============================================\n           OTO REVEAL\n           ============================================ *\/\n        .oto-reveal-section {\n            padding: 90px 0;\n            background: linear-gradient(180deg, var(--soft-cream) 0%, var(--warm-beige) 100%);\n            text-align: center;\n        }\n\n        .oto-reveal-container { max-width: var(--max-width); margin: 0 auto; padding: 0 24px; }\n\n        .oto-label {\n            font-family: 'Inter', sans-serif;\n            font-size: 11px;\n            font-weight: 700;\n            letter-spacing: 0.3em;\n            text-transform: uppercase;\n            color: var(--primary-gold-dark);\n            margin-bottom: 16px;\n        }\n\n        .oto-title {\n            font-family: 'Playfair Display', serif;\n            font-size: clamp(28px, 5vw, 44px);\n            font-weight: 900;\n            color: var(--deep-black);\n            margin-bottom: 16px;\n            line-height: 1.15;\n        }\n\n        .oto-subtitle {\n            font-family: 'Crimson Pro', serif;\n            font-size: 20px;\n            line-height: 1.6;\n            color: var(--medium-grey);\n            max-width: 600px;\n            margin: 0 auto 44px;\n        }\n\n        .oto-mockup {\n            max-width: 500px;\n            margin: 0 auto 44px;\n            background: linear-gradient(135deg, var(--deep-black) 0%, var(--charcoal) 100%);\n            border-radius: 12px;\n            padding: 48px 40px;\n            box-shadow: var(--shadow-heavy), 0 0 60px rgba(200,169,81,0.12);\n            border: 1px solid rgba(200,169,81,0.25);\n            transition: var(--transition-smooth);\n        }\n\n        .oto-mockup:hover { transform: translateY(-5px); }\n\n        .oto-mockup-badge {\n            display: inline-block;\n            background: var(--primary-gold);\n            color: var(--deep-black);\n            font-family: 'Inter', sans-serif;\n            font-size: 9px;\n            font-weight: 800;\n            letter-spacing: 0.2em;\n            text-transform: uppercase;\n            padding: 4px 14px;\n            border-radius: 2px;\n            margin-bottom: 20px;\n        }\n\n        .oto-mockup-title {\n            font-family: 'Playfair Display', serif;\n            font-size: clamp(22px, 4vw, 32px);\n            font-weight: 800;\n            color: var(--pure-white);\n            line-height: 1.2;\n            margin-bottom: 12px;\n        }\n\n        .oto-mockup-subtitle {\n            font-family: 'Crimson Pro', serif;\n            font-size: 16px;\n            font-style: italic;\n            color: var(--primary-gold-light);\n            line-height: 1.5;\n            margin-bottom: 24px;\n        }\n\n        .oto-mockup-format {\n            font-family: 'Inter', sans-serif;\n            font-size: 11px;\n            font-weight: 600;\n            color: var(--text-grey);\n            letter-spacing: 0.1em;\n            text-transform: uppercase;\n        }\n\n        .oto-promise {\n            max-width: var(--reading-width);\n            margin: 0 auto;\n            font-family: 'Crimson Pro', serif;\n            font-size: 19px;\n            line-height: 1.8;\n            color: var(--dark-grey);\n        }\n\n        \/* ============================================\n           MODULES\n           ============================================ *\/\n        .modules-section { padding: 80px 0; background: var(--pure-white); }\n\n        .modules-container { max-width: var(--max-width); margin: 0 auto; padding: 0 24px; }\n\n        .modules-header { text-align: center; margin-bottom: 50px; }\n\n        .modules-label {\n            font-family: 'Inter', sans-serif;\n            font-size: 11px;\n            font-weight: 700;\n            letter-spacing: 0.25em;\n            text-transform: uppercase;\n            color: var(--primary-gold-dark);\n            margin-bottom: 10px;\n        }\n\n        .modules-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }\n\n        .module-card {\n            background: var(--soft-cream);\n            border: 1px solid rgba(0,0,0,0.04);\n            border-radius: 8px;\n            padding: 28px;\n            display: flex;\n            gap: 18px;\n            align-items: flex-start;\n            transition: var(--transition-smooth);\n        }\n\n        .module-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-soft); }\n\n        .module-number {\n            width: 44px;\n            height: 44px;\n            border-radius: 50%;\n            background: var(--deep-black);\n            color: var(--primary-gold);\n            font-family: 'Playfair Display', serif;\n            font-size: 17px;\n            font-weight: 800;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n        }\n\n        .module-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 18px;\n            font-weight: 700;\n            color: var(--deep-black);\n            margin-bottom: 6px;\n            line-height: 1.3;\n        }\n\n        .module-desc { font-family: 'Inter', sans-serif; font-size: 13px; line-height: 1.6; color: var(--medium-grey); }\n\n        @media (max-width: 640px) {\n            .modules-grid { grid-template-columns: 1fr; }\n        }\n\n        \/* ============================================\n           BONUSES\n           ============================================ *\/\n        .oto-bonus-section { padding: 80px 0; background: linear-gradient(180deg, var(--deep-black) 0%, #0D0D0D 100%); }\n\n        .oto-bonus-container { max-width: var(--max-width); margin: 0 auto; padding: 0 24px; }\n\n        .oto-bonus-header { text-align: center; margin-bottom: 48px; }\n\n        .oto-bonus-label {\n            font-family: 'Inter', sans-serif;\n            font-size: 11px;\n            font-weight: 700;\n            letter-spacing: 0.25em;\n            text-transform: uppercase;\n            color: var(--primary-gold);\n            margin-bottom: 12px;\n        }\n\n        .oto-bonus-title {\n            font-family: 'Playfair Display', serif;\n            font-size: clamp(26px, 4vw, 38px);\n            font-weight: 800;\n            color: var(--pure-white);\n            line-height: 1.2;\n        }\n\n        .oto-bonus-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }\n\n        .oto-bonus-card {\n            background: rgba(255,255,255,0.03);\n            border: 1px solid rgba(200,169,81,0.15);\n            border-radius: 8px;\n            padding: 32px;\n            position: relative;\n            transition: var(--transition-smooth);\n        }\n\n        .oto-bonus-card:hover { background: rgba(255,255,255,0.05); border-color: rgba(200,169,81,0.35); }\n\n        .oto-bonus-tag {\n            display: inline-block;\n            background: rgba(200,169,81,0.15);\n            color: var(--primary-gold);\n            font-family: 'Inter', sans-serif;\n            font-size: 10px;\n            font-weight: 800;\n            letter-spacing: 0.15em;\n            text-transform: uppercase;\n            padding: 4px 12px;\n            border-radius: 2px;\n            margin-bottom: 14px;\n        }\n\n        .oto-bonus-name {\n            font-family: 'Playfair Display', serif;\n            font-size: 20px;\n            font-weight: 700;\n            color: var(--pure-white);\n            margin-bottom: 10px;\n            line-height: 1.3;\n        }\n\n        .oto-bonus-desc { font-family: 'Inter', sans-serif; font-size: 14px; line-height: 1.7; color: var(--text-grey); margin-bottom: 16px; }\n\n        .oto-bonus-value { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }\n\n        .oto-bonus-amount { font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 700; color: var(--primary-gold); }\n\n        .oto-bonus-free {\n            font-family: 'Inter', sans-serif;\n            font-size: 10px;\n            font-weight: 800;\n            letter-spacing: 0.15em;\n            text-transform: uppercase;\n            color: var(--accent-green-light);\n            background: rgba(64,145,108,0.15);\n            padding: 4px 10px;\n            border-radius: 2px;\n        }\n\n        @media (max-width: 640px) {\n            .oto-bonus-grid { grid-template-columns: 1fr; }\n        }\n\n        \/* ============================================\n           VALUE STACK\n           ============================================ *\/\n        .oto-value-section { padding: 80px 0; background: var(--pure-white); }\n\n        .oto-value-container { max-width: 580px; margin: 0 auto; padding: 0 24px; }\n\n        .oto-value-header { text-align: center; margin-bottom: 40px; }\n\n        .oto-value-row {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 14px 0;\n            border-bottom: 1px solid rgba(0,0,0,0.06);\n            gap: 16px;\n        }\n\n        .oto-value-item { font-family: 'Inter', sans-serif; font-size: 15px; color: var(--dark-grey); }\n\n        .oto-value-price {\n            font-family: 'Inter', sans-serif;\n            font-size: 14px;\n            font-weight: 700;\n            color: var(--rich-black);\n            white-space: nowrap;\n            text-align: right;\n        }\n\n        .oto-value-price .local { display: block; font-size: 11px; font-weight: 600; color: var(--medium-grey); }\n\n        .oto-value-total {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 20px 0;\n            border-top: 2px solid var(--deep-black);\n            margin-top: 8px;\n            gap: 16px;\n        }\n\n        .oto-value-total-label { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 800; color: var(--deep-black); }\n\n        .oto-value-total-price {\n            font-family: 'Playfair Display', serif;\n            font-size: 22px;\n            font-weight: 800;\n            color: var(--deep-black);\n            text-align: right;\n        }\n\n        .oto-value-total-price .local { display: block; font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 600; color: var(--medium-grey); }\n\n        .oto-price-reveal { text-align: center; padding: 44px 0 10px; }\n\n        .oto-price-line { font-family: 'Crimson Pro', serif; font-size: 19px; color: var(--medium-grey); margin-bottom: 6px; }\n\n        .oto-price-strike {\n            font-family: 'Inter', sans-serif;\n            font-size: 17px;\n            color: var(--text-grey);\n            text-decoration: line-through;\n            display: block;\n            margin-bottom: 6px;\n        }\n\n        .oto-price-final {\n            font-family: 'Playfair Display', serif;\n            font-size: clamp(44px, 9vw, 68px);\n            font-weight: 900;\n            color: var(--deep-black);\n            line-height: 1;\n        }\n\n        .oto-price-local {\n            font-family: 'Inter', sans-serif;\n            font-size: 15px;\n            font-weight: 700;\n            color: var(--primary-gold-dark);\n            margin-top: 8px;\n        }\n\n        .oto-price-note { font-family: 'Inter', sans-serif; font-size: 13px; color: var(--medium-grey); margin-top: 10px; }\n\n        \/* ============================================\n           OTO PRICING CARD\n           ============================================ *\/\n        .oto-pricing-section { padding: 70px 0 80px; background: linear-gradient(135deg, var(--deep-black) 0%, #0F0F0F 100%); }\n\n        .oto-pricing-container { max-width: 520px; margin: 0 auto; padding: 0 24px; text-align: center; }\n\n        .oto-pricing-card {\n            background: rgba(255,255,255,0.03);\n            border: 2px solid var(--primary-gold);\n            border-radius: 12px;\n            padding: 48px 40px;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .oto-pricing-card::before {\n            content: '';\n            position: absolute;\n            top: 0; left: 0; right: 0;\n            height: 4px;\n            background: linear-gradient(90deg, var(--primary-gold), var(--primary-gold-light), var(--primary-gold));\n        }\n\n        .oto-pricing-badge {\n            display: inline-block;\n            background: var(--primary-gold);\n            color: var(--deep-black);\n            font-family: 'Inter', sans-serif;\n            font-size: 10px;\n            font-weight: 800;\n            letter-spacing: 0.15em;\n            text-transform: uppercase;\n            padding: 6px 20px;\n            border-radius: 2px;\n            margin-bottom: 24px;\n        }\n\n        .oto-pricing-name { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; color: var(--pure-white); margin-bottom: 8px; }\n\n        .oto-pricing-includes { font-family: 'Inter', sans-serif; font-size: 13px; color: var(--text-grey); margin-bottom: 30px; }\n\n        .oto-pricing-original { font-family: 'Inter', sans-serif; font-size: 16px; color: var(--text-grey); text-decoration: line-through; margin-bottom: 4px; }\n\n        .oto-pricing-current {\n            font-family: 'Playfair Display', serif;\n            font-size: clamp(48px, 10vw, 72px);\n            font-weight: 900;\n            color: var(--primary-gold);\n            line-height: 1;\n            margin-bottom: 6px;\n        }\n\n        .oto-pricing-local { font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 700; color: var(--primary-gold-light); margin-bottom: 10px; }\n\n        .oto-pricing-savings {\n            display: inline-block;\n            background: rgba(56,142,60,0.15);\n            color: var(--accent-green-light);\n            font-family: 'Inter', sans-serif;\n            font-size: 12px;\n            font-weight: 700;\n            padding: 4px 14px;\n            border-radius: 2px;\n            margin-bottom: 30px;\n        }\n\n        .oto-pricing-checklist { list-style: none; padding: 0; text-align: left; margin-bottom: 32px; }\n\n        .oto-pricing-checklist li {\n            font-family: 'Inter', sans-serif;\n            font-size: 14px;\n            color: var(--light-grey);\n            padding: 8px 0;\n            padding-left: 28px;\n            position: relative;\n        }\n\n        .oto-pricing-checklist li::before { content: '\u2713'; position: absolute; left: 0; color: var(--primary-gold); font-weight: 700; }\n\n        .oto-pricing-cta {\n            display: block;\n            width: 100%;\n            background: linear-gradient(135deg, var(--primary-gold) 0%, var(--primary-gold-dark) 100%);\n            color: var(--deep-black);\n            font-family: 'Inter', sans-serif;\n            font-size: 16px;\n            font-weight: 800;\n            letter-spacing: 0.06em;\n            text-transform: uppercase;\n            text-decoration: none;\n            padding: 20px;\n            border-radius: 4px;\n            border: none;\n            cursor: pointer;\n            transition: var(--transition-smooth);\n            box-shadow: 0 4px 20px rgba(200,169,81,0.3);\n        }\n\n        .oto-pricing-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(200,169,81,0.4); }\n\n        .oto-pricing-secure { font-family: 'Inter', sans-serif; font-size: 12px; color: var(--text-grey); margin-top: 16px; }\n\n        .oto-decline {\n            display: inline-block;\n            margin-top: 26px;\n            font-family: 'Inter', sans-serif;\n            font-size: 12px;\n            color: var(--text-grey);\n            text-decoration: underline;\n            text-underline-offset: 3px;\n            transition: var(--transition-smooth);\n        }\n\n        .oto-decline:hover { color: var(--light-grey); }\n\n        @media (max-width: 600px) {\n            .oto-pricing-card { padding: 36px 26px; }\n        }\n\n        \/* ============================================\n           GUARANTEE STRIP\n           ============================================ *\/\n        .oto-guarantee-section { padding: 56px 0; background: var(--soft-cream); }\n\n        .oto-guarantee-container { max-width: 600px; margin: 0 auto; padding: 0 24px; text-align: center; }\n\n        .oto-guarantee-icon { font-size: 34px; margin-bottom: 14px; }\n\n        .oto-guarantee-title { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; color: var(--deep-black); margin-bottom: 12px; }\n\n        .oto-guarantee-text { font-family: 'Crimson Pro', serif; font-size: 18px; line-height: 1.8; color: var(--dark-grey); }\n\n        .oto-guarantee-text a { color: var(--primary-gold-dark); font-weight: 600; }\n\n        \/* ============================================\n           MINI FAQ\n           ============================================ *\/\n        .oto-faq-section { padding: 70px 0; background: var(--pure-white); }\n\n        .oto-faq-container { max-width: var(--reading-width); margin: 0 auto; padding: 0 24px; }\n\n        .oto-faq-header { text-align: center; margin-bottom: 40px; }\n\n        .faq-item { border-bottom: 1px solid rgba(0,0,0,0.08); padding: 24px 0; }\n\n        .faq-question {\n            font-family: 'Inter', sans-serif;\n            font-size: 16px;\n            font-weight: 700;\n            color: var(--rich-black);\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            gap: 16px;\n        }\n\n        .faq-toggle {\n            font-size: 20px;\n            color: var(--primary-gold);\n            flex-shrink: 0;\n            transition: var(--transition-smooth);\n            font-weight: 300;\n        }\n\n        .faq-answer {\n            font-family: 'Inter', sans-serif;\n            font-size: 15px;\n            line-height: 1.7;\n            color: var(--medium-grey);\n            margin-top: 14px;\n            padding-right: 40px;\n            display: none;\n        }\n\n        .faq-item.active .faq-answer { display: block; }\n        .faq-item.active .faq-toggle { transform: rotate(45deg); }\n\n        \/* ============================================\n           FOOTER\n           ============================================ *\/\n        .footer { background: var(--deep-black); border-top: 1px solid rgba(200,169,81,0.15); padding: 40px 0; }\n\n        .footer-container { max-width: var(--max-width); margin: 0 auto; padding: 0 24px; text-align: center; }\n\n        .footer-brand { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 700; color: var(--primary-gold); margin-bottom: 14px; }\n\n        .footer-email {\n            font-family: 'Inter', sans-serif;\n            font-size: 13px;\n            color: var(--primary-gold);\n            text-decoration: none;\n            font-weight: 600;\n            margin-bottom: 18px;\n            display: inline-block;\n        }\n\n        .footer-email:hover { color: var(--primary-gold-light); }\n\n        .footer-disclaimer {\n            font-family: 'Inter', sans-serif;\n            font-size: 11px;\n            line-height: 1.8;\n            color: var(--medium-grey);\n            max-width: 560px;\n            margin: 0 auto 16px;\n        }\n\n        .footer-copyright { font-family: 'Inter', sans-serif; font-size: 11px; color: var(--medium-grey); }\n    <\/style>\n<\/head>\n<body>\n\n<div class=\"page-wrapper\">\n\n    <!-- ORDER CONFIRMED STRIP -->\n    <div class=\"confirm-strip\">\u2713 &nbsp;ORDER CONFIRMED. THANK YOU FOR YOUR PURCHASE.<\/div>\n\n    <!-- STICKY 1 HOUR COUNTDOWN BAR -->\n    <div class=\"countdown-bar\">\n        <div class=\"countdown-inner\">\n            <span class=\"countdown-badge\">\u26a1 ONE TIME OFFER<\/span>\n            <span class=\"countdown-message\" id=\"timerMessage\">Your Exclusive Discount Expires In:<\/span>\n            <div class=\"countdown-timer\">\n                <div class=\"timer-block\">\n                    <span class=\"timer-number\" id=\"hours\">00<\/span>\n                    <span class=\"timer-label\">Hrs<\/span>\n                <\/div>\n                <span class=\"timer-separator\">:<\/span>\n                <div class=\"timer-block\">\n                    <span class=\"timer-number\" id=\"minutes\">59<\/span>\n                    <span class=\"timer-label\">Min<\/span>\n                <\/div>\n                <span class=\"timer-separator\">:<\/span>\n                <div class=\"timer-block\">\n                    <span class=\"timer-number\" id=\"seconds\">59<\/span>\n                    <span class=\"timer-label\">Sec<\/span>\n                <\/div>\n            <\/div>\n            <span class=\"countdown-save\">Save 61% Today<\/span>\n        <\/div>\n    <\/div>\n\n    <!-- THANK YOU HEADLINE -->\n    <section class=\"thanks-section\">\n        <div class=\"content-container\">\n            <div class=\"thanks-badge reveal\">\ud83c\udf89 Your Order Is Complete<\/div>\n            <h1 class=\"thanks-headline reveal\">\n                Congratulations...<br>\n                <span class=\"gold-part\">But There's Something You Need To Know...<\/span>\n            <\/h1>\n            <p class=\"thanks-sub reveal\">\n                Your journey to lasting freshness has officially begun. First, collect your download below. Then please read every word on this page, because what comes next is time sensitive.\n            <\/p>\n        <\/div>\n    <\/section>\n\n    <!-- DOWNLOAD CONFIRMATION BOX -->\n    <section class=\"download-section\">\n        <div class=\"reading-container\">\n            <div class=\"download-box reveal\">\n                <div class=\"download-icon\">\ud83d\udce9<\/div>\n                <h2 class=\"download-title\">Your Download Is On Its Way To Your Email<\/h2>\n                <p class=\"download-text\">\n                    A download link for <strong>Grandma Ngozi's Body Odour Secret<\/strong>, including your 2 free bonuses, has been sent to the email address you used at checkout. Please open your inbox now and download your copy so you can begin the 10 day protocol today.\n                    <br><br>\n                    If you do not see the email within the next 10 minutes, check your <strong>spam or promotions folder<\/strong>. Still missing? Email us at <a class=\"download-email\" href=\"mailto:amaniconline@gmail.com\">amaniconline@gmail.com<\/a> and we will resend it to you immediately.\n                <\/p>\n                <div class=\"download-steps\">\n                    <div class=\"download-step\">\n                        <span class=\"step-num\">1<\/span><br>\n                        Open the email from The African Wellness Journal\n                    <\/div>\n                    <div class=\"download-step\">\n                        <span class=\"step-num\">2<\/span><br>\n                        Click your download link and save the PDF to your phone\n                    <\/div>\n                    <div class=\"download-step\">\n                        <span class=\"step-num\">3<\/span><br>\n                        Start Day 1 of the protocol tomorrow morning\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- BRIDGE COPY -->\n    <section class=\"bridge-section\">\n        <div class=\"bridge-content\">\n            <p class=\"reveal\">Now, before you go, please notice something.<\/p>\n\n            <p class=\"emphasis-line reveal\">Removing body odour is only the FIRST layer.<\/p>\n\n            <p class=\"reveal\">\n                Most women never realise the same internal imbalance that creates chronic odour is often connected with other hidden problems that slowly appear over time.\n            <\/p>\n\n            <p class=\"reveal\">Many women who finally solve one issue later discover they still struggle with:<\/p>\n\n            <ul class=\"symptom-list reveal\">\n                <li>Bad breath<\/li>\n                <li>Excessive sweating<\/li>\n                <li>Recurring bloating<\/li>\n                <li>Hormonal breakouts<\/li>\n                <li>Sluggish digestion<\/li>\n                <li>Coated tongue<\/li>\n                <li>Fatigue<\/li>\n                <li>Dull skin<\/li>\n                <li>Vaginal imbalance<\/li>\n                <li>Constipation<\/li>\n                <li>Poor gut bacteria<\/li>\n            <\/ul>\n\n            <p class=\"emphasis-line reveal\">\n                If you only fix body odour... without restoring the rest of your internal ecosystem... you may never experience complete freshness.\n            <\/p>\n\n            <p class=\"two-systems-line reveal\">\n                That is exactly why Grandma Ngozi taught <span class=\"gold-word\">TWO<\/span> different systems... not one.\n            <\/p>\n        <\/div>\n    <\/section>\n\n    <!-- OTO REVEAL -->\n    <section class=\"oto-reveal-section\">\n        <div class=\"oto-reveal-container\">\n            <div class=\"oto-label reveal\">Introducing The Advanced System<\/div>\n            <h2 class=\"oto-title reveal\">The Complete Female Body Purification System<\/h2>\n            <p class=\"oto-subtitle reveal\">\n                The Advanced 30 Day Internal Reset That Restores Fresh Breath, Clear Skin, Feminine Balance, Healthy Digestion, and Lasting Whole Body Freshness Naturally\n            <\/p>\n\n            <!-- OTO product mockup. To use a 3D mockup image instead, replace the div below with: <img decoding=\"async\" src=\"YOUR IMAGE URL\" style=\"max-width:500px;width:100%;margin:0 auto 44px;display:block;\"> -->\n            <div class=\"oto-mockup reveal\">\n                <span class=\"oto-mockup-badge\">Advanced 30 Day Reset<\/span>\n                <h3 class=\"oto-mockup-title\">The Complete Female Body Purification System<\/h3>\n                <p class=\"oto-mockup-subtitle\">8 Restoration Modules. 4 Free Bonuses. One Complete Internal Reset For The Whole Body.<\/p>\n                <p class=\"oto-mockup-format\">Premium Digital System \u00b7 Instant Email Delivery<\/p>\n            <\/div>\n\n            <p class=\"oto-promise reveal\">\n                Instead of targeting ONE symptom, this system restores the entire internal environment responsible for feminine freshness. Unlike the first guide, this one goes much deeper.\n            <\/p>\n        <\/div>\n    <\/section>\n\n    <!-- MODULES -->\n    <section class=\"modules-section\">\n        <div class=\"modules-container\">\n            <div class=\"modules-header reveal\">\n                <div class=\"modules-label\">Inside You Will Discover<\/div>\n                <h2 style=\"color: var(--deep-black);\">8 Complete Restoration Modules<\/h2>\n            <\/div>\n            <div class=\"modules-grid\">\n                <div class=\"module-card reveal\">\n                    <div class=\"module-number\">1<\/div>\n                    <div>\n                        <div class=\"module-title\">The African Gut Restoration Protocol<\/div>\n                        <p class=\"module-desc\">Repair years of internal imbalance using traditional African fermented foods.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"module-card reveal\">\n                    <div class=\"module-number\">2<\/div>\n                    <div>\n                        <div class=\"module-title\">The Liver Cleansing Blueprint<\/div>\n                        <p class=\"module-desc\">Support your body's natural detox pathways with foods commonly used in West African kitchens.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"module-card reveal\">\n                    <div class=\"module-number\">3<\/div>\n                    <div>\n                        <div class=\"module-title\">The Breath Reset Protocol<\/div>\n                        <p class=\"module-desc\">Natural approaches that may help address common contributors to persistent bad breath through oral hygiene, hydration, and digestive health.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"module-card reveal\">\n                    <div class=\"module-number\">4<\/div>\n                    <div>\n                        <div class=\"module-title\">The Women's Internal Balance Plan<\/div>\n                        <p class=\"module-desc\">Nutrition and lifestyle practices that support overall feminine wellness and body confidence.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"module-card reveal\">\n                    <div class=\"module-number\">5<\/div>\n                    <div>\n                        <div class=\"module-title\">The Hormone Friendly Kitchen<\/div>\n                        <p class=\"module-desc\">Meals designed around nutrient dense African foods that support overall wellbeing.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"module-card reveal\">\n                    <div class=\"module-number\">6<\/div>\n                    <div>\n                        <div class=\"module-title\">The Anti Bloating Protocol<\/div>\n                        <p class=\"module-desc\">Natural eating habits that help reduce common digestive discomfort.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"module-card reveal\">\n                    <div class=\"module-number\">7<\/div>\n                    <div>\n                        <div class=\"module-title\">The Daily Beauty Nutrition Plan<\/div>\n                        <p class=\"module-desc\">Foods that support healthy looking skin, hair, and nails from within.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"module-card reveal\">\n                    <div class=\"module-number\">8<\/div>\n                    <div>\n                        <div class=\"module-title\">The 30 Day Complete Body Reset<\/div>\n                        <p class=\"module-desc\">The complete daily schedule, meal plans, shopping lists, recipes, weekly tracker, and maintenance guide.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- BONUSES -->\n    <section class=\"oto-bonus-section\">\n        <div class=\"oto-bonus-container\">\n            <div class=\"oto-bonus-header reveal\">\n                <div class=\"oto-bonus-label\">Included Bonuses<\/div>\n                <h2 class=\"oto-bonus-title\">Plus 4 Free Bonuses Worth $52.96 (\u20a675,000)<\/h2>\n            <\/div>\n            <div class=\"oto-bonus-grid\">\n                <div class=\"oto-bonus-card reveal\">\n                    <span class=\"oto-bonus-tag\">Bonus<\/span>\n                    <h3 class=\"oto-bonus-name\">African Healing Food Encyclopedia<\/h3>\n                    <p class=\"oto-bonus-desc\">Over 120 African ingredients explained, so you know exactly what each food does inside your body.<\/p>\n                    <div class=\"oto-bonus-value\">\n                        <span class=\"oto-bonus-amount\">$17.99 (\u20a625,000) Value<\/span>\n                        <span class=\"oto-bonus-free\">Yours Free<\/span>\n                    <\/div>\n                <\/div>\n                <div class=\"oto-bonus-card reveal\">\n                    <span class=\"oto-bonus-tag\">Bonus<\/span>\n                    <h3 class=\"oto-bonus-name\">Grandma Ngozi's Kitchen Remedies Collection<\/h3>\n                    <p class=\"oto-bonus-desc\">Traditional recipes passed down through generations, written down for the very first time.<\/p>\n                    <div class=\"oto-bonus-value\">\n                        <span class=\"oto-bonus-amount\">$13.99 (\u20a620,000) Value<\/span>\n                        <span class=\"oto-bonus-free\">Yours Free<\/span>\n                    <\/div>\n                <\/div>\n                <div class=\"oto-bonus-card reveal\">\n                    <span class=\"oto-bonus-tag\">Bonus<\/span>\n                    <h3 class=\"oto-bonus-name\">Women's Complete Wellness Shopping Guide<\/h3>\n                    <p class=\"oto-bonus-desc\">Exactly what to buy at the market and what to leave behind. No guesswork, no waste.<\/p>\n                    <div class=\"oto-bonus-value\">\n                        <span class=\"oto-bonus-amount\">$10.99 (\u20a615,000) Value<\/span>\n                        <span class=\"oto-bonus-free\">Yours Free<\/span>\n                    <\/div>\n                <\/div>\n                <div class=\"oto-bonus-card reveal\">\n                    <span class=\"oto-bonus-tag\">Bonus<\/span>\n                    <h3 class=\"oto-bonus-name\">30 Day Meal Planner<\/h3>\n                    <p class=\"oto-bonus-desc\">A complete, done for you plan. Every meal of your 30 day reset is already decided.<\/p>\n                    <div class=\"oto-bonus-value\">\n                        <span class=\"oto-bonus-amount\">$10.99 (\u20a615,000) Value<\/span>\n                        <span class=\"oto-bonus-free\">Yours Free<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- VALUE STACK + PRICE REVEAL -->\n    <section class=\"oto-value-section\">\n        <div class=\"oto-value-container\">\n            <div class=\"oto-value-header reveal\">\n                <div class=\"modules-label\">Total Value<\/div>\n                <h2 style=\"color: var(--deep-black);\">Everything You Are Getting<\/h2>\n            <\/div>\n\n            <div class=\"reveal\">\n                <div class=\"oto-value-row\">\n                    <span class=\"oto-value-item\">The Complete Female Body Purification System<\/span>\n                    <span class=\"oto-value-price\">$59.99<span class=\"local\">\u20a685,000<\/span><\/span>\n                <\/div>\n                <div class=\"oto-value-row\">\n                    <span class=\"oto-value-item\">30 Day Body Reset Planner<\/span>\n                    <span class=\"oto-value-price\">$17.99<span class=\"local\">\u20a625,000<\/span><\/span>\n                <\/div>\n                <div class=\"oto-value-row\">\n                    <span class=\"oto-value-item\">African Healing Food Encyclopedia<\/span>\n                    <span class=\"oto-value-price\">$17.99<span class=\"local\">\u20a625,000<\/span><\/span>\n                <\/div>\n                <div class=\"oto-value-row\">\n                    <span class=\"oto-value-item\">Kitchen Remedy Collection<\/span>\n                    <span class=\"oto-value-price\">$13.99<span class=\"local\">\u20a620,000<\/span><\/span>\n                <\/div>\n                <div class=\"oto-value-row\">\n                    <span class=\"oto-value-item\">Shopping Guide<\/span>\n                    <span class=\"oto-value-price\">$10.99<span class=\"local\">\u20a615,000<\/span><\/span>\n                <\/div>\n                <div class=\"oto-value-row\">\n                    <span class=\"oto-value-item\">30 Day Meal Planner<\/span>\n                    <span class=\"oto-value-price\">$10.99<span class=\"local\">\u20a615,000<\/span><\/span>\n                <\/div>\n                <div class=\"oto-value-total\">\n                    <span class=\"oto-value-total-label\">Total Value<\/span>\n                    <span class=\"oto-value-total-price\">$131.99<span class=\"local\">\u20a6185,000<\/span><\/span>\n                <\/div>\n            <\/div>\n\n            <div class=\"oto-price-reveal reveal\">\n                <p class=\"oto-price-line\">You could pay <strong>$17.99 (\u20a625,000)<\/strong> for this system.<\/p>\n                <p class=\"oto-price-line\">But for today, within the next 1 hour, you can get everything for<\/p>\n                <span class=\"oto-price-strike\">$17.99 (\u20a625,000)<\/span>\n                <div class=\"oto-price-final\">$6.99<\/div>\n                <div class=\"oto-price-local\">\u20a69,700 \u00b7 One Time Payment<\/div>\n                <p class=\"oto-price-note\">When the timer above reaches zero, the price returns to $17.99 (\u20a625,000).<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- OTO PRICING CARD -->\n    <section class=\"oto-pricing-section\" id=\"oto-offer\">\n        <div class=\"oto-pricing-container\">\n            <div class=\"oto-pricing-card reveal\">\n                <span class=\"oto-pricing-badge\">One Time Offer \u00b7 Next 1 Hour Only<\/span>\n                <h3 class=\"oto-pricing-name\">The Complete Female Body Purification System<\/h3>\n                <p class=\"oto-pricing-includes\">8 modules + 4 free bonuses \u00b7 Instant email delivery<\/p>\n                <div class=\"oto-pricing-original\">$17.99 (\u20a625,000)<\/div>\n                <div class=\"oto-pricing-current\">$6.99<\/div>\n                <div class=\"oto-pricing-local\">\u20a69,700<\/div>\n                <div class=\"oto-pricing-savings\">You Save 61% Right Now<\/div>\n                <ul class=\"oto-pricing-checklist\">\n                    <li>All 8 Restoration Modules<\/li>\n                    <li>The 30 Day Complete Body Reset Schedule<\/li>\n                    <li>African Healing Food Encyclopedia<\/li>\n                    <li>Grandma Ngozi's Kitchen Remedies Collection<\/li>\n                    <li>Women's Complete Wellness Shopping Guide<\/li>\n                    <li>30 Day Meal Planner<\/li>\n                    <li>14 Day Money Back Guarantee<\/li>\n                <\/ul>\n                <a href=\"https:\/\/selar.com\/n94pm2f01f\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"oto-pricing-cta\">Yes, Add This To My Order Now<\/a>\n                <p class=\"oto-pricing-secure\">\ud83d\udd12 Secure checkout via Selar \u00b7 Pay in your local currency \u00b7 Instant delivery to your email<\/p>\n            <\/div>\n            <a href=\"#\" class=\"oto-decline\">No thanks. I do not want complete body purification right now. Take me back.<\/a>\n        <\/div>\n    <\/section>\n\n    <!-- GUARANTEE -->\n    <section class=\"oto-guarantee-section\">\n        <div class=\"oto-guarantee-container reveal\">\n            <div class=\"oto-guarantee-icon\">\ud83d\udee1\ufe0f<\/div>\n            <h3 class=\"oto-guarantee-title\">Protected By The Same 14 Day Guarantee<\/h3>\n            <p class=\"oto-guarantee-text\">\n                This system carries the exact same 14 day money back guarantee as your first purchase. If it does not deliver, email us at <a href=\"mailto:amaniconline@gmail.com\">amaniconline@gmail.com<\/a> and we will refund every cent. No questions asked.\n            <\/p>\n        <\/div>\n    <\/section>\n\n    <!-- MINI FAQ -->\n    <section class=\"oto-faq-section\">\n        <div class=\"oto-faq-container\">\n            <div class=\"oto-faq-header reveal\">\n                <h2 style=\"color: var(--deep-black);\">Quick Questions, Quick Answers<\/h2>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">\n                    <span>How will I receive this system?<\/span>\n                    <span class=\"faq-toggle\">+<\/span>\n                <\/div>\n                <div class=\"faq-answer\">\n                    Immediately after checkout, Selar will email your download link to the same inbox you used today. You will receive the complete system plus all 4 bonuses in one email. If anything is missing, write to amaniconline@gmail.com and we will fix it right away.\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">\n                    <span>Can I pay in my local currency?<\/span>\n                    <span class=\"faq-toggle\">+<\/span>\n                <\/div>\n                <div class=\"faq-answer\">\n                    Yes. Checkout is powered by Selar and automatically shows the price in your local currency before you confirm. Customers in Nigeria can pay in naira via transfer, OPay, USSD, or card. Customers in Ghana, Kenya, South Africa, and other African countries can pay in their local currency. If you are in the United States, Canada, the United Kingdom, Europe, Asia, or anywhere else, any debit or credit card works smoothly in your own currency.\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">\n                    <span>What happens if I close this page?<\/span>\n                    <span class=\"faq-toggle\">+<\/span>\n                <\/div>\n                <div class=\"faq-answer\">\n                    This one time price of $6.99 (\u20a69,700) is only available on this page while the 1 hour timer is running. Once the timer ends or you leave, the system returns to its regular price of $17.99 (\u20a625,000). We cannot reopen this discount, so if you want the complete reset, now is the moment.\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- FOOTER -->\n    <footer class=\"footer\">\n        <div class=\"footer-container\">\n            <div class=\"footer-brand\">The African Wellness Journal<\/div>\n            <a class=\"footer-email\" href=\"mailto:amaniconline@gmail.com\">\ud83d\udce7 amaniconline@gmail.com<\/a>\n            <p class=\"footer-disclaimer\">\n                This product is not intended to diagnose, treat, cure, or prevent any disease. Individual results may vary. Always consult with a healthcare professional before starting any new health, nutrition, or wellness protocol. Prices are shown in US dollars with the naira equivalent for reference, and checkout is completed in your local currency.\n            <\/p>\n            <p class=\"footer-copyright\">\u00a9 2025 The African Wellness Journal. All rights reserved. Content on this page is protected and may not be copied or reproduced.<\/p>\n        <\/div>\n    <\/footer>\n\n<\/div>\n\n<!-- LIVE PURCHASE POPUP NOTIFICATION -->\n<div class=\"purchase-popup\" id=\"purchasePopup\" aria-live=\"polite\">\n    <img decoding=\"async\" id=\"ppAvatar\" src=\"\" alt=\"\">\n    <div class=\"pp-body\">\n        <div class=\"pp-title\" id=\"ppTitle\"><\/div>\n        <div class=\"pp-product\">just purchased The Complete Female Body Purification System<\/div>\n        <div class=\"pp-meta\"><span class=\"pp-dot\"><\/span> Verified order \u00b7 <span id=\"ppTime\">2 minutes ago<\/span><\/div>\n    <\/div>\n<\/div>\n\n<!-- COPY PROTECTION TOAST -->\n<div class=\"protect-toast\" id=\"protectToast\">\ud83d\udd12 Content Is Protected<\/div>\n\n<script>\n    \/* ============================================\n       1 HOUR SPECIAL DISCOUNT COUNTDOWN\n       ============================================ *\/\n    (function () {\n        var totalSeconds = 60 * 60;   \/* 1 hour *\/\n        var hEl = document.getElementById('hours');\n        var mEl = document.getElementById('minutes');\n        var sEl = document.getElementById('seconds');\n        var msgEl = document.getElementById('timerMessage');\n\n        function pad(n) { return n < 10 ? '0' + n : String(n); }\n\n        function render() {\n            var h = Math.floor(totalSeconds \/ 3600);\n            var m = Math.floor((totalSeconds % 3600) \/ 60);\n            var s = totalSeconds % 60;\n            hEl.textContent = pad(h);\n            mEl.textContent = pad(m);\n            sEl.textContent = pad(s);\n        }\n\n        render();\n\n        var interval = setInterval(function () {\n            if (totalSeconds > 0) {\n                totalSeconds--;\n                render();\n            } else {\n                clearInterval(interval);\n                msgEl.textContent = 'Your discount window has ended.';\n            }\n        }, 1000);\n    })();\n\n    \/* ============================================\n       FAQ ACCORDION\n       ============================================ *\/\n    document.querySelectorAll('.faq-item').forEach(function (item) {\n        item.querySelector('.faq-question').addEventListener('click', function () {\n            var wasActive = item.classList.contains('active');\n            document.querySelectorAll('.faq-item').forEach(function (other) {\n                other.classList.remove('active');\n            });\n            if (!wasActive) item.classList.add('active');\n        });\n    });\n\n    \/* ============================================\n       SCROLL REVEAL\n       ============================================ *\/\n    (function () {\n        var reveals = document.querySelectorAll('.reveal');\n        if ('IntersectionObserver' in window) {\n            var observer = new IntersectionObserver(function (entries) {\n                entries.forEach(function (entry) {\n                    if (entry.isIntersecting) {\n                        entry.target.classList.add('visible');\n                        observer.unobserve(entry.target);\n                    }\n                });\n            }, { threshold: 0.1, rootMargin: '0px 0px -40px 0px' });\n            reveals.forEach(function (el) { observer.observe(el); });\n        } else {\n            reveals.forEach(function (el) { el.classList.add('visible'); });\n        }\n    })();\n\n    \/* ============================================\n       LIVE PURCHASE POPUPS\n       Women from Africa, North America, Asia, and\n       Europe who purchased this offer. One popup\n       every 30 to 60 seconds at random, running\n       during the first 6 minutes on the page.\n       ============================================ *\/\n    (function () {\n        var AVATAR = function (id) {\n            return 'https:\/\/images.pexels.com\/photos\/' + id + '\/pexels-photo-' + id + '.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=160&w=160';\n        };\n\n        var buyers = [\n            { name: 'Ngozi E.', loc: 'Enugu, Nigeria', flag: '\ud83c\uddf3\ud83c\uddec', img: AVATAR(17697073) },\n            { name: 'Ama S.', loc: 'Kumasi, Ghana', flag: '\ud83c\uddec\ud83c\udded', img: AVATAR(15254936) },\n            { name: 'Toyin F.', loc: 'Houston, USA', flag: '\ud83c\uddfa\ud83c\uddf8', img: AVATAR(33614129) },\n            { name: 'Wanjiku M.', loc: 'Nairobi, Kenya', flag: '\ud83c\uddf0\ud83c\uddea', img: AVATAR(3534962) },\n            { name: 'Fatou B.', loc: 'Dakar, Senegal', flag: '\ud83c\uddf8\ud83c\uddf3', img: AVATAR(9592569) },\n            { name: 'Adaeze N.', loc: 'Dubai, UAE', flag: '\ud83c\udde6\ud83c\uddea', img: AVATAR(16152597) },\n            { name: 'Debbie O.', loc: 'London, UK', flag: '\ud83c\uddec\ud83c\udde7', img: AVATAR(37038761) },\n            { name: 'Michelle R.', loc: 'Toronto, Canada', flag: '\ud83c\udde8\ud83c\udde6', img: AVATAR(31704057) },\n            { name: 'Thandi N.', loc: 'Johannesburg, South Africa', flag: '\ud83c\uddff\ud83c\udde6', img: AVATAR(4045708) },\n            { name: 'Kemi A.', loc: 'Doha, Qatar', flag: '\ud83c\uddf6\ud83c\udde6', img: AVATAR(11215202) },\n            { name: 'Clarisse D.', loc: 'Paris, France', flag: '\ud83c\uddeb\ud83c\uddf7', img: AVATAR(34786863) },\n            { name: 'Chiamaka U.', loc: 'Lagos, Nigeria', flag: '\ud83c\uddf3\ud83c\uddec', img: AVATAR(12895422) },\n            { name: 'Zainab O.', loc: 'Kuala Lumpur, Malaysia', flag: '\ud83c\uddf2\ud83c\uddfe', img: AVATAR(36322504) },\n            { name: 'Sandra K.', loc: 'Atlanta, USA', flag: '\ud83c\uddfa\ud83c\uddf8', img: AVATAR(29852852) },\n            { name: 'Abena O.', loc: 'Accra, Ghana', flag: '\ud83c\uddec\ud83c\udded', img: AVATAR(14863912) },\n            { name: 'Efua W.', loc: 'Berlin, Germany', flag: '\ud83c\udde9\ud83c\uddea', img: AVATAR(4531837) },\n            { name: 'Naledi P.', loc: 'Singapore', flag: '\ud83c\uddf8\ud83c\uddec', img: AVATAR(2256401) },\n            { name: 'Grace T.', loc: 'New York, USA', flag: '\ud83c\uddfa\ud83c\uddf8', img: AVATAR(9714052) },\n            { name: 'Amara C.', loc: 'Douala, Cameroon', flag: '\ud83c\udde8\ud83c\uddf2', img: AVATAR(34706252) },\n            { name: 'Linda N.', loc: 'Amsterdam, Netherlands', flag: '\ud83c\uddf3\ud83c\uddf1', img: AVATAR(17697073) }\n        ];\n\n        var el = document.getElementById('purchasePopup');\n        var avatarEl = document.getElementById('ppAvatar');\n        var titleEl = document.getElementById('ppTitle');\n        var timeEl = document.getElementById('ppTime');\n\n        var WINDOW_MS = 6 * 60 * 1000;   \/* popups run for the first 6 minutes *\/\n        var startTime = Date.now();\n        var usedIndexes = [];\n        var hideTimer = null;\n\n        function pickBuyer() {\n            if (usedIndexes.length >= buyers.length) usedIndexes = [];\n            var idx;\n            do {\n                idx = Math.floor(Math.random() * buyers.length);\n            } while (usedIndexes.indexOf(idx) !== -1);\n            usedIndexes.push(idx);\n            return buyers[idx];\n        }\n\n        function showPopup() {\n            var elapsed = Date.now() - startTime;\n            if (elapsed >= WINDOW_MS) return;\n\n            var buyer = pickBuyer();\n            avatarEl.src = buyer.img;\n            avatarEl.alt = buyer.name;\n            titleEl.innerHTML = '<strong>' + buyer.name + '<\/strong> from ' + buyer.loc + ' ' + buyer.flag;\n            timeEl.textContent = (Math.floor(Math.random() * 9) + 1) + ' minutes ago';\n\n            el.classList.add('show');\n            clearTimeout(hideTimer);\n            hideTimer = setTimeout(function () {\n                el.classList.remove('show');\n            }, 7000);\n\n            \/* next popup at a random interval between 30 and 60 seconds *\/\n            var nextDelay = 30000 + Math.floor(Math.random() * 30000);\n            if (Date.now() - startTime + nextDelay < WINDOW_MS) {\n                setTimeout(showPopup, nextDelay);\n            }\n        }\n\n        \/* first popup about 10 seconds after the page opens *\/\n        setTimeout(showPopup, 10000);\n    })();\n\n    \/* ============================================\n       COPY PROTECTION\n       Blocks: right click, long press on phones,\n       text selection, copying, cutting, dragging,\n       Ctrl+C \/ Ctrl+U \/ Ctrl+A \/ Ctrl+S \/ Ctrl+P \/\n       Ctrl+X, F12, Print Screen\n       ============================================ *\/\n    (function () {\n        var toast = document.getElementById('protectToast');\n        var toastTimer = null;\n\n        function showToast() {\n            toast.classList.add('show');\n            clearTimeout(toastTimer);\n            toastTimer = setTimeout(function () {\n                toast.classList.remove('show');\n            }, 1800);\n        }\n\n        document.addEventListener('contextmenu', function (e) {\n            e.preventDefault();\n            showToast();\n            return false;\n        });\n\n        document.addEventListener('selectstart', function (e) {\n            e.preventDefault();\n            return false;\n        });\n\n        ['copy', 'cut', 'dragstart'].forEach(function (eventName) {\n            document.addEventListener(eventName, function (e) {\n                e.preventDefault();\n                showToast();\n                return false;\n            });\n        });\n\n        \/* stop the iOS \/ Android long press image and text menu *\/\n        document.addEventListener('touchstart', function (e) {\n            if (e.touches.length > 1) e.preventDefault();\n        }, { passive: false });\n\n        var touchTimer = null;\n        document.addEventListener('touchstart', function (e) {\n            touchTimer = setTimeout(function () {\n                if (window.getSelection) window.getSelection().removeAllRanges();\n            }, 400);\n        }, { passive: true });\n        document.addEventListener('touchend', function () {\n            clearTimeout(touchTimer);\n        }, { passive: true });\n        document.addEventListener('touchmove', function () {\n            clearTimeout(touchTimer);\n        }, { passive: true });\n\n        document.addEventListener('keydown', function (e) {\n            var key = (e.key || '').toLowerCase();\n            if ((e.ctrlKey || e.metaKey) && ['c', 'x', 'u', 'a', 's', 'p'].indexOf(key) !== -1) {\n                e.preventDefault();\n                showToast();\n                return false;\n            }\n            if (e.key === 'F12' || e.key === 'PrintScreen') {\n                e.preventDefault();\n                showToast();\n                return false;\n            }\n        });\n    })();\n<\/script>\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>Order Confirmed \u2014 One Special Offer Inside \u2713 &nbsp;ORDER CONFIRMED. THANK YOU FOR YOUR PURCHASE. \u26a1 ONE TIME OFFER Your Exclusive Discount Expires In: 00 Hrs : 59 Min : 59 Sec Save 61% Today \ud83c\udf89 Your Order Is Complete Congratulations&#8230; But There&#8217;s Something You Need To Know&#8230; Your journey to lasting freshness has officially [&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-245","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/amanic.online\/index.php?rest_route=\/wp\/v2\/pages\/245","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/amanic.online\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/amanic.online\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/amanic.online\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/amanic.online\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=245"}],"version-history":[{"count":4,"href":"https:\/\/amanic.online\/index.php?rest_route=\/wp\/v2\/pages\/245\/revisions"}],"predecessor-version":[{"id":249,"href":"https:\/\/amanic.online\/index.php?rest_route=\/wp\/v2\/pages\/245\/revisions\/249"}],"wp:attachment":[{"href":"https:\/\/amanic.online\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=245"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}