{"product_id":"techtoast-academy-25-week-learn-and-build-program","title":"25-Week Learn \u0026 Build Electronics Kit","description":"\u003cstyle\u003e\n  \/* === BASE === *\/\n  .tt {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;\n    max-width: 680px;\n    line-height: 1.55;\n    color: #2a2a2a;\n  }\n  .tt * { box-sizing: border-box; }\n\n  \/* === 1. HERO === *\/\n  .tt-hero { margin-bottom: 14px; }\n  .tt-hero h1 {\n    font-size: 28px;\n    font-weight: 800;\n    color: #0a0a0a;\n    margin: 0 0 10px 0;\n    line-height: 1.2;\n    letter-spacing: -0.4px;\n  }\n  .tt-hero h1 .hl { color: #e65c00; }\n  .tt-hero-sub {\n    font-size: 17px;\n    color: #444;\n    margin: 0 0 14px 0;\n    line-height: 1.45;\n  }\n  .tt-hero-sub strong { color: #0a0a0a; font-weight: 600; }\n\n  \/* === QUICK FACTS (4 icons under hero) === *\/\n  .tt-quickfacts {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 8px;\n    margin: 0 0 16px 0;\n  }\n  .tt-quickfact {\n    text-align: center;\n    padding: 10px 6px;\n    background: #f7f8f9;\n    border-radius: 8px;\n  }\n  .tt-quickfact-icon {\n    font-size: 20px;\n    display: block;\n    margin-bottom: 4px;\n  }\n  .tt-quickfact-label {\n    font-size: 11px;\n    color: #666;\n    text-transform: uppercase;\n    letter-spacing: 0.3px;\n    font-weight: 600;\n    display: block;\n    margin-bottom: 2px;\n  }\n  .tt-quickfact-value {\n    font-size: 13px;\n    color: #0a0a0a;\n    font-weight: 700;\n  }\n\n  \/* === RISK REVERSAL (hero) === *\/\n  .tt-risk-badge {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    padding: 12px 14px;\n    background: #ecfdf5;\n    border: 1.5px solid #10b981;\n    border-radius: 8px;\n    margin: 0 0 18px 0;\n  }\n  .tt-risk-badge-icon { font-size: 22px; flex-shrink: 0; }\n  .tt-risk-badge-text {\n    font-size: 14px;\n    color: #065f46;\n    line-height: 1.45;\n  }\n  .tt-risk-badge-text strong { color: #065f46; font-weight: 700; }\n\n  \/* === HERO MEDIA === *\/\n  .tt-media {\n    position: relative;\n    margin: 0 0 22px 0;\n    border-radius: 10px;\n    overflow: hidden;\n    background: #000;\n    aspect-ratio: 1\/1;\n  }\n  .tt-media-inner {\n    display: flex;\n    overflow-x: auto;\n    scroll-snap-type: x mandatory;\n    scroll-behavior: smooth;\n    scrollbar-width: none;\n    height: 100%;\n  }\n  .tt-media-inner::-webkit-scrollbar { display: none; }\n  .tt-media-slide { flex: 0 0 100%; scroll-snap-align: start; }\n  .tt-media-slide video, .tt-media-slide img {\n    width: 100%;\n    height: 100%;\n    display: block;\n    object-fit: cover;\n  }\n  .tt-media-dots {\n    display: flex;\n    justify-content: center;\n    gap: 8px;\n    padding: 10px;\n    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    right: 0;\n  }\n  .tt-media-dot {\n    display: inline-block;\n    width: 9px;\n    height: 9px;\n    border-radius: 50%;\n    background: rgba(255,255,255,0.5);\n    text-decoration: none;\n  }\n  .tt-media-caption {\n    text-align: center;\n    font-size: 12px;\n    color: #888;\n    margin: -16px 0 22px 0;\n  }\n\n  \/* === HOW IT WORKS (3 steps, dead simple) === *\/\n  .tt-how {\n    margin: 22px 0;\n  }\n  .tt-how h2 {\n    font-size: 20px;\n    font-weight: 800;\n    text-align: center;\n    margin: 0 0 16px 0;\n    color: #0a0a0a;\n    letter-spacing: -0.2px;\n  }\n  .tt-how-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n  }\n  .tt-how-step {\n    text-align: center;\n    padding: 14px 10px;\n    background: #fff8f2;\n    border: 1px solid #ffd9b8;\n    border-radius: 8px;\n  }\n  .tt-how-num {\n    display: inline-flex;\n    width: 28px;\n    height: 28px;\n    background: #e65c00;\n    color: #fff;\n    border-radius: 50%;\n    font-size: 14px;\n    font-weight: 800;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 8px;\n  }\n  .tt-how-step h4 {\n    font-size: 14px;\n    font-weight: 700;\n    margin: 0 0 4px 0;\n    color: #0a0a0a;\n  }\n  .tt-how-step p {\n    font-size: 12px;\n    color: #555;\n    margin: 0;\n    line-height: 1.4;\n  }\n\n  \/* === SECTION TITLES === *\/\n  .tt-h2 {\n    font-size: 20px;\n    font-weight: 800;\n    color: #0a0a0a;\n    margin: 28px 0 12px 0;\n    letter-spacing: -0.2px;\n  }\n  .tt-lede {\n    font-size: 15px;\n    color: #555;\n    margin: 0 0 16px 0;\n    line-height: 1.5;\n  }\n\n  \/* === WHY IT MATTERS === *\/\n  .tt-why {\n    background: #0a0a0a;\n    color: #fff;\n    border-radius: 10px;\n    padding: 22px;\n    margin: 24px 0;\n  }\n  .tt-why h2 {\n    font-size: 20px;\n    font-weight: 800;\n    margin: 0 0 10px 0;\n    letter-spacing: -0.2px;\n    color: #fff;\n  }\n  .tt-why h2 .hl { color: #ffb380; }\n  .tt-why p {\n    font-size: 14px;\n    color: #ddd;\n    line-height: 1.55;\n    margin: 0 0 10px 0;\n  }\n  .tt-why p:last-child { margin-bottom: 0; }\n  .tt-why strong { color: #ffb380; font-weight: 600; }\n\n  \/* === WHAT'S IN THE BOX === *\/\n  .tt-box {\n    margin: 24px 0;\n  }\n  .tt-box-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n  }\n  .tt-box-card {\n    background: #f7f8f9;\n    border-radius: 8px;\n    padding: 16px;\n  }\n  .tt-box-card h4 {\n    font-size: 15px;\n    font-weight: 700;\n    margin: 0 0 8px 0;\n    color: #0a0a0a;\n  }\n  .tt-box-card p {\n    font-size: 13px;\n    color: #555;\n    margin: 0;\n    line-height: 1.5;\n  }\n\n  \/* === OBJECTIONS === *\/\n  .tt-objections { margin: 24px 0; }\n  .tt-obj {\n    background: #fff;\n    border: 1px solid #e5e5e5;\n    border-radius: 8px;\n    padding: 16px 18px;\n    margin-bottom: 10px;\n  }\n  .tt-obj:last-child { margin-bottom: 0; }\n  .tt-obj h4 {\n    font-size: 15px;\n    font-weight: 700;\n    margin: 0 0 6px 0;\n    color: #0a0a0a;\n  }\n  .tt-obj p {\n    font-size: 14px;\n    margin: 0;\n    color: #444;\n    line-height: 1.55;\n  }\n  .tt-obj-lead {\n    background: #fffbeb;\n    border-color: #fcd34d;\n  }\n  .tt-obj-lead h4 { color: #92400e; }\n\n  \/* === PROOF === *\/\n  .tt-proof { margin: 24px 0; }\n  .tt-proof-banner {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n    padding: 12px;\n    background: #fffbeb;\n    border: 1px solid #fcd34d;\n    border-radius: 8px;\n    margin-bottom: 14px;\n    font-size: 14px;\n    text-align: center;\n  }\n  .tt-proof-banner .stars {\n    color: #f59e0b;\n    letter-spacing: 2px;\n    font-size: 15px;\n  }\n  .tt-proof-banner .text { color: #78350f; font-weight: 600; }\n  .tt-review {\n    background: #fff;\n    border: 1px solid #e5e5e5;\n    border-radius: 8px;\n    padding: 14px 16px;\n    margin-bottom: 10px;\n  }\n  .tt-review:last-child { margin-bottom: 0; }\n  .tt-review-quote {\n    font-size: 14px;\n    color: #333;\n    margin: 0 0 10px 0;\n    line-height: 1.55;\n    font-style: italic;\n  }\n  .tt-review-byline {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 10px;\n  }\n  .tt-review-name {\n    font-weight: 600;\n    font-size: 13px;\n    color: #0a0a0a;\n  }\n  .tt-review-stars {\n    color: #f59e0b;\n    font-size: 12px;\n    letter-spacing: 1px;\n  }\n\n  \/* === GUARANTEE (loud) === *\/\n  .tt-guarantee {\n    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);\n    border: 2px solid #10b981;\n    border-radius: 10px;\n    padding: 26px 22px;\n    margin: 30px 0;\n    text-align: center;\n  }\n  .tt-guarantee-badge {\n    display: inline-block;\n    background: #065f46;\n    color: #fff;\n    padding: 6px 14px;\n    border-radius: 20px;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    margin-bottom: 14px;\n  }\n  .tt-guarantee-big {\n    font-size: 52px;\n    font-weight: 900;\n    color: #065f46;\n    line-height: 1;\n    letter-spacing: -2px;\n    margin: 0 0 4px 0;\n  }\n  .tt-guarantee-big-sub {\n    font-size: 13px;\n    color: #047857;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    margin: 0 0 16px 0;\n  }\n  .tt-guarantee h3 {\n    font-size: 22px;\n    font-weight: 800;\n    margin: 0 0 12px 0;\n    color: #065f46;\n    line-height: 1.2;\n    letter-spacing: -0.3px;\n  }\n  .tt-guarantee p {\n    font-size: 14px;\n    margin: 0 0 10px 0;\n    color: #047857;\n    line-height: 1.55;\n  }\n  .tt-guarantee p:last-child { margin-bottom: 0; }\n  .tt-guarantee .callout {\n    display: inline-block;\n    margin-top: 10px;\n    padding: 10px 16px;\n    background: #fff;\n    border: 1px dashed #10b981;\n    border-radius: 6px;\n    font-size: 13px;\n    color: #065f46;\n    font-weight: 600;\n  }\n\n  \/* === FAQ === *\/\n  .tt-faq { margin: 24px 0; }\n  .tt-faq-item {\n    border: 1px solid #e5e5e5;\n    border-radius: 8px;\n    margin-bottom: 8px;\n    overflow: hidden;\n    background: #fff;\n  }\n  .tt-faq-item summary {\n    padding: 13px 16px;\n    cursor: pointer;\n    font-size: 14px;\n    font-weight: 600;\n    color: #0a0a0a;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    gap: 10px;\n  }\n  .tt-faq-item summary::-webkit-details-marker { display: none; }\n  .tt-faq-item summary .arrow {\n    font-size: 11px;\n    color: #e65c00;\n    transition: transform 0.2s;\n    flex-shrink: 0;\n  }\n  .tt-faq-item[open] summary .arrow { transform: rotate(180deg); }\n  .tt-faq-answer {\n    padding: 0 16px 14px 16px;\n    font-size: 14px;\n    color: #555;\n    line-height: 1.55;\n  }\n\n  \/* === FINAL CTA === *\/\n  .tt-final {\n    background: #0a0a0a;\n    color: #fff;\n    border-radius: 12px;\n    padding: 26px 22px;\n    margin: 30px 0 20px 0;\n    text-align: center;\n  }\n  .tt-final h3 {\n    font-size: 24px;\n    font-weight: 800;\n    margin: 0 0 10px 0;\n    line-height: 1.2;\n    letter-spacing: -0.3px;\n  }\n  .tt-final h3 .hl { color: #ffb380; }\n  .tt-final p {\n    font-size: 14px;\n    color: #ccc;\n    margin: 0 0 16px 0;\n    line-height: 1.5;\n  }\n  .tt-final-stack {\n    background: rgba(255,255,255,0.08);\n    border: 1px solid rgba(255,179,128,0.3);\n    border-radius: 8px;\n    padding: 12px 14px;\n    margin: 0 0 0 0;\n    font-size: 13px;\n    color: #fff;\n    font-weight: 600;\n  }\n  .tt-final-stack span {\n    display: inline-block;\n    margin: 3px 8px;\n    white-space: nowrap;\n  }\n\n  \/* === BOTTOM TRUST === *\/\n  .tt-bottom {\n    text-align: center;\n    padding: 14px 0 4px 0;\n    font-size: 12px;\n    color: #888;\n  }\n  .tt-bottom strong { color: #555; }\n\n  \/* === MOBILE === *\/\n  @media (max-width: 600px) {\n    .tt-hero h1 { font-size: 23px; }\n    .tt-hero-sub { font-size: 15px; }\n    .tt-quickfacts { grid-template-columns: repeat(2, 1fr); }\n    .tt-how-grid { grid-template-columns: 1fr; }\n    .tt-box-grid { grid-template-columns: 1fr; }\n    .tt-final h3 { font-size: 20px; }\n    .tt-guarantee h3 { font-size: 19px; }\n    .tt-guarantee-big { font-size: 42px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tt\"\u003e\n\n  \u003c!-- === 1. HERO === --\u003e\n  \u003cdiv class=\"tt-hero\"\u003e\n    \u003ch1\u003eA \u003cspan class=\"hl\"\u003e25-week building project\u003c\/span\u003e that trains your kid's brain.\u003c\/h1\u003e\n    \u003cp class=\"tt-hero-sub\"\u003eEvery week, they build something new with their hands. By week 25, they think sharper, solve problems faster, and handle things kids their age usually can't. \u003cstrong\u003eAges 8+.\u003c\/strong\u003e You don't need to teach a thing.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- QUICK FACTS --\u003e\n  \u003cdiv class=\"tt-quickfacts\"\u003e\n    \u003cdiv class=\"tt-quickfact\"\u003e\n      \u003cspan class=\"tt-quickfact-icon\"\u003e🧠\u003c\/span\u003e\n      \u003cspan class=\"tt-quickfact-label\"\u003eTrains\u003c\/span\u003e\n      \u003cspan class=\"tt-quickfact-value\"\u003eTheir brain\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tt-quickfact\"\u003e\n      \u003cspan class=\"tt-quickfact-icon\"\u003e📅\u003c\/span\u003e\n      \u003cspan class=\"tt-quickfact-label\"\u003eLasts\u003c\/span\u003e\n      \u003cspan class=\"tt-quickfact-value\"\u003e25 weeks\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tt-quickfact\"\u003e\n      \u003cspan class=\"tt-quickfact-icon\"\u003e👦\u003c\/span\u003e\n      \u003cspan class=\"tt-quickfact-label\"\u003eAges\u003c\/span\u003e\n      \u003cspan class=\"tt-quickfact-value\"\u003e8 and up\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tt-quickfact\"\u003e\n      \u003cspan class=\"tt-quickfact-icon\"\u003e💰\u003c\/span\u003e\n      \u003cspan class=\"tt-quickfact-label\"\u003ePrice\u003c\/span\u003e\n      \u003cspan class=\"tt-quickfact-value\"\u003e$199 once\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RISK REVERSAL BADGE --\u003e\n  \u003cdiv class=\"tt-risk-badge\"\u003e\n    \u003cspan class=\"tt-risk-badge-icon\"\u003e🛡️\u003c\/span\u003e\n    \u003cdiv class=\"tt-risk-badge-text\"\u003e\n      \u003cstrong\u003eDon't love it? Send it back.\u003c\/strong\u003e 30 days. Even if used. Even if broken. Full refund.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- === HERO MEDIA === --\u003e\n  \u003cdiv class=\"tt-media\"\u003e\n    \u003cdiv id=\"mediaCarousel\" class=\"tt-media-inner\"\u003e\n      \u003cdiv id=\"slide1\" class=\"tt-media-slide\"\u003e\n        \u003cvideo playsinline muted loop autoplay\u003e\n          \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/079cb1cf322c4e55957a52c083037357.mov\"\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n      \u003cdiv id=\"slide2\" class=\"tt-media-slide\"\u003e\n        \u003cvideo playsinline muted loop autoplay\u003e\n          \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/7891d93395c04e0491ff4d2fe261fc78.mov\"\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tt-media-dots\"\u003e\n      \u003ca aria-label=\"Slide 1\" class=\"tt-media-dot\" href=\"#slide1\"\u003e\u003c\/a\u003e\n      \u003ca aria-label=\"Slide 2\" class=\"tt-media-dot\" href=\"#slide2\"\u003e\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cp class=\"tt-media-caption\"\u003eReal kids. Real builds. Swipe to see more.\u003c\/p\u003e\n\n  \u003c!-- === HOW IT WORKS (3-step dead simple) === --\u003e\n  \u003cdiv class=\"tt-how\"\u003e\n    \u003ch2\u003eHow it works\u003c\/h2\u003e\n    \u003cdiv class=\"tt-how-grid\"\u003e\n      \u003cdiv class=\"tt-how-step\"\u003e\n        \u003cspan class=\"tt-how-num\"\u003e1\u003c\/span\u003e\n        \u003ch4\u003eA box of parts arrives\u003c\/h4\u003e\n        \u003cp\u003eEverything they need for 25 weeks. Ships next day.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tt-how-step\"\u003e\n        \u003cspan class=\"tt-how-num\"\u003e2\u003c\/span\u003e\n        \u003ch4\u003eThey open our app\u003c\/h4\u003e\n        \u003cp\u003eIt shows them exactly what to build, step by step. You don't teach anything.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tt-how-step\"\u003e\n        \u003cspan class=\"tt-how-num\"\u003e3\u003c\/span\u003e\n        \u003ch4\u003eThey build every week\u003c\/h4\u003e\n        \u003cp\u003eA new project every week for 25 weeks. Each one harder. Each one real.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- === WHY IT MATTERS === --\u003e\n  \u003cdiv class=\"tt-why\"\u003e\n    \u003ch2\u003eWhy this works \u003cspan class=\"hl\"\u003ewhen most kid stuff doesn't\u003c\/span\u003e\n\u003c\/h2\u003e\n    \u003cp\u003eMost \"learning\" toys teach one thing, then get forgotten in a drawer. This is different. Every week, your kid faces a new problem and has to figure it out with their hands. That's how the brain actually builds real thinking skills — \u003cstrong\u003enot by watching, by doing\u003c\/strong\u003e.\u003c\/p\u003e\n    \u003cp\u003eAfter 25 weeks, they're not just smarter about building things. They're sharper at school. They stick with hard stuff longer. They handle problems that used to frustrate them. \u003cstrong\u003eThat's the brain rewiring itself through practice.\u003c\/strong\u003e And it lasts for life.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- === WHAT'S IN THE BOX === --\u003e\n  \u003cdiv class=\"tt-box\"\u003e\n    \u003ch2 class=\"tt-h2\"\u003eWhat you get for $199\u003c\/h2\u003e\n    \u003cdiv class=\"tt-box-grid\"\u003e\n      \u003cdiv class=\"tt-box-card\"\u003e\n        \u003ch4\u003e📦 The full kit\u003c\/h4\u003e\n        \u003cp\u003eAll the parts for 25 weeks of projects. Shipped next day. One-time payment — no subscription.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tt-box-card\"\u003e\n        \u003ch4\u003e📱 The app\u003c\/h4\u003e\n        \u003cp\u003eStep-by-step instructions for every project. Written for your kid, not you.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tt-box-card\"\u003e\n        \u003ch4\u003e💬 Help when stuck\u003c\/h4\u003e\n        \u003cp\u003eIf they get stuck, we help. Free. Forever. A real person replies.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tt-box-card\"\u003e\n        \u003ch4\u003e🛡️ 30-day refund\u003c\/h4\u003e\n        \u003cp\u003eSend it back for any reason within 30 days. Even if used. Full refund.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- === OBJECTIONS === --\u003e\n  \u003cdiv class=\"tt-objections\"\u003e\n    \u003ch2 class=\"tt-h2\"\u003eWhat parents ask before buying\u003c\/h2\u003e\n\n    \u003cdiv class=\"tt-obj tt-obj-lead\"\u003e\n      \u003ch4\u003eWill my kid actually stick with it?\u003c\/h4\u003e\n      \u003cp\u003eEvery week is something new. Not the same thing harder — a completely new project. That's why kids who start at week 1 are still building at week 20. The newness keeps them coming back.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tt-obj\"\u003e\n      \u003ch4\u003eDo I need to know anything about tech?\u003c\/h4\u003e\n      \u003cp\u003eNo. The app teaches them. Your job is just to watch them light up when something works.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tt-obj\"\u003e\n      \u003ch4\u003eIs this hard for an 8-year-old?\u003c\/h4\u003e\n      \u003cp\u003eNo. Every project — from week 1 to week 25 — is built so any kid 8 or older can do it. The app walks them through it step by step. 8-year-olds, 12-year-olds, 16-year-olds, teens — they all build the same 25 projects and they all finish them. Age 8 is just the floor. There's no ceiling.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tt-obj\"\u003e\n      \u003ch4\u003eIs $199 a lot for a kid's project?\u003c\/h4\u003e\n      \u003cp\u003eIt's 25 weeks of hands-on activity. That's under $8 a week — less than one month of most kid classes. And if your kid doesn't love it, you get every dollar back.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- === PROOF === --\u003e\n  \u003cdiv class=\"tt-proof\"\u003e\n    \u003ch2 class=\"tt-h2\"\u003eThousands of parents have already tried this\u003c\/h2\u003e\n\n    \u003cdiv class=\"tt-proof-banner\"\u003e\n      \u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e\n      \u003cspan class=\"text\"\u003eHere's what they said.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tt-review\"\u003e\n      \u003cp class=\"tt-review-quote\"\u003e\"Week three. I walked in and my son was explaining something he built to his little sister. He's nine. That was the moment I knew this was different.\"\u003c\/p\u003e\n      \u003cdiv class=\"tt-review-byline\"\u003e\n        \u003cspan class=\"tt-review-name\"\u003eMarissa T. · mom of two\u003c\/span\u003e\n        \u003cspan class=\"tt-review-stars\"\u003e★★★★★\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tt-review\"\u003e\n      \u003cp class=\"tt-review-quote\"\u003e\"I was sure he'd quit by week four. We're on week eighteen. The way he attacks problems now — even homework — is totally different.\"\u003c\/p\u003e\n      \u003cdiv class=\"tt-review-byline\"\u003e\n        \u003cspan class=\"tt-review-name\"\u003eDavid R. · dad of one\u003c\/span\u003e\n        \u003cspan class=\"tt-review-stars\"\u003e★★★★★\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tt-review\"\u003e\n      \u003cp class=\"tt-review-quote\"\u003e\"My daughter broke a piece in week six. I emailed them expecting a sales pitch. They sent a replacement free and showed her how to install it. Support is real.\"\u003c\/p\u003e\n      \u003cdiv class=\"tt-review-byline\"\u003e\n        \u003cspan class=\"tt-review-name\"\u003ePriya K. · mom of three\u003c\/span\u003e\n        \u003cspan class=\"tt-review-stars\"\u003e★★★★★\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- === GUARANTEE (loud) === --\u003e\n  \u003cdiv class=\"tt-guarantee\"\u003e\n    \u003cspan class=\"tt-guarantee-badge\"\u003e🛡️ You literally cannot lose\u003c\/span\u003e\n    \u003cdiv class=\"tt-guarantee-big\"\u003e30 DAYS\u003c\/div\u003e\n    \u003cdiv class=\"tt-guarantee-big-sub\"\u003eEven if used · Even if broken\u003c\/div\u003e\n    \u003ch3\u003eSend it back. Full refund. No questions.\u003c\/h3\u003e\n    \u003cp\u003eOpen the box. Let your kid try it for a month. If they don't love it — or you change your mind for any reason — send it back. Used, broken, missing pieces, doesn't matter. You get your $199 back.\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eWe do this on purpose.\u003c\/strong\u003e Because we know what happens when a kid opens week one. And we'd rather take the risk than ask you to.\u003c\/p\u003e\n    \u003cdiv class=\"callout\"\u003eWorst case: your kid had 30 days of fun, you got your money back.\u003cbr\u003eBest case: 25 weeks of brain-building that lasts for life.\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- === FAQ === --\u003e\n  \u003cdiv class=\"tt-faq\"\u003e\n    \u003ch2 class=\"tt-h2\"\u003eQuick answers\u003c\/h2\u003e\n\n    \u003cdetails class=\"tt-faq-item\"\u003e\n      \u003csummary\u003eWhat ages is this for? \u003cspan class=\"arrow\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"tt-faq-answer\"\u003eAge 8 is the only requirement. No upper limit. 8-year-olds do it. Teenagers do it. Adults do it. Everyone builds the same 25 projects and everyone finishes them.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"tt-faq-item\"\u003e\n      \u003csummary\u003eDoes my kid need anything special? \u003cspan class=\"arrow\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"tt-faq-answer\"\u003eJust any computer, tablet, or phone with internet — to open the app. That's it.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"tt-faq-item\"\u003e\n      \u003csummary\u003eIs this a subscription? \u003cspan class=\"arrow\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"tt-faq-answer\"\u003eNo. $199 is one payment. You get everything — all 25 weeks of parts, the full app, and lifetime support. No monthly charges, ever.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"tt-faq-item\"\u003e\n      \u003csummary\u003eWhen will it ship? \u003cspan class=\"arrow\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"tt-faq-answer\"\u003eNext day. Order today, it's on the way tomorrow.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"tt-faq-item\"\u003e\n      \u003csummary\u003eWhat if something breaks? \u003cspan class=\"arrow\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"tt-faq-answer\"\u003eEmail us. We replace it free. For life.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"tt-faq-item\"\u003e\n      \u003csummary\u003eWhat if my kid gets stuck? \u003cspan class=\"arrow\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"tt-faq-answer\"\u003eThe app has help built in for every project. If that doesn't work, email us — real person, free help, forever.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"tt-faq-item\"\u003e\n      \u003csummary\u003eDoes this make a good gift? \u003cspan class=\"arrow\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"tt-faq-answer\"\u003eYes — it's one of our most popular birthday and holiday gifts. Ships fast enough to make any deadline.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"tt-faq-item\"\u003e\n      \u003csummary\u003eWhat if we don't love it? \u003cspan class=\"arrow\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"tt-faq-answer\"\u003eSend it back within 30 days. Even used, even broken. Full refund, no questions.\u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- === FINAL CTA === --\u003e\n  \u003cdiv class=\"tt-final\"\u003e\n    \u003ch3\u003e25 weeks of building.\u003cbr\u003e\u003cspan class=\"hl\"\u003eA smarter kid at the end of it.\u003c\/span\u003e\n\u003c\/h3\u003e\n    \u003cp\u003eOr your money back — even if they've used it. That's the deal.\u003c\/p\u003e\n    \u003cdiv class=\"tt-final-stack\"\u003e\n      \u003cspan\u003e$199 once\u003c\/span\u003e·\n      \u003cspan\u003eShips tomorrow\u003c\/span\u003e·\n      \u003cspan\u003e30-day refund\u003c\/span\u003e·\n      \u003cspan\u003eFree help for life\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- === BOTTOM TRUST === --\u003e\n  \u003cdiv class=\"tt-bottom\"\u003e\n    \u003cstrong\u003eThousands of families already enrolled\u003c\/strong\u003e\u003cbr\u003e\n    30-day refund · Free help for life · Ships next day\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TechToast","offers":[{"title":"Default Title","offer_id":45823636766803,"sku":null,"price":189.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0726\/6703\/7779\/files\/1_c5dbcc26-397a-48f8-a97c-2aa0b933a6cc.jpg?v=1784121163","url":"https:\/\/techtoasts.academy\/products\/techtoast-academy-25-week-learn-and-build-program","provider":"TechToast Academy","version":"1.0","type":"link"}