
body{
margin:0;
font-family:Arial, Helvetica, sans-serif;
background:#0f1c2e;
color:white;
}

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

.hero{
background:linear-gradient(135deg,#0f1c2e,#173c2e);
text-align:center;
padding:80px 20px;
}

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

.tagline{
font-size:22px;
color:#8dd3a6;
}

.sub{
opacity:.8;
margin-bottom:30px;
}

.cta{
background:#1f7a4d;
color:white;
padding:14px 28px;
text-decoration:none;
border-radius:6px;
font-weight:bold;
}

.about{
background:#13263d;
}

.services{
background:#0f1c2e;
}

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

.card{
background:#173c2e;
padding:25px;
border-radius:8px;
}

.card h3{
color:#9be2b8;
}

.pricing{
background:#13263d;
text-align:center;
}

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

.price{
background:#173c2e;
padding:25px;
border-radius:8px;
}

.amount{
font-size:22px;
color:#9be2b8;
}

.contact{
text-align:center;
background:#0f1c2e;
}

footer{
text-align:center;
padding:25px;
background:#0b1523;
font-size:14px;
}
