{"product_id":"growth-engine-monthly","title":"Growth Engine (Monthly)","description":"\u003c!-- ================================\nTurboTrend Monthly Programs — Product Page HTML\nDrop this into Shopify product description (HTML view).\nEdit ONLY the bracketed placeholders: [PRICE], [FIRST_MONTH_PRICE], [APPLY_LINK], etc.\n================================== --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ============ SHARED STYLES (paste once per product) ============ --\u003e\n\u003cstyle\u003e\n  :root{\n    --tt-bg: rgba(15, 10, 25, 0.55);\n    --tt-card: rgba(20, 14, 35, 0.55);\n    --tt-border: rgba(255, 255, 255, 0.10);\n    --tt-text: rgba(255,255,255,0.92);\n    --tt-muted: rgba(255,255,255,0.72);\n    --tt-dim: rgba(255,255,255,0.58);\n    --tt-accent: #ff4fb1;\n    --tt-accent2: #8b5cff;\n    --tt-glow: 0 0 0.75rem rgba(255,79,177,0.25), 0 0 1.25rem rgba(139,92,255,0.18);\n    --tt-shadow: 0 10px 30px rgba(0,0,0,0.45);\n    --tt-radius: 18px;\n  }\n\n  .tt-wrap{\n    max-width: 980px;\n    margin: 0 auto;\n    padding: 28px 18px;\n    color: var(--tt-text);\n    font-family: inherit;\n  }\n\n  .tt-hero{\n    border: 1px solid var(--tt-border);\n    border-radius: var(--tt-radius);\n    background: linear-gradient(135deg, rgba(255,79,177,0.10), rgba(139,92,255,0.08)) , var(--tt-bg);\n    box-shadow: var(--tt-shadow);\n    padding: 26px 22px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .tt-hero:before{\n    content:\"\";\n    position:absolute;\n    inset:-2px;\n    background:\n      radial-gradient(700px 280px at 15% 10%, rgba(255,79,177,0.22), transparent 55%),\n      radial-gradient(600px 260px at 90% 25%, rgba(139,92,255,0.18), transparent 55%);\n    pointer-events:none;\n    filter: blur(0px);\n  }\n\n  .tt-kicker{\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    font-size: 12px;\n    color: var(--tt-muted);\n    margin: 0 0 10px;\n    position: relative;\n    z-index: 1;\n  }\n\n  .tt-title{\n    font-size: 36px;\n    line-height: 1.1;\n    margin: 0 0 12px;\n    position: relative;\n    z-index: 1;\n  }\n\n  .tt-sub{\n    font-size: 16px;\n    line-height: 1.55;\n    color: var(--tt-muted);\n    margin: 0 0 18px;\n    position: relative;\n    z-index: 1;\n  }\n\n  .tt-badges{\n    display:flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin: 0 0 18px;\n    position: relative;\n    z-index: 1;\n  }\n\n  .tt-badge{\n    border: 1px solid var(--tt-border);\n    background: rgba(0,0,0,0.18);\n    color: var(--tt-muted);\n    border-radius: 999px;\n    padding: 8px 12px;\n    font-size: 13px;\n    backdrop-filter: blur(10px);\n  }\n\n  .tt-badge strong{ color: var(--tt-text); }\n\n  .tt-ctaRow{\n    display:flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    align-items:center;\n    position: relative;\n    z-index: 1;\n  }\n\n  .tt-btn{\n    display:inline-block;\n    padding: 12px 16px;\n    border-radius: 12px;\n    border: 1px solid rgba(255,255,255,0.14);\n    text-decoration: none;\n    font-weight: 700;\n    letter-spacing: 0.01em;\n    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;\n    user-select:none;\n  }\n\n.tt-btnPrimary{\n  background: linear-gradient(90deg, rgba(255,79,177,0.92), rgba(139,92,255,0.92));\n  color: #ffffff !important;\n  box-shadow: var(--tt-glow);\n}\n  .tt-btnGhost{\n    background: rgba(0,0,0,0.20);\n    color: var(--tt-text);\n  }\n\n  .tt-btn:hover{\n    transform: translateY(-1px);\n    border-color: rgba(255,255,255,0.22);\n    box-shadow: var(--tt-shadow), var(--tt-glow);\n  }\n\n  .tt-micro{\n    font-size: 12px;\n    color: var(--tt-dim);\n    margin-top: 10px;\n    position: relative;\n    z-index: 1;\n  }\n\n  .tt-grid{\n    display:grid;\n    grid-template-columns: 1fr;\n    gap: 14px;\n    margin-top: 16px;\n  }\n\n  @media (min-width: 860px){\n    .tt-grid{ grid-template-columns: 1fr 1fr; }\n  }\n\n  .tt-card{\n    border: 1px solid var(--tt-border);\n    border-radius: var(--tt-radius);\n    background: var(--tt-card);\n    box-shadow: var(--tt-shadow);\n    padding: 18px 18px;\n    backdrop-filter: blur(12px);\n  }\n\n  .tt-h2{\n    font-size: 18px;\n    margin: 0 0 10px;\n    letter-spacing: 0.01em;\n  }\n\n  .tt-p{\n    margin: 0 0 10px;\n    color: var(--tt-muted);\n    line-height: 1.55;\n    font-size: 14px;\n  }\n\n  .tt-list{\n    margin: 0;\n    padding-left: 18px;\n    color: var(--tt-muted);\n    line-height: 1.55;\n    font-size: 14px;\n  }\n\n  .tt-list li{ margin: 6px 0; }\n\n  .tt-steps{\n    display:grid;\n    grid-template-columns: 1fr;\n    gap: 10px;\n    margin-top: 8px;\n  }\n\n  @media (min-width: 860px){\n    .tt-steps{ grid-template-columns: 1fr 1fr 1fr; }\n  }\n\n  .tt-step{\n    border: 1px solid rgba(255,255,255,0.10);\n    border-radius: 14px;\n    padding: 14px;\n    background: rgba(0,0,0,0.18);\n  }\n\n  .tt-stepNum{\n    font-size: 12px;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--tt-dim);\n    margin: 0 0 6px;\n  }\n\n  .tt-stepTitle{\n    margin: 0 0 6px;\n    font-weight: 800;\n    font-size: 14px;\n  }\n\n  .tt-divider{\n    height: 1px;\n    background: rgba(255,255,255,0.10);\n    margin: 16px 0;\n  }\n\n  .tt-quote{\n    border-left: 3px solid rgba(255,79,177,0.75);\n    padding: 10px 12px;\n    margin: 0;\n    background: rgba(0,0,0,0.18);\n    border-radius: 12px;\n    color: var(--tt-muted);\n    line-height: 1.55;\n    font-size: 14px;\n  }\n\n  .tt-bottomCta{\n    margin-top: 16px;\n    border: 1px solid var(--tt-border);\n    border-radius: var(--tt-radius);\n    background: linear-gradient(135deg, rgba(139,92,255,0.10), rgba(255,79,177,0.08)) , rgba(0,0,0,0.22);\n    box-shadow: var(--tt-shadow);\n    padding: 18px;\n    backdrop-filter: blur(12px);\n  }\n\n  .tt-note{\n    font-size: 13px;\n    color: var(--tt-dim);\n    margin: 10px 0 0;\n  }\n\u003c\/style\u003e\n\u003c!-- =========================================================\nPRODUCT 1: Growth Engine (Monthly)\nPaste this block into the Growth Engine product description\n========================================================= --\u003e\n\u003cdiv class=\"tt-wrap\"\u003e\n\u003csection class=\"tt-hero\"\u003e\n\u003cp class=\"tt-kicker\"\u003eMonthly Program\u003c\/p\u003e\n\u003ch1 class=\"tt-title\"\u003eGrowth Engine\u003c\/h1\u003e\n\u003cp class=\"tt-sub\"\u003eStop guessing what to post. Get ongoing hooks, scripts, and optimization so your content compounds instead of stalling. This is your personal content strategist rebuilding your posts monthly — engineered for retention and conversions.\u003c\/p\u003e\n\u003cdiv class=\"tt-badges\"\u003e\n\u003cspan class=\"tt-badge\"\u003e\u003cstrong\u003eFirst month:\u003c\/strong\u003e $998\u003c\/span\u003e \u003cspan class=\"tt-badge\"\u003e\u003cstrong\u003eThen:\u003c\/strong\u003e $1,997 \/ month\u003c\/span\u003e \u003cspan class=\"tt-badge\"\u003e\u003cstrong\u003eDelivery:\u003c\/strong\u003e 5 business days\u003c\/span\u003e \u003cspan class=\"tt-badge\"\u003e\u003cstrong\u003eLimited slots\u003c\/strong\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tt-ctaRow\"\u003e\n\u003c!-- Primary CTA can just be the normal Add to Cart button on Shopify.\n           Keep this for extra emphasis or link to checkout if you want. --\u003e \u003ca class=\"tt-btn tt-btnPrimary\" href=\"#purchase\"\u003eStart Growth Engine\u003c\/a\u003e \u003c!-- Optional: link to proof page --\u003e \u003ca class=\"tt-btn tt-btnGhost\" href=\"\/pages\/proof\"\u003eSee Proof\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cp class=\"tt-micro\"\u003eFirst month 50% off. Cancel anytime after the first billing cycle.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tt-grid\"\u003e\n\u003csection class=\"tt-card\"\u003e\n\u003ch2 class=\"tt-h2\"\u003eWho this is for\u003c\/h2\u003e\n\u003cp class=\"tt-p\"\u003eGrowth Engine is built for creators, coaches, and service businesses who are posting consistently but not converting.\u003c\/p\u003e\n\u003cul class=\"tt-list\"\u003e\n\u003cli\u003eOrganic-first brands tired of guessing hooks\u003c\/li\u003e\n\u003cli\u003eOffers that convert in DMs \/ bookings \/ sales calls\u003c\/li\u003e\n\u003cli\u003ePeople who want predictable improvement — not “viral hacks”\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"tt-card\"\u003e\n\u003ch2 class=\"tt-h2\"\u003eWhat you get (monthly)\u003c\/h2\u003e\n\u003cul class=\"tt-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e6 content rebuilds\u003c\/strong\u003e (hooks + scripts)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRetention pacing notes\u003c\/strong\u003e (what to cut, emphasize, pause)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCTA engineering\u003c\/strong\u003e for DMs \/ bookings \/ sales\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePlatform optimization\u003c\/strong\u003e (Reels \/ TikTok \/ Shorts)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePosting order strategy\u003c\/strong\u003e to build momentum\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePerformance feedback\u003c\/strong\u003e on last month’s content\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003ePriority email support\u003c\/strong\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003csection class=\"tt-card\" style=\"margin-top: 14px;\"\u003e\n\u003ch2 class=\"tt-h2\"\u003eHow it works\u003c\/h2\u003e\n\u003cdiv class=\"tt-steps\"\u003e\n\u003cdiv class=\"tt-step\"\u003e\n\u003cp class=\"tt-stepNum\"\u003eStep 1\u003c\/p\u003e\n\u003cp class=\"tt-stepTitle\"\u003eQuick intake\u003c\/p\u003e\n\u003cp class=\"tt-p\"\u003eTell us your offer, audience, and what you’re selling. Share links to your content.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tt-step\"\u003e\n\u003cp class=\"tt-stepNum\"\u003eStep 2\u003c\/p\u003e\n\u003cp class=\"tt-stepTitle\"\u003eWe rebuild your posts\u003c\/p\u003e\n\u003cp class=\"tt-p\"\u003eWe rewrite your scripts using TurboTrend frameworks designed for retention + conversion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tt-step\"\u003e\n\u003cp class=\"tt-stepNum\"\u003eStep 3\u003c\/p\u003e\n\u003cp class=\"tt-stepTitle\"\u003eYou film \u0026amp; post\u003c\/p\u003e\n\u003cp class=\"tt-p\"\u003eShoot on your phone. Follow the scripts. Your content starts compounding.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tt-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2 class=\"tt-h2\"\u003eResults you can expect\u003c\/h2\u003e\n\u003cul class=\"tt-list\"\u003e\n\u003cli\u003eStronger hooks → more people stop scrolling\u003c\/li\u003e\n\u003cli\u003eHigher retention → platforms push your content\u003c\/li\u003e\n\u003cli\u003eClear CTAs → more DMs, bookings, and sales\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"tt-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2 class=\"tt-h2\"\u003eWhy this beats paying for “engagement”\u003c\/h2\u003e\n\u003cp class=\"tt-quote\"\u003eInstead of paying platforms for fake engagement, you’re investing in learning the system — with your own personal social media guy on retainer to get views and engagement organically.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"tt-bottomCta\" id=\"purchase\"\u003e\n\u003ch2 class=\"tt-h2\" style=\"margin-bottom: 6px;\"\u003eReady to build momentum every month?\u003c\/h2\u003e\n\u003cp class=\"tt-p\"\u003eStart with 50% off your first month. Get your first delivery within 5 business days of intake.\u003c\/p\u003e\n\u003cdiv class=\"tt-ctaRow\"\u003e\n\u003ca class=\"tt-btn tt-btnPrimary\" href=\"\/checkout\"\u003eStart Growth Engine\u003c\/a\u003e \u003ca class=\"tt-btn tt-btnGhost\" href=\"\/pages\/contact\"\u003eQuestions? Contact\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cp class=\"tt-note\"\u003eIf slots are full, onboarding pauses until the next opening.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003chr style=\"opacity: .15; margin: 40px 0;\"\u003e","brand":"TurboTrend","offers":[{"title":"Default Title","offer_id":48048659660955,"sku":null,"price":1997.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0749\/1466\/0507\/files\/FE127260-39C6-4E0B-8E15-A8B6D39B0F23.jpg?v=1771870609","url":"https:\/\/turbotrend.us\/products\/growth-engine-monthly","provider":"TurboTrend","version":"1.0","type":"link"}