.faq-section{padding:100px 0}
.faq-list{max-width:900px}
.faq-item{margin-bottom:18px;border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:var(--shadow)}
.faq-question{width:100%;padding:22px 24px;background:#fff;color:var(--green);display:flex;justify-content:space-between;align-items:center;text-align:left;font-weight:600;cursor:pointer}
.faq-question span{font-size:24px}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-answer p,.faq-answer ul{padding:0 24px 24px}
.faq-answer ul{margin-left:20px;color:var(--muted);line-height:1.9}
.faq-item.active .faq-answer{max-height:500px}
