/* ===== WSPIERAM PFR — Page Styles v2 ===== */
html, body { overflow-x: clip; }

/* ── Page wrapper & sidebar+main grid ─────────────────────────────── */
.wspieram-page {
  max-width: 1160px;
  margin: 32px auto 40px;
  padding: 0 12px;
}

.wspieram-grid {
  display: grid;
  grid-template-columns: 172px 1fr;
  align-items: start;
}

/* ── Left Sidebar ──────────────────────────────────────────────────── */
.wspieram-sidebar {
  padding: 24px 10px 24px 0;
  position: sticky;
  top: 72px;
}

.wspieram-sidebar-title {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a2e;
  text-align: center;
  line-height: 1.45;
  margin: 0 0 22px 0;
  padding-bottom: 16px;
  position: relative;
}
.wspieram-sidebar-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: #C0392B;
  border-radius: 2px;
}

.wspieram-impact-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.wspieram-impact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 7px;
}

.wspieram-impact-icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C0392B;
}

.wspieram-impact-label {
  font-size: 11px;
  line-height: 1.45;
  color: #333;
  font-weight: 500;
}

/* ── Main right area ───────────────────────────────────────────────── */
.wspieram-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* ── Dark hero banner ──────────────────────────────────────────────── */
.wspieram-dark-banner {
  background: #0b1537;
  color: #fff;
  padding: 22px 28px;
  text-align: center;
}

.wspieram-dark-banner p { margin: 0; }

.wspieram-banner-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 10px !important;
}

.wspieram-banner-sub {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  opacity: 0.85;
}

/* ── Video + Payment ───────────────────────────────────────────────── */
.wspieram-duo {
  background: #f5f6f8;
  display: flex;
  align-items: stretch;
  border-top: 1px solid #e0e3ea;
}

/* -- Video column */
.wspieram-video-col {
  padding: 16px 12px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  min-width: 0;
}

.wspieram-shorts-label {
  font-size: 12px;
  color: #555;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
}

.wspieram-shorts-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex: 1;
}

.wspieram-shorts-frame {
  width: 270px;
  aspect-ratio: 9/16;
  background: #dde0e8;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  flex-shrink: 0;
}

.wspieram-shorts-frame iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.wspieram-shorts-placeholder-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  padding: 0 20px;
}

.wspieram-shorts-placeholder-inner strong {
  font-size: 13px;
  color: #444;
}

.wspieram-shorts-placeholder-inner p {
  font-size: 11px;
  color: #777;
  line-height: 1.5;
  margin: 0;
}

/* Engagement side panel (like YouTube Shorts) */
.wspieram-engagement {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0 0 12px 10px;
  gap: 16px;
}

.wspieram-eng-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  cursor: pointer;
  color: #444;
}

.wspieram-eng-count {
  font-size: 11px;
  font-weight: 600;
  color: #555;
}

.wspieram-eng-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #C0392B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  border: 2px solid #fff;
  flex-shrink: 0;
}

.wspieram-eng-handle {
  font-size: 10px;
  color: #666;
  text-align: center;
  line-height: 1.3;
}

