apolo listical

<!-- ============================================================
  FAITHSTEPS APOLOGETICS LISTICLE - FINAL v3 (SAFEST BUILD)
  ------------------------------------------------------------
  Engine = same as the Workbook FINAL v3:
  - ZERO JavaScript. Nothing ticks, nothing can flicker.
  - Top bar + footer run TRUE edge-to-edge (breakout technique).
  - iPhone safe-area padding; forced light color-scheme.
  - Images 2-7 lazy-load; Google Font via <link> + system fallback.

  COPY: tailored to be congruent with the winning "atheist dad"
  advertorial (when-not-if cornering, three clues = logic/history/
  science, doesn't say "because the Bible says so", write-your-own-
  answer, college campus in 8 years, "ask your kid why they believe"
  diagnostic). Still multi-usable for other traffic.

  NAMESPACE: this page uses .fsa- classes (the 52-week workbook page
  uses .fsl-). They are now fully independent and cannot affect each
  other, even if both are live in the same store.

  PASTE METHOD: do NOT use Shopify's native "Add page" Content box -
  it strips <style>/<link> on save. Paste this whole block into a
  PageFly or GemPages HTML element, or a custom page template.

  IMAGES: all 6 are LIVE - your AI-generated book images (hosted on
  your Shopify CDN) are wired into every slot. Nothing to swap.

  >>> PRICE <<<
  This page now matches your live checkout: 33% OFF, $39.99 (was
  $59.99). NOTE: your winning ad says "50% off," so the ad and this
  page no longer match. If you run that ad, either set your Shopify
  discount to 50% and change these spots to 50%/$29.99, or update the
  ad to 33%. All price spots are tagged [PRICE] - search to find them.

  INSTALL:
  1. DELETE the old Custom Code element (don't edit it).
  2. Add a fresh Custom Code element -> Settings -> </> Custom.
  3. Paste this ENTIRE block. Save -> PUBLISH.
  4. Test the LIVE page URL (not the ?key= preview link).
============================================================ -->

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800;900&display=swap">

<div class="fsa-page">
<style>
  @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800;900&display=swap');
  html, body{overflow-x:hidden;}

  .fsa-page{
    --fsa-ink:#2b2520;
    --fsa-body:#4a423a;
    --fsa-gold:#a18a52;
    --fsa-gold-dark:#85713f;
    --fsa-cream:#fdf6e8;
    --fsa-brown:#5e4632;
    --fsa-bar:#8d6e4f;
    --fsa-red:#c43c2b;
    --fsa-line:#e9e1d4;
    font-family:'Montserrat',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;
    color:var(--fsa-body);
    background:#ffffff;
    line-height:1.6;
    font-size:16px;
    color-scheme:light;
    -webkit-font-smoothing:antialiased;
    -webkit-text-size-adjust:100%;
    width:100%;
  }
  .fsa-page *{box-sizing:border-box;margin:0;padding:0;}
  .fsa-page img{max-width:100%;height:auto;display:block;border-radius:10px;}
  .fsa-page a{color:inherit;}
  .fsa-page a:focus-visible, .fsa-page summary:focus-visible{outline:3px solid var(--fsa-gold);outline-offset:2px;}

  .fsa-fullbleed{width:100vw;position:relative;left:50%;margin-left:-50vw;}

  /* ---------- Announcement bar (static, edge-to-edge) ---------- */
  .fsa-bar{
    background:var(--fsa-brown);
    color:#fff;
    text-align:center;
    padding:11px max(16px, env(safe-area-inset-right)) 11px max(16px, env(safe-area-inset-left));
  }
  .fsa-bar-txt{font-size:14px;font-weight:800;letter-spacing:.6px;text-transform:uppercase;display:block;}
  .fsa-bar-sub{display:block;font-size:11.5px;font-weight:600;letter-spacing:.3px;opacity:.92;margin-top:2px;}

  /* ---------- Layout ---------- */
  .fsa-wrap{max-width:880px;margin:0 auto;padding:0 20px;}

  /* ---------- Hero ---------- */
  .fsa-hero{padding:38px 0 12px;text-align:center;}
  .fsa-h1{
    font-size:clamp(31px,8.2vw,44px);
    font-weight:900;
    color:var(--fsa-ink);
    line-height:1.12;
    letter-spacing:-0.4px;
    text-wrap:balance;
    max-width:780px;
    margin:0 auto 16px;
  }
  .fsa-sub{max-width:580px;margin:0 auto 18px;font-size:15px;line-height:1.55;}
  .fsa-stars{color:#c9a227;font-size:16px;letter-spacing:2px;}
  .fsa-proof{font-size:13px;font-weight:700;color:var(--fsa-ink);}
  .fsa-proof b{font-weight:800;}

  /* ---------- Reason rows ---------- */
  .fsa-reasons{padding:16px 0 4px;}
  .fsa-row{
    display:grid;
    grid-template-columns:300px 1fr;
    gap:30px;
    align-items:center;
    padding:32px 0;
  }
  .fsa-row + .fsa-row{border-top:1px solid var(--fsa-line);}
  .fsa-h2{
    font-size:clamp(22px,5.8vw,25px);
    font-weight:800;
    color:var(--fsa-ink);
    line-height:1.22;
    letter-spacing:-0.2px;
    margin-bottom:12px;
  }
  .fsa-row p{font-size:15px;}
  .fsa-row p + p{margin-top:10px;}
  .fsa-callout{
    margin-top:12px;
    background:var(--fsa-cream);
    border-left:4px solid var(--fsa-gold);
    border-radius:0 8px 8px 0;
    padding:11px 14px;
    font-size:13.5px;
    font-weight:600;
    color:var(--fsa-ink);
  }

  /* ---------- Buttons ---------- */
  .fsa-btn{
    display:inline-block;
    background:var(--fsa-gold);
    color:#fff !important;
    text-decoration:none;
    font-weight:800;
    font-size:14px;
    letter-spacing:.8px;
    text-transform:uppercase;
    text-align:center;
    border-radius:999px;
    padding:17px 36px;
  }
  .fsa-btn:hover{background:var(--fsa-gold-dark);}
  .fsa-btn-wide{display:block;max-width:640px;margin:0 auto;}

  /* ---------- Mid-page CTA ---------- */
  .fsa-midcta{text-align:center;padding:34px 0;border-top:1px solid var(--fsa-line);}
  .fsa-guarantee{
    display:inline-block;
    margin-top:14px;
    background:#f3ece0;
    border-radius:10px;
    padding:10px 16px;
    font-size:12.5px;
    line-height:1.5;
    color:var(--fsa-ink);
    max-width:520px;
  }
  .fsa-guarantee b{font-weight:800;}

  /* ---------- Offer box ---------- */
  .fsa-offer{
    border:2px dashed var(--fsa-ink);
    background:var(--fsa-cream);
    border-radius:4px;
    padding:30px 24px 32px;
    margin:36px 0 22px;
    text-align:center;
  }
  .fsa-offer-h{
    font-size:clamp(26px,7vw,34px);
    font-weight:900;
    color:var(--fsa-ink);
    line-height:1.18;
    letter-spacing:-0.3px;
    margin-bottom:8px;
  }
  .fsa-offer-ends{font-size:13px;font-weight:800;color:var(--fsa-ink);text-transform:uppercase;letter-spacing:.5px;}
  .fsa-offer-sub{max-width:440px;margin:8px auto 22px;font-size:14px;}
  .fsa-offer-grid{
    display:grid;
    grid-template-columns:240px 1fr;
    gap:26px;
    align-items:center;
    max-width:680px;
    margin:0 auto;
    text-align:left;
  }
  .fsa-offer-list{list-style:none;}
  .fsa-offer-list li{font-size:13.5px;font-weight:600;color:var(--fsa-ink);padding:4px 0;}
  .fsa-offer-grid .fsa-btn{display:block;margin-top:14px;}
  .fsa-price{font-size:14px;font-weight:700;color:var(--fsa-ink);margin-top:10px;text-align:center;}
  .fsa-price s{opacity:.55;font-weight:600;}
  .fsa-risk{margin-top:10px;font-size:12.5px;font-weight:800;letter-spacing:.6px;color:var(--fsa-ink);text-align:center;text-transform:uppercase;}
  .fsa-risk b{color:var(--fsa-red);}

  /* ---------- Reviews ---------- */
  .fsa-section-h{
    text-align:center;
    font-size:clamp(23px,6vw,28px);
    font-weight:800;
    color:var(--fsa-ink);
    letter-spacing:-0.2px;
    margin:40px 0 22px;
  }
  .fsa-reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
  .fsa-review{
    border:1px solid var(--fsa-ink);
    border-radius:6px;
    padding:18px 16px;
    background:#fff;
    display:flex;
    flex-direction:column;
  }
  .fsa-review .fsa-stars{font-size:14px;text-align:center;margin-bottom:10px;}
  .fsa-review p{font-size:13.5px;flex:1;}
  .fsa-review-name{margin-top:12px;font-size:12.5px;font-weight:800;color:var(--fsa-ink);}
  .fsa-review-name::before{content:"✓ ";color:var(--fsa-gold);}

  /* ---------- FAQ ---------- */
  .fsa-faq{max-width:640px;margin:0 auto 6px;}
  .fsa-faq details{margin-bottom:10px;border-radius:8px;overflow:hidden;}
  .fsa-faq summary{
    list-style:none;
    cursor:pointer;
    background:var(--fsa-bar);
    color:#fff;
    font-size:14px;
    font-weight:700;
    padding:13px 16px;
    border-radius:8px;
  }
  .fsa-faq summary::-webkit-details-marker{display:none;}
  .fsa-faq summary::before{content:"+";font-weight:800;margin-right:10px;}
  .fsa-faq details[open] summary::before{content:"–";}
  .fsa-faq details div{padding:13px 16px;font-size:14px;background:#faf6ee;border-radius:0 0 8px 8px;}

  /* ---------- Final CTA + footer ---------- */
  .fsa-final{text-align:center;padding:32px 0 26px;}
  .fsa-trustline{margin-top:16px;font-size:12px;font-weight:700;color:var(--fsa-ink);display:flex;justify-content:center;gap:6px 18px;flex-wrap:wrap;}
  .fsa-footer{
    background:#1f1a16;
    color:#cfc8bf;
    text-align:center;
    padding:30px max(20px, env(safe-area-inset-right)) 30px max(20px, env(safe-area-inset-left));
    font-size:12px;
    margin-top:40px;
  }
  .fsa-footer a{color:#cfc8bf;text-decoration:underline;margin:0 8px;}
  .fsa-footer p + p{margin-top:10px;}
  .fsa-disclaimer{opacity:.65;max-width:560px;margin:12px auto 0;line-height:1.6;}

  /* ---------- Mobile ---------- */
  @media (max-width:719px){
    .fsa-hero{padding:30px 0 8px;}
    .fsa-sub{font-size:14px;max-width:340px;}
    .fsa-row{grid-template-columns:1fr;gap:16px;padding:28px 0;}
    .fsa-row img{max-width:360px;margin:0 auto;}
    .fsa-row p{font-size:14.5px;}
    .fsa-offer{padding:26px 16px 28px;}
    .fsa-offer-grid{grid-template-columns:1fr;gap:16px;text-align:center;}
    .fsa-offer-grid img{max-width:230px;margin:0 auto;}
    .fsa-offer-list{text-align:left;display:inline-block;}
    .fsa-reviews{grid-template-columns:1fr;}
  }

  /* ===== HARD OVERRIDES: stop GemPages/theme from flattening the type =====
     Doubled .fsa-page selector + !important so the page builder can't win. */
  .fsa-page.fsa-page, .fsa-page.fsa-page *{
    font-family:'Montserrat',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif !important;
  }
  .fsa-page.fsa-page .fsa-h1{font-weight:900 !important;font-size:clamp(32px,8.6vw,44px) !important;line-height:1.1 !important;letter-spacing:-0.4px !important;color:#2b2520 !important;}
  .fsa-page.fsa-page .fsa-h2{font-weight:800 !important;font-size:clamp(22px,5.8vw,26px) !important;line-height:1.2 !important;letter-spacing:-0.2px !important;color:#2b2520 !important;}
  .fsa-page.fsa-page .fsa-offer-h{font-weight:900 !important;font-size:clamp(27px,7.2vw,34px) !important;line-height:1.15 !important;color:#2b2520 !important;}
  .fsa-page.fsa-page .fsa-section-h{font-weight:800 !important;font-size:clamp(23px,6vw,28px) !important;color:#2b2520 !important;}
  /* body stays light so the bold headlines pop hard */
  .fsa-page.fsa-page .fsa-sub,
  .fsa-page.fsa-page .fsa-row p,
  .fsa-page.fsa-page .fsa-review p,
  .fsa-page.fsa-page .fsa-offer-sub,
  .fsa-page.fsa-page .fsa-faq details div{font-weight:400 !important;}
  .fsa-page.fsa-page .fsa-callout{font-weight:600 !important;}
  .fsa-page.fsa-page .fsa-bar-txt,
  .fsa-page.fsa-page .fsa-btn,
  .fsa-page.fsa-page .fsa-offer-ends,
  .fsa-page.fsa-page .fsa-review-name,
  .fsa-page.fsa-page .fsa-risk,
  .fsa-page.fsa-page .fsa-faq summary{font-weight:800 !important;}
  .fsa-page.fsa-page .fsa-proof,
  .fsa-page.fsa-page .fsa-proof b,
  .fsa-page.fsa-page .fsa-trustline{font-weight:700 !important;}
  .fsa-page.fsa-page b,.fsa-page.fsa-page strong{font-weight:800 !important;}
  .fsa-page.fsa-page em,.fsa-page.fsa-page i{font-style:italic !important;}
</style>

<!-- ===================== ANNOUNCEMENT BAR ===================== -->
<div class="fsa-bar fsa-fullbleed">
  <!-- [PRICE] discount label -->
  <span class="fsa-bar-txt">☀️ Summer Sale: 33% OFF — Ends Soon</span>
  <span class="fsa-bar-sub">Fast, tracked U.S. shipping on every order</span>
</div>

<div class="fsa-wrap">

  <!-- ===================== HERO ===================== -->
  <header class="fsa-hero">
    <h1 class="fsa-h1">5 Reasons This Detective-Style Workbook Has Christian Kids Defending Their Faith Better Than Most Adults</h1>
    <p class="fsa-sub">Five reasons Christian parents are getting their kids ready for the hard questions about God — before a classmate, a teacher, or some adult at a dinner table tries to tear it down.</p>
    <p class="fsa-proof"><span class="fsa-stars" aria-hidden="true">★★★★★</span><br>4.85/5 — Rated <b>"Excellent"</b> by 6,250+ families</p>
  </header>

  <!-- ===================== REASONS ===================== -->
  <section class="fsa-reasons">

    <!-- Reason 1 -->
    <div class="fsa-row">
      <!-- IMAGE SLOT 1 (LIVE): Reason 1 - skeptic / "the hard question" -->
      <img src="https://cdn.shopify.com/s/files/1/0712/6908/9446/files/1_bb78032d-b11d-48c4-9354-beaecb38efda.jpg?v=1781426856" alt="A weekly case Story page showing the skeptic's challenge to investigate">
      <div>
        <h2 class="fsa-h2">1. It Answers The Questions That Make Kids Walk Away — Before Anyone Asks Them</h2>
        <p>Most kids don't lose their faith in one big moment. They lose it quietly — years after the first question nobody answered. "The universe just made itself." "Nobody really rises from the dead." "Noah's flood is just a bedtime story." Every one of the 52 weekly cases opens with a real challenge like that — the exact lines your child <em>will</em> hear at school, online, or from some adult who decides to have a little fun with a kid at dinner. It's not an <em>if</em>. It's a <em>when</em>. The only question is whether the first time they hear it is from a stranger trying to corner them… or from you, with the evidence already in front of them.</p>
        <p class="fsa-callout">Try this tonight: ask your child why they believe what they believe. If the answer is "because the Bible says so"… that answer won't survive a sharp adult — or a college campus in eight years. This workbook gives them one that will.</p>
      </div>
    </div>

    <!-- Reason 2 -->
    <div class="fsa-row">
      <!-- IMAGE SLOT 2 (LIVE): Reason 2 - case-file / detective -->
      <img loading="lazy" decoding="async" src="https://cdn.shopify.com/s/files/1/0712/6908/9446/files/2_649d755c-2b7c-4531-8daf-9ebe81c86549.jpg?v=1781426856" alt="A FaithSteps case file — the detective-style weekly lesson">
      <div>
        <h2 class="fsa-h2">2. Every Lesson Is A "Case" Your Child Cracks Like A Detective</h2>
        <p>This isn't a textbook, and it isn't another storybook. Each week your child opens a new case file: read the story, weigh the evidence, then build the case in their own words. They earn detective ranks as they go and finish the year as a certified <b>Junior Apologist</b>. "Apologetics" sounds like debate club for adults — wrapped in a case-file adventure, it just feels like play. Kids 6–12 don't realize they're doing the deepest faith training of their lives. They just want to crack the next case.</p>
      </div>
    </div>

    <!-- Reason 3 -->
    <div class="fsa-row">
      <!-- IMAGE SLOT 3 (LIVE): Reason 3 - three clues / evidence -->
      <img loading="lazy" decoding="async" src="https://cdn.shopify.com/s/files/1/0712/6908/9446/files/3_5793f45f-bd06-4347-97fe-1223e2537cb9.jpg?v=1781426856" alt="The Evidence page showing three clues from logic, history, and science">
      <div>
        <h2 class="fsa-h2">3. Three Real Clues Per Case — One Logic, One History, One Science</h2>
        <p>"Because the Bible says so" never has to be your child's only answer again. Every case hands them three pieces of real evidence — one from logic, one from history, one from science: flood stories written down separately by cultures that never met, a universe that had a beginning, Roman historians who recorded the crucifixion, prophecies written centuries before they came true. Across 52 weeks, that's 156 reasons. And it's honest — when a clue doesn't prove something on its own, the book says so. That's the difference between a faith your child was handed and one they can actually stand behind.</p>
      </div>
    </div>

  </section>

  <!-- ===================== MID-PAGE CTA ===================== -->
  <div class="fsa-midcta">
    <a class="fsa-btn" href="https://faithsteps.store/products/faithsteps-apologetics-for-kids">Check Availability →</a>
    <br>
    <span class="fsa-guarantee">🕊️ <b>30-Day Faith Promise</b> — if your child can't explain WHY they believe better than before, it's a full refund. No questions asked.</span>
  </div>

  <section class="fsa-reasons" style="padding-top:0;">

    <!-- Reason 4 -->
    <div class="fsa-row" style="border-top:none;">
      <!-- IMAGE SLOT 4 (LIVE): Reason 4 - write your own answer -->
      <img loading="lazy" decoding="async" src="https://cdn.shopify.com/s/files/1/0712/6908/9446/files/4_1af455c6-542d-400e-bdfa-f2668f345901.jpg?v=1781426856" alt="A child writing their own answer on the practice page">
      <div>
        <h2 class="fsa-h2">4. Your Child Writes The Answer Themselves — 52 Times</h2>
        <p>Reading someone else's argument builds nothing. Writing your own builds a skill you keep. So every case ends with your child putting the answer in their own words and saying it out loud. By Week 52 they've personally answered the 52 most common challenges to Christianity — in their own handwriting. A year from now you're not holding a workbook. You're holding page-by-page proof of a faith your child owns instead of one they memorized. That's the faith that's still standing when they leave your house.</p>
      </div>
    </div>

    <!-- Reason 5 -->
    <div class="fsa-row">
      <!-- IMAGE SLOT 5 (LIVE): Reason 5 - open case spread / "just open it" -->
      <img loading="lazy" decoding="async" src="https://cdn.shopify.com/s/files/1/0712/6908/9446/files/5_2480d744-01a4-4fb8-851e-930715e3adfc.jpg?v=1781426855" alt="The workbook open to a full case — story and evidence side by side">
      <div>
        <h2 class="fsa-h2">5. One Case A Week. Ten Minutes. You Do It Together.</h2>
        <p>Sunday school is one hour a week, and it can't follow your child to college. This is the foundation they carry with them — and it fits between dinner and bedtime. One case a week, ten minutes, every clue explained in kid-friendly language. No prep, no seminary degree — you just open the page and do it together. That guy at the dinner table is, in eight years, an entire college campus. You won't be there. But what you build doing this together, one case at a time, will be.</p>
      </div>
    </div>

  </section>

  <!-- ===================== OFFER BOX ===================== -->
  <section class="fsa-offer">
    <!-- [PRICE] headline discount -->
    <h2 class="fsa-offer-h">Exclusive Summer Sale:<br>33% OFF</h2>
    <p class="fsa-offer-ends">Sale Ends Soon</p>
    <p class="fsa-offer-sub">Join thousands of families raising kids who can answer "why do you believe?" — and mean it.</p>
    <div class="fsa-offer-grid">
      <!-- IMAGE SLOT 6 (LIVE): offer box - product hero / cover -->
      <img loading="lazy" decoding="async" src="https://cdn.shopify.com/s/files/1/0712/6908/9446/files/6_c2dd1c8f-9121-4d2e-8ba5-5e67c8448e11.jpg?v=1781426856" alt="FaithSteps Apologetics for Kids workbook">
      <div>
        <ul class="fsa-offer-list">
          <li>🎁 33% OFF during the Summer Sale</li>
          <li>🔍 52 weekly cases &middot; 156 real evidence clues</li>
          <li>🕊️ 30-Day Faith Promise — full refund if it doesn't deliver</li>
          <li>📖 Perfect gift for grandkids, friends &amp; family</li>
          <li>📦 Limited print run: selling out fast</li>
        </ul>
        <!-- [PRICE] button label -->
        <a class="fsa-btn" href="https://faithsteps.store/products/faithsteps-apologetics-for-kids">Grab Your Copy Now —<br>Summer Sale: 33% OFF</a>
        <!-- [PRICE] price line: $39.99 = 33% off $59.99. Matches checkout. -->
        <p class="fsa-price"><s>$59.99</s> &nbsp;$39.99</p>
        <p class="fsa-risk">Sell-Out Risk: <b>HIGH</b></p>
      </div>
    </div>
  </section>

  <!-- ===================== REVIEWS ===================== -->
  <h2 class="fsa-section-h">What Christian Parents Are Saying</h2>
  <section class="fsa-reviews">
    <div class="fsa-review">
      <div class="fsa-stars" aria-hidden="true">★★★★★</div>
      <p>"I'm the skeptic in our house. My wife bought this; I read it first to vet it, fully expecting 'believe because we said so.' It wasn't that. It hands my daughter real reasons — and it's honest enough to admit when something doesn't prove itself. Watching my 10-year-old out-reason grown adults at a dinner table? I did not see that coming."</p>
      <div class="fsa-review-name">Mark D. — Dad of 2, Illinois</div>
    </div>
    <div class="fsa-review">
      <div class="fsa-stars" aria-hidden="true">★★★★★</div>
      <p>"My oldest left the faith in college. We were destroyed. When I bought this for my 9-year-old, I told my husband 'this is our second chance.' Six months in and she's asking better questions about God than I ever did. I'm not losing another one."</p>
      <div class="fsa-review-name">Rebecca T. — Mom of 2, Texas</div>
    </div>
    <div class="fsa-review">
      <div class="fsa-stars" aria-hidden="true">★★★★★</div>
      <p>"My 10-year-old came home from a sleepover where another kid told her there's no proof God exists. She said 'actually, the universe had a beginning, and everything that begins needs a starter.' She's TEN. I cried in the car. This book is doing something I couldn't do."</p>
      <div class="fsa-review-name">Sarah M. — Mom of 3, Ohio</div>
    </div>
  </section>

  <!-- ===================== FAQ ===================== -->
  <h2 class="fsa-section-h">FAQs</h2>
  <section class="fsa-faq">
    <details>
      <summary>What makes this different from other Bible workbooks?</summary>
      <div>Most kids' Bible content teaches WHAT to believe — stories, memory verses, coloring pages. FaithSteps Apologetics teaches WHY. Every case investigates a real question, examines three pieces of evidence, and ends with your child writing out their own defense. It's the difference between knowing a story and being able to stand behind it.</div>
    </details>
    <details>
      <summary>Will this prepare my child for hard questions at school or college?</summary>
      <div>That's exactly what it's built for. Each case takes on a real challenge your child WILL face — from a friend, a teacher, or a doubt in their own head. By Week 52 they've rehearsed answers to over 50 of the most common challenges to Christianity. They won't be caught off guard.</div>
    </details>
    <details>
      <summary>What age is it best for?</summary>
      <div>Built for kids ages 6–12, with a sweet spot of 9–12 — the exact window when kids stop accepting "because I said so" and start asking "how do you know?" Younger kids do best with a parent reading alongside; older tweens can work the cases on their own.</div>
    </details>
    <details>
      <summary>Do I need to be a Bible expert to teach this?</summary>
      <div>Not at all. Every clue is explained in kid-friendly language, and there's zero prep. Most parents tell us they're learning the evidence right alongside their child — and that's part of the point.</div>
    </details>
    <details>
      <summary>Is it theologically sound? What denomination is it?</summary>
      <div>Intentionally non-denominational. No Calvinism, no Arminianism, no surprises. Every case sticks to the core truths every Christian family stands on together — God's existence, the Bible's reliability, the resurrection of Jesus, and salvation through grace.</div>
    </details>
    <details>
      <summary>What if it doesn't work for my child?</summary>
      <div>You're covered by the 30-Day Faith Promise. If your child isn't more confident in their faith — if they can't explain WHY they believe better than before — reach out for a hassle-free replacement or full refund. No fine print.</div>
    </details>
  </section>

  <!-- ===================== FINAL CTA ===================== -->
  <div class="fsa-final">
    <!-- [PRICE] final button label -->
    <a class="fsa-btn fsa-btn-wide" href="https://faithsteps.store/products/faithsteps-apologetics-for-kids">Grab Your Copy Now — Summer Sale: 33% OFF</a>
    <p class="fsa-trustline">
      <span>🕊️ 30-Day Faith Promise</span>
      <span>📦 Fast, Tracked U.S. Shipping</span>
      <span>❤️ Trusted by 6,250+ Christian Families</span>
    </p>
  </div>

</div><!-- /.fsa-wrap -->

<!-- ===================== FOOTER ===================== -->
<footer class="fsa-footer fsa-fullbleed">
  <p>
    <a href="https://faithsteps.store/policies/contact-information">Contact Us</a>
    <a href="https://faithsteps.store/policies/privacy-policy">Privacy Policy</a>
    <a href="https://faithsteps.store/policies/terms-of-service">Terms of Service</a>
    <a href="https://faithsteps.store/policies/refund-policy">Refund Policy</a>
  </p>
  <p>© 2026 FaithSteps. All Rights Reserved.</p>
  <p class="fsa-disclaimer">This is an advertisement and not an actual news article, blog, or consumer protection update. Results may vary. Individual experiences shared represent personal testimonials and are not guaranteed outcomes for all users.</p>
</footer>

</div><!-- /.fsa-page -->