<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>What Do I Actually Teach? — The Homeschool How To</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Outfit:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --cream:   #FFF8F2;
  --linen:   #F5E6D3;
  --bone:    #EDD5BC;
  --ink:     #3D2010;
  --mid:     #7A3B1E;
  --rust:    #D4845A;
  --rust-dk: #B8623A;
  --navy:    #2C3E50;
  --white:   #FFFFFF;
  --green:   #EAF3DE;
  --green-dk:#3B6D11;
}
html { scroll-behavior: smooth; }
body { font-family: 'Outfit', sans-serif; background: var(--cream); color: var(--ink); overflow-x: hidden; }

.wrap { max-width: 1040px; margin: 0 auto; padding: 0 28px; }

.btn-primary {
  display: inline-block; background: var(--rust); color: var(--white);
  font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 17px;
  padding: 20px 40px; border-radius: 6px; text-decoration: none;
  transition: background .2s, transform .15s;
  box-shadow: 0 8px 28px rgba(212,132,90,.35);
  cursor: pointer; border: none;
}
.btn-primary:hover { background: var(--rust-dk); transform: translateY(-2px); }

/* ── ANNOUNCEMENT BAR ── */
.ann-bar {
  background: var(--navy); padding: 11px 20px;
  text-align: center; font-size: 13px; font-weight: 600;
  color: var(--cream); letter-spacing: 0.3px;
}
.ann-bar span { color: var(--rust); }

/* ── HERO ── */
.hero { background: var(--cream); padding: 68px 0 60px; }
.hero-inner {
  display: grid; grid-template-columns: 1fr 420px;
  gap: 64px; align-items: center;
}
.hero-eyebrow {
  display: flex; align-items: center; gap: 10px; margin-bottom: 18px;
}
.hero-eyebrow .line { width: 28px; height: 2px; background: var(--rust); }
.hero-eyebrow span {
  font-size: 11px; font-weight: 600; letter-spacing: .18em;
  text-transform: uppercase; color: var(--rust);
}
.hero h1 {
  font-family: 'Lora', serif;
  font-size: clamp(28px, 3.6vw, 48px);
  line-height: 1.1; font-weight: 700; color: var(--ink); margin-bottom: 10px;
}
.hero h1 em { font-style: italic; color: var(--rust); }
.hero-sub {
  font-size: 17px; line-height: 1.7; color: var(--mid);
  margin-bottom: 28px; max-width: 500px;
}
.hero-checks {
  display: flex; flex-direction: column; gap: 8px; margin-bottom: 32px;
}
.hero-checks span {
  font-size: 14px; color: var(--mid); font-weight: 500;
  display: flex; align-items: center; gap: 8px;
}
.hero-checks span::before { content: '✓'; color: var(--rust); font-weight: 700; font-size: 15px; }

.price-box {
  background: var(--white); border: 1px solid var(--linen);
  border-top: 4px solid var(--rust); border-radius: 12px;
  padding: 28px 32px; max-width: 420px;
}
.price-label {
  font-size: 11px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--rust); margin-bottom: 8px;
}
.price-row { display: flex; align-items: baseline; gap: 12px; margin-bottom: 6px; }
.price-old { text-decoration: line-through; color: var(--bone); font-size: 16px; }
.price-new {
  font-family: 'Lora', serif; font-size: 48px; font-weight: 700;
  color: var(--ink); line-height: 1;
}
.price-save {
  background: var(--green); color: var(--green-dk);
  font-size: 12px; font-weight: 700; padding: 4px 10px;
  border-radius: 20px; display: inline-block; margin-bottom: 20px;
}
.price-guarantee {
  font-size: 12px; color: var(--mid); margin-top: 12px;
  display: flex; align-items: center; gap: 6px;
}
.price-guarantee::before { content: '🛡'; }

