.faq-page-container{max-width:900px;margin:40px auto 100px;padding:0 20px}.faq-title-section{text-align:center;margin-bottom:60px}.faq-title-section h1{font-size:48px;text-transform:uppercase;margin-bottom:15px}.faq-category{margin-bottom:40px}.faq-category h2{font-size:24px;color:var(--gold);margin-bottom:25px;padding-bottom:10px;border-bottom:1px solid rgba(212,175,55,.2)}.faq-item{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:12px;margin-bottom:15px;overflow:hidden;transition:all .3s ease}.faq-question{padding:20px 25px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:600;color:#fff}.faq-question:hover{background:#d4af370d}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out;background:#0003}.faq-item.active .faq-answer{max-height:500px}.faq-answer-inner{padding:0 25px 25px;color:#aaa;line-height:1.6;font-size:15px}
