.faq-category{margin:2rem auto;max-width:800px;padding:0 1rem}.faq-category-title{font-size:1.5rem;margin-bottom:1rem;font-weight:600;color:#fafafa}#faq-search{width:100%;max-width:800px;margin:2rem auto 1rem;display:block;padding:.75rem 1rem;border-radius:8px;border:none;background:#111;color:#fff;font-size:1rem}.faq-item{margin-bottom:.75rem;border-radius:8px;overflow:hidden;background:#1a1a1a;border:1px solid #333}.faq-question{width:100%;background:none;border:none;padding:1rem;color:#fafafa;font-size:1rem;text-align:left;cursor:pointer;font-weight:500;position:relative}.faq-question::after{content:"+";position:absolute;right:1rem;top:1rem;font-size:1.25rem;transition:transform 0.2s}.faq-item.open .faq-question::after{transform:rotate(45deg)}.faq-answer{display:none;padding:0 1rem 1rem;color:#ccc;line-height:1.6}.faq-item.open .faq-answer{display:block}