{"product_id":"price-it-right-1","title":"Price It Right","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eMoney Talks | Your Financial Freedom Starts Here\u003c\/title\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400\u0026amp;family=DM+Sans:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --mt-green-dark: #2D5016;\n    --mt-green-mid: #4a7c59;\n    --mt-green-light: #eaf4ed;\n    --mt-gold: #C9A84C;\n    --mt-cream: #F5F0E8;\n    --mt-text: #1A1A1A;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  html { scroll-behavior: smooth; }\n\n  body {\n    font-family: 'DM Sans', sans-serif;\n    color: var(--mt-text);\n    background: var(--mt-cream);\n    line-height: 1.6;\n  }\n\n  h1, h2, h3, h4 {\n    font-family: 'Playfair Display', serif;\n    line-height: 1.25;\n  }\n\n  img { max-width: 100%; display: block; }\n\n  a { text-decoration: none; color: inherit; }\n\n  .btn-gold {\n    display: inline-block;\n    background: var(--mt-gold);\n    color: var(--mt-text);\n    font-family: 'DM Sans', sans-serif;\n    font-weight: 600;\n    font-size: 1rem;\n    padding: 0.9rem 2.2rem;\n    border-radius: 50px;\n    border: none;\n    cursor: pointer;\n    transition: filter 0.2s ease, transform 0.2s ease;\n    text-align: center;\n    letter-spacing: 0.02em;\n  }\n\n  .btn-gold:hover {\n    filter: brightness(1.08);\n    transform: translateY(-2px);\n  }\n\n  .btn-gold-lg {\n    font-size: 1.2rem;\n    padding: 1.1rem 2.8rem;\n  }\n\n  .section-label {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 0.75rem;\n    font-weight: 600;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: var(--mt-gold);\n    margin-bottom: 0.75rem;\n    display: block;\n  }\n\n  .container {\n    width: 100%;\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 0 1.25rem;\n  }\n\n  \/* ── NAV ── *\/\n  nav {\n    background: var(--mt-green-dark);\n    padding: 1rem 1.25rem;\n    position: sticky;\n    top: 0;\n    z-index: 100;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.18);\n  }\n\n  .nav-inner {\n    max-width: 1100px;\n    margin: 0 auto;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 1rem;\n  }\n\n  .nav-logo {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.4rem;\n    font-weight: 700;\n    color: var(--mt-cream);\n    letter-spacing: 0.01em;\n  }\n\n  .nav-logo span {\n    color: var(--mt-gold);\n  }\n\n  \/* ── HERO ── *\/\n  .hero {\n    background: linear-gradient(160deg, var(--mt-green-dark) 0%, #1e3a0f 100%);\n    padding: 4rem 1.25rem 4.5rem;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: radial-gradient(ellipse at 70% 30%, rgba(201,168,76,0.08) 0%, transparent 60%);\n    pointer-events: none;\n  }\n\n  .hero-eyebrow {\n    display: inline-block;\n    background: rgba(201,168,76,0.15);\n    border: 1px solid rgba(201,168,76,0.4);\n    color: var(--mt-gold);\n    font-size: 0.78rem;\n    font-weight: 600;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    padding: 0.35rem 1rem;\n    border-radius: 50px;\n    margin-bottom: 1.5rem;\n  }\n\n  .hero h1 {\n    font-size: clamp(2rem, 5vw, 3.4rem);\n    color: #fff;\n    margin-bottom: 1.25rem;\n    max-width: 750px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .hero h1 em {\n    color: var(--mt-gold);\n    font-style: italic;\n  }\n\n  .hero-sub {\n    font-size: clamp(1rem, 2.5vw, 1.2rem);\n    color: rgba(255,255,255,0.82);\n    max-width: 580px;\n    margin: 0 auto 2.25rem;\n    font-weight: 400;\n  }\n\n  .hero-mockup {\n    width: 220px;\n    height: 290px;\n    margin: 0 auto 2.5rem;\n    background: linear-gradient(135deg, var(--mt-green-mid) 0%, var(--mt-green-dark) 100%);\n    border-radius: 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    box-shadow: 0 24px 60px rgba(0,0,0,0.45), 0 0 0 1px rgba(201,168,76,0.3);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hero-mockup::after {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 40%;\n    background: linear-gradient(180deg, rgba(255,255,255,0.07) 0%, transparent 100%);\n    pointer-events: none;\n  }\n\n  .hero-mockup-inner {\n    text-align: center;\n    padding: 1.5rem;\n    z-index: 1;\n    position: relative;\n  }\n\n  .hero-mockup-inner .mock-logo {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.05rem;\n    font-weight: 700;\n    color: var(--mt-gold);\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    margin-bottom: 1rem;\n  }\n\n  .hero-mockup-inner .mock-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 1rem;\n    color: #fff;\n    font-weight: 600;\n    line-height: 1.3;\n    margin-bottom: 0.6rem;\n  }\n\n  .hero-mockup-inner .mock-line {\n    width: 40px;\n    height: 2px;\n    background: var(--mt-gold);\n    margin: 0 auto;\n  }\n\n  \/* ── PROBLEM ── *\/\n  .problem-section {\n    background: #fff;\n    padding: 4.5rem 1.25rem;\n  }\n\n  .problem-section .section-title {\n    text-align: center;\n    font-size: clamp(1.6rem, 4vw, 2.4rem);\n    color: var(--mt-green-dark);\n    margin-bottom: 0.5rem;\n  }\n\n  .problem-section .section-intro {\n    text-align: center;\n    color: #555;\n    max-width: 560px;\n    margin: 0 auto 3rem;\n    font-size: 1.05rem;\n  }\n\n  .pain-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1.5rem;\n    max-width: 820px;\n    margin: 0 auto;\n  }\n\n  @media (min-width: 640px) {\n    .pain-grid { grid-template-columns: repeat(3, 1fr); }\n  }\n\n  .pain-card {\n    background: var(--mt-green-light);\n    border-left: 4px solid var(--mt-gold);\n    border-radius: 8px;\n    padding: 1.75rem 1.5rem;\n  }\n\n  .pain-card .pain-icon {\n    font-size: 2rem;\n    margin-bottom: 0.75rem;\n  }\n\n  .pain-card h3 {\n    font-size: 1.1rem;\n    color: var(--mt-green-dark);\n    margin-bottom: 0.5rem;\n  }\n\n  .pain-card p {\n    font-size: 0.92rem;\n    color: #444;\n    line-height: 1.6;\n  }\n\n  \/* ── SOLUTION ── *\/\n  .solution-section {\n    background: var(--mt-cream);\n    padding: 4.5rem 1.25rem;\n    text-align: center;\n  }\n\n  .solution-section h2 {\n    font-size: clamp(1.7rem, 4vw, 2.5rem);\n    color: var(--mt-green-dark);\n    max-width: 680px;\n    margin: 0 auto 1.25rem;\n  }\n\n  .solution-section h2 em {\n    color: var(--mt-gold);\n    font-style: italic;\n  }\n\n  .solution-section p {\n    font-size: 1.05rem;\n    color: #444;\n    max-width: 600px;\n    margin: 0 auto 2rem;\n  }\n\n  .solution-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 0.5rem;\n    background: var(--mt-green-dark);\n    color: var(--mt-cream);\n    font-size: 0.85rem;\n    font-weight: 500;\n    padding: 0.5rem 1.2rem;\n    border-radius: 50px;\n    margin-bottom: 2.5rem;\n  }\n\n  .solution-badge span { color: var(--mt-gold); font-size: 1rem; }\n\n  \/* ── WHAT'S INSIDE ── *\/\n  .inside-section {\n    background: var(--mt-green-dark);\n    padding: 4.5rem 1.25rem;\n    color: #fff;\n  }\n\n  .inside-section .section-title {\n    font-size: clamp(1.6rem, 4vw, 2.3rem);\n    text-align: center;\n    color: #fff;\n    margin-bottom: 0.5rem;\n  }\n\n  .inside-section .section-intro {\n    text-align: center;\n    color: rgba(255,255,255,0.7);\n    max-width: 520px;\n    margin: 0 auto 3rem;\n    font-size: 1rem;\n  }\n\n  .chapters-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1.25rem;\n    max-width: 820px;\n    margin: 0 auto;\n  }\n\n  @media (min-width: 640px) {\n    .chapters-grid { grid-template-columns: repeat(2, 1fr); }\n  }\n\n  .chapter-card {\n    background: rgba(255,255,255,0.06);\n    border: 1px solid rgba(201,168,76,0.2);\n    border-radius: 10px;\n    padding: 1.5rem;\n    display: flex;\n    gap: 1rem;\n    align-items: flex-start;\n    transition: background 0.2s;\n  }\n\n  .chapter-card:hover {\n    background: rgba(255,255,255,0.1);\n  }\n\n  .chapter-icon {\n    font-size: 1.6rem;\n    flex-shrink: 0;\n    margin-top: 0.1rem;\n  }\n\n  .chapter-info h4 {\n    font-family: 'DM Sans', sans-serif;\n    font-weight: 600;\n    font-size: 0.95rem;\n    color: var(--mt-gold);\n    text-transform: uppercase;\n    letter-spacing: 0.07em;\n    margin-bottom: 0.25rem;\n  }\n\n  .chapter-info p {\n    font-size: 0.9rem;\n    color: rgba(255,255,255,0.75);\n    line-height: 1.5;\n  }\n\n  \/* ── BENEFITS ── *\/\n  .benefits-section {\n    background: #fff;\n    padding: 4.5rem 1.25rem;\n  }\n\n  .benefits-section h2 {\n    font-size: clamp(1.6rem, 4vw, 2.3rem);\n    color: var(--mt-green-dark);\n    text-align: center;\n    margin-bottom: 2.5rem;\n    max-width: 620px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .benefits-list {\n    list-style: none;\n    max-width: 700px;\n    margin: 0 auto;\n    display: grid;\n    gap: 1rem;\n  }\n\n  .benefits-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 1rem;\n    font-size: 1rem;\n    color: #333;\n    background: var(--mt-green-light);\n    padding: 1.1rem 1.25rem;\n    border-radius: 8px;\n    border-left: 3px solid var(--mt-green-mid);\n  }\n\n  .benefits-list li .check {\n    color: var(--mt-green-dark);\n    font-size: 1.2rem;\n    flex-shrink: 0;\n    margin-top: 0.05rem;\n    font-weight: 700;\n  }\n\n  \/* ── SOCIAL PROOF ── *\/\n  .proof-section {\n    background: var(--mt-cream);\n    padding: 4.5rem 1.25rem;\n  }\n\n  .proof-section h2 {\n    font-size: clamp(1.6rem, 4vw, 2.3rem);\n    color: var(--mt-green-dark);\n    text-align: center;\n    margin-bottom: 2.5rem;\n  }\n\n  .testimonials-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1.5rem;\n    max-width: 860px;\n    margin: 0 auto;\n  }\n\n  @media (min-width: 700px) {\n    .testimonials-grid { grid-template-columns: repeat(3, 1fr); }\n  }\n\n  .testimonial-card {\n    background: #fff;\n    border-radius: 12px;\n    padding: 2rem 1.5rem;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.07);\n    position: relative;\n    border-top: 3px solid var(--mt-gold);\n  }\n\n  .testimonial-card .stars {\n    color: var(--mt-gold);\n    font-size: 1.1rem;\n    margin-bottom: 0.75rem;\n    letter-spacing: 0.05em;\n  }\n\n  .testimonial-card .quote-body {\n    font-size: 0.92rem;\n    color: #444;\n    line-height: 1.65;\n    margin-bottom: 1.25rem;\n    font-style: italic;\n  }\n\n  .testimonial-card .reviewer {\n    font-weight: 600;\n    font-size: 0.88rem;\n    color: var(--mt-green-dark);\n  }\n\n  .testimonial-card .reviewer-role {\n    font-size: 0.8rem;\n    color: #888;\n    margin-top: 0.1rem;\n  }\n\n  \/* ── ABOUT ── *\/\n  .about-section {\n    background: var(--mt-green-dark);\n    padding: 4rem 1.25rem;\n    color: #fff;\n  }\n\n  .about-inner {\n    max-width: 680px;\n    margin: 0 auto;\n    text-align: center;\n  }\n\n  .about-avatar {\n    width: 80px;\n    height: 80px;\n    border-radius: 50%;\n    background: var(--mt-green-mid);\n    border: 3px solid var(--mt-gold);\n    margin: 0 auto 1.5rem;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 2rem;\n  }\n\n  .about-inner h2 {\n    font-size: 1.8rem;\n    color: #fff;\n    margin-bottom: 1rem;\n  }\n\n  .about-inner p {\n    font-size: 1rem;\n    color: rgba(255,255,255,0.78);\n    line-height: 1.75;\n  }\n\n  \/* ── GUARANTEE ── *\/\n  .guarantee-section {\n    background: var(--mt-cream);\n    padding: 4rem 1.25rem;\n  }\n\n  .guarantee-box {\n    max-width: 640px;\n    margin: 0 auto;\n    background: #fff;\n    border-radius: 14px;\n    padding: 2.5rem 2rem;\n    text-align: center;\n    box-shadow: 0 4px 24px rgba(0,0,0,0.08);\n    border: 2px solid var(--mt-green-light);\n  }\n\n  .guarantee-badge {\n    width: 80px;\n    height: 80px;\n    border-radius: 50%;\n    background: var(--mt-green-dark);\n    color: var(--mt-gold);\n    font-size: 2.2rem;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 1.5rem;\n    box-shadow: 0 4px 16px rgba(45,80,22,0.3);\n  }\n\n  .guarantee-box h2 {\n    font-size: 1.7rem;\n    color: var(--mt-green-dark);\n    margin-bottom: 1rem;\n  }\n\n  .guarantee-box p {\n    font-size: 0.97rem;\n    color: #555;\n    line-height: 1.7;\n    max-width: 480px;\n    margin: 0 auto;\n  }\n\n  \/* ── ORDER BUMP ── *\/\n  .order-bump {\n    background: #fff;\n    border: 2px dashed var(--mt-gold);\n    border-radius: 12px;\n    padding: 2rem 1.5rem;\n    max-width: 680px;\n    margin: 0 auto 2.5rem;\n  }\n\n  .order-bump-label {\n    display: inline-block;\n    background: var(--mt-gold);\n    color: var(--mt-text);\n    font-size: 0.72rem;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    padding: 0.3rem 0.85rem;\n    border-radius: 50px;\n    margin-bottom: 1rem;\n  }\n\n  .order-bump h3 {\n    font-size: 1.3rem;\n    color: var(--mt-green-dark);\n    margin-bottom: 0.5rem;\n  }\n\n  .order-bump p {\n    font-size: 0.92rem;\n    color: #555;\n    margin-bottom: 1.25rem;\n    line-height: 1.6;\n  }\n\n  .bump-checkbox-row {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.85rem;\n    background: var(--mt-green-light);\n    border-radius: 8px;\n    padding: 1rem 1.1rem;\n    cursor: pointer;\n  }\n\n  .bump-checkbox-row input[type=\"checkbox\"] {\n    width: 20px;\n    height: 20px;\n    accent-color: var(--mt-green-dark);\n    flex-shrink: 0;\n    margin-top: 0.15rem;\n    cursor: pointer;\n  }\n\n  .bump-checkbox-row label {\n    font-size: 0.93rem;\n    color: #333;\n    line-height: 1.55;\n    cursor: pointer;\n  }\n\n  .bump-checkbox-row label strong {\n    color: var(--mt-green-dark);\n  }\n\n  \/* ── FINAL CTA ── *\/\n  .final-cta {\n    background: linear-gradient(160deg, var(--mt-green-dark) 0%, #1e3a0f 100%);\n    padding: 5rem 1.25rem;\n    text-align: center;\n    color: #fff;\n  }\n\n  .final-cta h2 {\n    font-size: clamp(1.8rem, 4.5vw, 2.8rem);\n    color: #fff;\n    margin-bottom: 0.75rem;\n    max-width: 620px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .final-cta h2 em {\n    color: var(--mt-gold);\n    font-style: italic;\n  }\n\n  .final-cta .cta-sub {\n    color: rgba(255,255,255,0.75);\n    font-size: 1.05rem;\n    max-width: 500px;\n    margin: 0 auto 2.5rem;\n  }\n\n  .price-block {\n    background: rgba(255,255,255,0.07);\n    border: 1px solid rgba(201,168,76,0.3);\n    border-radius: 14px;\n    padding: 2.25rem 2rem;\n    max-width: 460px;\n    margin: 0 auto 2rem;\n  }\n\n  .price-label {\n    font-size: 0.8rem;\n    text-transform: uppercase;\n    letter-spacing: 0.12em;\n    color: rgba(255,255,255,0.55);\n    margin-bottom: 0.35rem;\n  }\n\n  .price-number {\n    font-family: 'Playfair Display', serif;\n    font-size: 3.5rem;\n    font-weight: 700;\n    color: var(--mt-gold);\n    line-height: 1;\n    margin-bottom: 0.25rem;\n  }\n\n  .price-note {\n    font-size: 0.82rem;\n    color: rgba(255,255,255,0.5);\n    margin-bottom: 1.75rem;\n  }\n\n  .what-you-get {\n    list-style: none;\n    text-align: left;\n    margin-bottom: 1.75rem;\n  }\n\n  .what-you-get li {\n    display: flex;\n    align-items: center;\n    gap: 0.65rem;\n    font-size: 0.93rem;\n    color: rgba(255,255,255,0.85);\n    padding: 0.4rem 0;\n    border-bottom: 1px solid rgba(255,255,255,0.07);\n  }\n\n  .what-you-get li:last-child { border-bottom: none; }\n\n  .what-you-get li .wg-check {\n    color: var(--mt-gold);\n    font-size: 1rem;\n    flex-shrink: 0;\n  }\n\n  .security-note {\n    font-size: 0.8rem;\n    color: rgba(255,255,255,0.45);\n    margin-top: 1.25rem;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 0.4rem;\n  }\n\n  \/* ── FOOTER ── *\/\n  footer {\n    background: #111;\n    color: rgba(255,255,255,0.45);\n    text-align: center;\n    padding: 2rem 1.25rem;\n    font-size: 0.8rem;\n  }\n\n  footer a { color: rgba(255,255,255,0.55); }\n  footer a:hover { color: var(--mt-gold); }\n\n  .footer-logo {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.1rem;\n    color: rgba(255,255,255,0.65);\n    margin-bottom: 0.6rem;\n  }\n\n  .footer-logo span { color: var(--mt-gold); }\n\n  \/* ── DIVIDER ── *\/\n  .section-divider {\n    height: 4px;\n    background: linear-gradient(90deg, transparent, var(--mt-gold), transparent);\n    opacity: 0.35;\n  }\n\u003c\/style\u003e\n\n\n\n\u003c!-- ── 1. NAV ── --\u003e\n\u003cnav\u003e\n  \u003cdiv class=\"nav-inner\"\u003e\n    \u003cdiv class=\"nav-logo\"\u003eMoney\u003cspan\u003eTalks\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003ca href=\"#buy\" class=\"btn-gold\" style=\"font-size:0.9rem; padding:0.65rem 1.5rem;\"\u003eGet Instant Access →\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/nav\u003e\n\n\u003c!-- ── 2. HERO ── --\u003e\n\u003csection class=\"hero\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cspan class=\"hero-eyebrow\"\u003e💰 New from Money Talks \u0026amp; Rooted Financial\u003c\/span\u003e\n    \u003ch1\u003eFinally, a \u003cem\u003ePlain-English\u003c\/em\u003e Guide to Taking Full Control of Your Money\u003c\/h1\u003e\n    \u003cp class=\"hero-sub\"\u003eThe step-by-step framework that turns financial confusion into crystal-clear confidence — no jargon, no shame, no guesswork.\u003c\/p\u003e\n\n    \u003c!-- Cover Mockup Placeholder --\u003e\n    \u003cdiv class=\"hero-mockup\"\u003e\n      \u003cdiv class=\"hero-mockup-inner\"\u003e\n        \u003cdiv class=\"mock-logo\"\u003eMoney Talks\u003c\/div\u003e\n        \u003cdiv class=\"mock-title\"\u003eYour Complete Financial Freedom Guide\u003c\/div\u003e\n        \u003cdiv class=\"mock-line\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ca href=\"#buy\" class=\"btn-gold btn-gold-lg\"\u003eYes! I Want Financial Clarity →\u003c\/a\u003e\n    \u003cp style=\"color:rgba(255,255,255,0.45); font-size:0.8rem; margin-top:0.85rem;\"\u003e30-day money-back guarantee  ·  Instant PDF download\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"section-divider\"\u003e\u003c\/div\u003e\n\n\u003c!-- ── 3. PROBLEM ── --\u003e\n\u003csection class=\"problem-section\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cspan class=\"section-label\"\u003eSound familiar?\u003c\/span\u003e\n    \u003ch2 class=\"section-title\"\u003eYou Work Hard. So Why Does Money Always Feel Like a Struggle?\u003c\/h2\u003e\n    \u003cp class=\"section-intro\"\u003eYou're not bad with money — you were just never taught how it actually works. These three patterns keep smart people stuck.\u003c\/p\u003e\n\n    \u003cdiv class=\"pain-grid\"\u003e\n      \u003cdiv class=\"pain-card\"\u003e\n        \u003cdiv class=\"pain-icon\"\u003e😰\u003c\/div\u003e\n        \u003ch3\u003ePaycheck-to-Paycheck Paralysis\u003c\/h3\u003e\n        \u003cp\u003eNo matter how much you earn, there's nothing left at the end of the month. More income just means more spending, and saving feels completely out of reach.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pain-card\"\u003e\n        \u003cdiv class=\"pain-icon\"\u003e📊\u003c\/div\u003e\n        \u003ch3\u003eOverwhelmed by Information Overload\u003c\/h3\u003e\n        \u003cp\u003eBetween budgeting apps, investment accounts, credit scores, and conflicting advice online, you don't know where to start — so you don't start at all.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pain-card\"\u003e\n        \u003cdiv class=\"pain-icon\"\u003e🔁\u003c\/div\u003e\n        \u003ch3\u003eThe \"I'll Start Next Month\" Trap\u003c\/h3\u003e\n        \u003cp\u003eYou know you need a plan, but life keeps getting in the way. Every month that passes is compound interest lost — time is the one thing you can't get back.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"section-divider\"\u003e\u003c\/div\u003e\n\n\u003c!-- ── 4. SOLUTION ── --\u003e\n\u003csection class=\"solution-section\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cspan class=\"section-label\"\u003eIntroducing the solution\u003c\/span\u003e\n    \u003cdiv class=\"solution-badge\"\u003e\n\u003cspan\u003e✦\u003c\/span\u003e From Rooted Financial \u0026amp; Money Talks\u003c\/div\u003e\n    \u003ch2\u003eMeet the Guide That Replaces Confusion With a \u003cem\u003eClear, Actionable Plan\u003c\/em\u003e\n\u003c\/h2\u003e\n    \u003cp\u003eThis isn't another overwhelming finance textbook. It's a focused, friendly, no-fluff playbook designed to get you from \"I have no idea what I'm doing\" to \"I finally have a system that works\" — fast.\u003c\/p\u003e\n    \u003cp style=\"color:#666; font-size:0.95rem;\"\u003eEvery concept is broken down into bite-sized, actionable steps you can implement the same day you read them. Real strategies. Real results. Zero judgment.\u003c\/p\u003e\n    \u003ca href=\"#buy\" class=\"btn-gold\"\u003eGet Your Copy Now →\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"section-divider\"\u003e\u003c\/div\u003e\n\n\u003c!-- ── 5. WHAT'S INSIDE ── --\u003e\n\u003csection class=\"inside-section\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cspan class=\"section-label\" style=\"display:block; text-align:center; color:var(--mt-gold);\"\u003eWhat's inside\u003c\/span\u003e\n    \u003ch2 class=\"section-title\"\u003eEverything You Need to Build Financial Freedom, Step by Step\u003c\/h2\u003e\n    \u003cp class=\"section-intro\"\u003eSix focused modules walk you from financial foundations all the way to building long-term wealth.\u003c\/p\u003e\n\n    \u003cdiv class=\"chapters-grid\"\u003e\n      \u003cdiv class=\"chapter-card\"\u003e\n        \u003cdiv class=\"chapter-icon\"\u003e🧱\u003c\/div\u003e\n        \u003cdiv class=\"chapter-info\"\u003e\n          \u003ch4\u003eModule 1\u003c\/h4\u003e\n          \u003cp\u003eYour Financial Foundation — understanding net worth, cash flow, and why most people get the basics wrong.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"chapter-card\"\u003e\n        \u003cdiv class=\"chapter-icon\"\u003e🗺️\u003c\/div\u003e\n        \u003cdiv class=\"chapter-info\"\u003e\n          \u003ch4\u003eModule 2\u003c\/h4\u003e\n          \u003cp\u003eBuilding Your Budget Blueprint — a zero-stress spending plan that actually fits your real life and goals.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"chapter-card\"\u003e\n        \u003cdiv class=\"chapter-icon\"\u003e🏦\u003c\/div\u003e\n        \u003cdiv class=\"chapter-info\"\u003e\n          \u003ch4\u003eModule 3\u003c\/h4\u003e\n          \u003cp\u003eBanking \u0026amp; Saving Systems — the exact account structure that makes saving automatic and effortless.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"chapter-card\"\u003e\n        \u003cdiv class=\"chapter-icon\"\u003e💳\u003c\/div\u003e\n        \u003cdiv class=\"chapter-info\"\u003e\n          \u003ch4\u003eModule 4\u003c\/h4\u003e\n          \u003cp\u003eDebt Strategy \u0026amp; Credit Mastery — which debts to pay first, how to raise your score, and when debt can work for you.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"chapter-card\"\u003e\n        \u003cdiv class=\"chapter-icon\"\u003e📈\u003c\/div\u003e\n        \u003cdiv class=\"chapter-info\"\u003e\n          \u003ch4\u003eModule 5\u003c\/h4\u003e\n          \u003cp\u003eInvesting for Beginners — demystifying the stock market, retirement accounts, and how to start with any amount.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"chapter-card\"\u003e\n        \u003cdiv class=\"chapter-icon\"\u003e🌱\u003c\/div\u003e\n        \u003cdiv class=\"chapter-info\"\u003e\n          \u003ch4\u003eModule 6\u003c\/h4\u003e\n          \u003cp\u003eBuilding Lasting Wealth — goal-setting frameworks, generational wealth principles, and your 12-month roadmap.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"section-divider\"\u003e\u003c\/div\u003e\n\n\u003c!-- ── 6. BENEFITS ── --\u003e\n\u003csection class=\"benefits-section\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cspan class=\"section-label\" style=\"display:block; text-align:center;\"\u003eWhat you'll walk away with\u003c\/span\u003e\n    \u003ch2\u003eSpecific, Tangible Outcomes You'll See in Your Financial Life\u003c\/h2\u003e\n    \u003cul class=\"benefits-list\"\u003e\n      \u003cli\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e A personalized budget you'll actually stick to — built in under 30 minutes using our proven template.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e A 3-account banking system that automates saving and eliminates \"I forgot to transfer\" excuses forever.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e A debt payoff plan with a clear timeline — so you know exactly when you'll be free and what it takes to get there.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e The confidence to open and fund your first (or next) investment account without second-guessing every decision.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e A credit score action plan that shows measurable improvement within 60–90 days of implementation.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e An emergency fund target, a savings rate goal, and a net worth tracker — all customized to your income and lifestyle.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e A 12-month financial roadmap so you always know your next move, no matter where you're starting from.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"section-divider\"\u003e\u003c\/div\u003e\n\n\u003c!-- ── 7. SOCIAL PROOF ── --\u003e\n\u003csection class=\"proof-section\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cspan class=\"section-label\" style=\"display:block; text-align:center;\"\u003eReal results from real readers\u003c\/span\u003e\n    \u003ch2\u003eWhat People Are Saying\u003c\/h2\u003e\n\n    \u003cdiv class=\"testimonials-grid\"\u003e\n      \u003cdiv class=\"testimonial-card\"\u003e\n        \u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp class=\"quote-body\"\u003e[REAL CUSTOMER COPY HERE]\u003c\/p\u003e\n        \u003cp class=\"reviewer\"\u003e[Customer Name]\u003c\/p\u003e\n        \u003cp class=\"reviewer-role\"\u003e[City, State or Role]\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"testimonial-card\"\u003e\n        \u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp class=\"quote-body\"\u003e[REAL CUSTOMER COPY HERE]\u003c\/p\u003e\n        \u003cp class=\"reviewer\"\u003e[Customer Name]\u003c\/p\u003e\n        \u003cp class=\"reviewer-role\"\u003e[City, State or Role]\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"testimonial-card\"\u003e\n        \u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp class=\"quote-body\"\u003e[REAL CUSTOMER COPY HERE]\u003c\/p\u003e\n        \u003cp class=\"reviewer\"\u003e[Customer Name]\u003c\/p\u003e\n        \u003cp class=\"reviewer-role\"\u003e[City, State or Role]\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"section-divider\"\u003e\u003c\/div\u003e\n\n\u003c!-- ── 8. ABOUT ── --\u003e\n\u003csection class=\"about-section\"\u003e\n  \u003cdiv class=\"about-inner\"\u003e\n    \u003cdiv class=\"about-avatar\"\u003e🌱\u003c\/div\u003e\n    \u003cspan class=\"section-label\"\u003eAbout the creator\u003c\/span\u003e\n    \u003ch2\u003eMoney Talks \u0026amp; Rooted Financial\u003c\/h2\u003e\n    \u003cp\u003eMoney Talks is a financial education brand built on one belief: everyone deserves access to clear, honest, judgment-free guidance about their money — regardless of where they're starting from. Rooted Financial was founded to provide practical, community-centered financial coaching that meets people where they are and walks with them toward lasting freedom.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"section-divider\"\u003e\u003c\/div\u003e\n\n\u003c!-- ── 9. GUARANTEE ── --\u003e\n\u003csection class=\"guarantee-section\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"guarantee-box\"\u003e\n      \u003cdiv class=\"guarantee-badge\"\u003e🛡️\u003c\/div\u003e\n      \u003ch2\u003e30-Day Money-Back Guarantee\u003c\/h2\u003e\n      \u003cp\u003eRead the guide, try the tools, and use the templates. If you don't feel more confident and clear about your finances within 30 days, just email us and we'll give you a full refund — no questions asked, no hoops to jump through. Your satisfaction is guaranteed, plain and simple.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"section-divider\"\u003e\u003c\/div\u003e\n\n\u003c!-- ── 10 + 11. FINAL CTA + ORDER BUMP ── --\u003e\n\u003csection class=\"final-cta\" id=\"buy\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cspan class=\"section-label\" style=\"display:block; text-align:center;\"\u003eReady to get started?\u003c\/span\u003e\n    \u003ch2\u003eGet Instant Access to \u003cem\u003eFinancial Clarity\u003c\/em\u003e — Starting Today\u003c\/h2\u003e\n    \u003cp class=\"cta-sub\"\u003eOne investment. A lifetime of better money decisions. Download immediately after purchase.\u003c\/p\u003e\n\n    \u003c!-- Order Bump --\u003e\n    \u003cdiv class=\"order-bump\"\u003e\n      \u003cspan class=\"order-bump-label\"\u003e⚡ Special Add-On — One Time Only\u003c\/span\u003e\n      \u003ch3\u003eAdd the Money Talks Budget Booster Pack\u003c\/h3\u003e\n      \u003cp\u003eGet our complete set of 5 done-for-you spreadsheet templates — budget tracker, debt snowball calculator, savings goal planner, net worth tracker, and investment log — all pre-built and ready for you to fill in. Normally $17, add it to your order today for just $9.\u003c\/p\u003e\n      \u003cdiv class=\"bump-checkbox-row\"\u003e\n        \u003cinput type=\"checkbox\" id=\"bump-check\"\u003e\n        \u003clabel for=\"bump-check\"\u003e\n          \u003cstrong\u003eYes! Add the Budget Booster Pack for just $9 →\u003c\/strong\u003e\u003cbr\u003e\n          5 ready-to-use financial spreadsheet templates that pair perfectly with this guide. Instant download included.\n        \u003c\/label\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Price Block --\u003e\n    \u003cdiv class=\"price-block\"\u003e\n      \u003cp class=\"price-label\"\u003eToday's Price\u003c\/p\u003e\n      \u003cp class=\"price-number\"\u003e$[XX]\u003c\/p\u003e\n      \u003cp class=\"price-note\"\u003eOne-time payment  ·  Instant PDF access\u003c\/p\u003e\n\n      \u003cul class=\"what-you-get\"\u003e\n        \u003cli\u003e\n\u003cspan class=\"wg-check\"\u003e✦\u003c\/span\u003e Complete Financial Freedom Guide (PDF)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"wg-check\"\u003e✦\u003c\/span\u003e 12-Month Financial Roadmap Template\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"wg-check\"\u003e✦\u003c\/span\u003e Budget Blueprint Worksheet\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"wg-check\"\u003e✦\u003c\/span\u003e 30-Day Money-Back Guarantee\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"wg-check\"\u003e✦\u003c\/span\u003e Instant Digital Download\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003ca href=\"[CHECKOUT_URL]\" class=\"btn-gold btn-gold-lg\" style=\"width:100%; display:block; text-align:center;\"\u003eGet Instant Access →\u003c\/a\u003e\n      \u003cp class=\"security-note\"\u003e🔒 Secure checkout  ·  SSL encrypted  ·  Processed safely\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ── FOOTER ── --\u003e\n\u003cfooter\u003e\n  \u003cp class=\"footer-logo\"\u003eMoney\u003cspan\u003eTalks\u003c\/span\u003e\u003c\/p\u003e\n  \u003cp style=\"margin-bottom:0.5rem;\"\u003e© 2025 Money Talks \/ Rooted Financial. All rights reserved.\u003c\/p\u003e\n  \u003cp\u003e\u003ca href=\"#\"\u003ePrivacy Policy\u003c\/a\u003e  ·  \u003ca href=\"#\"\u003eTerms of Service\u003c\/a\u003e  ·  \u003ca href=\"#\"\u003eContact\u003c\/a\u003e\u003c\/p\u003e\n  \u003cp style=\"margin-top:0.75rem; max-width:500px; margin-left:auto; margin-right:auto; font-size:0.75rem; color:rgba(255,255,255,0.28);\"\u003eThis product is for educational purposes only. Results vary. Nothing herein constitutes financial advice. Please consult a licensed financial professional for advice specific to your situation.\u003c\/p\u003e\n\u003c\/footer\u003e\n\n\n\u003c\/body\u003e","brand":"Money Talks (Rooted Financial)","offers":[{"title":"Default Title","offer_id":49200593797335,"sku":null,"price":27.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0815\/2737\/4039\/files\/6518edcdb77bbd630d08e328149e80b3.png?v=1783166944","url":"https:\/\/store.rootedfinancial.co\/products\/price-it-right-1","provider":"Money Talks","version":"1.0","type":"link"}