{"id":30,"date":"2026-09-12T23:57:50","date_gmt":"2026-09-12T23:57:50","guid":{"rendered":"https:\/\/andreadmerriman.com\/?page_id=30"},"modified":"2026-09-14T17:48:03","modified_gmt":"2026-09-14T17:48:03","slug":"andrea-d-merriman-trauma-strategist","status":"publish","type":"page","link":"https:\/\/andreadmerriman.com\/","title":{"rendered":"Andrea D. Merriman Trauma Strategist"},"content":{"rendered":"\n<div class=\"lady-a-wrapper\">\n    <style>\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400&family=Montserrat:wght@300;400;500;600&display=swap');\n\n        .lady-a-wrapper {\n            --pearl: #F7F5F0;\n            --softpink: #F1DCDC;\n            --sage: #B5BCB3;\n            --dustyrose: #C98CA2;\n            --plum: #422D3F;\n            --text-dark: #2C222A;\n            --white: #FFFFFF;\n\n            font-family: 'Montserrat', sans-serif;\n            color: var(--text-dark);\n            background-color: var(--pearl);\n            line-height: 1.6;\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .lady-a-wrapper * {\n            box-sizing: inherit;\n        }\n\n        .lady-a-wrapper h1, \n        .lady-a-wrapper h2, \n        .lady-a-wrapper h3, \n        .lady-a-wrapper h4, \n        .lady-a-wrapper .font-serif {\n            font-family: 'Cormorant Garamond', serif;\n            color: var(--plum);\n            margin-top: 0;\n        }\n\n        \/* Utility *\/\n        .lady-a-btn {\n            display: inline-block;\n            background: var(--plum);\n            color: var(--white);\n            padding: 12px 28px;\n            border-radius: 6px;\n            text-decoration: none;\n            font-weight: 500;\n            transition: background 0.3s, transform 0.3s;\n            text-align: center;\n            border: none;\n            cursor: pointer;\n        }\n        .lady-a-btn:hover { background: var(--dustyrose); transform: translateY(-2px); }\n        \n        .section-padding { padding: 80px 5%; }\n        .max-width { max-width: 1200px; margin: 0 auto; }\n        \n        .section-tag {\n            color: var(--dustyrose);\n            font-size: 0.85rem;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            font-weight: 600;\n            display: block;\n            margin-bottom: 10px;\n            text-align: center;\n        }\n        .section-title {\n            font-size: 2.8rem;\n            text-align: center;\n            margin-bottom: 50px;\n        }\n\n        \/* Header *\/\n        .lady-a-header {\n            background: rgba(247, 245, 240, 0.95);\n            border-bottom: 1px solid var(--softpink);\n            padding: 15px 5%;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            position: sticky;\n            top: 0;\n            z-index: 100;\n        }\n        .lady-a-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 700; color: var(--plum); text-decoration: none; }\n        .lady-a-nav { display: flex; gap: 25px; }\n        .lady-a-nav a { text-decoration: none; color: var(--plum); font-size: 0.9rem; font-weight: 500; }\n        .lady-a-nav a:hover { color: var(--dustyrose); }\n\n        \/* Hero *\/\n        .hero-section {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 50px;\n            align-items: center;\n            background-color: var(--pearl);\n            background-image: radial-gradient(var(--softpink) 1px, transparent 1px);\n            background-size: 30px 30px;\n            padding: 100px 5% 80px;\n        }\n        .hero-content h1 { font-size: 3.8rem; line-height: 1.1; margin-bottom: 25px; }\n        .hero-content p { font-size: 1.1rem; margin-bottom: 30px; color: #444; }\n        .hero-badge {\n            background: var(--sage); color: var(--white); padding: 5px 15px; border-radius: 50px; font-size: 0.8rem; text-transform: uppercase; font-weight: bold; margin-bottom: 20px; display: inline-block;\n        }\n        .hero-image { position: relative; text-align: center; }\n        .hero-image img {\n            width: 100%; max-width: 400px; border-radius: 200px 200px 20px 20px;\n            border: 12px solid var(--white); box-shadow: 0 15px 40px rgba(0,0,0,0.08);\n        }\n\n        \/* About *\/\n        .about-section { background: var(--white); }\n        .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: stretch; }\n        .about-text h3 { font-size: 2.2rem; margin-bottom: 20px; }\n        .about-list { list-style: none; padding: 0; margin-top: 20px; }\n        .about-list li { margin-bottom: 12px; padding-left: 25px; position: relative; }\n        .about-list li::before { content: \"\u2713\"; color: var(--dustyrose); position: absolute; left: 0; font-weight: bold; }\n        \n        \/* Help Program *\/\n        .help-program-card {\n            background: var(--pearl); padding: 40px; border-radius: 16px; border-left: 5px solid var(--dustyrose);\n            display: flex; gap: 25px; align-items: flex-start;\n        }\n        .help-img-container { width: 140px; flex-shrink: 0; background: var(--white); padding: 8px; border-radius: 8px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); text-align: center; }\n        .help-img-container img { width: 100%; height: 160px; object-fit: cover; border-radius: 4px; background: #eee; }\n        .help-dedication { font-size: 0.7rem; font-weight: 600; color: var(--plum); margin-top: 8px; text-transform: uppercase; }\n        .help-content h3 { font-size: 1.6rem; margin-bottom: 15px; }\n        .help-content p { font-size: 0.9rem; margin-bottom: 15px; }\n\n        \/* Tea & Pearls *\/\n        .tea-pearls-section { background: linear-gradient(to bottom, var(--white), var(--softpink)); }\n        .tp-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 30px; margin-top: 40px; }\n        .tp-card { background: var(--white); border-radius: 150px 150px 15px 15px; text-align: center; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.05); display: flex; flex-direction: column; }\n        .tp-card img { width: 100%; height: 200px; object-fit: cover; background: #ddd; }\n        .tp-card-content { padding: 25px; flex-grow: 1; }\n        .tp-card-content h4 { font-size: 1.6rem; margin-bottom: 10px; }\n        .tp-card-content p { font-size: 0.9rem; color: #555; }\n\n        \/* Books *\/\n        .books-section { background: var(--pearl); }\n        .books-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; }\n        .book-card { background: var(--white); border-radius: 12px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.06); display: flex; flex-direction: column; }\n        .book-img { height: 260px; background: var(--softpink); display: flex; align-items: center; justify-content: center; padding: 20px; position: relative; }\n        .book-img img { height: 100%; object-fit: contain; filter: drop-shadow(0 10px 15px rgba(0,0,0,0.2)); }\n        .book-content { padding: 30px; display: flex; flex-direction: column; flex-grow: 1; }\n        .book-badge { color: var(--dustyrose); font-size: 0.75rem; font-weight: 700; text-transform: uppercase; margin-bottom: 10px; display: block; }\n        .book-content h3 { font-size: 1.5rem; margin-bottom: 5px; line-height: 1.2; }\n        .book-author { font-size: 0.85rem; color: var(--sage); margin-bottom: 15px; }\n        .book-content p { font-size: 0.9rem; margin-bottom: 25px; flex-grow: 1; }\n\n        \/* Testimonials *\/\n        .testimonials-section { background: var(--plum); color: var(--white); }\n        .testimonials-section .section-title, .testimonials-section .section-tag { color: var(--white); }\n        .test-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; }\n        .test-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); padding: 30px; border-radius: 12px; }\n        .test-card p { font-style: italic; font-size: 0.95rem; margin-bottom: 20px; color: #ddd; }\n        .test-author { display: flex; align-items: center; gap: 15px; }\n        .test-avatar { width: 40px; height: 40px; background: var(--sage); border-radius: 50%; }\n        .test-name { font-weight: 600; font-size: 0.95rem; margin: 0; }\n        .test-location { color: var(--dustyrose); font-size: 0.8rem; margin: 0; }\n\n        \/* Podcast *\/\n        .podcast-section { background: var(--white); }\n        .podcast-box { background: var(--pearl); border-radius: 24px; padding: 60px; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; box-shadow: 0 15px 40px rgba(0,0,0,0.04); }\n        .pod-image-wrapper { background: var(--white); padding: 20px; border-radius: 16px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }\n        .pod-image-wrapper img { width: 100%; aspect-ratio: 1\/1; object-fit: cover; border-radius: 8px; background: #ddd; }\n        .pod-content h2 { font-size: 3rem; margin-bottom: 10px; }\n        .pod-subtitle { color: var(--dustyrose); font-weight: 600; font-size: 1.1rem; margin-bottom: 20px; display: block; }\n        .pod-buttons { display: flex; gap: 15px; margin-bottom: 40px; margin-top: 20px; }\n        .btn-outline { border: 2px solid var(--plum); color: var(--plum); padding: 10px 24px; border-radius: 6px; text-decoration: none; font-weight: 500; transition: 0.3s; }\n        .btn-outline:hover { background: var(--plum); color: var(--white); }\n        .publisher-logo { margin-top: 20px; padding-top: 20px; border-top: 1px solid #ddd; }\n        .publisher-logo span { font-size: 0.7rem; text-transform: uppercase; color: var(--sage); letter-spacing: 1px; display: block; margin-bottom: 10px; }\n        .publisher-logo img { height: 40px; max-width: 150px; object-fit: contain; background: #fff; padding: 5px; border: 1px solid #eee; border-radius: 4px; }\n\n        \/* Contact *\/\n        .contact-section { background: var(--softpink); }\n        .contact-form { background: var(--white); padding: 50px; border-radius: 16px; border-top: 6px solid var(--plum); box-shadow: 0 15px 30px rgba(0,0,0,0.05); max-width: 800px; margin: 0 auto; }\n        .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }\n        .form-group { margin-bottom: 20px; }\n        .form-group label { display: block; font-size: 0.9rem; font-weight: 500; margin-bottom: 8px; color: var(--plum); }\n        .form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 15px; border: 1px solid #ddd; border-radius: 6px; font-family: inherit; font-size: 1rem; background: var(--pearl); }\n        .form-group textarea { resize: vertical; min-height: 120px; }\n        \n        \/* Footer *\/\n        .lady-a-footer { background: var(--plum); color: rgba(255,255,255,0.7); text-align: center; padding: 30px 20px; font-size: 0.9rem; }\n        .lady-a-footer p { margin: 5px 0; }\n\n        \/* Responsive *\/\n        @media (max-width: 900px) {\n            .hero-section, .about-grid, .podcast-box { grid-template-columns: 1fr; gap: 40px; }\n            .hero-content h1 { font-size: 2.8rem; }\n            .help-program-card { flex-direction: column; align-items: center; text-align: center; }\n            .form-row { grid-template-columns: 1fr; }\n            .lady-a-nav { display: none; } \/* Hide nav on mobile for simplicity *\/\n        }\n    <\/style>\n\n    <!-- Header -->\n    <header class=\"lady-a-header\">\n        <a href=\"#home\" class=\"lady-a-logo\">Andrea D. Merriman<\/a>\n        <nav class=\"lady-a-nav\">\n            <a href=\"#about\">About<\/a>\n            <a href=\"#tea-pearls\">Tea &#038; Pearls<\/a>\n            <a href=\"#books\">Books<\/a>\n            <a href=\"#testimonials\">Testimonials<\/a>\n        <\/nav>\n        <a href=\"#contact\" class=\"lady-a-btn\">Book Lady A<\/a>\n    <\/header>\n\n    <!-- Hero -->\n    <section id=\"home\" class=\"hero-section\">\n        <div class=\"hero-content\">\n            <span class=\"hero-badge\">Trauma Strategist &#038; Author<\/span>\n            <h1>Disrupting the Normalcy of Domestic Violence<\/h1>\n            <p>I believe every woman deserves a place to land before she is expected to rise\u2014a place to exhale, see herself clearly, honor what she has survived, and rediscover the dreams she may have placed on hold.<\/p>\n            <a href=\"#contact\" class=\"lady-a-btn\">Invite Me to Speak<\/a>\n        <\/div>\n        <div class=\"hero-image\">\n            <img decoding=\"async\" src=\"https:\/\/andreadmerriman.com\/wp-content\/uploads\/2026\/09\/Andrea-D.-Merriman-Lady-A.png\">\n        <\/div>\n    <\/section>\n\n    <!-- About -->\n    <section id=\"about\" class=\"about-section section-padding\">\n        <div class=\"max-width\">\n            <span class=\"section-tag\">20+ Years of Transformation<\/span>\n            <h2 class=\"section-title\">About Lady A<\/h2>\n            \n            <div class=\"about-grid\">\n                <div class=\"about-text\">\n                    <h3>From Hell to Harmony<\/h3>\n                    <p>Andrea D. Merriman (Lady A) is dedicated to guiding women on their journey from hell to harmony. With over two decades of experience transforming lives, her work uniquely integrates faith-based emotional healing, domestic violence recovery, healthy relationship education, and women&#8217;s leadership.<\/p>\n                    <ul class=\"about-list\">\n                        <li>20+ Years Experience<\/li>\n                        <li>International Impact Across 4 Countries<\/li>\n                        <li>Faith-based Emotional Healing<\/li>\n                        <li>Domestic Violence Recovery<\/li>\n                    <\/ul>\n                <\/div>\n\n                <!-- Help Program with Dedicated Image Space -->\n                <div class=\"help-program-card\">\n                    <div class=\"help-img-container\">\n                        <!-- Reemplaza el src con la foto de Jennifer -->\n                        <img decoding=\"async\" src=\"https:\/\/andreadmerriman.com\/wp-content\/uploads\/2026\/09\/Jennifer-Y.-Merriman.png\">\n                        <div class=\"help-dedication\">In Loving Dedication<\/div>\n                    <\/div>\n                    <div class=\"help-content\">\n                        <h3>Jennifer Y. Merriman H.E.L.P. Program\u00ae<\/h3>\n                        <p>Since 2015, this innovative program has transformed lives by addressing the holistic needs of domestic violence survivors and those at risk.<\/p>\n                        <p>The H.E.L.P. Program provides a safe space to cultivate hope, build empowerment, develop critical life skills, and learn effective prevention methods.<\/p>\n                        <a href=\"http:\/\/www.jymhelpprogram.com\" target=\"_blank\" style=\"color: var(--dustyrose); font-weight: 600; text-decoration: none;\">Learn More \u2192<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Tea & Pearls (4 Images) -->\n    <section id=\"tea-pearls\" class=\"tea-pearls-section section-padding\">\n        <div class=\"max-width\">\n            <h2 class=\"section-title\" style=\"margin-bottom: 20px;\">Tea &#038; Pearls Sister Gathering<\/h2>\n            <p style=\"text-align: center; max-width: 700px; margin: 0 auto 50px;\">A Tea &#038; Pearls Sister Gathering is more than an event\u2014it is an intentional space where women can come to the table, exhale, connect, and have conversations that matter.<\/p>\n            \n            <div class=\"tp-grid\">\n                <div class=\"tp-card\">\n                    <img decoding=\"async\" src=\"https:\/\/andreadmerriman.com\/wp-content\/uploads\/2026\/09\/H.E.L.P.-Program-3.png\" alt=\"Tea\">\n                    <div class=\"tp-card-content\">\n                        <h4>Tea<\/h4>\n                        <p>Warmth &#038; Connection. A comforting space to begin the healing process.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"tp-card\">\n                    <img decoding=\"async\" src=\"https:\/\/andreadmerriman.com\/wp-content\/uploads\/2026\/09\/H.E.L.P.-Program-1.png\" alt=\"Pearls\">\n                    <div class=\"tp-card-content\">\n                        <h4>Pearls<\/h4>\n                        <p>Beauty from Adversity. Transforming life&#8217;s irritations and trauma into strength.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"tp-card\">\n                    <img decoding=\"async\" src=\"https:\/\/andreadmerriman.com\/wp-content\/uploads\/2026\/09\/H.E.L.P.-Program-2-e1788803939694.png\" alt=\"Kettle\">\n                    <div class=\"tp-card-content\">\n                        <h4>Kettle<\/h4>\n                        <p>Preparation and Pouring: Where wisdom is received, refined, and poured into others.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"tp-card\">\n                    <img decoding=\"async\" src=\"https:\/\/andreadmerriman.com\/wp-content\/uploads\/2026\/09\/H.E.L.P.-Program-4.png\" alt=\"Gathering\">\n                    <div class=\"tp-card-content\">\n                        <h4>The Gathering<\/h4>\n                        <p>Safe Sisterhood. An intentional community where every woman has a seat.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <div style=\"text-align: center; margin-top: 50px;\">\n                <a href=\"#contact\" class=\"btn-outline\">Host A Gathering<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Books (Anticipating First) -->\n    <section id=\"books\" class=\"books-section section-padding\">\n        <div class=\"max-width\">\n            <span class=\"section-tag\">Wisdom for the Journey<\/span>\n            <h2 class=\"section-title\">Books &#038; Devotionals<\/h2>\n            \n            <div class=\"books-grid\">\n                <!-- Book 1: Anticipating Pain -->\n                <div class=\"book-card\">\n                    <div class=\"book-img\">\n                        <img decoding=\"async\" src=\"https:\/\/andreadmerriman.com\/wp-content\/uploads\/2026\/09\/Cover-Anticipaing-pain-insted-of-acepting-the-love-scaled.png\" alt=\"Anticipating Pain\">\n                    <\/div>\n                    <div class=\"book-content\">\n                        <span class=\"book-badge\">Latest Release<\/span>\n                        <h3>Anticipating Pain Instead of Accepting Love<\/h3>\n                        <div class=\"book-author\">With Dr. Raymond Youngblood, Jr.<\/div>\n                        <p>Lady A collaborates with Dr. Youngblood. Together, they present a profound truth: Like a diamond forged under pressure and a pearl created from irritation, your greatest beauty is crafted from your deepest struggles.<\/p>\n                        <a href=\"https:\/\/www.publishingbyyoungblood.com\/anticipating-the-pain\" class=\"lady-a-btn\" style=\"width: 100%;\">Purchase<\/a>\n                    <\/div>\n                <\/div>\n\n                <!-- Book 2: Serving From The Kettle -->\n                <div class=\"book-card\">\n                    <div class=\"book-img\" style=\"background: rgba(181,188,179,0.3);\">\n                        <img decoding=\"async\" src=\"https:\/\/andreadmerriman.com\/wp-content\/uploads\/2026\/09\/Serving-from-the-kettle.jpg\" alt=\"Serving From The Kettle\">\n                    <\/div>\n                    <div class=\"book-content\">\n                        <h3 style=\"margin-top: 20px;\">Serving From The Kettle<\/h3>\n                        <div class=\"book-author\">The Servant Leaders&#8217; Guide<\/div>\n                        <p>An invitation for women to gather, pour into one another, and create meaningful sisterhood. Through the symbolism of tea, women discover how their experiences and stories can serve and strengthen others.<\/p>\n                        <a href=\"https:\/\/a.co\/d\/03T63hQP\" class=\"lady-a-btn\" style=\"width: 100%;\">Purchase<\/a>\n                    <\/div>\n                <\/div>\n\n                <!-- Book 3: To My Daughters -->\n                <div class=\"book-card\">\n                    <div class=\"book-img\" style=\"background: #eaeaea;\">\n                        <img decoding=\"async\" src=\"https:\/\/andreadmerriman.com\/wp-content\/uploads\/2026\/09\/to-my-daughters.png\" alt=\"To My Daughters\">\n                    <\/div>\n                    <div class=\"book-content\">\n                        <h3 style=\"margin-top: 20px;\">To My Daughters: Mindfully Speaking<\/h3>\n                        <div class=\"book-author\">40-day Devotional Journal<\/div>\n                        <p>A heartfelt collection of wisdom, lessons, and encouragement shared from one generation of women to the next\u2014offering guidance for navigating identity, relationships, life choices, and resilience.<\/p>\n                        <a href=\"https:\/\/a.co\/d\/06Gnqykm\" class=\"lady-a-btn\" style=\"width: 100%;\">Purchase<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Testimonials (6 Cards) -->\n    <section id=\"testimonials\" class=\"testimonials-section section-padding\">\n        <div class=\"max-width\">\n            <h2 class=\"section-title\">Global Impact &#038; Testimonials<\/h2>\n            \n            <div class=\"test-grid\">\n                <div class=\"test-card\">\n                    <p>&#8220;Lady Andrea has mentored me for more than three years, guiding me with wisdom, passion, and love. She has taught me how to make wise choices, believe in myself, and have the courage to do what is right, even when it is difficult.&#8221;<\/p>\n                    <div class=\"test-author\">\n                        <div class=\"test-avatar\"><\/div>\n                        <div>\n                            <p class=\"test-name\">Cindy<\/p>\n                            <p class=\"test-location\">Ghana, Mentee<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"test-card\">\n                    <p>&#8220;Through her guidance, I began to recognize areas within myself I had never truly healed. She helped me see I had forgiven others, but had not truly forgiven myself. Her mentorship brought awareness to hidden trauma.&#8221;<\/p>\n                    <div class=\"test-author\">\n                        <div class=\"test-avatar\"><\/div>\n                        <div>\n                            <p class=\"test-name\">Maria<\/p>\n                            <p class=\"test-location\">Pennsylvania<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"test-card\">\n                    <p>&#8220;For more than six years, I have had the privilege of knowing Andrea not only as a teacher and leader, but also as a mentor, colleague, and dear friend. Andrea has a unique ability to teach in a way that reaches beyond the surface.&#8221;<\/p>\n                    <div class=\"test-author\">\n                        <div class=\"test-avatar\"><\/div>\n                        <div>\n                            <p class=\"test-name\">Yolanda<\/p>\n                            <p class=\"test-location\">Georgia<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"test-card\">\n                    <p>&#8220;There was something unique about her immediately; she has always been like a spirit-filled, energized force, constantly pouring out until everyone in her circle knows they matter and no longer feels left out. Ms. Merriman is truly God-sent.&#8221;<\/p>\n                    <div class=\"test-author\">\n                        <div class=\"test-avatar\"><\/div>\n                        <div>\n                            <p class=\"test-name\">Alesia<\/p>\n                            <p class=\"test-location\">Georgia<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"test-card\">\n                    <p>&#8220;Ms. Andrea bridges the gap between seasoned and younger generations through sharing her experiences, wisdom and compassion. She is a true prayer warrior and lover of the Lord. Her impartation into women and girls has been life-saving.&#8221;<\/p>\n                    <div class=\"test-author\">\n                        <div class=\"test-avatar\"><\/div>\n                        <div>\n                            <p class=\"test-name\">Whitney<\/p>\n                            <p class=\"test-location\">Florida<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"test-card\" style=\"display: flex; flex-direction: column; justify-content: center; text-align: center;\">\n                    <p style=\"font-family: 'Cormorant Garamond', serif; font-size: 1.5rem;\">&#8220;Coming Soon&#8221;<\/p>\n                    <div class=\"test-author\" style=\"justify-content: center; margin-top: 20px;\">\n                        <div class=\"test-avatar\" style=\"background: rgba(255,255,255,0.2);\"><\/div>\n                        <div style=\"text-align: left;\">\n                            <p class=\"test-name\">Odelia<\/p>\n                            <p class=\"test-location\">New York<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Podcast: The Gold Diggers -->\n    <section class=\"podcast-section section-padding\">\n        <div class=\"max-width\">\n            <div class=\"podcast-box\">\n                <div class=\"pod-image-wrapper\">\n                    <!-- Podcast Cover Art Placeholder -->\n                    <img decoding=\"async\" src=\"https:\/\/andreadmerriman.com\/wp-content\/uploads\/2026\/09\/THE-GOLD-DIGGERS-3.png\" alt=\"The Gold Diggers Podcast\">\n                <\/div>\n                <div class=\"pod-content\">\n                    <span class=\"book-badge\" style=\"background: var(--sage); color: #fff; padding: 5px 10px; border-radius: 4px; display: inline-block;\">Listen &#038; Watch<\/span>\n                    <h2 class=\"font-serif\">The Gold Diggers<\/h2>\n                    <span class=\"pod-subtitle\">Hosted by Lady A &#038; Dr. Raymond Youngblood, Jr.<\/span>\n                    <p>Join the conversation as we dig deep into truth, resilience, and transformation. Tune into our active shows and deep-dive discussions focused on navigating trauma and building kingdoms.<\/p>\n                    \n                    <div class=\"pod-buttons\">\n                        <a href=\"#\" class=\"lady-a-btn\">YouTube<\/a>\n                        <a href=\"#\" class=\"btn-outline\">Clubhouse<\/a>\n                    <\/div>\n                    \n                    <div class=\"publisher-logo\">\n                        <span>Presented By<\/span>\n                        <!-- Logo Publishing by Youngblood -->\n                        <img decoding=\"async\" src=\"https:\/\/andreadmerriman.com\/wp-content\/uploads\/2026\/09\/0.-Logo-horizontal.png\" alt=\"Publishing by Youngblood\">\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Contact Form -->\n    <section id=\"contact\" class=\"contact-section section-padding\">\n        <div class=\"max-width\">\n            <div style=\"text-align: center; margin-bottom: 40px;\">\n                <h2 class=\"section-title\" style=\"margin-bottom: 10px;\">Connect with Lady A<\/h2>\n                <p>For speaking engagements, mentorship, or to host a Tea &#038; Pearls gathering.<\/p>\n            <\/div>\n            \n            <form class=\"contact-form\">\n                <div class=\"form-row\">\n                    <div class=\"form-group\">\n                        <label>Full Name<\/label>\n                        <input type=\"text\" placeholder=\"Jane Doe\">\n                    <\/div>\n                    <div class=\"form-group\">\n                        <label>Email Address<\/label>\n                        <input type=\"email\" placeholder=\"jane@example.com\">\n                    <\/div>\n                <\/div>\n                <div class=\"form-group\">\n                    <label>Subject of Inquiry<\/label>\n                    <select>\n                        <option>Speaking Engagement<\/option>\n                        <option>Host a Tea &#038; Pearls Gathering<\/option>\n                        <option>H.E.L.P. Program<\/option>\n                        <option>Book \/ Publishing Inquiry<\/option>\n                        <option>General Connection<\/option>\n                    <\/select>\n                <\/div>\n                <div class=\"form-group\">\n                    <label>Message<\/label>\n                    <textarea placeholder=\"How can we build together?\"><\/textarea>\n                <\/div>\n                <button type=\"submit\" class=\"lady-a-btn\" style=\"width: 100%; padding: 15px; font-size: 1.1rem;\">Send Message<\/button>\n            <\/form>\n        <\/div>\n    <\/section>\n\n    <!-- Footer -->\n    <footer class=\"lady-a-footer\">\n        <p>&copy; 2026 Andrea D. Merriman (Lady A). All rights reserved.<\/p>\n        <p style=\"color: var(--dustyrose); font-style: italic;\">Designed for Healing, Sisterhood, and Leadership.<\/p>\n    <\/footer>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Andrea D. Merriman About Tea &#038; Pearls Books Testimonials Book Lady A Trauma Strategist &#038; Author Disrupting the Normalcy of Domestic Violence I believe every woman deserves a place to land before she is expected to rise\u2014a place to exhale, see herself clearly, honor what she has survived, and rediscover the dreams she may have [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"blank-landing-page","meta":{"footnotes":""},"class_list":["post-30","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/andreadmerriman.com\/index.php?rest_route=\/wp\/v2\/pages\/30","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/andreadmerriman.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/andreadmerriman.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/andreadmerriman.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/andreadmerriman.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=30"}],"version-history":[{"count":5,"href":"https:\/\/andreadmerriman.com\/index.php?rest_route=\/wp\/v2\/pages\/30\/revisions"}],"predecessor-version":[{"id":50,"href":"https:\/\/andreadmerriman.com\/index.php?rest_route=\/wp\/v2\/pages\/30\/revisions\/50"}],"wp:attachment":[{"href":"https:\/\/andreadmerriman.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=30"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}