
      
    


      
     


      {} *{} /*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: linear-gradient(135deg, #667eea 0%, #764ba2 100%); } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } .hero { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 80px 0; text-align: center; } .hero h1 { font-size: 3.5rem; font-weight: bold; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); line-height: 1.2; } .hero h2 { font-size: 1.5rem; margin-bottom: 40px; opacity: 0.9; font-weight: 300; } .urgency-banner { background: linear-gradient(45deg, #ff4757, #ff3838); color: white; padding: 15px; text-align: center; font-weight: bold; font-size: 1.1rem; margin-bottom: 30px; border-radius: 10px; animation: pulse 2s infinite; } .cta-button { display: inline-block; background: linear-gradient(45deg, #ff6b6b, #ee5a24); color: white; padding: 18px 40px; text-decoration: none; border-radius: 50px; font-size: 1.2rem; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; transition: all 0.3s ease; box-shadow: 0 8px 25px rgba(255, 107, 107, 0.3); margin: 20px 10px; } .cta-button:hover { transform: translateY(-3px); box-shadow: 0 12px 35px rgba(255, 107, 107, 0.4); } .main-content { background: white; padding: 80px 0; } .section { margin-bottom: 60px; } .section h3 { font-size: 2.5rem; color: #2c3e50; margin-bottom: 30px; text-align: center; position: relative; } .section h3::after { content: ''; display: block; width: 80px; height: 4px; background: linear-gradient(45deg, #ff6b6b, #ee5a24); margin: 15px auto; border-radius: 2px; } .problem-solution { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-bottom: 60px; } .problem, .solution { padding: 40px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); } .problem { background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%); color: #2c3e50; } .solution { background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%); color: #2c3e50; } .problem h4, .solution h4 { font-size: 1.8rem; margin-bottom: 20px; font-weight: bold; } .social-proof { background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); color: white; padding: 60px 40px; border-radius: 20px; margin-bottom: 60px; text-align: center; } .social-proof h4 { font-size: 2rem; margin-bottom: 30px; } .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; margin-bottom: 40px; } .stat-item { background: rgba(255,255,255,0.1); padding: 25px; border-radius: 15px; text-align: center; backdrop-filter: blur(10px); } .stat-number { font-size: 2.5rem; font-weight: bold; display: block; margin-bottom: 10px; } .testimonials { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .testimonial { background: rgba(255,255,255,0.1); padding: 25px; border-radius: 15px; backdrop-filter: blur(10px); } .testimonial-text { font-style: italic; margin-bottom: 15px; font-size: 1.1rem; } .testimonial-author { font-weight: bold; color: #ffd700; } .benefits { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 60px; } .benefit-card { background: white; padding: 30px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); text-align: center; transition: transform 0.3s ease; border-left: 5px solid #667eea; } .benefit-card:hover { transform: translateY(-5px); } .benefit-card h5 { font-size: 1.3rem; color: #2c3e50; margin-bottom: 15px; font-weight: bold; } .benefit-card p { color: #666; line-height: 1.6; } .target-audience { background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%); padding: 60px 40px; border-radius: 20px; margin-bottom: 60px; } .target-audience h4 { font-size: 2rem; color: #2c3e50; margin-bottom: 30px; text-align: center; } .audience-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; } .audience-item { background: rgba(255,255,255,0.8); padding: 20px; border-radius: 10px; text-align: center; font-weight: bold; color: #2c3e50; } .what-you-get { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 60px 40px; border-radius: 20px; margin-bottom: 60px; } .what-you-get h4 { font-size: 2rem; margin-bottom: 30px; text-align: center; } .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; } .feature-item { background: rgba(255,255,255,0.1); padding: 25px; border-radius: 15px; text-align: center; backdrop-filter: blur(10px); } .feature-item h5 { font-size: 1.2rem; margin-bottom: 10px; font-weight: bold; } .bonus-section { background: linear-gradient(135deg, #ffeaa7 0%, #fab1a0 100%); padding: 60px 40px; border-radius: 20px; margin-bottom: 60px; text-align: center; } .bonus-section h4 { font-size: 2rem; color: #2c3e50; margin-bottom: 30px; } .bonus-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-bottom: 30px; } .bonus-item { background: rgba(255,255,255,0.8); padding: 20px; border-radius: 10px; color: #2c3e50; } .guarantee { background: linear-gradient(135deg, #00b894 0%, #00cec9 100%); color: white; padding: 40px; border-radius: 20px; text-align: center; margin-bottom: 60px; } .guarantee h4 { font-size: 1.8rem; margin-bottom: 20px; } .final-cta { background: linear-gradient(135deg, #ff6b6b, #ee5a24); color: white; padding: 80px 40px; text-align: center; border-radius: 20px; } .final-cta h3 { font-size: 2.5rem; margin-bottom: 20px; } .final-cta p { font-size: 1.2rem; margin-bottom: 40px; opacity: 0.9; } .price-section { background: rgba(255,255,255,0.1); padding: 30px; border-radius: 15px; margin: 30px 0; backdrop-filter: blur(10px); } .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: #ffd700; margin-bottom: 20px; } .pulse { animation: pulse 2s infinite; } @keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.05); } 100% { transform: scale(1); } } @media (max-width: 768px) { .hero h1 { font-size: 2.5rem; } .hero h2 { font-size: 1.2rem; } .problem-solution { grid-template-columns: 1fr; } .section h3 { font-size: 2rem; } .cta-button { padding: 15px 30px; font-size: 1rem; } } .highlight { background: linear-gradient(45deg, #ff6b6b, #ee5a24); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-weight: bold; } .emoji { font-size: 1.5em; margin-right: 10px; } 

