body{font-family:Arial,Helvetica,sans-serif;margin:0;background:#f7f7f7;color:#333;}
header{background:#0a0a23;color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;}
header h1{margin:0;font-size:1.5rem;}
nav a{color:#fff;margin-left:1rem;text-decoration:none;font-weight:bold;}
nav a:hover{text-decoration:underline;}
.hero{background:url('https://images.unsplash.com/photo-1605902711622-cfb43c4437c2?auto=format&fit=crop&w=1950&q=80')center/cover;height:60vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff;padding:0 1rem;}
.hero h2{font-size:2.5rem;margin:0 0 1rem;}
.hero p{font-size:1.2rem;margin-bottom:1.5rem;}
.btn{background:#ffba08;color:#000;padding:0.75rem 1.5rem;border-radius:5px;text-decoration:none;font-weight:bold;}
section{padding:2rem 1.5rem;max-width:960px;margin:auto;}
.services-list{list-style:none;padding:0;}
.services-list li{background:#fff;margin-bottom:1rem;padding:1rem;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,0.1);}
footer{background:#0a0a23;color:#fff;text-align:center;padding:1rem 0;margin-top:2rem;}