.faq-list{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:14px}.faq-item{background:var(--card);border:1px solid var(--border);border-radius:14px;overflow:hidden}.faq-q{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;cursor:pointer;font-family:var(--font-display);font-weight:600;font-size:15px}.faq-q .plus{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:#ECFAF8;color:var(--accent);display:flex;align-items:center;justify-content:center;position:relative;transition:transform .25s ease,background .25s}.faq-q .plus::before,.faq-q .plus::after{content:"";position:absolute;background:currentColor;border-radius:2px}.faq-q .plus::before{width:10px;height:2px}.faq-q .plus::after{width:2px;height:10px}.faq-item.open .plus{background:var(--brand);color:#fff;transform:rotate(135deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-a p{padding:0 22px 20px;color:var(--text-2);font-size:14px}.faq-item.open .faq-a{max-height:260px}