Tax & Financial Strategy Pricing – NextGen

<style>
    /* PROFESSIONAL BASE STYLES - CUSTOMIZE THESE */
    body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; margin: 0; padding: 0; background-color: #f4f7f6; color: #333; }
    header { text-align: center; padding: 40px 20px 20px; background-color: #fff; border-bottom: 1px solid #eee; }
    h1 { color: #004d40; font-size: 2.5em; margin-bottom: 5px; }
    .pricing-grid { display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; padding: 50px 20px; }
    .pricing-card { border: 2px solid #ccc; padding: 30px; border-radius: 12px; width: 320px; text-align: center; background-color: white; box-shadow: 0 8px 25px rgba(0,0,0,0.1); transition: transform 0.3s, box-shadow 0.3s; }
    .pricing-card:hover { transform: translateY(-8px); box-shadow: 0 12px 30px rgba(0,0,0,0.15); }
    .highlight { border-color: #007bff; background-color: #e6f3ff; }
    h2 { color: #007bff; margin-top: 10px; font-size: 1.8em; }
    .price { font-size: 3.0em; font-weight: 700; color: #1a7e44; margin: 10px 0; }
    .price small { font-size: 0.4em; font-weight: normal; color: #666; display: block; }
    .features-list { text-align: left; list-style: none; padding: 0; margin-top: 20px; }
    .features-list li { padding: 10px 0; border-bottom: 1px dotted #eee; font-size: 0.95em; }
    .cta-button { display: block; background-color: #007bff; color: white; padding: 15px 25px; text-decoration: none; border-radius: 6px; margin-top: 30px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; transition: background-color 0.3s; }
    .cta-button:hover { background-color: #0056b3; }
    .faq-section { max-width: 900px; margin: 0 auto; padding: 40px 20px; background-color: #fff; border-top: 1px solid #eee; }
    .faq-item strong { color: #007bff; display: block; margin-bottom: 5px; font-size: 1.1em; }
    footer { text-align: center; padding: 20px 0; font-size: 0.85em; color: #666; background-color: #f0f0f0; }
</style>
<header>
    <h1>💰 Tax & Financial Strategy Pricing for NextGen</h1>
    <p>Choose the level of support that maximizes your savings and simplifies your compliance.</p>
</header>

<section id="pricing-tiers" class="pricing-grid">

    <div class="pricing-card">
        <h2>Tax Preparation</h2>
        <p style="min-height: 40px; font-weight: 600;">Compliance Only</p>
        <div class="price">Flat Fee</div>
        <p style="margin-top: -10px; font-size: 1.1em; color: #333;">Starts at **$150**</p>
        <ul class="features-list">
            <li>**$150 Flat Fee:** Simple 1040 Personal Returns (lesser complexity)</li>
            <li>**$350 Flat Fee:** Simple Business Returns (lesser complexity)</li>
            <li>Preparation of various forms and schedules</li>
            <li>Secure Digital Document Submission & E-Filing</li>
            <li>**No** Ongoing Consultation or Monthly Bookkeeping</li>
        </ul>
        <a href="[Your Quote Page URL]" class="cta-button">Start My Tax Quote</a>
    </div>

    <div class="pricing-card highlight">
        <h2>Standard</h2>
        <p style="min-height: 40px; font-weight: 600;">Filing & Strategy Implementation</p>
        <div class="price">$250<small>/mo</small></div>
        <p>Billed Monthly or Annually</p>
        <ul class="features-list">
            <li>Includes everything in Tax Preparation</li>
            <li>**Proactive Tax Planning** Session (Quarterly)</li>
            <li>Implementing Tax Saving Strategies (Deductions, Credits)</li>
            <li>Year-Round Consultation Support</li>
            <li>Access to Secure Client Portal</li>
        </ul>
        <a href="[Your Standard Enrollment URL]" class="cta-button" style="background-color: #1a7e44;">Launch Tax Strategy</a>
    </div>

    <div class="pricing-card">
        <h2>Pro (Best Value)</h2>
        <p style="min-height: 40px; font-weight: 600;">Bookkeeping & Advanced Tax Strategy</p>
        <div class="price">$399<small>/mo</small></div>
        <p>Billed Monthly or Annually</p>
        <ul class="features-list">
            <li>Includes everything in the Standard Plan</li>
            <li>**Complete Monthly Bookkeeping**</li>
            <li>Financial Statements (P&L, Balance Sheet)</li>
            <li>Advanced Business Entity Structuring Advice</li>
            <li>Budgeting and Cash Flow Analysis</li>
        </ul>
        <a href="[Your Pro Setup URL]" class="cta-button">Schedule Pro Consultation</a>
    </div>

</section>

<section id="faq" class="faq-section">
    <h2 style="text-align: center; color: #333; margin-bottom: 30px;">❓ Frequently Asked Questions</h2>

    <div class="faq-item" style="margin-bottom: 20px;">
        <strong>Q: What is considered 'lesser complexity' for the flat fees?</strong>
        <p style="padding-left: 15px;">A: Lesser complexity typically excludes rental properties, foreign income, or multiple complex investment schedules. We provide a **guaranteed quote** after reviewing your documents to ensure total transparency before any work begins.</p>
    </div>

    <div class="faq-item" style="margin-bottom: 20px;">
        <strong>Q: How often do you handle bookkeeping in the Pro plan?</strong>
        <p style="padding-left: 15px;">A: The Pro plan includes comprehensive **monthly bookkeeping**. This ensures your records are always up-to-date, making strategic planning and year-end tax filing seamless and efficient.</p>
    </div>

    <div class="faq-item" style="margin-bottom: 20px;">
        <strong>Q: Do the Standard and Pro plans include the actual tax filing fee?</strong>
        <p style="padding-left: 15px;">A: Yes. The monthly retainer fee for both the Standard and Pro plans **includes** all tax preparation and e-filing services (Federal and State) for the current tax year.</p>
    </div>
</section>

<footer>
    <p>All prices are listed in **USD**. Bookkeeping services are billed on a monthly retainer.</p>
    <p><a href="[Link to Terms]" style="color: #007bff;">Terms of Service</a> | <a href="[Link to Privacy]" style="color: #007bff;">Privacy Policy</a></p>
</footer>