.faq-list{display:grid;gap:12px;list-style:none;margin:0;padding:0}.faq-item{background:#f8faff;border:1px solid rgba(15,23,42,.06);border-radius:16px;box-shadow:0 6px 22px rgba(2,8,23,.06);overflow:hidden}.faq-q{align-items:center;background:#fff;border:0;border-radius:16px;color:#0b1426;cursor:pointer;display:grid;font-weight:700;gap:12px;grid-template-columns:1fr 24px;padding:14px 16px 14px 18px;text-align:left;width:100%}.faq-q:hover{background:#f7f9ff}.faq-q:focus-visible{outline:3px solid rgba(37,99,235,.35);outline-offset:2px}.faq-q .chev{fill:none;height:22px;justify-self:end;stroke:#2563eb;stroke-width:2.4;transition:transform .25s ease;width:22px}.faq-item.open .faq-q .chev{transform:rotate(180deg)}.faq-a{background:#fff;max-height:0;overflow:hidden;padding:0 18px;transition:max-height .3s ease}.faq-a p{color:#334155;line-height:1.55;margin:10px 0 16px}.faq-item.open .faq-a{padding-top:6px}