/* Future Steps Poland — Wsparcie / Przelew tradycyjny / QR — 3.18.6 */
.support-bank-qr{
  margin-top:22px;
  padding:30px 28px;
  border:1px solid #d8e6ea;
  border-radius:24px;
  background:linear-gradient(180deg,#fbfefe 0%,#f5fafb 100%);
  box-shadow:0 12px 34px rgba(13,63,110,.07);
  text-align:center;
}
.support-bank-qr__copy{max-width:760px;margin:0 auto 22px}
.support-bank-qr__copy .kicker{margin-bottom:8px}
.support-bank-qr__copy h3{
  margin:0 0 12px;
  color:var(--navy,#0d3f6e);
  font-size:clamp(1.45rem,3vw,2rem);
  line-height:1.18;
  letter-spacing:-.025em;
}
.support-bank-qr__copy p:not(.kicker){
  margin:0;
  color:var(--muted,#5f7486);
  font-size:1rem;
  line-height:1.75;
}
.support-bank-qr__image-wrap{
  display:flex;
  justify-content:center;
  align-items:center;
  margin:0 auto 18px;
}
.support-bank-qr__image-wrap img{
  display:block;
  width:min(100%,300px);
  height:auto;
  padding:12px;
  border:1px solid #d7e4e8;
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 28px rgba(13,63,110,.10);
}
.support-bank-qr__note{
  max-width:720px;
  margin:0 auto;
  color:#647b8e;
  font-size:.94rem;
  line-height:1.65;
}
.support-bank-qr__note strong{color:var(--navy,#0d3f6e)}
@media(max-width:767px){
  .support-bank-qr{padding:24px 18px;border-radius:20px}
  .support-bank-qr__image-wrap img{width:min(100%,250px);padding:10px;border-radius:16px}
}
