{"id":18,"date":"2026-05-05T10:48:41","date_gmt":"2026-05-05T10:48:41","guid":{"rendered":"https:\/\/purelyhuman.online\/?page_id=18"},"modified":"2026-05-05T10:50:36","modified_gmt":"2026-05-05T10:50:36","slug":"thank-you","status":"publish","type":"page","link":"https:\/\/purelyhuman.online\/?page_id=18","title":{"rendered":"Thank you"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"18\" class=\"elementor elementor-18\">\n\t\t\t\t<div class=\"elementor-element elementor-element-491aa3b e-flex e-con-boxed e-con e-parent\" data-id=\"491aa3b\" 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-11d60d9 elementor-widget elementor-widget-html\" data-id=\"11d60d9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\"\/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\n<title>Thank You \u2014 Your Download Is Ready | The Natural Moisture Reset<\/title>\n<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Jost:wght@300;400;500;600&display=swap');\n\n  :root {\n    --plum:       #2E1029;\n    --plum-deep:  #1C0819;\n    --plum-mid:   #3A1535;\n    --rose:       #C4737A;\n    --rose-light: #E8B0B5;\n    --gold:       #C9963F;\n    --gold-light: #E8C97A;\n    --cream:      #FDF6F0;\n    --cream-mid:  #F5EDE6;\n    --white:      #FFFFFF;\n    --text-dark:  #1C0819;\n    --text-mid:   #5A3A52;\n    --text-soft:  #8A6A7A;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  html { scroll-behavior: smooth; }\n\n  body {\n    background: var(--plum-deep);\n    font-family: 'Jost', sans-serif;\n    font-size: 16px;\n    line-height: 1.7;\n    color: var(--cream);\n    min-height: 100vh;\n    overflow-x: hidden;\n  }\n\n  \/* \u2500\u2500 GRAIN TEXTURE OVERLAY \u2500\u2500 *\/\n  body::before {\n    content: '';\n    position: fixed;\n    inset: 0;\n    background-image: url(\"data:image\/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'\/%3E%3C\/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'\/%3E%3C\/svg%3E\");\n    opacity: 0.035;\n    pointer-events: none;\n    z-index: 0;\n  }\n\n  \/* \u2500\u2500 AMBIENT GLOW \u2500\u2500 *\/\n  body::after {\n    content: '';\n    position: fixed;\n    top: -200px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 700px;\n    height: 700px;\n    background: radial-gradient(ellipse, rgba(196,115,122,0.18) 0%, rgba(201,150,63,0.08) 40%, transparent 70%);\n    pointer-events: none;\n    z-index: 0;\n  }\n\n  .page-wrap {\n    position: relative;\n    z-index: 1;\n    max-width: 680px;\n    margin: 0 auto;\n    padding: 0 24px 60px;\n  }\n\n  \/* \u2500\u2500 TOP BRAND STRIP \u2500\u2500 *\/\n  .brand-strip {\n    text-align: center;\n    padding: 28px 0 20px;\n    border-bottom: 1px solid rgba(196,115,122,0.18);\n    margin-bottom: 48px;\n  }\n  .brand-strip .brand-name {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 13px;\n    font-style: italic;\n    letter-spacing: 3px;\n    color: var(--rose-light);\n    text-transform: uppercase;\n    opacity: 0.75;\n  }\n\n  \/* \u2500\u2500 CONFETTI CHECK ANIMATION \u2500\u2500 *\/\n  .success-icon-wrap {\n    text-align: center;\n    margin-bottom: 32px;\n    animation: popIn 0.7s cubic-bezier(0.34,1.56,0.64,1) both;\n  }\n  @keyframes popIn {\n    from { transform: scale(0.4); opacity: 0; }\n    to   { transform: scale(1);   opacity: 1; }\n  }\n  .success-circle {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 88px;\n    height: 88px;\n    border-radius: 50%;\n    background: linear-gradient(135deg, rgba(196,115,122,0.22), rgba(201,150,63,0.14));\n    border: 1.5px solid rgba(196,115,122,0.45);\n    position: relative;\n  }\n  .success-circle::before {\n    content: '';\n    position: absolute;\n    inset: -8px;\n    border-radius: 50%;\n    border: 1px solid rgba(196,115,122,0.18);\n  }\n  .success-circle::after {\n    content: '';\n    position: absolute;\n    inset: -16px;\n    border-radius: 50%;\n    border: 1px solid rgba(196,115,122,0.08);\n  }\n  .check-svg {\n    width: 40px;\n    height: 40px;\n  }\n  .check-path {\n    stroke-dasharray: 60;\n    stroke-dashoffset: 60;\n    animation: drawCheck 0.6s 0.5s ease forwards;\n  }\n  @keyframes drawCheck {\n    to { stroke-dashoffset: 0; }\n  }\n\n  \/* \u2500\u2500 HEADLINE BLOCK \u2500\u2500 *\/\n  .headline-block {\n    text-align: center;\n    margin-bottom: 40px;\n    animation: fadeUp 0.8s 0.2s both;\n  }\n  @keyframes fadeUp {\n    from { transform: translateY(24px); opacity: 0; }\n    to   { transform: translateY(0);    opacity: 1; }\n  }\n  .tag-label {\n    display: inline-block;\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--gold);\n    border: 1px solid rgba(201,150,63,0.35);\n    padding: 4px 14px;\n    border-radius: 20px;\n    margin-bottom: 20px;\n    background: rgba(201,150,63,0.08);\n  }\n  .main-headline {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(32px, 7vw, 48px);\n    font-weight: 600;\n    line-height: 1.15;\n    color: var(--white);\n    margin-bottom: 16px;\n    letter-spacing: -0.5px;\n  }\n  .main-headline span {\n    color: var(--rose-light);\n    font-style: italic;\n  }\n  .sub-headline {\n    font-size: 16px;\n    font-weight: 300;\n    color: rgba(253,246,240,0.65);\n    max-width: 480px;\n    margin: 0 auto;\n    line-height: 1.7;\n  }\n\n  \/* \u2500\u2500 PRODUCT IMAGE \u2500\u2500 *\/\n  .product-image-wrap {\n    text-align: center;\n    margin: 36px 0;\n    animation: fadeUp 0.8s 0.35s both;\n  }\n  .product-image-wrap img {\n    max-width: 280px;\n    width: 100%;\n    border-radius: 8px;\n    box-shadow:\n      0 0 0 1px rgba(196,115,122,0.15),\n      0 20px 60px rgba(0,0,0,0.5),\n      0 0 80px rgba(196,115,122,0.12);\n    transition: transform 0.4s ease;\n  }\n  .product-image-wrap img:hover {\n    transform: translateY(-6px) scale(1.02);\n  }\n\n  \/* \u2500\u2500 WARM PERSONAL NOTE \u2500\u2500 *\/\n  .personal-note {\n    background: linear-gradient(135deg, rgba(196,115,122,0.1), rgba(201,150,63,0.06));\n    border: 1px solid rgba(196,115,122,0.2);\n    border-radius: 12px;\n    padding: 32px 28px;\n    margin: 36px 0;\n    position: relative;\n    animation: fadeUp 0.8s 0.45s both;\n  }\n  .personal-note::before {\n    content: '\\201C';\n    position: absolute;\n    top: -10px;\n    left: 24px;\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 80px;\n    color: var(--rose);\n    opacity: 0.3;\n    line-height: 1;\n  }\n  .personal-note p {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 19px;\n    font-style: italic;\n    color: rgba(253,246,240,0.88);\n    line-height: 1.75;\n    margin-bottom: 16px;\n  }\n  .personal-note p:last-child { margin-bottom: 0; }\n  .note-signature {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 16px;\n    font-style: italic;\n    color: var(--rose-light);\n    display: block;\n    margin-top: 16px;\n    opacity: 0.82;\n  }\n\n  \/* \u2500\u2500 DOWNLOAD CARD \u2500\u2500 *\/\n  .download-section {\n    margin: 40px 0;\n    animation: fadeUp 0.8s 0.55s both;\n  }\n  .download-section h2 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 26px;\n    font-weight: 600;\n    color: var(--white);\n    margin-bottom: 6px;\n    text-align: center;\n  }\n  .download-section .section-sub {\n    text-align: center;\n    font-size: 14px;\n    color: rgba(253,246,240,0.5);\n    margin-bottom: 28px;\n    font-weight: 300;\n  }\n\n  .download-card {\n    background: linear-gradient(135deg, rgba(58,21,53,0.7), rgba(28,8,25,0.9));\n    border: 1px solid rgba(196,115,122,0.25);\n    border-radius: 14px;\n    padding: 28px 24px;\n    display: flex;\n    align-items: center;\n    gap: 20px;\n    margin-bottom: 14px;\n    transition: border-color 0.3s, box-shadow 0.3s;\n    text-decoration: none;\n  }\n  .download-card:hover {\n    border-color: rgba(196,115,122,0.5);\n    box-shadow: 0 8px 32px rgba(196,115,122,0.14);\n  }\n  @media (max-width: 480px) {\n    .download-card { flex-direction: column; text-align: center; }\n  }\n  .download-icon {\n    width: 56px;\n    height: 56px;\n    border-radius: 12px;\n    background: linear-gradient(135deg, rgba(196,115,122,0.25), rgba(201,150,63,0.15));\n    border: 1px solid rgba(196,115,122,0.3);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    font-size: 26px;\n  }\n  .download-info { flex: 1; }\n  .download-info .file-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 18px;\n    font-weight: 600;\n    color: var(--white);\n    display: block;\n    margin-bottom: 3px;\n  }\n  .download-info .file-meta {\n    font-size: 12px;\n    color: rgba(253,246,240,0.45);\n    font-weight: 300;\n    display: block;\n    letter-spacing: 0.5px;\n  }\n  .download-arrow {\n    flex-shrink: 0;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    background: var(--rose);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 16px;\n    color: var(--white);\n    transition: background 0.2s, transform 0.2s;\n  }\n  .download-card:hover .download-arrow {\n    background: var(--rose-light);\n    transform: translateX(3px);\n  }\n\n  \/* \u2500\u2500 MAIN DOWNLOAD BUTTON \u2500\u2500 *\/\n  .btn-download-main {\n    display: block;\n    width: 100%;\n    background: linear-gradient(135deg, var(--rose), #A85A60);\n    color: var(--white);\n    text-align: center;\n    padding: 20px 24px;\n    font-family: 'Jost', sans-serif;\n    font-size: 16px;\n    font-weight: 600;\n    letter-spacing: 0.5px;\n    border-radius: 10px;\n    text-decoration: none;\n    border: none;\n    cursor: pointer;\n    box-shadow: 0 8px 28px rgba(196,115,122,0.35);\n    transition: transform 0.2s, box-shadow 0.2s;\n    margin-bottom: 10px;\n  }\n  .btn-download-main:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 12px 36px rgba(196,115,122,0.45);\n    color: var(--white);\n  }\n  .btn-note {\n    text-align: center;\n    font-size: 12px;\n    color: rgba(253,246,240,0.4);\n    font-weight: 300;\n    margin-bottom: 32px;\n  }\n\n  \/* \u2500\u2500 DIVIDER \u2500\u2500 *\/\n  .ornament-divider {\n    text-align: center;\n    margin: 40px 0;\n    position: relative;\n  }\n  .ornament-divider::before,\n  .ornament-divider::after {\n    content: '';\n    position: absolute;\n    top: 50%;\n    width: 35%;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, rgba(196,115,122,0.3));\n  }\n  .ornament-divider::before { left: 0; }\n  .ornament-divider::after  { right: 0; transform: scaleX(-1); }\n  .ornament-divider span {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 20px;\n    color: var(--rose);\n    opacity: 0.5;\n    position: relative;\n    z-index: 1;\n    padding: 0 12px;\n  }\n\n  \/* \u2500\u2500 WHAT TO DO NEXT \u2500\u2500 *\/\n  .next-steps {\n    margin: 0 0 40px;\n    animation: fadeUp 0.8s 0.65s both;\n  }\n  .next-steps h2 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 28px;\n    font-weight: 600;\n    color: var(--white);\n    margin-bottom: 6px;\n    text-align: center;\n  }\n  .next-steps .section-sub {\n    text-align: center;\n    font-size: 14px;\n    color: rgba(253,246,240,0.5);\n    margin-bottom: 28px;\n    font-weight: 300;\n  }\n  .step-item {\n    display: flex;\n    gap: 18px;\n    margin-bottom: 20px;\n    align-items: flex-start;\n    padding: 20px;\n    background: rgba(58,21,53,0.35);\n    border: 1px solid rgba(196,115,122,0.12);\n    border-radius: 10px;\n    transition: border-color 0.3s;\n  }\n  .step-item:hover { border-color: rgba(196,115,122,0.28); }\n  .step-number {\n    width: 36px;\n    height: 36px;\n    border-radius: 50%;\n    background: linear-gradient(135deg, rgba(196,115,122,0.28), rgba(201,150,63,0.15));\n    border: 1px solid rgba(196,115,122,0.4);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 18px;\n    font-weight: 700;\n    color: var(--rose-light);\n    flex-shrink: 0;\n  }\n  .step-content h4 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 19px;\n    font-weight: 600;\n    color: var(--white);\n    margin-bottom: 4px;\n  }\n  .step-content p {\n    font-size: 14px;\n    color: rgba(253,246,240,0.6);\n    font-weight: 300;\n    line-height: 1.65;\n    margin: 0;\n  }\n\n  \/* \u2500\u2500 REMINDER BOX \u2500\u2500 *\/\n  .reminder-box {\n    background: linear-gradient(135deg, rgba(201,150,63,0.1), rgba(196,115,122,0.06));\n    border: 1px solid rgba(201,150,63,0.28);\n    border-radius: 12px;\n    padding: 24px;\n    margin: 36px 0;\n    text-align: center;\n    animation: fadeUp 0.8s 0.75s both;\n  }\n  .reminder-box .reminder-icon {\n    font-size: 32px;\n    display: block;\n    margin-bottom: 10px;\n  }\n  .reminder-box h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 22px;\n    font-weight: 600;\n    color: var(--gold-light);\n    margin-bottom: 10px;\n  }\n  .reminder-box p {\n    font-size: 14px;\n    color: rgba(253,246,240,0.65);\n    font-weight: 300;\n    max-width: 440px;\n    margin: 0 auto;\n    line-height: 1.7;\n  }\n\n  \/* \u2500\u2500 BONUS CARDS \u2500\u2500 *\/\n  .bonuses-section {\n    margin: 40px 0;\n    animation: fadeUp 0.8s 0.8s both;\n  }\n  .bonuses-section h2 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 28px;\n    font-weight: 600;\n    color: var(--white);\n    text-align: center;\n    margin-bottom: 6px;\n  }\n  .bonuses-section .section-sub {\n    text-align: center;\n    font-size: 14px;\n    color: rgba(253,246,240,0.5);\n    margin-bottom: 28px;\n    font-weight: 300;\n  }\n  .bonus-row {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 16px;\n  }\n  @media (max-width: 500px) {\n    .bonus-row { grid-template-columns: 1fr; }\n  }\n  .bonus-card {\n    background: rgba(58,21,53,0.4);\n    border: 1px solid rgba(196,115,122,0.18);\n    border-radius: 10px;\n    padding: 20px;\n    text-align: center;\n    transition: border-color 0.3s, transform 0.3s;\n    text-decoration: none;\n  }\n  .bonus-card:hover {\n    border-color: rgba(196,115,122,0.4);\n    transform: translateY(-3px);\n  }\n  .bonus-card img {\n    width: 100%;\n    max-width: 140px;\n    border-radius: 4px;\n    margin-bottom: 14px;\n    box-shadow: 0 8px 24px rgba(0,0,0,0.4);\n  }\n  .bonus-card .bonus-tag {\n    display: inline-block;\n    font-size: 9px;\n    font-weight: 600;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--gold);\n    border: 1px solid rgba(201,150,63,0.35);\n    padding: 3px 10px;\n    border-radius: 20px;\n    margin-bottom: 8px;\n    background: rgba(201,150,63,0.08);\n  }\n  .bonus-card h4 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 16px;\n    font-weight: 600;\n    color: var(--white);\n    line-height: 1.3;\n    margin-bottom: 6px;\n  }\n  .bonus-card p {\n    font-size: 12px;\n    color: rgba(253,246,240,0.5);\n    font-weight: 300;\n    margin: 0;\n    line-height: 1.6;\n  }\n  .bonus-dl-btn {\n    display: block;\n    margin-top: 12px;\n    background: rgba(196,115,122,0.18);\n    border: 1px solid rgba(196,115,122,0.35);\n    color: var(--rose-light);\n    padding: 8px 16px;\n    border-radius: 6px;\n    font-size: 12px;\n    font-weight: 500;\n    text-decoration: none;\n    transition: background 0.2s;\n  }\n  .bonus-dl-btn:hover {\n    background: rgba(196,115,122,0.3);\n    color: var(--white);\n  }\n\n  \/* \u2500\u2500 CLOSING MESSAGE \u2500\u2500 *\/\n  .closing-wrap {\n    text-align: center;\n    padding: 40px 0 20px;\n    animation: fadeUp 0.8s 0.9s both;\n  }\n  .closing-wrap .closing-bloom {\n    font-size: 36px;\n    display: block;\n    margin-bottom: 16px;\n    animation: gentlePulse 3s ease-in-out infinite;\n  }\n  @keyframes gentlePulse {\n    0%, 100% { transform: scale(1); opacity: 0.8; }\n    50%       { transform: scale(1.08); opacity: 1; }\n  }\n  .closing-wrap h2 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(26px, 6vw, 38px);\n    font-weight: 600;\n    color: var(--white);\n    line-height: 1.2;\n    margin-bottom: 16px;\n  }\n  .closing-wrap h2 em {\n    color: var(--rose-light);\n    font-style: italic;\n  }\n  .closing-wrap p {\n    font-size: 15px;\n    color: rgba(253,246,240,0.6);\n    max-width: 420px;\n    margin: 0 auto 24px;\n    font-weight: 300;\n    line-height: 1.75;\n  }\n  .closing-signature {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 18px;\n    font-style: italic;\n    color: var(--rose-light);\n    opacity: 0.75;\n    display: block;\n    margin-top: 8px;\n  }\n\n  \/* \u2500\u2500 FOOTER \u2500\u2500 *\/\n  .page-footer {\n    border-top: 1px solid rgba(196,115,122,0.1);\n    padding: 28px 0 0;\n    text-align: center;\n    margin-top: 48px;\n  }\n  .page-footer p {\n    font-size: 11px;\n    color: rgba(253,246,240,0.28);\n    font-weight: 300;\n    line-height: 1.8;\n    margin-bottom: 6px;\n  }\n\n  \/* \u2500\u2500 PARTICLE SPARKLES \u2500\u2500 *\/\n  .sparkle {\n    position: fixed;\n    pointer-events: none;\n    z-index: 0;\n    border-radius: 50%;\n    animation: floatUp linear infinite;\n    opacity: 0;\n  }\n  @keyframes floatUp {\n    0%   { transform: translateY(0) scale(0);   opacity: 0; }\n    10%  { opacity: 0.6; }\n    90%  { opacity: 0.2; }\n    100% { transform: translateY(-120vh) scale(1); opacity: 0; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- Floating sparkle particles -->\n<div class=\"sparkle\" style=\"width:4px;height:4px;background:#C4737A;left:12%;animation-duration:12s;animation-delay:0s;top:90%;\"><\/div>\n<div class=\"sparkle\" style=\"width:3px;height:3px;background:#C9963F;left:25%;animation-duration:15s;animation-delay:3s;top:85%;\"><\/div>\n<div class=\"sparkle\" style=\"width:5px;height:5px;background:#E8B0B5;left:44%;animation-duration:10s;animation-delay:1.5s;top:92%;\"><\/div>\n<div class=\"sparkle\" style=\"width:3px;height:3px;background:#C9963F;left:62%;animation-duration:14s;animation-delay:5s;top:88%;\"><\/div>\n<div class=\"sparkle\" style=\"width:4px;height:4px;background:#C4737A;left:78%;animation-duration:11s;animation-delay:2s;top:95%;\"><\/div>\n<div class=\"sparkle\" style=\"width:3px;height:3px;background:#E8C97A;left:88%;animation-duration:13s;animation-delay:4s;top:82%;\"><\/div>\n\n<div class=\"page-wrap\">\n\n  <!-- \u2500\u2500 BRAND STRIP \u2500\u2500 -->\n  <div class=\"brand-strip\">\n    <span class=\"brand-name\">\u2726 Intimate Wellness Diary \u00b7 HerRootWellness \u2726<\/span>\n  <\/div>\n\n  <!-- \u2500\u2500 SUCCESS ICON \u2500\u2500 -->\n  <div class=\"success-icon-wrap\">\n    <div class=\"success-circle\">\n      <svg class=\"check-svg\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n        <path class=\"check-path\" d=\"M8 20 L16 29 L32 12\" stroke=\"#C4737A\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n      <\/svg>\n    <\/div>\n  <\/div>\n\n  <!-- \u2500\u2500 HEADLINE \u2500\u2500 -->\n  <div class=\"headline-block\">\n    <span class=\"tag-label\">Payment Confirmed<\/span>\n    <h1 class=\"main-headline\">Your guide is ready,<br\/><span>beautiful.<\/span><\/h1>\n    <p class=\"sub-headline\">Everything you need to begin your 7-day reset is waiting for you below. Download it now and start tonight.<\/p>\n  <\/div>\n\n  <!-- \u2500\u2500 PRODUCT IMAGE \u2500\u2500 -->\n  <div class=\"product-image-wrap\">\n    <img decoding=\"async\" src=\"https:\/\/purelyhuman.online\/wp-content\/uploads\/2026\/05\/converted_image-1.png\"\n         alt=\"The Natural Moisture Reset \u2014 Your Guide\" \/>\n  <\/div>\n\n  <!-- \u2500\u2500 PERSONAL NOTE FROM AMARA \u2500\u2500 -->\n  <div class=\"personal-note\">\n    <p>You did something today that most women never do. You chose yourself. You decided that you are worth the time, the attention, and the care that this protocol asks of you.<\/p>\n    <p>I am so proud of you for being here. Now go download your guide, gather your ingredients, and begin tonight. Your body has been waiting for exactly this.<\/p>\n    <span class=\"note-signature\">\u2014 Amara, Intimate Wellness Diary<\/span>\n  <\/div>\n\n  <!-- \u2500\u2500 DOWNLOAD SECTION \u2500\u2500 -->\n  <div class=\"download-section\">\n    <h2>Your Downloads<\/h2>\n    <p class=\"section-sub\">Click each file to download instantly to your device<\/p>\n\n    <!-- Main guide download card -->\n    <a href=\"PASTE-YOUR-PDF-DOWNLOAD-LINK-HERE\" class=\"download-card\" download>\n      <div class=\"download-icon\">\ud83d\udcd6<\/div>\n      <div class=\"download-info\">\n        <span class=\"file-title\">The Natural Moisture Reset<\/span>\n        <span class=\"file-meta\">Main Guide \u00b7 PDF \u00b7 7-Day Protocol \u00b7 All Sections & Tools<\/span>\n      <\/div>\n      <div class=\"download-arrow\">\u2193<\/div>\n    <\/a>\n\n    <!-- Bonus 1 download card -->\n    <a href=\"PASTE-YOUR-BONUS-1-PDF-LINK-HERE\" class=\"download-card\" download>\n      <div class=\"download-icon\">\ud83c\udf3f<\/div>\n      <div class=\"download-info\">\n        <span class=\"file-title\">Bonus #1 \u2014 The Hormonal Reset Kitchen Guide<\/span>\n        <span class=\"file-meta\">Free Bonus \u00b7 PDF \u00b7 Nigerian Foods for Hormonal Health<\/span>\n      <\/div>\n      <div class=\"download-arrow\">\u2193<\/div>\n    <\/a>\n\n    <!-- Bonus 2 download card -->\n    <a href=\"PASTE-YOUR-BONUS-2-PDF-LINK-HERE\" class=\"download-card\" download>\n      <div class=\"download-icon\">\ud83d\udcd3<\/div>\n      <div class=\"download-info\">\n        <span class=\"file-title\">Bonus #2 \u2014 The 7-Day Private Confidence Journal<\/span>\n        <span class=\"file-meta\">Free Bonus \u00b7 PDF \u00b7 Daily Guided Journal Through the Protocol<\/span>\n      <\/div>\n      <div class=\"download-arrow\">\u2193<\/div>\n    <\/a>\n\n    <!-- Big download button -->\n    <a href=\"PASTE-YOUR-PDF-DOWNLOAD-LINK-HERE\" class=\"btn-download-main\" download>\n      \u2193 &nbsp; Download The Natural Moisture Reset Now\n    <\/a>\n    <p class=\"btn-note\">\ud83d\udd12 Your download is secure and private \u00b7 PDF opens in any device<\/p>\n  <\/div>\n\n  <div class=\"ornament-divider\"><span>\u2726<\/span><\/div>\n\n  <!-- \u2500\u2500 WHAT TO DO NEXT \u2500\u2500 -->\n  <div class=\"next-steps\">\n    <h2>What To Do Right Now<\/h2>\n    <p class=\"section-sub\">Three steps. Start tonight.<\/p>\n\n    <div class=\"step-item\">\n      <div class=\"step-number\">1<\/div>\n      <div class=\"step-content\">\n        <h4>Download and save your guide<\/h4>\n        <p>Click the download button above. Save the PDF to your phone's gallery or a private folder on your device. You will return to it every day for the next 7 days.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"step-item\">\n      <div class=\"step-number\">2<\/div>\n      <div class=\"step-content\">\n        <h4>Read Section 1 and complete the Root Cause Quiz<\/h4>\n        <p>Before you begin Day 1, read the Diagnose section and complete the quiz on page 12. It takes 5 minutes and tells you exactly which of the four root causes to prioritise.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"step-item\">\n      <div class=\"step-number\">3<\/div>\n      <div class=\"step-content\">\n        <h4>Try the Quick Win tonight \u2014 Section 3, page 19<\/h4>\n        <p>Before Day 1 officially begins, try the Coconut Oil Warm Ritual tonight. It takes 10 minutes and uses one ingredient you almost certainly already have at home.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"step-item\">\n      <div class=\"step-number\">4<\/div>\n      <div class=\"step-content\">\n        <h4>Read the African Kitchen Shopping List tomorrow morning<\/h4>\n        <p>Check the shopping list in the Tools section. Most ingredients cost under N5,000 total and are available at any Nigerian market or supermarket. Get them tomorrow so you are fully ready for Day 1.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- \u2500\u2500 REMINDER BOX \u2500\u2500 -->\n  <div class=\"reminder-box\">\n    <span class=\"reminder-icon\">\ud83c\udf38<\/span>\n    <h3>Your 60-Day Guarantee Is Active<\/h3>\n    <p>Follow the protocol completely for 7 days. If you do not feel a genuine difference in your body's natural response within 60 days, contact us for a full refund. No questions. No forms. No arguments.<\/p>\n  <\/div>\n\n  <div class=\"ornament-divider\"><span>\u2726<\/span><\/div>\n\n  <!-- \u2500\u2500 BONUS SECTION \u2500\u2500 -->\n  <div class=\"bonuses-section\">\n    <h2>Your Free Bonuses<\/h2>\n    <p class=\"section-sub\">Both included with your purchase \u2014 download above<\/p>\n\n    <div class=\"bonus-row\">\n      <div class=\"bonus-card\">\n        <img decoding=\"async\" src=\"https:\/\/purelyhuman.online\/wp-content\/uploads\/2026\/05\/bonus1_hormonal_reset_kitchen_guide-1.jpg\"\n             alt=\"Bonus 1 \u2014 The Hormonal Reset Kitchen Guide\" \/>\n        <span class=\"bonus-tag\">Free Bonus #1<\/span>\n        <h4>The Hormonal Reset Kitchen Guide<\/h4>\n        <p>Every Nigerian food that feeds vaginal tissue health \u2014 organised by speed of results.<\/p>\n        <a href=\"PASTE-YOUR-BONUS-1-PDF-LINK-HERE\" class=\"bonus-dl-btn\" download>\u2193 Download<\/a>\n      <\/div>\n\n      <div class=\"bonus-card\">\n        <img decoding=\"async\" src=\"https:\/\/purelyhuman.online\/wp-content\/uploads\/2026\/05\/bonus2_private_confidence_journal.jpg\"\n             alt=\"Bonus 2 \u2014 The 7-Day Private Confidence Journal\" \/>\n        <span class=\"bonus-tag\">Free Bonus #2<\/span>\n        <h4>The 7-Day Private Confidence Journal<\/h4>\n        <p>Your daily guided companion through every morning and evening ritual.<\/p>\n        <a href=\"PASTE-YOUR-BONUS-2-PDF-LINK-HERE\" class=\"bonus-dl-btn\" download>\u2193 Download<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"ornament-divider\"><span>\u2726<\/span><\/div>\n\n  <!-- \u2500\u2500 CLOSING MESSAGE \u2500\u2500 -->\n  <div class=\"closing-wrap\">\n    <span class=\"closing-bloom\">\ud83c\udf38<\/span>\n    <h2>You are not broken.<br\/><em>You never were.<\/em><\/h2>\n    <p>Your body has been waiting for you to come back to it. Seven days from now, you will understand what that means. Go begin.<\/p>\n    <span class=\"closing-signature\">With love and without judgment \u2014 Amara<\/span>\n  <\/div>\n\n  <!-- \u2500\u2500 FOOTER \u2500\u2500 -->\n  <div class=\"page-footer\">\n    <p>\u00a9 2025 Intimate Wellness Diary \u00b7 HerRootWellness \u00b7 All Rights Reserved<\/p>\n    <p>This product is for personal use only and is not intended to diagnose, treat, cure, or prevent any medical condition.<\/p>\n    <p>Questions? Contact us at <span style=\"color:rgba(196,115,122,0.55);\">support@herrootwellness.com<\/span><\/p>\n  <\/div>\n\n<\/div><!-- end page-wrap -->\n\n<script>\n\/\/ Stagger the download cards on load\ndocument.addEventListener('DOMContentLoaded', function() {\n  var cards = document.querySelectorAll('.download-card, .step-item, .bonus-card');\n  cards.forEach(function(card, i) {\n    card.style.opacity = '0';\n    card.style.transform = 'translateY(20px)';\n    card.style.transition = 'opacity 0.5s ease, transform 0.5s ease';\n    setTimeout(function() {\n      card.style.opacity = '1';\n      card.style.transform = 'translateY(0)';\n    }, 600 + (i * 100));\n  });\n});\n<\/script>\n\n<\/body>\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 Your Download Is Ready | The Natural Moisture Reset \u2726 Intimate Wellness Diary \u00b7 HerRootWellness \u2726 Payment Confirmed Your guide is ready,beautiful. Everything you need to begin your 7-day reset is waiting for you below. Download it now and start tonight. You did something today that most women never do. You chose [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-18","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/purelyhuman.online\/index.php?rest_route=\/wp\/v2\/pages\/18","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/purelyhuman.online\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/purelyhuman.online\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/purelyhuman.online\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/purelyhuman.online\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=18"}],"version-history":[{"count":4,"href":"https:\/\/purelyhuman.online\/index.php?rest_route=\/wp\/v2\/pages\/18\/revisions"}],"predecessor-version":[{"id":22,"href":"https:\/\/purelyhuman.online\/index.php?rest_route=\/wp\/v2\/pages\/18\/revisions\/22"}],"wp:attachment":[{"href":"https:\/\/purelyhuman.online\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=18"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}