.bridge-hero {
  min-height: 40vh;
}

.bridge-hero h1 {
  font-size: 3.5rem;
  font-weight: 700;
}

.bridge-hero h2 {
  margin: auto;
  max-width: 500px;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  opacity: 0.9;
  padding-top: 28px;
  padding-bottom: 28px;
}

.final-cta-section h2 {
  margin: auto;
  max-width: 500px;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  opacity: 0.9;
  padding-top: 8px;
  padding-bottom: 8px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 8px 0;
}

/* Ensure the second page feels slightly more "philanthropic" with a deeper blue */
.donor-accent {
  color: #7653fd;
}

.final-cta-section h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Urbanist", sans-serif;
}

.final-cta-section .description {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

