.want-to-help-wrapper {
  background: radial-gradient(circle at 18% 20%, rgba(54, 132, 32, 0.35), transparent 45%),
    radial-gradient(circle at 85% 80%, rgba(54, 132, 32, 0.22), transparent 50%),
    #15171b;
}
.want-to-help-wrapper.spacing {
  padding-top: clamp(1.5rem, 1.1rem + 1vw, 2.5rem);
  padding-bottom: clamp(1.5rem, 1.1rem + 1vw, 2.5rem);
}
.want-to-help-card {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  padding: 17px 40px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}
.want-to-help-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-bottom: 10px;
  color: #fff;
  background: linear-gradient(135deg, #2f7a1d 0%, #4faa29 100%);
  box-shadow: 0 8px 22px rgba(54, 132, 32, 0.45);
}
.want-to-help-card .primary-heading {
  font-weight: 800;
  margin-bottom: 6px !important;
}
.want-to-help-wrapper p {
  font-size: clamp(1rem, 0.9545rem + 0.2273vw, 1.125rem);
  color: rgba(255, 255, 255, 0.78);
  text-align: center;
  text-wrap: balance;
  margin-bottom: 0;
}
.want-to-help-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  padding: 6px 14px;
  font-size: 12.5px;
  font-weight: 600;
  color: #b9f0a0;
  background: rgba(54, 132, 32, 0.18);
  border: 1px solid rgba(79, 170, 41, 0.45);
  border-radius: 50px;
}
.want-to-help-tagline {
  max-width: 560px;
  margin-inline: auto;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  background: linear-gradient(90deg, #9fe27a, #4faa29, #9fe27a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.help-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  padding: 1rem 0 0;
}
.help-list-amounts-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0.6rem;
  width: 100%;
}
.help-list-amounts-row .btn,
.help-list-amounts-row .help-list-custom-amount {
  width: auto;
  flex: 1 1 0;
  min-width: 0;
}
.help-list .btn {
  width: 100%;
  max-width: 210px;
  border-radius: 50px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.help-list .btn,
.help-list .btn-check {
  color: #fff;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.45);
  font-size: clamp(1rem, 0.9545rem + 0.2273vw, 1.125rem);
}
.help-list .btn-check {
  color: #368420;
  background-color: #fff;
  border-color: #368420;
  font-size: clamp(1rem, 0.9545rem + 0.2273vw, 1.125rem);
  min-width: 120px;
  padding: 0.75rem 1.5rem;
}
.help-list .btn-check:checked + .btn,
.help-list .btn.active,
.help-list .btn.show,
.help-list .btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: #fff;
  background: linear-gradient(135deg, #2f7a1d 0%, #4faa29 100%);
  border-color: #368420;
  box-shadow: 0 8px 20px rgba(54, 132, 32, 0.35);
}
.btn-check + .btn:hover {
  border-color: #368420;
  background: linear-gradient(135deg, #2f7a1d 0%, #4faa29 100%);
  color: #fff;
  transform: translateY(-2px);
}
.submit-btn.btn {
  border: none;
  background: linear-gradient(135deg, #2f7a1d 0%, #4faa29 100%);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(54, 132, 32, 0.4);
}
.submit-btn.btn:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(54, 132, 32, 0.5);
}
.help-list .form-control {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  font-size: clamp(1rem, 0.9545rem + 0.2273vw, 1.125rem);
  padding: 6px 1.5rem;
  text-align: center;
  max-width: 210px;
  height: 41px;
}
.help-list .form-control:focus {
  color: #fff;
  background-color: #368420;
  border-color: #368420;
}
.help-list .form-control::placeholder {
  color: #fff;
}
.help-list-custom-amount {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  width: 100%;
  max-width: 210px;
  height: 41px;
  padding: 0 1rem;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0.375rem;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.help-list-custom-amount:focus-within {
  color: #fff;
  background-color: #368420;
  border-color: #368420;
}
.help-list-currency {
  flex-shrink: 0;
  font-size: clamp(1rem, 0.9545rem + 0.2273vw, 1.125rem);
  line-height: 1;
}
.help-list-custom-amount .form-control {
  flex: 1;
  min-width: 0;
  max-width: none;
  width: auto;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  box-shadow: none;
}
.help-list-custom-amount .form-control:focus {
  color: #fff;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}
.help-list-custom-amount .form-control::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 576px) {
  .want-to-help-card {
    padding: 32px 20px;
    border-radius: 18px;
  }
  .help-list-amounts-row {
    flex-wrap: wrap;
  }
  .help-list .btn.btn-secondary {
    width: fit-content;
    flex-shrink: 1;
    flex-grow: 1;
  }
  .help-list .form-control,
  .help-list-custom-amount,
  .submit-btn.btn {
    width: 100%;
    max-width: none;
  }
}