.wspieram-eng-sub {
  background: transparent;
  border: 1.5px solid #bbb;
  color: #444;
  border-radius: 16px;
  padding: 3px 9px;
  font-size: 10px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

/* -- Payment column */
.wspieram-pay-col {
  flex: 0 0 483px;
  width: 483px;
  min-width: 0;
  border-left: 1px solid #e0e3ea;
  padding: 18px 20px 18px 16px;
  display: flex;
  flex-direction: column;
}

/* Step 1 */
#step-1 { display: flex; flex-direction: column; gap: 10px; flex: 1; }
#step-2 { display: none; flex-direction: column; gap: 14px; align-items: center; flex: 1; }
#step-2.step-visible { display: flex; }

.wspieram-pay-title {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
}

/* Payment type tabs */
.wspieram-type-tabs {
  display: flex;
  gap: 6px;
}

.wspieram-type-tab {
  flex: 1;
  background: rgba(255,255,255,0.08);
  border: 1.5px solid rgba(255,255,255,0.12);
  border-radius: 7px;
  padding: 7px 8px;
  font-size: 11.5px;
  font-weight: 600;
  color: rgba(255,255,255,.55);
  cursor: pointer;
  transition: all .18s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.wspieram-type-tab.active {
  background: rgba(255,255,255,0.16);
  border-color: rgba(255,255,255,0.28);
  color: #fff;
}

.wspieram-cyclic-badge {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 7px;
  padding: 7px 10px;
  font-size: 11px;
  color: rgba(255,255,255,.55);
  display: none;
  align-items: center;
  gap: 6px;
  line-height: 1.4;
}

.wspieram-cyclic-badge.visible { display: flex; }

/* Amount grid */
.wspieram-amount-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.wspieram-amt-btn {
  background: #fff;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 10px 4px;
  font-size: 14px;
  font-weight: 700;
  color: #1a1a2e;
  cursor: pointer;
  text-align: center;
  transition: border-color .15s;
  line-height: 1;
}

.wspieram-amt-btn:hover { border-color: #C0392B; }
.wspieram-amt-btn.active { border-color: #C0392B; color: #C0392B; }
.wspieram-amt-btn.span-2 { grid-column: span 2; }

/* Custom amount */
.wspieram-custom-wrap {
  position: relative;
  display: none;
}

.wspieram-custom-wrap.visible { display: block; }

.wspieram-custom-input {
  width: 100%;
  background: #fff;
  border: 2px solid #C0392B;
  border-radius: 8px;
  padding: 10px 38px 10px 14px;
  font-size: 15px;
  font-weight: 700;
  color: #1a1a2e;
  box-sizing: border-box;
  outline: none;
}

.wspieram-custom-currency {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  color: #888;
  font-size: 14px;
  pointer-events: none;
}

/* Donor type select */
.wspieram-donor-select {
  width: 100%;
  background: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 36px 10px 13px;
  font-size: 13px;
  font-weight: 600;
  color: #1a1a2e;
  appearance: none;
  background-image: url('data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%228%22 viewBox=%220 0 12 8%22 fill=%22none%22><path d=%22M1 1l5 5 5-5%22 stroke=%22%23555%22 stroke-width=%221.8%22 stroke-linecap=%22round%22/></svg>');
  background-repeat: no-repeat;
  background-position: right 13px center;
  cursor: pointer;
  outline: none;
  box-sizing: border-box;
}

/* Method tiles */
.wspieram-method-tiles {
  display: flex;
  gap: 6px;
}

.wspieram-method-tile {
  flex: 1;
  background: rgba(255,255,255,.08);
  border: 1.5px solid rgba(255,255,255,.12);
  border-radius: 7px;
  padding: 8px 6px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,.55);
  transition: all .15s;
}

.wspieram-method-tile input { display: none; }

.wspieram-method-tile.active {
  background: rgba(255,255,255,0.16);
  border-color: rgba(255,255,255,0.3);
  color: #fff;
}

/* BLIK section */
.wspieram-blik-section {
  display: none;
  flex-direction: column;
  gap: 5px;
}

.wspieram-blik-section.blik-visible { display: flex; }

.wspieram-blik-input-wrap {
  position: relative;
}

.wspieram-blik-input {
  width: 100%;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 11px 14px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 6px;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  color: #1a1a2e;
}

.wspieram-blik-input:focus { border-color: #C0392B; }

.wspieram-blik-hint {
  font-size: 11px;
  color: rgba(255,255,255,.4);
  text-align: center;
}

/* DALEJ button */
.wspieram-dalej-btn {
  width: 100%;
  background: #C0392B;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 13px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background .15s;
}

.wspieram-dalej-btn:hover { background: #a93226; }

/* Lock note */
.wspieram-lock-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 11px;
  color: rgba(255,255,255,.38);
  text-align: center;
}

/* Consent (visually hidden but required for JS) */
.wspieram-consent-hidden {
  font-size: 10px;
  color: rgba(255,255,255,.3);
  display: flex;
  align-items: flex-start;
  gap: 6px;
  line-height: 1.4;
}

.wspieram-consent-hidden a { color: rgba(255,255,255,.45); }
.wspieram-consent-hidden input { margin-top: 2px; flex-shrink: 0; }

/* Thank you screen */
.wspieram-ty {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  padding: 8px 0;
}

.wspieram-ty-icon {
  width: 56px;
  height: 56px;
  background: #C0392B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wspieram-ty h2 { color: #fff; font-size: 17px; margin: 0; }
.wspieram-ty p { color: rgba(255,255,255,.55); font-size: 12px; margin: 0; line-height: 1.55; }

.wspieram-ty-chip {
  background: rgba(255,255,255,.12);
  color: #fff;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
}

.wspieram-ty-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.wspieram-ty-back {
  background: transparent;
  border: 1px solid rgba(255,255,255,.25);
  color: rgba(255,255,255,.6);
  border-radius: 8px;
  padding: 9px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

/* ── Partners row: Patronite + BuyCoffee ───────────────────────────── */
.wspieram-partners {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  background: transparent;
  padding: 16px 0;
}

.wspieram-patronite-box {
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: #fff;
  border: 1px solid #e5e5e8;
  border-bottom: 3px solid transparent;
  border-radius: 12px;
  text-decoration: none;
  transition: box-shadow .25s ease, transform .25s ease, border-bottom-color .25s ease;
  cursor: pointer;
  overflow: hidden;
}

.wspieram-patronite-box:hover {
  box-shadow: 0 16px 40px rgba(192,57,43,.13), 0 4px 12px rgba(0,0,0,.08);
  transform: translateY(-6px);
  border-bottom-color: #C0392B;
}

.wspieram-patronite-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: auto;
}

.wspieram-patronite-klik {
  font-size: 15px;
  font-weight: 800;
  color: #111;
  margin: 0;
  text-align: center;
}

.wspieram-patronite-title {
  font-size: 14px;
  font-weight: 500;
  color: #444;
  margin: 0;
  line-height: 1.4;
  text-align: center;
}

.wspieram-buycoffee-box {
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: #fff;
  border: 1px solid #e5e5e8;
  border-bottom: 3px solid transparent;
  border-radius: 12px;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  transition: box-shadow .25s ease, transform .25s ease, border-bottom-color .25s ease;
}

.wspieram-buycoffee-box:hover {
  box-shadow: 0 16px 40px rgba(192,57,43,.13), 0 4px 12px rgba(0,0,0,.08);
  transform: translateY(-6px);
  border-bottom-color: #C0392B;
}

.wspieram-buycoffee-title {
  font-size: 15px;
  font-weight: 800;
  color: #111;
  margin: 0;
  text-align: center;
}

.wspieram-buycoffee-desc {
  font-size: 12.5px;
  color: #666;
  margin: 0;
  line-height: 1.55;
  text-align: center;
}

.wspieram-buycoffee-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #1a7f37;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 700;
  transition: background .15s;
  white-space: nowrap;
}

.wspieram-buycoffee-link:hover { background: #166830; }

/* ── Collaboration bar ─────────────────────────────────────────────── */
.wspieram-collab-bar {
  background: #0b1537;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 28px;
  border-radius: 12px;
  border-bottom: 3px solid transparent;
  transition: box-shadow .25s ease, transform .25s ease, border-bottom-color .25s ease;
}

.wspieram-collab-bar:hover {
  box-shadow: 0 16px 40px rgba(192,57,43,.13), 0 4px 12px rgba(0,0,0,.08);
  transform: translateY(-6px);
  border-bottom-color: #C0392B;
}

.wspieram-collab-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.75);
}

.wspieram-collab-text {
  flex: 1;
  min-width: 0;
  text-align: left;
}

.wspieram-collab-text strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 3px;
}

.wspieram-collab-text span {
  font-size: 13px;
  color: rgba(255,255,255,.6);
}

.wspieram-collab-cta {
  background: #C0392B;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  padding: 11px 22px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background .15s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.wspieram-collab-cta:hover { background: #a93226; }

/* ── Bank accordion ────────────────────────────────────────────────── */
.wspieram-bank-section {
  background: #fff;
  border: 1px solid #eee;
  border-bottom: 3px solid transparent;
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow .25s ease, transform .25s ease, border-bottom-color .25s ease;
}

.wspieram-bank-section:hover {
  box-shadow: 0 16px 40px rgba(192,57,43,.13), 0 4px 12px rgba(0,0,0,.08);
  transform: translateY(-6px);
  border-bottom-color: #C0392B;
}

.wspieram-bank-toggle {
  width: 100%;
  background: transparent;
  border: none;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  color: #222;
  cursor: pointer;
  text-align: left;
}

.wspieram-bank-caret {
  transition: transform .25s;
  flex-shrink: 0;
  color: #888;
}

.wspieram-bank-toggle[aria-expanded="true"] .wspieram-bank-caret {
  transform: rotate(180deg);
}

.wspieram-bank-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}

.wspieram-bank-body.open { max-height: 400px; }

.wspieram-bank-rows {
  padding: 0 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.wspieram-bank-row {
  display: flex;
  gap: 14px;
  font-size: 13px;
  align-items: flex-start;
}

.wspieram-bank-label {
  font-weight: 600;
  color: #888;
  min-width: 116px;
  flex-shrink: 0;
}

.wspieram-bank-value {
  color: #222;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.wspieram-copy-btn {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 3px 8px;
  font-size: 11px;
  font-weight: 600;
  color: #555;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: background .15s;
}

.wspieram-copy-btn:hover { background: #ebebeb; }
.wspieram-copy-btn.copied { background: #e8f5e9; color: #2e7d32; border-color: #a5d6a7; }

/* ── Free support row ──────────────────────────────────────────────── */
.wspieram-free-row {
  background: #fff;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border: 1px solid #eee;
  border-bottom: 3px solid transparent;
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow .25s ease, transform .25s ease, border-bottom-color .25s ease;
}

.wspieram-free-row:hover {
  box-shadow: 0 16px 40px rgba(192,57,43,.13), 0 4px 12px rgba(0,0,0,.08);
  transform: translateY(-6px);
  border-bottom-color: #C0392B;
}

.wspieram-free-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: #f0f0f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
}

.wspieram-free-text { flex: 1; min-width: 0; }

.wspieram-free-text strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #111;
  margin-bottom: 3px;
}

.wspieram-free-text p {
  font-size: 12px;
  color: #555;
  margin: 0;
  line-height: 1.5;
}

.wspieram-free-cta {
  background: #C0392B;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: background .15s;
}

.wspieram-free-cta:hover { background: #a93226; }

/* ── Independence dark bar ─────────────────────────────────────────── */
.wspieram-independence {
  background: #1a7f37;
  padding: 24px 20px;
  display: flex;
  align-items: center;
  gap: 18px;
  border-radius: 12px;
  border-bottom: 3px solid transparent;
  transition: box-shadow .25s ease, transform .25s ease, border-bottom-color .25s ease;
}

.wspieram-independence:hover {
  box-shadow: 0 16px 40px rgba(192,57,43,.13), 0 4px 12px rgba(0,0,0,.08);
  transform: translateY(-6px);
  border-bottom-color: #C0392B;
}

.wspieram-ind-heart {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  background: rgba(192,57,43,.18);
  border: 1.5px solid rgba(192,57,43,.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e05a4d;
}

.wspieram-ind-text {
  font-size: 14px;
  color: rgba(255,255,255,.7);
  line-height: 1.65;
  margin: 0;
}

.wspieram-ind-text strong {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.wspieram-ind-text em {
  font-style: normal;
  color: #f0c040;
}

/* ── Mobile sticky (wspieram-specific) ─────────────────────────────── */
.wspieram-mobile-sticky {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 600;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0));
  background: #0b1537;
  border-top: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 -4px 20px rgba(0,0,0,.3);
  transform: translateY(100%);
  transition: transform .35s cubic-bezier(.4,0,.2,1);
}

.wspieram-mobile-sticky.visible { transform: translateY(0); }

@media (max-width: 768px) {
  .wspieram-mobile-sticky.visible { display: flex; }
}

.wspieram-mobile-sticky-btn {
  width: 100%;
  background: #C0392B;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 14px;
  font-size: 15px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  min-height: 48px;
}

/* ── Responsive ────────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .wspieram-grid {
    grid-template-columns: 1fr;
  }

  .wspieram-sidebar {
    position: static;
    padding: 18px 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .wspieram-impact-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 20px;
  }

  .wspieram-impact-item { width: 88px; }
}

@media (max-width: 680px) {
  /* Move sidebar AFTER main content so it appears below "Wspieraj za darmo" */
  .wspieram-grid { display: flex; flex-direction: column; }
  .wspieram-main { order: 1; }
  .wspieram-sidebar {
    order: 2;
    display: flex !important;
    position: static;
    padding: 20px 16px 10px;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-top: 1px solid #eee;
  }
  .wspieram-sidebar-title { font-size: 16px; margin-bottom: 16px; }
  .wspieram-impact-list {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    gap: 20px !important;
    width: 100%;
  }
  .wspieram-impact-item {
    flex-direction: row !important;
    align-items: center !important;
    text-align: left !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: none !important;
  }
  .wspieram-impact-icon {
    flex-shrink: 0;
    width: 72px !important;
    height: 72px !important;
  }
  .wspieram-impact-icon svg {
    width: 64px !important;
    height: 64px !important;
  }
  .wspieram-impact-label {
    font-size: 13px !important;
    line-height: 1.45 !important;
    margin: 0 !important;
  }

  .wspieram-duo { flex-direction: column; }

  /* Payment above video on mobile */
  .wspieram-pay-col {
    order: -1;
    border-left: none;
    border-top: none;
    border-bottom: 1px solid rgba(0,0,0,.07);
    padding: 10px 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 auto !important;
    box-sizing: border-box !important;
  }
  .wspieram-video-col { order: 0; justify-content: center; padding: 10px 8px; }
  .wspieram-shorts-frame { width: 100%; aspect-ratio: 16/9; border-radius: 10px; }

  /* Compact payment card */
  .wspieram-pay-card {
    padding: 10px 10px 8px !important;
    gap: 5px !important;
    border-radius: 10px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,.12) !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .wspieram-card-title { font-size: 13px !important; margin-bottom: 1px !important; }

  /* Tabs */
  .wpc-tabs { padding: 2px !important; gap: 2px !important; border-radius: 8px !important; }
  .wpc-tab { font-size: 11px !important; padding: 4px 6px !important; gap: 4px !important; border-radius: 6px !important; }

  /* Cyclic info */
  .wpc-cyclic-info { font-size: 10.5px !important; padding: 6px 9px !important; gap: 5px !important; border-radius: 7px !important; }

  /* Section labels */
  .wpc-section-label { font-size: 9.5px !important; letter-spacing: .4px !important; }

  /* Amount buttons */
  .wpc-amount-grid { gap: 4px !important; }
  .wpc-amt-btn { padding: 6px 2px !important; font-size: 11.5px !important; border-radius: 6px !important; }
  .wpc-amt-btn.custom-btn { font-size: 11px !important; grid-column: 1 / -1; }

  /* Custom amount input */
  .wpc-custom-input { padding: 7px 32px 7px 10px !important; font-size: 12.5px !important; border-radius: 7px !important; }

  /* Method rows */
  .wpc-method-rows { gap: 4px !important; }
  .wpc-method-row { padding: 6px 8px !important; gap: 7px !important; border-radius: 7px !important; }
  .wpc-method-row-label { font-size: 12px !important; }
  .wpc-method-badge { font-size: 10px !important; padding: 2px 5px !important; min-width: 36px !important; border-radius: 5px !important; }
  .wpc-najszybsza { font-size: 8.5px !important; padding: 2px 5px !important; }

  /* BLIK section */
  .wpc-blik-section { gap: 3px !important; }
  .wpc-blik-display { padding: 1px 4px !important; border-radius: 7px !important; }
  .wpc-blik-input { font-size: 16px !important; letter-spacing: 8px !important; padding: 5px 0 !important; }
  .wpc-blik-hint { font-size: 10px !important; }

  /* Extra / consent */
  .wpc-extra-toggle { font-size: 11px !important; padding: 6px 0 !important; }
  .wpc-consent-row { font-size: 10.5px !important; gap: 6px !important; }

  /* Submit button */
  .btn-donate, .wpc-submit-btn {
    padding: 10px 14px !important;
    font-size: 13px !important;
    border-radius: 8px !important;
    margin-top: 2px !important;
  }

  /* SSL note */
  .wpc-ssl-note { font-size: 9.5px !important; gap: 4px !important; }

  /* Dark banner smaller on mobile */
  .wspieram-dark-banner { padding: 20px 18px !important; }
  .wspieram-banner-title { font-size: 19px !important; margin-bottom: 10px !important; }
  .wspieram-banner-sub { font-size: 14px !important; }

  .wspieram-partners { grid-template-columns: 1fr; }
  .wspieram-buycoffee-box { order: -1; }
  .wspieram-patronite-box { order: 1; }
  /* collab-bar: two-row grid layout on mobile — icon+text top, button below */
  .wspieram-collab-bar {
    order: 3;
    display: grid !important;
    grid-template-columns: 48px 1fr;
    grid-template-rows: auto auto;
    gap: 10px 14px;
    grid-column: 1;
    padding: 16px 14px;
    border-radius: 0;
    align-items: start;
  }
  .wspieram-collab-icon {
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
    align-self: flex-start;
  }
  .wspieram-collab-text {
    grid-column: 2;
    grid-row: 1;
    text-align: left;
  }
  .wspieram-collab-text strong { font-size: 13px !important; display: block; }
  .wspieram-collab-text span { font-size: 11.5px !important; }
  .wspieram-collab-cta {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100% !important;
    justify-content: center !important;
    padding: 10px 14px !important;
    font-size: 13px !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
  }

  /* Fix free-row: stack vertically instead of fighting for narrow width */
  .wspieram-free-row {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
    padding: 14px 14px !important;
  }
  .wspieram-free-icon { width: 36px !important; height: 36px !important; }
  .wspieram-free-text strong { font-size: 13px !important; }
  .wspieram-free-text p { font-size: 11.5px !important; }
  .wspieram-free-cta {
    width: 100% !important;
    justify-content: center !important;
    padding: 10px 12px !important;
    font-size: 13px !important;
    border-radius: 8px !important;
  }

  /* Bank transfer section — compact */
  .wspieram-bank-toggle { padding: 11px 14px !important; font-size: 12.5px !important; }
  .wspieram-bank-rows { padding: 0 14px 12px !important; gap: 7px !important; }
  .wspieram-bank-row { font-size: 11.5px !important; gap: 8px !important; }
  .wspieram-bank-label { min-width: 80px !important; font-size: 11px !important; }
  .wspieram-bank-value { font-size: 11.5px !important; gap: 5px !important; }
  .wspieram-bank-value { flex-wrap: nowrap !important; align-items: center !important; }
  .wspieram-copy-btn {
    font-size: 10px !important;
    padding: 1px 5px !important;
    line-height: 1.4 !important;
    height: auto !important;
    flex-shrink: 0;
  }

  /* White separator between collab-bar and independence + top gap from icons */
  .wspieram-collab-bar {
    margin-top: 16px !important;
    margin-left: 12px !important;
    margin-right: 12px !important;
    border-radius: 14px !important;
    border-bottom: 3px solid rgba(255,255,255,0.85) !important;
  }
  .wspieram-collab-text strong { color: #fff !important; font-size: 14.5px !important; }
  .wspieram-collab-text span { color: rgba(255,255,255,0.75) !important; font-size: 12.5px !important; }

  /* Independence bar — last on mobile, rounded card */
  .wspieram-independence {
    order: 4;
    grid-column: 1;
    flex-direction: column !important;
    text-align: center !important;
    padding: 20px 16px !important;
    gap: 12px !important;
    margin-left: 12px !important;
    margin-right: 12px !important;
    margin-bottom: 12px !important;
    border-radius: 14px !important;
  }
  .wspieram-ind-text {
    font-size: 14px !important;
    color: #fff !important;
  }
  .wspieram-ind-text strong {
    font-size: 16px !important;
    color: #fff !important;
  }
}

/* ═══════════════════════════════════════════════════════════════════
   WHITE PAYMENT CARD  (.wspieram-pay-card)
   ═══════════════════════════════════════════════════════════════════ */

.wspieram-pay-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px 16px;
}

.wspieram-pay-card {
  background: #0b1537;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.08);
  border-bottom: 3px solid transparent;
  box-shadow: 0 6px 24px rgba(0,0,0,.35);
  padding: 16px 16px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow: hidden;
  transition: box-shadow .25s ease, transform .25s ease, border-bottom-color .25s ease;
}

.wspieram-pay-card:hover {
  box-shadow: 0 16px 40px rgba(192,57,43,.25), 0 4px 12px rgba(0,0,0,.4);
  transform: translateY(-6px);
  border-bottom-color: #C0392B;
}

.wspieram-card-title {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  margin: 0;
  letter-spacing: -.2px;
}

/* ── Tabs ── */
.wpc-tabs {
  display: flex !important;
  background: #f2f2f5 !important;
  border-radius: 10px !important;
  padding: 3px !important;
  gap: 3px !important;
  border: none !important;
}

.wpc-tab {
  flex: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  padding: 6px 8px !important;
  border-radius: 7px !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  border: none !important;
  background: transparent !important;
  color: #888 !important;
  transition: all .18s !important;
}

.wpc-tab.active {
  background: #fff !important;
  color: #1a1a2e !important;
  box-shadow: 0 1px 6px rgba(0,0,0,.1) !important;
}

/* ── Cyclic info ── */
.wpc-cyclic-info {
  background: #fff8e1;
  border: 1.5px solid #ffe082;
  border-radius: 8px;
  padding: 9px 12px;
  font-size: 12px;
  color: #7a5c00;
  display: flex;
  align-items: center;
  gap: 7px;
}

/* ── Section labels ── */
.wpc-section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .7px;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
  margin: 0;
}

/* ── Amount grid ── */
.wpc-amount-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 6px !important;
  margin-top: 0;
}

.wpc-amt-btn {
  all: unset;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 4px;
  border-radius: 8px;
  border: 1.5px solid #e0e0e8;
  font-size: 13px;
  font-weight: 600;
  color: #1a1a2e;
  background: #fff;
  cursor: pointer;
  transition: all .15s;
  text-align: center;
}

.wpc-amt-btn:hover {
  border-color: #C0392B;
  color: #C0392B;
}

.wpc-amt-btn.active {
  background: #C0392B !important;
  color: #fff !important;
  border-color: #C0392B !important;
}

.wpc-amt-btn.custom-btn {
  font-size: 12.5px;
  color: #666;
}

.wpc-amt-btn.custom-btn.active {
  background: #C0392B !important;
  color: #fff !important;
  border-color: #C0392B !important;
}

/* ── Custom amount input ── */
.wpc-custom-wrap {
  position: relative;
  margin-top: -4px;
}

.wpc-custom-input {
  width: 100%;
  box-sizing: border-box;
  padding: 11px 40px 11px 14px;
  border: 1.5px solid #C0392B;
  border-radius: 9px;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a2e;
  outline: none;
  appearance: none;
  -moz-appearance: textfield;
}

.wpc-custom-input::-webkit-outer-spin-button,
.wpc-custom-input::-webkit-inner-spin-button { -webkit-appearance: none; }

.wpc-custom-currency {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 700;
  color: #888;
  pointer-events: none;
}

/* ── Method rows ── */
.wpc-method-rows {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  margin-top: 0;
}

.wpc-method-row {
  all: unset !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 9px 12px !important;
  border: 1.5px solid #e0e0e8 !important;
  border-radius: 9px !important;
  cursor: pointer !important;
  transition: all .15s !important;
  width: 100% !important;
  background: #fff !important;
}

.wpc-method-row:hover {
  border-color: #C0392B !important;
}

.wpc-method-row.active {
  border-color: #C0392B !important;
  background: #fff9f9 !important;
}

.wpc-method-row input[type="radio"] {
  display: none !important;
}

.wpc-method-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-weight: 900;
  font-size: 12px;
  flex-shrink: 0;
  padding: 4px 8px;
  letter-spacing: .5px;
  min-width: 48px;
}

