.donation-page {
  background: linear-gradient(180deg, #fff8f5 0%, #ffffff 24%);
}

.donation-hero {
  padding-bottom: clamp(56px, 7vw, 84px);
}

.donation-hero-image {
  min-height: clamp(280px, 42vw, 520px);
  background-image:
    linear-gradient(180deg, rgba(17, 17, 17, 0.14) 0%, rgba(17, 17, 17, 0.14) 100%),
    url('../images/hero_1.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.donation-hero-image .container,
.donation-hero-image .container > .row {
  min-height: inherit;
}

.donation-hero-image.overlay:before {
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.08) 0%, rgba(17, 17, 17, 0.12) 100%);
}

.donation-shell {
  padding-top: 0;
}

.donation-stage-banner,
.donation-story-card,
.donation-form-panel,
.donation-bottom-panel {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(198, 31, 40, 0.12);
  box-shadow: 0 24px 60px rgba(17, 17, 17, 0.08);
}

.donation-stage-banner {
  position: relative;
  min-height: 380px;
  margin-bottom: 34px;
  background: #1f1f1f;
}

.donation-stage-banner-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.donation-stage-banner-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 14, 13, 0.9) 0%, rgba(18, 14, 13, 0.66) 46%, rgba(18, 14, 13, 0.24) 100%),
    linear-gradient(180deg, rgba(198, 31, 40, 0.24) 0%, rgba(198, 31, 40, 0.08) 100%);
}

.donation-stage-banner-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 380px;
  max-width: 560px;
  padding: clamp(32px, 5vw, 56px);
  color: #ffffff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.donation-stage-banner-content,
.donation-stage-banner-content h1,
.donation-stage-banner-content h2,
.donation-stage-banner-content h3,
.donation-stage-banner-content p,
.donation-stage-banner-content span,
.donation-stage-banner-content a {
  color: #ffffff;
}

