:root{--flame-orange:#FF6B35;--flame-dark:#E55A2B;--midnight-blue:#0A2463;--twilight-purple:#7B2CBF;--ember-red:#D90429;--ash-black:#121212;--smoke-gray:#2D2D2D;--mist-gray:#F8F9FA;--ember-white:#FFFFFF;--spark-yellow:#FFD166;--gradient-flame:linear-gradient(135deg,var(--flame-orange) 0%,var(--twilight-purple) 50%,var(--midnight-blue) 100%);--gradient-ember:linear-gradient(90deg,var(--flame-orange) 0%,var(--ember-red) 100%);--gradient-night:linear-gradient(135deg,var(--ash-black) 0%,var(--midnight-blue) 100%);--shadow-flame:0 10px 30px rgba(255,107,53,0.2);--shadow-ember:0 15px 40px rgba(217,4,41,0.25);--shadow-light:0 5px 15px rgba(0,0,0,0.1);--shadow-deep:0 20px 50px rgba(0,0,0,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-color:var(--ash-black);color:var(--ember-white);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-weight:700;line-height:1.2}.container_0fe6b2bd{max-width:1200px;margin:0 auto;padding:0 20px}.header-main_0fe6b2bd{background-color:var(--ash-black);position:fixed;top:0;width:100%;z-index:1000;border-bottom:2px solid var(--flame-orange);box-shadow:var(--shadow-flame)}.nav-wrapper_0fe6b2bd{display:flex;justify-content:space-between;align-items:center;padding:18px 0}.brand-logo_0fe6b2bd{display:flex;align-items:center;gap:12px;font-weight:800;font-size:1.8rem;text-decoration:none}.logo-img_0fe6b2bd{width:40px;height:40px;object-fit:contain}.brand-text_0fe6b2bd{background:var(--gradient-ember);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-0.5px}.nav-links_0fe6b2bd{display:flex;gap:30px;align-items:center}.nav-link_0fe6b2bd{color:var(--ember-white);text-decoration:none;font-weight:500;transition:color 0.3s;font-size:0.95rem}.nav-link_0fe6b2bd:hover{color:var(--flame-orange)}.btn-primary_0fe6b2bd{background:var(--gradient-ember);color:white;border:none;padding:14px 32px;border-radius:50px;font-weight:600;cursor:pointer;transition:transform 0.3s,box-shadow 0.3s;text-decoration:none;display:inline-block;font-size:1rem}.btn-primary_0fe6b2bd:hover{transform:translateY(-3px);box-shadow:var(--shadow-ember)}.hero-section_0fe6b2bd{padding:180px 0 100px;background:var(--gradient-night);position:relative;overflow:hidden}.hero-content_0fe6b2bd{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-text_0fe6b2bd h1{font-size:3.5rem;margin-bottom:20px;background:linear-gradient(90deg,var(--flame-orange),var(--spark-yellow));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-text_0fe6b2bd p{font-size:1.2rem;margin-bottom:30px;color:var(--mist-gray);max-width:500px}.hero-image_0fe6b2bd{border-radius:20px;overflow:hidden;box-shadow:var(--shadow-deep);max-height:500px}.hero-image_0fe6b2bd img{width:100%;height:100%;object-fit:cover;display:block}.section-title_0fe6b2bd{text-align:center;font-size:2.5rem;margin-bottom:60px;position:relative}.section-title_0fe6b2bd::after{content:'';position:absolute;bottom:-15px;left:50%;transform:translateX(-50%);width:100px;height:4px;background:var(--gradient-ember);border-radius:2px}.features-section_0fe6b2bd{padding:100px 0;background-color:var(--smoke-gray)}.features-grid_0fe6b2bd{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}.feature-card_0fe6b2bd{background:rgba(255,255,255,0.05);padding:40px 30px;border-radius:20px;text-align:center;transition:transform 0.3s,background 0.3s;border:1px solid rgba(255,107,53,0.1)}.feature-card_0fe6b2bd:hover{transform:translateY(-10px);background:rgba(255,107,53,0.1)}.feature-icon_0fe6b2bd{font-size:3rem;margin-bottom:20px;color:var(--flame-orange)}.feature-card_0fe6b2bd h3{font-size:1.5rem;margin-bottom:15px}.comparison-section_0fe6b2bd{padding:100px 0;background-color:var(--ash-black)}.comparison-table_0fe6b2bd{width:100%;border-collapse:collapse;background:rgba(255,255,255,0.05);border-radius:15px;overflow:hidden}.comparison-table_0fe6b2bd th,.comparison-table_0fe6b2bd td{padding:20px;text-align:center;border-bottom:1px solid rgba(255,255,255,0.1)}.comparison-table_0fe6b2bd th{background:var(--gradient-ember);font-weight:600;font-size:1.1rem}.comparison-table_0fe6b2bd tr:last-child td{border-bottom:none}.check-mark_0fe6b2bd{color:#4CAF50;font-weight:bold;font-size:1.2rem}.cross-mark_0fe6b2bd{color:var(--ember-red);font-weight:bold;font-size:1.2rem}.testimonials-section_0fe6b2bd{padding:100px 0;background-color:var(--smoke-gray)}.testimonials-grid_0fe6b2bd{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px}.testimonial-card_0fe6b2bd{background:rgba(255,255,255,0.05);padding:30px;border-radius:20px;border:1px solid rgba(255,107,53,0.2)}.testimonial-header_0fe6b2bd{display:flex;align-items:center;gap:20px;margin-bottom:20px}.user-avatar_0fe6b2bd{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid var(--flame-orange)}.user-info_0fe6b2bd h4{font-size:1.2rem;margin-bottom:5px}.user-info_0fe6b2bd p{color:var(--mist-gray);font-size:0.9rem}.testimonial-text_0fe6b2bd{font-style:italic;line-height:1.8}.editor-review_0fe6b2bd{margin-top:60px;background:var(--gradient-night);padding:40px;border-radius:20px;text-align:center;border:2px solid var(--flame-orange)}.editor-review_0fe6b2bd h3{font-size:1.8rem;margin-bottom:20px;color:var(--spark-yellow)}.about-section_0fe6b2bd{padding:100px 0;background-color:var(--ash-black)}.about-content_0fe6b2bd{max-width:800px;margin:0 auto;text-align:center;font-size:1.1rem;line-height:1.8}.about-content_0fe6b2bd p{margin-bottom:25px}.faq-section_0fe6b2bd{padding:100px 0;background-color:var(--smoke-gray)}.faq-container_0fe6b2bd{max-width:800px;margin:0 auto}.faq-item_0fe6b2bd{margin-bottom:20px;border:1px solid rgba(255,107,53,0.2);border-radius:15px;overflow:hidden}.faq-question_0fe6b2bd{padding:20px;background:rgba(255,255,255,0.05);cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:600}.faq-answer_0fe6b2bd{padding:0 20px;max-height:0;overflow:hidden;transition:max-height 0.3s,padding 0.3s}.faq-item_0fe6b2bd.active .faq-answer_0fe6b2bd{padding:20px;max-height:500px}.faq-toggle_0fe6b2bd{color:var(--flame-orange);font-size:1.2rem;transition:transform 0.3s}.faq-item_0fe6b2bd.active .faq-toggle_0fe6b2bd{transform:rotate(45deg)}.footer-main_0fe6b2bd{background-color:var(--ash-black);padding:60px 0 30px;border-top:2px solid var(--flame-orange)}.footer-content_0fe6b2bd{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:30px;margin-bottom:40px}.footer-links_0fe6b2bd{display:flex;gap:30px;flex-wrap:wrap}.footer-link_0fe6b2bd{color:var(--mist-gray);text-decoration:none;transition:color 0.3s;font-size:0.9rem}.footer-link_0fe6b2bd:hover{color:var(--flame-orange)}.copyright_0fe6b2bd{text-align:center;color:var(--mist-gray);font-size:0.9rem;padding-top:30px;border-top:1px solid rgba(255,255,255,0.1)}.cookie-notice_0fe6b2bd{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);background:var(--gradient-night);padding:20px;border-radius:15px;box-shadow:var(--shadow-deep);z-index:1001;max-width:500px;width:90%;border:2px solid var(--flame-orange);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px}.cookie-text_0fe6b2bd{flex:1;font-size:0.9rem}.cookie-btn_0fe6b2bd{background:var(--gradient-ember);color:white;border:none;padding:10px 25px;border-radius:50px;cursor:pointer;font-weight:600;transition:transform 0.3s}.cookie-btn_0fe6b2bd:hover{transform:translateY(-2px)}@media (max-width:992px){.hero-content_0fe6b2bd{grid-template-columns:1fr;text-align:center}.hero-text_0fe6b2bd h1{font-size:2.8rem}.section-title_0fe6b2bd{font-size:2.2rem}}@media (max-width:768px){.nav-links_0fe6b2bd{display:none}.hero-text_0fe6b2bd h1{font-size:2.2rem}.features-grid_0fe6b2bd{grid-template-columns:1fr}.testimonials-grid_0fe6b2bd{grid-template-columns:1fr}.footer-content_0fe6b2bd{flex-direction:column;text-align:center}.footer-links_0fe6b2bd{justify-content:center}.cookie-notice_0fe6b2bd{flex-direction:column;text-align:center}}@media (max-width:480px){.hero-text_0fe6b2bd h1{font-size:1.8rem}.section-title_0fe6b2bd{font-size:1.8rem}.btn-primary_0fe6b2bd{padding:12px 25px;font-size:0.9rem}.comparison-table_0fe6b2bd th,.comparison-table_0fe6b2bd td{padding:12px 8px;font-size:0.9rem}}