{"product_id":"the-complete-ai-income-starter-bundle","title":"The Complete AI Income Starter Bundle","description":"\u003cstyle\u003e\n  .bc-bundle {\n    font-family: 'Georgia', serif;\n    color: #1a1a1a;\n    max-width: 100%;\n    line-height: 1.7;\n  }\n\n  .bc-bundle * {\n    box-sizing: border-box;\n  }\n\n  \/* ── Hero Banner ── *\/\n  .bc-hero {\n    background: linear-gradient(135deg, #0a0a0f 0%, #111827 50%, #0a0a0f 100%);\n    border-radius: 8px;\n    padding: 40px 32px;\n    text-align: center;\n    margin-bottom: 32px;\n    border: 1px solid #1e293b;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .bc-hero::before {\n    content: '';\n    position: absolute;\n    top: -50%;\n    left: -50%;\n    width: 200%;\n    height: 200%;\n    background: radial-gradient(ellipse at center, rgba(234,179,8,0.06) 0%, transparent 60%);\n    pointer-events: none;\n  }\n\n  .bc-eyebrow {\n    font-family: 'Arial Narrow', Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: #eab308;\n    margin-bottom: 12px;\n    display: block;\n  }\n\n  .bc-hero-title {\n    font-family: Georgia, serif;\n    font-size: 28px;\n    font-weight: 700;\n    color: #ffffff;\n    line-height: 1.2;\n    margin: 0 0 10px;\n  }\n\n  .bc-hero-sub {\n    font-size: 15px;\n    color: #94a3b8;\n    margin: 0 0 24px;\n    font-style: italic;\n  }\n\n  .bc-price-row {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 16px;\n    flex-wrap: wrap;\n    margin-bottom: 16px;\n  }\n\n  .bc-price-old {\n    font-size: 16px;\n    color: #64748b;\n    text-decoration: line-through;\n  }\n\n  .bc-price-new {\n    font-family: Georgia, serif;\n    font-size: 42px;\n    font-weight: 700;\n    color: #eab308;\n    line-height: 1;\n  }\n\n  .bc-price-save {\n    background: #eab308;\n    color: #000;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    padding: 4px 12px;\n    border-radius: 20px;\n  }\n\n  .bc-hero-stats {\n    display: flex;\n    justify-content: center;\n    gap: 32px;\n    flex-wrap: wrap;\n    margin-top: 8px;\n  }\n\n  .bc-stat {\n    text-align: center;\n  }\n\n  .bc-stat-val {\n    display: block;\n    font-family: Georgia, serif;\n    font-size: 22px;\n    font-weight: 700;\n    color: #fff;\n    line-height: 1;\n  }\n\n  .bc-stat-label {\n    display: block;\n    font-size: 10px;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: #64748b;\n    margin-top: 4px;\n  }\n\n  \/* ── Section title ── *\/\n  .bc-section-title {\n    font-family: Georgia, serif;\n    font-size: 20px;\n    font-weight: 700;\n    color: #0f172a;\n    margin: 40px 0 20px;\n    padding-bottom: 10px;\n    border-bottom: 2px solid #eab308;\n    display: inline-block;\n  }\n\n  \/* ── Book cards ── *\/\n  .bc-books {\n    display: flex;\n    flex-direction: column;\n    gap: 16px;\n    margin-bottom: 40px;\n  }\n\n  .bc-book {\n    background: #f8fafc;\n    border: 1px solid #e2e8f0;\n    border-left: 4px solid #eab308;\n    border-radius: 6px;\n    padding: 20px 24px;\n    display: grid;\n    grid-template-columns: auto 1fr auto;\n    gap: 16px;\n    align-items: start;\n  }\n\n  .bc-book-icon {\n    font-size: 28px;\n    line-height: 1;\n    margin-top: 2px;\n  }\n\n  .bc-book-num {\n    font-family: Georgia, serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: #eab308;\n    margin-bottom: 4px;\n    display: block;\n  }\n\n  .bc-book-title {\n    font-family: Georgia, serif;\n    font-size: 16px;\n    font-weight: 700;\n    color: #0f172a;\n    margin-bottom: 8px;\n    line-height: 1.3;\n  }\n\n  .bc-book-pages {\n    font-size: 12px;\n    color: #64748b;\n    margin-bottom: 8px;\n    font-style: italic;\n  }\n\n  .bc-book-desc {\n    font-size: 14px;\n    color: #475569;\n    line-height: 1.65;\n    margin: 0;\n  }\n\n  .bc-book-price {\n    font-family: Georgia, serif;\n    font-size: 18px;\n    font-weight: 700;\n    color: #0f172a;\n    white-space: nowrap;\n    text-align: right;\n  }\n\n  .bc-book-price span {\n    display: block;\n    font-family: Arial, sans-serif;\n    font-size: 10px;\n    font-weight: 400;\n    color: #94a3b8;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    margin-top: 2px;\n    text-align: right;\n  }\n\n  \/* ── Journey section ── *\/\n  .bc-journey {\n    background: #0f172a;\n    border-radius: 8px;\n    padding: 32px;\n    margin-bottom: 40px;\n  }\n\n  .bc-journey-title {\n    font-family: Georgia, serif;\n    font-size: 18px;\n    font-weight: 700;\n    color: #eab308;\n    margin-bottom: 20px;\n    text-align: center;\n  }\n\n  .bc-journey-steps {\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n  }\n\n  .bc-step {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n  }\n\n  .bc-step-num {\n    background: #eab308;\n    color: #000;\n    font-size: 11px;\n    font-weight: 700;\n    width: 24px;\n    height: 24px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n\n  .bc-step-text {\n    font-size: 14px;\n    color: #cbd5e1;\n    line-height: 1.6;\n  }\n\n  .bc-step-text strong {\n    color: #fff;\n    font-family: Georgia, serif;\n  }\n\n  \/* ── For who ── *\/\n  .bc-for {\n    background: #f8fafc;\n    border: 1px solid #e2e8f0;\n    border-radius: 8px;\n    padding: 28px 32px;\n    margin-bottom: 32px;\n  }\n\n  .bc-for-title {\n    font-family: Georgia, serif;\n    font-size: 17px;\n    font-weight: 700;\n    color: #0f172a;\n    margin-bottom: 16px;\n  }\n\n  .bc-for-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: flex;\n    flex-direction: column;\n    gap: 8px;\n  }\n\n  .bc-for-list li {\n    font-size: 14px;\n    color: #334155;\n    padding-left: 24px;\n    position: relative;\n    line-height: 1.6;\n  }\n\n  .bc-for-list li::before {\n    content: '✓';\n    position: absolute;\n    left: 0;\n    color: #eab308;\n    font-weight: 700;\n  }\n\n  \/* ── Delivery ── *\/\n  .bc-delivery {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 12px;\n    margin-bottom: 32px;\n  }\n\n  .bc-delivery-item {\n    background: #f1f5f9;\n    border-radius: 6px;\n    padding: 14px 16px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    font-size: 13px;\n    color: #334155;\n  }\n\n  .bc-delivery-icon {\n    font-size: 18px;\n    flex-shrink: 0;\n  }\n\n  \/* ── CTA ── *\/\n  .bc-cta {\n    background: linear-gradient(135deg, #0a0a0f 0%, #111827 100%);\n    border-radius: 8px;\n    padding: 36px 32px;\n    text-align: center;\n    border: 1px solid #eab308;\n  }\n\n  .bc-cta-title {\n    font-family: Georgia, serif;\n    font-size: 22px;\n    font-weight: 700;\n    color: #fff;\n    margin-bottom: 8px;\n  }\n\n  .bc-cta-sub {\n    font-size: 14px;\n    color: #64748b;\n    margin-bottom: 20px;\n    font-style: italic;\n  }\n\n  .bc-cta-price {\n    margin-bottom: 8px;\n  }\n\n  .bc-cta-old {\n    font-size: 14px;\n    color: #475569;\n    text-decoration: line-through;\n    display: block;\n    margin-bottom: 4px;\n  }\n\n  .bc-cta-new {\n    font-family: Georgia, serif;\n    font-size: 48px;\n    font-weight: 700;\n    color: #eab308;\n    line-height: 1;\n    display: block;\n  }\n\n  .bc-cta-save {\n    font-size: 13px;\n    color: #94a3b8;\n    margin-bottom: 24px;\n    display: block;\n  }\n\n  .bc-cta-note {\n    font-size: 12px;\n    color: #334155;\n    margin-top: 16px;\n    letter-spacing: 0.05em;\n  }\n\n  \/* ── Divider ── *\/\n  .bc-divider {\n    border: none;\n    border-top: 1px solid #e2e8f0;\n    margin: 8px 0 32px;\n  }\n\n  \/* ── Responsive ── *\/\n  @media (max-width: 640px) {\n    .bc-hero { padding: 28px 20px; }\n    .bc-hero-title { font-size: 22px; }\n    .bc-price-new { font-size: 32px; }\n    .bc-book { grid-template-columns: auto 1fr; }\n    .bc-book-price { display: none; }\n    .bc-delivery { grid-template-columns: 1fr; }\n    .bc-hero-stats { gap: 20px; }\n    .bc-cta { padding: 28px 20px; }\n    .bc-journey { padding: 24px 20px; }\n    .bc-for { padding: 24px 20px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"bc-bundle\"\u003e\n\n  \u003c!-- Hero --\u003e\n  \u003cdiv class=\"bc-hero\"\u003e\n    \u003cspan class=\"bc-eyebrow\"\u003eBerg Codex · Complete System · 2026 Edition\u003c\/span\u003e\n    \u003ch1 class=\"bc-hero-title\"\u003eThe Complete AI Income Starter Bundle\u003c\/h1\u003e\n    \u003cp class=\"bc-hero-sub\"\u003e5 Books · 718 Pages · From Zero to Consistent AI Income\u003c\/p\u003e\n\n    \u003cdiv class=\"bc-price-row\"\u003e\n      \u003cspan class=\"bc-price-old\"\u003eIndividual value: $143.96\u003c\/span\u003e\n      \u003cspan class=\"bc-price-new\"\u003e$67\u003c\/span\u003e\n      \u003cspan class=\"bc-price-save\"\u003eSave 53%\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bc-hero-stats\"\u003e\n      \u003cdiv class=\"bc-stat\"\u003e\n        \u003cspan class=\"bc-stat-val\"\u003e5\u003c\/span\u003e\n        \u003cspan class=\"bc-stat-label\"\u003eComplete Books\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bc-stat\"\u003e\n        \u003cspan class=\"bc-stat-val\"\u003e718+\u003c\/span\u003e\n        \u003cspan class=\"bc-stat-label\"\u003ePages\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bc-stat\"\u003e\n        \u003cspan class=\"bc-stat-val\"\u003e55+\u003c\/span\u003e\n        \u003cspan class=\"bc-stat-label\"\u003eReady-to-Use Prompts\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bc-stat\"\u003e\n        \u003cspan class=\"bc-stat-val\"\u003e90\u003c\/span\u003e\n        \u003cspan class=\"bc-stat-label\"\u003eDay Action Plan\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- What's Inside --\u003e\n  \u003cdiv class=\"bc-section-title\"\u003eWhat's Inside — 5 Complete Books\u003c\/div\u003e\n  \u003chr class=\"bc-divider\"\u003e\n\n  \u003cdiv class=\"bc-books\"\u003e\n\n    \u003cdiv class=\"bc-book\"\u003e\n      \u003cspan class=\"bc-book-icon\"\u003e📘\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"bc-book-num\"\u003eBook 1 of 5\u003c\/span\u003e\n        \u003cdiv class=\"bc-book-title\"\u003eYour AI Paycheck — 190 Pages\u003c\/div\u003e\n        \u003cdiv class=\"bc-book-pages\"\u003eThe Complete Beginner's System to Earning Real Money with AI\u003c\/div\u003e\n        \u003cp class=\"bc-book-desc\"\u003eThe foundation of the entire bundle. Covers AI freelance writing, social media management, digital product creation, faceless YouTube automation, and AI consulting — five proven income methods with step-by-step workflows, a 90-day roadmap, outreach scripts, a full pricing guide, and an income tracker. No technical background required.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bc-book-price\"\u003e$24.99\u003cspan\u003eindividual\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bc-book\"\u003e\n      \u003cspan class=\"bc-book-icon\"\u003e🤖\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"bc-book-num\"\u003eBook 2 of 5\u003c\/span\u003e\n        \u003cdiv class=\"bc-book-title\"\u003eThe AI Agent Advantage — 184 Pages\u003c\/div\u003e\n        \u003cdiv class=\"bc-book-pages\"\u003eBuild Your Personal AI Workforce\u003c\/div\u003e\n        \u003cp class=\"bc-book-desc\"\u003eThe execution manual for designing, deploying, and running AI agents that handle repetitive, research-heavy, and time-consuming work without you. Covers the complete 5-layer AI agent stack, the Task Audit Method, multi-agent systems, and three monetization models generating $3,000 to $15,000 per project. Includes ready-to-use system prompt templates and a full 30-day action plan.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bc-book-price\"\u003e$47.00\u003cspan\u003eindividual\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bc-book\"\u003e\n      \u003cspan class=\"bc-book-icon\"\u003e✍️\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"bc-book-num\"\u003eBook 3 of 5\u003c\/span\u003e\n        \u003cdiv class=\"bc-book-title\"\u003ePrompt Like a Pro — 98 Pages\u003c\/div\u003e\n        \u003cdiv class=\"bc-book-pages\"\u003e55 Tested AI Prompts for Freelancers, Creators \u0026amp; Small Business Owners\u003c\/div\u003e\n        \u003cp class=\"bc-book-desc\"\u003eA practical reference guide containing 55 fully written, tested, and ready-to-use AI prompts covering every major content and business task. Blog posts, social media captions, email sequences, product descriptions, video scripts, competitor research, and business operations — every prompt ready to use immediately with a clear explanation of why it works so you can adapt it confidently to any situation.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bc-book-price\"\u003e$19.99\u003cspan\u003eindividual\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bc-book\"\u003e\n      \u003cspan class=\"bc-book-icon\"\u003e🎯\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"bc-book-num\"\u003eBook 4 of 5\u003c\/span\u003e\n        \u003cdiv class=\"bc-book-title\"\u003eThe AI Client Machine — 148 Pages\u003c\/div\u003e\n        \u003cdiv class=\"bc-book-pages\"\u003eLand High-Paying Clients in 30 Days or Less\u003c\/div\u003e\n        \u003cp class=\"bc-book-desc\"\u003eThe complete 5-phase client acquisition system — Position, Find, Approach, Convert, and Retain — built for complete beginners with no existing network, no portfolio, and no sales experience. Covers cold email mastery, LinkedIn and Instagram outreach, discovery call frameworks, proposal structure, freelance agreements, and retainer conversion. Includes a 30-day tracker and a full outreach swipe file.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bc-book-price\"\u003e$26.99\u003cspan\u003eindividual\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bc-book\"\u003e\n      \u003cspan class=\"bc-book-icon\"\u003e💻\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"bc-book-num\"\u003eBook 5 of 5\u003c\/span\u003e\n        \u003cdiv class=\"bc-book-title\"\u003eThe Digital Product Blueprint — 98 Pages\u003c\/div\u003e\n        \u003cdiv class=\"bc-book-pages\"\u003eCreate, Launch \u0026amp; Scale an AI-Powered Passive Income Catalog\u003c\/div\u003e\n        \u003cp class=\"bc-book-desc\"\u003eThe complete system for building an AI-powered digital product business — from your first product idea to a catalog generating $3,000 or more per month without clients, without inventory, and without trading time for every dollar. Covers niche selection, product validation, AI-assisted creation of ebooks, templates, planners, prompt packs, and mini-courses, Etsy SEO, pricing psychology, and content marketing.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bc-book-price\"\u003e$24.99\u003cspan\u003eindividual\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- How They Work Together --\u003e\n  \u003cdiv class=\"bc-journey\"\u003e\n    \u003cdiv class=\"bc-journey-title\"\u003eHow the 5 Books Work Together\u003c\/div\u003e\n    \u003cdiv class=\"bc-journey-steps\"\u003e\n      \u003cdiv class=\"bc-step\"\u003e\n        \u003cdiv class=\"bc-step-num\"\u003e1\u003c\/div\u003e\n        \u003cdiv class=\"bc-step-text\"\u003e\n\u003cstrong\u003eYour AI Paycheck\u003c\/strong\u003e shows you every income method available and gives you the roadmap and tools to start earning from day one.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bc-step\"\u003e\n        \u003cdiv class=\"bc-step-num\"\u003e2\u003c\/div\u003e\n        \u003cdiv class=\"bc-step-text\"\u003e\n\u003cstrong\u003ePrompt Like a Pro\u003c\/strong\u003e makes your AI output professional, consistent, and ready for clients — from the moment you start.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bc-step\"\u003e\n        \u003cdiv class=\"bc-step-num\"\u003e3\u003c\/div\u003e\n        \u003cdiv class=\"bc-step-text\"\u003e\n\u003cstrong\u003eThe AI Client Machine\u003c\/strong\u003e fills your pipeline with paying clients using a tested outreach and conversion system that works in 30 days.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bc-step\"\u003e\n        \u003cdiv class=\"bc-step-num\"\u003e4\u003c\/div\u003e\n        \u003cdiv class=\"bc-step-text\"\u003e\n\u003cstrong\u003eThe AI Agent Advantage\u003c\/strong\u003e automates your most time-consuming work so you can serve more clients and scale without burnout.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bc-step\"\u003e\n        \u003cdiv class=\"bc-step-num\"\u003e5\u003c\/div\u003e\n        \u003cdiv class=\"bc-step-text\"\u003e\n\u003cstrong\u003eThe Digital Product Blueprint\u003c\/strong\u003e builds the passive income stream that earns around the clock — with no client calls and no delivery deadlines.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Who This Is For --\u003e\n  \u003cdiv class=\"bc-for\"\u003e\n    \u003cdiv class=\"bc-for-title\"\u003eThis Bundle Is For You If:\u003c\/div\u003e\n    \u003cul class=\"bc-for-list\"\u003e\n      \u003cli\u003eYou are a complete beginner starting from zero with no technical background\u003c\/li\u003e\n      \u003cli\u003eYou use AI tools daily but are not yet making money from them\u003c\/li\u003e\n      \u003cli\u003eYou want a full client pipeline built in 30 days with no existing network\u003c\/li\u003e\n      \u003cli\u003eYou are a freelancer or creator who wants professional-grade AI output immediately\u003c\/li\u003e\n      \u003cli\u003eYou want to automate repetitive work and scale without hiring\u003c\/li\u003e\n      \u003cli\u003eYou want to build passive income from digital products that sell while you sleep\u003c\/li\u003e\n      \u003cli\u003eYou want one complete system — not five random books on the same topic\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Delivery --\u003e\n  \u003cdiv class=\"bc-section-title\"\u003eFormat \u0026amp; Delivery\u003c\/div\u003e\n  \u003chr class=\"bc-divider\"\u003e\n\n  \u003cdiv class=\"bc-delivery\"\u003e\n    \u003cdiv class=\"bc-delivery-item\"\u003e\n      \u003cspan class=\"bc-delivery-icon\"\u003e📥\u003c\/span\u003e\n      \u003cspan\u003eInstant digital download — access within 2 minutes\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bc-delivery-item\"\u003e\n      \u003cspan class=\"bc-delivery-icon\"\u003e📄\u003c\/span\u003e\n      \u003cspan\u003e5 PDF guides — 718+ pages total\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bc-delivery-item\"\u003e\n      \u003cspan class=\"bc-delivery-icon\"\u003e📱\u003c\/span\u003e\n      \u003cspan\u003eCompatible with all devices — desktop, tablet, mobile\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bc-delivery-item\"\u003e\n      \u003cspan class=\"bc-delivery-icon\"\u003e♾️\u003c\/span\u003e\n      \u003cspan\u003eLifetime access — yours to keep forever\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bc-delivery-item\"\u003e\n      \u003cspan class=\"bc-delivery-icon\"\u003e🖨️\u003c\/span\u003e\n      \u003cspan\u003ePrint-optimized — print physical copies if preferred\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bc-delivery-item\"\u003e\n      \u003cspan class=\"bc-delivery-icon\"\u003e🔒\u003c\/span\u003e\n      \u003cspan\u003eNo subscription — one payment, complete access\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CTA --\u003e\n  \u003cdiv class=\"bc-cta\"\u003e\n    \u003cdiv class=\"bc-cta-title\"\u003eThe Complete AI Income Starter Bundle\u003c\/div\u003e\n    \u003cdiv class=\"bc-cta-sub\"\u003e5 Books · 718 Pages · Everything You Need to Start and Scale\u003c\/div\u003e\n    \u003cdiv class=\"bc-cta-price\"\u003e\n      \u003cspan class=\"bc-cta-old\"\u003eIndividual value: $143.96\u003c\/span\u003e\n      \u003cspan class=\"bc-cta-new\"\u003e$67\u003c\/span\u003e\n      \u003cspan class=\"bc-cta-save\"\u003eYou save $76.96 — 53% off\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"bc-cta-note\"\u003eInstant download · Lifetime access · No subscription · All devices\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"BERG CODEX","offers":[{"title":"Default Title","offer_id":52699177943329,"sku":null,"price":67.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0952\/8685\/3921\/files\/ChatGPTImageMay17_2026_10_32_04AM.png?v=1779006763","url":"https:\/\/www.thebergcodex.shop\/products\/the-complete-ai-income-starter-bundle","provider":"THE BERG CODEX","version":"1.0","type":"link"}