{"product_id":"digital-product-8","title":"The Objection Playbook: Turn Every \"No,\" \"Not Now,\" and \"We'll Think About It\" Into Your Next Client.","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1\"\u003e\n\u003ctitle\u003eThe Objection Playbook — Crafted By Words\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --bg: #fbf9f6;\n    --bg-card: #ffffff;\n    --text-primary: #1a1a1a;\n    --text-secondary: #4a4a4a;\n    --text-muted: #7a7a7a;\n    --gold: #b8860b;\n    --gold-light: #d4a52a;\n    --gold-pale: #f5ede0;\n    --gold-glow: rgba(184, 134, 11, 0.12);\n    --border-light: #e8e0d6;\n    --shadow-card: 0 12px 40px rgba(0, 0, 0, 0.06);\n    --shadow-hover: 0 20px 56px rgba(0, 0, 0, 0.10);\n    --radius: 18px;\n    --radius-sm: 10px;\n    --transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);\n    --max-width: 1120px;\n  }\n  *{box-sizing:border-box;margin:0;padding:0;}\n  body{\n    margin:0; background:var(--bg); color:var(--text-primary);\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n    line-height:1.6; font-size:17px;\n    -webkit-font-smoothing: antialiased;\n  }\n  h1,h2,h3,h4{\n    font-family: 'Playfair Display', Georgia, serif;\n    font-weight:700; line-height:1.2; margin:0 0 16px 0;\n    color:var(--text-primary);\n  }\n  .container{max-width:var(--max-width); margin:0 auto; padding:0 24px;}\n  .tag{\n    display:inline-block; font-size:0.7rem; font-weight:600; text-transform:uppercase;\n    letter-spacing:0.12em; color:var(--gold); background:var(--gold-pale);\n    padding:6px 18px; border-radius:100px; margin-bottom:16px;\n  }\n  .btn{\n    display:inline-flex; align-items:center; justify-content:center; gap:10px;\n    font-family:'Inter',sans-serif; font-weight:600; font-size:1rem;\n    padding:16px 40px; border-radius:60px; border:none; cursor:pointer;\n    transition:var(--transition); text-decoration:none;\n    background:var(--gold); color:#fff;\n    box-shadow:0 4px 16px var(--gold-glow);\n  }\n  .btn:hover{background:#a0740a; transform:translateY(-2px); box-shadow:0 8px 28px rgba(184,134,11,0.25);}\n  .btn .icon-right{display:inline-flex; align-items:center; margin-left:4px;}\n\n  .site-header{padding:20px 0; border-bottom:1px solid var(--border-light); background:rgba(251,249,246,0.85); backdrop-filter:blur(8px); position:sticky; top:0; z-index:100;}\n  .site-header .container{display:flex; align-items:center; justify-content:space-between;}\n  .logo{font-family:'Playfair Display',Georgia,serif; font-weight:700; font-size:1.3rem; letter-spacing:-0.02em; color:var(--text-primary); text-decoration:none;}\n  .logo span{color:var(--gold);}\n  .header-cta{font-size:0.85rem; font-weight:600; color:var(--gold); text-decoration:none; border:2px solid var(--gold-pale); padding:8px 22px; border-radius:60px; transition:var(--transition);}\n  .header-cta:hover{background:var(--gold-pale); border-color:var(--gold);}\n\n  .hero{padding:64px 0 48px; text-align:center; background:linear-gradient(180deg, #fbf9f6 0%, #ffffff 100%);}\n  .hero h1{font-size:clamp(2.4rem,7vw,4.2rem); line-height:1.08; margin-bottom:12px; max-width:860px; margin-left:auto; margin-right:auto;}\n  .hero h1 .highlight{color:var(--gold); position:relative;}\n  .hero h1 .highlight::after{content:''; position:absolute; left:0; bottom:2px; width:100%; height:10px; background:var(--gold-pale); z-index:-1; border-radius:4px;}\n  .hero .subhead{font-size:clamp(1.05rem,1.6vw,1.25rem); color:var(--text-secondary); max-width:660px; margin:0 auto 32px; font-weight:400; line-height:1.7;}\n  .hero .subhead strong{color:var(--text-primary); font-weight:600;}\n  .hero .sub-label{font-size:0.8rem; color:var(--text-muted); margin-top:8px;}\n  .hero-badges{display:flex; flex-wrap:wrap; justify-content:center; gap:10px 20px; margin-top:28px; font-size:0.9rem; color:var(--text-muted);}\n  .hero-badges span{display:flex; align-items:center; gap:6px;}\n  .hero-badges .icon{display:flex; align-items:center;}\n\n  .pain-section{padding:48px 0 56px; background:#fff; border-radius:var(--radius); margin:0 0 56px; box-shadow:var(--shadow-card);}\n  .pain-section .container{text-align:center;}\n  .pain-section .big-claim{font-size:clamp(1.4rem,2.8vw,2.2rem); font-weight:700; margin-bottom:16px;}\n  .pain-section .big-claim .gold{color:var(--gold);}\n  .pain-section .description{font-size:1.05rem; color:var(--text-secondary); max-width:720px; margin:0 auto; line-height:1.8;}\n  .pain-section .description strong{color:var(--text-primary);}\n  .objection-grid{display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:24px; max-width:700px; margin-left:auto; margin-right:auto;}\n  .objection-item{background:var(--bg); border:1px solid var(--border-light); border-radius:var(--radius-sm); padding:16px 20px; text-align:center; font-size:0.95rem; color:var(--text-secondary);}\n  .objection-item .quote{font-style:italic; color:var(--text-primary); font-weight:500;}\n\n  .turn-section{background:var(--text-primary); color:#fff; padding:64px 0; margin-bottom:56px;}\n  .turn-section .container{text-align:center;}\n  .turn-section h2{color:#fff; font-size:clamp(1.6rem,3.2vw,2.4rem); max-width:700px; margin:0 auto 12px;}\n  .turn-section .rule{width:80px; height:3px; background:var(--gold); margin:20px auto;}\n  .turn-section p{color:#d2cbbb; font-size:1.05rem; max-width:640px; margin:0 auto; line-height:1.8;}\n\n  .framework-section{padding:56px 0 64px; background:#fff; border-radius:var(--radius); box-shadow:var(--shadow-card); margin-bottom:56px;}\n  .framework-section .section-label{text-align:center; margin-bottom:40px;}\n  .framework-section .section-label h2{font-size:clamp(1.8rem,3.6vw,2.6rem);}\n  .framework-section .section-label p{color:var(--text-secondary); margin-top:6px;}\n  .framework-grid{display:grid; grid-template-columns:1fr 1fr; gap:24px; max-width:800px; margin:0 auto;}\n  .framework-card{background:var(--bg); border:1px solid var(--border-light); border-radius:var(--radius-sm); padding:28px 24px; text-align:left; transition:var(--transition);}\n  .framework-card:hover{border-color:var(--gold); box-shadow:var(--shadow-hover); transform:translateY(-4px);}\n  .framework-card .letter{font-family:'Playfair Display',Georgia,serif; font-size:2.2rem; font-weight:700; color:var(--gold); line-height:1; margin-bottom:4px;}\n  .framework-card h3{font-size:1.1rem; font-weight:700; margin-bottom:4px;}\n  .framework-card p{font-size:0.92rem; color:var(--text-secondary); line-height:1.6;}\n\n  .parts-section{padding:32px 0 56px; text-align:center;}\n  .parts-section h2{font-size:clamp(1.6rem,3.2vw,2.4rem); margin-bottom:8px;}\n  .parts-section .sub{color:var(--text-secondary); margin-bottom:32px;}\n  .part-grid{display:grid; grid-template-columns:1fr 1fr; gap:16px; max-width:800px; margin:0 auto; text-align:left;}\n  .part-item{background:#fff; border:1px solid var(--border-light); border-radius:var(--radius-sm); padding:20px 20px;}\n  .part-item .part-label{font-size:0.65rem; font-weight:700; text-transform:uppercase; letter-spacing:0.12em; color:var(--gold); margin-bottom:4px;}\n  .part-item h4{font-size:1rem; font-weight:700; margin-bottom:4px;}\n  .part-item p{font-size:0.88rem; color:var(--text-secondary); line-height:1.5; margin:0;}\n  .part-item ul{list-style:none; padding:0; margin-top:6px;}\n  .part-item ul li{font-size:0.85rem; color:var(--text-secondary); padding:2px 0; display:flex; gap:8px; align-items:flex-start;}\n  .part-item ul li .icon{display:flex; align-items:center; flex-shrink:0; margin-top:2px;}\n\n  .outcomes-section{padding:48px 0 56px; background:#fff; border-radius:var(--radius); box-shadow:var(--shadow-card); margin-bottom:56px;}\n  .outcomes-section .container{text-align:center;}\n  .outcomes-section h2{font-size:clamp(1.6rem,3.2vw,2.4rem); margin-bottom:8px;}\n  .outcomes-section .sub{color:var(--text-secondary); margin-bottom:32px;}\n  .outcome-grid{display:grid; grid-template-columns:1fr 1fr; gap:12px 30px; max-width:780px; margin:0 auto; text-align:left;}\n  .outcome-item{display:flex; gap:10px; align-items:flex-start; font-size:0.92rem; color:var(--text-secondary); line-height:1.5;}\n  .outcome-item .icon{display:flex; align-items:center; flex-shrink:0; margin-top:2px;}\n  .outcome-item strong{color:var(--text-primary);}\n\n  .who-section{padding:32px 0 56px; text-align:center;}\n  .who-section h2{font-size:clamp(1.6rem,3.2vw,2.4rem); margin-bottom:8px;}\n  .who-section .sub{color:var(--text-secondary); margin-bottom:32px;}\n  .who-grid{display:grid; grid-template-columns:1fr 1fr; gap:24px; max-width:720px; margin:0 auto; text-align:left;}\n  .who-card{background:#fff; border:1px solid var(--border-light); border-radius:var(--radius-sm); padding:24px 24px;}\n  .who-card h4{font-size:1rem; font-weight:700; margin-bottom:10px;}\n  .who-card ul{list-style:none; padding:0;}\n  .who-card ul li{padding:4px 0; font-size:0.9rem; color:var(--text-secondary); display:flex; gap:10px; align-items:flex-start; line-height:1.5;}\n  .who-card ul li .icon{display:flex; align-items:center; flex-shrink:0; margin-top:2px;}\n  .who-card.not-for ul li{color:var(--text-muted);}\n\n  .price-section{padding:32px 0 56px; text-align:center;}\n  .price-section h2{font-size:clamp(1.6rem,3.2vw,2.4rem); margin-bottom:8px;}\n  .price-block{background:var(--text-primary); color:#fff; border-radius:var(--radius); padding:48px 50px; max-width:640px; margin:24px auto 0; border:1px solid rgba(212,165,42,0.3);}\n  .price-block .was{font-size:1.1rem; text-decoration:line-through; color:#8b8577; margin-right:12px;}\n  .price-block .big-price{font-size:3.2rem; font-weight:700; color:var(--gold-light);}\n  .price-block .price-label{color:#a9a28f; font-size:0.8rem; letter-spacing:0.05em; font-weight:600; margin-top:4px;}\n  .price-block .includes{text-align:left; max-width:440px; margin:20px auto 28px; font-size:0.92rem; color:#d2cbbb;}\n  .price-block .includes div{padding:3px 0; display:flex; gap:10px; align-items:center;}\n  .price-block .includes .icon{display:flex; align-items:center; flex-shrink:0;}\n  .price-block .btn{background:var(--gold); color:#fff; box-shadow:0 4px 20px rgba(184,134,11,0.3);}\n  .price-block .btn:hover{background:#a0740a; box-shadow:0 8px 32px rgba(184,134,11,0.4);}\n\n  .faq-section{background:#fff; border-radius:var(--radius); padding:48px 40px; box-shadow:var(--shadow-card); margin-bottom:56px;}\n  .faq-section h2{text-align:center; font-size:clamp(1.6rem,3.2vw,2.4rem); margin-bottom:32px;}\n  .faq-item{border-bottom:1px solid var(--border-light); padding:20px 0;}\n  .faq-item:last-child{border-bottom:none;}\n  .faq-item h4{font-size:1rem; font-weight:700; margin-bottom:6px; color:var(--text-primary);}\n  .faq-item p{font-size:0.95rem; color:var(--text-secondary); line-height:1.7;}\n\n  .final-cta{background:var(--text-primary); color:#fff; border-radius:var(--radius); padding:56px 40px; text-align:center; margin-bottom:48px;}\n  .final-cta h2{font-size:clamp(1.8rem,4vw,2.8rem); font-weight:700; margin-bottom:12px; color:#fff;}\n  .final-cta .sub{font-size:1.05rem; color:#d2cbbb; max-width:560px; margin:0 auto 24px; line-height:1.7;}\n  .final-cta .btn{background:var(--gold); color:#fff; box-shadow:0 4px 20px rgba(184,134,11,0.3); font-size:1.05rem; padding:18px 48px;}\n  .final-cta .btn:hover{background:#a0740a; box-shadow:0 8px 32px rgba(184,134,11,0.4);}\n  .final-cta .tag{background:rgba(255,255,255,0.12); color:var(--gold-light);}\n\n  .site-footer{padding:32px 0 24px; text-align:center; font-size:0.85rem; color:var(--text-muted); border-top:1px solid var(--border-light);}\n  .site-footer a{color:var(--text-secondary); text-decoration:none;}\n  .site-footer a:hover{color:var(--gold);}\n  .site-footer .footer-contact{margin-top:4px; font-size:0.8rem; color:var(--text-muted);}\n\n  @media (max-width:768px){\n    .hero{padding:40px 0 32px;}\n    .pain-grid{grid-template-columns:1fr;}\n    .framework-grid{grid-template-columns:1fr;}\n    .part-grid{grid-template-columns:1fr;}\n    .who-grid{grid-template-columns:1fr;}\n    .outcome-grid{grid-template-columns:1fr;}\n    .price-block{padding:32px 24px;}\n    .price-block .big-price{font-size:2.4rem;}\n    .final-cta{padding:40px 24px;}\n    .final-cta .btn{width:100%;}\n    .site-header .header-cta{font-size:0.75rem; padding:6px 16px;}\n    .faq-section{padding:32px 20px;}\n    .objection-grid{grid-template-columns:1fr;}\n  }\n  @media (max-width:480px){\n    .hero-badges{flex-direction:column; align-items:center;}\n  }\n\u003c\/style\u003e\n\n\n\n\u003cheader class=\"site-header\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003ca href=\"#\" class=\"logo\"\u003eCrafted\u003cspan\u003eBy\u003c\/span\u003eWords\u003c\/a\u003e\n    \u003ca href=\"#price\" class=\"header-cta\"\u003eGet the Playbook\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/header\u003e\n\n\u003csection class=\"hero\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cspan class=\"tag\"\u003eA Crafted By Words Digital Product\u003c\/span\u003e\n    \u003ch1\u003e\n      Turn Every \u003cspan class=\"highlight\"\u003eNo\u003c\/span\u003e, \u003cspan class=\"highlight\"\u003eNot Now\u003c\/span\u003e, and \u003cspan class=\"highlight\"\u003eWe'll Think About It\u003c\/span\u003e Into Your Next Client.\n    \u003c\/h1\u003e\n    \u003cp class=\"subhead\"\u003e\n      You already know how to sell. You believe in what you built.\u003cbr\u003e\n      So why does the same handful of sentences keep stopping you cold?\n    \u003c\/p\u003e\n    \u003ca href=\"#price\" class=\"btn\"\u003eGet The Objection Playbook — $39\u003c\/a\u003e\n    \u003cdiv class=\"sub-label\"\u003eInstant digital download • 5 parts • 30-day plan • Lifetime access\u003c\/div\u003e\n    \u003cdiv class=\"hero-badges\"\u003e\n      \u003cspan\u003e\n        \u003cspan class=\"icon\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"\u003e\u003c\/line\u003e\u003cline x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"\u003e\u003c\/line\u003e\u003cline x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/span\u003e\n        The LEAD Framework\n      \u003c\/span\u003e\n      \u003cspan\u003e\n        \u003cspan class=\"icon\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 20h9\"\u003e\u003c\/path\u003e\u003cpath d=\"M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\n        Objection Library\n      \u003c\/span\u003e\n      \u003cspan\u003e\n        \u003cspan class=\"icon\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 2L2 7l10 5 10-5-10-5z\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 17l10 5 10-5\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 12l10 5 10-5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\n        6 objection categories\n      \u003c\/span\u003e\n      \u003cspan\u003e\n        \u003cspan class=\"icon\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 6v6l4 2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\n        30-day mastery plan\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"pain-section\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cspan class=\"tag\"\u003eThe moment that's costing you more than you think\u003c\/span\u003e\n    \u003cdiv class=\"big-claim\"\u003e\n      An objection is not a closed door.\u003cbr\u003e\n      It's a question wearing a \u003cspan class=\"gold\"\u003edisguise\u003c\/span\u003e.\n    \u003c\/div\u003e\n    \u003cp class=\"description\"\u003e\n      When someone tells you \"we don't have the budget for this right now,\" they are rarely handing you a final verdict. More often they're telling you one of a few things: they don't yet see enough value to justify the number, they're not the person who controls the budget, they've been burned before and are protecting themselves, or they genuinely haven't thought it through and are buying time.\n      \u003cbr\u003e\u003cbr\u003e\n      \u003cstrong\u003eNone of those is a closed door. All of them are answerable.\u003c\/strong\u003e\n    \u003c\/p\u003e\n    \u003cdiv class=\"objection-grid\"\u003e\n      \u003cdiv class=\"objection-item\"\u003e\u003cspan class=\"quote\"\u003e\"It's too expensive.\"\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"objection-item\"\u003e\u003cspan class=\"quote\"\u003e\"Let me think about it.\"\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"objection-item\"\u003e\u003cspan class=\"quote\"\u003e\"We're already working with someone.\"\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"objection-item\"\u003e\u003cspan class=\"quote\"\u003e\"I need to check with my partner.\"\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"turn-section\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003ch2 class=\"heading-serif\"\u003eThose sentences aren't the problem. How you respond to them is.\u003c\/h2\u003e\n    \u003cdiv class=\"rule\"\u003e\u003c\/div\u003e\n    \u003cp\u003eRight now, most founders respond by flinching, overexplaining, discounting on the spot, or quietly watching a good lead go silent forever. This playbook gives you a calm, repeatable way to handle the moment that currently makes you flinch.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"framework-section\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"section-label\"\u003e\n      \u003cspan class=\"tag\"\u003eMeet the framework\u003c\/span\u003e\n      \u003ch2 class=\"heading-serif\"\u003eLEAD\u003c\/h2\u003e\n      \u003cp\u003eEvery objection you'll ever hear, handled the same repeatable way.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"framework-grid\"\u003e\n      \u003cdiv class=\"framework-card\"\u003e\n        \u003cdiv class=\"letter\"\u003eL\u003c\/div\u003e\n        \u003ch3\u003eListen\u003c\/h3\u003e\n        \u003cp\u003eLet them finish completely. Ask one genuinely curious question before you respond to anything. This surfaces the real objection hiding under the one they said out loud.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"framework-card\"\u003e\n        \u003cdiv class=\"letter\"\u003eE\u003c\/div\u003e\n        \u003ch3\u003eEmpathize\u003c\/h3\u003e\n        \u003cp\u003eAcknowledge what they said, without the word \"but.\" People lower their guard for someone who clearly gets where they're coming from.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"framework-card\"\u003e\n        \u003cdiv class=\"letter\"\u003eA\u003c\/div\u003e\n        \u003ch3\u003eAddress\u003c\/h3\u003e\n        \u003cp\u003eReframe, don't argue. One specific number, one short story, or one way to reduce their risk does more work than five stacked reasons ever will.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"framework-card\"\u003e\n        \u003cdiv class=\"letter\"\u003eD\u003c\/div\u003e\n        \u003ch3\u003eDirect\u003c\/h3\u003e\n        \u003cp\u003eConfirm the objection is resolved, then propose one clear, specific next step. \"Let me know if you have any questions\" is where most sales conversations quietly go to die.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"parts-section\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cspan class=\"tag\"\u003eWhat's actually inside\u003c\/span\u003e\n    \u003ch2 class=\"heading-serif\"\u003eA complete five-part system\u003c\/h2\u003e\n    \u003cp class=\"sub\"\u003eBuilt from real conversations with real founders. Every chapter ends with an exercise and a self-assessment.\u003c\/p\u003e\n    \u003cdiv class=\"part-grid\"\u003e\n      \u003cdiv class=\"part-item\"\u003e\n        \u003cdiv class=\"part-label\"\u003ePart One\u003c\/div\u003e\n        \u003ch4\u003eThe Objection Mindset\u003c\/h4\u003e\n        \u003cp\u003eWhy objections feel like rejection, and why they never actually are. The four real reasons anyone hesitates to buy. What avoiding hard conversations is quietly costing you.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"part-item\"\u003e\n        \u003cdiv class=\"part-label\"\u003ePart Two\u003c\/div\u003e\n        \u003ch4\u003eThe LEAD Framework\u003c\/h4\u003e\n        \u003cp\u003eThe full four-step system, broken down chapter by chapter, with the exact language to use at each stage, and the traps that quietly undo good work at every step.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"part-item\"\u003e\n        \u003cdiv class=\"part-label\"\u003ePart Three\u003c\/div\u003e\n        \u003ch4\u003eThe Objection Library\u003c\/h4\u003e\n        \u003cp\u003eWord-for-word starting points for every objection you're likely to hear, organised by category: price, trust, timing, competitors, authority, and relevance.\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"12\" height=\"12\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003ePrice and budget\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"12\" height=\"12\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003eTrust and credibility\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"12\" height=\"12\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003eTiming and \"let me think about it\"\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"part-item\"\u003e\n        \u003cdiv class=\"part-label\"\u003ePart Four\u003c\/div\u003e\n        \u003ch4\u003ePutting It Into Practice\u003c\/h4\u003e\n        \u003cp\u003eHow the same framework adapts across sales calls, DMs, email, proposals, and in-person meetings. Plus how to prevent objections before they're ever spoken.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"part-item\"\u003e\n        \u003cdiv class=\"part-label\"\u003ePart Five\u003c\/div\u003e\n        \u003ch4\u003eMastery\u003c\/h4\u003e\n        \u003cp\u003eA realistic 30-day plan to turn this from something you understood once into something you actually do under pressure, plus a one-page cheat sheet.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"outcomes-section\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cspan class=\"tag\"\u003eWhat you'll walk away with\u003c\/span\u003e\n    \u003ch2 class=\"heading-serif\"\u003eBy the time you finish\u003c\/h2\u003e\n    \u003cp class=\"sub\"\u003eSix deliverables that change your next ten calls.\u003c\/p\u003e\n    \u003cdiv class=\"outcome-grid\"\u003e\n      \u003cdiv class=\"outcome-item\"\u003e\n        \u003cspan class=\"icon\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\n        A calm, repeatable process for any objection, without sounding scripted or pushy\n      \u003c\/div\u003e\n      \u003cdiv class=\"outcome-item\"\u003e\n        \u003cspan class=\"icon\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\n        Word-for-word starting points for the six objection categories you hear most often\n      \u003c\/div\u003e\n      \u003cdiv class=\"outcome-item\"\u003e\n        \u003cspan class=\"icon\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\n        A specific, ready-to-use proof kit: your best numbers, your best story, and a clear way to reduce a prospect's risk\n      \u003c\/div\u003e\n      \u003cdiv class=\"outcome-item\"\u003e\n        \u003cspan class=\"icon\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\n        A finished differentiation statement for the next time someone compares you to a competitor\n      \u003c\/div\u003e\n      \u003cdiv class=\"outcome-item\"\u003e\n        \u003cspan class=\"icon\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\n        A working follow-up system for every \"let me think about it,\" so leads stop disappearing\n      \u003c\/div\u003e\n      \u003cdiv class=\"outcome-item\"\u003e\n        \u003cspan class=\"icon\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e\n        A 30-day plan to make all of this feel natural instead of forced\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"who-section\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cspan class=\"tag\"\u003eBuilt for people who sell their own work\u003c\/span\u003e\n    \u003ch2 class=\"heading-serif\"\u003eThis book was written for founders, consultants, coaches, and small agency owners\u003c\/h2\u003e\n    \u003cp class=\"sub\"\u003eIf you're the one on the call, in the DMs, and replying to the proposal follow-up, this book was built with your exact situation in mind.\u003c\/p\u003e\n    \u003cdiv class=\"who-grid\"\u003e\n      \u003cdiv class=\"who-card\"\u003e\n        \u003ch4\u003e\n\u003cspan style=\"color:var(--gold);\"\u003e✓\u003c\/span\u003e This is for you if:\u003c\/h4\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e You don't have a sales team standing between you and the hard conversations\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e You want to handle objections without sounding scripted, pushy, or desperate\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e You're tired of watching good leads go silent after a great call\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"who-card not-for\"\u003e\n        \u003ch4\u003e\n\u003cspan style=\"color:#b91c1c;\"\u003e✕\u003c\/span\u003e This isn't for you if:\u003c\/h4\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#b91c1c\" stroke-width=\"2.5\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/span\u003e You're looking for high-pressure closing tactics\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#b91c1c\" stroke-width=\"2.5\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/span\u003e You want a script to recite rather than a system to adapt\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#b91c1c\" stroke-width=\"2.5\"\u003e\u003cline x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/span\u003e You're not willing to actually practice the exercises\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"price-section\" id=\"price\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cspan class=\"tag\"\u003eGet instant access\u003c\/span\u003e\n    \u003ch2 class=\"heading-serif\"\u003eOne payment. Yours for good.\u003c\/h2\u003e\n    \u003cdiv class=\"price-block\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"was\"\u003e$97\u003c\/span\u003e\n        \u003cspan class=\"big-price\"\u003e$39\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"price-label\"\u003eONE-TIME PAYMENT • INSTANT DOWNLOAD\u003c\/div\u003e\n      \u003cdiv class=\"includes\"\u003e\n        \u003cdiv\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold-light)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e The complete Objection Playbook (PDF)\u003c\/div\u003e\n        \u003cdiv\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold-light)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e The LEAD Framework, chapter by chapter\u003c\/div\u003e\n        \u003cdiv\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold-light)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e Objection Library with 6 categories of real objections\u003c\/div\u003e\n        \u003cdiv\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold-light)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e Exercises and self-assessments after every chapter\u003c\/div\u003e\n        \u003cdiv\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold-light)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e A 30-day mastery plan\u003c\/div\u003e\n        \u003cdiv\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--gold-light)\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e One-page cheat sheet for your calendar\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003ca href=\"#\" class=\"btn\"\u003eGet The Objection Playbook — $39\u003c\/a\u003e\n      \u003cdiv style=\"font-size:0.75rem; color:#8b8577; margin-top:12px;\"\u003eOne closed deal pays for it a hundred times over.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"container\"\u003e\n  \u003cdiv class=\"faq-section\"\u003e\n    \u003ch2 class=\"heading-serif\"\u003eFrequently asked\u003c\/h2\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003ch4\u003eI'm not a natural salesperson. Will this actually work for me?\u003c\/h4\u003e\n      \u003cp\u003eThis book was written for exactly that reason. It's not about becoming pushy or performing confidence you don't feel. It's a repeatable process that works even when the conversation feels uncomfortable, especially then.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003ch4\u003eHow long will it take me to get through it?\u003c\/h4\u003e\n      \u003cp\u003eYou can read the core framework in one sitting. The real value comes from working through the exercises with your own real objections, which is where most readers spend their first two weeks.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003ch4\u003eIs this only for a specific industry?\u003c\/h4\u003e\n      \u003cp\u003eNo. The four root causes behind every objection – value, risk, timing, and authority – show up the same way whether you sell a service, a coaching program, or a product. You'll adapt every script to your own offer as you go.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003ch4\u003eWhat if I already know the basics of objection handling?\u003c\/h4\u003e\n      \u003cp\u003eMost founders know the basics and still flinch in the moment anyway. This book closes that exact gap: between knowing what to do and actually doing it when the pressure is real.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"container\"\u003e\n  \u003cdiv class=\"final-cta\"\u003e\n    \u003cspan class=\"tag\"\u003eYour next sales conversation is already coming\u003c\/span\u003e\n    \u003ch2\u003eYou can keep losing good leads to silence you never explained.\u003c\/h2\u003e\n    \u003cp class=\"sub\"\u003eOr you can walk into your next call, your next DM, your next proposal follow-up, with a process you actually trust.\u003c\/p\u003e\n    \u003ca href=\"#\" class=\"btn\"\u003eGet The Objection Playbook — $39\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cfooter class=\"site-footer\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cp\u003e\u003ca href=\"#\"\u003eCrafted By Words\u003c\/a\u003e • Personal Branding, Marketing \u0026amp; Sales Agency\u003c\/p\u003e\n    \u003cp class=\"footer-contact\"\u003ecraftedbywords.in • work@craftedbywords.in\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/footer\u003e\n\n\u003cscript\u003e\n  (function() {\n    'use strict';\n    const ctaLinks = document.querySelectorAll('a[href=\"#price\"]');\n    ctaLinks.forEach(link =\u003e {\n      link.addEventListener('click', function(e) {\n        e.preventDefault();\n        const target = document.querySelector('#price');\n        if (target) target.scrollIntoView({ behavior: 'smooth', block: 'start' });\n      });\n    });\n    const cards = document.querySelectorAll('.framework-card, .part-item, .outcome-item, .who-card');\n    if (cards.length \u0026\u0026 'IntersectionObserver' in window) {\n      const observer = new IntersectionObserver((entries) =\u003e {\n        entries.forEach(entry =\u003e {\n          if (entry.isIntersecting) {\n            entry.target.style.opacity = '1';\n            entry.target.style.transform = 'translateY(0)';\n          }\n        });\n      }, { threshold: 0.12, rootMargin: '0px 0px -40px 0px' });\n      cards.forEach((card, i) =\u003e {\n        card.style.opacity = '0';\n        card.style.transform = 'translateY(15px)';\n        card.style.transition = `opacity 0.5s ease ${i*0.04}s, transform 0.5s ease ${i*0.04}s`;\n        observer.observe(card);\n      });\n    } else {\n      cards.forEach(c =\u003e { c.style.opacity = '1'; c.style.transform = 'translateY(0)'; });\n    }\n  })();\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"Crafted By Words' Digital Store.","offers":[{"title":"Default Title","offer_id":52030982619424,"sku":null,"price":39.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/4765\/6992\/files\/The_Objection_Playbook_Cover.jpg?v=1784914122","url":"https:\/\/shop.craftedbywords.in\/products\/digital-product-8","provider":"Crafted By Words' Digital Store.","version":"1.0","type":"link"}