{"product_id":"coreshift","title":"Belly Fat Isn't Your Fault — You've Been Following the Wrong System","description":"\u003cdiv class=\"cs-premium-wrapper\"\u003e\n  \u003cstyle\u003e\n    \/* Premium Geometric Sans-Serif Font Stack (similar to modern tech brands) *\/\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;700;800\u0026display=swap');\n\n    .cs-premium-wrapper {\n      background-color: #ffffff; \/* Requested Pure White Background *\/\n      font-family: 'Inter', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: #334155; \/* Corporate Slate Grey *\/\n      padding: 80px 40px;\n      max-width: 1000px;\n      margin: 0 auto;\n      box-sizing: border-box;\n      line-height: 1.8;\n      -webkit-font-smoothing: antialiased;\n    }\n\n    \/* Subheadline Section - High Visual Impact *\/\n    .cs-hero-subheadline {\n      margin-bottom: 56px;\n      max-width: 800px;\n    }\n\n    .cs-lead-phrase {\n      display: block;\n      font-size: 24px;\n      font-weight: 700;\n      color: #103F77; \/* Deep Core Blue *\/\n      margin-bottom: 12px;\n      letter-spacing: -0.02em;\n    }\n\n    .cs-lead-phrase strong {\n      font-weight: 800;\n    }\n\n    .cs-body-paragraph {\n      font-size: 19px;\n      color: #475569;\n      margin-bottom: 32px;\n      letter-spacing: -0.01em;\n    }\n\n    .cs-body-paragraph strong {\n      color: #103F77;\n      font-weight: 700;\n      border-bottom: 3px solid rgba(50, 206, 142, 0.5); \/* Subtle green underline for \"office belly\" *\/\n    }\n\n    \/* The \"Truth\" Callout Box - Floating Card Style *\/\n    .cs-floating-truth {\n      background: linear-gradient(135deg, #ffffff 0%, rgba(16, 63, 119, 0.04) 100%);\n      padding: 48px;\n      border-radius: 20px;\n      box-shadow: 0 10px 40px rgba(16, 63, 119, 0.05); \/* Ultra-soft shadow for a \"herbana\" feel *\/\n      margin: 60px 0;\n      position: relative;\n      overflow: hidden;\n    }\n\n    \/* Accent top line for premium feel *\/\n    .cs-floating-truth::after {\n        content:'';\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 4px;\n        background-color: #32CE8E;\n    }\n\n    .cs-truth-header {\n      font-size: 22px;\n      font-weight: 800;\n      color: #103F77;\n      margin-bottom: 16px;\n      letter-spacing: -0.03em;\n    }\n\n    .cs-truth-content {\n      font-size: 18px;\n      color: #334155;\n      margin: 0;\n    }\n\n    \/* Solution Pitch - Direct \u0026 Strong *\/\n    .cs-solution-pitch {\n      font-size: 21px;\n      color: #103F77;\n      font-weight: 500;\n      margin-bottom: 64px;\n      letter-spacing: -0.02em;\n    }\n\n    .cs-brand-highlight {\n      font-weight: 800;\n      letter-spacing: -0.04em;\n    }\n\n    \/* Features Grid - Minimalist Premium Column Layout *\/\n    .cs-premium-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr 1fr;\n      gap: 32px;\n      margin-bottom: 72px;\n    }\n\n    .cs-grid-item {\n      padding: 32px;\n      border-radius: 16px;\n      border: 1px solid rgba(16, 63, 119, 0.1);\n      background: #ffffff;\n      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n\n    .cs-grid-item:hover {\n      transform: translateY(-5px);\n      box-shadow: 0 15px 30px rgba(16, 63, 119, 0.07);\n      border-color: rgba(50, 206, 142, 0.3);\n    }\n\n    .cs-icon-circle {\n      width: 48px;\n      height: 48px;\n      background-color: rgba(50, 206, 142, 0.1); \/* Translucent Green *\/\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-bottom: 24px;\n    }\n\n    .cs-icon-circle svg {\n      width: 24px;\n      height: 24px;\n      fill: #32CE8E; \/* Shift Green Icon *\/\n    }\n\n    .cs-grid-title {\n      font-size: 19px;\n      font-weight: 700;\n      color: #103F77;\n      margin: 0 0 12px 0;\n      line-height: 1.3;\n    }\n\n    .cs-grid-desc {\n      font-size: 15px;\n      color: #64748B;\n      margin: 0;\n      line-height: 1.6;\n    }\n\n    \/* World-Class High-Converting CTA Button - Pulsating Effect on Hover *\/\n    .cs-ultimate-cta-wrapper {\n      text-align: center;\n      margin-top: 60px;\n    }\n\n    .cs-big-btn {\n      display: inline-block;\n      background: linear-gradient(135deg, #103F77 0%, #154d91 100%); \/* Deep Core Blue Gradient *\/\n      color: #ffffff !important;\n      text-decoration: none;\n      font-size: 16px;\n      font-weight: 800;\n      letter-spacing: 0.05em;\n      padding: 24px 60px;\n      border-radius: 10px;\n      text-transform: uppercase;\n      box-shadow: 0 10px 30px rgba(16, 63, 119, 0.3);\n      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n      position: relative;\n    }\n\n    .cs-big-btn:hover {\n      background: linear-gradient(135deg, #0c2d54 0%, #103F77 100%);\n      transform: scale(1.03);\n      box-shadow: 0 15px 40px rgba(16, 63, 119, 0.4);\n    }\n\n    \/* Responsive Breakdown for Tablets and Mobile *\/\n    @media (max-width: 900px) {\n      .cs-premium-grid {\n        grid-template-columns: 1fr;\n        gap: 20px;\n      }\n      .coreshift-premium-section {\n        padding: 50px 20px;\n      }\n      .cs-lead-phrase {\n        font-size: 20px;\n      }\n      .cs-big-btn {\n        font-size: 14px;\n        padding: 20px 30px;\n        width: 100%;\n        box-sizing: border-box;\n      }\n      .cs-floating-truth {\n          padding: 32px;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"cs-hero-subheadline\"\u003e\n    \u003cspan class=\"cs-lead-phrase\"\u003e\n      Do you feel like \u003cstrong\u003eyour body has betrayed you?\u003c\/strong\u003e\n    \u003c\/span\u003e\n    \n    \u003cp class=\"cs-body-paragraph\"\u003e\n      Even though you try to control your eating habits and avoid sugar, your \u003cstrong\u003e“office belly”\u003c\/strong\u003e refuses to leave — slowly stealing your commanding presence and destroying the confidence you once felt in your favorite suits.\n    \u003c\/p\u003e\n    \n    \u003cp class=\"cs-body-paragraph\"\u003e\n      You’re tired of gym experts telling you to spend endless hours doing cardio... and exhausted by harsh diet plans that leave you drained, unfocused, and unable to perform at your best at work.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cs-floating-truth\"\u003e\n    \u003cdiv class=\"cs-truth-header\"\u003eLet me tell you the truth nobody talks about:\u003c\/div\u003e\n    \u003cp class=\"cs-truth-content\"\u003e\n      Your stubborn belly fat is not caused by laziness. It’s a defensive response from your body triggered by work stress (cortisol) and prolonged sitting — which gradually shuts down your body’s fat-burning engines.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"cs-solution-pitch\"\u003e\n    That’s exactly why we created \u003cspan class=\"cs-brand-highlight\"\u003eCoreShift™\u003c\/span\u003e: A smart and simple system designed to reactivate your neuromuscular system so your body burns fat automatically and efficiently — even while sitting behind your desk.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"cs-premium-grid\"\u003e\n    \n    \u003cdiv class=\"cs-grid-item\"\u003e\n      \u003cdiv class=\"cs-icon-circle\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3 class=\"cs-grid-title\"\u003eNo Starvation Diets\u003c\/h3\u003e\n      \u003cp class=\"cs-grid-desc\"\u003eBecause your brain needs energy to stay focused at work. Starving yourself is the fastest way to increase stress and store even more fat.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cs-grid-item\"\u003e\n      \u003cdiv class=\"cs-icon-circle\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3 class=\"cs-grid-title\"\u003eNo Exhausting Workouts\u003c\/h3\u003e\n      \u003cp class=\"cs-grid-desc\"\u003eIntense cardio only adds more pressure to a body already overwhelmed by work stress. Our system relies on smart behavioral activation instead.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cs-grid-item\"\u003e\n      \u003cdiv class=\"cs-icon-circle\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3 class=\"cs-grid-title\"\u003eResults That Restore Your Presence\u003c\/h3\u003e\n      \u003cp class=\"cs-grid-desc\"\u003eStart feeling a stronger core, lighter movement, and better posture that naturally commands respect in every meeting — starting from the very first week.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cs-ultimate-cta-wrapper\"\u003e\n    \u003ca href=\"#checkout\" class=\"cs-big-btn\"\u003e\n      YES, I WANT TO RESTORE MY PRESENCE \u0026amp; BURN OFFICE BELLY FAT NOW\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":47959213342948,"sku":null,"price":57.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0799\/3094\/9860\/files\/the-belly-fat-isnt-your-fault-youve-been-following-the-wrong-system-heres-the-14-day-method-busy-professionals-use-to-finally-lose-it-9608322.png?v=1772582110","url":"https:\/\/coreshift.space\/products\/coreshift","provider":"My Store","version":"1.0","type":"link"}