
:root { --brand:#0d6efd; }
.hero-section{min-height:55vh;background:linear-gradient(135deg,rgba(0,0,0,.5),rgba(0,0,0,.6)),url('https://images.unsplash.com/photo-1527443154391-507e9dc6c5cc?q=80&w=1600&auto=format&fit=crop') center/cover no-repeat;}
.hover-card{transition:transform .2s ease, box-shadow .2s ease;}
.hover-card:hover{transform:translateY(-4px); box-shadow:0 1.25rem 1.5rem rgba(0,0,0,.15)!important;}
.stat-card{background:#fff;border-radius:1rem;padding:1.25rem;box-shadow:0 .5rem 1rem rgba(0,0,0,.08);}
.stat-card h6{margin:0;color:#6c757d;font-weight:600;}
.stat-card .stat-num{font-size:1.75rem;font-weight:800;margin-top:.25rem;}
footer a:hover{opacity:1!important}
