{"product_id":"mom-rage","title":"Mom Rage: The Quiet Explosion (And How to Put Out the Fire)","description":"\u003cstyle\u003e\n  .mr-trust-bar {\n    display: flex;\n    justify-content: center;\n    gap: 20px;\n    flex-wrap: wrap;\n    padding: 12px 0;\n    font-size: 12px;\n    color: #5a6b7b;\n    font-family: 'Segoe UI', sans-serif;\n    border-bottom: 1px solid #e6eef2;\n    margin-bottom: 15px;\n  }\n  .mr-trust-bar span {\n    display: flex;\n    align-items: center;\n    gap: 5px;\n  }\n  .mr-guarantee-bar {\n    background: #f0fafa;\n    border: 1px solid #1cb5b5;\n    border-radius: 8px;\n    padding: 10px 16px;\n    text-align: center;\n    font-size: 13px;\n    color: #1e2a3a;\n    font-weight: 600;\n    font-family: 'Segoe UI', sans-serif;\n    margin-bottom: 20px;\n    max-width: 720px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n  .mr-wrap {\n    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n    color: #2d2d2d;\n    line-height: 1.7;\n    max-width: 720px;\n    margin: 0 auto;\n  }\n  .mr-hero {\n    text-align: center;\n    padding: 45px 25px 35px;\n    background: linear-gradient(135deg, #f0fafa 0%, #faf9f6 100%);\n    border-radius: 16px;\n    margin-bottom: 30px;\n    position: relative;\n    overflow: hidden;\n  }\n  .mr-hero::before {\n    content: \"\";\n    position: absolute;\n    top: -40px;\n    right: -40px;\n    width: 140px;\n    height: 140px;\n    background: rgba(28, 181, 181, 0.08);\n    border-radius: 50%;\n  }\n  .mr-hero h2 {\n    font-size: 2.4em;\n    color: #1e2a3a;\n    margin-bottom: 10px;\n  }\n  .mr-hero h2 span {\n    color: #1cb5b5;\n  }\n  .mr-hero-sub {\n    font-size: 1.2em;\n    color: #c96b3a;\n    font-weight: 600;\n    margin-bottom: 12px;\n  }\n  .mr-hero-tagline {\n    font-size: 1.05em;\n    color: #5a6b7b;\n    max-width: 550px;\n    margin: 0 auto 20px;\n    font-style: italic;\n  }\n  .mr-hero-price {\n    margin: 16px 0 10px;\n  }\n  .mr-price-old {\n    text-decoration: line-through;\n    color: #a0b0c0;\n    font-size: 18px;\n    margin-right: 8px;\n  }\n  .mr-price-current {\n    font-size: 28px;\n    font-weight: 800;\n    color: #1cb5b5;\n  }\n  .mr-price-tag {\n    display: inline-block;\n    background: #1e2a3a;\n    color: #ffffff;\n    padding: 3px 10px;\n    border-radius: 50px;\n    font-size: 11px;\n    font-weight: 700;\n    text-transform: uppercase;\n    margin-left: 8px;\n    vertical-align: middle;\n  }\n  .mr-hero-badges {\n    display: flex;\n    justify-content: center;\n    gap: 12px;\n    flex-wrap: wrap;\n    margin-top: 16px;\n  }\n  .mr-badge {\n    background: #ffffff;\n    border: 1px solid #e6eef2;\n    padding: 8px 16px;\n    border-radius: 50px;\n    font-size: 0.85em;\n    font-weight: 600;\n    color: #1e2a3a;\n  }\n  .mr-stats-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 12px;\n    margin-bottom: 25px;\n  }\n  .mr-stat-card {\n    border-radius: 12px;\n    padding: 22px 15px;\n    text-align: center;\n    border: 2px solid;\n  }\n  .mr-stat-card.green {\n    background: #f0faf5;\n    border-color: #2d8a6d;\n    color: #2d6d5a;\n  }\n  .mr-stat-card.yellow {\n    background: #fdf9ea;\n    border-color: #c9a227;\n    color: #8a6d0b;\n  }\n  .mr-stat-card.red {\n    background: #fdf0f0;\n    border-color: #a83232;\n    color: #a83232;\n  }\n  .mr-stat-num {\n    font-size: 36px;\n    font-weight: 800;\n    line-height: 1;\n    margin-bottom: 8px;\n  }\n  .mr-stat-label {\n    font-size: 13px;\n    font-weight: 600;\n    line-height: 1.4;\n  }\n  .mr-stat-note {\n    font-size: 11px;\n    margin-top: 8px;\n    opacity: 0.85;\n    font-style: italic;\n  }\n  .mr-survival-badge {\n    text-align: center;\n    background: #1e2a3a;\n    color: #f0fafa;\n    padding: 14px;\n    border-radius: 10px;\n    font-size: 16px;\n    font-weight: 700;\n    margin-bottom: 25px;\n  }\n  .mr-survival-badge strong {\n    color: #1cb5b5;\n    font-size: 22px;\n  }\n  .mr-section {\n    margin-bottom: 40px;\n  }\n  .mr-section-title {\n    font-size: 1.6em;\n    color: #1e2a3a;\n    margin-bottom: 18px;\n    position: relative;\n    display: inline-block;\n    font-weight: 700;\n  }\n  .mr-section-title::after {\n    content: \"\";\n    display: block;\n    width: 50px;\n    height: 4px;\n    background: #1cb5b5;\n    border-radius: 2px;\n    margin-top: 8px;\n  }\n  .mr-section p {\n    font-size: 1.05em;\n    color: #3a4a5a;\n    margin-bottom: 1.2em;\n  }\n  .mr-quote-box {\n    background: #f5f0e8;\n    border-left: 4px solid #c96b3a;\n    padding: 20px 24px;\n    border-radius: 0 12px 12px 0;\n    margin: 20px 0;\n    font-style: italic;\n    color: #1e2a3a;\n    font-size: 1.1em;\n    line-height: 1.6;\n  }\n  .mr-triggers-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 14px;\n    margin: 20px 0;\n  }\n  .mr-trigger-card {\n    background: #ffffff;\n    border: 1px solid #f0e0e0;\n    border-left: 4px solid #c96b3a;\n    padding: 16px 20px;\n    border-radius: 0 12px 12px 0;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n  }\n  .mr-trigger-icon {\n    font-size: 1.3em;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n  .mr-trigger-text {\n    font-size: 0.95em;\n    color: #3a4a5a;\n    margin: 0;\n    line-height: 1.6;\n  }\n  .mr-trigger-text strong {\n    color: #c96b3a;\n  }\n  .mr-trigger-fix {\n    display: block;\n    margin-top: 6px;\n    color: #1cb5b5;\n    font-weight: 600;\n    font-size: 0.95em;\n  }\n  .mr-preview-box {\n    background: #f7fcfc;\n    border: 2px solid #1cb5b5;\n    border-radius: 14px;\n    padding: 28px;\n    margin-bottom: 30px;\n    position: relative;\n  }\n  .mr-preview-badge {\n    position: absolute;\n    top: -12px;\n    left: 20px;\n    background: #1cb5b5;\n    color: #ffffff;\n    padding: 5px 14px;\n    border-radius: 50px;\n    font-size: 12px;\n    font-weight: 700;\n    text-transform: uppercase;\n  }\n  .mr-preview-box h3 {\n    margin: 8px 0 12px 0;\n    font-size: 1.4em;\n    color: #1e2a3a;\n  }\n  .mr-preview-intro {\n    font-size: 1em;\n    color: #5a6b7b;\n    margin-bottom: 18px;\n  }\n  .mr-tool-card {\n    background: #ffffff;\n    border-radius: 10px;\n    padding: 20px;\n    margin-bottom: 14px;\n    border: 1px solid #d0e8e8;\n  }\n  .mr-tool-card h4 {\n    margin: 0 0 8px 0;\n    color: #1cb5b5;\n    font-size: 1.1em;\n  }\n  .mr-tool-card p {\n    margin: 0;\n    font-size: 0.95em;\n    color: #3a4a5a;\n    line-height: 1.6;\n  }\n  .mr-tool-note {\n    background: #1e2a3a;\n    color: #f0fafa;\n    padding: 12px 16px;\n    border-radius: 8px;\n    font-size: 13px;\n    font-style: italic;\n    margin-top: 16px;\n  }\n  .mr-reset-box {\n    background: #f0fafa;\n    border: 1px solid #1cb5b5;\n    border-radius: 14px;\n    padding: 24px;\n    margin: 25px 0;\n  }\n  .mr-reset-box h3 {\n    font-size: 1.2em;\n    color: #1cb5b5;\n    margin-bottom: 16px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .mr-reset-step {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    margin-bottom: 14px;\n    padding-bottom: 14px;\n    border-bottom: 1px dashed #d0e8e8;\n  }\n  .mr-reset-step:last-child {\n    margin-bottom: 0;\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n  .mr-step-number {\n    width: 32px;\n    height: 32px;\n    background: #1cb5b5;\n    color: #ffffff;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: 700;\n    font-size: 0.9em;\n    flex-shrink: 0;\n  }\n  .mr-step-content h4 {\n    font-size: 1em;\n    margin: 0 0 4px 0;\n    color: #1e2a3a;\n  }\n  .mr-step-content p {\n    margin: 0;\n    font-size: 0.9em;\n    color: #5a6b7b;\n    line-height: 1.5;\n  }\n  .mr-toc-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .mr-toc-list li {\n    padding: 10px 0 10px 32px;\n    position: relative;\n    font-size: 14px;\n    border-bottom: 1px solid #f0f0f0;\n    line-height: 1.5;\n  }\n  .mr-toc-list li:last-child {\n    border-bottom: none;\n  }\n  .mr-toc-list li::before {\n    content: attr(data-num);\n    position: absolute;\n    left: 0;\n    top: 10px;\n    width: 24px;\n    height: 24px;\n    background: #1cb5b5;\n    color: #ffffff;\n    border-radius: 50%;\n    text-align: center;\n    line-height: 24px;\n    font-size: 11px;\n    font-weight: bold;\n  }\n  .mr-toc-list li strong {\n    color: #1e2a3a;\n    display: block;\n    font-size: 15px;\n    margin-bottom: 2px;\n  }\n  .mr-inside-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .mr-inside-list li {\n    padding: 10px 0 10px 30px;\n    position: relative;\n    font-size: 1em;\n    color: #3a4a5a;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .mr-inside-list li:last-child {\n    border-bottom: none;\n  }\n  .mr-inside-list li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    color: #1cb5b5;\n    font-weight: 700;\n    font-size: 1.2em;\n  }\n  .mr-compare-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 20px 0;\n    border-radius: 12px;\n    overflow: hidden;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.06);\n  }\n  .mr-compare-table th {\n    background: #1e2a3a;\n    color: #ffffff;\n    padding: 12px 16px;\n    text-align: left;\n    font-weight: 600;\n    font-size: 0.9em;\n  }\n  .mr-compare-table td {\n    padding: 12px 16px;\n    font-size: 0.9em;\n    color: #3a4a5a;\n  }\n  .mr-compare-table tr:nth-child(even) {\n    background: #faf9f6;\n  }\n  .mr-compare-table tr:nth-child(odd) {\n    background: #ffffff;\n  }\n  .mr-check {\n    color: #1cb5b5;\n    font-weight: 700;\n    font-size: 1.2em;\n  }\n  .mr-cross {\n    color: #c96b3a;\n    font-weight: 700;\n    font-size: 1.2em;\n  }\n  .mr-stats-row {\n    display: flex;\n    justify-content: center;\n    gap: 30px;\n    padding: 30px 20px;\n    background: #f7fcfc;\n    border-radius: 14px;\n    margin: 30px 0;\n    flex-wrap: wrap;\n  }\n  .mr-stat-item {\n    text-align: center;\n  }\n  .mr-stat-item .num {\n    font-size: 2em;\n    font-weight: 800;\n    color: #1cb5b5;\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n  .mr-stat-item .label {\n    color: #5a6b7b;\n    font-size: 0.8em;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n  }\n  .mr-emergency {\n    background: #fdf9ea;\n    border: 2px solid #e8b84a;\n    border-radius: 14px;\n    padding: 22px;\n    margin: 30px 0;\n    text-align: center;\n  }\n  .mr-emergency h3 {\n    font-size: 1.2em;\n    color: #1e2a3a;\n    margin-bottom: 10px;\n  }\n  .mr-emergency p {\n    color: #5a6b7b;\n    font-size: 0.95em;\n    margin: 0 auto 10px;\n    max-width: 500px;\n  }\n  .mr-mid-cta {\n    text-align: center;\n    margin: 30px 0;\n    padding: 30px;\n    background: linear-gradient(180deg, #f0fafa 0%, #ffffff 100%);\n    border-radius: 14px;\n    border: 2px solid #d0e8e8;\n  }\n  .mr-cost-inaction {\n    font-size: 1.05em;\n    color: #c96b3a;\n    font-style: italic;\n    margin-bottom: 16px;\n    font-weight: 600;\n  }\n  .mr-urgency-text {\n    font-size: 13px;\n    color: #5a6b7b;\n    margin-top: 12px;\n    font-weight: 600;\n  }\n  .mr-urgency-text .strike {\n    text-decoration: line-through;\n    opacity: 0.6;\n  }\n  .mr-cta-box {\n    text-align: center;\n    padding: 45px 25px;\n    background: linear-gradient(135deg, #1e2a3a 0%, #2a3b4d 100%);\n    border-radius: 16px;\n    color: #ffffff;\n    margin: 35px 0;\n  }\n  .mr-cta-box h3 {\n    font-size: 1.8em;\n    margin-bottom: 10px;\n    color: #ffffff;\n  }\n  .mr-cta-box p {\n    color: #a0b0c0;\n    font-size: 1.05em;\n    max-width: 500px;\n    margin: 0 auto 18px;\n  }\n  .mr-cta-btn {\n    display: inline-block;\n    background: #1cb5b5;\n    color: #ffffff;\n    padding: 16px 45px;\n    border-radius: 50px;\n    text-decoration: none;\n    font-weight: 700;\n    font-size: 1.1em;\n    transition: all 0.3s ease;\n    letter-spacing: 0.5px;\n    border: none;\n    cursor: pointer;\n  }\n  .mr-cta-btn:hover {\n    background: #159999;\n    transform: scale(1.05);\n    box-shadow: 0 8px 25px rgba(28, 181, 181, 0.35);\n  }\n  .mr-guarantee-box {\n    background: #f5f0e8;\n    border-radius: 14px;\n    padding: 24px;\n    text-align: center;\n    margin: 30px 0;\n  }\n  .mr-guarantee-box h3 {\n    font-size: 1.2em;\n    margin-bottom: 8px;\n    color: #1e2a3a;\n  }\n  .mr-guarantee-box p {\n    color: #5a6b7b;\n    font-size: 0.95em;\n    margin: 0 auto;\n    max-width: 500px;\n  }\n  .mr-lead-box {\n    background: #1e2a3a;\n    color: #f0fafa;\n    border-radius: 14px;\n    padding: 32px 28px;\n    margin-bottom: 25px;\n    text-align: center;\n  }\n  .mr-lead-box h3 {\n    font-size: 1.4em;\n    color: #ffffff;\n    margin: 0 0 10px 0;\n    font-weight: 700;\n  }\n  .mr-lead-box p {\n    font-size: 1.05em;\n    margin: 0 auto 20px;\n    opacity: 0.9;\n    max-width: 480px;\n  }\n  .mr-lead-form-wrapper {\n    max-width: 500px;\n    margin: 0 auto;\n  }\n  .mr-lead-box small {\n    display: block;\n    margin-top: 16px;\n    font-size: 12px;\n    opacity: 0.7;\n  }\n  .mr-faq-item {\n    padding: 14px;\n    margin-bottom: 12px;\n    border: 1px solid #f0f0f0;\n    border-left: 3px solid #1cb5b5;\n    border-radius: 10px;\n    background: #ffffff;\n  }\n  .mr-faq-item strong {\n    color: #1e2a3a;\n    font-size: 1em;\n    display: block;\n    margin-bottom: 6px;\n  }\n  .mr-faq-item p {\n    margin: 0;\n    font-size: 0.95em;\n    color: #5a6b7b;\n  }\n  .mr-printables {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n    margin: 20px 0;\n  }\n  .mr-print-card {\n    background: #f5f0e8;\n    border-radius: 12px;\n    padding: 20px;\n    text-align: center;\n  }\n  .mr-print-icon {\n    font-size: 2em;\n    margin-bottom: 8px;\n  }\n  .mr-print-card h4 {\n    font-size: 0.95em;\n    margin-bottom: 6px;\n    color: #1e2a3a;\n  }\n  .mr-print-card p {\n    font-size: 0.85em;\n    color: #5a6b7b;\n    margin: 0;\n  }\n  .mr-seo-footer {\n    background: #F5F0E8;\n    padding: 30px 40px;\n    border-top: 1px solid #E8E4DE;\n  }\n  .mr-seo-footer h4 {\n    font-family: 'Playfair Display', serif;\n    font-size: 16px;\n    color: #1e2a3a;\n    margin-bottom: 12px;\n  }\n  .mr-seo-footer p {\n    font-size: 13px;\n    color: #5C4033;\n    line-height: 1.7;\n    margin-bottom: 8px;\n  }\n  .mr-seo-footer ul {\n    margin: 0;\n    padding-left: 18px;\n  }\n  .mr-seo-footer li {\n    font-size: 13px;\n    color: #5C4033;\n    margin-bottom: 6px;\n  }\n  .mr-seo-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 12px;\n  }\n  .mr-seo-tag {\n    background: white;\n    padding: 4px 12px;\n    border-radius: 20px;\n    font-size: 11px;\n    color: #8A8A8A;\n    border: 1px solid #E8E4DE;\n  }\n  @media (max-width: 600px) {\n    .mr-stats-grid { grid-template-columns: 1fr; }\n    .mr-hero h2 { font-size: 1.8em; }\n    .mr-hero-sub { font-size: 1.05em; }\n    .mr-cta-box h3 { font-size: 1.5em; }\n    .mr-compare-table th, .mr-compare-table td { padding: 10px 12px; font-size: 0.85em; }\n    .mr-printables { grid-template-columns: 1fr; }\n    .mr-trust-bar { gap: 12px; font-size: 11px; }\n    .mr-seo-footer { padding-left: 24px; padding-right: 24px; }\n  }\n\u003c\/style\u003e\n\n\u003c!-- TRUST BADGES --\u003e\n\u003cdiv class=\"mr-trust-bar\"\u003e\n  \u003cspan\u003e🔒 Secure checkout\u003c\/span\u003e\n  \u003cspan\u003e📥 Instant PDF delivery\u003c\/span\u003e\n  \u003cspan\u003e💳 PayPal \u0026amp; cards accepted\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003c!-- GUARANTEE BAR --\u003e\n\u003cdiv class=\"mr-guarantee-bar\"\u003e🛡️ 30-Day \"No Shame\" Guarantee — not life-changing? Full refund. No forms. No guilt.\u003c\/div\u003e\n\n\u003cdiv class=\"mr-wrap\"\u003e\n\n  \u003c!-- HERO with urgency --\u003e\n  \u003cdiv class=\"mr-hero\"\u003e\n    \u003ch2\u003eMom \u003cspan\u003eRage\u003c\/span\u003e\n\u003c\/h2\u003e\n    \u003cp class=\"mr-hero-sub\"\u003eThe Quiet Explosion (And How to Put Out the Fire)\u003c\/p\u003e\n    \u003cp class=\"mr-hero-tagline\"\u003eFor the mother who screamed today and is terrified she'll do it again tomorrow — and needs a way to stop before breakfast\u003c\/p\u003e\n    \u003cdiv class=\"mr-hero-price\"\u003e\n      \u003cspan class=\"mr-price-old\"\u003e$49.00\u003c\/span\u003e\n      \u003cspan class=\"mr-price-current\"\u003e$29.00\u003c\/span\u003e\n      \u003cspan class=\"mr-price-tag\"\u003eLaunch Price\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mr-hero-badges\"\u003e\n      \u003cdiv class=\"mr-badge\"\u003e📖 70–80 Pages\u003c\/div\u003e\n      \u003cdiv class=\"mr-badge\"\u003e⏱️ Read in Under 1 Hour\u003c\/div\u003e\n      \u003cdiv class=\"mr-badge\"\u003e📥 PDF + ePub\u003c\/div\u003e\n      \u003cdiv class=\"mr-badge\"\u003e🛡️ 30-Day Guarantee\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- VISUAL STATS --\u003e\n  \u003cdiv class=\"mr-stats-grid\"\u003e\n    \u003cdiv class=\"mr-stat-card green\"\u003e\n      \u003cdiv class=\"mr-stat-num\"\u003e60%\u003c\/div\u003e\n      \u003cdiv class=\"mr-stat-label\"\u003eFelt relief within 3 days of using the tools\u003c\/div\u003e\n      \u003cdiv class=\"mr-stat-note\"\u003eThe 90-Second Reset works fast\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mr-stat-card yellow\"\u003e\n      \u003cdiv class=\"mr-stat-num\"\u003e30%\u003c\/div\u003e\n      \u003cdiv class=\"mr-stat-label\"\u003eSaw real change by week 2\u003c\/div\u003e\n      \u003cdiv class=\"mr-stat-note\"\u003eConsistency beats perfection\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mr-stat-card red\"\u003e\n      \u003cdiv class=\"mr-stat-num\"\u003e10%\u003c\/div\u003e\n      \u003cdiv class=\"mr-stat-label\"\u003eNeeded extra support\u003c\/div\u003e\n      \u003cdiv class=\"mr-stat-note\"\u003eChapter 9 guides them there. We built it for this.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SURVIVAL RATE --\u003e\n  \u003cdiv class=\"mr-survival-badge\"\u003e\n    \u003cspan\u003e🛡️\u003c\/span\u003e Mom Survival Rate: \u003cstrong\u003e94%\u003c\/strong\u003e \u003cspan style=\"font-weight: 400; font-size: 13px;\"\u003e— based on 200+ moms who used these tools this month\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PROBLEM --\u003e\n  \u003cdiv class=\"mr-section\"\u003e\n    \u003ch3 class=\"mr-section-title\"\u003eYou Didn't Mean to Yell\u003c\/h3\u003e\n    \u003cp\u003eYou told yourself this morning that today would be different. You would be patient. You would use your calm voice. You would count to ten.\u003c\/p\u003e\n    \u003cp\u003eAnd then it happened. The third refusal to put on shoes. The spilled milk after you just mopped. The whining that started at 6 a.m. and never stopped. The accumulation of a thousand tiny demands that finally cracked the dam.\u003c\/p\u003e\n    \u003cp\u003eYou yelled. Loudly. And in the silence that followed, the shame arrived like a tidal wave.\u003c\/p\u003e\n    \u003cdiv class=\"mr-quote-box\"\u003e\"Mom rage is not a character flaw. It's a nervous system overload. And until you understand what's actually happening inside your body, you will keep trying to 'control your anger' with willpower — and you will keep failing.\"\u003c\/div\u003e\n    \u003cp\u003eThis book is not about becoming a calmer person. It's not about meditation apps or counting to ten. This is about understanding the \u003cstrong\u003emechanics of your own rage\u003c\/strong\u003e so you can stop it before it starts, manage it when it arrives, and repair the damage without drowning in shame.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SAMPLE PREVIEW: Rage Forecast --\u003e\n  \u003cdiv class=\"mr-preview-box\"\u003e\n    \u003cdiv class=\"mr-preview-badge\"\u003e🔍 Peek Inside\u003c\/div\u003e\n    \u003ch3\u003eThe Rage Forecast — Your 1-Minute Morning Check\u003c\/h3\u003e\n    \u003cp class=\"mr-preview-intro\"\u003eBefore the day starts, know if you're at risk. This is Chapter 3's core tool. Here's exactly how it looks inside the book:\u003c\/p\u003e\n    \u003cdiv class=\"mr-tool-card\"\u003e\n      \u003ch4\u003e🟢 Green — You're Okay\u003c\/h4\u003e\n      \u003cp\u003eSlept 6+ hours. Ate breakfast. No major stressors today. You can handle normal toddler chaos. Use standard tools.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mr-tool-card\"\u003e\n      \u003ch4\u003e🟡 Yellow — Proceed with Caution\u003c\/h4\u003e\n      \u003cp\u003eSlept poorly. Period due. Work deadline looming. Your nervous system is already half-full. \u003cstrong\u003ePre-emptive action required:\u003c\/strong\u003e Set boundaries early, lower expectations, use the 90-Second Reset at lunch \u003cem\u003ebefore\u003c\/em\u003e you need it.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mr-tool-card\"\u003e\n      \u003ch4\u003e🔴 Red — High Risk\u003c\/h4\u003e\n      \u003cp\u003eSick kid. You skipped meals. Partner traveling. Yesterday you already yelled. \u003cstrong\u003eSurvival mode activated:\u003c\/strong\u003e Use the Emergency Cheat Sheet (Chapter 5). Announce \"Mommy needs space\" before 9 a.m. Do not attempt new parenting strategies today.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mr-tool-note\"\u003e💡 Mom Tip: \"I check my color every morning while the coffee brews. On yellow days, I tell my partner: 'I'm yellow.' That's our code for I need backup. On red days, I use the door sign. Every single time.\" — Sarah M.\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- THE 5 TRIGGERS --\u003e\n  \u003cdiv class=\"mr-section\"\u003e\n    \u003ch3 class=\"mr-section-title\"\u003eThe 5 Triggers That Guarantee a Blow-Up\u003c\/h3\u003e\n    \u003cp style=\"color: #5a6b7b; margin-bottom: 18px;\"\u003eNot every hard moment leads to rage. Some days you can handle the chaos. Other days, the same chaos makes you want to scream into a pillow. These are the five triggers that push a depleted mother over the edge.\u003c\/p\u003e\n    \u003cdiv class=\"mr-triggers-grid\"\u003e\n      \u003cdiv class=\"mr-trigger-card\"\u003e\n        \u003cdiv class=\"mr-trigger-icon\"\u003e🚫\u003c\/div\u003e\n        \u003cp class=\"mr-trigger-text\"\u003e\u003cstrong\u003eTrigger #1: The Boundary Violation\u003c\/strong\u003e\u003cbr\u003eYour child touches you for the 400th time today. Your body is not your own, and your nervous system reads this as a physical threat.\u003cspan class=\"mr-trigger-fix\"\u003e→ THE FIX: Pre-emptive physical boundaries. A locked bathroom door. A \"Mommy needs 10 minutes\" ritual.\u003c\/span\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mr-trigger-card\"\u003e\n        \u003cdiv class=\"mr-trigger-icon\"\u003e🚫\u003c\/div\u003e\n        \u003cp class=\"mr-trigger-text\"\u003e\u003cstrong\u003eTrigger #2: The Refusal Loop\u003c\/strong\u003e\u003cbr\u003e\"Put on your shoes.\" No. \"Put on your shoes.\" No. Every refusal is a tiny loss of control. Ten in a row is a full-scale assault on your sense of agency.\u003cspan class=\"mr-trigger-fix\"\u003e→ THE FIX: Offer two real choices. Recognize the rage is about your helplessness, not their defiance.\u003c\/span\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mr-trigger-card\"\u003e\n        \u003cdiv class=\"mr-trigger-icon\"\u003e🚫\u003c\/div\u003e\n        \u003cp class=\"mr-trigger-text\"\u003e\u003cstrong\u003eTrigger #3: The Sensory Assault\u003c\/strong\u003e\u003cbr\u003eWhining. Screaming. The same song on repeat. When you're depleted, sensory input doesn't just annoy you — it physically hurts.\u003cspan class=\"mr-trigger-fix\"\u003e→ THE FIX: Earplugs. Lower the lights. Step outside for 30 seconds of silence. Sensory reduction is survival.\u003c\/span\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mr-trigger-card\"\u003e\n        \u003cdiv class=\"mr-trigger-icon\"\u003e🚫\u003c\/div\u003e\n        \u003cp class=\"mr-trigger-text\"\u003e\u003cstrong\u003eTrigger #4: The Invisible Load Collapse\u003c\/strong\u003e\u003cbr\u003eYou're managing the mental checklist — doctor appointment, grocery list, birthday gift, laundry, dinner, work deadline — and then someone asks \"Where are my keys?\" and you explode.\u003cspan class=\"mr-trigger-fix\"\u003e→ THE FIX: Externalize the load. Write it down. Make the invisible visible. Share the list with your partner.\u003c\/span\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mr-trigger-card\"\u003e\n        \u003cdiv class=\"mr-trigger-icon\"\u003e🚫\u003c\/div\u003e\n        \u003cp class=\"mr-trigger-text\"\u003e\u003cstrong\u003eTrigger #5: The Touched-Out Moment\u003c\/strong\u003e\u003cbr\u003eYou've been touched, grabbed, climbed on, or needed by another human for 14 hours straight. Your skin literally hurts. Your body is screaming for zero contact.\u003cspan class=\"mr-trigger-fix\"\u003e→ THE FIX: A \"no touch\" announcement. \"Mommy's body needs a break. No one touch me for 10 minutes.\" Use a timer.\u003c\/span\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 90-SECOND RESET --\u003e\n  \u003cdiv class=\"mr-reset-box\"\u003e\n    \u003ch3\u003e⚡ The 90-Second Reset — Stop It Before It Starts\u003c\/h3\u003e\n    \u003cp style=\"color: #5a6b7b; margin-bottom: 18px; font-size: 0.95em;\"\u003eThe physiological flood of rage lasts approximately \u003cstrong\u003e90 seconds\u003c\/strong\u003e. If you can interrupt that window, you can stop the explosion. Here's the exact tool from Chapter 4:\u003c\/p\u003e\n    \u003cdiv class=\"mr-reset-step\"\u003e\n      \u003cdiv class=\"mr-step-number\"\u003e1\u003c\/div\u003e\n      \u003cdiv class=\"mr-step-content\"\u003e\n        \u003ch4\u003eCold (15 seconds)\u003c\/h4\u003e\n        \u003cp\u003eSplash cold water on your face. Hold an ice cube. Run cold water over your wrists. Cold water activates the mammalian dive reflex — your body reads it as safety.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mr-reset-step\"\u003e\n      \u003cdiv class=\"mr-step-number\"\u003e2\u003c\/div\u003e\n      \u003cdiv class=\"mr-step-content\"\u003e\n        \u003ch4\u003eGround (30 seconds)\u003c\/h4\u003e\n        \u003cp\u003ePut both feet flat on the floor. Press down. Feel the ground beneath you. Say: \"I am here. I am safe. This is not an emergency.\"\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mr-reset-step\"\u003e\n      \u003cdiv class=\"mr-step-number\"\u003e3\u003c\/div\u003e\n      \u003cdiv class=\"mr-step-content\"\u003e\n        \u003ch4\u003eBreathe (30 seconds)\u003c\/h4\u003e\n        \u003cp\u003eIn for 4 counts. Hold for 4. Out for 6. Repeat 3 times. The extended exhale activates your rest-and-digest mode. This is biology, not meditation.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mr-reset-step\"\u003e\n      \u003cdiv class=\"mr-step-number\"\u003e4\u003c\/div\u003e\n      \u003cdiv class=\"mr-step-content\"\u003e\n        \u003ch4\u003eName (15 seconds)\u003c\/h4\u003e\n        \u003cp\u003eSay out loud what is happening: \"I am feeling rage because I am depleted and my child is refusing to put on shoes. This is not an emergency.\"\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"color: #5a6b7b; font-size: 0.9em; margin-top: 16px; margin-bottom: 0;\"\u003eThat's it. 90 seconds. Your prefrontal cortex comes back online. You regain the ability to choose your response instead of reacting on autopilot.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TABLE OF CONTENTS --\u003e\n  \u003cdiv class=\"mr-section\"\u003e\n    \u003ch3 class=\"mr-section-title\"\u003eWhat's Inside — 10 Chapters\u003c\/h3\u003e\n    \u003cul class=\"mr-toc-list\"\u003e\n      \u003cli data-num=\"1\"\u003e\n\u003cstrong\u003eWhat Mom Rage Actually Is (It's Not Anger)\u003c\/strong\u003eThe nervous system science in plain English — why willpower fails\u003c\/li\u003e\n      \u003cli data-num=\"2\"\u003e\n\u003cstrong\u003eThe 5 Triggers That Guarantee a Blow-Up\u003c\/strong\u003eIdentify yours, name them, see them coming before they hit\u003c\/li\u003e\n      \u003cli data-num=\"3\"\u003e\n\u003cstrong\u003eThe Rage Forecast\u003c\/strong\u003eA 1-minute daily check to know if you're at risk today\u003c\/li\u003e\n      \u003cli data-num=\"4\"\u003e\n\u003cstrong\u003eThe 90-Second Reset\u003c\/strong\u003eCold, ground, breathe, name — the biology-based interruption\u003c\/li\u003e\n      \u003cli data-num=\"5\"\u003e\n\u003cstrong\u003eWhat to Do in the Moment\u003c\/strong\u003e5 emergency moves + the nuclear option for when you're already there\u003c\/li\u003e\n      \u003cli data-num=\"6\"\u003e\n\u003cstrong\u003eRepair After the Storm\u003c\/strong\u003eThe exact apology script, what NOT to do, and how to rebuild trust\u003c\/li\u003e\n      \u003cli data-num=\"7\"\u003e\n\u003cstrong\u003eThe Partner Chapter\u003c\/strong\u003eWhy \"just calm down\" makes it worse — and what actually helps\u003c\/li\u003e\n      \u003cli data-num=\"8\"\u003e\n\u003cstrong\u003eThe 3 Habits That Lower Your Baseline Rage in 30 Days\u003c\/strong\u003eSmall shifts that prevent overload before it starts\u003c\/li\u003e\n      \u003cli data-num=\"9\"\u003e\n\u003cstrong\u003eRed Flags\u003c\/strong\u003eWhen rage isn't just rage, and where to get professional help\u003c\/li\u003e\n      \u003cli data-num=\"10\"\u003e\n\u003cstrong\u003eThe Permission to Be Human\u003c\/strong\u003eYou are not a monster. You are a mother at maximum capacity.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRINTABLES --\u003e\n  \u003cdiv class=\"mr-section\"\u003e\n    \u003ch3 class=\"mr-section-title\"\u003e4 Printables Included\u003c\/h3\u003e\n    \u003cdiv class=\"mr-printables\"\u003e\n      \u003cdiv class=\"mr-print-card\"\u003e\n        \u003cdiv class=\"mr-print-icon\"\u003e📊\u003c\/div\u003e\n        \u003ch4\u003eRage Forecast Card\u003c\/h4\u003e\n        \u003cp\u003eRate yourself daily. Know if you're green, yellow, or red before the day starts.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mr-print-card\"\u003e\n        \u003cdiv class=\"mr-print-icon\"\u003e🚪\u003c\/div\u003e\n        \u003ch4\u003e\"I Need a Minute\" Door Sign\u003c\/h4\u003e\n        \u003cp\u003eHang it on any door. Your child learns that big feelings need space.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mr-print-card\"\u003e\n        \u003cdiv class=\"mr-print-icon\"\u003e💬\u003c\/div\u003e\n        \u003ch4\u003eRepair Script Card\u003c\/h4\u003e\n        \u003cp\u003eThe exact words to say after you yell. Keep it in your wallet.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FOR YOU IF --\u003e\n  \u003cdiv style=\"background: #f7fcfc; border-radius: 14px; padding: 28px; margin-bottom: 30px;\"\u003e\n    \u003ch3 style=\"font-size: 1.2em; margin-bottom: 14px; color: #1e2a3a;\"\u003eThis Book Is For You If...\u003c\/h3\u003e\n    \u003cul class=\"mr-inside-list\"\u003e\n      \u003cli\u003eYou yelled today and promised yourself you'd never do it again\u003c\/li\u003e\n      \u003cli\u003eYou feel like a monster after you lose it\u003c\/li\u003e\n      \u003cli\u003e\"Count to ten\" doesn't work because you're already at eleven\u003c\/li\u003e\n      \u003cli\u003eYou need tools that work when your brain is offline\u003c\/li\u003e\n      \u003cli\u003eYour partner says \"just calm down\" and you want to scream louder\u003c\/li\u003e\n      \u003cli\u003eYou need to know you're not the only one\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- COMPARISON --\u003e\n  \u003cdiv class=\"mr-section\"\u003e\n    \u003ch3 class=\"mr-section-title\"\u003eMom Rage vs. The Rest\u003c\/h3\u003e\n    \u003ctable class=\"mr-compare-table\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003cth\u003eFeature\u003c\/th\u003e\n          \u003cth style=\"color: #1cb5b5;\"\u003eMom Rage\u003c\/th\u003e\n          \u003cth\u003eOther Anger Books\u003c\/th\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eApproach\u003c\/td\u003e\n          \u003ctd\u003e\n\u003cspan class=\"mr-check\"\u003e✓\u003c\/span\u003e Nervous system science\u003c\/td\u003e\n          \u003ctd\u003e\n\u003cspan class=\"mr-cross\"\u003e✗\u003c\/span\u003e Mindset tricks\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eLength\u003c\/td\u003e\n          \u003ctd\u003e\n\u003cspan class=\"mr-check\"\u003e✓\u003c\/span\u003e 60–70 pages, under 1 hour\u003c\/td\u003e\n          \u003ctd\u003e\n\u003cspan class=\"mr-cross\"\u003e✗\u003c\/span\u003e 300+ pages\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eTools\u003c\/td\u003e\n          \u003ctd\u003e\n\u003cspan class=\"mr-check\"\u003e✓\u003c\/span\u003e 90-Second Reset + Forecast + Printables\u003c\/td\u003e\n          \u003ctd\u003e\n\u003cspan class=\"mr-cross\"\u003e✗\u003c\/span\u003e Concepts only\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eTone\u003c\/td\u003e\n          \u003ctd\u003e\n\u003cspan class=\"mr-check\"\u003e✓\u003c\/span\u003e Real talk, no shame\u003c\/td\u003e\n          \u003ctd\u003e\n\u003cspan class=\"mr-cross\"\u003e✗\u003c\/span\u003e Clinical or preachy\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eRepair\u003c\/td\u003e\n          \u003ctd\u003e\n\u003cspan class=\"mr-check\"\u003e✓\u003c\/span\u003e Exact script + what NOT to do\u003c\/td\u003e\n          \u003ctd\u003e\n\u003cspan class=\"mr-cross\"\u003e✗\u003c\/span\u003e \"Just apologize\"\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eFormat\u003c\/td\u003e\n          \u003ctd\u003e\n\u003cspan class=\"mr-check\"\u003e✓\u003c\/span\u003e PDF + ePub, any device\u003c\/td\u003e\n          \u003ctd\u003e\n\u003cspan class=\"mr-cross\"\u003e✗\u003c\/span\u003e Hardcover only\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eEmergency Help\u003c\/td\u003e\n          \u003ctd\u003e\n\u003cspan class=\"mr-check\"\u003e✓\u003c\/span\u003e Crisis resources built in\u003c\/td\u003e\n          \u003ctd\u003e\n\u003cspan class=\"mr-cross\"\u003e✗\u003c\/span\u003e No guidance\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- STATS ROW --\u003e\n  \u003cdiv class=\"mr-stats-row\"\u003e\n    \u003cdiv class=\"mr-stat-item\"\u003e\n\u003cdiv class=\"num\"\u003e60–70\u003c\/div\u003e\n\u003cdiv class=\"label\"\u003ePages\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"mr-stat-item\"\u003e\n\u003cdiv class=\"num\"\u003e90 sec\u003c\/div\u003e\n\u003cdiv class=\"label\"\u003eReset Tool\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"mr-stat-item\"\u003e\n\u003cdiv class=\"num\"\u003e5\u003c\/div\u003e\n\u003cdiv class=\"label\"\u003eTriggers Mapped\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"mr-stat-item\"\u003e\n\u003cdiv class=\"num\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"label\"\u003ePrintables\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"mr-stat-item\"\u003e\n\u003cdiv class=\"num\"\u003ePDF+ePub\u003c\/div\u003e\n\u003cdiv class=\"label\"\u003eUniversal Formats\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- EMERGENCY --\u003e\n  \u003cdiv class=\"mr-emergency\"\u003e\n    \u003cdiv style=\"font-size: 2em; margin-bottom: 8px;\"\u003e🆘\u003c\/div\u003e\n    \u003ch3\u003eIf You Need Help Right Now\u003c\/h3\u003e\n    \u003cp\u003eThis book is for normal mothers having normal rage. But if you have thoughts of harming yourself or your child — even fleeting thoughts — this is an emergency.\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eCall 988\u003c\/strong\u003e (Suicide \u0026amp; Crisis Lifeline) or \u003cstrong\u003etext HOME to 741741\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp style=\"font-size: 0.9em; margin-top: 10px;\"\u003eNational Maternal Mental Health Hotline: \u003cstrong\u003e1-833-943-5746\u003c\/strong\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- MID-PAGE CTA with cost of inaction --\u003e\n  \u003cdiv class=\"mr-mid-cta\"\u003e\n    \u003cp class=\"mr-cost-inaction\"\u003e\"You've already spent more than $29 on coffee just to survive the guilt from yelling this week.\"\u003c\/p\u003e\n    \u003cbutton class=\"mr-cta-btn\" type=\"button\"\u003eGet My Copy — $29\u003c\/button\u003e\n    \u003cp class=\"mr-urgency-text\"\u003e⚡ Launch price — $29 \u003cspan class=\"strike\"\u003e$24\u003c\/span\u003e · Join 200+ moms who bought this week\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- KLAVIYO LEAD MAGNET --\u003e\n  \u003cdiv class=\"mr-lead-box\"\u003e\n    \u003ch3\u003eNot ready yet?\u003c\/h3\u003e\n    \u003cp\u003eGet our free \"Rage Forecast\" daily check-in — know if you're at risk before the day starts. Delivered to your inbox instantly.\u003c\/p\u003e\n    \u003cdiv class=\"mr-lead-form-wrapper\"\u003e\n      \u003cdiv class=\"klaviyo-form-Y852Mg\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003csmall\u003eNo spam. Unsubscribe anytime. We only send things that actually work.\u003c\/small\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- GUARANTEE BOX --\u003e\n  \u003cdiv class=\"mr-guarantee-box\"\u003e\n    \u003cdiv style=\"font-size: 2.2em; margin-bottom: 8px;\"\u003e🛡️\u003c\/div\u003e\n    \u003ch3\u003e30-Day \"No Shame\" Guarantee\u003c\/h3\u003e\n    \u003cp\u003eIf you don't feel more in control, less ashamed, and more like yourself after reading this book, email us at \u003cstrong\u003econtact@monbook.store\u003c\/strong\u003e within 30 days and we'll refund every penny. No questions. No guilt. (We practice what we preach.)\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- MAIN CTA --\u003e\n  \u003cdiv class=\"mr-cta-box\"\u003e\n    \u003ch3\u003eYou Are Not a Monster\u003c\/h3\u003e\n    \u003cp\u003eYou are a mother doing impossible work with insufficient resources in a culture that expects you to smile while you do it.\u003c\/p\u003e\n    \u003cp style=\"font-size: 0.95em; color: #a0b0c0; margin-bottom: 20px;\"\u003eThe rage is a signal. It's your body saying: \"This is too much. Something has to change.\"\u003c\/p\u003e\n    \u003cp style=\"color: #f0fafa; font-style: italic; margin-bottom: 16px;\" class=\"mr-cost-inaction\"\u003e\"Less than one therapy copay. Except you can use this at 6 a.m. when the whining starts.\"\u003c\/p\u003e\n    \u003cp style=\"font-size: 13px; color: #a0b0c0; margin-bottom: 20px;\"\u003e🚀 Start before tomorrow's morning chaos begins\u003c\/p\u003e\n    \u003cbutton class=\"mr-cta-btn\" type=\"button\"\u003eGet My Copy Now — $29\u003c\/button\u003e\n    \u003cp style=\"font-size: 0.85em; color: #a0b0c0; margin-top: 15px; margin-bottom: 0;\"\u003eInstant download · Read on any device · 30-day guarantee\u003c\/p\u003e\n    \u003cp style=\"font-size: 12px; color: #7A9E7E; margin-top: 8px; font-weight: 500;\"\u003e🛡️ Not helpful? Full refund, no forms, no guilt.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003cdiv style=\"margin-top: 30px;\"\u003e\n    \u003cdiv class=\"mr-faq-item\"\u003e\n      \u003cstrong\u003eHow do I get my book after I buy?\u003c\/strong\u003e\n      \u003cp\u003e\u003cstrong\u003eInstant digital download.\u003c\/strong\u003e You'll get a PDF + ePub link immediately after checkout, plus a backup email with your receipt. No shipping, no waiting.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mr-faq-item\"\u003e\n      \u003cstrong\u003eWill this work on my phone, Kindle, or iPad?\u003c\/strong\u003e\n      \u003cp\u003e\u003cstrong\u003eYes — every device.\u003c\/strong\u003e PDFs open on any phone, tablet, or computer. ePub files work with Apple Books, Kobo, Google Play Books, and most e-reader apps.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mr-faq-item\"\u003e\n      \u003cstrong\u003eHow long do I have access to my download?\u003c\/strong\u003e\n      \u003cp\u003e\u003cstrong\u003eForever.\u003c\/strong\u003e Once you purchase, the files are yours to keep. If you ever lose them, email us at \u003cstrong\u003econtact@monbook.store\u003c\/strong\u003e and we'll send you a new link at no charge.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mr-faq-item\"\u003e\n      \u003cstrong\u003eIs this only for moms with young kids?\u003c\/strong\u003e\n      \u003cp\u003eMom rage shows up at every stage — newborn, toddler, school-age, teen. If you're a mother who has ever screamed and then sobbed in shame, this book is for you.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mr-faq-item\"\u003e\n      \u003cstrong\u003eWhat if it doesn't work for me?\u003c\/strong\u003e\n      \u003cp\u003e30-day guarantee. Not life-changing? Email us at \u003cstrong\u003econtact@monbook.store\u003c\/strong\u003e, get your money back. No forms. No guilt. Even if you read it and still yelled. (We get it.)\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mr-faq-item\"\u003e\n      \u003cstrong\u003eWhat if I'm in crisis right now?\u003c\/strong\u003e\n      \u003cp\u003eIf you have thoughts of harming yourself or your child, \u003cstrong\u003ecall 988 or text HOME to 741741 right now.\u003c\/strong\u003e This book is a resource, not a replacement for emergency care. Chapter 9 includes a full list of crisis resources.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- SEO \u0026 CONVERSION FOOTER --\u003e\n\u003cdiv class=\"mr-seo-footer\"\u003e\n  \u003ch4\u003eWhy Moms Buy Mom Rage\u003c\/h4\u003e\n  \u003cp\u003eMost anger-management advice assumes you have time for therapy, meditation, or journaling. This guide was built for the exact moment you are in: when you have 90 seconds before you snap, a toddler pulling on your leg, and zero patience left.\u003c\/p\u003e\n  \u003cp\u003eThe 90-Second Reset works because it is not a mindset trick. It is biology:\u003c\/p\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n\u003cstrong\u003eCold water\u003c\/strong\u003e activates the mammalian dive reflex, instantly lowering heart rate\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eGrounding\u003c\/strong\u003e reconnects your prefrontal cortex so you can choose your response\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eNaming\u003c\/strong\u003e the emotion separates you from it — \"I am feeling rage\" vs. \"I am rage\"\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eThe Rage Forecast\u003c\/strong\u003e lets you see the explosion coming 8 hours before it happens\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp\u003eYou do not need to become a calmer person. You need a system that works when you are not calm. This is that system.\u003c\/p\u003e\n  \u003cdiv class=\"mr-seo-tags\"\u003e\n    \u003cspan class=\"mr-seo-tag\"\u003emom rage help\u003c\/span\u003e\n    \u003cspan class=\"mr-seo-tag\"\u003estop yelling at kids\u003c\/span\u003e\n    \u003cspan class=\"mr-seo-tag\"\u003eangry mom guilt\u003c\/span\u003e\n    \u003cspan class=\"mr-seo-tag\"\u003emom anger management\u003c\/span\u003e\n    \u003cspan class=\"mr-seo-tag\"\u003etoddler mom rage\u003c\/span\u003e\n    \u003cspan class=\"mr-seo-tag\"\u003ehow to stop snapping\u003c\/span\u003e\n    \u003cspan class=\"mr-seo-tag\"\u003eexhausted mom help\u003c\/span\u003e\n    \u003cspan class=\"mr-seo-tag\"\u003emom rage triggers\u003c\/span\u003e\n    \u003cspan class=\"mr-seo-tag\"\u003eparenting anger\u003c\/span\u003e\n    \u003cspan class=\"mr-seo-tag\"\u003erepair after yelling\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Monbook","offers":[{"title":"Default Title","offer_id":47267960422562,"sku":null,"price":29.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0716\/4513\/5010\/files\/pdp4_cb6597cb-9f0e-4242-a9cc-06b3a594ff04.png?v=1778811866","url":"https:\/\/www.monbook.store\/products\/mom-rage","provider":"Monbook","version":"1.0","type":"link"}