{"product_id":"family-resilience-scorecard","title":"Family Resilience Scorecard","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\/* ── Reset \u0026 base ─────────────────────────────────────────────── *\/\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:         #f5f0e8;\n  --cream-mid:     #ede8de;\n  --cream-warm:    #faf7f2;\n  --sand:          #e8e2d5;\n  --amber-pale:    #fef8ec;\n  --amber-mid:     #fdf0d0;\n  --amber-border:  #e8d5a0;\n  --score-bg:      #f0f7ee;\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.hero {\n  background: var(--green-pale);\n  border: 1px solid var(--green-sage);\n  border-radius: 12px;\n  padding: 36px 40px 32px;\n  margin-bottom: 6px;\n  position: relative;\n  overflow: hidden;\n}\n\n.hero::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0;\n  width: 5px; height: 100%;\n  background: var(--green-primary);\n  border-radius: 12px 0 0 12px;\n}\n\n.hero::after {\n  content: '';\n  position: absolute;\n  top: -40px; right: -40px;\n  width: 160px; height: 160px;\n  border-radius: 50%;\n  border: 1.5px solid var(--green-sage);\n  opacity: 0.5;\n  pointer-events: none;\n}\n\n.hero-eyebrow {\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.18em;\n  text-transform: uppercase;\n  color: var(--green-mid);\n  margin-bottom: 10px;\n}\n\n.hero-title {\n  font-family: 'Playfair Display', serif;\n  font-size: 32px;\n  font-weight: 900;\n  color: var(--green-dark);\n  line-height: 1.15;\n  margin-bottom: 8px;\n}\n\n.hero-tagline {\n  font-family: 'Playfair Display', serif;\n  font-size: 15px;\n  font-style: italic;\n  color: var(--green-primary);\n  line-height: 1.5;\n}\n\n\/* ── Question hook ────────────────────────────────────────────── *\/\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.05);\n}\n\n.question-hook p {\n  font-family: 'Playfair Display', serif;\n  font-size: 20px;\n  font-style: italic;\n  color: var(--green-sage);\n  line-height: 1.6;\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 \/ body ──────────────────────────────────────────────── *\/\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: 18px;\n  font-style: italic;\n  color: var(--green-dark);\n  display: block;\n  margin: 8px 0 16px;\n  padding-left: 16px;\n  border-left: 3px solid var(--green-sage);\n}\n\n\/* ── Score overview band ──────────────────────────────────────── *\/\n.score-band {\n  background: var(--score-bg);\n  border: 1px solid var(--green-sage);\n  border-radius: 10px;\n  padding: 24px 32px;\n  margin: 16px 0;\n}\n\n.score-band-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.score-band-label::after {\n  content: '';\n  flex: 1;\n  height: 1px;\n  background: var(--green-sage);\n}\n\n.score-levels {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 8px;\n}\n\n.score-level {\n  background: var(--white);\n  border: 1px solid var(--border-light);\n  border-radius: 8px;\n  padding: 12px 16px;\n  display: flex;\n  align-items: flex-start;\n  gap: 12px;\n}\n\n.score-badge {\n  background: var(--green-primary);\n  color: var(--white);\n  font-size: 11px;\n  font-weight: 700;\n  padding: 3px 8px;\n  border-radius: 20px;\n  white-space: nowrap;\n  flex-shrink: 0;\n  margin-top: 2px;\n}\n\n.score-level-title {\n  font-size: 13px;\n  font-weight: 700;\n  color: var(--green-dark);\n  line-height: 1.3;\n}\n\n.score-level-desc {\n  font-size: 12px;\n  color: var(--text-muted);\n  line-height: 1.5;\n  margin-top: 2px;\n}\n\n\/* ── What you get ─────────────────────────────────────────────── *\/\n.features-block {\n  background: var(--green-pale);\n  border: 1px solid var(--green-sage);\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(--green-primary);\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(--green-sage);\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(--green-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;\n  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 {\n  font-size: 14.5px;\n  color: var(--text-body);\n  line-height: 1.6;\n}\n\n.feature-text strong { color: var(--green-dark); }\n\n\/* ── How it works ─────────────────────────────────────────────── *\/\n.how-block {\n  background: var(--sand);\n  border: 1px solid var(--border);\n  border-radius: 10px;\n  padding: 24px 32px;\n  margin: 16px 0;\n}\n\n.how-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: 16px;\n  display: flex;\n  align-items: center;\n  gap: 10px;\n}\n\n.how-label::after {\n  content: '';\n  flex: 1;\n  height: 1px;\n  background: var(--border);\n}\n\n.how-steps {\n  display: flex;\n  gap: 0;\n  position: relative;\n}\n\n.how-step {\n  flex: 1;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  text-align: center;\n  position: relative;\n  padding: 0 12px;\n}\n\n\/* connector line between steps *\/\n.how-step:not(:last-child)::after {\n  content: '';\n  position: absolute;\n  top: 15px;\n  right: -6px;\n  width: 12px;\n  height: 1px;\n  background: var(--green-sage);\n}\n\n.step-num {\n  width: 30px;\n  height: 30px;\n  border-radius: 50%;\n  background: var(--green-primary);\n  color: var(--white);\n  font-size: 13px;\n  font-weight: 700;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-bottom: 8px;\n  flex-shrink: 0;\n}\n\n.step-text {\n  font-size: 12.5px;\n  color: var(--text-muted);\n  line-height: 1.5;\n}\n\n.step-text strong {\n  display: block;\n  color: var(--green-dark);\n  font-size: 13px;\n  margin-bottom: 2px;\n}\n\n\/* ── Section grid ─────────────────────────────────────────────── *\/\n.section-strip {\n  background: var(--cream);\n  border: 1px solid var(--border);\n  border-radius: 10px;\n  padding: 20px 28px;\n  margin: 16px 0;\n}\n\n.strip-label {\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.16em;\n  text-transform: uppercase;\n  color: var(--text-light);\n  margin-bottom: 14px;\n}\n\n.section-pills {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 7px;\n}\n\n.section-pill {\n  background: var(--white);\n  border: 1px solid var(--border);\n  border-radius: 20px;\n  padding: 4px 12px;\n  font-size: 12px;\n  font-weight: 600;\n  color: var(--text-body);\n  display: flex;\n  align-items: center;\n  gap: 6px;\n}\n\n.pill-dot {\n  width: 7px;\n  height: 7px;\n  border-radius: 50%;\n  flex-shrink: 0;\n}\n\n\/* ── Consequence strip ────────────────────────────────────────── *\/\n.consequence {\n  background: var(--amber-pale);\n  border: 1px solid var(--amber-border);\n  border-radius: 8px;\n  padding: 16px 22px;\n  margin: 16px 0;\n  display: flex;\n  align-items: flex-start;\n  gap: 12px;\n}\n\n.consequence-icon {\n  font-size: 18px;\n  flex-shrink: 0;\n  margin-top: 1px;\n}\n\n.consequence p {\n  font-size: 14.5px;\n  color: #5a4000;\n  line-height: 1.6;\n  font-style: italic;\n}\n\n\/* ── Companion callout ────────────────────────────────────────── *\/\n.companion {\n  background: var(--green-primary);\n  border-radius: 10px;\n  padding: 26px 32px;\n  margin: 16px 0;\n  position: relative;\n  overflow: hidden;\n}\n\n.companion::before {\n  content: '';\n  position: absolute;\n  bottom: -30px; right: -30px;\n  width: 120px; height: 120px;\n  border-radius: 50%;\n  background: rgba(255,255,255,0.06);\n}\n\n.companion p {\n  font-size: 15px;\n  color: var(--green-sage);\n  line-height: 1.7;\n  position: relative;\n  z-index: 1;\n}\n\n.companion p + p { margin-top: 10px; }\n\n.companion strong { color: #ffffff; }\n.companion em { color: var(--green-light); font-style: italic; }\n\n\/* ── Divider ──────────────────────────────────────────────────── *\/\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.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\/* ── Animations ───────────────────────────────────────────────── *\/\n@keyframes fadeUp {\n  from { opacity: 0; transform: translateY(12px); }\n  to   { opacity: 1; transform: translateY(0); }\n}\n\n.product-desc \u003e * {\n  animation: fadeUp 0.45s ease both;\n}\n\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.30s; }\n.product-desc \u003e *:nth-child(7)  { animation-delay: 0.34s; }\n.product-desc \u003e *:nth-child(8)  { animation-delay: 0.38s; }\n.product-desc \u003e *:nth-child(9)  { animation-delay: 0.42s; }\n.product-desc \u003e *:nth-child(10) { animation-delay: 0.46s; }\n\n\u003c\/style\u003e\n\u003cdiv class=\"product-desc\"\u003e\n\u003c!-- ── Hero ──────────────────────────────────────────────────── --\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"hero-eyebrow\"\u003eDigital Download · Instant PDF · Print-Ready · 6 Pages\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eFamily Resilience Scorecard\u003c\/h1\u003e\n\u003cp class=\"hero-tagline\"\u003eGently assess your household · Notice what's missing · Build confidence over time\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── Opening question ───────────────────────────────────────── --\u003e\n\u003cdiv class=\"question-hook\"\u003e\n\u003cp\u003eIf the power went out for a few days… \u003cstrong\u003ewould your family be okay?\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── Hook ──────────────────────────────────────────────────── --\u003e\n\u003cdiv class=\"hook\"\u003e\n\u003cp\u003eMost families already have some things in place — along with a few quiet gaps they haven't noticed yet. The \u003cstrong\u003eFamily Resilience Scorecard\u003c\/strong\u003e offers a calm, clear way to see where your household stands across 12 areas of everyday preparedness, in about 20 minutes.\u003c\/p\u003e\n\u003cspan class=\"pull\"\u003eAdd 1 point for each item you already have in place. Over time, you can gently work toward a full 60\/60.\u003c\/span\u003e\n\u003cp\u003eThis isn't a test — it's a simple check-in. Each section includes 5 practical, easy-to-understand prompts: small things you either have in place or can build toward. There's also space to note ideas, next steps, or reminders as you go. No pressure. Just clarity and direction.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── Consequence ───────────────────────────────────────────── --\u003e\n\u003cdiv class=\"consequence\"\u003e\n\u003cdiv class=\"consequence-icon\"\u003e🌱\u003c\/div\u003e\n\u003cp\u003eMost families see small, steady improvements when they revisit the scorecard regularly. Using it every 90 days helps you build confidence step by step, without overwhelm.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── How it works ───────────────────────────────────────────── --\u003e\n\u003cdiv class=\"how-block\"\u003e\n\u003cdiv class=\"how-label\"\u003eHow it works\u003c\/div\u003e\n\u003cdiv class=\"how-steps\"\u003e\n\u003cdiv class=\"how-step\"\u003e\n\u003cdiv class=\"step-num\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eReview each section\u003c\/strong\u003eGently note what's already in place\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"how-step\"\u003e\n\u003cdiv class=\"step-num\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eUse the notes column\u003c\/strong\u003eWrite down simple next steps or ideas\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"how-step\"\u003e\n\u003cdiv class=\"step-num\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eUnderstand your result\u003c\/strong\u003eSee where you are and what matters most next\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"how-step\"\u003e\n\u003cdiv class=\"step-num\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eRevisit over time\u003c\/strong\u003eTrack your progress at your own pace\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Score levels ───────────────────────────────────────────── --\u003e\n\u003cdiv class=\"score-band\"\u003e\n\u003cdiv class=\"score-band-label\"\u003eYour score — what it reflects\u003c\/div\u003e\n\u003cdiv class=\"score-levels\"\u003e\n\u003cdiv class=\"score-level\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"score-badge\"\u003e0 – 9\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"score-level-title\"\u003eFoundations\u003c\/div\u003e\n\u003cdiv class=\"score-level-desc\"\u003eBegin with simple, no-cost steps — conversations, a shared plan, and clear meeting points\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"score-level\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"score-badge\"\u003e10 – 19\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"score-level-title\"\u003eBuilding\u003c\/div\u003e\n\u003cdiv class=\"score-level-desc\"\u003eStart adding basics — water, a few days of food, and simple go-bags\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"score-level\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"score-badge\"\u003e20 – 34\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"score-level-title\"\u003eProgressing\u003c\/div\u003e\n\u003cdiv class=\"score-level-desc\"\u003eExtend your comfort — longer supplies and small systems that support daily life\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"score-level\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"score-badge\"\u003e35 – 49\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"score-level-title\"\u003eResilient\u003c\/div\u003e\n\u003cdiv class=\"score-level-desc\"\u003eA strong, steady household — refine systems and consider sharing knowledge with others\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"grid-column: 1 \/ -1;\" class=\"score-level\"\u003e\n\u003cdiv\u003e\n\u003cdiv style=\"background: var(--green-mid);\" class=\"score-badge\"\u003e50 – 60\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"score-level-title\"\u003ePrepared\u003c\/div\u003e\n\u003cdiv class=\"score-level-desc\"\u003eA well-rounded system across all areas — focus on maintaining and revisiting over time\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Section pills ─────────────────────────────────────────── --\u003e\n\u003cdiv class=\"section-strip\"\u003e\n\u003cdiv class=\"strip-label\"\u003eAll 12 areas covered — 5 prompts each\u003c\/div\u003e\n\u003cdiv class=\"section-pills\"\u003e\n\u003cspan class=\"section-pill\"\u003e\u003cspan style=\"background: #3a6b5e;\" class=\"pill-dot\"\u003e\u003c\/span\u003eMental Health\u003c\/span\u003e \u003cspan class=\"section-pill\"\u003e\u003cspan style=\"background: #7a5230;\" class=\"pill-dot\"\u003e\u003c\/span\u003eTransport\u003c\/span\u003e \u003cspan class=\"section-pill\"\u003e\u003cspan style=\"background: #2e6685;\" class=\"pill-dot\"\u003e\u003c\/span\u003eWater\u003c\/span\u003e \u003cspan class=\"section-pill\"\u003e\u003cspan style=\"background: #5e7a2e;\" class=\"pill-dot\"\u003e\u003c\/span\u003eFood Storage\u003c\/span\u003e \u003cspan class=\"section-pill\"\u003e\u003cspan style=\"background: #7a4a5e;\" class=\"pill-dot\"\u003e\u003c\/span\u003eHydroponics\u003c\/span\u003e \u003cspan class=\"section-pill\"\u003e\u003cspan style=\"background: #a07018;\" class=\"pill-dot\"\u003e\u003c\/span\u003eSolar Power\u003c\/span\u003e \u003cspan class=\"section-pill\"\u003e\u003cspan style=\"background: #3a5e7a;\" class=\"pill-dot\"\u003e\u003c\/span\u003eCommunication\u003c\/span\u003e \u003cspan class=\"section-pill\"\u003e\u003cspan style=\"background: #6b3a3a;\" class=\"pill-dot\"\u003e\u003c\/span\u003eHome Security\u003c\/span\u003e \u003cspan class=\"section-pill\"\u003e\u003cspan style=\"background: #2e7a5e;\" class=\"pill-dot\"\u003e\u003c\/span\u003eFirst Aid\u003c\/span\u003e \u003cspan class=\"section-pill\"\u003e\u003cspan style=\"background: #5e4a7a;\" class=\"pill-dot\"\u003e\u003c\/span\u003eBanking\u003c\/span\u003e \u003cspan class=\"section-pill\"\u003e\u003cspan style=\"background: #7a6b2e;\" class=\"pill-dot\"\u003e\u003c\/span\u003ePets\u003c\/span\u003e \u003cspan class=\"section-pill\"\u003e\u003cspan style=\"background: #2d5a27;\" class=\"pill-dot\"\u003e\u003c\/span\u003e90-Day Roadmap\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── What you get ───────────────────────────────────────────── --\u003e\n\u003cdiv class=\"features-block\"\u003e\n\u003cdiv class=\"features-label\"\u003eWhat you receive\u003c\/div\u003e\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\u003e6 print-ready pages\u003c\/strong\u003e — a clean, simple layout designed for easy use at home\u003c\/div\u003e\n\u003c\/div\u003e\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\u003e60 guided prompts across 12 areas\u003c\/strong\u003e — practical, easy-to-follow questions\u003c\/div\u003e\n\u003c\/div\u003e\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\u003eNotes space in every section\u003c\/strong\u003e — capture ideas and next steps as you go\u003c\/div\u003e\n\u003c\/div\u003e\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\u003e5-level guidance system\u003c\/strong\u003e — helps you understand where you are and what to focus on next\u003c\/div\u003e\n\u003c\/div\u003e\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\u003eQuick wins page\u003c\/strong\u003e — small, approachable steps you can take right away\u003c\/div\u003e\n\u003c\/div\u003e\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\u003eDesigned for ongoing use\u003c\/strong\u003e — revisit every few months and notice your progress over time\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider-row\"\u003e\u003cspan class=\"divider-pill\"\u003eCompanion resource\u003c\/span\u003e\u003c\/div\u003e\n\u003c!-- ── Companion callout ──────────────────────────────────────── --\u003e\n\u003cdiv class=\"companion\"\u003e\n\u003cp\u003eThis scorecard pairs with \u003cem\u003eThe Ready Family Planner\u003c\/em\u003e — a complete 12-section preparedness guide. Use the scorecard to gently identify gaps, then use the book to explore solutions at your own pace.\u003c\/p\u003e\n\u003cp\u003eIf you don't have the book yet, the scorecard still works beautifully on its own — helping you take thoughtful, steady steps forward.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── Brand footer ───────────────────────────────────────────── --\u003e\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\u003c\/div\u003e","brand":"Ready family planner","offers":[{"title":"A4 210 x 297 mm","offer_id":53626621493612,"sku":null,"price":7.95,"currency_code":"USD","in_stock":true},{"title":"Letter 8.5 X 11 inches","offer_id":53626621526380,"sku":null,"price":7.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0985\/8606\/7308\/files\/scorecard_cover.jpg?v=1777563304","url":"https:\/\/readyfamilyplanner.com\/products\/family-resilience-scorecard","provider":"Ready Family Planner","version":"1.0","type":"link"}