.faq-page{padding:140px 0 100px}.faq-page .content-hero{padding-top:0}.faq-list{max-width:780px;margin:0 auto;display:flex;flex-direction:column;gap:14px}.faq-item{background:var(--glass-bg);border:1px solid var(--border-light);border-radius:14px;overflow:hidden}.faq-question{width:100%;text-align:left;background:transparent;border:none;padding:20px 24px;font-weight:600;color:var(--text-primary);font-size:1.05rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-family:inherit}.faq-question .faq-icon{transition:transform .3s ease;flex-shrink:0;margin-left:16px}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease;padding:0 24px}.faq-item.open .faq-answer{max-height:400px;padding:0 24px 22px}.faq-answer p{color:var(--text-secondary);margin:0;line-height:1.7}