{"title":"Marketing","description":"\u003cp\u003eCampaign templates, content calendars, and funnel blueprints designed to get attention and hold it, without burning out your team.\u003c\/p\u003e","products":[{"product_id":"digital-product-1","title":"Why Nobody's Buying The Hidden Trust Gap Killing Your Sales, and How to Finally See It.  A Diagnostic Guide and Workbook for Founders, Consultants \u0026 Growing Brands","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\u003eWhy Nobody's Buying - 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            --icon-size: 24px;\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            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        \/* ----- 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-claim {\n            font-size: clamp(1.6rem, 3.2vw, 2.4rem);\n            font-weight: 700;\n            margin-bottom: 16px;\n        }\n\n        .pain-section .big-claim .gold {\n            color: var(--gold);\n        }\n\n        .pain-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        .pain-section .description strong {\n            color: var(--text-primary);\n        }\n\n        \/* ----- SYMPTOMS ----- *\/\n        .symptoms-section {\n            padding: 32px 0 56px;\n        }\n\n        .symptoms-section .container {\n            text-align: center;\n        }\n\n        .symptoms-section h2 {\n            font-size: clamp(1.6rem, 3vw, 2.2rem);\n            margin-bottom: 8px;\n        }\n\n        .symptoms-section .sub {\n            color: var(--text-secondary);\n            margin-bottom: 32px;\n        }\n\n        .symptom-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 16px;\n            max-width: 900px;\n            margin: 0 auto;\n        }\n\n        .symptom-item {\n            background: #fff;\n            border-radius: var(--radius-sm);\n            padding: 24px 16px;\n            border: 1px solid var(--border-light);\n            font-weight: 500;\n            color: var(--text-secondary);\n            font-size: 0.95rem;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            gap: 8px;\n        }\n\n        .symptom-item .icon {\n            display: flex;\n            align-items: center;\n            justify-content: center;\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: 600px;\n            margin: 0 auto 28px;\n        }\n\n        \/* ----- FEATURES ----- *\/\n        .features-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        .features-section .section-label {\n            text-align: center;\n            margin-bottom: 40px;\n        }\n\n        .features-section .section-label h2 {\n            font-size: clamp(1.8rem, 3.6vw, 2.6rem);\n        }\n\n        .features-section .section-label p {\n            color: var(--text-secondary);\n            margin-top: 6px;\n        }\n\n        .feature-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 24px;\n        }\n\n        .feature-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        .feature-card:hover {\n            border-color: var(--gold);\n            box-shadow: var(--shadow-hover);\n            transform: translateY(-4px);\n        }\n\n        .feature-card .num {\n            font-family: 'Playfair Display', Georgia, serif;\n            font-size: 2rem;\n            font-weight: 700;\n            color: var(--gold-pale);\n            line-height: 1;\n            margin-bottom: 4px;\n        }\n\n        .feature-card h3 {\n            font-size: 1.05rem;\n            font-weight: 700;\n            margin-bottom: 6px;\n        }\n\n        .feature-card p {\n            font-size: 0.92rem;\n            color: var(--text-secondary);\n            line-height: 1.6;\n        }\n\n        \/* ----- MYTHS ----- *\/\n        .myths-section {\n            padding: 32px 0 56px;\n            text-align: center;\n        }\n\n        .myths-section h2 {\n            font-size: clamp(1.6rem, 3.2vw, 2.4rem);\n            margin-bottom: 8px;\n        }\n\n        .myths-section .sub {\n            color: var(--text-secondary);\n            margin-bottom: 32px;\n        }\n\n        .myth-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 16px;\n            max-width: 820px;\n            margin: 0 auto;\n        }\n\n        .myth-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.9rem;\n            color: var(--text-secondary);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 8px;\n        }\n\n        .myth-item .icon {\n            display: flex;\n            align-items: center;\n            flex-shrink: 0;\n        }\n\n        \/* ----- WHO \/ NOT WHO ----- *\/\n        .who-section {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 32px;\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        .who-col h3 {\n            font-size: 1.2rem;\n            font-weight: 700;\n            margin-bottom: 12px;\n        }\n\n        .who-col ul {\n            list-style: none;\n            padding: 0;\n        }\n\n        .who-col ul li {\n            padding: 6px 0;\n            font-size: 0.95rem;\n            color: var(--text-secondary);\n            display: flex;\n            align-items: flex-start;\n            gap: 10px;\n            line-height: 1.5;\n        }\n\n        .who-col ul li .icon {\n            display: flex;\n            align-items: center;\n            flex-shrink: 0;\n            margin-top: 2px;\n        }\n\n        .who-col.is-not ul li {\n            color: var(--text-muted);\n        }\n\n        .who-col .note {\n            margin-top: 16px;\n            font-size: 0.9rem;\n            color: var(--text-muted);\n        }\n\n        \/* ----- WORKBOOK ----- *\/\n        .workbook-section {\n            padding: 48px 0 56px;\n            text-align: center;\n        }\n\n        .workbook-section h2 {\n            font-size: clamp(1.6rem, 3.2vw, 2.4rem);\n            margin-bottom: 8px;\n        }\n\n        .workbook-section .sub {\n            color: var(--text-secondary);\n            max-width: 560px;\n            margin: 0 auto 32px;\n            line-height: 1.7;\n        }\n\n        .workbook-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n            gap: 16px;\n            max-width: 820px;\n            margin: 0 auto;\n        }\n\n        .workbook-item {\n            background: #fff;\n            border-radius: var(--radius-sm);\n            padding: 20px 12px;\n            border: 1px solid var(--border-light);\n            font-weight: 500;\n            font-size: 0.9rem;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            gap: 6px;\n        }\n\n        .workbook-item .icon {\n            display: flex;\n            align-items: center;\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 .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            .who-section {\n                grid-template-columns: 1fr;\n                padding: 32px 24px;\n                gap: 24px;\n            }\n\n            .features-section {\n                padding: 32px 0 40px;\n            }\n\n            .feature-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            .faq-section {\n                padding: 32px 20px;\n            }\n\n            .symptom-grid {\n                grid-template-columns: 1fr 1fr;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .symptom-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .myth-grid {\n                grid-template-columns: 1fr 1fr;\n            }\n\n            .workbook-grid {\n                grid-template-columns: 1fr 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 Your Copy\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\"\u003eWhy Nobody's Buying\u003c\/span\u003e\n            \u003ch1\u003e\n                It's not a marketing problem.\u003cbr\u003e\n                It's a \u003cspan class=\"highlight\"\u003etrust\u003c\/span\u003e problem.\n            \u003c\/h1\u003e\n            \u003cp class=\"subhead\"\u003e\n                You're doing the work. The content calendar is full. The ads are running.\u003cbr\u003e\n                The team is capable, and the product actually delivers.\u003cbr\u003e\n                \u003cstrong\u003eAnd yet, somehow, the numbers don't move the way they should.\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\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    5 Silent Trust-Killers\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=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003cline x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"\u003e\u003c\/line\u003e\u003cline x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    25-Question Assessment\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=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003cline x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"\u003e\u003c\/line\u003e\u003cline x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"\u003e\u003c\/line\u003e\u003cpolyline points=\"10 9 9 9 8 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    4 Case Studies\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                    90-Day Action Plan\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 2 AM question\u003c\/span\u003e\n            \u003cdiv class=\"big-claim\"\u003e\n                If you've ever asked \u003cspan class=\"gold\"\u003e\"why isn't anyone buying?\"\u003c\/span\u003e\u003cbr\u003e\n                at two in the morning, this book was written for that exact question.\n            \u003c\/div\u003e\n            \u003cp class=\"description\"\u003e\n                The instinct is always the same. Post more. Email more. Run another campaign.\u003cbr\u003e\n                Try a new hook. Hire someone to \"handle marketing\" and hope it fixes what feels broken.\n                \u003cbr\u003e\u003cbr\u003e\n                For a while, that feels like progress, because \u003cstrong\u003eactivity always feels like progress.\u003c\/strong\u003e\u003cbr\u003e\n                But it is entirely possible to be extremely active and completely stuck at the same time.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ===== SYMPTOMS ===== --\u003e\n    \u003csection class=\"symptoms-section\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cspan class=\"tag\"\u003eThe real symptoms\u003c\/span\u003e\n            \u003ch2 class=\"heading-serif\"\u003eHere's what's actually happening\u003c\/h2\u003e\n            \u003cp class=\"sub\"\u003eSomewhere between discovery and decision, there's a gap.\u003c\/p\u003e\n            \u003cdiv class=\"symptom-grid\"\u003e\n                \u003cdiv class=\"symptom-item\"\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=\"M21 12v-2a5 5 0 0 0-5-5H8a5 5 0 0 0-5 5v2\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"16\" r=\"5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 11v5\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    Traffic that never converts\n                \u003c\/div\u003e\n                \u003cdiv class=\"symptom-item\"\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 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                    Sales calls that go well and then go quiet\n                \u003c\/div\u003e\n                \u003cdiv class=\"symptom-item\"\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 8v4l2 2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    A pipeline full of \"let me think about it\"\n                \u003c\/div\u003e\n                \u003cdiv class=\"symptom-item\"\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\u003cpolyline points=\"23 6 13.5 15.5 8.5 10.5 1 18\"\u003e\u003c\/polyline\u003e\u003cpolyline points=\"17 6 23 6 23 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    More output than ever, with growth flat or falling\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cp style=\"max-width:560px; margin:28px auto 0; color:var(--text-secondary); font-size:0.95rem;\"\u003e\n                Every one of those is a symptom. The cause has a name, and once you know how to look for it, it's surprisingly easy to spot in your own business.\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\"\u003eWhat this book actually gives you\u003c\/span\u003e\n            \u003ch2 class=\"heading-serif\"\u003eNot a framework. A diagnosis.\u003c\/h2\u003e\n            \u003cp class=\"lede\"\u003e\n                This isn't a ten-step framework or a content calendar template.\u003cbr\u003e\n                It's a precise, structured way to diagnose one specific problem in your business, and a real plan to fix it.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ===== FEATURES ===== --\u003e\n    \u003csection class=\"features-section\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"section-label\"\u003e\n                \u003cspan class=\"tag\"\u003eInside the book\u003c\/span\u003e\n                \u003ch2 class=\"heading-serif\"\u003eWhat you'll get\u003c\/h2\u003e\n                \u003cp\u003eA complete system to diagnose and close your trust gap.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"feature-grid\"\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"num\"\u003e01\u003c\/div\u003e\n                    \u003ch3\u003eThe Five Silent Trust-Killers\u003c\/h3\u003e\n                    \u003cp\u003eThe specific, repeatable patterns that quietly cost businesses sales, with a self-check for each one. Inconsistent messaging, weak positioning, generic content, missing proof, invisible personal branding.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"num\"\u003e02\u003c\/div\u003e\n                    \u003ch3\u003eTrust Gap Self-Assessment\u003c\/h3\u003e\n                    \u003cp\u003eA 25-question diagnostic tool. Score your business across five sections, find your single highest-leverage place to start, and retake it in 90 days to measure real movement.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"num\"\u003e03\u003c\/div\u003e\n                    \u003ch3\u003eFour Documented Case Studies\u003c\/h3\u003e\n                    \u003cp\u003eReal businesses, real trust gaps, and the specific work that closed them, including revenue shifts of 27% to 33% within three to five months.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"num\"\u003e04\u003c\/div\u003e\n                    \u003ch3\u003e90-Day Action Plan\u003c\/h3\u003e\n                    \u003cp\u003eA fill-in template broken into three phases: foundation, content and proof, visibility. You'll know exactly what to do in week one and what to do in week eleven.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"num\"\u003e05\u003c\/div\u003e\n                    \u003ch3\u003eSeven Myths That Keep the Gap Open\u003c\/h3\u003e\n                    \u003cp\u003eIncluding the ones about content volume, rebrands, ad spend, and \"just be more consistent\" that quietly waste founders' time and money.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"num\"\u003e06\u003c\/div\u003e\n                    \u003ch3\u003eWritten Assignments\u003c\/h3\u003e\n                    \u003cp\u003eEvery chapter ends with a short written assignment. Not filler, the actual mechanism that turns a diagnosis into a change.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ===== MYTHS ===== --\u003e\n    \u003csection class=\"myths-section\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cspan class=\"tag\"\u003eDebunked\u003c\/span\u003e\n            \u003ch2 class=\"heading-serif\"\u003e7 myths that keep the gap open\u003c\/h2\u003e\n            \u003cp class=\"sub\"\u003eThe ones about content volume, rebrands, and \"just be more consistent\" that quietly waste your time.\u003c\/p\u003e\n            \u003cdiv class=\"myth-grid\"\u003e\n                \u003cdiv class=\"myth-item\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#b91c1c\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    Post more content\n                \u003c\/div\u003e\n                \u003cdiv class=\"myth-item\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#b91c1c\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    Rebrand to fix it\n                \u003c\/div\u003e\n                \u003cdiv class=\"myth-item\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#b91c1c\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    Spend more on ads\n                \u003c\/div\u003e\n                \u003cdiv class=\"myth-item\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#b91c1c\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    Just be more consistent\n                \u003c\/div\u003e\n                \u003cdiv class=\"myth-item\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#b91c1c\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    Build a bigger email list\n                \u003c\/div\u003e\n                \u003cdiv class=\"myth-item\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#b91c1c\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    Hire a marketing agency\n                \u003c\/div\u003e\n                \u003cdiv class=\"myth-item\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#b91c1c\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    Redesign your website\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ===== WHO \/ NOT WHO ===== --\u003e\n    \u003csection class=\"container\"\u003e\n        \u003cdiv class=\"who-section\"\u003e\n            \u003cdiv class=\"who-col\"\u003e\n                \u003ch3\u003eWho this is for\u003c\/h3\u003e\n                \u003cul\u003e\n                    \u003cli\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                        Founders with a genuine product worth buying\n                    \u003c\/li\u003e\n                    \u003cli\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                        Independent consultants with real expertise\n                    \u003c\/li\u003e\n                    \u003cli\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                        Small teams who suspect something is getting lost between value and perception\n                    \u003c\/li\u003e\n                    \u003cli\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                        Anyone with a website or content presence that got built and quietly neglected\n                    \u003c\/li\u003e\n                    \u003cli\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                        Founders with a sales process that depends entirely on individual conversations\n                    \u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"who-col is-not\"\u003e\n                \u003ch3\u003eWho this isn't for\u003c\/h3\u003e\n                \u003cul\u003e\n                    \u003cli\u003e\n                        \u003cspan class=\"icon\"\u003e\n                            \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#b91c1c\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n                        \u003c\/span\u003e\n                        Brand-new businesses with no clients or track record yet\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n                        \u003cspan class=\"icon\"\u003e\n                            \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#b91c1c\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n                        \u003c\/span\u003e\n                        Businesses whose real constraint is a product that doesn't reliably deliver what it promises\n                    \u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"note\"\u003e\n                    No amount of clearer messaging closes a gap caused by the product itself. It's worth being honest about which one you're actually facing.\n                \u003c\/p\u003e\n            \u003c\/div\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\"\u003eDesigned to be used\u003c\/span\u003e\n            \u003ch2 class=\"heading-serif\"\u003eWhy founders keep it on their desk, not their shelf\u003c\/h2\u003e\n            \u003cp class=\"sub\"\u003e\n                This is a workbook first. It's meant to be written in, not just read.\u003cbr\u003e\n                Mark today's date somewhere in it. The self-assessment is designed to be retaken in 90 days.\n            \u003c\/p\u003e\n            \u003cdiv class=\"workbook-grid\"\u003e\n                \u003cdiv class=\"workbook-item\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"1.5\" 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                    Written exercises after every chapter\n                \u003c\/div\u003e\n                \u003cdiv class=\"workbook-item\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"1.5\" 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                    90-day retake comparison\n                \u003c\/div\u003e\n                \u003cdiv class=\"workbook-item\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M20 7h-4.5A2.5 2.5 0 0 1 13 4.5V3\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 11v6\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 8v9\"\u003e\u003c\/path\u003e\u003cpath d=\"M15 13v4\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 10h2\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 14h2\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 18h10\"\u003e\u003c\/path\u003e\u003cpath d=\"M17 16h2\"\u003e\u003c\/path\u003e\u003cpath d=\"M19 12h2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    Immediate action triggers\n                \u003c\/div\u003e\n                \u003cdiv class=\"workbook-item\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    Measurable progress tracking\n                \u003c\/div\u003e\n            \u003c\/div\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\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n            \u003cdiv class=\"faq-item\"\u003e\n                \u003ch4\u003eHow is a trust gap different from weak branding?\u003c\/h4\u003e\n                \u003cp\u003eBranding is visual identity and tone. A trust gap is broader. A business can have strong branding and still carry a real trust gap if messaging is inconsistent, positioning is unclear, or results are never made visible.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"faq-item\"\u003e\n                \u003ch4\u003eCan a trust gap exist even with a strong reputation?\u003c\/h4\u003e\n                \u003cp\u003eYes. Reputation among people who already know you is different from the impression a first-time prospect forms online, with nothing before to draw on.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"faq-item\"\u003e\n                \u003ch4\u003eHow long does it take to close a trust gap?\u003c\/h4\u003e\n                \u003cp\u003eMessaging and positioning gaps can shift within 30 days. Content and proof gaps typically take one to two months. Visibility gaps are the slowest, often three to six months, because familiarity builds gradually.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"faq-item\"\u003e\n                \u003ch4\u003eDoes this apply if I have no case studies yet?\u003c\/h4\u003e\n                \u003cp\u003eYes. Lean harder on the other four trust-killers first: clear messaging, sharp positioning, purposeful content, and visible expertise. Proof accumulates once those are in place.\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\"\u003eStop guessing\u003c\/span\u003e\n            \u003ch2\u003eGet the diagnosis. Close the gap.\u003c\/h2\u003e\n            \u003cp class=\"sub\"\u003e\n                Stop guessing at why the numbers aren't moving.\u003cbr\u003e\n                Score your own trust gap and start closing it this week.\n            \u003c\/p\u003e\n            \u003cdiv class=\"price\"\u003e\n                Get your copy for just \u003cstrong\u003e$39\u003c\/strong\u003e\n            \u003c\/div\u003e\n            \u003ca href=\"#\" class=\"btn\"\u003e\n                Get Why Nobody's Buying\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\"\u003eA workbook, not a textbook. Written in, not just read.\u003c\/p\u003e\n            \u003cdiv class=\"guarantee\"\u003e\n                \u003cspan\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                Lifetime access • Digital download • 100% risk-free\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                Why Nobody's Buying\n            \u003c\/p\u003e\n            \u003cp style=\"margin-top:4px; font-size:0.75rem;\"\u003e\n                Diagnosis first. Strategy second. Results third.\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 feature cards on scroll\n            const cards = document.querySelectorAll('.feature-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            \/\/ Symptom items entrance\n            const symptomItems = document.querySelectorAll('.symptom-item');\n            if (symptomItems.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                symptomItems.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's Digital Products.","offers":[{"title":"Default Title","offer_id":52009712222496,"sku":null,"price":39.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/4765\/6992\/files\/Why-Nobodys-Buying-Cover-with-logo.jpg?v=1784843946"},{"product_id":"digital-product-2","title":"Personal Branding Mastery: For Entrepreneurs, Founders, CEOs \u0026 Solopreneurs","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\u003ePersonal Branding Mastery - 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            --icon-size: 24px;\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        .heading-serif-italic {\n            font-family: 'Playfair Display', Georgia, serif;\n            font-weight: 600;\n            font-style: italic;\n            letter-spacing: -0.01em;\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-outline {\n            background: transparent;\n            color: var(--text-primary);\n            box-shadow: none;\n            border: 2px solid var(--border-light);\n        }\n\n        .btn-outline:hover {\n            background: var(--gold-pale);\n            border-color: var(--gold);\n            box-shadow: none;\n            transform: translateY(-2px);\n        }\n\n        \/* ----- HEADER \/ NAV ----- *\/\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: 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: 640px;\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        \/* ----- 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-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n            gap: 20px;\n            margin: 32px 0 28px;\n        }\n\n        .pain-item {\n            background: var(--bg);\n            padding: 24px 16px;\n            border-radius: var(--radius-sm);\n            border: 1px solid var(--border-light);\n            font-weight: 500;\n            color: var(--text-secondary);\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            gap: 8px;\n        }\n\n        .pain-item .icon {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pain-section .sub {\n            font-size: 0.95rem;\n            color: var(--text-muted);\n            max-width: 520px;\n            margin: 0 auto;\n        }\n\n        .pain-section .sub 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: 600px;\n            margin: 0 auto 28px;\n        }\n\n        .intro-offer .price-badge {\n            display: inline-block;\n            background: var(--gold-pale);\n            padding: 6px 28px;\n            border-radius: 100px;\n            font-weight: 600;\n            font-size: 0.85rem;\n            color: var(--gold);\n            margin-bottom: 20px;\n        }\n\n        \/* ----- MODULES ----- *\/\n        .modules {\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        .modules .section-label {\n            text-align: center;\n            margin-bottom: 40px;\n        }\n\n        .modules .section-label h2 {\n            font-size: clamp(1.8rem, 3.6vw, 2.6rem);\n        }\n\n        .modules .section-label p {\n            color: var(--text-secondary);\n            margin-top: 6px;\n        }\n\n        .module-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 24px;\n        }\n\n        .module-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        }\n\n        .module-card:hover {\n            border-color: var(--gold);\n            box-shadow: var(--shadow-hover);\n            transform: translateY(-4px);\n        }\n\n        .module-card .num {\n            font-family: 'Playfair Display', Georgia, serif;\n            font-size: 2.4rem;\n            font-weight: 700;\n            color: var(--gold-pale);\n            line-height: 1;\n            margin-bottom: 6px;\n        }\n\n        .module-card .icon {\n            display: flex;\n            align-items: center;\n            margin-bottom: 4px;\n        }\n\n        .module-card h3 {\n            font-size: 1.1rem;\n            font-weight: 700;\n            margin-bottom: 6px;\n        }\n\n        .module-card p {\n            font-size: 0.92rem;\n            color: var(--text-secondary);\n            line-height: 1.6;\n        }\n\n        \/* ----- BONUSES ----- *\/\n        .bonuses {\n            padding: 48px 0 56px;\n            text-align: center;\n        }\n\n        .bonuses h2 {\n            font-size: clamp(1.6rem, 3.2vw, 2.4rem);\n            margin-bottom: 8px;\n        }\n\n        .bonuses .sub {\n            color: var(--text-secondary);\n            margin-bottom: 32px;\n        }\n\n        .bonus-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 16px;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        .bonus-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            flex-direction: column;\n            align-items: center;\n            gap: 6px;\n        }\n\n        .bonus-item .icon {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .bonus-extra {\n            margin-top: 20px;\n            font-size: 0.9rem;\n            color: var(--text-muted);\n        }\n\n        .bonus-extra strong {\n            color: var(--text-primary);\n        }\n\n        \/* ----- WHO \/ NOT WHO ----- *\/\n        .who-section {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 32px;\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        .who-col h3 {\n            font-size: 1.2rem;\n            font-weight: 700;\n            margin-bottom: 12px;\n        }\n\n        .who-col ul {\n            list-style: none;\n            padding: 0;\n        }\n\n        .who-col ul li {\n            padding: 6px 0;\n            font-size: 0.95rem;\n            color: var(--text-secondary);\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n\n        .who-col ul li .icon {\n            display: flex;\n            align-items: center;\n            flex-shrink: 0;\n        }\n\n        .who-col.is-not ul li {\n            color: var(--text-muted);\n        }\n\n        \/* ----- WHY IT WORKS ----- *\/\n        .why-works {\n            padding: 48px 0 56px;\n            text-align: center;\n        }\n\n        .why-works h2 {\n            font-size: clamp(1.6rem, 3.2vw, 2.4rem);\n            margin-bottom: 8px;\n        }\n\n        .why-works .sub {\n            color: var(--text-secondary);\n            margin-bottom: 32px;\n        }\n\n        .why-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n            gap: 16px;\n            max-width: 820px;\n            margin: 0 auto;\n        }\n\n        .why-item {\n            background: #fff;\n            border-radius: var(--radius-sm);\n            padding: 20px 12px;\n            border: 1px solid var(--border-light);\n            font-weight: 500;\n            font-size: 0.9rem;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            gap: 6px;\n        }\n\n        .why-item .icon {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        \/* ----- FINAL CTA (LIGHT BACKGROUND, BLACK TEXT) ----- *\/\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            .pain-grid {\n                grid-template-columns: 1fr 1fr;\n            }\n\n            .who-section {\n                grid-template-columns: 1fr;\n                padding: 32px 24px;\n                gap: 24px;\n            }\n\n            .modules {\n                padding: 32px 0 40px;\n            }\n\n            .module-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\n        @media (max-width: 480px) {\n            .pain-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .bonus-grid {\n                grid-template-columns: 1fr 1fr;\n            }\n\n            .why-grid {\n                grid-template-columns: 1fr 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 Instant Access\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\"\u003ePersonal Branding Mastery\u003c\/span\u003e\n            \u003ch1\u003e\n                Become the person people\n                \u003cspan class=\"highlight\"\u003etrust\u003c\/span\u003e,\n                \u003cspan class=\"highlight\"\u003eremember\u003c\/span\u003e, and\n                \u003cspan class=\"highlight\"\u003ebuy\u003c\/span\u003e from.\n            \u003c\/h1\u003e\n            \u003cp class=\"subhead\"\u003e\n                For Entrepreneurs • Founders • CEOs • Solopreneurs.\n                \u003cbr\u003e\n                If you're posting but no one is noticing,\n                \u003cstrong\u003ethis is for you.\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                    Step-by-step system\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=\"3\" width=\"7\" height=\"7\" rx=\"1\"\u003e\u003c\/rect\u003e\u003crect x=\"14\" y=\"3\" width=\"7\" height=\"7\" rx=\"1\"\u003e\u003c\/rect\u003e\u003crect x=\"3\" y=\"14\" width=\"7\" height=\"7\" rx=\"1\"\u003e\u003c\/rect\u003e\u003crect x=\"14\" y=\"14\" width=\"7\" height=\"7\" rx=\"1\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    6 core modules\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                    5 free bonuses\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                    Lifetime access\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\"\u003eYou're good at what you do.\u003c\/span\u003e\n            \u003ch2 class=\"heading-serif\" style=\"font-size:clamp(1.4rem,2.8vw,2rem); margin-bottom:6px;\"\u003e\n                But online? You feel invisible.\n            \u003c\/h2\u003e\n            \u003cdiv class=\"pain-grid\"\u003e\n                \u003cdiv class=\"pain-item\"\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                    You share value → nobody cares.\n                \u003c\/div\u003e\n                \u003cdiv class=\"pain-item\"\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=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    You show up → nobody engages.\n                \u003c\/div\u003e\n                \u003cdiv class=\"pain-item\"\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 8v4l2 2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    You try to sell → nobody buys.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"sub\"\u003e\n                It's not you. It's not your niche. It's not the algorithm.\n                \u003cbr\u003e\n                \u003cstrong\u003eIt's the lack of a clear personal brand.\u003c\/strong\u003e\n                And that's exactly what this coursebook fixes.\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\"\u003ePersonal Branding Mastery\u003c\/h2\u003e\n            \u003cp class=\"lede\"\u003e\n                A step-by-step coursebook that shows you how to stand out,\n                build authority, create content that converts, and turn attention into clients.\n            \u003c\/p\u003e\n            \u003cdiv class=\"price-badge\"\u003eJust $39 • Lifetime access\u003c\/div\u003e\n            \u003cp style=\"font-size:0.9rem; color:var(--text-muted); max-width:480px; margin:0 auto;\"\u003e\n                This isn't motivation. This isn't fluff.\n                \u003cbr\u003e\n                \u003cstrong style=\"color:var(--text-primary);\"\u003eThis is a branding system.\u003c\/strong\u003e\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ===== MODULES ===== --\u003e\n    \u003csection class=\"modules\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"section-label\"\u003e\n                \u003cspan class=\"tag\"\u003eWhat you get\u003c\/span\u003e\n                \u003ch2 class=\"heading-serif\"\u003e6 proven modules\u003c\/h2\u003e\n                \u003cp\u003eFrom clarity to scaling - a complete system for personal brand authority.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"module-grid\"\u003e\n                \u003cdiv class=\"module-card\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"\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=\"num\"\u003e01\u003c\/div\u003e\n                    \u003ch3\u003eClarity\u003c\/h3\u003e\n                    \u003cp\u003eFinally understand what your brand truly is - and why people should choose YOU.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"module-card\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"7\" r=\"4\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    \u003cdiv class=\"num\"\u003e02\u003c\/div\u003e\n                    \u003ch3\u003eIdentity\u003c\/h3\u003e\n                    \u003cp\u003eYour story, your positioning, your voice. Designed to make you unforgettable.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"module-card\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"1.5\" 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                    \u003cdiv class=\"num\"\u003e03\u003c\/div\u003e\n                    \u003ch3\u003eConversion Content\u003c\/h3\u003e\n                    \u003cp\u003eThe exact formulas for hooks, stories, and CTAs that turn views → leads → clients.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"module-card\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"28\" height=\"28\" 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\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    \u003cdiv class=\"num\"\u003e04\u003c\/div\u003e\n                    \u003ch3\u003ePlatform Growth\u003c\/h3\u003e\n                    \u003cp\u003eGrow fast on LinkedIn, Threads, Instagram, X, or YouTube - without posting 24\/7.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"module-card\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"28\" height=\"28\" 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                    \u003cdiv class=\"num\"\u003e05\u003c\/div\u003e\n                    \u003ch3\u003eMonetisation\u003c\/h3\u003e\n                    \u003cp\u003eTurn your content into revenue with simple funnels and high-converting CTAs.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"module-card\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"23 6 13.5 15.5 8.5 10.5 1 18\"\u003e\u003c\/polyline\u003e\u003cpolyline points=\"17 6 23 6 23 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    \u003cdiv class=\"num\"\u003e06\u003c\/div\u003e\n                    \u003ch3\u003eScaling\u003c\/h3\u003e\n                    \u003cp\u003eRepurpose. Automate. Build authority. Grow without burning out.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ===== BONUSES ===== --\u003e\n    \u003csection class=\"bonuses\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cspan class=\"tag\"\u003eIncluded free\u003c\/span\u003e\n            \u003ch2 class=\"heading-serif\"\u003e5 powerful bonuses\u003c\/h2\u003e\n            \u003cp class=\"sub\"\u003eThese alone are worth more than the price.\u003c\/p\u003e\n            \u003cdiv class=\"bonus-grid\"\u003e\n                \u003cdiv class=\"bonus-item\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"1.5\" 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 Content Calendar\n                \u003c\/div\u003e\n                \u003cdiv class=\"bonus-item\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"1.5\" 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                    LinkedIn \u0026amp; Instagram Bio Templates\n                \u003c\/div\u003e\n                \u003cdiv class=\"bonus-item\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M9.663 17h4.673M12 3v1m6.364 1.636l-.707.707M21 12h-1M4 12H3m3.343-5.657l-.707-.707m2.828 9.9a5 5 0 1 1 7.072 0l-.548.547A3.374 3.374 0 0 0 14 18.469V19a2 2 0 1 1-4 0v-.531c0-.895-.356-1.754-.988-2.386l-.548-.547z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    50+ High-Converting Prompts\n                \u003c\/div\u003e\n                \u003cdiv class=\"bonus-item\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z\"\u003e\u003c\/path\u003e\u003cpath d=\"M19 10v2a7 7 0 0 1-14 0v-2\"\u003e\u003c\/path\u003e\u003cline x1=\"12\" y1=\"19\" x2=\"12\" y2=\"23\"\u003e\u003c\/line\u003e\u003cline x1=\"8\" y1=\"23\" x2=\"16\" y2=\"23\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    Sales Call Authority Script\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"bonus-extra\"\u003e\u003cstrong\u003ePlus:\u003c\/strong\u003e Lifetime access with regular updates.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ===== WHO \/ NOT WHO ===== --\u003e\n    \u003csection class=\"container\"\u003e\n        \u003cdiv class=\"who-section\"\u003e\n            \u003cdiv class=\"who-col\"\u003e\n                \u003ch3\u003eWho this is for\u003c\/h3\u003e\n                \u003cul\u003e\n                    \u003cli\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                        Entrepreneurs\n                    \u003c\/li\u003e\n                    \u003cli\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                        Solopreneurs\n                    \u003c\/li\u003e\n                    \u003cli\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                        Founders\n                    \u003c\/li\u003e\n                    \u003cli\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                        CEOs\n                    \u003c\/li\u003e\n                    \u003cli style=\"margin-top:6px; font-weight:500; color:var(--text-primary);\"\u003e\n                        Anyone who wants clients from their personal brand.\n                    \u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"who-col is-not\"\u003e\n                \u003ch3\u003eWho this is not for\u003c\/h3\u003e\n                \u003cul\u003e\n                    \u003cli\u003e\n                        \u003cspan class=\"icon\"\u003e\n                            \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#b91c1c\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n                        \u003c\/span\u003e\n                        People looking for overnight hacks\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n                        \u003cspan class=\"icon\"\u003e\n                            \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#b91c1c\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n                        \u003c\/span\u003e\n                        People who don't want to implement\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n                        \u003cspan class=\"icon\"\u003e\n                            \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#b91c1c\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n                        \u003c\/span\u003e\n                        People who want followers, not impact\n                    \u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ===== WHY IT WORKS ===== --\u003e\n    \u003csection class=\"why-works\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cspan class=\"tag\"\u003eWhy it works\u003c\/span\u003e\n            \u003ch2 class=\"heading-serif\"\u003eA system, not random tips\u003c\/h2\u003e\n            \u003cp class=\"sub\"\u003eIt's not \"post daily.\" It's not vague mindset advice.\u003c\/p\u003e\n            \u003cdiv class=\"why-grid\"\u003e\n                \u003cdiv class=\"why-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=\"M12 4a4 4 0 1 0 0 8 4 4 0 0 0 0-8z\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 14c-4 0-7 2-8 4h16c-1-2-4-4-8-4z\"\u003e\u003c\/path\u003e\u003cpath d=\"M20 10c-1-1-2-2-2-4\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 10c1-1 2-2 2-4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    Human psychology\n                \u003c\/div\u003e\n                \u003cdiv class=\"why-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\u003ccircle cx=\"12\" cy=\"12\" r=\"4\"\u003e\u003c\/circle\u003e\u003cline x1=\"21\" y1=\"3\" x2=\"15\" y2=\"9\"\u003e\u003c\/line\u003e\u003cline x1=\"3\" y1=\"21\" x2=\"9\" y2=\"15\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    Brand strategy\n                \u003c\/div\u003e\n                \u003cdiv class=\"why-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=\"M4 6h16M4 12h10M4 18h6\"\u003e\u003c\/path\u003e\u003cpath d=\"M18 18l4-4-4-4\"\u003e\u003c\/path\u003e\u003cpath d=\"M18 14l4 4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    Storytelling\n                \u003c\/div\u003e\n                \u003cdiv class=\"why-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=\"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                    Authority building\n                \u003c\/div\u003e\n                \u003cdiv class=\"why-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=\"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                    Conversion copywriting\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cp style=\"max-width:520px; margin:28px auto 0; color:var(--text-secondary); font-size:0.95rem;\"\u003e\n                It works for \u003cstrong style=\"color:var(--text-primary);\"\u003eanyone\u003c\/strong\u003e willing to implement.\n            \u003c\/p\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\"\u003eReady to stop being invisible?\u003c\/span\u003e\n            \u003ch2\u003eImagine 90 days from now\u003c\/h2\u003e\n            \u003cp class=\"sub\"\u003e\n                People trust you. People remember you. People come to you. People buy from you.\n                \u003cbr\u003e\n                That's what a strong personal brand does.\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\"\u003eClaim Your Copy Now\u003c\/a\u003e\n            \u003cp class=\"fine\"\u003eCheaper than a dinner. More powerful than most $500 courses.\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                Lifetime access • Regular updates • 100% risk-free\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                Personal Branding Mastery\n            \u003c\/p\u003e\n            \u003cp style=\"margin-top:4px; font-size:0.75rem;\"\u003e\n                Your brand is your greatest leverage. Build it 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 module cards on scroll\n            const cards = document.querySelectorAll('.module-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            \/\/ Bonus items entrance\n            const bonusItems = document.querySelectorAll('.bonus-item');\n            if (bonusItems.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                bonusItems.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":52015666168096,"sku":null,"price":39.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/4765\/6992\/files\/Personal-Branding-Mastery-Cover-with-logo.jpg?v=1784843937"},{"product_id":"digital-product-3","title":"The Positioning Starter Kit. Become the Obvious Choice: A Founder's Guide to Positioning That Attracts, Converts, and Compounds","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 Positioning Starter Kit - 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.2rem, 6vw, 3.8rem);\n            line-height: 1.08;\n            margin-bottom: 20px;\n            max-width: 800px;\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        \/* ----- 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-claim {\n            font-size: clamp(1.4rem, 2.8vw, 2.2rem);\n            font-weight: 700;\n            margin-bottom: 16px;\n        }\n\n        .pain-section .big-claim .gold {\n            color: var(--gold);\n        }\n\n        .pain-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        .pain-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        \/* ----- THE FIVE D's (FEATURES) ----- *\/\n        .features-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        .features-section .section-label {\n            text-align: center;\n            margin-bottom: 40px;\n        }\n\n        .features-section .section-label h2 {\n            font-size: clamp(1.8rem, 3.6vw, 2.6rem);\n        }\n\n        .features-section .section-label p {\n            color: var(--text-secondary);\n            margin-top: 6px;\n        }\n\n        .feature-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n            gap: 24px;\n        }\n\n        .feature-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        .feature-card:hover {\n            border-color: var(--gold);\n            box-shadow: var(--shadow-hover);\n            transform: translateY(-4px);\n        }\n\n        .feature-card .icon {\n            display: flex;\n            align-items: center;\n            margin-bottom: 8px;\n        }\n\n        .feature-card h3 {\n            font-size: 1.1rem;\n            font-weight: 700;\n            margin-bottom: 4px;\n        }\n\n        .feature-card .highlight-text {\n            color: var(--gold);\n            font-weight: 600;\n        }\n\n        .feature-card p {\n            font-size: 0.92rem;\n            color: var(--text-secondary);\n            line-height: 1.6;\n        }\n\n        \/* ----- BENEFITS CHECKLIST ----- *\/\n        .benefits-section {\n            padding: 32px 0 56px;\n            text-align: center;\n        }\n\n        .benefits-section h2 {\n            font-size: clamp(1.6rem, 3.2vw, 2.4rem);\n            margin-bottom: 8px;\n        }\n\n        .benefits-section .sub {\n            color: var(--text-secondary);\n            margin-bottom: 32px;\n        }\n\n        .benefit-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        .benefit-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        .benefit-item .icon {\n            display: flex;\n            align-items: center;\n            flex-shrink: 0;\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            .features-section {\n                padding: 32px 0 40px;\n            }\n\n            .feature-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            .benefit-grid {\n                grid-template-columns: 1fr;\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 Kit\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 Positioning Starter Kit\u003c\/span\u003e\n            \u003ch1\u003e\n                You're not losing customers to a better competitor.\u003cbr\u003e\n                You're losing them to \u003cspan class=\"highlight\"\u003econfusion\u003c\/span\u003e.\n            \u003c\/h1\u003e\n            \u003cp class=\"subhead\"\u003e\n                Every day, someone who needs exactly what you offer lands on your website, skims it for five seconds, and leaves not because your work isn't good, but because they couldn't tell fast enough that it was for them.\n                \u003cbr\u003e\n                \u003cstrong\u003eThat's not a marketing problem. It's a positioning problem.\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\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"4\"\u003e\u003c\/circle\u003e\u003cline x1=\"21\" y1=\"3\" x2=\"15\" y2=\"9\"\u003e\u003c\/line\u003e\u003cline x1=\"3\" y1=\"21\" x2=\"9\" y2=\"15\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    5‑stage clarity system\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=\"M4 6h16M4 12h12M4 18h8\"\u003e\u003c\/path\u003e\u003cpath d=\"M17 6v12\"\u003e\u003c\/path\u003e\u003cpath d=\"M21 10v4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    12 hands‑on 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=\"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                    Self‑assessments \u0026amp; exercises\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\u003cpath d=\"M8 14h.01\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 14h.01\"\u003e\u003c\/path\u003e\u003cpath d=\"M16 14h.01\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    30‑day action plan\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 problem\u003c\/span\u003e\n            \u003cdiv class=\"big-claim\"\u003e\n                The Positioning Starter Kit is a practical, no‑fluff system for fixing it.\n            \u003c\/div\u003e\n            \u003cp class=\"description\"\u003e\n                Built from real client work at Crafted By Words and Void|X, and distilled into a kit you can run yourself, at your own pace, on your own business.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ===== INTRO ===== --\u003e\n    \u003csection class=\"intro-offer\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cspan class=\"tag\"\u003eInside you'll work through\u003c\/span\u003e\n            \u003ch2 class=\"heading-serif\"\u003eThe Positioning Clarity System™\u003c\/h2\u003e\n            \u003cp class=\"lede\"\u003e\n                Five stages, twelve chapters, one clear path.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ===== THE FIVE D's ===== --\u003e\n    \u003csection class=\"features-section\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"section-label\"\u003e\n                \u003cspan class=\"tag\"\u003eThe 5 D's\u003c\/span\u003e\n                \u003ch2 class=\"heading-serif\"\u003eDefine, Differentiate, Distil, Declare, Defend\u003c\/h2\u003e\n                \u003cp\u003eEvery stage comes with exercises and assessments.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"feature-grid\"\u003e\n                \u003cdiv class=\"feature-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\u003ccircle cx=\"12\" cy=\"12\" r=\"4\"\u003e\u003c\/circle\u003e\u003cline x1=\"21\" y1=\"3\" x2=\"15\" y2=\"9\"\u003e\u003c\/line\u003e\u003cline x1=\"3\" y1=\"21\" x2=\"9\" y2=\"15\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    \u003ch3\u003eDefine\u003c\/h3\u003e\n                    \u003cp\u003eExactly who you serve and the problem \u003cspan class=\"highlight-text\"\u003eonly you\u003c\/span\u003e solve.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-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 4l16 16M4 20L20 4\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 2v2M12 20v2M2 12h2M20 12h2M6.5 6.5l1.5 1.5M16.5 16.5l1.5 1.5M6.5 17.5l1.5-1.5M16.5 7.5l1.5-1.5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    \u003ch3\u003eDifferentiate\u003c\/h3\u003e\n                    \u003cp\u003eFrom every real alternative your buyer is weighing, including doing nothing.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-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=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"3.27 6.96 12 12.01 20.73 6.96\"\u003e\u003c\/polyline\u003e\u003cline x1=\"12\" y1=\"22.08\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    \u003ch3\u003eDistil\u003c\/h3\u003e\n                    \u003cp\u003eIt all into a single positioning statement you can say without thinking twice.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-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                    \u003ch3\u003eDeclare\u003c\/h3\u003e\n                    \u003cp\u003eIt consistently across your website, bio, pitch, and sales calls.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-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 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                    \u003ch3\u003eDefend\u003c\/h3\u003e\n                    \u003cp\u003eIt from the slow drift that quietly erodes clarity over time.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cp style=\"text-align:center; margin-top:32px; color:var(--text-secondary); font-size:0.95rem;\"\u003e\n                Every chapter comes with hands‑on exercises and scored self‑assessments, so you're not just reading, you're building. And Chapter 11 turns everything into a 30‑day action plan you can start this week.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ===== BENEFITS ===== --\u003e\n    \u003csection class=\"benefits-section\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cspan class=\"tag\"\u003eWhat you'll walk away with\u003c\/span\u003e\n            \u003ch2 class=\"heading-serif\"\u003eFour deliverables that compound\u003c\/h2\u003e\n            \u003cp class=\"sub\"\u003ePositioning that finally makes marketing, pricing, and sales work together.\u003c\/p\u003e\n            \u003cdiv class=\"benefit-grid\"\u003e\n                \u003cdiv class=\"benefit-item\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3\"\u003e\u003c\/path\u003e\u003cline x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    A sharp, specific answer to \"what do you do?\"\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-item\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.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                    A one‑line positioning statement your whole team can repeat\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-item\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\" 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                    A rewritten website headline, bio, and sales pitch that finally say the same thing\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-item\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\" 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\u003cpath d=\"M12 14v4\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 16h6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    A quarterly system to keep your positioning from drifting\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cp style=\"max-width:560px; margin:28px auto 0; color:var(--text-secondary); font-size:0.95rem;\"\u003e\n                You don't need a bigger budget or a rebrand. You need clarity, and clarity is what makes everything else \u003cstrong style=\"color:var(--text-primary);\"\u003efinally start compounding.\u003c\/strong\u003e\n            \u003c\/p\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\"\u003eGrowth begins with clarity\u003c\/span\u003e\n            \u003ch2\u003eGo be the obvious choice.\u003c\/h2\u003e\n            \u003cp class=\"sub\"\u003e\n                Clarity begins with positioning. Get the kit and turn confusion into conviction.\n            \u003c\/p\u003e\n            \u003cdiv class=\"price\"\u003e\n                Get started for just \u003cstrong\u003e$39\u003c\/strong\u003e\n            \u003c\/div\u003e\n            \u003ca href=\"#\" class=\"btn\"\u003e\n                Get The Positioning Starter Kit\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 • Lifetime access • 30‑day money‑back guarantee\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                Built from real client work • Actionable from day one • 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 Positioning Starter Kit\n            \u003c\/p\u003e\n            \u003cp style=\"margin-top:4px; font-size:0.75rem;\"\u003e\n                Clarity is what makes everything else compound.\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 feature cards on scroll\n            const cards = document.querySelectorAll('.feature-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            \/\/ Benefit items entrance\n            const benefitItems = document.querySelectorAll('.benefit-item');\n            if (benefitItems.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                benefitItems.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":52020164755744,"sku":null,"price":39.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/4765\/6992\/files\/Positioning-Starter-Kit-Cover-with-logo.jpg?v=1784843941"},{"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"},{"product_id":"digital-product-9","title":"From Invisible to Inevitable: The Founder's Marketing Operation System.","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1\"\u003e\n\u003ctitle\u003eFrom Invisible to Inevitable — Crafted By Words\u003c\/title\u003e\n\u003cstyle\u003e\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  *{box-sizing:border-box;margin:0;padding:0;}\n  body{\n    margin:0; background:var(--bg); color:var(--text-primary);\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n    line-height:1.6; font-size:17px;\n    -webkit-font-smoothing: antialiased;\n  }\n  h1,h2,h3,h4{\n    font-family: 'Playfair Display', Georgia, serif;\n    font-weight:700; line-height:1.2; margin:0 0 16px 0;\n    color:var(--text-primary);\n  }\n  .container{max-width:var(--max-width); margin:0 auto; padding:0 24px;}\n  .tag{\n    display:inline-block; font-size:0.7rem; font-weight:600; text-transform:uppercase;\n    letter-spacing:0.12em; color:var(--gold); background:var(--gold-pale);\n    padding:6px 18px; border-radius:100px; margin-bottom:16px;\n  }\n  .btn{\n    display:inline-flex; align-items:center; justify-content:center; gap:10px;\n    font-family:'Inter',sans-serif; font-weight:600; font-size:1rem;\n    padding:16px 40px; border-radius:60px; border:none; cursor:pointer;\n    transition:var(--transition); text-decoration:none;\n    background:var(--gold); color:#fff;\n    box-shadow:0 4px 16px var(--gold-glow);\n  }\n  .btn:hover{background:#a0740a; transform:translateY(-2px); box-shadow:0 8px 28px rgba(184,134,11,0.25);}\n  .btn .icon-right{display:inline-flex; align-items:center; margin-left:4px;}\n\n  .site-header{padding:20px 0; border-bottom:1px solid var(--border-light); background:rgba(251,249,246,0.85); backdrop-filter:blur(8px); position:sticky; top:0; z-index:100;}\n  .site-header .container{display:flex; align-items:center; justify-content:space-between;}\n  .logo{font-family:'Playfair Display',Georgia,serif; font-weight:700; font-size:1.3rem; letter-spacing:-0.02em; color:var(--text-primary); text-decoration:none;}\n  .logo span{color:var(--gold);}\n  .header-cta{font-size:0.85rem; font-weight:600; color:var(--gold); text-decoration:none; border:2px solid var(--gold-pale); padding:8px 22px; border-radius:60px; transition:var(--transition);}\n  .header-cta:hover{background:var(--gold-pale); border-color:var(--gold);}\n\n  .hero{padding:64px 0 48px; text-align:center; background:linear-gradient(180deg, #fbf9f6 0%, #ffffff 100%);}\n  .hero h1{font-size:clamp(2.4rem,7vw,4.2rem); line-height:1.08; margin-bottom:12px; max-width:860px; margin-left:auto; margin-right:auto;}\n  .hero h1 .highlight{color:var(--gold); position:relative;}\n  .hero h1 .highlight::after{content:''; position:absolute; left:0; bottom:2px; width:100%; height:10px; background:var(--gold-pale); z-index:-1; border-radius:4px;}\n  .hero .subhead{font-size:clamp(1.05rem,1.6vw,1.25rem); color:var(--text-secondary); max-width:660px; margin:0 auto 32px; font-weight:400; line-height:1.7;}\n  .hero .subhead strong{color:var(--text-primary); font-weight:600;}\n  .hero .sub-label{font-size:0.8rem; color:var(--text-muted); margin-top:8px;}\n  .hero-badges{display:flex; flex-wrap:wrap; justify-content:center; gap:10px 20px; margin-top:28px; font-size:0.9rem; color:var(--text-muted);}\n  .hero-badges span{display:flex; align-items:center; gap:6px;}\n  .hero-badges .icon{display:flex; align-items:center;}\n\n  .pain-section{padding:48px 0 56px; background:#fff; border-radius:var(--radius); margin:0 0 56px; box-shadow:var(--shadow-card);}\n  .pain-section .container{text-align:center;}\n  .pain-section .big-claim{font-size:clamp(1.4rem,2.8vw,2.2rem); font-weight:700; margin-bottom:16px;}\n  .pain-section .big-claim .gold{color:var(--gold);}\n  .pain-section .description{font-size:1.05rem; color:var(--text-secondary); max-width:720px; margin:0 auto; line-height:1.8;}\n  .pain-section .description strong{color:var(--text-primary);}\n\n  .turn-section{background:var(--text-primary); color:#fff; padding:64px 0; margin-bottom:56px;}\n  .turn-section .container{text-align:center;}\n  .turn-section h2{color:#fff; font-size:clamp(1.6rem,3.2vw,2.4rem); max-width:700px; margin:0 auto 12px;}\n  .turn-section .rule{width:80px; height:3px; background:var(--gold); margin:20px auto;}\n  .turn-section p{color:#d2cbbb; font-size:1.05rem; max-width:640px; margin:0 auto; line-height:1.8;}\n\n  .systems-section{padding:56px 0 64px; background:#fff; border-radius:var(--radius); box-shadow:var(--shadow-card); margin-bottom:56px;}\n  .systems-section .section-label{text-align:center; margin-bottom:40px;}\n  .systems-section .section-label h2{font-size:clamp(1.8rem,3.6vw,2.6rem);}\n  .systems-section .section-label p{color:var(--text-secondary); margin-top:6px;}\n  .system-grid{display:grid; grid-template-columns:1fr 1fr; gap:20px; max-width:840px; margin:0 auto;}\n  .system-card{background:var(--bg); border:1px solid var(--border-light); border-radius:var(--radius-sm); padding:24px 22px; text-align:left; transition:var(--transition);}\n  .system-card:hover{border-color:var(--gold); box-shadow:var(--shadow-hover); transform:translateY(-4px);}\n  .system-card .icon{display:flex; align-items:center; margin-bottom:6px;}\n  .system-card h3{font-size:1.05rem; font-weight:700; margin-bottom:4px;}\n  .system-card p{font-size:0.9rem; color:var(--text-secondary); line-height:1.6; margin:0;}\n\n  .outcomes-section{padding:32px 0 56px; text-align:center;}\n  .outcomes-section h2{font-size:clamp(1.6rem,3.2vw,2.4rem); margin-bottom:8px;}\n  .outcomes-section .sub{color:var(--text-secondary); margin-bottom:32px;}\n  .outcome-grid{display:grid; grid-template-columns:1fr 1fr; gap:12px 30px; max-width:780px; margin:0 auto; text-align:left;}\n  .outcome-item{display:flex; gap:10px; align-items:flex-start; font-size:0.92rem; color:var(--text-secondary); line-height:1.5;}\n  .outcome-item .icon{display:flex; align-items:center; flex-shrink:0; margin-top:2px;}\n  .outcome-item strong{color:var(--text-primary);}\n\n  .who-section{padding:48px 0 56px; background:#fff; border-radius:var(--radius); box-shadow:var(--shadow-card); margin-bottom:56px;}\n  .who-section .container{text-align:center;}\n  .who-section h2{font-size:clamp(1.6rem,3.2vw,2.4rem); margin-bottom:8px;}\n  .who-section .sub{color:var(--text-secondary); margin-bottom:32px;}\n  .who-grid{display:grid; grid-template-columns:1fr 1fr; gap:24px; max-width:720px; margin:0 auto; text-align:left;}\n  .who-card{background:var(--bg); border:1px solid var(--border-light); border-radius:var(--radius-sm); padding:24px 24px;}\n  .who-card h4{font-size:1rem; font-weight:700; margin-bottom:10px;}\n  .who-card ul{list-style:none; padding:0;}\n  .who-card ul li{padding:4px 0; font-size:0.9rem; color:var(--text-secondary); display:flex; gap:10px; align-items:flex-start; line-height:1.5;}\n  .who-card ul li .icon{display:flex; align-items:center; flex-shrink:0; margin-top:2px;}\n  .who-card.not-for ul li{color:var(--text-muted);}\n\n  .price-section{padding:32px 0 56px; text-align:center;}\n  .price-section h2{font-size:clamp(1.6rem,3.2vw,2.4rem); margin-bottom:8px;}\n  .price-block{background:var(--text-primary); color:#fff; border-radius:var(--radius); padding:48px 50px; max-width:640px; margin:24px auto 0; border:1px solid rgba(212,165,42,0.3);}\n  .price-block .was{font-size:1.1rem; text-decoration:line-through; color:#8b8577; margin-right:12px;}\n  .price-block .big-price{font-size:3.2rem; font-weight:700; color:var(--gold-light);}\n  .price-block .price-label{color:#a9a28f; font-size:0.8rem; letter-spacing:0.05em; font-weight:600; margin-top:4px;}\n  .price-block .includes{text-align:left; max-width:440px; margin:20px auto 28px; font-size:0.92rem; color:#d2cbbb;}\n  .price-block .includes div{padding:3px 0; display:flex; gap:10px; align-items:center;}\n  .price-block .includes .icon{display:flex; align-items:center; flex-shrink:0;}\n  .price-block .btn{background:var(--gold); color:#fff; box-shadow:0 4px 20px rgba(184,134,11,0.3);}\n  .price-block .btn:hover{background:#a0740a; box-shadow:0 8px 32px rgba(184,134,11,0.4);}\n\n  .faq-section{background:#fff; border-radius:var(--radius); padding:48px 40px; box-shadow:var(--shadow-card); margin-bottom:56px;}\n  .faq-section h2{text-align:center; font-size:clamp(1.6rem,3.2vw,2.4rem); margin-bottom:32px;}\n  .faq-item{border-bottom:1px solid var(--border-light); padding:20px 0;}\n  .faq-item:last-child{border-bottom:none;}\n  .faq-item h4{font-size:1rem; font-weight:700; margin-bottom:6px; color:var(--text-primary);}\n  .faq-item p{font-size:0.95rem; color:var(--text-secondary); line-height:1.7;}\n\n  .final-cta{background:var(--text-primary); color:#fff; border-radius:var(--radius); padding:56px 40px; text-align:center; margin-bottom:48px;}\n  .final-cta h2{font-size:clamp(1.8rem,4vw,2.8rem); font-weight:700; margin-bottom:12px; color:#fff;}\n  .final-cta .sub{font-size:1.05rem; color:#d2cbbb; max-width:560px; margin:0 auto 24px; line-height:1.7;}\n  .final-cta .btn{background:var(--gold); color:#fff; box-shadow:0 4px 20px rgba(184,134,11,0.3); font-size:1.05rem; padding:18px 48px;}\n  .final-cta .btn:hover{background:#a0740a; box-shadow:0 8px 32px rgba(184,134,11,0.4);}\n  .final-cta .tag{background:rgba(255,255,255,0.12); color:var(--gold-light);}\n\n  .site-footer{padding:32px 0 24px; text-align:center; font-size:0.85rem; color:var(--text-muted); border-top:1px solid var(--border-light);}\n  .site-footer a{color:var(--text-secondary); text-decoration:none;}\n  .site-footer a:hover{color:var(--gold);}\n  .site-footer .footer-contact{margin-top:4px; font-size:0.8rem; color:var(--text-muted);}\n\n  @media (max-width:768px){\n    .hero{padding:40px 0 32px;}\n    .system-grid{grid-template-columns:1fr;}\n    .who-grid{grid-template-columns:1fr;}\n    .outcome-grid{grid-template-columns:1fr;}\n    .price-block{padding:32px 24px;}\n    .price-block .big-price{font-size:2.4rem;}\n    .final-cta{padding:40px 24px;}\n    .final-cta .btn{width:100%;}\n    .site-header .header-cta{font-size:0.75rem; padding:6px 16px;}\n    .faq-section{padding:32px 20px;}\n  }\n  @media (max-width:480px){\n    .hero-badges{flex-direction:column; align-items:center;}\n  }\n\u003c\/style\u003e\n\n\n\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=\"#price\" class=\"header-cta\"\u003eGet the System\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/header\u003e\n\n\u003csection class=\"hero\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cspan class=\"tag\"\u003eFrom Invisible to Inevitable\u003c\/span\u003e\n    \u003ch1\u003e\n      The Founder's Marketing \u003cspan class=\"highlight\"\u003eOperation System\u003c\/span\u003e\n    \u003c\/h1\u003e\n    \u003cp class=\"subhead\"\u003e\n      You did not start your business to become a full-time content creator. But somewhere along the way, marketing turned into a second job you never applied for. One with no manual, no consistent results, and a growing pile of tactics that worked for someone else's business but not for yours.\n    \u003c\/p\u003e\n    \u003ca href=\"#price\" class=\"btn\"\u003eGet From Invisible to Inevitable — $39\u003c\/a\u003e\n    \u003cdiv class=\"sub-label\"\u003eInstant digital download • 14 chapters • 5 systems • 90-day roadmap\u003c\/div\u003e\n    \u003cdiv class=\"hero-badges\"\u003e\n      \u003cspan\u003e\u003cspan class=\"icon\"\u003e\u003csvg width=\"16\" height=\"16\" 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\u003c\/span\u003e14 chapters\u003c\/span\u003e\n      \u003cspan\u003e\u003cspan class=\"icon\"\u003e\u003csvg width=\"16\" height=\"16\" 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\u003c\/span\u003e5 complete systems\u003c\/span\u003e\n      \u003cspan\u003e\u003cspan class=\"icon\"\u003e\u003csvg width=\"16\" height=\"16\" 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\u003c\/span\u003eExercises after every chapter\u003c\/span\u003e\n      \u003cspan\u003e\u003cspan class=\"icon\"\u003e\u003csvg width=\"16\" height=\"16\" 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\u003c\/span\u003e90-day roadmap\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"pain-section\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cspan class=\"tag\"\u003eThe truth nobody tells founders directly\u003c\/span\u003e\n    \u003cdiv class=\"big-claim\"\u003e\n      Your marketing is not inconsistent because you lack \u003cspan class=\"gold\"\u003ediscipline\u003c\/span\u003e, \u003cspan class=\"gold\"\u003etalent\u003c\/span\u003e, or a big enough following.\n    \u003c\/div\u003e\n    \u003cp class=\"description\"\u003e\n      It is inconsistent because you are running activities with no system underneath them. And a business without a marketing system does not grow. It survives, month to month, on referrals and luck.\n      \u003cbr\u003e\u003cbr\u003e\n      \u003cstrong\u003eThis book fixes that.\u003c\/strong\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"turn-section\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003ch2 class=\"heading-serif\"\u003eFrom Invisible to Inevitable hands you the exact operating system Crafted By Words uses with our own paying clients.\u003c\/h2\u003e\n    \u003cdiv class=\"rule\"\u003e\u003c\/div\u003e\n    \u003cp\u003eThe same frameworks we would normally only reveal inside a strategy engagement, laid out in full, in order, with nothing held back.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"systems-section\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"section-label\"\u003e\n      \u003cspan class=\"tag\"\u003eInside you will build\u003c\/span\u003e\n      \u003ch2 class=\"heading-serif\"\u003eFive systems that change everything\u003c\/h2\u003e\n      \u003cp\u003eEvery chapter closes with a Field Exercise and a Self-Assessment.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"system-grid\"\u003e\n      \u003cdiv class=\"system-card\"\u003e\n        \u003cspan class=\"icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/span\u003e\n        \u003ch3\u003eVisibility System\u003c\/h3\u003e\n        \u003cp\u003eMakes you consistently seen by the right people, without living on every platform at once or burning out trying to post daily.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"system-card\"\u003e\n        \u003cspan class=\"icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"1.5\" 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\u003c\/span\u003e\n        \u003ch3\u003eTrust System\u003c\/h3\u003e\n        \u003cp\u003eTurns casual scrollers into believers, using the exact proof structure that makes strangers say yes before you ever pitch them.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"system-card\"\u003e\n        \u003cspan class=\"icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"1.5\" 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\u003c\/span\u003e\n        \u003ch3\u003eAuthority System\u003c\/h3\u003e\n        \u003cp\u003ePositions you as the obvious name in your category, not just another competent option competing on price.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"system-card\"\u003e\n        \u003cspan class=\"icon\"\u003e\u003csvg width=\"28\" height=\"28\" 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\u003c\/span\u003e\n        \u003ch3\u003eConversion System\u003c\/h3\u003e\n        \u003cp\u003eA founder-friendly sales conversation script that turns warm interest into signed clients, without ever feeling pushy or unlike yourself.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"system-card\" style=\"grid-column:1\/-1; max-width:420px; margin:0 auto;\"\u003e\n        \u003cspan class=\"icon\"\u003e\u003csvg width=\"28\" height=\"28\" 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\u003c\/span\u003e\n        \u003ch3\u003eRetention and Referral System\u003c\/h3\u003e\n        \u003cp\u003eTurns every happy client into your most reliable, lowest-cost source of the next one.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"outcomes-section\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cspan class=\"tag\"\u003eBy the final page\u003c\/span\u003e\n    \u003ch2 class=\"heading-serif\"\u003eYou will have a complete, personalised plan\u003c\/h2\u003e\n    \u003cp class=\"sub\"\u003eFourteen chapters. Five systems. One founder-led operation, finally running the way it should.\u003c\/p\u003e\n    \u003cdiv class=\"outcome-grid\"\u003e\n      \u003cdiv class=\"outcome-item\"\u003e\n        \u003cspan class=\"icon\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\n        A foundation so clear that strangers understand who you help within thirty seconds\n      \u003c\/div\u003e\n      \u003cdiv class=\"outcome-item\"\u003e\n        \u003cspan class=\"icon\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\n        The One Sentence framework that ends the guessing game around your positioning\n      \u003c\/div\u003e\n      \u003cdiv class=\"outcome-item\"\u003e\n        \u003cspan class=\"icon\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\n        A visibility system that works without burning out\n      \u003c\/div\u003e\n      \u003cdiv class=\"outcome-item\"\u003e\n        \u003cspan class=\"icon\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\n        A trust system that turns strangers into believers\n      \u003c\/div\u003e\n      \u003cdiv class=\"outcome-item\"\u003e\n        \u003cspan class=\"icon\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\n        An authority system that positions you as the obvious choice\n      \u003c\/div\u003e\n      \u003cdiv class=\"outcome-item\"\u003e\n        \u003cspan class=\"icon\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\n        A conversion script that feels natural and unlike yourself\n      \u003c\/div\u003e\n      \u003cdiv class=\"outcome-item\"\u003e\n        \u003cspan class=\"icon\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\n        A retention system that turns clients into referrals\n      \u003c\/div\u003e\n      \u003cdiv class=\"outcome-item\"\u003e\n        \u003cspan class=\"icon\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\n        A diagnostic tool to know exactly which part needs attention next\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"who-section\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cspan class=\"tag\"\u003eBuilt for founders\u003c\/span\u003e\n    \u003ch2 class=\"heading-serif\"\u003eThis is for you if you are tired of guessing\u003c\/h2\u003e\n    \u003cp class=\"sub\"\u003eOne founder-led operation, finally running the way it should.\u003c\/p\u003e\n    \u003cdiv class=\"who-grid\"\u003e\n      \u003cdiv class=\"who-card\"\u003e\n        \u003ch4\u003e\n\u003cspan style=\"color:var(--gold);\"\u003e✓\u003c\/span\u003e This is for you if:\u003c\/h4\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e You are tired of marketing feeling like a second full-time job\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e You want a system, not another pile of tactics\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e You are ready to stop surviving on referrals and start growing with intention\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"who-card not-for\"\u003e\n        \u003ch4\u003e\n\u003cspan style=\"color:#b91c1c;\"\u003e✕\u003c\/span\u003e This isn't for you if:\u003c\/h4\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#b91c1c\" stroke-width=\"2.5\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/span\u003e You are looking for a quick fix rather than a durable system\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#b91c1c\" stroke-width=\"2.5\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/span\u003e You are not willing to work through the exercises\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#b91c1c\" stroke-width=\"2.5\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/span\u003e You want someone else to do the work for you\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\u003csection class=\"price-section\" id=\"price\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cspan class=\"tag\"\u003eGet instant access\u003c\/span\u003e\n    \u003ch2 class=\"heading-serif\"\u003eOne payment. Yours for good.\u003c\/h2\u003e\n    \u003cdiv class=\"price-block\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"was\"\u003e$97\u003c\/span\u003e\n        \u003cspan class=\"big-price\"\u003e$39\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"price-label\"\u003eONE-TIME PAYMENT • INSTANT DOWNLOAD\u003c\/div\u003e\n      \u003cdiv class=\"includes\"\u003e\n        \u003cdiv\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold-light)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e The complete From Invisible to Inevitable (PDF)\u003c\/div\u003e\n        \u003cdiv\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold-light)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e 14 chapters across 5 complete systems\u003c\/div\u003e\n        \u003cdiv\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold-light)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e Field Exercises and Self-Assessments after every chapter\u003c\/div\u003e\n        \u003cdiv\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold-light)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e The One Sentence positioning framework\u003c\/div\u003e\n        \u003cdiv\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold-light)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e A complete, personalised 90-day roadmap\u003c\/div\u003e\n        \u003cdiv\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold-light)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e A diagnostic tool to know what needs attention next\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003ca href=\"#\" class=\"btn\"\u003eGet From Invisible to Inevitable — $39\u003c\/a\u003e\n      \u003cdiv style=\"font-size:0.75rem; color:#8b8577; margin-top:12px;\"\u003eYours to keep, mark up, and return to every time your business grows into its next stage.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"container\"\u003e\n  \u003cdiv class=\"faq-section\"\u003e\n    \u003ch2 class=\"heading-serif\"\u003eFrequently asked\u003c\/h2\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003ch4\u003eHow is this different from other marketing books?\u003c\/h4\u003e\n      \u003cp\u003eMost marketing books give you ideas. This gives you a system with exercises built into every chapter, so you finish with a working plan for your actual business, not just a head full of concepts.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003ch4\u003eI am not a writer. Will this still work for me?\u003c\/h4\u003e\n      \u003cp\u003eYes. You do not need to be a copywriter to use this. The frameworks do the heavy lifting. You are filling in honest answers about your business, not trying to write like a novelist.\u003c\/p\u003e\n    \u003c\/div\u003e\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 90-day roadmap, but it is designed to bend around your schedule. Some founders move through it in a focused week. Others work a chapter at a time over three months. Either way works, as long as you actually do the exercises.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003ch4\u003eWhat if I already have some of this figured out?\u003c\/h4\u003e\n      \u003cp\u003eMost founders we work with have pieces in place. The diagnostics inside will show you exactly which pieces are solid and which are quietly costing you the most, so you are not starting from scratch, you are sharpening what is already there.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"container\"\u003e\n  \u003cdiv class=\"final-cta\"\u003e\n    \u003cspan class=\"tag\"\u003eStop surviving. Start growing.\u003c\/span\u003e\n    \u003ch2\u003eYour marketing system is waiting.\u003c\/h2\u003e\n    \u003cp class=\"sub\"\u003eFourteen chapters. Five systems. One founder-led operation, finally running the way it should.\u003c\/p\u003e\n    \u003ca href=\"#\" class=\"btn\"\u003eGet From Invisible to Inevitable — $39\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cfooter class=\"site-footer\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cp\u003e\u003ca href=\"#\"\u003eCrafted By Words\u003c\/a\u003e • Personal Branding, Marketing \u0026amp; Sales Agency\u003c\/p\u003e\n    \u003cp class=\"footer-contact\"\u003ecraftedbywords.in • work@craftedbywords.in\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/footer\u003e\n\n\u003cscript\u003e\n  (function() {\n    'use strict';\n    const ctaLinks = document.querySelectorAll('a[href=\"#price\"]');\n    ctaLinks.forEach(link =\u003e {\n      link.addEventListener('click', function(e) {\n        e.preventDefault();\n        const target = document.querySelector('#price');\n        if (target) target.scrollIntoView({ behavior: 'smooth', block: 'start' });\n      });\n    });\n    const cards = document.querySelectorAll('.system-card, .outcome-item, .who-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.12, rootMargin: '0px 0px -40px 0px' });\n      cards.forEach((card, i) =\u003e {\n        card.style.opacity = '0';\n        card.style.transform = 'translateY(15px)';\n        card.style.transition = `opacity 0.5s ease ${i*0.04}s, transform 0.5s ease ${i*0.04}s`;\n        observer.observe(card);\n      });\n    } else {\n      cards.forEach(c =\u003e { c.style.opacity = '1'; c.style.transform = 'translateY(0)'; });\n    }\n  })();\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"Crafted By Words' Digital Store.","offers":[{"title":"Default Title","offer_id":52035798892832,"sku":null,"price":39.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/4765\/6992\/files\/Cover-From-Invisible-to-Inevitable.jpg?v=1784974509"},{"product_id":"digital-product-10","title":"The Founder's Playbook for a Personal Brand That Actually Converts.","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1\"\u003e\n\u003ctitle\u003eUnforgettable — Crafted By Words\u003c\/title\u003e\n\u003cstyle\u003e\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  *{box-sizing:border-box;margin:0;padding:0;}\n  body{\n    margin:0; background:var(--bg); color:var(--text-primary);\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n    line-height:1.6; font-size:17px;\n    -webkit-font-smoothing: antialiased;\n  }\n  h1,h2,h3,h4{\n    font-family: 'Playfair Display', Georgia, serif;\n    font-weight:700; line-height:1.2; margin:0 0 16px 0;\n    color:var(--text-primary);\n  }\n  .container{max-width:var(--max-width); margin:0 auto; padding:0 24px;}\n  .tag{\n    display:inline-block; font-size:0.7rem; font-weight:600; text-transform:uppercase;\n    letter-spacing:0.12em; color:var(--gold); background:var(--gold-pale);\n    padding:6px 18px; border-radius:100px; margin-bottom:16px;\n  }\n  .btn{\n    display:inline-flex; align-items:center; justify-content:center; gap:10px;\n    font-family:'Inter',sans-serif; font-weight:600; font-size:1rem;\n    padding:16px 40px; border-radius:60px; border:none; cursor:pointer;\n    transition:var(--transition); text-decoration:none;\n    background:var(--gold); color:#fff;\n    box-shadow:0 4px 16px var(--gold-glow);\n  }\n  .btn:hover{background:#a0740a; transform:translateY(-2px); box-shadow:0 8px 28px rgba(184,134,11,0.25);}\n  .btn .icon-right{display:inline-flex; align-items:center; margin-left:4px;}\n\n  .site-header{padding:20px 0; border-bottom:1px solid var(--border-light); background:rgba(251,249,246,0.85); backdrop-filter:blur(8px); position:sticky; top:0; z-index:100;}\n  .site-header .container{display:flex; align-items:center; justify-content:space-between;}\n  .logo{font-family:'Playfair Display',Georgia,serif; font-weight:700; font-size:1.3rem; letter-spacing:-0.02em; color:var(--text-primary); text-decoration:none;}\n  .logo span{color:var(--gold);}\n  .header-cta{font-size:0.85rem; font-weight:600; color:var(--gold); text-decoration:none; border:2px solid var(--gold-pale); padding:8px 22px; border-radius:60px; transition:var(--transition);}\n  .header-cta:hover{background:var(--gold-pale); border-color:var(--gold);}\n\n  .hero{padding:64px 0 48px; text-align:center; background:linear-gradient(180deg, #fbf9f6 0%, #ffffff 100%);}\n  .hero h1{font-size:clamp(2rem,6vw,3.6rem); line-height:1.1; margin-bottom:16px; max-width:860px; margin-left:auto; margin-right:auto;}\n  .hero h1 .highlight{color:var(--gold); position:relative;}\n  .hero h1 .highlight::after{content:''; position:absolute; left:0; bottom:2px; width:100%; height:10px; background:var(--gold-pale); z-index:-1; border-radius:4px;}\n  .hero .subhead{font-size:clamp(1.05rem,1.6vw,1.25rem); color:var(--text-secondary); max-width:660px; margin:0 auto 28px; font-weight:400; line-height:1.7;}\n  .hero .subhead strong{color:var(--text-primary); font-weight:600;}\n  .hero .sub-label{font-size:0.8rem; color:var(--text-muted); margin-top:8px;}\n  .hero-badges{display:flex; flex-wrap:wrap; justify-content:center; gap:10px 20px; margin-top:28px; font-size:0.9rem; color:var(--text-muted);}\n  .hero-badges span{display:flex; align-items:center; gap:6px;}\n  .hero-badges .icon{display:flex; align-items:center;}\n\n  .pain-section{padding:48px 0 56px; background:#fff; border-radius:var(--radius); margin:0 0 56px; box-shadow:var(--shadow-card);}\n  .pain-section .container{text-align:center;}\n  .pain-section .big-claim{font-size:clamp(1.4rem,2.8vw,2.2rem); font-weight:700; margin-bottom:16px;}\n  .pain-section .big-claim .gold{color:var(--gold);}\n  .pain-section .description{font-size:1.05rem; color:var(--text-secondary); max-width:720px; margin:0 auto; line-height:1.8;}\n  .pain-section .description strong{color:var(--text-primary);}\n\n  .turn-section{background:var(--text-primary); color:#fff; padding:64px 0; margin-bottom:56px;}\n  .turn-section .container{text-align:center;}\n  .turn-section h2{color:#fff; font-size:clamp(1.6rem,3.2vw,2.4rem); max-width:700px; margin:0 auto 12px;}\n  .turn-section .rule{width:80px; height:3px; background:var(--gold); margin:20px auto;}\n  .turn-section p{color:#d2cbbb; font-size:1.05rem; max-width:640px; margin:0 auto; line-height:1.8;}\n\n  .what-inside{padding:56px 0 64px; background:#fff; border-radius:var(--radius); box-shadow:var(--shadow-card); margin-bottom:56px;}\n  .what-inside .section-label{text-align:center; margin-bottom:40px;}\n  .what-inside .section-label h2{font-size:clamp(1.8rem,3.6vw,2.6rem);}\n  .what-inside .section-label p{color:var(--text-secondary); margin-top:6px;}\n  .inside-grid{display:grid; grid-template-columns:1fr 1fr 1fr; gap:16px; max-width:900px; margin:0 auto;}\n  .inside-item{background:var(--bg); border:1px solid var(--border-light); border-radius:var(--radius-sm); padding:22px 20px; text-align:left; transition:var(--transition);}\n  .inside-item:hover{border-color:var(--gold); box-shadow:var(--shadow-hover); transform:translateY(-3px);}\n  .inside-item .icon{display:flex; align-items:center; margin-bottom:6px;}\n  .inside-item h4{font-size:0.95rem; font-weight:700; margin-bottom:4px;}\n  .inside-item p{font-size:0.88rem; color:var(--text-secondary); line-height:1.5; margin:0;}\n\n  .outcomes-section{padding:32px 0 56px; text-align:center;}\n  .outcomes-section h2{font-size:clamp(1.6rem,3.2vw,2.4rem); margin-bottom:8px;}\n  .outcomes-section .sub{color:var(--text-secondary); margin-bottom:32px;}\n  .outcome-grid{display:grid; grid-template-columns:1fr 1fr 1fr; gap:12px 24px; max-width:820px; margin:0 auto; text-align:left;}\n  .outcome-item{display:flex; gap:10px; align-items:flex-start; font-size:0.92rem; color:var(--text-secondary); line-height:1.5;}\n  .outcome-item .icon{display:flex; align-items:center; flex-shrink:0; margin-top:2px;}\n  .outcome-item strong{color:var(--text-primary);}\n\n  .who-section{padding:48px 0 56px; background:#fff; border-radius:var(--radius); box-shadow:var(--shadow-card); margin-bottom:56px;}\n  .who-section .container{text-align:center;}\n  .who-section h2{font-size:clamp(1.6rem,3.2vw,2.4rem); margin-bottom:8px;}\n  .who-section .sub{color:var(--text-secondary); margin-bottom:32px;}\n  .who-grid{display:grid; grid-template-columns:1fr 1fr; gap:24px; max-width:720px; margin:0 auto; text-align:left;}\n  .who-card{background:var(--bg); border:1px solid var(--border-light); border-radius:var(--radius-sm); padding:24px 24px;}\n  .who-card h4{font-size:1rem; font-weight:700; margin-bottom:10px;}\n  .who-card ul{list-style:none; padding:0;}\n  .who-card ul li{padding:4px 0; font-size:0.9rem; color:var(--text-secondary); display:flex; gap:10px; align-items:flex-start; line-height:1.5;}\n  .who-card ul li .icon{display:flex; align-items:center; flex-shrink:0; margin-top:2px;}\n  .who-card.not-for ul li{color:var(--text-muted);}\n\n  .price-section{padding:32px 0 56px; text-align:center;}\n  .price-section h2{font-size:clamp(1.6rem,3.2vw,2.4rem); margin-bottom:8px;}\n  .price-block{background:var(--text-primary); color:#fff; border-radius:var(--radius); padding:48px 50px; max-width:640px; margin:24px auto 0; border:1px solid rgba(212,165,42,0.3);}\n  .price-block .was{font-size:1.1rem; text-decoration:line-through; color:#8b8577; margin-right:12px;}\n  .price-block .big-price{font-size:3.2rem; font-weight:700; color:var(--gold-light);}\n  .price-block .price-label{color:#a9a28f; font-size:0.8rem; letter-spacing:0.05em; font-weight:600; margin-top:4px;}\n  .price-block .includes{text-align:left; max-width:440px; margin:20px auto 28px; font-size:0.92rem; color:#d2cbbb;}\n  .price-block .includes div{padding:3px 0; display:flex; gap:10px; align-items:center;}\n  .price-block .includes .icon{display:flex; align-items:center; flex-shrink:0;}\n  .price-block .btn{background:var(--gold); color:#fff; box-shadow:0 4px 20px rgba(184,134,11,0.3);}\n  .price-block .btn:hover{background:#a0740a; box-shadow:0 8px 32px rgba(184,134,11,0.4);}\n\n  .faq-section{background:#fff; border-radius:var(--radius); padding:48px 40px; box-shadow:var(--shadow-card); margin-bottom:56px;}\n  .faq-section h2{text-align:center; font-size:clamp(1.6rem,3.2vw,2.4rem); margin-bottom:32px;}\n  .faq-item{border-bottom:1px solid var(--border-light); padding:20px 0;}\n  .faq-item:last-child{border-bottom:none;}\n  .faq-item h4{font-size:1rem; font-weight:700; margin-bottom:6px; color:var(--text-primary);}\n  .faq-item p{font-size:0.95rem; color:var(--text-secondary); line-height:1.7;}\n\n  .final-cta{background:var(--text-primary); color:#fff; border-radius:var(--radius); padding:56px 40px; text-align:center; margin-bottom:48px;}\n  .final-cta h2{font-size:clamp(1.8rem,4vw,2.8rem); font-weight:700; margin-bottom:12px; color:#fff;}\n  .final-cta .sub{font-size:1.05rem; color:#d2cbbb; max-width:560px; margin:0 auto 24px; line-height:1.7;}\n  .final-cta .btn{background:var(--gold); color:#fff; box-shadow:0 4px 20px rgba(184,134,11,0.3); font-size:1.05rem; padding:18px 48px;}\n  .final-cta .btn:hover{background:#a0740a; box-shadow:0 8px 32px rgba(184,134,11,0.4);}\n  .final-cta .tag{background:rgba(255,255,255,0.12); color:var(--gold-light);}\n\n  .site-footer{padding:32px 0 24px; text-align:center; font-size:0.85rem; color:var(--text-muted); border-top:1px solid var(--border-light);}\n  .site-footer a{color:var(--text-secondary); text-decoration:none;}\n  .site-footer a:hover{color:var(--gold);}\n  .site-footer .footer-contact{margin-top:4px; font-size:0.8rem; color:var(--text-muted);}\n\n  @media (max-width:820px){\n    .inside-grid{grid-template-columns:1fr 1fr;}\n    .outcome-grid{grid-template-columns:1fr 1fr;}\n  }\n  @media (max-width:768px){\n    .hero{padding:40px 0 32px;}\n    .who-grid{grid-template-columns:1fr;}\n    .price-block{padding:32px 24px;}\n    .price-block .big-price{font-size:2.4rem;}\n    .final-cta{padding:40px 24px;}\n    .final-cta .btn{width:100%;}\n    .site-header .header-cta{font-size:0.75rem; padding:6px 16px;}\n    .faq-section{padding:32px 20px;}\n  }\n  @media (max-width:550px){\n    .inside-grid{grid-template-columns:1fr;}\n    .outcome-grid{grid-template-columns:1fr;}\n    .hero-badges{flex-direction:column; align-items:center;}\n  }\n\u003c\/style\u003e\n\n\n\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=\"#price\" class=\"header-cta\"\u003eGet the Book\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/header\u003e\n\n\u003csection class=\"hero\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cspan class=\"tag\"\u003eUnforgettable\u003c\/span\u003e\n    \u003ch1\u003e\n      You Are Not Invisible Because You Are Not Good Enough.\u003cbr\u003e\n      You Are Invisible Because Nobody Taught You How to \u003cspan class=\"highlight\"\u003eBe Remembered\u003c\/span\u003e.\n    \u003c\/h1\u003e\n    \u003cp class=\"subhead\"\u003e\n      A complete, ten-chapter system built from real client work and years of watching what actually turns a stranger into someone who trusts you enough to pay you.\n    \u003c\/p\u003e\n    \u003ca href=\"#price\" class=\"btn\"\u003eGet Unforgettable — $49\u003c\/a\u003e\n    \u003cdiv class=\"sub-label\"\u003eInstant digital download • 10 chapters • Exercises • 30-day plan\u003c\/div\u003e\n    \u003cdiv class=\"hero-badges\"\u003e\n      \u003cspan\u003e\u003cspan class=\"icon\"\u003e\u003csvg width=\"16\" height=\"16\" 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\u003c\/span\u003e10 chapters\u003c\/span\u003e\n      \u003cspan\u003e\u003cspan class=\"icon\"\u003e\u003csvg width=\"16\" height=\"16\" 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\u003c\/span\u003eHands-on exercises\u003c\/span\u003e\n      \u003cspan\u003e\u003cspan class=\"icon\"\u003e\u003csvg width=\"16\" height=\"16\" 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\u003c\/span\u003e4 stories only you can tell\u003c\/span\u003e\n      \u003cspan\u003e\u003cspan class=\"icon\"\u003e\u003csvg width=\"16\" height=\"16\" 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\u003c\/span\u003e30-day action plan\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"pain-section\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cspan class=\"tag\"\u003eThe real reason your content is not converting\u003c\/span\u003e\n    \u003cdiv class=\"big-claim\"\u003e\n      Visibility and trust are not the \u003cspan class=\"gold\"\u003esame currency\u003c\/span\u003e.\n    \u003c\/div\u003e\n    \u003cp class=\"description\"\u003e\n      You can be seen by thousands of people and still be a stranger to every single one of them.\n      \u003cbr\u003e\u003cbr\u003e\n      People do not buy from the most qualified option. They buy from the person they \u003cstrong\u003etrust\u003c\/strong\u003e the most, out of the options they happen to know about. That is it. That is the whole game. And most founders are playing a completely different one, chasing likes and reach while the businesses actually winning are quietly building something much harder to fake: \u003cstrong\u003ememory\u003c\/strong\u003e.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"turn-section\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003ch2 class=\"heading-serif\"\u003eMeet Unforgettable\u003c\/h2\u003e\n    \u003cdiv class=\"rule\"\u003e\u003c\/div\u003e\n    \u003cp\u003eThis is not another content calendar template or a list of hooks to copy and paste. It is a complete, ten-chapter system built from real client work, real frameworks, and years of watching what actually turns a stranger into someone who trusts you enough to pay you.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"what-inside\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"section-label\"\u003e\n      \u003cspan class=\"tag\"\u003eInside you will find\u003c\/span\u003e\n      \u003ch2 class=\"heading-serif\"\u003eThe exact system we use with our own paying clients\u003c\/h2\u003e\n      \u003cp\u003eLaid out in full, with nothing held back for a future upsell.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"inside-grid\"\u003e\n      \u003cdiv class=\"inside-item\"\u003e\n        \u003cspan class=\"icon\"\u003e\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=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/span\u003e\n        \u003ch4\u003eWhy some people are impossible to forget\u003c\/h4\u003e\n        \u003cp\u003eThe human brain forgets almost everyone it meets, and the four specific ingredients that make some people stick.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"inside-item\"\u003e\n        \u003cspan class=\"icon\"\u003e\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=\"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\u003c\/span\u003e\n        \u003ch4\u003eThe four stories only you can tell\u003c\/h4\u003e\n        \u003cp\u003eStories no competitor can copy no matter how closely they study you.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"inside-item\"\u003e\n        \u003cspan class=\"icon\"\u003e\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\u003c\/span\u003e\n        \u003ch4\u003eA positioning statement so specific\u003c\/h4\u003e\n        \u003cp\u003eComparison to everyone else in your category stops mattering.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"inside-item\"\u003e\n        \u003cspan class=\"icon\"\u003e\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=\"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\u003c\/span\u003e\n        \u003ch4\u003eA content engine that compounds\u003c\/h4\u003e\n        \u003cp\u003eOne that resets to zero every single morning instead of building on itself.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"inside-item\"\u003e\n        \u003cspan class=\"icon\"\u003e\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\u003c\/span\u003e\n        \u003ch4\u003eHow to turn connection into clients\u003c\/h4\u003e\n        \u003cp\u003eWithout ever feeling like a pushy salesperson.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"text-align:center; margin-top:28px; color:var(--text-secondary); font-size:0.95rem;\"\u003e\n      Every single chapter ends with real, hands-on exercises and a self-assessment scorecard. Reading about a better brand does not build one. Working through it does.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"outcomes-section\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cspan class=\"tag\"\u003eBy the time you finish\u003c\/span\u003e\n    \u003ch2 class=\"heading-serif\"\u003eYou will have a complete working system\u003c\/h2\u003e\n    \u003cp class=\"sub\"\u003eNot vague inspiration. Real deliverables you can use tomorrow.\u003c\/p\u003e\n    \u003cdiv class=\"outcome-grid\"\u003e\n      \u003cdiv class=\"outcome-item\"\u003e\n        \u003cspan class=\"icon\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\n        A written positioning statement\n      \u003c\/div\u003e\n      \u003cdiv class=\"outcome-item\"\u003e\n        \u003cspan class=\"icon\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\n        Four core stories ready to use\n      \u003c\/div\u003e\n      \u003cdiv class=\"outcome-item\"\u003e\n        \u003cspan class=\"icon\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\n        Five content pillars\n      \u003c\/div\u003e\n      \u003cdiv class=\"outcome-item\"\u003e\n        \u003cspan class=\"icon\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\n        A full platform plan\n      \u003c\/div\u003e\n      \u003cdiv class=\"outcome-item\"\u003e\n        \u003cspan class=\"icon\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\n        An offer ladder\n      \u003c\/div\u003e\n      \u003cdiv class=\"outcome-item\"\u003e\n        \u003cspan class=\"icon\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\n        A 30-day action plan\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"who-section\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cspan class=\"tag\"\u003eWho this is actually for\u003c\/span\u003e\n    \u003ch2 class=\"heading-serif\"\u003eFounders, entrepreneurs, and solopreneurs\u003c\/h2\u003e\n    \u003cp class=\"sub\"\u003eGood at what you do. Tired of being invisible where it counts.\u003c\/p\u003e\n    \u003cdiv class=\"who-grid\"\u003e\n      \u003cdiv class=\"who-card\"\u003e\n        \u003ch4\u003e\n\u003cspan style=\"color:var(--gold);\"\u003e✓\u003c\/span\u003e This is for you if:\u003c\/h4\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e Your content gets nice comments and zero bookings\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e You keep losing deals to cheaper, less experienced competitors\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e You have done everything the marketing gurus said to do and still feel like a well-kept secret\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"who-card not-for\"\u003e\n        \u003ch4\u003e\n\u003cspan style=\"color:#b91c1c;\"\u003e✕\u003c\/span\u003e This isn't for you if:\u003c\/h4\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#b91c1c\" stroke-width=\"2.5\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/span\u003e You are looking for a shortcut\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#b91c1c\" stroke-width=\"2.5\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/span\u003e You want a quick fix rather than a durable system\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#b91c1c\" stroke-width=\"2.5\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/span\u003e You are not willing to do the work\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\u003csection class=\"price-section\" id=\"price\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cspan class=\"tag\"\u003eGet instant access\u003c\/span\u003e\n    \u003ch2 class=\"heading-serif\"\u003eOne payment. Yours for good.\u003c\/h2\u003e\n    \u003cdiv class=\"price-block\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"was\"\u003e$97\u003c\/span\u003e\n        \u003cspan class=\"big-price\"\u003e$49\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"price-label\"\u003eONE-TIME PAYMENT • INSTANT DOWNLOAD\u003c\/div\u003e\n      \u003cdiv class=\"includes\"\u003e\n        \u003cdiv\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold-light)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e The complete Unforgettable (PDF)\u003c\/div\u003e\n        \u003cdiv\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold-light)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e 10 chapters with hands-on exercises\u003c\/div\u003e\n        \u003cdiv\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold-light)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e Self-assessment scorecards after every chapter\u003c\/div\u003e\n        \u003cdiv\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold-light)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e A complete 30-day action plan\u003c\/div\u003e\n        \u003cdiv\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold-light)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e The four stories only you can tell\u003c\/div\u003e\n        \u003cdiv\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold-light)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e Designed to be returned to for years\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003ca href=\"#\" class=\"btn\"\u003eGet Unforgettable — $49\u003c\/a\u003e\n      \u003cdiv style=\"font-size:0.75rem; color:#8b8577; margin-top:12px;\"\u003eLess than a single hour with most consultants. One client pays for it many times over.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"container\"\u003e\n  \u003cdiv class=\"faq-section\"\u003e\n    \u003ch2 class=\"heading-serif\"\u003eFrequently asked\u003c\/h2\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003ch4\u003eHow is this different from other personal branding books?\u003c\/h4\u003e\n      \u003cp\u003eMost personal branding books give you inspiration and vague advice. This gives you a complete system with exercises built into every chapter, so you finish with a working plan for your actual business, not just a head full of ideas.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003ch4\u003eI am not a natural storyteller. Will this still work for me?\u003c\/h4\u003e\n      \u003cp\u003eYes. The frameworks do the heavy lifting. You are not trying to write like a novelist. You are answering honest questions about your own business, using a structure that has been tested with dozens of founders.\u003c\/p\u003e\n    \u003c\/div\u003e\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 30-day roadmap, but it is designed to bend around your schedule. Some founders move through it in a focused week. 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    \u003cdiv class=\"faq-item\"\u003e\n      \u003ch4\u003eWhat if I already have some of this figured out?\u003c\/h4\u003e\n      \u003cp\u003eMost founders we work with have pieces in place. The self-assessments inside will show you exactly which pieces are solid and which are quietly costing you the most, so you are not starting from scratch, you are sharpening what is already there.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"container\"\u003e\n  \u003cdiv class=\"final-cta\"\u003e\n    \u003cspan class=\"tag\"\u003eGo build something people remember\u003c\/span\u003e\n    \u003ch2\u003eYou already know how this ends if nothing changes.\u003c\/h2\u003e\n    \u003cp class=\"sub\"\u003eSame content. Same modest engagement. Same feeling that you are working just as hard as more visible competitors while watching a fraction of their results.\u003c\/p\u003e\n    \u003ca href=\"#\" class=\"btn\"\u003eGet Unforgettable — $49\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cfooter class=\"site-footer\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cp\u003e\u003ca href=\"#\"\u003eCrafted By Words\u003c\/a\u003e • Personal Branding, Marketing \u0026amp; Sales Agency\u003c\/p\u003e\n    \u003cp class=\"footer-contact\"\u003ecraftedbywords.in • work@craftedbywords.in\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/footer\u003e\n\n\u003cscript\u003e\n  (function() {\n    'use strict';\n    const ctaLinks = document.querySelectorAll('a[href=\"#price\"]');\n    ctaLinks.forEach(link =\u003e {\n      link.addEventListener('click', function(e) {\n        e.preventDefault();\n        const target = document.querySelector('#price');\n        if (target) target.scrollIntoView({ behavior: 'smooth', block: 'start' });\n      });\n    });\n    const cards = document.querySelectorAll('.inside-item, .outcome-item, .who-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.12, rootMargin: '0px 0px -40px 0px' });\n      cards.forEach((card, i) =\u003e {\n        card.style.opacity = '0';\n        card.style.transform = 'translateY(15px)';\n        card.style.transition = `opacity 0.5s ease ${i*0.04}s, transform 0.5s ease ${i*0.04}s`;\n        observer.observe(card);\n      });\n    } else {\n      cards.forEach(c =\u003e { c.style.opacity = '1'; c.style.transform = 'translateY(0)'; });\n    }\n  })();\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"Crafted By Words' Digital Store.","offers":[{"title":"Default Title","offer_id":52035862724896,"sku":null,"price":49.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/4765\/6992\/files\/Cover_38ba995f-3618-47de-80f3-e69bc55bd925.jpg?v=1784977606"},{"product_id":"digital-product-11","title":"The Feeling Advantage: The Founder's Playbook for Emotional Marketing That Builds Trust.","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 Feeling Advantage - 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: 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        \/* ----- 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-claim {\n            font-size: clamp(1.4rem, 2.8vw, 2.2rem);\n            font-weight: 700;\n            margin-bottom: 16px;\n        }\n\n        .pain-section .big-claim .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        \/* ----- INTRO SECTION ----- *\/\n        .intro-section {\n            text-align: center;\n            padding: 24px 0 48px;\n        }\n\n        .intro-section h2 {\n            font-size: clamp(1.8rem, 4vw, 2.8rem);\n            margin-bottom: 12px;\n        }\n\n        .intro-section .lede {\n            font-size: 1.05rem;\n            color: var(--text-secondary);\n            max-width: 720px;\n            margin: 0 auto 28px;\n            line-height: 1.8;\n        }\n\n        .intro-section .lede em {\n            font-style: italic;\n            color: var(--text-primary);\n        }\n\n        \/* ----- FEATURES SECTION ----- *\/\n        .features-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        .features-section .section-label {\n            text-align: center;\n            margin-bottom: 40px;\n        }\n\n        .features-section .section-label h2 {\n            font-size: clamp(1.8rem, 3.6vw, 2.6rem);\n        }\n\n        .features-section .section-label p {\n            color: var(--text-secondary);\n            margin-top: 6px;\n        }\n\n        .feature-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 24px;\n        }\n\n        .feature-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        .feature-card:hover {\n            border-color: var(--gold);\n            box-shadow: var(--shadow-hover);\n            transform: translateY(-4px);\n        }\n\n        .feature-card .icon {\n            display: flex;\n            align-items: center;\n            margin-bottom: 8px;\n        }\n\n        .feature-card h3 {\n            font-size: 1.05rem;\n            font-weight: 700;\n            margin-bottom: 4px;\n        }\n\n        .feature-card p {\n            font-size: 0.92rem;\n            color: var(--text-secondary);\n            line-height: 1.6;\n            margin: 0;\n        }\n\n        \/* ----- WHO FOR SECTION ----- *\/\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(280px, 1fr));\n            gap: 16px;\n            max-width: 800px;\n            margin: 0 auto;\n            text-align: left;\n        }\n\n        .who-item {\n            background: #fff;\n            border-radius: var(--radius-sm);\n            padding: 18px 20px;\n            border: 1px solid var(--border-light);\n            display: flex;\n            gap: 10px;\n            align-items: flex-start;\n            font-size: 0.95rem;\n            color: var(--text-secondary);\n            line-height: 1.5;\n        }\n\n        .who-item .icon {\n            display: flex;\n            align-items: center;\n            flex-shrink: 0;\n            margin-top: 2px;\n        }\n\n        .who-item strong {\n            color: var(--text-primary);\n        }\n\n        \/* ----- TRUST SECTION ----- *\/\n        .trust-section {\n            padding: 48px 0 56px;\n            background: #fff;\n            border-radius: var(--radius);\n            box-shadow: var(--shadow-card);\n            margin-bottom: 56px;\n        }\n\n        .trust-section .container {\n            text-align: center;\n            max-width: 780px;\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            line-height: 1.8;\n        }\n\n        .trust-section .description strong {\n            color: var(--text-primary);\n        }\n\n        .trust-section .tests {\n            display: flex;\n            justify-content: center;\n            gap: 20px;\n            margin-top: 24px;\n            flex-wrap: wrap;\n        }\n\n        .trust-section .tests span {\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            font-size: 0.9rem;\n            color: var(--text-secondary);\n            background: var(--bg);\n            padding: 8px 20px;\n            border-radius: 100px;\n            border: 1px solid var(--border-light);\n            font-weight: 500;\n        }\n\n        .trust-section .tests .icon {\n            display: flex;\n            align-items: center;\n        }\n\n        .trust-section .closing {\n            margin-top: 24px;\n            font-size: 1rem;\n            color: var(--text-secondary);\n            line-height: 1.7;\n        }\n\n        \/* ----- COST SECTION ----- *\/\n        .cost-section {\n            padding: 32px 0 56px;\n            text-align: center;\n        }\n\n        .cost-section h2 {\n            font-size: clamp(1.6rem, 3.2vw, 2.4rem);\n            margin-bottom: 12px;\n        }\n\n        .cost-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        .cost-section .description strong {\n            color: var(--text-primary);\n        }\n\n        .cost-section .highlight-box {\n            background: var(--gold-pale);\n            border: 1px solid var(--border-light);\n            border-radius: var(--radius-sm);\n            padding: 20px 28px;\n            margin: 24px auto 0;\n            max-width: 600px;\n        }\n\n        .cost-section .highlight-box p {\n            font-size: 1.05rem;\n            color: var(--text-secondary);\n            margin: 0;\n            line-height: 1.7;\n        }\n\n        .cost-section .highlight-box strong {\n            color: var(--text-primary);\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        \/* ----- P.S. SECTION ----- *\/\n        .ps-section {\n            padding: 32px 0 56px;\n        }\n\n        .ps-section .container {\n            max-width: 720px;\n        }\n\n        .ps-section .ps-box {\n            background: var(--bg);\n            border: 1px solid var(--border-light);\n            border-radius: var(--radius);\n            padding: 28px 32px;\n            border-left: 3px solid var(--gold);\n        }\n\n        .ps-section .ps-box .ps-label {\n            font-size: 0.7rem;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 0.12em;\n            color: var(--gold);\n            margin-bottom: 6px;\n        }\n\n        .ps-section .ps-box p {\n            font-size: 1rem;\n            color: var(--text-secondary);\n            line-height: 1.7;\n            margin: 0;\n        }\n\n        .ps-section .ps-box strong {\n            color: var(--text-primary);\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: 4px;\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            .features-section {\n                padding: 32px 0 40px;\n            }\n\n            .feature-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .who-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            .trust-section .tests {\n                flex-direction: column;\n                align-items: center;\n                gap: 12px;\n            }\n\n            .ps-section .ps-box {\n                padding: 20px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .hero-badges {\n                flex-direction: column;\n                align-items: center;\n            }\n\n            .cost-section .highlight-box {\n                padding: 16px 20px;\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 Feeling Advantage\u003c\/span\u003e\n            \u003ch1\u003e\n                You Didn't Start Your Business to\u003cbr\u003e\n                Watch People \u003cspan class=\"highlight\"\u003eScroll Past It\u003c\/span\u003e\n            \u003c\/h1\u003e\n            \u003cp class=\"subhead\"\u003e\n                You have a good product. A solid offer. A genuine desire to help people.\n                \u003cbr\u003e\n                And you're still watching potential customers land on your page, scroll for a few seconds, and leave without a word.\n                \u003cbr\u003e\u003cbr\u003e\n                \u003cstrong\u003eThat's not a marketing problem. It's an emotional one.\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                    Emotional Marketing System\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                    10 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 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                    Try This Exercises\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                    Self-Assessments\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 uncomfortable truth\u003c\/span\u003e\n            \u003cdiv class=\"big-claim\"\u003e\n                People Don't Buy With Logic.\u003cbr\u003e\n                They Buy With \u003cspan class=\"gold\"\u003eFeeling\u003c\/span\u003e, Then Explain It With Logic.\n            \u003c\/div\u003e\n            \u003cp class=\"description\"\u003e\n                Think about the last purchase you made that actually excited you. Somewhere in that decision, you stopped comparing options and just \u003cstrong\u003edecided\u003c\/strong\u003e. That moment wasn't triggered by the sixth bullet point on a features list. It was triggered by a feeling: relief, excitement, trust, hope.\n                \u003cbr\u003e\u003cbr\u003e\n                Your customers are no different. And right now, if your marketing leads with what you do instead of what your customer feels, you are losing deals to competitors who are, on paper, less qualified than you.\n                \u003cbr\u003e\u003cbr\u003e\n                \u003cstrong\u003eThe Feeling Advantage\u003c\/strong\u003e is the playbook that fixes this, without asking you to manipulate, exaggerate, or manufacture fake urgency.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ===== INTRO ===== --\u003e\n    \u003csection class=\"intro-section\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cspan class=\"tag\"\u003eIntroducing\u003c\/span\u003e\n            \u003ch2 class=\"heading-serif\"\u003eThe Feeling Advantage\u003c\/h2\u003e\n            \u003cp class=\"lede\"\u003e\n                \u003cem\u003eAn Emotional Marketing Playbook for Founders, Entrepreneurs, and Small Business Owners\u003c\/em\u003e\n                \u003cbr\u003e\u003cbr\u003e\n                This isn't another book about marketing hacks. It's a clear, honest, non-manipulative system for understanding why people actually buy, and building that understanding into everything you say and show to the world.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ===== FEATURES ===== --\u003e\n    \u003csection class=\"features-section\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"section-label\"\u003e\n                \u003cspan class=\"tag\"\u003eInside you'll learn\u003c\/span\u003e\n                \u003ch2 class=\"heading-serif\"\u003eHow to build marketing that actually lands\u003c\/h2\u003e\n                \u003cp\u003eTen chapters. Real frameworks. A \"Try This\" exercise and self-assessment in every chapter.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"feature-grid\"\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    \u003ch3\u003eIdentify core emotions\u003c\/h3\u003e\n                    \u003cp\u003eFind the one or two emotions that actually drive your best customers to buy, instead of guessing or trying to hit all eight at once.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"28\" height=\"28\" 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                    \u003ch3\u003eEmotional Empathy Map\u003c\/h3\u003e\n                    \u003cp\u003eBuild a marketing foundation grounded in what your audience actually feels, not a generic buyer persona.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"1.5\" 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                    \u003ch3\u003eHeadlines and copy that connect\u003c\/h3\u003e\n                    \u003cp\u003eWrite copy that opens with the exact sentence your reader is already thinking, before you say a word about your offer.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"28\" height=\"28\" 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\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    \u003ch3\u003eFounder story framework\u003c\/h3\u003e\n                    \u003cp\u003eTurn your founder story into a trust-building asset using a simple four-part framework, without sounding like a movie trailer.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"28\" height=\"28\" 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                    \u003ch3\u003eApply across every channel\u003c\/h3\u003e\n                    \u003cp\u003eReinforce the same honest emotional promise across your website, email, social, and sales calls.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"1.5\" 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                    \u003ch3\u003eConnection vs. manipulation\u003c\/h3\u003e\n                    \u003cp\u003eDraw a clear, permanent line between the two, so your marketing builds a business that lasts, not one that quietly leaks trust.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cp style=\"text-align:center; margin-top:32px; color:var(--text-secondary); font-size:0.95rem;\"\u003e\n                By the end, you won't just have read a book. You'll have a rebuilt homepage headline, a written founder story, a brand voice guide, an emotional empathy map, and a working system to keep applying all of it.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ===== WHO FOR ===== --\u003e\n    \u003csection class=\"who-section\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cspan class=\"tag\"\u003eThis book is for you if\u003c\/span\u003e\n            \u003ch2 class=\"heading-serif\"\u003eYou're ready to build something people remember\u003c\/h2\u003e\n            \u003cp class=\"sub\"\u003eNot just something people see.\u003c\/p\u003e\n            \u003cdiv class=\"who-grid\"\u003e\n                \u003cdiv class=\"who-item\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"18\" height=\"18\" 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                    \u003cspan\u003eYou're a founder, coach, consultant, or small business owner who wears ten hats and needs ideas you can use \u003cstrong\u003ethis week\u003c\/strong\u003e\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"who-item\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"18\" height=\"18\" 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                    \u003cspan\u003eYou know your product is good, but your marketing still isn't landing the way it should\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"who-item\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"18\" height=\"18\" 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                    \u003cspan\u003eYou're tired of marketing tips that boil down to fake urgency and countdown timers that reset\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"who-item\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"18\" height=\"18\" 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                    \u003cspan\u003eYou want to build something people \u003cstrong\u003eremember\u003c\/strong\u003e, not just something people \u003cstrong\u003esee\u003c\/strong\u003e\u003c\/span\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\"\u003eWhy trust this playbook\u003c\/span\u003e\n            \u003ch2 class=\"heading-serif\"\u003eBuilt by the team at Crafted By Words\u003c\/h2\u003e\n            \u003cp class=\"description\"\u003e\n                \u003cstrong\u003eThe Feeling Advantage\u003c\/strong\u003e was written by Crafted By Words, a personal branding, marketing, and sales agency built specifically for founders and small businesses who want their marketing to sound and feel like \u003cstrong\u003ethem\u003c\/strong\u003e, not a borrowed template.\n                \u003cbr\u003e\u003cbr\u003e\n                Every framework in this book is built on the same three tests we hold our own agency work to:\n            \u003c\/p\u003e\n            \u003cdiv class=\"tests\"\u003e\n                \u003cspan\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2\" 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                    Truthfulness\n                \u003c\/span\u003e\n                \u003cspan\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2\" 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                    Direction\n                \u003c\/span\u003e\n                \u003cspan\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2\" 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                    Aftermath\n                \u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"closing\"\u003e\n                We'd rather help you build something smaller and honest than something impressive and hollow, because that's what actually compounds into a business people trust.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ===== COST ===== --\u003e\n    \u003csection class=\"cost-section\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cspan class=\"tag\"\u003eWhat happens if you don't fix this\u003c\/span\u003e\n            \u003ch2 class=\"heading-serif\"\u003eNothing dramatic. That's the problem.\u003c\/h2\u003e\n            \u003cp class=\"description\"\u003e\n                You'll keep posting. Keep polishing your offer. Keep tweaking your pricing. And you'll keep watching visitors leave without buying, not because they didn't need what you offer, but because your marketing never made them \u003cstrong\u003efeel\u003c\/strong\u003e understood long enough to stick around and find out.\n                \u003cbr\u003e\u003cbr\u003e\n                Every month you wait is a month a competitor with a weaker offer, but a stronger emotional connection, earns the customer who should have been yours.\n            \u003c\/p\u003e\n            \u003cdiv class=\"highlight-box\"\u003e\n                \u003cp\u003e\n                    \u003cstrong\u003eOne customer who almost bought from you, and didn't, likely cost you more than $39.\u003c\/strong\u003e This book exists so that stops being a pattern.\n                \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 Feeling Advantage\u003c\/span\u003e\n            \u003ch2\u003eGo build something people feel.\u003c\/h2\u003e\n            \u003cp class=\"sub\"\u003e\n                Ten chapters. Real frameworks. A \"Try This\" exercise and self-assessment in every chapter.\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 Feeling Advantage\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\"\u003eOne-time payment. Instant download. Yours to keep, mark up, and return to for every campaign that follows.\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                Built from real client work • Honest marketing • No manipulation\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ===== P.S. ===== --\u003e\n    \u003csection class=\"ps-section\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"ps-box\"\u003e\n                \u003cdiv class=\"ps-label\"\u003eP.S.\u003c\/div\u003e\n                \u003cp\u003e\n                    If you only do one thing from this book, do the empathy map exercise in Chapter 4. It's the exercise our own clients tell us unlocked the most, because \u003cstrong\u003eeverything else in the book builds on it.\u003c\/strong\u003e\n                \u003c\/p\u003e\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                \u003ca href=\"#\"\u003eCrafted By Words\u003c\/a\u003e •\n                Personal Branding, Marketing \u0026amp; Sales Agency\n            \u003c\/p\u003e\n            \u003cp class=\"footer-contact\"\u003ecraftedbywords.in • work@craftedbywords.in\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 feature cards on scroll\n            const cards = document.querySelectorAll('.feature-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            \/\/ Who items entrance\n            const whoItems = document.querySelectorAll('.who-item');\n            if (whoItems.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                whoItems.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.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":52035999629600,"sku":null,"price":39.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/4765\/6992\/files\/TheFeelingAdvantage-Cover.jpg?v=1784985149"},{"product_id":"digital-product-12","title":"The Messaging Framework: A Founder's Guide to Being Impossible to Ignore.","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 CLEAR Messaging Framework - 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.2rem, 6vw, 3.8rem);\n            line-height: 1.08;\n            margin-bottom: 16px;\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: 720px;\n            margin: 0 auto 24px;\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 .sub-label {\n            font-size: 0.8rem;\n            color: var(--text-muted);\n            margin-top: 4px;\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-claim {\n            font-size: clamp(1.4rem, 2.8vw, 2.2rem);\n            font-weight: 700;\n            margin-bottom: 16px;\n        }\n\n        .pain-section .big-claim .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        \/* ----- DIAGNOSIS SECTION ----- *\/\n        .diagnosis-section {\n            padding: 32px 0 56px;\n        }\n\n        .diagnosis-section .container {\n            text-align: center;\n        }\n\n        .diagnosis-section h2 {\n            font-size: clamp(1.6rem, 3vw, 2.2rem);\n            margin-bottom: 8px;\n        }\n\n        .diagnosis-section .sub {\n            color: var(--text-secondary);\n            margin-bottom: 32px;\n        }\n\n        .diagnosis-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 16px;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        .diagnosis-item {\n            background: #fff;\n            border-radius: var(--radius-sm);\n            padding: 20px 20px;\n            border: 1px solid var(--border-light);\n            text-align: left;\n            display: flex;\n            gap: 12px;\n            align-items: flex-start;\n        }\n\n        .diagnosis-item .icon {\n            display: flex;\n            align-items: center;\n            flex-shrink: 0;\n            margin-top: 2px;\n        }\n\n        .diagnosis-item .quote {\n            font-style: italic;\n            color: var(--text-primary);\n            font-weight: 500;\n            font-size: 0.95rem;\n            margin-bottom: 4px;\n        }\n\n        .diagnosis-item p {\n            font-size: 0.9rem;\n            color: var(--text-secondary);\n            line-height: 1.6;\n            margin: 0;\n        }\n\n        \/* ----- WHAT'S INSIDE (FRAMEWORK) ----- *\/\n        .framework-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        .framework-section .section-label {\n            text-align: center;\n            margin-bottom: 40px;\n        }\n\n        .framework-section .section-label h2 {\n            font-size: clamp(1.8rem, 3.6vw, 2.6rem);\n        }\n\n        .framework-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(260px, 1fr));\n            gap: 20px;\n        }\n\n        .framework-card {\n            background: var(--bg);\n            border-radius: var(--radius-sm);\n            padding: 24px 22px;\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 .letter {\n            font-family: 'Playfair Display', Georgia, serif;\n            font-size: 2.4rem;\n            font-weight: 700;\n            color: var(--gold);\n            line-height: 1;\n            margin-bottom: 4px;\n        }\n\n        .framework-card h3 {\n            font-size: 1.1rem;\n            font-weight: 700;\n            margin-bottom: 4px;\n        }\n\n        .framework-card .sub-label {\n            font-size: 0.7rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.08em;\n            color: var(--gold);\n            margin-bottom: 4px;\n        }\n\n        .framework-card p {\n            font-size: 0.92rem;\n            color: var(--text-secondary);\n            line-height: 1.6;\n            margin: 0;\n        }\n\n        \/* ----- BOOK DETAILS ----- *\/\n        .book-details {\n            padding: 24px 0 48px;\n            text-align: center;\n        }\n\n        .book-details .stats {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 20px 40px;\n            margin-top: 16px;\n        }\n\n        .book-details .stats span {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            font-size: 0.95rem;\n            color: var(--text-secondary);\n        }\n\n        .book-details .stats .icon {\n            display: flex;\n            align-items: center;\n        }\n\n        .book-details .workbook-note {\n            margin-top: 20px;\n            padding: 16px 24px;\n            background: var(--gold-pale);\n            border-radius: var(--radius-sm);\n            border: 1px solid var(--border-light);\n            max-width: 600px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .book-details .workbook-note p {\n            font-size: 0.95rem;\n            color: var(--text-secondary);\n            margin: 0;\n            line-height: 1.6;\n        }\n\n        .book-details .workbook-note strong {\n            color: var(--text-primary);\n        }\n\n        \/* ----- TESTIMONIALS ----- *\/\n        .testimonials-section {\n            padding: 48px 0 56px;\n            background: #fff;\n            border-radius: var(--radius);\n            box-shadow: var(--shadow-card);\n            margin-bottom: 56px;\n        }\n\n        .testimonials-section .container {\n            text-align: center;\n        }\n\n        .testimonials-section h2 {\n            font-size: clamp(1.6rem, 3.2vw, 2.4rem);\n            margin-bottom: 8px;\n        }\n\n        .testimonials-section .sub {\n            color: var(--text-secondary);\n            margin-bottom: 32px;\n        }\n\n        .testimonial-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 20px;\n            max-width: 860px;\n            margin: 0 auto;\n            text-align: left;\n        }\n\n        .testimonial-item {\n            background: var(--bg);\n            border-radius: var(--radius-sm);\n            padding: 24px 24px;\n            border: 1px solid var(--border-light);\n        }\n\n        .testimonial-item .quote-mark {\n            font-family: 'Playfair Display', Georgia, serif;\n            font-size: 2rem;\n            color: var(--gold-pale);\n            line-height: 1;\n            margin-bottom: 4px;\n        }\n\n        .testimonial-item blockquote {\n            font-size: 0.95rem;\n            color: var(--text-secondary);\n            line-height: 1.7;\n            margin: 0 0 12px 0;\n            font-style: italic;\n        }\n\n        .testimonial-item .attribution {\n            font-size: 0.85rem;\n            color: var(--text-muted);\n            font-weight: 500;\n        }\n\n        .testimonial-item .attribution strong {\n            color: var(--text-primary);\n            font-weight: 600;\n        }\n\n        .testimonial-item .attribution .role {\n            color: var(--text-muted);\n            font-weight: 400;\n        }\n\n        \/* ----- WHO 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: 800px;\n            margin: 0 auto;\n            text-align: left;\n        }\n\n        .who-item {\n            background: #fff;\n            border-radius: var(--radius-sm);\n            padding: 18px 20px;\n            border: 1px solid var(--border-light);\n            display: flex;\n            gap: 10px;\n            align-items: flex-start;\n            font-size: 0.95rem;\n            color: var(--text-secondary);\n            line-height: 1.5;\n        }\n\n        .who-item .icon {\n            display: flex;\n            align-items: center;\n            flex-shrink: 0;\n            margin-top: 2px;\n        }\n\n        .who-item strong {\n            color: var(--text-primary);\n        }\n\n        \/* ----- PRICING \/ 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 .trust-line {\n            font-size: 0.85rem;\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 .trust-line .icon {\n            display: inline-flex;\n            align-items: center;\n            vertical-align: middle;\n            margin-right: 4px;\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: 4px;\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            .testimonial-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .framework-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .diagnosis-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .who-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            .book-details .stats {\n                flex-direction: column;\n                align-items: center;\n                gap: 10px;\n            }\n\n            .book-details .workbook-note {\n                padding: 14px 18px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .hero-badges {\n                flex-direction: column;\n                align-items: center;\n            }\n\n            .framework-card {\n                padding: 20px 16px;\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 Framework\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 CLEAR Messaging Framework™\u003c\/span\u003e\n            \u003ch1\u003e\n                You Don't Have a Marketing Problem.\u003cbr\u003e\n                You Have a \u003cspan class=\"highlight\"\u003eMessaging\u003c\/span\u003e Problem.\n            \u003c\/h1\u003e\n            \u003cp class=\"subhead\"\u003e\n                And It's Costing You Every Client Who Almost Got It.\n                \u003cbr\u003e\u003cbr\u003e\n                \u003cstrong\u003eThe CLEAR Messaging Framework™\u003c\/strong\u003e, the exact 5-layer system Crafted By Words × Void|X use with paying clients, now in a 190-page, step-by-step playbook you can run on your own business, starting today.\n            \u003c\/p\u003e\n            \u003ca href=\"#cta\" class=\"btn\"\u003eGet The CLEAR Messaging Framework — $39\u003c\/a\u003e\n            \u003cdiv class=\"sub-label\"\u003eInstant digital download • 190 pages • 23 chapters • Full workbook included\u003c\/div\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                    5-Layer CLEAR System\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                    23 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 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                    Exercises + Self-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\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                    Full Workbook Included\n                \u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ===== PAIN \/ GUT-PUNCH ===== --\u003e\n    \u003csection class=\"pain-section\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cspan class=\"tag\"\u003eThe opening gut-punch\u003c\/span\u003e\n            \u003cdiv class=\"big-claim\"\u003e\n                You've watched it happen.\u003cbr\u003e\n                A competitor with a worse product, a smaller team, and a less generous offer walks away with the client you \u003cspan class=\"gold\"\u003eshould have closed\u003c\/span\u003e.\n            \u003c\/div\u003e\n            \u003cp class=\"description\"\u003e\n                Not because they were better. \u003cstrong\u003eBecause they were clearer.\u003c\/strong\u003e\n                \u003cbr\u003e\u003cbr\u003e\n                You can have the best product in your market and still lose to the business that simply says what it does in a way people actually remember. That's not a marketing problem. It's not a \"we need a better tagline\" problem. It's messaging, and it is the single most underpriced lever in your entire business.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ===== DIAGNOSIS ===== --\u003e\n    \u003csection class=\"diagnosis-section\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cspan class=\"tag\"\u003eThe diagnosis\u003c\/span\u003e\n            \u003ch2 class=\"heading-serif\"\u003eIf you've ever caught yourself saying any of these, this book was written for you:\u003c\/h2\u003e\n            \u003cdiv class=\"diagnosis-grid\"\u003e\n                \u003cdiv class=\"diagnosis-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\" 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                    \u003cdiv\u003e\n                        \u003cdiv class=\"quote\"\u003e\"Our marketing just isn't working.\"\u003c\/div\u003e\n                        \u003cp\u003eHere's the uncomfortable truth: that's not a marketing symptom. It's a messaging symptom. And no amount of ad spend fixes a problem that starts with the sentence you say when someone asks what you do.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"diagnosis-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\" 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                    \u003cdiv\u003e\n                        \u003cdiv class=\"quote\"\u003e\"We need more leads.\"\u003c\/div\u003e\n                        \u003cp\u003eMore leads won't help if your message isn't landing. You'll just be doing the wrong thing more often.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"diagnosis-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\" 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                    \u003cdiv\u003e\n                        \u003cdiv class=\"quote\"\u003e\"Nobody seems to understand what we actually do.\"\u003c\/div\u003e\n                        \u003cp\u003eThat's the clearest sign of all. Your messaging is creating confusion, and confusion is the opposite of trust.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cp style=\"max-width:640px; margin:24px auto 0; color:var(--text-secondary); font-size:0.95rem;\"\u003e\n                \u003cstrong\u003eThose aren't marketing symptoms. They're messaging symptoms.\u003c\/strong\u003e And no amount of ad spend, funnel-tweaking, or content consistency fixes a problem that starts with the sentence you say when someone asks what you do.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ===== WHAT'S INSIDE (FRAMEWORK) ===== --\u003e\n    \u003csection class=\"framework-section\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"section-label\"\u003e\n                \u003cspan class=\"tag\"\u003eWhat's inside\u003c\/span\u003e\n                \u003ch2 class=\"heading-serif\"\u003eThe CLEAR Messaging Framework™\u003c\/h2\u003e\n                \u003cp\u003eFive layers, in order, that take you from \"we sound like everyone else\" to impossible to ignore.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"framework-grid\"\u003e\n                \u003cdiv class=\"framework-card\"\u003e\n                    \u003cdiv class=\"letter\"\u003eC\u003c\/div\u003e\n                    \u003cdiv class=\"sub-label\"\u003eClarity\u003c\/div\u003e\n                    \u003ch3\u003eWho you serve, what you solve\u003c\/h3\u003e\n                    \u003cp\u003eSaid in one honest sentence. Before you say anything else, this is what someone needs to understand.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"framework-card\"\u003e\n                    \u003cdiv class=\"letter\"\u003eL\u003c\/div\u003e\n                    \u003cdiv class=\"sub-label\"\u003eLanguage\u003c\/div\u003e\n                    \u003ch3\u003eThe voice that's unmistakably yours\u003c\/h3\u003e\n                    \u003cp\u003eThe generic words you finally get to lose, replaced by a tone and vocabulary that can't be confused with anyone else's.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"framework-card\"\u003e\n                    \u003cdiv class=\"letter\"\u003eE\u003c\/div\u003e\n                    \u003cdiv class=\"sub-label\"\u003eEmotion\u003c\/div\u003e\n                    \u003ch3\u003eThe story and feeling that make your facts worth remembering\u003c\/h3\u003e\n                    \u003cp\u003ePeople forget bullet points. They remember how you made them feel. This layer makes your message stick.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"framework-card\"\u003e\n                    \u003cdiv class=\"letter\"\u003eA\u003c\/div\u003e\n                    \u003cdiv class=\"sub-label\"\u003eAuthority\u003c\/div\u003e\n                    \u003ch3\u003eThe proof that turns a claim into something people actually believe\u003c\/h3\u003e\n                    \u003cp\u003eTestimonials, case studies, and the right evidence, placed where it matters most.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"framework-card\"\u003e\n                    \u003cdiv class=\"letter\"\u003eR\u003c\/div\u003e\n                    \u003cdiv class=\"sub-label\"\u003eRepetition\u003c\/div\u003e\n                    \u003ch3\u003eOne message, said consistently, everywhere your business shows up\u003c\/h3\u003e\n                    \u003cp\u003eConsistency builds memory. Memory builds trust. This layer makes sure your message travels.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cp style=\"text-align:center; margin-top:32px; color:var(--text-secondary); font-size:0.95rem;\"\u003e\n                Across \u003cstrong\u003e23 chapters\u003c\/strong\u003e and \u003cstrong\u003e190 pages\u003c\/strong\u003e, you'll build your Ideal Client Profile, nail your one-sentence value proposition, find your brand voice, craft your founder story, handle objections before they're raised, and assemble it all into a \u003cstrong\u003eMessaging Grid\u003c\/strong\u003e you can run across your website, sales calls, social content, and email, in one coordinated voice.\n            \u003c\/p\u003e\n            \u003cp style=\"text-align:center; margin-top:12px; color:var(--text-secondary); font-size:0.95rem;\"\u003e\n                Every chapter follows the same shape: the teaching, a real-world field note, a hands-on exercise, a self-assessment, and the key takeaways. \u003cstrong\u003eYou're never just reading. You're building.\u003c\/strong\u003e\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ===== BOOK DETAILS \/ WORKBOOK ===== --\u003e\n    \u003csection class=\"book-details\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cspan class=\"tag\"\u003eThe complete system\u003c\/span\u003e\n            \u003ch2 class=\"heading-serif\"\u003eEverything you need, in one place\u003c\/h2\u003e\n            \u003cdiv class=\"stats\"\u003e\n                \u003cspan\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"1.5\" 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                    23 chapters\n                \u003c\/span\u003e\n                \u003cspan\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"1.5\" 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                    190 pages\n                \u003c\/span\u003e\n                \u003cspan\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"18\" height=\"18\" 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\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                    5-layer CLEAR system\n                \u003c\/span\u003e\n                \u003cspan\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"18\" height=\"18\" 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                    Messaging Grid template\n                \u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"workbook-note\"\u003e\n                \u003cp\u003e\n                    \u003cstrong\u003eAnd because we know worksheets get lost in a book:\u003c\/strong\u003e Appendix A hands you the entire workbook in one place. Every exercise from all 23 chapters, ready to print, screenshot, or hand to a teammate without making them read the whole thing first.\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ===== TESTIMONIALS ===== --\u003e\n    \u003csection class=\"testimonials-section\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cspan class=\"tag\"\u003eProof it works\u003c\/span\u003e\n            \u003ch2 class=\"heading-serif\"\u003eWhat clients say\u003c\/h2\u003e\n            \u003cp class=\"sub\"\u003eReal results from real businesses who ran the system.\u003c\/p\u003e\n            \u003cdiv class=\"testimonial-grid\"\u003e\n                \u003cdiv class=\"testimonial-item\"\u003e\n                    \u003cdiv class=\"quote-mark\"\u003e\"\u003c\/div\u003e\n                    \u003cblockquote\u003eWithin a week of using the new homepage line, three past clients told me it finally sounded like me.\u003c\/blockquote\u003e\n                    \u003cdiv class=\"attribution\"\u003e\n                        \u003cstrong\u003eExecutive \u0026amp; Life Coach\u003c\/strong\u003e\n                        \u003cspan class=\"role\"\u003e• Crafted By Words client\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"testimonial-item\"\u003e\n                    \u003cdiv class=\"quote-mark\"\u003e\"\u003c\/div\u003e\n                    \u003cblockquote\u003eOur close rate recovered in a month, without a single new sales technique. We just stopped confusing people.\u003c\/blockquote\u003e\n                    \u003cdiv class=\"attribution\"\u003e\n                        \u003cstrong\u003eB2B Consultant\u003c\/strong\u003e\n                        \u003cspan class=\"role\"\u003e• Void|X client\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"testimonial-item\"\u003e\n                    \u003cdiv class=\"quote-mark\"\u003e\"\u003c\/div\u003e\n                    \u003cblockquote\u003eI used to dread sales calls. Now they feel like consultations, because I finally know exactly who I'm talking to.\u003c\/blockquote\u003e\n                    \u003cdiv class=\"attribution\"\u003e\n                        \u003cstrong\u003eBusiness Coach\u003c\/strong\u003e\n                        \u003cspan class=\"role\"\u003e• Crafted By Words client\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"testimonial-item\"\u003e\n                    \u003cdiv class=\"quote-mark\"\u003e\"\u003c\/div\u003e\n                    \u003cblockquote\u003eThe messaging grid is the single most opened document in our entire business.\u003c\/blockquote\u003e\n                    \u003cdiv class=\"attribution\"\u003e\n                        \u003cstrong\u003eAgency Founder\u003c\/strong\u003e\n                        \u003cspan class=\"role\"\u003e• Void|X client\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- ===== WHO 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\"\u003eFounders, consultants, coaches, agency owners, and solopreneurs\u003c\/h2\u003e\n            \u003cp class=\"sub\"\u003eDone losing to competitors who simply communicate better.\u003c\/p\u003e\n            \u003cdiv class=\"who-grid\"\u003e\n                \u003cdiv class=\"who-item\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"18\" height=\"18\" 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                    \u003cspan\u003eIf your team can't agree on what to say about your own business, \u003cstrong\u003ethis was built for exactly that moment.\u003c\/strong\u003e\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"who-item\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"18\" height=\"18\" 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                    \u003cspan\u003eYou're tired of being compared on price when you know your work is better.\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"who-item\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"18\" height=\"18\" 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                    \u003cspan\u003eYou want to stop explaining your business and start \u003cstrong\u003ebeing understood.\u003c\/strong\u003e\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"who-item\"\u003e\n                    \u003cspan class=\"icon\"\u003e\n                        \u003csvg width=\"18\" height=\"18\" 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                    \u003cspan\u003eYou're ready to run a system that's been \u003cstrong\u003eproven with paying clients\u003c\/strong\u003e, not just theory.\u003c\/span\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\"\u003eGet The CLEAR Messaging Framework\u003c\/span\u003e\n            \u003ch2\u003eStop explaining your business.\u003cbr\u003eStart being understood.\u003c\/h2\u003e\n            \u003cp class=\"sub\"\u003e\n                The ask is small. The payoff compounds.\n                \u003cbr\u003e\n                This book costs less than one hour of a copywriter's time. If it helps you land one sentence about your business more clearly than you could say it before, it's already paid for itself.\n            \u003c\/p\u003e\n            \u003cdiv class=\"price\"\u003e\n                Get the digital edition for just \u003cstrong\u003e$39\u003c\/strong\u003e\n            \u003c\/div\u003e\n            \u003ca href=\"#\" class=\"btn\"\u003e\n                Get Instant Access — $39\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\"\u003eInstant access • 190 pages • 23 chapters • Full workbook included\u003c\/p\u003e\n            \u003cdiv class=\"trust-line\"\u003e\n                \u003cspan class=\"icon\"\u003e\n                    \u003csvg width=\"16\" height=\"16\" 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                Built by Crafted By Words × Void|X • The same messaging system used with paying agency clients • Now packaged so you can run it yourself.\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                \u003ca href=\"#\"\u003eCrafted By Words\u003c\/a\u003e •\n                Personal Branding, Marketing \u0026amp; Sales Agency\n            \u003c\/p\u003e\n            \u003cp class=\"footer-contact\"\u003ecraftedbywords.in • work@craftedbywords.in\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            \/\/ Testimonial items entrance\n            const testimonialItems = document.querySelectorAll('.testimonial-item');\n            if (testimonialItems.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                testimonialItems.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.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":52036222910752,"sku":null,"price":49.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/4765\/6992\/files\/Cover-TheMessagingFramework_2bb4e260-cf7e-452d-9c14-92ba3052b614.jpg?v=1784996748"}],"url":"https:\/\/shop.craftedbywords.in\/collections\/marketing.oembed","provider":"Crafted By Words' Digital Store.","version":"1.0","type":"link"}