body {
  margin: 0;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

header {
  background: #0b3d91;
  color: #fff;
  text-align: center;
  padding: 40px 20px;
}

.cta {
  background: #25d366;
  color: #fff;
  padding: 12px 20px;
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  border-radius: 5px;
}

section {
  padding: 40px 20px;
  text-align: center;
}

.fleet-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.car img {
  width: 100%;
  border-radius: 10px;
}

footer {
  background: #222;
  color: #fff;
  text-align: center;
  padding: 20px;
}

.float {
  position: fixed;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
}

.call {
  right: 20px;
  background: #0b3d91;
}

.whatsapp {
  right: 80px;
  background: #25d366;
}
