:root{--accent:#0d6efd}
 body{font-family:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; background:#f7f7fb; color:#222;}
 .hero{background:linear-gradient(90deg, rgba(13,110,253,0.05), rgba(0,0,0,0.01)); padding:48px 0; color:white}
 .package-title{font-weight:700}
 .tag{font-size:.78rem; background:rgba(13,110,253,0.08); color:var(--accent); padding:.25rem .5rem; border-radius:6px}
 .card-cta{border-top:1px solid rgba(0,0,0,.04); padding-top:10px}
 .card img{width:100%; height:250px; object-fit:cover;}
 .vehicle-prices small{display:block}
 @media(min-width:992px){.hero{padding:64px 0}}