.faq-section{max-width:800px;margin:50px auto}.faq-title{text-align:center;font-size:1.8rem;margin-bottom:20px}.faq-list{display:flex;flex-direction:column;gap:16px}.faq-item{background:var(--color-white);padding:16px 0;border-radius:8px;cursor:pointer;transition:all .3s ease-in-out}.faq-question{display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:500}.faq-icon{font-size:1.2rem}.faq-answer{overflow:hidden;transition:max-height .3s ease-in-out;font-size:.95rem;color:var(--color-text-light);margin-top:10px}