.wpc-blik-badge {
  background: #E30613;
  color: #fff;
}

.wpc-payu-badge {
  background: #00B1EB;
  color: #fff;
  font-size: 13px;
}

.wpc-transfer-badge {
  background: #f0f0f3;
  color: #555;
  min-width: 40px;
}

.wpc-method-row-label {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a2e;
}

.wpc-najszybsza {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .5px;
  color: #1a7f37;
  background: #fff;
  border-radius: 20px;
  padding: 3px 8px;
  white-space: nowrap;
}

/* ── BLIK section ── */
.wpc-blik-section {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.wpc-blik-display {
  background: #f6f6f9;
  border: 1.5px solid #e0e0e8;
  border-radius: 9px;
  padding: 2px 6px;
}

.wpc-blik-input {
  all: unset !important;
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
  text-align: center !important;
  font-size: 22px !important;
  font-weight: 300 !important;
  letter-spacing: 12px !important;
  color: #aaa !important;
  padding: 8px 0 !important;
  caret-color: #C0392B !important;
}

.wpc-blik-input:not(:placeholder-shown) {
  color: #1a1a2e !important;
  font-weight: 600 !important;
  letter-spacing: 10px !important;
}

.wpc-blik-hint {
  font-size: 11px;
  color: #bbb;
  text-align: center;
  margin: 0;
}

/* ── Dodaj dane collapsible ── */
.wpc-extra-wrap {
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  overflow: hidden;
}

.wpc-extra-toggle {
  all: unset;
  display: flex;
  align-items: center;
  gap: 7px;
  width: 100%;
  box-sizing: border-box;
  padding: 9px 12px;
  font-size: 12.5px;
  font-weight: 500;
  color: rgba(255,255,255,.85);
  cursor: pointer;
  background: transparent;
}

.wpc-extra-toggle:hover {
  color: #fff;
}

.wpc-extra-plus {
  flex-shrink: 0;
  transition: transform .2s;
  color: rgba(255,255,255,.65);
}

.wpc-extra-toggle[aria-expanded="true"] .wpc-extra-plus {
  transform: rotate(45deg);
}

.wpc-extra-body {
  padding: 0 12px 12px;
  display: none;
  flex-direction: column;
  gap: 6px;
  border-top: 1px solid #f0f0f0;
}

.wpc-donor-select,
.wpc-donor-input {
  width: 100%;
  box-sizing: border-box;
  padding: 8px 10px;
  border: 1px solid #e0e0e8;
  border-radius: 7px;
  font-size: 12.5px;
  color: #1a1a2e;
  background: #fff;
  outline: none;
}

.wpc-donor-select:focus,
.wpc-donor-input:focus {
  border-color: #C0392B;
}

/* ── Consent ── */
.wpc-consent-row {
  display: flex !important;
  align-items: flex-start !important;
  gap: 8px !important;
  font-size: 11.5px !important;
  color: rgba(255,255,255,.7) !important;
  line-height: 1.45 !important;
  cursor: pointer !important;
}

.wpc-consent-check {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  margin-top: 1px;
  accent-color: #C0392B;
  cursor: pointer;
}

.wpc-consent-row a {
  color: #C0392B;
  text-decoration: underline;
}

/* ── Submit button ── */
.wpc-submit-btn {
  all: unset !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  background: #C0392B !important;
  color: #fff !important;
  border-radius: 9px !important;
  padding: 12px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  letter-spacing: -.1px !important;
  transition: background .18s !important;
}

.wpc-submit-btn:hover {
  background: #a93226 !important;
}

/* ── SSL note ── */
.wpc-ssl-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 11px;
  color: #bbb;
  margin: 0;
  text-align: center;
}

