Return-Path: <support@catalpha.com>
Delivered-To: untroubl8492-bruce@untroubled.org
Received: (qmail 1922954 invoked from network); 3 Apr 2026 22:05:52 -0000
Received: from catalpha.com (4.224.198.104.bc.googleusercontent.com [104.198.224.4])
  by vx0.untroubled.org ([45.63.65.23])
  with SMTP via TCP; 03 Apr 2026 22:05:52 -0000
From: Naori Wellness <support@catalpha.com>
To: bruce@untroubled.org
Subject: Heal your gut, transform your health
Message-ID: <5c0552d6d392404fbc2609848fffeec4@catalpha.com>
Date: Fri, 03 Apr 2026 22:05:51 +0000
MIME-Version: 1.0
Content-Type: text/html; charset=utf-8
Content-Length: 11789

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Naori Symbiotics</title>
    <link
        href="https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:wght@300;400;500;600&display=swap"
        rel="stylesheet">
    <style>
        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0
        }

        body {
            background: #F4F7F6;
            font-family: 'DM Sans', sans-serif;
            -webkit-font-smoothing: antialiased
        }

        .wrap {
            max-width: 600px;
            margin: 0 auto;
            padding: 32px 16px 48px
        }

        /* Header */
        .header {
            background: #fff;
            border-radius: 20px 20px 0 0;
            padding: 28px 40px;
            border-bottom: 1px solid #E7EFED;
            display: flex;
            align-items: center;
            justify-content: space-between
        }

        .logo img {
            height: 32px;
            display: block
        }

        .badge {
            background: #E7EFED;
            color: #19433A;
            font-size: 11px;
            font-weight: 600;
            letter-spacing: .08em;
            text-transform: uppercase;
            padding: 5px 12px;
            border-radius: 50px
        }

        /* Hero */
        .hero {
            background: #fff;
            padding: 0 40px 0
        }

        .hero-inner {
            display: flex;
            gap: 32px;
            align-items: center;
            padding: 40px 0
        }

        .hero-text {
            flex: 1
        }

        .eyebrow {
            font-size: 11px;
            font-weight: 600;
            color: #19433A;
            letter-spacing: .1em;
            text-transform: uppercase;
            margin-bottom: 12px
        }

        .hero-h1 {
            font-family: 'DM Serif Display', serif;
            font-size: 36px;
            line-height: 1.15;
            color: #0A1C18;
            margin-bottom: 16px
        }

        .hero-h1 em {
            font-style: italic;
            color: #8CA19D
        }

        .hero-body {
            font-size: 15px;
            line-height: 1.7;
            color: #354A46;
            margin-bottom: 28px
        }

        .cta-btn {
            display: inline-block;
            background: #19433A;
            color: #fff;
            font-size: 14px;
            font-weight: 600;
            padding: 14px 28px;
            border-radius: 50px;
            text-decoration: none;
            letter-spacing: .02em
        }

        .hero-img {
            width: 200px;
            flex-shrink: 0
        }

        .hero-img img {
            width: 100%;
            border-radius: 16px;
            display: block
        }

        /* Steps */
        .steps {
            background: #FAFCFB;
            padding: 36px 40px
        }

        .steps-label {
            font-size: 11px;
            font-weight: 600;
            color: #8CA19D;
            letter-spacing: .12em;
            text-transform: uppercase;
            margin-bottom: 24px
        }

        .steps-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 16px
        }

        .step {
            text-align: center
        }

        .step-num {
            width: 44px;
            height: 44px;
            background: #19433A;
            border: 1px solid rgba(255, 255, 255, .12);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: 'DM Serif Display', serif;
            font-size: 20px;
            color: #fff;
            margin: 0 auto 12px
        }

        .step h3 {
            font-size: 13px;
            font-weight: 600;
            color: #0A1C18;
            margin-bottom: 4px
        }

        .step p {
            font-size: 12px;
            color: #8CA19D;
            line-height: 1.5
        }

        /* Feature strip */
        .features {
            background: #fff;
            border-radius: 20px 20px 0 0;
            padding: 36px 40px
        }

        .features-inner {
            display: flex;
            gap: 24px;
            align-items: flex-start
        }

        .features-text {
            flex: 1
        }

        .features-h2 {
            font-family: 'DM Serif Display', serif;
            font-size: 19px;
            color: #0A1C18;
            margin-bottom: 12px;
            line-height: 1.25
        }

        .features-body {
            font-size: 14px;
            line-height: 1.75;
            color: #354A46;
            margin-bottom: 24px
        }

        .features-img {
            width: 180px;
            flex-shrink: 0
        }

        .features-img img {
            width: 100%;
            display: block
        }

        .pill-list {
            display: flex;
            flex-direction: column;
            gap: 8px;
            margin-bottom: 24px
        }

        .pill {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 13px;
            color: #354A46
        }

        .pill-dot {
            width: 7px;
            height: 7px;
            background: #8CA19D;
            border-radius: 50%;
            flex-shrink: 0
        }

        /* Testimonial */
        .testimonial {
            background: #F0F4F3;
            padding: 36px 40px;
            border-top: 1px solid #E7EFED;
            border-radius: 0 0 20px 20px;
        }

        .quote-mark {
            font-family: 'DM Serif Display', serif;
            font-size: 60px;
            color: #8CA19D;
            line-height: 1;
            margin-bottom: 8px
        }

        .quote-text {
            font-family: 'DM Serif Display', serif;
            font-size: 18px;
            line-height: 1.55;
            color: #0A1C18;
            font-style: italic;
            margin-bottom: 16px
        }

        .quote-author {
            font-size: 12px;
            font-weight: 600;
            color: #19433A;
            letter-spacing: .05em
        }

        /* CTA banner */
        .cta-banner {
            background: #19433A;
            padding: 36px 40px;
            text-align: center;
            border-radius: 20px;
        }

        .cta-banner h2 {
            font-family: 'DM Serif Display', serif;
            font-size: 28px;
            color: #fff;
            margin-bottom: 8px
        }

        .cta-banner p {
            font-size: 14px;
            color: rgba(255, 255, 255, .8);
            margin-bottom: 24px
        }

        .cta-banner a {
            display: inline-block;
            background: #fff;
            color: #19433A;
            font-size: 14px;
            font-weight: 700;
            padding: 14px 32px;
            border-radius: 50px;
            text-decoration: none
        }

        /* Footer */
        .footer {
            text-align: center;
            padding: 24px 0;
            font-size: 11px;
            color: #8CA19D
        }

        .footer a {
            color: #8CA19D;
            text-decoration: underline
        }
    </style>