/* product image column */
.hero-visual { position: relative; }
.hero-visual img {
  width: 100%; border-radius: 16px; display: block;
  box-shadow: 0 24px 60px rgba(61,32,16,.18);
}
.badge {
  position: absolute; bottom: -14px; right: -14px;
  background: var(--navy); color: var(--cream);
  border-radius: 12px; padding: 14px 18px; text-align: center;
  box-shadow: 0 8px 24px rgba(44,62,80,.3);
}
.badge-num {
  font-family: 'Lora', serif; font-size: 26px; font-weight: 700;
  color: var(--rust); line-height: 1;
}
.badge-label { font-size: 11px; color: rgba(255,248,242,.65); margin-top: 2px; }

/* ── PRINTABLES STRIP ── */
.strip { background: var(--navy); padding: 18px 0; }
.strip-inner {
  display: flex; align-items: center; justify-content: center;
  gap: 8px; flex-wrap: wrap;
}
.strip-label {
  font-size: 11px; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; color: rgba(255,248,242,.45); margin-right: 4px;
}
.pill {
  background: rgba(212,132,90,.15); border: 1px solid rgba(212,132,90,.3);
  color: var(--rust); font-size: 12px; font-weight: 600;
  padding: 5px 13px; border-radius: 999px;
}

/* ── FEAR SECTION ── */
.fear { padding: 72px 0; background: var(--linen); }
.section-eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: var(--rust);
  text-align: center; margin-bottom: 12px;
}
.section-title {
  font-family: 'Lora', serif; font-size: clamp(22px, 2.8vw, 36px);
  font-weight: 700; color: var(--ink); text-align: center;
  margin-bottom: 10px; line-height: 1.2;
}
.section-sub {
  font-size: 16px; color: var(--mid); text-align: center;
  max-width: 580px; margin: 0 auto 44px; line-height: 1.6;
}
.fear-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px;
}
.fear-card {
  background: var(--white); border-radius: 12px; padding: 30px 28px;
  border-top: 4px solid var(--rust);
}
.fear-card h3 { font-size: 17px; font-weight: 600; color: var(--ink); margin-bottom: 10px; }
.fear-card p { font-size: 14px; line-height: 1.65; color: var(--mid); font-style: italic; }

/* ── WHAT'S INSIDE ── */
.inside { padding: 72px 0; background: var(--navy); }
.inside .section-title { color: var(--white); }
.inside .section-title em { color: var(--rust); font-style: italic; }
.inside .section-sub { color: rgba(255,248,242,.5); }
.inside-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px;
}
.inside-item {
  background: rgba(255,248,242,.05); border: 1px solid rgba(212,132,90,.2);
  border-radius: 10px; padding: 20px 22px;
  display: flex; align-items: flex-start; gap: 12px;
}
.inside-check { color: var(--rust); font-weight: 700; font-size: 16px; flex-shrink: 0; margin-top: 1px; }
.inside-item p { font-size: 14px; color: rgba(255,248,242,.8); line-height: 1.5; }

/* ── PRINTABLES ── */
.printables { padding: 72px 0; background: var(--cream); }
.printables-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px;
}
.p-card {
  background: var(--linen); border-radius: 10px; padding: 24px 20px;
  border-left: 4px solid var(--rust);
}
.p-num {
  font-size: 10px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--rust); margin-bottom: 6px;
}
.p-card h3 { font-size: 14px; font-weight: 600; color: var(--ink); line-height: 1.35; }

/* ── CHERYL ── */
.cheryl { padding: 72px 0; background: var(--linen); }
.cheryl-inner {
  display: grid; grid-template-columns: 380px 1fr; gap: 60px; align-items: center;
}
.cheryl-img img {
  width: 100%; border-radius: 14px;
  box-shadow: 0 16px 48px rgba(61,32,16,.15);
}
.cheryl-copy h2 {
  font-family: 'Lora', serif; font-size: clamp(22px, 2.6vw, 34px);
  font-weight: 700; line-height: 1.15; margin-bottom: 16px; color: var(--ink);
}
.cheryl-copy h2 em { font-style: italic; color: var(--rust); }
.cheryl-copy p { font-size: 15px; line-height: 1.8; color: var(--mid); margin-bottom: 14px; }
.cheryl-stats {
  display: flex; gap: 28px; margin-top: 24px;
  padding-top: 20px; border-top: 1px solid var(--bone);
}
.stat-num {
  font-family: 'Lora', serif; font-size: 28px;
  font-weight: 700; color: var(--rust); line-height: 1;
}
.stat-label { font-size: 12px; color: var(--mid); margin-top: 3px; font-weight: 500; }

