{"id":89448,"date":"2026-06-28T13:57:41","date_gmt":"2026-06-28T17:57:41","guid":{"rendered":"https:\/\/bgodinspired.com\/?page_id=89448"},"modified":"2026-06-28T14:29:42","modified_gmt":"2026-06-28T18:29:42","slug":"why-cant-i-sleep","status":"publish","type":"page","link":"https:\/\/bgodinspired.com\/index.php\/why-cant-i-sleep\/","title":{"rendered":"Why Can&#8217;t I Sleep? Take This 2-Minute Assessment to Find Out"},"content":{"rendered":"\n<!-- BGodInspired Sleep Assessment Tool -->\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&#038;family=Inter:wght@300;400;500;600&#038;display=swap\" rel=\"stylesheet\">\n<style>\n\n  #bgi-sleep-tool *, #bgi-sleep-tool *::before, #bgi-sleep-tool *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --navy:    #0D1B2A;\n    --navy-mid:#162233;\n    --cream:   #F5F0E8;\n    --gold:    #C9A84C;\n    --gold-dim:#8B6E2E;\n    --sage:    #7B9E87;\n    --warm-gray:#8B8680;\n    --text:    #1C1C1C;\n    --soft:    #5A5550;\n  }\n\n  #bgi-sleep-tool {\n    background: var(--navy);\n    color: var(--cream);\n    font-family: 'Inter', sans-serif;\n    width: 100%;\n    display: block;\n    padding: 20px 20px 60px;\n    border-radius: 12px;\n    clear: both;\n    position: relative;\n  }\n  #bgi-sleep-tool .tool-inner {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    width: 100%;\n  }\n\n  \/* \u2500\u2500 HEADER \u2500\u2500 *\/\n  .site-header {\n    width: 100%;\n    max-width: 680px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 28px 0 0;\n    margin-bottom: 48px;\n  }\n  .site-logo {\n    font-family: 'Playfair Display', serif;\n    font-size: 1rem;\n    font-weight: 600;\n    color: var(--gold);\n    letter-spacing: 0.02em;\n    text-decoration: none;\n  }\n  .site-logo span { color: var(--cream); font-weight: 400; }\n\n  \/* \u2500\u2500 CANDLE PROGRESS \u2500\u2500 *\/\n  .candle-wrap {\n    width: 100%;\n    max-width: 680px;\n    margin-bottom: 44px;\n    box-sizing: border-box !important;\n  }\n  .candle-label {\n    font-size: 0.72rem;\n    font-weight: 500;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--warm-gray);\n    margin-bottom: 10px;\n  }\n  .candle-track {\n    width: 100%;\n    height: 3px;\n    background: rgba(255,255,255,0.08);\n    border-radius: 2px;\n    position: relative;\n    overflow: visible;\n  }\n  .candle-fill {\n    height: 100%;\n    background: linear-gradient(90deg, var(--gold-dim), var(--gold));\n    border-radius: 2px;\n    transition: width 0.5s cubic-bezier(.4,0,.2,1);\n    position: relative;\n  }\n  .candle-flame {\n    position: absolute;\n    right: -6px;\n    top: -10px;\n    width: 12px;\n    height: 18px;\n    pointer-events: none;\n    transition: opacity 0.5s;\n  }\n  .flame-svg { animation: flicker 2.4s ease-in-out infinite; }\n  @keyframes flicker {\n    0%,100% { transform: scaleX(1) rotate(-1deg); }\n    33%      { transform: scaleX(0.88) rotate(1.5deg); }\n    66%      { transform: scaleX(1.08) rotate(-0.5deg); }\n  }\n\n  \/* \u2500\u2500 CARD \u2500\u2500 *\/\n  .card {\n    width: 100%;\n    max-width: 680px;\n    background: var(--navy-mid);\n    border: 1px solid rgba(201,168,76,0.15);\n    border-radius: 16px;\n    padding: 48px 48px 44px !important;\n    position: relative;\n    overflow: hidden;\n    box-sizing: border-box !important;\n  }\n  .card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 2px;\n    background: linear-gradient(90deg, transparent, var(--gold), transparent);\n    opacity: 0.6;\n  }\n\n  \/* \u2500\u2500 INTRO \u2500\u2500 *\/\n  .intro { display: block; }\n  .eyebrow {\n    font-size: 0.72rem;\n    font-weight: 600;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 20px;\n  }\n  .intro-headline {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1.8rem, 4vw, 2.6rem);\n    font-weight: 700;\n    line-height: 1.2;\n    color: var(--cream);\n    margin-bottom: 20px;\n  }\n  .intro-sub {\n    font-size: 1rem;\n    line-height: 1.7;\n    color: rgba(245,240,232,0.72);\n    margin-bottom: 36px;\n    max-width: 520px;\n  }\n  .intro-meta {\n    display: flex;\n    gap: 24px;\n    margin-bottom: 40px;\n    flex-wrap: wrap;\n  }\n  .meta-item {\n    display: flex;\n    align-items: center;\n    gap: 7px;\n    font-size: 0.82rem;\n    color: var(--warm-gray);\n  }\n  .meta-dot {\n    width: 6px; height: 6px;\n    border-radius: 50%;\n    background: var(--sage);\n    flex-shrink: 0;\n  }\n  .btn-start {\n    display: inline-block;\n    background: var(--gold);\n    color: var(--navy);\n    font-family: 'Inter', sans-serif;\n    font-size: 0.9rem;\n    font-weight: 600;\n    letter-spacing: 0.04em;\n    padding: 16px 36px;\n    border-radius: 8px;\n    border: none;\n    cursor: pointer;\n    transition: background 0.2s, transform 0.15s;\n  }\n  .btn-start:hover { background: #D4B45A; transform: translateY(-1px); }\n  .btn-start:active { transform: translateY(0); }\n\n  \/* \u2500\u2500 QUESTION \u2500\u2500 *\/\n  .question-block { display: none; }\n  .q-number {\n    font-size: 0.72rem;\n    font-weight: 600;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 18px;\n  }\n  .q-text {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1.2rem, 3vw, 1.6rem);\n    font-weight: 600;\n    line-height: 1.35;\n    color: var(--cream);\n    margin-bottom: 32px;\n  }\n  .options { display: flex; flex-direction: column; gap: 12px; }\n  .option {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    padding: 16px 20px;\n    border: 1px solid rgba(245,240,232,0.1);\n    border-radius: 10px;\n    cursor: pointer;\n    transition: border-color 0.2s, background 0.2s;\n    position: relative;\n  }\n  .option:hover { border-color: rgba(201,168,76,0.4); background: rgba(201,168,76,0.05); }\n  .option.selected { border-color: var(--gold); background: rgba(201,168,76,0.1); }\n  .option-radio {\n    width: 18px; height: 18px;\n    border-radius: 50%;\n    border: 2px solid rgba(245,240,232,0.25);\n    flex-shrink: 0;\n    margin-top: 2px;\n    transition: border-color 0.2s, background 0.2s;\n    display: flex; align-items: center; justify-content: center;\n  }\n  .option.selected .option-radio {\n    border-color: var(--gold);\n    background: var(--gold);\n  }\n  .option.selected .option-radio::after {\n    content: '';\n    width: 6px; height: 6px;\n    border-radius: 50%;\n    background: var(--navy);\n  }\n  .option-text {\n    font-size: 0.92rem;\n    line-height: 1.5;\n    color: rgba(245,240,232,0.85);\n  }\n  .option.selected .option-text { color: var(--cream); }\n\n  .btn-next {\n    margin-top: 32px;\n    display: inline-block;\n    background: transparent;\n    color: var(--gold);\n    font-family: 'Inter', sans-serif;\n    font-size: 0.88rem;\n    font-weight: 600;\n    letter-spacing: 0.06em;\n    padding: 14px 30px;\n    border-radius: 8px;\n    border: 1px solid var(--gold);\n    cursor: pointer;\n    transition: background 0.2s, color 0.2s;\n    opacity: 0;\n    pointer-events: none;\n    transition: opacity 0.3s, background 0.2s, color 0.2s;\n  }\n  .btn-next.visible { opacity: 1; pointer-events: all; }\n  .btn-next:hover { background: var(--gold); color: var(--navy); }\n\n  \/* \u2500\u2500 RESULTS \u2500\u2500 *\/\n  .results-block { display: none; }\n  .result-eyebrow {\n    font-size: 0.72rem;\n    font-weight: 600;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--sage);\n    margin-bottom: 16px;\n  }\n  .result-type {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1.5rem, 4vw, 2.2rem);\n    font-weight: 700;\n    color: var(--cream);\n    line-height: 1.2;\n    margin-bottom: 6px;\n  }\n  .result-subtitle {\n    font-family: 'Playfair Display', serif;\n    font-style: italic;\n    font-size: 1rem;\n    color: var(--gold);\n    margin-bottom: 28px;\n  }\n  .result-body {\n    font-size: 0.95rem;\n    line-height: 1.8;\n    color: rgba(245,240,232,0.80);\n    margin-bottom: 20px;\n  }\n  .result-body strong { color: var(--cream); font-weight: 600; }\n\n  .divider {\n    height: 1px;\n    background: rgba(245,240,232,0.08);\n    margin: 32px 0;\n  }\n\n  .scripture-block {\n    background: rgba(123,158,135,0.1);\n    border-left: 3px solid var(--sage);\n    border-radius: 0 8px 8px 0;\n    padding: 20px 24px;\n    margin-bottom: 32px;\n  }\n  .scripture-text {\n    font-family: 'Playfair Display', serif;\n    font-style: italic;\n    font-size: 1.05rem;\n    line-height: 1.6;\n    color: var(--cream);\n    margin-bottom: 8px;\n  }\n  .scripture-ref {\n    font-size: 0.78rem;\n    font-weight: 600;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: var(--sage);\n  }\n\n  .night-peace-card {\n    background: linear-gradient(135deg, rgba(201,168,76,0.12), rgba(201,168,76,0.04));\n    border: 1px solid rgba(201,168,76,0.3);\n    border-radius: 12px;\n    padding: 28px 28px 24px;\n    margin-bottom: 28px;\n  }\n  .np-label {\n    font-size: 0.68rem;\n    font-weight: 700;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 10px;\n  }\n  .np-headline {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.2rem;\n    font-weight: 700;\n    color: var(--cream);\n    margin-bottom: 10px;\n    line-height: 1.3;\n  }\n  .np-body {\n    font-size: 0.88rem;\n    line-height: 1.65;\n    color: rgba(245,240,232,0.72);\n    margin-bottom: 20px;\n  }\n  .btn-np {\n    display: inline-block;\n    background: var(--gold);\n    color: var(--navy);\n    font-family: 'Inter', sans-serif;\n    font-size: 0.85rem;\n    font-weight: 700;\n    letter-spacing: 0.03em;\n    padding: 13px 26px;\n    border-radius: 7px;\n    border: none;\n    cursor: pointer;\n    text-decoration: none;\n    transition: background 0.2s;\n  }\n  .btn-np:hover { background: #D4B45A; }\n\n  .share-row {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-top: 8px;\n  }\n  .btn-share {\n    font-size: 0.8rem;\n    font-weight: 500;\n    padding: 10px 18px;\n    border-radius: 6px;\n    border: 1px solid rgba(245,240,232,0.15);\n    background: transparent;\n    color: rgba(245,240,232,0.65);\n    cursor: pointer;\n    transition: border-color 0.2s, color 0.2s;\n    text-decoration: none;\n    display: inline-block;\n  }\n  .btn-share:hover { border-color: rgba(245,240,232,0.4); color: var(--cream); }\n\n  .btn-retake {\n    font-size: 0.8rem;\n    font-weight: 500;\n    padding: 10px 18px;\n    border-radius: 6px;\n    border: 1px solid rgba(245,240,232,0.15);\n    background: transparent;\n    color: rgba(245,240,232,0.5);\n    cursor: pointer;\n    margin-top: 20px;\n    display: block;\n    text-align: center;\n    transition: color 0.2s;\n  }\n  .btn-retake:hover { color: var(--cream); }\n\n  \/* \u2500\u2500 TRANSITIONS \u2500\u2500 *\/\n  .fade-in { animation: fadeIn 0.4s ease forwards; }\n  @keyframes fadeIn {\n    from { opacity: 0; transform: translateY(10px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n  @media (max-width: 560px) {\n    .card { padding: 32px 24px 28px !important; }\n    .site-header { margin-bottom: 32px; }\n    .intro-meta { gap: 14px; }\n    .night-peace-card { padding: 22px 20px 20px; }\n  }\n  @media (prefers-reduced-motion: reduce) {\n    .flame-svg { animation: none; }\n    .fade-in { animation: none; }\n    * { transition: none !important; }\n  }\n\n<\/style>\n\n<div id=\"bgi-sleep-tool\"><div class=\"tool-inner\">\n\n\n\n\n<!-- CANDLE PROGRESS -->\n<div class=\"candle-wrap\" id=\"progressWrap\" style=\"opacity:0; transition: opacity 0.4s;\">\n  <div class=\"candle-label\" id=\"progressLabel\">Question 1 of 10<\/div>\n  <div class=\"candle-track\">\n    <div class=\"candle-fill\" id=\"candleFill\" style=\"width:10%;\">\n      <svg class=\"candle-flame\" viewBox=\"0 0 12 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n        <path class=\"flame-svg\" d=\"M6 0C6 0 1 6 1 10.5C1 13.5 3.2 16 6 16C8.8 16 11 13.5 11 10.5C11 6 6 0 6 0Z\" fill=\"url(#flameGrad)\" opacity=\"0.9\"\/>\n        <defs>\n          <linearGradient id=\"flameGrad\" x1=\"6\" y1=\"0\" x2=\"6\" y2=\"16\" gradientUnits=\"userSpaceOnUse\">\n            <stop offset=\"0%\" stop-color=\"#FFF5C0\"\/>\n            <stop offset=\"50%\" stop-color=\"#C9A84C\"\/>\n            <stop offset=\"100%\" stop-color=\"#8B4513\" stop-opacity=\"0.4\"\/>\n          <\/linearGradient>\n        <\/defs>\n      <\/svg>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- MAIN CARD -->\n<div class=\"card\" id=\"mainCard\">\n\n  <!-- INTRO -->\n  <div class=\"intro fade-in\" id=\"introBlock\">\n    <p class=\"eyebrow\">Sleep Assessment<\/p>\n    <h1 class=\"intro-headline\">Why can&#8217;t you sleep?<\/h1>\n    <p class=\"intro-sub\">Most people assume it&#8217;s stress. But there are actually four distinct patterns that keep people awake \u2014 and each one points to something different going on beneath the surface. This 10-question assessment will identify yours.<\/p>\n    <div class=\"intro-meta\">\n      <span class=\"meta-item\"><span class=\"meta-dot\"><\/span>2 minutes<\/span>\n      <span class=\"meta-item\"><span class=\"meta-dot\"><\/span>10 questions<\/span>\n      <span class=\"meta-item\"><span class=\"meta-dot\"><\/span>Free \u2014 no account needed<\/span>\n    <\/div>\n    <button class=\"btn-start\" onclick=\"startQuiz()\">Find out what&#8217;s keeping you awake \u2192<\/button>\n  <\/div>\n\n  <!-- QUESTIONS -->\n  <div class=\"question-block\" id=\"qBlock\">\n    <p class=\"q-number\" id=\"qNumber\">Question 1 of 10<\/p>\n    <h2 class=\"q-text\" id=\"qText\"><\/h2>\n    <div class=\"options\" id=\"optionsContainer\"><\/div>\n    <button class=\"btn-next\" id=\"btnNext\" onclick=\"nextQuestion()\">Continue \u2192<\/button>\n  <\/div>\n\n  <!-- RESULTS -->\n  <div class=\"results-block\" id=\"resultsBlock\">\n    <p class=\"result-eyebrow\">Your Sleep Pattern<\/p>\n    <h2 class=\"result-type\" id=\"resultType\"><\/h2>\n    <p class=\"result-subtitle\" id=\"resultSubtitle\"><\/p>\n    <p class=\"result-body\" id=\"resultBody1\"><\/p>\n    <p class=\"result-body\" id=\"resultBody2\"><\/p>\n    <div class=\"divider\"><\/div>\n    <div class=\"scripture-block\">\n      <p class=\"scripture-text\" id=\"scriptureText\"><\/p>\n      <p class=\"scripture-ref\" id=\"scriptureRef\"><\/p>\n    <\/div>\n    <div class=\"night-peace-card\">\n      <p class=\"np-label\">Free Guide \u2014 Night Peace Framework<\/p>\n      <h3 class=\"np-headline\" id=\"npHeadline\"><\/h3>\n      <p class=\"np-body\" id=\"npBody\"><\/p>\n      <a href=\"https:\/\/bgodinspired.com\/WhyYourMindWontSlowDownAtNight\" class=\"btn-np\">Get the free guide \u2192<\/a>\n    <\/div>\n    <p style=\"font-size:0.8rem; color:var(--warm-gray); margin-bottom:14px;\">Share your result<\/p>\n    <div class=\"share-row\">\n      <a id=\"shareX\" href=\"#\" target=\"_blank\" class=\"btn-share\">Share on X<\/a>\n      <a id=\"shareFB\" href=\"#\" target=\"_blank\" class=\"btn-share\">Share on Facebook<\/a>\n    <\/div>\n    <button class=\"btn-retake\" onclick=\"restartQuiz()\">\u2190 Retake the assessment<\/button>\n  <\/div>\n\n<\/div><!-- \/card -->\n<\/div><\/div>\n\n<script>\nconst questions = [\n  {\n    text: \"When you turn off the light, what happens in your mind?\",\n    options: [\n      { text: \"It races through tomorrow's to-do list, conversations, and unfinished things\", scores: [3,0,0,0] },\n      { text: \"A low, unnamed dread settles in \u2014 nothing specific, just a heavy feeling\", scores: [0,3,0,0] },\n      { text: \"My body feels tired but my mind just won't quiet down\", scores: [1,1,2,0] },\n      { text: \"I fall asleep fine \u2014 it's staying asleep that's the problem\", scores: [0,0,0,3] }\n    ]\n  },\n  {\n    text: \"How often do you check your phone in the hour before bed?\",\n    options: [\n      { text: \"Constantly \u2014 it's just habit at this point\", scores: [2,0,2,0] },\n      { text: \"A few times, mostly news or social media\", scores: [1,2,1,0] },\n      { text: \"Rarely \u2014 I try to wind down without it\", scores: [0,0,0,1] },\n      { text: \"I don't, but I still can't sleep\", scores: [0,1,0,2] }\n    ]\n  },\n  {\n    text: \"When you wake up in the middle of the night, what's the first thing you feel?\",\n    options: [\n      { text: \"My mind immediately starts working through something \u2014 a problem, a worry\", scores: [3,0,0,1] },\n      { text: \"A tightness in my chest or a vague sense of unease\", scores: [0,3,0,0] },\n      { text: \"Nothing specific \u2014 I just can't fall back asleep\", scores: [0,0,2,2] },\n      { text: \"I don't usually wake up in the middle of the night\", scores: [0,0,0,0] }\n    ]\n  },\n  {\n    text: \"How would you describe your relationship with tomorrow?\",\n    options: [\n      { text: \"It feels like a deadline \u2014 something I need to be ready for\", scores: [3,0,0,0] },\n      { text: \"Uncertain. I'm not sure what it holds and that bothers me\", scores: [0,3,0,0] },\n      { text: \"Fine \u2014 I'm not anxious about it, I just can't sleep\", scores: [0,0,2,1] },\n      { text: \"I don't think about tomorrow much when I'm trying to sleep\", scores: [0,0,0,2] }\n    ]\n  },\n  {\n    text: \"What does a typical evening look like in the two hours before bed?\",\n    options: [\n      { text: \"Working, responding to messages, or still mentally in 'go mode'\", scores: [2,0,2,0] },\n      { text: \"Scrolling or watching TV \u2014 trying to decompress but not quite succeeding\", scores: [1,1,2,0] },\n      { text: \"Fairly relaxed \u2014 I have a routine but it doesn't help\", scores: [0,0,0,3] },\n      { text: \"It varies a lot \u2014 no real pattern\", scores: [1,1,1,1] }\n    ]\n  },\n  {\n    text: \"On the nights you sleep worst, what's usually happened that day?\",\n    options: [\n      { text: \"A lot \u2014 I was busy, productive, or dealing with something demanding\", scores: [3,0,1,0] },\n      { text: \"Something uncertain or unresolved is hanging over me\", scores: [0,3,0,0] },\n      { text: \"Nothing unusual \u2014 that's what's so frustrating\", scores: [0,0,1,3] },\n      { text: \"I've been sedentary or didn't get outside much\", scores: [0,0,3,0] }\n    ]\n  },\n  {\n    text: \"If you could describe the feeling of lying awake in one word, what would it be?\",\n    options: [\n      { text: \"Restless\", scores: [2,0,1,0] },\n      { text: \"Heavy\", scores: [0,3,0,0] },\n      { text: \"Wired\", scores: [1,0,3,0] },\n      { text: \"Frustrated\", scores: [0,0,0,3] }\n    ]\n  },\n  {\n    text: \"How do you feel when you wake up in the morning?\",\n    options: [\n      { text: \"Like I didn't fully switch off \u2014 already behind before the day starts\", scores: [3,0,0,0] },\n      { text: \"Drained, like sleep didn't actually restore me\", scores: [0,2,0,2] },\n      { text: \"Groggy even after a full night \u2014 my body feels unrested\", scores: [0,0,2,2] },\n      { text: \"It depends entirely on the night \u2014 completely unpredictable\", scores: [1,1,1,1] }\n    ]\n  },\n  {\n    text: \"Have you ever described yourself as someone who 'can't turn their brain off'?\",\n    options: [\n      { text: \"Yes \u2014 constantly. It's my default state\", scores: [3,0,1,0] },\n      { text: \"Sometimes \u2014 especially when life is uncertain or hard\", scores: [0,2,1,0] },\n      { text: \"Not really \u2014 it's more of a body thing than a mind thing\", scores: [0,0,2,2] },\n      { text: \"No \u2014 I actually feel mentally quiet, I just can't sleep\", scores: [0,0,0,3] }\n    ]\n  },\n  {\n    text: \"What have you already tried to sleep better?\",\n    options: [\n      { text: \"Apps, podcasts, melatonin, sleep sounds \u2014 the usual things\", scores: [1,0,2,1] },\n      { text: \"Nothing yet \u2014 I keep hoping it'll fix itself\", scores: [1,1,0,1] },\n      { text: \"Journaling, limiting screens, winding down \u2014 it helps a little\", scores: [2,1,0,0] },\n      { text: \"Everything I can find \u2014 nothing really works long-term\", scores: [0,1,0,3] }\n    ]\n  }\n];\n\nconst profiles = [\n  {\n    id: \"overthinker\",\n    type: \"The Overthinker\",\n    subtitle: \"Your mind treats bedtime like a board meeting.\",\n    body1: \"Your brain hasn't learned that the day is actually over. It keeps the planning engine running \u2014 reviewing what happened, rehearsing what's coming, solving problems that don't need solving at midnight. This is one of the most common sleep patterns, and it's not a character flaw. It's what happens when a capable, responsible mind doesn't have an off switch.\",\n    body2: \"The frustrating part: the harder you try to stop thinking, the louder the thoughts get. Willpower doesn't work here because this isn't a willpower problem. It's a nervous system that never received the signal that it's safe to rest.\",\n    scripture: \"He grants sleep to those he loves.\",\n    ref: \"Psalm 127:2\",\n    npHeadline: \"Your mind won't slow down. There's a reason \u2014 and a way through.\",\n    npBody: \"The Night Peace Framework was built specifically for this pattern. It addresses the racing-mind cycle with a simple practice that works with your nervous system, not against it. Thousands of people have used it to find their way to genuine rest.\"\n  },\n  {\n    id: \"anxious\",\n    type: \"The Anxious Sleeper\",\n    subtitle: \"Something unnamed is following you to bed.\",\n    body1: \"It's not always a specific worry \u2014 it's more like a low hum of unease that gets louder when everything else gets quiet. During the day you can outrun it. At night, when the distractions disappear, it's right there waiting. This kind of sleeplessness isn't really about sleep. It's about carrying something that feels too big to set down.\",\n    body2: \"The heaviness you feel isn't weakness. It's the weight of caring about things that matter \u2014 your family, your future, the people who depend on you. But weight that's carried alone, in the dark, at 2am, has a way of feeling larger than it actually is.\",\n    scripture: \"Cast all your anxiety on him because he cares for you.\",\n    ref: \"1 Peter 5:7\",\n    npHeadline: \"The weight you're carrying at 2am was never meant to be yours alone.\",\n    npBody: \"The Night Peace Framework includes a specific practice for anxious sleepers \u2014 not a technique to suppress what you're feeling, but a way to actually set it down before you sleep. It's the difference between pushing anxiety away and genuinely releasing it.\"\n  },\n  {\n    id: \"wired\",\n    type: \"The Wired & Tired\",\n    subtitle: \"Your body is exhausted. Your nervous system missed the memo.\",\n    body1: \"You're genuinely tired \u2014 you can feel it. But the moment you lie down, something activates. A second wind that wasn't invited. This is cortisol dysregulation: your body's stress hormone staying elevated when it should be dropping. Modern life is exceptionally good at triggering this. Screens, caffeine, artificial light, and constant stimulation have trained your nervous system to stay alert long after you want it to stop.\",\n    body2: \"The good news: this is the most responsive pattern to change. It's largely driven by what happens in the few hours before bed \u2014 and small shifts in that window can produce real, noticeable results quickly.\",\n    scripture: \"Come to me, all you who are weary and burdened, and I will give you rest.\",\n    ref: \"Matthew 11:28\",\n    npHeadline: \"You're exhausted. Something is keeping you wired anyway.\",\n    npBody: \"The Night Peace Framework addresses the wired-and-tired cycle directly \u2014 what's activating your nervous system when you want it to quiet, and the specific sequence that signals to your body that it's genuinely safe to let go.\"\n  },\n  {\n    id: \"broken\",\n    type: \"The Broken Sleeper\",\n    subtitle: \"You've tried everything. Nothing seems to stick.\",\n    body1: \"You don't have a sleep hygiene problem. You know all the advice \u2014 you've read it, tried it, and been frustrated when it didn't work. This pattern is different: your sleep architecture itself has been disrupted, and surface-level fixes don't reach it. Long-term sleep debt, or sleep that hasn't felt restorative in so long you've forgotten what that feels like.\",\n    body2: \"What makes this pattern particularly isolating is that other people's solutions don't apply. 'Just try melatonin' and 'limit your screens' weren't designed for what you're experiencing. You need something that works at a deeper level than habit adjustment.\",\n    scripture: \"I lie down and sleep; I wake again, because the Lord sustains me.\",\n    ref: \"Psalm 3:5\",\n    npHeadline: \"You don't need more sleep tips. You need something that actually works.\",\n    npBody: \"The Night Peace Framework was designed for people who have already tried the obvious answers. It works at the level of the nervous system \u2014 not habit management \u2014 and addresses the root of disrupted sleep rather than the symptoms.\"\n  }\n];\n\nlet scores = [0, 0, 0, 0]; \/\/ overthinker, anxious, wired, broken\nlet currentQ = 0;\nlet selectedOption = null;\n\nfunction startQuiz() {\n  document.getElementById('introBlock').style.display = 'none';\n  document.getElementById('progressWrap').style.opacity = '1';\n  document.getElementById('qBlock').style.display = 'block';\n  document.getElementById('qBlock').classList.add('fade-in');\n  renderQuestion();\n}\n\nfunction renderQuestion() {\n  const q = questions[currentQ];\n  document.getElementById('qNumber').textContent = `Question ${currentQ + 1} of ${questions.length}`;\n  document.getElementById('qText').textContent = q.text;\n  document.getElementById('progressLabel').textContent = `Question ${currentQ + 1} of ${questions.length}`;\n\n  const pct = ((currentQ + 1) \/ questions.length) * 100;\n  document.getElementById('candleFill').style.width = pct + '%';\n\n  const container = document.getElementById('optionsContainer');\n  container.innerHTML = '';\n  selectedOption = null;\n  document.getElementById('btnNext').classList.remove('visible');\n\n  q.options.forEach((opt, i) => {\n    const div = document.createElement('div');\n    div.className = 'option';\n    div.innerHTML = `<div class=\"option-radio\"><\/div><span class=\"option-text\">${opt.text}<\/span>`;\n    div.onclick = () => selectOption(div, i);\n    container.appendChild(div);\n  });\n\n  \/\/ Animate in\n  document.getElementById('qBlock').classList.remove('fade-in');\n  void document.getElementById('qBlock').offsetWidth;\n  document.getElementById('qBlock').classList.add('fade-in');\n}\n\nfunction selectOption(el, idx) {\n  document.querySelectorAll('.option').forEach(o => o.classList.remove('selected'));\n  el.classList.add('selected');\n  selectedOption = idx;\n  document.getElementById('btnNext').classList.add('visible');\n}\n\nfunction nextQuestion() {\n  if (selectedOption === null) return;\n  const q = questions[currentQ];\n  const s = q.options[selectedOption].scores;\n  scores = scores.map((v, i) => v + s[i]);\n\n  currentQ++;\n  if (currentQ < questions.length) {\n    renderQuestion();\n  } else {\n    showResults();\n  }\n}\n\nfunction showResults() {\n  document.getElementById('progressLabel').textContent = 'Your results';\n  document.getElementById('candleFill').style.width = '100%';\n  document.querySelector('.candle-flame').style.opacity = '0';\n\n  document.getElementById('qBlock').style.display = 'none';\n  document.getElementById('resultsBlock').style.display = 'block';\n  document.getElementById('resultsBlock').classList.add('fade-in');\n\n  const maxIdx = scores.indexOf(Math.max(...scores));\n  const profile = profiles[maxIdx];\n\n  document.getElementById('resultType').textContent = profile.type;\n  document.getElementById('resultSubtitle').textContent = profile.subtitle;\n  document.getElementById('resultBody1').innerHTML = profile.body1;\n  document.getElementById('resultBody2').innerHTML = profile.body2;\n  document.getElementById('scriptureText').textContent = `\"${profile.scripture}\"`;\n  document.getElementById('scriptureRef').textContent = `\u2014 ${profile.ref}`;\n  document.getElementById('npHeadline').textContent = profile.npHeadline;\n  document.getElementById('npBody').textContent = profile.npBody;\n\n  const shareText = encodeURIComponent(`I just found out I'm \"${profile.type}\" \u2014 that's why I can't sleep. Take the free assessment:`);\n  const shareUrl = encodeURIComponent('https:\/\/bgodinspired.com');\n  document.getElementById('shareX').href = `https:\/\/twitter.com\/intent\/tweet?text=${shareText}&#038;url=${shareUrl}`;\n  document.getElementById('shareFB').href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${shareUrl}`;\n}\n\nfunction restartQuiz() {\n  scores = [0,0,0,0];\n  currentQ = 0;\n  selectedOption = null;\n  document.getElementById('resultsBlock').style.display = 'none';\n  document.getElementById('qBlock').style.display = 'block';\n  document.querySelector('.candle-flame').style.opacity = '1';\n  renderQuestion();\n}\n<\/script>\n\n<script>\n\nconst questions = [\n  {\n    text: \"When you turn off the light, what happens in your mind?\",\n    options: [\n      { text: \"It races through tomorrow's to-do list, conversations, and unfinished things\", scores: [3,0,0,0] },\n      { text: \"A low, unnamed dread settles in \u2014 nothing specific, just a heavy feeling\", scores: [0,3,0,0] },\n      { text: \"My body feels tired but my mind just won't quiet down\", scores: [1,1,2,0] },\n      { text: \"I fall asleep fine \u2014 it's staying asleep that's the problem\", scores: [0,0,0,3] }\n    ]\n  },\n  {\n    text: \"How often do you check your phone in the hour before bed?\",\n    options: [\n      { text: \"Constantly \u2014 it's just habit at this point\", scores: [2,0,2,0] },\n      { text: \"A few times, mostly news or social media\", scores: [1,2,1,0] },\n      { text: \"Rarely \u2014 I try to wind down without it\", scores: [0,0,0,1] },\n      { text: \"I don't, but I still can't sleep\", scores: [0,1,0,2] }\n    ]\n  },\n  {\n    text: \"When you wake up in the middle of the night, what's the first thing you feel?\",\n    options: [\n      { text: \"My mind immediately starts working through something \u2014 a problem, a worry\", scores: [3,0,0,1] },\n      { text: \"A tightness in my chest or a vague sense of unease\", scores: [0,3,0,0] },\n      { text: \"Nothing specific \u2014 I just can't fall back asleep\", scores: [0,0,2,2] },\n      { text: \"I don't usually wake up in the middle of the night\", scores: [0,0,0,0] }\n    ]\n  },\n  {\n    text: \"How would you describe your relationship with tomorrow?\",\n    options: [\n      { text: \"It feels like a deadline \u2014 something I need to be ready for\", scores: [3,0,0,0] },\n      { text: \"Uncertain. I'm not sure what it holds and that bothers me\", scores: [0,3,0,0] },\n      { text: \"Fine \u2014 I'm not anxious about it, I just can't sleep\", scores: [0,0,2,1] },\n      { text: \"I don't think about tomorrow much when I'm trying to sleep\", scores: [0,0,0,2] }\n    ]\n  },\n  {\n    text: \"What does a typical evening look like in the two hours before bed?\",\n    options: [\n      { text: \"Working, responding to messages, or still mentally in 'go mode'\", scores: [2,0,2,0] },\n      { text: \"Scrolling or watching TV \u2014 trying to decompress but not quite succeeding\", scores: [1,1,2,0] },\n      { text: \"Fairly relaxed \u2014 I have a routine but it doesn't help\", scores: [0,0,0,3] },\n      { text: \"It varies a lot \u2014 no real pattern\", scores: [1,1,1,1] }\n    ]\n  },\n  {\n    text: \"On the nights you sleep worst, what's usually happened that day?\",\n    options: [\n      { text: \"A lot \u2014 I was busy, productive, or dealing with something demanding\", scores: [3,0,1,0] },\n      { text: \"Something uncertain or unresolved is hanging over me\", scores: [0,3,0,0] },\n      { text: \"Nothing unusual \u2014 that's what's so frustrating\", scores: [0,0,1,3] },\n      { text: \"I've been sedentary or didn't get outside much\", scores: [0,0,3,0] }\n    ]\n  },\n  {\n    text: \"If you could describe the feeling of lying awake in one word, what would it be?\",\n    options: [\n      { text: \"Restless\", scores: [2,0,1,0] },\n      { text: \"Heavy\", scores: [0,3,0,0] },\n      { text: \"Wired\", scores: [1,0,3,0] },\n      { text: \"Frustrated\", scores: [0,0,0,3] }\n    ]\n  },\n  {\n    text: \"How do you feel when you wake up in the morning?\",\n    options: [\n      { text: \"Like I didn't fully switch off \u2014 already behind before the day starts\", scores: [3,0,0,0] },\n      { text: \"Drained, like sleep didn't actually restore me\", scores: [0,2,0,2] },\n      { text: \"Groggy even after a full night \u2014 my body feels unrested\", scores: [0,0,2,2] },\n      { text: \"It depends entirely on the night \u2014 completely unpredictable\", scores: [1,1,1,1] }\n    ]\n  },\n  {\n    text: \"Have you ever described yourself as someone who 'can't turn their brain off'?\",\n    options: [\n      { text: \"Yes \u2014 constantly. It's my default state\", scores: [3,0,1,0] },\n      { text: \"Sometimes \u2014 especially when life is uncertain or hard\", scores: [0,2,1,0] },\n      { text: \"Not really \u2014 it's more of a body thing than a mind thing\", scores: [0,0,2,2] },\n      { text: \"No \u2014 I actually feel mentally quiet, I just can't sleep\", scores: [0,0,0,3] }\n    ]\n  },\n  {\n    text: \"What have you already tried to sleep better?\",\n    options: [\n      { text: \"Apps, podcasts, melatonin, sleep sounds \u2014 the usual things\", scores: [1,0,2,1] },\n      { text: \"Nothing yet \u2014 I keep hoping it'll fix itself\", scores: [1,1,0,1] },\n      { text: \"Journaling, limiting screens, winding down \u2014 it helps a little\", scores: [2,1,0,0] },\n      { text: \"Everything I can find \u2014 nothing really works long-term\", scores: [0,1,0,3] }\n    ]\n  }\n];\n\nconst profiles = [\n  {\n    id: \"overthinker\",\n    type: \"The Overthinker\",\n    subtitle: \"Your mind treats bedtime like a board meeting.\",\n    body1: \"Your brain hasn't learned that the day is actually over. It keeps the planning engine running \u2014 reviewing what happened, rehearsing what's coming, solving problems that don't need solving at midnight. This is one of the most common sleep patterns, and it's not a character flaw. It's what happens when a capable, responsible mind doesn't have an off switch.\",\n    body2: \"The frustrating part: the harder you try to stop thinking, the louder the thoughts get. Willpower doesn't work here because this isn't a willpower problem. It's a nervous system that never received the signal that it's safe to rest.\",\n    scripture: \"He grants sleep to those he loves.\",\n    ref: \"Psalm 127:2\",\n    npHeadline: \"Your mind won't slow down. There's a reason \u2014 and a way through.\",\n    npBody: \"The Night Peace Framework was built specifically for this pattern. It addresses the racing-mind cycle with a simple practice that works with your nervous system, not against it. Thousands of people have used it to find their way to genuine rest.\"\n  },\n  {\n    id: \"anxious\",\n    type: \"The Anxious Sleeper\",\n    subtitle: \"Something unnamed is following you to bed.\",\n    body1: \"It's not always a specific worry \u2014 it's more like a low hum of unease that gets louder when everything else gets quiet. During the day you can outrun it. At night, when the distractions disappear, it's right there waiting. This kind of sleeplessness isn't really about sleep. It's about carrying something that feels too big to set down.\",\n    body2: \"The heaviness you feel isn't weakness. It's the weight of caring about things that matter \u2014 your family, your future, the people who depend on you. But weight that's carried alone, in the dark, at 2am, has a way of feeling larger than it actually is.\",\n    scripture: \"Cast all your anxiety on him because he cares for you.\",\n    ref: \"1 Peter 5:7\",\n    npHeadline: \"The weight you're carrying at 2am was never meant to be yours alone.\",\n    npBody: \"The Night Peace Framework includes a specific practice for anxious sleepers \u2014 not a technique to suppress what you're feeling, but a way to actually set it down before you sleep. It's the difference between pushing anxiety away and genuinely releasing it.\"\n  },\n  {\n    id: \"wired\",\n    type: \"The Wired & Tired\",\n    subtitle: \"Your body is exhausted. Your nervous system missed the memo.\",\n    body1: \"You're genuinely tired \u2014 you can feel it. But the moment you lie down, something activates. A second wind that wasn't invited. This is cortisol dysregulation: your body's stress hormone staying elevated when it should be dropping. Modern life is exceptionally good at triggering this. Screens, caffeine, artificial light, and constant stimulation have trained your nervous system to stay alert long after you want it to stop.\",\n    body2: \"The good news: this is the most responsive pattern to change. It's largely driven by what happens in the few hours before bed \u2014 and small shifts in that window can produce real, noticeable results quickly.\",\n    scripture: \"Come to me, all you who are weary and burdened, and I will give you rest.\",\n    ref: \"Matthew 11:28\",\n    npHeadline: \"You're exhausted. Something is keeping you wired anyway.\",\n    npBody: \"The Night Peace Framework addresses the wired-and-tired cycle directly \u2014 what's activating your nervous system when you want it to quiet, and the specific sequence that signals to your body that it's genuinely safe to let go.\"\n  },\n  {\n    id: \"broken\",\n    type: \"The Broken Sleeper\",\n    subtitle: \"You've tried everything. Nothing seems to stick.\",\n    body1: \"You don't have a sleep hygiene problem. You know all the advice \u2014 you've read it, tried it, and been frustrated when it didn't work. This pattern is different: your sleep architecture itself has been disrupted, and surface-level fixes don't reach it. Long-term sleep debt, or sleep that hasn't felt restorative in so long you've forgotten what that feels like.\",\n    body2: \"What makes this pattern particularly isolating is that other people's solutions don't apply. 'Just try melatonin' and 'limit your screens' weren't designed for what you're experiencing. You need something that works at a deeper level than habit adjustment.\",\n    scripture: \"I lie down and sleep; I wake again, because the Lord sustains me.\",\n    ref: \"Psalm 3:5\",\n    npHeadline: \"You don't need more sleep tips. You need something that actually works.\",\n    npBody: \"The Night Peace Framework was designed for people who have already tried the obvious answers. It works at the level of the nervous system \u2014 not habit management \u2014 and addresses the root of disrupted sleep rather than the symptoms.\"\n  }\n];\n\nlet scores = [0, 0, 0, 0]; \/\/ overthinker, anxious, wired, broken\nlet currentQ = 0;\nlet selectedOption = null;\n\nfunction startQuiz() {\n  document.getElementById('introBlock').style.display = 'none';\n  document.getElementById('progressWrap').style.opacity = '1';\n  document.getElementById('qBlock').style.display = 'block';\n  document.getElementById('qBlock').classList.add('fade-in');\n  renderQuestion();\n}\n\nfunction renderQuestion() {\n  const q = questions[currentQ];\n  document.getElementById('qNumber').textContent = `Question ${currentQ + 1} of ${questions.length}`;\n  document.getElementById('qText').textContent = q.text;\n  document.getElementById('progressLabel').textContent = `Question ${currentQ + 1} of ${questions.length}`;\n\n  const pct = ((currentQ + 1) \/ questions.length) * 100;\n  document.getElementById('candleFill').style.width = pct + '%';\n\n  const container = document.getElementById('optionsContainer');\n  container.innerHTML = '';\n  selectedOption = null;\n  document.getElementById('btnNext').classList.remove('visible');\n\n  q.options.forEach((opt, i) => {\n    const div = document.createElement('div');\n    div.className = 'option';\n    div.innerHTML = `<div class=\"option-radio\"><\/div><span class=\"option-text\">${opt.text}<\/span>`;\n    div.onclick = () => selectOption(div, i);\n    container.appendChild(div);\n  });\n\n  \/\/ Animate in\n  document.getElementById('qBlock').classList.remove('fade-in');\n  void document.getElementById('qBlock').offsetWidth;\n  document.getElementById('qBlock').classList.add('fade-in');\n}\n\nfunction selectOption(el, idx) {\n  document.querySelectorAll('.option').forEach(o => o.classList.remove('selected'));\n  el.classList.add('selected');\n  selectedOption = idx;\n  document.getElementById('btnNext').classList.add('visible');\n}\n\nfunction nextQuestion() {\n  if (selectedOption === null) return;\n  const q = questions[currentQ];\n  const s = q.options[selectedOption].scores;\n  scores = scores.map((v, i) => v + s[i]);\n\n  currentQ++;\n  if (currentQ < questions.length) {\n    renderQuestion();\n  } else {\n    showResults();\n  }\n}\n\nfunction showResults() {\n  document.getElementById('progressLabel').textContent = 'Your results';\n  document.getElementById('candleFill').style.width = '100%';\n  document.querySelector('.candle-flame').style.opacity = '0';\n\n  document.getElementById('qBlock').style.display = 'none';\n  document.getElementById('resultsBlock').style.display = 'block';\n  document.getElementById('resultsBlock').classList.add('fade-in');\n\n  const maxIdx = scores.indexOf(Math.max(...scores));\n  const profile = profiles[maxIdx];\n\n  document.getElementById('resultType').textContent = profile.type;\n  document.getElementById('resultSubtitle').textContent = profile.subtitle;\n  document.getElementById('resultBody1').innerHTML = profile.body1;\n  document.getElementById('resultBody2').innerHTML = profile.body2;\n  document.getElementById('scriptureText').textContent = `\"${profile.scripture}\"`;\n  document.getElementById('scriptureRef').textContent = `\u2014 ${profile.ref}`;\n  document.getElementById('npHeadline').textContent = profile.npHeadline;\n  document.getElementById('npBody').textContent = profile.npBody;\n\n  const shareText = encodeURIComponent(`I just found out I'm \"${profile.type}\" \u2014 that's why I can't sleep. Take the free assessment:`);\n  const shareUrl = encodeURIComponent('https:\/\/bgodinspired.com');\n  document.getElementById('shareX').href = `https:\/\/twitter.com\/intent\/tweet?text=${shareText}&#038;url=${shareUrl}`;\n  document.getElementById('shareFB').href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${shareUrl}`;\n}\n\nfunction restartQuiz() {\n  scores = [0,0,0,0];\n  currentQ = 0;\n  selectedOption = null;\n  document.getElementById('resultsBlock').style.display = 'none';\n  document.getElementById('qBlock').style.display = 'block';\n  document.querySelector('.candle-flame').style.opacity = '1';\n  renderQuestion();\n}\n\n<\/script>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Why Can't I Sleep: Question and Answer.<\/strong><\/p>\n\n\n\n<p><strong>Q: Why can't I sleep even when I'm exhausted?<\/strong><br>Feeling tired but unable to sleep is one of the most common sleep complaints \u2014 and it usually points to an activated nervous system rather than a willpower problem. When cortisol (your body's stress hormone) stays elevated in the evening, it overrides physical tiredness and keeps the brain in alert mode. Identifying which pattern is driving your sleeplessness is the first step toward addressing it at the root level.<\/p>\n\n\n\n<p><strong>Q: What are the most common reasons people can't sleep at night?<\/strong><br>Research points to four primary patterns: an overactive, planning-focused mind that won't disengage (the overthinker), generalized anxiety or emotional weight that surfaces when distractions disappear, a nervous system that stays wired despite physical exhaustion, and disrupted sleep architecture that no longer responds to standard sleep hygiene advice. Most people are dealing with one dominant pattern, though they often overlap.<\/p>\n\n\n\n<p><strong>Q: Why does my mind race when I try to sleep?<\/strong><br>A racing mind at bedtime is your brain's planning and threat-detection systems staying active past the point they're needed. This pattern is especially common in high-responsibility people \u2014 those managing a lot of demands during the day. The harder you try to stop the thoughts, the more the brain interprets that effort as a signal to stay alert. The solution isn't suppression \u2014 it's giving the nervous system a genuine signal that the day is over and it's safe to rest.<\/p>\n\n\n\n<p><strong>Q: Is it normal to wake up at 3am and not be able to go back to sleep?<\/strong><br>Waking between 2am and 4am is extremely common and often tied to a natural dip in the sleep cycle combined with a cortisol rise that happens in early morning hours. For anxious sleepers, this is the window when unresolved worries tend to surface most intensely. It's not a sign something is wrong with you \u2014 it's a signal worth paying attention to.<\/p>\n\n\n\n<p><strong>Q: How do I know which type of sleep problem I have?<\/strong><br>The fastest way is to notice what's happening in your mind and body the moment you lie down, and what you feel when you wake up in the middle of the night. The patterns are distinct enough that most people recognize themselves immediately once they're described. The assessment above walks you through 10 questions and identifies your dominant pattern with specific next steps.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Question 1 of 10 Sleep Assessment Why can&#8217;t you sleep? Most people assume it&#8217;s stress. But there are actually four distinct patterns that keep people awake \u2014 and each one points to something different going on beneath the surface. This 10-question assessment will identify yours. 2 minutes 10 questions Free \u2014 no account needed Find [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_wp_convertkit_post_meta":{"form":"-1","landing_page":"0","tag":"0","restrict_content":"0"},"footnotes":""},"class_list":["post-89448","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/bgodinspired.com\/index.php\/wp-json\/wp\/v2\/pages\/89448","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bgodinspired.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bgodinspired.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bgodinspired.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bgodinspired.com\/index.php\/wp-json\/wp\/v2\/comments?post=89448"}],"version-history":[{"count":5,"href":"https:\/\/bgodinspired.com\/index.php\/wp-json\/wp\/v2\/pages\/89448\/revisions"}],"predecessor-version":[{"id":89453,"href":"https:\/\/bgodinspired.com\/index.php\/wp-json\/wp\/v2\/pages\/89448\/revisions\/89453"}],"wp:attachment":[{"href":"https:\/\/bgodinspired.com\/index.php\/wp-json\/wp\/v2\/media?parent=89448"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}