.donation-banner-kicker,
.donation-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.donation-banner-kicker {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.donation-stage-banner-content h2 {
  margin-bottom: 14px;
  color: #ffffff !important;
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 800;
  line-height: 1.02;
}

.donation-stage-banner-content p {
  margin-bottom: 24px;
  color: #ffffff !important;
  font-size: 18px;
  line-height: 1.7;
}

.donation-scroll-btn {
  min-width: 180px;
  min-height: 54px;
  border-radius: 14px;
  font-weight: 700;
}

.donation-story-card,
.donation-form-panel,
.donation-bottom-panel {
  padding: clamp(28px, 4vw, 40px);
  background: #ffffff;
}

.donation-story-card {
  background: linear-gradient(180deg, #fffdfb 0%, #fff5f2 100%);
}

.donation-kicker {
  border: 1px solid rgba(198, 31, 40, 0.14);
  background: rgba(198, 31, 40, 0.08);
  color: var(--brand-primary);
}

.donation-story-card h2,
.donation-form-header h2,
.donation-bottom-panel h2,
.donation-contact-box h3 {
  color: #111111;
}

.donation-story-card h2,
.donation-form-header h2,
.donation-bottom-panel h2 {
  margin-bottom: 14px;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.1;
}

.donation-story-card > p,
.donation-form-header p,
.donation-bottom-panel p,
.donation-contact-box p {
  color: rgba(17, 17, 17, 0.74);
  font-size: 16px;
  line-height: 1.85;
}

.donation-form-header {
  margin-bottom: 22px;
}

.donation-reason-list {
  margin: 24px 0 0;
  padding-left: 1.2rem;
  color: rgba(17, 17, 17, 0.8);
}

.donation-reason-list li {
  margin-bottom: 14px;
  line-height: 1.75;
}

.donation-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.donation-trust-strip span {
  padding: 11px 16px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  color: #111111;
  font-size: 14px;
  font-weight: 600;
}

.donation-alt-note {
  margin-top: 20px;
}

.donation-alt-note a,
.donation-contact-box a {
  color: var(--brand-primary);
  font-weight: 600;
}

.donation-form {
  display: grid;
  gap: 20px;
}

.donation-field-group {
  display: grid;
  gap: 10px;
}

.donation-segmented {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 8px;
  border-radius: 18px;
  background: #fff5f2;
  border: 1px solid rgba(198, 31, 40, 0.12);
}

.donation-toggle {
  min-height: 52px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #111111;
  font-weight: 700;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.donation-toggle:hover {
  transform: translateY(-1px);
}

.donation-toggle.is-active {
  background: var(--brand-primary);
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(198, 31, 40, 0.22);
}

.donation-helper,
.donation-recurring-note {
  margin-bottom: 0;
  color: rgba(17, 17, 17, 0.66);
  font-size: 14px;
  line-height: 1.7;
}

.donation-recurring-note {
  padding: 14px 16px;
  border-radius: 16px;
  background: #fff5f2;
  border: 1px solid rgba(198, 31, 40, 0.12);
}

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

.donation-amount-chip {
  min-height: 54px;
  padding: 12px 16px;
  border: 1px solid rgba(198, 31, 40, 0.18);
  border-radius: 16px;
  background: rgba(198, 31, 40, 0.06);
  color: #111111;
  font-weight: 700;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.donation-amount-chip:hover,
.donation-amount-chip.is-active {
  background: var(--brand-primary);
  color: #ffffff;
  border-color: var(--brand-primary);
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(198, 31, 40, 0.2);
}

.donation-form .form-label {
  margin-bottom: 0;
  color: #111111;
  font-weight: 700;
}

.donation-form .form-control,
.donation-form .form-select {
  min-height: 56px;
  border-radius: 16px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  padding: 14px 16px;
  color: #111111;
  background: #ffffff;
  box-shadow: none;
}

.donation-form textarea.form-control {
  min-height: 128px;
  resize: vertical;
}

.donation-form .form-control:focus,
.donation-form .form-select:focus {
  border-color: rgba(198, 31, 40, 0.45);
  box-shadow: 0 0 0 0.2rem rgba(198, 31, 40, 0.12);
}

.donation-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 58px;
  border-radius: 16px;
  font-size: 17px;
  font-weight: 700;
}

.donation-submit[disabled] {
  opacity: 0.8;
  cursor: not-allowed;
}

.donation-status {
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  font-weight: 600;
}

.donation-status.is-success {
  background: rgba(39, 136, 68, 0.1);
  color: #1e6f38;
  border: 1px solid rgba(39, 136, 68, 0.18);
}

.donation-status.is-error {
  background: rgba(198, 31, 40, 0.09);
  color: #8f1019;
  border: 1px solid rgba(198, 31, 40, 0.16);
}

.donation-status.is-info {
  background: rgba(17, 17, 17, 0.06);
  color: #111111;
  border: 1px solid rgba(17, 17, 17, 0.1);
}

.donation-impact-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.donation-impact-card {
  padding: 22px 22px 20px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(198, 31, 40, 0.1);
}

.donation-impact-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 16px;
  border-radius: 16px;
  background: rgba(198, 31, 40, 0.1);
  color: var(--brand-primary);
  font-size: 18px;
  font-weight: 700;
}

.donation-impact-card h3 {
  margin-bottom: 10px;
  color: #111111;
  font-size: 22px;
}

.donation-impact-card p {
  margin-bottom: 0;
  color: rgba(17, 17, 17, 0.74);
  line-height: 1.7;
}

.donation-contact-box {
  padding: 24px;
  border-radius: 22px;
  background: #fff5f2;
  border: 1px solid rgba(198, 31, 40, 0.1);
}

.donation-contact-box h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

.donation-contact-box p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .donation-stage-banner,
  .donation-stage-banner-content {
    min-height: 340px;
  }

  .donation-stage-banner-content {
    max-width: 100%;
  }

  .donation-story-card,
  .donation-form-panel,
  .donation-bottom-panel {
    padding: 26px 22px;
  }
}

@media (max-width: 767.98px) {
  .donation-stage-banner,
  .donation-stage-banner-content {
    min-height: 320px;
  }

  .donation-stage-banner-content h2 {
    font-size: clamp(28px, 9vw, 40px);
  }

  .donation-stage-banner-content p {
    font-size: 16px;
  }

  .donation-amounts,
  .donation-segmented,
  .donation-trust-strip {
    gap: 10px;
  }

  .donation-amounts,
  .donation-segmented {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