/* ── FINAL CTA ── */
.final { padding: 96px 0; background: var(--navy); text-align: center; }
.final h2 {
  font-family: 'Lora', serif; font-size: clamp(26px, 3.4vw, 44px);
  font-weight: 700; color: var(--white); line-height: 1.1; margin-bottom: 10px;
}
.final h2 em { font-style: italic; color: var(--rust); }
.final-sub {
  font-size: 16px; color: rgba(255,248,242,.55); margin-bottom: 40px;
  max-width: 440px; margin-left: auto; margin-right: auto; line-height: 1.6;
}
.final-box {
  background: rgba(255,248,242,.05); border: 1px solid rgba(255,248,242,.1);
  border-radius: 18px; padding: 36px 48px; display: inline-block; margin-bottom: 20px;
}
.final-price {
  font-family: 'Lora', serif; font-size: 68px; font-weight: 700;
  color: var(--white); line-height: 1; margin-bottom: 4px;
}
.final-note { font-size: 12px; color: rgba(255,248,242,.3); margin-bottom: 24px; }
.guarantee {
  display: flex; align-items: center; justify-content: center; gap: 12px;
  background: rgba(255,248,242,.05); border: 1px solid rgba(255,248,242,.08);
  border-radius: 10px; padding: 14px 24px; max-width: 460px;
  margin: 20px auto 0;
}
.guarantee-text h4 { font-size: 13px; font-weight: 700; color: var(--white); margin-bottom: 2px; }
.guarantee-text p { font-size: 12px; color: rgba(255,248,242,.4); line-height: 1.4; }
.fine { margin-top: 18px; font-size: 12px; color: rgba(255,248,242,.2); }

/* ── STICKY ── */
.sticky {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: var(--navy); padding: 12px 16px; text-align: center;
  z-index: 1000; box-shadow: 0 -4px 20px rgba(0,0,0,.3);
  border-top: 3px solid var(--rust); display: none;
}
.sticky a {
  background: var(--rust); color: var(--white);
  font-weight: 700; padding: 13px 32px; border-radius: 6px;
  display: inline-block; text-decoration: none; font-size: 15px;
}

/* ── RESPONSIVE ── */
@media (max-width: 860px) {
  .hero-inner, .cheryl-inner { grid-template-columns: 1fr; gap: 36px; }
  .hero h1, .hero-sub { text-align: center; }
  .hero-eyebrow, .hero-checks { align-items: center; }
  .hero-sub { margin-left: auto; margin-right: auto; }
  .price-box { margin: 0 auto; }
  .hero-visual { order: -1; max-width: 340px; margin: 0 auto; }
  .cheryl-img { max-width: 320px; margin: 0 auto; }
  .final-box { padding: 28px 24px; }
  .final-price { font-size: 52px; }
  body { padding-bottom: 68px; }
  .sticky { display: block; }
}
@media (max-width: 540px) {
  .cheryl-stats { gap: 16px; }
  .printables-grid { grid-template-columns: 1fr 1fr; }
}
</style>
</head>
<body>

<!-- ANNOUNCEMENT BAR -->
<div class="ann-bar">
  <span>NEW:</span> The guide every new homeschool parent needs — instant download
</div>

