.help-page{min-height:100vh}.help-hero{background:linear-gradient(135deg,#ff7a00,#ff9933);color:white;padding:4rem 0 3rem;text-align:center}.help-hero h1{margin:0 0 1rem;font-size:3rem;font-weight:800}.help-hero p{font-size:1.25rem;opacity:.95;max-width:600px;margin:0 auto 2rem}.help-search{max-width:600px;margin:0 auto}.search-input{width:100%;padding:1rem 1.5rem;font-size:1.125rem;border:none;border-radius:50px;outline:none;box-shadow:0 4px 6px rgba(0,0,0,.1)}.help-content{padding:3rem 1rem;max-width:1000px}.help-quick-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem}.quick-link{display:flex;flex-direction:column;align-items:center;padding:2rem 1rem;background:white;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.1);text-decoration:none;color:#111827;transition:transform .2s,box-shadow .2s}.quick-link:hover{transform:translateY(-4px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.link-icon{font-size:3rem;margin-bottom:1rem}.link-text{font-weight:600;font-size:1rem}.help-section{margin-bottom:4rem}.help-section h2{font-size:2rem;margin:0 0 2rem;color:#111827;padding-bottom:.5rem;border-bottom:3px solid #ff7a00}.faq-filters{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.filter-btn{padding:.5rem 1.5rem;border:2px solid #e5e7eb;background:white;border-radius:50px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.filter-btn:hover{border-color:#ff7a00;color:#ff7a00}.filter-btn.active{background:#ff7a00;border-color:#ff7a00;color:white}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:white;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1);overflow:hidden}.faq-question{width:100%;padding:1.25rem 1.5rem;background:white;border:none;text-align:left;font-size:1rem;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .2s}.faq-question:hover{background:#f9fafb}.faq-icon{font-size:1.5rem;color:#ff7a00;font-weight:300;line-height:1}.faq-answer{padding:0 1.5rem 1.5rem;color:#6b7280;line-height:1.8;animation:fadeIn .3s}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.no-results{text-align:center;color:#6b7280;padding:3rem;font-size:1.125rem}.guide-section{margin-bottom:3rem}.guide-section h3{font-size:1.5rem;margin:0 0 1.5rem;color:#111827}.guide-steps{display:flex;flex-direction:column;gap:2rem}.guide-step{display:flex;gap:1.5rem;align-items:flex-start}.step-number{width:48px;height:48px;background:linear-gradient(135deg,#ff7a00,#ff9933);color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;flex-shrink:0}.step-content{flex:1}.step-content h4{margin:0 0 .5rem;font-size:1.125rem;color:#111827}.step-content p{margin:0;color:#6b7280;line-height:1.8}.support-section{background:#f9fafb;padding:3rem;border-radius:12px;text-align:center}.support-section h2{border:none;padding:0}.support-section>p{font-size:1.125rem;color:#6b7280;margin-bottom:2rem}.support-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:600px;margin:0 auto}.support-option{background:white;padding:2rem;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.support-option h3{margin:0 0 .5rem;font-size:1.5rem}.support-option p{margin:0 0 1.5rem;color:#6b7280}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;text-decoration:none;transition:all .2s;border:none;cursor:pointer}.btn-primary{background:#ff7a00;color:white}.btn-primary:hover{background:#e66d00}.btn-outline{background:white;color:#ff7a00;border:2px solid #ff7a00}.btn-outline:hover{background:#ff7a00;color:white}@media (max-width:768px){.help-hero h1{font-size:2rem}.help-hero p{font-size:1rem}.help-content{padding:2rem 1rem}.help-quick-links{grid-template-columns:repeat(2,1fr)}.help-section h2{font-size:1.5rem}.guide-step{flex-direction:column}.faq-filters{gap:.5rem}.filter-btn{font-size:.75rem;padding:.5rem 1rem}}