html { scroll-behavior: smooth; }
body { overflow-x: hidden; }

/* ===== Nav ===== */
.nav-link { position: relative; transition: color .25s ease; }
.nav-link:hover { color: #0f6e3d; }
.nav-link::after {
  content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px;
  background: #f5a524; transition: width .25s ease;
}
.nav-link:hover::after { width: 100%; }
.mobile-link { padding: .5rem 0; font-weight: 600; color: #334155; border-bottom: 1px solid #f1f5f9; }

#site-header.scrolled { box-shadow: 0 4px 20px rgba(0,0,0,.06); }

/* ===== Program cards ===== */
.program-card {
  background: #fff; border-radius: 1rem; padding: 2rem 1.75rem;
  box-shadow: 0 4px 20px rgba(0,0,0,.05); transition: transform .3s ease, box-shadow .3s ease;
  border: 1px solid #f1f5f9;
}
.program-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px -10px rgba(15,110,61,.18); }
.program-card .icon-circle {
  width: 3.25rem; height: 3.25rem; border-radius: 9999px; display: flex; align-items: center;
  justify-content: center; font-size: 1.25rem; margin-bottom: 1.25rem;
}
.program-card h3 { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1.05rem; color: #1e293b; margin-bottom: .5rem; }
.program-card p { font-size: .875rem; color: #64748b; line-height: 1.6; margin-bottom: 1rem; }
.learn-more { font-size: .85rem; font-weight: 700; color: #0f6e3d; display: inline-flex; align-items: center; gap: .4rem; }
.learn-more:hover { gap: .6rem; transition: gap .2s ease; }

/* ===== Stats ===== */
.stat-item { display: flex; flex-direction: column; align-items: center; }

/* ===== Story cards (swiper) ===== */
.stories-swiper .swiper-slide { height: auto; padding-bottom: 8px; }
.story-card { background: #fff; border-radius: 1rem; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,.06); height: 100%; }
.story-card img { width: 100%; height: 220px; object-fit: cover; }
.story-quote { padding: 1.5rem; }
.story-quote p { font-family: 'Poppins', sans-serif; font-weight: 600; color: #1e293b; font-size: .95rem; line-height: 1.5; }
.story-quote h4 { font-size: .85rem; font-weight: 700; color: #0f6e3d; margin-top: .75rem; }
.story-quote span { font-size: .78rem; color: #94a3b8; }
.swiper-pagination-bullet { background: #cbd5e1; opacity: 1; }
.swiper-pagination-bullet-active { background: #0f6e3d; }

/* ===== Testimonials ===== */
.testimonial-slide { background: #f8fafc; border-radius: 1rem; padding: 2rem; }
.testimonial-slide p { font-size: 1rem; color: #334155; line-height: 1.7; margin: 1rem 0 1.5rem; }
.testi-author { display: flex; align-items: center; gap: .75rem; }
.testi-author img { width: 3rem; height: 3rem; border-radius: 9999px; object-fit: cover; }
.testi-author h4 { font-weight: 700; color: #1e293b; font-size: .9rem; }
.testi-author span { font-size: .78rem; color: #94a3b8; }

/* ===== Help cards ===== */
.help-card {
  background: #fff; border-radius: 1rem; padding: 1.75rem 1.25rem; text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,.05); border: 1px solid #f1f5f9;
  display: flex; flex-direction: column; align-items: center; gap: .5rem;
  transition: transform .3s ease;
}
.help-card:hover { transform: translateY(-6px); }
.help-card i { font-size: 1.75rem; margin-bottom: .25rem; }
.help-card h3 { font-family: 'Poppins', sans-serif; font-weight: 700; color: #1e293b; font-size: 1rem; }
.help-card p { font-size: .8rem; color: #64748b; line-height: 1.5; }
.btn-help {
  margin-top: .5rem; color: #fff; font-size: .78rem; font-weight: 700; padding: .5rem 1.1rem;
  border-radius: 9999px; transition: opacity .2s ease, transform .2s ease;
}
.btn-help:hover { opacity: .88; transform: translateY(-2px); }

/* ===== News cards ===== */
.news-card { background: #fff; border-radius: 1rem; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,.05); }
.news-card img { width: 100%; height: 190px; object-fit: cover; }
.news-body { padding: 1.5rem; }
.news-date { font-size: .75rem; color: #94a3b8; font-weight: 600; }
.news-body h3 { font-family: 'Poppins', sans-serif; font-weight: 700; color: #1e293b; font-size: 1.05rem; margin: .5rem 0; }
.news-body p { font-size: .85rem; color: #64748b; margin-bottom: .75rem; line-height: 1.5; }
.news-body a { font-size: .8rem; font-weight: 700; color: #0f6e3d; display: inline-flex; align-items: center; gap: .4rem; }

/* ===== Partners ===== */
.partner-logo { font-family: 'Poppins', sans-serif; font-weight: 700; color: #475569; font-size: 1rem; letter-spacing: .02em; }

/* ===== Footer ===== */
.footer-title { color: #fff; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1rem; margin-bottom: 1.1rem; }
.footer-links li { margin-bottom: .6rem; }
.footer-links a { font-size: .875rem; color: #94a3b8; transition: color .2s ease; }
.footer-links a:hover { color: #f5a524; }
.social-icon {
  width: 2.25rem; height: 2.25rem; border-radius: 9999px; background: rgba(255,255,255,.08);
  display: flex; align-items: center; justify-content: center; color: #fff; font-size: .85rem;
  transition: background .2s ease, transform .2s ease;
}
.social-icon:hover { background: #f5a524; color: #0d3f24; transform: translateY(-3px); }

/* ===== Utility ===== */
@media (max-width: 1023px) {
  #mobile-menu.flex { display: flex; }
}
