.page-home .hero-copy h1 {
  background: linear-gradient(135deg, #ffffff 0%, #e0ecff 48%, #bfdbfe 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.page-home .hero-copy .lead {
  color: rgba(226, 232, 240, 0.9);
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.85rem 1rem;
  border-radius: 62.4375rem;
  background: rgba(255, 255, 255, 0.14);
  border: 0.0625rem solid rgba(255, 255, 255, 0.18);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(1.125rem);
}

.trust-pill strong {
  position: relative;
}

.trust-pill strong::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.22rem;
  width: 100%;
  height: 0.125rem;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(110, 231, 183, 0.9),
    rgba(255, 255, 255, 0)
  );
}

.page-home .trust-pill,
.page-home .trust-pill span,
.page-home .trust-pill strong {
  color: #eff6ff;
}

.hero-badge-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.hero-badge {
  padding: 1rem 1.05rem;
  background: rgba(238, 244, 234, 0.96);
  border: 0.0625rem solid rgba(79, 143, 97, 0.18);
  border-radius: 1.375rem;
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(1.125rem);
}

.hero-badge strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: var(--color-primary-deep);
}

.hero-badge span {
  display: block;
  color: var(--color-muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.home-stats,
.home-programs,
.home-gallery,
.home-faq {
  background: var(--color-surface);
}

.home-trust {
  background: linear-gradient(180deg, #f3faf1 0%, #e9f4e7 100%);
}

.home-volunteer .cta-band {
  background:
    radial-gradient(
      circle at top right,
      rgba(238, 244, 234, 0.18),
      transparent 26%
    ),
    linear-gradient(135deg, rgba(47, 127, 76, 0.96), rgba(63, 138, 87, 0.94));
}

.home-testimonials .testimonial-card {
  background: rgba(238, 244, 234, 0.96);
}

.home-journey .timeline::before {
  background: linear-gradient(
    180deg,
    rgba(47, 127, 76, 0.42),
    rgba(79, 143, 97, 0.32)
  );
}

.home-story .story-quote {
  background: linear-gradient(
    135deg,
    rgba(171, 122, 69, 0.12),
    rgba(238, 244, 234, 0.72)
  );
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.stat-card {
  padding: 1.8rem;
  border-radius: var(--radius-md);
  background: rgba(238, 244, 234, 0.96);
  box-shadow: var(--shadow-sm);
  border: 0.0625rem solid rgba(79, 143, 97, 0.18);
}

.stat-card strong {
  display: inline-flex;
  align-items: baseline;
  gap: 0.25rem;
  font-family: "Poppins", sans-serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  color: var(--color-primary);
}

.stat-card span {
  display: block;
  font-weight: 600;
  color: var(--color-text);
  margin-top: 0.4rem;
}

@media (max-width: 67.5rem) {
  .hero-badge-grid,
  .stat-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 40rem) {
  .page-home .hero-copy {
    padding: 1.05rem 1.05rem;
    border-radius: 1.1rem;
    background: linear-gradient(
      180deg,
      rgba(16, 37, 24, 0.7),
      rgba(16, 37, 24, 0.5)
    );
    border: 0.0625rem solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 0.6rem 1.6rem rgba(7, 18, 12, 0.22);
    backdrop-filter: blur(0.9rem);
  }

  .stat-card {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: 0.9rem;
    padding: 0.95rem 1.05rem;
    border-radius: 0.9rem;
    box-shadow: 0 0.3rem 0.9rem rgba(15, 23, 42, 0.06);
  }

  .stat-card strong {
    grid-row: 1 / 3;
    font-size: 1.7rem;
  }

  .stat-card span {
    margin-top: 0;
    font-size: 0.92rem;
  }

  .stat-card p {
    grid-column: 2;
    margin-bottom: 0;
    font-size: 0.85rem;
  }

  .page-home .hero-copy .eyebrow {
    background: rgba(255, 255, 255, 0.12);
    color: #ecfdf5;
  }

  .page-home .hero-copy h1 {
    max-width: 9.5ch;
    font-size: clamp(1.95rem, 9vw, 2.5rem);
    line-height: 1.05;
  }

  .page-home .hero-copy .lead {
    max-width: none;
    margin-bottom: 0;
    font-size: 0.94rem;
    line-height: 1.5;
    color: rgba(241, 245, 249, 0.92);
  }

  .trust-strip {
    display: none;
  }

  .hero-badge-grid {
    gap: 0.75rem;
  }

  .hero-badge {
    padding: 0.8rem 0.85rem;
    border-radius: 1rem;
  }

  .hero-badge strong {
    font-size: 0.9rem;
  }

  .hero-badge span {
    font-size: 0.82rem;
  }
}

@media (max-width: 40rem) {
  .trust-strip {
    display: none;
  }

  .hero-badge-grid {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .hero-badge {
    padding: 0.85rem 0.95rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }

  .hero-badge strong {
    margin-bottom: 0;
    font-size: 0.88rem;
    white-space: nowrap;
  }

  .hero-badge span {
    font-size: 0.8rem;
    line-height: 1.35;
  }

  .stat-grid {
    gap: 0.75rem;
  }

  .stat-card {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: 0.9rem;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
  }

  .stat-card strong {
    grid-row: 1 / 3;
    font-size: 1.6rem;
  }

  .stat-card span {
    margin-top: 0;
    font-size: 0.9rem;
  }

  .stat-card p {
    grid-column: 2;
    margin-bottom: 0;
    font-size: 0.83rem;
    line-height: 1.4;
  }
}