
body{
font-family:'Inter',sans-serif;
margin:0;
background:#f5f7fb;
}

.nav{
display:flex;
align-items:center;
gap:30px;
padding:20px 10%;
background:white;
box-shadow:0 2px 10px rgba(0,0,0,.05);
position:sticky;
top:0;
}

.logo{height:55px}

.hero{
display:flex;
align-items:center;
justify-content:space-between;
padding:80px 10%;
gap:40px;
}

.hero-text{
max-width:600px;
}

h1{
font-size:46px;
margin-bottom:20px;
}

.stats{
display:flex;
gap:40px;
margin:30px 0;
}

.stats span{
font-size:32px;
font-weight:800;
color:#2563eb;
}

.hero-img{
width:520px;
border-radius:20px;
}

.cta{
background:#2563eb;
color:white;
padding:14px 26px;
border-radius:10px;
cursor:pointer;
display:inline-block;
}

.section{
padding:80px 10%;
text-align:center;
}

.cards{
display:flex;
gap:30px;
margin-top:40px;
}

.card{
background:white;
border-radius:20px;
padding:20px;
box-shadow:0 5px 20px rgba(0,0,0,.05);
flex:1;
}

.card img{
width:100%;
border-radius:12px;
margin-bottom:15px;
}

.dark{
background:#0f172a;
color:white;
padding:80px 10%;
text-align:center;
}

.reasons{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:40px;
margin-top:40px;
}

.impact{
display:flex;
align-items:center;
gap:40px;
padding:80px 10%;
}

.impact img{
width:500px;
border-radius:20px;
}

.big{
font-size:20px;
padding:18px 34px;
}

footer{
background:#0f172a;
color:white;
text-align:center;
padding:30px;
}
