{"product_id":"digital-product-6","title":"The Brand Messaging Bible: Stop Sounding Like Everyone Else. Start Sounding Like the Only Choice.","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eThe Brand Messaging Bible - Crafted By Words\u003c\/title\u003e\n\n    \u003c!-- Google Fonts --\u003e\n    \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n    \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:opsz,wght@14..32,300;14..32,400;14..32,500;14..32,600;14..32,700;14..32,800\u0026amp;family=Playfair+Display:ital,wght@0,600;0,700;1,600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n    \u003cstyle\u003e\n        \/* ----- RESET \u0026 BASE ----- *\/\n        *,\n        *::before,\n        *::after {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        :root {\n            --bg: #fbf9f6;\n            --bg-card: #ffffff;\n            --text-primary: #1a1a1a;\n            --text-secondary: #4a4a4a;\n            --text-muted: #7a7a7a;\n            --gold: #b8860b;\n            --gold-light: #d4a52a;\n            --gold-pale: #f5ede0;\n            --gold-glow: rgba(184, 134, 11, 0.12);\n            --border-light: #e8e0d6;\n            --shadow-card: 0 12px 40px rgba(0, 0, 0, 0.06);\n            --shadow-hover: 0 20px 56px rgba(0, 0, 0, 0.10);\n            --radius: 18px;\n            --radius-sm: 10px;\n            --transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);\n            --max-width: 1120px;\n        }\n\n        html {\n            scroll-behavior: smooth;\n        }\n\n        body {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n            background: var(--bg);\n            color: var(--text-primary);\n            line-height: 1.6;\n            -webkit-font-smoothing: antialiased;\n        }\n\n        .container {\n            max-width: var(--max-width);\n            margin: 0 auto;\n            padding: 0 24px;\n        }\n\n        \/* ----- TYPOGRAPHY ----- *\/\n        .heading-serif {\n            font-family: 'Playfair Display', Georgia, serif;\n            font-weight: 700;\n            letter-spacing: -0.02em;\n        }\n\n        .tag {\n            display: inline-block;\n            font-size: 0.7rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.12em;\n            color: var(--gold);\n            background: var(--gold-pale);\n            padding: 6px 18px;\n            border-radius: 100px;\n            margin-bottom: 16px;\n        }\n\n        .btn {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            gap: 10px;\n            font-family: 'Inter', sans-serif;\n            font-weight: 600;\n            font-size: 1rem;\n            padding: 16px 40px;\n            border-radius: 60px;\n            border: none;\n            cursor: pointer;\n            transition: var(--transition);\n            text-decoration: none;\n            background: var(--gold);\n            color: #fff;\n            box-shadow: 0 4px 16px var(--gold-glow);\n        }\n\n        .btn:hover {\n            background: #a0740a;\n            transform: translateY(-2px);\n            box-shadow: 0 8px 28px rgba(184, 134, 11, 0.25);\n        }\n\n        .btn .icon-right {\n            display: inline-flex;\n            align-items: center;\n            margin-left: 4px;\n        }\n\n        \/* ----- HEADER ----- *\/\n        .site-header {\n            padding: 20px 0;\n            border-bottom: 1px solid var(--border-light);\n            background: rgba(251, 249, 246, 0.85);\n            backdrop-filter: blur(8px);\n            position: sticky;\n            top: 0;\n            z-index: 100;\n        }\n\n        .site-header .container {\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n        }\n\n        .logo {\n            font-family: 'Playfair Display', Georgia, serif;\n            font-weight: 700;\n            font-size: 1.3rem;\n            letter-spacing: -0.02em;\n            color: var(--text-primary);\n            text-decoration: none;\n        }\n\n        .logo span {\n            color: var(--gold);\n        }\n\n        .header-cta {\n            font-size: 0.85rem;\n            font-weight: 600;\n            color: var(--gold);\n            text-decoration: none;\n            border: 2px solid var(--gold-pale);\n            padding: 8px 22px;\n            border-radius: 60px;\n            transition: var(--transition);\n        }\n\n        .header-cta:hover {\n            background: var(--gold-pale);\n            border-color: var(--gold);\n        }\n\n        \/* ----- HERO ----- *\/\n        .hero {\n            padding: 64px 0 48px;\n            text-align: center;\n        }\n\n        .hero .tag {\n            margin-bottom: 20px;\n        }\n\n        .hero h1 {\n            font-size: clamp(2.4rem, 7vw, 4.2rem);\n            line-height: 1.08;\n            margin-bottom: 12px;\n            max-width: 860px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .hero h1 .highlight {\n            color: var(--gold);\n            position: relative;\n        }\n\n        .hero h1 .highlight::after {\n            content: '';\n            position: absolute;\n            left: 0;\n            bottom: 2px;\n            width: 100%;\n            height: 10px;\n            background: var(--gold-pale);\n            z-index: -1;\n            border-radius: 4px;\n        }\n\n        .hero .subheadline {\n            font-size: clamp(1.1rem, 1.8vw, 1.4rem);\n            color: var(--text-secondary);\n            max-width: 640px;\n            margin: 0 auto 32px;\n            font-weight: 400;\n            line-height: 1.6;\n        }\n\n        .hero .subheadline strong {\n            color: var(--text-primary);\n            font-weight: 600;\n        }\n\n        .hero-badges {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 10px 20px;\n            margin-top: 28px;\n            font-size: 0.9rem;\n            color: var(--text-muted);\n        }\n\n        .hero-badges span {\n            display: flex;\n            align-items: center;\n            gap: 6px;\n        }\n\n        .hero-badges .icon {\n            display: flex;\n            align-items: center;\n        }\n\n        \/* ----- PAIN SECTION ----- *\/\n        .pain-section {\n            padding: 48px 0 56px;\n            background: #fff;\n            border-radius: var(--radius);\n            margin: 0 0 56px;\n            box-shadow: var(--shadow-card);\n        }\n\n        .pain-section .container {\n            text-align: center;\n        }\n\n        .pain-section .big-question {\n            font-size: clamp(1.6rem, 3.2vw, 2.4rem);\n            font-weight: 700;\n            margin-bottom: 16px;\n        }\n\n        .pain-section .big-question .gold {\n            color: var(--gold);\n        }\n\n        .pain-section .description {\n            font-size: 1.05rem;\n            color: var(--text-secondary);\n            max-width: 720px;\n            margin: 0 auto;\n            line-height: 1.8;\n        }\n\n        .pain-section .description strong {\n            color: var(--text-primary);\n        }\n\n        \/* ----- TRUTH SECTION ----- *\/\n        .truth-section {\n            padding: 32px 0 56px;\n        }\n\n        .truth-section .container {\n            text-align: center;\n        }\n\n        .truth-section h2 {\n            font-size: clamp(1.6rem, 3vw, 2.2rem);\n            margin-bottom: 8px;\n        }\n\n        .truth-section .sub {\n            color: var(--text-secondary);\n            margin-bottom: 32px;\n        }\n\n        .truth-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n            gap: 16px;\n            max-width: 900px;\n            margin: 0 auto;\n        }\n\n        .truth-item {\n            background: #fff;\n            border-radius: var(--radius-sm);\n            padding: 24px 16px;\n            border: 1px solid var(--border-light);\n            text-align: left;\n        }\n\n        .truth-item .icon {\n            display: flex;\n            align-items: center;\n            margin-bottom: 6px;\n        }\n\n        .truth-item h4 {\n            font-size: 0.95rem;\n            font-weight: 700;\n            margin-bottom: 4px;\n        }\n\n        .truth-item p {\n            font-size: 0.9rem;\n            color: var(--text-secondary);\n            line-height: 1.6;\n        }\n\n        \/* ----- TRUST SECTION ----- *\/\n        .trust-section {\n            padding: 48px 0 56px;\n            background: #fff;\n            border-radius: var(--radius);\n            margin: 0 0 56px;\n            box-shadow: var(--shadow-card);\n        }\n\n        .trust-section .container {\n            text-align: center;\n        }\n\n        .trust-section h2 {\n            font-size: clamp(1.6rem, 3.2vw, 2.4rem);\n            margin-bottom: 12px;\n        }\n\n        .trust-section .description {\n            font-size: 1.05rem;\n            color: var(--text-secondary);\n            max-width: 680px;\n            margin: 0 auto;\n            line-height: 1.8;\n        }\n\n        .trust-section .description strong {\n            color: var(--text-primary);\n        }\n\n        \/* ----- INTRO OFFER ----- *\/\n        .intro-offer {\n            text-align: center;\n            padding: 24px 0 48px;\n        }\n\n        .intro-offer h2 {\n            font-size: clamp(1.8rem, 4vw, 2.8rem);\n            margin-bottom: 12px;\n        }\n\n        .intro-offer .lede {\n            font-size: 1.05rem;\n            color: var(--text-secondary);\n            max-width: 640px;\n            margin: 0 auto 28px;\n        }\n\n        \/* ----- WHAT'S INSIDE (PARTS) ----- *\/\n        .parts-section {\n            padding: 56px 0 64px;\n            background: #fff;\n            border-radius: var(--radius);\n            box-shadow: var(--shadow-card);\n            margin-bottom: 56px;\n        }\n\n        .parts-section .section-label {\n            text-align: center;\n            margin-bottom: 40px;\n        }\n\n        .parts-section .section-label h2 {\n            font-size: clamp(1.8rem, 3.6vw, 2.6rem);\n        }\n\n        .parts-section .section-label p {\n            color: var(--text-secondary);\n            margin-top: 6px;\n        }\n\n        .part-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 24px;\n        }\n\n        .part-card {\n            background: var(--bg);\n            border-radius: var(--radius-sm);\n            padding: 28px 24px;\n            border: 1px solid var(--border-light);\n            transition: var(--transition);\n            text-align: left;\n        }\n\n        .part-card:hover {\n            border-color: var(--gold);\n            box-shadow: var(--shadow-hover);\n            transform: translateY(-4px);\n        }\n\n        .part-card .icon {\n            display: flex;\n            align-items: center;\n            margin-bottom: 8px;\n        }\n\n        .part-card .part-number {\n            font-family: 'Playfair Display', Georgia, serif;\n            font-size: 1.8rem;\n            font-weight: 700;\n            color: var(--gold-pale);\n            line-height: 1;\n            margin-bottom: 4px;\n        }\n\n        .part-card h3 {\n            font-size: 1.1rem;\n            font-weight: 700;\n            margin-bottom: 4px;\n        }\n\n        .part-card p {\n            font-size: 0.92rem;\n            color: var(--text-secondary);\n            line-height: 1.6;\n        }\n\n        .part-card ul {\n            list-style: none;\n            padding: 0;\n            margin-top: 8px;\n        }\n\n        .part-card ul li {\n            font-size: 0.88rem;\n            color: var(--text-secondary);\n            padding: 3px 0;\n            display: flex;\n            align-items: center;\n            gap: 6px;\n        }\n\n        .part-card ul li .check-icon {\n            display: flex;\n            align-items: center;\n            flex-shrink: 0;\n        }\n\n        \/* ----- WHO THIS IS FOR ----- *\/\n        .who-section {\n            padding: 32px 0 56px;\n            text-align: center;\n        }\n\n        .who-section h2 {\n            font-size: clamp(1.6rem, 3.2vw, 2.4rem);\n            margin-bottom: 8px;\n        }\n\n        .who-section .sub {\n            color: var(--text-secondary);\n            margin-bottom: 32px;\n        }\n\n        .who-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 16px;\n            max-width: 820px;\n            margin: 0 auto;\n        }\n\n        .who-item {\n            background: #fff;\n            border-radius: var(--radius-sm);\n            padding: 20px 16px;\n            border: 1px solid var(--border-light);\n            font-weight: 500;\n            font-size: 0.95rem;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            text-align: left;\n        }\n\n        .who-item .icon {\n            display: flex;\n            align-items: center;\n            flex-shrink: 0;\n        }\n\n        \/* ----- WHAT CHANGES ----- *\/\n        .changes-section {\n            padding: 48px 0 56px;\n            background: #fff;\n            border-radius: var(--radius);\n            margin: 0 0 56px;\n            box-shadow: var(--shadow-card);\n        }\n\n        .changes-section .container {\n            text-align: center;\n        }\n\n        .changes-section h2 {\n            font-size: clamp(1.6rem, 3.2vw, 2.4rem);\n            margin-bottom: 8px;\n        }\n\n        .changes-section .sub {\n            color: var(--text-secondary);\n            margin-bottom: 32px;\n        }\n\n        .change-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n            gap: 16px;\n            max-width: 820px;\n            margin: 0 auto;\n        }\n\n        .change-item {\n            background: var(--bg);\n            border-radius: var(--radius-sm);\n            padding: 20px 16px;\n            border: 1px solid var(--border-light);\n            text-align: left;\n        }\n\n        .change-item .icon {\n            display: flex;\n            align-items: center;\n            margin-bottom: 6px;\n        }\n\n        .change-item h4 {\n            font-size: 0.95rem;\n            font-weight: 700;\n            margin-bottom: 4px;\n        }\n\n        .change-item p {\n            font-size: 0.9rem;\n            color: var(--text-secondary);\n            line-height: 1.6;\n        }\n\n        \/* ----- BEFORE\/AFTER ----- *\/\n        .comparison-section {\n            padding: 32px 0 56px;\n            text-align: center;\n        }\n\n        .comparison-section h2 {\n            font-size: clamp(1.6rem, 3.2vw, 2.4rem);\n            margin-bottom: 8px;\n        }\n\n        .comparison-section .sub {\n            color: var(--text-secondary);\n            margin-bottom: 32px;\n        }\n\n        .comparison-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 24px;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        .comparison-item {\n            background: #fff;\n            border-radius: var(--radius-sm);\n            padding: 28px 24px;\n            border: 1px solid var(--border-light);\n            text-align: left;\n        }\n\n        .comparison-item .label {\n            display: inline-block;\n            font-size: 0.7rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.08em;\n            padding: 4px 14px;\n            border-radius: 100px;\n            margin-bottom: 12px;\n        }\n\n        .comparison-item .label.before {\n            background: #fef2f2;\n            color: #b91c1c;\n        }\n\n        .comparison-item .label.after {\n            background: var(--gold-pale);\n            color: var(--gold);\n        }\n\n        .comparison-item .quote {\n            font-size: 1rem;\n            line-height: 1.7;\n            color: var(--text-secondary);\n        }\n\n        .comparison-item .quote strong {\n            color: var(--text-primary);\n        }\n\n        \/* ----- WORKING SESSION ----- *\/\n        .workbook-section {\n            padding: 48px 0 56px;\n            background: #fff;\n            border-radius: var(--radius);\n            margin: 0 0 56px;\n            box-shadow: var(--shadow-card);\n        }\n\n        .workbook-section .container {\n            text-align: center;\n        }\n\n        .workbook-section h2 {\n            font-size: clamp(1.6rem, 3.2vw, 2.4rem);\n            margin-bottom: 12px;\n        }\n\n        .workbook-section .description {\n            font-size: 1.05rem;\n            color: var(--text-secondary);\n            max-width: 640px;\n            margin: 0 auto;\n            line-height: 1.8;\n        }\n\n        \/* ----- TEAM SECTION ----- *\/\n        .team-section {\n            padding: 32px 0 56px;\n            text-align: center;\n        }\n\n        .team-section h2 {\n            font-size: clamp(1.6rem, 3.2vw, 2.4rem);\n            margin-bottom: 8px;\n        }\n\n        .team-section .sub {\n            color: var(--text-secondary);\n            max-width: 640px;\n            margin: 0 auto 0;\n            line-height: 1.8;\n        }\n\n        \/* ----- FAQ ----- *\/\n        .faq-section {\n            background: #fff;\n            border-radius: var(--radius);\n            padding: 48px 40px;\n            box-shadow: var(--shadow-card);\n            margin-bottom: 56px;\n        }\n\n        .faq-section h2 {\n            text-align: center;\n            font-size: clamp(1.6rem, 3.2vw, 2.4rem);\n            margin-bottom: 32px;\n        }\n\n        .faq-item {\n            border-bottom: 1px solid var(--border-light);\n            padding: 20px 0;\n        }\n\n        .faq-item:last-child {\n            border-bottom: none;\n        }\n\n        .faq-item h4 {\n            font-size: 1rem;\n            font-weight: 700;\n            margin-bottom: 6px;\n            color: var(--text-primary);\n        }\n\n        .faq-item p {\n            font-size: 0.95rem;\n            color: var(--text-secondary);\n            line-height: 1.7;\n        }\n\n        \/* ----- FINAL CTA ----- *\/\n        .final-cta {\n            background: #ffffff;\n            color: var(--text-primary);\n            border: 1px solid var(--border-light);\n            border-radius: var(--radius);\n            padding: 56px 40px;\n            text-align: center;\n            margin-bottom: 48px;\n            box-shadow: var(--shadow-card);\n        }\n\n        .final-cta h2 {\n            font-size: clamp(1.8rem, 4vw, 2.8rem);\n            font-weight: 700;\n            margin-bottom: 12px;\n            color: var(--text-primary);\n        }\n\n        .final-cta .sub {\n            font-size: 1.05rem;\n            color: var(--text-secondary);\n            max-width: 560px;\n            margin: 0 auto 24px;\n            line-height: 1.7;\n        }\n\n        .final-cta .price {\n            font-size: 1.1rem;\n            font-weight: 400;\n            color: var(--text-secondary);\n            margin-bottom: 24px;\n        }\n\n        .final-cta .price strong {\n            font-size: 1.8rem;\n            font-weight: 700;\n            color: var(--gold);\n        }\n\n        .final-cta .btn {\n            background: var(--gold);\n            color: #fff;\n            box-shadow: 0 4px 20px rgba(184, 134, 11, 0.3);\n            font-size: 1.05rem;\n            padding: 18px 48px;\n        }\n\n        .final-cta .btn:hover {\n            background: #a0740a;\n            transform: translateY(-2px);\n            box-shadow: 0 8px 32px rgba(184, 134, 11, 0.4);\n        }\n\n        .final-cta .fine {\n            font-size: 0.8rem;\n            color: var(--text-muted);\n            margin-top: 20px;\n        }\n\n        .final-cta .guarantee {\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            font-size: 0.9rem;\n            color: var(--text-muted);\n            margin-top: 16px;\n            border-top: 1px solid var(--border-light);\n            padding-top: 16px;\n        }\n\n        .final-cta .guarantee .icon {\n            display: flex;\n            align-items: center;\n        }\n\n        .final-cta .tag {\n            background: var(--gold-pale);\n            color: var(--gold);\n        }\n\n        \/* ----- FOOTER ----- *\/\n        .site-footer {\n            padding: 32px 0 24px;\n            text-align: center;\n            font-size: 0.85rem;\n            color: var(--text-muted);\n            border-top: 1px solid var(--border-light);\n        }\n\n        .site-footer a {\n            color: var(--text-secondary);\n            text-decoration: none;\n        }\n\n        .site-footer a:hover {\n            color: var(--gold);\n        }\n\n        .site-footer .footer-contact {\n            margin-top: 6px;\n            font-size: 0.8rem;\n            color: var(--text-muted);\n        }\n\n        \/* ----- RESPONSIVE ----- *\/\n        @media (max-width: 768px) {\n            .hero {\n                padding: 40px 0 32px;\n            }\n\n            .comparison-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .parts-section {\n                padding: 32px 0 40px;\n            }\n\n            .part-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .final-cta {\n                padding: 40px 24px;\n            }\n\n            .final-cta .btn {\n                width: 100%;\n            }\n\n            .site-header .header-cta {\n                font-size: 0.75rem;\n                padding: 6px 16px;\n            }\n\n            .truth-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .change-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .who-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .faq-section {\n                padding: 32px 20px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .hero-badges {\n                flex-direction: column;\n                align-items: center;\n            }\n        }\n    \u003c\/style\u003e\n\n\n\n\n    \u003c!-- ===== HEADER ===== --\u003e\n    \u003cheader class=\"site-header\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003ca href=\"#\" class=\"logo\"\u003eCrafted\u003cspan\u003eBy\u003c\/span\u003eWords\u003c\/a\u003e\n            \u003ca href=\"#cta\" class=\"header-cta\"\u003eGet the Bible\u003c\/a\u003e\n        \u003c\/div\u003e\n    \u003c\/header\u003e\n\n    \u003c!-- ===== HERO ===== --\u003e\n    \u003csection class=\"hero\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cspan class=\"tag\"\u003eThe Brand Messaging Bible\u003c\/span\u003e\n            \u003ch1\u003e\n                Stop sounding like everyone else.\u003cbr\u003e\n                Start sounding like the \u003cspan class=\"highlight\"\u003eonly choice\u003c\/span\u003e.\n            \u003c\/h1\u003e\n            \u003cp class=\"subheadline\"\u003e\n                The complete system for turning your business into a brand people trust, remember, and buy from.\u003cbr\u003e\n                \u003cstrong\u003eWritten by Crafted By Words.\u003c\/strong\u003e\n            \u003c\/p\u003e\n            \u003cdiv class=\"hero-badges\"\u003e\n                \u003cspan\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    11 chapters\n                \u003c\/span\u003e\n                \u003cspan\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 2L2 7l10 5 10-5-10-5z\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 17l10 5 10-5\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 12l10 5 10-5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    Real frameworks\n                \u003c\/span\u003e\n                \u003cspan\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 20h9\"\u003e\u003c\/path\u003e\u003cpath d=\"M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    Fill-in worksheets\n                \u003c\/span\u003e\n                \u003cspan\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"\u003e\u003c\/line\u003e\u003cline x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"\u003e\u003c\/line\u003e\u003cline x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    30-day roadmap\n                \u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ===== PAIN ===== --\u003e\n    \u003csection class=\"pain-section\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cspan class=\"tag\"\u003eThe real struggle\u003c\/span\u003e\n            \u003cdiv class=\"big-question\"\u003e\n                You're good at what you do.\u003cbr\u003e\n                So why does explaining it feel \u003cspan class=\"gold\"\u003ethis hard\u003c\/span\u003e?\n            \u003c\/div\u003e\n            \u003cp class=\"description\"\u003e\n                You know your work is solid. Your clients get results. The people who stick around tell you, quietly, that you've changed something for them.\n                \u003cbr\u003e\u003cbr\u003e\n                But then you look at your website. Your last few Instagram captions. The proposal you sent out on Tuesday that never got a reply.\n                \u003cbr\u003e\u003cbr\u003e\n                \u003cstrong\u003eAnd something doesn't add up.\u003c\/strong\u003e\n                \u003cbr\u003e\u003cbr\u003e\n                The traffic shows up, but the enquiries don't. The leads come in, then go quiet after the first call. Referrals trickle in, but you can't say, in one clean sentence, why someone should pick you over the ten other people doing something similar.\n                \u003cbr\u003e\u003cbr\u003e\n                So you do what most business owners do. You post more. You run more ads. You go to another networking event. You rebuild the website for the third time this year, because surely this time the new colours and the new logo will fix it.\n                \u003cbr\u003e\u003cbr\u003e\n                \u003cstrong\u003eIt won't. Because none of that was ever the actual problem.\u003c\/strong\u003e\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ===== TRUTH ===== --\u003e\n    \u003csection class=\"truth-section\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cspan class=\"tag\"\u003eThe truth nobody tells you\u003c\/span\u003e\n            \u003ch2 class=\"heading-serif\"\u003eIt's almost never a product problem. It's a messaging problem.\u003c\/h2\u003e\n            \u003cp class=\"sub\"\u003eAfter working inside more than fifty businesses, we've noticed the same thing over and over.\u003c\/p\u003e\n            \u003cdiv class=\"truth-grid\"\u003e\n                \u003cdiv class=\"truth-item\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 8v4l2 2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    \u003ch4\u003ePeople aren't rejecting your business.\u003c\/h4\u003e\n                    \u003cp\u003eThey're rejecting confusion. They're rejecting sameness. They're rejecting a version of you that sounds like everyone else in your industry.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"truth-item\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\u003e\u003c\/path\u003e\u003ccircle cx=\"9\" cy=\"7\" r=\"4\"\u003e\u003c\/circle\u003e\u003cpath d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\u003e\u003c\/path\u003e\u003cpath d=\"M16 3.13a4 4 0 0 1 0 7.75\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    \u003ch4\u003eGeneric copy kills trust before it starts.\u003c\/h4\u003e\n                    \u003cp\u003eYour website copy was written the same way theirs was: generic, safe, and forgettable. Your product could be excellent, but if the words introducing it are vague, nothing gets a chance.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"truth-item\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    \u003ch4\u003eClarity is the missing lever.\u003c\/h4\u003e\n                    \u003cp\u003eYour delivery could be flawless. But if the words introducing it to the world are borrowed or vague, none of that excellence ever gets a chance to prove itself.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ===== TRUST ===== --\u003e\n    \u003csection class=\"trust-section\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cspan class=\"tag\"\u003eThe missing piece\u003c\/span\u003e\n            \u003ch2 class=\"heading-serif\"\u003eTrust isn't built with a clever tagline\u003c\/h2\u003e\n            \u003cp class=\"description\"\u003e\n                People don't buy from businesses they understand. They buy from businesses they \u003cstrong\u003etrust\u003c\/strong\u003e. And trust isn't built in one big moment. It's built in small deposits: the clarity of your homepage, the specificity of your captions, how you answer a question on a discovery call, whether what you promised in your ad matches what you deliver after the sale.\n                \u003cbr\u003e\u003cbr\u003e\n                Every one of those is a message. Each one either builds trust or quietly drains it.\n                \u003cbr\u003e\u003cbr\u003e\n                This is why two businesses can sell almost the exact same thing and get wildly different results. It's rarely the offer. \u003cstrong\u003eIt's the message wrapped around it\u003c\/strong\u003e, said consistently, that decides who gets remembered and who gets scrolled past.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ===== INTRO OFFER ===== --\u003e\n    \u003csection class=\"intro-offer\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cspan class=\"tag\"\u003eIntroducing\u003c\/span\u003e\n            \u003ch2 class=\"heading-serif\"\u003eThe Brand Messaging Bible\u003c\/h2\u003e\n            \u003cp class=\"lede\"\u003e\n                This isn't a book of marketing theory you'll skim once and forget on a shelf. It's the exact system we use with our own paying clients, laid out step by step so you can build it yourself, at your own desk, at your own pace.\n                \u003cbr\u003e\u003cbr\u003e\n                Eleven chapters. Real frameworks. Real worksheets. Every exercise built to be filled in with your own words, about your own business, using your own customers.\n                \u003cbr\u003e\u003cbr\u003e\n                \u003cstrong\u003eBy the last page, you won't just understand brand messaging in theory. You'll have written yours.\u003c\/strong\u003e\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ===== WHAT'S INSIDE ===== --\u003e\n    \u003csection class=\"parts-section\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"section-label\"\u003e\n                \u003cspan class=\"tag\"\u003eWhat's actually inside\u003c\/span\u003e\n                \u003ch2 class=\"heading-serif\"\u003eThree parts, one complete system\u003c\/h2\u003e\n                \u003cp\u003eFrom foundation to application, built to be filled in with your own words.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"part-grid\"\u003e\n                \u003cdiv class=\"part-card\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M4 4h16v16H4z\"\u003e\u003c\/path\u003e\u003cline x1=\"4\" y1=\"9\" x2=\"20\" y2=\"9\"\u003e\u003c\/line\u003e\u003cline x1=\"4\" y1=\"15\" x2=\"20\" y2=\"15\"\u003e\u003c\/line\u003e\u003cline x1=\"9\" y1=\"4\" x2=\"9\" y2=\"9\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    \u003cdiv class=\"part-number\"\u003ePart One\u003c\/div\u003e\n                    \u003ch3\u003eThe Foundation\u003c\/h3\u003e\n                    \u003cp\u003eYou'll figure out why messaging is the real lever behind your growth, how trust actually forms in a stranger's mind, and how to dig up the one true story that only your business can tell.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"part-card\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 2L2 7l10 5 10-5-10-5z\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 17l10 5 10-5\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 12l10 5 10-5\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    \u003cdiv class=\"part-number\"\u003ePart Two\u003c\/div\u003e\n                    \u003ch3\u003eThe Architecture\u003c\/h3\u003e\n                    \u003cp\u003eThis is where you build the real bones of your message. Your ideal customer profile, built from real conversations. Your complete Message House, from mission down to your one-liner. Your founder story and your customer transformation story. And a voice guide specific enough that someone else could write in your tone convincingly.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"part-card\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M22 2L11 13M22 2l-7 20-4-9-9-4 20-7z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    \u003cdiv class=\"part-number\"\u003ePart Three\u003c\/div\u003e\n                    \u003ch3\u003eThe Application\u003c\/h3\u003e\n                    \u003cp\u003eNow you put it all to work. You'll rewrite your homepage so it passes the five second clarity test. You'll rebuild your service pages to lead with outcomes instead of a features list. You'll map out the objections you hear most and quietly answer them before they're even spoken. And you'll walk away with a full thirty day roadmap.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ===== WHO THIS IS FOR ===== --\u003e\n    \u003csection class=\"who-section\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cspan class=\"tag\"\u003eWho this is for\u003c\/span\u003e\n            \u003ch2 class=\"heading-serif\"\u003eBuilt for founders, consultants, coaches, and service business owners\u003c\/h2\u003e\n            \u003cp class=\"sub\"\u003eIf any of this sounds familiar, this system was built with you in mind.\u003c\/p\u003e\n            \u003cdiv class=\"who-grid\"\u003e\n                \u003cdiv class=\"who-item\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    Tired of watching your marketing underperform your actual talent\n                \u003c\/div\u003e\n                \u003cdiv class=\"who-item\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    Dreading writing another caption because you've run out of things to say\n                \u003c\/div\u003e\n                \u003cdiv class=\"who-item\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    Your team describes the business three different ways depending on who you ask\n                \u003c\/div\u003e\n                \u003cdiv class=\"who-item\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    You freeze on sales calls because the pitch never made it from your head to the page\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ===== WHAT CHANGES ===== --\u003e\n    \u003csection class=\"changes-section\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cspan class=\"tag\"\u003eWhat changes\u003c\/span\u003e\n            \u003ch2 class=\"heading-serif\"\u003eWhen your messaging finally clicks\u003c\/h2\u003e\n            \u003cp class=\"sub\"\u003eThe shift you'll feel within weeks, not years.\u003c\/p\u003e\n            \u003cdiv class=\"change-grid\"\u003e\n                \u003cdiv class=\"change-item\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M22 2L11 13M22 2l-7 20-4-9-9-4 20-7z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    \u003ch4\u003eContent stops being a scramble.\u003c\/h4\u003e\n                    \u003cp\u003eYou'll have a clear point of view to draw from instead of staring at a blank caption box wondering what to post today.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"change-item\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    \u003ch4\u003eSales calls get shorter and easier.\u003c\/h4\u003e\n                    \u003cp\u003eHalf your objections have already been answered by how your offer is framed before the call even starts.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"change-item\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\u003e\u003c\/path\u003e\u003ccircle cx=\"9\" cy=\"7\" r=\"4\"\u003e\u003c\/circle\u003e\u003cpath d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\u003e\u003c\/path\u003e\u003cpath d=\"M16 3.13a4 4 0 0 1 0 7.75\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    \u003ch4\u003eNew hires describe your business the same way you do.\u003c\/h4\u003e\n                    \u003cp\u003eOften within their first month, because the message is finally simple enough to hold onto.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"change-item\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 8v4l2 2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    \u003ch4\u003eStrangers stop asking \"so what exactly do you do.\"\u003c\/h4\u003e\n                    \u003cp\u003eThey already know, because your message told them clearly the first time.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ===== BEFORE \/ AFTER ===== --\u003e\n    \u003csection class=\"comparison-section\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cspan class=\"tag\"\u003eThe difference this makes\u003c\/span\u003e\n            \u003ch2 class=\"heading-serif\"\u003eBefore vs. After\u003c\/h2\u003e\n            \u003cp class=\"sub\"\u003eClarity beats cleverness every single time a stranger is deciding whether to trust you.\u003c\/p\u003e\n            \u003cdiv class=\"comparison-grid\"\u003e\n                \u003cdiv class=\"comparison-item\"\u003e\n                    \u003cspan class=\"label before\"\u003eBefore\u003c\/span\u003e\n                    \u003cp class=\"quote\"\u003e\"We help businesses grow through strategic marketing solutions tailored to your needs.\"\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"comparison-item\"\u003e\n                    \u003cspan class=\"label after\"\u003eAfter\u003c\/span\u003e\n                    \u003cp class=\"quote\"\u003e\u003cstrong\u003e\"We help founder‑led service businesses turn their expertise into a predictable stream of inbound leads, without hiring an in‑house marketing team.\"\u003c\/strong\u003e\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cp style=\"max-width:560px; margin:24px auto 0; color:var(--text-secondary); font-size:0.95rem;\"\u003e\n                The second one is longer. It's also the one that gets read, remembered, and acted on.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ===== WORKBOOK ===== --\u003e\n    \u003csection class=\"workbook-section\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cspan class=\"tag\"\u003eNot theory. A working session on paper.\u003c\/span\u003e\n            \u003ch2 class=\"heading-serif\"\u003eEvery chapter ends with two things\u003c\/h2\u003e\n            \u003cp class=\"description\"\u003e\n                A hands‑on exercise you fill in using your actual business, and a short self‑assessment that tells you exactly where you stand before you move forward.\n                \u003cbr\u003e\u003cbr\u003e\n                Treat it less like a book and more like a strategist sitting across the table from you, asking the questions most founders never sit still long enough to answer honestly.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ===== TEAM ===== --\u003e\n    \u003csection class=\"team-section\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cspan class=\"tag\"\u003eFrom the team behind it\u003c\/span\u003e\n            \u003ch2 class=\"heading-serif\"\u003eCrafted By Words\u003c\/h2\u003e\n            \u003cp class=\"sub\"\u003e\n                We built Crafted By Words on one belief: businesses don't have a marketing problem, they have a trust problem. And trust isn't built with a louder ad budget. It's built with a message so clear and so honestly yours that the right people feel understood the moment they find you, and the wrong people quietly opt themselves out.\n                \u003cbr\u003e\u003cbr\u003e\n                We've watched this system work inside real businesses with real revenue on the line. Now it's yours to work through.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ===== FAQ ===== --\u003e\n    \u003csection class=\"container\"\u003e\n        \u003cdiv class=\"faq-section\"\u003e\n            \u003ch2 class=\"heading-serif\"\u003eA few things people usually ask\u003c\/h2\u003e\n\n            \u003cdiv class=\"faq-item\"\u003e\n                \u003ch4\u003eI've read marketing books before. What makes this one different?\u003c\/h4\u003e\n                \u003cp\u003eMost marketing books give you ideas. This one gives you a system with worksheets built directly into every chapter, so you finish it with a completed messaging framework for your actual business, not just a head full of concepts.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"faq-item\"\u003e\n                \u003ch4\u003eI'm not a great writer. Will this still work for me?\u003c\/h4\u003e\n                \u003cp\u003eYes. You don't need to be a copywriter to use this. The frameworks do the heavy lifting. You're filling in honest answers about your business, not trying to write like a novelist.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"faq-item\"\u003e\n                \u003ch4\u003eHow long will this take me to get through?\u003c\/h4\u003e\n                \u003cp\u003eThe book is built around a thirty day roadmap, but it's designed to bend around your schedule. Some founders move through it in a focused weekend. Others work a chapter at a time over a month. Either way works, as long as you actually do the exercises.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"faq-item\"\u003e\n                \u003ch4\u003eWhat if I already have a logo, colours, and a website?\u003c\/h4\u003e\n                \u003cp\u003eGood. This book isn't about visuals. It's about the words underneath them, which is usually the part that's actually missing. It will slot in and sharpen what you already have.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"faq-item\"\u003e\n                \u003ch4\u003eIs this only for brand new businesses?\u003c\/h4\u003e\n                \u003cp\u003eNo. Most of the founders we've worked with already had a business up and running. This is just as useful, arguably more useful, once you have real clients and real feedback to build your messaging from.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ===== FINAL CTA ===== --\u003e\n    \u003csection class=\"container\" id=\"cta\"\u003e\n        \u003cdiv class=\"final-cta\"\u003e\n            \u003cspan class=\"tag\"\u003eGet The Brand Messaging Bible\u003c\/span\u003e\n            \u003ch2\u003eEverything you need to stop blending in.\u003c\/h2\u003e\n            \u003cp class=\"sub\"\u003e\n                Start sounding like the only real choice in your industry. Written in plain language, built for action, and ready to use the moment you open it.\n            \u003c\/p\u003e\n            \u003cdiv class=\"price\"\u003e\n                Get instant access for just \u003cstrong\u003e$39\u003c\/strong\u003e\n            \u003c\/div\u003e\n            \u003ca href=\"#\" class=\"btn\"\u003e\n                Get The Brand Messaging Bible\n                \u003cspan class=\"icon-right\"\u003e\n                    \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/a\u003e\n            \u003cp class=\"fine\"\u003eDigital download • 11 chapters • Fill‑in worksheets • 30‑day roadmap\u003c\/p\u003e\n            \u003cdiv class=\"guarantee\"\u003e\n                \u003cspan class=\"icon\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9 12 11 14 15 10\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n                \u003c\/span\u003e\n                Same system we use with paying clients • Ready to use today • No fluff\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ===== FOOTER ===== --\u003e\n    \u003cfooter class=\"site-footer\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cp\u003e\n                © 2026 \u003ca href=\"#\"\u003eCrafted By Words\u003c\/a\u003e •\n                The Brand Messaging Bible\n            \u003c\/p\u003e\n            \u003cp class=\"footer-contact\"\u003e\n                craftedbywords.in • work@craftedbywords.in\n            \u003c\/p\u003e\n            \u003cp style=\"margin-top:4px; font-size:0.75rem;\"\u003e\n                Personal Branding, Marketing \u0026amp; Sales Agency\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/footer\u003e\n\n    \u003c!-- ===== JS ===== --\u003e\n    \u003cscript\u003e\n        (function() {\n            'use strict';\n\n            \/\/ Smooth scroll for CTA links\n            const ctaLinks = document.querySelectorAll('a[href=\"#cta\"]');\n            ctaLinks.forEach(link =\u003e {\n                link.addEventListener('click', function(e) {\n                    e.preventDefault();\n                    const target = document.querySelector('#cta');\n                    if (target) {\n                        target.scrollIntoView({ behavior: 'smooth', block: 'start' });\n                    }\n                });\n            });\n\n            \/\/ Animate part cards on scroll\n            const cards = document.querySelectorAll('.part-card');\n            if (cards.length \u0026\u0026 'IntersectionObserver' in window) {\n                const observer = new IntersectionObserver((entries) =\u003e {\n                    entries.forEach(entry =\u003e {\n                        if (entry.isIntersecting) {\n                            entry.target.style.opacity = '1';\n                            entry.target.style.transform = 'translateY(0)';\n                        }\n                    });\n                }, { threshold: 0.15, rootMargin: '0px 0px -40px 0px' });\n\n                cards.forEach((card, i) =\u003e {\n                    card.style.opacity = '0';\n                    card.style.transform = 'translateY(20px)';\n                    card.style.transition =\n                        `opacity 0.5s cubic-bezier(0.22,1,0.36,1) ${i * 0.08}s, transform 0.5s cubic-bezier(0.22,1,0.36,1) ${i * 0.08}s`;\n                    observer.observe(card);\n                });\n            } else {\n                cards.forEach(c =\u003e {\n                    c.style.opacity = '1';\n                    c.style.transform = 'translateY(0)';\n                });\n            }\n\n            \/\/ Change items entrance\n            const changeItems = document.querySelectorAll('.change-item');\n            if (changeItems.length \u0026\u0026 'IntersectionObserver' in window) {\n                const obs2 = new IntersectionObserver((entries) =\u003e {\n                    entries.forEach(entry =\u003e {\n                        if (entry.isIntersecting) {\n                            entry.target.style.opacity = '1';\n                            entry.target.style.transform = 'scale(1)';\n                        }\n                    });\n                }, { threshold: 0.2 });\n\n                changeItems.forEach((item, i) =\u003e {\n                    item.style.opacity = '0';\n                    item.style.transform = 'scale(0.95)';\n                    item.style.transition =\n                        `opacity 0.4s ease ${i * 0.06}s, transform 0.4s ease ${i * 0.06}s`;\n                    obs2.observe(item);\n                });\n            }\n\n        })();\n    \u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"Crafted By Words' Digital Store.","offers":[{"title":"Default Title","offer_id":52025126912288,"sku":null,"price":39.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/4765\/6992\/files\/Brand_Messaging_Bible_Cover_1.jpg?v=1784843955","url":"https:\/\/shop.craftedbywords.in\/products\/digital-product-6","provider":"Crafted By Words' Digital Store.","version":"1.0","type":"link"}