.faq-page{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;padding:2rem;max-width:800px;margin:0 auto}.faq-title{font-size:2.5rem;font-weight:700;color:var(--primary-dark);margin-bottom:2rem;text-align:center}.faq-list{list-style:none;padding:0}.faq-item{border-bottom:1px solid #ddd;margin-bottom:1rem}.faq-question{background-color:transparent;border:none;width:100%;text-align:left;padding:1rem 0;font-size:1.1rem;font-weight:600;color:var(--primary-dark);cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-question:hover{color:var(--accent-color)}.faq-icon{font-size:1.4rem;transition:transform .3s ease}.faq-question.expanded .faq-icon{transform:rotate(-180deg)}.faq-answer{color:var(--text-muted);font-size:1rem;line-height:1.6;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-answer.expanded{max-height:500px;padding:1rem 0}