body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #111;
  color: #f1f1f1;
  line-height: 1.6;
}

.hero {
  background: url('images/loader.jpg') no-repeat center center/cover;
  height: 100vh;
  position: relative;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.overlay h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.overlay p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.cta-button {
  background-color: #00ff94;
  color: #000;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.cta-button:hover {
  background-color: #00cc77;
}

section {
  padding: 3rem 1.5rem;
  text-align: center;
}

section h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.why ul {
  list-style: none;
  padding: 0;
}

.why ul li {
  margin: 0.5rem 0;
}

.vehicle img {
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: 1rem;
}

.how-it-works ol {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}

footer {
  background: #000;
  padding: 1.5rem;
  text-align: center;
  font-size: 0.9rem;
  color: #aaa;
}
