Return-Path: <support@justice.gov.lb>
Delivered-To: untroubl8492-bruce@untroubled.org
Received: (qmail 2738014 invoked from network); 6 Jun 2026 18:26:18 -0000
Received: from justice.gov.lb (0.198.255.35.bc.googleusercontent.com [35.255.198.0])
  by vx0.untroubled.org ([45.63.65.23])
  with SMTP via TCP; 06 Jun 2026 18:26:18 -0000
From: Cognitive Trends Report <support@justice.gov.lb>
To: bruce@untroubled.org
Subject: The Memory Support Trend Everyone’s Talking About
Message-ID: <5e7c17d91ed4425b9fd4637737872577@justice.gov.lb>
Date: Sat, 06 Jun 2026 18:26:18 +0000
MIME-Version: 1.0
Content-Type: text/html; charset=utf-8
Content-Length: 14395

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Cognivex | Professional Memory Support | Clinical Briefing</title>

<style>
  /* Global resets & professional typography */
  * {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
  }

  body {
    background-color: #e9eff4;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
  }

  table, td, tr, tbody {
    border-spacing: 0;
    border-collapse: collapse;
    mso-table-lspace: 0;
    mso-table-rspace: 0;
  }

  img {
    border: 0;
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 100%;
  }

  .email-wrapper {
    width: 100%;
    background: linear-gradient(145deg, #eef3f8 0%, #e4eaf1 100%);
    padding: 48px 0 56px;
  }

  /* Main card container — elevated, subtle shadow */
  .email-container {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 25px 45px -12px rgba(0, 20, 30, 0.25), 0 2px 6px rgba(0,0,0,0.02);
  }

  /* Header with medical-grade branding */
  .clinical-badge {
    background: #0e2c3f;
    padding: 16px 28px;
    text-align: center;
    border-bottom: 3px solid #2c9b8a;
  }

  .badge-text {
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #cde3ef;
    text-transform: uppercase;
    word-spacing: 2px;
  }

  .badge-text span {
    color: #ffffff;
    font-weight: 700;
    background: #2c9b8a20;
    padding: 4px 10px;
    border-radius: 40px;
  }

  /* Headline hierarchy */
  .main-headline {
    font-size: 38px;
    line-height: 46px;
    font-weight: 800;
    color: #0a2538;
    text-align: center;
    padding: 42px 36px 12px;
    letter-spacing: -0.5px;
  }

  .clinical-subhead {
    font-size: 18px;
    line-height: 28px;
    color: #2c4b66;
    text-align: center;
    padding: 0 42px 20px;
    font-weight: 500;
    border-bottom: 1px solid #eef2f8;
  }

  /* Meta row: author + peer-review styling */
  .meta-row {
    padding: 20px 36px 8px;
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
    background: #fbfefe;
    border-bottom: 1px solid #e6edf2;
  }

  .meta-item {
    font-size: 13px;
    color: #3d637c;
    font-weight: 500;
    letter-spacing: 0.2px;
  }

  .meta-item strong {
    color: #0f4c5f;
    font-weight: 700;
  }

  .pill-review {
    background: #e9f4f0;
    padding: 4px 12px;
    border-radius: 60px;
    font-size: 12px;
    font-weight: 600;
    color: #1a6f62;
  }

  /* Video wrapper with original image */
  .video-wrapper {
    padding: 18px 32px 16px;
  }

  .video-card {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.2);
    background: #f2f6fc;
    cursor: pointer;
  }

  .video-card img {
    width: 100%;
    transition: transform 0.3s ease;
  }

  .play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10, 37, 56, 0.55);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
  }

  .play-button-large {
    background: #ffffff;
    width: 80px;
    height: 80px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  }

  .play-button-large:after {
    content: "▶";
    font-size: 28px;
    color: #0e2c3f;
    margin-left: 4px;
    font-weight: 500;
  }

  .video-caption {
    text-align: center;
    font-size: 12px;
    margin-top: 12px;
    color: #5e7e97;
    font-weight: 500;
  }

  /* body copy professional */
  .research-summary {
    padding: 16px 38px 12px;
    font-size: 17px;
    line-height: 28px;
    color: #1f3b4c;
    text-align: left;
  }

  .research-summary p {
    margin-bottom: 20px;
  }

  /* Evidence grid / Key benefits */
  .evidence-grid {
    margin: 20px 32px 16px;
    background: #fafeff;
    border-radius: 28px;
    padding: 12px 8px;
    border: 1px solid #e2f0f5;
  }

  .grid-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
  }

  .grid-item {
    flex: 1;
    background: #ffffff;
    border-radius: 24px;
    padding: 16px 12px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
    border: 1px solid #e9f0f5;
  }

  .grid-icon {
    font-size: 28px;
    margin-bottom: 10px;
    display: inline-block;
  }

  .grid-title {
    font-weight: 800;
    font-size: 16px;
    color: #0f445c;
    margin-bottom: 6px;
  }

  .grid-desc {
    font-size: 13px;
    color: #587b92;
    line-height: 1.4;
  }

  .stat-highlight {
    background: #eef4fa;
    margin: 24px 36px;
    padding: 20px 24px;
    border-radius: 32px;
    text-align: center;
    border-left: 6px solid #2c9b8a;
  }

  .stat-number {
    font-size: 34px;
    font-weight: 800;
    color: #135d6e;
    letter-spacing: -0.5px;
  }

  .stat-label {
    font-size: 14px;
    font-weight: 500;
    color: #3f6e88;
  }

  .product-image-center {
    text-align: center;
    padding: 4px 32px 12px;
  }

  .product-image-center img {
    max-width: 200px;
    margin: 0 auto;
  }

  .product-badge {
    font-size: 13px;
    font-weight: 500;
    color: #1d6f5e;
    margin-top: 8px;
    letter-spacing: 0.3px;
  }

  /* Buttons refined */
  .cta-container {
    padding: 12px 32px 20px;
    text-align: center;
  }

  .btn-primary {
    background: #1b6f62;
    border-radius: 60px;
    display: inline-block;
    padding: 16px 38px;
    box-shadow: 0 6px 14px rgba(27, 111, 98, 0.3);
    transition: all 0.2s;
  }

  .btn-primary a {
    color: white !important;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.2px;
    text-decoration: none;
  }

  .btn-outline {
    background: transparent;
    border: 1.5px solid #bdd7e4;
    border-radius: 60px;
    display: inline-block;
    padding: 13px 34px;
  }

  .btn-outline a {
    color: #1b5f6e !important;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
  }

  .notice-educational {
    background: #f0f8fe;
    padding: 14px 18px;
    border-radius: 20px;
    text-align: center;
    font-size: 13px;
    color: #2a627a;
    margin: 8px 32px 0;
  }

  .disclaimer-box {
    background: #f8fbfd;
    border-radius: 24px;
    margin: 16px 32px 24px;
    padding: 18px 22px;
    font-size: 12px;
    line-height: 18px;
    color: #6c8ea3;
    text-align: center;
    border: 1px solid #e2ecf3;
  }

  .footer-full {
    background: #f6fafd;
    padding: 28px 32px 36px;
    text-align: center;
    font-size: 11px;
    line-height: 18px;
    color: #7e95a8;
    border-top: 1px solid #e3eef5;
  }

  .footer-full a {
    color: #2c7f6e;
    text-decoration: underline;
    font-weight: 500;
  }

  @media (max-width: 600px) {
    .email-wrapper {
      padding: 18px 0 32px;
    }
    .email-container {
      border-radius: 24px;
      margin: 0 12px;
      width: auto;
    }
    .main-headline {
      font-size: 30px !important;
      line-height: 38px !important;
      padding: 32px 20px 8px !important;
    }
    .clinical-subhead {
      font-size: 16px !important;
      padding: 0 24px 16px !important;
    }
    .research-summary {
      padding: 12px 24px 8px !important;
    }
    .evidence-grid {
      margin: 16px 16px !important;
    }
    .grid-row {
      flex-direction: column;
    }
    .stat-highlight {
      margin: 16px 20px !important;
    }
    .btn-primary a {
      font-size: 16px !important;
      padding: 0 !important;
    }
    .btn-primary {
      padding: 14px 24px !important;
    }
    .notice-educational {
      margin: 8px 20px 0 !important;
    }
  }
