body { font-family: 'Inter', system-ui, sans-serif; }
.card { transition: all 0.3s; }
.card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.1); }
.progress-ring { width: 80px; height: 80px; }
.hero { background: linear-gradient(rgba(0,0,0,0.65),rgba(0,0,0,0.65)), url('https://picsum.photos/id/1015/1920/1080'); background-size: cover; color: white; }