{"product_id":"the-ultimate-teacher-ai-toolkit","title":"The Ultimate Teacher AI Toolkit","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,700;0,900;1,700\u0026amp;family=DM+Sans:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\n\u003cstyle\u003e\n  :root {\n    --navy: #0f1729;\n    --navy2: #1a2540;\n    --gold: #f5c842;\n    --gold2: #e8b820;\n    --cream: #faf8f2;\n    --white: #ffffff;\n    --gray: #6b7280;\n    --lgray: #9ca3af;\n    --border: #e5e7eb;\n    --mint: #10b981;\n    --coral: #f97316;\n    --rose: #f43f5e;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    font-family: 'DM Sans', sans-serif;\n    background: var(--cream);\n    color: var(--navy);\n    line-height: 1.6;\n    overflow-x: hidden;\n  }\n\n  .hero {\n    background: var(--navy);\n    position: relative;\n    padding: 72px 40px 80px;\n    overflow: hidden;\n    text-align: center;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background:\n      radial-gradient(ellipse 60% 50% at 20% 50%, #f5c84218 0%, transparent 70%),\n      radial-gradient(ellipse 50% 60% at 80% 30%, #10b98112 0%, transparent 70%);\n  }\n  .hero-dots {\n    position: absolute;\n    top: 24px; right: 32px;\n    display: grid;\n    grid-template-columns: repeat(6, 1fr);\n    gap: 10px;\n    opacity: 0.25;\n  }\n  .hero-dots span {\n    width: 5px; height: 5px;\n    border-radius: 50%;\n    background: var(--gold);\n    display: block;\n  }\n  .hero-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    background: rgba(245,200,66,.12);\n    border: 1px solid rgba(245,200,66,.3);\n    color: var(--gold);\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: .1em;\n    text-transform: uppercase;\n    padding: 5px 14px;\n    border-radius: 20px;\n    margin-bottom: 28px;\n    animation: fadeUp .6s ease both;\n  }\n  .hero h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(32px, 5vw, 58px);\n    font-weight: 900;\n    color: var(--white);\n    line-height: 1.1;\n    margin-bottom: 20px;\n    animation: fadeUp .6s .1s ease both;\n  }\n  .hero h1 em { font-style: italic; color: var(--gold); }\n  .hero-sub {\n    font-size: clamp(15px, 2vw, 18px);\n    color: rgba(255,255,255,.65);\n    max-width: 580px;\n    margin: 0 auto 36px;\n    line-height: 1.7;\n    font-weight: 300;\n    animation: fadeUp .6s .2s ease both;\n  }\n  .hero-stats {\n    display: flex;\n    justify-content: center;\n    gap: 48px;\n    flex-wrap: wrap;\n    animation: fadeUp .6s .3s ease both;\n  }\n  .stat { text-align: center; }\n  .stat-num {\n    font-family: 'Playfair Display', serif;\n    font-size: 36px;\n    font-weight: 700;\n    color: var(--gold);\n    line-height: 1;\n    display: block;\n  }\n  .stat-label {\n    font-size: 11px;\n    color: rgba(255,255,255,.5);\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    font-weight: 500;\n  }\n\n  .pain {\n    background: var(--white);\n    padding: 64px 40px;\n    text-align: center;\n    border-bottom: 1px solid var(--border);\n  }\n  .pain-label {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: var(--coral);\n    margin-bottom: 20px;\n  }\n  .pain h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(24px, 4vw, 40px);\n    font-weight: 700;\n    color: var(--navy);\n    line-height: 1.25;\n    max-width: 640px;\n    margin: 0 auto 20px;\n  }\n  .pain-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 16px;\n    max-width: 900px;\n    margin: 40px auto 0;\n  }\n  .pain-card {\n    background: var(--cream);\n    border: 1px solid var(--border);\n    border-radius: 16px;\n    padding: 24px 20px;\n    text-align: left;\n    position: relative;\n    overflow: hidden;\n    transition: transform .2s, box-shadow .2s;\n  }\n  .pain-card:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(15,23,41,.08); }\n  .pain-card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: var(--coral);\n  }\n  .pain-icon { font-size: 24px; margin-bottom: 10px; display: block; }\n  .pain-card p { font-size: 14px; color: var(--gray); line-height: 1.6; }\n  .pain-card strong { color: var(--navy); font-weight: 600; display: block; margin-bottom: 4px; font-size: 15px; }\n\n  .solution-banner {\n    background: var(--gold);\n    padding: 40px;\n    text-align: center;\n  }\n  .solution-banner h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(22px, 3.5vw, 36px);\n    font-weight: 900;\n    color: var(--navy);\n    line-height: 1.2;\n  }\n  .solution-banner p {\n    font-size: 16px;\n    color: rgba(15,23,41,.7);\n    margin-top: 10px;\n    font-weight: 400;\n  }\n\n  .packs {\n    padding: 72px 40px;\n    max-width: 960px;\n    margin: 0 auto;\n  }\n  .section-eyebrow {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: var(--gold2);\n    margin-bottom: 12px;\n  }\n  .section-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(24px, 3.5vw, 38px);\n    font-weight: 700;\n    color: var(--navy);\n    line-height: 1.2;\n    margin-bottom: 40px;\n  }\n  .pack-card {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 20px;\n    overflow: hidden;\n    margin-bottom: 24px;\n    transition: box-shadow .2s;\n  }\n  .pack-card:hover { box-shadow: 0 16px 48px rgba(15,23,41,.1); }\n  .pack-header {\n    display: flex;\n    align-items: center;\n    gap: 20px;\n    padding: 28px 32px;\n    cursor: pointer;\n    user-select: none;\n  }\n  .pack-num {\n    font-family: 'Playfair Display', serif;\n    font-size: 48px;\n    font-weight: 900;\n    line-height: 1;\n    flex-shrink: 0;\n    width: 56px;\n  }\n  .pack-num.n1 { color: #f5c842; }\n  .pack-num.n2 { color: #10b981; }\n  .pack-num.n3 { color: #f97316; }\n  .pack-num.n4 { color: #8b5cf6; }\n  .pack-header-text { flex: 1; }\n  .pack-title { font-size: 18px; font-weight: 600; color: var(--navy); margin-bottom: 4px; }\n  .pack-subtitle { font-size: 13px; color: var(--gray); }\n  .pack-count { font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 20px; flex-shrink: 0; }\n  .pack-count.c1 { background: #fef9c3; color: #92400e; }\n  .pack-count.c2 { background: #d1fae5; color: #065f46; }\n  .pack-count.c3 { background: #ffedd5; color: #9a3412; }\n  .pack-count.c4 { background: #ede9fe; color: #5b21b6; }\n  .pack-chevron { font-size: 18px; color: var(--lgray); transition: transform .3s; flex-shrink: 0; }\n  .pack-card.open .pack-chevron { transform: rotate(180deg); }\n  .pack-body { display: none; padding: 0 32px 28px; border-top: 1px solid var(--border); }\n  .pack-card.open .pack-body { display: block; }\n  .pack-body-inner { padding-top: 20px; }\n  .prompt-list-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 16px; }\n  .prompt-item { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; color: var(--gray); line-height: 1.5; }\n  .prompt-item::before { content: '→'; color: var(--gold2); font-weight: 600; flex-shrink: 0; margin-top: 1px; }\n\n  .how {\n    background: var(--navy);\n    padding: 72px 40px;\n    text-align: center;\n  }\n  .how .section-eyebrow { color: var(--gold); }\n  .how .section-title { color: var(--white); margin-bottom: 52px; }\n  .steps-row { display: flex; justify-content: center; gap: 0; max-width: 800px; margin: 0 auto; flex-wrap: wrap; }\n  .step { flex: 1; min-width: 140px; max-width: 180px; text-align: center; position: relative; padding: 0 12px; }\n  .step:not(:last-child)::after {\n    content: '';\n    position: absolute;\n    top: 28px; right: -1px;\n    width: 50%; height: 2px;\n    background: linear-gradient(90deg, rgba(245,200,66,.4), transparent);\n  }\n  .step-circle {\n    width: 56px; height: 56px;\n    border-radius: 50%;\n    background: rgba(245,200,66,.12);\n    border: 2px solid rgba(245,200,66,.3);\n    display: flex; align-items: center; justify-content: center;\n    margin: 0 auto 14px;\n    font-family: 'Playfair Display', serif;\n    font-size: 22px; font-weight: 700;\n    color: var(--gold);\n  }\n  .step h4 { font-size: 13px; font-weight: 600; color: var(--white); margin-bottom: 6px; }\n  .step p { font-size: 12px; color: rgba(255,255,255,.5); line-height: 1.5; }\n\n  .proof { background: var(--cream); padding: 72px 40px; max-width: 960px; margin: 0 auto; }\n  .reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-top: 40px; }\n  .review-card { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 24px; position: relative; }\n  .review-stars { color: var(--gold); font-size: 15px; margin-bottom: 12px; letter-spacing: 2px; }\n  .review-text { font-size: 14px; color: var(--gray); line-height: 1.7; font-style: italic; margin-bottom: 16px; }\n  .review-author { font-size: 12px; font-weight: 600; color: var(--navy); }\n  .review-role { font-size: 11px; color: var(--lgray); }\n  .quote-mark { position: absolute; top: 16px; right: 20px; font-size: 48px; font-family: 'Playfair Display', serif; color: var(--gold); opacity: .15; line-height: 1; }\n\n  .get { background: var(--white); padding: 72px 40px; border-top: 1px solid var(--border); }\n  .get-inner { max-width: 960px; margin: 0 auto; }\n  .get-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 40px; }\n  .get-item { display: flex; gap: 16px; align-items: flex-start; }\n  .get-icon { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }\n  .get-icon.gold { background: #fef9c3; }\n  .get-icon.green { background: #d1fae5; }\n  .get-icon.blue { background: #dbeafe; }\n  .get-icon.purple { background: #ede9fe; }\n  .get-text h4 { font-size: 15px; font-weight: 600; color: var(--navy); margin-bottom: 4px; }\n  .get-text p { font-size: 13px; color: var(--gray); line-height: 1.6; }\n\n  .pricing { background: var(--navy); padding: 72px 40px; }\n  .pricing-inner { max-width: 860px; margin: 0 auto; text-align: center; }\n  .pricing .section-eyebrow { color: var(--gold); }\n  .pricing .section-title { color: var(--white); }\n  .price-table { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 20px; overflow: hidden; margin: 36px auto 0; max-width: 560px; }\n  .price-row { display: flex; justify-content: space-between; align-items: center; padding: 14px 28px; border-bottom: 1px solid rgba(255,255,255,.06); font-size: 14px; }\n  .price-row:last-child { border-bottom: none; }\n  .price-row .name { color: rgba(255,255,255,.65); }\n  .price-row .amount { color: rgba(255,255,255,.5); font-weight: 500; }\n  .price-row.total { background: rgba(245,200,66,.1); border-top: 1px solid rgba(245,200,66,.3); }\n  .price-row.total .name { color: var(--white); font-weight: 600; font-size: 16px; }\n  .price-row.total .amount { color: var(--gold); font-weight: 700; font-size: 20px; }\n  .price-row.strike .amount { text-decoration: line-through; color: rgba(255,255,255,.3); }\n  .savings-pill { display: inline-block; background: var(--gold); color: var(--navy); font-size: 12px; font-weight: 700; padding: 4px 14px; border-radius: 20px; margin-top: 20px; }\n  .cta-btn { display: inline-block; background: var(--gold); color: var(--navy); font-size: 16px; font-weight: 700; padding: 18px 48px; border-radius: 14px; text-decoration: none; margin-top: 32px; transition: transform .2s, box-shadow .2s; cursor: pointer; border: none; font-family: 'DM Sans', sans-serif; }\n  .cta-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(245,200,66,.35); }\n  .cta-btn a { color: var(--navy); text-decoration: none; }\n  .cta-note { font-size: 12px; color: rgba(255,255,255,.4); margin-top: 12px; }\n\n  .footer-banner {\n    background: linear-gradient(135deg, var(--navy) 0%, #1e3a5f 100%);\n    padding: 64px 40px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .footer-banner::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(245,200,66,.08) 0%, transparent 70%);\n  }\n  .footer-banner h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(24px, 4vw, 42px);\n    font-weight: 700;\n    color: var(--white);\n    line-height: 1.25;\n    margin-bottom: 12px;\n    position: relative;\n  }\n  .footer-banner h2 em { color: var(--gold); font-style: italic; }\n  .footer-banner p { color: rgba(255,255,255,.55); font-size: 16px; margin-bottom: 32px; position: relative; }\n  .footer-url { display: block; font-size: 13px; color: rgba(255,255,255,.3); margin-top: 24px; position: relative; letter-spacing: .05em; }\n\n  .guarantee {\n    background: var(--cream);\n    border-top: 1px solid var(--border);\n    border-bottom: 1px solid var(--border);\n    padding: 24px 40px;\n    display: flex;\n    justify-content: center;\n    gap: 48px;\n    flex-wrap: wrap;\n  }\n  .g-item { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--gray); font-weight: 500; }\n  .g-icon { font-size: 20px; }\n\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(20px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  @media (max-width: 640px) {\n    .hero, .pain, .packs, .how, .proof, .get, .pricing, .footer-banner { padding-left: 20px; padding-right: 20px; }\n    .get-grid { grid-template-columns: 1fr; }\n    .prompt-list-grid { grid-template-columns: 1fr; }\n    .pack-header { padding: 20px; }\n    .pack-body { padding: 0 20px 20px; }\n    .hero-stats { gap: 28px; }\n    .steps-row { gap: 20px; }\n    .guarantee { gap: 20px; }\n  }\n\u003c\/style\u003e\n\n\u003c!-- HERO --\u003e\n\u003csection class=\"hero\"\u003e\n  \u003cdiv class=\"hero-dots\"\u003e\n    \u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n    \u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n    \u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"hero-badge\"\u003e⚡ Instant Digital Download\u003c\/div\u003e\n  \u003ch1\u003eThe \u003cem\u003eUltimate\u003c\/em\u003e\u003cbr\u003eTeacher AI Toolkit\u003c\/h1\u003e\n  \u003cp class=\"hero-sub\"\u003e160 fill-in-the-bracket ChatGPT prompts covering every major task that steals your time — lesson plans, report cards, parent emails, and assessments.\u003c\/p\u003e\n  \u003cdiv class=\"hero-stats\"\u003e\n    \u003cdiv class=\"stat\"\u003e\n\u003cspan class=\"stat-num\"\u003e160\u003c\/span\u003e\u003cspan class=\"stat-label\"\u003eTested Prompts\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n\u003cspan class=\"stat-num\"\u003e4\u003c\/span\u003e\u003cspan class=\"stat-label\"\u003eComplete Packs\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n\u003cspan class=\"stat-num\"\u003e60s\u003c\/span\u003e\u003cspan class=\"stat-label\"\u003ePer Lesson Plan\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n\u003cspan class=\"stat-num\"\u003eK–12\u003c\/span\u003e\u003cspan class=\"stat-label\"\u003eEvery Grade\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- GUARANTEE STRIP --\u003e\n\u003cdiv class=\"guarantee\"\u003e\n  \u003cdiv class=\"g-item\"\u003e\n\u003cspan class=\"g-icon\"\u003e⚡\u003c\/span\u003e Instant download after purchase\u003c\/div\u003e\n  \u003cdiv class=\"g-item\"\u003e\n\u003cspan class=\"g-icon\"\u003e🆓\u003c\/span\u003e Works with ChatGPT Free\u003c\/div\u003e\n  \u003cdiv class=\"g-item\"\u003e\n\u003cspan class=\"g-icon\"\u003e♾️\u003c\/span\u003e Lifetime access\u003c\/div\u003e\n  \u003cdiv class=\"g-item\"\u003e\n\u003cspan class=\"g-icon\"\u003e📄\u003c\/span\u003e PDF + Google Doc included\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- PAIN --\u003e\n\u003csection class=\"pain\"\u003e\n  \u003cdiv class=\"pain-label\"\u003eSound familiar?\u003c\/div\u003e\n  \u003ch2\u003eYou became a teacher to change lives. Not to spend Sunday nights staring at a blank template.\u003c\/h2\u003e\n  \u003cdiv class=\"pain-grid\"\u003e\n    \u003cdiv class=\"pain-card\"\u003e\n      \u003cspan class=\"pain-icon\"\u003e📋\u003c\/span\u003e\n      \u003cstrong\u003eThe Sunday Planning Spiral\u003c\/strong\u003e\n      \u003cp\u003eYou sit down to plan one lesson and three hours disappear into differentiation, standards alignment, and trying to remember what worked last year.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pain-card\"\u003e\n      \u003cspan class=\"pain-icon\"\u003e📝\u003c\/span\u003e\n      \u003cstrong\u003eReport Card Season Dread\u003c\/strong\u003e\n      \u003cp\u003e32 students. 32 comments. They need to sound different. They're due Friday. You've written the same opener five times and you know nobody's fooled.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pain-card\"\u003e\n      \u003cspan class=\"pain-icon\"\u003e📧\u003c\/span\u003e\n      \u003cstrong\u003eThe Parent Email Rewrite\u003c\/strong\u003e\n      \u003cp\u003e25 minutes. One paragraph. You've written it firm, then softened it, then worried it sounds passive-aggressive. It's still sitting in drafts.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pain-card\"\u003e\n      \u003cspan class=\"pain-icon\"\u003e📊\u003c\/span\u003e\n      \u003cstrong\u003eThe Hour-Long Quiz\u003c\/strong\u003e\n      \u003cp\u003eYou spent 60 minutes writing a multiple choice quiz your students will finish in 8. The distractors aren't plausible. The Bloom's level is all recall. You know it.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- SOLUTION --\u003e\n\u003cdiv class=\"solution-banner\"\u003e\n  \u003ch2\u003eThere's a better way. And it takes 60 seconds.\u003c\/h2\u003e\n  \u003cp\u003eFill in the brackets. Paste into ChatGPT. Get something classroom-ready. That's the whole system.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- PACKS --\u003e\n\u003csection class=\"packs\"\u003e\n  \u003cdiv class=\"section-eyebrow\"\u003eWhat's inside\u003c\/div\u003e\n  \u003cdiv class=\"section-title\"\u003eFour complete packs.\u003cbr\u003eEvery major task. One download.\u003c\/div\u003e\n\n  \u003cdiv class=\"pack-card open\"\u003e\n    \u003cdiv class=\"pack-header\"\u003e\n      \u003cdiv class=\"pack-num n1\"\u003e01\u003c\/div\u003e\n      \u003cdiv class=\"pack-header-text\"\u003e\n        \u003cdiv class=\"pack-title\"\u003eThe Complete Lesson Planning Toolkit\u003c\/div\u003e\n        \u003cdiv class=\"pack-subtitle\"\u003eSub plans, differentiation, PBL, warm-ups, unit planners \u0026amp; more\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"pack-count c1\"\u003e40 prompts\u003c\/span\u003e\n      \u003cspan class=\"pack-chevron\"\u003e▾\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pack-body\"\u003e\n      \u003cdiv class=\"pack-body-inner\"\u003e\n        \u003cp style=\"font-size:14px;color:#6b7280;margin-bottom:12px;\"\u003eEverything you need to walk into any classroom, any day, fully prepared — for any grade, any subject, any standard.\u003c\/p\u003e\n        \u003cdiv class=\"prompt-list-grid\"\u003e\n          \u003cdiv class=\"prompt-item\"\u003eComplete lesson builders (any grade, any subject)\u003c\/div\u003e\n          \u003cdiv class=\"prompt-item\"\u003eSub plans a substitute can run without prep\u003c\/div\u003e\n          \u003cdiv class=\"prompt-item\"\u003eDifferentiated activities at 3 levels\u003c\/div\u003e\n          \u003cdiv class=\"prompt-item\"\u003eProject-based learning unit designers\u003c\/div\u003e\n          \u003cdiv class=\"prompt-item\"\u003eWarm-up and exit ticket banks (5 of each)\u003c\/div\u003e\n          \u003cdiv class=\"prompt-item\"\u003eCross-curricular connection builders\u003c\/div\u003e\n          \u003cdiv class=\"prompt-item\"\u003eDiscussion \u0026amp; Socratic seminar lessons\u003c\/div\u003e\n          \u003cdiv class=\"prompt-item\"\u003eTechnology-integrated lesson plans\u003c\/div\u003e\n          \u003cdiv class=\"prompt-item\"\u003eWeek-at-a-glance unit planners\u003c\/div\u003e\n          \u003cdiv class=\"prompt-item\"\u003eStandards unpacker \u0026amp; misconception mapper\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pack-card\"\u003e\n    \u003cdiv class=\"pack-header\"\u003e\n      \u003cdiv class=\"pack-num n2\"\u003e02\u003c\/div\u003e\n      \u003cdiv class=\"pack-header-text\"\u003e\n        \u003cdiv class=\"pack-title\"\u003eReport Card Comments Made Easy\u003c\/div\u003e\n        \u003cdiv class=\"pack-subtitle\"\u003eEvery student, every situation — never the same comment twice\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"pack-count c2\"\u003e40 prompts\u003c\/span\u003e\n      \u003cspan class=\"pack-chevron\"\u003e▾\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pack-body\"\u003e\n      \u003cdiv class=\"pack-body-inner\"\u003e\n        \u003cp style=\"font-size:14px;color:#6b7280;margin-bottom:12px;\"\u003eProfessional, personalized, non-repetitive comments for every student at any performance level — in the time it used to take to write three.\u003c\/p\u003e\n        \u003cdiv class=\"prompt-list-grid\"\u003e\n          \u003cdiv class=\"prompt-item\"\u003ePerformance-level comments (4 levels)\u003c\/div\u003e\n          \u003cdiv class=\"prompt-item\"\u003eSubject-specific comments for any subject\u003c\/div\u003e\n          \u003cdiv class=\"prompt-item\"\u003eBehavior \u0026amp; social-emotional comments\u003c\/div\u003e\n          \u003cdiv class=\"prompt-item\"\u003eGrowth mindset rewrites (3 versions)\u003c\/div\u003e\n          \u003cdiv class=\"prompt-item\"\u003eELL \u0026amp; ESL student comments\u003c\/div\u003e\n          \u003cdiv class=\"prompt-item\"\u003eIEP \u0026amp; special education (strengths-based)\u003c\/div\u003e\n          \u003cdiv class=\"prompt-item\"\u003eThe \"nothing to say\" prompt\u003c\/div\u003e\n          \u003cdiv class=\"prompt-item\"\u003eBatch personalizer — 1 comment → 10 versions\u003c\/div\u003e\n          \u003cdiv class=\"prompt-item\"\u003eEnd-of-year reflection comments\u003c\/div\u003e\n          \u003cdiv class=\"prompt-item\"\u003eEffort vs. ability distinction comments\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pack-card\"\u003e\n    \u003cdiv class=\"pack-header\"\u003e\n      \u003cdiv class=\"pack-num n3\"\u003e03\u003c\/div\u003e\n      \u003cdiv class=\"pack-header-text\"\u003e\n        \u003cdiv class=\"pack-title\"\u003eParent Communication Made Easy\u003c\/div\u003e\n        \u003cdiv class=\"pack-subtitle\"\u003eThe right words for every parent situation — in under 2 minutes\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"pack-count c3\"\u003e40 prompts\u003c\/span\u003e\n      \u003cspan class=\"pack-chevron\"\u003e▾\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pack-body\"\u003e\n      \u003cdiv class=\"pack-body-inner\"\u003e\n        \u003cp style=\"font-size:14px;color:#6b7280;margin-bottom:12px;\"\u003eWarm but direct. Concerned but not alarming. Professional but human. Every difficult email has a prompt — and every prompt is engineered to get the tone exactly right.\u003c\/p\u003e\n        \u003cdiv class=\"prompt-list-grid\"\u003e\n          \u003cdiv class=\"prompt-item\"\u003eBehavior concern emails (non-accusatory)\u003c\/div\u003e\n          \u003cdiv class=\"prompt-item\"\u003eAcademic concern emails (not alarming)\u003c\/div\u003e\n          \u003cdiv class=\"prompt-item\"\u003ePositive update emails (specific, genuine)\u003c\/div\u003e\n          \u003cdiv class=\"prompt-item\"\u003eConference invitation emails\u003c\/div\u003e\n          \u003cdiv class=\"prompt-item\"\u003eSensitive situation emails (bullying, conflicts)\u003c\/div\u003e\n          \u003cdiv class=\"prompt-item\"\u003eWeekly newsletter templates\u003c\/div\u003e\n          \u003cdiv class=\"prompt-item\"\u003eNo-response follow-up emails\u003c\/div\u003e\n          \u003cdiv class=\"prompt-item\"\u003eEnd-of-year thank you emails\u003c\/div\u003e\n          \u003cdiv class=\"prompt-item\"\u003eFirst-day welcome emails\u003c\/div\u003e\n          \u003cdiv class=\"prompt-item\"\u003eHard conversation pre-meeting prep\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pack-card\"\u003e\n    \u003cdiv class=\"pack-header\"\u003e\n      \u003cdiv class=\"pack-num n4\"\u003e04\u003c\/div\u003e\n      \u003cdiv class=\"pack-header-text\"\u003e\n        \u003cdiv class=\"pack-title\"\u003eQuiz \u0026amp; Assessment Creator\u003c\/div\u003e\n        \u003cdiv class=\"pack-subtitle\"\u003eBetter assessments in minutes — not the hour it used to take\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"pack-count c4\"\u003e40 prompts\u003c\/span\u003e\n      \u003cspan class=\"pack-chevron\"\u003e▾\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pack-body\"\u003e\n      \u003cdiv class=\"pack-body-inner\"\u003e\n        \u003cp style=\"font-size:14px;color:#6b7280;margin-bottom:12px;\"\u003eAssessments with the right Bloom's level, plausible distractors, student-friendly rubrics, and a full answer key — for any topic, any subject, any grade.\u003c\/p\u003e\n        \u003cdiv class=\"prompt-list-grid\"\u003e\n          \u003cdiv class=\"prompt-item\"\u003eMultiple choice quizzes with answer keys\u003c\/div\u003e\n          \u003cdiv class=\"prompt-item\"\u003eShort answer assessments with model responses\u003c\/div\u003e\n          \u003cdiv class=\"prompt-item\"\u003eRubrics with student-friendly descriptors\u003c\/div\u003e\n          \u003cdiv class=\"prompt-item\"\u003eEssay prompts (3 formats)\u003c\/div\u003e\n          \u003cdiv class=\"prompt-item\"\u003eDifferentiated assessments (3 levels)\u003c\/div\u003e\n          \u003cdiv class=\"prompt-item\"\u003eExit ticket banks (10 formats)\u003c\/div\u003e\n          \u003cdiv class=\"prompt-item\"\u003eReview games (Jeopardy, Kahoot-style)\u003c\/div\u003e\n          \u003cdiv class=\"prompt-item\"\u003eMake-up \u0026amp; retake tests\u003c\/div\u003e\n          \u003cdiv class=\"prompt-item\"\u003eBloom's Taxonomy question sets (all 6)\u003c\/div\u003e\n          \u003cdiv class=\"prompt-item\"\u003eReading comprehension generators\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- HOW IT WORKS --\u003e\n\u003csection class=\"how\"\u003e\n  \u003cdiv class=\"section-eyebrow\"\u003eDead simple\u003c\/div\u003e\n  \u003cdiv class=\"section-title\" style=\"color:white;\"\u003eHow it works\u003c\/div\u003e\n  \u003cdiv class=\"steps-row\"\u003e\n    \u003cdiv class=\"step\"\u003e\n      \u003cdiv class=\"step-circle\"\u003e1\u003c\/div\u003e\n      \u003ch4\u003eOpen your PDF\u003c\/h4\u003e\n      \u003cp\u003eChoose the prompt that matches what you need to create today\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"step\"\u003e\n      \u003cdiv class=\"step-circle\"\u003e2\u003c\/div\u003e\n      \u003ch4\u003eFill in the brackets\u003c\/h4\u003e\n      \u003cp\u003eReplace [GRADE], [TOPIC], [SUBJECT] with your specific details\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"step\"\u003e\n      \u003cdiv class=\"step-circle\"\u003e3\u003c\/div\u003e\n      \u003ch4\u003ePaste into ChatGPT\u003c\/h4\u003e\n      \u003cp\u003eFree version at chat.openai.com — no subscription needed\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"step\"\u003e\n      \u003cdiv class=\"step-circle\"\u003e4\u003c\/div\u003e\n      \u003ch4\u003eDone in 60 seconds\u003c\/h4\u003e\n      \u003cp\u003eClassroom-ready lesson plan, comment, email, or assessment\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- SOCIAL PROOF --\u003e\n\u003csection class=\"proof\"\u003e\n  \u003cdiv class=\"section-eyebrow\"\u003eTeachers love it\u003c\/div\u003e\n  \u003cdiv class=\"section-title\"\u003eWhat educators are saying\u003c\/div\u003e\n  \u003cdiv class=\"reviews-grid\"\u003e\n    \u003cdiv class=\"review-card\"\u003e\n      \u003cdiv class=\"quote-mark\"\u003e\"\u003c\/div\u003e\n      \u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n      \u003cp class=\"review-text\"\u003eI used to spend 3 hours on Sunday planning the week. Now I do it in 40 minutes and the plans are honestly better — more structured, more differentiated. This changed my weekends.\u003c\/p\u003e\n      \u003cdiv class=\"review-author\"\u003eSarah M.\u003c\/div\u003e\n      \u003cdiv class=\"review-role\"\u003e4th Grade Teacher · Texas\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"review-card\"\u003e\n      \u003cdiv class=\"quote-mark\"\u003e\"\u003c\/div\u003e\n      \u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n      \u003cp class=\"review-text\"\u003eThe report card comment pack alone is worth 10x the price. I have 34 students and got through all my comments in one evening. They all sounded different. Zero guilt.\u003c\/p\u003e\n      \u003cdiv class=\"review-author\"\u003eJames K.\u003c\/div\u003e\n      \u003cdiv class=\"review-role\"\u003eMiddle School Science · Ohio\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"review-card\"\u003e\n      \u003cdiv class=\"quote-mark\"\u003e\"\u003c\/div\u003e\n      \u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n      \u003cp class=\"review-text\"\u003eAs a new teacher, parent emails were the thing I dreaded most. The sensitive situation prompt gave me the exact words I needed for something I'd been putting off for a week.\u003c\/p\u003e\n      \u003cdiv class=\"review-author\"\u003ePriya L.\u003c\/div\u003e\n      \u003cdiv class=\"review-role\"\u003e2nd Grade Teacher · California\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- WHAT YOU GET --\u003e\n\u003csection class=\"get\"\u003e\n  \u003cdiv class=\"get-inner\"\u003e\n    \u003cdiv class=\"section-eyebrow\"\u003eYour download\u003c\/div\u003e\n    \u003cdiv class=\"section-title\"\u003eEverything delivered instantly\u003c\/div\u003e\n    \u003cdiv class=\"get-grid\"\u003e\n      \u003cdiv class=\"get-item\"\u003e\n        \u003cdiv class=\"get-icon gold\"\u003e📄\u003c\/div\u003e\n        \u003cdiv class=\"get-text\"\u003e\n\u003ch4\u003e4 Beautifully Designed PDFs\u003c\/h4\u003e\n\u003cp\u003eOne per pack. Printable or screen-readable. Navy and gold design you'll actually want to open.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"get-item\"\u003e\n        \u003cdiv class=\"get-icon green\"\u003e📝\u003c\/div\u003e\n        \u003cdiv class=\"get-text\"\u003e\n\u003ch4\u003e4 Google Docs\u003c\/h4\u003e\n\u003cp\u003eCopy-paste any prompt without retyping a single word. Open on any device, any time.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"get-item\"\u003e\n        \u003cdiv class=\"get-icon blue\"\u003e📚\u003c\/div\u003e\n        \u003cdiv class=\"get-text\"\u003e\n\u003ch4\u003eHow-To Guide in Every Pack\u003c\/h4\u003e\n\u003cp\u003eStep-by-step for AI beginners. Includes worked examples showing the real ChatGPT output.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"get-item\"\u003e\n        \u003cdiv class=\"get-icon purple\"\u003e📊\u003c\/div\u003e\n        \u003cdiv class=\"get-text\"\u003e\n\u003ch4\u003eBloom's Taxonomy Reference Card\u003c\/h4\u003e\n\u003cp\u003eIncluded with the Assessment pack. Quick-reference for targeting the right cognitive level.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"get-item\"\u003e\n        \u003cdiv class=\"get-icon gold\"\u003e♾️\u003c\/div\u003e\n        \u003cdiv class=\"get-text\"\u003e\n\u003ch4\u003eLifetime Access\u003c\/h4\u003e\n\u003cp\u003eRe-download everything anytime from your account. Yours forever, not just this school year.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"get-item\"\u003e\n        \u003cdiv class=\"get-icon green\"\u003e⚡\u003c\/div\u003e\n        \u003cdiv class=\"get-text\"\u003e\n\u003ch4\u003eInstant Delivery\u003c\/h4\u003e\n\u003cp\u003eFiles available the moment your order is confirmed. No waiting, no shipping, no delays.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- PRICING --\u003e\n\u003csection class=\"pricing\"\u003e\n  \u003cdiv class=\"pricing-inner\"\u003e\n    \u003cdiv class=\"section-eyebrow\"\u003eBundle savings\u003c\/div\u003e\n    \u003cdiv class=\"section-title\"\u003eEverything for less than a dinner out\u003c\/div\u003e\n    \u003cdiv class=\"price-table\"\u003e\n      \u003cdiv class=\"price-row\"\u003e\n\u003cspan class=\"name\"\u003ePack 1 — Lesson Planning\u003c\/span\u003e\u003cspan class=\"amount\"\u003e$9.99\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"price-row\"\u003e\n\u003cspan class=\"name\"\u003ePack 2 — Report Card Comments\u003c\/span\u003e\u003cspan class=\"amount\"\u003e$7.99\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"price-row\"\u003e\n\u003cspan class=\"name\"\u003ePack 3 — Parent Communication\u003c\/span\u003e\u003cspan class=\"amount\"\u003e$7.99\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"price-row\"\u003e\n\u003cspan class=\"name\"\u003ePack 4 — Quiz \u0026amp; Assessments\u003c\/span\u003e\u003cspan class=\"amount\"\u003e$8.99\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"price-row strike\"\u003e\n\u003cspan class=\"name\"\u003eIf bought individually\u003c\/span\u003e\u003cspan class=\"amount\"\u003e$34.96\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"price-row total\"\u003e\n\u003cspan class=\"name\"\u003e⭐ Complete Bundle\u003c\/span\u003e\u003cspan class=\"amount\"\u003e$19.99\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"savings-pill\"\u003eYou save $14.97 — that's 43% off\u003c\/div\u003e\n    \u003cbr\u003e\n    \u003cbutton class=\"cta-btn\"\u003e\u003ca href=\"https:\/\/grabandgotemplates.com\/checkouts\/cn\/hWNAPRcEk6wVGw7lp3QiOxjn\/en-gb?_r=AQAB1NZ5_vqaWGy1u-_uZXKKMt8rQPZat5ixiIKQviZWi5A\u0026amp;skip_shop_pay=true\"\u003eGet the Bundle — Save 43% →\u003c\/a\u003e\u003c\/button\u003e\n    \u003cp class=\"cta-note\"\u003eInstant download · Works with ChatGPT Free · Lifetime access\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- FAQ — using native HTML details\/summary, no JavaScript needed --\u003e\n\u003cdiv style=\"max-width:720px;margin:0 auto;padding:72px 40px;\"\u003e\n  \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#e8b820;margin-bottom:12px;\"\u003eQuestions\u003c\/p\u003e\n  \u003ch2 style=\"font-family:'Playfair Display',serif;font-size:clamp(24px,3.5vw,38px);font-weight:700;color:#0f1729;margin-bottom:32px;\"\u003eEverything you need to know\u003c\/h2\u003e\n\n  \u003cdetails style=\"border-bottom:1px solid #e5e7eb;\"\u003e\n    \u003csummary style=\"font-size:15px;font-weight:600;color:#0f1729;cursor:pointer;padding:20px 0;display:flex;justify-content:space-between;align-items:center;list-style:none;-webkit-appearance:none;\"\u003e\n      Do I need to pay for ChatGPT?\n      \u003cspan style=\"font-size:26px;color:#f5c842;font-weight:300;line-height:1;flex-shrink:0;margin-left:16px;\"\u003e+\u003c\/span\u003e\n    \u003c\/summary\u003e\n    \u003cp style=\"font-size:14px;color:#6b7280;line-height:1.75;padding:4px 0 20px;\"\u003eNo. Every single prompt across all 4 packs works perfectly with the free version of ChatGPT at chat.openai.com. You don't need ChatGPT Plus, Claude Pro, or any paid subscription. If you already have one, great — you'll get faster responses. If you don't, you're fully covered.\u003c\/p\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails style=\"border-bottom:1px solid #e5e7eb;\"\u003e\n    \u003csummary style=\"font-size:15px;font-weight:600;color:#0f1729;cursor:pointer;padding:20px 0;display:flex;justify-content:space-between;align-items:center;list-style:none;-webkit-appearance:none;\"\u003e\n      What grade levels does this work for?\n      \u003cspan style=\"font-size:26px;color:#f5c842;font-weight:300;line-height:1;flex-shrink:0;margin-left:16px;\"\u003e+\u003c\/span\u003e\n    \u003c\/summary\u003e\n    \u003cp style=\"font-size:14px;color:#6b7280;line-height:1.75;padding:4px 0 20px;\"\u003eAll of them — K through 12. Every prompt includes a [GRADE LEVEL] bracket so you fill in exactly what you need. The prompts are grade-neutral by design, which means they work whether you teach kindergarteners or high school seniors.\u003c\/p\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails style=\"border-bottom:1px solid #e5e7eb;\"\u003e\n    \u003csummary style=\"font-size:15px;font-weight:600;color:#0f1729;cursor:pointer;padding:20px 0;display:flex;justify-content:space-between;align-items:center;list-style:none;-webkit-appearance:none;\"\u003e\n      I've tried AI before and got generic results. How is this different?\n      \u003cspan style=\"font-size:26px;color:#f5c842;font-weight:300;line-height:1;flex-shrink:0;margin-left:16px;\"\u003e+\u003c\/span\u003e\n    \u003c\/summary\u003e\n    \u003cp style=\"font-size:14px;color:#6b7280;line-height:1.75;padding:4px 0 20px;\"\u003eGeneric prompts get generic results. These prompts are engineered — they tell ChatGPT the exact structure, Bloom's level, tone, word limit, things to include, and things to avoid. That specificity is what forces quality output. Every prompt was tested and refined until the output was actually classroom-ready.\u003c\/p\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails style=\"border-bottom:1px solid #e5e7eb;\"\u003e\n    \u003csummary style=\"font-size:15px;font-weight:600;color:#0f1729;cursor:pointer;padding:20px 0;display:flex;justify-content:space-between;align-items:center;list-style:none;-webkit-appearance:none;\"\u003e\n      Can I use this for IEP and special education?\n      \u003cspan style=\"font-size:26px;color:#f5c842;font-weight:300;line-height:1;flex-shrink:0;margin-left:16px;\"\u003e+\u003c\/span\u003e\n    \u003c\/summary\u003e\n    \u003cp style=\"font-size:14px;color:#6b7280;line-height:1.75;padding:4px 0 20px;\"\u003eYes. Pack 1 includes differentiation prompts with IEP-specific scaffolds. Pack 2 includes a dedicated IEP\/special education comment prompt written to reflect growth toward goals without disclosing specific IEP details — strengths-based, safe, and parent-ready.\u003c\/p\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails style=\"border-bottom:1px solid #e5e7eb;\"\u003e\n    \u003csummary style=\"font-size:15px;font-weight:600;color:#0f1729;cursor:pointer;padding:20px 0;display:flex;justify-content:space-between;align-items:center;list-style:none;-webkit-appearance:none;\"\u003e\n      What subjects does this work for?\n      \u003cspan style=\"font-size:26px;color:#f5c842;font-weight:300;line-height:1;flex-shrink:0;margin-left:16px;\"\u003e+\u003c\/span\u003e\n    \u003c\/summary\u003e\n    \u003cp style=\"font-size:14px;color:#6b7280;line-height:1.75;padding:4px 0 20px;\"\u003eAll subjects. ELA, math, science, social studies, art, PE, world languages, and more. Every prompt has a [SUBJECT] bracket — you fill in whatever you're teaching. Nothing is subject-locked.\u003c\/p\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails style=\"border-bottom:1px solid #e5e7eb;\"\u003e\n    \u003csummary style=\"font-size:15px;font-weight:600;color:#0f1729;cursor:pointer;padding:20px 0;display:flex;justify-content:space-between;align-items:center;list-style:none;-webkit-appearance:none;\"\u003e\n      Is this an instant download?\n      \u003cspan style=\"font-size:26px;color:#f5c842;font-weight:300;line-height:1;flex-shrink:0;margin-left:16px;\"\u003e+\u003c\/span\u003e\n    \u003c\/summary\u003e\n    \u003cp style=\"font-size:14px;color:#6b7280;line-height:1.75;padding:4px 0 20px;\"\u003eYes. All 4 packs are delivered immediately after your order is confirmed. You'll find them in your account under your purchases — available to re-download any time, forever.\u003c\/p\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails style=\"border-bottom:1px solid #e5e7eb;\"\u003e\n    \u003csummary style=\"font-size:15px;font-weight:600;color:#0f1729;cursor:pointer;padding:20px 0;display:flex;justify-content:space-between;align-items:center;list-style:none;-webkit-appearance:none;\"\u003e\n      Can I share this with my whole school or department?\n      \u003cspan style=\"font-size:26px;color:#f5c842;font-weight:300;line-height:1;flex-shrink:0;margin-left:16px;\"\u003e+\u003c\/span\u003e\n    \u003c\/summary\u003e\n    \u003cp style=\"font-size:14px;color:#6b7280;line-height:1.75;padding:4px 0 20px;\"\u003eThis license covers personal use for one teacher. If your school or department is interested in a site license for multiple educators, reach out at grabandgotemplates.com — we'd love to help.\u003c\/p\u003e\n  \u003c\/details\u003e\n\u003c\/div\u003e","brand":"Grab And Go","offers":[{"title":"Default Title","offer_id":46711816093871,"sku":null,"price":19.99,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/5034\/9999\/files\/mockup-1-hero.png?v=1774714312","url":"https:\/\/grabandgotemplates.com\/products\/the-ultimate-teacher-ai-toolkit","provider":"Grab And Go","version":"1.0","type":"link"}