{"product_id":"master-checklist","title":"Master Checklist","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  --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\/* ── Layout wrapper ───────────────────────────────────────────── *\/\n.product-desc {\n  max-width: 780px;\n  margin: 0 auto;\n  padding: 0;\n}\n\n\/* ── Hero band ────────────────────────────────────────────────── *\/\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\/* Subtle circle decoration *\/\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-family: 'Source Sans 3', sans-serif;\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\/* ── Hook section ─────────────────────────────────────────────── *\/\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 .highlight {\n  font-family: 'Playfair Display', serif;\n  font-size: 20px;\n  font-style: italic;\n  color: var(--green-dark);\n  font-weight: 400;\n  display: block;\n  margin: 4px 0 16px;\n  padding-left: 16px;\n  border-left: 3px solid var(--green-sage);\n}\n\n\/* ── Body paragraph ───────────────────────────────────────────── *\/\n.body-text {\n  padding: 20px 0 4px;\n}\n\n.body-text p {\n  font-size: 15.5px;\n  color: var(--text-body);\n  line-height: 1.75;\n  margin-bottom: 12px;\n}\n\n.body-text strong { color: var(--text-dark); }\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\/* ── 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-family: 'Source Sans 3', sans-serif;\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\/* ── 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::after {\n  content: '';\n  position: absolute;\n  bottom: -50px; right: 40px;\n  width: 80px; height: 80px;\n  border-radius: 50%;\n  background: rgba(255,255,255,0.04);\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 {\n  color: #ffffff;\n}\n\n.companion em {\n  color: var(--green-light);\n  font-style: italic;\n}\n\n\/* ── Divider pill ─────────────────────────────────────────────── *\/\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\/* ── Section count strip ──────────────────────────────────────── *\/\n.section-strip {\n  background: var(--sand);\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\/* ── Footer brand line ────────────────────────────────────────── *\/\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.12s; }\n.product-desc \u003e *:nth-child(3) { animation-delay: 0.18s; }\n.product-desc \u003e *:nth-child(4) { animation-delay: 0.24s; }\n.product-desc \u003e *:nth-child(5) { animation-delay: 0.30s; }\n.product-desc \u003e *:nth-child(6) { animation-delay: 0.36s; }\n.product-desc \u003e *:nth-child(7) { animation-delay: 0.40s; }\n.product-desc \u003e *:nth-child(8) { animation-delay: 0.44s; }\n.product-desc \u003e *:nth-child(9) { animation-delay: 0.48s; }\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\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eMaster Preparedness Checklist\u003c\/h1\u003e\n\u003cp class=\"hero-tagline\"\u003eThe complete family preparedness reference — 15 pages, 12 sections, one plan that works\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── Hook ──────────────────────────────────────────────────── --\u003e\n\u003cdiv class=\"hook\"\u003e\n\u003cp\u003eMost families aren't prepared. Not because they don't care — but because nobody has ever handed them a clear, complete list of exactly what to do.\u003c\/p\u003e\n\u003cspan class=\"highlight\"\u003eThis is that list.\u003c\/span\u003e\n\u003cp\u003eThe \u003cstrong\u003eMaster Preparedness Checklist\u003c\/strong\u003e covers all 12 areas of family resilience — from mental health and evacuation planning to water storage, food supplies, solar power, home security, first aid, and financial preparedness. Every action is broken into grouped tick-box steps so you always know exactly where you stand and what to tackle next.\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\u003eWhen something goes wrong, you won't have time to figure it out. You need a plan that's already in place.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── Section pills ─────────────────────────────────────────── --\u003e\n\u003cdiv class=\"section-strip\"\u003e\n\u003cdiv class=\"strip-label\"\u003e12 sections covered\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 get\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\u003e15 print-ready Letter-size pages\u003c\/strong\u003e — clean, no-fuss layout designed to print 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\u003e12 fully detailed sections\u003c\/strong\u003e with grouped tick-box action steps for every area of family resilience\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 on every section\u003c\/strong\u003e — record dates, quantities, supplier details, and reminders 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\u003ePreparedness Tracker\u003c\/strong\u003e — see your progress across all 12 areas at a glance\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\u003eInstant download\u003c\/strong\u003e — use it straight away, or keep one at home, one in your go-bag, one off-site\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 is the companion resource to \u003cem\u003eWhat Happens to Your Family When the System Fails?\u003c\/em\u003e — and it's \u003cstrong\u003eincluded free\u003c\/strong\u003e when you purchase the book.\u003c\/p\u003e\n\u003cp\u003eNot ready for the full book yet? Get the checklist on its own and start building your family's resilience today.\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":"Letter 8.5 X 11 inches","offer_id":53626652721516,"sku":null,"price":12.98,"currency_code":"USD","in_stock":true},{"title":"A4 210 x 297 mm","offer_id":53626652754284,"sku":null,"price":12.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0985\/8606\/7308\/files\/covers_Book_scorecard.jpg?v=1777564598","url":"https:\/\/readyfamilyplanner.com\/products\/master-checklist","provider":"Ready Family Planner","version":"1.0","type":"link"}