:root{--primary-pink:#FF2D95;--primary-dark:#0A0A0F;--primary-purple:#8A2BE2;--accent-blue:#00C2FF;--accent-yellow:#FFD700;--text-light:#F5F5F7;--text-gray:#8E8E93;--card-dark:#1C1C21;--border-color:#2C2C2E;--gradient-main:linear-gradient(135deg,var(--primary-pink) 0%,var(--primary-purple) 50%,var(--accent-blue) 100%);--gradient-horizontal:linear-gradient(90deg,var(--primary-pink) 0%,var(--primary-purple) 50%,var(--accent-blue) 100%);--shadow-glow:0 10px 30px rgba(255,45,149,0.2);--shadow-strong:0 15px 40px rgba(255,45,149,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(--primary-dark);color:var(--text-light);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-weight:800;line-height:1.2;letter-spacing:-0.5px}.container_3c79cb15{max-width:1200px;margin:0 auto;padding:0 20px}.main-header_3c79cb15{background-color:rgba(10,10,15,0.95);backdrop-filter:blur(10px);position:fixed;top:0;width:100%;z-index:1000;border-bottom:1px solid var(--border-color)}.nav-container_3c79cb15{display:flex;justify-content:space-between;align-items:center;padding:18px 0}.brand-logo_3c79cb15{display:flex;align-items:center;gap:12px;text-decoration:none}.logo-img_3c79cb15{width:40px;height:40px;border-radius:10px}.logo-text_3c79cb15{font-size:1.8rem;font-weight:800;background:var(--gradient-horizontal);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links_3c79cb15{display:flex;gap:30px;align-items:center}.nav-link_3c79cb15{color:var(--text-light);text-decoration:none;font-weight:500;transition:color 0.3s}.nav-link_3c79cb15:hover{color:var(--primary-pink)}.cta-button_3c79cb15{background:var(--gradient-horizontal);color:white;border:none;padding:12px 28px;border-radius:50px;font-weight:600;cursor:pointer;transition:transform 0.3s,box-shadow 0.3s;text-decoration:none;display:inline-block}.cta-button_3c79cb15:hover{transform:translateY(-2px);box-shadow:var(--shadow-strong)}.hero-section_3c79cb15{padding:160px 0 100px;position:relative;overflow:hidden}.hero-content_3c79cb15{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-text_3c79cb15 h1{font-size:3.5rem;margin-bottom:20px;background:var(--gradient-horizontal);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle_3c79cb15{font-size:1.2rem;color:var(--text-gray);margin-bottom:30px;line-height:1.8}.hero-image_3c79cb15{border-radius:20px;overflow:hidden;box-shadow:var(--shadow-glow);max-height:500px}.hero-image_3c79cb15 img{width:100%;height:auto;display:block}.features-section_3c79cb15{padding:100px 0}.section-title_3c79cb15{text-align:center;font-size:2.5rem;margin-bottom:60px;color:var(--text-light)}.features-grid_3c79cb15{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.feature-card_3c79cb15{background:var(--card-dark);border-radius:20px;padding:40px 30px;border:1px solid var(--border-color);transition:transform 0.3s,border-color 0.3s}.feature-card_3c79cb15:hover{transform:translateY(-10px);border-color:var(--primary-pink)}.feature-icon_3c79cb15{font-size:2.5rem;margin-bottom:20px;background:var(--gradient-horizontal);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.feature-title_3c79cb15{font-size:1.5rem;margin-bottom:15px;color:var(--text-light)}.comparison-section_3c79cb15{padding:100px 0;background:rgba(28,28,33,0.5)}.comparison-table_3c79cb15{width:100%;border-collapse:collapse;background:var(--card-dark);border-radius:15px;overflow:hidden;border:1px solid var(--border-color)}.comparison-table_3c79cb15 th,.comparison-table_3c79cb15 td{padding:20px;text-align:center;border-bottom:1px solid var(--border-color)}.comparison-table_3c79cb15 th{background:var(--gradient-horizontal);color:white;font-weight:600}.check-mark_3c79cb15{color:var(--accent-yellow);font-weight:bold}.x-mark_3c79cb15{color:var(--text-gray)}.testimonials-section_3c79cb15{padding:100px 0}.testimonials-grid_3c79cb15{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px}.testimonial-card_3c79cb15{background:var(--card-dark);border-radius:20px;padding:30px;border:1px solid var(--border-color)}.testimonial-header_3c79cb15{display:flex;align-items:center;gap:15px;margin-bottom:20px}.user-avatar_3c79cb15{width:60px;height:60px;border-radius:50%;object-fit:cover}.user-info_3c79cb15 h4{color:var(--text-light);margin-bottom:5px}.user-location_3c79cb15{color:var(--text-gray);font-size:0.9rem}.testimonial-text_3c79cb15{color:var(--text-gray);font-style:italic;line-height:1.7}.editor-review_3c79cb15{background:var(--gradient-main);padding:60px;border-radius:20px;margin-top:60px;text-align:center}.editor-quote_3c79cb15{font-size:1.5rem;margin-bottom:20px;color:white}.editor-name_3c79cb15{font-weight:600;color:white}.about-section_3c79cb15{padding:100px 0;background:rgba(28,28,33,0.5)}.about-content_3c79cb15{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.about-text_3c79cb15{font-size:1.1rem;line-height:1.8;color:var(--text-gray)}.faq-section_3c79cb15{padding:100px 0}.faq-container_3c79cb15{max-width:800px;margin:0 auto}.faq-item_3c79cb15{background:var(--card-dark);border-radius:15px;margin-bottom:15px;border:1px solid var(--border-color);overflow:hidden}.faq-question_3c79cb15{padding:20px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:600}.faq-answer_3c79cb15{padding:0 20px;max-height:0;overflow:hidden;transition:max-height 0.3s,padding 0.3s;color:var(--text-gray)}.faq-item_3c79cb15.active .faq-answer_3c79cb15{padding:0 20px 20px;max-height:500px}.cookie-notice_3c79cb15{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);background:var(--card-dark);border:1px solid var(--border-color);border-radius:15px;padding:20px;max-width:500px;z-index:1001;box-shadow:0 10px 30px rgba(0,0,0,0.3);display:none}.cookie-content_3c79cb15{display:flex;justify-content:space-between;align-items:center;gap:20px}.cookie-button_3c79cb15{background:var(--primary-pink);color:white;border:none;padding:10px 20px;border-radius:50px;cursor:pointer;font-weight:600}.main-footer_3c79cb15{background:#0A0A0F;padding:60px 0 30px;border-top:1px solid var(--border-color)}.footer-content_3c79cb15{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;margin-bottom:40px}.footer-links_3c79cb15{display:flex;flex-direction:column;gap:15px}.footer-links_3c79cb15 a{color:var(--text-gray);text-decoration:none;transition:color 0.3s}.footer-links_3c79cb15 a:hover{color:var(--primary-pink)}.footer-bottom_3c79cb15{text-align:center;padding-top:30px;border-top:1px solid var(--border-color);color:var(--text-gray);font-size:0.9rem}@media (max-width:768px){.hero-content_3c79cb15,.about-content_3c79cb15{grid-template-columns:1fr}.hero-text_3c79cb15 h1{font-size:2.5rem}.nav-links_3c79cb15{display:none}.mobile-menu-button_3c79cb15{display:block;background:none;border:none;color:var(--text-light);font-size:1.5rem;cursor:pointer}.features-grid_3c79cb15,.testimonials-grid_3c79cb15{grid-template-columns:1fr}.comparison-table_3c79cb15{font-size:0.9rem}.cookie-content_3c79cb15{flex-direction:column;text-align:center}}@media (min-width:769px){.mobile-menu-button_3c79cb15{display:none}}