<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Body Ready Birth Workshop</title>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.2.19/tailwind.min.js"></script>
</head>
<body class="bg-gray-50">
    <div class="max-w-4xl mx-auto px-4 py-8">
        <!-- Hero Section -->
        <div class="text-center mb-12">
            <h1 class="text-4xl font-bold text-gray-800 mb-4">Body Ready Birth Workshop</h1>
            <p class="text-xl text-gray-600">Master the Art of Movement for a Confident Birth Experience</p>
        </div>

        <!-- Quick Info Box -->
        <div class="bg-white rounded-lg shadow-lg p-6 mb-8">
            <div class="grid md:grid-cols-2 gap-4">
                <div>
                    <h2 class="font-semibold text-gray-800">📅 Date & Time</h2>
                    <p class="text-gray-600">Friday, February 21</p>
                    <p class="text-gray-600">8:00 AM - 12:00 PM</p>
                </div>
                <div>
                    <h2 class="font-semibold text-gray-800">📍 Location</h2>
                    <p class="text-gray-600">Dynamic Gym, Budaiya</p>
                </div>
                <div>
                    <h2 class="font-semibold text-gray-800">💝 Investment</h2>
                    <p class="text-gray-600">$599 / BD 225</p>
                    <p class="text-sm text-gray-500">(Value of $1000)</p>
                </div>
                <div>
                    <h2 class="font-semibold text-gray-800">🤰 Prerequisites</h2>
                    <p class="text-gray-600">20+ weeks pregnant</p>
                </div>
            </div>
        </div>

        <!-- Main Benefits -->
        <div class="bg-white rounded-lg shadow-lg p-6 mb-8">
            <h2 class="text-2xl font-bold text-gray-800 mb-6">What You'll Gain</h2>
            <ul class="space-y-4">
                <li class="flex items-start">
                    <span class="text-green-500 mr-2">✓</span>
                    <span>Confidence to know EXACTLY how to move in birth to help your baby progress</span>
                </li>
                <li class="flex items-start">
                    <span class="text-green-500 mr-2">✓</span>
                    <span>Clarity about how YOUR body likes to move to open your pelvis</span>
                </li>
                <li class="flex items-start">
                    <span class="text-green-500 mr-2">✓</span>
                    <span>Innovative hands-on techniques to increase comfort and connection with your partner during labor</span>
                </li>
                <li class="flex items-start">
                    <span class="text-green-500 mr-2">✓</span>
                    <span>Know-how to minimize and prevent common birth injuries with proven methods</span>
                </li>
            </ul>
        </div>

        <!-- Bonus Materials -->
        <div class="bg-white rounded-lg shadow-lg p-6 mb-8">
            <h2 class="text-2xl font-bold text-gray-800 mb-6">Included Bonuses</h2>
            <div class="grid md:grid-cols-2 gap-6">
                <div class="bg-gray-50 p-4 rounded-lg">
                    <h3 class="font-semibold text-gray-800 mb-2">📘 Digital Workbook</h3>
                    <p class="text-gray-600">Comprehensive guide to reference throughout your journey</p>
                </div>
                <div class="bg-gray-50 p-4 rounded-lg">
                    <h3 class="font-semibold text-gray-800 mb-2">📱 BRB Student Pack</h3>
                    <p class="text-gray-600">Exclusive access to instructional videos and additional PDF downloads</p>
                </div>
            </div>
        </div>

        <!-- Important Details -->
        <div class="bg-white rounded-lg shadow-lg p-6 mb-8">
            <h2 class="text-2xl font-bold text-gray-800 mb-6">Important Details</h2>
            <div class="space-y-4">
                <div>
                    <h3 class="font-semibold text-gray-800">👥 Who Can Attend?</h3>
                    <p class="text-gray-600">Perfect for both first-time and experienced moms. Partners are welcome but not required - you'll benefit either way!</p>
                </div>
                <div>
                    <h3 class="font-semibold text-gray-800">💳 Payment & Booking</h3>
                    <ul class="text-gray-600 space-y-2">
                        <li>• Full payment required to secure your spot</li>
                        <li>• Multiple payment methods available</li>
                        <li>• Transferable to April 25 workshop if still pregnant</li>
                        <li>• Option to transfer your spot to a pregnant friend</li>
                    </ul>
                </div>
                <div>
                    <h3 class="font-semibold text-gray-800">⚠️ Cancellation Policy</h3>
                    <p class="text-gray-600">$450 refund available for cancellations made one week before the workshop. Late cancellations considered in unusual circumstances.</p>
                </div>
            </div>
        </div>

        <!-- CTA Button -->
        <div class="text-center">
            <a href="https://zfrmz.com/c3Pfrc1DvHoPAey2MKPx" class="inline-block bg-green-500 text-white font-bold py-3 px-8 rounded-lg hover:bg-green-600 transition-colors">
                Reserve Your Spot Now
            </a>
            <p class="mt-4 text-gray-600">Limited spots available - secure yours today!</p>
        </div>
    </div>
</body>
</html>