/* ==========================
   HERO SECTION
========================== */

.section-heading h2{font-size:48px;color:#4251A2;margin:0 0 30px;text-align:center; font-weight: 800;}
.featured-story{padding:0 20px 100px;}
.featured-content p{color:#666;line-height:1.8;max-width:800px;margin:auto;margin-bottom:20px;}
.featured-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:60px;}
.featured-image img{width:100%;border-radius:25px;}
.featured-content h2{color:#4251A2;font-size:28px;}
.stories-section{padding:50px 20px;background:#f8f9fc;}
.stories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:50px;}
.story-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.08);}
.story-card img{width:100%;height:250px;object-fit:cover;}
.story-card h3{padding:20px 20px 5px; color:#4251A2; font-weight: 700;}
.story-card p{padding:0 20px 25px;color:#666;}
.testimonial-section{padding:50px 20px;background:#f8f9fc;}
.testimonial-box{max-width:800px;margin:auto;text-align:center;}
.testimonial-box p{font-size:28px;line-height:1.8;color:var(--primary);}
.testimonial-box h4{margin-top:20px;color:var(--secondary);font-size:22px; font-weight: 700;}

@media(max-width:991px){
.featured-wrapper{grid-template-columns:1fr;}
.stories-grid{grid-template-columns:1fr 1fr;}
.impact-grid{grid-template-columns:1fr 1fr;}}

@media(max-width:768px){
.success-hero{height:500px;}
.success-hero-content h1{font-size:42px;}
.stories-grid,.impact-grid{grid-template-columns:1fr;}
.section-heading h2{font-size:34px;}}
