Inboxes List

Create an inbox to save and track emails. It's free!

+New inbox

<!DOCTYPE html>
<html lang="en">
 <head>
  <meta charset="utf-8"/>
  <meta content="width=device-width, initial-scale=1.0" name="viewport"/>
  <title>
   Claim Your FREE Oral-B Dental Kit - United Healthcare
  </title>
  <style>
   /* Reset and Base Styles */
    * { 
      margin: 0; 
      padding: 0; 
      box-sizing: border-box;
    }
    body { 
      background: linear-gradient(135deg, #e6f2ff 0%, #f0f7ff 100%); 
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      line-height: 1.6;
      -webkit-text-size-adjust: 100%;
    }
    
    /* Main Container - Fixed and Stable */
    .email-wrapper { 
      width: 100% !important;
      max-width: 100% !important;
      padding: 20px 0; 
      background: linear-gradient(135deg, #e6f2ff 0%, #f0f7ff 100%);
    }
    .email-container { 
      width: 600px !important;
      max-width: 100% !important;
      margin: 0 auto !important;
      background: #fff !important;
      border-radius: 12px !important;
      box-shadow: 0 5px 20px rgba(0, 82, 155, 0.15) !important;
      overflow: hidden !important;
      position: relative !important;
      table-layout: fixed !important;
    }
    
    /* Header Section */
    .header { 
      background: linear-gradient(135deg, #00529b 0%, #0079c2 100%) !important; 
      color: #fff !important; 
      text-align: center !important; 
      padding: 30px 20px !important; 
      position: relative !important;
      border-bottom: 4px solid #00a3e0 !important;
    }
    .logo { 
      font-size: 28px !important; 
      font-weight: bold !important; 
      color: #ffffff !important; 
      margin-bottom: 8px !important; 
      letter-spacing: 0.5px !important;
      display: block !important;
    }
    .tagline { 
      font-size: 14px !important; 
      margin-top: 5px !important; 
      opacity: 0.9 !important;
      font-weight: 300 !important;
      display: block !important;
    }
    
    /* Main Content Area */
    .content { 
      padding: 30px 25px !important; 
      text-align: center !important; 
    }
    .content h2 { 
      font-size: 24px !important; 
      font-weight: 600 !important; 
      margin: 0 0 20px !important; 
      color: #00529b !important;
      line-height: 1.3 !important;
    }
    .content p { 
      font-size: 16px !important; 
      line-height: 1.6 !important; 
      color: #444 !important; 
      margin: 0 0 20px !important; 
    }
    
    /* Badge Styling */
    .badge { 
      background: linear-gradient(to right, #0079c2, #00a3e0) !important; 
      color: white !important; 
      padding: 8px 15px !important; 
      font-size: 12px !important; 
      font-weight: bold !important; 
      display: inline-block !important; 
      margin-bottom: 15px !important; 
      border-radius: 20px !important;
      letter-spacing: 0.5px !important;
    }
    
    /* Product Image */
    .product-image { 
      margin: 20px 0 !important; 
      position: relative !important;
    }
    .product-image img { 
      max-width: 100% !important; 
      height: auto !important;
      border-radius: 8px !important;
      box-shadow: 0 3px 10px rgba(0,0,0,0.1) !important;
      display: block !important;
    }
    
    /* CTA Button - Highly Clickable */
    .cta-container { 
      margin: 25px 0 !important; 
    }
    .cta { 
      display: inline-block !important; 
      padding: 16px 40px !important; 
      background: linear-gradient(to right, #0079c2, #00a3e0) !important; 
      color: #fff !important; 
      font-weight: 600 !important; 
      text-decoration: none !important; 
      font-size: 18px !important; 
      border-radius: 30px !important;
      box-shadow: 0 4px 15px rgba(0, 121, 194, 0.4) !important;
      transition: all 0.3s ease !important;
      text-align: center !important;
      width: auto !important;
    }
    .cta:hover {
      transform: translateY(-2px) !important;
      box-shadow: 0 6px 20px rgba(0, 121, 194, 0.6) !important;
    }
    
    /* Urgency Banner */
    .urgency-banner { 
      background: #e6f7ff !important; 
      border: 2px solid #0079c2 !important;
      padding: 15px !important; 
      margin: 20px 0 !important; 
      text-align: center !important; 
      border-radius: 8px !important;
      cursor: pointer !important;
    }
    .urgency-banner strong { 
      color: #00529b !important; 
      font-size: 14px !important; 
    }
    
    /* Features Section */
    .features { 
      margin: 25px 0 !important; 
      text-align: center !important;
      display: flex !important;
      flex-wrap: wrap !important;
      justify-content: center !important;
    }
    .feature { 
      width: 45% !important; 
      margin: 10px 2% !important; 
      padding: 15px 10px !important;
      background: #f8fbff !important;
      border-radius: 8px !important;
      box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important;
      cursor: pointer !important;
      transition: all 0.2s ease !important;
    }
    .feature:hover {
      transform: translateY(-3px) !important;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1) !important;
    }
    
    /* Benefits Section */
    .benefits {
      text-align: left !important;
      margin: 25px 0 !important;
      background: #f0f9ff !important;
      padding: 20px !important;
      border-radius: 8px !important;
      cursor: pointer !important;
    }
    .benefits h3 {
      color: #00529b !important;
      margin-top: 0 !important;
    }
    .benefits ul {
      padding-left: 20px !important;
    }
    .benefits li {
      margin-bottom: 8px !important;
    }
    
    /* Footer */
    .footer { 
      background: #1a365d !important; 
      color: #e2e8f0 !important; 
      text-align: center !important; 
      padding: 25px 20px !important; 
      font-size: 12px !important;
      line-height: 1.6 !important;
    }
    .unsubscribe { 
      color: #90cdf4 !important; 
      text-decoration: underline !important; 
    }
    
    /* Winner Psychology Elements */
    .winner-box {
      background: linear-gradient(135deg, #fff9e6 0%, #fff0cc 100%) !important;
      border: 2px dashed #f59e0b !important;
      padding: 15px !important;
      margin: 20px 0 !important;
      border-radius: 8px !important;
      text-align: center !important;
      cursor: pointer !important;
    }
    .winner-text {
      color: #d97706 !important;
      font-weight: bold !important;
      font-size: 16px !important;
    }
    
    /* Guarantee Badge */
    .guarantee {
      display: inline-block !important;
      background: #10b981 !important;
      color: white !important;
      padding: 5px 10px !important;
      border-radius: 4px !important;
      font-size: 12px !important;
      margin-left: 5px !important;
    }
    
    /* Clickable Areas */
    .clickable {
      cursor: pointer !important;
    }
    
    /* Fixed Table Layout */
    table {
      table-layout: fixed !important;
      width: 100% !important;
    }
    td {
      word-wrap: break-word !important;
    }
  </style>
 </head>
 <body>
  <!-- Hidden preheader text for email clients -->
  <div style="display:none; max-height:0; overflow:hidden; line-height:0;">
   Congratulations! You've been selected to receive a FREE Oral-B Dental Kit from United Healthcare. Claim your exclusive gift now!
  </div>
  <!-- Main Email Container -->
  <div class="email-wrapper">
   <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
    <tr>
     <td align="center">
      <table align="center" border="0" cellpadding="0" cellspacing="0" class="email-container" width="600">
       <!-- Header -->
       <tr>
        <td align="center" class="header">
         <a style="text-decoration: none; color: inherit; display: block;">
          <div class="logo">
           UNITED HEALTHCARE
          </div>
          <div class="tagline">
           Helping People Live Healthier Lives
          </div>
          <h1 style="margin:15px 0 0; font-size:22px; font-weight:600;">
           Congratulations! Your FREE Dental Kit Is Reserved
          </h1>
         </a>
        </td>
       </tr>
       <!-- Main Content -->
       <tr>
        <td align="center" class="content">
         <!-- Exclusive Badge -->
         <a style="text-decoration: none;">
          <div class="badge">
           EXCLUSIVE MEMBER BENEFIT • LIMITED TIME
          </div>
         </a>
         <!-- Main Heading -->
         <a style="text-decoration: none; color: inherit;">
          <h2>
           You've Been Selected to Receive a Premium Oral-B Dental Care Kit - FREE!
          </h2>
         </a>
         <!-- Winner Psychology Box -->
         <a style="text-decoration: none;">
          <div class="winner-box">
           <div class="winner-text">
            🎉 CONGRATULATIONS! You're one of the select members chosen for this exclusive offer!
           </div>
          </div>
         </a>
         <!-- Main Description -->
         <a style="text-decoration: none; color: inherit;">
          <p>
           As a valued United Healthcare member, we're rewarding you with this
           <strong>
            complete Oral-B dental care kit
           </strong>
           - our gift to support your health journey. This is not a trial - it's completely FREE with no strings attached!
          </p>
         </a>
         <!-- Product Image -->
         <a style="text-decoration: none;">
          <div class="product-image">
           <img alt="Oral-B Premium Dental Kit - Valued at $45" src="https://inboxflows.com/_/image/https%253A%252F%252Fcusdomon.com%252Ffile_3f0a4ea9-5446-4f93-9fee-4e5460b59e60.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjdXNkb21vbi5jbyIsInRpbWUiOjE3NjE2OTg0NDkuMDY0NDc4NH0:1vDuF7:srzNhGl4S7gofsg8OV_NznrA5ClBNYbjiMaxnr2f7nk" width="280"/>
          </div>
         </a>
         <!-- Benefits Section -->
         <a style="text-decoration: none; color: inherit;">
          <div class="benefits">
           <h3>
            Your FREE Kit Includes:
            <span class="guarantee">
             VALUE: $45+
            </span>
           </h3>
           <ul>
            <li>
             Oral-B Electric Toothbrush with multiple brushing modes
            </li>
            <li>
             Professional replacement brush heads
            </li>
            <li>
             Premium fluoride toothpaste for enamel protection
            </li>
            <li>
             Antibacterial mouthwash for complete oral care
            </li>
            <li>
             Dental floss and travel case for convenience
            </li>
           </ul>
          </div>
         </a>
         <!-- Features -->
         <!-- Main CTA -->
         <div class="cta-container">
          <a class="cta">
           CLAIM MY FREE DENTAL KIT NOW
          </a>
         </div>
         <!-- Urgency Banner -->
         <a style="text-decoration: none;">
          <div class="urgency-banner">
           <strong>
            🚨 URGENT: Only 37 kits remaining in your area!
           </strong>
           This exclusive offer ends when our current allocation is claimed. Don't miss out!
          </div>
         </a>
         <!-- Final Note -->
         <a style="text-decoration: none; color: inherit;">
          <p style="font-size: 14px; color: #666;">
           This exclusive offer is reserved for United Healthcare members only. One kit per household. No cost, no commitment.
          </p>
         </a>
        </td>
       </tr>
       <!-- Footer -->
       <tr>
        <td align="center" class="footer">
         <p>
          United Healthcare © 2025 - Helping People Live Healthier Lives
         </p>
         <p>
          This offer is part of our member wellness program designed to support your health journey.
         </p>
         <p>
          <a class="unsubscribe">
           Manage your communication preferences
          </a>
         </p>
         <p>
          <a>
           https://application29-db3fc.firebaseapp.com/__/auth/action?mode=resetPassword&amp;oobCode=NAGI8CykddrB3EgdhGzjBZ0r6gUStDDKJrXluyEOtPUAAAGaLWkBiQ&amp;apiKey=AIzaSyAZQ3J6qPvDV9Ezv9EY6x7TZnfnWyGGP9U&amp;lang=en
          </a>
          21079ea2@uifeed.com
         </p>
        </td>
       </tr>
      </table>
     </td>
    </tr>
   </table>
  </div>
 </body>
</html>