.help-center-page{min-height:100vh;padding:2rem 0;margin-bottom:5rem}.help-center-container{max-width:90%;margin:0 auto;padding:0 1rem;background-color:white;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);overflow:hidden}.help-center-title{font-size:2.5rem;font-weight:700;color:#2c3e50;text-align:center;margin:0;padding:2rem 2rem .5rem;border-bottom:2px solid #e9ecef}.help-center-date{text-align:center;color:#6c757d;font-size:.9rem;margin:0;padding:.5rem 2rem 2rem;border-bottom:1px solid #e9ecef}.help-center-content{padding:2rem;text-align:left}.help-center-section{margin-bottom:2.5rem;text-align:left}.help-center-section:last-child{margin-bottom:0}.help-center-section h2{font-size:1.5rem;font-weight:600;color:#2c3e50;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e9ecef}.help-center-section p{font-size:1rem;line-height:1.6;color:#495057;margin-bottom:1rem}.faq-item{margin-bottom:1rem;border:1px solid #e9ecef;border-radius:6px;overflow:hidden}.faq-question{width:100%;padding:1rem 1.5rem;background-color:#f8f9fa;border:none;text-align:left;font-size:1rem;font-weight:500;color:#2c3e50;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .2s ease}.faq-question:focus,.faq-question:hover{background-color:#e9ecef}.faq-question:focus{outline:none}.faq-arrow{transition:transform .2s ease;color:#6c757d}.faq-arrow.expanded{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;background-color:white}.faq-answer.expanded{max-height:500px;padding:1rem 1.5rem}.faq-answer p{margin:0;color:#495057;line-height:1.6}@media (max-width:768px){.help-center-page{padding:1rem 0}.help-center-container{margin:0 1rem;border-radius:6px}.help-center-title{font-size:2rem;padding:1.5rem 1.5rem .5rem}.help-center-date{padding:.5rem 1.5rem 1.5rem}.help-center-content{padding:1.5rem}.help-center-section h2{font-size:1.3rem}.faq-question{font-size:.95rem}.faq-answer.expanded,.faq-question{padding:.875rem 1.25rem}}@media (max-width:480px){.help-center-container{margin:0 .5rem}.help-center-title{font-size:1.75rem;padding:1rem 1rem .5rem}.help-center-date{padding:.5rem 1rem 1rem}.help-center-content{padding:1rem}.help-center-section{margin-bottom:2rem}.faq-question{font-size:.9rem}.faq-answer.expanded,.faq-question{padding:.75rem 1rem}}