:root{--vortex-primary:#FF2D75;--vortex-secondary:#00F2FE;--vortex-accent:#FFD300;--vortex-dark:#0A0A14;--vortex-darker:#05050A;--vortex-card:#12121F;--vortex-light:#F8F9FF;--vortex-gray:#8A8AA3;--gradient-vortex:linear-gradient(135deg,var(--vortex-primary) 0%,var(--vortex-secondary) 100%);--gradient-dark:linear-gradient(180deg,var(--vortex-darker) 0%,var(--vortex-dark) 100%);--shadow-glow:0 10px 30px rgba(255,45,117,0.2);--shadow-strong:0 15px 40px rgba(0,242,254,0.15);--shadow-soft:0 5px 20px rgba(10,10,20,0.3)}*{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:var(--vortex-darker);color:var(--vortex-light);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-weight:800;line-height:1.2;letter-spacing:-0.02em}.vortex-container_f15ee13d{max-width:1200px;margin:0 auto;padding:0 20px}.vortex-header_f15ee13d{background:rgba(10,10,20,0.95);backdrop-filter:blur(10px);position:fixed;top:0;width:100%;z-index:1000;border-bottom:1px solid rgba(255,45,117,0.2)}.vortex-nav_f15ee13d{display:flex;justify-content:space-between;align-items:center;padding:18px 0}.vortex-logo_f15ee13d{display:flex;align-items:center;gap:12px;text-decoration:none}.vortex-logo-img_f15ee13d{height:40px;width:auto}.vortex-logo-text_f15ee13d{font-size:1.8rem;font-weight:900;background:var(--gradient-vortex);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.vortex-nav-links_f15ee13d{display:flex;gap:32px;align-items:center}.vortex-nav-link_f15ee13d{color:var(--vortex-light);text-decoration:none;font-weight:500;transition:color 0.3s;font-size:0.95rem}.vortex-nav-link_f15ee13d:hover{color:var(--vortex-primary)}.vortex-btn_f15ee13d{display:inline-block;padding:14px 32px;border-radius:50px;font-weight:700;text-decoration:none;transition:all 0.3s;border:none;cursor:pointer;font-size:1rem}.vortex-btn-primary_f15ee13d{background:var(--gradient-vortex);color:white;box-shadow:var(--shadow-glow)}.vortex-btn-primary_f15ee13d:hover{transform:translateY(-3px);box-shadow:var(--shadow-strong)}.vortex-hero_f15ee13d{padding:160px 0 100px;background:var(--gradient-dark);position:relative;overflow:hidden}.vortex-hero_f15ee13d::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 50%,rgba(255,45,117,0.1) 0%,transparent 50%)}.vortex-hero-content_f15ee13d{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.vortex-hero-text_f15ee13d h1{font-size:3.5rem;margin-bottom:24px;background:linear-gradient(135deg,var(--vortex-light) 0%,var(--vortex-primary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.vortex-hero-text_f15ee13d p{font-size:1.2rem;color:var(--vortex-gray);margin-bottom:40px;max-width:500px}.vortex-hero-image_f15ee13d{position:relative}.vortex-hero-image_f15ee13d img{width:100%;border-radius:20px;box-shadow:var(--shadow-strong);animation:float 6s ease-in-out infinite}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}.vortex-section_f15ee13d{padding:100px 0}.vortex-section-title_f15ee13d{text-align:center;font-size:2.5rem;margin-bottom:60px;color:var(--vortex-light)}.vortex-features_f15ee13d{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-bottom:60px}.vortex-feature-card_f15ee13d{background:var(--vortex-card);padding:40px 30px;border-radius:20px;text-align:center;transition:transform 0.3s;border:1px solid rgba(255,45,117,0.1)}.vortex-feature-card_f15ee13d:hover{transform:translateY(-10px);border-color:var(--vortex-primary)}.vortex-feature-icon_f15ee13d{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_f15ee13d h3{font-size:1.5rem;margin-bottom:15px;color:var(--vortex-light)}.vortex-comparison_f15ee13d{background:var(--vortex-card);border-radius:20px;padding:40px;margin:60px auto;max-width:800px}.vortex-comparison-table_f15ee13d{width:100%;border-collapse:collapse}.vortex-comparison-table_f15ee13d th,.vortex-comparison-table_f15ee13d td{padding:20px;text-align:left;border-bottom:1px solid rgba(255,255,255,0.1)}.vortex-comparison-table_f15ee13d th{color:var(--vortex-primary);font-weight:700}.vortex-check_f15ee13d{color:var(--vortex-secondary);font-weight:bold}.vortex-cross_f15ee13d{color:var(--vortex-gray)}.vortex-testimonials_f15ee13d{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:40px}.vortex-testimonial_f15ee13d{background:var(--vortex-card);padding:30px;border-radius:20px;border:1px solid rgba(0,242,254,0.1)}.vortex-testimonial-header_f15ee13d{display:flex;align-items:center;gap:15px;margin-bottom:20px}.vortex-testimonial-avatar_f15ee13d{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid var(--vortex-primary)}.vortex-testimonial-name_f15ee13d{font-weight:700;color:var(--vortex-light)}.vortex-testimonial-location_f15ee13d{color:var(--vortex-gray);font-size:0.9rem}.vortex-editor-review_f15ee13d{background:linear-gradient(135deg,var(--vortex-card) 0%,#1A1A2E 100%);padding:50px;border-radius:20px;margin-top:60px;border-left:5px solid var(--vortex-accent)}.vortex-editor-header_f15ee13d{display:flex;align-items:center;gap:20px;margin-bottom:25px}.vortex-editor-badge_f15ee13d{background:var(--vortex-accent);color:var(--vortex-dark);padding:5px 15px;border-radius:20px;font-weight:700;font-size:0.9rem}.vortex-faq_f15ee13d{max-width:800px;margin:0 auto}.vortex-faq-item_f15ee13d{background:var(--vortex-card);margin-bottom:15px;border-radius:15px;overflow:hidden;border:1px solid rgba(255,255,255,0.05)}.vortex-faq-question_f15ee13d{padding:25px;font-weight:700;cursor:pointer;display:flex;justify-content:space-between;align-items:center;color:var(--vortex-light)}.vortex-faq-answer_f15ee13d{padding:0 25px 25px;color:var(--vortex-gray);display:none}.vortex-faq-item_f15ee13d.active .vortex-faq-answer_f15ee13d{display:block}.vortex-footer_f15ee13d{background:var(--vortex-darker);padding:60px 0 30px;border-top:1px solid rgba(255,45,117,0.2)}.vortex-footer-links_f15ee13d{display:flex;justify-content:center;flex-wrap:wrap;gap:30px;margin-bottom:40px}.vortex-footer-link_f15ee13d{color:var(--vortex-gray);text-decoration:none;transition:color 0.3s}.vortex-footer-link_f15ee13d:hover{color:var(--vortex-primary)}.vortex-copyright_f15ee13d{text-align:center;color:var(--vortex-gray);font-size:0.9rem;padding-top:30px;border-top:1px solid rgba(255,255,255,0.05)}.vortex-cookie-notice_f15ee13d{position:fixed;bottom:20px;left:20px;right:20px;background:var(--vortex-card);padding:20px;border-radius:15px;display:flex;justify-content:space-between;align-items:center;box-shadow:var(--shadow-soft);z-index:1001;border:1px solid var(--vortex-primary);max-width:500px;margin:0 auto}.vortex-cookie-btn_f15ee13d{background:var(--vortex-primary);color:white;border:none;padding:10px 25px;border-radius:25px;cursor:pointer;font-weight:600}@media (max-width:768px){.vortex-hero-content_f15ee13d{grid-template-columns:1fr;text-align:center}.vortex-hero-text_f15ee13d h1{font-size:2.5rem}.vortex-nav-links_f15ee13d{display:none}.vortex-section-title_f15ee13d{font-size:2rem}.vortex-comparison_f15ee13d{padding:20px;overflow-x:auto}.vortex-editor-review_f15ee13d{padding:30px 20px}.vortex-cookie-notice_f15ee13d{flex-direction:column;gap:15px;text-align:center}}@media (max-width:480px){.vortex-hero-text_f15ee13d h1{font-size:2rem}.vortex-features_f15ee13d{grid-template-columns:1fr}.vortex-testimonials_f15ee13d{grid-template-columns:1fr}.vortex-footer-links_f15ee13d{flex-direction:column;align-items:center;gap:20px}}