
      
    


      
     


      {} *{} {}
     


      #IE-warning {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: white;
      }
      .IE-warning-message {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
      }
    



 /* Basic Reset and Mobile-First Styling */ body { font-family: Arial, sans-serif; line-height: 1.6; margin: 0; padding: 0; background-color: #f4f4f9; color: #333; } .container { max-width: 600px; margin: 0 auto; padding: 20px; background-color: #ffffff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); } h1, h2, h3 { color: #1a237e; /* Deep Blue for Headings */ text-align: center; } h1 { font-size: 1.8em; margin-bottom: 10px; } h2 { font-size: 1.5em; border-bottom: 2px solid #e0e0e0; padding-bottom: 10px; margin-top: 30px; } .subhead { font-size: 1.1em; text-align: center; color: #455a64; margin-bottom: 20px; } .cta-button { display: block; width: 90%; margin: 20px auto; padding: 15px 20px; background-color: #ff6f00; /* Bright Orange CTA */ color: #ffffff; text-decoration: none; text-align: center; font-size: 1.2em; font-weight: bold; border-radius: 8px; transition: background-color 0.3s; } .cta-button:hover { background-color: #e65100; } .product-overview { background-color: #e8eaf6; padding: 15px; border-radius: 5px; margin-bottom: 20px; border-left: 5px solid #1a237e; } .bonus-card { border: 1px solid #c5cae9; padding: 15px; margin-bottom: 20px; border-radius: 8px; background-color: #f9f9ff; text-align: center; } .bonus-card img { max-width: 150px; /* Standardized image size */ height: auto; border-radius: 5px; margin-bottom: 10px; } .bonus-value { font-size: 1.4em; color: #00c853; /* Green for Value */ font-weight: bold; margin-top: 10px; } .total-value { text-align: center; font-size: 1.6em; color: #1a237e; margin: 30px 0; padding: 15px; border: 3px dashed #ff6f00; background-color: #fff3e0; } .scarcity-note { text-align: center; font-weight: bold; color: #d50000; /* Red for Urgency */ margin: 20px 0; padding: 10px; background-color: #ffebee; border-radius: 5px; } .testimonial-card { background-color: #e0f2f1; padding: 15px; margin-bottom: 15px; border-radius: 5px; border-left: 4px solid #00c853; font-style: italic; } .testimonial-card .stars { color: #ffc107; font-size: 1.2em; margin-bottom: 5px; } .testimonial-card .author { font-style: normal; font-weight: bold; text-align: right; display: block; margin-top: 10px; } .footer { text-align: center; font-size: 0.8em; color: #777; padding-top: 20px; border-top: 1px solid #e0e0e0; margin-top: 40px; } 

