.case-card { transition: transform .18s ease, box-shadow .18s ease; }
.case-card:hover { transform: translateY(-6px); }
.card-img-top { height: 200px; object-fit: cover; }
.placeholder-img { height:200px; background:linear-gradient(90deg,#0b0b12,#111); }
.kpi-badge { background: var(--accent-gradient); padding: .6rem 1rem; border-radius: 10px; color: #fff; min-width: 120px; text-align:center; box-shadow: 0 8px 24px rgba(2,2,101,0.14); }
.kpi-value { font-size: 1.6rem; font-weight:800; }
.kpi-label { font-size: .8rem; opacity: .95; }
@media (max-width: 768px) { .card-img-top { height: 160px; } }
