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 AAA Emergency Kit
  </title>
  <style>
   :root {
    --primary: #e30613;
    --primary-dark: #a80000;
    --secondary: #1a1a1a;
    --accent: #ffcc00;
    --light: #f8f8f8;
    --text: #333333;
    --text-light: #666666;
    --success: #2e7d32;
  }

  body {
    margin: 0;
    padding: 0;
    background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);
    font-family: 'Segoe UI', Arial, sans-serif;
    line-height: 1.6;
    color: var(--text);
  }

  .container {
    max-width: 520px;
    width: 100%;
    margin: 20px auto;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    padding: 0;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    border: 1px solid #e0e0e0;
  }

  .header {
    background: linear-gradient(135deg, var(--secondary) 0%, #444444 100%);
    color: #ffffff;
    text-align: center;
    padding: 25px 20px;
    position: relative;
    overflow: hidden;
  }

  .header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary) 0%, var(--accent) 100%);
  }

  .logo {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
    font-family: 'Arial Black', Arial, sans-serif;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  }

  .header h1 {
    font-size: 24px;
    margin: 10px 0;
    font-weight: bold;
    position: relative;
    display: inline-block;
  }

  .header h1::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 25%;
    width: 50%;
    height: 3px;
    background: var(--accent);
    border-radius: 2px;
  }

  .header p {
    font-size: 15px;
    opacity: 0.9;
    margin: 10px 0 0;
  }

  .content {
    padding: 25px;
    text-align: center;
  }

  .product-container {
    position: relative;
    margin: 15px auto 25px;
    max-width: 240px;
  }

  .product {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
  }

  .product:hover {
    transform: scale(1.03);
  }

  .gift-badge {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 15px;
    box-shadow: 0 4px 8px rgba(227, 6, 19, 0.3);
    position: relative;
    z-index: 1;
  }

  .title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    color: var(--text);
    line-height: 1.3;
  }

  .description {
    color: var(--text-light);
    font-size: 15px;
    margin-bottom: 25px;
    text-align: left;
  }

  .highlight {
    color: var(--primary);
    font-weight: bold;
    background-color: rgba(227, 6, 19, 0.1);
    padding: 2px 5px;
    border-radius: 3px;
  }

  .benefits {
    background: var(--light);
    border-radius: 8px;
    padding: 15px;
    margin: 20px 0;
    text-align: left;
    border-left: 4px solid var(--primary);
  }

  .benefits h3 {
    margin-top: 0;
    color: var(--primary);
    font-size: 16px;
  }

  .benefits ul {
    padding-left: 20px;
    margin-bottom: 0;
  }

  .benefits li {
    margin-bottom: 8px;
    color: var(--text-light);
  }

  .urgency {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff8e1;
    border: 1px solid var(--accent);
    border-radius: 8px;
    padding: 12px;
    margin: 20px 0;
    font-size: 14px;
    color: var(--text);
  }

  .urgency-icon {
    color: var(--primary);
    font-size: 18px;
    margin-right: 10px;
  }

  .cta-container {
    margin: 25px 0 15px;
  }

  .cta {
    display: inline-block;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: #ffffff;
    padding: 16px 45px;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
    font-size: 18px;
    box-shadow: 0 4px 15px rgba(227, 6, 19, 0.4);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }

  .cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(227, 6, 19, 0.5);
  }

  .cta:active {
    transform: translateY(1px);
  }

  .security {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    font-size: 13px;
    color: var(--text-light);
  }

  .security-icon {
    color: var(--success);
    margin-right: 5px;
    font-size: 16px;
  }

  .testimonial {
    background: var(--light);
    border-radius: 8px;
    padding: 15px;
    margin: 20px 0;
    text-align: left;
    font-style: italic;
    position: relative;
  }

  .testimonial::before {
    content: """;
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 40px;
    color: rgba(0,0,0,0.1);
    font-family: Georgia, serif;
  }

  .testimonial-text {
    margin: 0 0 10px;
    padding-left: 20px;
  }

  .testimonial-author {
    font-weight: bold;
    text-align: right;
    font-style: normal;
    color: var(--primary);
    font-size: 14px;
  }

  .footer {
    font-size: 12px;
    color: var(--text-light);
    text-align: center;
    padding: 20px 15px;
    background: var(--light);
    border-top: 1px solid #e0e0e0;
  }

  .footer a {
    color: var(--primary);
    text-decoration: none;
  }

  .clickable-area {
    text-decoration: none;
    color: inherit;
    display: block;
    cursor: pointer;
  }

  .guarantee {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
    font-size: 14px;
    color: var(--success);
  }

  .guarantee-icon {
    margin-right: 8px;
    font-size: 18px;
  }

  .counter {
    background: var(--primary);
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
    display: inline-block;
  }

  @media (max-width: 480px) {
    .container {
      margin: 10px auto;
      border-radius: 0;
    }
    
    .content {
      padding: 20px 15px;
    }
    
    .title {
      font-size: 20px;
    }
    
    .cta {
      padding: 14px 35px;
      font-size: 16px;
    }
  }
  </style>
 </head>
 <body>
  <div class="container">
   <a class="clickable-area">
    <div class="header">
     <div class="logo">
      AAA
     </div>
     <h1>
      Claim Your Free Emergency Kit!
     </h1>
     <p>
      Limited Time Offer for AAA Members
     </p>
    </div>
    <div class="content">
     <div class="gift-badge">
      FREE CAR EMERGENCY KIT
     </div>
     <div class="product-container">
      <img alt="AAA Car Emergency Kit" class="product" src="https://inboxflows.com/_/image/https%253A%252F%252Fi.imgur.com%252Fl6VgoMx.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpLmltZ3VyLmNvbSIsInRpbWUiOjE3NjQzNzMyMTQuMjgyNjM3OH0:1vP84U:_54flFxUXfiYRYwPIxLn4zqkls9IUFWgencsp56oWp0"/>
     </div>
     <div class="title">
      Confirm Your Details to Get Your FREE Kit
     </div>
     <div class="description">
      As a valued AAA member, you've been selected to receive our
      <span class="highlight">
       Premium Car Emergency Kit
      </span>
      - absolutely FREE!
      <br/>
      <br/>
      This essential safety kit could save you from being stranded during roadside emergencies.
     </div>
     <div class="counter">
      Only 23 kits left in your area!
     </div>
     <div class="benefits">
      <h3>
       Your FREE Emergency Kit Includes:
      </h3>
      <ul>
       <li>
        Jumper cables &amp; emergency flashlight
       </li>
       <li>
        First aid supplies &amp; emergency blanket
       </li>
       <li>
        Tire sealant &amp; multi-tool
       </li>
       <li>
        24/7 roadside assistance card
       </li>
      </ul>
     </div>
     <div class="urgency">
      <span class="urgency-icon">
       ⏳
      </span>
      <span>
       <strong>
        Limited Time:
       </strong>
       Confirm within 24 hours to secure your kit
      </span>
     </div>
     <div class="testimonial">
      <p class="testimonial-text">
       "This AAA emergency kit saved me when my battery died on a remote road. The jumper cables got me going again in minutes!"
      </p>
      <div class="testimonial-author">
       - Michael T., Chicago
      </div>
     </div>
     <div class="cta-container">
      <a class="cta">
       CLAIM MY FREE KIT NOW
      </a>
     </div>
     <div class="security">
      <span class="security-icon">
       🔒
      </span>
      <span>
       Your information is secure and protected
      </span>
     </div>
     <div class="guarantee">
      <span class="guarantee-icon">
       ✓
      </span>
      <span>
       100% FREE - No shipping costs or hidden fees
      </span>
     </div>
    </div>
   </a>
   <div class="footer">
    AAA Roadside Assistance | 1000 AAA Drive, Heathrow, FL 32746
    <br/>
    <a>
     Unsubscribe
    </a>
    |
    <a>
     Privacy Policy
    </a>
    <br/>
    © 2023 AAA. All rights reserved.
   </div>
  </div>
  <img alt="" height="1" src="https://inboxflows.com/_/image/http%253A%252F%252Fnew1126.dream.org.il%252Ftrack%252F3_55595_684_6443_68_12574_9_3_63_33370/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRm5ldzExMjYuZHJlYSIsInRpbWUiOjE3NjQzNzMyMTQuMjgzMjI4Nn0:1vP84U:u40D2RIc0T4oxkiV4ipwKW3Z6zNRTC18uhKeL0PF1R8" style="display:block;" width="1"/>
 </body>
</html>