
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:Arial,Helvetica,sans-serif;color:#000;background:#fff;line-height:1.5}
a{text-decoration:none;color:inherit}
.container{max-width:1200px;margin:0 auto;padding:20px}
header,footer{border-bottom:1px solid #eee}
nav a{margin-right:20px;font-weight:600}
.hero{height:70vh;min-height:420px;background:#111;color:#fff;display:flex;align-items:center}
.hero h1{font-size:48px;max-width:700px}
.btn{display:inline-block;padding:14px 22px;border-radius:10px;font-weight:600}
.btn-dark{background:#000;color:#fff}
.btn-outline{border:1px solid #000;color:#000}
.section{padding:80px 0}
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
.card{border:1px solid #eee;border-radius:16px;overflow:hidden}
.card img{width:100%;height:220px;object-fit:cover}
.card-body{padding:20px}
.price{font-size:26px;font-weight:700;margin-top:10px}
.vehicle{display:grid;grid-template-columns:1fr 1fr;gap:40px}
@media(max-width:900px){
  .vehicle{grid-template-columns:1fr}
  .hero h1{font-size:36px}
}
footer{border-top:1px solid #eee}
