{"product_id":"losing-control-toolkit","title":"Losing Control Toolkit","description":"\u003cstyle\u003e\n  .c9-lc-premium {\n    --c9-bg: #fbf8f4;\n    --c9-cream: #fffdfa;\n    --c9-panel: #f6efe7;\n    --c9-panel-soft: #faf5ef;\n    --c9-border: #e8ded2;\n    --c9-border-soft: #f0e8de;\n    --c9-heading: #1f1c19;\n    --c9-text: #443b34;\n    --c9-muted: #6f645a;\n    --c9-soft: #958777;\n    --c9-accent: #b99a7c;\n    --c9-accent-soft: #eadcca;\n    --c9-shadow: 0 18px 45px rgba(64, 50, 39, 0.07);\n    --c9-shadow-soft: 0 8px 24px rgba(64, 50, 39, 0.045);\n    --c9-radius-xl: 28px;\n    --c9-radius-lg: 22px;\n    --c9-radius-md: 16px;\n\n    max-width: 980px;\n    margin: 0 auto;\n    padding: 0 clamp(10px, 2vw, 18px);\n    background: var(--c9-bg);\n    color: var(--c9-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.78;\n  }\n\n  .c9-lc-premium * {\n    box-sizing: border-box;\n  }\n\n  .c9-lc-premium strong {\n    color: var(--c9-heading);\n    font-weight: 700;\n  }\n\n  .c9-lc-hero {\n    position: relative;\n    overflow: hidden;\n    padding: clamp(30px, 6vw, 58px) clamp(20px, 5vw, 46px);\n    margin-bottom: 22px;\n    background:\n      radial-gradient(circle at top left, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 38%),\n      linear-gradient(135deg, #f3e9df 0%, #fbf8f4 62%, #f8f1e9 100%);\n    border: 1px solid var(--c9-border);\n    border-radius: var(--c9-radius-xl);\n    box-shadow: var(--c9-shadow);\n  }\n\n  .c9-lc-hero:after {\n    content: \"\";\n    position: absolute;\n    right: -80px;\n    bottom: -90px;\n    width: 240px;\n    height: 240px;\n    background: rgba(185, 154, 124, 0.12);\n    border-radius: 999px;\n    pointer-events: none;\n  }\n\n  .c9-lc-eyebrow {\n    margin: 0 0 13px;\n    font-size: 12px;\n    line-height: 1.4;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: #927f6e;\n    font-weight: 700;\n  }\n\n  .c9-lc-title {\n    position: relative;\n    z-index: 1;\n    margin: 0 0 16px;\n    max-width: 760px;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(2rem, 6vw, 3.25rem);\n    line-height: 1.06;\n    letter-spacing: -0.035em;\n    font-weight: 500;\n    color: var(--c9-heading);\n  }\n\n  .c9-lc-subtitle {\n    position: relative;\n    z-index: 1;\n    margin: 0 0 18px;\n    max-width: 780px;\n    font-size: clamp(1.05rem, 2vw, 1.2rem);\n    line-height: 1.72;\n    color: var(--c9-muted);\n  }\n\n  .c9-lc-hero-copy {\n    position: relative;\n    z-index: 1;\n    margin: 0;\n    max-width: 760px;\n    font-size: clamp(0.98rem, 1.7vw, 1.05rem);\n    color: var(--c9-text);\n  }\n\n  .c9-lc-badge-row {\n    position: relative;\n    z-index: 1;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 26px;\n  }\n\n  .c9-lc-badge {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 42px;\n    padding: 11px 18px;\n    border-radius: 999px;\n    background: rgba(255,255,255,0.62);\n    border: 1px solid rgba(185,154,124,0.38);\n    color: #6a5d51;\n    font-size: 13px;\n    line-height: 1.25;\n    font-weight: 700;\n    letter-spacing: 0.35px;\n    text-transform: uppercase;\n  }\n\n  .c9-lc-trust-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 14px;\n    margin-bottom: 18px;\n  }\n\n  .c9-lc-trust-card {\n    background: var(--c9-cream);\n    border: 1px solid var(--c9-border);\n    border-radius: var(--c9-radius-lg);\n    box-shadow: var(--c9-shadow-soft);\n    padding: 20px 18px;\n  }\n\n  .c9-lc-trust-mark {\n    width: 34px;\n    height: 34px;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 12px;\n    border-radius: 999px;\n    background: var(--c9-accent-soft);\n    color: #816a56;\n    font-size: 16px;\n    line-height: 1;\n  }\n\n  .c9-lc-trust-card span {\n    display: block;\n    margin-bottom: 5px;\n    font-size: 12px;\n    letter-spacing: 1.25px;\n    text-transform: uppercase;\n    color: #8e7d6d;\n    font-weight: 800;\n  }\n\n  .c9-lc-trust-card p {\n    margin: 0;\n    font-size: 0.94rem;\n    line-height: 1.65;\n    color: #544a42;\n  }\n\n  .c9-lc-section {\n    padding: clamp(26px, 5vw, 40px) 4px;\n    border-bottom: 1px solid var(--c9-border-soft);\n  }\n\n  .c9-lc-section:last-of-type {\n    border-bottom: 0;\n  }\n\n  .c9-lc-section h3,\n  .c9-lc-callout h3,\n  .c9-lc-cta h3 {\n    margin: 0 0 15px;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(1.45rem, 4.6vw, 2.12rem);\n    line-height: 1.18;\n    letter-spacing: -0.025em;\n    font-weight: 500;\n    color: var(--c9-heading);\n  }\n\n  .c9-lc-section p,\n  .c9-lc-callout p,\n  .c9-lc-cta p {\n    margin: 0 0 16px;\n    font-size: clamp(0.97rem, 1.7vw, 1.03rem);\n    line-height: 1.84;\n    color: var(--c9-text);\n  }\n\n  .c9-lc-section p:last-child,\n  .c9-lc-callout p:last-child,\n  .c9-lc-cta p:last-child {\n    margin-bottom: 0;\n  }\n\n  .c9-lc-intro {\n    max-width: 830px;\n    margin: 0 auto;\n  }\n\n  .c9-lc-callout {\n    margin: 0;\n    padding: clamp(22px, 4vw, 32px);\n    background:\n      linear-gradient(90deg, rgba(185,154,124,0.18) 0%, rgba(255,253,250,0.95) 100%);\n    border: 1px solid var(--c9-border);\n    border-left: 5px solid var(--c9-accent);\n    border-radius: var(--c9-radius-lg);\n    box-shadow: var(--c9-shadow-soft);\n  }\n\n  .c9-lc-card {\n    background: var(--c9-cream);\n    border: 1px solid var(--c9-border);\n    border-radius: var(--c9-radius-lg);\n    box-shadow: var(--c9-shadow-soft);\n    padding: clamp(22px, 4vw, 30px);\n  }\n\n  .c9-lc-card-soft {\n    background: var(--c9-panel-soft);\n  }\n\n  .c9-lc-two-col {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 16px;\n  }\n\n  .c9-lc-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .c9-lc-list li {\n    position: relative;\n    margin: 0;\n    padding: 11px 0 11px 28px;\n    border-bottom: 1px solid rgba(232,222,210,0.72);\n    font-size: clamp(0.96rem, 1.7vw, 1rem);\n    line-height: 1.65;\n    color: #4d443d;\n  }\n\n  .c9-lc-list li:last-child {\n    border-bottom: 0;\n  }\n\n  .c9-lc-list li:before {\n    content: \"•\";\n    position: absolute;\n    left: 7px;\n    top: 10px;\n    color: var(--c9-accent);\n    font-size: 22px;\n    line-height: 1;\n  }\n\n  .c9-lc-note {\n    margin-top: 16px;\n    padding-top: 15px;\n    border-top: 1px solid var(--c9-border-soft);\n    font-size: 0.94rem;\n    line-height: 1.7;\n    color: var(--c9-muted);\n  }\n\n  .c9-lc-quote {\n    max-width: 780px;\n    margin: 0 auto;\n    text-align: center;\n  }\n\n  .c9-lc-quote p {\n    margin: 0;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(1.25rem, 4vw, 1.8rem);\n    line-height: 1.45;\n    letter-spacing: -0.02em;\n    color: var(--c9-heading);\n  }\n\n  .c9-lc-faq {\n    border-top: 1px solid var(--c9-border-soft);\n  }\n\n  .c9-lc-faq-item {\n    padding: 18px 0;\n    border-bottom: 1px solid var(--c9-border-soft);\n  }\n\n  .c9-lc-faq-item h4 {\n    margin: 0 0 7px;\n    font-size: clamp(1rem, 2vw, 1.05rem);\n    line-height: 1.45;\n    color: #2c2824;\n    font-weight: 800;\n  }\n\n  .c9-lc-faq-item p {\n    margin: 0;\n    color: var(--c9-muted);\n    font-size: 0.98rem;\n    line-height: 1.75;\n  }\n\n  .c9-lc-cta {\n    margin: clamp(28px, 5vw, 42px) 0 0;\n    padding: clamp(30px, 6vw, 48px) clamp(20px, 5vw, 38px);\n    background:\n      radial-gradient(circle at top, rgba(255,255,255,0.65) 0%, rgba(255,255,255,0) 48%),\n      linear-gradient(180deg, #f6eee5 0%, #efe3d7 100%);\n    border: 1px solid #e1d2c2;\n    border-radius: var(--c9-radius-xl);\n    box-shadow: var(--c9-shadow);\n    text-align: center;\n  }\n\n  .c9-lc-cta p {\n    max-width: 720px;\n    margin-left: auto;\n    margin-right: auto;\n    color: var(--c9-muted);\n  }\n\n  .c9-lc-cta-meta {\n    margin-top: 20px;\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 9px;\n  }\n\n  .c9-lc-cta-meta span {\n    display: inline-flex;\n    padding: 9px 14px;\n    border-radius: 999px;\n    background: rgba(255,255,255,0.55);\n    border: 1px solid rgba(185,154,124,0.34);\n    color: #75685d;\n    font-size: 12px;\n    line-height: 1.3;\n    font-weight: 700;\n    letter-spacing: 0.5px;\n    text-transform: uppercase;\n  }\n\n  @media screen and (max-width: 749px) {\n    .c9-lc-premium {\n      padding: 0 10px;\n    }\n\n    .c9-lc-hero {\n      border-radius: 22px;\n    }\n\n    .c9-lc-badge-row {\n      gap: 8px;\n    }\n\n    .c9-lc-badge {\n      width: 100%;\n      min-height: 40px;\n      padding: 10px 14px;\n      white-space: normal;\n      text-align: center;\n    }\n\n    .c9-lc-trust-grid {\n      grid-template-columns: 1fr;\n      gap: 10px;\n    }\n\n    .c9-lc-trust-card {\n      padding: 18px 16px;\n      border-radius: 18px;\n    }\n\n    .c9-lc-two-col {\n      grid-template-columns: 1fr;\n      gap: 12px;\n    }\n\n    .c9-lc-section {\n      padding-left: 0;\n      padding-right: 0;\n    }\n\n    .c9-lc-card,\n    .c9-lc-callout {\n      border-radius: 18px;\n    }\n\n    .c9-lc-list li {\n      padding-left: 24px;\n    }\n\n    .c9-lc-list li:before {\n      left: 5px;\n    }\n\n    .c9-lc-cta {\n      border-radius: 22px;\n    }\n\n    .c9-lc-cta-meta {\n      display: grid;\n      grid-template-columns: 1fr;\n    }\n\n    .c9-lc-cta-meta span {\n      justify-content: center;\n      width: 100%;\n    }\n  }\n\n  @media screen and (max-width: 480px) {\n    .c9-lc-premium {\n      padding: 0 8px;\n    }\n\n    .c9-lc-hero {\n      padding: 26px 16px 24px;\n    }\n\n    .c9-lc-card,\n    .c9-lc-callout,\n    .c9-lc-cta {\n      padding-left: 16px;\n      padding-right: 16px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"c9-lc-premium\"\u003e\n\n  \u003csection class=\"c9-lc-hero\"\u003e\n    \u003cp class=\"c9-lc-eyebrow\"\u003eCloud9 Gift Shop · Digital Emotional Toolkit\u003c\/p\u003e\n\n```\n\u003ch2 class=\"c9-lc-title\"\u003eLosing Control Toolkit\u003c\/h2\u003e\n\n\u003cp class=\"c9-lc-subtitle\"\u003e\n  A calming digital workbook created for the moments when everything feels too loud, too fast, too heavy, or too much to carry alone.\n\u003c\/p\u003e\n\n\u003cp class=\"c9-lc-hero-copy\"\u003e\n  The \u003cstrong\u003eLosing Control Toolkit\u003c\/strong\u003e was designed as a gentle place to land when emotions feel overwhelming, thoughts begin to spiral, and your body is asking for steadiness before anything else.\n\u003c\/p\u003e\n\n\u003cdiv class=\"c9-lc-badge-row\" aria-label=\"Product highlights\"\u003e\n  \u003cspan class=\"c9-lc-badge\"\u003eInstant Digital Access\u003c\/span\u003e\n  \u003cspan class=\"c9-lc-badge\"\u003ePrintable Workbook PDF\u003c\/span\u003e\n  \u003cspan class=\"c9-lc-badge\"\u003eSelf-Paced Support\u003c\/span\u003e\n\u003c\/div\u003e\n```\n\n  \u003c\/section\u003e\n\n  \u003csection class=\"c9-lc-trust-grid\" aria-label=\"Product details\"\u003e\n    \u003cdiv class=\"c9-lc-trust-card\"\u003e\n      \u003cdiv class=\"c9-lc-trust-mark\"\u003e✦\u003c\/div\u003e\n      \u003cspan\u003eDigital Workbook\u003c\/span\u003e\n      \u003cp\u003eGuided pages created for emotional overwhelm, spiraling thoughts, shutdown, and grounding.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n```\n\u003cdiv class=\"c9-lc-trust-card\"\u003e\n  \u003cdiv class=\"c9-lc-trust-mark\"\u003e✦\u003c\/div\u003e\n  \u003cspan\u003eImmediate Support\u003c\/span\u003e\n  \u003cp\u003eMade for the moments when you need to slow down, breathe, and choose one steady next step.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"c9-lc-trust-card\"\u003e\n  \u003cdiv class=\"c9-lc-trust-mark\"\u003e✦\u003c\/div\u003e\n  \u003cspan\u003ePrint or Use Digitally\u003c\/span\u003e\n  \u003cp\u003eUse it on your device, print it for personal reflection, or return to it whenever hard moments come back.\u003c\/p\u003e\n\u003c\/div\u003e\n```\n\n  \u003c\/section\u003e\n\n  \u003csection class=\"c9-lc-section\"\u003e\n    \u003cdiv class=\"c9-lc-intro\"\u003e\n      \u003cp\u003e\n        Some moments feel like they arrive all at once — the racing thoughts, the tight chest, the pressure to react, the emotional noise, the feeling that you are losing your grip on yourself.\n      \u003c\/p\u003e\n\n```\n  \u003cp\u003e\n    The \u003cstrong\u003eLosing Control Toolkit\u003c\/strong\u003e was created for those private moments when you do not need judgment, pressure, or complicated advice. You need a calmer place to pause, understand what is happening inside you, and come back to yourself with more care.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    This toolkit is not about pretending everything is fine. It is about helping you slow the moment down enough to breathe, ground, reflect, and move forward one steady step at a time.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n```\n\n  \u003c\/section\u003e\n\n  \u003csection class=\"c9-lc-section\"\u003e\n    \u003cdiv class=\"c9-lc-callout\"\u003e\n      \u003ch3\u003eFor the moments when it all feels like too much\u003c\/h3\u003e\n\n```\n  \u003cp\u003e\n    When your emotions feel too close to the surface, even simple decisions can feel heavy. This toolkit gives you guided support for emotional flooding, overstimulation, spiraling thoughts, shutdown, inner panic, and the moments when you need grounding before reacting.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    It was designed to feel calm, private, clear, and human — like a soft pause in the middle of the storm.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n```\n\n  \u003c\/section\u003e\n\n  \u003csection class=\"c9-lc-section\"\u003e\n    \u003ch3\u003eWhat This Toolkit Helps With\u003c\/h3\u003e\n\n```\n\u003cdiv class=\"c9-lc-card c9-lc-card-soft\"\u003e\n  \u003cul class=\"c9-lc-list\"\u003e\n    \u003cli\u003eEmotional overwhelm and feeling flooded\u003c\/li\u003e\n    \u003cli\u003eSpiraling thoughts that feel hard to stop\u003c\/li\u003e\n    \u003cli\u003eOverstimulation, mental noise, and inner pressure\u003c\/li\u003e\n    \u003cli\u003eShutdown, freeze-like moments, or emotional exhaustion\u003c\/li\u003e\n    \u003cli\u003eDifficulty pausing before reacting\u003c\/li\u003e\n    \u003cli\u003eFeeling disconnected from yourself during hard moments\u003c\/li\u003e\n    \u003cli\u003eNeeding a grounding place to regroup and choose your next step\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n```\n\n  \u003c\/section\u003e\n\n  \u003csection class=\"c9-lc-section\"\u003e\n    \u003ch3\u003eWhat’s Inside\u003c\/h3\u003e\n\n```\n\u003cdiv class=\"c9-lc-two-col\"\u003e\n  \u003cdiv class=\"c9-lc-card\"\u003e\n    \u003cul class=\"c9-lc-list\"\u003e\n      \u003cli\u003eWelcome and how-to-use pages\u003c\/li\u003e\n      \u003cli\u003eEmotional check-in prompts\u003c\/li\u003e\n      \u003cli\u003eBody awareness reflections\u003c\/li\u003e\n      \u003cli\u003eThought spiral exercises\u003c\/li\u003e\n      \u003cli\u003eFact-vs-fear processing pages\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"c9-lc-card\"\u003e\n    \u003cul class=\"c9-lc-list\"\u003e\n      \u003cli\u003eGrounding exercises for intense moments\u003c\/li\u003e\n      \u003cli\u003ePause-before-reacting prompts\u003c\/li\u003e\n      \u003cli\u003eNeeds, boundaries, and support check-ins\u003c\/li\u003e\n      \u003cli\u003eAfter-the-wave reflection pages\u003c\/li\u003e\n      \u003cli\u003eA plan for the next hard moment\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n```\n\n  \u003c\/section\u003e\n\n  \u003csection class=\"c9-lc-section\"\u003e\n    \u003cdiv class=\"c9-lc-callout\"\u003e\n      \u003ch3\u003eThe Experience\u003c\/h3\u003e\n\n```\n  \u003cp\u003e\n    This workbook was created to feel like a quiet exhale in the middle of overwhelm.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    The pages are clean, the prompts are gentle, and the structure is simple enough to return to when your mind already feels full. Every section is designed to help you feel more supported, more grounded, and less alone in the hard moment you are trying to move through.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n```\n\n  \u003c\/section\u003e\n\n  \u003csection class=\"c9-lc-section\"\u003e\n    \u003ch3\u003eWho It’s For\u003c\/h3\u003e\n\n```\n\u003cp\u003e\n  The \u003cstrong\u003eLosing Control Toolkit\u003c\/strong\u003e is for anyone who experiences emotional overload and wants a private, self-paced resource for grounding, reflection, and steadier next steps.\n\u003c\/p\u003e\n\n\u003cdiv class=\"c9-lc-card\"\u003e\n  \u003cul class=\"c9-lc-list\"\u003e\n    \u003cli\u003ePeople who feel close to emotional shutdown\u003c\/li\u003e\n    \u003cli\u003eThose who experience spiraling thoughts or panic-like overwhelm\u003c\/li\u003e\n    \u003cli\u003eThose who get overstimulated easily\u003c\/li\u003e\n    \u003cli\u003eAnyone who needs help pausing before reacting\u003c\/li\u003e\n    \u003cli\u003ePeople who want a supportive grounding tool they can return to\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n```\n\n  \u003c\/section\u003e\n\n  \u003csection class=\"c9-lc-section\"\u003e\n    \u003ch3\u003eWhy This Toolkit Feels Different\u003c\/h3\u003e\n\n```\n\u003cdiv class=\"c9-lc-card c9-lc-card-soft\"\u003e\n  \u003cul class=\"c9-lc-list\"\u003e\n    \u003cli\u003eCreated for immediate emotional support, not perfect circumstances\u003c\/li\u003e\n    \u003cli\u003eCombines grounding, reflection, and practical next-step prompts\u003c\/li\u003e\n    \u003cli\u003eHelps you slow down instead of forcing yourself to push through\u003c\/li\u003e\n    \u003cli\u003eFeels supportive, calm, private, and emotionally safe\u003c\/li\u003e\n    \u003cli\u003eOffers structure without feeling clinical, cold, or overwhelming\u003c\/li\u003e\n    \u003cli\u003eDesigned to be easy to return to whenever hard moments come back\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n```\n\n  \u003c\/section\u003e\n\n  \u003csection class=\"c9-lc-section\"\u003e\n    \u003ch3\u003eWhat You’ll Receive\u003c\/h3\u003e\n\n```\n\u003cdiv class=\"c9-lc-card\"\u003e\n  \u003cul class=\"c9-lc-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003e1 digital PDF workbook\u003c\/strong\u003e — Losing Control Toolkit\u003c\/li\u003e\n    \u003cli\u003eGuided emotional support pages for personal use\u003c\/li\u003e\n    \u003cli\u003ePrintable and digital-friendly format\u003c\/li\u003e\n    \u003cli\u003eInstant access after purchase through order delivery\u003c\/li\u003e\n    \u003cli\u003eA reusable resource for overwhelming emotional moments\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cp class=\"c9-lc-note\"\u003e\n    Please note: this is a \u003cstrong\u003edigital product only\u003c\/strong\u003e. No physical product will be shipped.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n```\n\n  \u003c\/section\u003e\n\n  \u003csection class=\"c9-lc-section\"\u003e\n    \u003ch3\u003eWhich Toolkit Is Right for Me?\u003c\/h3\u003e\n\n```\n\u003cp\u003e\n  \u003cstrong\u003eChoose the Losing Control Toolkit\u003c\/strong\u003e when you need support in the middle of immediate emotional overwhelm.\n\u003c\/p\u003e\n\n\u003cp\u003e\n  This toolkit is best for moments of spiraling, emotional flooding, overstimulation, shutdown, and feeling like you need grounding right now.\n\u003c\/p\u003e\n\n\u003cp\u003e\n  If you need a broader emotional reset for heaviness, rebuilding, and moving forward, the \u003cstrong\u003eFind Your Strength Toolkit\u003c\/strong\u003e may be a better place to start.\n\u003c\/p\u003e\n```\n\n  \u003c\/section\u003e\n\n  \u003csection class=\"c9-lc-section\"\u003e\n    \u003cdiv class=\"c9-lc-quote\"\u003e\n      \u003cp\u003eYou do not have to hold every hard moment by yourself.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"c9-lc-section\"\u003e\n    \u003ch3\u003eQuick FAQ\u003c\/h3\u003e\n\n```\n\u003cdiv class=\"c9-lc-faq\"\u003e\n  \u003cdiv class=\"c9-lc-faq-item\"\u003e\n    \u003ch4\u003eIs this a physical product?\u003c\/h4\u003e\n    \u003cp\u003eNo. This is a digital download. No physical product will be shipped.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"c9-lc-faq-item\"\u003e\n    \u003ch4\u003eHow will I receive it?\u003c\/h4\u003e\n    \u003cp\u003eYour file will be available after purchase through your order delivery.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"c9-lc-faq-item\"\u003e\n    \u003ch4\u003eCan I print it?\u003c\/h4\u003e\n    \u003cp\u003eYes. The workbook is designed for digital use and can also be printed for personal use.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"c9-lc-faq-item\"\u003e\n    \u003ch4\u003eIs this therapy?\u003c\/h4\u003e\n    \u003cp\u003eNo. This is a self-guided emotional wellness resource and is not a substitute for therapy, crisis care, or professional mental health support.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n```\n\n  \u003c\/section\u003e\n\n  \u003csection class=\"c9-lc-cta\"\u003e\n    \u003cp class=\"c9-lc-eyebrow\"\u003eCalm support for overwhelming moments\u003c\/p\u003e\n\n```\n\u003ch3\u003eCome back to yourself, one gentle step at a time.\u003c\/h3\u003e\n\n\u003cp\u003e\n  If everything has been feeling too loud, too fast, or too heavy, the \u003cstrong\u003eLosing Control Toolkit\u003c\/strong\u003e was created to help you slow down, ground yourself, and feel supported again.\n\u003c\/p\u003e\n\n\u003cdiv class=\"c9-lc-cta-meta\" aria-label=\"Product format\"\u003e\n  \u003cspan\u003eDigital Download\u003c\/span\u003e\n  \u003cspan\u003ePrintable PDF\u003c\/span\u003e\n  \u003cspan\u003ePersonal Use\u003c\/span\u003e\n  \u003cspan\u003eInstant Access\u003c\/span\u003e\n\u003c\/div\u003e\n```\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n","brand":"Cloud9 Gift Shop","offers":[{"title":"Default Title","offer_id":54685263397236,"sku":null,"price":21.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0962\/0747\/0964\/files\/losing-control-toolkit-mockup.png?v=1781278429","url":"https:\/\/cloud9giftshop.com\/products\/losing-control-toolkit","provider":"Cloud9 Gift Shop","version":"1.0","type":"link"}