
*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:'Inter',sans-serif;
background:#f4f7fb;
color:#1b1f24;
line-height:1.7;
}

.hero{
position:relative;
min-height:100vh;
background:url('assets/B6F6768C-708E-4906-B755-BC019B6EC353.jpeg') center/cover;
display:flex;
flex-direction:column;
justify-content:space-between;
color:white;
}

.overlay{
position:absolute;
inset:0;
background:rgba(5,20,40,.65);
}

nav,.hero-content{
position:relative;
z-index:2;
}

nav{
display:flex;
justify-content:space-between;
align-items:center;
padding:25px 8%;
}

.brand{
display:flex;
align-items:center;
gap:15px;
}

.brand img{
width:70px;
height:70px;
object-fit:contain;
background:white;
border-radius:50%;
padding:5px;
}

.hero-content{
padding:100px 8%;
max-width:850px;
}

.badge{
display:inline-block;
padding:10px 18px;
background:#16a34a;
border-radius:30px;
font-size:.9rem;
margin-bottom:25px;
}

.hero h1{
font-size:4rem;
line-height:1.1;
margin-bottom:25px;
}

.hero p{
font-size:1.15rem;
max-width:650px;
}

.hero-buttons{
margin-top:35px;
display:flex;
gap:15px;
flex-wrap:wrap;
}

.btn{
display:inline-block;
padding:14px 30px;
background:#16a34a;
color:white;
text-decoration:none;
border-radius:40px;
font-weight:700;
}

.secondary{
background:transparent;
border:2px solid white;
}

.impact{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:25px;
padding:70px 8%;
margin-top:-70px;
position:relative;
z-index:3;
}

.impact-card{
background:white;
padding:35px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
text-align:center;
}

.impact-card h2{
color:#0f2f5f;
font-size:2rem;
margin-bottom:10px;
}

.section{
padding:90px 8%;
}

.section h2{
font-size:2.5rem;
margin-bottom:30px;
color:#0f2f5f;
}

.split{
display:grid;
grid-template-columns:1fr 1fr;
gap:50px;
align-items:center;
}

.split img{
width:100%;
border-radius:25px;
height:500px;
object-fit:cover;
}

.gallery{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:20px;
}

.gallery img{
width:100%;
height:320px;
object-fit:cover;
border-radius:20px;
transition:.3s;
}

.gallery img:hover{
transform:scale(1.03);
}

.testimonials{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:25px;
}

.testimonial{
background:white;
padding:35px;
border-radius:20px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.donate-section{
background:linear-gradient(135deg,#0f2f5f,#0b5f4b);
color:white;
text-align:center;
padding:100px 8%;
}

.donate-section h2{
font-size:3rem;
margin-bottom:20px;
}

footer{
background:#07162e;
color:white;
text-align:center;
padding:45px 20px;
}

.footer-grid{
margin-top:15px;
display:flex;
justify-content:center;
gap:30px;
flex-wrap:wrap;
}

@media(max-width:900px){

.hero h1{
font-size:2.6rem;
}

.split{
grid-template-columns:1fr;
}

nav{
flex-direction:column;
gap:20px;
}

.hero-content{
padding-top:40px;
}
}


.giving-info{
margin-top:40px;
background:rgba(255,255,255,.12);
padding:30px;
border-radius:20px;
max-width:700px;
margin-left:auto;
margin-right:auto;
text-align:left;
}

.giving-info a{
color:white;
word-break:break-word;
}

.giving-info ol{
margin-top:15px;
padding-left:20px;
}

.giving-info li{
margin-bottom:10px;
}


.story-source{
margin-top:25px;
font-size:.95rem;
opacity:.8;
}

.story-source a{
color:#16a34a;
text-decoration:none;
font-weight:600;
}
