.help-hero-banner { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); padding: 100px 0; text-align: center; color: #fff; }
.help-page-title { font-size: 48px; margin-bottom: 15px; }
.help-search-box { max-width: 600px; margin: 40px auto 0; display: flex; gap: 10px; }
.help-search-input { flex: 1; padding: 15px 25px; border: none; border-radius: 50px; font-size: 16px; }
.help-search-btn { padding: 15px 40px; background: #fff; color: #667eea; border: none; border-radius: 50px; font-size: 16px; font-weight: bold; cursor: pointer; transition: all 0.3s ease; }
.help-search-btn:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(255,255,255,0.3); }
.help-categories-section { padding: 80px 0; background: #fff; }
.help-categories-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.help-category-card { background: #f8f9fa; padding: 30px; border-radius: 15px; transition: all 0.3s ease; }
.help-category-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.help-category-icon img { width: 60px; height: 60px; margin-bottom: 15px; }
.help-category-card h4 { font-size: 20px; margin-bottom: 10px; color: #2c3e50; }
.help-category-card p { color: #999; font-size: 14px; margin-bottom: 20px; }
.help-category-list { list-style: none; padding: 0; }
.help-category-list li { margin: 8px 0; }
.help-category-list a { color: #667eea; font-size: 14px; transition: all 0.3s ease; }
.help-category-list a:hover { color: #764ba2; text-decoration: underline; }
.help-faq-section { padding: 80px 0; background: #f8f9fa; }
.help-faq-accordion { max-width: 900px; margin: 0 auto; }
.help-faq-item { background: #fff; padding: 25px 30px; margin-bottom: 15px; border-radius: 10px; cursor: pointer; transition: all 0.3s ease; }
.help-faq-item:hover { box-shadow: 0 5px 20px rgba(0,0,0,0.08); }
.help-faq-question { display: flex; justify-content: space-between; align-items: center; }
.help-faq-question h4 { font-size: 18px; color: #2c3e50; margin: 0; }
.help-faq-toggle { font-size: 28px; color: #667eea; font-weight: bold; transition: transform 0.3s ease; }
.help-faq-item.active .help-faq-toggle { transform: rotate(45deg); }
.help-faq-answer { max-height: 1000px; overflow: visible; transition: max-height 0.3s ease; padding-top: 15px; }
.help-faq-item.active .help-faq-answer { max-height: 1000px; padding-top: 15px; }
.help-faq-answer p { color: #666; line-height: 1.8; }
.help-contact-section { padding: 80px 0; background: #fff; }
.help-contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.help-contact-card { background: #f8f9fa; padding: 40px; border-radius: 15px; text-align: center; transition: all 0.3s ease; }
.help-contact-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.help-contact-icon { font-size: 48px; margin-bottom: 20px; }
.help-contact-card h4 { font-size: 22px; margin-bottom: 15px; color: #2c3e50; }
.help-contact-card p { color: #666; margin-bottom: 10px; }
.help-contact-btn { margin-top: 20px; padding: 12px 35px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: #fff; border: none; border-radius: 25px; cursor: pointer; transition: all 0.3s ease; }
.help-contact-btn:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4); }
.help-troubleshoot-section { padding: 80px 0; background: #f8f9fa; }
.help-troubleshoot-content { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; }
.help-troubleshoot-category { background: #fff; padding: 30px; border-radius: 15px; }
.help-troubleshoot-category h4 { font-size: 22px; margin-bottom: 20px; color: #2c3e50; }
.help-troubleshoot-category ol { padding-left: 20px; color: #666; line-height: 1.9; }
.help-feedback-section { padding: 80px 0; background: #fff; }
.help-feedback-form { max-width: 700px; margin: 0 auto; }
.help-feedback-intro { text-align: center; font-size: 16px; color: #666; margin-bottom: 40px; }
.help-form-group { margin-bottom: 25px; }
.help-form-group label { display: block; font-weight: bold; color: #2c3e50; margin-bottom: 10px; }
.help-form-input, .help-form-textarea { width: 100%; padding: 12px 20px; border: 1px solid #ddd; border-radius: 8px; font-size: 15px; transition: border-color 0.3s ease; }
.help-form-input:focus, .help-form-textarea:focus { outline: none; border-color: #667eea; }
.help-form-submit { width: 100%; padding: 15px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: #fff; border: none; border-radius: 8px; font-size: 16px; font-weight: bold; cursor: pointer; transition: all 0.3s ease; }
.help-form-submit:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4); }
.help-resources-section { padding: 80px 0; background: #f8f9fa; }
.help-resources-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.help-resource-card { background: #fff; padding: 30px; border-radius: 15px; text-align: center; transition: all 0.3s ease; }
.help-resource-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.help-resource-card img { width: 80px; height: 80px; margin-bottom: 15px; border-radius: 10px; }
.help-resource-card h4 { font-size: 18px; margin-bottom: 10px; color: #2c3e50; }
.help-resource-card p { color: #999; font-size: 14px; }
