{"id":89456,"date":"2026-06-28T14:31:41","date_gmt":"2026-06-28T18:31:41","guid":{"rendered":"https:\/\/bgodinspired.com\/?page_id=89456"},"modified":"2026-06-28T14:32:13","modified_gmt":"2026-06-28T18:32:13","slug":"how-anxious-am-i","status":"publish","type":"page","link":"https:\/\/bgodinspired.com\/index.php\/how-anxious-am-i\/","title":{"rendered":"How Anxious Am I? Take This Free 2-Minute Anxiety Check"},"content":{"rendered":"\n<!-- BGodInspired Anxiety Level Checker -->\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-anxiety-tool *, #bgi-anxiety-tool *::before, #bgi-anxiety-tool *::after {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  #bgi-anxiety-tool {\n    --navy:      #0D1B2A;\n    --navy-mid:  #162233;\n    --navy-deep: #0A1520;\n    --cream:     #F5F0E8;\n    --blue:      #7B9AC4;\n    --blue-dim:  #4A6A94;\n    --blue-pale: rgba(123,154,196,0.15);\n    --sage:      #7B9E87;\n    --warm-gray: #8B8680;\n    --text-dim:  rgba(245,240,232,0.72);\n    --text-soft: rgba(245,240,232,0.50);\n\n    background: var(--navy);\n    color: var(--cream);\n    font-family: 'Inter', sans-serif;\n    width: 100%;\n    display: block;\n    padding: 32px 20px 64px;\n    border-radius: 12px;\n    clear: both;\n    position: relative;\n  }\n\n  #bgi-anxiety-tool .tool-inner {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    width: 100%;\n  }\n\n  \/* \u2500\u2500 BREATHING RING \u2500\u2500 *\/\n  #bgi-anxiety-tool .breath-wrap {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    margin-bottom: 40px;\n    opacity: 0;\n    transition: opacity 0.6s;\n  }\n  #bgi-anxiety-tool .breath-wrap.visible { opacity: 1; }\n  #bgi-anxiety-tool .breath-ring {\n    width: 64px;\n    height: 64px;\n    border-radius: 50%;\n    border: 1.5px solid var(--blue);\n    box-shadow: 0 0 0 0 rgba(123,154,196,0.3);\n    animation: breathe 4s ease-in-out infinite;\n    margin-bottom: 12px;\n    position: relative;\n  }\n  #bgi-anxiety-tool .breath-ring::after {\n    content: '';\n    position: absolute;\n    inset: 8px;\n    border-radius: 50%;\n    background: rgba(123,154,196,0.12);\n    animation: breathe-inner 4s ease-in-out infinite;\n  }\n  @keyframes breathe {\n    0%,100% { transform: scale(1);    box-shadow: 0 0 0 0 rgba(123,154,196,0.25); }\n    50%      { transform: scale(1.18); box-shadow: 0 0 0 12px rgba(123,154,196,0); }\n  }\n  @keyframes breathe-inner {\n    0%,100% { transform: scale(1);    opacity: 0.6; }\n    50%      { transform: scale(1.12); opacity: 1; }\n  }\n  #bgi-anxiety-tool .breath-label {\n    font-size: 0.68rem;\n    font-weight: 500;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--blue);\n    text-align: center;\n  }\n\n  \/* \u2500\u2500 PROGRESS \u2500\u2500 *\/\n  #bgi-anxiety-tool .progress-wrap {\n    width: 100%;\n    max-width: 680px;\n    margin-bottom: 36px;\n    opacity: 0;\n    transition: opacity 0.4s;\n  }\n  #bgi-anxiety-tool .progress-wrap.visible { opacity: 1; }\n  #bgi-anxiety-tool .progress-meta {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    margin-bottom: 10px;\n  }\n  #bgi-anxiety-tool .progress-label {\n    font-size: 0.72rem;\n    font-weight: 500;\n    letter-spacing: 0.10em;\n    text-transform: uppercase;\n    color: var(--warm-gray);\n  }\n  #bgi-anxiety-tool .progress-pct {\n    font-size: 0.72rem;\n    font-weight: 600;\n    color: var(--blue);\n  }\n  #bgi-anxiety-tool .progress-track {\n    width: 100%;\n    height: 2px;\n    background: rgba(255,255,255,0.07);\n    border-radius: 2px;\n  }\n  #bgi-anxiety-tool .progress-fill {\n    height: 100%;\n    background: linear-gradient(90deg, var(--blue-dim), var(--blue));\n    border-radius: 2px;\n    transition: width 0.5s cubic-bezier(.4,0,.2,1);\n  }\n\n  \/* \u2500\u2500 CARD \u2500\u2500 *\/\n  #bgi-anxiety-tool .card {\n    width: 100%;\n    max-width: 680px;\n    background: var(--navy-mid);\n    border: 1px solid rgba(123,154,196,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  #bgi-anxiety-tool .card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 2px;\n    background: linear-gradient(90deg, transparent, var(--blue), transparent);\n    opacity: 0.5;\n  }\n\n  \/* \u2500\u2500 INTRO \u2500\u2500 *\/\n  #bgi-anxiety-tool .eyebrow {\n    font-size: 0.72rem;\n    font-weight: 600;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--blue);\n    margin-bottom: 20px;\n    display: block;\n  }\n  #bgi-anxiety-tool .intro-headline {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1.8rem, 4vw, 2.5rem);\n    font-weight: 700;\n    line-height: 1.2;\n    color: var(--cream);\n    margin-bottom: 20px;\n  }\n  #bgi-anxiety-tool .intro-sub {\n    font-size: 1rem;\n    line-height: 1.75;\n    color: var(--text-dim);\n    margin-bottom: 32px;\n    max-width: 520px;\n  }\n  #bgi-anxiety-tool .intro-meta {\n    display: flex;\n    gap: 20px;\n    margin-bottom: 36px;\n    flex-wrap: wrap;\n  }\n  #bgi-anxiety-tool .meta-item {\n    display: flex;\n    align-items: center;\n    gap: 7px;\n    font-size: 0.82rem;\n    color: var(--warm-gray);\n  }\n  #bgi-anxiety-tool .meta-dot {\n    width: 5px; height: 5px;\n    border-radius: 50%;\n    background: var(--blue);\n    flex-shrink: 0;\n  }\n  #bgi-anxiety-tool .btn-start {\n    display: inline-block;\n    background: var(--blue);\n    color: var(--navy);\n    font-family: 'Inter', sans-serif;\n    font-size: 0.9rem;\n    font-weight: 700;\n    letter-spacing: 0.03em;\n    padding: 16px 36px;\n    border-radius: 8px;\n    border: none;\n    cursor: pointer;\n    transition: background 0.2s, transform 0.15s;\n  }\n  #bgi-anxiety-tool .btn-start:hover { background: #8FAED4; transform: translateY(-1px); }\n\n  \/* \u2500\u2500 QUESTION \u2500\u2500 *\/\n  #bgi-anxiety-tool .q-number {\n    font-size: 0.72rem;\n    font-weight: 600;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--blue);\n    margin-bottom: 18px;\n    display: block;\n  }\n  #bgi-anxiety-tool .q-text {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1.15rem, 3vw, 1.55rem);\n    font-weight: 600;\n    line-height: 1.35;\n    color: var(--cream);\n    margin-bottom: 30px;\n  }\n  #bgi-anxiety-tool .options {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n  }\n  #bgi-anxiety-tool .option {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    padding: 15px 18px;\n    border: 1px solid rgba(245,240,232,0.09);\n    border-radius: 10px;\n    cursor: pointer;\n    transition: border-color 0.2s, background 0.2s;\n  }\n  #bgi-anxiety-tool .option:hover {\n    border-color: rgba(123,154,196,0.4);\n    background: rgba(123,154,196,0.06);\n  }\n  #bgi-anxiety-tool .option.selected {\n    border-color: var(--blue);\n    background: rgba(123,154,196,0.1);\n  }\n  #bgi-anxiety-tool .opt-radio {\n    width: 18px; height: 18px;\n    border-radius: 50%;\n    border: 2px solid rgba(245,240,232,0.2);\n    flex-shrink: 0;\n    margin-top: 2px;\n    display: flex; align-items: center; justify-content: center;\n    transition: border-color 0.2s, background 0.2s;\n  }\n  #bgi-anxiety-tool .option.selected .opt-radio {\n    border-color: var(--blue);\n    background: var(--blue);\n  }\n  #bgi-anxiety-tool .option.selected .opt-radio::after {\n    content: '';\n    width: 6px; height: 6px;\n    border-radius: 50%;\n    background: var(--navy);\n  }\n  #bgi-anxiety-tool .opt-left {\n    display: flex;\n    flex-direction: column;\n    gap: 2px;\n    flex-shrink: 0;\n    align-items: center;\n  }\n  #bgi-anxiety-tool .opt-score-label {\n    font-size: 0.62rem;\n    font-weight: 600;\n    letter-spacing: 0.08em;\n    color: var(--text-soft);\n    text-transform: uppercase;\n    margin-top: 3px;\n    white-space: nowrap;\n  }\n  #bgi-anxiety-tool .option.selected .opt-score-label { color: var(--blue); }\n  #bgi-anxiety-tool .opt-text {\n    font-size: 0.92rem;\n    line-height: 1.5;\n    color: var(--text-dim);\n  }\n  #bgi-anxiety-tool .option.selected .opt-text { color: var(--cream); }\n\n  #bgi-anxiety-tool .btn-next {\n    margin-top: 30px;\n    display: inline-block;\n    background: transparent;\n    color: var(--blue);\n    font-family: 'Inter', sans-serif;\n    font-size: 0.88rem;\n    font-weight: 600;\n    letter-spacing: 0.06em;\n    padding: 13px 28px;\n    border-radius: 8px;\n    border: 1px solid var(--blue);\n    cursor: pointer;\n    opacity: 0;\n    pointer-events: none;\n    transition: opacity 0.3s, background 0.2s, color 0.2s;\n  }\n  #bgi-anxiety-tool .btn-next.visible { opacity: 1; pointer-events: all; }\n  #bgi-anxiety-tool .btn-next:hover { background: var(--blue); color: var(--navy); }\n\n  \/* \u2500\u2500 RESULTS \u2500\u2500 *\/\n  #bgi-anxiety-tool .result-eyebrow {\n    font-size: 0.72rem;\n    font-weight: 600;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--blue);\n    margin-bottom: 16px;\n    display: block;\n  }\n\n  \/* Score meter *\/\n  #bgi-anxiety-tool .score-meter {\n    margin-bottom: 32px;\n  }\n  #bgi-anxiety-tool .score-meter-track {\n    width: 100%;\n    height: 8px;\n    background: rgba(255,255,255,0.07);\n    border-radius: 4px;\n    margin-bottom: 8px;\n    overflow: hidden;\n  }\n  #bgi-anxiety-tool .score-meter-fill {\n    height: 100%;\n    border-radius: 4px;\n    transition: width 1s cubic-bezier(.4,0,.2,1);\n    width: 0%;\n  }\n  #bgi-anxiety-tool .score-labels {\n    display: flex;\n    justify-content: space-between;\n  }\n  #bgi-anxiety-tool .score-tick {\n    font-size: 0.65rem;\n    font-weight: 500;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: var(--text-soft);\n  }\n  #bgi-anxiety-tool .score-tick.active { color: var(--cream); font-weight: 700; }\n\n  #bgi-anxiety-tool .result-level {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1.5rem, 4vw, 2.1rem);\n    font-weight: 700;\n    color: var(--cream);\n    line-height: 1.2;\n    margin-bottom: 6px;\n  }\n  #bgi-anxiety-tool .result-sub {\n    font-family: 'Playfair Display', serif;\n    font-style: italic;\n    font-size: 1rem;\n    color: var(--blue);\n    margin-bottom: 28px;\n  }\n  #bgi-anxiety-tool .result-body {\n    font-size: 0.95rem;\n    line-height: 1.8;\n    color: var(--text-dim);\n    margin-bottom: 18px;\n  }\n  #bgi-anxiety-tool .result-body strong { color: var(--cream); font-weight: 600; }\n  #bgi-anxiety-tool .divider {\n    height: 1px;\n    background: rgba(245,240,232,0.07);\n    margin: 28px 0;\n  }\n  #bgi-anxiety-tool .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: 28px;\n  }\n  #bgi-anxiety-tool .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  #bgi-anxiety-tool .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  #bgi-anxiety-tool .night-peace-card {\n    background: linear-gradient(135deg, rgba(123,154,196,0.12), rgba(123,154,196,0.04));\n    border: 1px solid rgba(123,154,196,0.28);\n    border-radius: 12px;\n    padding: 28px 28px 24px !important;\n    margin-bottom: 24px;\n    box-sizing: border-box !important;\n  }\n  #bgi-anxiety-tool .np-label {\n    font-size: 0.68rem;\n    font-weight: 700;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n    color: var(--blue);\n    margin-bottom: 10px;\n    display: block;\n  }\n  #bgi-anxiety-tool .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  #bgi-anxiety-tool .np-body {\n    font-size: 0.88rem;\n    line-height: 1.65;\n    color: var(--text-dim);\n    margin-bottom: 20px;\n  }\n  #bgi-anxiety-tool .btn-np {\n    display: inline-block;\n    background: var(--blue);\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  #bgi-anxiety-tool .btn-np:hover { background: #8FAED4; }\n  #bgi-anxiety-tool .share-label {\n    font-size: 0.8rem;\n    color: var(--warm-gray);\n    margin-bottom: 12px;\n    display: block;\n  }\n  #bgi-anxiety-tool .share-row {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n  }\n  #bgi-anxiety-tool .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.13);\n    background: transparent;\n    color: var(--text-soft);\n    cursor: pointer;\n    text-decoration: none;\n    display: inline-block;\n    transition: border-color 0.2s, color 0.2s;\n  }\n  #bgi-anxiety-tool .btn-share:hover { border-color: rgba(245,240,232,0.35); color: var(--cream); }\n  #bgi-anxiety-tool .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.13);\n    background: transparent;\n    color: var(--text-soft);\n    cursor: pointer;\n    margin-top: 18px;\n    display: block;\n    text-align: center;\n    width: 100%;\n    transition: color 0.2s;\n    font-family: 'Inter', sans-serif;\n  }\n  #bgi-anxiety-tool .btn-retake:hover { color: var(--cream); }\n\n  \/* display helpers *\/\n  #bgi-anxiety-tool .hidden { display: none !important; }\n\n  \/* \u2500\u2500 FADE \u2500\u2500 *\/\n  #bgi-anxiety-tool .fade-in { animation: anxFadeIn 0.4s ease forwards; }\n  @keyframes anxFadeIn {\n    from { opacity: 0; transform: translateY(8px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n  @media (max-width: 560px) {\n    #bgi-anxiety-tool .card { padding: 30px 22px 26px !important; }\n    #bgi-anxiety-tool .night-peace-card { padding: 22px 18px 20px !important; }\n    #bgi-anxiety-tool .intro-meta { gap: 12px; }\n  }\n  @media (prefers-reduced-motion: reduce) {\n    #bgi-anxiety-tool .breath-ring,\n    #bgi-anxiety-tool .breath-ring::after { animation: none; }\n    #bgi-anxiety-tool .fade-in { animation: none; }\n    #bgi-anxiety-tool * { transition: none !important; }\n  }\n<\/style>\n\n<div id=\"bgi-anxiety-tool\">\n  <div class=\"tool-inner\">\n\n    <!-- BREATHING RING -->\n    <div class=\"breath-wrap\" id=\"anxBreathWrap\">\n      <div class=\"breath-ring\"><\/div>\n      <span class=\"breath-label\">Breathe while you go<\/span>\n    <\/div>\n\n    <!-- PROGRESS -->\n    <div class=\"progress-wrap\" id=\"anxProgressWrap\">\n      <div class=\"progress-meta\">\n        <span class=\"progress-label\" id=\"anxProgressLabel\">Question 1 of 10<\/span>\n        <span class=\"progress-pct\" id=\"anxProgressPct\">10%<\/span>\n      <\/div>\n      <div class=\"progress-track\">\n        <div class=\"progress-fill\" id=\"anxProgressFill\" style=\"width:10%;\"><\/div>\n      <\/div>\n    <\/div>\n\n    <!-- CARD -->\n    <div class=\"card\" id=\"anxCard\">\n\n      <!-- INTRO -->\n      <div id=\"anxIntro\" class=\"fade-in\">\n        <span class=\"eyebrow\">Anxiety Assessment<\/span>\n        <h1 class=\"intro-headline\">How anxious are you \u2014 really?<\/h1>\n        <p class=\"intro-sub\">Most people underestimate their anxiety because they&#8217;ve learned to function through it. This 10-question check-in measures four dimensions of anxiety \u2014 physical, emotional, cognitive, and behavioral \u2014 and gives you an honest read on where you actually are.<\/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>No sign-up needed<\/span>\n        <\/div>\n        <button class=\"btn-start\" onclick=\"anxStart()\">Check your anxiety level \u2192<\/button>\n      <\/div>\n\n      <!-- QUESTION -->\n      <div id=\"anxQBlock\" class=\"hidden\">\n        <span class=\"q-number\" id=\"anxQNum\">Question 1 of 10<\/span>\n        <h2 class=\"q-text\" id=\"anxQText\"><\/h2>\n        <div class=\"options\" id=\"anxOptions\"><\/div>\n        <button class=\"btn-next\" id=\"anxBtnNext\" onclick=\"anxNext()\">Continue \u2192<\/button>\n      <\/div>\n\n      <!-- RESULTS -->\n      <div id=\"anxResults\" class=\"hidden\">\n        <span class=\"result-eyebrow\">Your Anxiety Level<\/span>\n        <div class=\"score-meter\">\n          <div class=\"score-meter-track\">\n            <div class=\"score-meter-fill\" id=\"anxMeterFill\"><\/div>\n          <\/div>\n          <div class=\"score-labels\">\n            <span class=\"score-tick\" id=\"tick0\">Minimal<\/span>\n            <span class=\"score-tick\" id=\"tick1\">Mild<\/span>\n            <span class=\"score-tick\" id=\"tick2\">Moderate<\/span>\n            <span class=\"score-tick\" id=\"tick3\">High<\/span>\n          <\/div>\n        <\/div>\n        <h2 class=\"result-level\" id=\"anxLevel\"><\/h2>\n        <p class=\"result-sub\" id=\"anxSub\"><\/p>\n        <p class=\"result-body\" id=\"anxBody1\"><\/p>\n        <p class=\"result-body\" id=\"anxBody2\"><\/p>\n        <div class=\"divider\"><\/div>\n        <div class=\"scripture-block\">\n          <p class=\"scripture-text\" id=\"anxScripture\"><\/p>\n          <p class=\"scripture-ref\" id=\"anxRef\"><\/p>\n        <\/div>\n        <div class=\"night-peace-card\">\n          <span class=\"np-label\">Free Guide \u2014 Night Peace Framework<\/span>\n          <h3 class=\"np-headline\" id=\"anxNpHead\"><\/h3>\n          <p class=\"np-body\" id=\"anxNpBody\"><\/p>\n          <a href=\"https:\/\/bgodinspired.com\/WhyYourMindWontSlowDownAtNight\" class=\"btn-np\">Get the free guide \u2192<\/a>\n        <\/div>\n        <span class=\"share-label\">Share your result<\/span>\n        <div class=\"share-row\">\n          <a id=\"anxShareX\" href=\"#\" target=\"_blank\" class=\"btn-share\">Share on X<\/a>\n          <a id=\"anxShareFB\" href=\"#\" target=\"_blank\" class=\"btn-share\">Share on Facebook<\/a>\n        <\/div>\n        <button class=\"btn-retake\" onclick=\"anxRestart()\">\u2190 Retake the assessment<\/button>\n      <\/div>\n\n    <\/div><!-- \/card -->\n  <\/div><!-- \/tool-inner -->\n<\/div><!-- \/bgi-anxiety-tool -->\n\n<script>\n(function() {\n\nconst anxQuestions = [\n  {\n    text: \"In the past two weeks, how often has your body felt physically tense \u2014 tight shoulders, clenched jaw, shallow breathing?\",\n    dimension: \"physical\",\n    options: [\n      { text: \"Rarely or never\", score: 0 },\n      { text: \"A few times\", score: 1 },\n      { text: \"More days than not\", score: 2 },\n      { text: \"Almost constantly\", score: 3 }\n    ]\n  },\n  {\n    text: \"When something uncertain is ahead of you, how much mental space does it take up?\",\n    dimension: \"cognitive\",\n    options: [\n      { text: \"I think about it when it's relevant, then move on\", score: 0 },\n      { text: \"It comes to mind more than I'd like but doesn't dominate\", score: 1 },\n      { text: \"It takes up a significant amount of my thinking\", score: 2 },\n      { text: \"It's almost always running in the background\", score: 3 }\n    ]\n  },\n  {\n    text: \"How often do you find yourself avoiding something because the thought of it makes you uneasy?\",\n    dimension: \"behavioral\",\n    options: [\n      { text: \"Rarely \u2014 I usually face things directly\", score: 0 },\n      { text: \"Occasionally, with specific situations\", score: 1 },\n      { text: \"Fairly often \u2014 I notice myself putting things off\", score: 2 },\n      { text: \"Frequently \u2014 avoidance is becoming a pattern\", score: 3 }\n    ]\n  },\n  {\n    text: \"How would you describe your baseline emotional state on a typical day?\",\n    dimension: \"emotional\",\n    options: [\n      { text: \"Generally calm \u2014 I have normal ups and downs\", score: 0 },\n      { text: \"Slightly on edge, but functional\", score: 1 },\n      { text: \"A persistent low-level unease that I push through\", score: 2 },\n      { text: \"Overwhelmed or emotionally exhausted much of the time\", score: 3 }\n    ]\n  },\n  {\n    text: \"When you make a decision, how often do you second-guess yourself afterward?\",\n    dimension: \"cognitive\",\n    options: [\n      { text: \"Rarely \u2014 I make a call and move forward\", score: 0 },\n      { text: \"Sometimes, on bigger decisions\", score: 1 },\n      { text: \"Often, even on relatively small things\", score: 2 },\n      { text: \"Almost always \u2014 the doubt follows me\", score: 3 }\n    ]\n  },\n  {\n    text: \"In the last month, have you experienced any of these: heart racing, difficulty catching your breath, or a sudden wave of dread?\",\n    dimension: \"physical\",\n    options: [\n      { text: \"No, not really\", score: 0 },\n      { text: \"Once or twice in stressful moments\", score: 1 },\n      { text: \"Yes, more than once \u2014 it was noticeable\", score: 2 },\n      { text: \"Yes, fairly regularly \u2014 it's becoming concerning\", score: 3 }\n    ]\n  },\n  {\n    text: \"How has anxiety affected your relationships in the past few months?\",\n    dimension: \"behavioral\",\n    options: [\n      { text: \"It hasn't \u2014 my relationships feel stable\", score: 0 },\n      { text: \"Slightly \u2014 I've been more irritable or withdrawn at times\", score: 1 },\n      { text: \"Noticeably \u2014 people close to me have commented on it\", score: 2 },\n      { text: \"Significantly \u2014 anxiety is creating real friction\", score: 3 }\n    ]\n  },\n  {\n    text: \"When you have a quiet moment \u2014 no phone, no task \u2014 what happens?\",\n    dimension: \"emotional\",\n    options: [\n      { text: \"I rest. Quiet feels good.\", score: 0 },\n      { text: \"My mind wanders to worries but I can redirect\", score: 1 },\n      { text: \"Quiet makes me uncomfortable \u2014 I reach for distraction\", score: 2 },\n      { text: \"Stillness feels threatening \u2014 I can't tolerate it\", score: 3 }\n    ]\n  },\n  {\n    text: \"How would you describe the role of worry in your daily life?\",\n    dimension: \"cognitive\",\n    options: [\n      { text: \"Minor \u2014 I worry occasionally but it doesn't run my day\", score: 0 },\n      { text: \"Present but manageable\", score: 1 },\n      { text: \"It takes effort to keep worry from taking over\", score: 2 },\n      { text: \"Worry is the default setting \u2014 it's exhausting\", score: 3 }\n    ]\n  },\n  {\n    text: \"How is your anxiety affecting your ability to sleep?\",\n    dimension: \"physical\",\n    options: [\n      { text: \"It isn't \u2014 I sleep reasonably well\", score: 0 },\n      { text: \"Occasionally it keeps me awake or wakes me up\", score: 1 },\n      { text: \"Regularly \u2014 poor sleep has become part of the pattern\", score: 2 },\n      { text: \"Severely \u2014 sleep is one of the biggest casualties\", score: 3 }\n    ]\n  }\n];\n\nconst anxProfiles = [\n  {\n    level: \"Minimal Anxiety\",\n    sub: \"You're carrying a manageable load right now.\",\n    meterPct: 12,\n    meterColor: \"#7B9E87\",\n    tickIndex: 0,\n    body1: \"Your results suggest anxiety isn't significantly interfering with your daily life at the moment. That's genuinely good news \u2014 and worth recognizing, because many people live at a higher baseline than this without realizing it. You have a functional relationship with stress and uncertainty.\",\n    body2: \"The most valuable thing you can do at this level is build the practices now that create resilience before anxiety has a chance to escalate. Prevention is infinitely easier than recovery. Small, consistent habits \u2014 rest, stillness, genuine connection \u2014 are the infrastructure that keeps anxiety minimal.\",\n    scripture: \"Do not be anxious about anything, but in every situation, by prayer and petition, with thanksgiving, present your requests to God.\",\n    ref: \"Philippians 4:6\",\n    npHead: \"You're in a good place. Keep it that way.\",\n    npBody: \"The Night Peace Framework isn't just for people in crisis \u2014 it's a set of practices that protect the calm you already have. Simple to build now, invaluable when life gets harder.\"\n  },\n  {\n    level: \"Mild Anxiety\",\n    sub: \"It's there. You've learned to work around it.\",\n    meterPct: 38,\n    meterColor: \"#7B9AC4\",\n    tickIndex: 1,\n    body1: \"Mild anxiety is the most common \u2014 and the most overlooked \u2014 level. It's not dramatic enough to feel like a crisis, but it's present enough to quietly shape your decisions, your sleep, your relationships. You've probably gotten quite good at functioning through it, which can make it easy to normalize.\",\n    body2: \"The risk with mild anxiety isn't that it's dangerous right now \u2014 it's that it tends to increase gradually, especially during seasons of pressure or uncertainty. What you're carrying today is manageable. The question is whether you're building the capacity to keep it that way, or just pushing through and hoping.\",\n    scripture: \"Cast all your anxiety on him because he cares for you.\",\n    ref: \"1 Peter 5:7\",\n    npHead: \"You're managing it. There's a difference between managing and actually setting it down.\",\n    npBody: \"The Night Peace Framework addresses anxiety at the nervous system level \u2014 not as a mindset problem to think your way out of, but as a physical state your body needs to be guided out of. It was built for exactly this level.\"\n  },\n  {\n    level: \"Moderate Anxiety\",\n    sub: \"This is taking more from you than you may realize.\",\n    meterPct: 65,\n    meterColor: \"#C9A84C\",\n    tickIndex: 2,\n    body1: \"At moderate anxiety, the cost is real \u2014 in energy, in sleep, in the mental overhead of constant low-grade worry. You're likely still functional, maybe even highly productive, but at a price. The body keeps score. Sustained anxiety at this level takes a physical toll over time, and the emotional exhaustion can start to narrow your life in ways that are hard to see from inside it.\",\n    body2: \"<strong>This level is worth taking seriously.<\/strong> Not because something is wrong with you \u2014 moderate anxiety is extraordinarily common, and it often develops gradually in response to genuinely demanding circumstances. But it doesn't resolve on its own. It needs to be directly addressed, not managed around.\",\n    scripture: \"Come to me, all you who are weary and burdened, and I will give you rest. Take my yoke upon you and learn from me, for I am gentle and humble in heart, and you will find rest for your souls.\",\n    ref: \"Matthew 11:28\u201329\",\n    npHead: \"You need more than coping strategies. You need actual rest.\",\n    npBody: \"The Night Peace Framework was built for people at exactly this level \u2014 functional but carrying more than they should be, for longer than is sustainable. It addresses the root of anxiety-driven sleeplessness, not the symptoms.\"\n  },\n  {\n    level: \"High Anxiety\",\n    sub: \"You've been carrying this for a long time.\",\n    meterPct: 90,\n    meterColor: \"#C47B7B\",\n    tickIndex: 3,\n    body1: \"High anxiety at this level is serious, and the fact that you're still functioning through it says something about your resilience \u2014 but resilience isn't the same as health. At this level, anxiety has likely become the water you swim in. It shapes what you do and don't do, what you can and can't enjoy, how you experience your relationships and your own future.\",\n    body2: \"<strong>Please consider speaking with a doctor or therapist alongside anything else you try.<\/strong> High anxiety responds to treatment \u2014 but it rarely resolves without direct intervention. You don't have to keep carrying this. The people who feel farthest from peace are often the ones who are one genuine step away from finding it.\",\n    scripture: \"The Lord is close to the brokenhearted and saves those who are crushed in spirit.\",\n    ref: \"Psalm 34:18\",\n    npHead: \"This is too heavy to carry alone \u2014 and you don't have to.\",\n    npBody: \"The Night Peace Framework can be part of what helps, particularly with the sleep and nervous system piece. But at this level, please also reach out to someone you trust \u2014 a doctor, a counselor, a pastor. You were not designed to hold this much alone.\"\n  }\n];\n\nlet anxScore = 0;\nlet anxCurrent = 0;\nlet anxSelected = null;\n\nfunction anxStart() {\n  document.getElementById('anxIntro').classList.add('hidden');\n  document.getElementById('anxBreathWrap').classList.add('visible');\n  document.getElementById('anxProgressWrap').classList.add('visible');\n  document.getElementById('anxQBlock').classList.remove('hidden');\n  anxRenderQ();\n}\n\nfunction anxRenderQ() {\n  const q = anxQuestions[anxCurrent];\n  const pct = Math.round(((anxCurrent + 1) \/ anxQuestions.length) * 100);\n\n  document.getElementById('anxQNum').textContent = `Question ${anxCurrent + 1} of ${anxQuestions.length}`;\n  document.getElementById('anxQText').textContent = q.text;\n  document.getElementById('anxProgressLabel').textContent = `Question ${anxCurrent + 1} of ${anxQuestions.length}`;\n  document.getElementById('anxProgressPct').textContent = pct + '%';\n  document.getElementById('anxProgressFill').style.width = pct + '%';\n\n  const container = document.getElementById('anxOptions');\n  container.innerHTML = '';\n  anxSelected = null;\n  document.getElementById('anxBtnNext').classList.remove('visible');\n\n  const labels = ['Not at all', 'A little', 'Often', 'Almost always'];\n  q.options.forEach((opt, i) => {\n    const div = document.createElement('div');\n    div.className = 'option';\n    div.innerHTML = `\n      <div class=\"opt-left\">\n        <div class=\"opt-radio\"><\/div>\n      <\/div>\n      <span class=\"opt-text\">${opt.text}<\/span>`;\n    div.onclick = () => anxSelect(div, i);\n    container.appendChild(div);\n  });\n\n  \/\/ Animate\n  const qBlock = document.getElementById('anxQBlock');\n  qBlock.classList.remove('fade-in');\n  void qBlock.offsetWidth;\n  qBlock.classList.add('fade-in');\n}\n\nfunction anxSelect(el, idx) {\n  document.querySelectorAll('#bgi-anxiety-tool .option').forEach(o => o.classList.remove('selected'));\n  el.classList.add('selected');\n  anxSelected = idx;\n  document.getElementById('anxBtnNext').classList.add('visible');\n}\n\nfunction anxNext() {\n  if (anxSelected === null) return;\n  anxScore += anxQuestions[anxCurrent].options[anxSelected].score;\n  anxCurrent++;\n  if (anxCurrent < anxQuestions.length) {\n    anxRenderQ();\n  } else {\n    anxShowResults();\n  }\n}\n\nfunction anxShowResults() {\n  document.getElementById('anxProgressLabel').textContent = 'Your result';\n  document.getElementById('anxProgressPct').textContent = '100%';\n  document.getElementById('anxProgressFill').style.width = '100%';\n\n  document.getElementById('anxQBlock').classList.add('hidden');\n  document.getElementById('anxResults').classList.remove('hidden');\n  document.getElementById('anxResults').classList.add('fade-in');\n\n  \/\/ Score 0\u201330: bucket into 4 levels\n  const maxScore = anxQuestions.length * 3; \/\/ 30\n  let profileIdx;\n  if (anxScore <= 6)       profileIdx = 0;\n  else if (anxScore <= 13) profileIdx = 1;\n  else if (anxScore <= 21) profileIdx = 2;\n  else                     profileIdx = 3;\n\n  const p = anxProfiles[profileIdx];\n\n  document.getElementById('anxLevel').textContent = p.level;\n  document.getElementById('anxSub').textContent = p.sub;\n  document.getElementById('anxBody1').innerHTML = p.body1;\n  document.getElementById('anxBody2').innerHTML = p.body2;\n  document.getElementById('anxScripture').textContent = `\"${p.scripture}\"`;\n  document.getElementById('anxRef').textContent = `\u2014 ${p.ref}`;\n  document.getElementById('anxNpHead').textContent = p.npHead;\n  document.getElementById('anxNpBody').textContent = p.npBody;\n\n  \/\/ Meter\n  const fill = document.getElementById('anxMeterFill');\n  fill.style.background = p.meterColor;\n  setTimeout(() => { fill.style.width = p.meterPct + '%'; }, 100);\n\n  \/\/ Tick highlight\n  ['tick0','tick1','tick2','tick3'].forEach((id, i) => {\n    document.getElementById(id).classList.toggle('active', i === p.tickIndex);\n  });\n\n  \/\/ Share\n  const shareText = encodeURIComponent(`I just checked my anxiety level \u2014 my result was \"${p.level}\". Take the free assessment:`);\n  const shareUrl = encodeURIComponent('https:\/\/bgodinspired.com');\n  document.getElementById('anxShareX').href = `https:\/\/twitter.com\/intent\/tweet?text=${shareText}&url=${shareUrl}`;\n  document.getElementById('anxShareFB').href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${shareUrl}`;\n}\n\nfunction anxRestart() {\n  anxScore = 0;\n  anxCurrent = 0;\n  anxSelected = null;\n  document.getElementById('anxResults').classList.add('hidden');\n  document.getElementById('anxQBlock').classList.remove('hidden');\n  document.getElementById('anxProgressFill').style.width = '10%';\n  document.getElementById('anxMeterFill').style.width = '0%';\n  anxRenderQ();\n}\n\n\/\/ expose for onclick attributes\nwindow.anxStart = anxStart;\nwindow.anxNext = anxNext;\nwindow.anxRestart = anxRestart;\n\n})();\n<\/script>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Common Questions about Anxiety<\/strong><\/p>\n\n\n\n<p><strong>Q: How do I know if what I&#8217;m feeling is anxiety or just normal stress?<\/strong><br>Stress and anxiety share many of the same symptoms \u2014 tension, racing thoughts, difficulty sleeping \u2014 but they differ in one important way. Stress is typically a response to something specific and external: a deadline, a conflict, a difficult season. It tends to ease when the situation resolves. Anxiety is more internal and persistent. It often continues even when circumstances improve, and it can attach itself to new concerns before the old ones have fully passed. If you find that worry follows you from situation to situation, or that a low-level unease has become your baseline state, that&#8217;s more likely anxiety than ordinary stress.<\/p>\n\n\n\n<p><strong>Q: What are the physical signs of anxiety people often ignore?<\/strong><br>Anxiety is frequently thought of as a mental or emotional experience, but it lives in the body first. The most commonly overlooked physical signs include persistent muscle tension (especially in the shoulders, neck, and jaw), shallow breathing that never quite feels satisfying, a racing or fluttering heart during moments of worry, digestive disruption, and chronic fatigue that sleep doesn&#8217;t fully resolve. Many people carry these symptoms for years without connecting them to anxiety \u2014 they treat the tension, the sleep problems, and the exhaustion as separate issues rather than recognizing them as a single pattern with a common source.<\/p>\n\n\n\n<p><strong>Q: Can anxiety affect your sleep even if you don&#8217;t feel anxious at bedtime?<\/strong><br>Yes \u2014 and this is one of the most misunderstood connections in sleep research. Anxiety elevates cortisol, the body&#8217;s primary stress hormone, and cortisol doesn&#8217;t always follow a predictable emotional schedule. Many people feel relatively calm in the evening but still can&#8217;t fall asleep or wake repeatedly in the night. This happens because the nervous system is still in a state of low-level activation even when the conscious mind feels settled. The body is essentially still on alert. This is why addressing the nervous system directly \u2014 rather than just managing bedtime thoughts \u2014 tends to produce better results for anxiety-related sleep disruption.<\/p>\n\n\n\n<p><strong>Q: Is it possible to have high anxiety and not realize it?<\/strong><br>More common than most people expect. Anxiety has a way of gradually becoming someone&#8217;s normal \u2014 the baseline they operate from \u2014 so that the absence of calm feels ordinary and the presence of calm feels unusual. People with chronically high anxiety often describe themselves as just being &#8220;a worrier&#8221; or &#8220;high-strung,&#8221; not recognizing that what they&#8217;re experiencing is a measurable physiological state that is both significant and addressable. One of the most reliable indicators is how a person responds to stillness: those carrying high anxiety often find quiet uncomfortable, reaching instinctively for distraction, because stillness removes the activity that keeps the anxiety at bay.<\/p>\n\n\n\n<p><strong>Q: What&#8217;s the difference between anxiety and an anxiety disorder?<\/strong><br>Anxiety itself is a normal human experience \u2014 the nervous system&#8217;s way of preparing for perceived threats, real or imagined. An anxiety disorder is a clinical diagnosis given when anxiety is persistent, disproportionate to circumstances, and significantly interferes with daily functioning. The line between the two is not always obvious from the inside. A general rule: if anxiety is regularly affecting your sleep, your relationships, your ability to make decisions, or your capacity to enjoy your life \u2014 and if this has been true for more than a few weeks \u2014 it&#8217;s worth speaking with a doctor or mental health professional. The assessment above is not a clinical diagnostic tool, but it can be a useful starting point for understanding where you are and whether professional support might help.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Breathe while you go Question 1 of 10 10% Anxiety Assessment How anxious are you \u2014 really? Most people underestimate their anxiety because they&#8217;ve learned to function through it. This 10-question check-in measures four dimensions of anxiety \u2014 physical, emotional, cognitive, and behavioral \u2014 and gives you an honest read on where you actually are. [&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-89456","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/bgodinspired.com\/index.php\/wp-json\/wp\/v2\/pages\/89456","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=89456"}],"version-history":[{"count":1,"href":"https:\/\/bgodinspired.com\/index.php\/wp-json\/wp\/v2\/pages\/89456\/revisions"}],"predecessor-version":[{"id":89457,"href":"https:\/\/bgodinspired.com\/index.php\/wp-json\/wp\/v2\/pages\/89456\/revisions\/89457"}],"wp:attachment":[{"href":"https:\/\/bgodinspired.com\/index.php\/wp-json\/wp\/v2\/media?parent=89456"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}