/* Donate page only. Global styles are in style.css. */

.donate-hero {
  background: linear-gradient(135deg, #ffffff 0%, #f3f8ff 58%, #fff7e8 100%);
  padding: 76px 0;
}

.donate-hero-content {
  text-align: center;
}

.donate-hero .lead {
  margin: 0 auto 28px;
}

.story-grid {
  align-items: center;
  gap: 48px;
}

.story-image-wrap {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow);
}

.story-image {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
}

.story-message {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(1.18rem, 2vw, 1.42rem);
  font-weight: 800;
  line-height: 1.55;
}

.impact-section .section-head {
  margin-inline: auto;
  text-align: center;
}

.impact-section .section-head .lead {
  margin-inline: auto;
}

.impact-card {
  height: 100%;
}

.impact-icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 16px;
  background: #eef5fb;
  font-size: 1.75rem;
}

.sponsor-heading {
  margin-bottom: 34px;
  text-align: center;
}

.sponsor-heading .lead {
  margin-inline: auto;
}

.zeffy-panel {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow);
}

.thermometer-box,
.embed-box {
  min-height: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: #fff;
  display: block;
  text-align: initial;
}

.thermometer-box {
  border-bottom: 1px solid var(--line);
}

.zeffy-thermometer-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 120px;
}

.zeffy-thermometer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 120px;
  border: 0;
}

.zeffy-form-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 900px;
}

.zeffy-form {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.shared-stories-placeholder {
  padding: 40px;
  border: 2px dashed var(--line);
  border-radius: 24px;
  background: var(--soft);
  text-align: center;
}

.shared-stories-placeholder .lead {
  margin-inline: auto;
}

.ending-callout h2 {
  margin-bottom: 10px;
}

.ending-kicker {
  margin: 0 0 10px;
  color: var(--gold);
}

@media (max-width: 900px) {
  .donate-hero {
    padding: 58px 0;
  }

  .story-grid {
    gap: 28px;
  }

  .story-image {
    min-height: 340px;
  }
}

@media (max-width: 520px) {
  .donate-hero {
    padding: 48px 0;
  }

  .story-image {
    min-height: 260px;
  }

  .shared-stories-placeholder {
    padding: 26px 20px;
  }

  .zeffy-thermometer-frame,
  .zeffy-thermometer {
    height: 132px;
  }

  .zeffy-form-frame {
    height: 940px;
  }
}

.donate-lnrb-line{margin:12px 0 0;color:var(--blue-dark);font-size:1.05rem;line-height:1.55}
