<!DOCTYPE html>
<html>

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>GMA Health Report</title>
    <style>
        body {
            margin: 0;
            padding: 0;
            font-family: Arial, Helvetica, sans-serif;
            background-color: #eeeeee;
        }

        .container {
            max-width: 600px;
            margin: 0 auto;
            background-color: #ffffff;
        }

        .comment-block {
            background-color: #f2f3f5;
            padding: 15px;
            border-radius: 8px;
            margin-bottom: 15px;
        }

        .user-name {
            color: #385898;
            font-weight: bold;
            font-size: 14px;
            margin-bottom: 5px;
        }

        .user-text {
            color: #1c1e21;
            font-size: 15px;
            line-height: 1.4;
        }

        .likes {
            color: #65676b;
            font-size: 12px;
            margin-top: 8px;
        }

        .btn {
            display: block;
            width: 80%;
            margin: 20px auto;
            background-color: #cc0000;
            color: white;
            text-align: center;
            padding: 15px;
            text-decoration: none;
            font-weight: bold;
            font-size: 20px;
            border-radius: 5px;
        }
    </style>
</head>

<body style="background-color: #eeeeee;">

    <div class="container">

        <!-- HEADER (GMA Style) -->
        <div style="background-color: #ffcc00; padding: 15px 20px;">
            <span style="font-weight: 900; font-size: 24px; color: #000;">GMA</span>
            <span style="font-weight: normal; font-size: 24px;">| Health</span>
        </div>

        <div style="padding: 25px;">

            <h1 style="font-size: 26px; font-weight: bold; margin-top: 0; line-height: 1.2;">
                "My doctor couldn't believe it": The simple gelatin trick melting belly fat
            </h1>

            <!-- HERO IMAGE -->
            <a href="https://storage.googleapis.com/gelatinsculpt-8pwh/index">
                <!-- INSERT IMAGE 2 HERE -->
                <img src="https://cosmouk.cdnds.net/16/25/768x576/sd-aspect-1466502082-screen-shot-2016-06-21-at-104215-am.jpg" alt="Weight Loss Transformation" style="width: 100%; height: auto; display: block; margin: 20px 0; border-radius: 4px;">
            </a>

            <p style="font-size: 17px; line-height: 1.5; color: #333;">
                <strong>(ABC) —</strong> It's the viral sensation that has doctors baffled. No Ozempic, no gym, just a
                simple "Gelatin Trick" before bed.
            </p>

            <p style="font-size: 17px; line-height: 1.5; color: #333;">
                We are receiving thousands of comments from viewers like Jennifer Taylor, who says she "melted 11 pounds
                in just a week."
            </p>

            <h3 style="border-bottom: 1px solid #ddd; padding-bottom: 10px; margin-top: 30px;">Top Viewer Comments</h3>

            <!-- FAKE COMMENT 1 (Sarah Smith) -->
            <div class="comment-block">
                <div class="user-name">Sarah Smith</div>
                <div class="user-text">OMG! My doctor couldn't believe it. I lost so much belly fat with this gelatin
                    trick that he thought I was starving myself. But my tests show I'm healthier than ever!</div>
                <div class="likes">Like · Reply · 23</div>
            </div>

            <!-- FAKE COMMENT 2 (Jennifer Taylor) -->
            <div class="comment-block">
                <div class="user-name">Jennifer Taylor</div>
                <div class="user-text">Girl, I melted 11 pounds in just a week! This gelatin trick is unreal!</div>
                <div class="likes">Like · Reply · 17</div>
            </div>

            <!-- FAKE COMMENT 3 (Chloe Garcia) -->
            <div class="comment-block">
                <div class="user-name">Chloe Garcia</div>
                <div class="user-text">After 3 weeks with the gelatin trick, my belly is flat like a board. I've melted
                    26 pounds without dieting.</div>
                <div class="likes">Like · Reply · 59</div>
            </div>

            <a href="https://storage.googleapis.com/gelatinsculpt-8pwh/index" class="btn">See The Gelatin Trick »</a>

        </div>

        <!-- FOOTER -->
        <div style="background-color: #333; color: white; padding: 20px; text-align: center; font-size: 11px;">
            ABC News · 47 West 66th Street, New York, NY 10023<br>
            <a href="https://storage.googleapis.com/gelatinsculpt-8pwh/unsub" style="color: #ccc;">Manage Preferences</a>
        </div>

    </div>
</body>

</html>