</head>

<body>
    <div style="display:none;font-size:1px;max-height:0;overflow:hidden;">Restore balance to your gut microbiome with Naori Symbiotics.</div>
    <div class="wrap">
        <div class="header">
            <div class="logo"><a
                    href="https://www.forwardservertech.com/5P2W1PG/28D4MDL5/?creative_id=59452"><img src="https://get-naori.com/wp-content/themes/ecomm-wp-child-food-supplements/templates/adaptive-quiz-pages/V1/src/public/img/logo.svg" alt="Naori" height="32"></a>
            </div>
            <div class="badge">Health and Wellness</div>
        </div>

        <div class="hero">
            <div class="hero-inner">
                <div class="hero-text">
                    <div class="eyebrow">Gut Health Harmony</div>
                    <h1 class="hero-h1">Total Wellness.<br><em>Effortless</em> Balance.</h1>
                    <p class="hero-body">Say goodbye to digestive issues fatigue and sluggish metabolism. Naori combines the power of probiotics and prebiotics to restore your gut health from the inside out.</p>
                    <a href="https://miniurl.be/r-6qfq" class="cta-btn">Get Yours Today</a>
                </div>
                <div class="hero-img">
                    <a
                        href="https://www.forwardservertech.com/5P2W1PG/28D4MDL5/?creative_id=59452"><img src="https://get-naori.com/img/MDFfU3ltYmlvdGljLW5ldy5qcGc-w_720.jpg" alt="Naori Symbiotics"></a>
                </div>
            </div>
        </div>

        <div class="steps">
            <div class="steps-label"><center>How It Works</center></div>
            <div class="steps-grid">
                <div class="step">
                    <div class="step-num">1</div>
                    <h3>Nourish</h3>
                    <p>Take our easy to swallow capsules daily</p>
                </div>
                <div class="step">
                    <div class="step-num">2</div>
                    <h3>Balance</h3>
                    <p>Prebiotics and probiotics restore your microbiome</p>
                </div>
                <div class="step">
                    <div class="step-num">3</div>
                    <h3>Thrive</h3>
                    <p>Enjoy more energy and easier weight management</p>
                </div>
            </div>
        </div>

        <div class="features">
            <div class="features-inner">
                <div class="features-text">
                    <h2 class="features-h2">Why Naori is America Choice</h2>
                    <div class="pill-list">
                        <div class="pill"><span class="pill-dot"></span>12 probiotic strains and prebiotics combined
                        </div>
                        <div class="pill"><span class="pill-dot"></span>Supports effortless weight management</div>
                        <div class="pill"><span class="pill-dot"></span>Boosts energy and immune defense</div>
                        <div class="pill"><span class="pill-dot"></span>Vegan gluten free and planet friendly</div>
                        <div class="pill"><span class="pill-dot"></span>Delayed release capsules for optimal results</div>
                    </div>
                    <a href="https://miniurl.be/r-6qfq" class="cta-btn">Shop Now</a>
                </div>
                <div class="features-img">
                    <img src="https://get-naori.com/img/U2lkZWJhcl9TeW1iaW90aWMuanBn-w_434.jpg" alt="Naori device">
                </div>
            </div>
        </div>

        <div class="testimonial">
            <div class="quote-mark">"</div>
            <p class="quote-text">I tried everything restrictive diets and expensive meal plans. Nothing stuck. Naori was my last attempt. After just four weeks my jeans fit again and the bloating disappeared completely!</p>
            <div class="quote-author">Emma S Verified Buyer</div>
        </div>
<br>
        <div class="cta-banner"><br>
            <h2>Ready to heal your gut?</h2>
            <p>Join thousands of women who feel vibrant and energized with Naori.</p>
            <a href="https://miniurl.be/r-6qfq">Order Naori Symbiotics Now</a>
        </div>

        <div class="footer">
            <p>Naori &copy; 2026 Gedimino pr. 20, LT 01102 Vilnius, Lithuania <a
                    href="https://miniurl.be/r-6qfr">Unsubscribe</a></p>
        </div>
    </div>
</body>

</html>
