html {
  background: #0d0c0c;
}

body {
  margin: 0;
  background: #0d0c0c;
  color: #fff;
  font-family: Rubik, Arial, sans-serif;
}

.wsp-support-main * {
  box-sizing: border-box;
}

.wsp-support-main a {
  color: inherit;
}

.wsp-support-container {
  width: min(960px, calc(100% - 32px));
  margin: 0 auto;
}

.wsp-support-hero {
  padding: 54px 0 28px;
  background:
    radial-gradient(circle at top right, rgba(249, 115, 22, .12), transparent 34rem),
    #0d0c0c;
}

.wsp-back-link {
  display: inline-block;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, .56);
  font-size: 14px;
  text-decoration: none;
}

.wsp-back-link:hover {
  color: #fff;
  text-decoration: none;
}

.wsp-support-eyebrow {
  margin: 0 0 10px;
  color: #f97316;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wsp-support-hero h1 {
  max-width: 780px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(2.4rem, 7vw, 4.7rem);
  line-height: .98;
  font-weight: 900;
}

.wsp-support-lead {
  max-width: 840px;
  margin: 0 0 36px;
  color: rgba(255, 255, 255, .7);
  font-size: clamp(1.08rem, 2vw, 1.38rem);
  line-height: 1.55;
}

.wsp-support-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.wsp-support-stats div,
.wsp-donation-panel,
.wsp-donation-card,
.wsp-impact-grid div,
.wsp-thanks-panel {
  border: 1px solid rgba(255, 255, 255, .08);
  background: #18181b;
  border-radius: 8px;
}

.wsp-support-stats div {
  padding: 24px 18px;
  text-align: center;
}

.wsp-support-stats strong {
  display: block;
  color: #f97316;
  font-size: 2.15rem;
  line-height: 1;
}

.wsp-support-stats span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, .58);
  font-size: 14px;
}

.wsp-support-section {
  padding: 34px 0;
  background: #0d0c0c;
}

.wsp-support-section-tight {
  padding-top: 18px;
}

.wsp-section-title h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(1.55rem, 3vw, 2rem);
}

.wsp-section-title p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, .58);
  line-height: 1.55;
}

.wsp-donation-panel {
  padding: clamp(24px, 5vw, 36px);
  background: #111113;
}

.wsp-donation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.wsp-donation-card {
  padding: 24px;
  background: rgba(9, 9, 11, .62);
}

.wsp-donation-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.wsp-donation-card h3 {
  margin: 0;
  color: #fff;
  font-size: 1.18rem;
}

.wsp-donation-card-head span,
.wsp-donation-card p,
.wsp-secure-note {
  color: rgba(255, 255, 255, .45);
  font-size: 13px;
}

.wsp-amount-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.wsp-amount-grid a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #27272a;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  transition: background-color .15s ease, transform .15s ease;
}

.wsp-amount-grid a:hover {
  background: #3f3f46;
  text-decoration: none;
  transform: translateY(-1px);
}

.wsp-pay-button {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
  border-radius: 8px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  transition: filter .15s ease, transform .15s ease;
}

.wsp-pay-button span {
  display: inline-flex;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, .16);
  font-weight: 900;
}

.wsp-pay-button:hover {
  color: #fff;
  filter: brightness(.96);
  text-decoration: none;
  transform: translateY(-1px);
}

.wsp-paypal-button {
  background: #0070ba;
}

.wsp-venmo-button {
  background: #008cff;
}

.wsp-secure-note {
  margin: 22px 0 0;
  text-align: center;
}

.wsp-impact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.wsp-impact-grid div {
  padding: 22px;
}

.wsp-impact-grid strong {
  color: #f97316;
  font-size: 1.18rem;
}

.wsp-impact-grid p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .72);
  line-height: 1.45;
}

.wsp-reason-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.wsp-reason-grid h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.08rem;
}

.wsp-reason-grid p {
  margin: 0;
  color: rgba(255, 255, 255, .58);
  font-size: 14px;
  line-height: 1.55;
}

.wsp-thanks-panel {
  padding: clamp(26px, 5vw, 42px);
  text-align: center;
  background: #111113;
}

.wsp-thanks-panel h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 2rem;
}

.wsp-thanks-panel p {
  max-width: 640px;
  margin: 0 auto 22px;
  color: rgba(255, 255, 255, .58);
  line-height: 1.6;
}

.wsp-thanks-panel a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 8px;
  background: #f97316;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.wsp-thanks-panel a:hover {
  background: #ea580c;
  text-decoration: none;
}

@media (max-width: 720px) {
  .wsp-support-stats,
  .wsp-donation-grid,
  .wsp-impact-grid,
  .wsp-reason-grid {
    grid-template-columns: 1fr;
  }

  .wsp-support-hero {
    padding-top: 38px;
  }
}
