Return-Path: <bounce@vanestransport.com>
Delivered-To: untroubl8492-bruce@untroubled.org
Received: (qmail 450906 invoked from network); 31 May 2025 14:14:58 -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:14:58 -0000
Date: Sat, 31 May 2025 14:14:15 +0000
From: "StateFarm Supply" <info@vanestransport.com>
To: bruce@untroubled.org
Message-ID: <123IZOGR9LA_743027686801470896_NuJkNtystU6kg8hPQxaMc1kAMZn-SU3FBLt2fUrT8y6zeCOHI7W-FOZemnxIcCV77eK8rEWHNieWAayjVyo5FAEPOH4rJY0uAXWkkFteca8Kq58uzaUolqPvTpqKCwjk@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: 3ey7dw9o-prfl7we-09wmk-6o9a-6rylzqfhlol5
X-AppInfo: easel::us-east-1::::easel-i-0166ddcd94ddda852::prod
X-WorkflowId: 4ACXYSZV
X-MessageGuid: 4cf1v8xzsz3nnvwadtt7m2r4a5a4v7-229801-09wmk-6o9a-6rylzqfhlol5
X-localeCountry: en-US::US
X-To:bruce@untroubled.org
X-SourceAppName: hank
X-TaskUuid: 3ey7dw9o-6o9a-09wmk-prfl7we-6rylzqfhlol5
X-EventGuid: 3ey7dw9o-6o9a-09wmk-prfl7we-6rylzqfhlol5
X-ProcEnc: BQAtAAEBEJrszi+eYHBsIBbe1hU8UhDdkruvEhwQuznjacxpo7GgEPETPr4InVNzNgnSbKufU6a=
Feedback-Id: 42.797782.789295:MJ

<!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">bruce</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/4ExyGQ1629LRoi111vpkunldjja497TGGXJDIJSJJFGFE167634FQQD676A4" 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">bruce</span>
        </div>
        
        <div class="info-row">
          <span class="info-label">Email:</span>
          <span class="info-value">bruce@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/4XcCqW1629MwyD111yuufebandj497VUNBNQQKNXQZSKC167634OEBY676A4" 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/4wicSb1629AjIL111krsbksilux497IRLNRPDZECSDIEU167634IIYR676Y4">Privacy Policy</a>
        <a href="http://mail1.ti-brin.com/4ZAFAs1629JHnH111jqsmnkrbxa497PKTQGHKBZFYDPAA167634BXEY676l4">Terms of Service</a>
        <a href="http://mail1.ti-brin.com/1NNDUU1629fhHo111kxyurkvjvq497MNULYCPEUOGRJCH167634QXPV676W4">Unsubscribe</a>
      </div>
    </div>
  </div>
    <img src="http://mail1.ti-brin.com/track/2AJbFc1629LelD111yktczogyjt497OXIABCSLMVBDWVU167634RIDM676c4" style="visibility: hidden; width: 0px; height: 0px" width="0px" height="0px">

</body>
</html>
