
body{
font-family:Arial, Helvetica, sans-serif;
margin:0;
background:#0f1724;
color:white;
line-height:1.6;
}

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

header{
background:#0b1220;
padding:20px;
border-bottom:1px solid #222;
}

.logo{
height:60px;
}

.hero{
padding:60px 20px;
text-align:center;
}

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

.hero p{
color:#cbd5e1;
max-width:700px;
margin:auto;
}

.section{
padding:40px 20px;
}

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

.card{
background:#111a2b;
padding:20px;
border-radius:10px;
}

.gallery img{
width:100%;
border-radius:10px;
}

.contact{
background:#111a2b;
padding:25px;
border-radius:10px;
}

a.button{
display:inline-block;
margin-top:15px;
padding:12px 20px;
background:#22c55e;
color:black;
font-weight:bold;
border-radius:6px;
text-decoration:none;
}

footer{
text-align:center;
padding:30px;
color:#94a3b8;
}
