.faq-section{background:var(--white);padding:3.5rem 0}.faq-section__heading{color:var(--dark);font-family:var(--font-heading);font-size:1.875rem;font-weight:200;margin-bottom:2rem;text-align:center}.faq-section__list{margin:0 auto;max-width:48rem}.faq-section__item{border-top:1px solid var(--border)}.faq-section__question{align-items:center;background:none;border:none;color:var(--dark);cursor:pointer;display:flex;font-family:var(--font-body);font-size:1rem;font-weight:600;gap:1rem;justify-content:space-between;padding:1.25rem 0;text-align:left;width:100%}.faq-section__chevron{color:var(--muted);flex-shrink:0;transition:transform .2s}.faq-section__answer{max-height:0;overflow:hidden;transition:max-height .2s ease}.faq-section__answer-inner{color:var(--muted);font-size:.875rem;line-height:1.7;padding-bottom:1.25rem}.faq-section__answer-inner p{margin-bottom:.75rem}.faq-section__answer-inner p:last-child{margin-bottom:0}