    body { font-family: 'Poppins', sans-serif; scroll-behavior: smooth; }
    .hero { background: #fff; padding: 80px 0; }
    .btn-theme { background: #ff4b2b; color: #fff; border: none; }
    .btn-theme:hover { background: #ff6f61; color: #e0e932; }
    .impact-card img { border-radius: 12px; width: 100%; height: 230px; object-fit: cover; }
    .stats { background: #f8f9fa; padding: 80px 0; }
    .donation-section { background: linear-gradient(90deg,#ff4b2b,#ff416c); color: #fff; padding: 60px 0; border-radius: 16px; }
    .testimonial { background: #fff; border-radius: 10px; padding: 20px; box-shadow: 0 3px 10px rgba(0,0,0,0.1); }
    .contact-section { background: #f8f9fa; padding: 60px 0; }
    footer { background: #fff; padding: 40px 0; border-top: 1px solid #eee; }
    .donate-btn { background: #fff; color: #ff416c; border: none; }
    .donate-btn:hover { background: #498d5f; }
    .stat-card { background: #fff; border-radius: 12px; padding: 30px 20px; box-shadow: 0 4px 12px rgba(0,0,0,0.05); transition: all 0.3s; }
    .stat-card:hover { transform: translateY(-5px); box-shadow: 0 6px 18px rgba(0,0,0,0.1); }
    .stat-number { font-size: 2rem; font-weight: 700; color: #ff4b2b; }
    .section-title { font-weight: 700; }