{"id":18,"date":"2026-06-25T10:58:20","date_gmt":"2026-06-25T10:58:20","guid":{"rendered":"https:\/\/rootedandthriving.online\/?page_id=18"},"modified":"2026-06-25T10:58:20","modified_gmt":"2026-06-25T10:58:20","slug":"18-2","status":"publish","type":"page","link":"https:\/\/rootedandthriving.online\/?page_id=18","title":{"rendered":""},"content":{"rendered":"\n&#8220;`html\n<style>\n  .rt-page {\n    --brown: #5c2e14;\n    --terracotta: #8c3d1a;\n    --gold: #c8903a;\n    --ivory: #fff8ee;\n    --cream: #fffaf3;\n    --ink: #2b1b12;\n    --muted: #6f5547;\n    --soft: #f6eadc;\n    --green: #425b37;\n    font-family: Georgia, \"Times New Roman\", serif;\n    color: var(--ink);\n    background: var(--cream);\n    line-height: 1.7;\n  }\n\n  .rt-page * {\n    box-sizing: border-box;\n  }\n\n  .rt-section {\n    padding: 64px 20px;\n  }\n\n  .rt-container {\n    max-width: 1040px;\n    margin: 0 auto;\n  }\n\n  .rt-narrow {\n    max-width: 820px;\n    margin: 0 auto;\n  }\n\n  .rt-eyebrow {\n    text-transform: uppercase;\n    letter-spacing: 0.18em;\n    color: var(--gold);\n    font-size: 13px;\n    font-weight: 700;\n    margin-bottom: 14px;\n  }\n\n  .rt-hero {\n    background:\n      radial-gradient(circle at top left, rgba(200, 144, 58, 0.18), transparent 30%),\n      linear-gradient(135deg, #5c2e14 0%, #30170b 100%);\n    color: var(--ivory);\n    padding: 78px 20px 70px;\n  }\n\n  .rt-hero-grid {\n    display: grid;\n    grid-template-columns: 1.08fr 0.92fr;\n    gap: 48px;\n    align-items: center;\n  }\n\n  .rt-brand {\n    font-size: 13px;\n    letter-spacing: 0.24em;\n    color: var(--gold);\n    text-transform: uppercase;\n    margin-bottom: 22px;\n  }\n\n  .rt-hero h1 {\n    font-size: clamp(42px, 6vw, 74px);\n    line-height: 0.98;\n    margin: 0 0 22px;\n    color: var(--ivory);\n  }\n\n  .rt-hero h2 {\n    font-size: clamp(22px, 3vw, 34px);\n    line-height: 1.18;\n    font-weight: 400;\n    margin: 0 0 24px;\n    color: #f4d9af;\n  }\n\n  .rt-hero p {\n    font-size: 19px;\n    margin: 0 0 24px;\n    color: #fff2dd;\n  }\n\n  .rt-hero-bullets {\n    list-style: none;\n    padding: 0;\n    margin: 26px 0 30px;\n  }\n\n  .rt-hero-bullets li {\n    margin: 11px 0;\n    padding-left: 32px;\n    position: relative;\n    font-size: 17px;\n  }\n\n  .rt-hero-bullets li::before {\n    content: \"\u2713\";\n    position: absolute;\n    left: 0;\n    top: 0;\n    color: var(--gold);\n    font-weight: 700;\n  }\n\n  .rt-cta-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 14px;\n    align-items: center;\n    margin-top: 28px;\n  }\n\n  .rt-button {\n    display: inline-block;\n    background: var(--gold);\n    color: #241106 !important;\n    padding: 17px 30px;\n    border-radius: 999px;\n    text-decoration: none !important;\n    font-weight: 700;\n    font-size: 17px;\n    box-shadow: 0 14px 30px rgba(0,0,0,0.2);\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n  }\n\n  .rt-button:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 18px 34px rgba(0,0,0,0.25);\n  }\n\n  .rt-button-secondary {\n    background: transparent;\n    color: var(--ivory) !important;\n    border: 1px solid rgba(255,255,255,0.45);\n    box-shadow: none;\n  }\n\n  .rt-microcopy {\n    font-size: 14px !important;\n    color: #f5d8ad !important;\n    margin-top: 14px !important;\n  }\n\n  .rt-book-wrap {\n    perspective: 1200px;\n    display: flex;\n    justify-content: center;\n  }\n\n  .rt-book {\n    width: min(360px, 82vw);\n    aspect-ratio: 0.72;\n    background:\n      linear-gradient(90deg, rgba(255,255,255,0.08), transparent 18%),\n      linear-gradient(135deg, #6a3518 0%, #4b220f 100%);\n    border: 7px solid var(--terracotta);\n    border-radius: 14px;\n    padding: 34px 28px;\n    transform: rotateY(-16deg) rotateX(3deg);\n    box-shadow:\n      28px 32px 55px rgba(0,0,0,0.34),\n      inset 0 0 0 2px rgba(200,144,58,0.65);\n    position: relative;\n    text-align: center;\n  }\n\n  .rt-book::before {\n    content: \"\";\n    position: absolute;\n    left: -18px;\n    top: 22px;\n    width: 18px;\n    height: calc(100% - 44px);\n    background: repeating-linear-gradient(\n      to bottom,\n      #f7f2e8 0 12px,\n      #b7ada1 12px 17px\n    );\n    border-radius: 8px 0 0 8px;\n    box-shadow: inset -3px 0 6px rgba(0,0,0,0.22);\n  }\n\n  .rt-book-brand {\n    color: var(--gold);\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    font-size: 11px;\n    margin-bottom: 20px;\n  }\n\n  .rt-book-line {\n    height: 1px;\n    background: var(--gold);\n    margin: 0 auto 34px;\n    opacity: 0.9;\n  }\n\n  .rt-book-title {\n    color: var(--ivory);\n    font-size: 38px;\n    line-height: 1.05;\n    margin-bottom: 22px;\n  }\n\n  .rt-book-subtitle {\n    color: #f3ddbd;\n    font-size: 16px;\n    line-height: 1.35;\n    margin-bottom: 34px;\n  }\n\n  .rt-book-art {\n    width: 150px;\n    height: 150px;\n    border: 2px solid var(--gold);\n    border-radius: 50%;\n    margin: 0 auto 28px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--gold);\n    font-size: 54px;\n  }\n\n  .rt-book-author {\n    color: #f6dfbd;\n    font-size: 17px;\n  }\n\n  .rt-intro {\n    background: var(--ivory);\n  }\n\n  .rt-narrow h2,\n  .rt-container h2 {\n    font-size: clamp(32px, 4vw, 48px);\n    line-height: 1.08;\n    margin: 0 0 20px;\n    color: var(--brown);\n  }\n\n  .rt-narrow h3,\n  .rt-container h3 {\n    font-size: clamp(24px, 3vw, 34px);\n    line-height: 1.18;\n    margin: 38px 0 14px;\n    color: var(--brown);\n  }\n\n  .rt-lead {\n    font-size: 21px;\n    color: var(--muted);\n  }\n\n  .rt-card {\n    background: #ffffff;\n    border: 1px solid #ead8c4;\n    border-radius: 24px;\n    padding: 34px;\n    box-shadow: 0 18px 50px rgba(92,46,20,0.08);\n  }\n\n  .rt-warning {\n    background: #fff3e2;\n    border-left: 6px solid var(--gold);\n    padding: 26px;\n    border-radius: 18px;\n    margin: 30px 0;\n  }\n\n  .rt-grid-2 {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 24px;\n  }\n\n  .rt-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 22px;\n  }\n\n  .rt-feature {\n    background: #ffffff;\n    border-radius: 22px;\n    padding: 26px;\n    border: 1px solid #ead8c4;\n  }\n\n  .rt-feature strong {\n    color: var(--brown);\n    font-size: 20px;\n    display: block;\n    margin-bottom: 8px;\n  }\n\n  .rt-number {\n    width: 42px;\n    height: 42px;\n    border-radius: 50%;\n    background: var(--brown);\n    color: var(--ivory);\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: 700;\n    margin-bottom: 14px;\n  }\n\n  .rt-dark {\n    background: var(--brown);\n    color: var(--ivory);\n  }\n\n  .rt-dark h2,\n  .rt-dark h3 {\n    color: var(--ivory);\n  }\n\n  .rt-dark p {\n    color: #f6e0c2;\n  }\n\n  .rt-dark .rt-feature {\n    background: rgba(255,255,255,0.06);\n    border-color: rgba(255,255,255,0.16);\n  }\n\n  .rt-dark .rt-feature strong {\n    color: #f8d99f;\n  }\n\n  .rt-offer {\n    background: linear-gradient(135deg, #fff8ee 0%, #f4e3cf 100%);\n  }\n\n  .rt-offer-box {\n    max-width: 880px;\n    margin: 0 auto;\n    background: #fff;\n    border-radius: 34px;\n    padding: 44px;\n    border: 2px solid var(--gold);\n    box-shadow: 0 24px 70px rgba(92,46,20,0.14);\n  }\n\n  .rt-price {\n    text-align: center;\n    margin: 32px 0;\n  }\n\n  .rt-price small {\n    display: block;\n    color: var(--muted);\n    font-size: 16px;\n  }\n\n  .rt-price span {\n    display: block;\n    color: var(--brown);\n    font-size: clamp(58px, 8vw, 86px);\n    line-height: 1;\n    font-weight: 700;\n  }\n\n  .rt-included {\n    list-style: none;\n    padding: 0;\n    margin: 28px 0;\n  }\n\n  .rt-included li {\n    padding: 14px 0 14px 36px;\n    border-bottom: 1px solid #eedccb;\n    position: relative;\n  }\n\n  .rt-included li::before {\n    content: \"\u2713\";\n    position: absolute;\n    left: 0;\n    color: var(--green);\n    font-weight: 700;\n  }\n\n  .rt-testimonial {\n    background: #fff;\n    border-left: 5px solid var(--gold);\n    padding: 26px;\n    border-radius: 18px;\n    font-style: italic;\n  }\n\n  .rt-testimonial strong {\n    display: block;\n    margin-top: 14px;\n    color: var(--brown);\n    font-style: normal;\n  }\n\n  .rt-faq details {\n    background: #fff;\n    border: 1px solid #ead8c4;\n    border-radius: 18px;\n    padding: 20px 24px;\n    margin-bottom: 14px;\n  }\n\n  .rt-faq summary {\n    cursor: pointer;\n    font-weight: 700;\n    color: var(--brown);\n    font-size: 18px;\n  }\n\n  .rt-faq p {\n    margin-bottom: 0;\n  }\n\n  .rt-author {\n    display: grid;\n    grid-template-columns: 0.7fr 1.3fr;\n    gap: 34px;\n    align-items: center;\n  }\n\n  .rt-author-photo {\n    background:\n      radial-gradient(circle at center, rgba(200,144,58,0.28), transparent 54%),\n      linear-gradient(135deg, #7a3b19, #3c1a0b);\n    min-height: 320px;\n    border-radius: 26px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--ivory);\n    text-align: center;\n    padding: 30px;\n    border: 2px solid rgba(200,144,58,0.45);\n  }\n\n  .rt-author-photo span {\n    font-size: 70px;\n    display: block;\n    margin-bottom: 12px;\n  }\n\n  .rt-final {\n    text-align: center;\n    background:\n      radial-gradient(circle at top, rgba(200,144,58,0.2), transparent 28%),\n      linear-gradient(135deg, #2d1308, #5c2e14);\n    color: var(--ivory);\n  }\n\n  .rt-final h2 {\n    color: var(--ivory);\n  }\n\n  .rt-final p {\n    color: #f5dfc1;\n    max-width: 780px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .rt-small {\n    font-size: 14px;\n    color: var(--muted);\n  }\n\n  .rt-center {\n    text-align: center;\n  }\n\n  @media (max-width: 850px) {\n    .rt-hero-grid,\n    .rt-grid-2,\n    .rt-grid-3,\n    .rt-author {\n      grid-template-columns: 1fr;\n    }\n\n    .rt-section {\n      padding: 48px 18px;\n    }\n\n    .rt-hero {\n      padding-top: 52px;\n    }\n\n    .rt-offer-box {\n      padding: 30px 22px;\n    }\n\n    .rt-card {\n      padding: 26px 22px;\n    }\n\n    .rt-cta-row {\n      display: block;\n    }\n\n    .rt-button {\n      display: block;\n      text-align: center;\n      margin-bottom: 12px;\n    }\n\n    .rt-book {\n      transform: rotateY(-8deg) rotateX(2deg);\n      margin-top: 24px;\n    }\n  }\n<\/style>\n\n<div class=\"rt-page\">\n\n  <!-- HERO SECTION -->\n  <section class=\"rt-hero\">\n    <div class=\"rt-container rt-hero-grid\">\n      <div>\n        <div class=\"rt-brand\">Rooted and Thriving<\/div>\n\n        <h1>What Our Grandmothers Knew<\/h1>\n\n        <h2>Ancient African Wisdom for Raising Godly Children in the Diaspora<\/h2>\n\n        <p>\n          A practical faith-based guide for African Christian mothers in the UK, US, and Canada who want to keep their children rooted in faith, identity, family, and culture \u2014 without constant conflict, fear, or stricter rules.\n        <\/p>\n\n        <ul class=\"rt-hero-bullets\">\n          <li>Learn the 7 Pillars of the Rooting Method.<\/li>\n          <li>Have calmer conversations about faith, culture, screens, and identity.<\/li>\n          <li>Build weekly family rhythms that keep your home spiritually grounded.<\/li>\n          <li>Receive practical scripts, prayer tools, and reflection exercises.<\/li>\n        <\/ul>\n\n        <div class=\"rt-cta-row\">\n          <a class=\"rt-button\" href=\"CHECKOUT_LINK_HERE\">Get Instant Access for \u00a37.97<\/a>\n          <a class=\"rt-button rt-button-secondary\" href=\"#inside\">See What Is Inside<\/a>\n        <\/div>\n\n        <p class=\"rt-microcopy\">\n          Instant PDF download | Includes bonuses | 30-day money-back guarantee\n        <\/p>\n      <\/div>\n\n      <div class=\"rt-book-wrap\" aria-label=\"Product mockup\">\n        <div class=\"rt-book\">\n          <div class=\"rt-book-brand\">Rooted and Thriving<\/div>\n          <div class=\"rt-book-line\"><\/div>\n          <div class=\"rt-book-title\">What Our Grandmothers Knew<\/div>\n          <div class=\"rt-book-subtitle\">\n            Ancient African Wisdom for Raising Godly Children in a Culture That Wants to Steal Them\n          <\/div>\n          <div class=\"rt-book-art\">\ud83c\udf33<\/div>\n          <div class=\"rt-book-author\">Adeotan Lambe<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- OPENING BLOG-STYLE STORY -->\n  <section class=\"rt-section rt-intro\">\n    <div class=\"rt-narrow\">\n      <p class=\"rt-eyebrow\">A message for the mother who has been carrying this quietly<\/p>\n\n      <h2>You love your children deeply. But some days, it feels like the world is raising them faster than you can reach them.<\/h2>\n\n      <p class=\"rt-lead\">\n        Maybe your child used to listen when you spoke about God, respect, family, culture, and identity.\n        But now everything feels harder.\n      <\/p>\n\n      <p>\n        They are surrounded by friends, phones, social media, school culture, entertainment, and ideas that do not always honour the values you are trying to build at home.\n      <\/p>\n\n      <p>\n        You may find yourself wondering:\n      <\/p>\n\n      <div class=\"rt-warning\">\n        <p>\n          \u201cHow do I raise children who love God, respect their family, understand where they come from, and still feel confident living in the Western world?\u201d\n        <\/p>\n      <\/div>\n\n      <p>\n        This guide was created for that exact question.\n      <\/p>\n\n      <p>\n        Not to make you parent from panic. Not to make you feel guilty. And not to give you another long theory you do not have time to apply.\n      <\/p>\n\n      <p>\n        This is a warm, practical, faith-filled guide designed to help you bring wisdom, rhythm, prayer, culture, and calm leadership back into your home.\n      <\/p>\n    <\/div>\n  <\/section>\n\n  <!-- PAIN POINTS -->\n  <section class=\"rt-section\">\n    <div class=\"rt-container\">\n      <div class=\"rt-narrow rt-center\">\n        <p class=\"rt-eyebrow\">Does this sound familiar?<\/p>\n        <h2>The problem is not that you do not care. The problem is that the world has become very loud.<\/h2>\n      <\/div>\n\n      <div class=\"rt-grid-3\" style=\"margin-top: 36px;\">\n        <div class=\"rt-feature\">\n          <strong>Your child questions everything<\/strong>\n          <p>\n            Faith, church, prayer, family values, modesty, obedience, culture, and even the wisdom you grew up with.\n          <\/p>\n        <\/div>\n\n        <div class=\"rt-feature\">\n          <strong>Home conversations turn into arguments<\/strong>\n          <p>\n            You want to guide them, but they hear criticism. You want to protect them, but they feel controlled.\n          <\/p>\n        <\/div>\n\n        <div class=\"rt-feature\">\n          <strong>You feel caught between two worlds<\/strong>\n          <p>\n            You want your children to thrive in the West without losing their African roots, spiritual foundation, or family identity.\n          <\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"rt-narrow\" style=\"margin-top: 42px;\">\n        <p>\n          Many mothers respond by becoming stricter. More rules. More warnings. More lectures.\n        <\/p>\n\n        <p>\n          But children are not only shaped by rules. They are shaped by rhythm, belonging, identity, stories, prayer, example, and the emotional atmosphere of the home.\n        <\/p>\n\n        <p>\n          That is what many of our grandmothers understood.\n        <\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- SOLUTION -->\n  <section class=\"rt-section rt-dark\">\n    <div class=\"rt-container\">\n      <div class=\"rt-narrow rt-center\">\n        <p class=\"rt-eyebrow\">The missing method<\/p>\n        <h2>The Rooting Method helps you raise children with identity before the world gives them another one.<\/h2>\n\n        <p class=\"rt-lead\">\n          This guide teaches a simple framework built around faith, African wisdom, family rhythm, emotional connection, and intentional conversations.\n        <\/p>\n      <\/div>\n\n      <div class=\"rt-grid-3\" style=\"margin-top: 40px;\">\n        <div class=\"rt-feature\">\n          <div class=\"rt-number\">1<\/div>\n          <strong>Faith<\/strong>\n          <p>Helping your child see God as a living foundation, not just a Sunday routine.<\/p>\n        <\/div>\n\n        <div class=\"rt-feature\">\n          <div class=\"rt-number\">2<\/div>\n          <strong>Identity<\/strong>\n          <p>Teaching your child where they come from so they do not feel lost in the culture around them.<\/p>\n        <\/div>\n\n        <div class=\"rt-feature\">\n          <div class=\"rt-number\">3<\/div>\n          <strong>Connection<\/strong>\n          <p>Learning how to speak in a way that opens the heart instead of starting another argument.<\/p>\n        <\/div>\n\n        <div class=\"rt-feature\">\n          <div class=\"rt-number\">4<\/div>\n          <strong>Wisdom<\/strong>\n          <p>Using African proverbs, stories, and family values to make lessons memorable.<\/p>\n        <\/div>\n\n        <div class=\"rt-feature\">\n          <div class=\"rt-number\">5<\/div>\n          <strong>Rhythm<\/strong>\n          <p>Building simple weekly habits that make your home spiritually and culturally grounded.<\/p>\n        <\/div>\n\n        <div class=\"rt-feature\">\n          <div class=\"rt-number\">6<\/div>\n          <strong>Prayer<\/strong>\n          <p>Covering your children with intentional intercession while also taking practical action.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- PRODUCT INTRODUCTION -->\n  <section class=\"rt-section\" id=\"inside\">\n    <div class=\"rt-container rt-grid-2\">\n      <div>\n        <p class=\"rt-eyebrow\">Introducing the guide<\/p>\n        <h2>What Our Grandmothers Knew<\/h2>\n\n        <p class=\"rt-lead\">\n          A practical digital guide for African Christian mothers who want to raise rooted, wise, confident, God-fearing children in the diaspora.\n        <\/p>\n\n        <p>\n          This is not a parenting manual filled with shame or complicated theory. It is a clear, gentle, and deeply practical guide you can begin using immediately.\n        <\/p>\n\n        <p>\n          It is written for mothers who want to lead their homes with faith, wisdom, warmth, and authority \u2014 without feeling like they are constantly fighting their children or fighting the culture around them.\n        <\/p>\n      <\/div>\n\n      <div class=\"rt-card\">\n        <h3 style=\"margin-top: 0;\">Inside the guide, you will receive:<\/h3>\n\n        <ul class=\"rt-included\">\n          <li>The 7 Pillars of the Rooting Method<\/li>\n          <li>Faith and identity conversation prompts<\/li>\n          <li>Screen and culture strategy guidance<\/li>\n          <li>African wisdom and proverb-based teaching tools<\/li>\n          <li>Weekly family rhythm ideas<\/li>\n          <li>Mother\u2019s reflection and prayer exercises<\/li>\n          <li>Practical scripts for difficult conversations<\/li>\n          <li>A gentle framework for rebuilding connection at home<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- WHO IT IS FOR -->\n  <section class=\"rt-section rt-intro\">\n    <div class=\"rt-container\">\n      <div class=\"rt-narrow rt-center\">\n        <p class=\"rt-eyebrow\">Who this is for<\/p>\n        <h2>This guide is for you if&#8230;<\/h2>\n      <\/div>\n\n      <div class=\"rt-grid-2\" style=\"margin-top: 36px;\">\n        <div class=\"rt-feature\">\n          <strong>You are an African Christian mother in the diaspora<\/strong>\n          <p>\n            You are raising children in the UK, US, Canada, Europe, or another Western culture, and you want them to remain grounded in faith and identity.\n          <\/p>\n        <\/div>\n\n        <div class=\"rt-feature\">\n          <strong>You feel your child drifting<\/strong>\n          <p>\n            You can sense subtle changes in their attitude, language, values, friendships, confidence, or relationship with God.\n          <\/p>\n        <\/div>\n\n        <div class=\"rt-feature\">\n          <strong>You want practical tools<\/strong>\n          <p>\n            You do not only want encouragement. You want conversation starters, prayer prompts, family rhythms, and clear steps.\n          <\/p>\n        <\/div>\n\n        <div class=\"rt-feature\">\n          <strong>You want to parent with wisdom, not panic<\/strong>\n          <p>\n            You want to guide your children firmly but lovingly, without fear becoming the atmosphere of your home.\n          <\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- BONUSES -->\n  <section class=\"rt-section\">\n    <div class=\"rt-container\">\n      <div class=\"rt-narrow rt-center\">\n        <p class=\"rt-eyebrow\">Included today<\/p>\n        <h2>You also receive these bonus resources<\/h2>\n      <\/div>\n\n      <div class=\"rt-grid-2\" style=\"margin-top: 36px;\">\n        <div class=\"rt-card\">\n          <h3 style=\"margin-top: 0;\">Bonus 1: Rooted Child Assessment Checklist<\/h3>\n          <p>\n            A simple reflection tool to help you identify where your child currently feels strong, where they may be drifting, and where your family may need more intentional support.\n          <\/p>\n        <\/div>\n\n        <div class=\"rt-card\">\n          <h3 style=\"margin-top: 0;\">Bonus 2: African Mother\u2019s Prayer Warrior Toolkit<\/h3>\n          <p>\n            A faith-filled prayer resource to help you pray with focus over your child\u2019s identity, friendships, faith, confidence, future, and protection.\n          <\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- TESTIMONIALS -->\n  <section class=\"rt-section rt-intro\">\n    <div class=\"rt-container\">\n      <div class=\"rt-narrow rt-center\">\n        <p class=\"rt-eyebrow\">Stories from mothers<\/p>\n        <h2>What mothers are saying<\/h2>\n      <\/div>\n\n      <div class=\"rt-grid-3\" style=\"margin-top: 36px;\">\n        <div class=\"rt-testimonial\">\n          \u201cThis guide helped me realise I was speaking from fear instead of wisdom. The conversation prompts helped me talk to my daughter without turning everything into an argument.\u201d\n          <strong>\u2014 Mother in the UK<\/strong>\n        <\/div>\n\n        <div class=\"rt-testimonial\">\n          \u201cI loved the way it connected African wisdom with biblical truth. It reminded me that our culture carries lessons our children still need.\u201d\n          <strong>\u2014 Mother in Canada<\/strong>\n        <\/div>\n\n        <div class=\"rt-testimonial\">\n          \u201cThe prayer toolkit helped me become more intentional. I felt calmer, clearer, and more confident in how I was leading my home.\u201d\n          <strong>\u2014 Mother in the US<\/strong>\n        <\/div>\n      <\/div>\n\n      <p class=\"rt-small rt-center\" style=\"margin-top: 24px;\">\n        Individual experiences vary. This guide is designed to provide faith-based encouragement, reflection, and practical parenting support.\n      <\/p>\n    <\/div>\n  <\/section>\n\n  <!-- OFFER -->\n  <section class=\"rt-section rt-offer\" id=\"offer\">\n    <div class=\"rt-offer-box\">\n      <div class=\"rt-center\">\n        <p class=\"rt-eyebrow\">Get the complete guide today<\/p>\n        <h2>Start rebuilding rootedness in your home today<\/h2>\n\n        <p class=\"rt-lead\">\n          Receive the full digital guide, practical exercises, prayer prompts, conversation scripts, and bonus resources instantly.\n        <\/p>\n      <\/div>\n\n      <ul class=\"rt-included\">\n        <li>Full digital guide: <strong>What Our Grandmothers Knew<\/strong><\/li>\n        <li>The 7 Pillars of the Rooting Method<\/li>\n        <li>Faith, culture, identity, and screen-time conversation prompts<\/li>\n        <li>African wisdom and proverb teaching framework<\/li>\n        <li>Monthly family rhythm ideas<\/li>\n        <li>Mother\u2019s reflection and prayer exercises<\/li>\n        <li>Bonus 1: Rooted Child Assessment Checklist<\/li>\n        <li>Bonus 2: African Mother\u2019s Prayer Warrior Toolkit<\/li>\n        <li>Instant digital delivery<\/li>\n        <li>30-day money-back guarantee<\/li>\n      <\/ul>\n\n      <div class=\"rt-price\">\n        <small>Today only<\/small>\n        <span>\u00a37.97<\/span>\n        <small>Also suitable for buyers paying in USD or local currency through your checkout provider.<\/small>\n      <\/div>\n\n      <div class=\"rt-center\">\n        <a class=\"rt-button\" href=\"CHECKOUT_LINK_HERE\">Yes, I Want the Guide<\/a>\n        <p class=\"rt-small\" style=\"margin-top: 16px;\">\n          Secure checkout | Instant access | 30-day guarantee\n        <\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- GUARANTEE -->\n  <section class=\"rt-section\">\n    <div class=\"rt-narrow rt-card rt-center\">\n      <p class=\"rt-eyebrow\">Your 30-day guarantee<\/p>\n      <h2>Try it with peace of mind<\/h2>\n\n      <p>\n        At Rooted and Thriving, we stand behind every digital resource we publish. Read the guide, apply the strategies faithfully, and use the tools in your home.\n      <\/p>\n\n      <p>\n        If within 30 days you genuinely feel the guide has not given you practical value, clarity, encouragement, or useful steps for your family, simply contact us and request a refund.\n      <\/p>\n\n      <p>\n        No difficult questions. No lengthy explanations. Just email us within 30 days of purchase.\n      <\/p>\n\n      <p>\n        <strong>Support email:<\/strong> support@rootedandthriving.online\n      <\/p>\n    <\/div>\n  <\/section>\n\n  <!-- AUTHOR -->\n  <section class=\"rt-section rt-intro\">\n    <div class=\"rt-container rt-author\">\n      <div class=\"rt-author-photo\">\n        <div>\n          <span>\ud83c\udf3f<\/span>\n          <strong>Adeotan Lambe<\/strong><br>\n          Founder of Rooted and Thriving\n        <\/div>\n      <\/div>\n\n      <div>\n        <p class=\"rt-eyebrow\">About the author<\/p>\n        <h2>Meet Adeotan Lambe<\/h2>\n\n        <p>\n          Adeotan Lambe is a Yoruba Christian mother and the founder of Rooted and Thriving. Her work is dedicated to helping African Christian women and mothers in the diaspora raise children who remain grounded in faith, family, identity, and wisdom.\n        <\/p>\n\n        <p>\n          This guide was created from lived experience, biblical truth, ancestral African wisdom, and the deep concern many mothers carry when raising children in a culture very different from the one they grew up in.\n        <\/p>\n\n        <p>\n          It is not written from a place of fear. It is written from a place of love, prayer, and responsibility.\n        <\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- FAQ -->\n  <section class=\"rt-section rt-faq\">\n    <div class=\"rt-narrow\">\n      <p class=\"rt-eyebrow\">Questions mothers often ask<\/p>\n      <h2>Frequently Asked Questions<\/h2>\n\n      <details>\n        <summary>Is this only for Nigerian mothers?<\/summary>\n        <p>\n          No. The guide is written from an African Christian perspective and includes Nigerian\/Yoruba influence, but the principles are useful for many African Christian mothers raising children in the diaspora.\n        <\/p>\n      <\/details>\n\n      <details>\n        <summary>What age group is this best for?<\/summary>\n        <p>\n          It is especially useful for mothers of children and teenagers who are old enough to ask questions about faith, identity, family expectations, culture, screens, and friendships. Many principles can also be adapted for younger children and young adults.\n        <\/p>\n      <\/details>\n\n      <details>\n        <summary>Is this a physical book?<\/summary>\n        <p>\n          No. This is a digital PDF guide. After purchase, you will receive access to download it electronically.\n        <\/p>\n      <\/details>\n\n      <details>\n        <summary>What if my child already seems distant from faith?<\/summary>\n        <p>\n          The guide begins with connection, identity, conversation, and prayer. It does not teach you to force or shame your child. It helps you rebuild trust and create a more grounded atmosphere at home.\n        <\/p>\n      <\/details>\n\n      <details>\n        <summary>Can I use this if my husband is not involved?<\/summary>\n        <p>\n          Yes. The guide can be started by one committed mother. You can begin with your own prayer life, tone, conversations, family rhythms, and intentional leadership at home.\n        <\/p>\n      <\/details>\n\n      <details>\n        <summary>How quickly will I receive the guide?<\/summary>\n        <p>\n          Access is delivered digitally after checkout. Please check your email after purchase, including your spam or promotions folder if you do not see it immediately.\n        <\/p>\n      <\/details>\n\n      <details>\n        <summary>What if I am not happy with it?<\/summary>\n        <p>\n          You are covered by a 30-day money-back guarantee. If you apply the guide and genuinely feel it has not provided value, contact support within 30 days of purchase.\n        <\/p>\n      <\/details>\n    <\/div>\n  <\/section>\n\n  <!-- FINAL CTA -->\n  <section class=\"rt-section rt-final\">\n    <div class=\"rt-container\">\n      <p class=\"rt-eyebrow\">Begin today<\/p>\n      <h2>Your home can become a place of faith, wisdom, identity, and peace again.<\/h2>\n\n      <p class=\"rt-lead\">\n        You do not need to parent from panic. You can begin with one intentional step, one better conversation, one prayer, one family rhythm, and one clear framework.\n      <\/p>\n\n      <p>\n        If you are ready to raise children who know God, understand where they come from, respect family, and stand with confidence in the world, this guide was created for you.\n      <\/p>\n\n      <div class=\"rt-cta-row\" style=\"justify-content: center;\">\n        <a class=\"rt-button\" href=\"CHECKOUT_LINK_HERE\">Get Instant Access for \u00a37.97<\/a>\n      <\/div>\n\n      <p class=\"rt-microcopy\">\n        Instant PDF download | Includes bonuses | 30-day money-back guarantee\n      <\/p>\n    <\/div>\n  <\/section>\n\n<\/div>\n&#8220;`\n\n","protected":false},"excerpt":{"rendered":"<p>&#8220;`html Rooted and Thriving What Our Grandmothers Knew Ancient African Wisdom for Raising Godly Children in the Diaspora A practical faith-based guide for African Christian mothers in the UK, US, and Canada who want to keep their children rooted in faith, identity, family, and culture \u2014 without constant conflict, fear, or stricter rules. Learn the [&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:\/\/rootedandthriving.online\/index.php?rest_route=\/wp\/v2\/pages\/18","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rootedandthriving.online\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rootedandthriving.online\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rootedandthriving.online\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rootedandthriving.online\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=18"}],"version-history":[{"count":2,"href":"https:\/\/rootedandthriving.online\/index.php?rest_route=\/wp\/v2\/pages\/18\/revisions"}],"predecessor-version":[{"id":20,"href":"https:\/\/rootedandthriving.online\/index.php?rest_route=\/wp\/v2\/pages\/18\/revisions\/20"}],"wp:attachment":[{"href":"https:\/\/rootedandthriving.online\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=18"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}