#faq{background:var(--white);padding:64px 0 48px}.faq{max-width:840px;margin:24px auto 0}.q{background:var(--card);border:1px solid var(--sand);border-radius:15px;margin-bottom:14px;transition:all .3s;overflow:hidden}.q.open{border-color:var(--wine);box-shadow:0 14px 30px -20px #9c102680}.q button{text-align:left;cursor:pointer;width:100%;color:var(--dark);background:0 0;border:0;justify-content:space-between;align-items:center;gap:18px;padding:22px 26px;font-family:Hanken Grotesk;font-size:1.05rem;font-weight:600;display:flex}.q .ic{background:var(--bone-2);width:28px;height:28px;color:var(--wine);border-radius:50%;flex:none;place-items:center;font-size:1.3rem;transition:all .3s;display:grid}.q.open .ic{background:var(--wine);color:#fff;transform:rotate(45deg)}.q .a{max-height:0;transition:max-height .4s var(--ease);overflow:hidden}.q.open .a{max-height:500px}.q .a p{color:var(--muted);padding:0 26px 24px;font-size:.96rem}
