
      
    


      
     


      {} *{} /*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: 'Inter', sans-serif; background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #16213e 100%); color: #ffffff; line-height: 1.6; overflow-x: hidden; } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } /* Enhanced Hero Section */ .hero { min-height: 100vh; background: radial-gradient(circle at 20% 30%, rgba(0, 255, 255, 0.15) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(0, 255, 136, 0.15) 0%, transparent 50%), linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #16213e 100%); display: flex; align-items: center; 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 1200 800"><defs><pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M 40 0 L 0 0 0 40" fill="none" stroke="%23ffffff" stroke-width="0.5" opacity="0.1"/></pattern></defs><rect width="1200" height="800" fill="url(%23grid)"/></svg>'); opacity: 0.3; pointer-events: none; } .hero-content { text-align: center; z-index: 2; position: relative; animation: fadeInUp 1s ease-out; } @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } .hero h1 { font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 800; margin-bottom: 20px; background: linear-gradient(135deg, #00ffff 0%, #00ff88 50%, #ffffff 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-shadow: 0 0 30px rgba(0, 255, 255, 0.3); animation: glow 3s ease-in-out infinite alternate; line-height: 1.1; } @keyframes glow { from { filter: drop-shadow(0 0 20px rgba(0, 255, 255, 0.3)); } to { filter: drop-shadow(0 0 40px rgba(0, 255, 255, 0.6)); } } .hero h2 { font-size: clamp(1.2rem, 3vw, 1.8rem); margin-bottom: 40px; color: #cccccc; font-weight: 400; opacity: 0.9; } .cta-button { display: inline-block; background: linear-gradient(135deg, #00ff88 0%, #00ffff 100%); color: #000000; padding: 20px 50px; font-size: 1.3rem; font-weight: 700; text-decoration: none; border-radius: 60px; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); box-shadow: 0 15px 35px rgba(0, 255, 136, 0.3), 0 5px 15px rgba(0, 0, 0, 0.1); text-transform: uppercase; letter-spacing: 1px; position: relative; overflow: hidden; } .cta-button::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent); transition: left 0.5s; } .cta-button:hover::before { left: 100%; } .cta-button:hover { transform: translateY(-5px) scale(1.05); box-shadow: 0 25px 50px rgba(0, 255, 136, 0.4), 0 10px 25px rgba(0, 0, 0, 0.2); } /* Enhanced Section Styles */ .section { padding: 100px 0; position: relative; } .section-title { font-size: clamp(2rem, 4vw, 3rem); text-align: center; margin-bottom: 60px; color: #00ffff; font-weight: 700; text-shadow: 0 0 20px rgba(0, 255, 255, 0.3); position: relative; } .section-title::after { content: ''; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 80px; height: 3px; background: linear-gradient(90deg, #00ff88, #00ffff); border-radius: 2px; } /* Enhanced Video Section - Now First */ .video-section { background: radial-gradient(circle at 50% 50%, rgba(0, 255, 255, 0.1) 0%, transparent 50%), linear-gradient(135deg, #0f3460 0%, #1a1a2e 100%); padding: 100px 0; text-align: center; } .video-container { position: relative; width: 85%; max-width: 900px; margin: 0 auto; padding-bottom: 47.8125%; /* 16:9 Aspect Ratio */ height: 0; overflow: hidden; border-radius: 20px; box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.1); transition: transform 0.3s ease; } .video-container:hover { transform: translateY(-10px); } .video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 20px; } /* Enhanced Problem Section */ .problem { background: radial-gradient(circle at 10% 20%, rgba(255, 107, 107, 0.1) 0%, transparent 50%), linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); } .problem-content { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; } .problem-text ul { list-style: none; padding: 0; } .problem-text li { font-size: 1.3rem; margin-bottom: 25px; padding: 20px; padding-left: 60px; position: relative; color: #ff6b6b; background: rgba(255, 107, 107, 0.1); border-radius: 15px; border-left: 4px solid #ff4757; transition: all 0.3s ease; } .problem-text li:hover { transform: translateX(10px); background: rgba(255, 107, 107, 0.15); } .problem-text li::before { content: '✗'; position: absolute; left: 20px; top: 50%; transform: translateY(-50%); color: #ff4757; font-weight: bold; font-size: 1.8rem; } .problem-image { text-align: center; } .problem-image img { max-width: 100%; border-radius: 20px; box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5); transition: transform 0.3s ease; } .problem-image img:hover { transform: scale(1.05); } /* Enhanced Solution Section */ .solution { background: radial-gradient(circle at 90% 80%, rgba(0, 255, 136, 0.1) 0%, transparent 50%), linear-gradient(135deg, #16213e 0%, #0f3460 100%); } .solution-text { text-align: center; max-width: 900px; margin: 0 auto; } .solution-text p { font-size: 1.4rem; margin-bottom: 30px; color: #e0e0e0; line-height: 1.7; } .solution-text strong { color: #00ff88; font-weight: 700; } /* Enhanced Authority Section */ .authority { background: radial-gradient(circle at 30% 70%, rgba(0, 255, 255, 0.1) 0%, transparent 50%), linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); } .authority-content { display: grid; grid-template-columns: 250px 1fr; gap: 50px; align-items: center; max-width: 900px; margin: 0 auto; padding: 40px; background: rgba(255, 255, 255, 0.05); border-radius: 25px; backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.1); } .authority-image img { width: 250px; height: 250px; border-radius: 50%; border: 5px solid #00ffff; box-shadow: 0 0 40px rgba(0, 255, 255, 0.4), 0 20px 40px rgba(0, 0, 0, 0.3); transition: all 0.3s ease; } .authority-image img:hover { transform: scale(1.05); box-shadow: 0 0 60px rgba(0, 255, 255, 0.6), 0 25px 50px rgba(0, 0, 0, 0.4); } .authority-text p { font-size: 1.3rem; color: #e0e0e0; line-height: 1.7; } .authority-text strong { color: #00ffff; font-weight: 700; } /* Enhanced Benefits Section */ .benefits { background: radial-gradient(circle at 70% 30%, rgba(0, 255, 136, 0.1) 0%, transparent 50%), linear-gradient(135deg, #16213e 0%, #0f3460 100%); } .benefits-list { max-width: 900px; margin: 0 auto; } .benefits-list ul { list-style: none; padding: 0; display: grid; gap: 20px; } .benefits-list li { font-size: 1.3rem; padding: 25px; padding-left: 70px; position: relative; color: #ffffff; background: rgba(0, 255, 136, 0.1); border-radius: 15px; border-left: 4px solid #00ff88; transition: all 0.3s ease; backdrop-filter: blur(10px); } .benefits-list li:hover { transform: translateX(10px); background: rgba(0, 255, 136, 0.15); box-shadow: 0 10px 30px rgba(0, 255, 136, 0.2); } .benefits-list li::before { content: '✓'; position: absolute; left: 25px; top: 50%; transform: translateY(-50%); color: #00ff88; font-weight: bold; font-size: 2rem; } /* Enhanced Final CTA Section */ .final-cta { background: radial-gradient(circle at 50% 50%, rgba(255, 107, 107, 0.1) 0%, transparent 50%), linear-gradient(135deg, #0f3460 0%, #0a0a0a 100%); text-align: center; padding: 120px 0; } .final-cta h2 { font-size: clamp(2.2rem, 4vw, 3.2rem); margin-bottom: 25px; color: #ff6b6b; font-weight: 800; line-height: 1.2; } .final-cta h3 { font-size: clamp(1.2rem, 2.5vw, 1.6rem); margin-bottom: 50px; color: #e0e0e0; font-weight: 400; } .final-cta .cta-button { font-size: 1.6rem; padding: 25px 60px; background: linear-gradient(135deg, #ff6b6b 0%, #ff4757 100%); color: #ffffff; } .final-cta .cta-button:hover { box-shadow: 0 25px 50px rgba(255, 107, 107, 0.4), 0 10px 25px rgba(0, 0, 0, 0.2); } /* Enhanced Responsive Design */ @media (max-width: 768px) { .problem-content, .authority-content { grid-template-columns: 1fr; text-align: center; gap: 40px; } .authority-image img { width: 200px; height: 200px; } .video-container { width: 95%; padding-bottom: 53.4375%; } .section { padding: 80px 0; } .cta-button { padding: 18px 40px; font-size: 1.1rem; } .final-cta .cta-button { font-size: 1.3rem; padding: 20px 45px; } } /* Enhanced Floating particles animation */ .particles { position: fixed; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 1; } .particle { position: absolute; width: 3px; height: 3px; background: #00ffff; border-radius: 50%; animation: float 8s infinite linear; } @keyframes float { 0% { transform: translateY(100vh) rotate(0deg); opacity: 0; } 10% { opacity: 1; } 90% { opacity: 1; } 100% { transform: translateY(-10vh) rotate(360deg); opacity: 0; } } /* Scroll animations */ .fade-in { opacity: 0; transform: translateY(30px); transition: all 0.6s ease; } .fade-in.visible { opacity: 1; transform: translateY(0); } 

