{"product_id":"digital-product-5","title":"The Million-Dollar Brand Playbook: A step‑by‑step system for turning trust into revenue.","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 Million-Dollar Brand Playbook - 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 h1 {\n            font-size: clamp(2.4rem, 7vw, 4.2rem);\n            line-height: 1.08;\n            margin-bottom: 20px;\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 .subhead {\n            font-size: clamp(1.05rem, 1.6vw, 1.25rem);\n            color: var(--text-secondary);\n            max-width: 680px;\n            margin: 0 auto 32px;\n            font-weight: 400;\n            line-height: 1.7;\n        }\n\n        .hero .subhead 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        \/* ----- TRUST PROBLEM SECTION ----- *\/\n        .trust-problem {\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-problem .container {\n            text-align: center;\n        }\n\n        .trust-problem .big-claim {\n            font-size: clamp(1.4rem, 2.8vw, 2.2rem);\n            font-weight: 700;\n            margin-bottom: 16px;\n        }\n\n        .trust-problem .big-claim .gold {\n            color: var(--gold);\n        }\n\n        .trust-problem .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        .trust-problem .description strong {\n            color: var(--text-primary);\n        }\n\n        \/* ----- BROKEN BELIEFS ----- *\/\n        .beliefs-section {\n            padding: 32px 0 56px;\n        }\n\n        .beliefs-section .container {\n            text-align: center;\n        }\n\n        .beliefs-section h2 {\n            font-size: clamp(1.6rem, 3vw, 2.2rem);\n            margin-bottom: 8px;\n        }\n\n        .beliefs-section .sub {\n            color: var(--text-secondary);\n            margin-bottom: 32px;\n        }\n\n        .belief-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        .belief-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        .belief-item .icon {\n            display: flex;\n            align-items: center;\n            margin-bottom: 6px;\n        }\n\n        .belief-item h4 {\n            font-size: 0.95rem;\n            font-weight: 700;\n            margin-bottom: 4px;\n        }\n\n        .belief-item p {\n            font-size: 0.9rem;\n            color: var(--text-secondary);\n            line-height: 1.6;\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        \/* ----- FRAMEWORKS SECTION ----- *\/\n        .frameworks-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        .frameworks-section .section-label {\n            text-align: center;\n            margin-bottom: 40px;\n        }\n\n        .frameworks-section .section-label h2 {\n            font-size: clamp(1.8rem, 3.6vw, 2.6rem);\n        }\n\n        .frameworks-section .section-label p {\n            color: var(--text-secondary);\n            margin-top: 6px;\n        }\n\n        .framework-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 24px;\n        }\n\n        .framework-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        .framework-card:hover {\n            border-color: var(--gold);\n            box-shadow: var(--shadow-hover);\n            transform: translateY(-4px);\n        }\n\n        .framework-card .icon {\n            display: flex;\n            align-items: center;\n            margin-bottom: 8px;\n        }\n\n        .framework-card h3 {\n            font-size: 1.1rem;\n            font-weight: 700;\n            margin-bottom: 4px;\n        }\n\n        .framework-card .highlight-text {\n            color: var(--gold);\n            font-weight: 600;\n        }\n\n        .framework-card p {\n            font-size: 0.92rem;\n            color: var(--text-secondary);\n            line-height: 1.6;\n        }\n\n        .framework-card ul {\n            list-style: none;\n            padding: 0;\n            margin-top: 8px;\n        }\n\n        .framework-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        .framework-card ul li .check-icon {\n            display: flex;\n            align-items: center;\n            flex-shrink: 0;\n        }\n\n        \/* ----- WHAT YOU GET (CHAPTERS) ----- *\/\n        .chapters-section {\n            padding: 32px 0 56px;\n            text-align: center;\n        }\n\n        .chapters-section h2 {\n            font-size: clamp(1.6rem, 3.2vw, 2.4rem);\n            margin-bottom: 8px;\n        }\n\n        .chapters-section .sub {\n            color: var(--text-secondary);\n            margin-bottom: 32px;\n        }\n\n        .chapter-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 16px;\n            max-width: 900px;\n            margin: 0 auto;\n        }\n\n        .chapter-item {\n            background: #fff;\n            border-radius: var(--radius-sm);\n            padding: 16px 16px;\n            border: 1px solid var(--border-light);\n            text-align: left;\n            display: flex;\n            gap: 10px;\n            align-items: flex-start;\n        }\n\n        .chapter-item .num {\n            font-family: 'Playfair Display', Georgia, serif;\n            font-size: 1.4rem;\n            font-weight: 700;\n            color: var(--gold-pale);\n            line-height: 1;\n            flex-shrink: 0;\n            margin-top: 2px;\n        }\n\n        .chapter-item .content h4 {\n            font-size: 0.92rem;\n            font-weight: 600;\n            margin-bottom: 2px;\n        }\n\n        .chapter-item .content p {\n            font-size: 0.82rem;\n            color: var(--text-secondary);\n            line-height: 1.5;\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        \/* ----- RESPONSIVE ----- *\/\n        @media (max-width: 768px) {\n            .hero {\n                padding: 40px 0 32px;\n            }\n\n            .frameworks-section {\n                padding: 32px 0 40px;\n            }\n\n            .framework-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            .belief-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .chapter-grid {\n                grid-template-columns: 1fr 1fr;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .hero-badges {\n                flex-direction: column;\n                align-items: center;\n            }\n\n            .chapter-grid {\n                grid-template-columns: 1fr;\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 Playbook\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 Million-Dollar Brand Playbook\u003c\/span\u003e\n            \u003ch1\u003e\n                A step‑by‑step system for turning \u003cspan class=\"highlight\"\u003etrust\u003c\/span\u003e into \u003cspan class=\"highlight\"\u003erevenue\u003c\/span\u003e.\n            \u003c\/h1\u003e\n            \u003cp class=\"subhead\"\u003e\n                Built for founders and experts who are done chasing clients and ready to attract them.\n                \u003cbr\u003e\n                \u003cstrong\u003eFounders • Entrepreneurs • Solopreneurs • SMB Owners • CEOs • Coaches \u0026amp; Consultants\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                    Trust-to-Revenue Framework™\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                    Authority Flywheel™\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                    13 chapters • 9 assessments\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\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 6v6l4 2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    90-day action plan\n                \u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ===== TRUST PROBLEM ===== --\u003e\n    \u003csection class=\"trust-problem\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cspan class=\"tag\"\u003eThe real problem\u003c\/span\u003e\n            \u003cdiv class=\"big-claim\"\u003e\n                \u003cspan class=\"gold\"\u003ePeople do not buy what you sell.\u003c\/span\u003e\u003cbr\u003e\n                They buy what they believe.\n            \u003c\/div\u003e\n            \u003cp class=\"description\"\u003e\n                Every purchase decision runs through the same internal filter: does this person or business actually understand my problem, and can I trust them not to waste my time and money solving it?\n                \u003cbr\u003e\u003cbr\u003e\n                Skill answers the first half. \u003cstrong\u003eTrust answers the second.\u003c\/strong\u003e And here is the uncomfortable truth: you can be exceptionally skilled and still lose, again and again, to someone less skilled but more trusted.\n                \u003cbr\u003e\u003cbr\u003e\n                This book gives you the system to be that trusted one, on purpose.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ===== BROKEN BELIEFS ===== --\u003e\n    \u003csection class=\"beliefs-section\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cspan class=\"tag\"\u003eThree broken beliefs\u003c\/span\u003e\n            \u003ch2 class=\"heading-serif\"\u003eWhat keeps good businesses small\u003c\/h2\u003e\n            \u003cp class=\"sub\"\u003eThe patterns we see over and over, across thirteen years of client work.\u003c\/p\u003e\n            \u003cdiv class=\"belief-grid\"\u003e\n                \u003cdiv class=\"belief-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\u003eBelief One: \"More visibility = more clients.\"\u003c\/h4\u003e\n                    \u003cp\u003eVisibility without credibility just means more strangers see you and scroll past. Reach is only valuable once people have a reason to stop.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"belief-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\u003eBelief Two: \"Good work gets referred automatically.\"\u003c\/h4\u003e\n                    \u003cp\u003eReferrals happen when someone can describe what you do clearly in one sentence. Vague positioning kills referrals just as effectively as bad work.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"belief-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\u003eBelief Three: \"Sales is about being more persuasive.\"\u003c\/h4\u003e\n                    \u003cp\u003eWhen trust is built before the sales conversation, persuasion is barely needed. The conversation becomes a mutual check for fit, not a performance.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\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\"\u003eWhat this book gives you\u003c\/span\u003e\n            \u003ch2 class=\"heading-serif\"\u003eA map, not just motivation\u003c\/h2\u003e\n            \u003cp class=\"lede\"\u003e\n                This is not a book about marketing hacks or this month's trending platform. Platforms change constantly. Human trust does not. The frameworks inside are built around how trust is actually formed, one deliberate stage at a time.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ===== FRAMEWORKS ===== --\u003e\n    \u003csection class=\"frameworks-section\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"section-label\"\u003e\n                \u003cspan class=\"tag\"\u003eThe core systems\u003c\/span\u003e\n                \u003ch2 class=\"heading-serif\"\u003eTwo proprietary frameworks, one complete system\u003c\/h2\u003e\n                \u003cp\u003eThe same methodology we use with our own paying clients, in full, with nothing held back.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"framework-grid\"\u003e\n                \u003cdiv class=\"framework-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\u003cpath d=\"M2 7v10\"\u003e\u003c\/path\u003e\u003cpath d=\"M22 7v10\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    \u003ch3\u003eThe Trust‑to‑Revenue Framework™\u003c\/h3\u003e\n                    \u003cp\u003eFour stages that move a stranger from never having heard of you to becoming a paying, referring client:\u003c\/p\u003e\n                    \u003cul\u003e\n                        \u003cli\u003e\n                            \u003cspan class=\"check-icon\"\u003e\n                                \u003csvg width=\"14\" height=\"14\" 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                            Visibility – Get in front of the right people\n                        \u003c\/li\u003e\n                        \u003cli\u003e\n                            \u003cspan class=\"check-icon\"\u003e\n                                \u003csvg width=\"14\" height=\"14\" 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                            Credibility – Prove you know exactly what you're talking about\n                        \u003c\/li\u003e\n                        \u003cli\u003e\n                            \u003cspan class=\"check-icon\"\u003e\n                                \u003csvg width=\"14\" height=\"14\" 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                            Authority – Become the obvious choice\n                        \u003c\/li\u003e\n                        \u003cli\u003e\n                            \u003cspan class=\"check-icon\"\u003e\n                                \u003csvg width=\"14\" height=\"14\" 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                            Revenue – Turn earned trust into predictable growth\n                        \u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"framework-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\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 6v6l4 2\"\u003e\u003c\/path\u003e\u003cpath d=\"M22 12h-4\"\u003e\u003c\/path\u003e\u003cpath d=\"M6 12H2\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 22v-4\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 6V2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    \u003ch3\u003eThe Authority Flywheel™\u003c\/h3\u003e\n                    \u003cp\u003eThe content engine that keeps the Trust‑to‑Revenue Framework fed, so trust keeps compounding instead of resetting to zero every month:\u003c\/p\u003e\n                    \u003cul\u003e\n                        \u003cli\u003e\n                            \u003cspan class=\"check-icon\"\u003e\n                                \u003csvg width=\"14\" height=\"14\" 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                            Creation – Consistent contribution\n                        \u003c\/li\u003e\n                        \u003cli\u003e\n                            \u003cspan class=\"check-icon\"\u003e\n                                \u003csvg width=\"14\" height=\"14\" 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                            Education – Content that actually teaches\n                        \u003c\/li\u003e\n                        \u003cli\u003e\n                            \u003cspan class=\"check-icon\"\u003e\n                                \u003csvg width=\"14\" height=\"14\" 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                            Trust – Repeated value over time\n                        \u003c\/li\u003e\n                        \u003cli\u003e\n                            \u003cspan class=\"check-icon\"\u003e\n                                \u003csvg width=\"14\" height=\"14\" 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                            Visibility – Amplified through trust\n                        \u003c\/li\u003e\n                        \u003cli\u003e\n                            \u003cspan class=\"check-icon\"\u003e\n                                \u003csvg width=\"14\" height=\"14\" 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                            Opportunities – Inbound inquiries, referrals, partnerships\n                        \u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ===== CHAPTERS ===== --\u003e\n    \u003csection class=\"chapters-section\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cspan class=\"tag\"\u003eInside the playbook\u003c\/span\u003e\n            \u003ch2 class=\"heading-serif\"\u003e13 chapters that build on each other\u003c\/h2\u003e\n            \u003cp class=\"sub\"\u003eEvery chapter ends with a hands‑on exercise and a self‑assessment. You build as you go.\u003c\/p\u003e\n            \u003cdiv class=\"chapter-grid\"\u003e\n                \u003cdiv class=\"chapter-item\"\u003e\n                    \u003cspan class=\"num\"\u003e01\u003c\/span\u003e\n                    \u003cdiv class=\"content\"\u003e\n                        \u003ch4\u003eThe Trust Economy\u003c\/h4\u003e\n                        \u003cp\u003eWhy people buy from some brands and ignore others\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"chapter-item\"\u003e\n                    \u003cspan class=\"num\"\u003e02\u003c\/span\u003e\n                    \u003cdiv class=\"content\"\u003e\n                        \u003ch4\u003eThe Million‑Dollar Brand Mindset\u003c\/h4\u003e\n                        \u003cp\u003ePositioning and the uncomfortable decision most founders avoid\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"chapter-item\"\u003e\n                    \u003cspan class=\"num\"\u003e03\u003c\/span\u003e\n                    \u003cdiv class=\"content\"\u003e\n                        \u003ch4\u003eYour Brand Foundation\u003c\/h4\u003e\n                        \u003cp\u003eMessage, identity, and the story only you can tell\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"chapter-item\"\u003e\n                    \u003cspan class=\"num\"\u003e04\u003c\/span\u003e\n                    \u003cdiv class=\"content\"\u003e\n                        \u003ch4\u003eVisibility\u003c\/h4\u003e\n                        \u003cp\u003eGetting in front of the right people, not just more people\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"chapter-item\"\u003e\n                    \u003cspan class=\"num\"\u003e05\u003c\/span\u003e\n                    \u003cdiv class=\"content\"\u003e\n                        \u003ch4\u003eCredibility\u003c\/h4\u003e\n                        \u003cp\u003eProving you know exactly what you are talking about\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"chapter-item\"\u003e\n                    \u003cspan class=\"num\"\u003e06\u003c\/span\u003e\n                    \u003cdiv class=\"content\"\u003e\n                        \u003ch4\u003eAuthority\u003c\/h4\u003e\n                        \u003cp\u003eBecoming the name that gets mentioned before you are in the room\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"chapter-item\"\u003e\n                    \u003cspan class=\"num\"\u003e07\u003c\/span\u003e\n                    \u003cdiv class=\"content\"\u003e\n                        \u003ch4\u003eRevenue\u003c\/h4\u003e\n                        \u003cp\u003eTurning earned trust into predictable, repeatable growth\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"chapter-item\"\u003e\n                    \u003cspan class=\"num\"\u003e08\u003c\/span\u003e\n                    \u003cdiv class=\"content\"\u003e\n                        \u003ch4\u003eThe Authority Flywheel™\u003c\/h4\u003e\n                        \u003cp\u003eBuilding a system that compounds\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"chapter-item\"\u003e\n                    \u003cspan class=\"num\"\u003e09\u003c\/span\u003e\n                    \u003cdiv class=\"content\"\u003e\n                        \u003ch4\u003eContent \u0026amp; Storytelling at Scale\u003c\/h4\u003e\n                        \u003cp\u003eFuel for the flywheel that does not require reinventing every week\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"chapter-item\"\u003e\n                    \u003cspan class=\"num\"\u003e10\u003c\/span\u003e\n                    \u003cdiv class=\"content\"\u003e\n                        \u003ch4\u003eOffer Design\u003c\/h4\u003e\n                        \u003cp\u003eMaking it easy for someone who trusts you to say yes\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"chapter-item\"\u003e\n                    \u003cspan class=\"num\"\u003e11\u003c\/span\u003e\n                    \u003cdiv class=\"content\"\u003e\n                        \u003ch4\u003eSales Conversations\u003c\/h4\u003e\n                        \u003cp\u003eWhat a sales call actually is, once trust is already built\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"chapter-item\"\u003e\n                    \u003cspan class=\"num\"\u003e12\u003c\/span\u003e\n                    \u003cdiv class=\"content\"\u003e\n                        \u003ch4\u003eRetention, Referrals \u0026amp; Compounding Growth\u003c\/h4\u003e\n                        \u003cp\u003eWhy the most profitable client is often the one you already have\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"chapter-item\"\u003e\n                    \u003cspan class=\"num\"\u003e13\u003c\/span\u003e\n                    \u003cdiv class=\"content\"\u003e\n                        \u003ch4\u003eThe Scorecard \u0026amp; Your 90‑Day Plan\u003c\/h4\u003e\n                        \u003cp\u003eOne honest picture, one clear next move\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ===== FINAL CTA ===== --\u003e\n    \u003csection class=\"container\" id=\"cta\"\u003e\n        \u003cdiv class=\"final-cta\"\u003e\n            \u003cspan class=\"tag\"\u003eYou now have the map\u003c\/span\u003e\n            \u003ch2\u003eBuild something people believe in.\u003c\/h2\u003e\n            \u003cp class=\"sub\"\u003e\n                If you read this book cover to cover, do the exercises honestly, and apply even half of what is inside with real consistency, you will not recognise your brand, your pipeline, or your sales conversations a year from now.\n            \u003c\/p\u003e\n            \u003cdiv class=\"price\"\u003e\n                Get the playbook for just \u003cstrong\u003e$39\u003c\/strong\u003e\n            \u003c\/div\u003e\n            \u003ca href=\"#\" class=\"btn\"\u003e\n                Get The Million-Dollar Brand Playbook\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 • 13 chapters • 9 assessments • 90‑day action plan\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 • Built from real work • 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 Million-Dollar Brand Playbook\n            \u003c\/p\u003e\n            \u003cp style=\"margin-top:4px; font-size:0.75rem;\"\u003e\n                Trust is an asset you build deliberately. Start now.\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 framework cards on scroll\n            const cards = document.querySelectorAll('.framework-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            \/\/ Chapter items entrance\n            const chapterItems = document.querySelectorAll('.chapter-item');\n            if (chapterItems.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.15 });\n\n                chapterItems.forEach((item, i) =\u003e {\n                    item.style.opacity = '0';\n                    item.style.transform = 'scale(0.97)';\n                    item.style.transition =\n                        `opacity 0.4s ease ${i * 0.04}s, transform 0.4s ease ${i * 0.04}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":52025094078752,"sku":null,"price":39.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/4765\/6992\/files\/TheMillion-DollarBrandPlaybook-Cover_page-0001.jpg?v=1784843951","url":"https:\/\/shop.craftedbywords.in\/products\/digital-product-5","provider":"Crafted By Words' Digital Store.","version":"1.0","type":"link"}