.faq{flex-direction:column;justify-content:center;padding-top:clamp(3rem,5vw,5rem);padding-bottom:clamp(3rem,5vw,5rem);display:flex}.faq__headline{margin-bottom:clamp(2rem,4vw,4rem)}.faq__item{border-bottom:1px solid var(--border-color)}.faq__question{cursor:pointer;text-align:left;width:100%;font-family:var(--font-inter),sans-serif;font-size:clamp(1rem,1.5vw + .5rem,1.25rem);font-weight:var(--fw-bold);color:var(--fg);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:clamp(1rem,2vw,1.5rem) 0;transition:color .2s;display:flex}.faq__question:hover{color:var(--accent)}.faq__chevron{border-left:6px solid #0000;border-right:6px solid #0000;border-top:8px solid var(--fg-muted);flex-shrink:0;width:0;height:0;transition:transform .3s}.faq__item--open .faq__chevron{transform:rotate(180deg)}.faq__answer{max-height:0;transition:max-height .4s;overflow:hidden}.faq__item--open .faq__answer{max-height:20rem}.faq__answer-inner{color:var(--fg-muted);padding-bottom:clamp(1rem,2vw,1.5rem);font-size:clamp(.875rem,1.25vw + .25rem,1rem);line-height:1.75}
