.pea-faq{background:#f4f5f5;padding:100px 0}.pea-faq__header{margin-bottom:56px;text-align:center}.pea-faq__header h2{font-family:Spectral,serif;font-size:clamp(36px,4vw,54px);line-height:1.1;margin-bottom:16px}.pea-faq__subtitle{color:#333;font-size:17px;line-height:1.6;margin:0 auto;max-width:520px}.pea-faq__list{margin:0 auto;max-width:800px}.pea-faq__item{border-bottom:1px solid #e6e6e6}.pea-faq__item:first-child{border-top:1px solid #e6e6e6}.pea-faq__question{align-items:center;background:none;border:none;color:#1a1a1a;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:17px;font-weight:600;gap:24px;justify-content:space-between;padding:24px 0;text-align:left;transition:color .2s;width:100%}.pea-faq__question:hover{color:#ba0020}.pea-faq__icon{align-items:center;border:1.5px solid #e6e6e6;border-radius:50%;color:#1a1a1a;display:flex;flex-shrink:0;height:28px;justify-content:center;transition:border-color .3s,transform .3s,background .3s;width:28px}.pea-faq__item.is-open .pea-faq__icon{background:#ba0020;border-color:#ba0020;color:#fff;transform:rotate(45deg)}.pea-faq__item.is-open .pea-faq__icon svg path{stroke:#fff}.pea-faq__answer{max-height:0;opacity:0;overflow:hidden;transition:max-height .4s cubic-bezier(.16,1,.3,1),opacity .3s}.pea-faq__item.is-open .pea-faq__answer{max-height:500px;opacity:1}.pea-faq__answer-inner{color:#333;font-size:15px;line-height:1.65;max-width:680px;padding:0 0 28px}