{"title":"Home page","description":null,"products":[{"product_id":"ready-family-planner","title":"Ready Family Planner","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400\u0026amp;family=Source+Sans+3:wght@300;400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n:root {\n  --green-dark:    #1a3a17;\n  --green-primary: #2d5a27;\n  --green-mid:     #3d7a35;\n  --green-pale:    #eef5ec;\n  --green-sage:    #a8c8a4;\n  --green-light:   #d4eacf;\n  --cream-warm:    #faf7f2;\n  --cream:         #f5f0e8;\n  --sand:          #e8e2d5;\n  --amber-pale:    #fef8ec;\n  --amber-border:  #e8d5a0;\n  --amber-deep:    #c8860a;\n  --navy:          #1a2a3a;\n  --navy-mid:      #243448;\n  --text-dark:     #1a1a1a;\n  --text-body:     #3d3d3d;\n  --text-muted:    #5a5a5a;\n  --text-light:    #888888;\n  --border:        #d8d2c8;\n  --border-light:  #e8e3db;\n  --white:         #ffffff;\n}\n\nbody {\n  font-family: 'Source Sans 3', sans-serif;\n  font-size: 15px;\n  line-height: 1.7;\n  color: var(--text-body);\n  background: var(--white);\n  -webkit-font-smoothing: antialiased;\n}\n\n.product-desc {\n  max-width: 780px;\n  margin: 0 auto;\n  padding: 0;\n}\n\n.hero {\n  background: var(--navy);\n  border-radius: 12px;\n  padding: 38px 42px 34px;\n  margin-bottom: 6px;\n  position: relative;\n  overflow: hidden;\n}\n\n.hero::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background: repeating-linear-gradient(\n    45deg,\n    rgba(255,255,255,0.015) 0px,\n    rgba(255,255,255,0.015) 1px,\n    transparent 1px,\n    transparent 22px\n  );\n  pointer-events: none;\n}\n\n.hero::after {\n  content: '';\n  position: absolute;\n  top: -50px; right: -50px;\n  width: 200px; height: 200px;\n  border-radius: 50%;\n  background: rgba(45,90,39,0.15);\n  pointer-events: none;\n}\n\n.hero-eyebrow {\n  display: inline-block;\n  background: var(--green-primary);\n  color: var(--white);\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.16em;\n  text-transform: uppercase;\n  padding: 5px 14px;\n  border-radius: 4px;\n  margin-bottom: 18px;\n  position: relative;\n  z-index: 1;\n}\n\n.hero-title {\n  font-family: 'Playfair Display', serif;\n  font-size: 30px;\n  font-weight: 900;\n  color: #f0ece4;\n  line-height: 1.2;\n  margin-bottom: 10px;\n  position: relative;\n  z-index: 1;\n}\n\n.hero-title em {\n  color: var(--green-sage);\n  font-style: italic;\n}\n\n.hero-subtitle {\n  font-family: 'Playfair Display', serif;\n  font-size: 14px;\n  font-style: italic;\n  color: #8a9e88;\n  margin-bottom: 16px;\n  position: relative;\n  z-index: 1;\n}\n\n.hero-meta {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  position: relative;\n  z-index: 1;\n  margin-top: 6px;\n}\n\n.hero-badge {\n  background: rgba(255,255,255,0.08);\n  border: 1px solid rgba(255,255,255,0.14);\n  color: #b8ceb6;\n  font-size: 11px;\n  font-weight: 600;\n  letter-spacing: 0.06em;\n  padding: 4px 12px;\n  border-radius: 20px;\n}\n\n.question-hook {\n  background: var(--green-dark);\n  border-radius: 10px;\n  padding: 26px 36px;\n  margin: 16px 0;\n  position: relative;\n  overflow: hidden;\n}\n\n.question-hook::before {\n  content: '';\n  position: absolute;\n  top: -30px; right: -30px;\n  width: 120px; height: 120px;\n  border-radius: 50%;\n  background: rgba(255,255,255,0.04);\n}\n\n.question-hook p {\n  font-family: 'Playfair Display', serif;\n  font-size: 19px;\n  font-style: italic;\n  color: var(--green-sage);\n  line-height: 1.65;\n  position: relative;\n  z-index: 1;\n}\n\n.question-hook p strong {\n  color: #ffffff;\n  font-style: normal;\n}\n\n.hook {\n  background: var(--cream-warm);\n  border: 1px solid var(--border-light);\n  border-radius: 10px;\n  padding: 28px 36px;\n  margin: 16px 0;\n}\n\n.hook p {\n  font-size: 15.5px;\n  color: var(--text-body);\n  line-height: 1.75;\n  margin-bottom: 12px;\n}\n\n.hook p:last-child { margin-bottom: 0; }\n\n.hook .pull {\n  font-family: 'Playfair Display', serif;\n  font-size: 17px;\n  font-style: italic;\n  color: var(--green-dark);\n  display: block;\n  margin: 10px 0 16px;\n  padding-left: 16px;\n  border-left: 3px solid var(--green-sage);\n}\n\n.author-note {\n  background: var(--amber-pale);\n  border: 1px solid var(--amber-border);\n  border-radius: 10px;\n  padding: 22px 28px;\n  margin: 16px 0;\n  display: flex;\n  gap: 16px;\n  align-items: flex-start;\n}\n\n.author-icon { font-size: 22px; flex-shrink: 0; margin-top: 2px; }\n\n.author-note-text p {\n  font-size: 14.5px;\n  color: #4a3800;\n  line-height: 1.7;\n  font-style: italic;\n}\n\n.author-note-text cite {\n  display: block;\n  margin-top: 8px;\n  font-size: 12.5px;\n  font-style: normal;\n  font-weight: 700;\n  color: var(--amber-deep);\n  letter-spacing: 0.04em;\n}\n\n.roadmap-strip {\n  background: var(--navy-mid);\n  border-radius: 10px;\n  padding: 20px 28px;\n  margin: 16px 0;\n  display: flex;\n  align-items: center;\n  gap: 20px;\n}\n\n.roadmap-badge {\n  flex-shrink: 0;\n  width: 58px;\n  height: 58px;\n  border-radius: 50%;\n  background: var(--amber-deep);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-family: 'Playfair Display', serif;\n  font-size: 20px;\n  font-weight: 900;\n  color: #1a1205;\n  line-height: 1;\n}\n\n.roadmap-text h3 {\n  font-size: 15px;\n  font-weight: 700;\n  color: #ddd7cc;\n  margin-bottom: 4px;\n}\n\n.roadmap-text p {\n  font-size: 13px;\n  color: #7a8880;\n  line-height: 1.55;\n}\n\n.parts-block {\n  background: var(--green-pale);\n  border: 1px solid var(--green-sage);\n  border-radius: 10px;\n  padding: 24px 28px;\n  margin: 16px 0;\n}\n\n.parts-label {\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.18em;\n  text-transform: uppercase;\n  color: var(--green-primary);\n  margin-bottom: 16px;\n  display: flex;\n  align-items: center;\n  gap: 10px;\n}\n\n.parts-label::after {\n  content: '';\n  flex: 1;\n  height: 1px;\n  background: var(--green-sage);\n}\n\n.parts-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 8px;\n}\n\n.part-card {\n  background: var(--white);\n  border: 1px solid var(--border-light);\n  border-radius: 8px;\n  padding: 13px 16px;\n  display: flex;\n  align-items: flex-start;\n  gap: 12px;\n}\n\n.part-num {\n  background: var(--green-primary);\n  color: var(--white);\n  font-size: 9px;\n  font-weight: 700;\n  letter-spacing: 0.1em;\n  text-transform: uppercase;\n  padding: 3px 7px;\n  border-radius: 4px;\n  flex-shrink: 0;\n  margin-top: 2px;\n  white-space: nowrap;\n}\n\n.part-title {\n  font-size: 13.5px;\n  font-weight: 700;\n  color: var(--green-dark);\n  line-height: 1.3;\n  margin-bottom: 3px;\n}\n\n.part-sections {\n  font-size: 12px;\n  color: var(--text-muted);\n  line-height: 1.45;\n}\n\n.features-block {\n  background: var(--sand);\n  border: 1px solid var(--border);\n  border-radius: 10px;\n  padding: 28px 32px;\n  margin: 16px 0;\n}\n\n.features-label {\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.18em;\n  text-transform: uppercase;\n  color: var(--text-muted);\n  margin-bottom: 18px;\n  display: flex;\n  align-items: center;\n  gap: 10px;\n}\n\n.features-label::after {\n  content: '';\n  flex: 1;\n  height: 1px;\n  background: var(--border);\n}\n\n.feature-row {\n  display: flex;\n  align-items: flex-start;\n  gap: 14px;\n  padding: 10px 0;\n  border-bottom: 1px solid var(--border-light);\n}\n\n.feature-row:last-child { border-bottom: none; padding-bottom: 0; }\n.feature-row:first-of-type { padding-top: 0; }\n\n.feature-check {\n  width: 22px;\n  height: 22px;\n  background: var(--green-primary);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n  margin-top: 1px;\n}\n\n.feature-check svg {\n  width: 12px; height: 12px;\n  fill: none;\n  stroke: white;\n  stroke-width: 2.5;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n.feature-text { font-size: 14.5px; color: var(--text-body); line-height: 1.6; }\n.feature-text strong { color: var(--green-dark); }\n\n.pathways-block {\n  background: var(--cream);\n  border: 1px solid var(--border);\n  border-radius: 10px;\n  padding: 22px 28px;\n  margin: 16px 0;\n}\n\n.pathways-label {\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.18em;\n  text-transform: uppercase;\n  color: var(--text-light);\n  margin-bottom: 14px;\n  display: flex;\n  align-items: center;\n  gap: 10px;\n}\n\n.pathways-label::after {\n  content: '';\n  flex: 1;\n  height: 1px;\n  background: var(--border);\n}\n\n.pathways-row {\n  display: flex;\n  gap: 10px;\n}\n\n.pathway {\n  flex: 1;\n  background: var(--white);\n  border: 1px solid var(--border-light);\n  border-radius: 7px;\n  padding: 12px 14px;\n  text-align: center;\n}\n\n.pathway-icon { font-size: 20px; margin-bottom: 6px; }\n\n.pathway-title {\n  font-size: 13px;\n  font-weight: 700;\n  color: var(--green-dark);\n  margin-bottom: 4px;\n}\n\n.pathway-desc {\n  font-size: 12px;\n  color: var(--text-muted);\n  line-height: 1.5;\n}\n\n.closing {\n  background: var(--green-primary);\n  border-radius: 10px;\n  padding: 30px 36px;\n  margin: 16px 0;\n  position: relative;\n  overflow: hidden;\n  text-align: center;\n}\n\n.closing::before {\n  content: '';\n  position: absolute;\n  bottom: -40px; right: -40px;\n  width: 150px; height: 150px;\n  border-radius: 50%;\n  background: rgba(255,255,255,0.05);\n}\n\n.closing::after {\n  content: '';\n  position: absolute;\n  top: -30px; left: -30px;\n  width: 100px; height: 100px;\n  border-radius: 50%;\n  background: rgba(255,255,255,0.04);\n}\n\n.closing h2 {\n  font-family: 'Playfair Display', serif;\n  font-size: 22px;\n  font-weight: 700;\n  color: #ffffff;\n  line-height: 1.3;\n  margin-bottom: 10px;\n  position: relative;\n  z-index: 1;\n}\n\n.closing p {\n  font-size: 15px;\n  color: var(--green-sage);\n  line-height: 1.7;\n  position: relative;\n  z-index: 1;\n  margin-bottom: 8px;\n}\n\n.closing p:last-child { margin-bottom: 0; }\n.closing strong { color: #ffffff; }\n\n.divider-row {\n  display: flex;\n  align-items: center;\n  gap: 12px;\n  margin: 20px 0;\n}\n\n.divider-row::before,\n.divider-row::after {\n  content: '';\n  flex: 1;\n  height: 1px;\n  background: var(--border-light);\n}\n\n.divider-pill {\n  font-size: 9px;\n  font-weight: 700;\n  letter-spacing: 0.16em;\n  text-transform: uppercase;\n  color: var(--text-light);\n  white-space: nowrap;\n}\n\n.brand-footer {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 10px;\n  padding: 18px 0 4px;\n}\n\n.brand-footer::before,\n.brand-footer::after {\n  content: '';\n  flex: 1;\n  height: 1px;\n  background: var(--border-light);\n}\n\n.brand-link {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.1em;\n  color: var(--green-mid);\n  text-decoration: none;\n  text-transform: uppercase;\n}\n\n@keyframes fadeUp {\n  from { opacity: 0; transform: translateY(12px); }\n  to   { opacity: 1; transform: translateY(0); }\n}\n\n.product-desc \u003e * { animation: fadeUp 0.45s ease both; }\n.product-desc \u003e *:nth-child(1)  { animation-delay: 0.05s; }\n.product-desc \u003e *:nth-child(2)  { animation-delay: 0.10s; }\n.product-desc \u003e *:nth-child(3)  { animation-delay: 0.15s; }\n.product-desc \u003e *:nth-child(4)  { animation-delay: 0.20s; }\n.product-desc \u003e *:nth-child(5)  { animation-delay: 0.25s; }\n.product-desc \u003e *:nth-child(6)  { animation-delay: 0.29s; }\n.product-desc \u003e *:nth-child(7)  { animation-delay: 0.33s; }\n.product-desc \u003e *:nth-child(8)  { animation-delay: 0.37s; }\n.product-desc \u003e *:nth-child(9)  { animation-delay: 0.41s; }\n.product-desc \u003e *:nth-child(10) { animation-delay: 0.45s; }\n.product-desc \u003e *:nth-child(11) { animation-delay: 0.49s; }\n.product-desc \u003e *:nth-child(12) { animation-delay: 0.52s; }\n\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-desc\"\u003e\n\n\u003cdiv class=\"hero\"\u003e\n\u003cspan class=\"hero-eyebrow\"\u003ePhysical Book  ·  Spiral-Bound  ·  Ebook PDF Also Available\u003c\/span\u003e\n\u003ch1 class=\"hero-title\"\u003eFeel Calm, Prepared \u0026amp; In Control\u003cbr\u003e— No Matter What Happens\u003c\/h1\u003e\n\u003cp class=\"hero-subtitle\"\u003eA simple, step-by-step planner for food, water, power, and everyday peace of mind at home\u003c\/p\u003e\n\u003cp style=\"color:#b8ceb6; font-size:13px; margin-top:10px; position:relative; z-index:1;\"\u003ePrepared feels better. Small steps. Real peace of mind.\u003c\/p\u003e\n\u003cdiv class=\"hero-meta\"\u003e\n\u003cspan class=\"hero-badge\"\u003e114 Pages\u003c\/span\u003e\n\u003cspan class=\"hero-badge\"\u003e12 Sections\u003c\/span\u003e\n\u003cspan class=\"hero-badge\"\u003e4 Parts\u003c\/span\u003e\n\u003cspan class=\"hero-badge\"\u003eMaster Checklist Included\u003c\/span\u003e\n\u003cspan class=\"hero-badge\"\u003e90-Day Roadmap\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"question-hook\"\u003e\n\u003cp\u003eIf things felt uncertain for a while… \u003cstrong\u003ewould your home feel calm and prepared?\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hook\"\u003e\n\u003cp\u003eIt’s easy to feel a little unsettled lately. The world moves fast, and things don’t always feel predictable.\u003c\/p\u003e\n\u003cspan class=\"pull\"\u003eBut preparedness doesn’t have to be complicated, overwhelming, or fear-driven. It can be simple, calm, and built step by step.\u003c\/span\u003e\n\u003cp\u003eMore families are choosing to take small, practical steps—growing a little food, organizing essentials, and creating a clear plan for their home.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThis planner shows you exactly how to do that.\u003c\/strong\u003e No extremes. No confusion. Just a straightforward path to feeling more confident, capable, and in control—no matter what’s happening around you.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"author-note\"\u003e\n\u003cdiv class=\"author-icon\"\u003e✍️\u003c\/div\u003e\n\u003cdiv class=\"author-note-text\"\u003e\n\u003cp\u003e\"I didn’t write this out of fear—I wrote it because I wanted something simple, practical, and calm. A way for real families to feel more prepared without overwhelm. Something you could actually follow, step by step.\"\u003c\/p\u003e\n\u003ccite\u003e— Avaline Potter, Author\u003c\/cite\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"roadmap-strip\"\u003e\n\u003cdiv class=\"roadmap-badge\"\u003e90\u003c\/div\u003e\n\u003cdiv class=\"roadmap-text\"\u003e\n\u003ch3\u003eYour 90-Day Preparedness Plan\u003c\/h3\u003e\n\u003cp\u003eBuild confidence step by step—one simple phase at a time. No guesswork. No overwhelm. Just a clear path to a more prepared, calm, and capable home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"parts-block\"\u003e\n\u003cdiv class=\"parts-label\"\u003eWhat's inside — 4 parts, 12 sections\u003c\/div\u003e\n\u003cdiv class=\"parts-grid\"\u003e\n\n\u003cdiv class=\"part-card\"\u003e\n\u003cdiv class=\"part-num\"\u003ePart 1\u003c\/div\u003e\n\u003cdiv class=\"part-info\"\u003e\n\u003cdiv class=\"part-title\"\u003ePeople First\u003c\/div\u003e\n\u003cdiv class=\"part-sections\"\u003eMental health \u0026amp; family roles · Stay or go — evacuation planning\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"part-card\"\u003e\n\u003cdiv class=\"part-num\"\u003ePart 2\u003c\/div\u003e\n\u003cdiv class=\"part-info\"\u003e\n\u003cdiv class=\"part-title\"\u003eThe Essentials\u003c\/div\u003e\n\u003cdiv class=\"part-sections\"\u003eWater · Food storage · Hydroponics · Solar power\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"part-card\"\u003e\n\u003cdiv class=\"part-num\"\u003ePart 3\u003c\/div\u003e\n\u003cdiv class=\"part-info\"\u003e\n\u003cdiv class=\"part-title\"\u003eStaying Safe \u0026amp; Connected\u003c\/div\u003e\n\u003cdiv class=\"part-sections\"\u003eCommunication · Home security · First aid \u0026amp; medical · Pets\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"part-card\"\u003e\n\u003cdiv class=\"part-num\"\u003ePart 4\u003c\/div\u003e\n\u003cdiv class=\"part-info\"\u003e\n\u003cdiv class=\"part-title\"\u003eMoney \u0026amp; the Longer Game\u003c\/div\u003e\n\u003cdiv class=\"part-sections\"\u003eBanking \u0026amp; financial preparedness · Your 90-Day Resilience Roadmap\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"features-block\"\u003e\n\u003cdiv class=\"features-label\"\u003eWhat you get\u003c\/div\u003e\n\n\u003cdiv class=\"feature-row\"\u003e\n\u003cdiv class=\"feature-check\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003cstrong\u003e114 pages\u003c\/strong\u003e across 12 complete sections — each one a standalone action plan you can read in any order\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-row\"\u003e\n\u003cdiv class=\"feature-check\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003cstrong\u003ePrioritized checklists throughout\u003c\/strong\u003e — always know exactly what to do next, with no decision fatigue\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-row\"\u003e\n\u003cdiv class=\"feature-check\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003cstrong\u003eSimple, realistic strategies\u003c\/strong\u003e — designed for real families, real homes, and real budgets\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-row\"\u003e\n\u003cdiv class=\"feature-check\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003cstrong\u003eMaster Preparedness Checklist\u003c\/strong\u003e — a complete printable reference covering every key action across all 12 sections\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-row\"\u003e\n\u003cdiv class=\"feature-check\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003cstrong\u003eThe 90-Day Resilience Roadmap\u003c\/strong\u003e — a phased action plan to family preparedness with a simple, practical budget guide\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-row\"\u003e\n\u003cdiv class=\"feature-check\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003cstrong\u003eSpiral-bound for practical use\u003c\/strong\u003e — lies flat while you work through it, fill it in, and return to it\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-row\"\u003e\n\u003cdiv class=\"feature-check\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003cstrong\u003eFree digital companion resources\u003c\/strong\u003e — the Master Preparedness Checklist PDF is included with your purchase\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"pathways-block\"\u003e\n\u003cdiv class=\"pathways-label\"\u003eThree ways to read this book\u003c\/div\u003e\n\u003cdiv class=\"pathways-row\"\u003e\n\n\u003cdiv class=\"pathway\"\u003e\n\u003cdiv class=\"pathway-icon\"\u003e📖\u003c\/div\u003e\n\u003cdiv class=\"pathway-title\"\u003eCover to Cover\u003c\/div\u003e\n\u003cdiv class=\"pathway-desc\"\u003eBuild knowledge progressively — people first, then essentials, connection, and your roadmap\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pathway\"\u003e\n\u003cdiv class=\"pathway-icon\"\u003e🎯\u003c\/div\u003e\n\u003cdiv class=\"pathway-title\"\u003eYour Priority First\u003c\/div\u003e\n\u003cdiv class=\"pathway-desc\"\u003eJump straight to the section that matters most right now — every chapter is a complete standalone plan\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pathway\"\u003e\n\u003cdiv class=\"pathway-icon\"\u003e✅\u003c\/div\u003e\n\u003cdiv class=\"pathway-title\"\u003eChecklists First\u003c\/div\u003e\n\u003cdiv class=\"pathway-desc\"\u003eStart with the Master Checklist to find your gaps, then read the relevant sections to close them\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"divider-row\"\u003e\u003cspan class=\"divider-pill\"\u003eThe complete preparedness system\u003c\/span\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"closing\"\u003e\n\u003ch2\u003eStart small. Build confidence. Feel better.\u003c\/h2\u003e\n\u003cp\u003eYou don’t need to do everything at once. Just take the first step, then the next.\u003c\/p\u003e\n\u003cp\u003eThe more prepared you feel at home, the more calm and confident everything else becomes.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eReady, not worried—this is where it starts.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"brand-footer\"\u003e\u003ca href=\"https:\/\/readyfamilyplanner.com\" class=\"brand-link\" target=\"_blank\"\u003ereadyfamilyplanner.com\u003c\/a\u003e\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Ready family planner","offers":[{"title":"E-Book","offer_id":53599923372396,"sku":null,"price":19.86,"currency_code":"USD","in_stock":true},{"title":"PaperBack","offer_id":53599918948716,"sku":null,"price":24.98,"currency_code":"USD","in_stock":false},{"title":"Spiral Bound","offer_id":53599923339628,"sku":null,"price":34.98,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0985\/8606\/7308\/files\/4.jpg?v=1777561235"}],"url":"https:\/\/readyfamilyplanner.com\/collections\/frontpage.oembed","provider":"Ready Family Planner","version":"1.0","type":"link"}