
      
    


      
     


      {} *{} {}
     


      #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;
      }
    



 /* Global Styles & Mobile-First Base */ body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f4f7f9; color: #333; line-height: 1.6; } .container { max-width: 600px; margin: 0 auto; padding: 0 15px; text-align: center; } /* Hero Section Styling */ .hero { background-color: #1a237e; /* Deep Blue */ color: #ffffff; padding: 40px 15px; border-bottom: 8px solid #4caf50; /* Vibrant Green Accent */ } .hero h1 { font-size: 28px; margin-bottom: 10px; line-height: 1.2; } .hero h2 { font-size: 18px; font-weight: 400; margin-bottom: 25px; opacity: 0.9; } /* CTA Button Styling */ .cta-button { display: block; width: 100%; padding: 15px 10px; background-color: #4caf50; /* Vibrant Green */ color: #ffffff; text-decoration: none; font-size: 20px; font-weight: bold; border-radius: 8px; transition: background-color 0.3s; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); margin-bottom: 20px; } .cta-button:hover { background-color: #388e3c; } /* Trust Badges */ .trust-badges { margin-top: 20px; opacity: 0.8; font-size: 12px; } /* Bonus Card Styling */ .bonus-section { padding: 30px 0; } .bonus-card { background-color: #ffffff; border-radius: 10px; padding: 20px; margin-bottom: 25px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); text-align: left; } .bonus-card img { width: 100%; max-width: 250px; height: auto; border-radius: 8px; margin-bottom: 15px; display: block; margin-left: auto; margin-right: auto; } .bonus-card h3 { color: #1a237e; font-size: 20px; margin-top: 0; margin-bottom: 10px; } .bonus-card ul { padding-left: 20px; margin-bottom: 15px; } .bonus-card li { margin-bottom: 8px; } .bonus-value { font-size: 18px; font-weight: bold; color: #e65100; /* Orange for Value */ text-align: right; } /* Value Section */ .total-value-box { background-color: #fff3e0; /* Light Orange Background */ padding: 20px; border-radius: 8px; margin-bottom: 30px; font-size: 22px; font-weight: bold; color: #d84315; } /* Testimonials */ .testimonial-card { background-color: #ffffff; padding: 20px; border-radius: 10px; margin-bottom: 20px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05); font-style: italic; text-align: center; } .stars { color: #ffc107; /* Gold Stars */ font-size: 18px; margin-bottom: 10px; } .testimonial-author { font-style: normal; font-weight: bold; margin-top: 10px; color: #1a237e; } /* Footer */ .footer { padding: 20px 15px; font-size: 12px; color: #777; text-align: center; border-top: 1px solid #ddd; margin-top: 30px; } .footer a { color: #4caf50; text-decoration: none; } 

