{"id":30,"date":"2026-06-20T09:36:00","date_gmt":"2026-06-20T09:36:00","guid":{"rendered":"https:\/\/groundedwoman.org\/?page_id=30"},"modified":"2026-06-20T09:50:36","modified_gmt":"2026-06-20T09:50:36","slug":"congratulations","status":"publish","type":"page","link":"https:\/\/groundedwoman.org\/?page_id=30","title":{"rendered":"congratulations"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"30\" class=\"elementor elementor-30\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5445146 e-flex e-con-boxed e-con e-parent\" data-id=\"5445146\" 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-9fc8453 elementor-widget elementor-widget-html\" data-id=\"9fc8453\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\r\n<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n<title>Thank You \u2014 The Grounded Woman<\/title>\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600&family=Lato:wght@300;400;700&display=swap\" rel=\"stylesheet\">\r\n<style>\r\n* {\r\n  margin: 0;\r\n  padding: 0;\r\n  box-sizing: border-box;\r\n}\r\n\r\nbody {\r\n  font-family: 'Lato', Arial, sans-serif;\r\n  background-color: #FDF8F4;\r\n  color: #333333;\r\n  line-height: 1.7;\r\n  min-height: 100vh;\r\n}\r\n\r\n\/* HEADER *\/\r\n.header {\r\n  background-color: #330000;\r\n  padding: 18px 20px;\r\n  text-align: center;\r\n}\r\n\r\n.header h1 {\r\n  font-family: 'Playfair Display', Georgia, serif;\r\n  color: #FFCC00;\r\n  font-size: 17px;\r\n  font-style: italic;\r\n  font-weight: 600;\r\n  letter-spacing: 0.5px;\r\n}\r\n\r\n.header p {\r\n  color: #FFCC00;\r\n  font-size: 11px;\r\n  font-style: italic;\r\n  margin-top: 3px;\r\n  opacity: 0.8;\r\n}\r\n\r\n\/* HERO SECTION *\/\r\n.hero {\r\n  background: linear-gradient(135deg, #6B2D3E 0%, #4A1A2A 50%, #330000 100%);\r\n  padding: 60px 20px 50px;\r\n  text-align: center;\r\n  position: relative;\r\n  overflow: hidden;\r\n}\r\n\r\n.hero::before {\r\n  content: \"\";\r\n  position: absolute;\r\n  top: -50%;\r\n  left: -50%;\r\n  width: 200%;\r\n  height: 200%;\r\n  background: radial-gradient(circle at 30% 50%, rgba(255, 204, 0, 0.06) 0%, transparent 50%),\r\n              radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.03) 0%, transparent 40%);\r\n  animation: shimmer 8s ease-in-out infinite alternate;\r\n}\r\n\r\n@keyframes shimmer {\r\n  0% { transform: translateX(-5%) translateY(-2%); }\r\n  100% { transform: translateX(5%) translateY(2%); }\r\n}\r\n\r\n.hero-content {\r\n  position: relative;\r\n  z-index: 2;\r\n  max-width: 650px;\r\n  margin: 0 auto;\r\n}\r\n\r\n.hero-icon {\r\n  width: 80px;\r\n  height: 80px;\r\n  background: rgba(255, 204, 0, 0.15);\r\n  border: 2px solid rgba(255, 204, 0, 0.4);\r\n  border-radius: 50%;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  margin: 0 auto 25px;\r\n  font-size: 36px;\r\n  animation: pulse 2s ease-in-out infinite;\r\n}\r\n\r\n@keyframes pulse {\r\n  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 204, 0, 0.2); }\r\n  50% { transform: scale(1.05); box-shadow: 0 0 20px 8px rgba(255, 204, 0, 0.1); }\r\n}\r\n\r\n.hero h2 {\r\n  font-family: 'Playfair Display', Georgia, serif;\r\n  color: #FFFFFF;\r\n  font-size: 32px;\r\n  font-weight: 700;\r\n  line-height: 1.3;\r\n  margin-bottom: 8px;\r\n}\r\n\r\n.hero h2 span {\r\n  color: #FFCC00;\r\n}\r\n\r\n.hero .subtitle {\r\n  font-family: 'Playfair Display', Georgia, serif;\r\n  color: rgba(255, 255, 255, 0.85);\r\n  font-size: 17px;\r\n  font-style: italic;\r\n  font-weight: 400;\r\n  margin-bottom: 20px;\r\n}\r\n\r\n.hero p.message {\r\n  color: rgba(255, 255, 255, 0.8);\r\n  font-size: 15px;\r\n  line-height: 1.8;\r\n  max-width: 520px;\r\n  margin: 0 auto;\r\n}\r\n\r\n\/* DIVIDER *\/\r\n.section-divider {\r\n  width: 60px;\r\n  height: 2px;\r\n  background: linear-gradient(90deg, transparent, #6B2D3E, transparent);\r\n  margin: 0 auto;\r\n}\r\n\r\n\/* PERSONAL NOTE *\/\r\n.personal-note {\r\n  max-width: 650px;\r\n  margin: 0 auto;\r\n  padding: 45px 25px 40px;\r\n  text-align: center;\r\n}\r\n\r\n.personal-note h3 {\r\n  font-family: 'Playfair Display', Georgia, serif;\r\n  color: #330000;\r\n  font-size: 22px;\r\n  font-weight: 700;\r\n  margin-bottom: 18px;\r\n}\r\n\r\n.personal-note p {\r\n  color: #555555;\r\n  font-size: 15px;\r\n  line-height: 1.8;\r\n  margin-bottom: 15px;\r\n}\r\n\r\n.personal-note .signature {\r\n  font-family: 'Playfair Display', Georgia, serif;\r\n  color: #6B2D3E;\r\n  font-size: 18px;\r\n  font-style: italic;\r\n  font-weight: 600;\r\n  margin-top: 25px;\r\n}\r\n\r\n\/* DOWNLOAD SECTION *\/\r\n.download-section {\r\n  max-width: 750px;\r\n  margin: 0 auto;\r\n  padding: 10px 20px 50px;\r\n}\r\n\r\n.download-section h3 {\r\n  font-family: 'Playfair Display', Georgia, serif;\r\n  color: #330000;\r\n  font-size: 24px;\r\n  font-weight: 700;\r\n  text-align: center;\r\n  margin-bottom: 10px;\r\n}\r\n\r\n.download-section .section-sub {\r\n  color: #888888;\r\n  font-size: 14px;\r\n  text-align: center;\r\n  margin-bottom: 35px;\r\n}\r\n\r\n\/* DOWNLOAD CARDS *\/\r\n.download-card {\r\n  background: #FFFFFF;\r\n  border-radius: 12px;\r\n  padding: 30px 28px;\r\n  margin-bottom: 22px;\r\n  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);\r\n  border: 1px solid #F0EBE6;\r\n  transition: transform 0.2s ease, box-shadow 0.2s ease;\r\n  position: relative;\r\n  overflow: hidden;\r\n}\r\n\r\n.download-card:hover {\r\n  transform: translateY(-2px);\r\n  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);\r\n}\r\n\r\n.download-card.main-product {\r\n  border-left: 5px solid #6B2D3E;\r\n  background: linear-gradient(135deg, #FFFFFF 0%, #FFF8F4 100%);\r\n}\r\n\r\n.download-card.main-product::after {\r\n  content: \"MAIN GUIDE\";\r\n  position: absolute;\r\n  top: 15px;\r\n  right: -30px;\r\n  background: #6B2D3E;\r\n  color: #FFFFFF;\r\n  font-size: 9px;\r\n  font-weight: 700;\r\n  letter-spacing: 1px;\r\n  padding: 4px 35px;\r\n  transform: rotate(45deg);\r\n}\r\n\r\n.download-card.bonus {\r\n  border-left: 5px solid #D4A843;\r\n}\r\n\r\n.card-badge {\r\n  display: inline-block;\r\n  font-size: 10px;\r\n  font-weight: 700;\r\n  letter-spacing: 1px;\r\n  text-transform: uppercase;\r\n  padding: 4px 12px;\r\n  border-radius: 20px;\r\n  margin-bottom: 14px;\r\n}\r\n\r\n.card-badge.main {\r\n  background-color: #6B2D3E;\r\n  color: #FFFFFF;\r\n}\r\n\r\n.card-badge.free {\r\n  background-color: #FFF3E0;\r\n  color: #D4A843;\r\n  border: 1px solid #D4A843;\r\n}\r\n\r\n.download-card h4 {\r\n  font-family: 'Playfair Display', Georgia, serif;\r\n  color: #1A1A1A;\r\n  font-size: 18px;\r\n  font-weight: 700;\r\n  line-height: 1.4;\r\n  margin-bottom: 10px;\r\n  padding-right: 40px;\r\n}\r\n\r\n.download-card p {\r\n  color: #666666;\r\n  font-size: 14px;\r\n  line-height: 1.6;\r\n  margin-bottom: 18px;\r\n}\r\n\r\n.download-btn {\r\n  display: inline-flex;\r\n  align-items: center;\r\n  gap: 10px;\r\n  padding: 14px 28px;\r\n  border-radius: 8px;\r\n  font-size: 15px;\r\n  font-weight: 700;\r\n  text-decoration: none;\r\n  transition: all 0.3s ease;\r\n  cursor: pointer;\r\n  border: none;\r\n}\r\n\r\n.download-btn.primary {\r\n  background: linear-gradient(135deg, #6B2D3E 0%, #8B3D52 100%);\r\n  color: #FFFFFF;\r\n  box-shadow: 0 3px 10px rgba(107, 45, 62, 0.3);\r\n}\r\n\r\n.download-btn.primary:hover {\r\n  background: linear-gradient(135deg, #8B3D52 0%, #A04D66 100%);\r\n  box-shadow: 0 5px 15px rgba(107, 45, 62, 0.4);\r\n  transform: translateY(-1px);\r\n}\r\n\r\n.download-btn.secondary {\r\n  background: linear-gradient(135deg, #D4A843 0%, #C49A3A 100%);\r\n  color: #FFFFFF;\r\n  box-shadow: 0 3px 10px rgba(212, 168, 67, 0.3);\r\n}\r\n\r\n.download-btn.secondary:hover {\r\n  background: linear-gradient(135deg, #C49A3A 0%, #B08A30 100%);\r\n  box-shadow: 0 5px 15px rgba(212, 168, 67, 0.4);\r\n  transform: translateY(-1px);\r\n}\r\n\r\n.download-btn .btn-icon {\r\n  font-size: 18px;\r\n}\r\n\r\n\/* HOW TO START SECTION *\/\r\n.how-to-start {\r\n  background-color: #FFFFFF;\r\n  max-width: 750px;\r\n  margin: 0 auto 50px;\r\n  border-radius: 12px;\r\n  padding: 35px 30px;\r\n  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);\r\n  border: 1px solid #F0EBE6;\r\n}\r\n\r\n.how-to-start h3 {\r\n  font-family: 'Playfair Display', Georgia, serif;\r\n  color: #330000;\r\n  font-size: 20px;\r\n  font-weight: 700;\r\n  text-align: center;\r\n  margin-bottom: 25px;\r\n}\r\n\r\n.steps {\r\n  display: flex;\r\n  flex-direction: column;\r\n  gap: 20px;\r\n}\r\n\r\n.step {\r\n  display: flex;\r\n  align-items: flex-start;\r\n  gap: 16px;\r\n}\r\n\r\n.step-number {\r\n  width: 38px;\r\n  height: 38px;\r\n  min-width: 38px;\r\n  background: linear-gradient(135deg, #6B2D3E, #8B3D52);\r\n  color: #FFFFFF;\r\n  border-radius: 50%;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  font-size: 15px;\r\n  font-weight: 700;\r\n}\r\n\r\n.step-text h4 {\r\n  color: #1A1A1A;\r\n  font-size: 15px;\r\n  font-weight: 700;\r\n  margin-bottom: 3px;\r\n}\r\n\r\n.step-text p {\r\n  color: #666666;\r\n  font-size: 14px;\r\n  line-height: 1.6;\r\n}\r\n\r\n\/* SCRIPTURE *\/\r\n.scripture-section {\r\n  max-width: 550px;\r\n  margin: 0 auto;\r\n  padding: 40px 25px 50px;\r\n  text-align: center;\r\n}\r\n\r\n.scripture-section .verse {\r\n  font-family: 'Playfair Display', Georgia, serif;\r\n  color: #6B2D3E;\r\n  font-size: 19px;\r\n  font-style: italic;\r\n  font-weight: 400;\r\n  line-height: 1.7;\r\n  margin-bottom: 12px;\r\n}\r\n\r\n.scripture-section .reference {\r\n  color: #999999;\r\n  font-size: 13px;\r\n  font-weight: 700;\r\n  letter-spacing: 0.5px;\r\n}\r\n\r\n\/* SUPPORT SECTION *\/\r\n.support-section {\r\n  background-color: #FFFFFF;\r\n  max-width: 750px;\r\n  margin: 0 auto 50px;\r\n  border-radius: 12px;\r\n  padding: 30px;\r\n  text-align: center;\r\n  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);\r\n  border: 1px solid #F0EBE6;\r\n}\r\n\r\n.support-section h4 {\r\n  font-family: 'Playfair Display', Georgia, serif;\r\n  color: #330000;\r\n  font-size: 18px;\r\n  font-weight: 700;\r\n  margin-bottom: 10px;\r\n}\r\n\r\n.support-section p {\r\n  color: #666666;\r\n  font-size: 14px;\r\n  line-height: 1.7;\r\n  margin-bottom: 8px;\r\n}\r\n\r\n.support-section a {\r\n  color: #6B2D3E;\r\n  font-weight: 700;\r\n  text-decoration: none;\r\n}\r\n\r\n.support-section a:hover {\r\n  text-decoration: underline;\r\n}\r\n\r\n\/* FOOTER *\/\r\n.footer {\r\n  background-color: #330000;\r\n  padding: 30px 20px;\r\n  text-align: center;\r\n}\r\n\r\n.footer p {\r\n  color: rgba(255, 204, 0, 0.6);\r\n  font-size: 12px;\r\n  line-height: 1.7;\r\n}\r\n\r\n.footer .footer-brand {\r\n  font-family: 'Playfair Display', Georgia, serif;\r\n  color: #FFCC00;\r\n  font-size: 14px;\r\n  font-style: italic;\r\n  font-weight: 600;\r\n  margin-bottom: 8px;\r\n}\r\n\r\n\/* CONFETTI ANIMATION *\/\r\n.confetti-container {\r\n  position: fixed;\r\n  top: 0;\r\n  left: 0;\r\n  width: 100%;\r\n  height: 100%;\r\n  pointer-events: none;\r\n  z-index: 1000;\r\n  overflow: hidden;\r\n}\r\n\r\n.confetti {\r\n  position: absolute;\r\n  width: 10px;\r\n  height: 10px;\r\n  opacity: 0;\r\n  animation: confetti-fall 4s ease-in-out forwards;\r\n}\r\n\r\n@keyframes confetti-fall {\r\n  0% {\r\n    opacity: 1;\r\n    transform: translateY(-20px) rotate(0deg);\r\n  }\r\n  100% {\r\n    opacity: 0;\r\n    transform: translateY(100vh) rotate(720deg);\r\n  }\r\n}\r\n\r\n\/* RESPONSIVE *\/\r\n@media (max-width: 600px) {\r\n  .hero {\r\n    padding: 45px 18px 40px;\r\n  }\r\n\r\n  .hero h2 {\r\n    font-size: 25px;\r\n  }\r\n\r\n  .hero .subtitle {\r\n    font-size: 15px;\r\n  }\r\n\r\n  .download-card {\r\n    padding: 22px 20px;\r\n  }\r\n\r\n  .download-card h4 {\r\n    font-size: 16px;\r\n    padding-right: 10px;\r\n  }\r\n\r\n  .download-card.main-product::after {\r\n    top: 10px;\r\n    right: -35px;\r\n    font-size: 8px;\r\n  }\r\n\r\n  .download-btn {\r\n    width: 100%;\r\n    justify-content: center;\r\n    padding: 14px 20px;\r\n    font-size: 14px;\r\n  }\r\n\r\n  .how-to-start {\r\n    margin-left: 15px;\r\n    margin-right: 15px;\r\n  }\r\n\r\n  .support-section {\r\n    margin-left: 15px;\r\n    margin-right: 15px;\r\n  }\r\n\r\n  .personal-note h3 {\r\n    font-size: 20px;\r\n  }\r\n}\r\n<\/style>\r\n<\/head>\r\n<body>\r\n\r\n<!-- CONFETTI -->\r\n<div class=\"confetti-container\" id=\"confettiContainer\"><\/div>\r\n\r\n<!-- HEADER -->\r\n<div class=\"header\">\r\n  <h1>The Grounded Woman<\/h1>\r\n  <p>Emotional Healing &amp; Marriage Recovery for African Women<\/p>\r\n<\/div>\r\n\r\n<!-- HERO SECTION -->\r\n<div class=\"hero\">\r\n  <div class=\"hero-content\">\r\n    <div class=\"hero-icon\">\ud83e\udd0d<\/div>\r\n    <h2>Thank You, <span>Sis.<\/span><\/h2>\r\n    <p class=\"subtitle\">Your healing has officially begun.<\/p>\r\n    <p class=\"message\">Your purchase is confirmed and your guides are ready for download below. You have just taken the single most important step a woman in your position can take. Not praying harder. Not pretending better. But choosing, deliberately and courageously, to do the actual work of healing.<\/p>\r\n  <\/div>\r\n<\/div>\r\n\r\n<!-- PERSONAL NOTE -->\r\n<div class=\"personal-note\">\r\n  <div class=\"section-divider\" style=\"margin-bottom: 35px;\"><\/div>\r\n  <h3>A Quiet Word Before You Download<\/h3>\r\n  <p>The guide you are about to open is not a book to read and put away. It is a 21-day process designed to produce real, measurable shifts in your nervous system, your sleep, your thought patterns, and your sense of who you are.<\/p>\r\n  <p>Do not rush through it. Do not skip ahead. Each chapter builds on the one before it. Your only job today is to open the main guide, read the Introduction, complete the Symptom Recognition Checklist, and do the Quick Win exercise in Chapter 1.<\/p>\r\n  <p>That is enough for today. That is the beginning of everything.<\/p>\r\n  <p class=\"signature\">With love and belief in who you are becoming,<br>Dr. Naomi Joseph<\/p>\r\n<\/div>\r\n\r\n<div class=\"section-divider\"><\/div>\r\n\r\n<!-- DOWNLOAD SECTION -->\r\n<div class=\"download-section\">\r\n  <h3>Your Downloads Are Ready<\/h3>\r\n  <p class=\"section-sub\">Click each button to download. Save them somewhere private on your device.<\/p>\r\n\r\n  <!-- MAIN PRODUCT -->\r\n  <div class=\"download-card main-product\">\r\n    <span class=\"card-badge main\">YOUR MAIN GUIDE<\/span>\r\n    <h4>He Cheated. You Stayed. But You're Still Bleeding. The 21-Day Heal From The Root Protocol<\/h4>\r\n    <p>The complete 21-day structured healing protocol. Every exercise, every tool, every daily prompt, and the full Symptom Tracker. This is the core of your healing work. Start here.<\/p>\r\n    <a href=\"https:\/\/drive.google.com\/file\/d\/1Qqunjf0O3CT5b2_52nBYilV3_mWUh6Rp\/view?usp=drive_link\" target=\"_blank\" class=\"download-btn primary\">\r\n      <span class=\"btn-icon\">\ud83d\udcd6<\/span>\r\n      Download Main Guide (PDF)\r\n    <\/a>\r\n  <\/div>\r\n\r\n  <!-- BONUS 1 -->\r\n  <div class=\"download-card bonus\">\r\n    <span class=\"card-badge free\">FREE BONUS #1<\/span>\r\n    <h4>What To Say and What Never To Say: The Conversation Guide<\/h4>\r\n    <p>Word-for-word scripts for talking to your husband about your healing without the conversation collapsing into another argument. What to say first. What never to say. How to close with your dignity intact.<\/p>\r\n    <a href=\"https:\/\/drive.google.com\/file\/d\/1gTL-Bp2qvuxjblKgeu3gvGPTnenwzmB5\/view?usp=drive_link\" target=\"_blank\" class=\"download-btn secondary\">\r\n      <span class=\"btn-icon\">\ud83c\udf81<\/span>\r\n      Download Bonus #1 (PDF)\r\n    <\/a>\r\n  <\/div>\r\n\r\n  <!-- BONUS 2 -->\r\n  <div class=\"download-card bonus\">\r\n    <span class=\"card-badge free\">FREE BONUS #2<\/span>\r\n    <h4>The 7 Dangerous Lies Betrayed Women Believe: And The Truth That Sets Them Free<\/h4>\r\n    <p>A direct guide that dismantles the seven most common false beliefs betrayed women carry in silence and replaces each one with the clinical and scriptural truth that actually heals.<\/p>\r\n    <a href=\"https:\/\/drive.google.com\/file\/d\/1O9CLZLf5hUAOQCLpIhZxHREYVLOGfWGh\/view?usp=drive_link\" target=\"_blank\" class=\"download-btn secondary\">\r\n      <span class=\"btn-icon\">\ud83c\udf81<\/span>\r\n      Download Bonus #2 (PDF)\r\n    <\/a>\r\n  <\/div>\r\n<\/div>\r\n\r\n<!-- HOW TO START -->\r\n<div class=\"how-to-start\">\r\n  <h3>How to Begin Today<\/h3>\r\n  <div class=\"steps\">\r\n    <div class=\"step\">\r\n      <div class=\"step-number\">1<\/div>\r\n      <div class=\"step-text\">\r\n        <h4>Download all three files above<\/h4>\r\n        <p>Save them somewhere private on your phone, tablet, or laptop. A folder only you can access.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"step\">\r\n      <div class=\"step-number\">2<\/div>\r\n      <div class=\"step-text\">\r\n        <h4>Open the Main Guide first<\/h4>\r\n        <p>Read the Introduction and the Note Before You Begin. Complete the Symptom Recognition Checklist on the last page of the Introduction.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"step\">\r\n      <div class=\"step-number\">3<\/div>\r\n      <div class=\"step-text\">\r\n        <h4>Do the Quick Win exercise in Chapter 1<\/h4>\r\n        <p>The 15-Minute First Release. It takes fifteen minutes and it produces the first measurable shift. Do it today.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"step\">\r\n      <div class=\"step-number\">4<\/div>\r\n      <div class=\"step-text\">\r\n        <h4>Fill in Day 1 of your Symptom Tracker<\/h4>\r\n        <p>One line. Five columns. One word for how you feel today. This is the beginning of 21 days of documented evidence that healing is real.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"step\">\r\n      <div class=\"step-number\">5<\/div>\r\n      <div class=\"step-text\">\r\n        <h4>Save the bonuses for later<\/h4>\r\n        <p>Bonus #1 (The Conversation Guide) belongs in Week 3 of the protocol. Bonus #2 (The 7 Lies) belongs in Week 2. The main guide will tell you when to open them.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n\r\n\r\n<!-- SUPPORT -->\r\n<div class=\"support-section\">\r\n  <h4>Need Help With Your Download?<\/h4>\r\n  <p>If any of the download links are not working, or if you have any questions about your purchase, please do not hesitate to reach out.<\/p>\r\n  <p>Email us at: <a href=\"mailto:groundedwoman05@gmail.com\">support@groundedwoman.org<\/a><\/p>\r\n  <p style=\"color: #999999; font-size: 13px; margin-top: 12px;\">We typically respond within 24 hours. You are not alone in this.<\/p>\r\n<\/div>\r\n\r\n<!-- FOOTER -->\r\n<div class=\"footer\">\r\n  <p class=\"footer-brand\">The Grounded Woman<\/p>\r\n  <p>&copy; 2025 The Grounded Woman by Dr. Naomi Joseph. All rights reserved.<\/p>\r\n  <p>This is a digital product. All files are delivered via this page.<\/p>\r\n  <p style=\"margin-top: 10px;\">Your healing is private. Your downloads are private. This page is yours.<\/p>\r\n<\/div>\r\n\r\n<!-- CONFETTI SCRIPT -->\r\n<script>\r\n(function() {\r\n  var container = document.getElementById('confettiContainer');\r\n  var colors = ['#6B2D3E', '#FFCC00', '#D4A843', '#8B3D52', '#FFF0E0', '#FFFFFF'];\r\n\r\n  function createConfetti() {\r\n    for (var i = 0; i < 60; i++) {\r\n      var confetti = document.createElement('div');\r\n      confetti.className = 'confetti';\r\n      confetti.style.left = Math.random() * 100 + '%';\r\n      confetti.style.backgroundColor = colors[Math.floor(Math.random() * colors.length)];\r\n      confetti.style.width = (Math.random() * 8 + 5) + 'px';\r\n      confetti.style.height = (Math.random() * 8 + 5) + 'px';\r\n      confetti.style.borderRadius = Math.random() > 0.5 ? '50%' : '2px';\r\n      confetti.style.animationDelay = (Math.random() * 2) + 's';\r\n      confetti.style.animationDuration = (Math.random() * 2 + 3) + 's';\r\n      container.appendChild(confetti);\r\n    }\r\n\r\n    setTimeout(function() {\r\n      container.style.display = 'none';\r\n    }, 6000);\r\n  }\r\n\r\n  if (document.readyState === 'loading') {\r\n    document.addEventListener('DOMContentLoaded', createConfetti);\r\n  } else {\r\n    createConfetti();\r\n  }\r\n})();\r\n<\/script>\r\n\r\n<\/body>\r\n<\/html>\r\n```\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Thank You \u2014 The Grounded Woman The Grounded Woman Emotional Healing &amp; Marriage Recovery for African Women \ud83e\udd0d Thank You, Sis. Your healing has officially begun. Your purchase is confirmed and your guides are ready for download below. You have just taken the single most important step a woman in your position can take. Not [&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-30","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/groundedwoman.org\/index.php?rest_route=\/wp\/v2\/pages\/30","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/groundedwoman.org\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/groundedwoman.org\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/groundedwoman.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/groundedwoman.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=30"}],"version-history":[{"count":5,"href":"https:\/\/groundedwoman.org\/index.php?rest_route=\/wp\/v2\/pages\/30\/revisions"}],"predecessor-version":[{"id":43,"href":"https:\/\/groundedwoman.org\/index.php?rest_route=\/wp\/v2\/pages\/30\/revisions\/43"}],"wp:attachment":[{"href":"https:\/\/groundedwoman.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=30"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}