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