{"id":89468,"date":"2026-06-28T16:07:04","date_gmt":"2026-06-28T20:07:04","guid":{"rendered":"https:\/\/bgodinspired.com\/?page_id=89468"},"modified":"2026-06-28T16:07:06","modified_gmt":"2026-06-28T20:07:06","slug":"tools","status":"publish","type":"page","link":"https:\/\/bgodinspired.com\/index.php\/tools\/","title":{"rendered":"Free Tools \u2014 BGodInspired"},"content":{"rendered":"\n<!-- BGodInspired Free Tools Hub -->\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;700&#038;display=swap\" rel=\"stylesheet\">\n<style>\n#bgi-tools-hub *, #bgi-tools-hub *::before, #bgi-tools-hub *::after {\n  box-sizing: border-box; margin: 0; padding: 0;\n}\n#bgi-tools-hub {\n  --navy:      #0F1F30;\n  --card:      #162233;\n  --card-hover:#1C2D42;\n  --cream:     #F5F0E8;\n  --gold:      #C9A84C;\n  --gold-glow: rgba(201,168,76,0.18);\n  --blue:      #7B9AC4;\n  --blue-glow: rgba(123,154,196,0.18);\n  --sage:      #7B9E87;\n  --sage-glow: rgba(123,158,135,0.18);\n  --violet:    #9B8EC4;\n  --dim:       rgba(245,240,232,0.62);\n  --soft:      rgba(245,240,232,0.35);\n  --border:    rgba(245,240,232,0.08);\n  --border-lit:rgba(245,240,232,0.15);\n\n  background: var(--navy);\n  color: var(--cream);\n  font-family: 'Inter', sans-serif;\n  width: 100%;\n  display: block;\n  padding: 48px 20px 72px;\n  border-radius: 12px;\n  clear: both;\n  position: relative;\n}\n#bgi-tools-hub .hub-inner {\n  max-width: 860px;\n  margin: 0 auto;\n}\n\n\/* \u2500\u2500 HERO \u2500\u2500 *\/\n#bgi-tools-hub .hero {\n  text-align: center;\n  margin-bottom: 56px;\n}\n#bgi-tools-hub .hero-eyebrow {\n  display: inline-block;\n  font-size: 0.7rem;\n  font-weight: 700;\n  letter-spacing: 0.18em;\n  text-transform: uppercase;\n  color: var(--gold);\n  margin-bottom: 20px;\n  padding: 6px 14px;\n  border: 1px solid rgba(201,168,76,0.25);\n  border-radius: 20px;\n}\n#bgi-tools-hub .hero-headline {\n  font-family: 'Playfair Display', serif;\n  font-size: clamp(2rem, 5vw, 3.2rem);\n  font-weight: 700;\n  line-height: 1.15;\n  color: var(--cream);\n  margin-bottom: 20px;\n  max-width: 680px;\n  margin-left: auto;\n  margin-right: auto;\n}\n#bgi-tools-hub .hero-headline em {\n  font-style: italic;\n  color: var(--gold);\n}\n#bgi-tools-hub .hero-sub {\n  font-size: 1rem;\n  line-height: 1.75;\n  color: var(--dim);\n  max-width: 520px;\n  margin: 0 auto 32px;\n}\n#bgi-tools-hub .hero-stats {\n  display: flex;\n  justify-content: center;\n  gap: 32px;\n  flex-wrap: wrap;\n}\n#bgi-tools-hub .stat {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 4px;\n}\n#bgi-tools-hub .stat-num {\n  font-family: 'Playfair Display', serif;\n  font-size: 1.6rem;\n  font-weight: 700;\n  color: var(--cream);\n  line-height: 1;\n}\n#bgi-tools-hub .stat-label {\n  font-size: 0.7rem;\n  font-weight: 500;\n  letter-spacing: 0.1em;\n  text-transform: uppercase;\n  color: var(--soft);\n}\n\n\/* \u2500\u2500 DIVIDER \u2500\u2500 *\/\n#bgi-tools-hub .divider {\n  height: 1px;\n  background: var(--border);\n  margin: 0 0 48px;\n}\n\n\/* \u2500\u2500 SECTION LABEL \u2500\u2500 *\/\n#bgi-tools-hub .section-label {\n  font-size: 0.7rem;\n  font-weight: 700;\n  letter-spacing: 0.16em;\n  text-transform: uppercase;\n  color: var(--soft);\n  margin-bottom: 20px;\n  display: block;\n}\n\n\/* \u2500\u2500 TOOL GRID \u2500\u2500 *\/\n#bgi-tools-hub .tool-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 16px;\n  margin-bottom: 16px;\n}\n\n\/* \u2500\u2500 TOOL CARD \u2500\u2500 *\/\n#bgi-tools-hub .tool-card {\n  background: var(--card);\n  border: 1px solid var(--border);\n  border-radius: 14px;\n  padding: 28px 24px 24px !important;\n  box-sizing: border-box !important;\n  text-decoration: none;\n  display: flex;\n  flex-direction: column;\n  position: relative;\n  overflow: hidden;\n  transition: border-color 0.25s, background 0.25s, transform 0.2s;\n  cursor: pointer;\n}\n#bgi-tools-hub .tool-card:hover {\n  background: var(--card-hover);\n  transform: translateY(-3px);\n}\n#bgi-tools-hub .tool-card::after {\n  content: '';\n  position: absolute;\n  inset: 0;\n  border-radius: 14px;\n  opacity: 0;\n  transition: opacity 0.3s;\n  pointer-events: none;\n}\n#bgi-tools-hub .tool-card:hover::after { opacity: 1; }\n\n\/* Per-card accent colors *\/\n#bgi-tools-hub .tool-card.gold  { border-color: rgba(201,168,76,0.2); }\n#bgi-tools-hub .tool-card.gold:hover  { border-color: rgba(201,168,76,0.5); }\n#bgi-tools-hub .tool-card.gold::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0; right: 0; height: 2px;\n  background: linear-gradient(90deg, transparent, var(--gold), transparent);\n  opacity: 0.6;\n}\n#bgi-tools-hub .tool-card.gold .card-glow {\n  position: absolute;\n  top: -30px; right: -30px;\n  width: 120px; height: 120px;\n  border-radius: 50%;\n  background: var(--gold-glow);\n  filter: blur(30px);\n  animation: glowPulse 3s ease-in-out infinite;\n}\n#bgi-tools-hub .tool-card.blue  { border-color: rgba(123,154,196,0.2); }\n#bgi-tools-hub .tool-card.blue:hover  { border-color: rgba(123,154,196,0.5); }\n#bgi-tools-hub .tool-card.blue::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0; right: 0; height: 2px;\n  background: linear-gradient(90deg, transparent, var(--blue), transparent);\n  opacity: 0.5;\n}\n#bgi-tools-hub .tool-card.blue .card-glow {\n  position: absolute;\n  top: -30px; right: -30px;\n  width: 120px; height: 120px;\n  border-radius: 50%;\n  background: var(--blue-glow);\n  filter: blur(30px);\n  animation: glowPulse 4s ease-in-out infinite 0.8s;\n}\n#bgi-tools-hub .tool-card.sage  { border-color: rgba(123,158,135,0.2); }\n#bgi-tools-hub .tool-card.sage:hover  { border-color: rgba(123,158,135,0.5); }\n#bgi-tools-hub .tool-card.sage::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0; right: 0; height: 2px;\n  background: linear-gradient(90deg, transparent, var(--sage), transparent);\n  opacity: 0.5;\n}\n#bgi-tools-hub .tool-card.sage .card-glow {\n  position: absolute;\n  top: -30px; right: -30px;\n  width: 120px; height: 120px;\n  border-radius: 50%;\n  background: var(--sage-glow);\n  filter: blur(30px);\n  animation: glowPulse 3.5s ease-in-out infinite 0.4s;\n}\n\n@keyframes glowPulse {\n  0%,100% { opacity: 0.6; transform: scale(1); }\n  50%      { opacity: 1;   transform: scale(1.15); }\n}\n\n#bgi-tools-hub .card-icon {\n  font-size: 1.6rem;\n  margin-bottom: 16px;\n  line-height: 1;\n  position: relative;\n  z-index: 1;\n}\n#bgi-tools-hub .card-tag {\n  font-size: 0.62rem;\n  font-weight: 700;\n  letter-spacing: 0.14em;\n  text-transform: uppercase;\n  margin-bottom: 10px;\n  display: block;\n  position: relative;\n  z-index: 1;\n}\n#bgi-tools-hub .tool-card.gold .card-tag  { color: var(--gold); }\n#bgi-tools-hub .tool-card.blue .card-tag  { color: var(--blue); }\n#bgi-tools-hub .tool-card.sage .card-tag  { color: var(--sage); }\n\n#bgi-tools-hub .card-title {\n  font-family: 'Playfair Display', serif;\n  font-size: 1.05rem;\n  font-weight: 700;\n  color: var(--cream);\n  line-height: 1.3;\n  margin-bottom: 10px;\n  position: relative;\n  z-index: 1;\n}\n#bgi-tools-hub .card-desc {\n  font-size: 0.82rem;\n  line-height: 1.65;\n  color: var(--dim);\n  margin-bottom: 20px;\n  flex-grow: 1;\n  position: relative;\n  z-index: 1;\n}\n#bgi-tools-hub .card-meta {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  position: relative;\n  z-index: 1;\n}\n#bgi-tools-hub .card-time {\n  font-size: 0.72rem;\n  font-weight: 500;\n  color: var(--soft);\n  letter-spacing: 0.04em;\n}\n#bgi-tools-hub .card-cta {\n  font-size: 0.78rem;\n  font-weight: 700;\n  letter-spacing: 0.06em;\n  display: flex;\n  align-items: center;\n  gap: 5px;\n  transition: gap 0.2s;\n}\n#bgi-tools-hub .tool-card.gold .card-cta  { color: var(--gold); }\n#bgi-tools-hub .tool-card.blue .card-cta  { color: var(--blue); }\n#bgi-tools-hub .tool-card.sage .card-cta  { color: var(--sage); }\n#bgi-tools-hub .tool-card:hover .card-cta { gap: 9px; }\n\n\/* \u2500\u2500 COMING SOON CARD \u2500\u2500 *\/\n#bgi-tools-hub .tool-card.coming {\n  border-color: var(--border);\n  border-style: dashed;\n  background: transparent;\n  cursor: default;\n  pointer-events: none;\n  opacity: 0.5;\n}\n#bgi-tools-hub .tool-card.coming::before { display: none; }\n#bgi-tools-hub .tool-card.coming .card-glow { display: none; }\n#bgi-tools-hub .tool-card.coming .card-title { color: var(--soft); }\n#bgi-tools-hub .coming-badge {\n  display: inline-block;\n  font-size: 0.58rem;\n  font-weight: 700;\n  letter-spacing: 0.14em;\n  text-transform: uppercase;\n  color: var(--soft);\n  border: 1px solid var(--border);\n  border-radius: 10px;\n  padding: 3px 8px;\n  margin-bottom: 10px;\n}\n\n\/* \u2500\u2500 ABOUT SECTION \u2500\u2500 *\/\n#bgi-tools-hub .about-section {\n  margin-top: 52px;\n  padding-top: 40px;\n  border-top: 1px solid var(--border);\n}\n#bgi-tools-hub .about-headline {\n  font-family: 'Playfair Display', serif;\n  font-size: 1.25rem;\n  font-weight: 600;\n  color: var(--cream);\n  margin-bottom: 14px;\n  line-height: 1.3;\n}\n#bgi-tools-hub .about-body {\n  font-size: 0.92rem;\n  line-height: 1.8;\n  color: var(--dim);\n  margin-bottom: 14px;\n  max-width: 680px;\n}\n#bgi-tools-hub .about-body strong { color: var(--cream); font-weight: 600; }\n\n\/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n@media (max-width: 680px) {\n  #bgi-tools-hub .tool-grid { grid-template-columns: 1fr; }\n  #bgi-tools-hub .hero-stats { gap: 20px; }\n  #bgi-tools-hub { padding: 32px 16px 56px; }\n}\n@media (min-width: 681px) and (max-width: 860px) {\n  #bgi-tools-hub .tool-grid { grid-template-columns: repeat(2, 1fr); }\n}\n@media (prefers-reduced-motion: reduce) {\n  #bgi-tools-hub * { animation: none !important; transition: none !important; }\n}\n<\/style>\n\n<div id=\"bgi-tools-hub\">\n  <div class=\"hub-inner\">\n\n    <!-- HERO -->\n    <div class=\"hero\">\n      <span class=\"hero-eyebrow\">Free Tools \u2014 BGodInspired<\/span>\n      <h1 class=\"intro-headline hero-headline\">Real answers for <em>real moments<\/em><\/h1>\n      <p class=\"hero-sub\">Every tool here was designed to meet you honestly, where you are, without assumptions about where you stand with faith.<\/p>\n      <div class=\"hero-stats\">\n        <div class=\"stat\">\n          <span class=\"stat-num\">3<\/span>\n          <span class=\"stat-label\">Tools live<\/span>\n        <\/div>\n        <div class=\"stat\">\n          <span class=\"stat-num\">126<\/span>\n          <span class=\"stat-label\">Bible verses curated<\/span>\n        <\/div>\n        <div class=\"stat\">\n          <span class=\"stat-num\">2 min<\/span>\n          <span class=\"stat-label\">Average time<\/span>\n        <\/div>\n        <div class=\"stat\">\n          <span class=\"stat-num\">Free<\/span>\n          <span class=\"stat-label\">Always<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"divider\"><\/div>\n\n    <!-- TOOL GRID -->\n    <span class=\"section-label\">Available now<\/span>\n    <div class=\"tool-grid\">\n\n      <!-- Tool 1: Sleep -->\n      <a class=\"tool-card gold\" href=\"https:\/\/bgodinspired.com\/index.php\/why-cant-i-sleep\/\">\n        <div class=\"card-glow\"><\/div>\n        <span class=\"card-icon\">\ud83d\udd6f\ufe0f<\/span>\n        <span class=\"card-tag\">Sleep Assessment<\/span>\n        <h2 class=\"card-title\">Why Can&#8217;t I Sleep?<\/h2>\n        <p class=\"card-desc\">Identifies which of 4 sleep patterns is keeping you awake \u2014 and why willpower alone won&#8217;t fix it.<\/p>\n        <div class=\"card-meta\">\n          <span class=\"card-time\">10 questions \u00b7 2 min<\/span>\n          <span class=\"card-cta\">Take it <span>\u2192<\/span><\/span>\n        <\/div>\n      <\/a>\n\n      <!-- Tool 2: Anxiety -->\n      <a class=\"tool-card blue\" href=\"https:\/\/bgodinspired.com\/index.php\/how-anxious-am-i\/\">\n        <div class=\"card-glow\"><\/div>\n        <span class=\"card-icon\">\ud83e\udec1<\/span>\n        <span class=\"card-tag\">Anxiety Assessment<\/span>\n        <h2 class=\"card-title\">How Anxious Am I \u2014 Really?<\/h2>\n        <p class=\"card-desc\">Measures anxiety across 4 dimensions \u2014 physical, emotional, cognitive, and behavioral \u2014 and gives you an honest read.<\/p>\n        <div class=\"card-meta\">\n          <span class=\"card-time\">10 questions \u00b7 2 min<\/span>\n          <span class=\"card-cta\">Take it <span>\u2192<\/span><\/span>\n        <\/div>\n      <\/a>\n\n      <!-- Tool 3: Verse Finder -->\n      <a class=\"tool-card sage\" href=\"https:\/\/bgodinspired.com\/index.php\/bible-verse-for-how-i-feel\/\">\n        <div class=\"card-glow\"><\/div>\n        <span class=\"card-icon\">\ud83d\udcd6<\/span>\n        <span class=\"card-tag\">Verse Finder<\/span>\n        <h2 class=\"card-title\">Find a Bible Verse for How You&#8217;re Feeling<\/h2>\n        <p class=\"card-desc\">42 emotions. 126 carefully chosen verses. Not the ones everyone already knows \u2014 ones that actually meet the moment.<\/p>\n        <div class=\"card-meta\">\n          <span class=\"card-time\">2 steps \u00b7 instant<\/span>\n          <span class=\"card-cta\">Find yours <span>\u2192<\/span><\/span>\n        <\/div>\n      <\/a>\n\n    <\/div>\n\n    <!-- COMING SOON ROW -->\n    <div class=\"tool-grid\">\n      <div class=\"tool-card coming\">\n        <span class=\"coming-badge\">Coming soon<\/span>\n        <h3 class=\"card-title\">Forgiveness Readiness Assessment<\/h3>\n        <p class=\"card-desc\">Are you actually ready to forgive \u2014 or just ready to stop feeling this way?<\/p>\n      <\/div>\n      <div class=\"tool-card coming\">\n        <span class=\"coming-badge\">Coming soon<\/span>\n        <h3 class=\"card-title\">What Is My Purpose? Self-Assessment<\/h3>\n        <p class=\"card-desc\">A guided reflection on the question that won&#8217;t leave you alone.<\/p>\n      <\/div>\n      <div class=\"tool-card coming\">\n        <span class=\"coming-badge\">Coming soon<\/span>\n        <h3 class=\"card-title\">Spiritual Gifts Assessment<\/h3>\n        <p class=\"card-desc\">Discover how you&#8217;re specifically wired \u2014 and what that reveals about your role.<\/p>\n      <\/div>\n    <\/div>\n\n    <!-- ABOUT SECTION (for indexing) -->\n    <div class=\"about-section\">\n      <h2 class=\"about-headline\">What these tools are \u2014 and what they&#8217;re not<\/h2>\n      <p class=\"about-body\">Every tool on this page was built around real moments of need. <strong>Why can&#8217;t I sleep. How anxious am I. What Bible verse speaks to how I feel right now.<\/strong> These aren&#8217;t abstract topics \u2014 they&#8217;re the specific, honest searches you make when something is wrong and you&#8217;re looking for something that helps.<\/p>\n      <p class=\"about-body\">None of these tools require a faith background to use. They&#8217;re designed to be genuinely useful first \u2014 the kind of thing you&#8217;d share with a friend regardless of where they stand. The faith dimension is there for those who want it.<\/p>\n      <p class=\"about-body\">All tools are <strong>completely free<\/strong>, require no account, and are built without AI. New tools are added regularly. If there&#8217;s a question you&#8217;re carrying that you think belongs here, the contact page is always open.<\/p>\n    <\/div>\n\n  <\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Free Tools \u2014 BGodInspired Real answers for real moments Every tool here was designed to meet you honestly, where you are, without assumptions about where you stand with faith. 3 Tools live 126 Bible verses curated 2 min Average time Free Always Available now \ud83d\udd6f\ufe0f Sleep Assessment Why Can&#8217;t I Sleep? Identifies which of 4 [&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-89468","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/bgodinspired.com\/index.php\/wp-json\/wp\/v2\/pages\/89468","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=89468"}],"version-history":[{"count":1,"href":"https:\/\/bgodinspired.com\/index.php\/wp-json\/wp\/v2\/pages\/89468\/revisions"}],"predecessor-version":[{"id":89469,"href":"https:\/\/bgodinspired.com\/index.php\/wp-json\/wp\/v2\/pages\/89468\/revisions\/89469"}],"wp:attachment":[{"href":"https:\/\/bgodinspired.com\/index.php\/wp-json\/wp\/v2\/media?parent=89468"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}