body { font-family: system-ui, Segoe UI, Roboto, Arial, sans-serif; }
.service-card { transition: transform .15s ease, box-shadow .15s ease; }
.service-card:hover { transform: translateY(-3px); box-shadow: 0 .5rem 1rem rgba(0,0,0,.15); }
[data-bs-theme=dark] body { background-color:#121212; }
