.faq-item{border-top:1px solid var(--c5)}.faq-item:last-child{border-bottom:1px solid var(--c5)}.faq-btn{width:100%;background:0 0;border:none;padding:22px 0;display:flex;justify-content:space-between;align-items:center;cursor:pointer;text-align:left;gap:16px}.faq-btn span{font-size:17px;font-weight:700;color:var(--dark);line-height:1.4}.faq-icon{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:var(--dark);display:flex;align-items:center;justify-content:center;transition:background .2s}.faq-item.open .faq-icon{background:var(--orange)}.faq-answer{overflow:hidden;max-height:0;transition:max-height .35s var(--ease)}.faq-answer p{padding:0 0 22px;margin:0;color:var(--c2);font-size:15.5px;line-height:1.7}