{"product_id":"brand-builder-playbook","title":"Brand Builder playbook","description":"\u003cstyle\u003e\n  .sb-page {\n    --forest: #003B2C;\n    --cream: #FFF3E3;\n    --ink: #08251D;\n    --sunshine: #FFBF00;\n    --coral: #FF4040;\n    --mango: #FF9F00;\n    --meadow: #168447;\n    --pink: #F72567;\n    --line: rgba(8,37,29,0.12);\n    --font-display: 'Montserrat', sans-serif;\n    --font-body: 'Inter', sans-serif;\n    font-family: var(--font-body);\n    color: var(--ink);\n    background: var(--cream);\n    line-height: 1.6;\n  }\n  .sb-page * { box-sizing: border-box; }\n  .sb-page img { max-width: 100%; display: block; }\n  .sb-page h1, .sb-page h2, .sb-page h3 { font-family: var(--font-display); font-weight: 800; margin: 0; letter-spacing: -0.01em; }\n  .sb-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-body); font-weight: 700; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--pink); }\n  .sb-eyebrow::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--pink); }\n  .sb-wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }\n  .sb-pill { display: inline-block; background: var(--forest); color: var(--cream); font-size: 12px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; padding: 7px 16px; border-radius: 999px; }\n\n  .sb-back-top { position: fixed; bottom: 24px; right: 24px; width: 46px; height: 46px; border-radius: 50%; background: var(--forest); color: var(--sunshine); display: flex; align-items: center; justify-content: center; font-size: 20px; cursor: pointer; box-shadow: 0 8px 20px rgba(0,0,0,0.25); opacity: 0; pointer-events: none; transition: opacity 0.2s ease; z-index: 50; border: none; }\n  .sb-back-top.is-visible { opacity: 1; pointer-events: auto; }\n\n  .sb-cta-banner { background: var(--forest); padding: 36px 24px; text-align: center; }\n  .sb-cta-banner p { color: rgba(255,243,227,0.75); font-size: 14.5px; margin: 0 0 14px; }\n  .sb-cta-btn { display: inline-block; background: var(--sunshine); color: var(--ink); font-family: var(--font-display); font-weight: 800; font-size: 15px; padding: 14px 30px; border-radius: 12px; border: none; cursor: pointer; }\n\n  .sb-highlights { background: transparent; padding: 40px 0 40px 32px; position: sticky; top: 20px; align-self: start; }\n  .sb-product-title { font-family: var(--font-display); font-weight: 800; font-size: 28px; color: var(--forest); text-align: left; margin: 0 0 12px; }\n  .sb-product-desc { font-size: 15.5px; color: #4a463d; text-align: left; max-width: 620px; margin: 0 0 18px; line-height: 1.6; }\n  .sb-escalation { list-style: none; margin: 0 0 20px; padding: 0; max-width: 620px; }\n  .sb-escalation li { font-size: 14.5px; color: #4a463d; padding: 5px 0 5px 20px; position: relative; }\n  .sb-escalation li::before { content: '\\2192'; position: absolute; left: 0; color: var(--pink); font-weight: 800; }\n  .sb-escalation li:last-child { color: var(--forest); font-weight: 700; }\n\n  .sb-price-block { margin-bottom: 18px; }\n  .sb-price-row-top { display: flex; align-items: baseline; gap: 12px; }\n  .sb-product-price { font-family: var(--font-display); font-weight: 800; font-size: 26px; color: var(--forest); }\n  .sb-price-was { font-size: 15px; text-decoration: line-through; color: #9a9086; }\n  .sb-save-badge { display: inline-block; background: var(--sunshine); color: var(--ink); font-size: 11px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; margin-top: 6px; }\n\n  .sb-pace-note { font-size: 12px; color: #6b6558; margin-bottom: 16px; text-align: left; }\n  .sb-fomo { display: flex; align-items: center; justify-content: flex-start; gap: 8px; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 9px 16px; font-size: 12.5px; color: var(--ink); margin: 0 0 20px; max-width: 460px; }\n  .sb-fomo-dot { width: 7px; height: 7px; border-radius: 50%; background: #2ecc71; flex-shrink: 0; animation: sbPulse 1.6s infinite; }\n  @keyframes sbPulse { 0% { opacity: 1; } 50% { opacity: 0.3; } 100% { opacity: 1; } }\n\n  .sb-btn-row { display: flex; gap: 12px; max-width: 480px; margin: 0 0 16px; }\n  .sb-btn-add, .sb-btn-buy { flex: 1; text-align: center; font-family: var(--font-display); font-weight: 800; font-size: 15px; padding: 15px 18px; border-radius: 12px; cursor: pointer; border: none; }\n  .sb-btn-add { background: transparent; color: var(--forest); border: 2px solid var(--forest); }\n  .sb-btn-add:hover { background: var(--forest); color: var(--cream); }\n  .sb-btn-buy { background: var(--sunshine); color: var(--ink); }\n  .sb-btn-buy:hover { background: #FFD24D; }\n\n  .sb-accordion { max-width: 700px; margin: 28px 0 0; border-top: 1px solid var(--line); }\n  .sb-accordion details { border-bottom: 1px solid var(--line); }\n  .sb-accordion summary { cursor: pointer; list-style: none; padding: 16px 2px; font-family: var(--font-display); font-weight: 700; font-size: 15px; color: var(--forest); display: flex; justify-content: space-between; align-items: center; }\n  .sb-accordion summary::-webkit-details-marker { display: none; }\n  .sb-accordion summary::after { content: '+'; font-size: 20px; color: var(--pink); }\n  .sb-accordion details[open] summary::after { content: '\\2013'; }\n  .sb-accordion .sb-accordion-body { padding: 0 2px 16px; font-size: 14px; color: #4a463d; }\n  .sb-benefits { list-style: none; margin: 0; padding: 0; }\n  .sb-benefits li { font-size: 14.5px; padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--ink); }\n  .sb-benefits li:last-child { border-bottom: none; }\n  .sb-benefits li strong { display: block; font-family: var(--font-display); font-size: 15px; color: var(--forest); margin-bottom: 3px; }\n  .sb-benefits li span.sb-sub-line { color: #4a463d; }\n  .sb-vol-list { list-style: none; margin: 0; padding: 0; }\n  .sb-vol-list li { font-size: 14px; padding: 8px 0; border-bottom: 1px solid var(--line); }\n  .sb-vol-list li:last-child { border-bottom: none; }\n  .sb-vol-list strong { color: var(--forest); font-family: var(--font-display); }\n\n  .sb-toast { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(20px); background: var(--forest); color: var(--cream); padding: 14px 24px; border-radius: 999px; font-size: 14px; font-weight: 600; box-shadow: 0 12px 30px rgba(0,0,0,0.25); opacity: 0; pointer-events: none; transition: opacity .25s ease, transform .25s ease; z-index: 99999; }\n  .sb-toast.is-visible { opacity: 1; transform: translateX(-50%) translateY(0); }\n\n  @media (max-width: 860px) {\n    .sb-highlights { position: static; background: transparent; padding: 20px 20px 32px; margin-top: 0; border-top: 1px solid var(--line); }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"sb-page\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@700;800;900\u0026amp;family=Inter:wght@400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cdiv class=\"sb-highlights\"\u003e\n\u003cspan class=\"sb-pill\"\u003eThe Complete Trilogy, All 3 Volumes\u003c\/span\u003e\n\u003ch1 class=\"sb-product-title\" style=\"margin-top: 12px;\"\u003eBrand Builder Playbook\u003c\/h1\u003e\n\u003cp class=\"p1\"\u003eA brand problem is never just one problem, it starts with a confused identity, turns into a business without the systems to support it, and eventually leaves the founder responsible for everything. \u003cspan class=\"s2\"\u003e\u003cb\u003eThis complete three-volume system takes you from building your brand identity, to developing your strategy, to creating the systems that allow the business to grow without depending on you for every decision.\u003c\/b\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"sb-price-block\"\u003e\n\u003cdiv class=\"sb-price-row-top\"\u003e\n\u003cspan class=\"sb-product-price\"\u003e₦30,000.00\u003c\/span\u003e \u003cspan class=\"sb-price-was\"\u003e₦45,000.00\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"sb-save-badge\"\u003eSave ₦15,000, 33% Off Buying Separately\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sb-btn-row\"\u003e\n\u003cbutton type=\"button\" class=\"sb-btn-add sb-cart-btn\"\u003eAdd to Cart\u003c\/button\u003e \u003cbutton type=\"button\" class=\"sb-btn-buy sb-cart-btn\"\u003eBuy Now\u003c\/button\u003e\n\u003c\/div\u003e\n\u003cp class=\"sb-pace-note\"\u003e84 chapters across 3 volumes. Identity, Strategy, and System, complete.\u003c\/p\u003e\n\u003cdiv class=\"sb-fomo\"\u003e\n\u003cspan class=\"sb-fomo-dot\"\u003e\u003c\/span\u003e \u003cspan id=\"sbFomoText\"\u003eAmara in Lagos just got her copy, 4 minutes ago\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sb-accordion\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eSee What Changes For You\u003c\/summary\u003e\n\u003cdiv class=\"sb-accordion-body\"\u003e\n\u003cul class=\"sb-benefits\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eYou stop competing on price and start competing on identity.\u003c\/strong\u003e\u003cspan class=\"sb-sub-line\"\u003e Volume I builds the positioning that makes you impossible to confuse with a cheaper competitor.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRevenue growth stops quietly eating your margin.\u003c\/strong\u003e\u003cspan class=\"sb-sub-line\"\u003e Volume II builds the unit economics and pipeline systems that keep growth honest.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eYou stop being the bottleneck on every single approval.\u003c\/strong\u003e\u003cspan class=\"sb-sub-line\"\u003e Volume III builds the decision rights and quality checklists that let the standard hold without you.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eYou save ₦15,000 buying the complete system at once.\u003c\/strong\u003e\u003cspan class=\"sb-sub-line\"\u003e The same 84 chapters, bought individually, cost ₦45,000. Together, they cost ₦30,000.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat's Inside?\u003c\/summary\u003e\n\u003cdiv class=\"sb-accordion-body\"\u003e\n\u003cul class=\"sb-vol-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eVolume I, Build Your Brand Identity\u003c\/strong\u003e (28 chapters): purpose, positioning, differentiation, brand voice and messaging, visual identity, and the governance that keeps it consistent.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVolume II, Build Your Brand Strategy\u003c\/strong\u003e (32 chapters): business model and pricing, unit economics, product strategy, the growth engine, sales and CRM systems, and the financial operating system.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVolume III, Build Your Brand System\u003c\/strong\u003e (24 chapters): decision rights, meeting rhythms, quality control checklists, the founder dashboard, and the closing chapters on brand loyalty and the long game.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo I need to read them in order?\u003c\/summary\u003e\n\u003cdiv class=\"sb-accordion-body\"\u003eYes, the first time through. Volume II's systems are filtered through the identity Volume I builds, and Volume III's governance exists to protect what Volumes I and II already built. Read in sequence once, then return to whichever volume you need to revisit.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sb-toast\" id=\"sbToast\"\u003eAdded to cart\u003c\/div\u003e\n\u003c\/div\u003e","brand":"SABI LIBRARY","offers":[{"title":"Default Title","offer_id":47377452368028,"sku":null,"price":30000.0,"currency_code":"NGN","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0757\/0079\/7596\/files\/86B54815-79AA-4E28-84E2-2020B65F2005.png?v=1786559752","url":"https:\/\/sabilibrary.com\/products\/brand-builder-playbook","provider":"SABI LIBRARY","version":"1.0","type":"link"}