/* ── Neutralise wesprzyj.css on .amount-btn without killing our own styles ── */
/* Only reset properties wesprzyj.css forcibly sets that break the card design */
.wspieram-pay-col .amount-btn {
  min-height: unset !important;
  width: auto !important;
  letter-spacing: 0 !important;
  flex: unset !important;
}

/* Make sure the active red state is always visible */
.wspieram-pay-col .amount-btn.active {
  background: #C0392B !important;
  color: #fff !important;
  border-color: #C0392B !important;
}

.wspieram-pay-col .payment-methods {
  flex-direction: column !important;
}

.wspieram-pay-col .method-card {
  min-height: unset !important;
}

.wspieram-pay-col #btn-donate {
  min-height: unset !important;
  letter-spacing: 0 !important;
}

.wspieram-pay-col .blik-input {
  border: none !important;
  box-shadow: none !important;
}

.wspieram-pay-col #donor-type-select {
  font-size: 13px !important;
}

/* Hide donor fields that wesprzyj.css might inject */
.wspieram-pay-col .donor-fields-section,
.wspieram-pay-col .donor-toggle-wrap,
.wspieram-pay-col #donor-toggle {
  display: none !important;
}

/* === II PACZKA 08.07.2026 — wspieram.html poprawki === */

/* Zakładki typ: aktywna = zielona, nieaktywna = szara */
.wpc-tab.active {
  background: #e8f5e9 !important;
  color: #2e7d32 !important;
  box-shadow: 0 1px 6px rgba(46,125,50,.18) !important;
}
.wpc-tab:not(.active) {
  color: #bbb !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Kwoty: aktywna = czerwona (jak było), nieaktywna = szara */
.wpc-amt-btn:not(.active) {
  background: #f5f5f5 !important;
  border-color: #e8e8e8 !important;
  color: #bbb !important;
}

/* Metody płatności: aktywna = zielona, nieaktywna = szara */
.wpc-method-row.active {
  border-color: #4caf50 !important;
  background: #e8f5e9 !important;
}
.wpc-method-row.active .wpc-method-row-label {
  color: #2e7d32 !important;
}
.wpc-method-row:not(.active) {
  border-color: #e8e8e8 !important;
  background: #fafafa !important;
}
.wpc-method-row:not(.active) .wpc-method-row-label {
  color: #bbb !important;
}

/* BLIK: nowy kontener z logo + polem kodu */
.wpc-blik-row {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 10px 14px !important;
  border: 2.5px solid #4caf50 !important;
  border-radius: 10px !important;
  background: #e8f5e9 !important;
}
.wpc-blik-row:focus-within {
  border-color: #2e7d32 !important;
  box-shadow: 0 0 0 3px rgba(46,125,50,.12) !important;
}
.wpc-blik-logo-wrap {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.wpc-blik-row .wpc-blik-input {
  flex: 1 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  min-width: 0 !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  letter-spacing: .18em !important;
  text-align: center !important;
  color: #222 !important;
  outline: none !important;
  padding: 0 !important;
}
.wpc-blik-row .wpc-blik-input::placeholder { color: #aaa; }
.wpc-blik-hint {
  font-size: 11px !important;
  color: #388e3c !important;
  font-weight: 500 !important;
  text-align: center !important;
  margin-top: 5px !important;
}

/* Consent: większy checkbox i czcionka */
.wpc-consent-row {
  font-size: 13px !important;
  gap: 10px !important;
  align-items: flex-start !important;
}
.wpc-consent-check {
  width: 20px !important;
  height: 20px !important;
  flex-shrink: 0 !important;
  margin-top: 1px !important;
  accent-color: #2e7d32 !important;
}

/* Modal zgody */
.consent-modal {
  border: none;
  border-radius: 18px;
  padding: 0;
  max-width: 300px;
  width: 90vw;
  box-shadow: 0 8px 48px rgba(0,0,0,.25);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.consent-modal::backdrop { background: rgba(0,0,0,.5); }
.consent-modal-inner { padding: 28px 22px; text-align: center; }
.consent-modal-inner p { font-size: 14px; font-weight: 600; color: #222; line-height: 1.55; margin: 0 0 20px; }
.consent-modal-close {
  background: #C0392B; color: #fff; border: none; border-radius: 10px;
  padding: 11px 28px; font-size: 14px; font-weight: 700; cursor: pointer;
  width: 100%; transition: opacity .15s;
}
.consent-modal-close:hover { opacity: .88; }

/* === BLIK karta wbudowana (struktura z 08.07.2026) === */
.wpc-blik-card {
  flex-direction: column !important;
  align-items: stretch !important;
  padding: 12px 14px 10px !important;
  gap: 8px !important;
  cursor: default !important;
}
.wpc-blik-card.active {
  border-color: #4caf50 !important;
  background: #e8f5e9 !important;
}
.wpc-blik-card:not(.active) {
  border-color: #e8e8e8 !important;
  background: #fafafa !important;
}
.wpc-blik-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
}
.wpc-najszybsza-blik {
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .5px !important;
  color: #2e7d32 !important;
  background: #fff !important;
  border-radius: 20px !important;
  padding: 3px 8px !important;
}
.wpc-blik-digits-row {
  width: 100%;
}
.wpc-blik-digits {
  all: unset !important;
  display: block !important;
  box-sizing: border-box !important;
  width: 100% !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  letter-spacing: .28em !important;
  text-align: center !important;
  color: #1a1a2e !important;
  padding: 4px 0 !important;
  border: none !important;
  background: transparent !important;
  outline: none !important;
  cursor: text !important;
}
.wpc-blik-digits::placeholder {
  color: #bbb !important;
  letter-spacing: .28em !important;
}
.wpc-blik-digits:not(:placeholder-shown) {
  color: #1a1a2e !important;
}

/* fix: cyfry BLIK mieszczą się na wąskim ekranie */
.wpc-blik-digits {
  font-size: 22px !important;
  letter-spacing: .2em !important;
}
.wpc-blik-digits::placeholder {
  letter-spacing: .2em !important;
}

/* === BLIK OTP cells === */
.blik-otp-row {
  display: flex !important;
  gap: 5px !important;
  width: 100% !important;
}
.blik-otp-cell {
  -webkit-appearance: none !important;
  appearance: none !important;
  box-sizing: border-box !important;
  flex: 1 !important;
  min-width: 0 !important;
  height: 44px !important;
  border: 1.5px solid #a5d6a7 !important;
  border-radius: 10px !important;
  background: #fff !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  font-family: inherit !important;
  color: #1a1a2e !important;
  text-align: center !important;
  cursor: text !important;
  outline: none !important;
  padding: 0 !important;
  margin: 0 !important;
  transition: border-color .15s, box-shadow .15s !important;
  box-shadow: none !important;
}
.blik-otp-cell::placeholder {
  color: #aaa !important;
}
.blik-otp-cell:focus {
  border-color: #4caf50 !important;
  box-shadow: 0 0 0 3px rgba(76,175,80,.18) !important;
  background: #fff !important;
}
.blik-otp-cell.filled {
  border-color: #388e3c !important;
  background: #fff !important;
}

/* ── Extra-small viewport safeguard (≤430px) ───────────────────────── */
@media (max-width: 430px) {
  .wspieram-page,
  .wspieram-grid,
  .wspieram-main,
  .wspieram-duo,
  .wspieram-pay-col,
  .wspieram-pay-card,
  #step-1 {
    max-width: 100% !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
    min-width: 0 !important;
  }
  .wspieram-pay-col {
    padding: 6px 6px !important;
  }
  .wspieram-pay-card {
    padding: 8px 8px 6px !important;
  }
}

/* ── wpc-blik-hint: przeniesiony poza kartę BLIK ─────────────────────── */
/* Styl pod kartą */
.wpc-method-rows > .wpc-blik-hint {
  font-size: 11.5px !important;
  color: #fff !important;
  font-weight: 500 !important;
  text-align: center !important;
  margin: 4px 0 6px !important;
  padding: 0 4px !important;
  line-height: 1.4 !important;
}

/* ═══════════════════════════════════════════════════════════════════
   III PACZKA 16.07.2026 — poprawki
   ═══════════════════════════════════════════════════════════════════ */

/* ── Uwaga 2: Poziome paski — wyrównanie ikon i paddingu ── */
/* Wyrównanie ikon: wszystkie 72px, bez okrągłego tła */
.wspieram-free-icon {
  width: 72px !important;
  height: 72px !important;
  min-width: 72px !important;
  flex-shrink: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
}
.wspieram-ind-heart {
  width: 72px !important;
  height: 72px !important;
  min-width: 72px !important;
  flex-shrink: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}
/* Jednolity padding i gap dla wszystkich 3 pasków */
.wspieram-collab-bar,
.wspieram-free-row,
.wspieram-independence {
  padding: 20px 28px !important;
  gap: 20px !important;
}

/* ── Uwaga 3: Mobile — checkbox zgody mniejszy font ── */
@media (max-width: 680px) {
  .wpc-consent-row {
    font-size: 11px !important;
    gap: 7px !important;
  }
  .wpc-consent-check {
    width: 16px !important;
    height: 16px !important;
    margin-top: 2px !important;
  }
}

/* ── Uwaga 4: Mobile — wszystkie 3 paski identyczny układ ── */
@media (max-width: 680px) {
  /* Wspólny grid dla wszystkich 3 pasków: ikona 48px | tekst */
  .wspieram-collab-bar,
  .wspieram-free-row,
  .wspieram-independence {
    display: grid !important;
    grid-template-columns: 48px 1fr !important;
    grid-template-rows: auto auto !important;
    flex-direction: unset !important;
    align-items: start !important;
    gap: 10px 14px !important;
    padding: 16px 14px !important;
    margin-left: 12px !important;
    margin-right: 12px !important;
    border-radius: 14px !important;
  }

  /* Tytuł granatowego paska — 13px na mobile (globalne 14.5px nadpisuje starszą regułę) */
  .wspieram-collab-text strong {
    font-size: 13px !important;
  }
  .wspieram-collab-text span {
    font-size: 12px !important;
  }

  /* Wyrównanie ikony GRANATOWEGO paska — fix 72px → 48px, start zamiast center */
  .wspieram-collab-icon {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    justify-self: start !important;
    align-self: flex-start !important;
  }

  /* Free-row (BIAŁY pasek): ikona */
  .wspieram-free-icon {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    align-self: flex-start !important;
  }
  .wspieram-free-text {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }
  .wspieram-free-cta {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    justify-content: center !important;
    padding: 11px 14px !important;
    font-size: 13px !important;
    border-radius: 8px !important;
  }

  /* Independence (ZIELONY pasek): ikona */
  .wspieram-ind-heart {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    align-self: flex-start !important;
    padding-top: 0 !important;
  }
  .wspieram-ind-text {
    grid-column: 2 !important;
    grid-row: 1 !important;
    text-align: left !important;
    font-size: 13px !important;
  }
  .wspieram-ind-text strong {
    font-size: 14px !important;
    text-align: left !important;
  }
}

