Return-Path: <bounce@vanestransport.com>
Delivered-To: untroubl8492-bait@untroubled.org
Received: (qmail 451110 invoked from network); 31 May 2025 14:21:39 -0000
Received: from s163.trackntrace.online (s163.trackntrace.online [5.175.208.163])
  by vx0.untroubled.org ([45.63.65.23])
  with ESMTP via TCP; 31 May 2025 14:21:39 -0000
Date: Sat, 31 May 2025 14:21:38 +0000
From: "StateFarm Supply" <info@vanestransport.com>
To: bait@untroubled.org
Message-ID: <RDENJTLD0HG_705140782714711190_ebZf7o8FCTVr2Ayn3GZVNE45RhL-o7CirpQsB6FZOmQxfCHEQ4Q-LfNMuX9LpDRvWX23X6uNlO5an008bCwcNUQT890gxRXV748u1PklSa4hNY1ME6wUnqIu71l2sGLT@email.amazonses.com>
Subject: 🎉 WINNER: Your Fire Safety Kit is Ready - Claim Now!
MIME-Version: 1.0
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-TrackingUuid: fqv2wxqo-v1bqlsf-po68w-6tem-xrzh7e7fdye1
X-AppInfo: easel::us-east-1::::easel-i-0166ddcd94ddda852::prod
X-WorkflowId: 3PPZVKRG
X-MessageGuid: fx1qu3rwmuhlf6eod3f5o0t69x9e6o-809542-po68w-6tem-xrzh7e7fdye1
X-localeCountry: en-US::US
X-To:bait@untroubled.org
X-SourceAppName: hank
X-TaskUuid: fqv2wxqo-6tem-po68w-v1bqlsf-xrzh7e7fdye1
X-EventGuid: fqv2wxqo-6tem-po68w-v1bqlsf-xrzh7e7fdye1
X-ProcEnc: BQAtAAEBEJrszi+dkv33cHrnxohtXYx0zTfQUCm3noIppWKQzZrTmUYpjj5fOcLE0zHvnegALzh=
Feedback-Id: 42.797782.789295:MJ
Content-Length: 9357

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>StateFarm Supply Email</title>
  <style>
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    
    body {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
      padding: 20px;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .email-container {
      max-width: 600px;
      background: #ffffff;
      border-radius: 16px;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      position: relative;
    }
    
    .header {
      background: linear-gradient(135deg, #e73137 0%, #c41e3a 100%);
      padding: 30px 20px;
      text-align: center;
      position: relative;
    }
    
    .header::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="1.5" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="80" r="1" fill="rgba(255,255,255,0.1)"/></svg>');
    }
    
    .logo-container {
      position: relative;
      z-index: 2;
    }
    
    .logo {
      background: white;
      padding: 15px 25px;
      border-radius: 12px;
      display: inline-block;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }
    
    .logo img {
      height: 40px;
      width: auto;
    }
    
    .winner-badge {
      background: #ffd700;
      color: #333;
      padding: 8px 20px;
      border-radius: 25px;
      font-weight: bold;
      font-size: 14px;
      margin-top: 15px;
      display: inline-block;
      box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
      position: relative;
      z-index: 2;
    }
    
    .content {
      padding: 40px 30px;
    }
    
    .greeting {
      font-size: 24px;
      color: #2c3e50;
      margin-bottom: 20px;
      font-weight: 600;
    }
    
    .username {
      background: linear-gradient(135deg, #ffd700, #ffed4e);
      padding: 4px 12px;
      border-radius: 6px;
      font-weight: bold;
      color: #333;
      display: inline-block;
    }
    
    .main-text {
      font-size: 18px;
      line-height: 1.6;
      color: #34495e;
      margin-bottom: 25px;
    }
    
    .highlight {
      color: #e73137;
      font-weight: bold;
      background: rgba(231, 49, 55, 0.1);
      padding: 2px 6px;
      border-radius: 4px;
    }
    
    .special-link {
      color: #f39c12;
      text-decoration: none;
      font-weight: bold;
      border-bottom: 2px solid #f39c12;
      transition: all 0.3s ease;
    }
    
    .special-link:hover {
      color: #e67e22;
      border-bottom-color: #e67e22;
    }
    
    .urgency-text {
      background: linear-gradient(135deg, #ff6b6b, #ee5a52);
      color: white;
      padding: 15px;
      border-radius: 10px;
      text-align: center;
      font-weight: bold;
      margin: 25px 0;
      box-shadow: 0 6px 20px rgba(255, 107, 107, 0.3);
    }
    
    .info-card {
      background: linear-gradient(135deg, #f8f9fa, #e9ecef);
      border: 2px solid #e9ecef;
      border-radius: 12px;
      padding: 25px;
      margin: 25px 0;
      position: relative;
    }
    
    .info-card::before {
      content: '🎁';
      position: absolute;
      top: -10px;
      right: 20px;
      font-size: 24px;
      background: white;
      padding: 5px;
      border-radius: 50%;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }
    
    .info-title {
      font-size: 18px;
      font-weight: bold;
      color: #2c3e50;
      margin-bottom: 15px;
      display: flex;
      align-items: center;
    }
    
    .info-title::before {
      content: '✓';
      background: #27ae60;
      color: white;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 10px;
      font-size: 14px;
      font-weight: bold;
    }
    
    .info-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 10px;
      padding: 8px 0;
      border-bottom: 1px solid #dee2e6;
    }
    
    .info-row:last-child {
      border-bottom: none;
      margin-bottom: 0;
    }
    
    .info-label {
      font-weight: 600;
      color: #495057;
    }
    
    .info-value {
      background: #fff;
      padding: 6px 12px;
      border-radius: 6px;
      border: 1px solid #dee2e6;
      font-weight: bold;
      color: #2c3e50;
    }
    
    .reward-value {
      background: linear-gradient(135deg, #e73137, #c41e3a);
      color: white;
      border: none;
    }
    
    .claim-button {
      display: block;
      width: 100%;
      background: linear-gradient(135deg, #e73137, #c41e3a);
      color: white;
      padding: 18px 30px;
      border: none;
      border-radius: 12px;
      font-size: 20px;
      font-weight: bold;
      text-decoration: none;
      text-align: center;
      margin: 30px 0;
      transition: all 0.3s ease;
      box-shadow: 0 8px 25px rgba(231, 49, 55, 0.3);
      position: relative;
      overflow: hidden;
    }
    
    .claim-button::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
      transition: left 0.5s;
    }
    
    .claim-button:hover::before {
      left: 100%;
    }
    
    .claim-button:hover {
      transform: translateY(-2px);
      box-shadow: 0 12px 35px rgba(231, 49, 55, 0.4);
    }
    
    .footer {
      background: #2c3e50;
      color: #bdc3c7;
      text-align: center;
      padding: 20px;
      font-size: 14px;
    }
    
    .footer-links {
      margin-top: 10px;
    }
    
    .footer-links a {
      color: #3498db;
      text-decoration: none;
      margin: 0 10px;
      font-size: 12px;
    }
    
    .footer-links a:hover {
      text-decoration: underline;
    }
    
    @media (max-width: 600px) {
      .email-container {
        margin: 10px;
        border-radius: 12px;
      }
      
      .content {
        padding: 30px 20px;
      }
      
      .greeting {
        font-size: 20px;
      }
      
      .main-text {
        font-size: 16px;
      }
      
      .info-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
      }
      
      .info-value {
        align-self: stretch;
        text-align: center;
      }
    }
  </style>
</head>
<body>
  <div class="email-container">
    <div class="header">
      <div class="logo-container">
        <div class="logo">
          <img src="https://upload.wikimedia.org/wikipedia/commons/e/e6/State_farm_logo.png" alt="State Farm Logo">
        </div>
        <div class="winner-badge">🏆 TODAY'S WINNER</div>
      </div>
    </div>
    
    <div class="content">
      <div class="greeting">
        Hello, <span class="username">bait</span>!
      </div>
      
      <div class="main-text">
        🎉 <strong>Congratulations!</strong> You have been selected to receive an exclusive reward! Your name came up for a <span class="highlight">Fire Safety Kit</span>.
      </div>
      
      <div class="main-text">
        <a href="http://mail1.ti-brin.com/4CSvAj1629xeEQ111wovvihofzc497FRJQFDWNLSWLOZP867293BDJF676p4" class="special-link">This special gift is from StateFarm Supply.</a>
      </div>
      
      <div class="urgency-text">
        ⏰ Hurry up! Your Reward is Ready for Pickup
      </div>
      
      <div class="info-card">
        <div class="info-title">Your Reward Details</div>
        
        <div class="info-row">
          <span class="info-label">Customer:</span>
          <span class="info-value">bait</span>
        </div>
        
        <div class="info-row">
          <span class="info-label">Email:</span>
          <span class="info-value">bait@untroubled.org</span>
        </div>
        
        <div class="info-row">
          <span class="info-label">Reward:</span>
          <span class="info-value reward-value">🔥 Fire Safety Kit</span>
        </div>
      </div>
      
      <a href="http://mail1.ti-brin.com/4RCzQH1629fTWR111jgzscyilkw497YETPZUZJOQDJZIP867293ZEYM676N4" class="claim-button">
        🎁 Claim Your Reward Now
      </a>
    </div>
    
    <div class="footer">
      <div>©2025 StateFarm Supply. All rights reserved.</div>
      <div class="footer-links">
        <a href="http://mail1.ti-brin.com/4FFnMO1629IQXU111ivtmlswaxx497SJUCJKNYOKAWIGD867293QMAR676u4">Privacy Policy</a>
        <a href="http://mail1.ti-brin.com/4gZTWV1629xAeS111ebtgsxrnaz497QEJUSXYDKEIIRJE867293AWWE676r4">Terms of Service</a>
        <a href="http://mail1.ti-brin.com/1ciefN1629BikI111aaahbyrlea497XGSGFGRJJRFCDPN867293RSIW676F4">Unsubscribe</a>
      </div>
    </div>
  </div>
    <img src="http://mail1.ti-brin.com/track/2tcYWH1629FnAw111qnobtiaxpr497NZVFPONQHAKDBYE867293VMSX676X4" style="visibility: hidden; width: 0px; height: 0px" width="0px" height="0px">

</body>
</html>
