{"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","url":"https:\/\/shop.craftedbywords.in\/products\/digital-product-1","provider":"Crafted By Words' Digital Store.","version":"1.0","type":"link"}