<!-- HERO -->
<section class="hero">
  <div class="wrap">
    <div class="hero-inner">

      <div class="hero-copy">
        <div class="hero-eyebrow">
          <div class="line"></div>
          <span>The Homeschool How To</span>
        </div>
        <h1>What Do I Actually Teach?<br><em>It's Simpler Than You Think.</em></h1>
        <p class="hero-sub">Stop second-guessing yourself. This guide gives you a clear, plain-English framework for what to teach, when to teach it, and how everyday life already covers most of it.</p>
        <div class="hero-checks">
          <span>Covers every required subject — decoded in plain English</span>
          <span>By-age roadmap from 6 to 18</span>
          <span>One topic your child loves covers almost everything</span>
          <span>5 printable tools included</span>
        </div>
        <div class="price-box">
          <div class="price-label">Special Launch Price</div>
          <div class="price-row">
            <span class="price-old">$27</span>
            <span class="price-new">$17</span>
          </div>
          <div class="price-save">Save 37% — limited time</div>
          <a class="btn-primary" href="https://thehomeschoolhowto.com/cart/?add-to-cart=PRODUCT_ID" style="width:100%;text-align:center;display:block;">
            Get Instant Access — $17
          </a>
          <div class="price-guarantee">30-day money-back guarantee. No questions asked.</div>
        </div>
      </div>

      <div class="hero-visual">
        <img src="https://thehomeschoolhowto.com/wp-content/uploads/2026/05/Copy-of-Untitled-Design-6-scaled.png" alt="What Do I Actually Teach — product cover">
        <div class="badge">
          <div class="badge-num">5</div>
          <div class="badge-label">Printables<br>included</div>
        </div>
      </div>

    </div>
  </div>
</section>

<!-- PRINTABLES STRIP -->
<div class="strip">
  <div class="wrap">
    <div class="strip-inner">
      <span class="strip-label">Includes:</span>
      <span class="pill">Subject Decoder</span>
      <span class="pill">Unit Study Planner</span>
      <span class="pill">State Requirements Tracker</span>
      <span class="pill">Report Template</span>
      <span class="pill">Attendance Log</span>
    </div>
  </div>
</div>

<!-- FEAR SECTION -->
<section class="fear">
  <div class="wrap">
    <div class="section-eyebrow">Sound familiar?</div>
    <h2 class="section-title">The question that stops every new homeschool parent cold</h2>
    <p class="section-sub">You want to homeschool. But then someone asks you: "So… what are you going to teach them?" And you pause.</p>
    <div class="fear-grid">
      <div class="fear-card">
        <h3>I don't know what I'm required to teach</h3>
        <p>"What does my state actually require? What counts? Am I going to get in trouble if I miss something?"</p>
      </div>
      <div class="fear-card">
        <h3>I don't know how to cover all the subjects</h3>
        <p>"Do I need eleven separate lesson plans every single day? I'm not a teacher. I don't know how to do this."</p>
      </div>
      <div class="fear-card">
        <h3>I don't know what to teach at what age</h3>
        <p>"My child is 9. What should they know by now? What can wait? Is there a roadmap I'm supposed to be following?"</p>
      </div>
    </div>
  </div>
</section>

<!-- WHAT'S INSIDE -->
<section class="inside">
  <div class="wrap">
    <div class="section-eyebrow" style="color:var(--rust);">What's inside</div>
    <h2 class="section-title">Everything you need. <em>Nothing you don't.</em></h2>
    <p class="section-sub" style="margin-bottom:40px;">Nine parts. Plain English. No fluff. Designed to be read in one sitting and referenced all year.</p>
    <div class="inside-grid">
      <div class="inside-item"><span class="inside-check">✓</span><p>Every required subject decoded in plain English — what it means in real life</p></div>
      <div class="inside-item"><span class="inside-check">✓</span><p>The unit study method — one topic covers almost every subject at once</p></div>
      <div class="inside-item"><span class="inside-check">✓</span><p>By-age roadmap from 3 to 18 — what to focus on at every stage</p></div>
      <div class="inside-item"><span class="inside-check">✓</span><p>What colleges actually require from homeschool students</p></div>
      <div class="inside-item"><span class="inside-check">✓</span><p>Fields worth exploring beyond the required subjects</p></div>
      <div class="inside-item"><span class="inside-check">✓</span><p>Projects — the most powerful thing homeschooling allows</p></div>
      <div class="inside-item"><span class="inside-check">✓</span><p>Where to find curriculum — the best resources, honestly reviewed</p></div>
      <div class="inside-item"><span class="inside-check">✓</span><p>Family style learning — how to teach all your kids at once</p></div>
      <div class="inside-item"><span class="inside-check">✓</span><p>How learning is already happening everywhere in your home</p></div>
    </div>
    <div style="text-align:center;margin-top:40px;">
      <a class="btn-primary" href="https://thehomeschoolhowto.com/cart/?add-to-cart=PRODUCT_ID">Get Instant Access — $17</a>
    </div>
  </div>
