:root{--primary-crimson:#E63946;--primary-deep:#9D174D;--secondary-amber:#F59E0B;--secondary-teal:#0D9488;--dark-charcoal:#1F2937;--dark-midnight:#111827;--light-ivory:#FDF2F8;--light-pearl:#FAFAFA;--gray-slate:#6B7280;--gray-smoke:#374151;--gradient-passion:linear-gradient(135deg,var(--primary-crimson) 0%,var(--primary-deep) 50%,var(--secondary-amber) 100%);--gradient-subtle:linear-gradient(90deg,var(--primary-deep) 0%,var(--secondary-teal) 100%);--gradient-dark:linear-gradient(135deg,var(--dark-midnight) 0%,var(--dark-charcoal) 100%);--shadow-soft:0 10px 25px rgba(230,57,70,0.1);--shadow-medium:0 15px 35px rgba(157,23,77,0.15);--shadow-strong:0 20px 50px rgba(157,23,77,0.25);--shadow-light:0 5px 15px rgba(0,0,0,0.08);--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-xl:30px}*{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(--light-pearl);color:var(--dark-midnight);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-weight:700;line-height:1.2;color:var(--dark-midnight)}.container_e971b683{max-width:1200px;margin:0 auto;padding:0 20px}.site-header_e971b683{background-color:var(--light-pearl);position:fixed;top:0;width:100%;z-index:1000;border-bottom:1px solid rgba(157,23,77,0.1);box-shadow:var(--shadow-light)}.nav-container_e971b683{display:flex;justify-content:space-between;align-items:center;padding:18px 0}.brand-logo_e971b683{display:flex;align-items:center;gap:12px;text-decoration:none}.logo-img_e971b683{width:40px;height:40px;object-fit:contain}.logo-text_e971b683{font-size:1.8rem;font-weight:800;background:var(--gradient-passion);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-menu_e971b683{display:flex;gap:32px;align-items:center}.nav-link_e971b683{text-decoration:none;color:var(--gray-smoke);font-weight:500;transition:color 0.3s ease;position:relative}.nav-link_e971b683:hover{color:var(--primary-deep)}.nav-link_e971b683::after{content:'';position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--gradient-subtle);transition:width 0.3s ease}.nav-link_e971b683:hover::after{width:100%}.cta-button_e971b683{background:var(--gradient-passion);color:white;border:none;padding:12px 28px;border-radius:var(--radius-xl);font-weight:600;cursor:pointer;transition:transform 0.3s ease,box-shadow 0.3s ease;text-decoration:none;display:inline-block}.cta-button_e971b683:hover{transform:translateY(-3px);box-shadow:var(--shadow-medium)}.hero-section_e971b683{padding:160px 0 100px;background:var(--gradient-dark);color:white;position:relative;overflow:hidden}.hero-content_e971b683{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-text_e971b683 h1{font-size:3.5rem;margin-bottom:24px;color:white;background:linear-gradient(90deg,#fff 0%,#FDF2F8 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-text_e971b683 p{font-size:1.2rem;margin-bottom:32px;color:var(--light-ivory);opacity:0.9}.hero-image_e971b683{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-strong)}.hero-image_e971b683 img{width:100%;height:auto;display:block;transition:transform 0.5s ease}.hero-image_e971b683:hover img{transform:scale(1.03)}.features-section_e971b683{padding:100px 0;background-color:white}.section-title_e971b683{text-align:center;margin-bottom:60px;font-size:2.5rem}.section-title_e971b683 span{background:var(--gradient-passion);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.features-grid_e971b683{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}.feature-card_e971b683{background:white;padding:40px 30px;border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);transition:transform 0.3s ease,box-shadow 0.3s ease;text-align:center}.feature-card_e971b683:hover{transform:translateY(-10px);box-shadow:var(--shadow-medium)}.feature-icon_e971b683{width:70px;height:70px;background:var(--gradient-subtle);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;color:white;font-size:1.8rem}.feature-card_e971b683 h3{margin-bottom:16px;font-size:1.5rem}.comparison-section_e971b683{padding:100px 0;background-color:var(--light-ivory)}.comparison-table_e971b683{background:white;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-soft);margin-top:40px}.table-header_e971b683{display:grid;grid-template-columns:2fr 1fr 1fr;background:var(--gradient-passion);color:white;padding:24px 32px;font-weight:600}.table-row_e971b683{display:grid;grid-template-columns:2fr 1fr 1fr;padding:20px 32px;border-bottom:1px solid rgba(0,0,0,0.1);align-items:center}.table-row_e971b683:nth-child(even){background-color:rgba(245,158,11,0.05)}.check-mark_e971b683{color:var(--secondary-teal);font-weight:bold}.x-mark_e971b683{color:var(--primary-crimson);font-weight:bold}.testimonials-section_e971b683{padding:100px 0;background-color:white}.testimonials-grid_e971b683{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px;margin-top:40px}.testimonial-card_e971b683{background:var(--light-ivory);padding:32px;border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);position:relative}.testimonial-header_e971b683{display:flex;align-items:center;gap:20px;margin-bottom:20px}.user-avatar_e971b683{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid var(--primary-deep)}.user-info_e971b683 h4{margin-bottom:5px}.user-role_e971b683{color:var(--gray-slate);font-size:0.9rem}.testimonial-text_e971b683{font-style:italic;color:var(--gray-smoke);line-height:1.7}.editor-review_e971b683{background:var(--gradient-dark);color:white;padding:40px;border-radius:var(--radius-lg);margin-top:60px;text-align:center}.editor-review_e971b683 h3{color:white;margin-bottom:20px}.about-section_e971b683{padding:100px 0;background-color:var(--light-ivory)}.about-content_e971b683{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.about-text_e971b683 h2{margin-bottom:24px}.faq-section_e971b683{padding:100px 0;background-color:white}.faq-container_e971b683{max-width:800px;margin:0 auto}.faq-item_e971b683{margin-bottom:20px;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-light)}.faq-question_e971b683{background:var(--light-ivory);padding:24px 32px;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color 0.3s ease}.faq-question_e971b683:hover{background-color:rgba(157,23,77,0.05)}.faq-answer_e971b683{padding:0 32px;max-height:0;overflow:hidden;transition:max-height 0.3s ease,padding 0.3s ease;background:white}.faq-item_e971b683.active .faq-answer_e971b683{padding:24px 32px;max-height:500px}.cookie-notice_e971b683{position:fixed;bottom:20px;left:20px;right:20px;background:var(--dark-midnight);color:white;padding:20px 30px;border-radius:var(--radius-lg);box-shadow:var(--shadow-strong);z-index:1001;display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.cookie-buttons_e971b683{display:flex;gap:15px}.cookie-btn_e971b683{padding:10px 24px;border-radius:var(--radius-xl);border:none;font-weight:600;cursor:pointer;transition:all 0.3s ease}.cookie-accept_e971b683{background:var(--gradient-passion);color:white}.cookie-decline_e971b683{background:transparent;color:white;border:2px solid rgba(255,255,255,0.3)}.site-footer_e971b683{background:var(--dark-midnight);color:white;padding:80px 0 40px}.footer-content_e971b683{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;margin-bottom:60px}.footer-logo_e971b683{font-size:1.8rem;font-weight:800;margin-bottom:20px;background:var(--gradient-passion);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.footer-description_e971b683{color:var(--gray-slate);margin-bottom:30px}.footer-links_e971b683 h4{color:white;margin-bottom:24px;font-size:1.2rem}.footer-link-list_e971b683{list-style:none}.footer-link-list_e971b683 li{margin-bottom:12px}.footer-link-list_e971b683 a{color:var(--gray-slate);text-decoration:none;transition:color 0.3s ease}.footer-link-list_e971b683 a:hover{color:var(--secondary-amber)}.footer-bottom_e971b683{text-align:center;padding-top:40px;border-top:1px solid var(--gray-smoke);color:var(--gray-slate);font-size:0.9rem}@media (max-width:992px){.hero-content_e971b683,.about-content_e971b683{grid-template-columns:1fr;text-align:center}.footer-content_e971b683{grid-template-columns:repeat(2,1fr);gap:40px}.nav-menu_e971b683{display:none}.mobile-menu-btn_e971b683{display:block;background:none;border:none;color:var(--dark-midnight);font-size:1.5rem;cursor:pointer}}@media (max-width:768px){.hero-text_e971b683 h1{font-size:2.5rem}.section-title_e971b683{font-size:2rem}.table-header_e971b683,.table-row_e971b683{grid-template-columns:1fr;padding:15px}.cookie-notice_e971b683{flex-direction:column;text-align:center;gap:20px}.footer-content_e971b683{grid-template-columns:1fr}}@media (max-width:480px){.container_e971b683{padding:0 15px}.hero-section_e971b683{padding:140px 0 60px}.features-section_e971b683,.comparison-section_e971b683,.testimonials-section_e971b683,.about-section_e971b683,.faq-section_e971b683{padding:60px 0}.cta-button_e971b683{padding:10px 20px}}