:root{--vortex-primary:#8B008B;--vortex-secondary:#4B0082;--vortex-accent:#FF1493;--vortex-dark:#0A0A1A;--vortex-light:#F8F8FF;--vortex-gray:#2D2D44;--vortex-card:#1A1A2E;--gradient-vortex:linear-gradient(135deg,var(--vortex-primary) 0%,var(--vortex-secondary) 50%,var(--vortex-accent) 100%);--gradient-subtle:linear-gradient(90deg,rgba(139,0,139,0.1) 0%,rgba(75,0,130,0.1) 100%);--shadow-vortex:0 10px 30px rgba(139,0,139,0.2);--shadow-heavy:0 15px 40px rgba(139,0,139,0.3);--shadow-light:0 5px 15px rgba(0,0,0,0.1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif;background-color:var(--vortex-dark);color:var(--vortex-light);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-weight:700;line-height:1.2}.container_dc01d798{max-width:1200px;margin:0 auto;padding:0 20px}.vortex-header_dc01d798{background-color:var(--vortex-dark);position:fixed;top:0;width:100%;z-index:1000;border-bottom:1px solid rgba(139,0,139,0.3);backdrop-filter:blur(10px)}.vortex-nav_dc01d798{display:flex;justify-content:space-between;align-items:center;padding:18px 0}.vortex-logo_dc01d798{display:flex;align-items:center;gap:12px;font-weight:800;font-size:1.8rem;text-decoration:none;color:var(--vortex-light)}.vortex-logo_dc01d798 img{height:40px;width:auto}.vortex-logo-text_dc01d798{background:var(--gradient-vortex);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.vortex-nav-links_dc01d798{display:flex;gap:30px;align-items:center}.vortex-nav-links_dc01d798 a{color:var(--vortex-light);text-decoration:none;font-weight:500;transition:color 0.3s}.vortex-nav-links_dc01d798 a:hover{color:var(--vortex-accent)}.vortex-btn_dc01d798{display:inline-block;background:var(--gradient-vortex);color:white;padding:14px 32px;border-radius:30px;text-decoration:none;font-weight:600;border:none;cursor:pointer;transition:transform 0.3s,box-shadow 0.3s;text-align:center}.vortex-btn_dc01d798:hover{transform:translateY(-3px);box-shadow:var(--shadow-heavy)}.vortex-hero_dc01d798{padding:160px 0 100px;background:var(--gradient-subtle);position:relative;overflow:hidden}.vortex-hero-content_dc01d798{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.vortex-hero-text_dc01d798 h1{font-size:3.5rem;margin-bottom:20px;background:linear-gradient(90deg,var(--vortex-light),var(--vortex-accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.vortex-hero-text_dc01d798 p{font-size:1.2rem;margin-bottom:30px;color:#CCCCE0}.vortex-hero-image_dc01d798{border-radius:20px;overflow:hidden;box-shadow:var(--shadow-vortex)}.vortex-hero-image_dc01d798 img{width:100%;height:auto;display:block;transition:transform 0.5s}.vortex-hero-image_dc01d798:hover img{transform:scale(1.03)}.vortex-section_dc01d798{padding:100px 0}.vortex-section-title_dc01d798{text-align:center;font-size:2.5rem;margin-bottom:60px;color:var(--vortex-light)}.vortex-features_dc01d798{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.vortex-feature-card_dc01d798{background:var(--vortex-card);padding:40px 30px;border-radius:15px;text-align:center;transition:transform 0.3s;border:1px solid rgba(139,0,139,0.2)}.vortex-feature-card_dc01d798:hover{transform:translateY(-10px);border-color:var(--vortex-accent)}.vortex-feature-icon_dc01d798{font-size:3rem;margin-bottom:20px;background:var(--gradient-vortex);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.vortex-feature-card_dc01d798 h3{margin-bottom:15px;font-size:1.5rem}.vortex-comparison_dc01d798{background:var(--gradient-subtle);padding:80px 0;border-radius:20px;margin:40px 0}.vortex-table_dc01d798{width:100%;border-collapse:collapse;background:var(--vortex-card);border-radius:10px;overflow:hidden}.vortex-table_dc01d798 th,.vortex-table_dc01d798 td{padding:20px;text-align:left;border-bottom:1px solid var(--vortex-gray)}.vortex-table_dc01d798 th{background:var(--gradient-vortex);color:white;font-weight:600}.vortex-table_dc01d798 tr:last-child td{border-bottom:none}.vortex-check_dc01d798{color:#00FF00;font-weight:bold}.vortex-cross_dc01d798{color:#FF4444;font-weight:bold}.vortex-testimonials_dc01d798{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:40px}.vortex-testimonial_dc01d798{background:var(--vortex-card);padding:30px;border-radius:15px;border:1px solid rgba(139,0,139,0.3)}.vortex-testimonial-header_dc01d798{display:flex;align-items:center;gap:15px;margin-bottom:20px}.vortex-testimonial-avatar_dc01d798{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid var(--vortex-accent)}.vortex-testimonial-name_dc01d798{font-weight:600;font-size:1.1rem}.vortex-testimonial-role_dc01d798{color:#AAAAAA;font-size:0.9rem}.vortex-testimonial-text_dc01d798{font-style:italic;color:#CCCCE0}.vortex-editor-review_dc01d798{background:var(--gradient-vortex);padding:40px;border-radius:15px;margin-top:60px;text-align:center}.vortex-editor-review_dc01d798 h3{font-size:1.8rem;margin-bottom:20px}.vortex-editor-review_dc01d798 p{font-size:1.1rem;max-width:800px;margin:0 auto}.vortex-about_dc01d798{background:var(--vortex-card);padding:60px;border-radius:20px;margin-top:40px}.vortex-about_dc01d798 h2{margin-bottom:30px;text-align:center}.vortex-about-content_dc01d798{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.vortex-faq_dc01d798{margin-top:60px}.vortex-faq-item_dc01d798{background:var(--vortex-card);margin-bottom:15px;border-radius:10px;overflow:hidden;border:1px solid rgba(139,0,139,0.2)}.vortex-faq-question_dc01d798{padding:20px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:600}.vortex-faq-answer_dc01d798{padding:0 20px;max-height:0;overflow:hidden;transition:max-height 0.3s,padding 0.3s}.vortex-faq-item_dc01d798.active .vortex-faq-answer_dc01d798{padding:20px;max-height:500px}.vortex-footer_dc01d798{background:var(--vortex-card);padding:60px 0 30px;margin-top:100px;border-top:1px solid rgba(139,0,139,0.3)}.vortex-footer-links_dc01d798{display:flex;justify-content:center;flex-wrap:wrap;gap:30px;margin-bottom:40px}.vortex-footer-links_dc01d798 a{color:var(--vortex-light);text-decoration:none;transition:color 0.3s}.vortex-footer-links_dc01d798 a:hover{color:var(--vortex-accent)}.vortex-footer-copyright_dc01d798{text-align:center;color:#AAAAAA;font-size:0.9rem;padding-top:30px;border-top:1px solid var(--vortex-gray)}.vortex-cookie-notice_dc01d798{position:fixed;bottom:0;left:0;right:0;background:var(--vortex-card);padding:20px;display:flex;justify-content:space-between;align-items:center;border-top:2px solid var(--vortex-primary);z-index:1001}.vortex-cookie-btn_dc01d798{background:var(--vortex-accent);color:white;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;font-weight:600}@media (max-width:768px){.vortex-hero-content_dc01d798{grid-template-columns:1fr;text-align:center}.vortex-hero-text_dc01d798 h1{font-size:2.5rem}.vortex-nav-links_dc01d798{display:none}.vortex-about-content_dc01d798{grid-template-columns:1fr}.vortex-features_dc01d798{grid-template-columns:1fr}.vortex-testimonials_dc01d798{grid-template-columns:1fr}.vortex-table_dc01d798{font-size:0.9rem}.vortex-table_dc01d798 th,.vortex-table_dc01d798 td{padding:10px}.vortex-cookie-notice_dc01d798{flex-direction:column;text-align:center;gap:15px}}@media (max-width:480px){.vortex-hero-text_dc01d798 h1{font-size:2rem}.vortex-section-title_dc01d798{font-size:2rem}.vortex-btn_dc01d798{padding:12px 24px;width:100%}.vortex-footer-links_dc01d798{flex-direction:column;align-items:center;gap:15px}}