
      
    


      
     


      {} *{} /*endBaseStyles*/
     


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



 * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; background: #000; } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } /* Header */ .header { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); padding: 15px 0; position: fixed; width: 100%; top: 0; z-index: 1000; box-shadow: 0 2px 10px rgba(0,0,0,0.1); } .header .container { display: flex; justify-content: space-between; align-items: center; } .logo { font-size: 28px; font-weight: bold; color: white; text-decoration: none; } .cta-header { background: #ff6b6b; color: white; padding: 12px 25px; border: none; border-radius: 25px; font-size: 16px; font-weight: bold; cursor: pointer; text-decoration: none; transition: all 0.3s ease; } .cta-header:hover { background: #ff5252; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(255, 107, 107, 0.4); } /* Hero Section */ .hero { background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%); padding: 120px 0 80px; text-align: center; color: white; position: relative; overflow: hidden; } .hero::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"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>'); opacity: 0.3; } .hero-content { position: relative; z-index: 2; } .warning-banner { background: #ff4757; color: white; padding: 10px 20px; border-radius: 5px; margin-bottom: 30px; display: inline-block; font-weight: bold; animation: pulse 2s infinite; } @keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.05); } 100% { transform: scale(1); } } .hero h1 { font-size: 3.5rem; font-weight: bold; margin-bottom: 20px; line-height: 1.2; } .hero h1 .highlight { color: #00d4ff; text-shadow: 0 0 20px rgba(0, 212, 255, 0.5); } .hero h1 .highlight2 { color: #ff6b6b; text-shadow: 0 0 20px rgba(255, 107, 107, 0.5); } .hero .subheadline { font-size: 1.3rem; margin-bottom: 30px; opacity: 0.9; } .video-container { margin: 40px 0; position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 15px; box-shadow: 0 20px 40px rgba(0,0,0,0.3); } .video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } .cta-primary { background: linear-gradient(45deg, #ff6b6b, #ff8e53); color: white; padding: 20px 40px; border: none; border-radius: 50px; font-size: 20px; font-weight: bold; cursor: pointer; text-decoration: none; display: inline-block; margin: 20px 10px; transition: all 0.3s ease; box-shadow: 0 10px 30px rgba(255, 107, 107, 0.3); } .cta-primary:hover { transform: translateY(-3px); box-shadow: 0 15px 40px rgba(255, 107, 107, 0.4); } .trust-indicators { margin-top: 40px; display: flex; justify-content: center; align-items: center; gap: 30px; flex-wrap: wrap; } .trust-item { background: rgba(255,255,255,0.1); padding: 15px 25px; border-radius: 25px; backdrop-filter: blur(10px); } /* Problem Section */ .problem { background: #1a1a1a; padding: 80px 0; color: white; } .problem h2 { font-size: 2.5rem; text-align: center; margin-bottom: 50px; color: #ff6b6b; } .problem-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .problem-item { background: linear-gradient(135deg, #2d2d2d, #1a1a1a); padding: 30px; border-radius: 15px; text-align: center; border: 1px solid #333; transition: transform 0.3s ease; } .problem-item:hover { transform: translateY(-5px); } .problem-icon { font-size: 3rem; margin-bottom: 20px; color: #ff6b6b; } /* Solution Section */ .solution { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); padding: 80px 0; color: white; text-align: center; } .solution h2 { font-size: 2.5rem; margin-bottom: 30px; } .solution-content { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; margin-top: 50px; } .solution-text { text-align: left; } .solution-text h3 { font-size: 2rem; margin-bottom: 20px; color: #00d4ff; } .solution-text p { font-size: 1.1rem; margin-bottom: 15px; } .solution-image { text-align: center; } .solution-image img { max-width: 100%; border-radius: 15px; box-shadow: 0 20px 40px rgba(0,0,0,0.3); } /* Features Section */ .features { background: #f8f9fa; padding: 80px 0; } .features h2 { font-size: 2.5rem; text-align: center; margin-bottom: 50px; color: #333; } .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 30px; } .feature-item { background: white; padding: 30px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); transition: all 0.3s ease; border-left: 5px solid #667eea; } .feature-item:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0,0,0,0.15); } .feature-item h3 { font-size: 1.3rem; margin-bottom: 15px; color: #333; } .feature-item p { color: #666; line-height: 1.6; } /* Pricing Section */ .pricing { background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%); padding: 80px 0; color: white; text-align: center; } .pricing h2 { font-size: 2.5rem; margin-bottom: 30px; } .offer-banner { background: #ff4757; color: white; padding: 20px; border-radius: 10px; margin: 30px 0; font-size: 1.2rem; font-weight: bold; animation: pulse 2s infinite; } .price-box { background: rgba(255,255,255,0.1); padding: 40px; border-radius: 20px; backdrop-filter: blur(10px); max-width: 500px; margin: 0 auto; border: 2px solid rgba(255,255,255,0.2); } .original-price { font-size: 1.5rem; text-decoration: line-through; opacity: 0.7; margin-bottom: 10px; } .current-price { font-size: 3rem; font-weight: bold; color: #00d4ff; margin-bottom: 20px; } .guarantee { background: #27ae60; color: white; padding: 15px; border-radius: 10px; margin: 20px 0; font-weight: bold; } /* FAQ Section */ .faq { background: #f8f9fa; padding: 80px 0; } .faq h2 { font-size: 2.5rem; text-align: center; margin-bottom: 50px; color: #333; } .faq-item { background: white; margin-bottom: 20px; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.1); } .faq-question { background: #667eea; color: white; padding: 20px; cursor: pointer; font-weight: bold; transition: background 0.3s ease; } .faq-question:hover { background: #5a6fd8; } .faq-answer { padding: 20px; display: none; color: #666; } .faq-answer.active { display: block; } /* Final CTA Section */ .final-cta { background: linear-gradient(135deg, #ff6b6b, #ff8e53); padding: 80px 0; color: white; text-align: center; } .final-cta h2 { font-size: 2.5rem; margin-bottom: 30px; } .countdown { background: rgba(0,0,0,0.3); padding: 20px; border-radius: 10px; margin: 30px 0; font-size: 1.5rem; font-weight: bold; } /* Footer */ .footer { background: #1a1a1a; color: white; padding: 40px 0; text-align: center; } .footer-links { margin-bottom: 20px; } .footer-links a { color: #ccc; text-decoration: none; margin: 0 15px; transition: color 0.3s ease; } .footer-links a:hover { color: #667eea; } /* Responsive Design */ @media (max-width: 768px) { .hero h1 { font-size: 2.5rem; } .solution-content { grid-template-columns: 1fr; gap: 30px; } .features-grid { grid-template-columns: 1fr; } .trust-indicators { flex-direction: column; gap: 15px; } .container { padding: 0 15px; } } /* Animations */ @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } .fade-in-up { animation: fadeInUp 0.8s ease-out; } /* Floating Elements */ .floating { animation: float 3s ease-in-out infinite; } @keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-10px); } } 

