*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}

body{
background:#f7fff8;
color:#333;
line-height:1.6;
}

.hero{
background:linear-gradient(135deg,#0f9d58,#34a853);
color:white;
padding:80px 20px;
text-align:center;
}

.hero img{
width:220px;
height:220px;
border-radius:50%;
border:6px solid white;
object-fit:cover;
box-shadow:0 10px 30px rgba(0,0,0,.25);
margin-bottom:20px;
}

.hero h1{
font-size:42px;
margin-bottom:10px;
}

.hero h3{
font-weight:400;
margin-bottom:20px;
}

.btn{
display:inline-block;
padding:12px 25px;
margin:10px;
border-radius:30px;
text-decoration:none;
font-weight:bold;
transition:.3s;
}

.btn-call{
background:#fff;
color:#0f9d58;
}

.btn-whatsapp{
background:#25D366;
color:white;
}

.section{
padding:60px 20px;
max-width:1100px;
margin:auto;
}

.card{
background:white;
padding:25px;
margin:15px;
border-radius:15px;
box-shadow:0 5px 20px rgba(0,0,0,.08);
}

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