/* Afghan Cyber — Service tiles (new pages only) */
.ac-tile{
  background:#EAF6FF;
  border:1px solid rgba(13,110,253,.10);
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}
.ac-tile:hover{
  background:#F57C00;
  color:#fff;
  transform:translateY(-4px);
  box-shadow:0 14px 30px rgba(0,0,0,.14);
}
.ac-tile:hover .text-muted{ color:rgba(255,255,255,.88)!important; }
.ac-tile:hover i{ color:#fff!important; }