
body { font-family: Arial, sans-serif; margin:0; padding:0; line-height:1.6; }
.container { width:90%; max-width:1100px; margin:0 auto; }
.site-header { background:#003366; color:#fff; padding:10px 0; }
.header-inner { display:flex; align-items:center; justify-content:space-between; }
.logo { width:60px; margin-right:10px; }
.nav a { color:#fff; margin:0 10px; text-decoration:none; font-weight:bold; }
.section { padding:40px 0; }
.hero-grid { display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap; }
.hero-img { max-width:50%; border-radius:8px; }
.about-img { width:100%; max-width:600px; margin-top:15px; border-radius:8px; }
.services-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:20px; }
.service img { width:100%; border-radius:6px; }
.service h4 { margin-top:10px; }
form input, form textarea { width:100%; padding:10px; margin:8px 0; border:1px solid #ccc; border-radius:4px; }
form button { padding:10px 20px; background:#003366; color:#fff; border:none; cursor:pointer; }
.site-footer { background:#003366; color:#fff; text-align:center; padding:15px 0; margin-top:20px; }