</section>

<!-- PRINTABLES -->
<section class="printables">
  <div class="wrap">
    <div class="section-eyebrow">Bonus printables</div>
    <h2 class="section-title">5 tools you'll actually use</h2>
    <p class="section-sub">Not decorative. Not filler. Each one is a tool you'll come back to all year long.</p>
    <div class="printables-grid">
      <div class="p-card">
        <div class="p-num">Printable 1</div>
        <h3>Subject Decoder Wall Chart</h3>
      </div>
      <div class="p-card">
        <div class="p-num">Printable 2</div>
        <h3>Unit Study Planner</h3>
      </div>
      <div class="p-card">
        <div class="p-num">Printable 3</div>
        <h3>State Requirements Tracker</h3>
      </div>
      <div class="p-card">
        <div class="p-num">Printable 4</div>
        <h3>Quarterly Report Template</h3>
      </div>
      <div class="p-card">
        <div class="p-num">Printable 5</div>
        <h3>Annual Attendance Tracker</h3>
      </div>
    </div>
  </div>
</section>

<!-- CHERYL -->
<section class="cheryl">
  <div class="wrap">
    <div class="cheryl-inner">
      <div class="cheryl-img">
        <img src="https://thehomeschoolhowto.com/wp-content/uploads/2026/03/DSC06883-1-scaled.jpg" alt="Cheryl Daley — The Homeschool How To">
      </div>
      <div class="cheryl-copy">
        <h2>I spent 16 years in a cubicle.<br><em>My kid won't.</em></h2>
        <p>I worked for the government for 16 years — showed up when they said, took breaks when they said, took vacation when they approved it. Then COVID hit and I realized I had no control over what was happening with my son either.</p>
        <p>I started interviewing homeschool families expecting to find weirdos. Instead I found the most intentional, connected, free people I'd ever met. We pulled out of the system. This guide is everything I learned — distilled into plain English, so you don't have to figure it out the hard way.</p>
        <div class="cheryl-stats">
          <div>
            <div class="stat-num">200+</div>
            <div class="stat-label">families interviewed</div>
          </div>
          <div>
            <div class="stat-num">170+</div>
            <div class="stat-label">podcast episodes</div>
          </div>
          <div>
            <div class="stat-num">3 yrs</div>
            <div class="stat-label">of real research</div>
          </div>
        </div>
      </div>
    </div>
  </div>
</section>

<!-- FINAL CTA -->
<section class="final">
  <div class="wrap">
    <h2>Ready to stop guessing<br>and <em>start homeschooling?</em></h2>
    <p class="final-sub">You already know more than you think. This guide will prove it.</p>
    <div class="final-box">
      <div class="final-price">$17</div>
      <div class="final-note">One-time payment &nbsp;·&nbsp; Instant download &nbsp;·&nbsp; Any device</div>
      <a class="btn-primary" href="https://thehomeschoolhowto.com/cart/?add-to-cart=PRODUCT_ID" style="font-size:17px;padding:20px 48px;">
        Get Instant Access — $17
      </a>
    </div>
    <div class="guarantee">
      <div style="font-size:26px;">🛡</div>
      <div class="guarantee-text">
        <h4>30-Day Money-Back Guarantee</h4>
        <p>If this guide doesn't give you clarity and confidence, email us for a full refund. No questions asked.</p>
      </div>
    </div>
    <div class="fine">Questions? Email info@thehomeschoolhowto.com</div>
  </div>
</section>

<!-- STICKY BAR -->
<div class="sticky" id="sticky">
  <a href="https://thehomeschoolhowto.com/cart/?add-to-cart=PRODUCT_ID">Get What Do I Actually Teach — $17 →</a>
</div>

<script>
window.addEventListener('scroll', function() {
  const hero = document.querySelector('.hero');
  const sticky = document.getElementById('sticky');
  if (sticky) {
    sticky.style.display = window.pageYOffset > (hero ? hero.offsetHeight : 400) ? 'block' : 'none';
  }
});
</script>
</body>
</html>