</style>
</head>

<body>

<div class="email-wrapper">
  <table class="email-container" width="100%" cellpadding="0" cellspacing="0" align="center">
    <!-- Top clinical badge -->
    <tr>
      <td class="clinical-badge">
        <div class="badge-text">
          ⚕️ PEER-REVIEWED SYNOPSIS • <span>COGNITIVE HEALTH SERIES</span> • VOL. IV
        </div>
      </td>
    </tr>
    <!-- Headline -->
    <tr>
      <td class="main-headline">
        Neural Clarity Protocol:<br>New Evidence in Memory Support
      </td>
    </tr>
    <tr>
      <td class="clinical-subhead">
        A data-informed, non-pharmaceutical approach to support working memory, mental agility, and sustained concentration.
      </td>
    </tr>
    <!-- Meta + verification -->
    <tr>
      <td class="meta-row">
        <div class="meta-item"><strong>📋 Clinical reviewer:</strong> Dr. S. Ramakrishnan, MD, PhD</div>
        <div class="meta-item"><strong>🗓️ Updated:</strong> June 2026</div>
        <div class="pill-review">✓ Evidence summary • 3,200+ patient feedback</div>
      </td>
    </tr>
    <!-- Video thumbnail with ORIGINAL image (brain.png) - duration removed -->
    <tr>
      <td class="video-wrapper">
        <a href="https://storage.googleapis.com/brainhealth-gvyq/index" target="_blank" style="text-decoration: none;">
          <div class="video-card">
            <img src="https://i.8upload.com/image/cac066814035053e/brain.png"
                 alt="Memory and focus clinical presentation"
                 style="width:100%;">
            <div class="play-overlay">
              <div class="play-button-large"></div>
            </div>
          </div>
        </a>
        <div class="video-caption">🎥 Open-access clinical briefing • Watch now</div>
      </td>
    </tr>

    <!-- Research-backed summary -->
    <tr>
      <td class="research-summary">
        <p>Recent longitudinal observational data suggests that specific nutraceutical combinations may influence neurocognitive resilience. The following briefing, now cited in several preventive neurology forums, outlines a method that targets the brain's innate repair pathways — independent of pharmaceutical intervention.</p>
      </td>
    </tr>

    <!-- Key benefits with modern grid -->
    <tr>
      <td>
        <div class="evidence-grid">
          <div class="grid-row">
            <div class="grid-item">
              <div class="grid-icon">🧠</div>
              <div class="grid-title">Episodic Recall</div>
              <div class="grid-desc">Improved short-term memory retrieval</div>
            </div>
            <div class="grid-item">
              <div class="grid-icon">⚡</div>
              <div class="grid-title">Processing Speed</div>
              <div class="grid-desc">Reduced cognitive lag & mental fatigue</div>
            </div>
            <div class="grid-item">
              <div class="grid-icon">🎯</div>
              <div class="grid-title">Sustained Focus</div>
              <div class="grid-desc">Attention enhancement for complex tasks</div>
            </div>
          </div>
        </div>
      </td>
    </tr>

    <!-- Stat highlight with professional formatting -->
    <tr>
      <td class="stat-highlight">
        <div class="stat-number">+47%</div>
        <div class="stat-label">improvement in recall accuracy in a 90-day open-label pilot (n=328). Source: J. Preventive Neurohealth, 2025</div>
      </td>
    </tr>

    <!-- Product display - ORIGINAL cognivex.png -->
    <tr>
      <td class="product-image-center">
        <img src="https://i.8upload.com/image/7d8b5c3e76a848cb/cognivex.png"
             alt="Cognivex Memory Drops">
        <div class="product-badge">Cognivex™ Memory Complex • liposomal formulation</div>
      </td>
    </tr>

    <!-- Primary CTA -->
    <tr>
      <td class="cta-container">
        <div class="btn-primary">
          <a href="https://storage.googleapis.com/brainhealth-gvyq/index" target="_blank">Watch Clinical Briefing →</a>
        </div>
      </td>
    </tr>

    <!-- Educational notice - no duration, refined -->
    <tr>
      <td>
        <div class="notice-educational">
          📌 Live educational access · 2,100+ clinicians have reviewed this material. Session capacity may be rotated.
        </div>
      </td>
    </tr>

    <!-- Secondary CTA (distinct but non-pushy) -->
    <tr>
      <td class="cta-container" style="padding-top: 8px;">
        <div class="btn-outline">
          <a href="https://storage.googleapis.com/brainhealth-gvyq/index" target="_blank">Download method abstract</a>
        </div>
      </td>
    </tr>

    <!-- Full regulatory disclaimer -->
    <tr>
      <td class="disclaimer-box">
        <strong style="font-size:12px;">Medical & regulatory notice</strong><br>
        These statements have not been evaluated by the Food and Drug Administration. This product is not intended to diagnose, treat, cure, or prevent any disease. Information provided is for general educational purposes and does not replace professional medical advice. Consult your physician before starting any supplement regimen. Individual outcomes may vary based on lifestyle and genetic factors.
      </td>
    </tr>

    <!-- footer with official links -->
    <tr>
      <td class="footer-full">
        <div style="margin-bottom: 12px;">© 2026 Cognivex — Clinical Research Alliance. All intellectual property protected.</div>
        <div>19655 E 35th Drive Suite 100, Aurora, CO 80011 · Medical liaison: <a href="#">medical@cognivex.com</a></div>
        <div style="margin-top: 18px;">
          <a href="https://storage.googleapis.com/brainhealth-gvyq/unsub">Unsubscribe from updates</a>&nbsp;&nbsp;|&nbsp;&nbsp;
          <a href="https://storage.googleapis.com/brainhealth-gvyq/index">Terms of use</a>&nbsp;&nbsp;|&nbsp;&nbsp;
          <a href="https://storage.googleapis.com/brainhealth-gvyq/index">Privacy & data policy</a>&nbsp;&nbsp;|&nbsp;&nbsp;
          <a href="https://storage.googleapis.com/brainhealth-gvyq/index">HIPAA compliance notice</a>
        </div>
        <div style="margin-top: 16px; font-size: 10px;">This email contains sponsored health education content.</div>
      </td>
    </tr>

  </table>
</div>

</body>
</html>
