{"product_id":"kid-friendly-emergency-guide","title":"Kid-Friendly Emergency Guide","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  --sand:          #e8e2d5;\n  --amber-pale:    #fef8ec;\n  --amber-border:  #e8d5a0;\n  --sky-pale:      #f0f7fb;\n  --sky-border:    #b8d8ea;\n  --blush-pale:    #fdf4f4;\n  --blush-border:  #e8c8c8;\n  --star-gold:     #c8860a;\n  --star-pale:     #fef3d8;\n  --star-border:   #f0d080;\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.hero-age-badge {\n  display: inline-block;\n  margin-top: 14px;\n  background: var(--star-pale);\n  border: 1px solid var(--star-border);\n  border-radius: 20px;\n  padding: 5px 14px;\n  font-size: 12px;\n  font-weight: 700;\n  color: var(--star-gold);\n  letter-spacing: 0.06em;\n}\n\n\/* ── Parent note hook ─────────────────────────────────────────── *\/\n.parent-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.parent-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.parent-hook p {\n  font-family: 'Playfair Display', serif;\n  font-size: 18px;\n  font-style: italic;\n  color: var(--green-sage);\n  line-height: 1.65;\n  position: relative;\n  z-index: 1;\n}\n\n.parent-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: 17px;\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\/* ── Research note ────────────────────────────────────────────── *\/\n.research-note {\n  background: var(--sky-pale);\n  border: 1px solid var(--sky-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.research-icon { font-size: 18px; flex-shrink: 0; margin-top: 2px; }\n\n.research-note p {\n  font-size: 14px;\n  color: #1a3040;\n  line-height: 1.65;\n}\n\n\/* ── Topics grid ──────────────────────────────────────────────── *\/\n.topics-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.topics-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.topics-label::after {\n  content: '';\n  flex: 1;\n  height: 1px;\n  background: var(--green-sage);\n}\n\n.topics-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 8px;\n}\n\n.topic-item {\n  background: var(--white);\n  border: 1px solid var(--border-light);\n  border-radius: 7px;\n  padding: 10px 14px;\n  display: flex;\n  align-items: center;\n  gap: 10px;\n}\n\n.topic-icon {\n  font-size: 18px;\n  flex-shrink: 0;\n  line-height: 1;\n}\n\n.topic-name {\n  font-size: 13.5px;\n  font-weight: 600;\n  color: var(--green-dark);\n  line-height: 1.3;\n}\n\n\/* ── Parent guide strip ───────────────────────────────────────── *\/\n.parent-guide {\n  background: var(--sand);\n  border: 1px solid var(--border);\n  border-radius: 10px;\n  padding: 24px 28px;\n  margin: 16px 0;\n}\n\n.parent-guide-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: 16px;\n  display: flex;\n  align-items: center;\n  gap: 10px;\n}\n\n.parent-guide-label::after {\n  content: '';\n  flex: 1;\n  height: 1px;\n  background: var(--border);\n}\n\n.guide-steps {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 10px;\n}\n\n.guide-step {\n  background: var(--white);\n  border: 1px solid var(--border-light);\n  border-radius: 7px;\n  padding: 12px 16px;\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n}\n\n.guide-step-icon { font-size: 18px; flex-shrink: 0; margin-top: 1px; }\n\n.guide-step-text {\n  font-size: 13px;\n  color: var(--text-muted);\n  line-height: 1.55;\n}\n\n.guide-step-text strong {\n  display: block;\n  color: var(--green-dark);\n  font-size: 13.5px;\n  margin-bottom: 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; 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\/* ── Tone note ────────────────────────────────────────────────── *\/\n.tone-note {\n  background: var(--blush-pale);\n  border: 1px solid var(--blush-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.tone-icon { font-size: 18px; flex-shrink: 0; margin-top: 1px; }\n\n.tone-note p {\n  font-size: 14px;\n  color: #3a1a1a;\n  line-height: 1.65;\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.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 * { 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\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 \u0026amp; Keep · 8 Pages\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eMy Emergency Guide\u003cbr\u003e\u003cspan style=\"font-size: 22px; font-weight: 400; font-style: italic;\"\u003eStay Safe, Stay Smart!\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-tagline\"\u003eA gentle storybook-style safety guide your child can understand, practice, and keep\u003c\/p\u003e\n\u003cspan class=\"hero-age-badge\"\u003e⭐ For Kids · Ages 4–8\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- ── Parent hook ────────────────────────────────────────────── --\u003e\n\u003cdiv class=\"parent-hook\"\u003e\n\u003cp\u003eHelping children feel prepared starts with simple words, calm practice, and \u003cstrong\u003ea plan they can remember\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── Hook ──────────────────────────────────────────────────── --\u003e\n\u003cdiv class=\"hook\"\u003e\n\u003cp\u003eTeaching young children about safety can feel delicate. You want them to know what to do, but you also want the conversation to feel calm, reassuring, and age-appropriate.\u003c\/p\u003e\n\u003cspan class=\"pull\"\u003eThis guide helps you turn important safety lessons into simple, confidence-building steps your child can understand and practise with you.\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eMy Emergency Guide\u003c\/strong\u003e is a gentle, storybook-style PDF designed for children aged 4–8. It introduces everyday safety topics — like getting lost, fire safety, power cuts, safe adults, and home routines — in simple language a young child can remember and act on.\u003c\/p\u003e\n\u003cp\u003eRead it together, fill it in together, and practise together. The goal is confidence, not fear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── Research note ──────────────────────────────────────────── --\u003e\n\u003cdiv class=\"research-note\"\u003e\n\u003cdiv class=\"research-icon\"\u003e📖\u003c\/div\u003e\n\u003cp\u003eThis guide is designed to be read aloud with your child — not handed to them alone. The parent notes page at the front helps you introduce each topic calmly, practise as a game, and revisit the guide as your child grows.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── Topics ─────────────────────────────────────────────────── --\u003e\n\u003cdiv class=\"topics-block\"\u003e\n\u003cdiv class=\"topics-label\"\u003eWhat the guide covers\u003c\/div\u003e\n\u003cdiv class=\"topics-grid\"\u003e\n\u003cdiv class=\"topic-item\"\u003e\n\u003cdiv class=\"topic-icon\"\u003e👨👩👧\u003c\/div\u003e\n\u003cdiv class=\"topic-name\"\u003eMy Family Information \u0026amp; Phone Numbers\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"topic-item\"\u003e\n\u003cdiv class=\"topic-icon\"\u003e🔍\u003c\/div\u003e\n\u003cdiv class=\"topic-name\"\u003eIf I Get Lost — Safe Adults \u0026amp; What to Say\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"topic-item\"\u003e\n\u003cdiv class=\"topic-icon\"\u003e🔥\u003c\/div\u003e\n\u003cdiv class=\"topic-name\"\u003eFire Safety — Get Low, Get Out \u0026amp; Get Help\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"topic-item\"\u003e\n\u003cdiv class=\"topic-icon\"\u003e⛈\u003c\/div\u003e\n\u003cdiv class=\"topic-name\"\u003eStorms, Power Cuts \u0026amp; Big Feelings\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"topic-item\"\u003e\n\u003cdiv class=\"topic-icon\"\u003e🏠\u003c\/div\u003e\n\u003cdiv class=\"topic-name\"\u003eIf I Am Home Alone — Simple Safety Rules\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"topic-item\"\u003e\n\u003cdiv class=\"topic-icon\"\u003e🛡\u003c\/div\u003e\n\u003cdiv class=\"topic-name\"\u003eSafe Adults \u0026amp; Warning Signs\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"topic-item\"\u003e\n\u003cdiv class=\"topic-icon\"\u003e🎒\u003c\/div\u003e\n\u003cdiv class=\"topic-name\"\u003eMy Important Things — Quick Grab List\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"topic-item\"\u003e\n\u003cdiv class=\"topic-icon\"\u003e🐾\u003c\/div\u003e\n\u003cdiv class=\"topic-name\"\u003ePet Safety \u0026amp; My Family Plan\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Parent guide ───────────────────────────────────────────── --\u003e\n\u003cdiv class=\"parent-guide\"\u003e\n\u003cdiv class=\"parent-guide-label\"\u003eBuilt-in parent \u0026amp; carer guide\u003c\/div\u003e\n\u003cdiv class=\"guide-steps\"\u003e\n\u003cdiv class=\"guide-step\"\u003e\n\u003cdiv class=\"guide-step-icon\"\u003e📚\u003c\/div\u003e\n\u003cdiv class=\"guide-step-text\"\u003e\n\u003cstrong\u003eRead together first\u003c\/strong\u003eSit down and explore each page together in a calm, reassuring way\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-step\"\u003e\n\u003cdiv class=\"guide-step-icon\"\u003e✏️\u003c\/div\u003e\n\u003cdiv class=\"guide-step-text\"\u003e\n\u003cstrong\u003eFill it in together\u003c\/strong\u003eComplete the family information page and help them learn one important phone number\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-step\"\u003e\n\u003cdiv class=\"guide-step-icon\"\u003e🎮\u003c\/div\u003e\n\u003cdiv class=\"guide-step-text\"\u003e\n\u003cstrong\u003ePractise as a game\u003c\/strong\u003eUse pretend drills, simple questions, and playful practice to help the learning stick\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guide-step\"\u003e\n\u003cdiv class=\"guide-step-icon\"\u003e🔄\u003c\/div\u003e\n\u003cdiv class=\"guide-step-text\"\u003e\n\u003cstrong\u003eReview as they grow\u003c\/strong\u003eUnderstanding grows over time — revisit the guide as your child gets older\u003c\/div\u003e\n\u003c\/div\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\u003e8 print-ready pages\u003c\/strong\u003e — clean, friendly layout designed for young children to follow and fill in by hand\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\u003e8 simple safety topics covered\u003c\/strong\u003e — from getting lost and fire safety to safe adults, power cuts, pets, and home routines\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\u003eMy Family Information page\u003c\/strong\u003e — fillable section for names, phone numbers, meeting spot, and trusted contacts\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\u003eSafe Adults \u0026amp; Warning Signs\u003c\/strong\u003e — age-appropriate guidance to help children understand who can help and when to ask\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\u003ePractice prompts throughout\u003c\/strong\u003e — built-in activities your child can do with you to make the learning feel natural\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\u003eFull parent \u0026amp; carer guide\u003c\/strong\u003e — explains how to introduce each topic gently, set the right tone, and revisit as they grow\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── Tone note ──────────────────────────────────────────────── --\u003e\n\u003cdiv class=\"tone-note\"\u003e\n\u003cdiv class=\"tone-icon\"\u003e❤️\u003c\/div\u003e\n\u003cp\u003eEvery page is written to build \u003cstrong\u003econfidence, not fear\u003c\/strong\u003e. The language is calm, simple, and empowering. Children are reminded throughout: you are brave, you are smart, and you can always ask for help.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider-row\"\u003e\u003cspan class=\"divider-pill\"\u003ePart of the complete preparedness system\u003c\/span\u003e\u003c\/div\u003e\n\u003c!-- ── Companion callout ──────────────────────────────────────── --\u003e\n\u003cdiv class=\"companion\"\u003e\n\u003cp\u003eThis guide is part of the Ready Family Planner system — created to help every member of your household feel more calm, capable, and prepared. Pair it with the \u003cstrong\u003eFamily Resilience Scorecard\u003c\/strong\u003e to understand your household’s readiness, or use the \u003cstrong\u003eMaster Preparedness Checklist\u003c\/strong\u003e to build your complete family plan.\u003c\/p\u003e\n\u003cp\u003ePrepared feels better — for parents, children, and the whole family.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ── Brand footer ───────────────────────────────────────────── --\u003e\n\u003cdiv class=\"brand-footer\"\u003e\u003ca class=\"brand-link\" href=\"https:\/\/readyfamilyplanner.com\" 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":53626668712300,"sku":null,"price":4.86,"currency_code":"USD","in_stock":true},{"title":"Letter 8.5 X 11 inches","offer_id":53626668745068,"sku":null,"price":4.86,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0985\/8606\/7308\/files\/Kids_Guide_Page1.jpg?v=1776395001","url":"https:\/\/readyfamilyplanner.com\/products\/kid-friendly-emergency-guide","provider":"Ready Family Planner","version":"1.0","type":"link"}