body{
margin:0;
font-family:Arial,Helvetica,sans-serif;
background:#C8DDA3;
color:#111;
}
.hero{
background:#8C0F0F;
color:#fff;
padding:50px 20px;
text-align:center;
}
.logo{
max-width:220px;
margin-bottom:20px;
}
.btn{
display:inline-block;
margin-top:20px;
padding:15px 30px;
background:#fff;
color:#8C0F0F;
text-decoration:none;
font-weight:bold;
border-radius:5px;
}
.whatsapp-float{
position:fixed;
bottom:15px;
right:15px;
background:#25D366;
color:#fff;
padding:14px 18px;
border-radius:50px;
text-decoration:none;
font-weight:bold;
z-index:999;
}
.sobre,.info{
padding:30px 20px;
max-width:900px;
margin:auto;
}
.info{
display:flex;
gap:20px;
flex-wrap:wrap;
}
.info div{
background:#fff;
padding:20px;
border-radius:8px;
flex:1;
}
@media (max-width:768px){
.hero h1{font-size:26px;}
.logo{max-width:160px;}
.btn{width:100%;}
.info{flex-direction:column;}
}
footer{
background:#8C0F0F;
color:#fff;
text-align:center;
padding:15px;
}
