body {
  font-family: Arial, sans-serif;
  margin: 0;
  background: #f8f8f8;
  color: #333;
}

header {
  background: linear-gradient(90deg, #0a0a0a, #444);
  color: white;
  padding: 20px;
  text-align: center;
}

.hero {
  background: url('https://images.unsplash.com/photo-1588776814546-ec7e97d1e72b') center/cover;
  color: white;
  padding: 80px 20px;
  text-align: center;
}

section {
  padding: 40px 20px;
  max-width: 1000px;
  margin: auto;
}

h2 {
  color: #111;
}

.services ul, .benefits ul {
  list-style: none;
  padding: 0;
}

.services li, .benefits li {
  background: white;
  margin: 10px 0;
  padding: 15px;
  border-radius: 8px;
}

.contact {
  background: #eee;
}

footer {
  background: #111;
  color: white;
  text-align: center;
  padding: 15px;
}
