{"id":19,"date":"2026-09-04T17:36:47","date_gmt":"2026-09-04T17:36:47","guid":{"rendered":"https:\/\/theancestralfix.online\/?page_id=19"},"modified":"2026-09-04T17:55:05","modified_gmt":"2026-09-04T17:55:05","slug":"belly-fix-thank-you-page","status":"publish","type":"page","link":"https:\/\/theancestralfix.online\/?page_id=19","title":{"rendered":"Belly Fix Thank You Page"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"19\" class=\"elementor elementor-19\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a3c1025 e-con e-atomic-element e-flexbox-base \" data-id=\"a3c1025\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"a3c1025\">\n    \t\t<div class=\"elementor-element elementor-element-1f2de1a elementor-widget elementor-widget-html\" data-id=\"1f2de1a\" 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>Your Files Are Ready \u2014 The Pregnant Belly Fix<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&family=Public+Sans:wght@400;500;600&display=swap\" rel=\"stylesheet\">\n<style>\n\n  :root{\n    --leaf:      #2F4B3C;\n    --leaf-deep: #203327;\n    --ginger:    #B5622B;\n    --ginger-lt: #E3A15C;\n    --paper:     #F6EEDD;\n    --paper-lt:  #FBF6EC;\n    --ink:       #362A1E;\n    --ink-soft:  #6B5D4C;\n    --line:      #DCCFB2;\n  }\n\n  *{ box-sizing: border-box; }\n\n  html{ scroll-behavior: smooth; }\n\n  body{\n    margin: 0;\n    background: var(--paper);\n    color: var(--ink);\n    font-family: \"Public Sans\", -apple-system, sans-serif;\n    font-size: 17px;\n    line-height: 1.65;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  a{ color: inherit; }\n\n  .wrap{\n    max-width: 640px;\n    margin: 0 auto;\n    padding: 0 24px 96px;\n  }\n\n  @media (max-width: 420px){\n    .wrap{ padding: 0 18px 72px; }\n  }\n\n  \/* ---------- decorative leaf mark ---------- *\/\n  .mark{\n    display: block;\n    margin: 56px auto 28px;\n    width: 46px;\n    height: 46px;\n  }\n\n  @media (max-width: 420px){\n    .mark{ margin: 40px auto 22px; }\n  }\n\n  \/* ---------- hero \/ confirmation ---------- *\/\n  .hero{\n    text-align: center;\n    padding-top: 8px;\n    animation: rise 0.7s ease-out both;\n  }\n\n  @keyframes rise{\n    from{ opacity: 0; transform: translateY(10px); }\n    to{ opacity: 1; transform: translateY(0); }\n  }\n\n  h1{\n    font-family: \"Fraunces\", Georgia, serif;\n    font-weight: 600;\n    font-size: clamp(2rem, 6vw, 2.9rem);\n    line-height: 1.12;\n    letter-spacing: -0.01em;\n    margin: 0 0 22px;\n    color: var(--leaf-deep);\n  }\n\n  .hero p{\n    max-width: 480px;\n    margin: 0 auto 16px;\n    color: var(--ink-soft);\n    font-size: 1.03rem;\n  }\n\n  .ready-line{\n    margin-top: 30px;\n    font-family: \"Fraunces\", Georgia, serif;\n    font-style: italic;\n    font-size: 1.15rem;\n    color: var(--ginger);\n  }\n\n  .divider{\n    width: 100%;\n    height: 1px;\n    background: var(--line);\n    margin: 52px 0;\n    border: none;\n  }\n\n  @media (max-width: 420px){\n    .divider{ margin: 38px 0; }\n  }\n\n  \/* ---------- section headings ---------- *\/\n  h2{\n    font-family: \"Fraunces\", Georgia, serif;\n    font-weight: 600;\n    font-size: 1.55rem;\n    color: var(--leaf-deep);\n    margin: 0 0 28px;\n  }\n\n  \/* ---------- download cards ---------- *\/\n  .files{ display: flex; flex-direction: column; gap: 14px; }\n\n  .file-card{\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 16px;\n    background: var(--paper-lt);\n    border: 1px solid var(--line);\n    border-radius: 4px;\n    padding: 18px 20px;\n    text-decoration: none;\n    transition: border-color 0.2s ease, transform 0.2s ease;\n    width: 100%;\n  }\n\n  .file-card:hover, .file-card:focus-visible{\n    border-color: var(--ginger);\n    transform: translateY(-1px);\n    outline: none;\n  }\n\n  .file-card:focus-visible{\n    box-shadow: 0 0 0 3px rgba(181,98,43,0.25);\n  }\n\n  .file-info{ display: flex; flex-direction: column; gap: 3px; }\n\n  .file-kind{\n    font-size: 0.78rem;\n    color: var(--ink-soft);\n  }\n\n  .file-name{\n    font-family: \"Fraunces\", Georgia, serif;\n    font-weight: 500;\n    font-size: 1.08rem;\n    color: var(--ink);\n  }\n\n  .file-btn{\n    flex-shrink: 0;\n    background: var(--leaf);\n    color: var(--paper-lt);\n    font-size: 0.86rem;\n    font-weight: 500;\n    padding: 10px 18px;\n    border-radius: 3px;\n    white-space: nowrap;\n  }\n\n  .file-card:hover .file-btn{ background: var(--leaf-deep); }\n\n  .post-download{\n    margin-top: 26px;\n    color: var(--ink-soft);\n    font-size: 0.95rem;\n  }\n\n  .post-download p{ margin: 6px 0; }\n\n  \/* ---------- start here ---------- *\/\n  .steps{ list-style: none; margin: 0; padding: 0; counter-reset: step; }\n\n  .step{\n    display: grid;\n    grid-template-columns: 40px 1fr;\n    align-items: start;\n    gap: 18px;\n    padding: 20px 0;\n    border-bottom: 1px solid var(--line);\n  }\n\n  .step::before{ padding-top: 2px; }\n\n  .step:last-child{ border-bottom: none; }\n\n  .step::before{\n    counter-increment: step;\n    content: counter(step);\n    font-family: \"Fraunces\", Georgia, serif;\n    font-size: 1.3rem;\n    color: var(--ginger);\n    line-height: 1;\n  }\n\n  .step h3{\n    margin: 0 0 6px;\n    font-family: \"Fraunces\", Georgia, serif;\n    font-weight: 500;\n    font-size: 1.08rem;\n    color: var(--leaf-deep);\n  }\n\n  .step p{ margin: 0; color: var(--ink-soft); font-size: 0.98rem; }\n\n  \/* ---------- closing note ---------- *\/\n  .note{\n    margin-top: 12px;\n    background: var(--paper-lt);\n    border: 1px solid var(--line);\n    border-left: 3px solid var(--ginger);\n    padding: 30px 32px;\n    border-radius: 2px;\n  }\n\n  @media (max-width: 420px){\n    .note{ padding: 24px 20px; }\n  }\n\n  .note p{ margin: 0 0 16px; color: var(--ink); }\n\n  .signature{\n    font-family: \"Fraunces\", Georgia, serif;\n    font-style: italic;\n    font-size: 1.2rem;\n    color: var(--leaf-deep);\n    margin: 0;\n  }\n\n  footer{\n    text-align: center;\n    margin-top: 64px;\n    color: var(--ink-soft);\n    font-size: 0.82rem;\n  }\n\n  @media (prefers-reduced-motion: reduce){\n    .hero{ animation: none; }\n    .file-card{ transition: none; }\n  }\n\n  @media (max-width: 480px){\n    .file-card{ flex-direction: column; align-items: center; text-align: center; padding: 22px 20px; }\n    .file-info{ align-items: center; }\n    .file-btn{ width: 100%; text-align: center; margin-top: 4px; }\n\n    .step{\n      grid-template-columns: 1fr;\n      justify-items: center;\n      text-align: center;\n      gap: 6px;\n      padding: 22px 0;\n    }\n    .step::before{ padding-top: 0; }\n  }\n<\/style>\n<\/head>\n<body>\n<div class=\"wrap\">\n\n  <svg class=\"mark\" viewBox=\"0 0 48 48\" fill=\"none\" aria-hidden=\"true\">\n    <path d=\"M24 6C15 10 9 18 9 27c0 8 6.7 15 15 15s15-7 15-15c0-9-6-17-15-21z\" stroke=\"#2F4B3C\" stroke-width=\"2\"\/>\n    <path d=\"M24 10v32\" stroke=\"#B5622B\" stroke-width=\"1.4\" stroke-linecap=\"round\"\/>\n  <\/svg>\n\n  <section class=\"hero\">\n    <h1>Sister, you did it.<\/h1>\n    <p>Not everyone reads this far. Not everyone stops scrolling past another promise and actually decides, today, to do something different. You did. You looked at what you have tried before, the tablets, the teas, the hot water and lemon that never touched the real problem, and you chose to go back to what actually works. That is not a small thing. That is you taking your evenings back.<\/p>\n    <p class=\"ready-line\">Your download is ready below.<\/p>\n  <\/section>\n\n  <hr class=\"divider\">\n\n  <section>\n    <h2>Your files are ready<\/h2>\n    <div class=\"files\">\n\n      <a class=\"file-card\" href=\"https:\/\/wa.link\/n09i43\" target=\"_blank\" rel=\"noopener\">\n        <div class=\"file-info\">\n          <span class=\"file-kind\">Main guide<\/span>\n          <span class=\"file-name\">The Pregnant Belly Fix \u2014 21-Day Ancestral Gut Protocol<\/span>\n        <\/div>\n        <span class=\"file-btn\">Download<\/span>\n      <\/a>\n\n      <a class=\"file-card\" href=\"https:\/\/wa.link\/n09i43\" target=\"_blank\" rel=\"noopener\">\n        <div class=\"file-info\">\n          <span class=\"file-kind\">Bonus 1<\/span>\n          <span class=\"file-name\">The Bloat Trigger Food Diary<\/span>\n        <\/div>\n        <span class=\"file-btn\">Download<\/span>\n      <\/a>\n\n      <a class=\"file-card\" href=\"https:\/\/wa.link\/n09i43\" target=\"_blank\" rel=\"noopener\">\n        <div class=\"file-info\">\n          <span class=\"file-kind\">Bonus 2<\/span>\n          <span class=\"file-name\">The Nigerian Fermented Food Starter List<\/span>\n        <\/div>\n        <span class=\"file-btn\">Download<\/span>\n      <\/a>\n\n    <\/div>\n\n    <div class=\"post-download\">\n      <p>Check your inbox \u2014 we also sent a backup copy to your email.<\/p>\n      <p>Save your files to your phone or computer now.<\/p>\n    <\/div>\n  <\/section>\n\n  <hr class=\"divider\">\n\n  <section>\n    <h2>Start here<\/h2>\n    <ol class=\"steps\">\n      <li class=\"step\">\n        <h3>Tonight<\/h3>\n        <p>Open the main guide. Read the introduction and the section titled \"What Our Grandmothers Knew.\" This gives you the why before you touch the how.<\/p>\n      <\/li>\n      <li class=\"step\">\n        <h3>Before bed<\/h3>\n        <p>Open the Fermented Food Starter List and pick one anchor food, iru, akamu, or ugba, that you already have or can get tomorrow. Write it down. That is your Day 1 anchor.<\/p>\n      <\/li>\n      <li class=\"step\">\n        <h3>Tomorrow morning<\/h3>\n        <p>Begin Day 1 of the 21-Day Protocol exactly as written. Prepare your first gut-restore ritual using the exact measurements in the guide. Then open the Bloat Trigger Food Diary and log your first meal, what you ate, how your stomach felt after, and at what time. Do this every day for the first week.<\/p>\n      <\/li>\n    <\/ol>\n  <\/section>\n\n  <hr class=\"divider\">\n\n  <section>\n    <div class=\"note\">\n      <p>Sister, information alone never fixed anyone's stomach. Your grandmother did not read a guide, she simply did the small things, consistently, every single day, without missing a step. That is what this protocol asks of you too. Not perfection. Just showing up for yourself for the next 21 days.<\/p>\n      <p>You already did the hard part by starting. The rest is just following what is already written for you.<\/p>\n      <p class=\"signature\">Adaeze<\/p>\n    <\/div>\n  <\/section>\n\n  <footer>\n    The Pregnant Belly Fix\n  <\/footer>\n\n<\/div>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\n<\/div>\n\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Your Files Are Ready \u2014 The Pregnant Belly Fix Sister, you did it. Not everyone reads this far. Not everyone stops scrolling past another promise and actually decides, today, to do something different. You did. You looked at what you have tried before, the tablets, the teas, the hot water and lemon that never touched [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-19","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/theancestralfix.online\/index.php?rest_route=\/wp\/v2\/pages\/19","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theancestralfix.online\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/theancestralfix.online\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/theancestralfix.online\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/theancestralfix.online\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=19"}],"version-history":[{"count":5,"href":"https:\/\/theancestralfix.online\/index.php?rest_route=\/wp\/v2\/pages\/19\/revisions"}],"predecessor-version":[{"id":26,"href":"https:\/\/theancestralfix.online\/index.php?rest_route=\/wp\/v2\/pages\/19\/revisions\/26"}],"wp:attachment":[{"href":"https:\/\/theancestralfix.online\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=19"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}