/* assets/site.css */
.hero-gradient {
  background: linear-gradient(rgba(15, 23, 42, 0.72), rgba(15, 23, 42, 0.55)),
    url("https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?auto=format&fit=crop&w=1920&q=80");
  background-size: cover;
  background-position: center;
}

.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

.car-card:hover .car-image { transform: scale(1.05); }

.focus-ring:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(14, 165, 233, 0.35);
}
