:root { --brand: #0d6efd; }
.hero { background: linear-gradient(180deg, rgba(13,110,253,0.08), rgba(13,110,253,0)); }
.hero .display-5 { font-weight: 800; }
.card-hover:hover { transform: translateY(-3px); box-shadow: 0 0.75rem 1.5rem rgba(0,0,0,0.08); }