body{
font-family:Arial;
background:#f5f5f5;
margin:0;
}
.hero{
max-width:700px;
margin:auto;
padding:40px;
}
.counter{
background:#fff;
padding:30px;
text-align:center;
border-radius:10px;
margin-bottom:20px;
}
#liveCounter{
font-size:60px;
font-weight:bold;
color:#0066ff;
}
form{
display:flex;
flex-direction:column;
gap:15px;
}
input,button{
padding:14px;
}
button{
background:#0066ff;
border:none;
color:white;
cursor:pointer;
}
#map{
height:400px;
margin-top:20px;
}
