Price It Right
Money Talks | Your Financial Freedom Starts Here :root { --mt-green-dark: #2D5016; --mt-green-mid: #4a7c59; --mt-green-light: #eaf4ed; --mt-gold: #C9A84C; --mt-cream: #F5F0E8; --mt -text: #1A1A1A; } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } html { scroll-behavior: smooth; } body { font-family: 'DM Sans', sans-serif; color: var(--mt-text); background: var(--mt-cream); line-height: 1.6; } h1, h2, h3, h4 { font-family: 'Playfair Display', serif; line-height: 1.25; } img { max-width: 100%; display: block; } a { text-decoration: none; color: inherit; } .btn-gold { display: inline-block; background: var(--mt-gold); color: var(--mt-text); font-family: 'DM Sans', sans-serif; font-weight: 600; font-size: 1rem; padding: 0.9rem 2.2rem; border-radius: 50px; border: none; cursor: pointer; transition: filter 0.2s ease, transform 0.2s ease; text-align: center; letter-spacing: 0.02em; } .btn-gold:hover { filter: brightness(1.08); transform: translateY(-2px); } .btn-gold-lg { font-size: 1.2rem; padding: 1.1rem 2.8rem; } .section-label { font-family: 'DM Sans', sans-serif; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--mt-gold); margin-bottom: 0.75rem; display: block; } .container { width: 100%; max-width: 900px; margin: 0 auto; padding: 0 1.25rem; } /* ── NAV ── */ nav { background: var(--mt-green-dark); padding: 1rem 1.25rem; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 12px rgba(0,0,0,0.18); } .nav-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; } .nav-logo { font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 700; color: var(--mt-cream); letter-spacing: 0.01em; } .nav-logo span { color: var(--mt-gold); } /* ── HERO ── */ .hero { background: linear-gradient(160deg, var(--mt-green-dark) 0%, #1e3a0f 100%); padding: 4rem 1.25rem 4.5rem; text-align: center; position: relative; overflow: hidden; } .hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 30%, rgba(201,168,76,0.08) 0%, transparent 60%); pointer-events: none; } .hero-eyebrow { display: inline-block; background: rgba(201,168,76,0.15); border: 1px solid rgba(201,168,76,0.4); color: var(--mt-gold); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; padding: 0.35rem 1rem; border-radius: 50px; margin-bottom: 1.5rem; } .hero h1 { font-size: clamp(2rem, 5vw, 3.4rem); color: #fff; margin-bottom: 1.25rem; max-width: 750px; margin-left: auto; margin-right: auto; } .hero h1 em { color: var(--mt-gold); font-style: italic; } .hero-sub { font-size: clamp(1rem, 2.5vw, 1.2rem); color: rgba(255,255,255,0.82); max-width: 580px; margin: 0 auto 2.25rem; font-weight: 400; } .hero-mockup { width: 220px; height: 290px; margin: 0 auto 2.5rem; background: linear-gradient(135deg, var(--mt-green-mid) 0%, var(--mt-green-dark) 100%); border-radius: 10px; display: flex; align-items: center; justify-content: center; box-shadow: 0 24px 60px rgba(0,0,0,0.45), 0 0 0 1px rgba(201,168,76,0.3); position: relative; overflow: hidden; } .hero-mockup::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 40%; background: linear-gradient(180deg, rgba(255,255,255,0.07) 0%, transparent 100%); pointer-events: none; } .hero-mockup-inner { text-align: center; padding: 1.5rem; z-index: 1; position: relative; } .hero-mockup-inner .mock-logo { font-family: 'Playfair Display', serif; font-size: 1.05rem; font-weight: 700; color: var(--mt-gold); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 1rem; } .hero-mockup-inner .mock-title { font-family: 'Playfair Display', serif; font-size: 1rem; color: #fff; font-weight: 600; line-height: 1.3; margin-bottom: 0.6rem; } .hero-mockup-inner .mock-line { width: 40px; height: 2px; background: var(--mt-gold); margin: 0 auto; } /* ── PROBLEM ── */ .problem-section { background: #fff; padding: 4.5rem 1.25rem; } .problem-section .section-title { text-align: center; font-size: clamp(1.6rem, 4vw, 2.4rem); color: var(--mt-green-dark); margin-bottom: 0.5rem; } .problem-section .section-intro { text-align: center; color: #555; max-width: 560px; margin: 0 auto 3rem; font-size: 1.05rem; } .pain-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; max-width: 820px; margin: 0 auto; } @media (min-width: 640px) { .pain-grid { grid-template-columns: repeat(3, 1fr); } } .pain-card { background: var(--mt-green-light); border-left: 4px solid var(--mt-gold); border-radius: 8px; padding: 1.75rem 1.5rem; } .pain-card .pain-icon { font-size: 2rem; margin-bottom: 0.75rem; } .pain-card h3 { font-size: 1.1rem; color: var(--mt-green-dark); margin-bottom: 0.5rem; } .pain-card p { font-size: 0.92rem; color: #444; line-height: 1.6; } /* ── SOLUTION ── */ .solution-section { background: var(--mt-cream); padding: 4.5rem 1.25rem; text-align: center; } .solution-section h2 { font-size: clamp(1.7rem, 4vw, 2.5rem); color: var(--mt-green-dark); max-width: 680px; margin: 0 auto 1.25rem; } .solution-section h2 em { color: var(--mt-gold); font-style: italic; } .solution-section p { font-size: 1.05rem; color: #444; max-width: 600px; margin: 0 auto 2rem; } .solution-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--mt-green-dark); color: var(--mt-cream); font-size: 0.85rem; font-weight: 500; padding: 0.5rem 1.2rem; border-radius: 50px; margin-bottom: 2.5rem; } .solution-badge span { color: var(--mt-gold); font-size: 1rem; } /* ── WHAT'S INSIDE ── */ .inside-section { background: var(--mt-green-dark); padding: 4.5rem 1.25rem; color: #fff; } .inside-section .section-title { font-size: clamp(1.6rem, 4vw, 2.3rem); text-align: center; color: #fff; margin-bottom: 0.5rem; } .inside-section .section-intro { text-align: center; color: rgba(255,255,255,0.7); max-width: 520px; margin: 0 auto 3rem; font-size: 1rem; } .chapters-grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; max-width: 820px; margin: 0 auto; } @media (min-width: 640px) { .chapters-grid { grid-template-columns: repeat(2, 1fr); } } .chapter-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(201,168,76,0.2); border-radius: 10px; padding: 1.5rem; display: flex; gap: 1rem; align-items: flex-start; transition: background 0.2s; } .chapter-card:hover { background: rgba(255,255,255,0.1); } .chapter-icon { font-size: 1.6rem; flex-shrink: 0; margin-top: 0.1rem; } .chapter-info h4 { font-family: 'DM Sans', sans-serif; font-weight: 600; font-size: 0.95rem; color: var(--mt-gold); text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 0.25rem; } .chapter-info p { font-size: 0.9rem; color: rgba(255,255,255,0.75); line-height: 1.5; } /* ── BENEFITS ── */ .benefits-section { background: #fff; padding: 4.5rem 1.25rem; } .benefits-section h2 { font-size: clamp(1.6rem, 4vw, 2.3rem); color: var(--mt-green-dark); text-align: center; margin-bottom: 2.5rem; max-width: 620px; margin-left: auto; margin-right: auto; } .benefits-list { list-style: none; max-width: 700px; margin: 0 auto; display: grid; gap: 1rem; } .benefits-list li { display: flex; align-items: flex-start; gap: 1rem; font-size: 1rem; color: #333; background: var(--mt-green-light); padding: 1.1rem 1.25rem; border-radius: 8px; border-left: 3px solid var(--mt-green-mid); } .benefits-list li .check { color: var(--mt-green-dark); font-size: 1.2rem; flex-shrink: 0; margin-top: 0.05rem; font-weight: 700; } /* ── SOCIAL PROOF ── */ .proof-section { background: var(--mt-cream); padding: 4.5rem 1.25rem; } .proof-section h2 { font-size: clamp(1.6rem, 4vw, 2.3rem); color: var(--mt-green-dark); text-align: center; margin-bottom: 2.5rem; } .testimonials-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; max-width: 860px; margin: 0 auto; } @media (min-width: 700px) { .testimonials-grid { grid-template-columns: repeat(3, 1fr); } } .testimonial-card { background: #fff; border-radius: 12px; padding: 2rem 1.5rem; box-shadow: 0 4px 20px rgba(0,0,0,0.07); position: relative; border-top: 3px solid var(--mt-gold); } .testimonial-card .stars { color: var(--mt-gold); font-size: 1.1rem; margin-bottom: 0.75rem; letter-spacing: 0.05em; } .testimonial-card .quote-body { font-size: 0.92rem; color: #444; line-height: 1.65; margin-bottom: 1.25rem; font-style: italic; } .testimonial-card .reviewer { font-weight: 600; font-size: 0.88rem; color: var(--mt-green-dark); } .testimonial-card .reviewer-role { font-size: 0.8rem; color: #888; margin-top: 0.1rem; } /* ── ABOUT ── */ .about-section { background: var(--mt-green-dark); padding: 4rem 1.25rem; color: #fff; } .about-inner { max-width: 680px; margin: 0 auto; text-align: center; } .about-avatar { width: 80px; height: 80px; border-radius: 50%; background: var(--mt-green-mid); border: 3px solid var(--mt-gold); margin: 0 auto 1.5rem; display: flex; align-items: center; justify-content: center; font-size: 2rem; } .about-inner h2 { font-size: 1.8rem; color: #fff; margin-bottom: 1rem; } .about-inner p { font-size: 1rem; color: rgba(255,255,255,0.78); line-height: 1.75; } /* ── GUARANTEE ── */ .guarantee-section { background: var(--mt-cream); padding: 4rem 1.25rem; } .guarantee-box { max-width: 640px; margin: 0 auto; background: #fff; border-radius: 14px; padding: 2.5rem 2rem; text-align: center; box-shadow: 0 4px 24px rgba(0,0,0,0.08); border: 2px solid var(--mt-green-light); } .guarantee-badge { width: 80px; height: 80px; border-radius: 50%; background: var(--mt-green-dark); color: var(--mt-gold); font-size: 2.2rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; box-shadow: 0 4px 16px rgba(45,80,22,0.3); } .guarantee-box h2 { font-size: 1.7rem; color: var(--mt-green-dark); margin-bottom: 1rem; } .guarantee-box p { font-size: 0.97rem; color: #555; line-height: 1.7; max-width: 480px; margin: 0 auto; } /* ── ORDER BUMP ── */ .order-bump { background: #fff; border: 2px dashed var(--mt-gold); border-radius: 12px; padding: 2rem 1.5rem; max-width: 680px; margin: 0 auto 2.5rem; } .order-bump-label { display: inline-block; background: var(--mt-gold); color: var(--mt-text); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.3rem 0.85rem; border-radius: 50px; margin-bottom: 1rem; } .order-bump h3 { font-size: 1.3rem; color: var(--mt-green-dark); margin-bottom: 0.5rem; } .order-bump p { font-size: 0.92rem; color: #555; margin-bottom: 1.25rem; line-height: 1.6; } .bump-checkbox-row { display: flex; align-items: flex-start; gap: 0.85rem; background: var(--mt-green-light); border-radius: 8px; padding: 1rem 1.1rem; cursor: pointer; } .bump-checkbox-row input[type="checkbox"] { width: 20px; height: 20px; accent-color: var(--mt-green-dark); flex-shrink: 0; margin-top: 0.15rem; cursor: pointer; } .bump-checkbox-row label { font-size: 0.93rem; color: #333; line-height: 1.55; cursor: pointer; } .bump-checkbox-row label strong { color: var(--mt-green-dark); } /* ── FINAL CTA ── */ .final-cta { background: linear-gradient(160deg, var(--mt-green-dark) 0%, #1e3a0f 100%); padding: 5rem 1.25rem; text-align: center; color: #fff; } .final-cta h2 { font-size: clamp(1.8rem, 4.5vw, 2.8rem); color: #fff; margin-bottom: 0.75rem; max-width: 620px; margin-left: auto; margin-right: auto; } .final-cta h2 em { color: var(--mt-gold); font-style: italic; } .final-cta .cta-sub { color: rgba(255,255,255,0.75); font-size: 1.05rem; max-width: 500px; margin: 0 auto 2.5rem; } .price-block { background: rgba(255,255,255,0.07); border: 1px solid rgba(201,168,76,0.3); border-radius: 14px; padding: 2.25rem 2rem; max-width: 460px; margin: 0 auto 2rem; } .price-label { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.12em; color: rgba(255,255,255,0.55); margin-bottom: 0.35rem; } .price-number { font-family: 'Playfair Display', serif; font-size: 3.5rem; font-weight: 700; color: var(--mt-gold); line-height: 1; margin-bottom: 0.25rem; } .price-note { font-size: 0.82rem; color: rgba(255,255,255,0.5); margin-bottom: 1.75rem; } .what-you-get { list-style: none; text-align: left; margin-bottom: 1.75rem; } .what-you-get li { display: flex; align-items: center; gap: 0.65rem; font-size: 0.93rem; color: rgba(255,255,255,0.85); padding: 0.4rem 0; border-bottom: 1px solid rgba(255,255,255,0.07); } .what-you-get li:last-child { border-bottom: none; } .what-you-get li .wg-check { color: var(--mt-gold); font-size: 1rem; flex-shrink: 0; } .security-note { font-size: 0.8rem; color: rgba(255,255,255,0.45); margin-top: 1.25rem; display: flex; align-items: center; justify-content: center; gap: 0.4rem; } /* ── FOOTER ── */ footer { background: #111; color: rgba(255,255,255,0.45); text-align: center; padding: 2rem 1.25rem; font-size: 0.8rem; } footer a { color: rgba(255,255,255,0.55); } footer a:hover { color: var(--mt-gold); } .footer-logo { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: rgba(255,255,255,0.65); margin-bottom: 0.6rem; } .footer-logo span { color: var(--mt-gold); } /* ── DIVIDER ── */ .section-divider { height: 4px; background: linear-gradient(90deg, transparent, var(--mt-gold), transparent); opacity: 0.35; } MoneyTalks Get Instant Access → 💰 New from Money Talks & Rooted Financial Finally, a Plain-English Guide to Taking Full Control of Your Money The step-by-step framework that turns financial confusion into crystal-clear confidence — no jargon, no shame, no guesswork. Money Talks Your Complete Financial Freedom Guide Yes! I Want Financial Clarity → 30-day money-back guarantee · Instant PDF download Sound familiar? You Work Hard. So Why Does Money Always Feel Like a Struggle? You're not bad with money — you were just never taught how it actually works. These three patterns keep smart people stuck. 😰 Paycheck-to-Paycheck Paralysis No 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. 📊 Overwhelmed by Information Overload Between budgeting apps, investment accounts, credit scores, and conflicting advice online, you don't know where to start — so you don't start at all. 🔁 The "I'll Start Next Month" Trap You 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. Introducing the solution ✦ From Rooted Financial & Money Talks Meet the Guide That Replaces Confusion With a Clear, Actionable Plan This 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. Every concept is broken down into bite-sized, actionable steps you can implement the same day you read them. Real strategies. Real results. Zero judgment. Get Your Copy Now → What's inside Everything You Need to Build Financial Freedom, Step by Step Six focused modules walk you from financial foundations all the way to building long-term wealth. 🧱 Module 1 Your Financial Foundation — understanding net worth, cash flow, and why most people get the basics wrong. 🗺️ Module 2 Building Your Budget Blueprint — a zero-stress spending plan that actually fits your real life and goals. 🏦 Module 3 Banking & Saving Systems — the exact account structure that makes saving automatic and effortless. 💳 Module 4 Debt Strategy & Credit Mastery — which debts to pay first, how to raise your score, and when debt can work for you. 📈 Module 5 Investing for Beginners — demystifying the stock market, retirement accounts, and how to start with any amount. 🌱 Module 6 Building Lasting Wealth — goal-setting frameworks, generational wealth principles, and your 12-month roadmap. What you'll walk away with Specific, Tangible Outcomes You'll See in Your Financial Life ✓ A personalized budget you'll actually stick to — built in under 30 minutes using our proven template. ✓ A 3-account banking system that automates saving and eliminates "I forgot to transfer" excuses forever. ✓ A debt payoff plan with a clear timeline — so you know exactly when you'll be free and what it takes to get there. ✓ The confidence to open and fund your first (or next) investment account without second-guessing every decision. ✓ A credit score action plan that shows measurable improvement within 60–90 days of implementation. ✓ An emergency fund target, a savings rate goal, and a net worth tracker — all customized to your income and lifestyle. ✓ A 12-month financial roadmap so you always know your next move, no matter where you're starting from. Real results from real readers What People Are Saying ★★★★★ [REAL CUSTOMER COPY HERE] [Customer Name] [City, State or Role] ★★★★★ [REAL CUSTOMER COPY HERE] [Customer Name] [City, State or Role] ★★★★★ [REAL CUSTOMER COPY HERE] [Customer Name] [City, State or Role] 🌱 About the creator Money Talks & Rooted Financial Money 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. 🛡️ 30-Day Money-Back Guarantee Read 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. Ready to get started? Get Instant Access to Financial Clarity — Starting Today One investment. A lifetime of better money decisions. Download immediately after purchase. ⚡ Special Add-On — One Time Only Add the Money Talks Budget Booster Pack Get 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. Yes! Add the Budget Booster Pack for just $9 → 5 ready-to-use financial spreadsheet templates that pair perfectly with this guide. Instant download included. Today's Price $[XX] One-time payment · Instant PDF access ✦ Complete Financial Freedom Guide (PDF) ✦ 12-Month Financial Roadmap Template ✦ Budget Blueprint Worksheet ✦ 30-Day Money-Back Guarantee ✦ Instant Digital Download Get Instant Access → 🔒 Secure checkout · SSL encrypted · Processed safely MoneyTalks © 2025 Money Talks / Rooted Financial. All rights reserved. Privacy Policy · Terms of Service · Contact This 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.
More you might like
Related
Price It Right: Charge What You're Worth
Related
Bid It Right: The Price is Right Card Game - 1964 - Milton B
Related
Price is Right Now or Then Pricing Game – 3D Printed Miniatu
Related