body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#0b0f12;color:#e6eef6}
.header{background:linear-gradient(90deg,#071018,#0a2230);padding:18px;text-align:center;color:#fff}
.header h1{margin:0;color:#ffd54a}
.wrap{max-width:1100px;margin:0 auto;padding:20px}
.nav{background:#071018;padding:10px;text-align:center}
.nav a{color:#cfe9ff;margin:0 10px;text-decoration:none;font-weight:bold}
.hero{background:url('images/background.jpg') center/cover;height:360px;display:flex;align-items:center;justify-content:center;color:white;text-shadow:0 2px 6px rgba(0,0,0,0.7)}
.hero .box{background:rgba(0,0,0,0.45);padding:20px;border-radius:10px}
.services-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:20px}
.card{background:#0e1418;padding:16px;border-radius:10px}
.gallery{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}
.gallery img{width:calc(33% - 10px);height:160px;object-fit:cover;border-radius:8px;border:2px solid rgba(255,255,255,0.03)}
.back{display:inline-block;margin-top:14px;padding:8px 12px;background:#ffd54a;color:#071018;border-radius:6px;text-decoration:none}
@media(max-width:800px){.services-list{grid-template-columns:1fr}.gallery img{width:100%}}
