{"product_id":"phase-2-quiz-page-what-does-your-family-need-most-free-faith-family-quiz","title":"Phase 2 Quiz Page: What Does Your Family Need Most? — Free Faith \u0026 Family Quiz","description":"\u003cbody\u003e\n\u003cp\u003eEvery family has a greatest need — the one area where a little more wisdom, a little more healing, or a little more clarity would change everything. This free 2-minute quiz helps you find yours. Answer 12 honest questions and receive a personalized score across two of the most important areas of family life — navigating AI and technology with your children, and the healing power of forgiveness. Your results will tell you exactly which free guide and 5-day micro course was built for your family's greatest need right now. No guessing. No generic advice. Just the right resource for the right moment. Take the quiz. Claim your free guide. Start today. ✦ Completely free · Instant access · No email required to take the quiz \n\n\u003c\/p\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eWhat Does Your Family Need Most? | Creator Arsenal\u003c\/title\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400\u0026amp;family=Lato:wght@300;400;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --navy: #0d2137;\n    --gold: #c9933a;\n    --gold-light: #e8b86d;\n    --cream: #fdf8f0;\n    --white: #ffffff;\n    --gray: #6b7280;\n    --light: #f5f0e8;\n    --teal: #0F6E56;\n    --teal-mid: #1D9E75;\n    --teal-light: #E1F5EE;\n    --teal-dark: #085041;\n    --plum: #7B3F8C;\n    --plum-mid: #9B59B6;\n    --plum-light: #F5EEF8;\n    --plum-dark: #4A235A;\n    --text: #1a2a3a;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  html { scroll-behavior: smooth; }\n  body { font-family: 'Lato', sans-serif; background: var(--cream); color: var(--text); min-height: 100vh; }\n  .app { max-width: 680px; margin: 0 auto; padding: 40px 20px 80px; }\n  .screen { display: none; }\n  .screen.active { display: block; }\n\n  \/* ── INTRO ── *\/\n  .intro-header { text-align: center; margin-bottom: 40px; }\n  .intro-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; display: block; }\n  .intro-title { font-family: 'Playfair Display', serif; font-size: clamp(30px, 5vw, 46px); font-weight: 900; color: var(--navy); line-height: 1.15; margin-bottom: 16px; }\n  .intro-title em { display: block; font-style: italic; color: var(--gold); font-size: 85%; }\n  .intro-sub { font-size: 17px; color: var(--gray); line-height: 1.8; max-width: 520px; margin: 0 auto 32px; }\n  .gold-divider { width: 48px; height: 2px; background: var(--gold); margin: 24px auto; opacity: 0.6; }\n\n  .what-you-get { background: var(--white); border-radius: 12px; padding: 28px 24px; margin-bottom: 32px; border: 1px solid #e5e0d5; }\n  .wyg-title { font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }\n  .wyg-list { display: flex; flex-direction: column; gap: 10px; }\n  .wyg-item { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; color: var(--text); line-height: 1.5; }\n  .wyg-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); flex-shrink: 0; margin-top: 7px; }\n\n  .products-preview { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 32px; }\n  @media (max-width: 400px) { .products-preview { grid-template-columns: 1fr; } }\n  .prod-chip { border-radius: 10px; padding: 0; overflow: hidden; border: 1.5px solid transparent; transition: border-color 0.2s, transform 0.2s; }\n  .prod-chip:hover { transform: translateY(-3px); }\n  .chip-teal { background: var(--teal-light); border-color: rgba(15,110,86,0.2); }\n  .chip-plum { background: var(--plum-light); border-color: rgba(123,63,140,0.2); }\n  .chip-teal:hover { border-color: var(--teal-mid); }\n  .chip-plum:hover { border-color: var(--plum-mid); }\n  .chip-img { width: 100%; aspect-ratio: 2\/3; object-fit: cover; display: block; }\n  .chip-label { padding: 12px 14px; font-size: 13px; font-weight: 700; line-height: 1.3; }\n  .chip-teal .chip-label { color: var(--teal-dark); }\n  .chip-plum .chip-label { color: var(--plum-dark); }\n\n  .btn-start { display: block; width: 100%; background: var(--navy); color: var(--gold); font-family: 'Playfair Display', serif; font-weight: 700; font-size: 18px; letter-spacing: 1px; padding: 20px 36px; border: none; border-radius: 8px; cursor: pointer; text-align: center; transition: opacity 0.2s, transform 0.15s; box-shadow: 0 6px 24px rgba(13,33,55,0.15); }\n  .btn-start:hover { opacity: 0.9; transform: translateY(-2px); }\n  .quiz-note { text-align: center; margin-top: 12px; font-size: 13px; color: var(--gray); }\n\n  \/* ── QUIZ ── *\/\n  .back-btn { background: none; border: none; cursor: pointer; font-size: 13px; color: var(--gray); padding: 0; margin-bottom: 20px; display: flex; align-items: center; gap: 6px; font-family: 'Lato', sans-serif; transition: color 0.15s; }\n  .back-btn:hover { color: var(--navy); }\n  .progress-wrap { margin-bottom: 24px; }\n  .progress-meta { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }\n  .progress-label { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); }\n  .progress-count { font-size: 12px; color: var(--gray); }\n  .progress-bar { height: 5px; background: var(--light); border-radius: 3px; overflow: hidden; }\n  .progress-fill { height: 100%; background: linear-gradient(90deg, var(--teal-mid), var(--plum-mid)); border-radius: 3px; transition: width 0.4s ease; }\n\n  .section-badge { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; padding: 5px 14px; border-radius: 20px; margin-bottom: 16px; }\n  .badge-tech { background: var(--teal-light); color: var(--teal-dark); }\n  .badge-forgive { background: var(--plum-light); color: var(--plum-dark); }\n  .badge-both { background: #FDF3E7; color: #7D4B00; }\n\n  .question-text { font-family: 'Playfair Display', serif; font-size: clamp(19px, 3vw, 25px); font-weight: 700; color: var(--navy); line-height: 1.45; margin-bottom: 24px; }\n  .options-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }\n  .option-btn { background: var(--white); border: 1.5px solid #e5e0d5; border-radius: 10px; padding: 15px 18px; text-align: left; cursor: pointer; font-family: 'Lato', sans-serif; font-size: 15px; color: var(--text); line-height: 1.5; transition: border-color 0.15s, background 0.15s, transform 0.1s; display: flex; align-items: flex-start; gap: 12px; }\n  .option-btn:hover { border-color: #c9c0b0; transform: translateX(3px); }\n  .option-letter { width: 28px; height: 28px; border-radius: 50%; background: var(--light); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; flex-shrink: 0; margin-top: 1px; color: var(--gray); transition: background 0.15s, color 0.15s; }\n  .option-btn.sel-teal { border-color: var(--teal-mid); background: var(--teal-light); }\n  .option-btn.sel-teal .option-letter { background: var(--teal-mid); color: var(--white); }\n  .option-btn.sel-plum { border-color: var(--plum-mid); background: var(--plum-light); }\n  .option-btn.sel-plum .option-letter { background: var(--plum-mid); color: var(--white); }\n  .option-btn.sel-gold { border-color: var(--gold); background: #FDF6E3; }\n  .option-btn.sel-gold .option-letter { background: var(--gold); color: var(--white); }\n\n  .nav-row { display: flex; justify-content: space-between; align-items: center; gap: 12px; }\n  .btn-prev { font-family: 'Lato', sans-serif; font-weight: 700; font-size: 14px; padding: 12px 24px; border-radius: 6px; cursor: pointer; border: 1.5px solid var(--light); background: var(--white); color: var(--gray); transition: background 0.15s; }\n  .btn-prev:hover { background: var(--light); color: var(--navy); }\n  .btn-next { font-family: 'Lato', sans-serif; font-weight: 700; font-size: 14px; letter-spacing: 1.5px; text-transform: uppercase; padding: 14px 36px; border-radius: 6px; cursor: pointer; border: none; background: var(--navy); color: var(--gold); transition: opacity 0.2s, transform 0.15s; }\n  .btn-next:hover { opacity: 0.88; transform: translateY(-1px); }\n  .btn-next:disabled { opacity: 0.35; cursor: not-allowed; transform: none; }\n\n  \/* ── CALCULATING ── *\/\n  .calculating { text-align: center; padding: 60px 24px; }\n  .calc-spinner { width: 56px; height: 56px; border: 4px solid var(--light); border-top-color: var(--gold); border-radius: 50%; animation: spin 0.9s linear infinite; margin: 0 auto 24px; }\n  @keyframes spin { to { transform: rotate(360deg); } }\n  .calc-title { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }\n  .calc-sub { font-size: 15px; color: var(--gray); }\n\n  \/* ── RESULT ── *\/\n  .result-banner { border-radius: 12px; padding: 36px 28px; text-align: center; margin-bottom: 28px; }\n  .banner-teal { background: var(--teal-light); border: 2px solid var(--teal-mid); }\n  .banner-plum { background: var(--plum-light); border: 2px solid var(--plum-mid); }\n  .result-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; margin-bottom: 12px; }\n  .eyebrow-teal { color: var(--teal-dark); }\n  .eyebrow-plum { color: var(--plum-dark); }\n  .result-product-title { font-family: 'Playfair Display', serif; font-size: clamp(22px, 4vw, 34px); font-weight: 900; color: var(--navy); line-height: 1.2; margin-bottom: 12px; }\n  .result-tagline { font-size: 16px; color: var(--gray); line-height: 1.7; }\n\n  .score-section { background: var(--white); border-radius: 12px; padding: 24px; margin-bottom: 24px; border: 1px solid #e5e0d5; }\n  .score-section-title { font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }\n  .score-bars { display: flex; flex-direction: column; gap: 16px; }\n  .score-bar-row { display: flex; flex-direction: column; gap: 6px; }\n  .bar-meta { display: flex; justify-content: space-between; align-items: center; }\n  .bar-label { font-size: 14px; font-weight: 700; color: var(--navy); }\n  .bar-pct { font-size: 13px; font-weight: 700; }\n  .bar-track { height: 10px; background: var(--light); border-radius: 5px; overflow: hidden; }\n  .bar-fill { height: 100%; border-radius: 5px; transition: width 1s ease; }\n  .fill-teal { background: var(--teal-mid); }\n  .fill-plum { background: var(--plum-mid); }\n  .bar-sub { font-size: 12px; color: var(--gray); }\n\n  .free-card { background: var(--navy); border-radius: 12px; padding: 28px 24px; color: var(--white); margin-bottom: 24px; }\n  .fc-tag { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 4px 10px; border-radius: 4px; background: rgba(201,147,58,0.25); color: var(--gold-light); margin-bottom: 14px; }\n  .free-card h3 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; margin-bottom: 10px; line-height: 1.3; }\n  .free-card p { font-size: 14px; color: rgba(255,255,255,0.72); line-height: 1.7; margin-bottom: 16px; }\n  .free-btn { display: block; width: 100%; background: var(--gold); color: var(--navy); font-family: 'Lato', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; padding: 14px; border: none; border-radius: 6px; cursor: pointer; text-align: center; transition: background 0.2s, transform 0.15s; text-decoration: none; margin-bottom: 10px; }\n  .free-btn:hover { background: var(--gold-light); transform: translateY(-1px); }\n  .full-btn { display: block; width: 100%; background: rgba(255,255,255,0.1); color: var(--white); font-family: 'Lato', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 1px; padding: 12px; border: 1px solid rgba(255,255,255,0.2); border-radius: 6px; cursor: pointer; text-align: center; text-decoration: none; transition: background 0.2s; }\n  .full-btn:hover { background: rgba(255,255,255,0.18); }\n\n  .micro-section { background: var(--white); border-radius: 12px; padding: 24px; border: 1px solid #e5e0d5; margin-bottom: 24px; }\n  .micro-title { font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; }\n  .micro-sub { font-size: 14px; color: var(--gray); margin-bottom: 20px; line-height: 1.6; }\n  .micro-list { display: flex; flex-direction: column; gap: 10px; }\n  .micro-item { display: flex; gap: 14px; align-items: flex-start; padding: 14px 16px; border-radius: 8px; background: var(--cream); border: 1px solid #e5e0d5; }\n  .micro-day { font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; min-width: 36px; padding-top: 2px; }\n  .micro-body h5 { font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 3px; line-height: 1.3; }\n  .micro-body p { font-size: 13px; color: var(--gray); line-height: 1.55; }\n\n  .also-section { margin-bottom: 28px; }\n  .also-title { font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }\n  .also-card { background: var(--white); border-radius: 8px; padding: 16px; border: 1px solid #e5e0d5; text-decoration: none; transition: transform 0.2s, border-color 0.2s; display: block; }\n  .also-card:hover { transform: translateY(-3px); }\n  .also-card.ac-teal:hover { border-color: var(--teal-mid); }\n  .also-card.ac-plum:hover { border-color: var(--plum-mid); }\n  .also-tag { font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 6px; display: block; }\n  .also-card h4 { font-family: 'Playfair Display', serif; font-size: 15px; font-weight: 700; color: var(--navy); line-height: 1.3; margin-bottom: 4px; }\n  .also-card p { font-size: 12px; color: var(--gray); line-height: 1.5; }\n\n  .retry-btn { display: block; width: 100%; background: var(--white); border: 1.5px solid #e5e0d5; color: var(--navy); font-family: 'Lato', sans-serif; font-weight: 700; font-size: 14px; padding: 14px; border-radius: 6px; cursor: pointer; text-align: center; transition: border-color 0.15s, background 0.15s; }\n  .retry-btn:hover { border-color: var(--navy); background: var(--light); }\n  .divider { border: none; border-top: 1px solid #e5e0d5; margin: 24px 0; }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"app\"\u003e\n\n\u003c!-- INTRO --\u003e\n\u003cdiv id=\"screen-intro\" class=\"screen active\"\u003e\n  \u003cdiv class=\"intro-header\"\u003e\n    \u003cspan class=\"intro-eyebrow\"\u003eCreator Arsenal · Phase 2 · Family \u0026amp; Healing\u003c\/span\u003e\n    \u003ch1 class=\"intro-title\"\u003eWhat Does Your Family\u003cem\u003eNeed Most Right Now?\u003c\/em\u003e\n\u003c\/h1\u003e\n    \u003cdiv class=\"gold-divider\"\u003e\u003c\/div\u003e\n    \u003cp class=\"intro-sub\"\u003eAnswer 12 honest questions. In 3 minutes, receive your personalized free guide and 5-day micro course — tailored to exactly where your family is right now.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"what-you-get\"\u003e\n    \u003cdiv class=\"wyg-title\"\u003eWhat you receive — completely free\u003c\/div\u003e\n    \u003cdiv class=\"wyg-list\"\u003e\n      \u003cdiv class=\"wyg-item\"\u003e\n\u003cdiv class=\"wyg-dot\"\u003e\u003c\/div\u003e\n\u003cspan\u003eYour personalized score across 2 family growth dimensions\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"wyg-item\"\u003e\n\u003cdiv class=\"wyg-dot\"\u003e\u003c\/div\u003e\n\u003cspan\u003eThe one free guide built for your family's greatest need right now\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"wyg-item\"\u003e\n\u003cdiv class=\"wyg-dot\"\u003e\u003c\/div\u003e\n\u003cspan\u003eA free 5-day micro course delivered instantly\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"wyg-item\"\u003e\n\u003cdiv class=\"wyg-dot\"\u003e\u003c\/div\u003e\n\u003cspan\u003eYour secondary growth area to explore next\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"products-preview\"\u003e\n    \u003cdiv class=\"prod-chip chip-teal\"\u003e\n      \u003cimg class=\"chip-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/8593\/6941\/files\/HOMEWORKGUIDE-MICROCOURSE.png?v=1776815632\" alt=\"The Homework Helper's AI Guide\" onerror=\"this.style.background='#E1F5EE';this.style.minHeight='180px'\"\u003e\n      \u003cdiv class=\"chip-label\"\u003eThe Homework Helper's AI Guide\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"prod-chip chip-plum\"\u003e\n      \u003cimg class=\"chip-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/8593\/6941\/files\/FORGIVNESS-MICROCOURSE.png?v=1776811602\" alt=\"The Forgiveness Journal\" onerror=\"this.style.background='#F5EEF8';this.style.minHeight='180px'\"\u003e\n      \u003cdiv class=\"chip-label\"\u003eThe Forgiveness Journal\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cbutton class=\"btn-start\" id=\"btn-start-quiz\"\u003eTake the Quiz — It's Free →\u003c\/button\u003e\n  \u003cp class=\"quiz-note\"\u003e12 questions · 3 minutes · 100% personalized\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- QUIZ --\u003e\n\u003cdiv id=\"screen-quiz\" class=\"screen\"\u003e\n  \u003cbutton class=\"back-btn\" id=\"btn-back-quiz\"\u003e← Back\u003c\/button\u003e\n  \u003cdiv class=\"progress-wrap\"\u003e\n    \u003cdiv class=\"progress-meta\"\u003e\n      \u003cspan class=\"progress-label\" id=\"q-section-label\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"progress-count\" id=\"q-count\"\u003eQuestion 1 of 12\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"progress-bar\"\u003e\u003cdiv class=\"progress-fill\" id=\"q-fill\" style=\"width:0%\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"section-badge\" id=\"q-badge\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"question-text\" id=\"q-text\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"options-list\" id=\"q-options\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"nav-row\"\u003e\n    \u003cbutton class=\"btn-prev\" id=\"btn-prev\"\u003e← Back\u003c\/button\u003e\n    \u003cbutton class=\"btn-next\" id=\"btn-next\" disabled\u003eNext →\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- CALCULATING --\u003e\n\u003cdiv id=\"screen-calc\" class=\"screen\"\u003e\n  \u003cdiv class=\"calculating\"\u003e\n    \u003cdiv class=\"calc-spinner\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"calc-title\"\u003eAnalyzing your results...\u003c\/div\u003e\n    \u003cdiv class=\"calc-sub\"\u003eFinding the guide your family needs most right now.\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- RESULT --\u003e\n\u003cdiv id=\"screen-result\" class=\"screen\"\u003e\n  \u003cdiv id=\"result-banner\" class=\"result-banner\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"score-section\"\u003e\n    \u003cdiv class=\"score-section-title\"\u003eYour 2-Dimension Score Breakdown\u003c\/div\u003e\n    \u003cdiv class=\"score-bars\"\u003e\n      \u003cdiv class=\"score-bar-row\"\u003e\n        \u003cdiv class=\"bar-meta\"\u003e\n          \u003cspan class=\"bar-label\"\u003e📱 AI \u0026amp; Technology Wisdom at Home\u003c\/span\u003e\n          \u003cspan class=\"bar-pct\" id=\"pct-tech\" style=\"color:var(--teal-mid)\"\u003e0%\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"bar-track\"\u003e\u003cdiv class=\"bar-fill fill-teal\" id=\"bar-tech\" style=\"width:0%\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n        \u003cspan class=\"bar-sub\" id=\"sub-tech\"\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"score-bar-row\"\u003e\n        \u003cdiv class=\"bar-meta\"\u003e\n          \u003cspan class=\"bar-label\"\u003e🕊️ Forgiveness \u0026amp; Emotional Healing\u003c\/span\u003e\n          \u003cspan class=\"bar-pct\" id=\"pct-forgive\" style=\"color:var(--plum-mid)\"\u003e0%\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"bar-track\"\u003e\u003cdiv class=\"bar-fill fill-plum\" id=\"bar-forgive\" style=\"width:0%\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n        \u003cspan class=\"bar-sub\" id=\"sub-forgive\"\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"free-resource\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"micro-section\"\u003e\n    \u003cdiv class=\"micro-title\"\u003eYour Free 5-Day Micro Course\u003c\/div\u003e\n    \u003cdiv class=\"micro-sub\" id=\"micro-sub\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"micro-list\" id=\"micro-list\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"divider\"\u003e\n  \u003cdiv class=\"also-section\"\u003e\n    \u003cdiv class=\"also-title\"\u003eYour Secondary Growth Area\u003c\/div\u003e\n    \u003cdiv id=\"also-grid\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cbutton class=\"retry-btn\" id=\"btn-retry-result\"\u003e↺ Retake the Quiz\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003cscript\u003e\nconst QUESTIONS = [\n  \/\/ TECH \/ HOMEWORK HELPER (Q1-Q6)\n  { section: \"AI \u0026 Technology at Home\", badge: \"badge-tech\", dim: \"T\",\n    q: \"How confident are you in guiding your child to use AI tools for schoolwork responsibly rather than as a shortcut?\",\n    opts: [\"Very confident — we have clear boundaries and they understand why\",\"Somewhat — we talk about it but don't have a firm framework\",\"Not very — I'm not sure what's acceptable and what isn't\",\"Not at all — I honestly don't know enough about AI to guide them\"]\n  },\n  { section: \"AI \u0026 Technology at Home\", badge: \"badge-tech\", dim: \"T\",\n    q: \"When your child uses AI to help with homework, how do you typically respond?\",\n    opts: [\"I engage with it — we discuss what they used it for and what they learned\",\"I allow it but don't monitor it closely\",\"I'm uncomfortable with it but don't have an alternative approach\",\"I forbid it — but I'm not sure that's realistic long-term\"]\n  },\n  { section: \"AI \u0026 Technology at Home\", badge: \"badge-tech\", dim: \"T\",\n    q: \"How well do you understand the difference between using AI as a learning tool versus using it to bypass learning?\",\n    opts: [\"Very clearly — I can explain it to my child with specific examples\",\"Generally — I get the concept but struggle to apply it to specific situations\",\"Vaguely — I know there's a difference but it's blurry in practice\",\"Not clearly — I wouldn't know where to draw that line\"]\n  },\n  { section: \"AI \u0026 Technology at Home\", badge: \"badge-tech\", dim: \"T\",\n    q: \"How often do you have meaningful conversations with your child about integrity in their schoolwork and AI use?\",\n    opts: [\"Regularly — it's part of our ongoing family conversation about character\",\"Sometimes — when a specific situation comes up\",\"Rarely — I don't know how to start that conversation well\",\"Almost never — this is a gap I know I need to address\"]\n  },\n  { section: \"AI \u0026 Technology at Home\", badge: \"badge-tech\", dim: \"T\",\n    q: \"How well does your child understand that their long-term success depends on genuine learning — not just getting the right answer?\",\n    opts: [\"Very well — they genuinely value understanding over output\",\"Mostly — they get it conceptually but still take shortcuts sometimes\",\"Partially — they prioritize grades over genuine learning fairly often\",\"Not well — they use AI primarily to get work done as fast as possible\"]\n  },\n  { section: \"AI \u0026 Technology at Home\", badge: \"badge-tech\", dim: \"T\",\n    q: \"How connected is your approach to your child's technology use with your family's faith and values?\",\n    opts: [\"Deeply connected — we frame tech stewardship as a biblical responsibility\",\"Somewhat — we occasionally bring faith into tech conversations\",\"Loosely — faith and technology feel like separate conversations\",\"Not connected — I haven't thought about framing it that way\"]\n  },\n  \/\/ FORGIVENESS (Q7-Q12)\n  { section: \"Forgiveness \u0026 Emotional Healing\", badge: \"badge-forgive\", dim: \"F\",\n    q: \"How would you honestly describe your relationship with forgiveness right now — in your family, your past, or your own heart?\",\n    opts: [\"Healthy — I extend and receive forgiveness consistently and genuinely\",\"Growing — I'm working on it but some areas are still unresolved\",\"Struggling — there are significant wounds I haven't been able to release\",\"Broken — unforgiveness is actively affecting my relationships and my peace\"]\n  },\n  { section: \"Forgiveness \u0026 Emotional Healing\", badge: \"badge-forgive\", dim: \"F\",\n    q: \"Is there someone in your life — past or present — that you have not yet fully forgiven?\",\n    opts: [\"No — I have worked through forgiveness in all my significant relationships\",\"I'm not sure — I think so but haven't examined it closely\",\"Yes — I know there is unresolved hurt I'm still carrying\",\"Yes, and it weighs on me significantly — it affects my daily life\"]\n  },\n  { section: \"Forgiveness \u0026 Emotional Healing\", badge: \"badge-forgive\", dim: \"F\",\n    q: \"How clearly do you understand the difference between forgiveness and trust, reconciliation, or pretending something didn't happen?\",\n    opts: [\"Very clearly — I can articulate what forgiveness is and is not\",\"Generally — I understand the concept but apply it imperfectly\",\"Somewhat — I sometimes confuse forgiveness with excusing behavior\",\"Not clearly — forgiveness feels like minimizing what happened to me\"]\n  },\n  { section: \"Forgiveness \u0026 Emotional Healing\", badge: \"badge-forgive\", dim: \"F\",\n    q: \"How has unprocessed hurt — whether from this year or years ago — affected your relationships, peace, or closeness with God?\",\n    opts: [\"Minimally — I process hurt relatively well and release it to God\",\"Somewhat — there are a few areas where old wounds still surface\",\"Significantly — I can see how past hurt is affecting current relationships\",\"Deeply — grief or unforgiveness is one of the heaviest things I carry\"]\n  },\n  { section: \"Forgiveness \u0026 Emotional Healing\", badge: \"badge-forgive\", dim: \"F\",\n    q: \"How comfortable are you bringing your genuine grief, anger, and hurt honestly before God in prayer?\",\n    opts: [\"Very comfortable — I practice honest lament and it has changed my prayer life\",\"Mostly — I get there eventually but often clean up my emotions first\",\"Somewhat — I'm not sure God can handle my real anger or grief\",\"Not comfortable — I present a polished version of my feelings to God\"]\n  },\n  { section: \"Forgiveness \u0026 Emotional Healing\", badge: \"badge-forgive\", dim: \"F\",\n    q: \"If you completed a guided 30-day forgiveness journey, which outcome would matter most to you?\",\n    opts: [\"Walking in genuine freedom from a specific hurt I've been carrying for too long\",\"Understanding what biblical forgiveness actually means — and doesn't mean\",\"Having a framework to help my children or family members who are struggling\",\"All of the above — I need the full process\"]\n  }\n];\n\nconst PRODUCTS = {\n  T: {\n    color: 'teal',\n    name: \"The Homework Helper's AI Guide\",\n    tagline: \"Your family's greatest opportunity right now is in navigating AI and technology with wisdom.\",\n    desc: \"Your score shows that guiding your children to use AI tools responsibly — as instruments of genuine learning rather than shortcuts — is where your family needs the most support. The Homework Helper's AI Guide gives you a biblically grounded, practical framework for every subject, every age, and every AI conversation.\",\n    freeTitle: \"The Homework Helper's AI Guide: Free Starter Guide\",\n    freeDesc: \"The 5-Question AI Integrity Check Every Parent Needs — a quick, practical framework to evaluate any AI use in your child's schoolwork in under 60 seconds.\",\n    freeLink: \"https:\/\/creator-arsenal-3.myshopify.com\/products\/the-homework-helpers-ai-guide-micro-course\",\n    shopLink: \"https:\/\/creator-arsenal-3.myshopify.com\/products\/the-homework-helpers-ai-guide\",\n    microCoverImg: \"\",\n    microCoverImg: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/8593\/6941\/files\/HOMEWORKGUIDE-MICROCOURSE.png?v=1776815632\",\n    microSub: \"5 days to confident, faith-rooted AI guidance for your children:\",\n    microLessons: [\n      { title: \"Day 1: The 3 Principles That Change Everything\", body: \"Character before convenience. Understanding over output. Honesty and integrity. The three biblical foundations for every AI conversation with your child.\" },\n      { title: \"Day 2: The Green, Yellow, Red Framework\", body: \"A simple traffic light system for evaluating any AI use instantly — so you and your child have a shared language for what's acceptable and what isn't.\" },\n      { title: \"Day 3: Subject-by-Subject Conversations\", body: \"What good AI use looks like in Math, English, Science, History, and Languages — with specific examples and conversation starters for each.\" },\n      { title: \"Day 4: The Integrity Conversation\", body: \"How to talk to your child about academic integrity and AI without lecturing — five questions that open genuine dialogue rather than defensiveness.\" },\n      { title: \"Day 5: Your Family AI Agreement\", body: \"Build a simple, written family AI agreement today — clear enough to follow, flexible enough to grow with your child's age and school requirements.\" }\n    ]\n  },\n  F: {\n    color: 'plum',\n    name: \"The Forgiveness Journal\",\n    tagline: \"Your greatest opportunity right now is in the area of forgiveness and emotional healing.\",\n    desc: \"Your score shows that forgiveness — specifically the kind that brings genuine freedom rather than forced resolution — is where God is inviting you. The Forgiveness Journal walks you through 30 guided days of naming the hurt, understanding what forgiveness truly means, making the choice, and walking in the freedom Christ died to give you.\",\n    freeTitle: \"The Forgiveness Journal: Free Starter Guide\",\n    freeDesc: \"What Forgiveness Is — and What It Is Not: A biblical clarity guide for the 5 most common misconceptions about forgiveness, plus your first 3 journal prompts to begin the journey.\",\n    freeLink: \"https:\/\/creator-arsenal-3.myshopify.com\/products\/the-forgivness-journal-5-day-micro-course\",\n    shopLink: \"https:\/\/creator-arsenal-3.myshopify.com\/products\/the-forgiveness-journal\",\n    microCoverImg: \"\",\n    microCoverImg: \"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/8593\/6941\/files\/FORGIVNESS-MICROCOURSE.png?v=1776811602\",\n    microSub: \"5 days to begin your forgiveness journey — honestly, safely, and at your own pace:\",\n    microLessons: [\n      { title: \"Day 1: What Forgiveness Is — and Is Not\", body: \"The 5 biggest misconceptions about forgiveness — and why clearing them up changes everything about your ability to actually extend it.\" },\n      { title: \"Day 2: Naming the Hurt Without Minimizing It\", body: \"The first step most people skip: naming what actually happened, how it affected you, and what it cost you — without softening it or catastrophizing it.\" },\n      { title: \"Day 3: The Root of Unforgiveness\", body: \"Why some wounds stay open for years — and the specific belief or unmet need beneath your unforgiveness that holds the key to your freedom.\" },\n      { title: \"Day 4: The Choice That Doesn't Require a Feeling\", body: \"Forgiveness is a decision, not an emotion. How to make the choice genuinely — and what to do when you need to make it again the next day.\" },\n      { title: \"Day 5: Your First Step Toward Freedom\", body: \"A specific, actionable first step toward the forgiveness you most need — plus the AI prompt to help you write the prayer you've never been able to pray.\" }\n    ]\n  }\n};\n\nconst DIM_LABELS = { T: \"AI \u0026 Technology Wisdom\", F: \"Forgiveness \u0026 Healing\" };\nconst DIM_SUBS = {\n  T: { high: \"Strong framework for AI guidance at home\", mid: \"Some structure — clarity would strengthen it\", low: \"This is your primary growth opportunity\" },\n  F: { high: \"Active forgiveness practice and emotional health\", mid: \"Some progress — deeper work is available\", low: \"This is your primary growth opportunity\" }\n};\n\nlet answers = [], currentQ = 0;\n\nfunction beginQuiz() { answers = new Array(QUESTIONS.length).fill(null); currentQ = 0; show('quiz'); renderQ(); }\nfunction restart() { show('intro'); answers = []; currentQ = 0; }\n\nfunction show(id) {\n  document.querySelectorAll('.screen').forEach(s =\u003e s.classList.remove('active'));\n  document.getElementById('screen-' + id).classList.add('active');\n  window.scrollTo({ top: 0, behavior: 'smooth' });\n}\n\nfunction renderQ() {\n  const q = QUESTIONS[currentQ];\n  const total = QUESTIONS.length;\n  document.getElementById('q-fill').style.width = Math.round((currentQ \/ total) * 100) + '%';\n  document.getElementById('q-count').textContent = `Question ${currentQ + 1} of ${total}`;\n  document.getElementById('q-section-label').textContent = q.section;\n  const badge = document.getElementById('q-badge');\n  badge.className = `section-badge ${q.badge}`;\n  badge.textContent = q.section;\n  document.getElementById('q-text').textContent = q.q;\n\n  const container = document.getElementById('q-options');\n  container.innerHTML = '';\n  const letters = ['A','B','C','D'];\n  const selClass = q.dim === 'T' ? 'sel-teal' : 'sel-plum';\n  q.opts.forEach((opt, i) =\u003e {\n    const btn = document.createElement('button');\n    btn.className = 'option-btn' + (answers[currentQ] === i ? ' ' + selClass : '');\n    btn.innerHTML = `\u003cspan class=\"option-letter\"\u003e${letters[i]}\u003c\/span\u003e\u003cspan\u003e${opt}\u003c\/span\u003e`;\n    btn.onclick = () =\u003e selectOpt(i, selClass);\n    container.appendChild(btn);\n  });\n\n  document.getElementById('btn-prev').style.visibility = currentQ === 0 ? 'hidden' : 'visible';\n  const nb = document.getElementById('btn-next');\n  nb.textContent = currentQ === total - 1 ? 'See My Results →' : 'Next →';\n  nb.disabled = answers[currentQ] === null;\n}\n\nfunction selectOpt(i, selClass) {\n  answers[currentQ] = i;\n  document.querySelectorAll('.option-btn').forEach((b, idx) =\u003e {\n    b.className = 'option-btn' + (idx === i ? ' ' + selClass : '');\n  });\n  document.getElementById('btn-next').disabled = false;\n}\n\nfunction prevQ() { if (currentQ \u003e 0) { currentQ--; renderQ(); } }\n\nfunction nextQ() {\n  if (answers[currentQ] === null) return;\n  if (currentQ \u003c QUESTIONS.length - 1) { currentQ++; renderQ(); }\n  else { show('calc'); setTimeout(buildResult, 2200); }\n}\n\nfunction buildResult() {\n  const scores = { T: 0, F: 0 }, counts = { T: 0, F: 0 };\n  QUESTIONS.forEach((q, i) =\u003e { if (answers[i] !== null) { scores[q.dim] += (4 - answers[i]); counts[q.dim]++; } });\n  const max = { T: counts.T * 4, F: counts.F * 4 };\n  const pcts = { T: Math.round((scores.T \/ max.T) * 100), F: Math.round((scores.F \/ max.F) * 100) };\n  const primary = pcts.T \u003c= pcts.F ? 'T' : 'F';\n  const secondary = primary === 'T' ? 'F' : 'T';\n  const prod = PRODUCTS[primary];\n  const secProd = PRODUCTS[secondary];\n\n  \/\/ Banner\n  const banner = document.getElementById('result-banner');\n  banner.className = `result-banner banner-${prod.color}`;\n  banner.innerHTML = `\n    \u003cdiv class=\"result-eyebrow eyebrow-${prod.color}\"\u003eYour Family Growth Guide for This Season\u003c\/div\u003e\n    \u003cdiv class=\"result-product-title\"\u003e${prod.name}\u003c\/div\u003e\n    \u003cdiv class=\"result-tagline\"\u003e${prod.tagline}\u003c\/div\u003e`;\n\n  \/\/ Score bars\n  const subLevel = (pct) =\u003e pct \u003e= 70 ? 'high' : pct \u003e= 45 ? 'mid' : 'low';\n  setTimeout(() =\u003e {\n    document.getElementById('pct-tech').textContent = pcts.T + '%';\n    document.getElementById('bar-tech').style.width = pcts.T + '%';\n    document.getElementById('sub-tech').textContent = DIM_SUBS.T[subLevel(pcts.T)];\n    document.getElementById('pct-forgive').textContent = pcts.F + '%';\n    document.getElementById('bar-forgive').style.width = pcts.F + '%';\n    document.getElementById('sub-forgive').textContent = DIM_SUBS.F[subLevel(pcts.F)];\n  }, 100);\n\n  \/\/ Free resource card\n  document.getElementById('free-resource').innerHTML = `\n    \u003cdiv class=\"free-card\"\u003e\n      \u003cspan class=\"fc-tag\"\u003eYour free guide — claim it now\u003c\/span\u003e\n      ${prod.microCoverImg ? `\u003cimg src=\"${prod.microCoverImg}\" alt=\"${prod.name}\" style=\"width:100%;border-radius:8px;display:block;margin-bottom:16px;max-height:220px;object-fit:cover;object-position:top;\"\u003e` : ''}\n      \u003ch3\u003e${prod.freeTitle}\u003c\/h3\u003e\n      \u003cp\u003e${prod.freeDesc}\u003c\/p\u003e\n      \u003cp style=\"font-size:13px;color:rgba(255,255,255,0.55);margin-bottom:16px;\"\u003e${prod.desc}\u003c\/p\u003e\n      \u003ca href=\"${prod.freeLink}\" target=\"_blank\" class=\"free-btn\"\u003eClaim My Free Guide →\u003c\/a\u003e\n      \u003ca href=\"${prod.shopLink}\" target=\"_blank\" class=\"full-btn\"\u003eShop the Complete Guide\u003c\/a\u003e\n    \u003c\/div\u003e`;\n\n  \/\/ Micro course\n  document.getElementById('micro-sub').textContent = prod.microSub;\n  const ml = document.getElementById('micro-list');\n  ml.innerHTML = '';\n  prod.microLessons.forEach((l, i) =\u003e {\n    ml.innerHTML += `\u003cdiv class=\"micro-item\"\u003e\u003cspan class=\"micro-day\" style=\"color:var(--${prod.color}-mid)\"\"\u003eDay ${i+1}\u003c\/span\u003e\u003cdiv class=\"micro-body\"\u003e\u003ch5\u003e${l.title}\u003c\/h5\u003e\u003cp\u003e${l.body}\u003c\/p\u003e\u003c\/div\u003e\u003c\/div\u003e`;\n  });\n\n  \/\/ Also consider\n  document.getElementById('also-grid').innerHTML = `\n    \u003ca href=\"${secProd.freeLink}\" target=\"_blank\" class=\"also-card ac-${secProd.color}\"\u003e\n      \u003cspan class=\"also-tag\" style=\"color:var(--${secProd.color}-mid)\"\u003e${DIM_LABELS[secondary]}\u003c\/span\u003e\n      \u003ch4\u003e${secProd.name}\u003c\/h4\u003e\n      \u003cp\u003eScore: ${pcts[secondary]}% · Your next growth area — explore this guide when you're ready.\u003c\/p\u003e\n    \u003c\/a\u003e`;\n\n  show('result');\n}\n\n\/\/ Event listeners (Shopify-safe — no inline onclick)\ndocument.addEventListener('DOMContentLoaded', function() {\n  var backQuiz = document.getElementById('btn-back-quiz');\n  if (backQuiz) backQuiz.addEventListener('click', restart);\n\n  var retryResult = document.getElementById('btn-retry-result');\n  if (retryResult) retryResult.addEventListener('click', restart);\n\n  var startBtn = document.getElementById('btn-start-quiz');\n  if (startBtn) startBtn.addEventListener('click', beginQuiz);\n\n  var backIntro = document.getElementById('btn-back-intro');\n  if (backIntro) backIntro.addEventListener('click', restart);\n\n  var retry = document.getElementById('btn-retry');\n  if (retry) retry.addEventListener('click', restart);\n\n  var prevBtn = document.getElementById('btn-prev');\n  if (prevBtn) prevBtn.addEventListener('click', prevQ);\n\n  var nextBtn = document.getElementById('btn-next');\n  if (nextBtn) nextBtn.addEventListener('click', nextQ);\n});\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"CREATOR ARSENAL","offers":[{"title":"Default Title","offer_id":44863069388845,"sku":null,"price":0.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/8593\/6941\/files\/HOMEWORKHELPER-FREE.png?v=1776816433","url":"https:\/\/creatorarsenal.shop\/products\/phase-2-quiz-page-what-does-your-family-need-most-free-faith-family-quiz","provider":"CREATOR ARSENAL","version":"1.0","type":"link"}